@charset "UTF-8";

* {
  padding: 0;
  margin: 0;
  border: 0;
  -webkit-tap-highlight-color: transparent;
}

*,
*:before,
*:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

:focus,
:active {
  outline: none;
}

a:focus,
a:active {
  outline: none;
}

nav,
footer,
header,
aside {
  display: block;
}

html,
body {
  height: 100%;
  width: 100%;
  font-size: 100%;
  line-height: 1;
  font-size: 14px;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

input,
button,
textarea,
select {
  font-family: inherit;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input {
  border-radius: 0;
}

textarea {
  resize: none;
}

input[type="number"] {
  -moz-appearance: textfield;
}

input::-ms-clear {
  display: none;
}

button {
  cursor: pointer;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

ul li {
  list-style: none;
}

img {
  vertical-align: top;
}

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

.swiper {
  touch-action: pan-y;
}

.swiper-wrapper {
  display: inline-flex;
}

.swiper-grid > .swiper-wrapper {
  flex-wrap: wrap;
}

.swiper-grid-column > .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column;
}

@font-face {
  font-family: "Roboto";
  src: local("Roboto Light"), local("Roboto-Light"), url("../fonts/Roboto-Light.woff2") format("woff2"),
    url("../fonts/Roboto-Light.woff") format("woff"), url("../fonts/Roboto-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: "Roboto";
  src: local("Roboto Regular"), local("Roboto-Regular"), url("../fonts/Roboto.woff2") format("woff2"),
    url("../fonts/Roboto.woff") format("woff"), url("../fonts/Roboto.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}

:root {
  --black-0: #f4f4f4;
  --black-50: #e8e8e8;
  --black-100: #b6b6b8;
  --black-200: #939395;
  --black-300: #626265;
  --black-400: #252525;
  --black-450: #191a1e;
  --black-500: #141519;
  --black-600: #121317;
  --black-700: #0e0f12;
  --black-800: #0b0c0e;
  --black-900: #08090b;
  --black-1000: #10100f;
  --green-yellow-light: #fcfff3;
  --green-yellow-light_hover: #f5fdd9;
  --green-yellow-light_active: #ebfcb0;
  --green-yellow-normal: #bef401;
  --green-yellow-normal_hover: #abdc01;
  --green-yellow-normal_active: #98c301;
  --green-yellow-dark: #8fb701;
  --green-yellow-dark_hover: #729201;
  --green-yellow-dark_active: #556e00;
  --green-yellow-darker: #647914;
  --green-yellow-darker_hover: #303a09;
  --green-yellow-darker_active: #242c07;
  --yellow-light: #fefcf1;
  --yellow-light_hover: #fdfaea;
  --yellow-light_active: #fbf5d5;
  --yellow-normal: #f2de76;
  --yellow-normal_hover: #dac86a;
  --yellow-normal_active: #c2b25e;
  --yellow-dark: #b6a759;
  --yellow-dark_hover: #918547;
  --yellow-dark_active: #6d6435;
  --yellow-darker: #4c4c40;
  --yellow-darker_hover: #3a3a32;
  --yellow-darker_active: #20201c;
  --pink-light: #fef1f7;
  --pink-light_hover: #fdeaf3;
  --pink-light_active: #fbd5e7;
  --pink-normal: #f276b1;
  --pink-normal_hover: #da6a9f;
  --pink-normal_active: #c25e8e;
  --pink-dark: #b65985;
  --pink-dark_hover: #91476a;
  --pink-dark_active: #6d3550;
  --pink-darker: #55293e;
  --pink-darker_hover: #2d1d24;
  --pink-darker_active: #1f1c20;
  --green-light: #f1fef3;
  --green-light_hover: #eafded;
  --green-light_active: #d5fbdb;
  --green-normal: #76f289;
  --green-normal_hover: #6ada7c;
  --green-normal_active: #5ec26e;
  --green-dark: #59b668;
  --green-dark_hover: #479153;
  --green-dark_active: #356d3e;
  --green-darker: #295530;
  --green-darker_hover: #323b37;
  --green-darker_active: #1c201e;
  --violet-light: #f7e6ff;
  --violet-light_hover: #f3daff;
  --violet-light_active: #e6b2ff;
  --violet-normal: #af06ff;
  --violet-normal_hover: #9e05e6;
  --violet-normal_active: #8c05cc;
  --violet-dark: #8305bf;
  --violet-dark_hover: #690499;
  --violet-dark_active: #4f0373;
  --violet-darker: #3d0259;
  --violet-darker_hover: #38323b;
  --violet-darker_active: #1e1c20;
  --orange-light: #fef5f1;
  --orange-light_hover: #fdf0ea;
  --orange-light_active: #fbe0d5;
  --orange-normal: #f29b76;
  --orange-normal_hover: #da8c6a;
  --orange-normal_active: #c27c5e;
  --orange-dark: #b67459;
  --orange-dark_hover: #915d47;
  --orange-dark_active: #6d4635;
  --orange-darker: #553629;
  --orange-darker_hover: #3b3732;
  --orange-darker_active: #201e1c;
  --blur-wrapper: 4px;
  --background-wrapper: rgba(3, 3, 3, 0.2);
  --background-image: url("../img/bg.png");
  --background-color: #1a1a1a;
}

body {
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-image: var(--background-image);
  background-color: var(--background-color);
  font-family: Arial, "Roboto Neue", Roboto, sans-serif;
  color: var(--color-black);
  font-size: 16px;
}

@media (min-width: 1920px) {
  body {
    background-size: cover;
  }
}

body._lock-scroll {
  overflow: hidden;
}

.wrapper {
  min-height: 100% !important;
  display: flex;
  flex-direction: column;
  overflow-x: clip !important;
  overflow-y: visible !important;
  position: static !important;
  z-index: auto !important;
}

.page_wrap,
.homepage_wrap {
  padding-bottom: 80px;
  flex: 1 1 auto;
}

@media (max-width: 1279.2px) {
  .page_wrap,
  .homepage_wrap {
    padding-bottom: 60px;
  }
}

@media (max-width: 767.2px) {
  .page_wrap,
  .homepage_wrap {
    padding-bottom: 50px;
  }
}

@media (max-width: 374.2px) {
  .page_wrap,
  .homepage_wrap {
    padding-bottom: 20px;
  }
}

@media (any-hover: hover) {
  .no-show-scroll::-webkit-scrollbar {
    width: 0;
  }
}

.burger-icon {
  width: 48px;
  height: 48px;
  flex: 0 0 48px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  border-radius: 50%;
  background-color: var(--black-400) !important;
}

.burger-icon span {
  width: 18px;
  height: 2px;
  border-radius: 8px;
  position: relative;
  transition: background-color 0.3s ease-in-out 0s;
  background-color: var(--black-200);
}

.burger-icon span:before,
.burger-icon span:after {
  content: "";
  width: 18px;
  height: 2px;
  border-radius: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  transition: background-color 0.3s ease-in-out 0s, transform 0.3s ease-in-out 0s, top 0.3s ease-in-out 0s;
  background-color: var(--black-200);
}

.burger-icon span:before {
  top: -6px;
}

.burger-icon span:after {
  top: 6px;
}

.burger-icon._active span {
  background-color: transparent;
}

.burger-icon._active span:before {
  top: 0;
  transform: rotate(45deg);
}

.burger-icon._active span:after {
  top: 0;
  transform: rotate(-45deg);
}

@media (any-hover: hover) {
  .burger-icon {
    transition: background-color 0.2s linear 0s;
  }

  .burger-icon:hover {
    background-color: var(--black-400) !important;
  }
}

.feedback-link {
  padding: 40px;
  display: flex;
  flex-direction: column;
  border-radius: 48px;
  border: 1px solid var(--black-500);
  background-color: var(--black-500);
}

.feedback-link span {
  padding-top: 40px;
  margin-top: auto;
  display: block;
  transition: color 0.1s linear 0s;
  text-transform: uppercase;
  color: var(--green-yellow-light);
}

@media (max-width: 1599.2px) {
  .feedback-link {
    padding: 30px;
  }
}

@media (max-width: 1279.2px) {
  .feedback-link {
    padding: 25px;
    align-items: center;
    border-radius: 16px;
  }

  .feedback-link svg {
    width: 32px;
    height: 32px;
  }

  .feedback-link span {
    padding-top: 12px;
  }
}

@media (max-width: 767.2px) {
  .feedback-link {
    padding: 16px;
  }
}

@media (any-hover: hover) {
  .feedback-link {
    transition: border-color 0.1s linear 0s, background-color 0.1s linear 0s;
  }

  .feedback-link:hover {
    border-color: var(--green-yellow-normal);
    background-color: var(--black-1000);
  }

  .feedback-link:hover span {
    color: var(--green-yellow-normal);
  }
}

.swiper-button-prev,
.swiper-button-next {
  width: 80px;
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

.swiper-button-prev svg,
.swiper-button-next svg {
  width: 56px;
  height: 48px;
}

.swiper-button-prev svg:nth-child(2),
.swiper-button-next svg:nth-child(2) {
  display: none;
}

.swiper-button-prev svg path,
.swiper-button-next svg path {
  transition: fill 0.1s linear 0s;
  fill: var(--green-yellow-normal);
}

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  pointer-events: none;
}

.swiper-button-prev.swiper-button-disabled svg path,
.swiper-button-next.swiper-button-disabled svg path {
  fill: var(--green-yellow-darker);
}

@media (max-width: 1279.2px) {
  .swiper-button-prev,
  .swiper-button-next {
    width: 56px;
    height: 56px;
  }

  .swiper-button-prev svg,
  .swiper-button-next svg {
    width: 39px;
    height: 32px;
  }
}

@media (max-width: 767.2px) {
  .swiper-button-prev,
  .swiper-button-next {
    width: 40px;
    height: 40px;
  }

  .swiper-button-prev svg,
  .swiper-button-next svg {
    width: 24px;
    height: 20px;
    stroke-width: 5px;
  }

  .swiper-button-prev svg:nth-child(1),
  .swiper-button-next svg:nth-child(1) {
    display: none;
  }

  .swiper-button-prev svg:nth-child(2),
  .swiper-button-next svg:nth-child(2) {
    display: flex;
  }
}

@media (any-hover: hover) {
  .swiper-button-prev:hover svg path,
  .swiper-button-next:hover svg path {
    fill: var(--green-yellow-normal_hover);
  }

  .swiper-button-prev:active svg path,
  .swiper-button-next:active svg path {
    fill: var(--green-yellow-normal_active);
  }
}

.swiper-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
}

.swiper-pagination .swiper-pagination-bullet {
  width: 20px;
  height: 10px;
  display: block;
  border-radius: 8px;
  transition: background-color 0.1s linear 0s, width 0.1s linear 0s;
  background-color: var(--green-yellow-darker);
}

.swiper-pagination .swiper-pagination-bullet:not(:last-child) {
  margin-right: 10px;
}

.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 40px;
  background-color: var(--green-yellow-normal);
}

@media (any-hover: hover) {
  .swiper-pagination .swiper-pagination-bullet:hover {
    background-color: var(--green-yellow-normal_hover);
  }
}

@media (min-width: 1279.2px) {
  .header-menu {
    display: block;
  }

  .header-menu ul {
    column-gap: 40px;
    row-gap: 10px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
  }

  .header-menu ul li a {
    padding: 5px 0;
    display: inline-block;
    transition: color 0.1s linear 0s;
    color: var(--black-200);
  }
}

@media (max-width: 1599.2px) and (min-width: 1279.2px) {
  .header-menu ul {
    column-gap: 30px;
  }
}

@media (max-width: 1279.2px) {
  .header-container {
    position: relative;
  }

  .header-container::before {
    content: "";
    height: 100%;
    position: absolute;
    top: 0;
    left: 32px;
    right: 32px;
    z-index: 30;
    border-radius: 48px;
    background-color: var(--black-600);
  }

  .header-menu {
    padding: 16px 32px 0px;
    width: 100%;
    height: 0;
    display: flex;
    flex-direction: column;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 29;
    overflow: hidden;
    transition: height 0.5s ease, padding 0.5s ease;
  }

  .header-menu nav {
    padding: 80px 12px 28px;
    margin: 0 auto;
    max-width: 1000px;
    width: 100%;
    display: flex;
    flex-direction: column;
    flex: 1 1 auto;
    overflow: auto;
    border-radius: 40px;
    background-color: var(--black-600);
  }

  .header-menu ul {
    flex: 1 1 auto;
  }

  .header-menu ul li {
    width: 100%;
  }

  .header-menu ul li a {
    padding: 20px 8px 20px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-family: "Unbounded", sans-serif;
    font-size: 20px;
    font-weight: 500;
    line-height: 24.8px;
    color: var(--black-200);
  }

  .header-menu ul li a:not(:last-child) {
    margin-right: 10px;
  }

  .header-menu ul li a:after {
    content: "";
    width: 27px;
    height: 23px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url("../img/icons/menu-arrow.svg");
  }

  .header-menu ul:not(:last-child) {
    margin-bottom: 28px;
  }

  .header-menu._active {
    padding: 16px 32px;
    height: 100svh;
  }
}

@media (max-width: 767.2px) {
  .header-container::before {
    left: 12px;
    right: 12px;
    border-radius: 40px;
  }

  .header-menu {
    padding: 8px 12px 0px;
    height: 0;
  }

  .header-menu nav {
    padding: 64px 8px 24px;
    max-width: 600px;
  }

  .header-menu ul li a {
    padding: 20px 8px 20px 0;
  }

  .header-menu ul:not(:last-child) {
    margin-bottom: 24px;
  }

  .header-menu._active {
    padding: 8px 12px;
  }
}

@media (any-hover: hover) and (min-width: 1279.2px) {
  .header-menu ul li a:hover {
    color: var(--black-50);
  }
}

@media (any-hover: hover) and (max-width: 1279.2px) {
  .header-menu ul li a:hover {
    color: var(--green-yellow-light);
  }

  .header-menu ul li a:hover::after {
    background-image: url("../img/icons/menu-arrow-green.svg");
  }

  .header-menu ul li a:hover:after {
    color: var(--green-yellow-normal_hover);
  }
}

.header-wrapper {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  opacity: 0;
  pointer-events: none;
  backdrop-filter: blur(var(--blur-wrapper));
  transition: opacity 0.5s ease 0s;
  background-color: var(--background-wrapper);
}

.header-wrapper._active {
  opacity: 1;
  pointer-events: auto;
}

.banner-list-item a {
  padding: 5px 0;
  display: flex;
  align-items: center;
}

.banner-list-item a svg path {
  transition: fill 0.1s linear 0s;
  fill: var(--green-yellow-darker);
}

.banner-list-item a span {
  color: var(--black-200);
}

@media (any-hover: hover) {
  .banner-list-item a:hover svg path {
    fill: var(--green-yellow-normal_active);
  }

  .banner-list-item a:hover span {
    color: var(--black-50);
  }
}

.footer-items {
  column-gap: 12px;
  row-gap: 24px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.footer-items ul {
  row-gap: 12px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.footer-items ul li a {
  padding: 8px 0;
  column-gap: 8px;
  display: inline-flex;
  align-items: center;
  transition: color 0.1s linear 0s;
  color: var(--black-200);
}

.footer-items ul li a svg path {
  transition: fill 0.1s linear 0s;
  fill: var(--black-200);
}

.footer-items:not(:last-child) {
  margin-bottom: 40px;
}

@media (min-width: 767.2px) {
  .footer-items ul li:not(:last-child) {
    display: flex;
    align-items: center;
  }

  .footer-items ul li:not(:last-child):after {
    content: "/";
    margin: 0 24px;
    color: var(--black-0);
  }
}

@media (max-width: 1279.2px) and (min-width: 767.2px) {
  .footer-items {
    flex-direction: column;
    justify-content: flex-start;
  }
}

@media (max-width: 767.2px) {
  .footer-items {
    flex-direction: row;
  }

  .footer-items ul {
    flex-direction: column;
    align-items: flex-start;
  }

  .footer-items ul li:after {
    margin: 0 16px;
  }

  .footer-items:not(:last-child) {
    margin-bottom: 32px;
  }
}

@media (max-width: 374.2px) {
  .footer-items {
    flex-direction: row;
    justify-content: space-between;
  }
}

@media (any-hover: hover) {
  .footer-items ul li a:hover {
    color: var(--black-50);
  }

  .footer-items ul li a:hover svg path {
    fill: var(--black-50);
  }
}

.footer-menu {
  column-gap: 120px;
  row-gap: 16px;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  color: var(--black-300);
}

.footer-menu ul li a {
  padding: 8px 0;
  display: inline-block;
  transition: color 0.1s linear 0s;
}

.footer-menu:not(:last-child) {
  margin-bottom: 40px;
}

@media (max-width: 767.2px) {
  .footer-menu:not(:last-child) {
    margin-bottom: 32px;
  }
}

@media (any-hover: hover) {
  .footer-menu ul li a:hover {
    color: var(--black-50);
  }
}

.popup {
  padding: 20px 0px;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 80;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: auto;
  opacity: 0;
  pointer-events: none;
  backdrop-filter: blur(var(--blur-wrapper));
  transition: opacity 0.3s ease 0s;
  background-color: var(--background-wrapper);
}

.popup._active {
  opacity: 1;
  pointer-events: auto;
}

.popup._active .popup-body {
  transform: scale(1);
}

.popup .popup-body {
  padding: 40px;
  margin: auto;
  max-width: 660px;
  width: 100%;
  border-radius: 48px;
  transform: scale(0.9);
  transition: transform 0.3s ease 0s;
  background-color: var(--black-600);
}

.popup .popup-body .popup-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  overflow: hidden;
}

.popup .popup-body .popup-top:not(:last-child) {
  margin-bottom: 20px;
}

.popup .popup-body .popup-top span {
  margin-right: 10px;
  overflow-wrap: anywhere;
}

.popup .popup-body .popup-content {
  overflow: hidden;
  color: var(--black-200);
}

@media (max-width: 1599.2px) {
  .popup .popup-body {
    padding: 30px;
    max-width: 620px;
  }
}

@media (max-width: 1279.2px) {
  .popup .popup-body {
    padding: 24px;
    max-width: 600px;
    border-radius: 32px;
  }

  .popup .popup-body .popup-top:not(:last-child) {
    margin-bottom: 16px;
  }
}

@media (max-width: 767.2px) {
  .popup .popup-body {
    padding: 24px 16px;
    max-width: 600px;
  }

  .popup .popup-body .popup-top:not(:last-child) {
    margin-bottom: 12px;
  }
}

.reviews-slider .swiper-wrapper:not(:last-child) {
  margin-bottom: 40px;
}

@media (min-width: 1599.2px) {
  .reviews-slider {
    overflow: hidden;
  }

  .reviews-slider:not(:last-child) {
    margin-bottom: 30px;
  }
}

@media (min-width: 1279.2px) {
  .reviews-slider:not(:last-child) {
    margin-bottom: 24px;
  }
}

@media (min-width: 767.2px) {
  .reviews-slider:not(:last-child) {
    margin-bottom: 16px;
  }
}

.reviews-card {
  padding: 40px;
  display: flex;
  flex-direction: column;
  border-radius: 48px;
  background-color: var(--black-500);
}

.reviews-card .reviews-text {
  flex: 1 1 auto;
  color: var(--green-yellow-light);
}

.reviews-card .reviews-text:not(:last-child) {
  margin-bottom: 75px;
}

@media (max-width: 1599.2px) {
  .reviews-card {
    padding: 30px;
  }

  .reviews-card .reviews-text:not(:last-child) {
    margin-bottom: 45px;
  }
}

@media (max-width: 1279.2px) {
  .reviews-card {
    padding: 24px;
    border-radius: 32px;
  }

  .reviews-card .reviews-text:not(:last-child) {
    margin-bottom: 42px;
  }
}

@media (max-width: 767.2px) {
  .reviews-card {
    padding: 16px;
    border-radius: 16px;
  }
}

.choose-currency-button {
  padding: 0 16px;
  min-height: 38px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  border-radius: 24px;
  transition: background-color 0.1s linear 0s, color 0.1s linear 0s;
  background-color: var(--black-400);
  white-space: nowrap;
  font-family: "Unbounded", sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 22.32px;
  color: var(--black-200);
}

.choose-currency-button._active {
  background-color: var(--green-yellow-normal);
  color: var(--black-500);
}

@media (max-width: 1279.2px) {
  .choose-currency-button {
    font-size: 16px;
    line-height: 19.84px;
  }
}

@media (max-width: 767.2px) {
  .choose-currency-button {
    font-size: 14px;
    line-height: 17.36px;
  }
}

[data-tab-content] {
  display: none;
}

[data-tab-content]._active {
  display: block;
}

.breadcrumbs-list {
  padding-bottom: 10px;
  row-gap: 8px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.breadcrumbs-list li {
  font-family: "Unbounded", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 17.36px;
  color: var(--black-300);
}

.breadcrumbs-list li:not(:last-child) {
  display: flex;
  align-items: center;
}

.breadcrumbs-list li:not(:last-child):after {
  content: "/";
  margin: 0 10px;
}

.breadcrumbs-list li a {
  padding: 8px 0;
  display: inline-block;
}

@media (max-width: 1279.2px) {
  .breadcrumbs-list li {
    font-size: 12px;
    line-height: 14.88px;
  }

  .breadcrumbs-list li:not(:last-child):after {
    margin: 0 4px;
  }

  .breadcrumbs-list:not(:last-child) {
    margin-bottom: 0;
  }
}

@media (any-hover: hover) {
  .breadcrumbs-list li a {
    transition: color 0.1s linear 0s;
  }

  .breadcrumbs-list li a:hover {
    color: var(--black-200);
  }
}

.background-image-news {
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("../img/screens/news/bg/pc.png");
}

@media (max-width: 767.2px) {
  .background-image-news {
    background-image: url("../img/screens/news/bg/mobile.png");
  }
}

.error-image {
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("../img/error-images/1600.png");
}

@media (max-width: 1599.2px) {
  .error-image {
    background-image: url("../img/error-images/1280.png");
  }
}

@media (max-width: 1279.2px) {
  .error-image {
    background-image: url("../img/error-images/768.png");
  }
}

@media (max-width: 767.2px) {
  .error-image {
    background-image: url("../img/error-images/375.png");
  }
}

.news-socials ul {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.news-socials ul li a {
  padding: 8px 0;
  column-gap: 8px;
  display: inline-flex;
  align-items: center;
  transition: color 0.1s linear 0s;
  color: var(--black-200);
}

.news-socials ul li a svg path {
  transition: fill 0.1s linear 0s;
  fill: var(--black-200);
}

@media (min-width: 767.2px) {
  .news-socials ul li:not(:last-child) {
    display: flex;
    align-items: center;
  }

  .news-socials ul li:not(:last-child):after {
    content: "/";
    margin: 0 24px;
    color: var(--black-0);
  }
}

@media (max-width: 767.2px) {
  .news-socials {
    width: 100%;
  }

  .news-socials ul {
    column-gap: 15px;
    row-gap: 8px;
    width: 100%;
    justify-content: space-between;
  }

  .news-socials ul li:after {
    margin: 0 16px;
  }
}

@media (any-hover: hover) {
  .news-socials ul li a:hover {
    color: var(--black-50);
  }

  .news-socials ul li a:hover svg path {
    fill: var(--black-50);
  }
}

.exchange-progress {
  gap: 10px;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
}

.exchange-progress li {
  padding: 20px 20px 20px 40px;
  position: relative;
  border-radius: 8px;
  background-color: var(--black-400);
}

.exchange-progress li div {
  font-family: "Unbounded", sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 17.36px;
  color: var(--black-300);
}

.exchange-progress li div:not(:last-child) {
  margin-bottom: 10px;
}

.exchange-progress li p {
  font-family: "Jura", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 18.93px;
  color: var(--black-300);
}

.exchange-progress li:before {
  content: "";
  width: 20px;
  height: 20px;
  position: absolute;
  top: 20px;
  left: 10px;
  pointer-events: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-image: url("../img/screens/exchange_step/not-started-icon.svg");
}

.exchange-progress li._done:before {
  background-image: url("../img/screens/exchange_step/done-icon.svg");
}

.exchange-progress li._active:before {
  background-image: url("../img/screens/exchange_step/active-icon.svg");
}

.exchange-progress li._active div {
  color: var(--green-yellow-light);
}

.exchange-progress li._active p {
  color: var(--black-50);
}

.pagination-list {
  margin: 0 auto;
  padding: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  border-radius: 48px;
  background-color: var(--black-500);
}

.pagination-list li {
  width: 32px;
  height: 32px;
  flex: 0 0 32px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  font-family: "Unbounded", sans-serif;
  font-size: 1.125rem;
  line-height: 1.395rem;
  font-weight: 600;
  color: var(--black-200);
}

.pagination-list li._active {
  color: var(--green-yellow-normal);
}

@media (max-width: 1279.2px) {
  .pagination-list li {
    width: 28px;
    height: 28px;
    flex: 0 0 28px;
  }
}

@media (max-width: 374.2px) {
  .pagination-list li {
    width: 26px;
    height: 26px;
    flex: 0 0 26px;
    font-size: 0.95rem;
  }
}

@media (any-hover: hover) {
  .pagination-list li:not(._active) {
    transition: color 0.1s linear 0s;
  }

  .pagination-list li:not(._active):hover {
    color: var(--black-50);
  }
}

.exchange-step-text {
  font-family: "Jura", sans-serif;
  font-size: 22px;
  font-weight: 500;
  line-height: 26.03px;
  letter-spacing: 0.02em;
  color: var(--black-100);
}

.exchange-step-text div:not(:last-child) {
  margin-bottom: 100px;
}

.exchange-step-text a,
.exchange-step-text .text-link {
  cursor: pointer;
  color: var(--green-yellow-normal);
}

@media (any-hover: hover) {
  .exchange-step-text a:hover,
  .exchange-step-text .text-link:hover {
    text-decoration: underline;
  }
}

.exchange-step-text h2 {
  font-family: "Unbounded", sans-serif;
  font-size: 32px;
  font-weight: 400;
  line-height: 39.68px;
  color: var(--green-yellow-light);
}

.exchange-step-text h2:not(:last-child),
.exchange-step-text p:not(:last-child) {
  margin-bottom: 20px;
}

.exchange-step-text ol li:not(:last-child),
.exchange-step-text ul li:not(:last-child) {
  margin-bottom: 4px;
}

.exchange-step-text ul,
.exchange-step-text ol {
  padding-left: 20px;
  gap: 16px;
  display: flex;
  flex-direction: column;
}

.exchange-step-text ul:not(:last-child),
.exchange-step-text ol:not(:last-child) {
  margin-bottom: 20px;
}

.exchange-step-text ul ul,
.exchange-step-text ul ol,
.exchange-step-text ol ul,
.exchange-step-text ol ol {
  gap: 3px;
}

.exchange-step-text ul ol li {
  list-style: decimal !important;
}

.exchange-step-text ul li {
  list-style: disc !important;
}

.exchange-step-text ol ul li {
  list-style: disc !important;
}

.exchange-step-text ol li {
  list-style: decimal !important;
}

@media (max-width: 1599.2px) {
  .exchange-step-text {
    font-family: "Jura", sans-serif;
    font-size: 20px;
    font-weight: 500;
    line-height: 23.66px;
    letter-spacing: 0.02em;
  }

  .exchange-step-text div:not(:last-child) {
    margin-bottom: 80px;
  }

  .exchange-step-text h2 {
    font-family: "Unbounded", sans-serif;
    font-size: 25px;
    font-weight: 400;
    line-height: 31px;
  }
}

@media (max-width: 1279.2px) {
  .exchange-step-text {
    font-family: "Jura", sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 18.93px;
    letter-spacing: 0.02em;
  }

  .exchange-step-text div:not(:last-child) {
    margin-bottom: 48px;
  }

  .exchange-step-text h2 {
    font-family: "Unbounded", sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 24.8px;
  }

  .exchange-step-text h2:not(:last-child),
  .exchange-step-text p:not(:last-child) {
    margin-bottom: 16px;
  }
}

@media (max-width: 767.2px) {
  .exchange-step-text {
    font-family: "Jura", sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 18.93px;
    letter-spacing: 0.02em;
  }

  .exchange-step-text div:not(:last-child) {
    margin-bottom: 32px;
  }

  .exchange-step-text ul,
  .exchange-step-text ol {
    gap: 12px;
  }

  .exchange-step-text h2 {
    font-family: "Unbounded", sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 22.32px;
  }

  .exchange-step-text h2:not(:last-child),
  .exchange-step-text p:not(:last-child) {
    margin-bottom: 12px;
  }
}

.spoller-list__item button[data-spoller] {
  padding: 30px 0;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.spoller-list__item button[data-spoller] h5 {
  flex: 1 1 auto;
  font-family: "Unbounded", sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 29.76px;
  color: var(--green-yellow-light);
  text-align: left;
}

.spoller-list__item button[data-spoller] h5:not(:last-child) {
  margin-right: 30px;
}

@media (max-width: 599.2px) {
  .spoller-list__item button[data-spoller] h5:not(:last-child) {
    margin-right: 4px;
  }
}

.spoller-list__item button[data-spoller] .spoller-list__item-icon {
  margin-top: -2px;
  margin-right: 20px;
  width: 32px;
  height: 32px;
  flex: 0 0 32px;
  position: relative;
  background-color: transparent;
}

.spoller-list__item button[data-spoller] .spoller-list__item-icon:before,
.spoller-list__item button[data-spoller] .spoller-list__item-icon:after {
  content: "";
  width: 14px;
  height: 3.5px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  pointer-events: none;
  transition: transform 0.3s ease 0s;
  background-color: var(--green-yellow-normal);
}

.spoller-list__item button[data-spoller] .spoller-list__item-icon:after {
  transform: translate(-50%, -50%) rotate(90deg);
}

@media (max-width: 1279.2px) {
  .spoller-list__item button[data-spoller] .spoller-list__item-icon {
    margin-right: 16px;
    margin-top: -6px;
  }
}

.spoller-list__item button[data-spoller]._active .spoller-list__item-icon:after {
  transform: translate(-50%, -50%);
}

@media (max-width: 1599.2px) {
  .spoller-list__item button[data-spoller] h5 {
    font-family: "Unbounded", sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 24.8px;
  }
}

@media (max-width: 1279.2px) {
  .spoller-list__item button[data-spoller] {
    padding: 24px 0;
  }

  .spoller-list__item button[data-spoller] h5 {
    font-family: "Unbounded", sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 22.32px;
  }
}

@media (max-width: 767.2px) {
  .spoller-list__item button[data-spoller] {
    padding: 16px 0;
  }

  .spoller-list__item button[data-spoller] h5 {
    font-family: "Unbounded", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 19.84px;
  }
}

.spoller-list__item .spoller-list__item-content {
  padding-bottom: 30px;
  font-family: "Jura", sans-serif;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.3306rem;
  letter-spacing: 0.02em;
  color: var(--black-100);
}

@media (max-width: 1599.2px) {
  .spoller-list__item .spoller-list__item-content {
    font-family: "Jura", sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 18.93px;
    letter-spacing: 0.02em;
  }
}

@media (max-width: 1279.2px) {
  .spoller-list__item .spoller-list__item-content {
    padding-bottom: 24px;
    font-family: "Jura", sans-serif;
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.1831rem;
    letter-spacing: 0.02em;
  }
}

@media (max-width: 599.2px) {
  .spoller-list__item .spoller-list__item-content {
    padding-bottom: 16px;
  }
}

.spoller-list__item:not(:last-child) {
  border-bottom: 1px solid var(--green-yellow-darker);
}

.exchange-progress-mobile {
  gap: 16px;
  min-height: 10px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

.exchange-progress-mobile li {
  border-radius: 4px;
  background-color: var(--green-yellow-darker);
}

.exchange-progress-mobile li._active {
  background-color: var(--green-yellow-normal);
}

@media (max-width: 767.2px) {
  .exchange-progress-mobile {
    gap: 8px;
  }
}

.prompt-dropdown {
  margin-top: 12px;
  padding: 20px;
  width: 405px;
  display: none;
  flex-direction: column;
  position: absolute;
  top: 50%;
  z-index: 8;
  border-radius: 16px;
  background-color: var(--black-600);
  font-size: 16px;
  font-weight: 500;
  line-height: 18.93px;
  text-align: center;
  color: var(--black-50);
}

.prompt-dropdown:before {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  bottom: 100%;
  border-left: 14px solid transparent;
  border-right: 14px solid transparent;
  border-bottom: 10px solid var(--black-600);
}

.prompt-dropdown._active {
  display: flex;
}

@media (max-width: 1599.2px) {
  .prompt-dropdown {
    width: 360px;
    font-size: 14px;
    line-height: 16.56px;
  }
}

@media (max-width: 1279.2px) {
  .prompt-dropdown {
    padding: 16px;
    width: 280px;
  }
}

@media (max-width: 767.2px) {
  .prompt-dropdown {
    padding: 12px;
    width: 325px;
  }
}

@media (max-width: 374.2px) {
  .prompt-dropdown {
    width: 280px;
  }
}

.animation-loading {
  width: 100%;
  height: 295px;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media (max-width: 1599.2px) {
  .animation-loading {
    height: 240px;
  }
}

@media (max-width: 1279.2px) {
  .animation-loading {
    height: 185px;
  }
}

@media (max-width: 767.2px) {
  .animation-loading {
    height: 175px;
  }
}

.animation-loading__container {
  transform: rotate(-90deg);
}

.animation-loading__ball {
  width: 13px;
  height: 13px;
  margin: 13px auto;
  border-radius: 50px;
  background-color: var(--black-0);
}

.animation-loading__ball:nth-child(1) {
  animation: a-right 1s infinite ease-in-out;
}

.animation-loading__ball:nth-child(2) {
  animation: a-left 1.1s infinite ease-in-out;
}

.animation-loading__ball:nth-child(3) {
  animation: a-right 1.05s infinite ease-in-out;
}

.animation-loading__ball:nth-child(4) {
  animation: a-left 1.15s infinite ease-in-out;
}

.animation-loading__ball:nth-child(5) {
  animation: a-right 1.1s infinite ease-in-out;
}

.animation-loading__ball:nth-child(6) {
  animation: a-left 1.05s infinite ease-in-out;
}

.animation-loading__ball:nth-child(7) {
  animation: a-right 1s infinite ease-in-out;
}

@media (min-width: 1279.2px) {
  .animation-loading__ball {
    width: 16px;
    height: 16px;
    margin: 16px auto;
  }
}

@keyframes a-right {
  0% {
    transform: translate(-15px);
  }

  50% {
    transform: translate(15px);
  }

  100% {
    transform: translate(-15px);
  }
}

@keyframes a-left {
  0% {
    transform: translate(15px);
  }

  50% {
    transform: translate(-15px);
  }

  100% {
    transform: translate(15px);
  }
}

.account-sidebar {
  padding: 40px;
  height: max-content;
  position: sticky;
  top: 126px;
  border-radius: 48px;
  background-color: var(--black-500);
}

.account-sidebar ul li a,
.account-sidebar ul li .toggle-sub-menu {
  padding: 11px 0;
  display: inline-block;
  font-family: "Unbounded", sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 17.36px;
  color: var(--black-200);
}

.account-sidebar ul li .toggle-sub-menu {
  display: inline-flex;
  align-items: center;
  position: relative;
  cursor: pointer;
}

.account-sidebar ul li .toggle-sub-menu:after {
  content: "❯";
  margin-left: 12px;
  display: block;
  transition: transform 0.2s ease 0s;
  transform: rotate(90deg);
}

.account-sidebar ul li .toggle-sub-menu._active:after {
  transform: rotate(-90deg);
}

.account-sidebar ul li ul {
  padding-left: 20px;
}

@media (max-width: 1599.2px) {
  .account-sidebar ul li ul {
    padding-left: 16px;
  }
}

@media (max-width: 1279.2px) {
  .account-sidebar ul li ul {
    padding-left: 24px;
  }
}

.account-sidebar ul li a._active {
  color: var(--green-yellow-normal);
}

@media (any-hover: hover) {
  .account-sidebar ul li a,
  .account-sidebar ul li .toggle-sub-menu {
    transition: color 0.1s ease 0s;
  }

  .account-sidebar ul li:not(._active) a:hover,
  .account-sidebar ul li .toggle-sub-menu:not(._active):hover {
    color: var(--black-100);
  }
}

@media (max-width: 1599.2px) {
  .account-sidebar {
    padding: 30px;
    border-radius: 32px;
  }
}

@media (max-width: 1279.2px) {
  .account-sidebar {
    padding: 24px;
    position: static;
  }
}

@media (max-width: 767.2px) {
  .account-sidebar {
    padding: 16px;
  }
}

.account-sidebar ul li._active a {
  color: var(--green-yellow-normal);
}

.account-sidebar ul li._active ul.sub-menu,
.account-sidebar ul li.current-menu-parent ul.sub-menu {
  display: block;
}

.account-sidebar ul li ul.sub-menu {
  display: none;
}

.account-sidebar ul li.menu-item-has-children a {
  position: relative;
  display: inline-flex;
  align-items: center;
}

.account-sidebar ul li.menu-item-has-children a:after {
  content: "❯";
  margin-left: 12px;
  display: block;
  transition: transform 0.2s ease 0s;
  transform: rotate(90deg);
}

.account-sidebar ul li.menu-item-has-children.current-menu-parent a:after,
.account-sidebar ul li.menu-item-has-children._active a:after {
  transform: rotate(-90deg);
}

.account-sidebar ul li.menu-item-has-children ul.sub-menu li a:after {
  display: none;
}

.account-sidebar ul li._active ul.sub-menu li a {
  color: var(--black-200);
}

.account-sidebar ul li ul.sub-menu .ugmenu {
  display: none;
}

.account-terms-text {
  gap: 40px;
  display: flex;
  flex-direction: column;
  font-family: "Jura", sans-serif;
  font-size: 22px;
  font-weight: 500;
  line-height: 26.03px;
  letter-spacing: 0.02em;
  color: var(--black-100);
}

.account-terms-text ol,
.account-terms-text ul {
  padding-left: 20px;
}

.account-terms-text ol li:not(:last-child),
.account-terms-text ul li:not(:last-child) {
  margin-bottom: 20px;
}

.account-terms-text ol li ol li:not(:last-child),
.account-terms-text ol li ul li:not(:last-child),
.account-terms-text ul li ol li:not(:last-child),
.account-terms-text ul li ul li:not(:last-child) {
  margin-bottom: 3px;
}

@media (max-width: 1279.2px) {
  .account-terms-text ol li:not(:last-child),
  .account-terms-text ul li:not(:last-child) {
    margin-bottom: 16px;
  }
}

.account-terms-text ol li {
  list-style: decimal !important;
}

.account-terms-text ul li {
  list-style: disc !important;
}

@media (max-width: 1599.2px) {
  .account-terms-text {
    font-size: 20px;
    line-height: 23.66px;
    letter-spacing: 0.02em;
  }
}

@media (max-width: 1279.2px) {
  .account-terms-text {
    font-size: 16px;
    line-height: 18.93px;
    letter-spacing: 0.02em;
  }
}

@media (max-width: 767.2px) {
  .account-terms-text {
    font-size: 16px;
    line-height: 18.93px;
    letter-spacing: 0.02em;
  }
}

.reg_div_wrap,
.log_div_wrap {
  display: none;
}

.captcha1,
.captcha2 {
  width: 100%;
  height: 100%;
  display: block;
}

.captcha-for-error {
  position: relative;
}

[data-error-text] {
  margin-top: 4px;
  padding: 0 32px;

  font-family: "Jura", sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 18px;
  text-align: left;
  color: #f276b1;
}

[data-error-text]._error {
  color: #f276b1;
}

[data-error-text]._loading {
  display: none !important;
}

[data-error-text]._success {
  color: #bfeb6d;
}

@media (min-width: 1279.98px) {
  [data-error-text] {
    padding: 0 24px;
    font-size: 16px;
  }
}

.tbl_icon {
  display: block;
}

.xtt_one_line_left,
.xtt_one_line_right {
  height: 50px;
}

.xtt_one_line_left {
  visibility: hidden;
}

.js_item_left.visible-item .xtt_one_line_left {
  visibility: visible;
}

.xchange_table_wrap {
  display: block !important;
  /* opacity: 0;
  pointer-events: none;
  position: absolute; */
}

.captcha-block__reset {
  transition: opacity 0.2s ease 0s;
}

.captcha-block__reset._active {
  opacity: 0.6;
  pointer-events: none;
}

.captcha-block__reset._active svg {
  animation: lds-roller1 1s linear infinite;
}

@keyframes lds-roller1 {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

._disabled {
  opacity: 0.6;
  pointer-events: none;
}

.checkbox.checked {
  background: none !important;
}

.wrap_d644 {
  z-index: 8 !important;
}

.wrap_d644 {
  margin-bottom: 60px !important;
}

.checkbox:not(:last-child),
.checkbox {
  margin-bottom: 0 !important;
}

/* lds-roller */
.lds-roller {
  color: #ffffff;
  display: inline-block;
  position: relative;
  width: 56px;
  /* 80px * 0.7 */
  height: 56px;
  /* 80px * 0.7 */
}

.lds-roller div {
  animation: lds-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  transform-origin: 28px 28px;
  /* 40px * 0.7 */
}

.lds-roller div:after {
  content: " ";
  display: block;
  position: absolute;
  width: 5.04px;
  /* 7.2px * 0.7 */
  height: 5.04px;
  /* 7.2px * 0.7 */
  border-radius: 50%;
  background: currentColor;
  margin: -2.52px 0 0 -2.52px;
  /* -3.6px * 0.7 */
}

.lds-roller div:nth-child(1) {
  animation-delay: -0.036s;
}

.lds-roller div:nth-child(2) {
  animation-delay: -0.072s;
}

.lds-roller div:nth-child(3) {
  animation-delay: -0.108s;
}

.lds-roller div:nth-child(4) {
  animation-delay: -0.144s;
}

.lds-roller div:nth-child(5) {
  animation-delay: -0.18s;
}

.lds-roller div:nth-child(6) {
  animation-delay: -0.216s;
}

.lds-roller div:nth-child(7) {
  animation-delay: -0.252s;
}

.lds-roller div:nth-child(8) {
  animation-delay: -0.288s;
}

.lds-roller div:nth-child(1):after {
  top: 43.83919px;
  /* 62.62742px * 0.7 */
  left: 43.83919px;
  /* 62.62742px * 0.7 */
}

.lds-roller div:nth-child(2):after {
  top: 47.399px;
  /* 67.71281px * 0.7 */
  left: 39.2px;
  /* 56px * 0.7 */
}

.lds-roller div:nth-child(3):after {
  top: 49.63674px;
  /* 70.90963px * 0.7 */
  left: 33.79755px;
  /* 48.28221px * 0.7 */
}

.lds-roller div:nth-child(4):after {
  top: 50.4px;
  /* 72px * 0.7 */
  left: 28px;
  /* 40px * 0.7 */
}

.lds-roller div:nth-child(5):after {
  top: 49.63674px;
  /* 70.90963px * 0.7 */
  left: 22.20245px;
  /* 31.71779px * 0.7 */
}

.lds-roller div:nth-child(6):after {
  top: 47.399px;
  /* 67.71281px * 0.7 */
  left: 16.8px;
  /* 24px * 0.7 */
}

.lds-roller div:nth-child(7):after {
  top: 43.83919px;
  /* 62.62742px * 0.7 */
  left: 12.16081px;
  /* 17.37258px * 0.7 */
}

.lds-roller div:nth-child(8):after {
  top: 39.2px;
  /* 56px * 0.7 */
  left: 8.60103px;
  /* 12.28719px * 0.7 */
}

@keyframes lds-roller {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.content-exchange__loading,
.content-exchange__error {
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(20, 21, 25, 0.8);
}

.page_wrap {
  margin: 0 !important;
  padding: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  border-radius: none !important;
}

.background-image-about {
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("../img/screens/about/bg/pc.png");
}

@media (max-width: 1279.2px) {
  .background-image-about {
    background-image: url("../img/screens/about/bg/mobile.png");
  }
}

@media (max-width: 767.2px) {
  .background-image-about {
    background-image: linear-gradient(to top, rgba(20, 21, 25, 0.9), rgba(20, 21, 25, 0.9)),
      url("../img/screens/about/bg/mobile-2.png");
  }
}

.background-image-rates {
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("../img/screens/rates/bg/pc.png");
}

@media (max-width: 1279.2px) {
  .background-image-rates {
    background-image: linear-gradient(to top, rgba(20, 21, 25, 0.6), rgba(20, 21, 25, 0.6)),
      url("../img/screens/rates/bg/pc.png");
  }
}

@media (max-width: 767.2px) {
  .background-image-rates {
    background-image: linear-gradient(to top, rgba(20, 21, 25, 0.9), rgba(20, 21, 25, 0.9)),
      url("../img/screens/rates/bg/mobile.png");
  }
}

.text-field-error {
  border-color: var(--pink-normal) !important;
}

.payment-confirm-cancel {
  padding: 0 6px;
  border: 2px solid var(--green-yellow-normal);
  transition: border-color 0.1s linear 0s, linear 0.1s ease 0s !important;
  background-color: transparent !important;

  color: var(--green-yellow-normal) !important;
}

@media (any-hover: hover) {
  .payment-confirm-cancel:hover {
    border-color: var(--violet-light_active);

    color: var(--violet-light_active) !important;
  }

  .payment-confirm-cancel:active {
    border-color: var(--green-yellow-normal_active);

    color: var(--green-yellow-normal_active) !important;
  }
}

.content-exchange__form {
  flex-direction: column;
  flex: 1 1 auto;
}

.partner-tab-button {
  padding: 0 20px;
  min-height: 45px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 48px;
  transition: background-color 0.3s ease 0s, color 0.3s ease 0s;
  background-color: transparent;

  font-family: "Wix Madefor Display", sans-serif;
  color: var(--black-200);
}

.partner-tab-button._active {
  background-color: var(--black-500);

  color: var(--green-yellow-light_active);
}

@media (max-width: 1599.2px) {
  .partner-tab-button._active {
    min-height: 40px;
    border-radius: 32px;
  }
}

@media (max-width: 1279.2px) {
  .partner-tab-button._active {
    padding: 0 14px;
    min-height: 36px;
  }
}

@media (max-width: 767.2px) {
  .partner-tab-button._active {
    min-height: 34px;
  }
}

@media (any-hover: hover) {
  .partner-tab-button:not(._active):hover {
    background-color: var(--black-450);

    color: var(--black-50);
  }

  .partner-tab-button:not(._active):active {
    background-color: var(--black-450);

    color: var(--black-50);
  }
}

/* ---------- */

.regions-texts ul li,
.regions-texts ol li {
  white-space: normal !important;
}

.regions-texts h1:not(:first-child),
.regions-texts h2:not(:first-child),
.regions-texts h3:not(:first-child),
.regions-texts h4:not(:first-child),
.regions-texts h5:not(:first-child),
.regions-texts h6:not(:first-child) {
  margin-top: 32px !important;
}

.regions-texts h1:not(:last-child),
.regions-texts h2:not(:last-child),
.regions-texts h3:not(:last-child),
.regions-texts h4:not(:last-child),
.regions-texts h5:not(:last-child),
.regions-texts h6:not(:last-child) {
  margin-bottom: 12px !important;
}

.regions-texts h1,
.regions-texts h2,
.regions-texts h3,
.regions-texts h4,
.regions-texts h5,
.regions-texts h6 {
  text-align: left !important;
}

.regions-texts h1 span,
.regions-texts h2 span,
.regions-texts h3 span,
.regions-texts h4 span,
.regions-texts h5 span,
.regions-texts h6 span {
  font-family: "Wix Madefor Display", sans-serif !important;
  font-weight: 700 !important;
  text-align: left !important;
  font-size: 22px !important;
  line-height: 27.72px !important;
  color: var(--green-yellow-light) !important;
}

.regions-texts p span,
.regions-texts ul li,
.regions-texts ol li {
  font-family: "Roboto", sans-serif !important;
  font-weight: 300 !important;
  letter-spacing: 0.02em !important;
  text-align: left !important;
  font-size: 16px !important;
  line-height: 18.4px !important;
  color: var(--black-100) !important;
}

@media (min-width: 768px) {
  .regions-texts h1:not(:first-child),
  .regions-texts h2:not(:first-child),
  .regions-texts h3:not(:first-child),
  .regions-texts h4:not(:first-child),
  .regions-texts h5:not(:first-child),
  .regions-texts h6:not(:first-child) {
    margin-top: 48px !important;
  }

  .regions-texts h1:not(:last-child),
  .regions-texts h2:not(:last-child),
  .regions-texts h3:not(:last-child),
  .regions-texts h4:not(:last-child),
  .regions-texts h5:not(:last-child),
  .regions-texts h6:not(:last-child) {
    margin-bottom: 16px !important;
  }

  .regions-texts h1 span,
  .regions-texts h2 span,
  .regions-texts h3 span,
  .regions-texts h4 span,
  .regions-texts h5 span,
  .regions-texts h6 span {
    font-size: 20px !important;
    line-height: 25.2px !important;
  }
}

@media (min-width: 1280px) {
  .regions-texts h1:not(:first-child),
  .regions-texts h2:not(:first-child),
  .regions-texts h3:not(:first-child),
  .regions-texts h4:not(:first-child),
  .regions-texts h5:not(:first-child),
  .regions-texts h6:not(:first-child) {
    margin-top: 80px !important;
  }

  .regions-texts h1:not(:last-child),
  .regions-texts h2:not(:last-child),
  .regions-texts h3:not(:last-child),
  .regions-texts h4:not(:last-child),
  .regions-texts h5:not(:last-child),
  .regions-texts h6:not(:last-child) {
    margin-bottom: 20px !important;
  }

  .regions-texts h1 span,
  .regions-texts h2 span,
  .regions-texts h3 span,
  .regions-texts h4 span,
  .regions-texts h5 span,
  .regions-texts h6 span {
    font-size: 25px !important;
    line-height: 31.5px !important;
  }

  .regions-texts p span,
  .regions-texts ul li,
  .regions-texts ol li {
    font-size: 20px !important;
    line-height: 23px !important;
  }
}

@media (min-width: 1600px) {
  .regions-texts h1:not(:first-child),
  .regions-texts h2:not(:first-child),
  .regions-texts h3:not(:first-child),
  .regions-texts h4:not(:first-child),
  .regions-texts h5:not(:first-child),
  .regions-texts h6:not(:first-child) {
    margin-top: 100px !important;
  }

  .regions-texts h1 span,
  .regions-texts h2 span,
  .regions-texts h3 span,
  .regions-texts h4 span,
  .regions-texts h5 span,
  .regions-texts h6 span {
    font-size: 32px !important;
    line-height: 40.32px !important;
  }

  .regions-texts p span,
  .regions-texts ul li,
  .regions-texts ol li {
    font-size: 22px !important;
    line-height: 25.3px !important;
  }
}

/* ---------- */

.blog-template .solo-image:not(:last-child),
.blog-template img,
.blog-template img {
  margin-bottom: 16px !important;
}

.blog-template ul li,
.blog-template ol li {
  white-space: normal !important;
}

.blog-template h1:not(:first-child),
.blog-template h2:not(:first-child) {
  margin-top: 16px !important;
}

.blog-template h1:not(:last-child),
.blog-template h2:not(:last-child) {
  margin-bottom: 24px !important;
}

.blog-template h3:not(:first-child),
.blog-template h4:not(:first-child) .blog-template h5:not(:first-child) .blog-template h6:not(:first-child) {
  margin-top: 16px !important;
}

.blog-template h3:not(:last-child),
.blog-template h4:not(:last-child) .blog-template h5:not(:last-child) .blog-template h6:not(:last-child) {
  margin-bottom: 12px !important;
}

.blog-template h1 span,
.blog-template h2 span,
.blog-template h3 span,
.blog-template h4 span,
.blog-template h5 span,
.blog-template h6 span {
  font-family: "Wix Madefor Display", sans-serif !important;
  font-weight: 300 !important;
  letter-spacing: 0.02em !important;
  text-align: left !important;
  font-size: 18px !important;
  line-height: 20.7px !important;
  color: var(--black-0) !important;
}

.blog-template p,
.blog-template p span,
.blog-template ul li,
.blog-template ol li {
  margin: 0 !important;
  font-family: "Wix Madefor Display", sans-serif !important;
  font-weight: 300 !important;
  letter-spacing: 0.02em !important;
  text-align: left !important;
  font-size: 16px !important;
  line-height: 18.4px !important;
  color: var(--black-100) !important;
}

@media (min-width: 768px) {
  .blog-template .solo-image:not(:last-child),
  .blog-template img {
    margin-bottom: 24px !important;
  }

  .blog-template h1 span,
  .blog-template h2 span,
  .blog-template h3 span,
  .blog-template h4 span,
  .blog-template h5 span,
  .blog-template h6 span {
    font-size: 18px !important;
    line-height: 20.7px !important;
  }

  .blog-template h1:not(:first-child),
  .blog-template h2:not(:first-child) {
    margin-top: 24px !important;
  }

  .blog-template h3:not(:first-child),
  .blog-template h4:not(:first-child) .blog-template h5:not(:first-child) .blog-template h6:not(:first-child) {
    margin-top: 24px !important;
  }

  .blog-template h3:not(:last-child),
  .blog-template h4:not(:last-child) .blog-template h5:not(:last-child) .blog-template h6:not(:last-child) {
    margin-bottom: 16px !important;
  }
}

@media (min-width: 1280px) {
  .blog-template .solo-image:not(:last-child),
  .blog-template img {
    margin-bottom: 30px !important;
  }

  .blog-template h1 span,
  .blog-template h2 span,
  .blog-template h3 span,
  .blog-template h4 span,
  .blog-template h5 span,
  .blog-template h6 span {
    font-size: 24px !important;
    line-height: 27.6px !important;
  }

  .blog-template h1:not(:first-child),
  .blog-template h2:not(:first-child) {
    margin-top: 30px !important;
  }

  .blog-template h3:not(:first-child),
  .blog-template h4:not(:first-child) .blog-template h5:not(:first-child) .blog-template h6:not(:first-child) {
    margin-top: 30px !important;
  }

  .blog-template h3:not(:last-child),
  .blog-template h4:not(:last-child) .blog-template h5:not(:last-child) .blog-template h6:not(:last-child) {
    margin-bottom: 20px !important;
  }

  .blog-template p,
  .blog-template p span,
  .blog-template ul li,
  .blog-template ol li {
    font-size: 20px !important;
    line-height: 23px !important;
  }
}

@media (min-width: 1600px) {
  .blog-template .solo-image:not(:last-child),
  .blog-template img {
    margin-bottom: 40px !important;
  }

  .blog-template h1 span,
  .blog-template h2 span,
  .blog-template h3 span,
  .blog-template h4 span,
  .blog-template h5 span,
  .blog-template h6 span {
    font-size: 24px !important;
    line-height: 27.6px !important;
  }

  .blog-template h1:not(:first-child),
  .blog-template h2:not(:first-child) {
    margin-top: 40px !important;
  }

  .blog-template h3:not(:first-child),
  .blog-template h4:not(:first-child) .blog-template h5:not(:first-child) .blog-template h6:not(:first-child) {
    margin-top: 40px !important;
  }

  .blog-template h3:not(:last-child),
  .blog-template h4:not(:last-child) .blog-template h5:not(:last-child) .blog-template h6:not(:last-child) {
    margin-bottom: 20px !important;
  }

  .blog-template p,
  .blog-template p span,
  .blog-template ul li,
  .blog-template ol li {
    font-size: 22px !important;
    line-height: 25.3px !important;
  }
}

.exch_ajax_wrap .xchange_curs_label,
.xchange_pers_div .xchange_pers_label {
  display: none;
}

.card-info {
  margin-top: 17px !important;
}

@media (min-width: 1280px) {
  .card-info {
    margin-top: 27px !important;
  }
}

.xchange_data_left {
  cursor: pointer;
}

.resultfalse,
.resulttrue {
  margin: 0 0 10px 0 !important;
  padding: 0 !important;
  border-radius: 0 !important;
  background-color: transparent !important;

  font-family: "Jura", sans-serif !important;
  font-weight: 500 !important;
  font-size: 14px !important;
  line-height: 18px !important;
  text-align: left !important;
}

.resultfalse {
  color: var(--pink-normal) !important;
}

.resulttrue {
  color: var(--green-normal) !important;
}

@media (min-width: 1279.98px) {
  .resultfalse,
  .resulttrue {
    padding: 0 24px;
    font-size: 16px;
  }
}

.info_window {
  display: none !important;
}

.exch_ajax_wrap_abs,
.exchange_status_abs {
  border-radius: 24px;
  background: #626262 url(images/ajax-big-loader.gif) no-repeat center center;
}

@media (min-width: 1280px) {
  .exch_ajax_wrap_abs,
  .exchange_status_abs {
    border-radius: 32px;
  }

  a.xtl_submit {
    min-height: 70px;
  }
}

@media (min-width: 1600px) {
  .exch_ajax_wrap_abs,
  .exchange_status_abs {
    border-radius: 48px;
  }
}

.login-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 50;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  opacity: 1;
  visibility: visible;
  transition: opacity 0.3s, visibility 0.3s;
}

.login-modal.hidden {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.login-modal-content {
  width: 50%;
  height: 100%;
  background-color: var(--black-800);
  border-left: 1px solid var(--black-600);
  text-align: center;
  color: var(--white-normal);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 24px;
  padding: 20px;
}

.login-modal-content h2 {
  font-family: "Wix Madefor Display", sans-serif;
  font-size: 56px;
  font-weight: 700;
  color: #ffffff;
}

.login-modal-content #login-modal-button {
  background-color: var(--green-yellow-normal);
  color: var(--black-500);
  border-radius: 16px;
  font-family: "Wix Madefor Display", sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.25;
  padding: 20px 32px;
  transition: background-color 0.3s;
  cursor: pointer;
  border: none;
}

.login-modal-content #login-modal-button:hover {
  background-color: var(--green-yellow-light);
}

body.modal-open {
  overflow: hidden;
}

@media (max-width: 768px) {
  .login-modal {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
  }

  .login-modal-content {
    width: 100%;
    max-width: 100%;
    padding: 40px 20px;
    background-color: rgba(0, 0, 0, 0.99);
    border-radius: 24px;
    border: 1px solid rgba(255, 255, 255, 0.1);
  }

  .login-modal-content h2 {
    font-size: 32px;
    margin-bottom: 32px;
  }

  .login-modal-content #login-modal-button {
    font-size: 18px;
    padding: 14px 28px;
    min-width: 160px;
  }
}
