html {
  scroll-behavior: smooth;
}
body {
  font-family: "Manrope", sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #e6eaf2;
  margin: 0;
  padding: 0;
  background: #141117;
}
a {
  background-color: transparent;
  color: #e6eaf2;
  text-decoration: none;
}
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}
b,
strong {
  font-weight: bolder;
}
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
img {
  border-style: none;
}
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}
progress {
  vertical-align: baseline;
}
textarea {
  overflow: auto;
}
[type="checkbox"],
[type="checkbox"] {
  box-sizing: border-box;
  padding: 0;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
details {
  display: block;
}
summary {
  display: list-item;
}
template {
  display: none;
}
[hidden] {
  display: none;
}
.container {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 20px;
}
.header__row {
  padding-top: 30px;
}
.header__row,
.menu ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 50px;
}
.menu a {
  text-decoration: none;
  display: inline-block;
  font-weight: 500;
  font-size: 16px;
  color: #fff;
}
.right-blc {
  display: flex;
  gap: 70px;
  align-items: center;
}
.support {
  border: 1px solid #3f7dd9;
  border-radius: 20px;
  width: 190px;
  height: 55px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: url(/img/chat.svg) no-repeat 28px 58%;
  padding-left: 47px;
  font-weight: 500;
  font-size: 16px;
  color: #fff;
}
.lang {
  position: relative;
}
.lang-dropdown {
  position: absolute;
}
.now-lang {
  font-weight: 500;
  font-size: 16px;
  color: #fff;
  position: relative;
}
.now-lang {
  display: flex;
  gap: 10px;
}
.lang img {
  width: 15px;
}
a.lang-dropdow-item {
  display: flex;
  gap: 10px;
}
.now-lang::after {
  position: absolute;
  content: "";
  display: block;
  background: url(/img/shevron-dawn.svg) no-repeat 50%;
  width: 10px;
  height: 4px;
  right: -19px;
  top: 10px;
}
a.lang-dropdow-item {
  text-decoration: none;
  padding: 9px 0;
  border-bottom: 1px solid #434343;
}
a.lang-dropdow-item:last-child {
  border-bottom: none;
}
.lang-dropdown {
  opacity: 0;
  transition: all 0.4s;
}
.lang:hover {
  cursor: pointer;
}

.lang:hover .lang-dropdown {
  opacity: 1;
  transition: all 0.4s;
}
h1 {
  font-weight: 800;
  font-size: 75px;
  line-height: 119%;
  color: #e6eaf2;
  margin-bottom: 53px;
  margin-top: 0;
}
h1::after {
  content: "";
  background: url(/img/flag.png) no-repeat 50%;
  width: 66px;
  height: 42px;
  display: inline-block;
  padding-left: 44px;
}
.title-baner {
  max-width: 803px;
}
.baner-desc {
  font-weight: 500;
  font-size: 20px;
  line-height: 147%;
  color: #8d94a5;
  max-width: 613px;
}
.baner-desc span {
  font-weight: bold;
  color: #fff;
}
.baner-groop-btn {
  display: flex;
  margin-top: 50px;
}
a.btn-blue.btn-baner {
  font-weight: 500;
  font-size: 20px;
  line-height: 147%;
  color: #fff;
  text-decoration: none;
  border-radius: 20px;
  padding: 18px 42px;
  padding-left: 93px;
  background: url(/img/change.svg) no-repeat 14% 50%, #3f7dd9;
  display: inline-block;
}
a.btn-baner.trans-btn {
  font-weight: 500;
  font-size: 20px;
  line-height: 147%;
  color: #fff;
  text-decoration: none;
  border-radius: 20px;
  padding: 22px 42px;
  padding-left: 66px;
  background: url(/img/down.svg) no-repeat 97% 50%;
}
img.ellipse {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  opacity: 0.5;
  max-width: 100%;
}
h2 {
  font-weight: 800;
  font-size: 60px;
  line-height: 119%;
  text-align: center;
  color: #e6eaf2;
  padding: 0 100px;
}
section.change {
  margin-top: 315px;
}
.change-blc {
  display: flex;
  gap: 30px;
  position: relative;
  flex-direction: column;
  max-width: 619px;
  background: url(/img/tube-spinner.svg), #1f2433;
  border-radius: 20px;
  padding: 40px;
  background-repeat: no-repeat;
  background-position: center;
}
.change-blc > * {
opacity: 0;
}
.change-blc.load {
  background: #1f2433;
}

.change-blc.load > * {
  opacity: 1;
  }
.calculator-panel {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
}
.calculator-panel span {
  font-weight: 500;
  font-size: 16px;
  color: #3f7dd9;
}
.change-blc span.m {
  display: none;
}
.change-blc.mirror-now span.m {
  display: block;
}
.change-blc.mirror-now span.no-m {
  display: none;
}
.change-item-wrap {
  display: flex;
  flex-direction: column;
  gap: 25px;
}
.change-blc.mirror-now .change-item.in {
  order: 1;
}
input#calculator-out-value {
  pointer-events: none;
}
.change-blc.mirror-now input#calculator-out-value {
  pointer-events: unset;
}
.change-blc.mirror-now input#calculator-in-value {
  pointer-events: none;
}
input#calculator-in-value,
input#calculator-out-value {
  font-weight: 800;
  font-size: 26px;
  line-height: 119%;
  color: #fff;
  background: transparent;
  border: none;
}
textarea:focus,
input:focus {
  outline: none;
}
.calculator-dropdown {
  font-weight: 800;
  font-size: 26px;
  line-height: 119%;
  text-align: right;
  color: #fff;
  position: relative;
}
.calculator-control {
  display: flex;
  justify-content: space-between;
  background: #131722;
  border-radius: 10px;
  padding: 16px 17px;
  position: relative;
}
.calculator-value {
  max-width: 235px;
}
a.btn-ch {
  border-radius: 20px;
  background: #3f7dd9;
  padding: 16px 43px;
  font-size: 20px;
}
.shake-horizontal {
	-webkit-animation: shake-horizontal 0.8s cubic-bezier(0.455, 0.030, 0.515, 0.955) both;
	        animation: shake-horizontal 0.8s cubic-bezier(0.455, 0.030, 0.515, 0.955) both;
}
@-webkit-keyframes shake-horizontal {
  0%,
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  10%,
  30%,
  50%,
  70% {
    -webkit-transform: translateX(-10px);
            transform: translateX(-10px);
  }
  20%,
  40%,
  60% {
    -webkit-transform: translateX(10px);
            transform: translateX(10px);
  }
  80% {
    -webkit-transform: translateX(8px);
            transform: translateX(8px);
  }
  90% {
    -webkit-transform: translateX(-8px);
            transform: translateX(-8px);
  }
}
@keyframes shake-horizontal {
  0%,
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  10%,
  30%,
  50%,
  70% {
    -webkit-transform: translateX(-10px);
            transform: translateX(-10px);
  }
  20%,
  40%,
  60% {
    -webkit-transform: translateX(10px);
            transform: translateX(10px);
  }
  80% {
    -webkit-transform: translateX(8px);
            transform: translateX(8px);
  }
  90% {
    -webkit-transform: translateX(-8px);
            transform: translateX(-8px);
  }
}
li.crypto.usdt {
  background-image: url(/img/icon-usdt.png);
}

li.fiat.usd {
  background-image: url(/img/icon-usd.png);
}
li.fiat.eur {
  background-image: url(/img/eur.svg);
}
li.fiat.kgs_cash {
  background-image: url(/img/icon-kgs.svg);
}
li.crypto.busd {
  background-image: url(/img/icon-busd.png);
}
li.crypto.usdc {
  background-image: url(/img/icon-usdc.png);
}
li.crypto.btc {
  background-image: url(/img/icon-btc.png);
}
li.crypto.eth {
  background-image: url(/img/icon-eth.png);
}
li.crypto.bnb {
  background-image: url(/img/icon-bnb.png);
}
ul {
  text-align: left;
}
.change-blc-title {
  font-size: 30.84px;
  font-weight: 500;
  line-height: 36.59px;
}
.calculator__dropdown-list li {
  background-repeat: no-repeat;
  background-size: 24px;
  background-position: left 20px center;
  padding: 16px 20px 16px 64px;
  cursor: pointer;
}
.send-info-item {
  color: #8d94a5;
  font-weight: 700;
  font-size: 14px;
}

.wrap-send-info {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 90px;
  padding-top: 20px;
}
.calculator__dropdown-list li:hover {
  color: #3f7dd9;
}
section.first .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.wrap-illustr {
  position: absolute;
  top: 84px;
  right: 10%;
}
.calculator__dropdown-list ul {
  background: #15131a;
  border-radius: 16px;
}
.calculator__dropdown-list {
  position: absolute;
  right: 0;
  top: 56px;
  overflow: hidden;
  height: 0;
  transition: all 0.4s;
}
.calculator-dropdown.active .calculator__dropdown-list {
  height: 200px;
  transition: all 0.4s;
  overflow-y: auto;
  z-index: 99;
}
/* Define the scrollbar style */
.calculator__dropdown-list::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}

/* Define the thumb style */
.calculator__dropdown-list::-webkit-scrollbar-thumb {
  background: linear-gradient(to bottom right, #3f7dd9 0%, #275190 100%);
  border-radius: 5px;
}

/* Define the track style */
.calculator__dropdown-list::-webkit-scrollbar-track {
  background-color: #ddd;
  border: 1px solid #ccc;
}

/* Define the button style */
.calculator__dropdown-list::-webkit-scrollbar-button {
  background-color: #3f7dd9;
  border-radius: 5px;
}

/* Define the button style when being hovered over */
.calculator__dropdown-list::-webkit-scrollbar-button:hover {
  background-color: #999999;
}
form.change-form {
  background: #131722;
  border-radius: 20px;
  padding: 36px;
  margin: 0 auto;
  max-width: 990px;
  margin-top: 35px;
}
.form-row {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 16px;
}
button {
  background: #3f7dd9;
  color: #fff;
  border: none;
  border-radius: 20px;
  font-weight: 500;
  font-size: 20px;
  line-height: 147%;
  color: #fff;
  padding: 13px 83px;
  width: 100%;
}
input#email-change,
input#tg-change {
  background: transparent;
  border: 1px solid #212532;
  border-radius: 10px;
  padding: 17px 19px;
  width: 100%;
  box-sizing: border-box;
  color: #fff;
  font-weight: 500;
  font-size: 16px;
}
.form-title {
  margin-bottom: 16px;
}
.form-item {
  width: 33%;
}
.checkbox-wrapper-4 * {
  box-sizing: border-box;
}
.checkbox-wrapper-4 .cbx {
  -webkit-user-select: none;
  user-select: none;
  cursor: pointer;
  border-radius: 6px;
  overflow: hidden;
  transition: all 0.2s ease;
  display: inline-block;
  padding-top: 20px;
}
.checkbox-wrapper-4 .cbx:not(:last-child) {
  margin-right: 6px;
}
.checkbox-wrapper-4 .cbx span {
  float: left;
  vertical-align: middle;
  transform: translate3d(0, 0, 0);
}
.checkbox-wrapper-4 .cbx span:first-child {
  position: relative;
  width: 18px;
  height: 18px;
  border-radius: 4px;
  transform: scale(1);
  border: 2px solid #3f7dd9;
  transition: all 0.2s ease;
  box-shadow: 0 1px 1px rgba(0, 16, 75, 0.05);
}
.checkbox-wrapper-4 .cbx span:first-child svg {
  position: absolute;
  top: 3px;
  left: 2px;
  fill: none;
  stroke: #fff;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-dasharray: 16px;
  stroke-dashoffset: 16px;
  transition: all 0.3s ease;
  transition-delay: 0.1s;
  transform: translate3d(0, 0, 0);
}
.checkbox-wrapper-4 .cbx span:last-child {
  padding-left: 8px;
  line-height: 18px;
}
.checkbox-wrapper-4 .cbx:hover span:first-child {
  border-color: #3f7dd9;
}
.checkbox-wrapper-4 .inp-cbx {
  position: absolute;
  visibility: hidden;
}
.checkbox-wrapper-4 .inp-cbx:checked + .cbx span:first-child {
  background: #3f7dd9;
  border-color: #3f7dd9;
  animation: wave-4 0.4s ease;
}
.checkbox-wrapper-4 .inp-cbx:checked + .cbx span:first-child svg {
  stroke-dashoffset: 0;
}
.checkbox-wrapper-4 .inline-svg {
  position: absolute;
  width: 0;
  height: 0;
  pointer-events: none;
  user-select: none;
}
@media screen and (max-width: 640px) {
  .checkbox-wrapper-4 .cbx {
    width: 100%;
    display: inline-block;
  }
}
@-moz-keyframes wave-4 {
  50% {
    transform: scale(0.9);
  }
}
@-webkit-keyframes wave-4 {
  50% {
    transform: scale(0.9);
  }
}
@-o-keyframes wave-4 {
  50% {
    transform: scale(0.9);
  }
}
@keyframes wave-4 {
  50% {
    transform: scale(0.9);
  }
}
.calculator-dropdown-now::after {
  content: "";
  display: inline-block;
  width: 24px;
  height: 12px;
  background: url(/img/shevron-dawn.svg) no-repeat 100%;
  background-size: cover;
  margin-left: 15px;
  margin-bottom: 3px;
  transform: rotate(0deg);
  transition: transform 0.4s;
}
.calculator-dropdown.active .calculator-dropdown-now::after {
  transform: rotate(180deg);
  transition: transform 0.4s;
}
.calculator-dropdown {
  cursor: pointer;
}
.wrap-numbers {
  border-radius: 20px;
  padding: 48px 65px;
  background: #1f2433;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  gap: 65px 0px;
  /* position: relative; */
  /* overflow: hidden; */
}
.numbers-item {
  display: flex;
  gap: 25px;
  min-width: 33%;
}
section.numbers {
  margin-top: 145px;
}
.numbers-count {
  font-weight: 800;
  font-size: 40px;
  line-height: 119%;
  color: #fff;
}
.numbers-desc {
  font-weight: 500;
  font-size: 16px;
  color: #3f7dd9;
  margin-top: 7px;
}
.cursor {
  pointer-events: none;
  position: absolute;
  z-index: 999;
  transition: all 0.3s ease-out;
}
.cursor-inside {
  width: 200px;
  height: 200px;
  border-radius: 100%;
  background: #0067ff;
  transform: translate(-42%, -38%);
  filter: blur(681px);
}
.wrap-slider {
  background: #1f2433;
  border-radius: 20px;
  padding: 53px 71px;
}
.slider-item {
  box-sizing: border-box;
  border: 1.07px solid rgb(58, 49, 66);
  border-radius: 17.13px;
  background: rgb(32, 27, 40);
}
.slick-slide {
  margin-left: 27px;
}

/* the parent */
.slick-list {
  margin-left: -27px;
}
.slider-item-inwrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.slider-item-inwrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 30px 40px;
}
.star span {
  font-weight: 800;
  font-size: 18px;
  line-height: 119%;
  color: #fff;
}
.star {
  display: flex;
  gap: 10px;
  padding: 10px 20px;
  background: #292437;
  border-radius: 29px;
}
section.slider-sec h2 {
  max-width: 827px;
  margin: 0 auto;
  margin-bottom: 45px;
}
section.slider-sec {
  margin-top: 135px;
}
.about-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #e6eaf2;
}
.about-title {
  font-weight: 500;
  font-size: 47px;
  line-height: 119%;
  color: #e6eaf2;
  margin-bottom: 30px;
}
.about-desc {
  font-weight: 500;
  font-size: 19px;
  line-height: 158%;
  color: #fff;
  max-width: 475px;
}
.about-txt {
  max-width: 600px;
}
.about-btn {
  margin-top: 30px;
}
section.about {
  margin-top: 100px;
}
.about-row {
  margin-bottom: 50px;
}
.reviews-item-inwrap {
  background: #1f2433;
  border-radius: 20px;
  padding: 38px;
  line-height: 147%;
  font-size: 20px;
}
.reviews-logo {
  margin-bottom: 20px;
}
.reviews-name {
  margin-top: 35px;
  font-weight: 700;
  font-size: 20px;
  line-height: 147%;
  color: #fff;
}
.slick-dots li button:before {
  font-size: 18px !important;
  opacity: 1 !important;
  color: #1f2433 !important;
}
.slick-dots li.slick-active button:before {
  opacity: 1 !important;
  color: #3f7dd9 !important;
}
section.reviews-sec {
  margin-top: 190px;
}
.slick-dots {
  bottom: -60px !important;
}
.reviews-sub p {
  font-weight: 500;
  font-size: 19px;
  line-height: 158%;
  text-align: center;
  color: #fff;
  margin-top: 100px;
}
.reviews-sub .btn-control {
  display: flex;
  justify-content: center;
  margin-top: 40px;
}
.tabs-controls li.active {
  font-weight: bold;
}

.tab {
  display: none;
}

.tab.active {
  display: block;
}
.tab {
  background: #131722;
  border-radius: 20px;
  padding: 48px 55px;
  background-size: contain;
}
.ico-ch {
  background: url(/img/ico-tab.svg) no-repeat;
  width: 56px;
  height: 38px;
  background-size: cover;
}
.ch-blc {
  display: flex;
  gap: 20px;
  font-weight: 500;
  font-size: 23px;
  line-height: 147%;
  color: #fff;
}
.tab-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border: 1px solid #3a3142;
  border-radius: 10px;
  padding: 10px 20px;
}
.tab-item {
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: 50%;
}
.tab-blc {
  display: flex;
  gap: 47px;
}
ul.tabs-controls {
  display: flex;
  gap: 40px;
  margin-bottom: 35px;
}

ul.tabs-controls li.active {
  font-weight: 500;
  font-size: 20px;
  line-height: 147%;
  color: #fff;
  border-radius: 20px;
  padding: 18px 42px;
  display: inline-block;
  background: #3f7dd9;
}
ul.tabs-controls li {
  font-weight: 500;
  font-size: 20px;
  line-height: 147%;
  color: #fff;
  border-radius: 20px;
  padding: 18px 42px;
  display: inline-block;
  background: #131722;
  cursor: pointer;
}
.question-group {
  display: flex;
  gap: 25px;
  align-items: center;
  cursor: pointer;
}
.faq-item-number {
  font-weight: 700;
  font-size: 32px;
  line-height: 147%;
  text-align: center;
  color: #8d94a5;
}
.faq-item-question {
  font-weight: 500;
  font-size: 23px;
  line-height: 147%;
  color: #fff;
}
.faq-question-wrap {
  padding: 15px 40px 15px 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.faq-item {
  border-bottom: 1px solid rgb(26, 31, 44);
}
.faq-item-answer {
  opacity: 0;
  max-height: 0;
  margin-top: 0;
  font-size: 16px;
  line-height: 25px;
  letter-spacing: -0.02em;
  color: #8d94a5;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  padding-left: 100px;
  padding-right: 85px;
}
.faq__item-decore {
  width: 25px;
  height: 25px;
  background: url(/img/ico-faq.svg) no-repeat;
  background-size: cover;
  transform: rotate(0deg);
  transition: transform 0.4s;
}
.faq-item.active .faq__item-decore {
  transform: rotate(45deg);
  transition: transform 0.4s;
}
.faq-item.active .faq-item-answer {
  max-height: 400px;
  margin-top: 13px;
  opacity: 1;
  padding-bottom: 29px;
}
.faq-list {
  margin: 0 auto;
}
.madal-init {
  font-weight: 500;
  font-size: 20px;
  line-height: 147%;
  color: #fff;
  border-radius: 20px;
  padding: 16px 42px;
  display: inline-block;
  background: #3f7dd9;
}
.modal-blc {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-left: 40px;
  margin-top: 80px;
}
.modal-blc .txt {
  font-weight: 500;
  font-size: 20px;
  line-height: 147%;
  color: #fff;
}
.modal-blc .txt span {
  display: block;
  color: #8d94a5;
}
section.go .btn-control {
  display: flex;
  justify-content: center;
}
section.tab-sec {
  margin-top: 150px;
}
section.tab-sec h2 {
  margin-bottom: 115px;
}
section.faq-sec {
  margin-top: 170px;
}
section.go {
  margin-top: 182px;
}
.footer-wrap {
  background: #1f2433;
  border-radius: 20px 20px 0 0;
  padding: 60px;
  display: flex;
  justify-content: space-between;
}
.footer-menu {
  font-weight: 500;
  font-size: 20px;
  line-height: 147%;
  color: #fff;
}
.footer-menu-wrap {
  display: flex;
}
.footer-menu-title {
  text-transform: uppercase;
  font-weight: 500;
  font-size: 20px;
  line-height: 147%;
  text-transform: uppercase;
  color: #8d94a5;
}
.footer-menu-title {
  text-transform: uppercase;
  margin-bottom: 25px;
}
.footer-menu ul {
  line-height: 42px;
}
.footer-menu-wrap {
  display: flex;
  gap: 90px;
}
.copyright {
  background: #1f2433;
  padding: 25px 55px;
  font-weight: 500;
  font-size: 20px;
  line-height: 147%;
  color: #8d94a5;
}
footer {
  margin-top: 170px;
}
section.first {
  position: unset;
  margin-top: 75px;
}
section {
  position: relative;
}

.tradingview-widget-container {
  height: 500px !important;
}
img.decor {
  position: absolute;
  max-width: 100%;
}
img.decor.decor-1 {
  right: 18px;
  bottom: -150px;
  z-index: -1;
}
img.decor.decor-2 {
  top: -10%;
  left: 4%;
  z-index: -1;
}
img.decor.decor-4 {
  bottom: -36%;
  z-index: -1;
}
img.decor.decor-5 {
  top: -305%;
  z-index: -1;
  opacity: 0.7;
  z-index: -1;
}
img.decor.decor-6 {
  right: 0;
  top: 0;
  z-index: -1;
}
img.decor.decor-7 {
  top: -40%;
  z-index: -1;
  opacity: 0.7;
}
img.decor.decor-8 {
  top: 24%;
  left: 3%;
  z-index: -1;
}
img.decor.decor-10 {
  bottom: -86%;
  z-index: -1;
  opacity: 0.4;
}
img.decor.decor-12 {
  right: 0%;
  bottom: -48%;
  z-index: -1;
}
img.decor.decor-13 {
  top: -90%;
  left: 0;
  z-index: -1;
  opacity: 0.4;
}
img.decor.decor-14 {
  right: 0%;
  top: 21%;
  z-index: -1;
}
img.decor.decor-15 {
  top: 28%;
  left: 3%;
  z-index: -1;
}
img.decor.decor-3 {
  right: 4%;
  bottom: -16%;
}
img.decor.decor-20 {
  right: 0;
  top: 0;
  z-index: -1;
  width: 100%;
  opacity: 0.5;
}
hr {
  margin: 0;
  border: 1px solid #131722;
}
.mirror {
  position: absolute;
  width: 20px;
  height: 30px;
  background: url(/img/ch-mirror.svg) no-repeat;
  background-size: cover;
  transform: translate(-50%, -50%);
  top: 49%;
  right: 17%;
  transition: all .4s;
  cursor: pointer;
  transform-origin: center center;
  transform: rotate(0deg);
  z-index: 1;
}
.header__row svg {
  height: 80px;
  position: absolute;
  width: 80px;
}
.plates {
  display: flex;
  flex-wrap: wrap;
  max-height: 160px;
  width: 640px;
}
@media (max-width: 640px) {
  .plates {
    width: 320px;
  }
}
.plate {
  height: 80px;
  width: 80px;
}
.burger {
  filter: url(#gooeyness);
}
.x {
  transform: scale(0);
  transition: transform 400ms;
}
.line {
  fill: none;
  stroke: #fff;
  stroke-width: 6px;
  stroke-linecap: round;
  stroke-linejoin: round;
  transform-origin: 50%;
  transition: stroke-dasharray 500ms 200ms, stroke-dashoffset 500ms 200ms,
    transform 500ms 200ms;
}
.x .line {
  stroke-width: 5.5px;
}
.plate4 .x {
  transition: transform 400ms;
}
.plate4 .line {
  transform-origin: 50%;
  transition: transform 400ms 100ms;
}
.active.plate4 .line {
  transition: transform 400ms;
}
.active.plate4 .line1 {
  transform: translateX(18px) translateY(-3px) rotate(-45deg) scale(0.7);
}
.active.plate4 .line2 {
  transform: translateX(-18px) translateY(-3px) rotate(45deg) scale(0.7);
}
.active.plate4 .line3 {
  transform: translateY(0px) rotate(45deg) scale(0.7);
}
.active.plate4 .line4 {
  transform: translateY(0px) rotate(-45deg) scale(0.7);
}
.active.plate4 .line5 {
  transform: translateX(18px) translateY(3px) rotate(45deg) scale(0.7);
}
.active.plate4 .line6 {
  transform: translateX(-18px) translateY(3px) rotate(-45deg) scale(0.7);
}
.active.plate4 .x {
  transition: transform 400ms 100ms;
  transform: scale(1);
}
.plate {
  display: none;
}
.baner-groop-btn.mob {
  display: none;
}
.about-img {
  text-align: center;
}
header.main.active {
  background: #141117;
  position: fixed;
  width: 100%;
  top: 0;
  height: 100%;
  z-index: 1;
}
header.main.active .menu {
  display: block;
  order: 2;
}
header.main.active .header__row {
  flex-wrap: wrap;
}
header.main.active .menu {
  display: flex;
  width: 100%;
}
header.main.active .menu ul {
  min-width: 100%;
  flex-direction: column;
  gap: 25px;
}
body.home.active {
  overflow: hidden;
}
div#popup-sell-bit {
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgb(0 0 0 / 50%);
  top: 0;
  z-index: 9;
  left: 0;
}
button.mfp-close {
  position: absolute;
}
.popup-content {
  max-width: 400px;
  width: 90%;
  background: #1f2433;
  border-radius: 20px;
  padding: 45px;
  position: relative;
}
button.mfp-close {
  position: absolute;
  background: none;
  color: #fff;
  right: 11px;
  top: -8px;
  width: 37px;
  padding: 10px;
  font-size: 35px;
  outline: none;
}
.d-flex {
  display: flex;
  justify-content: space-between;
}
input.form-control {
  background: #131722;
  border-radius: 10px;
  padding: 16px 17px;
  border: none;
  font-size: 16px;
  width: 100%;
  color: #fff;
}
.form-group {
  width: 100%;
  display: flex;
  margin-bottom: 22px;
}
.form-group:nth-child(3) {
  margin-bottom: 0;
}
h3.item-title.text-center {
  font-size: 20px;
}
.popup-buy {
  font-size: 16px;
}
.checkbox-wrapper-4 {
  margin-bottom: 15px;
}
.info-wrap {
  background: url(/img/tube-spinner.svg), #1f2433;
  padding: 35px;
  border-radius: 20px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  background-repeat: no-repeat;
  background-position: center;
}
.info-wrap > * {
  opacity: 0;
}
.info-wrap.load > * {
  opacity: 1;
}
.info-wrap.load {
  background: #1f2433;
}
.info-item {
  background: #201b28;
  border: 1px solid #3a3142;
  border-radius: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 20px;
  flex: 1;
  min-width: 30%;
  padding: 0px 17px;
  height: 79px;
}
.info-item:nth-child(11) .info-name {
  max-width: 265px;
}

.info-title {
  font-weight: 700;
}
.txt-where h2 {
  font-weight: 800;
  font-size: 47px;
  line-height: 119%;
  text-align: left;
  padding: 0;
  max-width: 657px;
}
.txt-where p {
  font-weight: 500;
  font-size: 19px;
  line-height: 158%;
}

.img-where img {
  max-width: 594px;
}
.txt-where {
  max-width: 624px;
}
section.where .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
section.where,
section.info,
section.dinamic {
  margin-top: 150px;
}
.tradingview-widget-copyright {
  display: none;
}
.change-blc.mirror-now .mirror {
  transition: all .4s;
  transform: rotate(180deg);
}
div#info-title {
  text-transform: capitalize;
}
div#minMame {
  text-transform: uppercase;
}
.menu a.active, .menu a:hover {
  color: #3f7dd9;
}
.change-item.out {
  position: relative;
}
.calculator-war {
  color: #822f2f;
  position: absolute;
  bottom: -22px;
opacity: 0;
}
.tnx-content {
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  opacity: 1;
  max-width: 400px;
    width: 90%;
    background: #1f2433;
    border-radius: 20px;
    padding: 45px;
    position: relative;
}


.tracking-in-expand {
	-webkit-animation: tracking-in-expand 0.7s cubic-bezier(0.215, 0.610, 0.355, 1.000) both;
	        animation: tracking-in-expand 0.7s cubic-bezier(0.215, 0.610, 0.355, 1.000) both;
}
@-webkit-keyframes tracking-in-expand {
  0% {
    letter-spacing: -0.5em;
    opacity: 0;
  }
  40% {
    opacity: 0.6;
  }
  100% {
    opacity: 1;
  }
}
@keyframes tracking-in-expand {
  0% {
    letter-spacing: -0.5em;
    opacity: 0;
  }
  40% {
    opacity: 0.6;
  }
  100% {
    opacity: 1;
  }
}
.tracking-out-contract {
	-webkit-animation: tracking-out-contract 0.7s cubic-bezier(0.550, 0.085, 0.680, 0.530) both;
	        animation: tracking-out-contract 0.7s cubic-bezier(0.550, 0.085, 0.680, 0.530) both;
}
@-webkit-keyframes tracking-out-contract {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 1;
  }
  100% {
    letter-spacing: -0.5em;
    opacity: 0;
  }
}
@keyframes tracking-out-contract {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 1;
  }
  100% {
    letter-spacing: -0.5em;
    opacity: 0;
  }
}
@-webkit-keyframes slide-out-blurred-top {
  0% {
    -webkit-transform: translateY(0) scaleY(1) scaleX(1);
            transform: translateY(0) scaleY(1) scaleX(1);
    -webkit-transform-origin: 50% 0%;
            transform-origin: 50% 0%;
    -webkit-filter: blur(0);
            filter: blur(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(-1000px) scaleY(2) scaleX(0.2);
            transform: translateY(-1000px) scaleY(2) scaleX(0.2);
    -webkit-transform-origin: 50% 0%;
            transform-origin: 50% 0%;
    -webkit-filter: blur(40px);
            filter: blur(40px);
    opacity: 0;
  }
}
@keyframes slide-out-blurred-top {
  0% {
    -webkit-transform: translateY(0) scaleY(1) scaleX(1);
            transform: translateY(0) scaleY(1) scaleX(1);
    -webkit-transform-origin: 50% 0%;
            transform-origin: 50% 0%;
    -webkit-filter: blur(0);
            filter: blur(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(-1000px) scaleY(2) scaleX(0.2);
            transform: translateY(-1000px) scaleY(2) scaleX(0.2);
    -webkit-transform-origin: 50% 0%;
            transform-origin: 50% 0%;
    -webkit-filter: blur(40px);
            filter: blur(40px);
    opacity: 0;
  }
}
.slide-out-blurred-top {
	-webkit-animation: slide-out-blurred-top 0.45s cubic-bezier(0.755, 0.050, 0.855, 0.060)both;
	animation: slide-out-blurred-top 0.45s cubic-bezier(0.755, 0.050, 0.855, 0.060)both;
}
@-webkit-keyframes slide-in-blurred-bottom {
  0% {
    -webkit-transform: translateY(1000px) scaleY(2.5) scaleX(0.2);
            transform: translateY(1000px) scaleY(2.5) scaleX(0.2);
    -webkit-transform-origin: 50% 100%;
            transform-origin: 50% 100%;
    -webkit-filter: blur(40px);
            filter: blur(40px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0) scaleY(1) scaleX(1);
            transform: translateY(0) scaleY(1) scaleX(1);
    -webkit-transform-origin: 50% 50%;
            transform-origin: 50% 50%;
    -webkit-filter: blur(0);
            filter: blur(0);
    opacity: 1;
  }
}
@keyframes slide-in-blurred-bottom {
  0% {
    -webkit-transform: translateY(1000px) scaleY(2.5) scaleX(0.2);
            transform: translateY(1000px) scaleY(2.5) scaleX(0.2);
    -webkit-transform-origin: 50% 100%;
            transform-origin: 50% 100%;
    -webkit-filter: blur(40px);
            filter: blur(40px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0) scaleY(1) scaleX(1);
            transform: translateY(0) scaleY(1) scaleX(1);
    -webkit-transform-origin: 50% 50%;
            transform-origin: 50% 50%;
    -webkit-filter: blur(0);
            filter: blur(0);
    opacity: 1;
  }
}
.slide-in-blurred-bottom {
	-webkit-animation: slide-in-blurred-bottom 0.6s cubic-bezier(0.230, 1.000, 0.320, 1.000) both;
	        animation: slide-in-blurred-bottom 0.6s cubic-bezier(0.230, 1.000, 0.320, 1.000) both;
}





@media (max-width: 1440px) {
  .wrap-illustr svg {
    width: 500px;
  }
}

@media (max-width: 1200px) {
  .calculator-value {
    max-width: 184px;
  }
  input#calculator-in-value {
    max-width: 80%;
  }
  .wrap-illustr {
    position: absolute;
    top: 84px;
    right: 4%;
  }
  .baner-desc {
    font-size: 16px;
    max-width: 369px;
  }
  .wrap-illustr svg {
    width: 417px;
    height: auto;
  }
  .title-baner {
    max-width: 657px;
    margin-top: 50px;
  }
  h1 {
    font-size: 45px;
  }
  .lang {
    margin-right: 35px;
  }
  .menu {
    display: none;
  }
  .plate {
    display: block;
  }
  .support {
    position: absolute;
    right: 20px;
    bottom: 20px;
}
}

@media (max-width: 1024px) {
  .copyright {
    font-size: 10px;
    padding: 25px 20px;
  }
  section.change {
    margin-top: 90px;
  }
  .tab-item {
    width: 100%;
  }
  .tab-blc {
    flex-wrap: wrap;
  }
  .about-img img {
    width: 70%;
  }
  .wrap-numbers.custom-cursor-block {
    grid-template-columns: 1fr;
  }
  .baner-groop-btn.mob {
    justify-content: center;
  }
  .footer-wrap,
  .footer-menu-wrap,
  .baner-groop-btn.mob {
    flex-wrap: wrap;
  }
  .tab-blc {
    display: flex;
    gap: 25px;
  }
  ul.tabs-controls {
    justify-content: space-evenly;
  }
}
@media (max-width: 768px) {
  .about-row:nth-child(2) .about-img {
    order: -1;
}
  .mirror {
    top: 40.5%;
    background-size: 73%;
}
  .footer-wrap {
    padding: 25px;
  }
  .info-wrap {
    padding: 25px;
    display: block;
  }
  .info-name {
    max-width: 67%;
    padding-right: 10px;
  }
  .info-title {
    text-align: right;
  }
  
  .change-blc {
    padding: 35px;
  }
  .send-info-item {
    margin: 0 auto;
    text-align: center;
  }
  section.where,
  section.info,
  section.dinamic {
    margin-top: 35px;
  }
  .txt-where p {
    font-size: 16px;
  }
  .txt-where h2 {
    font-size: 35px;
  }
  section.first {
    margin-top: 10px;
  }
  .change-blc {
    margin-top: 35px;
  }
  .wrap-send-info {
    flex-wrap: wrap;
    gap: 43px;
    margin: 20px;
  }
  .info-item:last-child {
    margin-bottom: 0;
  }
  .info-item {
    min-width: auto;
    font-size: 14px;
    margin-bottom: 15px;
  }
  .img-where img {
    width: 100%;
  }
  section.first .container,
  section.where .container {
    flex-wrap: wrap;
  }
  button {
    padding: 12px 35px;
  }
  .checkbox-wrapper-4 {
    font-size: 7px;
  }
  .faq-item-answer {
    padding-left: 2px;
    padding-right: 0px;
  }
  .plate {
    height: 64px;
    width: 64px;
    margin-left: -12px;
  }
  h1 {
    margin-bottom: 25px;
  }
  section.slider-sec {
    margin-top: 50px;
  }
  section.faq-sec {
    margin-top: 50px;
  }
  section.about {
    margin-top: 80px;
  }
  .modal-blc {
    flex-wrap: wrap;
    justify-content: center;
    gap: 25px;
    padding-left: 0;
  }
  .faq-item-question {
    font-size: 14px;
  }
  .ico-ch {
    width: 35px;
    height: 24px;
  }
  .wrap-slider {
    padding: 5px 0px;
  }
  .about-row:nth-child(2) .about-txt {
    order: 0;
  }
  .about-row:nth-child(2) .about-img {
    order: -1;
  }
  .about-row:nth-child(4) .about-img {
    order: -1;
  }
  .about-img {
    text-align: center;
    margin-top: 35px;
  }
  .about-btn {
    display: flex;
    justify-content: center;
  }
  .about-row {
    flex-wrap: wrap;
  }
  .about-desc {
    font-size: 14px;
  }
  .about-title {
    font-size: 20px;
  }
  .slick-slide {
    margin-left: 0;
  }
  .ch-blc {
    gap: 15px;
    font-size: 16px;
  }
  .tab {
    padding: 35px 35px;
  }
  .about-img img {
    width: 80%;
  }
  h1 {
    font-size: 32px;
  }
  .change-blc,
  .form-row,
  ul.tabs-controls {
    flex-wrap: wrap;
  }
  .form-item {
    width: 100%;
  }
  h2 {
    font-size: 20px;
    padding: 22px 0;
  }
  .baner-groop-btn {
    display: none;
  }
  .baner-groop-btn.mob {
    display: flex;
  }
  .wrap-illustr {
    position: relative;
    text-align: center;
    top: 0;
  }
  .menu {
    display: none;
  }
  a.btn-baner.trans-btn {
    font-size: 16px;
    padding: 22px 37px;
    padding-left: 28px;
  }
  section.tab-sec {
    display: none;
  }
  .footer-menu-title {
    margin-bottom: 20px;
  }
  .footer-menu-wrap {
    display: flex;
    gap: 40px;
  }
  .footer-logo {
    margin-bottom: 20px;
  }
  .reviews-item-inwrap {
    font-size: 14px;
  }
  .reviews-name {
    margin-top: 35px;
    font-weight: 700;
    font-size: 16px;
  }
  .item-logo img {
    width: 80%;
  }
  .star span {
    font-weight: 800;
    font-size: 14px;
    line-height: 119%;
    color: #fff;
  }
  .star img {
    width: 14px;
  }
  .slider-item-inwrap {
    padding: 20px 25px;
  }
  .slider-item-inwrap {
    margin: 10px;
  }
  .slider-item {
    margin: 10px;
  }
}
@media (max-width: 480px) {
  .mirror {
    top: 38.5%;
}
  .change-blc {
    padding: 25px;
  }
  .faq__item-decore {
    width: 25px;
    height: 25px;
    background: url(/img/ico-faq.svg) no-repeat;
    background-size: contain;
    transform: rotate(0deg);
    transition: transform 0.4s;
    min-width: 25px;
  }
  .faq-question-wrap {
    padding: 15px 0px;
  }

  .numbers-desc {
    font-size: 12px;
  }
  .numbers-count {
    font-size: 26px;
  }
  .wrap-numbers {
    padding: 29px 23px;
  }
  .calculator-dropdown-now {
    padding-right: 22px;
  }
  .calculator-dropdown-now::after {
    display: block;
    width: 14px;
    height: 7px;
    position: absolute;
    right: 0;
    top: 11px;
  }
  .calculator-value {
    max-width: 114px;
  }
  .calculator-dropdown {
    font-size: 23px;
  }
  .calculator-panel span:nth-child(1),
  .calculator-panel span:nth-child(2) {
    font-size: 9px;
  }
  input#calculator-in-value {
    font-weight: 800;
    font-size: 23px;
    line-height: 119%;
    color: #fff;
    background: transparent;
    border: none;
  }
  a.btn-blue.btn-baner {
    font-size: 16px;
  }
  .title-baner {
    margin-top: 0;
  }
  h1::after {
    width: 51px;
    height: 20px;
    padding-left: 15px;
    background-size: contain;
  }
  h1 {
    font-size: 32px;
  }
  .header__row {
    padding-top: 5px;
  }
  .header__row svg {
    height: 58px;
    position: absolute;
    width: 58px;
  }
  .logo img {
    width: 99px;
  }

  .wrap-illustr svg {
    width: 270px;
  }
  input#calculator-out-value, input#calculator-in-value {
    max-width: 100px;
}
}
@media (max-width: 400px) {
  .info-item {
    font-size: 12px;
}
.mirror {
  top: 42.5%;
}
}

@media (max-width: 373px) {
  .mirror {
    top: 41.5%;
  }
}