body {
  background: #000;
  color: #fff;
  font-family: "DM Sans", sans-serif;
}

.toggler {
  position: absolute;
  right: 20px;
  top: 20px;
}

.button a {
  background: #FFED23;
  color: #0A0A0A;
  height: 50px;
  text-align: center;
  line-height: 50px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
  display: inline-block;
}

.button a span {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 3px;
}

.button a span img {
  width: 20px;
}

.header-static {
  position: relative;
  z-index: 1;
}

.header-fixed {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1000;
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
  opacity: 0;
  -webkit-transition: opacity 0.4s ease, -webkit-transform 0.4s ease;
  transition: opacity 0.4s ease, -webkit-transform 0.4s ease;
  -o-transition: opacity 0.4s ease, -o-transform 0.4s ease;
  -moz-transition: transform 0.4s ease, opacity 0.4s ease, -moz-transform 0.4s ease;
  transition: transform 0.4s ease, opacity 0.4s ease;
  transition: transform 0.4s ease, opacity 0.4s ease, -webkit-transform 0.4s ease, -moz-transform 0.4s ease, -o-transform 0.4s ease;
  pointer-events: none;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px;
  backdrop-filter: blur(16px);
  padding: 12px 0 !important;
  -webkit-backdrop-filter: blur(16px);
  background: rgb(0 0 0 / 50%);
  border: 1px solid rgba(255, 255, 255, 0.2);
  -webkit-box-shadow: 0 8px 30px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 8px 30px rgba(0, 0, 0, 0.1);
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.1);
  -moz-transition: opacity 0.4s ease, transform 0.4s ease, -moz-transform 0.4s ease;
  transition: opacity 0.4s ease, transform 0.4s ease;
  transition: opacity 0.4s ease, transform 0.4s ease, -webkit-transform 0.4s ease, -moz-transform 0.4s ease, -o-transform 0.4s ease;
  width: -webkit-calc(100% - 24px);
  width: -moz-calc(100% - 24px);
  width: calc(100% - 24px);
  -webkit-transform: translate(0px, -50px);
  -moz-transform: translate(0px, -50px);
  -ms-transform: translate(0px, -50px);
  -o-transform: translate(0px, -50px);
  transform: translate(0px, -50px);
}

.header-fixed.visible {
  -webkit-transform: translate(12px, 12px);
  -moz-transform: translate(12px, 12px);
  -ms-transform: translate(12px, 12px);
  -o-transform: translate(12px, 12px);
  transform: translate(12px, 12px);
  opacity: 1;
  pointer-events: auto;
}

.header {
  font-weight: 500;
  padding: 18px 0;
}

.header .logo img {
  display: block;
  width: 100px;
  height: 51px;
}

.logo div {
  width: 100px;
}

.logoBig {
  width: 150px;
  height: 76px;
}

.header .navigation ul {
  gap: 40px;
}

.header .navigation ul a {
  position: relative;
}

.header .navigation ul a:after {
  position: absolute;
  content: "";
  width: 0;
  bottom: -2px;
  height: 1px;
  background: #fff;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  left: 0;
}

.header .navigation ul a:hover:after {
  width: 100%;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.header .button a {
  width: 206px;
}

.header .right-controls {
  gap: 30px;
  margin-right: 60px;
  flex-wrap: wrap;
}

.selectLanguage {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 0;
  background: none;
  border: none;

  color: #fff;
}

.main {
  text-align: center;
  padding-top: 92px;
  background: url(../images/main.svg) no-repeat center bottom 140px;
  background-position: 50% 150px;
}

.main .inside {
  width: 1228px;
}

.main .slick-dots {
  text-align: center;
}

.main .slick-dots li {
  display: inline-block;
  margin: 0 4px;
}

.main .slick-dots li button {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  background: #636363;
  border: none;
  width: 7px;
  height: 7px;
  padding: 0;
  font-size: 0;
  color: transparent;
}

.main .slick-dots li.slick-active button {
  background: #fff;
}

.main .currencies {
  background-color: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  -webkit-box-shadow: 0px 12px 28px rgba(10, 9, 9, 0.32);
  -moz-box-shadow: 0px 12px 28px rgba(10, 9, 9, 0.32);
  box-shadow: 0px 12px 28px rgba(10, 9, 9, 0.32);
  -webkit-backdrop-filter: blur(16px);
  backdrop-filter: blur(16px);
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px;
  background-image: url(../images/chart-shadow.svg);
  background-position: center bottom;
  background-repeat: no-repeat;
  padding: 82px 40px 30px;
  margin-top: 90px;

  gap: 20px;
}

.main .currencies .currency {
  width: 220px;
  color: rgba(255, 255, 255, 0.6);
  line-height: 1.35;
}

.main .currencies .currency .icon {
  width: 64px;
  height: 64px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

.main .currencies .currency .description {
  margin-top: 20px;
}

.main .currencies .currency strong {
  font-weight: 700;
  color: #fff;
  font-size: 20px;
}

.main .currencies .currency p {
  margin-top: 10px;
  line-height: 1.45;
}

.main .caption {
  margin-bottom: 100px;
  position: relative;
}

.main .caption .coin-1 {
  position: absolute;
  left: -100px;
  -webkit-animation: moveUpDown1 4s infinite ease-in-out;
  -moz-animation: moveUpDown1 4s infinite ease-in-out;
  -o-animation: moveUpDown1 4s infinite ease-in-out;
  animation: moveUpDown1 4s infinite ease-in-out;
}

.main .caption .coin-2 {
  position: absolute;
  right: -100px;
  -webkit-animation: moveUpDown2 5s infinite ease-in-out;
  -moz-animation: moveUpDown2 5s infinite ease-in-out;
  -o-animation: moveUpDown2 5s infinite ease-in-out;
  animation: moveUpDown2 5s infinite ease-in-out;
}

.main .caption-inner {
  width: 840px;
  max-width: 100%;
}

.main .caption-inner h1 {
  font-size: 75px;
  margin-bottom: 24px;
  line-height: 1;
  font-weight: 700;
  text-align: center;
  background: -webkit-linear-gradient(290.48deg, #000000 -45.97%, #ffffff 56.75%);
  background: -moz-linear-gradient(290.48deg, #000000 -45.97%, #ffffff 56.75%);
  background: -o-linear-gradient(290.48deg, #000000 -45.97%, #ffffff 56.75%);
  background: linear-gradient(159.52deg, #000000 -45.97%, #ffffff 56.75%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}

.main .caption-inner h2 {
  font-size: 18px;
  font-weight: 500;
  color: #B6B6B6;
  line-height: 1.6;
  margin-bottom: 50px;
  letter-spacing: -0.2px;
}

.main .caption-inner .button a {
  width: 190px;
  height: 56px;
  line-height: 56px;
  font-weight: 600;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
}

.calculator {
  padding-top: 100px;
}

.calculator .calculate-table {
  position: relative;
}

.calculator .calculate-table .calculate-field:first-child {
  padding-right: 60px;
}

.calculator .calculate-table .calculate-field:last-child {
  padding-left: 60px;
  padding-right: 30px;
}

.calculator .calculate-table .calculate-field:last-child label {
  left: 60px;
}

.calculator .calculate-table.reversed .calculate-from {
  -webkit-box-ordinal-group: 4;
  -webkit-order: 3;
  -moz-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
}

.calculator .calculate-table.reversed .calculate-field:last-child {
  padding-left: 24px;
  padding-right: 60px;
}

.calculator .calculate-table.reversed .calculate-field:last-child label {
  left: 24px;
}

.calculator .calculate-table.reversed .calculate-field:first-child {
  padding-left: 60px;
  padding-right: 30px;
}

.calculator .calculate-table.reversed .calculate-field:first-child label {
  left: 60px;
}

.calculator .calculate-table .reverse {
  position: absolute;
  left: 50%;
  top: 24px;
  background: #191919;
  width: 88px;
  height: 88px;
  margin-left: -44px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  border: none;
  z-index: 2;
  border: 2px solid #BCBCBC;
}

.calculator .calculate-table .reverse:before {
  position: absolute;
  content: "";
  width: 16px;
  height: 10px;
  background: #191919;
  left: 50%;
  margin-left: -8px;
  top: -5px;
}

.calculator .calculate-table .reverse:after {
  position: absolute;
  content: "";
  width: 16px;
  height: 10px;
  background: #191919;
  left: 50%;
  margin-left: -8px;
  bottom: -5px;
}

.calculator .city {
  position: relative;
}

.calculator .city .dropdown {
  background: #fff;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
  position: absolute;
  display: none;
  height: 200px;
  width: 100%;
  overflow: auto;
  z-index: 2;
}

.calculator .city .dropdown li {
  color: #090909;
  padding: 5px 10px;
  cursor: pointer;
}

.calculator .city .dropdown li:hover {
  background: #f5f5f5;
}

.calculator .city .selected {
  height: 44px;
  padding-left: 20px;
  padding-right: 50px;
  line-height: 44px;
  background: #FFED23;
  color: #090909;
  -webkit-border-radius: 22px;
  -moz-border-radius: 22px;
  border-radius: 22px;
  position: relative;
  cursor: pointer;
}

.calculator .city .selected:after {
  position: absolute;
  right: 12px;
  width: 11px;
  height: 8px;
  top: 50%;
  margin-top: -4px;
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg width='11' height='8' viewBox='0 0 11 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.58333 0L5.46921 4.293L1.35508 0L0 1.414L5.46921 7.121L10.9384 1.414L9.58333 0Z' fill='%23040404'/%3E%3C/svg%3E%0A");
}

.calculator .calculate-field {
  width: -webkit-calc(50% - 8px);
  width: -moz-calc(50% - 8px);
  width: calc(50% - 8px);
  background: #f5f5f5;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  position: relative;
  padding-top: 56px;
  padding-bottom: 20px;
  padding-left: 24px;
  border: 2px solid #BCBCBC;
}

.calculator .calculate-field label {
  position: absolute;
  top: 20px;
  left: 24px;
  font-size: 20px;
  font-weight: 300;
  color: #030303;
}

.calculator .calculate-field input {
  height: 56px;
  font-size: 32px;
  font-weight: 500;
  border: none;
  width: 180px;
  background: none;
}

.calculator h2 {
  font-size: 48px;
  font-weight: 700;
  color: #ECF1F0;
  margin-bottom: 30px;
}

.calculator .city-select .selected {
  background: #FFED23;
  color: #090909;
  height: 44px;
  padding-left: 20px;
  -webkit-border-radius: 22px;
  -moz-border-radius: 22px;
  border-radius: 22px;
  width: 98px;
}

.calculator .calculator-widget {
  color: #B6B6B6;
  background: #FFFFFF1A;
  -webkit-border-radius: 18px;
  -moz-border-radius: 18px;
  border-radius: 18px;
  border: 1px solid rgba(255, 255, 255, 0.05);
  padding: 36px;
}

.calculator .calculate-description {
  margin-top: 80px;
}

.calculator .calculate-description .label {
  font-size: 18px;
  color: #B6B6B6;
  display: block;
  margin-bottom: 6px;
}

.calculator .calculate-description .price {
  color: #fff;
  font-size: 28px;
}

.exchangeBtn:disabled {
  filter: drop-shadow(0.4) !important;
}

.calculator .calculate-description .button button,
.calculator .calculate-description .button a {
  background: #FFED23;
  color: #0A0A0A;
  height: 50px;
  text-align: center;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
  display: inline-block;
  font-weight: 700;
  font-size: 16px;
  width: 190px;
}

.calculator .select {
  font-size: 36px;
  font-weight: 300;
  position: relative;
  width: 180px;
  color: #040404;
}

.calculator .select .selected {
  position: relative;
  cursor: pointer;
}

.calculator .select .selected span {
  width: 120px;
}

.calculator .select .selected:after {
  position: absolute;
  right: 2px;
  width: 11px;
  height: 8px;
  top: 50%;
  margin-top: -4px;
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg width='11' height='8' viewBox='0 0 11 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.58333 0L5.46921 4.293L1.35508 0L0 1.414L5.46921 7.121L10.9384 1.414L9.58333 0Z' fill='%23040404'/%3E%3C/svg%3E%0A");
}

.calculator .select .dropdown {
  z-index: 2;
  position: absolute;
  width: 100%;
  left: 0;
  background: #fff;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
  display: none;
  top: 50px;
  height: 154px;
  padding-top: 10px;
  overflow: auto;
  font-size: 24px;
}

.calculator .select .dropdown li {
  padding: 5px 10px;
  cursor: pointer;
}

.calculator .select .dropdown li:hover {
  background: #f5f5f5;
}

.calculator .select .dropdown li:not(:last-child) {
  margin-bottom: 10px;
}

.calculator .select .dropdown span img {
  display: block;
}

.calculator .select .dropdown strong {
  width: 90px;
}

.exchange-steps {
  padding: 130px 0 60px;
}

.exchange-steps .left {
  width: 534px;
}

.exchange-steps .left h2 {
  margin-bottom: 30px;
  font-size: 48px;
  font-weight: 700;
  color: #ECF1F0;
  line-height: 1.35;
}

.exchange-steps .left p {
  color: #B6B6B6;
  margin-bottom: 50px;
  line-height: 1.4;
}

.exchange-steps .left .button a {
  max-width: 250px;
  font-weight: 700;
  height: 54px;
  line-height: 54px;
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -moz-box !important;
  display: -ms-flexbox !important;
  display: -webkit-inline-box !important;
  display: -webkit-inline-flex !important;
  display: -moz-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 10px;
  width: 100%;
}

.calculator .calculate-description .button a {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -moz-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 10px;
}

.exchange-steps .right {
  width: 534px;
}

.exchange-steps .right li {
  margin-bottom: 23px;
  color: #B6B6B6;
  background: #0f0f0f;
  -webkit-border-radius: 18px;
  -moz-border-radius: 18px;
  border-radius: 18px;
  border: 1px solid rgba(255, 255, 255, 0.05);
  padding: 20px;
}

.exchange-steps .right li .desc {
  width: 384px;
  padding-top: 2px;
}

.exchange-steps .right li .ico {
  width: 80px;
  height: 80px;
  background: #FFF68F;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

.exchange-steps .right li h3 {
  font-size: 20px;
  margin-bottom: 10px;
  color: #ECF1F0;
  font-weight: 700;
}

.security {
  padding: 50px 0;
}

.security h3 {
  margin-bottom: 50px;
  font-size: 48px;
  font-weight: 700;
  color: #ECF1F0;
  line-height: 1.35;
  padding-left: 24px;
}

.security .left {
  width: 630px;
}

.security .left .desc {
  padding: 48px;
  line-height: 1.6;
  color: #fff;
  font-size: 18px;
  background: #0f0f0f;
  -webkit-border-radius: 18px;
  -moz-border-radius: 18px;
  border-radius: 18px;
}

.security .right {
  margin-right: 50px;
  width: 494px;
}

.security .right img {
  max-width: 100%;
}

.why-us {
  padding: 88px 0;
}

.why-us .heading {
  text-align: center;
  font-size: 18px;
  color: #B6B6B6;
  margin-bottom: 78px;
  line-height: 1.45;
}

.why-us h2 {
  margin-bottom: 30px;
  font-size: 48px;
  font-weight: 700;
  color: #ECF1F0;
  line-height: 1.35;
}

.why-us .list .item {
  width: 296px;
  max-width: 24%;
  padding: 30px 28px;
  color: #B6B6B6;
  line-height: 1.4;
  background: #0f0f0f;
  -webkit-border-radius: 18px;
  -moz-border-radius: 18px;
  border-radius: 18px;
  border: 1px solid rgba(255, 255, 255, 0.05);
}

.why-us .list .item h3 {
  margin-top: 26px;
  margin-bottom: 15px;
  font-size: 20px;
  line-height: 1.45;
  font-weight: 700;
  color: #fff;
}

.why-us .list .item p {
  line-height: 144%;
  letter-spacing: 0.02em;
}

.why-us .list .item .ico {
  width: 80px;
  height: 80px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: #FFF68F;
}

.location {
  padding: 44px 0 180px;
}

.location h3 {
  margin-bottom: 30px;
  font-size: 24px;
  font-weight: 600;
}

.location .map {
  width: 604px;
}

.location .map img {
  max-width: 100%;
}

.location .branches-title {
  font-size: 14px;
  color: rgba(189, 189, 189, 1);
  margin-bottom: 22px;
}

.location .branches-title h3 {
  margin-bottom: 20px;
}

.location .heading {
  text-align: center;
  font-size: 18px;
  color: rgba(177, 181, 195, 1);
  margin-bottom: 78px;
  line-height: 1.6;
}

.location .heading h2 {
  margin-bottom: 18px;
  font-size: 48px;
  font-weight: 700;
  color: #ECF1F0;
  line-height: 1.35;
}

.location .city-list {
  -ms-grid-columns: 1fr 20px 1fr 20px 1fr 20px 1fr 20px 1fr 20px 1fr;
  grid-template-columns: repeat(6, 1fr);
  /* лише 2 колонки */
  gap: 20px;
  padding-bottom: 50px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.location .city-list .city strong {
  display: block;
  font-weight: 600;
  margin-bottom: 5px;
}

.location .city-list .city a {
  color: #B6B6B6;
  font-size: 12px;
  display: block;
}

.location .city-list_section {
  margin-top: 40px;
}

.location .city-list .city strong.active {
  color: #FFED23;
}

.exchange-online {
  padding: 50px 0 0;
  background: #2b2b2b;
}

.exchange-online .left {
  width: 635px;
  padding-bottom: 50px;
}

.exchange-online .left .heading {
  font-size: 18px;
  color: #B6B6B6;
  margin-bottom: 40px;
  line-height: 1.6;
}

.exchange-online .left h2 {
  margin-bottom: 18px;
  font-size: 48px;
  font-weight: 700;
  color: #ECF1F0;
  line-height: 1.15;
}

.exchange-online .left .list {
  margin-bottom: 44px;
}

.exchange-online .left .list li {
  font-size: 24px;
  font-weight: 700;
  padding-left: 30px;
  color: #fff;
  position: relative;
}

.exchange-online .left .list li:before {
  position: absolute;
  content: "";
  width: 20px;
  height: 20px;
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_249_4896)'%3E%3Cpath d='M10 0C4.48622 0 0 4.48622 0 10C0 15.5138 4.48622 20 10 20C15.5138 20 20 15.5138 20 10C20 4.48622 15.5138 0 10 0ZM15.589 7.36842L9.19799 13.7093C8.82205 14.0852 8.22055 14.1103 7.81955 13.7343L4.43609 10.6516C4.03509 10.2757 4.01002 9.64912 4.3609 9.24812C4.73684 8.84712 5.36341 8.82205 5.76441 9.19799L8.44611 11.6541L14.1604 5.93985C14.5614 5.53885 15.188 5.53885 15.589 5.93985C15.99 6.34085 15.99 6.96742 15.589 7.36842Z' fill='%23FFED23'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_249_4896'%3E%3Crect width='20' height='20' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
  top: 6px;
  left: 0;
}

.exchange-online .left .list li:not(:last-child) {
  margin-bottom: 26px;
}

.exchange-online .left .button a {
  height: 54px;
  line-height: 54px;
  font-weight: 700;
  width: 190px;
}

.exchange-online .phone img {
  display: block;
}

.footer {
  padding: 176px 0 44px;
}

.footer .coll .socials {
  margin-bottom: 30px;
  gap: 20px;
}

.footer .coll .nav {
  color: #B6B6B6;
}

.footer .coll .nav li {
  margin-bottom: 22px;
}

.footer .coll-3 {
  padding-top: 20px;
}

.footer .coll-2 {
  padding-top: 20px;
  padding-left: 240px;
}

.footer .button a {
  width: 205px;
  height: 40px;
  line-height: 40px;
  font-weight: 700;
}

.mobile-menu {
  position: fixed;
  text-align: center;
  top: -110vh;
  width: 100%;
  left: 0;
  background: #000;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  z-index: 2;
}

.mobile-menu.visible {
  top: 0;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  z-index: 9999;
}

.mobile-menu .close {
  position: absolute;
  top: 20px;
  right: 20px;
}

.mobile-menu>div {
  height: 100vh;
}

.mobile-menu .logo {
  margin-bottom: 36px;
}

.mobile-menu li {
  margin-bottom: 36px;
}

.mobile-menu .button a {
  width: 190px;
}

.callback-form {
  background: #2B2B2B;
  padding: 32px;
  width: 624px;
  max-width: 100%;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
  display: none;
}

.callback-form .heading {
  margin-bottom: 30px;
}

.callback-form .heading h3 {
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 20px;
}

.callback-form .button {
  margin-bottom: 30px;
}

.callback-form .button {
  padding: 17px;
  width: 100%;
  font-weight: 700;
  font-size: 18px;
  background: #FFED23;
  color: #0A0A0A;
  text-align: center;
  border-radius: 27px;

  border: none;
}

.callback-form .button:disabled {
  filter: opacity(0.5) grayscale(1);
  cursor: not-allowed;
}

.callback-form .callback-inner>p {
  font-size: 12px;
  text-align: center;
}

.callback-form .field {
  margin-bottom: 20px;
}

.callback-form .grid {
  display: grid;
  align-items: center;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

.callback-form .field input {
  background: none;
  height: 50px;
  border: none;
  border-bottom: 1px solid #fff;
  width: 100%;
  color: #fff;
}

.callback-form .field .formButtonSelect {
  padding: 10px 20px;
  border-radius: 12px;
  background: none;
  border: 1px solid #fff;
  color: #ccc;
}

.callback-form .field .formButtonSelect--active {
  color: #000;
  background: #FFED23;
  border-color: #FFED23;
  font-weight: 700;
}

.callback-form .cf7-summary img {
  width: 12px;
}

.callback-form .summary {
  font-size: 14px;
  color: #B6B6B6;
  padding-bottom: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.success .heading {
  text-align: center;
}

.success .heading img {
  width: 50px;
}


@-webkit-keyframes moveUpDown1 {
  0% {
    top: 100px;
  }

  50% {
    top: 150px;
  }

  100% {
    top: 100px;
  }
}


@-moz-keyframes moveUpDown1 {
  0% {
    top: 100px;
  }

  50% {
    top: 150px;
  }

  100% {
    top: 100px;
  }
}


@-o-keyframes moveUpDown1 {
  0% {
    top: 100px;
  }

  50% {
    top: 150px;
  }

  100% {
    top: 100px;
  }
}


@keyframes moveUpDown1 {
  0% {
    top: 100px;
  }

  50% {
    top: 150px;
  }

  100% {
    top: 100px;
  }
}

@-webkit-keyframes moveUpDown2 {
  0% {
    top: 150px;
  }

  50% {
    top: 100px;
  }

  100% {
    top: 150px;
  }
}

@-moz-keyframes moveUpDown2 {
  0% {
    top: 150px;
  }

  50% {
    top: 100px;
  }

  100% {
    top: 150px;
  }
}

@-o-keyframes moveUpDown2 {
  0% {
    top: 150px;
  }

  50% {
    top: 100px;
  }

  100% {
    top: 150px;
  }
}

@keyframes moveUpDown2 {
  0% {
    top: 150px;
  }

  50% {
    top: 100px;
  }

  100% {
    top: 150px;
  }
}

.calculator .select.no-dropdown .selected {
  cursor: default;
}

.calculator .select.no-dropdown .selected:after {
  display: none;
}

.reverse img {
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  -o-transition: -o-transform 0.5s ease;
  -moz-transition: transform 0.5s ease, -moz-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease, -moz-transform 0.5s ease, -o-transform 0.5s ease;
}

.reverse.rotated img {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}

.wpcf7-not-valid {
  border: none !important;
  border-bottom: 1px solid #ff0000 !important;
}

.wpcf7-not-valid-tip {
  display: none !important;
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
  display: none;
}

.wpcf7 form.sent .wpcf7-response-output {
  border: none;
  text-align: center;
  color: #46b450;
}

.wpcf7-spinner {
  display: block;
}

.exchange-button.disabled {
  pointer-events: none;
  opacity: 0.5;
  cursor: not-allowed;
}

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

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}



.ti-widget.ti-goog .ti-review-content {
  background: #0f0f0f !important;
}

.calculator .select span {
  vertical-align: middle;
  display: inline-block;
}

.calculator .select img {
  vertical-align: middle;
  display: inline-block;
}

.location .branches-title h3 {
  color: #ECF1F0;
}

.fade-in {
  opacity: 0;
  -webkit-transform: translateY(20px);
  -moz-transform: translateY(20px);
  -ms-transform: translateY(20px);
  -o-transform: translateY(20px);
  transform: translateY(20px);
  -webkit-transition: opacity 1s ease, -webkit-transform 0.6s ease;
  transition: opacity 1s ease, -webkit-transform 0.6s ease;
  -o-transition: opacity 1s ease, -o-transform 0.6s ease;
  -moz-transition: opacity 1s ease, transform 0.6s ease, -moz-transform 0.6s ease;
  transition: opacity 1s ease, transform 0.6s ease;
  transition: opacity 1s ease, transform 0.6s ease, -webkit-transform 0.6s ease, -moz-transform 0.6s ease, -o-transform 0.6s ease;
}

.fade-in.visible {
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}

.buttoninitem a {
  width: 100%;
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -moz-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 10px;

}

.buttoninitem .button {
  margin-top: 10px;
}

.calculator .rate-warning {
  margin-top: 10px;
  font-size: 12px;
}


.rates-section-wrapper {
  margin: 130px 0 0;
}

.rates-section {
  padding: 80px 110px;
  color: white;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  margin: auto;
  background-image: url(../images/rates-bg.svg);
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  z-index: 1;
  overflow: hidden;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.rates-section::before {
  content: "";
  position: absolute;
  inset: 0;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  padding: 1px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.29)), to(rgba(239, 239, 239, 0.0232)));
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.29) 0%, rgba(239, 239, 239, 0.0232) 100%);
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0.29) 0%, rgba(239, 239, 239, 0.0232) 100%);
  background: -o-linear-gradient(top, rgba(255, 255, 255, 0.29) 0%, rgba(239, 239, 239, 0.0232) 100%);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.29) 0%, rgba(239, 239, 239, 0.0232) 100%);
  -webkit-mask:
    -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff)) content-box,
    -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff));
  -webkit-mask:
    -webkit-linear-gradient(#fff 0 0) content-box,
    -webkit-linear-gradient(#fff 0 0);
  -webkit-mask-composite: destination-out;
  mask-composite: exclude;
  pointer-events: none;
  z-index: 0;
}

.rates-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 40px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.rates-text h2 {
  font-size: 48px;
  font-weight: 700;
  margin-bottom: 20px;
  background: -webkit-linear-gradient(307.11deg, #FFFFFF 18.17%, rgba(255, 255, 255, 0) 152.61%);
  background: -moz-linear-gradient(307.11deg, #FFFFFF 18.17%, rgba(255, 255, 255, 0) 152.61%);
  background: -o-linear-gradient(307.11deg, #FFFFFF 18.17%, rgba(255, 255, 255, 0) 152.61%);
  background: linear-gradient(142.89deg, #FFFFFF 18.17%, rgba(255, 255, 255, 0) 152.61%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
}

.rates-text p {
  font-size: 18px;
  line-height: 1.5;
  max-width: 600px;
}

.rates-buttons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 20px;
  width: 30%;
  max-width: 256px;
}

.rates-btn {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -moz-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 10px;
  font-weight: 700;

}

.faq-section {
  background: #000;
  padding: 60px 20px;
  color: white;
}

.faq-section .inside {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 40px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;

}

.faq-left {
  max-width: 345px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.faq-left h2 {
  font-weight: 700;
  font-size: 48px;
  line-height: 64px;
  text-transform: capitalize;
  margin-bottom: 56px;
}

.faq-telegram-btn {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -moz-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #ffe600;
  color: #000;
  font-weight: 600;
  padding: 14px 26px;
  -webkit-border-radius: 999px;
  -moz-border-radius: 999px;
  border-radius: 999px;
  text-decoration: none;
  font-size: 16px;
  -webkit-box-shadow: 0 5px 20px rgba(255, 230, 0, 0.3);
  -moz-box-shadow: 0 5px 20px rgba(255, 230, 0, 0.3);
  box-shadow: 0 5px 20px rgba(255, 230, 0, 0.3);
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  max-width: 256px;
}

.faq-telegram-btn span {
  margin-left: 10px;
  font-size: 20px;
}

.faq-telegram-btn:hover {
  background: #ffdd00;
}

.faq-right {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  max-width: 600px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 16px;
}

.faq-item {
  background: rgba(255, 255, 255, 0.02);
  -webkit-border-radius: 14px;
  -moz-border-radius: 14px;
  border-radius: 14px;
  overflow: hidden;
  z-index: 1;
  -webkit-transition: background 0.2s ease;
  -o-transition: background 0.2s ease;
  -moz-transition: background 0.2s ease;
  transition: background 0.2s ease;
  position: relative;
}

.faq-item::before {
  content: "";
  position: absolute;
  inset: 0;
  -webkit-border-radius: 14px;
  -moz-border-radius: 14px;
  border-radius: 14px;
  padding: 1px;
  background: -webkit-linear-gradient(323.05deg, rgba(255, 237, 35, 0.44) -49.52%, rgba(255, 237, 35, 0) 71.47%);
  background: -moz-linear-gradient(323.05deg, rgba(255, 237, 35, 0.44) -49.52%, rgba(255, 237, 35, 0) 71.47%);
  background: -o-linear-gradient(323.05deg, rgba(255, 237, 35, 0.44) -49.52%, rgba(255, 237, 35, 0) 71.47%);
  background: linear-gradient(126.95deg, rgba(255, 237, 35, 0.44) -49.52%, rgba(255, 237, 35, 0) 71.47%);
  -webkit-mask:
    -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff)) content-box,
    -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff));
  -webkit-mask:
    -webkit-linear-gradient(#fff 0 0) content-box,
    -webkit-linear-gradient(#fff 0 0);
  -webkit-mask-composite: destination-out;
  mask-composite: exclude;
  pointer-events: none;
  z-index: -1;
}

.faq-question {
  width: 100%;
  background: none;
  color: white;
  font-size: 16px;
  font-weight: 600;
  padding: 22px 24px;
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: left;
  cursor: pointer;
  -webkit-transition: background 0.2s ease;
  -o-transition: background 0.2s ease;
  -moz-transition: background 0.2s ease;
  transition: background 0.2s ease;
}

.faq-question:hover {
  background-color: rgba(255, 255, 255, 0.05);
}

.faq-question span {
  font-size: 24px;
  -webkit-transition: -webkit-transform 0.2s ease;
  transition: -webkit-transform 0.2s ease;
  -o-transition: -o-transform 0.2s ease;
  -moz-transition: transform 0.2s ease, -moz-transform 0.2s ease;
  transition: transform 0.2s ease;
  transition: transform 0.2s ease, -webkit-transform 0.2s ease, -moz-transform 0.2s ease, -o-transform 0.2s ease;
}

.faq-item.open .faq-question span {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  -webkit-transition: all 0.35s ease, opacity 0.35s ease;
  -o-transition: all 0.35s ease, opacity 0.35s ease;
  -moz-transition: all 0.35s ease, opacity 0.35s ease;
  transition: all 0.35s ease, opacity 0.35s ease;
  padding: 0 24px;
  font-size: 15px;
  line-height: 1.5;
  color: #ccc;
}

.faq-item.open .faq-answer {
  max-height: 300px;
  opacity: 1;
  padding: 12px 24px 24px;
}

.faq-question .icon {
  position: relative;
  width: 14px;
  height: 14px;
  display: inline-block;
}

.faq-question .icon::before,
.faq-question .icon::after {
  content: "";
  position: absolute;
  background-color: rgba(255, 255, 255, 0.5);
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
}

.faq-question .icon::before {
  top: 50%;
  left: 0;
  width: 100%;
  height: 2px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.faq-question .icon::after {
  left: 50%;
  top: 0;
  width: 2px;
  height: 100%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}

.faq-item.open .faq-question .icon::after {
  display: none;
}

[data-device][hidden] {
  display: none !important;
}

.button.callback {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
}

.fall-in {
  opacity: 0;
  transform: translateY(-20px);
  animation: fallIn 0.4s ease forwards;
}

.fall-in.delay-1 {
  animation-delay: 0.0s;
}

.fall-in.delay-2 {
  animation-delay: 0.2s;
}

.fall-in.delay-3 {
  animation-delay: 0.4s;
}

.fall-in.delay-4 {
  animation-delay: 0.6s;
}

.fall-in.delay-5 {
  animation-delay: 0.8s;
}

@-webkit-keyframes fallIn {
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@-moz-keyframes fallIn {
  to {
    opacity: 1;
    -moz-transform: translateY(0);
    transform: translateY(0);
  }
}

@-o-keyframes fallIn {
  to {
    opacity: 1;
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fallIn {
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}

.button.callback .cyrcle-btn {
  max-width: 50px;
  height: 50px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.bold {
  font-weight: 700;
}