@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
  border: none;
  outline: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #FFF;
  font-family: "Gilroy", sans-serif;
}

body {
  background-color: #00091E;
  overflow: hidden;
}
body.preloader-active {
  overflow: hidden;
  height: 100vh;
}

html {
  overflow-x: hidden;
}
html.preloader-active {
  overflow: hidden;
  height: 100%;
}

.preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  max-height: 100vh;
  background: #00091E;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 99999;
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 0.5s ease, visibility 0.5s ease;
  transition: opacity 0.5s ease, visibility 0.5s ease;
  overflow: hidden;
}
.preloader.hidden {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
.preloader .preloader-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.preloader .preloader-content .preloader-logo {
  width: 150px;
  height: auto;
  -webkit-animation: logoPulse 1.5s ease-in-out infinite;
          animation: logoPulse 1.5s ease-in-out infinite;
  -webkit-filter: drop-shadow(0 0 20px rgba(142, 157, 255, 0.5));
          filter: drop-shadow(0 0 20px rgba(142, 157, 255, 0.5));
}

@-webkit-keyframes logoPulse {
  0%, 100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
  50% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
    opacity: 0.8;
  }
}

@keyframes logoPulse {
  0%, 100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
  50% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
    opacity: 0.8;
  }
}
.fade-in-up {
  opacity: 0;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
  -webkit-transition: opacity 0.6s ease, -webkit-transform 0.6s ease;
  transition: opacity 0.6s ease, -webkit-transform 0.6s ease;
  transition: opacity 0.6s ease, transform 0.6s ease;
  transition: opacity 0.6s ease, transform 0.6s ease, -webkit-transform 0.6s ease;
}
.fade-in-up.visible {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

html {
  overflow-x: hidden;
}
html.preloader-active {
  overflow: hidden;
  height: 100%;
}

.container {
  max-width: 1210px;
  width: 100%;
  padding: 0 20px;
  margin: auto;
}

.nav {
  padding: 55px 0;
}

main.other img.bg {
  position: absolute;
  top: -50px;
  left: 0;
  right: 0;
  margin: auto;
  z-index: -1;
  pointer-events: none;
}
main .container {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 685px 20px auto;
  grid-template-columns: 685px auto;
  gap: 20px;
}
main .container.other {
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  position: relative;
  z-index: 9999;
}
main .container.other .lang span {
  color: #fff !important;
}
main .container.other .nav {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  z-index: 10000;
}
main .container.other img.bg {
  position: absolute;
  top: -50px;
  left: 0;
  right: 0;
  margin: auto;
  z-index: -1;
  pointer-events: none;
}
main .container.other .menu {
  background: #8E9DFF;
  padding: 22px;
  border-radius: 50px;
}
main .container.other .menu a {
  font-size: 14px;
}
main .left {
  position: relative;
}
main .left img.bg {
  position: absolute;
  top: -50px;
  left: -135px;
  z-index: -3;
}
main .left .flex_items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 600px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 20px;
  margin-top: 40px;
  position: relative;
  padding-left: 10px;
}
main .left .flex_items::before {
  content: "";
  height: 1px;
  width: calc(100% - 53px);
  background: #8E9DFF;
  position: absolute;
  top: 25px;
  left: 10px;
  z-index: -2;
}
main .left .flex_items .item .icon {
  position: relative;
  width: 50px;
  height: 50px;
  border-radius: 50px;
  background: #8E9DFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
main .left .flex_items .item .icon::before {
  content: "";
  position: absolute;
  top: -10px;
  left: -10px;
  width: 70px;
  border-radius: 50px;
  height: 70px;
  background: rgba(142, 157, 255, 0.2);
  backdrop-filter: blur(1px);
  z-index: -1;
}
main .left .flex_items .item span {
  font-size: 16px;
  font-weight: 400;
  margin-top: 30px;
  display: block;
  -webkit-transform: translateX(-10px);
          transform: translateX(-10px);
}
main .nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  z-index: 1000;
}
main .nav .mobile-menu-toggle {
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 30px;
  height: 22px;
  background: transparent;
  border: none;
  cursor: pointer;
  padding: 0;
  z-index: 1001;
}
main .nav .mobile-menu-toggle span {
  display: block;
  width: 100%;
  height: 3px;
  background: #8E9DFF;
  border-radius: 3px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
main .nav .mobile-menu-toggle.active span:nth-child(1) {
  -webkit-transform: rotate(45deg) translate(8px, 8px);
          transform: rotate(45deg) translate(8px, 8px);
}
main .nav .mobile-menu-toggle.active span:nth-child(2) {
  opacity: 0;
}
main .nav .mobile-menu-toggle.active span:nth-child(3) {
  -webkit-transform: rotate(-45deg) translate(7px, -7px);
          transform: rotate(-45deg) translate(7px, -7px);
}
main .nav .menu-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  z-index: 999;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  pointer-events: none;
}
main .nav .menu-overlay.active {
  opacity: 1;
  pointer-events: all;
}
main .nav .menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  position: relative;
  z-index: 1001;
}
main .nav .menu a {
  text-decoration: none;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  font-size: 14px;
}
main .nav .menu a:hover {
  opacity: 0.8;
}
main .nav .menu .lang {
  position: relative;
  z-index: 10002;
}
main .nav .menu .lang .selected {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
  cursor: pointer;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
main .nav .menu .lang .selected span {
  color: #8E9DFF;
  font-weight: 400;
}
main .nav .menu .lang .selected:hover {
  opacity: 0.8;
}
main .nav .menu .lang .lang-dropdown {
  position: absolute;
  top: calc(100% + 10px);
  right: 0;
  background: #101428;
  border-radius: 15px;
  min-width: 120px;
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  -webkit-transition: max-height 0.3s ease, opacity 0.3s ease;
  transition: max-height 0.3s ease, opacity 0.3s ease;
  z-index: 10003;
  -webkit-box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
          box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
  border: 1px solid rgba(142, 157, 255, 0.2);
}
main .nav .menu .lang .lang-dropdown.active {
  max-height: 200px;
  opacity: 1;
}
main .nav .menu .lang .lang-dropdown .lang-option {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  padding: 12px 15px;
  cursor: pointer;
  -webkit-transition: background 0.2s ease;
  transition: background 0.2s ease;
  border-bottom: 1px solid rgba(142, 157, 255, 0.1);
}
main .nav .menu .lang .lang-dropdown .lang-option:last-child {
  border-bottom: none;
}
main .nav .menu .lang .lang-dropdown .lang-option:hover {
  background: rgba(142, 157, 255, 0.1);
}
main .nav .menu .lang .lang-dropdown .lang-option span {
  color: #FFF;
  font-size: 14px;
  font-weight: 400;
}
main .nav .menu .lang .lang-dropdown .lang-option svg path {
  fill: #8E9DFF;
}
main h1 {
  font-size: 40px;
  line-height: 45px;
  font-weight: 700;
}
main h1 span {
  color: #8E9DFF;
}
main .text {
  margin-top: 30px;
  font-size: 15px;
}
main .btn {
  width: 220px;
  height: 50px;
  background: #8E9DFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 6px;
  text-decoration: none;
  font-size: 14px;
  font-weight: 700;
  border-radius: 50px;
  margin-top: 30px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
main .btn:hover {
  opacity: 0.8;
}
main .right {
  position: relative;
  padding: 40px 46px;
}
main .right::before {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  width: calc(100% + 100px);
  height: 100%;
  border-radius: 0 0 0 40px;
  background: #8E9DFF;
  z-index: -1;
}
main .right .courses {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
}
main .right .courses .item {
  padding: 7px 20px;
  border-right: 1px solid #fff;
}
main .right .courses .item:first-child {
  padding-left: 0;
}
main .right .courses .item:last-child {
  padding-right: 0;
  border-right: unset;
}
main .right .courses .item .title {
  font-size: 14px !important;
  font-weight: 400 !important;
}
main .right .courses .item .price {
  font-size: 27px;
  font-weight: 700;
  margin: 5px 0;
}
main .right .courses .item .name {
  font-size: 14px;
  font-weight: 400;
}
main .right .title {
  font-size: 27px;
  font-weight: 700;
}
main .right .text {
  margin-top: 0;
  font-size: 14px;
  font-weight: 400;
}
main .right .top {
  margin-top: 15px;
}
main .right .top .item {
  display: block;
  padding: 20px;
  width: 100%;
  background: #9CA9FF;
  border-radius: 50px;
  margin-bottom: 5px;
  font-size: 14px;
  font-weight: 400;
  text-decoration: none;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
main .right .top .item:hover {
  color: #00091E;
  background: #FFF;
}
main .right .top .item:last-child {
  margin-bottom: 0;
}
main .right .exchange {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto 4px 20px 4px auto;
  grid-template-columns: auto 20px auto;
  margin-top: 15px;
  margin-bottom: 30px;
  gap: 4px;
}
main .right .exchange .select {
  width: 100%;
  position: relative;
}
main .right .exchange .select .selected {
  background: #FFF;
  width: 100%;
  height: 50px;
  padding: 0 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-radius: 50px;
  cursor: pointer;
  position: relative;
  z-index: 10;
}
main .right .exchange .select .selected span {
  color: rgba(0, 9, 30, 0.5);
  -webkit-transition: color 0.2s ease;
  transition: color 0.2s ease;
}
main .right .exchange .select .selected span.selected-value {
  color: rgb(0, 9, 30);
}
main .right .exchange .select .selected .arrow {
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
main .right .exchange .select .selected .arrow.coin-img, .coin-img {
    height: 25px;
    width: 25px;
}
main .right .exchange .select .selected.active {
  border-radius: 50px 50px 0 0;
}
main .right .exchange .select .selected.active .arrow {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
main .right .exchange .select .dropdown {
  position: absolute;
  top: calc(100% - 1px);
  left: 0;
  right: 0;
  background: #FFF;
  border-radius: 0 0 50px 50px;
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  -webkit-transition: max-height 0.3s ease, opacity 0.3s ease;
  transition: max-height 0.3s ease, opacity 0.3s ease;
  z-index: 100;
  -webkit-box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  margin-top: -1px;
}
main .right .exchange .select .dropdown .option {
  padding: 12px 20px;
  cursor: pointer;
  color: rgba(0, 9, 30, 0.7);
  -webkit-transition: background 0.2s ease, color 0.2s ease;
  transition: background 0.2s ease, color 0.2s ease;
  font-size: 14px;
  border-bottom: 1px solid rgba(0, 9, 30, 0.05);
  white-space: nowrap;
}
main .right .exchange .select .dropdown .option:hover {
  background: rgba(142, 157, 255, 0.1);
  color: rgb(0, 9, 30);
}
main .right .exchange .select .dropdown .option:last-child {
  border-bottom: none;
  border-radius: 0 0 50px 50px;
}
main .right .exchange .select .dropdown.active {
  max-height: 350px;
  opacity: 1;
  overflow-y: auto;
}
main .right .exchange .center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
main .right .exchange .center .swap-icon {
  cursor: pointer;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
main .right .exchange .center .swap-icon:hover {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.currency-modal {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100vw;
  height: 100vh;
  z-index: 10000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -webkit-transition: opacity 0.3s ease, visibility 0.3s ease;
  transition: opacity 0.3s ease, visibility 0.3s ease;
  margin: 0;
  padding: 0;
}
.currency-modal.active {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
}
.currency-modal .modal-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  backdrop-filter: blur(4px);
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.currency-modal.active .modal-overlay {
  opacity: 1;
}
.currency-modal .modal-content {
  position: relative;
  background: #101428;
  border-radius: 20px;
  width: 90%;
  max-width: 500px;
  max-height: 80vh;
  z-index: 10001;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-shadow: 0 10px 40px rgba(0, 0, 0, 0.5);
          box-shadow: 0 10px 40px rgba(0, 0, 0, 0.5);
  border: 1px solid rgba(142, 157, 255, 0.2);
  opacity: 0;
  -webkit-transform: scale(0.9) translateY(-20px);
          transform: scale(0.9) translateY(-20px);
  -webkit-transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, transform 0.3s ease;
  transition: opacity 0.3s ease, transform 0.3s ease, -webkit-transform 0.3s ease;
}
.currency-modal.active .modal-content {
  opacity: 1;
  -webkit-transform: scale(1) translateY(0);
          transform: scale(1) translateY(0);
}
.currency-modal .modal-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 25px 30px;
  border-bottom: 1px solid rgba(142, 157, 255, 0.2);
}
.currency-modal .modal-header .modal-title {
  font-size: 24px;
  font-weight: 700;
  color: #FFF;
  margin: 0;
}
.currency-modal .modal-header .modal-close {
  background: transparent;
  border: none;
  color: #FFF;
  font-size: 32px;
  line-height: 1;
  cursor: pointer;
  padding: 0;
  width: 32px;
  height: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: color 0.2s ease;
  transition: color 0.2s ease;
}
.currency-modal .modal-header .modal-close:hover {
  color: #8E9DFF;
}
.currency-modal .modal-categories {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  padding: 20px 30px;
  border-bottom: 1px solid rgba(142, 157, 255, 0.2);
}
.currency-modal .modal-categories .category-btn {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 12px 20px;
  background: #00091E;
  border: 1px solid rgba(142, 157, 255, 0.2);
  border-radius: 50px;
  color: rgba(255, 255, 255, 0.5);
  font-size: 14px;
  font-family: "Gilroy", sans-serif;
  cursor: pointer;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.currency-modal .modal-categories .category-btn:hover {
  border-color: #8E9DFF;
  color: rgba(255, 255, 255, 0.8);
}
.currency-modal .modal-categories .category-btn.active {
  background: #8E9DFF;
  border-color: #8E9DFF;
  color: #FFF;
}
.currency-modal .modal-search {
  padding: 20px 30px;
  border-bottom: 1px solid rgba(142, 157, 255, 0.2);
}
.currency-modal .modal-search .search-input {
  width: 100%;
  padding: 12px 20px;
  background: #00091E;
  border: 1px solid rgba(142, 157, 255, 0.2);
  border-radius: 50px;
  color: #FFF;
  font-size: 14px;
  font-family: "Gilroy", sans-serif;
  -webkit-transition: border-color 0.2s ease;
  transition: border-color 0.2s ease;
}
.currency-modal .modal-search .search-input:focus {
  border-color: #8E9DFF;
}
.currency-modal .modal-search .search-input::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.currency-modal .modal-search .search-input::-moz-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.currency-modal .modal-search .search-input:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.currency-modal .modal-search .search-input::-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.currency-modal .modal-search .search-input::placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.currency-modal .modal-options {
  padding: 10px 0;
  max-height: calc(80vh - 180px);
  overflow-y: auto;
}
.currency-modal .modal-options::-webkit-scrollbar {
  width: 6px;
}
.currency-modal .modal-options::-webkit-scrollbar-track {
  background: rgba(142, 157, 255, 0.1);
  border-radius: 10px;
}
.currency-modal .modal-options::-webkit-scrollbar-thumb {
  background: rgba(142, 157, 255, 0.5);
  border-radius: 10px;
}
.currency-modal .modal-options::-webkit-scrollbar-thumb:hover {
  background: rgba(142, 157, 255, 0.7);
}
.currency-modal .modal-options .option {
  padding: 15px 30px;
  cursor: pointer;
  color: #FFF;
  font-size: 14px;
  -webkit-transition: background 0.2s ease, color 0.2s ease;
  transition: background 0.2s ease, color 0.2s ease;
  border-bottom: 1px solid rgba(142, 157, 255, 0.1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
}
.currency-modal .modal-options .option:hover {
  background: rgba(142, 157, 255, 0.1);
  color: #8E9DFF;
}
.currency-modal .modal-options .option:last-child {
  border-bottom: none;
}
.currency-modal .modal-options .option.hidden {
  display: none;
}
.currency-modal .modal-options .option[data-category] {
  display: none;
}
.currency-modal .modal-options .option[data-category][data-category=crypto].show-category, .currency-modal .modal-options .option[data-category][data-category=bank].show-category {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.currency-modal .modal-options .option .currency-icon {
  width: 24px;
  height: 24px;
  -o-object-fit: contain;
     object-fit: contain;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.currency-modal .modal-options .option span {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

h2, .exchanger h2 a {
  font-size: 40px;
  font-weight: 700;
  color: transparent;
  -webkit-background-clip: text;
          background-clip: text;
  background-image: -webkit-gradient(linear, left top, right top, from(#8E9DFF), color-stop(50%, #FFFFFF));
  background-image: linear-gradient(to right, #8E9DFF, #FFFFFF 50%);
}

.monitoring {
  margin-top: 70px;
}
.monitoring.other {
  margin-top: 0;
}
.monitoring .head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.monitoring .head .btn {
  width: 220px;
  min-width: 220px;
  height: 50px;
  border-radius: 50px;
  background: rgba(142, 157, 255, 0.1);
  border: 1px solid #8E9DFF;
  color: #8E9DFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-decoration: none;
  font-size: 14px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.monitoring .head .btn:hover {
  background: #8E9DFF;
  color: #fff;
}

.table {
  font-size: 16px;
  font-weight: 400;
  margin-top: 30px;
}
.table .center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}
.table .green {
  color: #40C4AA;
}
.table .red {
  color: #DF1C41;
}
.table .neutral {
  color: #FFF;
  background: rgba(142, 157, 255, 0.2);
  padding: 2px 8px;
  border-radius: 12px;
  font-size: 14px;
}
.table table {
  background: #101428;
  border-radius: 20px;
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}
.table table thead td {
  padding: 22px 30px;
}
.table table tbody tr:nth-child(2n+1) {
  background: #00091E;
}
.table table tbody td {
  padding: 10px 30px;
}
.table .more {
  color: #8E9DFF;
  text-align: center;
  display: block;
  margin-top: 30px;
  text-decoration: none;
  font-weight: 700;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.table .more:hover {
  opacity: 0.8;
}

.flex_info {
  margin-top: 30px;
}
.flex_info .items {
  background: #8E9DFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 15px 55px;
  border-radius: 50px;
  font-size: 16px;
  font-weight: 700;
}

.seo {
  margin-top: 70px;
}
.seo .box {
  padding: 35px;
  padding-bottom: 55px;
  background: #101428;
  border-radius: 30px;
  position: relative;
}
.seo .box .more {
  position: absolute;
  bottom: -25px;
  left: 0;
  right: 0;
  margin: auto;
  width: 180px;
  height: 50px;
  background: #8E9DFF;
  border-radius: 50px;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.seo .box .more:hover {
  opacity: 0.8;
}
.seo .box p {
  font-size: 14px;
  position: relative;
}
.seo .box p span.bold {
  font-weight: 700;
  font-size: 18px;
}
.seo .box p .text-hidden {
  display: block;
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  -webkit-transition: opacity 0.4s ease, max-height 0.6s ease;
  transition: opacity 0.4s ease, max-height 0.6s ease;
  visibility: hidden;
}
.seo .box p .text-hidden.active {
  opacity: 1;
  max-height: 5000px;
  visibility: visible;
}

.preim {
  margin-top: 95px;
}
.preim h2 {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  text-align: center;
}
.preim .items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 19px;
  row-gap: 95px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 105px;
}
.preim .items .item {
  position: relative;
  height: 242px;
  width: 377px;
}
.preim .items .item .text {
  padding: 119px 55px 0;
  text-align: center;
}
.preim .items .item .text .title {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 15px;
  text-transform: uppercase;
}
.preim .items .item .text .sub {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.7);
}
.preim .items .item .icon {
  position: absolute;
  width: 120px;
  height: 120px;
  background: #8E9DFF;
  border-radius: 50%;
  top: -60px;
  left: 0;
  right: 0;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.preim .items .item .icon::before {
  content: "";
  position: absolute;
  top: -15px;
  left: -15px;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  background: rgba(142, 157, 255, 0.2);
}
.preim .items .item::before {
  position: absolute;
  content: "";
  width: 377px;
  height: 342px;
  background: url("../img/Subtract2.svg") no-repeat;
  z-index: -1;
}
.preim .items .item.active::before {
  background: url("../img/Subtract.svg") no-repeat;
}

footer {
  margin-top: 70px;
  border-top: 1px solid #8E9DFF;
}
footer .container .items {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1.5fr 2fr 1.2fr;
  grid-template-columns: 1.5fr 2fr 1.2fr;
}
footer .container .item {
  padding-top: 55px;
  padding-bottom: 40px;
  border-right: 1px solid #8E9DFF;
  padding-right: 65px;
  padding-left: 65px;
}
footer .container .item:last-child {
  border-right: none;
  padding-right: 0;
}
footer .container .item:first-child {
  padding-left: 0;
}
footer .text {
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 33px;
  margin-top: 26px;
}
footer .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
footer .title {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 20px;
}
footer a {
  display: block;
  margin-bottom: 10px;
  font-size: 14px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  text-decoration: none;
}
footer a:hover {
  opacity: 0.8;
}
footer a:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 1150px) {
  main .container {
    -ms-grid-columns: 100%;
    grid-template-columns: 100%;
  }
  main .right {
    margin-top: 30px;
  }
  main .right::before {
    width: 100%;
    border-radius: 40px;
  }
}
@media screen and (max-width: 1100px) {
  footer .container .items {
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
  }
  footer .flex {
    display: block;
  }
  footer .flex div {
    margin-bottom: 30px;
  }
  footer .flex div:last-child {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 850px) {
  .table table thead {
    display: none;
  }
  .table table tbody tr {
    display: block;
    background: #101428;
    border-radius: 20px;
    padding: 20px;
    margin-bottom: 15px;
  }
  .table table tbody tr:nth-child(2n+1) {
    background: #101428;
  }
  .table table tbody tr td {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 12px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    color: #FFF;
  }
  .table table tbody tr td:last-child {
    border-bottom: none;
  }
  .table table tbody tr td::before {
    content: attr(data-label);
    color: rgba(255, 255, 255, 0.6);
    font-weight: 400;
    margin-right: 15px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  .table table tbody tr td[data-label=""] {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    padding-bottom: 15px;
    margin-bottom: 8px;
  }
  .table table tbody tr td[data-label=""]::before {
    display: none;
  }
  .table table tbody tr td[data-label=""] .center {
    font-weight: 700;
    font-size: 18px;
    color: #FFF;
  }
  .table table tbody tr td[data-label="Статус:"] span {
    padding: 6px 16px;
    border-radius: 20px;
    font-size: 14px;
    font-weight: 500;
    white-space: nowrap;
  }
  .table table tbody tr td[data-label="Статус:"] .green {
    background: #40C4AA;
    color: #FFF;
  }
  .table table tbody tr td[data-label="Статус:"] .red {
    background: #DF1C41;
    color: #FFF;
  }
  .table table tbody tr td[data-label="Статус:"] span:not(.green):not(.red) {
    background: rgba(142, 157, 255, 0.2);
    color: #FFF;
  }
  .table table tbody tr td[data-label="Направлений:"], .table table tbody tr td[data-label="Добавлен:"] {
    font-weight: 400;
    color: #FFF;
  }
  .table table tbody tr td[data-label="Отзывы:"] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 10px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .table table tbody tr td[data-label="Отзывы:"] .green {
    color: #40C4AA;
    font-weight: 500;
  }
  .table table tbody tr td[data-label="Отзывы:"] .red {
    color: #DF1C41;
    font-weight: 500;
  }
}
@media screen and (max-width: 750px) {
  footer .container .items {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    padding-top: 50px;
  }
  footer .container .items .item {
    border-right: none;
    padding: 0 !important;
    margin-bottom: 30px;
  }
  footer .container .items .item:last-child {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 780px) {
  h2 {
    font-size: 32px;
  }
  main h1 {
    font-size: 32px;
    line-height: 35px;
  }
  main .nav .menu {
    display: none;
  }
  main .nav .mobile-menu-toggle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.mobile-menu-modal {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100vw;
  height: 100vh;
  z-index: 10000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -webkit-transition: opacity 0.3s ease, visibility 0.3s ease;
  transition: opacity 0.3s ease, visibility 0.3s ease;
  margin: 0;
  padding: 0;
}
.mobile-menu-modal.active {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
}
.mobile-menu-modal .modal-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  backdrop-filter: blur(4px);
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.mobile-menu-modal.active .modal-overlay {
  opacity: 1;
}
.mobile-menu-modal .modal-content {
  position: relative;
  background: #00091E;
  border-radius: 0;
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  z-index: 10001;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: none;
  opacity: 0;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  -webkit-transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, transform 0.3s ease;
  transition: opacity 0.3s ease, transform 0.3s ease, -webkit-transform 0.3s ease;
  overflow-y: auto;
}
.mobile-menu-modal.active .modal-content {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
.mobile-menu-modal .modal-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 80px 30px 30px;
}
.mobile-menu-modal .modal-header .mobile-menu-toggle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 30px;
  height: 22px;
  background: transparent;
  border: none;
  cursor: pointer;
  padding: 0;
  z-index: 1001;
}
.mobile-menu-modal .modal-header .mobile-menu-toggle span {
  display: block;
  width: 100%;
  height: 3px;
  background: #8E9DFF;
  border-radius: 3px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.mobile-menu-modal .modal-header .mobile-menu-toggle.active span:nth-child(1) {
  -webkit-transform: rotate(45deg) translate(7px, 7px);
          transform: rotate(45deg) translate(7px, 7px);
}
.mobile-menu-modal .modal-header .mobile-menu-toggle.active span:nth-child(2) {
  opacity: 0;
}
.mobile-menu-modal .modal-header .mobile-menu-toggle.active span:nth-child(3) {
  -webkit-transform: rotate(-45deg) translate(7px, -7px);
          transform: rotate(-45deg) translate(7px, -7px);
}
.mobile-menu-modal .menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 0 30px 30px;
  gap: 30px;
}
.mobile-menu-modal .menu a {
  font-size: 18px;
  color: #FFF;
  text-decoration: none;
  padding: 10px 0;
  -webkit-transition: color 0.2s ease;
  transition: color 0.2s ease;
  width: 100%;
}
.mobile-menu-modal .menu a:hover {
  color: #8E9DFF;
}
.mobile-menu-modal .menu .lang {
  position: relative;
  z-index: 10002;
  width: 100%;
}
.mobile-menu-modal .menu .lang .selected {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
  cursor: pointer;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.mobile-menu-modal .menu .lang .selected span {
  color: #FFF;
}
.mobile-menu-modal .menu .lang .selected svg path {
  fill: #8E9DFF;
}
.mobile-menu-modal .menu .lang .selected:hover {
  opacity: 0.8;
}
.mobile-menu-modal .menu .lang .lang-dropdown {
  position: absolute;
  top: calc(100% + 10px);
  left: 0;
  right: auto;
  background: #101428;
  border-radius: 15px;
  min-width: 120px;
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  -webkit-transition: max-height 0.3s ease, opacity 0.3s ease;
  transition: max-height 0.3s ease, opacity 0.3s ease;
  z-index: 10003;
  -webkit-box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
          box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
  border: 1px solid rgba(142, 157, 255, 0.2);
}
.mobile-menu-modal .menu .lang .lang-dropdown.active {
  max-height: 200px;
  opacity: 1;
}
.mobile-menu-modal .menu .lang .lang-dropdown .lang-option {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  padding: 12px 15px;
  cursor: pointer;
  -webkit-transition: background 0.2s ease;
  transition: background 0.2s ease;
}
.mobile-menu-modal .menu .lang .lang-dropdown .lang-option:hover {
  background: rgba(142, 157, 255, 0.1);
}
.mobile-menu-modal .menu .lang .lang-dropdown .lang-option span {
  color: #FFF;
  font-size: 14px;
}
.mobile-menu-modal .menu .lang .lang-dropdown .lang-option svg path {
  fill: #8E9DFF;
}

@media screen and (max-width: 480px) {
  .monitoring .head {
    display: block;
  }
  .monitoring .head h2 {
    text-align: center;
  }
  .monitoring .head .btn {
    margin: 20px auto 0;
  }
}
@media screen and (max-width: 1000px) {
  main .container.other img.bg {
    display: none;
  }
}
.exchanger .container {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 30px 1fr;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
}
.exchanger .left .text {
  margin-top: 10px;
  font-size: 14px;
}
.exchanger .left .badges {
  margin-top: 23px;
}
.exchanger .left .badges .badge {
  max-width: 358px;
  width: 100%;
  height: 50px;
  border-radius: 50px;
  background: #101428;
  padding: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 16px;
  margin-bottom: 10px;
}
.exchanger .left .badges .badge:last-child {
  margin-bottom: 0;
}
.exchanger .left .badges .badge span {
  font-size: 16px;
  font-weight: 700;
  padding-left: 5px;
}
.exchanger .left .badges .badge span:last-child {
  margin-bottom: 0;
}
.exchanger .form {
  background: #101428;
  border-radius: 30px;
  padding: 29px 25px;
}
.exchanger .form .err {
  font-size: 14px;
  color: #DF1C41;
  margin-top: 5px;
  margin-left: 15px;
}
.exchanger .form .flex {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 10px 1fr;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}
.exchanger .form .inp_group {
  margin-bottom: 11px;
}
.exchanger .form input, .exchanger .form textarea {
  padding: 17px 24px;
  width: 100%;
  background: #00091E;
  font-size: 14px;
  color: #FFF;
  border-radius: 50px;
}
.exchanger .form input:placeholder, .exchanger .form textarea:placeholder {
  color: rgba(255, 255, 255, 0.3);
}
.exchanger .form textarea {
  border-radius: 20px;
  resize: none;
  height: 90px;
}
.exchanger .form .btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #8E9DFF;
  width: 100%;
  height: 50px;
  border-radius: 50px;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 14px;
  font-weight: 700;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  cursor: pointer;
}
.exchanger .form .btn:hover {
  opacity: 0.8;
}
.exchanger .form .rates {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 10px 1fr 10px 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 10px;
  margin-bottom: 30px;
}
.exchanger .form .rates .rate {
  height: 50px;
  width: 100%;
  border-radius: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 14px;
  background: rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.5);
  cursor: pointer;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.exchanger .form .rates .rate:hover, .exchanger .form .rates .rate.active {
  background: #fff;
  color: #00091E;
}
.exchanger .form .rates .rate.green {
  background: rgba(45, 164, 77, 0.1);
  color: rgb(45, 164, 77);
}
.exchanger .form .rates .rate.green:hover, .exchanger .form .rates .rate.green.active {
  background: rgb(45, 164, 77);
  color: #fff;
}
.exchanger .form .rates .rate.red {
  background: rgba(214, 25, 28, 0.1);
  color: rgba(214, 25, 28, 0.5);
}
.exchanger .form .rates .rate.red:hover, .exchanger .form .rates .rate.red.active {
  background: rgb(214, 25, 28);
  color: #fff;
}

.reviews {
  margin-top: 30px;
}
.reviews .items {
  background: #101428;
  padding: 30px;
  border-radius: 30px;
}
.reviews .item {
  gap: 6px;
  background: #2DA44D;
  color: #fff;
  padding: 25px;
  background: #FFF;
  border-radius: 20px;
  margin-bottom: 10px;
}
.reviews .item:last-child {
  margin-bottom: 0;
}
.reviews .item .head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 10px;
}
.reviews .item p {
  color: #00091E;
}
.reviews .item p.name {
  font-size: 16px;
  font-weight: 700;
}
.reviews .item p.date, .reviews .item p.text {
  font-size: 14px;
}
.reviews .item.green {
  background: #2DA44D;
}
.reviews .item.green p {
  color: #fff;
}
.reviews .item.red {
  background: #D6191C;
}
.reviews .item.red p {
  color: #fff;
}

@media screen and (max-width: 948px) {
  .exchanger .container {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
@media screen and (max-width: 488px) {
  .exchanger .form .flex, .exchanger .form .rates {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .exchanger .form .rates {
    margin-top: 20px;
  }
}
.text_sect .box {
  background: #101428;
  padding: 40px;
  margin-top: 40px;
  border-radius: 40px;
}
.text_sect .box p {
  font-size: 14px;
  line-height: 18px;
}
.text_sect .box p span {
  font-size: 16px;
  font-weight: 700;
}

.direction .box {
  background: #8E9DFF;
  padding: 30px;
  border-radius: 40px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 30px 2fr;
  grid-template-columns: 1fr 2fr;
  gap: 30px;
}
.direction .box .courses {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 49px;
}
.direction .box .courses .item {
  padding: 7px 20px;
  border-right: 1px solid #fff;
}
.direction .box .courses .item:first-child {
  padding-left: 0;
}
.direction .box .courses .item:last-child {
  padding-right: 0;
  border-right: unset;
}
.direction .box .courses .item .title {
  font-size: 14px !important;
  font-weight: 400 !important;
}
.direction .box .courses .item .price {
  font-size: 27px;
  font-weight: 700;
  margin: 5px 0;
}
.direction .box .courses .item .name {
  font-size: 14px;
  font-weight: 400;
}
.direction .box .exchange {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto 5px 20px 5px auto;
  grid-template-columns: auto 20px auto;
  gap: 5px;
}
.direction .box .exchange input {
  height: 50px;
  border-radius: 50px;
  padding: 0 19px;
  font-size: 14px;
  color: #000;
  width: 100%;
}
.direction .box .exchange .center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.direction .box .exchange .center img {
  -webkit-transform: translateY(17px);
          transform: translateY(17px);
}
.direction .box .exchange .coin {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
  margin-bottom: 7px;
}
.direction .box .exchange .coin p {
  font-size: 14px;
}
.direction .box .right_box .title {
  font-size: 27px;
  font-weight: 700;
}
.direction .box .right_box .top {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 5px 1fr;
  grid-template-columns: 1fr 1fr;
  gap: 5px;
  margin-top: 15px;
}
.direction .box .right_box .top .item {
  display: block;
  padding: 20px;
  width: 100%;
  background: #9CA9FF;
  border-radius: 50px;
  font-size: 14px;
  font-weight: 400;
  text-decoration: none;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.direction .box .right_box .top .item:hover {
  color: #00091E;
  background: #FFF;
}

@media screen and (max-width: 940px) {
  .direction .box {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
@media screen and (max-width: 525px) {
  .direction .box .right_box .top {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
@media screen and (max-width: 440px) {
  .direction .box .exchange {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .direction .box .exchange .center img {
    -webkit-transform: translateY(7px);
            transform: translateY(7px);
  }
}
.support .faq {
  background: #101428;
  margin-top: 30px;
  border-radius: 40px;
  padding: 30px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 25px 1fr;
  grid-template-columns: 1fr 1fr;
  gap: 25px;
  row-gap: 10px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}
.support .faq .item {
  border-bottom: 1px solid rgba(142, 157, 255, 0.1);
  padding-bottom: 5px;
}
.support .faq .item .question {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  cursor: pointer;
  padding: 13px 0;
}
.support .faq .item .question .open {
  position: relative;
}
.support .faq .item .question .open::before {
  content: "";
  position: absolute;
  top: -50%;
  left: -50%;
  width: 50px;
  height: 50px;
  border-radius: 50px;
  background: #8E9DFF;
  opacity: 0;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.support .faq .item .question p {
  font-size: 20px;
  font-weight: 700;
}
.support .faq .item .question img {
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.support .faq .item .answer {
  margin-top: 2px;
  -webkit-transition: max-height 0.3s ease-in-out, opacity 0.3s ease-in-out;
  transition: max-height 0.3s ease-in-out, opacity 0.3s ease-in-out;
  overflow: hidden;
}
.support .faq .item .answer p {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.5);
  padding-right: 88px;
}
.support .faq .item.opened .question .open::before {
  opacity: 1;
}
.support .faq .item.opened .question img {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.support .form_box {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1.2fr 45px 1fr;
  grid-template-columns: 1.2fr 1fr;
  background: #101428;
  border-radius: 30px;
  padding: 29px 25px;
  margin-top: 30px;
  gap: 45px;
}
.support .form .err {
  font-size: 14px;
  color: #DF1C41;
  margin-top: 5px;
  margin-left: 15px;
}
.support .form .flex {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 10px 1fr;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}
.support .form .inp_group {
  margin-bottom: 11px;
}
.support .form input, .support .form textarea {
  padding: 17px 24px;
  width: 100%;
  background: #00091E;
  font-size: 14px;
  color: #FFF;
  border-radius: 50px;
}
.support .form input:placeholder, .support .form textarea:placeholder {
  color: rgba(255, 255, 255, 0.3);
}
.support .form textarea {
  border-radius: 20px;
  resize: none;
  height: 123px;
}
.support .form .btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #8E9DFF;
  width: 100%;
  height: 50px;
  border-radius: 50px;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 16px;
  font-weight: 400;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  cursor: pointer;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  margin-top: 15px;
  padding: 0 48px;
}
.support .form .btn:hover {
  opacity: 0.8;
}
.support .text_block {
  background: #8E9DFF;
  padding: 25px;
  border-radius: 30px;
}
.support .text_block p, .support .text_block ul li {
  font-size: 14px;
}
.support .text_block p .bold, .support .text_block ul li .bold {
  font-size: 18px;
  font-weight: 700;
}
.support .text_block ul {
  padding-left: 20px;
}

@media screen and (max-width: 940px) {
  .support .faq, .support .form_box {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .support .form .flex {
    gap: 0;
  }
}
@media screen and (max-width: 488px) {
  .support .form .flex {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.add_exchange .text_block {
  background: #101428;
  padding: 40px;
  margin-top: 40px;
  border-radius: 40px;
}
.add_exchange .text_block ol {
  padding-left: 17px;
}
.add_exchange .text_block ol li {
  font-size: 14px;
  line-height: 25px;
}
.add_exchange .text_block .bold {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 25px;
  display: block;
}
.add_exchange .info_text {
  background: #8E9DFF;
  padding: 30px 50px;
  border-radius: 100px;
  margin-top: 30px;
}
.add_exchange .info_text p {
  font-size: 14px;
}
.add_exchange .form {
  background: #101428;
  border-radius: 30px;
  padding: 29px 25px;
  margin-top: 30px;
  gap: 45px;
}
.add_exchange .form .err {
  font-size: 14px;
  color: #DF1C41;
  margin-top: 5px;
  margin-left: 15px;
}
.add_exchange .form .flex {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 10px 1fr 10px 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 10px;
}
.add_exchange .form .inp_group {
  margin-bottom: 11px;
}
.add_exchange .form input, .add_exchange .form textarea {
  padding: 17px 24px;
  width: 100%;
  background: #00091E;
  font-size: 14px;
  color: #FFF;
  border-radius: 50px;
}
.add_exchange .form input:placeholder, .add_exchange .form textarea:placeholder {
  color: rgba(255, 255, 255, 0.3);
}
.add_exchange .form textarea {
  border-radius: 20px;
  resize: none;
  height: 123px;
}
.add_exchange .form .btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #8E9DFF;
  width: 100%;
  height: 50px;
  border-radius: 50px;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 16px;
  font-weight: 400;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  cursor: pointer;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  margin-top: 15px;
  padding: 0 48px;
}
.add_exchange .form .btn:hover {
  opacity: 0.8;
}

@media screen and (max-width: 800px) {
  .add_exchange .form .flex {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 0;
  }
}
.how h2 {
  text-align: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
}
.how .sub {
  font-size: 14px;
  text-align: center;
  max-width: 780px;
  width: 100%;
  margin: auto;
  margin-top: 15px;
}
.how .items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 30px;
}
.how .items .item {
  width: 369px;
  height: 141px;
  padding: 25px 17px 0 72px;
  position: relative;
}
.how .items .item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 369px;
  height: 141px;
  background: url("../img/icons/Subtract3.svg") no-repeat;
  z-index: -1;
}
.how .items .item.active::before {
  background: url("../img/icons/Subtract4.svg") no-repeat;
}
.how .items .item .num {
  font-size: 50px;
  font-weight: 700;
  position: absolute;
  left: 6px;
  top: 40px;
}
.how .items .item .title {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 15px;
}
.how .items .item .text {
  font-size: 14px;
}
.how .more_info {
  background: #8E9DFF;
  border-radius: 30px;
  position: relative;
  padding: 30px;
  padding-left: 439px;
  padding-top: 0;
  margin-top: 128px;
}
.how .more_info img {
  position: absolute;
  top: -76px;
  left: 21px;
}
.how .more_info .title {
  font-size: 30px;
  font-weight: 700;
  -webkit-transform: translateY(-55px);
          transform: translateY(-55px);
}
.how .more_info .text {
  font-size: 14px;
}

@media screen and (max-width: 1110px) {
  .how .more_info img {
    left: -33px;
  }
  .how .more_info {
    padding-left: 380px;
  }
}
@media screen and (max-width: 1030px) {
  .how .more_info img {
    left: -123px;
  }
  .how .more_info {
    padding-left: 280px;
  }
}
@media screen and (max-width: 926px) {
  .how .more_info img {
    position: static;
    max-width: 280px;
    width: 100%;
    margin: auto;
    text-align: center;
    display: block;
    margin-bottom: 30px;
  }
  .how .more_info {
    padding-left: 30px;
    padding-top: 30px;
  }
  .how .more_info .title {
    -webkit-transform: unset;
            transform: unset;
    margin-bottom: 20px;
  }
  .how .more_info {
    margin-top: 40px;
  }
}
/* ===== Bootstrap 4 spacing (margin) ===== */

/* m-0..5 */
.m-0  { margin: 0 !important; }
.m-1  { margin: 0.25rem !important; }
.m-2  { margin: 0.5rem !important; }
.m-3  { margin: 1rem !important; }
.m-4  { margin: 1.5rem !important; }
.m-5  { margin: 3rem !important; }

/* mt-0..5 */
.mt-0 { margin-top: 0 !important; }
.mt-1 { margin-top: 0.25rem !important; }
.mt-2 { margin-top: 0.5rem !important; }
.mt-3 { margin-top: 1rem !important; }
.mt-4 { margin-top: 1.5rem !important; }
.mt-5 { margin-top: 3rem !important; }

/* mr-0..5 */
.mr-0 { margin-right: 0 !important; }
.mr-1 { margin-right: 0.25rem !important; }
.mr-2 { margin-right: 0.5rem !important; }
.mr-3 { margin-right: 1rem !important; }
.mr-4 { margin-right: 1.5rem !important; }
.mr-5 { margin-right: 3rem !important; }

/* mb-0..5 */
.mb-0 { margin-bottom: 0 !important; }
.mb-1 { margin-bottom: 0.25rem !important; }
.mb-2 { margin-bottom: 0.5rem !important; }
.mb-3 { margin-bottom: 1rem !important; }
.mb-4 { margin-bottom: 1.5rem !important; }
.mb-5 { margin-bottom: 3rem !important; }

/* ml-0..5 */
.ml-0 { margin-left: 0 !important; }
.ml-1 { margin-left: 0.25rem !important; }
.ml-2 { margin-left: 0.5rem !important; }
.ml-3 { margin-left: 1rem !important; }
.ml-4 { margin-left: 1.5rem !important; }
.ml-5 { margin-left: 3rem !important; }

/* mx-0..5 (left+right) */
.mx-0 { margin-left: 0 !important; margin-right: 0 !important; }
.mx-1 { margin-left: 0.25rem !important; margin-right: 0.25rem !important; }
.mx-2 { margin-left: 0.5rem !important; margin-right: 0.5rem !important; }
.mx-3 { margin-left: 1rem !important; margin-right: 1rem !important; }
.mx-4 { margin-left: 1.5rem !important; margin-right: 1.5rem !important; }
.mx-5 { margin-left: 3rem !important; margin-right: 3rem !important; }

/* my-0..5 (top+bottom) */
.my-0 { margin-top: 0 !important; margin-bottom: 0 !important; }
.my-1 { margin-top: 0.25rem !important; margin-bottom: 0.25rem !important; }
.my-2 { margin-top: 0.5rem !important; margin-bottom: 0.5rem !important; }
.my-3 { margin-top: 1rem !important; margin-bottom: 1rem !important; }
.my-4 { margin-top: 1.5rem !important; margin-bottom: 1.5rem !important; }
.my-5 { margin-top: 3rem !important; margin-bottom: 3rem !important; }

/* auto (только margin) */
.m-auto  { margin: auto !important; }
.mt-auto { margin-top: auto !important; }
.mr-auto { margin-right: auto !important; }
.mb-auto { margin-bottom: auto !important; }
.ml-auto { margin-left: auto !important; }
.mx-auto { margin-left: auto !important; margin-right: auto !important; }
.my-auto { margin-top: auto !important; margin-bottom: auto !important; }

/* negative margin (Bootstrap 4) */
.m-n1  { margin: -0.25rem !important; }
.m-n2  { margin: -0.5rem !important; }
.m-n3  { margin: -1rem !important; }
.m-n4  { margin: -1.5rem !important; }
.m-n5  { margin: -3rem !important; }

.mt-n1 { margin-top: -0.25rem !important; }
.mt-n2 { margin-top: -0.5rem !important; }
.mt-n3 { margin-top: -1rem !important; }
.mt-n4 { margin-top: -1.5rem !important; }
.mt-n5 { margin-top: -3rem !important; }

.mr-n1 { margin-right: -0.25rem !important; }
.mr-n2 { margin-right: -0.5rem !important; }
.mr-n3 { margin-right: -1rem !important; }
.mr-n4 { margin-right: -1.5rem !important; }
.mr-n5 { margin-right: -3rem !important; }

.mb-n1 { margin-bottom: -0.25rem !important; }
.mb-n2 { margin-bottom: -0.5rem !important; }
.mb-n3 { margin-bottom: -1rem !important; }
.mb-n4 { margin-bottom: -1.5rem !important; }
.mb-n5 { margin-bottom: -3rem !important; }

.ml-n1 { margin-left: -0.25rem !important; }
.ml-n2 { margin-left: -0.5rem !important; }
.ml-n3 { margin-left: -1rem !important; }
.ml-n4 { margin-left: -1.5rem !important; }
.ml-n5 { margin-left: -3rem !important; }

.mx-n1 { margin-left: -0.25rem !important; margin-right: -0.25rem !important; }
.mx-n2 { margin-left: -0.5rem !important; margin-right: -0.5rem !important; }
.mx-n3 { margin-left: -1rem !important; margin-right: -1rem !important; }
.mx-n4 { margin-left: -1.5rem !important; margin-right: -1.5rem !important; }
.mx-n5 { margin-left: -3rem !important; margin-right: -3rem !important; }

.my-n1 { margin-top: -0.25rem !important; margin-bottom: -0.25rem !important; }
.my-n2 { margin-top: -0.5rem !important; margin-bottom: -0.5rem !important; }
.my-n3 { margin-top: -1rem !important; margin-bottom: -1rem !important; }
.my-n4 { margin-top: -1.5rem !important; margin-bottom: -1.5rem !important; }
.my-n5 { margin-top: -3rem !important; margin-bottom: -3rem !important; }

/* ===== Bootstrap 4 spacing (padding) ===== */

.p-0  { padding: 0 !important; }
.p-1  { padding: 0.25rem !important; }
.p-2  { padding: 0.5rem !important; }
.p-3  { padding: 1rem !important; }
.p-4  { padding: 1.5rem !important; }
.p-5  { padding: 3rem !important; }

.pt-0 { padding-top: 0 !important; }
.pt-1 { padding-top: 0.25rem !important; }
.pt-2 { padding-top: 0.5rem !important; }
.pt-3 { padding-top: 1rem !important; }
.pt-4 { padding-top: 1.5rem !important; }
.pt-5 { padding-top: 3rem !important; }

.pr-0 { padding-right: 0 !important; }
.pr-1 { padding-right: 0.25rem !important; }
.pr-2 { padding-right: 0.5rem !important; }
.pr-3 { padding-right: 1rem !important; }
.pr-4 { padding-right: 1.5rem !important; }
.pr-5 { padding-right: 3rem !important; }

.pb-0 { padding-bottom: 0 !important; }
.pb-1 { padding-bottom: 0.25rem !important; }
.pb-2 { padding-bottom: 0.5rem !important; }
.pb-3 { padding-bottom: 1rem !important; }
.pb-4 { padding-bottom: 1.5rem !important; }
.pb-5 { padding-bottom: 3rem !important; }

.pl-0 { padding-left: 0 !important; }
.pl-1 { padding-left: 0.25rem !important; }
.pl-2 { padding-left: 0.5rem !important; }
.pl-3 { padding-left: 1rem !important; }
.pl-4 { padding-left: 1.5rem !important; }
.pl-5 { padding-left: 3rem !important; }

.px-0 { padding-left: 0 !important; padding-right: 0 !important; }
.px-1 { padding-left: 0.25rem !important; padding-right: 0.25rem !important; }
.px-2 { padding-left: 0.5rem !important; padding-right: 0.5rem !important; }
.px-3 { padding-left: 1rem !important; padding-right: 1rem !important; }
.px-4 { padding-left: 1.5rem !important; padding-right: 1.5rem !important; }
.px-5 { padding-left: 3rem !important; padding-right: 3rem !important; }

.py-0 { padding-top: 0 !important; padding-bottom: 0 !important; }
.py-1 { padding-top: 0.25rem !important; padding-bottom: 0.25rem !important; }
.py-2 { padding-top: 0.5rem !important; padding-bottom: 0.5rem !important; }
.py-3 { padding-top: 1rem !important; padding-bottom: 1rem !important; }
.py-4 { padding-top: 1.5rem !important; padding-bottom: 1.5rem !important; }
.py-5 { padding-top: 3rem !important; padding-bottom: 3rem !important; }
.cursor-pointer{
  cursor: pointer;
}
.d-none{
  display: none!important;
}