* {
  border: 0;
  font-variant-numeric: proportional-nums lining-nums;
  margin: 0;
  padding: 0;
}
*,
:after,
:before {
  box-sizing: border-box;
}
:active,
:focus {
  outline: none;
}
a {
  color: inherit;
  text-decoration: none;
}
a:active,
a:focus {
  outline: none;
}
body {
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  text-size-adjust: 100%;
}
button,
input,
textarea {
  font-family: inherit;
}
textarea {
  resize: none;
}
input::-ms-clear {
  display: none;
}
button {
  cursor: pointer;
  font-family: inherit;
}
button::-moz-focus-inner {
  border: 0;
  padding: 0;
}
ul {
  list-style: none;
}
img {
  vertical-align: top;
}
@font-face {
  font-display: swap;
  font-family: Vela Sans;
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/VelaSans-Regular.woff2) format("woff2"),
    url(../fonts/VelaSans-Regular.woff) format("woff");
}
@font-face {
  font-display: swap;
  font-family: Vela Sans;
  font-style: normal;
  font-weight: 500;
  src: url(../fonts/VelaSans-Medium.woff2) format("woff2"),
    url(../fonts/VelaSans-Medium.woff) format("woff");
}
@font-face {
  font-display: swap;
  font-family: Vela Sans;
  font-style: normal;
  font-weight: 600;
  src: url(../fonts/VelaSans-SemiBold.woff2) format("woff2"),
    url(../fonts/VelaSans-SemiBold.woff) format("woff");
}
.typo-h1 {
  font-size: clamp(40px, 36px + 0.8333333333vw, 48px);
}
.typo-h1,
.typo-h2 {
  font-weight: 600;
  line-height: 120%;
}
.typo-h2 {
  font-size: clamp(32px, 28px + 0.8333333333vw, 40px);
}
.typo-h3 {
  font-size: clamp(24px, 20px + 0.8333333333vw, 32px);
}
.typo-h3,
.typo-t1 {
  font-weight: 500;
  line-height: 120%;
}
.typo-t1 {
  font-size: 24px;
}
.typo-t2 {
  font-size: 16px;
}
.typo-t2,
.typo-t3 {
  font-weight: 600;
  line-height: 140%;
}
.typo-t3 {
  font-size: 14px;
}
.typo-t4 {
  font-size: 12px;
  font-weight: 600;
  line-height: 140%;
}
.typo-p-xl {
  font-size: 20px;
}
.typo-p-l,
.typo-p-xl {
  font-weight: 400;
  line-height: 140%;
}
.typo-p-l {
  font-size: 16px;
}
.typo-p-m {
  font-size: 14px;
}
.typo-p-m,
.typo-p-s {
  font-weight: 400;
  line-height: 140%;
}
.typo-p-s {
  font-size: 12px;
}
.typo-p-xs {
  font-size: 10px;
  font-weight: 400;
  line-height: 140%;
}
html {
  box-sizing: border-box;
  height: 100%;
  line-height: normal;
}
*,
:after,
:before {
  box-sizing: inherit;
}
body {
  background-color: #231f25;
  color: #f5f5f5;
  font-family: Vela Sans, -apple-system, BlinkMacSystemFont, Arial, sans-serif;
  height: 100%;
  margin: 0;
  padding: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-feature-settings: "pnum" on, "lnum" on;
  font-weight: 400;
}
body > #app {
  display: flex;
  flex-direction: column;
  min-height: 100svh;
}
#app > main {
  flex: 1 1 auto;
  overflow: hidden;
  width: 100%;
}
.visually-hidden {
  border: 0;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  clip: rect(0 0 0 0);
  clip-path: inset(100%);
  white-space: nowrap;
}
.container {
  margin: 0 auto;
  max-width: 1440px;
  padding: 0 16px;
  width: 100%;
}
.close-custom[data-v-0e1fbb4a] {
  align-items: center;
  display: flex;
  height: 32px;
  justify-content: center;
  position: relative;
  width: 32px;
}
@media (hover: hover) {
  .close-custom:hover span[data-v-0e1fbb4a] {
    transition: transform 0.5s cubic-bezier(0.58, 0.01, 0.03, 0.99);
  }
  .close-custom:hover span[data-v-0e1fbb4a]:first-child {
    transform: rotate(135deg) !important;
    transition-delay: 0.1s;
  }
  .close-custom:hover span[data-v-0e1fbb4a]:last-child {
    transform: rotate(45deg) !important;
  }
}
.close-custom span[data-v-0e1fbb4a] {
  background-color: #9c9c9c;
  height: 2px;
  position: absolute;
  transition: transform 1s cubic-bezier(0.58, 0.01, 0.03, 0.99);
  transition-duration: 0s;
  width: 26px;
  will-change: transform;
}
@media (min-width: 768px) {
  .close-custom span[data-v-0e1fbb4a] {
    width: 38px;
  }
}
.close-custom span[data-v-0e1fbb4a]:first-child {
  transform: rotate(45deg);
}
.close-custom span[data-v-0e1fbb4a]:last-child {
  transform: rotate(-45deg);
}
.ui-modal-small {
  align-items: center;
  color: #f5f5f5;
  display: flex;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .ui-modal-small {
    padding: 16px;
  }
}
.ui-modal-small__content {
  background-color: #231f25;
  border-radius: 8px;
  box-shadow: 0 6px 36px 0 rgba(0, 0, 0, 0.4);
  display: flex;
  flex-direction: column;
  max-height: 100%;
  max-width: 460px;
  overflow: hidden auto;
  padding: 32px;
  position: relative;
  width: 100%;
}
.ui-modal-small__close {
  background: transparent;
  height: 24px;
  position: absolute;
  right: 10px;
  top: 10px;
  width: 24px;
  z-index: 20;
}
.ui-modal-small__close .close-custom {
  height: inherit;
  width: inherit;
}
.ui-modal-small__close .close-custom span {
  width: 18px;
}
.ui-modal-small__close-btn {
  width: 100%;
}
@media (min-width: 768px) {
  .ui-modal-small__close-btn {
    width: auto;
  }
}
.ui-modal-small__header {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 16px;
  text-align: center;
}
.ui-modal-small__title {
  color: #f4b44d;
}
.ui-modal-small__description {
  color: #9c9c9c;
}
.ui-modal-small .vfm--overlay {
  -webkit-backdrop-filter: blur(24px);
  backdrop-filter: blur(24px);
  background-color: hsla(0, 0%, 100%, 0.04);
}
.ui-modal-big {
  align-items: center;
  color: #f5f5f5;
  display: flex;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .ui-modal-big {
    padding: 16px;
  }
}
.ui-modal-big__content {
  background-color: #231f25;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  display: flex;
  flex-direction: column;
  max-height: 100%;
  max-width: 1200px;
  overflow: hidden auto;
  position: relative;
  width: 100%;
}
.ui-modal-big__close {
  align-items: center;
  background: transparent;
  display: flex;
  height: 32px;
  justify-content: center;
  width: 32px;
  z-index: 20;
}
.ui-modal-big__close .close-custom {
  height: inherit;
  width: inherit;
}
.ui-modal-big__close .close-custom span {
  width: 24px;
}
@media screen and (min-width: 1200px) {
  .ui-modal-big__close .close-custom span {
    width: 36px;
  }
}
@media (min-width: 1200px) {
  .ui-modal-big__close {
    height: 48px;
    width: 48px;
  }
}
.ui-modal-big__close-btn {
  width: 100%;
}
@media (min-width: 1200px) {
  .ui-modal-big__close-btn {
    width: auto;
  }
}
.ui-modal-big__header {
  align-items: center;
  background-color: #120e14;
  display: flex;
  flex-shrink: 0;
  height: 64px;
  justify-content: space-between;
  padding: 0 16px;
}
@media (min-width: 1200px) {
  .ui-modal-big__header {
    height: 96px;
    padding: 0 60px;
  }
}
.ui-modal-big__title {
  font-size: clamp(20px, 18px + 0.4166666667vw, 24px);
  font-weight: 500;
  line-height: 120%;
}
.ui-modal-big .vfm--overlay {
  -webkit-backdrop-filter: blur(24px);
  backdrop-filter: blur(24px);
  background-color: hsla(0, 0%, 100%, 0.04);
}
.accordion {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
@media (min-width: 1025px) {
  .accordion {
    gap: 24px;
  }
}
.accordion__header {
  cursor: pointer;
  display: flex;
  gap: 24px;
  justify-content: space-between;
  padding: 24px;
  transition: all 0.2s ease 0s;
}
@media (hover: hover) {
  .accordion__header:hover span {
    color: #f4b44d;
  }
}
.accordion__header span {
  transition: all 0.2s ease 0s;
}
.accordion__item {
  background: rgba(18, 14, 20, 0.66);
  border-radius: 8px;
  overflow: hidden;
}
.accordion__item.active .close-custom {
  transform: rotate(90deg);
}
.accordion__body {
  max-height: 0;
}
.accordion__content {
  color: #9c9c9c;
  padding: 0 24px 24px;
}
.accordion__content > :first-child {
  margin-top: 0;
}
.accordion .close-custom {
  height: 24px;
  transform: rotate(45deg);
  transition: all 0.2s ease 0s;
  width: 24px;
}
.accordion .close-custom span {
  background-color: #f4b44d;
  width: 20px;
}
.advantages {
  position: relative;
}
.advantages__grid {
  display: grid;
  gap: 48px;
}
@media (min-width: 1025px) {
  .advantages__grid {
    gap: 24px;
    grid-template-columns: repeat(12, 1fr);
  }
}
.advantages__left {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  gap: 32px;
}
@media (min-width: 1025px) {
  .advantages__left {
    grid-column: span 6;
  }
}
.advantages__description {
  color: #f5f5f5;
}
.advantages__telegram {
  align-items: center;
  -webkit-backdrop-filter: blur(56px);
  backdrop-filter: blur(56px);
  background: rgba(18, 14, 20, 0.66);
  border-radius: 8px;
  box-shadow: 2px 4px 24px 0 rgba(0, 0, 0, 0.3);
  color: #f4b44d;
  display: inline-flex;
  gap: 24px;
  margin-top: 48px;
  padding: 12px 24px 12px 12px;
  transition: all 0.2s ease 0s;
}
@media (hover: hover) {
  .advantages__telegram:hover {
    transform: scale(0.96);
  }
}
@media (min-width: 1025px) {
  .advantages__telegram {
    margin-top: auto;
  }
}
.advantages__telegram img {
  height: 32px;
  width: 32px;
}
.advantages__list {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
@media (min-width: 1025px) {
  .advantages__list {
    grid-column: 8 / span 5;
  }
}
.advantages__item {
  -webkit-backdrop-filter: blur(16px);
  backdrop-filter: blur(16px);
  background: rgba(18, 14, 20, 0.28);
  border: 1px solid rgba(244, 180, 77, 0.16);
  border-radius: 16px;
  padding: 24px 24px 24px 72px;
  position: relative;
}
.advantages__item:before {
  background: url(../images/icon-star.png) no-repeat 50% / cover;
  content: "";
  height: 24px;
  left: 24px;
  position: absolute;
  top: 24px;
  width: 24px;
}
.advantages__item-sutitle {
  margin-bottom: 16px;
}
.advantages__item-descroption {
  color: #9c9c9c;
}
.advantages .waves-effect {
  bottom: -800px;
  height: 1800px;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: 100%;
}
@media screen and (min-width: 1025px) {
  .advantages .waves-effect {
    bottom: -750px;
  }
}
.advantages .waves-effect-mob {
  display: none;
  height: auto;
  left: 50%;
  position: absolute;
  top: 250px;
  transform: translateX(-50%) rotate(350deg);
  width: 200%;
  z-index: -1;
}
@media screen and (min-width: 1025px) {
  .advantages .waves-effect-mob {
    top: calc(100% - 200px);
  }
}
.advantages .waves-effect-mob img {
  height: 100%;
  width: 100%;
}
.gsap-split-text,
.gsap-split-text* {
  will-change: transform;
}
.gsap-home-description,
.gsap-home-title {
  overflow: hidden;
}
.block-padding {
  padding: 56px 0;
}
@media (min-width: 1025px) {
  .block-padding {
    padding: 60px 0;
  }
}
.btn {
  align-items: center;
  border-radius: 8px;
  cursor: pointer;
  display: inline-flex;
  font-size: 16px;
  font-weight: 500;
  gap: 8px;
  justify-content: center;
  line-height: 140%;
  padding: 0 32px;
  text-align: center;
  transition: all 0.2s ease 0s;
}
.btn--primary {
  background-color: #f4b44d;
  color: #231f25;
  height: 54px;
  overflow: hidden;
  position: relative;
}
.btn--primary:not(:disabled):before {
  background: linear-gradient(
    90deg,
    transparent,
    hsla(0, 0%, 100%, 0.6),
    transparent
  );
  content: "";
  height: 100%;
  left: -100%;
  position: absolute;
  top: 0;
  width: 100%;
}
@media (hover: hover) {
  .btn--primary:hover:before {
    left: 100%;
    transition: left 0.7s ease;
  }
}
.btn--primary:active:not(:disabled) {
  background-color: #f09c15;
}
.btn--primary:focus-visible:not(:disabled),
.btn--primary:focus:not(:disabled) {
  outline-color: #f4b44d !important;
  outline-offset: 4px;
  outline-width: 1px;
}
.btn--primary:disabled {
  cursor: default;
  opacity: 0.6;
}
.btn--s {
  border-radius: 4px;
  font-size: 12px;
  height: 29px;
  padding: 0 12px;
}
.burger {
  align-items: center;
  background-color: transparent;
  cursor: pointer;
  display: flex;
  height: 32px;
  justify-content: center;
  width: 32px;
  z-index: 1001;
}
@media (hover: hover) {
  .burger:not(.is-active):hover span:first-child {
    top: 3px;
  }
  .burger:not(.is-active):hover span:last-child {
    bottom: 3px;
  }
}
.burger__inner {
  flex-shrink: 0;
  height: 18px;
  position: relative;
  width: 24px;
}
.burger__inner,
.burger__inner span {
  transition: all 0.3s cubic-bezier(0.4, 0.01, 0.165, 0.99) 0s;
}
.burger__inner span {
  background-color: #f4b44d;
  border-radius: 5px;
  height: 2px;
  left: 0;
  position: absolute;
  top: calc(50% - 1px);
  width: 100%;
}
.burger__inner span:first-child {
  top: 0;
}
.burger__inner span:last-child {
  bottom: 0;
  top: auto;
}
.burger.is-active span {
  transform: scale(0);
}
.burger.is-active span:first-child {
  top: calc(50% - 1px);
  transform: rotate(-45deg);
}
.burger.is-active span:last-child {
  bottom: calc(50% - 1px);
  transform: rotate(45deg);
}
@media (hover: hover) {
  .burger.is-active:hover .burger__inner {
    transform: rotate(90deg);
  }
}
.card-black {
  background: rgba(18, 14, 20, 0.66);
  border-radius: 8px;
  height: 100%;
  padding: 24px;
}
@media (min-width: 768px) {
  .card-black {
    padding: 32px;
  }
}
.card-glass {
  padding-top: 130px;
}
.card-glass__inner {
  -webkit-backdrop-filter: blur(16px);
  backdrop-filter: blur(16px);
  background: hsla(0, 0%, 100%, 0.04);
  border: 1px solid rgba(244, 180, 77, 0.16);
  border-radius: 8px;
  height: 100%;
  padding: 32px;
  position: relative;
}
.card-glass__inner:before {
  background: linear-gradient(180deg, #231f25, rgba(35, 31, 37, 0));
  border-radius: 8px 8px 0 0;
  content: "";
  height: 80%;
  left: -1px;
  position: absolute;
  top: -1px;
  width: calc(100% + 2px);
  z-index: -1;
}
.card-glass__img {
  margin-bottom: 16px;
  margin-top: -130px;
}
.card-glass__img img {
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  width: 100%;
}
.card-glass__label {
  display: flex;
  margin-bottom: 8px;
}
.card-glass__title,
.card-glass__title-wrap {
  align-items: center;
  display: flex;
  gap: 16px;
}
.card-glass__description {
  color: #9c9c9c;
  margin-top: 16px;
}
.card-glass__btn {
  margin-top: 32px;
}
@media (min-width: 1025px) {
  .card-glass__btn {
    margin-top: 48px;
  }
}
.checkbox {
  cursor: pointer;
  display: inline-flex;
  gap: 12px;
  position: relative;
}
.checkbox__custom {
  background-color: transparent;
  border: 1px solid #f4b44d;
  border-radius: 4px;
  display: block;
  flex-shrink: 0;
  height: 20px;
  position: relative;
  width: 20px;
}
.checkbox__input {
  height: 1px;
  overflow: hidden;
  position: absolute;
  width: 1px;
  clip: rect(0 0 0 0);
}
.checkbox__input:checked + .checkbox__custom {
  background-color: #f4b44d;
}
.checkbox__input:checked + .checkbox__custom:before {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMCIgaGVpZ2h0PSI3IiBmaWxsPSJub25lIj48cGF0aCBmaWxsPSIjMkQyRTJGIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0xMCAxLjAzIDguOTQ0IDAgMy44OCA0LjkzOSAxLjA1NiAyLjE4NiAwIDMuMjE2IDMuODggN3oiIGNsaXAtcnVsZT0iZXZlbm9kZCIvPjwvc3ZnPg==);
  background-position: 50%;
  background-repeat: no-repeat;
  content: "";
  height: 100%;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}
.checkbox__input.error + .checkbox__custom {
  border: 1px solid #ff542a;
}
.checkbox__text a {
  white-space: nowrap;
}
@media (min-width: 768px) {
  .checkbox__text a {
    position: relative;
  }
}
.exchange-info {
  position: relative;
}
.exchange-info__grid {
  display: grid;
  gap: 24px;
}
@media (min-width: 1025px) {
  .exchange-info__grid {
    grid-template-columns: repeat(12, 1fr);
  }
  .exchange-info__calc {
    grid-column: 1 / span 7;
  }
}
.exchange-info__cards {
  display: grid;
  gap: 24px;
}
@media (min-width: 768px) {
  .exchange-info__cards {
    grid-template-columns: 1fr 1fr;
  }
}
@media (min-width: 1025px) {
  .exchange-info__cards {
    grid-column: 8 / span 5;
  }
}
.exchange-info__card {
  -webkit-backdrop-filter: blur(56px);
  backdrop-filter: blur(56px);
  background: rgba(18, 14, 20, 0.28);
  border: 1px solid rgba(244, 180, 77, 0.16);
  border-radius: 16px;
  display: flex;
  gap: 32px;
  padding: 24px;
}
@media (min-width: 1025px) {
  .exchange-info__card {
    flex-direction: column;
    justify-content: center;
  }
}
.exchange-info__card-icon {
  aspect-ratio: 1;
  flex-shrink: 0;
  width: clamp(80px, 50px + 6.25vw, 140px);
}
.exchange-info__card-icon img {
  width: 100%;
}
.exchange-info__card-description {
  color: #9c9c9c;
  margin: 16px 0 24px;
}
.exchange-info__card-btn {
  color: #f4b44d;
  font-size: 14px;
  font-weight: 500;
  line-height: 140%;
}
.exchange-info__card-btn svg {
  height: 16px;
  width: 16px;
  fill: currentColor;
  transform: rotate(-90deg);
}
.exchange-info__bg-blur {
  height: 461px;
  left: 50%;
  pointer-events: none;
  position: absolute;
  top: 370px;
  transform: translateX(-50%) rotate(-116deg);
  width: 1154px;
  z-index: -1;
}
@media (min-width: 768px) {
  .exchange-info__bg-blur {
    top: 100px;
    transform: translateX(-50%) scale(1.2) rotate(-116deg);
  }
}
@media (min-width: 1025px) {
  .exchange-info__bg-blur {
    height: 712px;
    top: -100px;
    transform: translateX(-40%) rotate(-141deg);
    width: 1783px;
  }
}
.exchange-info__bg-blur img {
  filter: blur(35px);
  height: 100%;
  opacity: 0.4;
  width: 100%;
}
.faq {
  position: relative;
}
.faq__grid {
  display: grid;
  gap: 24px;
}
@media (min-width: 1025px) {
  .faq__grid {
    grid-template-columns: repeat(12, 1fr);
  }
}
.faq__left {
  -webkit-backdrop-filter: blur(56px);
  backdrop-filter: blur(56px);
  background: rgba(18, 14, 20, 0.28);
  border: 1px solid rgba(244, 180, 77, 0.16);
  border-radius: 8px;
  box-shadow: 2px 4px 16px 0 rgba(255, 189, 83, 0.08);
  display: flex;
  flex-direction: column;
  gap: 48px;
  padding: 24px;
}
@media (min-width: 1025px) {
  .faq__left {
    grid-column: 1 / span 4;
  }
}
.faq__info {
  align-items: flex-end;
  display: flex;
  gap: 16px;
  justify-content: space-between;
  margin-top: auto;
}
.faq__subtitle {
  color: #f4b44d;
  margin-bottom: 16px;
}
.faq__description {
  color: #9c9c9c;
}
.faq__info-link {
  align-items: center;
  background-color: #f4b44d;
  border-radius: 8px;
  display: flex;
  height: 48px;
  justify-content: center;
  width: 48px;
}
@media (min-width: 1025px) {
  .faq__accordion {
    grid-column: 5 / span 8;
  }
}
.faq__bg-blur {
  height: 421px;
  left: 50%;
  pointer-events: none;
  position: absolute;
  top: 150px;
  transform: translateX(-50%) rotate(135deg);
  width: 1247px;
  z-index: -1;
}
@media (min-width: 768px) {
  .faq__bg-blur {
    transform: translateX(-50%) scale(1.2) rotate(160deg);
  }
}
@media (min-width: 1025px) {
  .faq__bg-blur {
    height: 712px;
    top: 250px;
    transform: translateX(-50%) rotate(160deg);
    width: 2111px;
  }
}
.faq__bg-blur img {
  filter: blur(35px);
  height: 100%;
  opacity: 0.4;
  width: 100%;
}
#fluid-effect {
  height: 100dvh;
  left: 0;
  position: fixed;
  top: 0;
  width: 100dvw;
  z-index: -1;
}
.footer {
  background: rgba(18, 14, 20, 0.66);
  padding: 32px 0;
}
@media (min-width: 1025px) {
  .footer {
    padding: 24px 0;
  }
}
.footer__grid {
  display: grid;
  gap: 32px;
}
@media (min-width: 1025px) {
  .footer__grid {
    gap: 24px;
    grid-template-columns: repeat(12, 1fr);
  }
  .footer__logo {
    grid-column: 1 / span 4;
  }
  .footer__doc {
    grid-column: 5 / span 4;
  }
}
.footer__subtitle {
  color: #f5f5f5;
  margin-bottom: 24px;
}
.footer__doc-list {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.footer__doc-list a {
  color: #9c9c9c;
  transition: all 0.2s ease 0s;
}
@media (hover: hover) {
  .footer__doc-list a:hover {
    color: #f5f5f5;
  }
}
@media (min-width: 1025px) {
  .footer__contacts {
    grid-column: 9 / span 4;
  }
}
.footer__contacts-list {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.footer__contacts-subtitle {
  color: #9c9c9c;
  margin-bottom: 8px;
}
.footer__contacts-link {
  color: #f4b44d;
}
.footer__contacts-link svg {
  fill: currentColor;
}
.footer__bottom {
  color: #9c9c9c;
  margin-top: 40px;
}
.form__flex {
  gap: 16px;
}
.form__bottom,
.form__flex {
  display: flex;
  flex-direction: column;
}
.form__bottom {
  margin-top: 32px;
}
@media screen and (min-width: 768px) {
  .form__bottom {
    align-items: center;
  }
}
.form--vip {
  margin-top: 32px;
}
.field {
  position: relative;
}
.field--search input {
  padding: 0 60px 0 18px;
}
.field--search svg {
  height: 24px;
  position: absolute;
  right: 18px;
  top: 50%;
  transform: translateY(-50%);
  width: 24px;
  fill: #f4b44d;
}
.field__message {
  font-size: 12px;
  font-weight: 400;
  line-height: 140%;
  margin-top: 8px;
}
.field__message.error {
  color: #ff542a;
}
input,
textarea {
  background-color: transparent;
  border: 1px solid #f4b44d;
  border-radius: 8px;
  color: #f5f5f5;
  display: block;
  font-size: 16px;
  font-weight: 400;
  height: 56px;
  line-height: 140%;
  padding: 0 18px;
  position: relative;
  transition: all 0.2s ease 0s;
  width: 100%;
  z-index: 2;
}
input::-moz-placeholder,
textarea::-moz-placeholder {
  color: #9c9c9c;
}
input::placeholder,
textarea::placeholder {
  color: #9c9c9c;
}
input:focus,
textarea:focus {
  border: 2px solid #f4b44d;
}
input:disabled,
textarea:disabled {
  color: #9c9c9c;
}
input.error,
textarea.error {
  border: 1px solid #ff542a;
}
button[type="submit"] {
  position: relative;
}
.loader:before {
  animation: spin 0.6s linear infinite;
  border: 4px solid #fff;
  border-radius: 50%;
  border-top-color: transparent;
  content: "";
  height: 20px;
  position: absolute;
  width: 20px;
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(1turn);
  }
}
.gold-label {
  align-items: center;
  background: linear-gradient(
    248.62deg,
    #95703b 23.8%,
    #f4ce71 38.14%,
    #fdfbc7 58.35%,
    #f4ce71 77.59%,
    #95703b 91.61%
  );
  border-radius: 4px;
  color: #231f25;
  display: flex;
  font-size: 12px;
  font-weight: 500;
  height: 23px;
  justify-content: center;
  line-height: 140%;
  padding: 0 6px;
  position: relative;
  text-align: center;
}
.gold-label:before {
  background: linear-gradient(
    211.85deg,
    #c48b2e -0.87%,
    #f9bf6d 24.33%,
    #fdecc7 37.42%,
    #f9bf6d 55.35%,
    #c48a2e 99.94%
  );
  border-radius: inherit;
  content: "";
  inset: -1px;
  position: absolute;
  z-index: -1;
}
.header {
  color: #fff;
  height: 84px;
  position: fixed;
  z-index: 6;
}
.header,
.header:before {
  left: 0;
  top: 0;
  width: 100%;
}
.header:before {
  -webkit-backdrop-filter: blur(24px);
  backdrop-filter: blur(24px);
  background-color: rgba(18, 14, 20, 0.8);
  border-bottom: 1px solid rgba(244, 180, 77, 0.16);
  content: "";
  height: 100%;
  position: absolute;
}
.header .container {
  align-items: center;
  display: flex;
  gap: 24px;
  height: 100%;
  justify-content: space-between;
}
@media (max-width: 1024.9px) {
  .header__nav {
    height: 100%;
    left: 0;
    overflow: hidden auto;
    padding: 60px 16px 24px;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 2;
  }
}
@media (min-width: 1025px) {
  .header__nav {
    align-items: center;
    display: flex;
    flex-direction: row;
    height: 100%;
    justify-content: space-between;
    padding: 0;
    position: relative;
    z-index: 5;
  }
}
.header__container {
  height: 100%;
}
@media (max-width: 1024.9px) {
  .header__container {
    height: calc(100% - 84px);
    left: 0;
    opacity: 0;
    position: fixed;
    top: 84px;
    transition: all 0.2s ease 0s;
    visibility: hidden;
    width: 100%;
  }
}
@media (min-width: 1025px) {
  .header__container {
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
  }
}
.header__container.is-open {
  -webkit-backdrop-filter: blur(24px);
  backdrop-filter: blur(24px);
  background-color: hsla(0, 0%, 100%, 0.04);
  opacity: 1;
  visibility: visible;
}
.header__logo {
  cursor: pointer;
  flex-shrink: 0;
  z-index: 6;
}
.header__logo .logo__text {
  display: none;
}
@media (min-width: 1025px) {
  .header__logo .logo__text {
    display: block;
  }
}
.header__burger {
  align-items: center;
  display: flex;
  z-index: 6;
}
@media (min-width: 1025px) {
  .header__burger {
    display: none;
  }
}
.header__telegram {
  align-items: center;
  color: #f4b44d;
  display: flex;
  gap: 8px;
  position: relative;
  z-index: 6;
}
.header__telegram span {
  display: none;
}
@media (min-width: 1025px) {
  .header__telegram span {
    display: block;
    font-size: 16px;
    font-weight: 500;
    line-height: 100%;
  }
}
.header__telegram svg {
  height: 32px;
  width: 32px;
  fill: currentColor;
}
@media (min-width: 1025px) {
  .header__telegram svg {
    height: 20px;
    width: 20px;
  }
}
.home-screen {
  padding: 148px 0 64px;
  position: relative;
}
.home-screen__info {
  display: flex;
  flex-direction: column;
  gap: 32px;
  position: relative;
  z-index: 2;
}
@media (min-width: 1025px) {
  .home-screen__info {
    align-items: center;
    flex-direction: row;
    justify-content: space-between;
  }
  .home-screen__info > * {
    max-width: 700px;
  }
  .home-screen__info > :last-child {
    text-align: right;
  }
}
.home-screen__bg-blur {
  height: 330px;
  left: 50%;
  pointer-events: none;
  position: absolute;
  top: 300px;
  transform: translateX(-50%) rotate(-127deg);
  width: 828px;
  z-index: -1;
}
@media (min-width: 768px) {
  .home-screen__bg-blur {
    transform: translateX(-50%) scale(1.2) rotate(200deg);
  }
}
@media (min-width: 1025px) {
  .home-screen__bg-blur {
    height: 712px;
    top: 150px;
    transform: translateX(-50%) rotate(-157deg);
    width: 1783px;
  }
}
.home-screen__bg-blur img {
  filter: blur(60px);
  height: 100%;
  opacity: 0.6;
  width: 100%;
}
@media (hover: hover) {
  .hover-glow-parent:hover .hover-glow:before {
    opacity: 1;
    transition: opacity 0.5s ease;
  }
}
.hover-glow {
  position: relative;
}
.hover-glow:before {
  background: radial-gradient(
    50% 50% at 50% 50%,
    rgba(244, 136, 77, 0.88) 0,
    rgba(244, 136, 77, 0.56) 25%,
    rgba(244, 180, 77, 0.12) 75.85%,
    rgba(244, 180, 77, 0.03) 90.76%,
    rgba(244, 180, 77, 0) 100%
  );
  content: "";
  filter: blur(18px);
  height: 100%;
  left: 50%;
  opacity: 0;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: opacity 3s ease;
  width: 100%;
  will-change: opacity;
  z-index: -1;
}
.info-page {
  padding: 132px 0 60px;
}
@media screen and (min-width: 768px) {
  .info-page {
    padding: 140px 0 120px;
  }
}
.info-page__footer {
  border-top: 1px solid #f5f5f5;
  margin-top: 48px;
  padding-top: 48px;
}
.info-page__footer p {
  margin-top: 16px;
}
.info-page .user-content {
  max-width: 956px;
  width: 100%;
}
.link--white {
  align-items: center;
  cursor: pointer;
  display: inline-flex;
  gap: 8px;
  text-decoration: none;
}
.link--white span {
  font-size: inherit;
  position: relative;
  white-space: nowrap;
}
.link--white span:after {
  bottom: -2px;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  transform: scaleX(0);
  transform-origin: bottom right;
  transition: transform 0.3s;
  width: 100%;
}
.link--white:hover span:after {
  transform: scaleX(1);
  transform-origin: bottom left;
}
.link--white span:after {
  background-color: #f5f5f5;
}
.link--yellow {
  align-items: center;
  cursor: pointer;
  display: inline-flex;
  gap: 8px;
  text-decoration: none;
}
.link--yellow span {
  font-size: inherit;
  position: relative;
  white-space: nowrap;
}
.link--yellow span:after {
  bottom: -2px;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  transform: scaleX(0);
  transform-origin: bottom right;
  transition: transform 0.3s;
  width: 100%;
}
.link--yellow:hover span:after {
  transform: scaleX(1);
  transform-origin: bottom left;
}
.link--yellow span:after {
  background-color: #f4b44d;
}
.link--yellow-inverse {
  align-items: center;
  cursor: pointer;
  display: inline-flex;
  gap: 8px;
  text-decoration: none;
}
.link--yellow-inverse span {
  font-size: inherit;
  position: relative;
  white-space: nowrap;
}
.link--yellow-inverse span:after {
  bottom: -2px;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  transform: scaleX(0);
  transform-origin: bottom right;
  transition: transform 0.3s;
  width: 100%;
}
.link--yellow-inverse span:after,
.link--yellow-inverse:hover span:after {
  transform: scaleX(1);
  transform-origin: bottom left;
}
.link--yellow-inverse span:after {
  background-color: #f4b44d;
}
.link--yellow-inverse:hover span:after {
  transform: scaleX(0);
  transform-origin: bottom right;
}
.logo {
  align-items: center;
  display: inline-flex;
  gap: 12px;
}
.logo__icon {
  height: auto;
  width: 40px;
}
.logo__text {
  color: #f5f5f5;
  font-size: 24px;
  font-weight: 600;
  line-height: 100%;
}
.logo__text span {
  color: #f4b44d;
}
#menu-main-menu {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 32px;
  height: 100%;
  justify-content: center;
}
@media (min-width: 1025px) {
 #menu-main-menu {
    flex-direction: row;
    gap: 48px;
    height: auto;
  }
}
.nav__link {
  color: #f5f5f5;
  font-size: 28px;
  font-weight: 500;
  line-height: 100%;
  transition: all 0.2s ease 0s;
}
@media (min-width: 1025px) {
  .nav__link {
    color: #9c9c9c;
    font-size: 16px;
    font-weight: 400;
  }
}
@media (max-width: 767px) {
  #products {
    position: relative !important;
    top: 250px !important;
    right: auto !important;
    max-width: 100% !important;
	margin-bottom: 180px !important;
  }
}
@media (min-width: 1025px) {
#products {
    margin-top: 300px;
  }
}
@media (hover: hover) {
  .nav__link:hover {
    color: #f5f5f5;
  }
}
.products__title {
  margin-bottom: 60px;
  text-align: center;
}
.products__list {
  display: grid;
  gap: 48px;
}
@media (min-width: 768px) {
  .products__list {
    gap: 24px;
    grid-template-columns: repeat(3, 1fr);
  }
}
.referral__grid {
  display: grid;
  gap: 24px;
}
@media (min-width: 768px) {
  .referral__grid {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: auto auto;
  }
}
@media (min-width: 1025px) {
  .referral__grid {
    grid-template-columns: repeat(12, 1fr);
    grid-template-rows: auto;
  }
}
@media (min-width: 768px) {
  .referral__item:first-child {
    grid-area: 1/1/2/3;
  }
  .referral__item:nth-child(2) {
    grid-area: 2/1/3/2;
  }
  .referral__item:nth-child(3) {
    grid-area: 2/2/3/3;
  }
}
@media (min-width: 1025px) {
  .referral__item:first-child {
    grid-area: unset;
    grid-column: 1 / span 4;
  }
  .referral__item:nth-child(2) {
    grid-area: unset;
    grid-column: 5 / span 4;
  }
  .referral__item:nth-child(3) {
    grid-area: unset;
    grid-column: 9 / span 4;
  }
}
.referral__item .card-glass {
  height: 100%;
  padding-top: 0;
}
.referral__item .card-glass__img {
  aspect-ratio: 1;
  margin-top: -90px;
  width: clamp(146px, 129px + 3.5416666667vw, 180px);
}
@media (min-width: 1025px) {
  .referral__item .card-glass__img {
    margin-top: -127px;
  }
}
.referral__description {
  margin-bottom: 24px;
}
@media (min-width: 768px) {
  .referral__description {
    margin-bottom: 32px;
  }
}
.referral__commissions {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
@media (min-width: 1200px) {
  .referral__commissions {
    flex-direction: row;
  }
}
.referral__commissions-item {
  background-color: #231f25;
  border-radius: 8px;
  display: flex;
  gap: 16px;
  padding: 24px;
}
@media (min-width: 768px) {
  .referral__commissions-item {
    flex-direction: column;
  }
}
.referral__commissions-num {
  color: #f4b44d;
}
.referral__commissions-text {
  color: #9c9c9c;
  margin-top: 3px;
}
.referral__list {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.referral__list li {
  padding-left: 36px;
  position: relative;
}
.referral__list li:before {
  background: url(../images/icon-star.png) no-repeat 50% / cover;
  content: "";
  height: 20px;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
}
.service {
  position: relative;
}
.service__grid {
  align-items: start;
  display: grid;
  gap: 24px;
}
@media (min-width: 1025px) {
  .service__grid {
    align-items: end;
    grid-template-columns: repeat(12, 1fr);
  }
  .service__left {
    grid-column: 1 / span 4;
    height: 100%;
  }
  .service__left .card-glass {
    height: 100%;
  }
}
.service .card-glass__img {
  height: clamp(197px, 158px + 8.125vw, 275px);
  width: clamp(197px, 158px + 8.125vw, 275px);
}
@media (min-width: 1025px) {
  .service__right {
    grid-column: 5 / span 8;
    grid-row: auto;
  }
}
.service__volume {
  box-shadow: 2px 4px 24px 0 rgba(0, 0, 0, 0.3);
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-bottom: 24px;
}
@media (min-width: 1025px) {
  .service__volume {
    align-items: center;
    flex-direction: row;
    justify-content: space-between;
  }
}
.service__volume-num {
  color: #f4b44d;
  white-space: nowrap;
}
.service__volume-description {
  color: #9c9c9c;
}
.service__wrap {
  display: grid;
  gap: 24px;
}
@media (min-width: 768px) {
  .service__wrap {
    grid-template-columns: 1fr 1fr;
  }
}
.service__list {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.service__list li {
  padding-left: 36px;
  position: relative;
}
.service__list li:before {
  background: url(../images/icon-star.png) no-repeat 50% / cover;
  content: "";
  height: 20px;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
}
.service__limits {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.service__description {
  margin-bottom: auto;
}
.service__limit-list {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.service__limits-item {
  border: 1px solid #f4b44d;
  border-radius: 8px;
  padding: 24px;
}
.service__limits-num {
  margin-bottom: 16px;
}
.service__limits-text {
  color: #9c9c9c;
}
.service .waves-effect-mob {
  display: none;
  height: auto;
  left: 50%;
  position: absolute;
  top: 0;
  transform: translateX(-50%) rotate(350deg);
  width: 200%;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .service .waves-effect-mob {
    top: 100px;
  }
}
@media screen and (min-width: 1025px) {
  .service .waves-effect-mob {
    top: calc(100% + 300px);
  }
}
.service .waves-effect-mob img {
  height: 100%;
  width: 100%;
}
.simplebar-scrollbar:before {
  background: #231f25 !important;
}
.telegram-bot {
  padding: 56px 0;
}
@media screen and (min-width: 1025px) {
  .telegram-bot {
    padding: 120px 0 60px;
  }
}
.telegram-bot__frame {
  -webkit-backdrop-filter: blur(56px);
  backdrop-filter: blur(56px);
  background: hsla(0, 0%, 100%, 0.04);
  border: 1px solid rgba(244, 180, 77, 0.16);
  border-radius: 8px;
  display: grid;
  gap: 24px;
  padding: 24px;
  position: relative;
}
@media (min-width: 1025px) {
  .telegram-bot__frame {
    align-items: center;
    gap: 60px;
    grid-template-columns: repeat(12, 1fr);
    padding: 48px;
  }
}
.telegram-bot__frame:before {
  background: linear-gradient(180deg, #231f25, rgba(35, 31, 37, 0));
  border-radius: 8px 8px 0 0;
  content: "";
  height: 80%;
  left: -1px;
  position: absolute;
  top: -1px;
  width: calc(100% + 2px);
  z-index: -1;
}
@media (min-width: 1025px) {
  .telegram-bot__frame:before {
    background: linear-gradient(158.01deg, #231f25, rgba(39, 35, 41, 0));
    border-radius: 0 8px 8px 0;
    display: none;
    height: 100%;
    left: auto;
    right: -1px;
    width: 50%;
  }
}
.telegram-bot__mockup {
  margin: 0 auto;
  max-width: 400px;
  position: relative;
}
@media (min-width: 1025px) {
  .telegram-bot__mockup {
    grid-column: 8 / span 5;
    grid-row: 1/2;
    height: 100%;
    width: 100%;
  }
}
.telegram-bot__mockup img {
  width: 100%;
}
@media (min-width: 1025px) {
  .telegram-bot__mockup img {
    bottom: -48px;
    position: absolute;
  }
}
.telegram-bot__qr {
  display: none;
}
@media (min-width: 1025px) {
  .telegram-bot__qr {
    display: block;
    grid-column: 6 / span 2;
    grid-row: 1/2;
    height: 164px;
    width: 164px;
  }
  .telegram-bot__qr img {
    height: 100%;
    width: 100%;
  }
  .telegram-bot__info {
    grid-column: 1 / span 5;
    grid-row: 1/2;
  }
}
.telegram-bot__title {
  margin-bottom: 24px;
}
.telegram-bot__description {
  margin-bottom: 32px;
}
@media (min-width: 1025px) {
  .telegram-bot__description {
    margin-bottom: 48px;
  }
}
.tippy-box[data-animation="fade"][data-state="hidden"] {
  opacity: 0;
}
[data-tippy-root] {
  max-width: calc(100vw - 10px);
}
.tippy-box {
  background-color: #333;
  border-radius: 4px;
  color: #fff;
  font-size: 14px;
  line-height: 1.4;
  outline: 0;
  position: relative;
  transition-property: transform, visibility, opacity;
  white-space: normal;
}
.tippy-box[data-placement^="top"] > .tippy-arrow {
  bottom: 0;
}
.tippy-box[data-placement^="top"] > .tippy-arrow:before {
  border-top-color: initial;
  border-width: 8px 8px 0;
  bottom: -7px;
  left: 0;
  transform-origin: center top;
}
.tippy-box[data-placement^="bottom"] > .tippy-arrow {
  top: 0;
}
.tippy-box[data-placement^="bottom"] > .tippy-arrow:before {
  border-bottom-color: initial;
  border-width: 0 8px 8px;
  left: 0;
  top: -7px;
  transform-origin: center bottom;
}
.tippy-box[data-placement^="left"] > .tippy-arrow {
  right: 0;
}
.tippy-box[data-placement^="left"] > .tippy-arrow:before {
  border-left-color: initial;
  border-width: 8px 0 8px 8px;
  right: -7px;
  transform-origin: center left;
}
.tippy-box[data-placement^="right"] > .tippy-arrow {
  left: 0;
}
.tippy-box[data-placement^="right"] > .tippy-arrow:before {
  border-right-color: initial;
  border-width: 8px 8px 8px 0;
  left: -7px;
  transform-origin: center right;
}
.tippy-box[data-inertia][data-state="visible"] {
  transition-timing-function: cubic-bezier(0.54, 1.5, 0.38, 1.11);
}
.tippy-arrow {
  color: #333;
  height: 16px;
  width: 16px;
}
.tippy-arrow:before {
  border-color: #0000;
  border-style: solid;
  content: "";
  position: absolute;
}
.tippy-content {
  padding: 5px 9px;
  position: relative;
  z-index: 1;
}
.tippy__content {
  display: none;
}
.tippy-box[data-theme~="cryptogex"] {
  background-color: #231f25;
  border-radius: 8px;
  box-shadow: 0 6px 36px 0 rgba(0, 0, 0, 0.4);
  padding: 8px;
}
@media screen and (min-width: 1025px) {
  .tippy-box[data-theme~="cryptogex"] {
    padding: 16px;
  }
}
.tippy-arrow {
  color: #231f25;
}
.user-content h2,
.user-content h3,
.user-content h4,
.user-content h5,
.user-content h6 {
  color: #f5f5f5;
  font-family: Vela Sans, -apple-system, BlinkMacSystemFont, Arial, sans-serif;
}
.user-content h2 {
  font-size: 24px;
  font-weight: 500;
  line-height: 120%;
  margin-top: 48px;
}
.user-content h3 {
  font-size: 16px;
}
.user-content h3,
.user-content h4 {
  font-weight: 600;
  line-height: 140%;
  margin-top: 32px;
}
.user-content h4 {
  font-size: 14px;
}
.user-content p {
  font-family: Vela Sans, -apple-system, BlinkMacSystemFont, Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 140%;
  margin-top: 16px;
}
.user-content ol,
.user-content ul {
  padding-left: 32px;
}
.user-content ul {
  list-style: disc;
}
.user-content ul li {
  margin-top: 8px;
}
.user-content ol {
  list-style: numeric;
}
.user-content ol li {
  margin-top: 8px;
}
.waves-effect {
  display: block;
  height: 100%;
  overflow: hidden;
  width: 100%;
  z-index: -1;
}
.__ymap {
  color: #000;
  position: relative;
}
.__ymap_container {
  height: 100%;
  width: 100%;
}
.__ymap_slots {
  display: none;
}
.__ymap--grab [class$="main-engine-container"] canvas {
  cursor: grab;
}
.__ymap--grabbing:active [class$="main-engine-container"] canvas,
.__ymap--grabbing:focus [class$="main-engine-container"] canvas {
  cursor: grabbing;
}
.__ymap [class$="graphics-layer"] {
  text-align: left;
}
.vfm--fixed {
  position: fixed;
}
.vfm--absolute {
  position: absolute;
}
.vfm--inset {
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
}
.vfm--overlay {
  background-color: rgba(0, 0, 0, 0.502);
  z-index: -1;
}
.vfm--prevent-none {
  pointer-events: none;
}
.vfm--prevent-auto {
  pointer-events: auto;
}
.vfm--outline-none:focus {
  outline: none;
}
@keyframes fade-in {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fade-out {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.vfm-fade-enter-active {
  animation: fade-in 0.3s ease;
}
.vfm-fade-leave-active {
  animation: fade-out 0.3s ease;
}
.vfm-bounce-back {
  transition-duration: 0.3s;
  transition-property: transform;
}
.vfm-slide-down-enter-active,
.vfm-slide-down-leave-active,
.vfm-slide-up-enter-active,
.vfm-slide-up-leave-active {
  transition: transform 0.3s ease;
}
.vfm-slide-down-enter-from,
.vfm-slide-down-leave-to {
  transform: translateY(100vh) !important;
}
.vfm-slide-up-enter-from,
.vfm-slide-up-leave-to {
  transform: translateY(-100vh) !important;
}
.vfm-slide-left-enter-active,
.vfm-slide-left-leave-active,
.vfm-slide-right-enter-active,
.vfm-slide-right-leave-active {
  transition: transform 0.3s ease;
}
.vfm-slide-right-enter-from,
.vfm-slide-right-leave-to {
  transform: translate(100vw) !important;
}
.vfm-slide-left-enter-from,
.vfm-slide-left-leave-to {
  transform: translate(-100vw) !important;
}
.vfm-swipe-banner-back,
.vfm-swipe-banner-forward {
  bottom: 0;
  position: fixed;
  top: 0;
  width: 27px;
  z-index: 10;
}
.vfm-swipe-banner-back {
  left: 0;
}
.vfm-swipe-banner-forward {
  right: 0;
}
fieldset[disabled] .multiselect {
  pointer-events: none;
}
.multiselect__spinner {
  background: #fff;
  display: block;
  height: 38px;
  position: absolute;
  right: 1px;
  top: 1px;
  width: 40px;
}
.multiselect__spinner:after,
.multiselect__spinner:before {
  border: 2px solid transparent;
  border-radius: 100%;
  border-top-color: #41b883;
  box-shadow: 0 0 0 1px transparent;
  content: "";
  height: 16px;
  left: 50%;
  margin: -8px 0 0 -8px;
  position: absolute;
  top: 50%;
  width: 16px;
}
.multiselect__spinner:before {
  animation: spinning 2.4s cubic-bezier(0.41, 0.26, 0.2, 0.62);
  animation-iteration-count: infinite;
}
.multiselect__spinner:after {
  animation: spinning 2.4s cubic-bezier(0.51, 0.09, 0.21, 0.8);
  animation-iteration-count: infinite;
}
.multiselect__loading-enter-active,
.multiselect__loading-leave-active {
  opacity: 1;
  transition: opacity 0.4s ease-in-out;
}
.multiselect__loading-enter,
.multiselect__loading-leave-active {
  opacity: 0;
}
.multiselect,
.multiselect__input,
.multiselect__single {
  font-family: inherit;
  font-size: 16px;
  touch-action: manipulation;
}
.multiselect {
  box-sizing: content-box;
  color: #35495e;
  display: block;
  min-height: 40px;
  position: relative;
  text-align: left;
  width: 100%;
}
.multiselect * {
  box-sizing: border-box;
}
.multiselect:focus {
  outline: none;
}
.multiselect--disabled {
  background: #ededed;
  opacity: 0.6;
  pointer-events: none;
}
.multiselect--active {
  z-index: 50;
}
.multiselect--active:not(.multiselect--above) .multiselect__current,
.multiselect--active:not(.multiselect--above) .multiselect__input,
.multiselect--active:not(.multiselect--above) .multiselect__tags {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.multiselect--active .multiselect__select {
  transform: rotate(180deg);
}
.multiselect--above.multiselect--active .multiselect__current,
.multiselect--above.multiselect--active .multiselect__input,
.multiselect--above.multiselect--active .multiselect__tags {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.multiselect__input,
.multiselect__single {
  background: #fff;
  border: none;
  border-radius: 5px;
  box-sizing: border-box;
  display: inline-block;
  line-height: 20px;
  margin-bottom: 8px;
  min-height: 20px;
  padding: 0 0 0 5px;
  position: relative;
  transition: border 0.1s ease;
  vertical-align: top;
  width: 100%;
}
.multiselect__input::-moz-placeholder {
  color: #35495e;
}
.multiselect__input::placeholder {
  color: #35495e;
}
.multiselect__tag ~ .multiselect__input,
.multiselect__tag ~ .multiselect__single {
  width: auto;
}
.multiselect__input:hover,
.multiselect__single:hover {
  border-color: #cfcfcf;
}
.multiselect__input:focus,
.multiselect__single:focus {
  border-color: #a8a8a8;
  outline: none;
}
.multiselect__single {
  margin-bottom: 8px;
  padding-left: 5px;
}
.multiselect__tags-wrap {
  display: inline;
}
.multiselect__tags {
  background: #fff;
  border: 1px solid #e8e8e8;
  border-radius: 5px;
  display: block;
  font-size: 14px;
  min-height: 40px;
  padding: 8px 40px 0 8px;
}
.multiselect__tag {
  background: #41b883;
  border-radius: 5px;
  color: #fff;
  display: inline-block;
  line-height: 1;
  margin-bottom: 5px;
  margin-right: 10px;
  max-width: 100%;
  overflow: hidden;
  padding: 4px 26px 4px 10px;
  position: relative;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.multiselect__tag-icon {
  border-radius: 5px;
  bottom: 0;
  cursor: pointer;
  font-style: normal;
  font-weight: 700;
  line-height: 22px;
  margin-left: 7px;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
  transition: all 0.2s ease;
  width: 22px;
}
.multiselect__tag-icon:after {
  color: #266d4d;
  content: "×";
  font-size: 14px;
}
.multiselect__tag-icon:focus:after,
.multiselect__tag-icon:hover:after {
  color: #fff;
}
.multiselect__current {
  border: 1px solid #e8e8e8;
  border-radius: 5px;
  min-height: 40px;
  overflow: hidden;
  padding: 8px 30px 0 12px;
  white-space: nowrap;
}
.multiselect__current,
.multiselect__select {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  line-height: 16px;
  margin: 0;
  text-decoration: none;
}
.multiselect__select {
  height: 38px;
  padding: 4px 8px;
  position: absolute;
  right: 1px;
  text-align: center;
  top: 1px;
  transition: transform 0.2s ease;
  width: 40px;
}
.multiselect__select:before {
  border-color: #999 transparent transparent;
  border-style: solid;
  border-width: 5px 5px 0;
  color: #999;
  content: "";
  margin-top: 4px;
  position: relative;
  right: 0;
  top: 65%;
}
.multiselect__placeholder {
  color: #adadad;
  display: inline-block;
  margin-bottom: 10px;
  padding-top: 2px;
}
.multiselect--active .multiselect__placeholder {
  display: none;
}
.multiselect__content-wrapper {
  background: #fff;
  border: 1px solid #e8e8e8;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  border-top: none;
  display: block;
  max-height: 240px;
  overflow: auto;
  position: absolute;
  width: 100%;
  z-index: 50;
  -webkit-overflow-scrolling: touch;
}
.multiselect__content {
  display: inline-block;
  list-style: none;
  margin: 0;
  min-width: 100%;
  padding: 0;
  vertical-align: top;
}
.multiselect--above .multiselect__content-wrapper {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border-top: 1px solid #e8e8e8;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  bottom: 100%;
}
.multiselect__content::-webkit-scrollbar {
  display: none;
}
.multiselect__element {
  display: block;
}
.multiselect__option {
  cursor: pointer;
  display: block;
  line-height: 16px;
  min-height: 40px;
  padding: 12px;
  position: relative;
  text-decoration: none;
  text-transform: none;
  vertical-align: middle;
  white-space: nowrap;
}
.multiselect__option:after {
  font-size: 13px;
  line-height: 40px;
  padding-left: 20px;
  padding-right: 12px;
  position: absolute;
  right: 0;
  top: 0;
}
.multiselect__option--highlight {
  background: #41b883;
  color: #fff;
  outline: none;
}
.multiselect__option--highlight:after {
  background: #41b883;
  color: #fff;
  content: attr(data-select);
}
.multiselect__option--selected {
  background: #f3f3f3;
  color: #35495e;
  font-weight: 700;
}
.multiselect__option--selected:after {
  background: inherit;
  color: silver;
  content: attr(data-selected);
}
.multiselect__option--selected.multiselect__option--highlight {
  background: #ff6a6a;
  color: #fff;
}
.multiselect__option--selected.multiselect__option--highlight:after {
  background: #ff6a6a;
  color: #fff;
  content: attr(data-deselect);
}
.multiselect--disabled .multiselect__current,
.multiselect--disabled .multiselect__select {
  background: #ededed;
  color: #a6a6a6;
}
.multiselect__option--disabled {
  background: #ededed !important;
  color: #a6a6a6 !important;
  cursor: text;
  pointer-events: none;
}
.multiselect__option--group {
  background: #ededed;
  color: #35495e;
}
.multiselect__option--group.multiselect__option--highlight {
  background: #35495e;
  color: #fff;
}
.multiselect__option--group.multiselect__option--highlight:after {
  background: #35495e;
}
.multiselect__option--disabled.multiselect__option--highlight {
  background: #dedede;
}
.multiselect__option--group-selected.multiselect__option--highlight {
  background: #ff6a6a;
  color: #fff;
}
.multiselect__option--group-selected.multiselect__option--highlight:after {
  background: #ff6a6a;
  color: #fff;
  content: attr(data-deselect);
}
.multiselect-enter-active,
.multiselect-leave-active {
  transition: all 0.15s ease;
}
.multiselect-enter,
.multiselect-leave-active {
  opacity: 0;
}
.multiselect__strong {
  display: inline-block;
  line-height: 20px;
  margin-bottom: 8px;
  vertical-align: top;
}
[dir="rtl"] .multiselect {
  text-align: right;
}
[dir="rtl"] .multiselect__select {
  left: 1px;
  right: auto;
}
[dir="rtl"] .multiselect__tags {
  padding: 8px 8px 0 40px;
}
[dir="rtl"] .multiselect__content {
  text-align: right;
}
[dir="rtl"] .multiselect__option:after {
  left: 0;
  right: auto;
}
[dir="rtl"] .multiselect__clear {
  left: 12px;
  right: auto;
}
[dir="rtl"] .multiselect__spinner {
  left: 1px;
  right: auto;
}
@keyframes spinning {
  0% {
    transform: rotate(0);
  }
  to {
    transform: rotate(2turn);
  }
}
.canvas-cryptogex[data-v-0e83fa2f] {
  height: 300px;
  margin-top: 40px;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
@media screen and (min-width: 1025px) {
  .canvas-cryptogex[data-v-0e83fa2f] {
    height: 650px;
	position: absolute;
	top: 75px;
	left: 0;
	z-index: 1;
  }
}
@media screen and (max-width: 768px) {
  .canvas-cryptogex[data-v-0e83fa2f] {
    height: 380px;
    margin-top: 220px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
  }
}
.canvas-cryptogex canvas[data-v-0e83fa2f] {
  display: block;
  height: 100%;
  width: 100%;
}
.exchange {
  background: rgba(18, 14, 20, 0.66);
  border-radius: 16px;
  box-shadow: 0 6px 36px 0 rgba(0, 0, 0, 0.4);
  display: flex;
  flex-direction: column;
  gap: 32px;
  padding: 24px;
  width: 100%;
}
@media (min-width: 768px) {
  .exchange {
    align-items: flex-start;
    gap: 48px;
    padding: 48px;
  }
}
.exchange__head {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
@media (min-width: 768px) {
  .exchange__head {
    align-items: center;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
  }
}
.exchange__title {
  margin-bottom: 4px;
}
.exchange__rate {
  color: #f4b44d;
}
.exchange__tabs {
  background-color: #120e14;
  border-radius: 8px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  height: 56px;
  position: relative;
}
.exchange__tabs:before {
  background-color: #f4b44d;
  border-radius: 8px;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  transform: translateX(0);
  transition: transform 0.3s ease;
  width: 50%;
  z-index: 1;
}
.exchange__tabs[data-active="sell"]:before {
  transform: translateX(100%);
}
.exchange__tab {
  align-items: center;
  border-radius: 8px;
  color: #f5f5f5;
  cursor: pointer;
  display: flex;
  gap: 16px;
  height: 56px;
  justify-content: center;
  padding: 0 18px;
  position: relative;
  transition: color 0.3s ease;
  z-index: 2;
}
@media (hover: hover) {
  .exchange__tab:hover {
    color: #f4b44d;
  }
}
.exchange__tab.is-active {
  color: #231f25;
}
.exchange__tab svg {
  fill: currentColor;
}
.exchange__form {
  display: grid;
  gap: 8px;
}
@media (min-width: 768px) {
  .exchange__form {
    grid-template-columns: 1fr 64px 1fr;
    width: 100%;
  }
}
.exchange__input {
  background: hsla(0, 0%, 100%, 0.04);
  border-radius: 8px;
  padding: 16px;
}
@media (min-width: 768px) {
  .exchange__input {
    padding: 24px;
  }
}
.exchange__label {
  color: #9c9c9c;
  margin-bottom: 16px;
}
.exchange__input-wrap {
  align-items: baseline;
  display: flex;
  gap: 12px;
  justify-content: space-between;
}
.exchange__input-wrap input {
  background-color: transparent;
  border: none;
  color: #f5f5f5;
  font-size: 24px;
  font-weight: 500;
  line-height: 120%;
  padding: 0;
  width: 100%;
}
.exchange__input-wrap input::-moz-placeholder {
  color: #9c9c9c;
}
.exchange__input-wrap input::placeholder {
  color: #9c9c9c;
}
.exchange__currency-selection {
  box-sizing: border-box;
  color: #f5f5f5;
  cursor: pointer;
  min-height: auto;
  padding-right: 20px;
  text-transform: uppercase;
}
.exchange__currency-selection .multiselect__select {
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNyIgaGVpZ2h0PSIxNiIgZmlsbD0ibm9uZSI+PHBhdGggZmlsbD0iI0Y1RjVGNSIgZD0ibTEzLjg1NCA2LjM1NC01IDVhLjUuNSAwIDAgMS0uNzA4IDBsLTUtNWEuNS41IDAgMCAxIC43MDgtLjcwOEw4LjUgMTAuMjkzbDQuNjQ2LTQuNjQ3YS41LjUgMCAxIDEgLjcwOC43MDgiLz48L3N2Zz4=)
    no-repeat 50%;
  height: 16px;
  padding: 0;
  right: 0;
  top: 2px;
  width: 16px;
}
.exchange__currency-selection .multiselect__select:before {
  display: none;
}
.exchange__currency-selection .multiselect__tags {
  background: transparent;
  border: none;
  font-size: 16px;
  font-weight: 400;
  line-height: 140%;
  min-height: auto;
  padding: 0;
}
.exchange__currency-selection .multiselect__input,
.exchange__currency-selection .multiselect__single {
  background: transparent;
  display: unset;
  line-height: inherit;
  min-height: auto;
  padding: 0;
  width: auto;
}
.exchange__currency-selection .multiselect__single {
  margin-bottom: 0;
  padding-left: 0;
}
.exchange__currency-selection .multiselect__content-wrapper {
  background: #120e14;
  border: 1px solid rgba(244, 180, 77, 0.16);
  border-radius: 5px;
  bottom: auto;
  color: #f5f5f5;
  left: 50%;
  top: calc(100% + 6px);
  transform: translateX(-50%);
  width: auto;
}
.exchange__currency-selection .multiselect__option--selected,
.exchange__currency-selection
  .multiselect__option--selected.multiselect__option--highlight {
  background-color: #f4b44d;
  color: #231f25;
}
.exchange__currency-selection .multiselect__option {
  min-height: auto;
  padding: 8px 18px;
  text-transform: uppercase;
  transition: all 0.2s ease 0s;
}
.exchange__currency-selection .multiselect__option--highlight {
  background-color: #231f25;
}
.exchange__switch {
  align-items: center;
  background: hsla(0, 0%, 100%, 0.04);
  border-radius: 8px;
  cursor: pointer;
  display: flex;
  justify-content: center;
  padding: 12px;
  transition: all 0.2s ease 0s;
}
@media (hover: hover) {
  .exchange__switch:hover {
    transform: scale(0.95);
  }
}
.exchange__switch:active {
  transform: scale(0.9);
}
@media (min-width: 768px) {
  .exchange__switch {
    padding: 16px;
  }
}
.exchange__switch-icon {
  height: 32px;
  width: 32px;
  fill: #f4b44d;
  transition: transform 0.2s ease 0s;
  will-change: transform;
}
.exchange__btn {
  width: 100%;
}
@media (min-width: 768px) {
  .exchange__btn {
    width: auto;
  }
}
.modal-qr[data-v-29190d8b] {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 32px;
  margin-top: 32px;
}
.modal-qr__img[data-v-29190d8b] {
  display: none;
}
@media screen and (min-width: 1025px) {
  .modal-qr__img[data-v-29190d8b] {
    display: block;
    width: 164px;
  }
  .modal-qr__img img[data-v-29190d8b] {
    height: auto;
    width: 100%;
  }
}
.modal-qr__link[data-v-29190d8b] {
  color: #f4b44d;
}
.modal-qr__link svg[data-v-29190d8b] {
  fill: currentColor;
}
.map {
  background-color: #120e14;
  height: 100%;
  width: 100%;
}
.map__custom-marker {
  align-items: center;
  color: #f4b44d;
  cursor: pointer;
  display: flex;
  height: 32px;
  justify-content: center;
  width: 32px;
}
.map__custom-marker svg {
  height: 100%;
  width: 100%;
  fill: currentColor;
}
.map__popup {
  background-color: #231f25;
  border-radius: 8px;
  bottom: calc(100% + 16px);
  box-shadow: 0 6px 36px 0 rgba(0, 0, 0, 0.4);
  color: #f5f5f5;
  left: 50%;
  max-width: 300px;
  padding: 24px;
  position: absolute;
  transform: translateX(-50%);
  width: -moz-max-content;
  width: max-content;
}
.map__popup-close {
  cursor: pointer;
  height: 24px;
  position: absolute;
  right: 24px;
  top: 24px;
  width: 24px;
}
.map__popup-close .close-custom {
  height: 100%;
  width: 100%;
}
.map__popup-close .close-custom span {
  width: 20px !important;
}
.map__popup-body {
  gap: 16px;
}
.map__popup-body,
.map__popup-item {
  display: flex;
  flex-direction: column;
}
.map__popup-item {
  gap: 8px;
}
.map__popup-item:first-child {
  padding-right: 24px;
}
.map__popup-item p:last-child {
  color: #9c9c9c;
}
.map__placeholder {
  align-items: center;
  display: flex;
  height: 100%;
  justify-content: center;
  width: 100%;
}
.commissions[data-v-dcc105aa] {
  padding: 16px 16px 32px;
}
@media screen and (min-width: 1200px) {
  .commissions[data-v-dcc105aa] {
    padding: 24px 60px 60px;
  }
}
.commissions--grid[data-v-dcc105aa] {
  display: grid;
  gap: 12px;
}
@media screen and (min-width: 1025px) {
  .commissions--grid[data-v-dcc105aa] {
    gap: 16px;
    grid-template-columns: repeat(12, 1fr);
  }
}
.commissions__table-top[data-v-dcc105aa] {
  margin-bottom: 24px;
}
@media screen and (min-width: 1025px) {
  .commissions__table-top[data-v-dcc105aa] {
    border-bottom: 1px solid #9c9c9c;
    padding-bottom: 12px;
  }
}
.commissions__table-top-item[data-v-dcc105aa] {
  align-items: center;
  display: flex;
  gap: 16px;
  justify-content: space-between;
}
@media screen and (min-width: 1025px) {
  .commissions__table-top-item[data-v-dcc105aa]:first-child {
    grid-column: 1 / span 2;
    justify-content: flex-start;
  }
}
.commissions__table-top-item[data-v-dcc105aa]:nth-child(2) {
  display: none;
}
@media screen and (min-width: 1025px) {
  .commissions__table-top-item[data-v-dcc105aa]:nth-child(2) {
    display: block;
    grid-column: 3 / span 4;
  }
}
.commissions__table-top-item[data-v-dcc105aa]:nth-child(3) {
  display: none;
}
@media screen and (min-width: 1025px) {
  .commissions__table-top-item[data-v-dcc105aa]:nth-child(3) {
    display: block;
    grid-column: 7 / span 4;
  }
}
.commissions__table-link-offices[data-v-dcc105aa] {
  align-items: center;
  display: flex;
}
.commissions__table-link-offices svg[data-v-dcc105aa] {
  height: 16px;
  width: 16px;
  fill: #f4b44d;
}
.commissions__table-body[data-v-dcc105aa] {
  display: grid;
  gap: 12px;
}
@media screen and (min-width: 1025px) {
  .commissions__table-body[data-v-dcc105aa] {
    gap: 24px;
  }
}
.commissions__office[data-v-dcc105aa] {
  border-bottom: 1px solid #9c9c9c;
  padding-bottom: 12px;
}
@media screen and (min-width: 1025px) {
  .commissions__office[data-v-dcc105aa] {
    padding-bottom: 24px;
  }
}
.commissions__office-tippy[data-v-dcc105aa] {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.commissions__office-tippy-item[data-v-dcc105aa] {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.commissions__office-tippy-item p[data-v-dcc105aa]:last-child {
  color: #9c9c9c;
}
@media screen and (min-width: 1025px) {
  .commissions__office-item[data-v-dcc105aa]:first-child {
    grid-column: 1 / span 2;
  }
  .commissions__office-item[data-v-dcc105aa]:nth-child(2) {
    grid-column: 3 / span 4;
  }
  .commissions__office-item[data-v-dcc105aa]:nth-child(3) {
    grid-column: 7 / span 4;
  }
  .commissions__office-item[data-v-dcc105aa]:nth-child(4) {
    grid-column: 11 / span 2;
  }
}
.commissions__office-city[data-v-dcc105aa] {
  align-items: center;
  display: flex;
  gap: 16px;
}
.commissions__office-city-flag[data-v-dcc105aa] {
  flex-shrink: 0;
  height: clamp(24px, 16px + 1.6666666667vw, 40px);
  width: clamp(24px, 16px + 1.6666666667vw, 40px);
}
.commissions__office-city-flag svg[data-v-dcc105aa] {
  border-radius: 4px;
  height: 100%;
  width: 100%;
}
.commissions__office-city-label[data-v-dcc105aa] {
  align-items: center;
  cursor: default;
  display: inline-flex;
  gap: 4px;
  margin-bottom: 4px;
}
.commissions__office-item-label-mob[data-v-dcc105aa] {
  color: #9c9c9c;
  margin-bottom: 8px;
}
@media screen and (min-width: 1025px) {
  .commissions__office-item-label-mob[data-v-dcc105aa] {
    display: none;
  }
}
.commissions__office-grid[data-v-dcc105aa] {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(12, 1fr);
}
@media screen and (min-width: 1025px) {
  .commissions__office-grid[data-v-dcc105aa] {
    gap: 8px;
  }
}
.commissions__office-conditions[data-v-dcc105aa] {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.commissions__office-conditions[data-v-dcc105aa]:first-child {
  grid-column: 1 / span 3;
}
.commissions__office-conditions[data-v-dcc105aa]:nth-child(2) {
  grid-column: 4 / span 4;
}
.commissions__office-conditions[data-v-dcc105aa]:nth-child(3) {
  grid-column: 8 / span 5;
}
.commissions__office-conditions span[data-v-dcc105aa]:last-child {
  color: #9c9c9c;
}
@media screen and (min-width: 1025px) {
  .commissions__office-btns[data-v-dcc105aa] {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
  }
}
.commissions__office-btn[data-v-dcc105aa] {
  width: 100%;
}
.commissions__map[data-v-dcc105aa] {
  border-radius: 8px;
  height: 480px;
  margin-top: 24px;
  overflow: hidden;
}
@media screen and (min-width: 1025px) {
  .commissions__map[data-v-dcc105aa] {
    margin-top: 40px;
  }
}
@use "@/assets/scss/general/variables.scss" as *;
@use "@/assets/scss/abstracts/mixins.scss" as *;
[data-simplebar] {
  align-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: flex-start;
  position: relative;
}
.simplebar-wrapper {
  height: inherit;
  max-height: inherit;
  max-width: inherit;
  overflow: hidden;
  width: inherit;
}
.simplebar-mask {
  direction: inherit;
  height: auto !important;
  overflow: hidden;
  width: auto !important;
  z-index: 0;
}
.simplebar-mask,
.simplebar-offset {
  bottom: 0;
  left: 0;
  margin: 0;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.simplebar-offset {
  box-sizing: inherit !important;
  direction: inherit !important;
  resize: none !important;
  -webkit-overflow-scrolling: touch;
}
.simplebar-content-wrapper {
  box-sizing: border-box !important;
  direction: inherit;
  display: block;
  height: 100%;
  max-height: 100%;
  max-width: 100%;
  overflow: auto;
  position: relative;
  scrollbar-width: none;
  width: auto;
  -ms-overflow-style: none;
}
.simplebar-content-wrapper::-webkit-scrollbar,
.simplebar-hide-scrollbar::-webkit-scrollbar {
  display: none;
  height: 0;
  width: 0;
}
.simplebar-content:after,
.simplebar-content:before {
  content: " ";
  display: table;
}
.simplebar-placeholder {
  max-height: 100%;
  max-width: 100%;
  pointer-events: none;
  width: 100%;
}
.simplebar-height-auto-observer-wrapper {
  box-sizing: inherit !important;
  flex-basis: 0;
  flex-grow: inherit;
  flex-shrink: 0;
  float: left;
  height: 100%;
  margin: 0;
  max-height: 1px;
  max-width: 1px;
  overflow: hidden;
  padding: 0;
  pointer-events: none;
  position: relative;
  width: 100%;
  z-index: -1;
}
.simplebar-height-auto-observer {
  box-sizing: inherit;
  display: block;
  height: 1000%;
  left: 0;
  min-height: 1px;
  min-width: 1px;
  opacity: 0;
  top: 0;
  width: 1000%;
  z-index: -1;
}
.simplebar-height-auto-observer,
.simplebar-track {
  overflow: hidden;
  pointer-events: none;
  position: absolute;
}
.simplebar-track {
  bottom: 0;
  right: 0;
  z-index: 1;
}
[data-simplebar].simplebar-dragging,
[data-simplebar].simplebar-dragging .simplebar-content {
  pointer-events: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
[data-simplebar].simplebar-dragging .simplebar-track {
  pointer-events: all;
}
.simplebar-scrollbar {
  left: 0;
  min-height: 10px;
  position: absolute;
  right: 0;
}
.simplebar-scrollbar:before {
  background: #000;
  border-radius: 7px;
  content: "";
  opacity: 0;
  position: absolute;
  transition: opacity 0.2s linear 0.5s;
}
.simplebar-scrollbar.simplebar-visible:before {
  opacity: 0.5;
  transition-delay: 0s;
  transition-duration: 0s;
}
.simplebar-track.simplebar-vertical {
  top: 0;
  width: 11px;
}
.simplebar-scrollbar:before {
  bottom: 2px;
  left: 2px;
  right: 2px;
  top: 2px;
}
.simplebar-track.simplebar-horizontal {
  height: 11px;
  left: 0;
}
.simplebar-track.simplebar-horizontal .simplebar-scrollbar {
  bottom: 0;
  left: 0;
  min-height: 0;
  min-width: 10px;
  right: auto;
  top: 0;
  width: auto;
}
[data-simplebar-direction="rtl"] .simplebar-track.simplebar-vertical {
  left: 0;
  right: auto;
}
.simplebar-dummy-scrollbar-size {
  direction: rtl;
  height: 500px;
  opacity: 0;
  overflow-x: scroll;
  overflow-y: hidden;
  position: fixed;
  visibility: hidden;
  width: 500px;
  -ms-overflow-style: scrollbar !important;
}
.simplebar-dummy-scrollbar-size > div {
  height: 200%;
  margin: 10px 0;
  width: 200%;
}
.simplebar-hide-scrollbar {
  left: 0;
  overflow-y: scroll;
  position: fixed;
  scrollbar-width: none;
  visibility: hidden;
  -ms-overflow-style: none;
}
@media screen and (min-width: 1025px) {
  .offices[data-v-6889e154] {
    align-items: flex-start;
    display: grid;
    gap: 40px;
    grid-template-columns: repeat(8, 1fr);
    padding: 16px;
  }
}
@media screen and (min-width: 1200px) {
  .offices[data-v-6889e154] {
    padding: 24px 60px 60px;
  }
}
.offices__search[data-v-6889e154] {
  padding: 16px;
  position: relative;
}
@media screen and (min-width: 1025px) {
  .offices__search[data-v-6889e154] {
    background-color: #120e14;
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    grid-column: 1 / span 3;
    height: 480px;
    padding: 0;
  }
  .offices__search-field[data-v-6889e154] {
    padding: 24px 24px 0;
  }
}
.offices__search-list[data-v-6889e154] {
  background-color: #120e14;
  border-radius: 8px;
  box-shadow: 0 6px 36px 0 rgba(0, 0, 0, 0.4);
  height: auto;
  left: 16px;
  max-height: 300px;
  padding: 24px;
  position: absolute;
  top: calc(100% - 8px);
  width: calc(100% - 32px);
  z-index: 2;
}
@media screen and (min-width: 1025px) {
  .offices__search-list[data-v-6889e154] {
    box-shadow: none;
    flex: 1 1 auto;
    left: auto;
    max-height: 400px;
    position: relative;
    top: auto;
    width: 100%;
  }
}
.offices__search-list [data-simplebar][data-v-6889e154] {
  height: 100%;
  max-height: 252px;
  min-height: 50px;
  padding-bottom: 16px;
}
@media screen and (min-width: 1025px) {
  .offices__search-list [data-simplebar][data-v-6889e154] {
    max-height: 100%;
  }
}
.offices__search-list [data-simplebar][data-v-6889e154]:after {
  background-color: #231f25;
  bottom: 0;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  width: calc(100% - 32px);
}
.offices__search-list ul[data-v-6889e154] {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.offices__search-list-empty[data-v-6889e154] {
  color: #9c9c9c;
}
.offices__search-item-label[data-v-6889e154] {
  margin-bottom: 4px;
}
.offices__search-item-address[data-v-6889e154] {
  color: #9c9c9c;
}
.offices__map[data-v-6889e154] {
  height: 480px;
}
@media screen and (min-width: 1025px) {
  .offices__map[data-v-6889e154] {
    border-radius: 8px;
    box-shadow: none;
    grid-column: 4 / span 5;
    overflow: hidden;
  }
}
@media (max-width: 767px) {
  #container_m {
    position: relative !important;
    top: 300px !important;
    right: auto !important;
    max-width: 100% !important;
    margin: 20px 0 !important;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  #container_m {
    position: absolute !important;
    top: 400px !important;
    right: 50px !important;
    max-width: 700px !important;
    z-index: 3 !important;
  }
}

@media (min-width: 1025px) {
  #container_m {
    grid-column: 12 / span 4;
    position: absolute;
    right: 50px;
    top: 250px;
    max-width: 600px;
	z-index: 3;
  }
}
/* Переключатель регионов в хедере */
.header__region {
  position: relative;
  z-index: 1000;
  margin-left: 16px;
}

.header__region-toggle {
  align-items: center;
  background: rgba(18, 14, 20, 0.8);
  border: 1px solid rgba(244, 180, 77, 0.3);
  border-radius: 6px;
  color: #f5f5f5;
  cursor: pointer;
  display: flex;
  font-size: 14px;
  font-weight: 500;
  gap: 8px;
  height: 40px;
  padding: 0 12px;
  transition: all 0.2s ease;
  white-space: nowrap;
}

@media (hover: hover) {
  .header__region-toggle:hover {
    border-color: #f4b44d;
    background: rgba(18, 14, 20, 0.9);
  }
}

.header__region-toggle.is-active {
  border-color: #f4b44d;
  background: rgba(18, 14, 20, 0.9);
}

.header__region-arrow {
  width: 12px;
  height: 12px;
  transition: transform 0.3s ease;
  fill: #f4b44d;
}

.header__region-toggle.is-active .header__region-arrow {
  transform: rotate(180deg);
}

.header__region-dropdown {
  background: #231f25;
  border: 1px solid rgba(244, 180, 77, 0.3);
  border-radius: 8px;
  box-shadow: 0 6px 36px rgba(0, 0, 0, 0.4);
  margin-top: 8px;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 100%;
  transform: translateY(-10px);
  transition: all 0.3s ease;
  visibility: hidden;
  width: 200px;
  z-index: 1000;
}

.header__region-dropdown.is-open {
  opacity: 1;
  transform: translateY(0);
  visibility: visible;
}

.header__region-list {
  display: flex;
  flex-direction: column;
  max-height: 300px;
  overflow-y: auto;
  padding: 8px;
}

.header__region-item {
  align-items: center;
  border-radius: 4px;
  cursor: pointer;
  display: flex;
  gap: 12px;
  padding: 10px 12px;
  transition: all 0.2s ease;
}

@media (hover: hover) {
  .header__region-item:hover {
    background: rgba(244, 180, 77, 0.1);
  }
}

.header__region-item.is-active {
  background: rgba(244, 180, 77, 0.15);
  color: #f4b44d;
}

.header__region-item-name {
  font-size: 14px;
  font-weight: 500;
}

/* Обновляем контейнер хедера для правильного расположения элементов */
@media (min-width: 1025px) {
  .header .container {
    gap: 16px;
  }
  
  .header__telegram {
    margin-left: auto;
  }
}
/* Мобильная версия (до 767px) */
.home-screen__left {
    width: 100%;
    max-width: 100%;
}

.home-screen__main-title {
    color: #f5f5f5;
    text-align: center;
}

.advantages-main-screen {
	margin-top: 15px;
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.advantages-main-screen__item {
    display: flex;
    align-items: center;
    padding: 4px 0;
}

.advantages-main-screen__item:before {
    content: "•";
    color: #f4b44d;
    font-size: 18px;
    margin-right: 12px;
    flex-shrink: 0;
}

.advantages-main-screen__text {
    color: #d4d4d4;
    font-size: 16px;
    line-height: 1.4;
    font-weight: 500;
}

.home-screen__description {
    color: #9c9c9c;
    font-size: 16px;
    line-height: 1.5;
    margin-top: 24px;
    text-align: center;
}

/* Планшетная версия (768px - 1199px) */
@media (min-width: 768px) and (max-width: 1199px) {
    .home-screen__info {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 40px;
        align-items: start;
    }
    
    .advantages-main-screen {
		gap: 4px;
		margin-top: 15px;
    }
    
    .advantages-main-screen__item {
        padding: 4px 0;
    }
    
    .advantages-main-screen__text {
        font-size: 17px;
    }
    
    .home-screen__description {
        font-size: 17px;
        margin-top: 0;
        text-align: left;
        padding-top: 20px;
    }
}

/* Десктопная версия (1200px+) */
@media (min-width: 1200px) {
	.home-screen__info > :last-child {
    text-align: left !important; /* Переопределяем выравнивание */
	}
    .home-screen__left {
        max-width: 600px;
        margin-top: 200px;
		text-align: left !important;
    }
    
    .home-screen__info {
        display: grid;
        grid-template-columns: 500px 1fr;
        gap: 80px;
        align-items: start;
    }
   
    .advantages-main-screen {
		margin-top: 15px; /* Отступ 15px перед преимуществами */
        gap: 4px;
    }
    
    .advantages-main-screen__item {
        padding: 4px 0;
    }
    
    .advantages-main-screen__item:before {
        font-size: 20px;
        margin-right: 16px;
    }
    
    .advantages-main-screen__text {
        font-size: 18px;
        color: #e0e0e0;
    }
    
    .home-screen__description {
        font-size: 18px;
        margin-top: 0;
        text-align: left;
        padding-top: 40px;
        line-height: 1.6;
    }
}
