@font-face {
  font-family: AdobeClean;
  font-display: swap;
  src: url('../fonts/AdobeCleanBold.woff2') format('woff2'), url('../fonts/AdobeCleanBold');
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: AdobeClean;
  font-display: swap;
  src: url('../fonts/AdobeCleanLight.woff2') format('woff2'), url('../fonts/AdobeCleanLight');
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: AdobeClean;
  font-display: swap;
  src: url('../fonts/AdobeCleanRegular.woff2') format('woff2'), url('../fonts/AdobeCleanRegular');
  font-weight: 400;
  font-style: normal;
}

*,
*:before,
*:after {
  min-width: 0;
  margin: 0;
  padding: 0;
  border: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

button {
  font-family: inherit;
  font-weight: inherit;
  font-size: inherit;
  color: inherit;
  letter-spacing: inherit;
  background: transparent;
  border: none;
  border-radius: 0;
  cursor: pointer;
}

a {
  display: block;
  color: inherit;
  text-decoration: none;
  cursor: pointer;
}

img {
  width: 100%;
  vertical-align: top;
}

ul,
ol,
li,
menu {
  list-style-type: none;
}

input[type='number']::-webkit-inner-spin-button,
input[type='number']::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input,
textarea {
  font-family: inherit;
  font-weight: inherit;
  font-size: inherit;
  color: inherit;
  border: none;
  border-radius: 0;
  padding: 0;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  font-family: inherit;
  font-weight: inherit;
  font-style: inherit;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
  font-family: inherit;
  font-weight: inherit;
  font-style: inherit;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  font-family: inherit;
  font-weight: inherit;
  font-style: inherit;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
}

input::-ms-input-placeholder,
textarea::-ms-input-placeholder {
  font-family: inherit;
  font-weight: inherit;
  font-style: inherit;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
}

input::placeholder,
textarea::placeholder {
  font-family: inherit;
  font-weight: inherit;
  font-style: inherit;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
}

input:focus:not(:focus-visible),
textarea:focus:not(:focus-visible),
button:focus:not(:focus-visible),
a:focus:not(:focus-visible) {
  outline: none;
}

body {
  font-family: 'AdobeClean', sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.4;
  color: #202020;
}

body._hide-scrolling {
  overflow: hidden;
  padding-right: var(--scroll-width);
}

.wrapper {
  min-height: 100vh;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.wrapper > main {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

.disabled {
  cursor: not-allowed;
}

[class*='__container'] {
  max-width: 79.375rem;
  margin: 0 auto;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  padding: 0 1.5rem;
}

[class*='-ibg'] {
  display: block;
  position: relative;
}

[class*='-ibg'] img,
[class*='-ibg'] video {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.icon svg {
  width: 100%;
  height: 100%;
}

.contact__btn,
.about-form__btn,
.block-two-f__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 0.3125em;
  padding: 1rem 2.5rem;
  font-size: 0.75rem;
  line-height: 0.6875;
  color: #ecf2f9;
  background-color: #92bdff;
  border-radius: 6.25rem;
  text-decoration: none;
}

.contact__btn .text,
.about-form__btn .text,
.block-two-f__btn .text {
  -webkit-transform: translateX(0.53125em);
  -ms-transform: translateX(0.53125em);
  transform: translateX(0.53125em);
}

.contact__btn .icon,
.about-form__btn .icon,
.block-two-f__btn .icon {
  position: relative;
  top: 0.0625rem;
  display: block;
  width: 0.75em;
  -webkit-transform: translateX(-0.125rem);
  -ms-transform: translateX(-0.125rem);
  transform: translateX(-0.125rem);
  opacity: 0;
}

.contact__btn .icon [stroke],
.about-form__btn .icon [stroke],
.block-two-f__btn .icon [stroke] {
  stroke: currentColor;
}

.title {
  max-width: 5.4722222222em;
  font-weight: 300;
  font-size: 3rem;
  line-height: 1;
  letter-spacing: -0.02em;
}

.title span {
  color: #92bdff;
}

input,
textarea,
select {
  -webkit-transition: -webkit-box-shadow 0.4s;
  transition: -webkit-box-shadow 0.4s;
  transition: box-shadow 0.4s;
  transition: box-shadow 0.4s, -webkit-box-shadow 0.4s;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder,
select::-webkit-input-placeholder {
  color: #a5bcd7;
}

input::-moz-placeholder,
textarea::-moz-placeholder,
select::-moz-placeholder {
  color: #a5bcd7;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder,
select:-ms-input-placeholder {
  color: #a5bcd7;
}

input::-ms-input-placeholder,
textarea::-ms-input-placeholder,
select::-ms-input-placeholder {
  color: #a5bcd7;
}

input::placeholder,
textarea::placeholder,
select::placeholder {
  color: #a5bcd7;
}

input:not([type='checkbox']):focus,
textarea:focus,
select:focus {
  outline: none;
  -webkit-box-shadow: inset 0 0 0 0.125rem #92bdff;
  box-shadow: inset 0 0 0 0.125rem #92bdff;
}

.contact label,
.about-form label,
.block-two-f__label {
  display: block;
  font-size: 0.75rem;
  line-height: 0.6428571429;
}

.contact input,
.contact textarea,
.contact select,
.about-form input,
.about-form textarea,
.block-two-f__label input {
  display: block;
  width: 100%;
  margin-top: 0.5rem;
  padding: 0.8125rem 0.75rem;
  font-size: 0.75rem;
  background-color: #ecf2f9;
}

.contact input:not([type='checkbox']),
.contact textarea:not([type='checkbox']),
.contact select,
.about-form input:not([type='checkbox']),
.about-form textarea:not([type='checkbox']),
.block-two-f__label input:not([type='checkbox']) {
  border-radius: 1rem;
}

.indexes__header,
.contact__header,
.about-form__header,
.news__header-2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.indexes__header [class*='__icon'],
.contact__header [class*='__icon'],
.about-form__header [class*='__icon'],
.news__header-2 [class*='__icon'] {
  width: 3.75rem;
}

.indexes__header [class*='__icon'] img,
.contact__header [class*='__icon'] img,
.about-form__header [class*='__icon'] img,
.news__header-2 [class*='__icon'] img {
  width: 100%;
  height: auto;
}

.indexes__header [class*='__title-2'],
.contact__header [class*='__title-2'],
.about-form__header [class*='__title-2'],
.news__header-2 [class*='__title-2'] {
  font-weight: 300;
  font-size: 2rem;
  line-height: 1;
  letter-spacing: -0.02em;
  text-align: center;
}

.indexes__header [class*='__title-2']:not(:last-child),
.contact__header [class*='__title-2']:not(:last-child),
.about-form__header [class*='__title-2']:not(:last-child),
.news__header-2 [class*='__title-2']:not(:last-child) {
  margin-bottom: 0.75rem;
}

.indexes__header [class*='__text-2'],
.contact__header [class*='__text-2'],
.about-form__header [class*='__text-2'],
.news__header-2 [class*='__text-2'] {
  max-width: 38.75em;
  font-weight: 300;
  font-size: 0.75rem;
  text-align: center;
}

.icon-menu {
  display: none;
}

.menu__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 0;
}

.menu__item {
  position: relative;
}

.menu__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.3125em;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  padding: 1.1875rem 1.3125rem 1.3125rem;
  font-size: 1.5rem;
  line-height: 1;
  background-color: #ecf2f9;
  border-radius: 6.25rem;
}
.menu__link_home {
  padding: 0.625rem 0.75rem 0.6875rem;
  font-size: 1rem;
  min-width: 5rem;
}

.menu__link .text {
  -webkit-transform: translateX(0.53125em);
  -ms-transform: translateX(0.53125em);
  transform: translateX(0.53125em);
}

.menu__link .icon {
  position: relative;
  top: 0.09375rem;
  display: block;
  width: 0.75em;
  -webkit-transform: translateX(-0.125rem);
  -ms-transform: translateX(-0.125rem);
  transform: translateX(-0.125rem);
  opacity: 0;
}

.menu__link .icon [stroke] {
  stroke: currentColor;
}

.menu__link_contact {
  color: #fff;
  background-color: #92bdff;
}

.menu__link_cabinet {
  padding: 0.875rem 0.875rem;
}

.menu__link_cabinet img {
  width: 1.5em;
  height: 1.5em;
  object-fit: cover;
  border-radius: 50%;
  overflow: hidden;
}

.menu__link_cabinet .text {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.menu__link_cabinet .icon {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  opacity: 1;
}

.menu__link_cabinet .icon svg {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transition: -webkit-transform 0.4s;
  transition: -webkit-transform 0.4s;
  transition: transform 0.4s;
  transition: transform 0.4s, -webkit-transform 0.4s;
}

.menu__link_cabinet[aria-expanded='true'] .icon svg {
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.menu__link.active {
  -webkit-box-shadow: inset 0 0 0 0.125rem #92bdff;
  box-shadow: inset 0 0 0 0.125rem #92bdff;
}

.menu__link_contact.active {
  -webkit-box-shadow: inset 0 0 0 0.125rem #7da0c7;
  box-shadow: inset 0 0 0 0.125rem #7da0c7;
}

.dropdown {
  visibility: hidden;
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  -webkit-transition: visibility 0.4s, opacity 0.4s, max-height 0.4s;
  transition: visibility 0.4s, opacity 0.4s, max-height 0.4s;
}

.dropdown[aria-hidden='false'] {
  visibility: visible;
  opacity: 1;
  max-height: var(--max-height);
}

.dropdown__link {
  padding: 0.3125rem 0.75rem;
}
.dropdown__link_logout {
  color: #ff9292;
}

.dropdown-menu-wrap {
  position: absolute;
  width: 120px;
  top: 100%;
  left: 0;
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  display: none;

  transition: max-height 0.4s ease, opacity 0.3s ease, visibility 0.3s ease;
}

.dropdown-menu {
  width: 100%;
  border-radius: 1.3rem;
  background-color: #ecf2f9;
  border: 2px solid aliceblue;
  z-index: 9;
  position: relative;
margin-top: 10px;
}

.dropdown-menu-wrap img {
  width: 2.2rem;
  vertical-align: middle;
}

.dropdown-menu-wrap svg {
  margin-left: 9px;
  margin-right: 10px;
}

.dropdown-menu-all {
  display: flex;
  gap: 0.5rem;
  align-items: center;
}

/* Открытое состояние (тач и JS) */
.menu__item.show > .dropdown-menu-wrap,
.dropdown-menu-wrap.show {
  max-height: 500px;
  overflow: hidden;
  opacity: 1;
  visibility: visible;
  display: block;
}

.menu__item.show .menu__link {
  background-color: #f7f9ff;
}

/* Вращение стрелки */
.menu__item.has-submenu.show > .menu__link .icon {
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 1;
    transition: transform 0.3s ease;
}

.menu__item.has-submenu.show > .menu__link .text {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
}

.dropdown-menu li a {
  display: block;
  padding: 0.625rem 0.5rem 0.6875rem;

  font-size: 1rem;
  color: inherit;
  text-decoration: none;
}

.dropdown-menu-wrap li a {
  padding: 0.325rem 0.5rem 0.3875rem;
}

.dropdown-menu li a:hover {
  color: #fff;
  background-color: #92bdff;
}

.dropdown-menu li a:active {
  box-shadow: inset 0 0 0 0.125rem #92bdff;
  border-radius: 1.3rem;
}

.dropdown-menu li a.active {
  color: #fff;
  background-color: #92bdff;
}

.dropdown-menu li:first-child a:hover,
.dropdown-menu li:first-child a.active {
    border-top-left-radius: 1.3rem;
    border-top-right-radius: 1.3rem;
}

.dropdown-menu li:last-child a:hover,
.dropdown-menu li:last-child a.active {
    border-bottom-left-radius: 1.3rem;
    border-bottom-right-radius: 1.3rem;
}

/* Иконки */
.dropdown-menu .icon {
  display: inline;
}

.dropdown-menu .icon svg {
  width: 1rem;
  height: 1rem;
}

.icon.icon-info {
  display: block;
  text-align: center;
  color: #91baf3;
  background: #e9f2f8;
  border-radius: 10px;
  width: 24px;
  height: 24px;
  cursor: pointer;
}

.header {
   background: linear-gradient(to top,  #ffffff, #ecf2f9, #c1dcfb);
  -webkit-transition: -webkit-box-shadow 0.4s;
  transition: -webkit-box-shadow 0.4s;
  transition: box-shadow 0.4s;
  transition: box-shadow 0.4s, -webkit-box-shadow 0.4s;
}

.header._fixed {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 10;
}

.header._scrolled {
  -webkit-box-shadow: 0 0 1.875rem rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 1.875rem rgba(0, 0, 0, 0.1);
}

._hide-scrolling .header {
  padding-right: var(--scroll-width);
}

.header__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 1.5rem;
  padding: 1.625rem 0rem;
}

.header__logo {
  position: relative;
  font-weight: 300;
  font-size: 0.75rem;
  line-height: 1;
  z-index: 11;
}

.header__logo img {
  display: block;
  width: min(100%, 6.25rem);
  height: auto;
  /* margin-bottom: 0.5625rem; */
  -o-object-fit: contain;
  object-fit: contain;
}

.header__menu {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.footer__body {
  display: -ms-grid;
  display: grid;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-line-pack: center;
  align-content: center;
  gap: 3rem;
  max-width: 21.1875rem;
  margin: 0 auto;
  padding: 2.5rem 0rem;
}

.footer-list-link {
  text-transform: uppercase;
  margin-bottom: 0;
  padding-left: 0;
  font-size: 0.7rem;
}
.footer-list-link li {
  line-height: 1.2;
}

.footer-link:hover {
  text-decoration: underline;
}

.footer-list-link .big-letter {
  font-size: 0.9rem;
}

.footer__block-four .footer-list-link li {
   line-height: 1.4;
}

.block-four-f__text a {
  display: inline;
  text-decoration: underline;
}
.block-four-f__text {
  margin-top: 15px;
  text-transform: uppercase;
   font-size: 0.55rem;
}

.block-four-f__text a:hover {
  text-decoration: none;
}

.block-one-f {
  font-weight: 300;
}

.block-one-f > *:not(:last-child) {
  margin-bottom: 1.125rem;
}

.block-one-f__logo {
  width: 8.4375rem;
  margin: 0 auto 0.5rem;
}

.block-one-f__logo img {
  width: 100%;
  height: auto;
}

.block-one-f__text {
  line-height: 1.3rem;
  /*text-transform: uppercase;*/
  font-size: 1rem;
  text-align: center;
  margin-bottom: 10px;
}

.block-one-f__loc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.75rem;
  font-size: 1rem;
  line-height: 1rem;
}

.block-one-f__loc .icon {
  width: 2.25em;
}

.block-one-f__loc .text {
  /*font-size: 2.2rem;
  line-height: 2.2rem;
  text-transform: uppercase;*/
  font-size: 1.3rem;
  line-height: 1.5rem;
}

.block-two-f__title {
  margin-bottom: 1.3125rem;
  font-size: 0.875rem;
  text-align: center;
}

.block-two-f__text {
  margin-bottom: 1.3125rem;
  font-weight: 300;
  font-size: 0.8125rem;
  line-height: 1.3;
}

.block-two-f__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 0.5rem;
  margin-bottom: 1.3125rem;
}

.block-two-f__btn {
  width: 100%;
  margin-top: 1.25rem;
}

.checkbox-block-two-f__input {
  display: none;
}

.checkbox-block-two-f__text {
  display: block;
  padding: 0.75rem;
  font-size: 0.75rem;
  line-height: 0.6923076923;
  background-color: #ecf2f9;
  border-radius: 6.25rem;
  cursor: pointer;
  -webkit-transition: background-color 0.2s, color 0.4s, -webkit-box-shadow 0.4s;
  transition: background-color 0.2s, color 0.4s, -webkit-box-shadow 0.4s;
  transition: background-color 0.2s, color 0.4s, box-shadow 0.4s;
  transition: background-color 0.2s, color 0.4s, box-shadow 0.4s, -webkit-box-shadow 0.4s;
}

.checkbox-block-two-f__input:checked ~ .checkbox-block-two-f__text {
  color: #fff;
  background-color: #92bdff;
}

.block-three-f__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 0.75rem;
 /* margin-bottom: 1rem;*/
}

.block-three-f__social {
  width: 2.375rem;
  height: 2.375rem;
  background: linear-gradient(to top, #abd1ff 0%, #e1ebf6 100%);
  border-radius: 2.375rem;
}

.block-three-f__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-column-gap: 0.75rem;
  -moz-column-gap: 0.75rem;
  column-gap: 0.75rem;
  padding: 0.6875rem 1.125rem;
  font-size: 0.75rem;
  border-radius: 6.25rem;
  border: 0.0625rem solid rgba(32, 32, 32, 0.1);
  opacity: 0.5;
}

.block-three-f__text span {
  display: inline-block;
  width: 0.25rem;
  aspect-ratio: 1/1;
  background-color: currentColor;
  border-radius: 50%;
}

.news {
  margin: 1.5rem 0;
}

.news__header {
  max-width: 42.3125rem;
  margin: 0 auto 1.5rem;
}

.news__input-block {
  position: relative;
  margin-bottom: 0.75rem;
}

.news__input-block .icon {
  position: absolute;
  left: 1.5rem;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
}

.news__input-block input {
  display: block;
  width: 100%;
  padding: 1.3125rem 2.875rem;
  font-size: 0.9375rem;
  line-height: 0.6666666667;
  background-color: #ecf2f9;
  border-radius: 6.25rem;
}

.news__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 0.75rem;
}

.news__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 0.46875rem 0.75rem;
  font-size: 0.8125rem;
  text-align: center;
  background-color: #ecf2f9;
  border-radius: 6.25rem;
}

.news__link .icon {
  width: 0.8461538462em;
  height: 0.8461538462em;
}

.news__link.active {
  color: #fff;
  background-color: #92bdff;
}

.news__link [fill] {
  fill: #fc9b24;
}
.news__link.active [fill] {
  fill: #fff;
}

.news__body,
.news__charts {
  padding: 0.75rem;
  background-color: #ecf2f9;
  border-radius: 1.5rem;
}
.news__body.-subs {
  text-align: center;
}

.news__body:not(:last-child),
.news__charts:not(:last-child) {
  margin-bottom: 1.5rem;
}

:is(.about-2__body, .news__body, .page_about) p > a,
.wp-block-heading a {
  display: inline-block;
  font-weight: 700;
  text-decoration: underline;
  transition: color 0.25s;
}
:is(.about-2__body, .news__body, .page_about) p > a:hover,
.wp-block-heading a:hover {
  color: #fc9b24;
  text-decoration: none;
}
:is(.about-2__body, .news__body, .page_about) p a:active,
.wp-block-heading a:active {
  color: #cc8022;
}

.news__title,
.news__logo {
  margin: 0 auto 1.5rem;
  text-align: center;
}
.news__logo {
  max-width: 600px;
}

.news__charts {
  display: -ms-grid;
  display: grid;
  gap: 0.75rem;
}

.news__charts:not(:last-child) {
  margin-bottom: 5rem;
}

.news__chart {
  border-radius: 1rem;
  overflow: hidden;
}

.news__chart img {
  width: 100%;
}

.news__header-2 {
  margin-bottom: 1.5rem;
}

.news__icon {
  margin-bottom: 1.5rem;
}

.item-news {
  display: -ms-grid;
  display: grid;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  gap: 0.75rem;
  background-color: #e1ebf6;
  border-radius: 1rem;
  overflow: hidden;
}

.news__body .item-news:not(:last-child),
.news__charts .item-news:not(:last-child) {
  margin-bottom: 0.75rem;
}

.item-news__image-ibg {
  max-height: 23.75rem;
  width: 100%;
  aspect-ratio: 366/270;
  border-radius: 1rem;
  overflow: hidden;
}

.item-news__content {
  position: relative;
  padding: 0rem 0.625rem 0.625rem;
}

.item-news__header {
  margin-bottom: 1rem;
}

.item-news__row {
  margin-bottom: 1rem;
}

.item-news__title,
.search_title {
  /* max-width: 13.1875rem; */
  font-weight: 300;
  font-size: 1.5rem;
  line-height: 1;
}
.search_title {
  max-width: none;
  margin-bottom: 1.875rem;
}

.item-news__favorite,
.item-news__share {
  flex-shrink: 0;
  position: relative;
  color: #a5bcd7;
  transition: color 0.4s;
}
.item-news__content .item-news__share-container {
  position: absolute;
  right: 0.625rem;
  bottom: 0.625rem;
  display: flex;
  align-items: center;
  gap: 1.125rem;
}

.item-news__favorite .text,
.item-news__share .text {
  display: none;
  transition: transform 0.2s;
}

.item-news__favorite .icon,
.item-news__share .icon {
  width: 1.25rem;
  height: 1.25rem;
}

.item-news__favorite .icon [stroke],
.item-news__share .icon [stroke] {
  stroke: currentColor;
}
.item-news__favorite.active .icon svg path {
  fill: #fc9b24;
  stroke: #fc9b24;
}

.item-news__text {
  margin-bottom: 1rem;
  font-weight: 300;
  font-size: 0.75rem;
}

.item-news__footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.8125rem;
}

.item-news__btn {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.5rem;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  margin-right: auto;
  padding: 0.625rem 1.25rem 0.6875rem;
  font-size: 0.75rem;
  line-height: 1;
  color: #fff;
  background-color: #92bdff;
  border-radius: 6.25rem;
  overflow: hidden;
}
.item-news__favorite {
  margin: -15px -10px;
  padding: 15px 10px;
  border-radius: 100px;
  overflow: hidden;
}
.item-news__btn::before,
.item-news__favorite::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(120deg, transparent, rgba(255, 255, 255, 0.4), transparent);
  transition: left 0.4s;
}
.item-news__favorite::before {
  left: -50%;
  width: 50%;
  background: linear-gradient(160deg, transparent, rgba(255, 255, 255, 0.4), transparent);
}
.item-news__btn:hover::before,
.item-news__favorite:hover::before {
  left: 100%;
}

.item-news__btn .icon {
  position: relative;
  top: 0.09375rem;
  display: block;
  width: 0.625rem;
}

.item-news__btn .icon [stroke] {
  stroke: currentColor;
}

.header-item-news {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 0.5rem;
  -moz-column-gap: 0.5rem;
  column-gap: 0.5rem;
  row-gap: 0.75rem;
  font-size: 0.75rem;
}

.header-item-news__tag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 0.46875rem 0.75rem;
  text-align: center;
  background-color: #ecf2f9;
  border-radius: 6.25rem;
}

.header-item-news__tag .icon {
  width: 0.8461538462em;
  height: 0.8461538462em;
}

.header-item-news__text {
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1;
  width: 100%;
  color: #a5bcd7;
}

.footer-news {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.footer-news__pages {
  display: none;
}

.page_smart .footer-news__pages {
  display: none;
}

.footer-news__more {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.375em;
  padding: 0.5rem 1.375rem;
  font-size: 0.875rem;
  background-color: #ecf2f9;
  border-radius: 6.25rem;
}

.footer-news__more .text {
  -webkit-transform: translateX(0.53125em);
  -ms-transform: translateX(0.53125em);
  transform: translateX(0.53125em);
}

.footer-news__more .icon {
  position: relative;
  top: 0.09375rem;
  display: block;
  width: 0.75em;
  -webkit-transform: translateX(-0.125rem);
  -ms-transform: translateX(-0.125rem);
  transform: translateX(-0.125rem);
  opacity: 0;
}

.footer-news__more .icon [stroke] {
  stroke: currentColor;
}

.footer-news__link,
.footer-news__p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 2.1875rem;
  aspect-ratio: 1/1;
  font-size: 1rem;
  background-color: #ecf2f9;
  border-radius: 6.25rem;
}

.footer-news__link.active,
.active.footer-news__p {
  color: #fff;
  background-color: #92bdff;
}

.footer-news__p {
  background-color: transparent;
  opacity: 0.25;
  pointer-events: none;
}

.footer-news__next {
  color: #202020;
  opacity: 0.25;
}

.footer-news__next [stroke] {
  stroke: currentColor;
}

.about {
  margin-top: 1.625rem;
}

.about__body {
  display: -ms-grid;
  display: grid;
  gap: 2.1875rem;
}

.about__title {
  max-width: none;
  margin-bottom: 1rem;
  text-align: center;
}

.about__text {
  font-weight: 300;
  font-size: 0.8125rem;
}

.about__text p:not(:last-child) {
  margin-bottom: 1rem;
}

.about__image img {
  object-fit: contain;
  object-position: right;
}

.about-2 {
  margin-top: 1.6875rem;
}

.about-2__body {
  display: -ms-grid;
  display: grid;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 1rem;
}

.about-2__image img {
  display: block;
  width: 100%;
  border-radius: 2rem;
}

.about-2__content {
  max-width: 37.5rem;
  margin: 0 auto;
  font-weight: 300;
  font-size: 0.75rem;
}

.about-2__content p:first-child {
  font-size: 0.8125rem;
}

.about-2__content p:not(:last-child) {
  margin-bottom: 1rem;
}

/* .about-2__content a {
  display: inline-block;
  text-decoration: underline;
  text-underline-offset: 0.25rem;
} */

.about-form {
  margin: 2.125rem 0 1.25rem;
}

.about-form__header {
  margin-bottom: 1.125rem;
}

.about-form__icon[class*='__icon'] {
  margin-bottom: 1.5rem;
}

.about-form__body {
  padding: 1.125rem;
  background-color: #ecf2f9;
  border-radius: 1.5rem;
}

.about-form__body form > *:not(:last-child) {
  margin-bottom: 1.125rem;
}

.about-form__content {
  padding: 1.125rem;
  background-color: #e1ebf6;
  border-radius: 1.5rem;
}

.about-form__content_one {
  display: -ms-grid;
  display: grid;
  gap: 1.125rem;
}

.about-form__content_two {
  position: relative;
  display: -ms-grid;
  display: grid;
  gap: 1.125rem;
}

.about-form__btn {
  border-radius: 1rem;
}

.about-form p {
  font-weight: 300;
  font-size: 0.875rem;
}

.about-form textarea {
  height: 9.8125rem;
  resize: none;
}

.contact {
  margin: 1.625rem 0 1.25rem;
}

.contact__header {
  margin-bottom: 1.25rem;
}

.contact__icon {
  margin-bottom: 0.75rem;
}

.contact__text-2 p:not(:last-child) {
  margin-bottom: 0.75rem;
}

.contact__body {
  display: -ms-grid;
  display: grid;
  gap: 1.25rem;
}

.contact__content {
  padding: 1.125rem;
  background-color: #ecf2f9;
  border-radius: 1.125rem;
}

.contact__content > *:not(:last-child) {
  margin-bottom: 0.625rem;
}

.page_register .contact__content {
  padding: 2rem 1.125rem;
  background-color: #ecf2f9;
}

.contact__title {
  font-weight: 300;
  font-size: 1rem;
}

.contact__text {
  font-weight: 300;
  font-size: 0.75rem;
}

.contact form {
  display: -ms-grid;
  display: grid;
  -webkit-column-gap: 0.8125rem;
  -moz-column-gap: 0.8125rem;
  column-gap: 0.8125rem;
  row-gap: 1.125rem;
  padding: 1.125rem;
  background-color: #e1ebf6;
  border-radius: 0.75rem;
}

.page_register .contact form {
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  padding: 0rem;
  background-color: transparent;
}

.contact__select-block {
  -ms-flex-item-align: end;
  -ms-grid-row-align: end;
  align-self: end;
  position: relative;
}

.contact__select-block .icon {
  position: absolute;
  right: 0.75rem;
  top: 50%;
  -webkit-transform: translate(0, -80%);
  -ms-transform: translate(0, -80%);
  transform: translate(0, -80%);
  display: block;
  width: 0.75rem;
  height: 0.75rem;
  z-index: 2;
}

.contact__select-block svg {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transition: -webkit-transform 0.4s;
  transition: -webkit-transform 0.4s;
  transition: transform 0.4s;
  transition: transform 0.4s, -webkit-transform 0.4s;
}

.contact__select-block [stroke] {
  stroke: #202020;
}

.contact__select-block select:focus-within ~ .icon svg {
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.contact__textarea-block {
  display: -ms-grid;
  display: grid;
}

.contact__textarea-block div {
  position: relative;
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  grid-area: 1/1/1/1;
  padding: 0.75rem;
  font-size: 0.75rem;
  color: #a5bcd7;
  pointer-events: none;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

.contact__textarea-block div p {
  margin-bottom: 0.625rem;
}

.contact__textarea-block div ul {
  padding-left: 1.25rem;
}

.contact__textarea-block div li {
  list-style-type: disc;
}

.contact__btn {
  border-radius: 0.75rem;
}

.page_register .contact__btn {
  -ms-grid-column: 1;
  grid-column: 1/1;
  border-radius: 6.25rem;
}

.contact__btn_orange {
  background-color: #f7931a;
}

.contact__btn_stroke {
  color: #92bdff;
  background-color: transparent;
  -webkit-box-shadow: inset 0 0 0 0.0625rem #92bdff;
  box-shadow: inset 0 0 0 0.0625rem #92bdff;
}

/** login attempts */
.contact__btn_login {
    position: relative;
    overflow: hidden;
    --progress-width: 100%;
    padding-right: 60px;
}

.contact__btn_login.block {
  cursor: not-allowed;
}

.contact__btn_login.block::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: var(--progress-width);
    height: 100%;
    background-color: rgba(146, 189, 255, 0.2);
    transition: width 1s linear;
    z-index: 1;
}

.contact__btn_login.block span {
    position: relative;
    z-index: 2;
    color: #4b77a8;
}

.contact__btn_login.block .timer {
  margin-left: 10px; 
  font-family: monospace;
}

.popup-reset-link {
  display: inline;
}
/** login attempts */

.contact__forgot {
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  font-weight: 400;
  font-size: 0.8125rem;
  opacity: 0.25;
}

a.contact__forgot {
  color: #1b314a;
}

.page_register .contact input,
.page_register .contact textarea,
.page_register .contact select {
  background-color: #e1ebf6;
  border-radius: 6.25rem;
}

.contact select {
  font-family: inherit;
  margin-top: 0rem;
  cursor: pointer;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}
.page_register .contact select {
  margin-top: 0.5rem;
}

.contact textarea {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  grid-area: 1/1/1/1;
  margin-top: 0rem;
  resize: none;
}

.contact textarea:focus + div,
.contact textarea._value + div {
  opacity: 0;
}

.indexes {
  margin: 1.625rem 0rem;
}

.indexes__header {
  margin-bottom: 0.75rem;
}

.page_all-cryptos .indexes__header {
  margin-bottom: 1.25rem;
}

.indexes__icon {
  margin-bottom: 0.75rem;
}

.indexes__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  /*hsm*/
  -webkit-box-pack: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
  gap: 0.5rem;
  width: 100%;
  margin-top: 0.75rem;
}

.indexes__button {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0.625rem 0.75rem;
  font-weight: 400;
  font-size: 0.8125rem;
  line-height: 1;
  text-align: center;
  background-color: #ecf2f9;
  border-radius: 1.125rem;
}
.indexes__button .icon {
  width: 1em;
}

.indexes__button span {
  display: block;
}

/* .indexes__button span:first-child {
  font-size: 0.75rem;
} */
.indexes__list .indexes__button span:first-child {
  font-size: 0.875rem;
}

.page_indexes .indexes__button span:nth-child(2) {
  display: none;
}

.indexes__button[aria-selected='true'] {
  font-weight: 400;
  color: #fff;
  background-color: #92bdff;
}
.indexes__button[aria-selected='true'] path {
  fill: currentColor;
}

.page_all-cryptos .indexes__button {
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.375rem;
  font-size: 0.75rem;
  border-radius: 6.25rem;
}

.page_all-cryptos .indexes__button .icon {
  width: 0.8571428571em;
  height: 0.8571428571em;
  margin-bottom: 0rem;
}

.page_all-cryptos .indexes__button [fill] {
  fill: #92bdff;
}

.page_all-cryptos .indexes__button[aria-selected='true'] [fill] {
  fill: currentColor;
}

.indexes__text {
  max-width: 47.5em;
  font-weight: 300;
  font-size: 0.75rem;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.panel-indexes > *:not(:last-child) {
  margin-bottom: 1.25rem;
}

.panel-indexes__content {
  padding: 1rem;
  background-color: #ecf2f9;
  border-radius: 1.125rem;
}

.panel-indexes__content_grid-1 {
  display: -ms-grid;
  display: grid;
  gap: 0.75rem;
}

.panel-indexes__title {
  margin-bottom: 0.5rem;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1;
}

.panel-indexes__title span {
  font-weight: 300;
}

.panel-indexes__text,
.panel-indexes__content p {
  font-weight: 300;
  font-size: 0.75rem;
}

.panel-indexes__text:not(:last-child),
.panel-indexes__content p:not(:last-child) {
  margin-bottom: 0.4375rem;
}

.panel-indexes__grid {
  display: -ms-grid;
  display: grid;
  gap: 0.75rem;
}

.panel-indexes__block {
  padding: 0.75rem;
  font-weight: 300;
  font-size: 0.75rem;
  background-color: #e1ebf6;
  border-radius: 0.75rem;
}

.panel-indexes__block > *:not(:last-child) {
  margin-bottom: 0.5rem;
}

.panel-indexes__block strong,
.panel-indexes__block span {
  font-weight: 400;
}

.panel-indexes__title-4 {
  margin-bottom: 0.5rem;
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 1;
}

.panel-indexes__list,
.panel-indexes__content ol {
  padding-left: 1.0625rem;
  font-weight: 300;
  font-size: 0.75rem;
}

.panel-indexes__list:not(:last-child),
.panel-indexes__content ol:not(:last-child) {
  margin-bottom: 0.4375rem;
}

.panel-indexes__list li,
.panel-indexes__content li {
  list-style-type: decimal;
}

.panel-indexes__list span,
.panel-indexes__content strong {
  font-weight: 400;
}

.panel-indexes__list p,
.panel-indexes__content ol p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.4375rem;
  margin-left: -0.5625rem;
}

.panel-indexes__list p::before,
.panel-indexes__content ol p::before {
  content: '';
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: block;
  width: 0.125rem;
  height: 0.125rem;
  -webkit-transform: translateY(0.625em);
  -ms-transform: translateY(0.625em);
  transform: translateY(0.625em);
  background-color: currentColor;
  border-radius: 50%;
}

.panel-indexes__list_pl p,
.panel-indexes__content.list_pl ol p {
  margin-left: 0rem;
  padding-left: 0.4375rem;
}

.panel-indexes__list_mb li:not(:last-child),
.panel-indexes__list_mb h4,
.panel-indexes__content.list_mb li:not(:last-child),
.panel-indexes__content.list_mb ol h4 {
  margin-bottom: 0.4375rem;
}

.table-indexes {
  margin: 0 -1.5rem;
  padding: 0 1.5rem;
}
.indexes__body .panel-indexes__table.table-indexes {
  overflow-x: auto;
  overflow-y: hidden;
}

.table-indexes__body {
  min-width: -webkit-min-content;
  min-width: -moz-min-content;
  min-width: min-content;
}

.table-indexes__row {
  display: -ms-grid;
  display: grid;
  grid-template-columns: 0.625rem 2.4375rem minmax(8.125rem, 0.7fr) minmax(6.25rem, 1fr) minmax(6.25rem, 1fr) minmax(28.125rem, 1fr) 8.125rem;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  justify-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.625rem;
  padding: 1.125rem 0.8125rem 1.125rem 0;
  font-weight: 400;
  font-size: 1.25rem;
  border-bottom: 0.0625rem solid #d8e4f1;
}

.table-indexes__star {
  width: 0.875rem;
}
.table-indexes__star path,
.chart-favorite path {
  transition: stroke 0.4s, fill 0.4s;
}
.chart-favorite span {
  transition: transform 0.4s;
}
.chart-favorite {
  transition: color 0.4s;
}

.chart-favorite.is-favorite .table-indexes__star path {
  fill: #fc9b24;
  stroke: #fc9b24;
}

.table-indexes__star:hover path,
.chart-favorite:hover path {
  stroke: #fc9b24;
}
.chart-favorite:hover {
  color: #fc9b24;
}

.chart-favorite:hover span {
  transform: scale(1.05);
}

.table-indexes__star.is-favorite path,
.chart-favorite.is-favorite path {
  fill: #fc9b24;
}

.chart-favorite.is-favorite:active {
  color: #cc8022;
}

.table-indexes__name {
  -ms-grid-column-align: start;
  justify-self: start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.5rem;
}

.table-indexes__name .icon {
  width: 1.5rem;
  height: 1.5rem;
}

.table-indexes__name .short-t {
  font-size: 0.875rem;
  color: #a5bcd7;
  text-transform: uppercase;
}

.table-indexes__chart img {
  width: 100%;
}

.table-indexes__val {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.375rem;
  /*color: #21bf73;*/
}
/*
  green: 84c27a
  red: c2363cd4
*/
.table-indexes__val.up {
  color: #70ab64;
}

.table-indexes__val .icon {
  width: 0.75rem;
  height: 0.75rem;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.table-indexes__val .icon [stroke] {
  stroke: currentColor;
}

.header-table-indexes {
  display: -ms-grid;
  display: grid;
  grid-template-columns: 2.4375rem minmax(8.125rem, 0.7fr) minmax(6.25rem, 1fr) minmax(6.25rem, 1fr) minmax(28.125rem, 1fr) 8.125rem;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  justify-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.625rem;
  min-width: min-content;
  padding: 0.625rem 0.8125rem 0.625rem 1.25rem;
  background-color: #ecf2f9;
  border-radius: 2rem;
}

.header-table-indexes__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 0.625rem;
  padding: 0.53125rem 1.125rem 0.59375rem;
  font-weight: 400;
  font-size: 1.25rem;
  background-color: #e1ebf6;
  border-radius: 6.25rem;
}

.header-table-indexes__item:nth-child(-1n + 2) {
  -ms-grid-column-align: start;
  justify-self: start;
}

.header-table-indexes__item .icon {
  width: 0.875rem;
  height: 0.875rem;
  -webkit-transform: translateY(0.0625rem);
  -ms-transform: translateY(0.0625rem);
  transform: translateY(0.0625rem);
}

.header-table-indexes__item_select {
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  position: relative;
  padding: 0rem;
  -ms-flex-item-align: end;
  -ms-grid-row-align: end;
  align-self: end;
}

.header-table-indexes__item_select .icon {
  position: absolute;
  right: 0.9375rem;
  top: 50%;
  -webkit-transform: translate(0, -80%);
  -ms-transform: translate(0, -80%);
  transform: translate(0, -80%);
  display: block;
  width: 0.75rem;
  height: 0.75rem;
  opacity: 0.5;
  z-index: 2;
}

.header-table-indexes__item_select svg {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transition: -webkit-transform 0.4s;
  transition: -webkit-transform 0.4s;
  transition: transform 0.4s;
  transition: transform 0.4s, -webkit-transform 0.4s;
}

.header-table-indexes__item_select [stroke] {
  stroke: currentColor;
}

.header-table-indexes__item_select select:focus-within ~ .icon svg {
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.header-table-indexes__item_select select {
  height: 100%;
  padding: 0.625rem 2.5rem 0.625rem 1.125rem;
  font-weight: 400;
  font-size: 0.9375rem;
  background-color: #e1ebf6;
  border-radius: 6.25rem;
  font-family: inherit;
  cursor: pointer;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}

.cabinet {
  padding: 1.25rem 0 0;
}

.cabinet__title {
  margin-bottom: 1rem;
  font-weight: 300;
  font-size: 1.5rem;
  line-height: 1;
  letter-spacing: -0.02em;
}

.cabinet__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 0.25rem;
  margin-bottom: 1.25rem;
}

.cabinet__link {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  padding: 0.46875rem 0.453125rem;
  font-weight: 400;
  font-size: 0.75rem;
  text-align: center;
  background-color: #ecf2f9;
  border-radius: 6.25rem;
}

.cabinet__link[aria-selected='true'] {
  color: #fff;
  background-color: #92bdff;
}

.cabinet__body {
}
.cabinet__body_grid {
  display: -ms-grid;
  display: grid;
  gap: 1rem;
}

.cabinet__content > *:not(:last-child) {
  margin-bottom: 1.5rem;
}

.block-cabinet__val,
.block-cabinet__text,
.block-cabinet__lang,
.block-cabinet__name {
  font-weight: 400;
  font-size: 1.125rem;
}

.block-cabinet {
  padding: 1.5rem 1rem;
  background-color: #ecf2f9;
  border-radius: 1.5rem;
}

.block-cabinet_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 1.25rem;
}

.block-cabinet_name .block-cabinet__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 1rem;
}

.block-cabinet__image {
  position: relative;
  width: 4.375rem;
  aspect-ratio: 1/1;
}
.block-cabinet__image .delete-avatar-button {
  position: absolute;
  left: 0;
  bottom: 5px;
  width: 15px;
  height: 15px;
  cursor: pointer;
}
.block-cabinet__image .delete-avatar-button svg {
  width: 100%;
  height: 100%;
}

.block-cabinet__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
  overflow: hidden;
}

.block-cabinet__name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.4444444444em;
}

.block-cabinet__name .icon {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 0.7222222222em;
  -webkit-transform: translateY(0.09375rem);
  -ms-transform: translateY(0.09375rem);
  transform: translateY(0.09375rem);
}

.block-cabinet__edit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.6666666667em;
  margin-left: auto;
  font-weight: 400;
  font-size: 0.8125rem;
  color: #92bdff;
}

.block-cabinet__edit .icon {
  width: 0.9333333333em;
  height: 0.9333333333em;
}

.block-cabinet__title {
  margin-bottom: 0.8125rem;
  font-weight: 400;
  font-size: 0.9375rem;
  line-height: 1;
}

.block-cabinet__lang {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.6666666667em;
}

.block-cabinet__lang img {
  width: 1.3333333333em;
  height: auto;
}

.block-cabinet__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.875rem;
  line-height: 1;
}

.block-cabinet__text span {
  opacity: 0.5;
}

.block-cabinet__verified {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.4em;
  font-weight: 400;
  font-size: 0.8125rem;
  color: #92bdff;
}

.block-cabinet__verified .icon {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 0.8666666667em;
  height: 0.8666666667em;
}

.block-cabinet__verified .arrow {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 0.8em;
  height: 0.8em;
}

.block-cabinet__verified .arrow [stroke] {
  stroke: currentColor;
}

body {
  background-color: #e1ebf6;
}

.wrapper {
  padding-top: var(--header-height);
}

@media (min-width: 29.99875rem) {
  .indexes__list.-composition {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
  }

  .contact__body {
    max-width: 39.0625rem;
    margin: 0 auto;
  }

  .page_register .contact__content {
    max-width: 32.3125rem;
    margin: 0 auto;
  }

  .contact form {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .contact__textarea-block {
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1/3;
  }

  .contact__btn {
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1/3;
    text-decoration: none;
  }
}

@media (min-width: 47.99875rem) {
  .news__charts {
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: repeat(3, 1fr);
  }

  .item-news {
    -ms-grid-columns: 18.75rem 1fr;
    grid-template-columns: 18.75rem 1fr;
  }

  .item-news__image-ibg {
    max-height: none;
    aspect-ratio: none;
  }

  .item-news__content {
    padding: 0.625rem 0.625rem 0.625rem 0;
  }

  .about-form__content_one {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: repeat(2, 1fr);
  }

  .about-form__content_two {
    -ms-grid-columns: 1fr 20rem;
    grid-template-columns: 1fr 20rem;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: end;
  }

  .about-form label.about-form__label-t {
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1/3;
  }

  .panel-indexes__grid {
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.0625rem;
  }
}

@media (min-width: 61.99875rem) {
  [class*='__container'] {
    padding: 0 3.125rem;
  }

  .contact__btn,
  .about-form__btn,
  .block-two-f__btn {
    padding: 1.15625rem 2.5rem;
    font-size: 1rem;
  }

  .title {
    font-size: 4.5rem;
  }

  .contact label,
  .about-form label,
  .block-two-f__label {
    font-size: 0.875rem;
  }

  .contact input,
  .contact textarea,
  .contact select,
  .about-form input,
  .about-form textarea,
  .block-two-f__label input {
    font-size: 1rem;
    padding: 0.90625rem 0.75rem;
  }

  .indexes__header [class*='__icon'],
  .contact__header [class*='__icon'],
  .about-form__header [class*='__icon'],
  .news__header-2 [class*='__icon'] {
    width: 5rem;
  }

  .indexes__header [class*='__title-2'],
  .contact__header [class*='__title-2'],
  .about-form__header [class*='__title-2'],
  .news__header-2 [class*='__title-2'] {
    font-size: 2.25rem;
  }

  .indexes__header [class*='__text-2'],
  .contact__header [class*='__text-2'],
  .about-form__header [class*='__text-2'],
  .news__header-2 [class*='__text-2'] {
    font-size: 1rem;
  }

  .menu__list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 0.75rem;
  }

  .menu__item {
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }
  .menu__item:first-child {
    margin-right: auto;
  }

  .menu__link {
    padding: 0.625rem 0.75rem 0.6875rem;
    font-size: 1rem;

    -webkit-box-shadow: inset 0 -1px 1px #d6e5fa;
    box-shadow: inset 0 -1px 1px #d6e5fa;
  }

  .menu__link_cabinet {
    padding: 0.40625rem 0.4375rem;
    font-size: 1rem;
  }

  .dropdown {
    position: absolute;
    left: 0rem;
    top: 100%;
    -webkit-transform: translate(0, 0.625rem);
    -ms-transform: translate(0, 0.625rem);
    transform: translate(0, 0.625rem);
    min-width: -webkit-max-content;
    min-width: -moz-max-content;
    min-width: max-content;
    padding: 0.3125rem 0rem;
    background-color: #ecf2f9;
    border-radius: 1rem;
  }

  .header__body {
    gap: 2.5rem;
  }

  .header__logo {
    font-size: 1rem;
  }

  .header__logo img {
    width: min(100%, 8.3125rem);
    /* margin-bottom: 0.625rem; */
  }

  .footer__body {
   /* -ms-grid-columns: minmax(auto, 20.125rem) minmax(auto, 20.125rem) minmax(auto, 21.125rem);
    grid-template-columns: repeat(3, minmax(auto, 21.125rem));*/

    display: grid;
    grid-template-columns: 25% 20% 23% 24%;
    

    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    max-width: none;
    margin: 0rem;
    padding: 3.375rem 0rem;
  }

  .block-one-f__logo {
    width: 12.5rem;
    margin: 0 0 0.5rem;
  }

  .block-one-f__text {
    /*font-size: 0.8125rem;*/
    text-align: start;
  }

  .block-one-f__loc {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    font-size: 1rem;
  }

  .block-two-f__title {
    margin-bottom: 0.5rem;
    font-size: 1.5rem;
    text-align: start;
  }

  .block-two-f__text {
    margin-bottom: 1.5625rem;
  }

  .block-two-f__row {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
    margin-bottom: 1.5625rem;
  }

  .checkbox-block-two-f__text {
    font-size: 0.8125rem;
  }

  .block-three-f {
    -ms-grid-column-align: end;
    justify-self: end;
  }

  .block-three-f__row {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin-bottom: 1.5625rem;
  }

  .block-three-f__social {
    width: 3rem;
    height: 3rem;
    border-radius: 3rem;
  }

  .block-three-f__text {
    padding: 0.625rem;
    font-size: 0.8125rem;
  }

  .footer__block-four {
    height: 100%;
  }

  .news {
    margin: 2.25rem 0;
  }

  .news__header {
    margin: 0 auto 2.5rem;
  }

  .news__body,
  .news__charts {
    padding: 1rem;
    border-radius: 2rem;
  }

  .news__body:not(:last-child),
  .news__charts:not(:last-child) {
    margin-bottom: 1.875rem;
  }

  .news__title,
  .news__logo {
    margin: 0 auto 3.125rem;
  }
  .news__logo {
    max-width: 1000px;
  }

  .news__charts:not(:last-child) {
    margin-bottom: 4.25rem;
  }

  .news__chart {
    border-radius: 1.5rem;
  }

  .news__header-2 {
    margin-bottom: 2.5rem;
  }

  .item-news {
    -ms-grid-columns: 26.0625rem 1fr;
    grid-template-columns: 26.0625rem 1fr;
    gap: 1.3125rem;
    border-radius: 1.5rem;
  }

  .news__body .item-news:not(:last-child),
  .news__charts .item-news:not(:last-child) {
    margin-bottom: 1.5rem;
  }

  .item-news__image-ibg {
    border-radius: 1.5rem;
  }

  .item-news__content {
    padding: 1rem;
  }
  .item-news__content .item-news__share-container {
    right: 1rem;
    bottom: 1rem;
  }

  .item-news__header {
    margin-bottom: 1.5rem;
  }

  .item-news__row {
    display: grid;
    grid-template-columns: 1fr max-content max-content;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 1.875rem;
    margin-bottom: 1.125rem;
  }

  .item-news__favorite,
  .item-news__share {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.875rem;
  }

  .item-news__favorite .text,
  .item-news__share .text {
    display: block;
  }

  .item-news__text {
    margin-bottom: 2.1875rem;
    font-size: 1.3rem;
  }

  .item-news__title,
.search_title {
  font-size: 1.7rem;
  line-height: 1;
}

  .item-news__footer {
    gap: 0.75rem;
  }

  .item-news__btn {
    font-size: 1rem;
  }

  .item-news__btn .icon {
    position: relative;
    top: 0.09375rem;
    display: block;
    width: 0.75rem;
  }

  .item-news__btn .icon [stroke] {
    stroke: currentColor;
  }

  .header-item-news {
    gap: 0.75rem;
    font-size: 0.8125rem;
  }

  .header-item-news__text {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
    width: auto;
    margin-left: auto;
  }

  .footer-news__pages {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 0.625rem;
  }

  .footer-news__more {
    padding: 0.4375rem 1rem 0.5rem;
    font-size: 1rem;
  }

  .page_home .footer-news__more {
    /* display: none; */
  }

  .page.page_about {
    max-width: 79.375rem;
    margin: 0 auto;
    border-top-right-radius: 2.5rem;
    border-top-left-radius: 2.5rem;
  }

.fading-block {

  background: linear-gradient(to bottom, 
    #fbfcfe 0%, 
    #e1ebf6 100%, 
    transparent 100%
  );

  border-top: 2px solid;
  border-image: linear-gradient(to right, transparent, orange, transparent) 1;
  

  border-left: none;
  border-right: none;
  border-bottom: none;
}

  .about {
    margin-top: 3.4375rem;
  }

  .about__body {
    -ms-grid-columns: minmax(25rem, 0.554fr) 1fr;
    grid-template-columns: minmax(25rem, 0.554fr) 1fr;
    gap: 2.8125rem;
  }

  .about__title {
    margin-bottom: 0.75rem;
    text-align: start;
  }

  .about__title span {
    color: currentColor;
  }

  .about__text {
    font-size: 1rem;
  }

  .about__text p:not(:last-child) {
    margin-bottom: 1.5625rem;
  }

  .about-2 {
    margin-top: 7.1875rem;
  }

  .about-2__body {
    -ms-grid-columns: 1fr minmax(25rem, 0.706fr);
    grid-template-columns: 1fr minmax(25rem, 0.706fr);
    gap: 1.3125rem;
  }

  .about-2__content {
    max-width: none;
    margin: 0rem;
    font-size: 1rem;
  }

  .about-2__content p:first-child {
    font-size: 1.125rem;
  }

  .about-2__content p:not(:last-child) {
    margin-bottom: 1.5rem;
  }

  .about-form {
    margin-top: 7.5rem;
  }

  .about-form__header {
    margin-bottom: 1.8125rem;
  }

  .about-form__body {
    border-radius: 2rem;
  }

  .about-form__body form > *:not(:last-child) {
    margin-bottom: 1.5rem;
  }

  .about-form p {
    font-size: 1.125rem;
  }

  .contact {
    margin: 3.75rem 0;
  }

  .contact__header {
    margin-bottom: 1.875rem;
  }

  .contact__icon {
    margin-bottom: 1.25rem;
  }

  .contact__body {
    gap: 1.875rem;
  }

  .contact__content {
    border-radius: 2rem;
  }

  .contact__title {
    font-size: 1.125rem;
  }

  .contact__text {
    font-size: 1rem;
  }

  .contact form {
    border-radius: 1.5rem;
  }

  .contact__textarea-block div {
    font-size: 1rem;
  }

  .contact__textarea-block div ul {
    padding-left: 1.875rem;
  }

  .contact__btn {
    border-radius: 1rem;
  }

  .contact__btn_orange {
    border-radius: 6.25rem;
  }

  .indexes {
    margin: 3.75rem 0rem;
  }

  .indexes__header {
    margin-bottom: 1.25rem;
  }

  .page_all-cryptos .indexes__header {
    margin-bottom: 1.875rem;
  }

  .indexes__icon {
    margin-bottom: 1.25rem;
  }

  .indexes__list {
    gap: 0.625rem;
    margin-top: 1.25rem;
  }
  .indexes__list.-composition {
    row-gap: 1.25rem;
  }

  .indexes__button {
    padding: 0.875rem 0.75rem;
    font-weight: 300;
    font-size: 0.8125rem;
  }

  .indexes__button span:first-child {
    margin-bottom: 0.3125rem;
    /* font-size: 0.875rem; */
  }
  .indexes__list .indexes__button span:first-child {
    font-size: 1.25rem;
  }

  .page_indexes .indexes__button span:nth-child(2) {
    display: block;
  }
  .indexes__list .indexes__button span:nth-child(2) {
    font-size: 1rem;
  }

  .page_all-cryptos .indexes__button {
    padding: 0.6875rem 0.75rem;
    font-size: 0.875rem;
  }

  .indexes__text {
    font-size: 1.25rem;
  }

  .panel-indexes > *:not(:last-child) {
    margin-bottom: 1.875rem;
  }

  .panel-indexes__content {
    padding: 1.25rem 1.125rem;
    border-radius: 2rem;
  }

  .panel-indexes__content_grid-1 {
    gap: 1.1875rem;
  }

  .panel-indexes__title {
    margin-bottom: 0.625rem;
    font-size: 1.5rem;
  }

  .panel-indexes__text,
  .panel-indexes__content p {
    font-size: 1rem;
  }

  .panel-indexes__text:not(:last-child),
  .panel-indexes__content p:not(:last-child) {
    margin-bottom: 0.625rem;
  }

  .panel-indexes__block {
    padding: 1.125rem;
    font-size: 1rem;
    border-radius: 1.125rem;
  }

  .panel-indexes__block > *:not(:last-child) {
    margin-bottom: 0.625rem;
  }

  .panel-indexes__title-4 {
    margin-bottom: 0.625rem;
    font-size: 1.125rem;
  }

  .panel-indexes__list,
  .panel-indexes__content ol {
    font-size: 1rem;
  }

  .panel-indexes__list:not(:last-child),
  .panel-indexes__content ol:not(:last-child) {
    margin-bottom: 0.625rem;
  }

  .panel-indexes__list p,
  .panel-indexes__content ol p {
    gap: 0.5625rem;
    margin-left: -0.6875rem;
  }

  .panel-indexes__list_pl p,
  .panel-indexes__content.list_pl ol p {
    padding-left: 0.625rem;
  }

  .panel-indexes__list_mb li:not(:last-child),
  .panel-indexes__list_mb h4,
  .panel-indexes__content.list_mb li:not(:last-child),
  .panel-indexes__content.list_mb ol h4 {
    margin-bottom: 0.625rem;
  }

  .cabinet {
    padding: 1.5625rem 0 12.5rem;
  }

  .cabinet__title {
    margin-bottom: 1.25rem;
    font-size: 2.25rem;
  }

  .cabinet__row {
    gap: 0.75rem;
    margin-bottom: 0.625rem;
  }

  .cabinet__link {
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    padding: 0.46875rem 0.75rem;
    font-size: 1rem;
  }

  .cabinet__body {
  }
  .cabinet__body_grid {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
    gap: 1.25rem;
  }

  .block-cabinet {
    padding: 1.5rem;
    border-radius: 2rem;
  }

  .block-cabinet__edit {
    font-size: 0.9375rem;
  }

  .block-cabinet__verified {
    font-size: 0.9375rem;
  }
}

@media (min-width: 74.99875rem) {
  .about-form__content_one {
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: repeat(3, 1fr);
  }

  .about-form label.about-form__label-t {
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
    grid-column: 1/4;
  }
}

@media (max-width: 61.99875rem) {
  .table-indexes .table-indexes__header .header-table-indexes__item:nth-child(n + 4) {
    display: initial;
  }
  .table-indexes :is(.table-indexes__cap, .table-indexes__val, .table-indexes__chart) {
    display: flex;
  }

  .icon-menu {
    position: relative;
    display: block;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 2.1875rem;
    height: 2.1875rem;
    background-color: #ecf2f9;
    border-radius: 50%;
    z-index: 11;
  }

  .icon-menu span,
  .icon-menu::before,
  .icon-menu::after {
    position: absolute;
    left: calc(50% - 0.375rem);
    width: 0.75rem;
    height: 0.0625rem;
    background-color: #202020;
    border-radius: 0.625rem;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
  }

  .icon-menu::before,
  .icon-menu::after {
    content: '';
    -webkit-transform-origin: left;
    -ms-transform-origin: left;
    transform-origin: left;
  }

  .icon-menu span {
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    -webkit-transform-origin: left;
    -ms-transform-origin: left;
    transform-origin: left;
  }

  .icon-menu::before {
    top: 0.8125rem;
  }

  .icon-menu::after {
    bottom: 0.8125rem;
  }

  .icon-menu[aria-expanded='true'] span {
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
  }

  .icon-menu[aria-expanded='true']::before {
    -webkit-transform: rotate(45deg) translate(0.03125rem, -0.0625rem);
    -ms-transform: rotate(45deg) translate(0.03125rem, -0.0625rem);
    transform: rotate(45deg) translate(0.03125rem, -0.0625rem);
  }

  .icon-menu[aria-expanded='true']::after {
    -webkit-transform: rotate(-45deg) translate(0.03125rem, 0.0625rem);
    -ms-transform: rotate(-45deg) translate(0.03125rem, 0.0625rem);
    transform: rotate(-45deg) translate(0.03125rem, 0.0625rem);
  }

  .menu {
    position: fixed;
    left: 0rem;
    top: 0rem;
    width: 100vw;
    height: 100vh;
    padding-top: var(--header-height);
    background-color: #e1ebf6;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    z-index: 10;
    -webkit-transition: visibility 0.66s, -webkit-transform 0.66s;
    transition: visibility 0.66s, -webkit-transform 0.66s;
    transition: transform 0.66s, visibility 0.66s;
    transition: transform 0.66s, visibility 0.66s, -webkit-transform 0.66s;
  }

  .menu[aria-hidden='true'] {
    visibility: hidden;
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
  }

  .menu__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 1.5rem;
    width: 100%;
    max-height: 100%;
    padding: 2.9375rem 0 7.5rem;
    overflow-x: hidden;
    -ms-scroll-chaining: none;
    overscroll-behavior: contain;
  }

  .dropdown {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 1rem;
    -webkit-transform: translate(0, 1rem);
    -ms-transform: translate(0, 1rem);
    transform: translate(0, 1rem);
  }

  .dropdown__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 0.3125em;
    max-width: -webkit-max-content;
    max-width: -moz-max-content;
    max-width: max-content;
    padding: 1.1875rem 1rem 1.3125rem;
    font-size: 1.25rem;
    line-height: 1;
    background-color: #ecf2f9;
    border-radius: 6.25rem;
  }

  .block-two-f__text {
    text-align: center;
  }

  .block-two-f__label input:not([type='checkbox']) {
    border-radius: 6.25rem;
  }

  .about__content {
    max-width: 37.5rem;
    margin: 0 auto;
  }

  .about__image {
    width: 100%;
    max-width: 16.25rem;
    aspect-ratio: 932 / 707;
    margin: 0 auto;
  }

  .about-2__image {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }

  .about-2__image img {
    max-width: 37.5rem;
    margin: 0 auto;
    border-radius: 1.5rem;
  }

  .about-form__icon[class*='__icon'] {
    margin-bottom: 0.75rem;
  }

  .about-form__title-2[class*='__title-2'] {
    font-size: 1.5rem;
  }

  .about-form__btn {
    padding: 1.125rem 2.5rem;
    font-size: 1rem;
  }

  .about-form label.email-label {
    font-size: 0.875rem;
  }

  .about-form label.email-label input {
    font-size: 1rem;
  }

  .about-form input,
  .about-form textarea {
    font-size: 0.8125rem;
  }

  .contact__title-2[class*='__title-2'] {
    font-size: 1.5rem;
  }

  .page_register .contact__btn {
    font-size: 1rem;
  }

  .page_register .contact label {
    font-size: 0.8125rem;
  }

  .contact input:not([type='checkbox']),
  .contact textarea:not([type='checkbox']),
  .contact select:not([type='checkbox']) {
    border-radius: 0.75rem;
  }

  .page_register .contact input,
  .page_register .contact textarea,
  .page_register .contact select {
    font-size: 1rem;
  }
}

@media (max-width: 29.99875rem) {
  .page_indexes .indexes__button:last-child {
    width: 100%;
  }
}

@media (any-hover: hover) {
  .contact__btn .text,
  .about-form__btn .text,
  .block-two-f__btn .text {
    -webkit-transition: -webkit-transform 0.4s;
    transition: -webkit-transform 0.4s;
    transition: transform 0.4s;
    transition: transform 0.4s, -webkit-transform 0.4s;
  }

  .contact__btn .icon,
  .about-form__btn .icon,
  .block-two-f__btn .icon {
    -webkit-transition: opacity 0.4s, -webkit-transform 0.4s;
    transition: opacity 0.4s, -webkit-transform 0.4s;
    transition: transform 0.4s, opacity 0.4s;
    transition: transform 0.4s, opacity 0.4s, -webkit-transform 0.4s;
  }

  .contact__btn:hover .text,
  .about-form__btn:hover .text,
  form:not(.disabled) .block-two-f__btn:hover .text,
  #panel-subscriptions .block-two-f__btn:not([disabled]):hover .text {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  .contact__btn:hover .icon,
  .about-form__btn:hover .icon,
  form:not(.disabled) .block-two-f__btn:hover .icon,
  #panel-subscriptions .block-two-f__btn:not([disabled]):hover .icon {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }

  .btn-subscriptions {
    margin-top: 1.25rem;
  }

  input:hover,
  textarea:hover,
  select:hover {
    -webkit-box-shadow: inset 0 0 0 0.125rem #92bdff;
    box-shadow: inset 0 0 0 0.125rem #92bdff;
  }

  .cabinet__link,
  .indexes__button,
  .footer-news__link,
  .footer-news__p,
  .news__link {
    -webkit-transition: -webkit-box-shadow 0.4s;
    transition: -webkit-box-shadow 0.4s;
    transition: box-shadow 0.4s;
    transition: box-shadow 0.4s, -webkit-box-shadow 0.4s;
  }

  .cabinet__link:hover,
  .indexes__button:hover,
  .footer-news__link:hover,
  .footer-news__p:hover,
  .news__link:hover {
    -webkit-box-shadow: inset 0 0 0 0.125rem #92bdff;
    box-shadow: inset 0 0 0 0.125rem #92bdff;
  }

  .menu__link {
    -webkit-transition: background-color 0.4s, color 0.2s;
    transition: background-color 0.4s, color 0.2s;
  }

  .menu__link .text {
    -webkit-transition: -webkit-transform 0.4s;
    transition: -webkit-transform 0.4s;
    transition: transform 0.4s;
    transition: transform 0.4s, -webkit-transform 0.4s;
  }

  .menu__link .icon {
     -webkit-transition: opacity 0.4s, -webkit-transform 0.4s;
    transition: opacity 0.4s, -webkit-transform 0.4s;
    transition: transform 0.4s, opacity 0.4s;
    transition: transform 0.4s, opacity 0.4s, -webkit-transform 0.4s;
  }

  .menu__link:hover {
    background-color: #f7f9ff;
  }

  .menu__link:hover .text {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  .menu__link:hover .icon {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }

  .menu__link_login:hover {
    color: #fff;
    background-color: #92bdff;
  }

  .menu__link_contact:hover {
    background-color: #92bdff;
  }

  .dropdown__link {
    -webkit-transition: color 0.2s;
    transition: color 0.2s;
  }

  .dropdown__link:hover {
    color: #92bdff;
  }
  .dropdown__link_logout:hover {
    color: #b63737;
  }


  .menu__item:hover .dropdown-menu-wrap {
    max-height: 500px;
    opacity: 1;
    visibility: visible;
    display: block;
  }

  .menu__item.has-submenu:hover > .menu__link .icon {
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 1;
  }

  .menu__item.has-submenu:hover .menu__link {
    background-color: #f7f9ff;
  }
  .menu__item.has-submenu:hover > .menu__link .text {
      -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
      transform: translateX(0);
  }

  .checkbox-block-two-f__text:hover {
    -webkit-box-shadow: inset 0 0 0 0.125rem #92bdff;
    box-shadow: inset 0 0 0 0.125rem #92bdff;
  }

  .block-three-f__social {
    -webkit-transition: opacity 0.4s;
    transition: opacity 0.4s;
  }

  .block-three-f__social:hover {
    opacity: 0.6;
  }

  .block-three-f__text a:hover {
    text-decoration: underline;
    text-underline-offset: 0.125rem;
  }

  .item-news__image-ibg img {
    -webkit-transition: -webkit-transform 0.4s;
    transition: -webkit-transform 0.4s;
    transition: transform 0.4s;
    transition: transform 0.4s, -webkit-transform 0.4s;
  }

  .item-news__image-ibg img:hover {
    -webkit-transform: scale(1.03);
    -ms-transform: scale(1.03);
    transform: scale(1.03);
  }

  .item-news__share:hover {
    color: #92bdff;
  }
  .item-news__favorite:hover {
    color: #fc9b24;
  }
  .item-news__favorite:hover .text {
    transform: scale(1.03);
  }

  .item-news__btn .icon {
    -webkit-transition: -webkit-transform 0.4s;
    transition: -webkit-transform 0.4s;
    transition: transform 0.4s;
    transition: transform 0.4s, -webkit-transform 0.4s;
  }

  .item-news__btn:hover .icon {
    -webkit-transform: translateX(0.25rem);
    -ms-transform: translateX(0.25rem);
    transform: translateX(0.25rem);
  }

  .footer-news__more .text {
    -webkit-transition: -webkit-transform 0.4s;
    transition: -webkit-transform 0.4s;
    transition: transform 0.4s;
    transition: transform 0.4s, -webkit-transform 0.4s;
  }

  .footer-news__more .icon {
    -webkit-transition: opacity 0.4s, -webkit-transform 0.4s;
    transition: opacity 0.4s, -webkit-transform 0.4s;
    transition: transform 0.4s, opacity 0.4s;
    transition: transform 0.4s, opacity 0.4s, -webkit-transform 0.4s;
  }

  .footer-news__more:hover .text {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  .footer-news__more:hover .icon {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }

  .footer-news__next {
    -webkit-transition: opacity 0.4s;
    transition: opacity 0.4s;
  }

  .footer-news__next:hover {
    opacity: 1;
  }

  /* .about-2__content a {
    -webkit-transition: color 0.2s;
    transition: color 0.2s;
  }

  .about-2__content a:hover {
    color: #92bdff;
  } */

  .contact__forgot:hover {
    text-decoration: underline;
    text-underline-offset: 0.1875rem;
  }

  .block-cabinet__edit:hover {
    text-decoration: underline;
    text-underline-offset: 7px;
  }
  .block-cabinet__edit:hover .edit-input {
    border-bottom-color: #92bdff;
  }

  .block-cabinet__verified .arrow {
    -webkit-transition: -webkit-transform 0.4s;
    transition: -webkit-transform 0.4s;
    transition: transform 0.4s;
    transition: transform 0.4s, -webkit-transform 0.4s;
  }

  .block-cabinet__verified:hover {
    /* text-decoration: underline;
    text-underline-offset: 0.1875rem; */
  }

  .block-cabinet__verified:hover .arrow {
    -webkit-transform: translateX(0.25rem);
    -ms-transform: translateX(0.25rem);
    transform: translateX(0.25rem);
  }
}

.item-news__favorite:active {
  color: #cc8022;
}

.wpcf7-form-control-wrap {
  display: block;
}
.wpcf7-not-valid-tip {
  display: none;
}
.wpcf7-response-output {
  margin-top: 20px !important;
  border-radius: 1.5rem;
}
form.sent .wpcf7-response-output {
  border-color: #6fd081 !important;
}
.wpcf7-spinner {
  position: absolute;
  right: 0.625rem;
  top: 50%;
  transform: translateY(-50%);
  display: block;
}
input.wpcf7-not-valid,
textarea.wpcf7-not-valid {
  box-shadow: inset 0 0 0 0.125rem #ff9292;
}
.contact__textarea-block .wpcf7-form-control-wrap {
  grid-area: 1/1/1/1;
}
.contact__textarea-block .wpcf7-form-control-wrap textarea {
  height: 100%;
}
.contact__textarea-block._value div,
.contact__textarea-block._focus div {
  opacity: 0;
}
.contact .wpcf7-response-output {
  margin: 0 !important;
  border-radius: 0.75rem;
}

.login-remember label {
  display: flex;
  align-items: center;
  gap: 0.625rem;
  max-width: max-content;
  cursor: pointer;
}
.login-remember label input {
  width: max-content;
  margin-top: 0;
}
.page_register .error-message {
  color: #ff9292;
}

.single {
  margin: 50px auto 70px;
  font-weight: 300;
  font-size: 0.8125rem;
}
.single h1 {
  /* max-width: 8em; */
  margin: 0 auto 2.1875rem;
  font-size: 2.625rem;
  line-height: 1;
  letter-spacing: -0.02em;
  text-align: center;
}
.single h2 {
  margin: 1.5625rem 0 1rem;
  font-size: 2rem;
  line-height: 1;
  letter-spacing: -0.02em;
}
.single h3 {
  margin: 1.25rem 0 1rem;
  font-size: 1.5rem;
  line-height: 1;
}
.single :is(h4, h5, h6) {
  margin: 1rem 0;
  font-size: 1.25rem;
}

.single__container h1 {
  background: #ecf2f9;
  border-radius: 1.25rem;;
  padding: 2.1875rem 0 1.25rem;
}

.single :is(ul, ol, p, .wp-block-media-text):not(:last-child) {
  margin-bottom: 1rem;
}
.single img {
  display: block;
  width: 100%;
  margin: 1.5625rem 0;
  border-radius: 1.5rem;
}

.single ul li {
  list-style-type: disc;
}
.single ol li {
  list-style-type: decimal;
}
.single :is(ol, ul) {
  padding-left: 1.25rem;
}
.single ol ul li,
.single ul ul li,
.single ul ol li,
.single ol ol li {
  list-style-type: lower-alpha;
}

.single strong {
  font-weight: 400;
}
.single a {
  display: inline-block;
  color: #92bdff;
  text-decoration: underline;
}

.single .item-news__row {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 1rem;
}

.single .item-news__favorite,
.single .item-news__share {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.5rem;
}
.single .item-news__favorite .text,
.single .item-news__share .text {
  display: block;
}

.block-cabinet__verified input {
  background-color: transparent;
  cursor: pointer;
}
.block-cabinet__verified input:hover {
  background-color: transparent;
  box-shadow: none;
}
.block-cabinet__edit {
  cursor: pointer;
}

@media (min-width: 29.9988rem) {
  .contact .wpcf7-response-output {
    grid-column: 1/3;
  }
}

@media (min-width: 61.995rem) {
  .single {
    margin: 6.25rem auto;
    font-size: 1rem;
  }

  .single h1 {
    margin: 0 auto 3.125rem;
    font-size: 4rem;
  }
  .single h2 {
    margin: 2.1875rem 0 1.25rem;
    font-size: 2.25rem;
  }
  .single h3 {
    margin: 1.5625rem 0 1.25rem;
  }
  .single :is(h4, h5, h6) {
    margin: 1.25rem 0;
  }

  .single__container h1 {
    background: #ecf2f9;
    border-radius: 2rem;
    padding: 2.1875rem 0.1rem 1.25rem;
  }

  .single :is(ul, ol, p, .wp-block-media-text):not(:last-child) {
    margin-bottom: 1.25rem;
  }

  .single img {
    border-radius: 2rem;
  }
}

.cabinet__body[hidden] {
  display: none;
}

.newsletter-message {
  margin: 0.3125rem 0 0;
  color: #e03737;
  text-align: start;
  font-size: 1rem;
}

.footer {
  background: linear-gradient(to top, #a5c5e8 0%, #c4defb 30%, #fff 100%);
}
.footer .newsletter-message {
  font-size: 0.75rem;
}
.footer .newsletter-message.success {
  font-size: 0.75rem;
}
.cabinet .is-subscribe.good {
  color: green;
}

.item-news__social-share {
  right: 50px;
  width: auto !important;
}

div.heateor_sss_follow_ul,
div.heateor_sss_sharing_ul {
  display: flex;
  align-items: center;
  gap: 2px;
}

.down .chart-index-proc::after,
.up .chart-index-proc::after {
  content: '' !important;
  top: 50% !important;
  width: 20px;
  height: 20px;
  transform: translate(20%, -50%) !important;
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16.6 12.575L11.1667 7.14166C10.525 6.5 9.47503 6.5 8.83336 7.14166L3.40002 12.575' stroke='%2370ab64' stroke-width='1.5' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
}
.down .chart-index-proc::after {
  transform: translate(20%, -50%) scaleY(-1) !important;
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16.6 12.575L11.1667 7.14166C10.525 6.5 9.47503 6.5 8.83336 7.14166L3.40002 12.575' stroke='%23c14547' stroke-width='1.5' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

.table-indexes__val.down::after,
.table-indexes__val.up::after {
  content: '' !important;
  top: 50% !important;
  width: 20px;
  height: 20px;
  transform: translate(0%, -0%) !important;
  background-size: contain;
  background-repeat: no-repeat;
}
.table-indexes__val.zero::after {
  content: '-||-' !important;
  color: #000;
}
.table-indexes__val.up::after {
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16.6 12.575L11.1667 7.14166C10.525 6.5 9.47503 6.5 8.83336 7.14166L3.40002 12.575' stroke='%2396c593' stroke-width='1.5' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}
.table-indexes__val.down::after {
  transform: translate(0%, -0%) scaleY(-1) !important;
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16.6 12.575L11.1667 7.14166C10.525 6.5 9.47503 6.5 8.83336 7.14166L3.40002 12.575' stroke='%23c14547' stroke-width='1.5' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

.privacy {
  margin: 20px 0 70px;
}
.privacy__container {
  display: grid;
  gap: 80px;
}
.privacy__side {
}
.privacy__content {
  margin: 0;
}
.side-privacy__link {
  max-width: max-content;
}
.side-privacy__link:hover {
  text-decoration: underline;
  text-underline-offset: 2px;
}
.current-menu-item > :is(.side-privacy__link, .side-privacy-spoiler__control) {
  color: #7da0c7;
  text-decoration: underline;
  text-underline-offset: 2px;
}
.side-privacy-spoiler {
}
.side-privacy-spoiler__item {
  padding: 10px 0;
  border-bottom: 1px solid #7da0c7;
}
.side-privacy-spoiler__item:first-child {
  border-top: 1px solid #7da0c7;
}
.side-privacy-spoiler__control {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  width: 100%;
  cursor: pointer;
  text-align: start;
}
.side-privacy-spoiler__control:hover {
  text-decoration: underline;
  text-underline-offset: 2px;
}
.side-privacy-spoiler__title {
}
.side-privacy-spoiler__icon {
  flex-shrink: 0;
  position: relative;
  display: block;
  width: 10px;
  aspect-ratio: 1 / 1;
}
.side-privacy-spoiler__icon::before {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 2px;
  height: 100%;
  background-color: #000;
}
.side-privacy-spoiler__icon::after {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 2px;
  background-color: #000;
}
[aria-expanded='true'] .side-privacy-spoiler__icon::before {
  height: 0;
}
.side-privacy-spoiler__content {
  visibility: hidden;
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height 0.4s cubic-bezier(0, 0, 0.5, 1), visibility 0.4s;
  transition: max-height 0.4s cubic-bezier(0, 0, 0.5, 1), visibility 0.4s;
}
.side-privacy-spoiler__content[aria-hidden='false'] {
  visibility: visible;
  max-height: var(--max-height);
}
.side-privacy-spoiler__body {
  padding: 10px 0;
  -webkit-transform: translateY(1.25rem);
  -ms-transform: translateY(1.25rem);
  transform: translateY(1.25rem);
  opacity: 0;
  -webkit-transition: opacity 0.4s cubic-bezier(0, 0, 0.5, 1), -webkit-transform 0.4s cubic-bezier(0, 0, 0.5, 1);
  transition: opacity 0.4s cubic-bezier(0, 0, 0.5, 1), -webkit-transform 0.4s cubic-bezier(0, 0, 0.5, 1);
  transition: transform 0.4s cubic-bezier(0, 0, 0.5, 1), opacity 0.4s cubic-bezier(0, 0, 0.5, 1);
  transition: transform 0.4s cubic-bezier(0, 0, 0.5, 1), opacity 0.4s cubic-bezier(0, 0, 0.5, 1), -webkit-transform 0.4s cubic-bezier(0, 0, 0.5, 1);
}
._init [aria-hidden='false'] .side-privacy-spoiler__body {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}

.side-privacy-spoiler__body ul li:not(:last-child) {
  margin-bottom: 10px;
}

@media (min-width: 61.995rem) {
  .privacy__container {
    display: grid;
    grid-template-columns: 230px 1fr;
    align-items: start;
    gap: 40px;
  }
  .privacy {
    margin: 6.25rem 0;
  }
}

form a {
  color: #7da0c7;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.contact__btn:active,
.about-form__btn:active,
.menu__link_contact:active,
.block-two-f__btn:active {
  background-color: #79afff;
  transition: background-color 0.2s;
}
.footer-news__more:active {
  background-color: #dfedfd;
  transition: background-color 0.2s;
}

.subscribe-form.disabled .block-two-f__btn {
  color: #dbdfe4;
  background-color: #b7d0f7;
  cursor: not-allowed;
}

figure.wp-block-embed {
  max-width: max-content;
}
figure.wp-block-embed:is(.alignleft) {
  margin-right: auto;
}
figure.wp-block-embed:is(.alignright) {
  margin-left: auto;
}
figure.wp-block-embed:is(.aligncenter) {
  margin-left: auto;
  margin-right: auto;
}
figure.wp-block-embed:is(.alignleft, .alignright) {
  max-width: max-content;
}
figure.wp-block-embed:is(.alignleft, .alignright, .aligncenter) .wp-block-embed__wrapper {
  min-width: 0;
}

.single iframe {
  aspect-ratio: 16 / 9;
  height: auto;
  border-radius: 2rem;
}

.news__chart .chart-lite {
  background-color: #d6e5f6;
}

/*.table-indexes .table-indexes__chart {
  width: 450px;
}*/

.subsubscribe-list {
  font-size: 20px;
}
.subsubscribe-list > *:not(:last-child) {
  margin-bottom: 2px;
}

label [type='checkbox'] {
  display: none !important;
}
label [type='checkbox'] + *::before {
  content: '';
  display: inline-block;
  width: 20px;
  height: 20px;
  transform: translate(0, 3px);
  margin-right: 5px;
  border-radius: 4px;
  background-color: transparent;
  border: 2px solid #92bdff;
  transition: background-color 0.4s, box-shadow 0.4s;
}
label [type='checkbox']:checked + *::before {
  background-color: #92bdff;
  box-shadow: inset 0 0 0 2px #fff;
}

.modal.fade {
  display: none;
}

.remove-all {
  margin-left: auto;
  margin-right: unset;
  display: none;
}
.remove-favorite-index {
  position: absolute;
  right: 0px;
  top: 0px;
  background: #92bdff;
  border-radius: 25px;
  color: #ecf2f9;
  width: 25px;
  line-height: 25px;
  text-align: center;
  font-size: 13px;
  font-weight: 600;
  cursor: pointer;
}

.remove-favorite-index:hover {
  color: #c14547;
}

#removeAllModal .modal-header {
  border-bottom: none;
  border-radius: 0;
}

#removeAllModal .modal-content {
  border-radius: 1.3rem;
}

#removeAllModal .modal-footer {
  border-top: none;
  border-radius: 0;
}

#removeAllModal .modal-dialog {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50vh;
}

#removeAllModal .btn-close {
  background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%2392bdff'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat !important;
}

#removeAllModal .item-news__btn {
  margin: auto;
}

.grecaptcha-badge {
  display: none !important;
}

/** xt-modal */
.xt-modal-form form {
  margin-bottom: 15px;
}

.xt-modal-form h2 {
  text-align: center;
  font-size: 32px;
}

.xt-modal-form p a {
  display: inline;
}

.xt-modal-form label {
  margin: 10px;
  font-size: 1rem;
}

.xt-modal-form .btn.contact__btn {
  width: 100%;
}
.xt-modal-form p {
  font-size: 18px;
  text-align: center;
}

.xt-modal-form .modal-body {
  position: relative;
  overflow: hidden;
}

.xt-modal-form .error-message {
  color: red;
  font-size: 14px;
  margin-top: 10px;
}

.xt-modal-form button {
  background-color: #92bdff;
  color: white;
  border: none;
  cursor: pointer;
  padding: 1rem 2.5rem;
  border-radius: 6.25rem;
}

.xt-modal-form button:hover {
  background-color: #005bb5;
}

.xt-modal-form a {
  color: #0073e6;
  text-decoration: none;
}

.xt-modal-form a:hover {
  text-decoration: underline;
}

.xt-modal-form .btn-close {
  border: none;
  font-size: 12px;
  border-radius: 16px;
  padding: 10px;
 /* float: right;*/
  width: 28px;
  height: 28px;
  position: absolute;
  right: 20px;
}

.xt-modal-form .close:hover,
.xt-modal-form .close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}

.xt-modal-form .contact {
  margin: 1.625rem 0 1.25rem !important;
}

.xt-modal-form .modal-dialog {
  /*display: flex;
  justify-content: center;
  align-items: center;
  min-height: 100vh;*/
}
.xt-modal-form .contact__icon {
  width: 80px;
}
.xt-modal-form .modal-header {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: space-between;
  padding: 0;
  border-bottom: none;
  border-radius: 0;
}

.xt-modal-form .modal-form-header {
  display: flex;
  width: 100%;
  margin-top: 1rem;
  flex-direction: column;
  align-items: center; 
}

.login-form-modal .form-feedback {
    display: none;
    margin-top: 1rem;
    font-size: 1rem;
    color: #3c763d;
    text-align: center;
}

.login-form-modal.success .contact,
.login-form-modal.success button {
    display: none;
}
/** xt-modal */

@media (max-width: 600px) {
  .wp-block-media-text > .wp-block-media-text__content {
    padding: 0;
  }
}

.header-table-indexes__item .select2 {
  width: 82.5px !important;
}

@media (max-width: 450px) {
  /*.panel-indexes__content .chart-wrap {
    margin: 0;
    padding: 0;
  }

  .panel-indexes__content .chart-wrap::before {
    border-top-left-radius: 1.125rem;
    top: -18px;
    left: -18px;
  }

  .panel-indexes__content .chart-wrap .chart {
    height: 350px !important;
    margin-right: -10px;
  }*/
  .fullscreen-btn {
    display: none;
  }
}

/*  .item-news__favorite:hover {
    color: #fc9b24;
  }
  .item-news__favorite:hover .text {
    transform: scale(1.03);
  }
    f1d244
    */

.star-icon {
  display: inline-flex;
  transition: transform 0.2s ease-in-out, filter 0.2s ease-in-out;
}

.item-news__favorite.active .star-icon,
.chart-favorite.active .star-icon,
.chart-favorite.is-favorite .star-icon,
.table-indexes__star.is-favorite {
  animation: star 0.4s;
}
.item-news__favorite::after,
.chart-favorite::after,
.chart-favorite::after,
.table-indexes__star::after {
  position: absolute;
  content: '';
  display: none;
  width: 100%;
  height: 100%;
  left: 0%;
  transition: all ease-in-out 0.5s;
  background-repeat: no-repeat;
  bottom: 0%;
  background-image: radial-gradient(circle, #fc9b24 20%, transparent 20%), radial-gradient(circle, #fc9b24 20%, transparent 20%), radial-gradient(circle, transparent 10%, #fc9b24 15%, transparent 20%), radial-gradient(circle, #fc9b24 20%, transparent 20%), radial-gradient(circle, #fc9b24 20%, transparent 20%), radial-gradient(circle, #fc9b24 20%, transparent 20%), radial-gradient(circle, #fc9b24 20%, transparent 20%);
  background-size: 15% 15%, 20% 20%, 18% 18%, 20% 20%, 15% 15%, 10% 10%, 20% 20%;
  filter: brightness(1.4);
  pointer-events: none;
}
.item-news__favorite.active::after,
.chart-favorite.active::after,
.chart-favorite.is-favorite::after,
.table-indexes__star.is-favorite::after {
  display: block;
  animation: bottomBubbles ease-in-out 0.75s forwards;
}

.table-indexes__star._processing {
  pointer-events: none;
}

/* .star-icon:active {
  transform: scale(1.05);
  filter: brightness(0.8);
} */
.container-toggle {
  position: relative;
}

.xentaura-tooltip,
.btn-toggle {
  cursor: pointer;
}

.tooltip-toggle {
  transform: translateY(-100%);
  opacity: 0;
  transition: transform 0.2s ease, opacity 0.2s ease;
  position: absolute;
  right: 0;
  pointer-events: none;
}

.tooltip-toggle.show {
  opacity: 1;
  pointer-events: auto;
}

.item-news__tooltip-comments {
  width: 300px;
  background: #ecf2f9;
  padding: 10px 20px;
  border-radius: 30px;
  transform: translateY(-134%);
}

@keyframes star {
  0% {
    transform: scale(1) translate(0, 0);
    filter: brightness(1);
  }
  60% {
    transform: scale(1.2) translate(0, -10px);
    filter: brightness(1.4);
  }
  85% {
    transform: scale(1.2) translate(0, -10px);
    filter: brightness(1.4);
  }
  100% {
    transform: scale(1) translate(0, 0);
    filter: brightness(1);
  }
}

.single iframe {
  max-width: 100%;
  margin-bottom: 1.25rem;
}

@keyframes topBubbles {
  0% {
    background-position: 5% 90%, 10% 90%, 10% 90%, 15% 90%, 25% 90%, 25% 90%, 40% 90%, 55% 90%, 70% 90%;
  }
  50% {
    background-position: 0% 80%, 0% 20%, 10% 40%, 20% 0%, 30% 30%, 22% 50%, 50% 50%, 65% 20%, 90% 30%;
  }
  100% {
    background-position: 0% 70%, 0% 10%, 10% 30%, 20% -10%, 30% 20%, 22% 40%, 50% 40%, 65% 10%, 90% 20%;
    background-size: 0% 0%, 0% 0%, 0% 0%, 0% 0%, 0% 0%, 0% 0%;
  }
}
@keyframes bottomBubbles {
  0% {
    background-position: 10% -10%, 30% 10%, 55% -10%, 70% -10%, 85% -10%, 70% -10%, 70% 0%;
  }
  50% {
    background-position: 0% 80%, 20% 80%, 45% 60%, 60% 100%, 75% 70%, 95% 60%, 105% 0%;
  }
  100% {
    background-position: 0% 90%, 20% 90%, 45% 70%, 60% 110%, 75% 80%, 95% 70%, 110% 10%;
    background-size: 0% 0%, 0% 0%, 0% 0%, 0% 0%, 0% 0%, 0% 0%;
  }
}

.item-news__comments {
  flex-shrink: 0;
  margin-left: auto;
}
.item-news__total_comments {
  display: flex;
  align-items: center;
  gap: 8px;
  font-weight: 400;
  font-size: 14px;
  color: #a5bcd7;
}
.item-news__total_comments::before {
  content: '';
  background-image: url('data:image/svg+xml;charset=UTF-8,%3Csvg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20" fill="none"%3E%3Cpath d="M7.08341 15.8332H6.66675C3.33341 15.8332 1.66675 14.9998 1.66675 10.8332V6.6665C1.66675 3.33317 3.33341 1.6665 6.66675 1.6665H13.3334C16.6667 1.6665 18.3334 3.33317 18.3334 6.6665V10.8332C18.3334 14.1665 16.6667 15.8332 13.3334 15.8332H12.9167C12.6584 15.8332 12.4084 15.9582 12.2501 16.1665L11.0001 17.8332C10.4501 18.5665 9.55008 18.5665 9.00008 17.8332L7.75008 16.1665C7.61675 15.9832 7.30841 15.8332 7.08341 15.8332Z" stroke="%23A5BCD7" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/%3E%3Cpath d="M5.83325 6.6665H14.1666" stroke="%23A5BCD7" stroke-linecap="round" stroke-linejoin="round"/%3E%3Cpath d="M5.83325 10.8335H10.8333" stroke="%23A5BCD7" stroke-linecap="round" stroke-linejoin="round"/%3E%3C/svg%3E');
  background-repeat: no-repeat;
  background-size: contain;
  width: 20px;
  height: 20px;
}
.item-news__total_comments.-views::before {
  content: '';
  background: url('https://xentaura.com/wp-content/uploads/2025/03/eye-open-1.png') no-repeat center;
  background-size: contain;
  width: 20px;
  height: 20px;
}

.header-item-news__btns {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-left: auto;
}
.header-item-news__btn {
  flex-shrink: 0;
  width: 24px;
}

.tnp-list-label .subtext {
  display: block;
  margin-bottom: 5px;
  font-weight: 600;
  font-style: italic;
  font-size: 0.7em;
  color: #9f9f9f;
}
.edit-input {
  border-bottom: 2px solid transparent;
}

.loader {
  display: none;
  align-items: center;
  gap: 8px;
  width: fit-content;
}
._loading .loader {
  display: flex;
}

.table-indexes__body._loading .loader {
  display: flex;
}
.loader:before {
  content: '';
  display: block;
  width: 25px;
  aspect-ratio: 1;
  border-radius: 50%;
  border: 4px solid;
  border-color: #92bdff transparent;
  animation: l1 1s infinite;
}

.loader.loader-white::before {
  border-color: #ecf2f9 transparent;
}

.loader-text {
  display: flex;
  gap: 2px;
}
.loader span {
  opacity: 0;
  animation: dots 1.5s infinite steps(1);
}
.loader span:nth-child(1) {
  animation-delay: 0.3s;
}
.loader span:nth-child(2) {
  animation-delay: 0.6s;
}
.loader span:nth-child(3) {
  animation-delay: 0.9s;
}

@keyframes l1 {
  to {
    transform: rotate(0.5turn);
  }
}

@keyframes dots {
  0%,
  100% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
}

.asssets-removed + .change-list {
  text-decoration: line-through;
  color: #999999;
}

#crop-avatar {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100dvh;
  padding: 40px 20px 40px;
  background-color: rgba(0, 0, 0, 0.7);
  overflow: auto;
  z-index: 999;
}
#crop-avatar.-active {
  display: block;
}

.crop-avatar-wrapper {
  display: grid;
  align-items: center;
  justify-items: center;
  gap: 20px;
}

#myCanvas {
  display: none;
}

#crop-box {
  position: relative;
  width: min(100%, 400px);
  border-radius: 10px;
  overflow: hidden;
}

#crop {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 200px;
  aspect-ratio: 1 / 1;
  border-radius: 50%;
  box-shadow: 0 0 0 1000px rgba(0, 0, 0, 0.2);
  cursor: move;
}

#send-crop-img {
  margin: 0 auto;
}

.block-title.asssets-list:first-child {
  max-width: 200px;
  padding: 5px;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
  transition: box-shadow 0.4s;
}
.block-title.asssets-list.open:first-child {
  border-radius: 10px 10px 0 0;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
}
.block-title.asssets-list:first-child + div {
  max-width: 200px;
  padding: 0 5px;
  line-height: 0.8;
  background-color: #fff;
  border-radius: 0 0 10px 10px;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
}

.page.page_about a {
  display: inline !important;
}

.founder-right {
  text-align: right;
  margin-bottom: 2.5rem;
}

.founder-right p {
  margin: 0.05rem !important;
  font-size: 2.5rem !important;
}