body {
  background: url(../img/body_bg.jpg) center no-repeat;
  background-size: cover;
  min-height: 100vh;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 210px 1fr;
  grid-template-columns:210px 1fr;
  gap: 20px;
  padding: 20px 20px 100px;
  font-family: roboto;
  font-style: normal;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start
}

.newsList .pagination {
  margin-top: 66px;
  width: calc(100% + 122px);
  left: 580px
}

.pagination {
  position: relative
}

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

.pagination ul li {
  margin: 0 9px
}

.pagination ul li a {
  color: #104559;
  font-size: 12px;
  display: flex;
  justify-content: center;
  width: 22px;
  height: 22px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  background-color: #cee4e4;
  line-height: 24px
}

.pagination ul li a:hover, .pagination ul li a.active {
  background-color: #0d6efd;
  color: #fff
}

.pagination ul li a.prev:hover {
  -webkit-box-shadow: 0 0 15px 0 #ffd33b;
  -moz-box-shadow: 0 0 15px 0 #ffd33b;
  box-shadow: 0 0 15px 0 #ffd33b
}

.pagination ul li.next {
  flex-basis: 2%;
  text-align: right;
  display: flex;
  justify-content: flex-end
}

.pagination ul li.prev {
  flex-basis: 2%;
  display: flex;
  justify-content: flex-start
}

.btn__blue {
  background: linear-gradient(109.03deg, #1b335d -1.28%, #11306D 91.5%);
  -webkit-box-shadow: 2px 2px 15px rgba(63, 110, 187, .2);
  box-shadow: 2px 2px 15px rgba(63, 110, 187, .2);
  border-radius: 10px;
  width: 100%;
  border: none;
  padding: 12px;
  font-family: roboto;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 120%;
  text-align: center;
  letter-spacing: .015em;
  color: #fff
}

.btn__blue:hover {
  box-shadow: 0 0 4px #fff
}

.main-card__btn .btn__blue {
  position: relative
}

.main-card__btn .btn__blue div {
  position: relative
}

.main-card__btn_animate {
  width: 100%;
  border: none;
  outline: none;
  cursor: pointer;
  position: relative;
  z-index: 0;
  border-radius: 10px;
  background: #e5dcd5
}

.main-card__btn_animate:before {
  content: '';
  background: linear-gradient(45deg, #1dd6ff, rgb(63 136 255/40%), #b5ff1d, #fd6060, #002bff, #1dd6ff, #1b7be3, #03a84ea1);
  position: absolute;
  top: -2px;
  left: -2px;
  background-size: 400%;
  z-index: -1;
  filter: blur(2px);
  width: calc(100% + 4px);
  height: calc(100% + 4px);
  animation: glowing2 20s linear infinite;
  opacity: 0;
  transition: opacity .3s ease-in-out;
  border-radius: 10px;
  opacity: 1
}

.main-card__btn_animate:after {
  z-index: -1;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background: #08234c;
  left: 0;
  top: 0;
  border-radius: 10px
}

@keyframes glowing2 {
  0% {
    background-position: 0 0
  }
  50% {
    background-position: 400% 0
  }
  100% {
    background-position: 0 0
  }
}

.btn__wht {
  width: 100%;
  padding: 12px;
  border: 1px solid #fff;
  border-radius: 10px;
  font-family: roboto;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 120%;
  text-align: center;
  letter-spacing: .015em;
  color: #fff;
  background: 0 0
}

.btn__wht:hover {
  box-shadow: 0 0 4px #fff
}

.btn__blc {
  background: linear-gradient(95.21deg, rgba(7, 35, 77, 0.8) 17.15%, rgba(4, 22, 46, 0.8) 99.59%);
  border-radius: 22px;
  width: 100%;
  padding: 15px;
  font-family: inter;
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 17px;
  text-transform: uppercase;
  color: #fff;
  border: none
}

.sidebar {
  padding: 12px 9px 40px;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(255, 255, 255, 0.02)), to(rgba(255, 255, 255, 0.02))), rgba(2, 19, 38, 0.8);
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.02), rgba(255, 255, 255, 0.02)), rgba(2, 19, 38, 0.8);
  -webkit-box-shadow: 0 0 50px rgba(71, 40, 140, .25);
  box-shadow: 0 0 50px rgba(71, 40, 140, .25);
  border-radius: 20px
}

.sidebar__pers {
  margin: 24px 0 0;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 36px 1fr 18px;
  grid-template-columns:36px 1fr 18px;
  gap: 12px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.sidebar__pers p {
  font-weight: 500;
  font-size: 14px;
  line-height: 120%;
  letter-spacing: .015em;
  color: #fff
}

.sidebar__pers p + p {
  font-weight: 400;
  font-size: 12px;
  opacity: .6;
  margin: 2px 0 0
}

.sidebar ul {
  margin: 24px 0 0;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 100%;
  grid-template-columns:100%;
  gap: 4px
}

.sidebar ul p {
  font-weight: 400;
  font-size: 12px;
  line-height: 120%;
  letter-spacing: .015em;
  color: #fff;
  opacity: .8;
  -webkit-transition: all .3s;
  transition: all .3s
}

.sidebar ul img {
  opacity: .8;
  -webkit-transition: all .3s;
  transition: all .3s
}

.sidebar ul span {
  position: absolute;
  top: 50%;
  right: 12px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  font-weight: 500;
  font-size: 10px;
  line-height: 120%;
  letter-spacing: .015em;
  color: #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 16px;
  height: 16px;
  background: #fff;
  border-radius: 100%
}

.sidebar ul a {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 14px 1fr;
  grid-template-columns:14px 1fr;
  gap: 10px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 12px;
  position: relative;
  border-radius: 10px;
  -webkit-transition: all .3s;
  transition: all .3s
}

.sidebar ul a:hover {
  background: -webkit-gradient(linear, left top, right top, color-stop(-12%, rgba(23, 91, 165, 0.6)), color-stop(13.73%, rgba(47, 73, 101, 0.6)), color-stop(138.2%, rgba(47, 73, 101, 0)));
  background: linear-gradient(90deg, rgba(23, 91, 165, 0.6) -12%, rgba(47, 73, 101, 0.6) 13.73%, rgba(47, 73, 101, 0) 138.2%)
}

.sidebar ul a:hover p, .sidebar ul a:hover img {
  opacity: 1
}

.sidebar ul a.active {
  background: -webkit-gradient(linear, left top, right top, from(rgba(23, 91, 165, 0.6)), to(rgba(29, 66, 105, 0.6)));
  background: linear-gradient(90deg, rgba(23, 91, 165, 0.6) 0%, rgba(12 21 31/60%) 100%)
}

.sidebar ul a.active p, .sidebar ul a.active img {
  opacity: 1
}

.sidebar h2 {
  font-weight: 500;
  font-size: 14px;
  line-height: 120%;
  letter-spacing: .015em;
  color: #f9c43d;
  margin: 24px 0 0 12px
}

.sidebar h2 + ul {
  margin: 12px 0 0
}

.sidebar__bonus {
  border: 2px dashed #9adc2d;
  border-radius: 12px;
  margin: 32px 0 0;
  padding: 6px 0
}

.sidebar__bonus ul {
  margin: 0
}

.sidebar__bonus ul a:hover, .sidebar__bonus ul a.active {
  background: 0 0
}

.sidebar__bonus ul img {
  opacity: 1
}

.sidebar .sidebar__tg p {
  color: #38a6db
}

.sidebar__logo {
  width: 80% !important;
  display: block
}

.sidebar__logo img {
  width: 100%
}

.nav {
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(255, 255, 255, 0.03)), to(rgba(255, 255, 255, 0.03))), -webkit-gradient(linear, left top, right top, color-stop(0.62%, rgba(2, 19, 38, 0.8)), color-stop(100.51%, rgba(11, 42, 89, 0.8)));
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.03), rgba(255, 255, 255, 0.03)), linear-gradient(90deg, rgba(2, 19, 38, 0.8) 0.62%, rgba(11, 42, 89, 0.8) 100.51%);
  -webkit-box-shadow: 0 0 20px rgba(3, 16, 37, .35);
  box-shadow: 0 0 20px rgba(3, 16, 37, .35);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  border-radius: 12px;
  padding: 12px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.nav__partners {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 30px 1fr;
  grid-template-columns:30px 1fr;
  gap: 12px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.nav__partners_img {
  width: 30px;
  height: 30px;
  border-radius: 100%;
  background: #353968;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.nav__partners p {
  font-weight: 400;
  font-size: 12px;
  line-height: 120%;
  letter-spacing: .015em;
  color: #fff
}

.nav__partners_row {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto auto;
  grid-template-columns:auto auto;
  gap: 18px;
  position: relative;
  margin: 2px 0 0
}

.nav__partners_row p:nth-child(1) {
  padding: 0 18px 0 0;
  border-right: 1px solid #fff
}

.nav__block {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 150px 150px;
  grid-template-columns:150px 150px;
  gap: 20px;
  margin: 0 auto 0 20px
}

.nav__block_item {
  border: 1px solid #175ba5;
  border-radius: 8px;
  padding: 4px
}

.nav__block p {
  font-weight: 500;
  font-size: 12px;
  line-height: 120%;
  text-align: center;
  letter-spacing: .015em;
  color: #fff
}

.nav__block p + p {
  margin: 4px 0 0;
  font-weight: 400
}

.nav__balance {
  -ms-grid-columns: 18px 50px auto;
  grid-template-columns:40px 60px auto;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
  padding: 6px 31px;
  background: -webkit-gradient(linear, left top, right top, color-stop(-12%, #175BA5), to(rgba(47, 73, 101, 0.5)));
  background: linear-gradient(90deg, #175BA5 -12%, rgba(47, 73, 101, 0.5) 100%);
  border-radius: 8px;
  min-width: 135px;
  box-shadow: 0 0 18px #156efe
}

.nav__balance p {
  font-weight: 400;
  font-size: 15px;
  line-height: 120%;
  letter-spacing: .015em;
  text-transform: uppercase;
  color: #fff
}

.nav__balance p + p {
  font-weight: 500;
  font-size: 14px;
  text-align: right
}

.nav__lang {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 20px
}

.nav__lang img {
  width: 75%
}

.nav__lang a {
  width: 20px;
  opacity: .5;
  margin: 0 8px 0 0;
  -webkit-transition: all .3s;
  transition: all .3s
}

.nav__lang a:last-child {
  margin: 0
}

.nav__lang a.active {
  width: 24px;
  opacity: 1
}

.nav__lang a:hover {
  opacity: 1
}

.nav__exit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.nav__exit p {
  font-family: inter;
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  line-height: 120%;
  letter-spacing: .015em;
  color: #fff;
  margin: 0 12px 0 0
}

.nav__ref {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 30px 1fr;
  grid-template-columns:30px 1fr;
  gap: 12px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.nav__ref p {
  font-weight: 500;
  font-size: 12px;
  line-height: 120%;
  letter-spacing: .015em;
  color: #fff
}

.nav__ref a {
  margin: 2px 0 0;
  font-weight: 400;
  font-size: 12px;
  line-height: 120%;
  letter-spacing: .015em;
  color: #fff
}

.nav__ref_img {
  width: 30px;
  height: 30px;
  border-radius: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #353968
}

.wrapper {
  margin: 20px 0 0;
  display: -ms-grid;
  display: grid;
  gap: 20px
}

.wrapper__col_three {
  -ms-grid-columns: 1fr 1fr 30%;
  grid-template-columns:1fr 1fr 30%
}

.wrapper__col_therd {
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns:1fr 1fr 1fr
}

.wrapper__col_four {
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns:1fr 1fr 1fr 1fr
}

.wrapper__col_history {
  -ms-grid-columns: 1fr minmax(167px, 220px);
  grid-template-columns:1fr minmax(167px, 220px);
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start
}

.wrapper__col_setting {
  -ms-grid-columns: 46% 1fr 25%;
  grid-template-columns:46% 1fr 25%;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start
}

.card {
  background: #0b1b29;
  -webkit-backdrop-filter: blur(6.5px);
  backdrop-filter: blur(6.5px);
  border-radius: 17px;
  padding: 24px
}

.card__bg_balance {
  background: url(../img/balance_bg.svg) center no-repeat;
  background-size: cover
}

.card__bg_dep {
  background: url(../img/bg_dep.svg) center no-repeat;
  background-size: cover
}

.card__balance p {
  font-weight: 400;
  font-size: 14px;
  line-height: 130%;
  color: #fff
}

.card__balance p + p {
  font-weight: 500;
  font-size: 32px;
  line-height: 130%;
  margin: 2px 0 0
}

.card__list {
  margin: 24px -7px 0;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 11fr 10fr;
  grid-template-columns:7fr 10fr;
  gap: 15px
}

.card__list_item {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 18px 1fr;
  grid-template-columns:18px 1fr;
  gap: 12px
}

.card__list_item:nth-child(1) {
  padding: 0 15px 0 0;
  border-right: 1px solid #3442a84d
}

.card__list p {
  font-weight: 300;
  font-size: 14px;
  line-height: 130%;
  color: #fff;
  opacity: .8
}

.card__list p + p {
  margin: 2px 0 0;
  font-weight: 350;
  font-size: 18px;
  line-height: 130%;
  opacity: .9
}

.card__btn {
  margin: 24px 0 0;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns:1fr 1fr;
  gap: 32px;
  width: 100%
}

.bank {
  padding: 24px;
  background: #0b1b29;
  -webkit-backdrop-filter: blur(6.5px);
  backdrop-filter: blur(6.5px);
  border-radius: 14px;
  background: url(../img/bank_bg.svg) center no-repeat;
  background-size: cover;
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  grid-row: 1/3;
  -ms-grid-column: 3;
  -ms-grid-column-span: 1;
  grid-column: 3/4
}

.bank h3 {
  font-weight: 500;
  font-size: 14px;
  line-height: 130%;
  color: #fff
}

.bank__card {
  margin: 20px 0 0;
  background: linear-gradient(64.19deg, rgba(23, 23, 23, 0.8) 34.3%, rgba(1, 1, 1, 0.8) 80.33%);
  -webkit-backdrop-filter: blur(14px);
  backdrop-filter: blur(14px);
  border-radius: 11px;
  padding: 18px 24px
}

.bank__card_name {
  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
}

.bank__card_name p {
  font-weight: 300;
  font-size: 14px;
  line-height: 130%;
  color: #d9d9d9
}

.bank__card_img {
  margin: 8px 0 0
}

.bank__card_num {
  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: 20px 0 0
}

.bank__card_num p {
  font-weight: 300;
  font-size: 16px;
  line-height: 130%;
  letter-spacing: .04em;
  color: #d9d9d9
}

.bank__card_date {
  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
}

.bank__card_date p {
  font-weight: 100;
  font-size: 12px;
  line-height: 130%;
  color: #fff;
  margin: 12px 0 0
}

.bank__title {
  margin: 32px 0 0;
  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
}

.bank__title a {
  font-weight: 400;
  font-size: 14px;
  line-height: 130%;
  color: #9adc2d
}

.bank ul {
  margin: 20px 0 0;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 100%;
  grid-template-columns:100%;
  gap: 10px
}

.bank ul li {
  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
}

.bank ul p {
  font-family: roboto;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 130%
}

.bank ul p + p {
  font-weight: 300;
  font-size: 10px;
  line-height: 130%;
  color: #c9c9c9
}

.bank ul p.red {
  color: #ff3b52
}

.bank ul p.green {
  color: #9adc2d
}

.balance {
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  grid-column: 1/3;
  background: url(../img/balance_card_bg.svg) center no-repeat;
  background-size: cover;
  padding: 24px;
  -webkit-backdrop-filter: blur(6.5px);
  backdrop-filter: blur(6.5px);
  border-radius: 14px
}

.balance h2 {
  font-weight: 500;
  font-size: 18px;
  line-height: 130%;
  color: #fff;
  text-align: center
}

.balance__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 20px 0 0
}

.balance__row p {
  margin: 0 4px;
  font-weight: 500;
  font-size: 32px;
  line-height: 130%;
  color: #fff
}

.balance__row img {
  margin: 0 8px 0 0
}

.balance__btn {
  display: -ms-grid;
  display: grid;
  margin: 20px auto 0;
  max-width: 605px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns:1fr 1fr 1fr;
  gap: 32px
}

@media (max-width: 1300px) {
  body {
    -ms-grid-columns: 185px 1fr;
    grid-template-columns:185px 1fr;
    gap: 10px;
    padding: 10px 10px 40px
  }

  .nav__block {
    -ms-grid-columns: 100px 100px;
    grid-template-columns:100px 100px;
    gap: 10px
  }

  .nav__block p {
    font-size: 8px
  }

  .nav__partners_row {
    gap: 5px
  }

  .nav__partners_row p:nth-child(1) {
    padding: 0 5px 0 0
  }

  .nav__partners p {
    font-size: 8px
  }

  .nav__ref p {
    font-size: 8px
  }

  .nav__ref a {
    font-size: 8px
  }

  .nav__balance {
    min-width: 100px
  }

  .nav__balance p {
    font-size: 10px
  }

  .nav__balance p + p {
    font-size: 10px
  }

  .nav__lang a {
    width: 16px
  }

  .nav__lang a.active {
    width: 20px
  }

  .nav__exit p {
    font-size: 8px;
    margin: 0 6px 0 0
  }

  .nav__exit img {
    width: 20px
  }

  .card, .bank, .balance {
    padding: 12px
  }

  .wrapper {
    gap: 10px;
    margin: 10px 0 0
  }
}

@media (max-width: 1200px) {
  .card__balance p + p {
    font-size: 24px
  }

  .card__list p {
    font-size: 10px
  }

  .card__list p + p {
    font-size: 12px
  }

  .card__btn {
    gap: 10px
  }

  .balance__row p {
    font-size: 24px
  }

  .balance__row img {
    width: 30px
  }

  .balance__btn {
    gap: 14px
  }

  .bank__card {
    padding: 10px 14px
  }

  .bank__card_name p {
    font-size: 10px
  }

  .bank__card_name img {
    width: 22px
  }

  .bank__card_img img {
    width: 24px
  }

  .bank__card_num {
    font-size: 10px
  }

  .bank__title a {
    font-size: 10px
  }

  .bank h3 {
    font-size: 12px
  }

  .bank ul p {
    font-size: 12px
  }
}

@media (min-width: 1700px) {
  body {
    -ms-grid-columns: 285px 1fr;
    grid-template-columns:285px 1fr
  }

  .sidebar__logo {
    width: 72px
  }

  .sidebar__pers {
    margin: 32px 0 0;
    -ms-grid-columns: 48px 1fr 24px;
    grid-template-columns:48px 1fr 24px
  }

  .sidebar__pers img {
    width: 100%
  }

  .sidebar__pers p {
    font-size: 18px
  }

  .sidebar__pers p + p {
    font-size: 16px
  }

  .sidebar ul {
    gap: 5px
  }

  .sidebar ul p {
    font-size: 16px
  }

  .sidebar ul img {
    width: 100%
  }

  .sidebar ul a {
    -ms-grid-columns: 19px 1fr;
    grid-template-columns:19px 1fr;
    gap: 13px;
    padding: 16px
  }

  .sidebar ul span {
    width: 22px;
    height: 22px;
    font-size: 13px
  }

  .sidebar h2 {
    font-size: 18px;
    margin: 32px 0 0 16px
  }

  .nav {
    padding: 10px 24px
  }

  .nav__partners {
    -ms-grid-columns: 40px 1fr;
    grid-template-columns:40px 1fr
  }

  .nav__partners_img {
    width: 40px;
    height: 40px
  }

  .nav__partners p {
    font-size: 16px
  }

  .nav__block {
    -ms-grid-columns: 200px 200px;
    grid-template-columns:200px 200px;
    gap: 24px;
    margin: 0 auto 0 44px
  }

  .nav__block_item {
    padding: 4px
  }

  .nav__block p {
    font-size: 16px
  }

  .nav__balance {
    padding: 8px 45px;
    -ms-grid-columns: 24px auto auto;
    grid-template-columns:24px auto auto;
    gap: 10px;
    min-width: 180px
  }

  .nav__balance img {
    width: 100%
  }

  .nav__balance p {
    font-size: 18px
  }

  .nav__balance p + p {
    font-size: 18px
  }

  .nav__lang a {
    margin: 0 10px 0 0;
    width: 24px
  }

  .nav__lang a.active {
    width: 32px
  }

  .nav__exit p {
    font-size: 16px
  }

  .nav__exit img {
    width: 32px
  }

  .nav__ref {
    -ms-grid-columns: 40px 1fr;
    grid-template-columns:40px 1fr;
    gap: 16px
  }

  .nav__ref_img {
    width: 40px;
    height: 40px
  }

  .nav__ref_img img {
    width: 16px
  }

  .nav__ref p {
    font-size: 16px
  }

  .nav__ref a {
    font-size: 16px
  }

  .card {
    padding: 32px
  }

  .card__balance p {
    font-size: 18px
  }

  .card__balance p + p {
    font-size: 42px
  }

  .card__list p {
    font-size: 18px
  }

  .card__list p + p {
    font-size: 24px
  }

  .card__list_item {
    -ms-grid-columns: 24px 1fr;
    grid-template-columns:24px 1fr;
    gap: 18px
  }

  .card__list img {
    width: 100%
  }

  .btn__wht, .btn__blue, .btn__blc {
    font-size: 16px;
    padding: 16px
  }

  .balance__row p {
    font-size: 42px
  }

  .balance__row img {
    width: 70px
  }

  .balance__btn {
    max-width: 700px
  }

  .bank h3 {
    font-size: 24px
  }

  .bank__title a {
    font-size: 18px
  }

  .bank ul p {
    font-size: 18px
  }

  .bank ul p + p {
    font-size: 14px
  }

  .bank__card_name p {
    font-size: 20px
  }

  .bank__card_name img {
    width: 40px
  }

  .bank__card_img img {
    width: 50px
  }

  .bank__card_num p {
    font-size: 24px
  }

  .bank__card_date p {
    font-size: 16px
  }
}

.main-card {
  background: url(../img/main-card.jpg) center no-repeat;
  background-size: cover;
  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-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-backdrop-filter: blur(6.5px);
  backdrop-filter: blur(6.5px)
}

.main-card:hover {
  box-shadow: 0 0 5px #194898
}

.main-card .card__btn {
  gap: 20px
}

.main-card__btn {
  margin: 24px 0 0;
  width: 100%
}

.main-card__ref {
  display: -ms-inline-grid;
  display: inline-grid;
  -ms-grid-columns: 43px 1fr;
  grid-template-columns:43px 1fr;
  gap: 12px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 24px 0 auto
}

.main-card__ref_img {
  width: 43px;
  height: 43px;
  border-radius: 100%;
  background: #353968;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.main-card__ref_img img {
  width: 25px
}

.main-card__ref p {
  font-weight: 400;
  font-size: 13px;
  line-height: 120%;
  letter-spacing: .015em;
  color: #c9c9c9
}

.main-card__ref_row {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto auto;
  grid-template-columns:auto auto;
  gap: 18px;
  position: relative;
  margin: 2px 0 0
}

.main-card__ref_row p:nth-child(1) {
  padding: 0 18px 0 0;
  border-right: 1px solid #fff
}

.main-card__full .card__btn {
  max-width: 330px
}

@media (min-width: 1700px) {
  .main-card__ref {
    -ms-grid-columns: 56px 1fr;
    grid-template-columns:56px 1fr;
    gap: 16px
  }

  .main-card__ref p {
    font-size: 16px
  }

  .main-card__ref_img {
    width: 56px;
    height: 56px
  }

  .main-card__ref_img img {
    width: 32px
  }

  .main-card__full .card__btn {
    max-width: 400px
  }
}

@media (max-width: 1200px) {
  .main-card__ref {
    -ms-grid-columns: 30px 1fr;
    grid-template-columns:30px 1fr;
    gap: 10px
  }

  .main-card__ref_img {
    height: 30px;
    width: 30px
  }

  .main-card__ref p {
    font-size: 10px
  }
}

.min-card {
  background: url(../img/main-card.svg) center no-repeat;
  background-size: cover
}

.min-card .card__list {
  -ms-grid-columns: 100%;
  grid-template-columns:100%;
  gap: 12px
}

.min-card .card__list_item {
  padding: 0;
  border: none !important
}

.min-card .card__btn {
  gap: 12px
}

.min-card + .bank {
  -ms-grid-column: 4;
  -ms-grid-column-span: 1;
  grid-column: 4/5
}

@media (max-width: 1100px) {
  .min-card .card__btn {
    -ms-grid-columns: 100%;
    grid-template-columns:100%
  }

  .min-card + .bank .bank__card_num p {
    font-size: 12px
  }
}

.history-title {
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  grid-column: 1/3
}

.history-title h2 {
  font-family: roboto;
  font-style: normal;
  font-weight: 500;
  font-size: 19px;
  line-height: 28px;
  letter-spacing: .05em;
  color: #fff
}

.history-title p {
  font-family: roboto;
  font-style: normal;
  font-weight: 400;
  font-size: 11px;
  line-height: 13px;
  color: rgba(255, 255, 255, .5);
  margin: 3px 0 0
}

.history {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 100%;
  grid-template-columns:100%;
  gap: 15px
}

.history__item {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto auto auto auto auto 21% 140px;
  grid-template-columns:auto auto auto auto auto 21% 140px;
  gap: 10px;
  border-radius: 12px;
  padding: 10px 15px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.history__item p {
  font-family: inter;
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  line-height: 13px;
  color: #fff;
  white-space: nowrap
}

.history__item p + p {
  margin: 10px -38px 0;
  font-family: inter;
  font-style: normal;
  font-weight: 300;
  font-size: 11px;
  line-height: 15px;
  color: #a6daff
}

.history__wait {
  box-shadow: 0 0 5px #156efe
}

.history__wait:hover {
  position: relative;
  opacity: 1;
  transform: scale(1.01)
}

.history__suc {
  background: rgba(2, 19, 38, .5)
}

.history__error {
  background: rgba(86, 6, 15, .5)
}

.history__comment {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 39px 1fr;
  grid-template-columns:39px 1fr;
  gap: 20px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.history__comment img {
  width: 100%
}

.history__comment_wrapper {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 7px 7px 7px;
  grid-template-columns:7px 7px 7px;
  gap: 5px;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: start;
  margin: 14px 0 0
}

.history__comment_wrapper span {
  width: 7px;
  height: 7px;
  border-radius: 100%;
  display: block;
  background: #fff
}

.history-filter {
  background: rgba(6, 23, 39, .5);
  -webkit-backdrop-filter: blur(50px);
  backdrop-filter: blur(50px);
  border-radius: 21px;
  padding: 15px 28px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 100%;
  grid-template-columns:100%;
  gap: 15px
}

.history-filter .btn__blc {
  max-width: 180px;
  margin: 15px auto 0
}

.history-filter p {
  font-family: inter;
  font-style: normal;
  font-weight: 700;
  font-size: 11px;
  line-height: 13px;
  text-transform: uppercase;
  color: #fff
}

.history-filter__select {
  margin: 13px 0 0
}

.select {
  position: relative;
  background: rgba(4, 21, 44, .65);
  border-radius: 41px;
  overflow: hidden;
  z-index: 1
}

.select select {
  z-index: 2;
  background: 0 0;
  width: 100%;
  font-family: inter;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color: rgba(255, 255, 255, .5);
  border: none;
  padding: 11px 30px;
  -moz-appearance: none;
  -webkit-appearance: none
}

.select select::-ms-expand {
  display: none
}

.select::before {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 30px;
  width: 10px;
  height: 7px;
  background-size: contain
}

@media (max-width: 1330px) {
  .history__item {
    -ms-grid-columns: auto auto auto auto auto 23% 90px;
    grid-template-columns:auto auto auto auto auto 23% 90px
  }

  .history__item p {
    font-size: 9px
  }

  .history__item p + p {
    font-size: 10px;
    margin: 3px -25px 0
  }

  .history__comment {
    gap: 8px;
    -ms-grid-columns: 25px 1fr;
    grid-template-columns:25px 1fr
  }

  .history__comment img {
    width: 25px
  }

  .history__comment_wrapper {
    margin: 10px 0 0
  }
}

@media (max-width: 1150px) {
  .history-filter {
    padding: 15px
  }

  .select select {
    padding: 10px 15px
  }

  .select::before {
    right: 15px
  }
}

@media (min-width: 1700px) {
  .history-title h1 {
    font-size: 27px
  }

  .history-title p {
    font-size: 16px;
    margin: 8px 0 0
  }

  .history__item {
    padding: 20px;
    -ms-grid-columns: auto auto auto auto auto 21% 160px;
    grid-template-columns:auto auto auto auto auto 21% 160px
  }

  .history__item p {
    font-weight: 100;
    font-size: 12px
  }

  .history__item p + p {
    font-weight: 200;
    font-size: 13px
  }

  .history-filter {
    padding: 25px;
    gap: 20px
  }

  .history-filter p {
    font-size: 14px
  }

  .history-filter__select {
    margin: 15px 0 0
  }
}

input {
  padding: 9px 15px;
  background: rgb(36 83 124/15%);
  border-radius: 41px;
  border: none;
  font-family: inter;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #fff;
  color: rgba(255, 255, 255, .5)
}

.setting-info h3 {
  font-family: roboto;
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 23px;
  letter-spacing: .05em;
  color: #fff
}

.setting-info__container {
  background: rgba(14, 36, 67, .5);
  border-radius: 12px;
  padding: 20px;
  margin: 20px 0 0
}

.setting-info__wrapper {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns:1fr 1fr;
  gap: 30px;
  row-gap: 10px
}

.setting-info input {
  margin: 13px 0 0
}

.setting-info p {
  font-family: inter;
  font-style: normal;
  font-weight: 700;
  font-size: 11px;
  line-height: 13px;
  text-transform: uppercase;
  color: #fff
}

.setting-info .btn__blc {
  max-width: 180px;
  margin: 28px 0 0 auto;
  display: block
}

.password h3 {
  font-family: roboto;
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 23px;
  letter-spacing: .05em;
  color: #fff
}

.password__container {
  background: rgba(14, 36, 67, .5);
  border-radius: 12px;
  padding: 20px;
  margin: 20px 0 0
}

.password__wrapper {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 100%;
  grid-template-columns:100%;
  gap: 15px
}

.password input {
  margin: 13px 0 0
}

.password p {
  font-family: inter;
  font-style: normal;
  font-weight: 700;
  font-size: 11px;
  line-height: 13px;
  text-transform: uppercase;
  color: #fff
}

.password .btn__blc {
  max-width: 180px;
  margin: 20px auto 0;
  display: block
}

.setting-pay {
  -ms-grid-column: 3;
  -ms-grid-column-span: 1;
  grid-column: 3/4;
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  grid-row: 1/3
}

.setting-pay h3 {
  font-family: roboto;
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 23px;
  letter-spacing: .05em;
  color: #fff
}

.setting-pay__wrapper {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 100%;
  grid-template-columns:100%;
  gap: 15px;
  background: rgba(6, 23, 39, .5);
  border-radius: 12px;
  padding: 20px;
  margin: 20px 0 -200px
}

.setting-pay input {
  margin: 13px 0 0;
  background: rgba(4, 21, 44, .65);
  padding: 9px 15px 9px 18px
}

.setting-pay p {
  font-family: inter;
  font-style: normal;
  font-weight: 700;
  font-size: 11px;
  line-height: 13px;
  text-transform: uppercase;
  color: #fff
}

.setting-pay .btn__blc {
  max-width: 220px;
  margin: 0 auto;
  display: block
}

.setting-pay .select {
  background: rgba(4, 21, 44, .65);
  margin: 13px 0 0
}

.setting-pay .select select {
  padding: 9px 15px
}

.setting-pay label div {
  position: relative;
  z-index: 1
}

.setting-pay label img {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 0
}

.setting {
  background: rgba(14, 36, 67, .5);
  border-radius: 12px;
  padding: 20px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr minmax(160px, 200px);
  grid-template-columns:1fr minmax(160px, 200px);
  gap: 30px;
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  grid-column: 1/3
}

.setting__auth {
  max-width: 540px
}

.setting__auth h2 {
  font-family: roboto;
  font-style: normal;
  font-weight: 900;
  font-size: 20px;
  line-height: 23px;
  letter-spacing: .05em;
  color: #fff
}

.setting__auth h2 + p {
  margin: 20px 0 0;
  font-family: inter;
  font-style: normal;
  font-weight: 700;
  font-size: 12px;
  line-height: 15px;
  text-transform: uppercase;
  color: #fff
}

.setting__auth_wrapper {
  margin: 20px 0 0;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 46% 1fr;
  grid-template-columns:46% 1fr;
  gap: 20px
}

.setting__auth_wrapper img {
  width: 100%;
  border-radius: 12px
}

.setting__auth_text {
  font-family: inter;
  font-style: normal;
  font-weight: 700;
  font-size: 12px;
  line-height: 15px;
  text-transform: uppercase;
  color: #fff
}

.setting__auth_text.yellow {
  margin: 15px 0 0;
  color: #f9c43d;
  font-size: 16px
}

.setting__auth label {
  margin: 20px 0 10px
}

.setting__auth label input {
  margin: 13px 0 0;
  max-width: 200px
}

.setting__auth label p {
  font-family: inter;
  font-style: normal;
  font-weight: 700;
  font-size: 11px;
  line-height: 13px;
  text-transform: uppercase;
  color: #fff
}

.setting__auth_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column
}

.setting__auth .btn__blc {
  margin: auto 40px 0 auto;
  max-width: 150px
}

.setting__form {
  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
}

.setting__form h2 {
  font-family: inter;
  font-style: normal;
  font-weight: 700;
  font-size: 10px;
  line-height: 12px;
  text-transform: uppercase;
  color: #fff
}

.setting__form label {
  margin: 10px 0 0
}

.setting__form label input {
  margin: 13px 0 0;
  max-width: 200px;
  padding: 7px 15px;
  font-size: 8px;
  line-height: 10px
}

.setting__form label p {
  font-family: inter;
  font-style: normal;
  font-weight: 700;
  font-size: 8px;
  line-height: 10px;
  text-transform: uppercase;
  color: #fff
}

.setting__form label select {
  padding: 7px 15px;
  font-size: 8px;
  line-height: 10px
}

.setting__form label .select {
  margin: 13px 0 0
}

.setting__form label .select::before {
  right: 15px
}

.setting__check {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 100%;
  grid-template-columns:100%;
  gap: 10px;
  margin: 10px 0 0
}

.setting__check label {
  position: relative;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 20px 1fr;
  grid-template-columns:20px 1fr;
  gap: 10px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0
}

.setting__check label span {
  width: 20px;
  height: 20px;
  background: rgba(4, 21, 44, .65);
  border-radius: 100%;
  -webkit-transition: all .3s;
  transition: all .3s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.setting__check label span::before {
  content: '';
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  background: #0b2a59cc;
  opacity: 0;
  -webkit-transition: all .3s;
  transition: all .3s
}

.setting__check label p {
  font-size: 8px;
  line-height: 10px
}

.setting__check label input {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  margin: 0;
  z-index: 2
}

.setting__check label input:checked + span::before {
  opacity: 1
}

@media (max-width: 1200px) {
  .setting-info h2, .password h2, .setting-pay h2 {
    font-size: 16px
  }

  .setting-info__container, .password__container, .setting-pay__container {
    margin: 10px 0 0
  }

  .setting-info label p, .password label p, .setting-pay label p {
    font-size: 8px;
    line-height: 10px
  }

  .setting-info label input, .password label input, .setting-pay label input {
    margin: 10px 0 0
  }

  .setting-info .btn__blc, .password .btn__blc, .setting-pay .btn__blc {
    margin: 20px auto 0
  }

  .setting-pay__wrapper {
    margin: 10px 0 0
  }

  .wrapper__col_setting {
    -ms-grid-columns: 3fr 2fr 2fr;
    grid-template-columns:3fr 2fr 2fr
  }

  .setting-info__wrapper {
    gap: 15px
  }

  .setting-info .btn__blc {
    margin: 20px 0 0 auto
  }

  .setting .btn__blc {
    margin: auto 0 0 auto
  }

  .setting__auth_text {
    font-size: 8px
  }

  .setting__auth_text.yellow {
    font-size: 10px;
    margin: 8px 0 0
  }

  .setting__auth label {
    margin: 8px 0 10px
  }

  .setting__auth label p {
    font-size: 8px;
    line-height: 10px
  }

  .btn__blc {
    padding: 12px;
    font-size: 10px;
    line-height: 12px
  }
}

@media (min-width: 1700px) {
  .setting-info h2, .password h2, .setting-pay h2 {
    font-size: 16px;
    font-weight: 900;
    font-size: 27px;
    line-height: 32px
  }

  .setting-info label p, .password label p, .setting-pay label p, .setting label p {
    font-size: 15px;
    line-height: 18px
  }

  input {
    padding: 11px 20px;
    font-size: 15px;
    line-height: 23px;
    margin: 15px 0 0
  }

  .btn__blc {
    padding: 11px;
    font-size: 14px;
    line-height: 23px
  }

  .setting-info .btn__blc, .password .btn__blc {
    max-width: 240px
  }

  .setting-info__container, .password__container {
    padding: 30px
  }

  .setting-pay__wrapper {
    padding: 30px
  }

  .setting-pay .btn__blc {
    max-width: 290px
  }

  .setting {
    padding: 30px;
    -ms-grid-columns: 1fr minmax(220px, 270px);
    grid-template-columns:1fr minmax(220px, 270px)
  }

  .setting label p {
    font-size: 11px;
    line-height: 13px
  }

  .setting label input {
    margin: 10px 0 0;
    max-width: 100%
  }

  .setting label input {
    padding: 10px 20px;
    font-size: 16px;
    line-height: 19px
  }

  .setting label select {
    padding: 10px 20px;
    font-size: 16px;
    line-height: 19px
  }

  .setting__check label {
    -ms-grid-columns: 25px 1fr;
    grid-template-columns:25px 1fr;
    gap: 13px
  }

  .setting__check label span {
    width: 25px;
    height: 25px
  }

  .setting__check label p {
    font-size: 11px;
    line-height: 13px
  }

  .setting__form h2 {
    font-size: 13px;
    line-height: 16px
  }

  .setting__auth {
    max-width: 670px
  }

  .setting__auth h2 {
    font-size: 20px;
    line-height: 32px
  }

  .setting__auth h2 + p {
    font-size: 16px;
    line-height: 19px
  }

  .setting__auth_wrapper {
    margin: 20px 0 0;
    -ms-grid-columns: 41% 1fr;
    grid-template-columns:41% 1fr
  }

  .setting__auth_text {
    font-size: 12px;
    line-height: 19px
  }

  .setting__auth_text.yellow {
    margin: 20px 0 0;
    font-size: 20px;
    line-height: 24px
  }

  .setting__auth label {
    margin: 20px 0
  }

  .setting__auth label p {
    font-size: 12px;
    line-height: 19px
  }

  .setting__auth label input {
    margin: 20px 0 0;
    padding: 17px 20px;
    font-size: 16px;
    line-height: 19px;
    max-width: 270px
  }

  .setting__auth .btn__blc {
    max-width: 200px
  }
}

.referal-row {
  margin: 20px 0 0;
  display: -ms-grid;
  display: grid;
  gap: 30px;
  -ms-grid-columns: 42% 1fr;
  grid-template-columns:42% 1fr
}

.referal-row + .referal-row {
  -ms-grid-columns: 33% 1fr;
  grid-template-columns:33% 1fr
}

.referal-banner h2 {
  font-family: roboto;
  font-style: normal;
  font-weight: 500;
  font-size: 19px;
  line-height: 23px;
  letter-spacing: .05em;
  color: #fff
}

.referal-banner__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 30px 0 0;
  padding: 30px;
  background: rgba(11, 27, 41, .2);
  border-radius: 12px;
  box-shadow: 0 0 8px #156efe
}

.referal-banner img {
  margin: 0 20px 0 0
}

.referal-banner p {
  font-family: roboto;
  font-style: normal;
  font-weight: 400;
  font-size: 17px;
  line-height: 130%;
  color: #fff;
  opacity: .8
}

.referal-banner p + p {
  margin: 2px 0 0;
  font-weight: 600;
  font-size: 33px;
  line-height: 130%;
  color: #fff;
  opacity: 1
}

.referal-info h2 {
  font-family: roboto;
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 23px;
  letter-spacing: .05em;
  color: #fff
}

.referal-info__wrapper {
  margin: 30px 0 0;
  background: rgba(11, 27, 41, .3);
  -webkit-backdrop-filter: blur(7.5px);
  backdrop-filter: blur(7.5px);
  border-radius: 14px;
  padding: 30px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns:1fr 1fr;
  gap: 85px;
  row-gap: 20px;
  box-shadow: 0 0 8px #156efe
}

.referal-info li {
  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
}

.referal-info p {
  font-family: roboto;
  font-style: normal;
  font-weight: 300;
  font-size: 15px;
  line-height: 130%;
  color: #c9c9c9
}

.referal-info p + p {
  font-family: roboto;
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 130%;
  color: #fff
}

.referal-logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 20px;
  overflow: hidden
}

.referal-link {
  background: rgba(11, 27, 41, .3);
  -webkit-backdrop-filter: blur(7.5px);
  backdrop-filter: blur(7.5px);
  border-radius: 14px;
  padding: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  box-shadow: 0 0 8px #156efe
}

.referal-link p {
  font-family: inter;
  font-style: normal;
  font-weight: 700;
  font-size: 15px;
  line-height: 18px;
  text-align: center;
  text-transform: uppercase;
  color: #fff
}

.referal-link img {
  margin: 0 20px;
  display: block;
  width: 50px;
  border-radius: 100%
}

.referal-link a {
  font-family: inter;
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 18px;
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
  text-transform: lowercase;
  color: #94aaff;
  text-shadow: 0 0 20px rgba(119, 147, 255, .5);
  margin: 0 auto 0 0
}

.referal-link .btn__blue {
  max-width: 200px;
  font-size: 13px;
  line-height: 120%
}

.referal-wrapper {
  max-width: 1305px
}

.referal {
  margin: 30px 0 0;
  border-radius: 12px;
  overflow: hidden
}

.referal__item {
  padding: 8px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 24% 21% 24% 22% 22%;
  grid-template-columns:24% 21% 24% 22% 22%
}

.referal__item p {
  font-family: roboto;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 120%;
  text-align: center;
  letter-spacing: .015em;
  color: rgba(255, 255, 255, .5)
}

.referal__item:nth-child(odd) {
  background: rgba(14, 56, 101, .6)
}

.referal__item:nth-child(even) {
  background: rgba(11, 27, 41, .4)
}

.referal__title {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 24% 21% 24% 22% 22%;
  grid-template-columns:24% 21% 24% 22% 22%;
  padding: 11px;
  background: #0e3865
}

.referal__title p {
  font-family: roboto;
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  line-height: 120%;
  text-align: center;
  letter-spacing: .015em;
  color: #fff
}

@media (max-width: 1440px) {
  .referal {
    margin: 20px 0 0
  }

  .referal-info__wrapper, .referal-banner__wrapper {
    padding: 20px;
    margin: 20px 0 0
  }

  .referal-row {
    gap: 20px
  }

  .referal-link {
    padding: 20px
  }

  .referal-link p {
    font-size: 12px
  }

  .referal-link img {
    width: 40px
  }

  .referal-link a {
    font-size: 12px
  }

  .referal-link .btn__blue {
    max-width: 173px
  }
}

@media (max-width: 1200px) {
  .referal-link p {
    font-size: 8px
  }

  .referal-link a {
    font-size: 8px
  }

  .referal-link img {
    width: 30px;
    margin: 0 10px
  }

  .referal-info__wrapper {
    gap: 20px
  }

  .referal-info p {
    font-size: 12px;
    line-height: 12px
  }

  .referal-info p + p {
    font-size: 13px;
    line-height: 14px
  }

  .referal__item p, .referal__title p {
    font-size: 14px
  }
}

.refill {
  margin: 20px 0 0;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: minmax(1px, 660px) minmax(1px, 660px);
  grid-template-columns:minmax(1px, 660px) minmax(1px, 660px);
  gap: 20px;
  max-width: 1460px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}

.refill__item {
  max-width: 660px
}

.refill__wrapper {
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(255, 255, 255, 0.02)), to(rgba(255, 255, 255, 0.02))), rgba(2, 19, 38, 0.5);
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.02), rgba(255, 255, 255, 0.02)), rgba(2, 19, 38, 0.5);
  border-radius: 16px;
  margin: 30px 0 0;
  padding: 30px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns:1fr 1fr 1fr 1fr 1fr;
  gap: 25px
}

.refill__wrapper a {
  background: rgba(11, 42, 89, .5);
  border-radius: 16px;
  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-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all .3s;
  transition: all .3s;
  border: 1px solid transparent;
  z-index: 1;
  position: relative
}

.refill__wrapper a label {
  padding: 10px 2px 9px;
  width: 100%
}

.refill__wrapper a img {
  width: 100%;
  max-width: 65px;
  height: 65px;
  z-index: -1
}

.refill__wrapper a p {
  font-family: roboto;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
  letter-spacing: .05em;
  color: rgba(255, 255, 255, .5);
  margin: 10px 0 0;
  z-index: -1
}

.refill__wrapper a:hover {
  border: 1px solid #70ff00;
  -webkit-box-shadow: 0 0 40px rgba(112, 255, 0, .25);
  box-shadow: 0 0 40px rgba(112, 255, 0, .25);
  border-radius: 16px
}

.refill__wrapper a.active {
  border: 1px solid #70ff00;
  -webkit-box-shadow: 0 0 40px rgba(112, 255, 0, .25);
  box-shadow: 0 0 40px rgba(112, 255, 0, .25);
  border-radius: 16px
}

.refill__link {
  position: relative
}

.refill__link_wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%
}

.refill h2 {
  font-family: roboto;
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 23px;
  letter-spacing: .05em;
  color: #fff
}

.refill-form {
  margin: 63px 0 0
}

.refill-form__container {
  margin: 0 auto;
  display: -ms-grid;
  display: grid;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 20px;
  -ms-grid-columns: minmax(250px, 270px) minmax(240px, 280px);
  grid-template-columns:minmax(250px, 270px) minmax(240px, 280px);
  max-width: 670px;
  padding: 20px 30px;
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.02), rgba(255, 255, 255, 0.02)), linear-gradient(89.35deg, #040D1C 14.98%, #0E3E86 99.44%);
  border-radius: 16px
}

.refill-form__form h2 {
  font-family: roboto;
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 23px;
  text-align: center;
  color: #fff
}

.refill-form__form h2 span {
  font-weight: 500;
  font-size: 24px;
  line-height: 130%;
  text-align: center;
  color: #f9c43d;
  display: block
}

.refill-form__form label {
  display: block;
  margin: 34px 0 0
}

.refill-form__form label p {
  text-align: center;
  font-family: roboto;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: .05em;
  color: #fff
}

.refill-form__form label input {
  margin: 10px 0 0;
  padding: 11px 15px;
  font-size: 14px;
  line-height: 17px
}

.refill-form__form .btn__blc {
  margin: 15px auto 0;
  display: block;
  max-width: 180px;
  font-size: 12px;
  line-height: 15px
}

.refill-form__info {
  background: url(../img/refill_form_bg.jpg) center no-repeat;
  background-size: cover;
  -webkit-backdrop-filter: blur(6.08787px);
  backdrop-filter: blur(6.08787px);
  border-radius: 11.364px;
  padding: 15px 21px;
  position: relative;
  z-index: 1
}

.refill-form__info h3 {
  font-family: roboto;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 130%;
  color: #f9c43d;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 16px 1fr;
  grid-template-columns:16px 1fr;
  gap: 15px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  justify-items: start
}

.refill-form__info h3::before {
  content: '';
  display: block;
  width: 16px;
  height: 16px;
  background: url(../img/Exclude.svg) center no-repeat;
  background-size: contain
}

.refill-form__info h3 + p {
  margin: 5px 0 0;
  font-family: roboto;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 130%;
  color: #fff
}

.refill-form__list {
  display: -ms-grid;
  display: grid;
  gap: 15px;
  margin: 15px 0 0
}

.refill-form__list p {
  font-family: roboto;
  font-style: normal;
  font-weight: 450;
  font-size: 14px;
  line-height: 130%;
  color: #fdc20f;
  opacity: .8
}

.refill-form__list p + p {
  margin: 5px 0 0;
  font-family: roboto;
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  line-height: 130%;
  opacity: .9
}

.refill-form__bonus {
  margin: 20px 0 0;
  font-family: roboto;
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 120%;
  text-align: center;
  letter-spacing: .015em;
  color: #fff
}

.refill-form__bonus span {
  color: #f9c43d
}

@media (max-width: 1500px) {
  .refill__wrapper {
    margin: 20px -3px 0;
    padding: 20px;
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns:1fr 1fr 1fr;
    gap: 15px
  }
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  display: none;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 100;
  padding: 20px
}

.modal__active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

.modal__overflow {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #0000007f;
  z-index: -1
}

.modal__wrapper {
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.02), rgba(255, 255, 255, 0.02)), linear-gradient(89.35deg, #040D1C 14.98%, #0E3E86 99.44%);
  border-radius: 16px;
  width: 100%;
  max-width: 700px;
  padding: 30px;
  position: relative
}

.modal__wrapper h3 {
  font-family: roboto;
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 23px;
  text-align: center;
  color: #fff
}

.modal__wrapper p {
  margin: 15px auto 0;
  font-family: roboto;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 130%;
  color: #fff;
  text-align: center
}

.modal__wrapper .btn__blc {
  margin: 15px auto 0;
  display: block;
  max-width: 150px;
  font-size: 12px;
  line-height: 15px
}

.modal__close {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 15px;
  height: 15px;
  cursor: pointer
}

.modal__close::before, .modal__close::after {
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  background: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg)
}

.modal__close::after {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg)
}

.nav__time {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.nav__time img {
  margin: 0 16px 0 0
}

.nav__time p {
  font-family: roboto;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 120%;
  letter-spacing: .015em;
  color: #fff
}

.nav__time p + p {
  font-weight: 400;
  margin: 4px 0 0
}

.nav__bonus {
  margin: 0 auto 0 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
  position: relative;
  padding: 0 40px 0 50px;
  z-index: 1
}

.nav__bonus_img {
  margin: 0 10px 0 0
}

.nav__bonus_logo {
  font-family: roboto;
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 120%;
  letter-spacing: .015em;
  font-variant: small-caps;
  color: #fff
}

.nav__bonus_logo span {
  color: #1552b5;
  background: #fff;
  -webkit-box-shadow: 0 0 30px rgba(255, 255, 255, .25);
  box-shadow: 0 0 30px rgba(255, 255, 255, .25);
  border-radius: 5px;
  padding: 4px;
  margin: 0 10px 0 0
}

.nav__bonus_text {
  margin: 0 0 0 5px;
  padding: 10px 15px;
  background: -webkit-gradient(linear, left top, right top, from(rgba(0, 224, 255, 0)), color-stop(52.6%, rgba(0, 224, 255, 0.8)), to(rgba(0, 224, 255, 0)));
  background: linear-gradient(90deg, rgba(0, 224, 255, 0) 0%, rgba(0, 224, 255, 0.8) 52.6%, rgba(0, 224, 255, 0) 100%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.nav__bonus_text p {
  font-family: montserrat;
  font-style: normal;
  font-weight: 500;
  font-size: 26px;
  line-height: 120%;
  letter-spacing: .015em;
  font-variant: small-caps;
  color: #fff
}

.nav__bonus_text img {
  margin: 0 10px
}

.nav__bonus::before {
  content: '';
  display: block;
  width: 100%;
  left: 0;
  position: absolute;
  top: -16px;
  height: calc(100% + 32px);
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 87, 255, 0)), color-stop(18.75%, rgba(21, 82, 181, 0.4)), color-stop(82.81%, rgba(21, 82, 181, 0.4)), to(rgba(0, 87, 255, 0)));
  background-image: linear-gradient(90deg, rgba(0, 87, 255, 0) 0%, rgba(21, 82, 181, 0.4) 18.75%, rgba(21, 82, 181, 0.4) 82.81%, rgba(0, 87, 255, 0) 100%);
  background: url(../img/nav_bonus.svg) center no-repeat;
  background-size: contain;
  z-index: -1
}

.wrapper-bank {
  margin: 30px 0 0
}

.wrapper-bank__tab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.wrapper-bank__tab li {
  margin: 0 40px 0 0
}

.wrapper-bank__tab li:last-child {
  margin: 0
}

.wrapper-bank__tab a {
  font-family: roboto;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 130%;
  color: #fff;
  opacity: .6;
  -webkit-transition: all .3s;
  transition: all .3s;
  position: relative
}

.wrapper-bank__tab a::before {
  content: '';
  display: block;
  width: 100%;
  height: 2px;
  position: absolute;
  top: calc(100% + 4px);
  background: #3f88ff;
  border-radius: 12px;
  -webkit-transition: all .3s;
  transition: all .3s;
  opacity: 0
}

.wrapper-bank__tab a.active {
  font-weight: 500;
  opacity: 1
}

.wrapper-bank__tab a.active::before {
  opacity: 1
}

.wrapper-bank__tab a:hover {
  opacity: 1
}

.wrapper-bank__row {
  margin: 20px 0 0;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 210px 1fr 31%;
  grid-template-columns:210px 1fr 31%;
  gap: 20px
}

.bank-procent {
  padding: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  background: #0b1b29;
  border-radius: 14px;
  background: url(../img/bank-procent.jpg) center no-repeat;
  background-size: cover
}

.bank-procent p:nth-child(1) {
  font-family: inter;
  font-style: normal;
  font-weight: 800;
  font-size: 96px;
  line-height: 116px;
  text-align: center;
  color: #3f88ff
}

.bank-procent p:nth-child(2) {
  margin: 4px 0 0;
  font-family: inter;
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 24px;
  text-align: center;
  color: rgba(255, 255, 255, .8)
}

.bank-content {
  padding: 32px;
  background: #0b1b29;
  -webkit-backdrop-filter: blur(6.5px);
  backdrop-filter: blur(6.5px);
  border-radius: 14px;
  background: url(../img/bank_content_bg.jpg) center no-repeat;
  background-size: cover
}

.bank-content__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start
}

.bank-content__list_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

.bank-content__list_item img {
  margin: 0 18px 0 0
}

.bank-content__list_item p {
  font-family: roboto;
  font-style: normal;
  font-weight: 300;
  font-size: 18px;
  line-height: 130%;
  color: #fff
}

.bank-content__list_item p + p {
  margin: 4px 0 0;
  font-weight: 500;
  font-size: 24px;
  line-height: 130%;
  color: #3f88ff
}

.bank-content__row {
  margin: 20px 0 0;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns:1fr 1fr 1fr
}

.bank-content__row p {
  font-family: roboto;
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  line-height: 130%;
  color: #fff;
  opacity: .8
}

.bank-content__row p + p {
  margin: 4px 0 0;
  font-weight: 400;
  opacity: 1
}

.bank-content__balance {
  margin: 20px 0 0;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto 1fr;
  grid-template-columns:auto 1fr;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px
}

.bank-content__balance p {
  font-family: roboto;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 130%;
  color: #fff
}

.bank-content__balance p span {
  color: #3f87ff
}

.bank-content__balance_line {
  width: 100%;
  background: rgba(255, 255, 255, .8);
  border-radius: 33px;
  height: 10px;
  overflow: hidden
}

.bank-content__balance_line span {
  display: block;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, from(#3F87FF), to(#175BA5));
  background: linear-gradient(90deg, #3F87FF 0%, #175BA5 100%);
  border-radius: 33px;
  width: 300px;
  height: 25px;
  border-radius: 8px;
  box-shadow: 0 2px 0 0 #0959aa, 2px 8px 15px 1px #6eb2f7;
  background-color: #6eb2f7;
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 12%, rgba(255, 255, 255, .15) 15%, rgba(255, 255, 255, .15) 30%, rgba(255, 255, 255, 0) 40%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, .15) 70%, rgba(255, 255, 255, .15) 88%, rgba(255, 255, 255, 0) 88%), linear-gradient(135deg, transparent 0%, transparent 25%, hsl(210, 90%, 40%) 25%, hsl(210, 90%, 40%) 50%, transparent 50%, transparent 75%, hsl(210, 90%, 40%) 75%, hsl(210, 90%, 40%) 100%);
  background-size: cover, 50px 50px;
  background-position: top, 0 0;
  text-indent: -999em;
  animation: loading 1s infinite linear
}

@keyframes loading {
  0% {
    background-position: top, 0 0
  }
  100% {
    background-position: top, 50px 0
  }
}

.timer {
  padding: 32px;
  background: url(../img/timer_bg.jpg) center no-repeat;
  background-size: cover;
  border-radius: 14px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto 1fr;
  grid-template-columns:auto 1fr;
  gap: 20px
}

.timer__info {
  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
}

.timer__info div {
  margin: 0 0 20px
}

.timer__info div + div {
  margin: 0
}

.timer__info p {
  font-family: roboto;
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  line-height: 130%;
  color: #fff
}

.timer__info p + p {
  font-family: roboto;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 130%;
  color: #fff;
  margin: 4px 0 0
}

.timer__graf {
  position: relative
}

.timer__graf img {
  width: 38%;
  position: absolute;
  left: 20%;
  top: 43%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%)
}

.timer__graf p {
  font-family: roboto;
  font-style: normal;
  font-weight: 700;
  font-size: 42px;
  line-height: 130%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #3f88ff
}

.shop {
  margin: 20px auto 0;
  max-width: 1385px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 41%;
  grid-template-columns:1fr 40%;
  gap: 42px;
  padding: 20px;
  background: -webkit-gradient(linear, left top, right top, color-stop(0.62%, rgba(6, 21, 35, 0)), color-stop(14.14%, rgba(6, 21, 35, 0.8)), color-stop(86.99%, rgba(6, 21, 35, 0.8)), color-stop(100.51%, rgba(6, 21, 35, 0)));
  background: linear-gradient(90deg, rgba(6, 21, 35, 0) 0.62%, rgba(6, 21, 35, 0.8) 14.14%, rgba(6, 21, 35, 0.8) 86.99%, rgba(6, 21, 35, 0) 100.51%);
  border-radius: 10px;
  background-image: url("../img/shop_bg.jpeg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center
}

.shop h2 {
  font-family: roboto;
  font-style: normal;
  font-weight: 450;
  font-size: 16px;
  line-height: 130%;
  text-align: center;
  letter-spacing: .03em;
  color: #fff
}

.shop__balance {
  padding: 0 42px 0 0;
  border-right: 1px solid rgba(27, 123, 227, .5)
}

.shop__export_stage {
  margin: 20px auto 0;
  max-width: 464px;
  border-radius: 10px 10px 0 0;
  overflow: hidden;
  position: relative
}

.shop__export_stage div {
  padding: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: rgba(27, 123, 227, .3);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px)
}

.shop__export_stage div + div {
  background: rgba(27, 123, 227, .05);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px)
}

.shop__export_stage img {
  margin: 0 10px 0 0
}

.shop__export_stage p {
  font-family: roboto;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 130%;
  text-align: center;
  color: #fff
}

.shop__export_stage::before {
  content: '';
  display: block;
  width: 5px;
  height: 30px;
  background: #1b7be3;
  border-radius: 310px 0 0 310px;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 1
}

.shop__export_stage::after {
  content: '';
  display: block;
  width: 5px;
  height: 30px;
  background: #1b7be3;
  border-radius: 0 310px 310px 0;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 1
}

.shop__export_time {
  margin: 20px auto 0;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns:1fr 1fr 1fr 1fr;
  background: rgba(255, 255, 255, .01);
  border: 1px solid rgba(27, 123, 227, .5);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  border-radius: 10px;
  padding: 10px
}

.shop__export_time p {
  font-family: roboto;
  font-style: normal;
  font-weight: 500;
  font-size: 30px;
  line-height: 35px;
  letter-spacing: .03em;
  color: #9adc2d;
  text-align: center
}

.shop__export_time p + p {
  margin: 5px 0 0;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  font-variant: small-caps
}

.shop__export_time li {
  position: relative
}

.shop__export_time li::before {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: 100%;
  width: 1px;
  height: 35px;
  background: rgba(27, 123, 227, .3);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%)
}

.shop__export_time li:last-child::before {
  content: none
}

.shop__rate {
  margin: 20px 0 0;
  padding: 0;
  background: rgba(27, 123, 227, .3);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  border-radius: 10px;
  position: relative
}

.shop__rate::before {
  content: '';
  display: block;
  width: 5px;
  height: 50px;
  background: #1b7be3;
  border-radius: 310px 0 0 310px;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 1
}

.shop__rate::after {
  content: '';
  display: block;
  width: 5px;
  height: 50px;
  background: #1b7be3;
  border-radius: 0 310px 310px 0;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 1
}

.shop__rate div {
  max-width: 615px;
  margin: 0 auto;
  background: -webkit-gradient(linear, left top, right top, from(rgba(0, 255, 240, 0)), color-stop(49.48%, rgba(0, 255, 240, 0.25)), to(rgba(0, 255, 240, 0)));
  background: linear-gradient(90deg, rgba(0, 255, 240, 0) 0%, rgb(9 37 67/15%) 49.48%, rgba(0, 255, 240, 0) 100%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 10px
}

.shop__rate div p {
  font-family: roboto;
  font-style: normal;
  font-weight: 500;
  font-size: 30px;
  line-height: 35px;
  letter-spacing: .03em;
  color: #fff
}

.shop__rate div img {
  margin: 0 40px
}

.shop__btn {
  margin: 20px 0 0;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns:1fr 1fr 1fr;
  gap: 10px
}

.shop__btn .btn__wht {
  border: 1px solid rgba(0, 224, 255, .5)
}

@media (max-width: 1800px) {
  .bank-content {
    padding: 24px
  }

  .bank-content__list_item img {
    width: 30px;
    margin: 0 7px 0 0
  }

  .bank-content__list_item p {
    font-size: 17px
  }

  .bank-content__list_item p + p {
    font-size: 19px
  }

  .bank-content__row p {
    font-size: 14px
  }

  .timer {
    padding: 24px
  }

  .timer__info p {
    font-size: 14px
  }

  .timer__info p + p {
    font-size: 16px
  }

  .timer__graf p {
    font-size: 30px
  }

  .nav__bonus {
    padding: 0 30px
  }

  .nav__bonus_text p {
    font-size: 18px
  }

  .nav__bonus_text img {
    width: 24px
  }

  .nav__bonus_logo {
    font-size: 20px
  }

  .nav__bonus_logo span {
    padding: 2px;
    margin: 0 5px 0 0
  }

  .nav__time img {
    width: 30px
  }

  .nav__time p {
    font-size: 12px
  }

  .nav__time p + p {
    margin: 2px 0 0
  }

  .bank-procent {
    padding: 24px
  }

  .bank-procent p:nth-child(1) {
    font-size: 70px;
    line-height: 80px
  }

  .bank-procent p:nth-child(2) {
    font-size: 18px
  }
}

@media (max-width: 1500px) {
  .wrapper-bank__row {
    -ms-grid-columns: 160px 1fr 33%;
    grid-template-columns:160px 1fr 33%
  }

  .nav__bonus {
    padding: 0 15px
  }

  .nav__bonus_img {
    width: 16px;
    margin: 0 6px 0 0
  }

  .nav__bonus_logo {
    font-size: 16px
  }

  .nav__bonus_text {
    padding: 10px
  }

  .nav__bonus_text p {
    font-size: 16px
  }

  .nav__bonus_text img {
    margin: 0 4px
  }

  .bank-content__list_item p {
    font-size: 15px
  }

  .bank-content__list_item p + p {
    font-size: 16px
  }

  .bank-content__row p {
    font-size: 13px
  }
}

@media (max-width: 1350px) {
  .nav__time img {
    width: 16px
  }

  .nav__time p {
    font-size: 12px
  }

  .nav__bonus {
    margin: 0 auto
  }

  .bank-procent {
    padding: 12px
  }

  .bank-procent p:nth-child(1) {
    font-size: 20px;
    line-height: 50px
  }

  .wrapper-bank__row {
    -ms-grid-columns: 140px 1fr 250px;
    grid-template-columns:140px 1fr 250px
  }

  .bank-content {
    padding: 10px
  }

  .bank-content__list img {
    width: 26px
  }

  .bank-content__list p {
    font-size: 14px
  }

  .bank-content__list p + p {
    font-size: 20px;
    margin: 1px 0 0
  }

  .bank-content__row {
    margin: 8px 0 0
  }

  .bank-content__row p {
    font-size: 11px
  }

  .bank-content__row p + p {
    margin: 1px 0 0
  }

  .bank-content__balance p {
    font-size: 12px
  }

  .bank-content__balance_line {
    height: 5px
  }

  .timer {
    padding: 12px;
    gap: 8px
  }

  .timer__info p {
    font-size: 12px
  }

  .timer__info p + p {
    font-size: 11px
  }

  .timer__graf p {
    font-size: 20px
  }

  .timer__graf img {
    max-width: 180px;
    left: 55%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
  }

  .shop {
    padding: 12px;
    gap: 12px
  }

  .shop__rate div p {
    font-size: 19px
  }

  .shop__rate div img {
    margin: 0 20px
  }

  .shop__export {
    padding: 0 12px 0 0
  }

  .shop__export_time {
    margin: 15px 0 0
  }

  .shop__export_time p {
    font-size: 20px;
    line-height: 22px
  }

  .shop__export_time p + p {
    font-size: 12px;
    margin: 2px 0 0;
    line-height: 12px
  }
}

@media (max-width: 1100px) {
  .bank-content__row p {
    font-size: 10px
  }

  .bank-content__list img {
    width: 18px
  }

  .bank-content__list p {
    font-size: 11px
  }

  .bank-content__list p + p {
    font-size: 12px
  }

  .bank-content__balance {
    gap: 8px;
    margin: 8px 0 0
  }

  .nav__bonus_logo {
    font-size: 10px
  }

  .nav__bonus_text {
    padding: 2px
  }

  .nav__bonus_text img {
    width: 18px
  }

  .nav__bonus_text p {
    font-size: 14px
  }

  .nav__bonus::before {
    top: -12px;
    height: calc(100% + 24px);
    background-size: contain
  }
}

@media (max-width: 1100px) {
  .bank-content__row p {
    font-size: 8px
  }

  .bank-content__row p + p {
    font-size: 9px
  }

  .bank-content__balance {
    gap: 8px;
    margin: 8px 0 0
  }

  .bank-content__list img {
    width: 18px
  }

  .bank-content__list p {
    font-size: 12px
  }

  .bank-content__list p + p {
    font-size: 14px
  }

  .nav__bonus_logo {
    font-size: 10px
  }

  .nav__bonus_text {
    padding: 2px
  }

  .nav__bonus_text img {
    width: 18px
  }

  .nav__bonus_text p {
    font-size: 10px
  }

  .nav__bonus::before {
    top: -12px;
    height: calc(100% + 24px);
    background-size: contain
  }
}

.modal-pay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding: 10px;
  z-index: 100;
  display: none;
  overflow-y: scroll
}

.modal-pay__active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

.modal-pay__overflow {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .3);
  z-index: -1
}

.modal-pay__wrapper {
  background: -webkit-gradient(linear, left bottom, left top, from(#0B1B29), to(#0B1B29));
  background: linear-gradient(0deg, #0B1B29, #0B1B29);
  border: 2px solid rgba(63, 136, 255, .4);
  -webkit-box-shadow: 7px 7px 67px rgba(9, 37, 67, .15), 4px 4px 14px rgba(36, 83, 124, .15);
  box-shadow: 7px 7px 67px rgba(9, 37, 67, .15), 4px 4px 14px rgba(36, 83, 124, .15);
  border-radius: 20px;
  background-image: url(../img/modal_bg.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  max-width: 940px;
  margin: auto;
  z-index: 1;
  padding: 32px 32px 60px;
  position: relative
}

.modal-pay h2 {
  font-family: roboto;
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 130%;
  text-align: center;
  color: #fff
}

.modal-pay__row {
  margin: 32px 0 0;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns:1fr 1fr;
  gap: 40px
}

.modal-pay__row h3 {
  font-family: roboto;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 130%;
  color: #fff;
  text-align: center
}

.modal-pay__row_item {
  margin: 20px 0 0;
  background: rgba(27, 123, 227, .3);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  border-radius: 10px;
  position: relative
}

.modal-pay__row_item::before {
  content: '';
  display: block;
  width: 5px;
  height: 30px;
  background: #1b7be3;
  border-radius: 310px 0 0 310px;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 1
}

.modal-pay__row_item::after {
  content: '';
  display: block;
  width: 5px;
  height: 30px;
  background: #1b7be3;
  border-radius: 0 310px 310px 0;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 1
}

.modal-pay__row_item div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 15px;
  background: -webkit-gradient(linear, left top, right top, from(rgba(0, 255, 240, 0)), color-stop(49.48%, rgba(0, 255, 240, 0.25)), to(rgba(0, 255, 240, 0)));
  background: linear-gradient(90deg, rgba(0, 255, 240, 0) 0%, #175ba5 49.48%, rgba(0, 255, 240, 0) 100%)
}

.modal-pay__row_item p {
  font-family: roboto;
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 28px;
  text-align: right;
  letter-spacing: .03em;
  color: #fff
}

.modal-pay__row_item img {
  margin: 0 12px
}

.modal-pay__text {
  margin: 20px auto 0;
  max-width: 720px
}

.modal-pay__text p {
  font-family: roboto;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 138%;
  text-align: center;
  color: #cccdd2
}

.modal-pay__form {
  margin: 48px 0 0
}

.modal-pay__form h3 {
  font-family: roboto;
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 130%;
  text-align: center;
  text-transform: uppercase;
  color: #3f88ff
}

.modal-pay__form h3 + p {
  margin: 4px 0 0;
  font-family: roboto;
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 130%;
  text-align: center;
  text-transform: uppercase;
  color: #fff
}

.modal-pay__form_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 20px 0 0
}

.modal-pay__form input {
  background: #0b1722;
  border: 1px solid rgba(63, 136, 255, .6);
  border-radius: 10px;
  max-width: 237px;
  padding: 16px;
  font-family: roboto;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  letter-spacing: .03em;
  color: #3f88ff;
  margin: 0
}

.modal-pay__form input::-webkit-input-placeholder {
  color: rgba(63, 137, 255, .6)
}

.modal-pay__form input:-ms-input-placeholder {
  color: rgba(63, 137, 255, .6)
}

.modal-pay__form input::-ms-input-placeholder {
  color: rgba(63, 137, 255, .6)
}

.modal-pay__form input::placeholder {
  color: rgba(63, 137, 255, .6)
}

.modal-pay__form img {
  margin: 0 20px;
  width: 24px
}

.modal-pay__form .btn__blue {
  display: block;
  margin: 32px auto 0;
  max-width: 240px
}

.modal-pay__raund {
  margin: 48px 0 0;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns:1fr 1fr 1fr;
  gap: 20px
}

.modal-pay__raund div {
  background: -webkit-gradient(linear, left top, right top, from(rgba(23, 91, 165, 0.8)), to(rgba(29, 66, 105, 0.8)));
  background: linear-gradient(90deg, rgba(23, 91, 165, 0.8) 0%, rgba(29, 66, 105, 0.8) 100%);
  background-image: url(../img/raund_bg.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 10px;
  padding: 20px
}

.modal-pay__raund ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}

.modal-pay__raund ul p {
  font-family: roboto;
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 21px;
  letter-spacing: .03em;
  color: #fff
}

.modal-pay__raund ul p + p {
  margin: 6px -16px 0;
  font-family: roboto;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  letter-spacing: .03em;
  color: #fff;
  opacity: .8
}

.modal-pay__close {
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 2;
  cursor: pointer
}

.modal-export {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding: 10px;
  z-index: 100;
  display: none;
  overflow-y: scroll
}

.modal-export__active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

.modal-export__overflow {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .3);
  z-index: -1
}

.modal-export__wrapper {
  background: -webkit-gradient(linear, left bottom, left top, from(#0B1B29), to(#0B1B29));
  background: linear-gradient(0deg, #0B1B29, #0B1B29);
  border: 2px solid rgba(63, 136, 255, .4);
  -webkit-box-shadow: 7px 7px 67px rgba(9, 37, 67, .15), 4px 4px 14px rgba(36, 83, 124, .15);
  box-shadow: 7px 7px 67px rgba(9, 37, 67, .15), 4px 4px 14px rgba(36, 83, 124, .15);
  border-radius: 20px;
  background-image: url(../img/modal_bg.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  max-width: 940px;
  margin: auto;
  z-index: 1;
  padding: 32px 32px 60px;
  position: relative
}

.modal-export h2 {
  font-family: roboto;
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 130%;
  text-align: center;
  color: #fff
}

.modal-export__close {
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 2;
  cursor: pointer
}

.modal-export__balance {
  margin: 32px 0 0
}

.modal-export__balance h3 {
  font-family: roboto;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 130%;
  text-align: center;
  letter-spacing: .03em;
  color: #fff
}

.modal-export__balance_item {
  max-width: 450px;
  margin: 20px auto 0;
  background: rgba(27, 123, 227, .3);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  border-radius: 10px;
  padding: 10px;
  position: relative
}

.modal-export__balance_item::before {
  content: '';
  display: block;
  width: 5px;
  height: 30px;
  background: #1b7be3;
  border-radius: 310px 0 0 310px;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 1
}

.modal-export__balance_item::after {
  content: '';
  display: block;
  width: 5px;
  height: 30px;
  background: #1b7be3;
  border-radius: 0 310px 310px 0;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 1
}

.modal-export__balance_item div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 15px;
  background: -webkit-gradient(linear, left top, right top, from(rgba(0, 255, 240, 0)), color-stop(49.48%, rgba(0, 255, 240, 0.25)), to(rgba(0, 255, 240, 0)));
  background: linear-gradient(90deg, rgba(0, 255, 240, 0) 0%, rgba(0, 255, 240, 0.25) 49.48%, rgba(0, 255, 240, 0) 100%)
}

.modal-export__balance_item p {
  font-family: roboto;
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 28px;
  text-align: right;
  letter-spacing: .03em;
  color: #fff
}

.modal-export__balance_item img {
  margin: 0 12px
}

.modal-export__text {
  margin: 22px auto 0;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 100%;
  grid-template-columns:100%;
  gap: 20px;
  max-width: 700px
}

.modal-export__text p {
  font-family: roboto;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  text-align: center;
  color: #cccdd2;
  opacity: .8
}

.modal-export__text_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.modal-export__text_row a {
  margin: 0 16px;
  font-family: roboto;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 150%;
  text-align: center;
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
  color: #1b7be3
}

.modal-export__text p.modal-export__text_green {
  color: #97c35d;
  opacity: 1;
  font-size: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.modal-export__text p.modal-export__text_green::before {
  content: '';
  display: block;
  width: 24px;
  height: 24px;
  margin: 0 10px 0 0;
  background: url(../img/modal_export_text.svg) center no-repeat;
  background-size: contain
}

.modal-export__part {
  margin: 50px 0 0;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns:1fr 1fr 1fr;
  gap: 20px
}

.modal-export__part_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #fff;
  padding: 10px
}
.modal-exportt {  position: fixed;  top: 0;  left: 0;  width: 100vw;  height: 100vh;  -webkit-box-pack: center;  -ms-flex-pack: center;  justify-content: center;  -webkit-box-align: start;  -ms-flex-align: start;  align-items: flex-start;  padding: 10px;  z-index: 100;  display: none;  overflow-y: scroll}.modal-exportt__active {  display: -webkit-box;  display: -ms-flexbox;  display: flex}.modal-exportt__overflow {  position: fixed;  top: 0;  left: 0;  width: 100%;  height: 100%;  background: rgba(0, 0, 0, .3);  z-index: -1}.modal-exportt__wrapper {  background: -webkit-gradient(linear, left bottom, left top, from(#0B1B29), to(#0B1B29));  background: linear-gradient(0deg, #0B1B29, #0B1B29);  border: 2px solid rgba(63, 136, 255, .4);  -webkit-box-shadow: 7px 7px 67px rgba(9, 37, 67, .15), 4px 4px 14px rgba(36, 83, 124, .15);  box-shadow: 7px 7px 67px rgba(9, 37, 67, .15), 4px 4px 14px rgba(36, 83, 124, .15);  border-radius: 20px;  background-image: url(../img/modal_bg.png);  background-position: center;  background-repeat: no-repeat;  background-size: cover;  max-width: 940px;  margin: auto;  z-index: 1;  padding: 32px 32px 60px;  position: relative}.modal-exportt h2 {  font-family: roboto;  font-style: normal;  font-weight: 500;  font-size: 24px;  line-height: 130%;  text-align: center;  color: #fff}.modal-exportt__close {  position: absolute;  top: 20px;  right: 20px;  z-index: 2;  cursor: pointer}.modal-exportt__balance {  margin: 32px 0 0}.modal-exportt__balance h3 {  font-family: roboto;  font-style: normal;  font-weight: 500;  font-size: 18px;  line-height: 130%;  text-align: center;  letter-spacing: .03em;  color: #fff}.modal-exportt__balance_item {  max-width: 450px;  margin: 20px auto 0;  background: rgba(27, 123, 227, .3);  -webkit-backdrop-filter: blur(10px);  backdrop-filter: blur(10px);  border-radius: 10px;  padding: 10px;  position: relative}.modal-exportt__balance_item::before {  content: '';  display: block;  width: 5px;  height: 30px;  background: #1b7be3;  border-radius: 310px 0 0 310px;  position: absolute;  right: 0;  top: 50%;  -webkit-transform: translateY(-50%);  transform: translateY(-50%);  z-index: 1}.modal-exportt__balance_item::after {  content: '';  display: block;  width: 5px;  height: 30px;  background: #1b7be3;  border-radius: 0 310px 310px 0;  position: absolute;  left: 0;  top: 50%;  -webkit-transform: translateY(-50%);  transform: translateY(-50%);  z-index: 1}.modal-exportt__balance_item div {  display: -webkit-box;  display: -ms-flexbox;  display: flex;  -webkit-box-pack: center;  -ms-flex-pack: center;  justify-content: center;  -webkit-box-align: center;  -ms-flex-align: center;  align-items: center;  padding: 15px;  background: -webkit-gradient(linear, left top, right top, from(rgba(0, 255, 240, 0)), color-stop(49.48%, rgba(0, 255, 240, 0.25)), to(rgba(0, 255, 240, 0)));  background: linear-gradient(90deg, rgba(0, 255, 240, 0) 0%, rgba(0, 255, 240, 0.25) 49.48%, rgba(0, 255, 240, 0) 100%)}.modal-exportt__balance_item p {  font-family: roboto;  font-style: normal;  font-weight: 500;  font-size: 24px;  line-height: 28px;  text-align: right;  letter-spacing: .03em;  color: #fff}.modal-exportt__balance_item img {  margin: 0 12px}.modal-exportt__text {  margin: 22px auto 0;  display: -ms-grid;  display: grid;  -ms-grid-columns: 100%;  grid-template-columns:100%;  gap: 20px;  max-width: 700px}.modal-exportt__text p {  font-family: roboto;  font-style: normal;  font-weight: 400;  font-size: 16px;  line-height: 150%;  text-align: center;  color: #cccdd2;  opacity: .8}.modal-exportt__text_row {  display: -webkit-box;  display: -ms-flexbox;  display: flex;  -webkit-box-pack: center;  -ms-flex-pack: center;  justify-content: center;  -webkit-box-align: center;  -ms-flex-align: center;  align-items: center}.modal-exportt__text_row a {  margin: 0 16px;  font-family: roboto;  font-style: normal;  font-weight: 400;  font-size: 18px;  line-height: 150%;  text-align: center;  -webkit-text-decoration-line: underline;  text-decoration-line: underline;  color: #1b7be3}.modal-exportt__text p.modal-export__text_green {  color: #97c35d;  opacity: 1;  font-size: 18px;  display: -webkit-box;  display: -ms-flexbox;  display: flex;  -webkit-box-pack: center;  -ms-flex-pack: center;  justify-content: center;  -webkit-box-align: center;  -ms-flex-align: center;  align-items: center}.modal-exportt__text p.modal-export__text_green::before {  content: '';  display: block;  width: 24px;  height: 24px;  margin: 0 10px 0 0;  background: url(../img/modal_export_text.svg) center no-repeat;  background-size: contain}.modal-exportt__part {  margin: 50px 0 0;  display: -ms-grid;  display: grid;  -ms-grid-columns: 1fr 1fr 1fr;  grid-template-columns:1fr 1fr 1fr;  gap: 20px}.modal-exportt__part_item {  display: -webkit-box;  display: -ms-flexbox;  display: flex;  -webkit-box-pack: center;  -ms-flex-pack: center;  justify-content: center;  -webkit-box-align: center;  -ms-flex-align: center;  align-items: center;  background: #fff;  padding: 10px}
.project {
  margin: 70px 0 0
}

.bonus-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding: 10px;
  z-index: 100;
  display: none;
  overflow-y: scroll
}

.bonus-modal__active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

.bonus-modal__overflow {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .3);
  z-index: -1
}
.bonus-modal__wrapper {
  background: -webkit-gradient(linear, left bottom, left top, from(#0B1B29), to(#0B1B29));
  background: linear-gradient(0deg, #0B1B29, #0B1B29);
  border: 2px solid rgba(63, 136, 255, .4);
  -webkit-box-shadow: 7px 7px 67px rgba(9, 37, 67, .15), 4px 4px 14px rgba(36, 83, 124, .15);
  box-shadow: 7px 7px 67px rgba(9, 37, 67, .15), 4px 4px 14px rgba(36, 83, 124, .15);
  border-radius: 20px;
  background-image: url(../img/33.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  max-width: 542px;
  margin: auto;
  z-index: 1;
  padding: 32px 90px 60px;
  position: relative
}


.bonus-modal--2 .bonus-modal__wrapper {
  width: 100%;
  padding-bottom: 32px;
  background-size: auto;
}
.bonus-modal__close {
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 2;
  cursor: pointer
}

.bonus-modal h3 {
  font-family: roboto;
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 130%;
  text-align: center;
  color: #fff
}

.bonus-modal h3 + p {
  margin: 32px 0 0;
  font-family: roboto;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 150%;
  color: #fff;
  opacity: .8;
  text-align: center
}

.bonus-modal__list {
  margin: 20px auto 0;
  display: -ms-grid;
  gap: 20px;
  max-width: 440px
}

.bonus-modal__list p {
  font-family: roboto;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 150%;
  text-align: center;
  color: #fff;
  opacity: .8
}

.bonus-modal__list p + p {
  margin: 2px 0 0;
  font-weight: 480;
  color: #f9c43d;
  opacity: 1
}

.bonus-modal__time {
  margin: 32px auto 0;
  max-width: 420px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns:1fr 1fr 1fr;
  background: rgba(255, 255, 255, .01);
  border: 1px solid rgb(255 255 255/50%);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  border-radius: 10px;
  padding: 10px
}

.bonus-modal__time p {
  font-family: roboto;
  font-style: normal;
  font-weight: 500;
  font-size: 30px;
  line-height: 35px;
  letter-spacing: .03em;
  color: #1dd6ff;
  text-align: center
}

.bonus-modal__time p + p {
  margin: 5px 0 0;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  font-variant: small-caps
}

.bonus-modal__time li {
  position: relative
}

.bonus-modal__time li::before {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: 100%;
  width: 1px;
  height: 35px;
  background: rgba(27, 123, 227, .3);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%)
}

.bonus-modal__time li:last-child::before {
  content: none
}

.bonus-modal .btn__blue {
  margin: 48px auto 0;
  max-width: 260px;
  display: block
}

.bonus-modal__hint {
  margin: 12px 0 0;
  font-family: roboto;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 120%;
  text-align: center;
  color: #fff;
  opacity: .8
}

.modal-program {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding: 10px;
  z-index: 100;
  display: none;
  overflow-y: scroll
}

.modal-program__active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

.modal-program__overflow {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .3);
  z-index: -1
}

.modal-program__wrapper {
  background: -webkit-gradient(linear, left bottom, left top, from(#0B1B29), to(#0B1B29));
  background: linear-gradient(0deg, #0B1B29, #0B1B29);
  border: 2px solid rgba(63, 136, 255, .4);
  -webkit-box-shadow: 7px 7px 67px rgba(9, 37, 67, .15), 4px 4px 14px rgba(36, 83, 124, .15);
  box-shadow: 7px 7px 67px rgba(9, 37, 67, .15), 4px 4px 14px rgba(36, 83, 124, .15);
  border-radius: 20px;
  background-image: url(../img/33.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  max-width: 650px;
  margin: auto;
  z-index: 1;
  padding: 54px 32px 60px;
  position: relative
}

.modal-program__close {
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 2;
  cursor: pointer
}

.modal-program h3 {
  font-family: roboto;
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 130%;
  text-align: center;
  color: #fff
}

.modal-program h3 + p {
  margin: 32px 0 0;
  font-family: roboto;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 150%;
  color: #fff;
  opacity: .8;
  text-align: center
}

.modal-program__list {
  margin: 32px auto 0;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 100%;
  grid-template-columns:100%;
  gap: 20px;
  max-width: 340px
}

.modal-program__list + p {
  margin: 32px 0 0;
  font-family: roboto;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  text-align: center;
  color: #fff;
  opacity: .8
}

.modal-program__item {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 32px 1fr;
  grid-template-columns:32px 1fr;
  gap: 12px
}

.modal-program__item p {
  font-family: roboto;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 130%;
  color: #fff;
  opacity: .8
}

.modal-program__item p + p {
  font-family: roboto;
  font-style: normal;
  font-weight: 400;
  opacity: 1;
  color: #f9c43d
}

.modal-steak {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding: 10px;
  z-index: 100;
  display: none;
  overflow-y: scroll
}

.modal-steak__active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

.modal-steak__overflow {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .3);
  z-index: -1
}

.modal-steak__wrapper {
  background: -webkit-gradient(linear, left bottom, left top, from(#0B1B29), to(#0B1B29));
  background: linear-gradient(0deg, #0B1B29, #0B1B29);
  border: 2px solid rgba(63, 136, 255, .4);
  -webkit-box-shadow: 7px 7px 67px rgba(9, 37, 67, .15), 4px 4px 14px rgba(36, 83, 124, .15);
  box-shadow: 7px 7px 67px rgba(9, 37, 67, .15), 4px 4px 14px rgba(36, 83, 124, .15);
  border-radius: 20px;
  background-image: url(../img/33.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  max-width: 716px;
  margin: auto;
  z-index: 1;
  padding: 15px 32px 60px;
  position: relative
}

.modal-steak__close {
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 2;
  cursor: pointer
}

.modal-steak h3 {
  font-family: roboto;
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 130%;
  text-align: center;
  color: #fff
}

.modal-steak h3 + img {
  display: block;
  margin: 20px auto 0
}

.modal-steak p {
  margin: 32px 0 0;
  font-family: roboto;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 150%;
  text-align: center;
  color: #fff;
  opacity: .8
}

.modal-steak p a {
  color: #f9c43d
}

.modal-begin {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding: 10px;
  z-index: 100;
  display: none;
  overflow-y: scroll
}

.how-begin__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  border: 1px solid rgba(0, 224, 255, .5);
  width: 120px;
  margin: 0 auto 20px
}

.modal-begin__active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

.modal-begin__overflow {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .3);
  z-index: -1
}

.modal-begin__wrapper {
  background: -webkit-gradient(linear, left bottom, left top, from(#0B1B29), to(#0B1B29));
  background: linear-gradient(0deg, #0B1B29, #0B1B29);
  border: 2px solid rgba(63, 136, 255, .4);
  -webkit-box-shadow: 7px 7px 67px rgba(9, 37, 67, .15), 4px 4px 14px rgba(36, 83, 124, .15);
  box-shadow: 7px 7px 67px rgba(9, 37, 67, .15), 4px 4px 14px rgba(36, 83, 124, .15);
  border-radius: 20px;
  background-image: url(../img/modal_bg.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  max-width: 716px;
  margin: auto;
  z-index: 1;
  padding: 15px 32px 60px;
  position: relative;
  color: #cccdd2
}

.modal-begin__close {
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 2;
  cursor: pointer
}

.how-begin {
  padding-top: 2.5rem;
  padding-bottom: 5rem
}

.how-begin__contnet {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2rem
}

.how-begin__steps {
  display: grid;
  grid-template-columns:1fr 1fr;
  margin-top: 1.5rem;
  align-items: center
}

.steps__list {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 30px;
  padding-left: 1rem
}

.steps__title {
  font-size: 1.375rem;
  font-weight: 500;
  line-height: 2.125rem
}

.steps__image {
  background: url(./steps.png);
  background-repeat: no-repeat;
  background-position: center;
  min-height: 509px;
  position: relative
}

.step__item:after {
  content: "";
  position: absolute;
  left: 8px;
  top: 50%;
  background-color: #fff;
  opacity: .1;
  width: 1px;
  height: 32px;
  margin-top: 32px
}

.step__item:nth-child(3):after {
  display: none
}

.step__item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 13px;
  position: relative;
  line-height: 20px
}

.step__item p:first-child {
  font-size: .875rem;
  font-weight: 600
}

.step__item div {
  display: flex;
  flex-direction: column;
  font-weight: 400;
  font-size: .875rem;
  gap: .75rem
}

.step__item div span {
  font-weight: 500;
  font-size: 1rem;
  line-height: 28px
}

.step__item > div:last-child span {
  color: #1dd6ff
}

.step__decor {
  width: 2.5rem;
  height: 2.5rem;
  border-radius: .25rem;
  background-color: rgba(88, 88, 89, .1);
  border: 1px solid rgba(255, 255, 255, .1);
  position: relative;
  margin-left: .4rem;
  margin-right: 2.25rem;
  flex-shrink: 0;
  background: rgba(193, 233, 247, .15);
  background: -moz-linear-gradient(-45deg, rgba(193, 233, 247, .15) 0%, rgba(34, 177, 234, .15) 100%);
  background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(193, 233, 247, .15)), color-stop(100%, rgba(34, 177, 234, .15)));
  background: -webkit-linear-gradient(-45deg, rgba(193, 233, 247, .15) 0%, rgba(34, 177, 234, .15) 100%);
  background: -o-linear-gradient(-45deg, rgba(193, 233, 247, .15) 0%, rgba(34, 177, 234, .15) 100%);
  background: -ms-linear-gradient(-45deg, rgba(193, 233, 247, .15) 0%, rgba(34, 177, 234, .15) 100%);
  background: linear-gradient(135deg, rgba(193, 233, 247, .15) 0%, rgba(34, 177, 234, .15) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#c1e9f7', endColorstr='#22b1ea', GradientType=1)
}

.step__decor img {
  position: absolute;
  left: 21px
}

.steps__list .button {
  margin-top: .75rem
}

.how-begin__btn {
  width: 170px;
  border: none;
  outline: none;
  cursor: pointer;
  position: relative;
  z-index: 0;
  border-radius: 10px;
  background: #e5dcd5
}

.how-begin__btn:before {
  content: '';
  background: linear-gradient(45deg, #ff0000, #ff7300, #fffb00, #48ff00, #00ffd5, #002bff, #7a00ff, #ff00c8, #ff0000);
  position: absolute;
  top: -2px;
  left: -2px;
  background-size: 400%;
  z-index: -1;
  filter: blur(5px);
  width: calc(100% + 4px);
  height: calc(100% + 4px);
  animation: glowing 20s linear infinite;
  opacity: 0;
  transition: opacity .3s ease-in-out;
  border-radius: 10px;
  opacity: 1
}

.how-begin__btn:after {
  z-index: -1;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background: #08234c;
  left: 0;
  top: 0;
  border-radius: 10px
}

@keyframes glowing {
  0% {
    background-position: 0 0
  }
  50% {
    background-position: 400% 0
  }
  100% {
    background-position: 0 0
  }
}

.project {
  margin: 20px 0 0
}

.project h2 {
  font-family: roboto;
  font-style: normal;
  font-weight: 500;
  font-size: 32px;
  line-height: 130%;
  color: #1dd6ff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.project h2::before {
  content: '';
  display: block;
  width: 28px;
  height: 42px;
  margin: 0 10px 0 0;
  background: url(../img/project_title.svg) center no-repeat;
  background-size: contain
}

.project h2 + p {
  margin: 4px 0 0;
  font-family: roboto;
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 130%;
  color: #fff;
  text-align: center
}

.project__wrapper {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns:1fr 1fr 1fr;
  gap: 40px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 20px auto 0;
  max-width: 1070px
}

.project__wrapper img {
  width: 100%
}

.project h2 {
  font-family: roboto;
  font-style: normal;
  font-weight: 500;
  font-size: 32px;
  line-height: 130%;
  color: #1dd6ff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.project h2::before {
  content: '';
  display: block;
  width: 28px;
  height: 42px;
  margin: 0 10px 0 0;
  background: url(../fonts/project_title.svg) center no-repeat;
  background-size: contain
}

.project h2 + p {
  margin: 4px 112px 0;
  font-family: roboto;
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 158%;
  color: #a6daff;
  text-align: center
}

.project__wrapper {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns:1fr 1fr 1fr;
  gap: 40px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 20px auto 0;
  max-width: 1070px
}

.project__wrapper img {
  width: 100%
}

.create-deposite {
  margin: 10px 0 0
}

.create-deposite h1 {
  font-family: roboto;
  font-style: normal;
  font-weight: 570;
  font-size: 20px;
  line-height: 130%;
  text-align: center;
  letter-spacing: .03em;
  color: #fff
}

.create-deposite__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin: 15px 0 0
}

.create-deposite__item {
  background: -webkit-gradient(linear, left top, left bottom, from(#0B2857), color-stop(83.28%, #0D1029));
  background: linear-gradient(180deg, #0B2857 0%, #0D1029 83.28%);
  border: 2px solid #104186;
  border-radius: 20px;
  width: 18%;
  margin: 0 15px;
  position: relative;
  overflow: hidden;
  z-index: 1;
  -webkit-transition: all .2s;
  transition: all .2s;
  cursor: pointer
}

.create-deposite__item:hover {
  box-shadow: 0 0 14px rgba(84, 238, 255, .7)
}

.create-deposite__item > label {
  padding: 15px;
  display: block
}

.create-deposite__item_active {
  -webkit-box-shadow: 0 0 30px #104187;
  box-shadow: 0 0 14px #0af74c
}

.create-deposite__item_active:hover {
  box-shadow: 0 0 14px #0af74c
}

.create-deposite__item:last-child {
  margin: 0 0 0 15px
}

.create-deposite__item:nth-child(1) {
  margin: 0 15px 0 0
}

.create-deposite__item h2 {
  font-family: roboto;
  font-style: normal;
  font-weight: 700;
  font-size: 29px;
  line-height: 34px;
  font-variant: small-caps;
  color: #fff
}

.create-deposite__item h2 + p {
  margin: 5px 0 0;
  font-family: roboto;
  font-style: normal;
  font-weight: 300;
  font-size: 12px;
  line-height: 14px;
  color: #fff
}

.create-deposite__item ul {
  margin: 8px -6px 0;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 114%;
  grid-template-columns:114%;
  gap: 8px
}

.create-deposite__item ul li {
  background: -webkit-gradient(linear, left top, right top, from(#0B0B21), to(rgba(11, 11, 33, 0)));
  background: linear-gradient(90deg, rgb(27 123 227/30%) 0%, rgba(11, 11, 33, 0) 100%);
  padding: 5px 6px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns:1fr 1fr;
  gap: 5px
}

.create-deposite__item ul p {
  font-family: roboto;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 14px;
  color: #e7e7e7
}

.create-deposite__item ul p + p {
  text-transform: uppercase;
  color: #e7e7e7
}

.create-deposite__item::before {
  display: block;
  position: absolute;
  top: -70px;
  right: -30px;
  font-family: roboto;
  font-style: normal;
  font-weight: 900;
  font-size: 281.111px;
  line-height: 329px;
  text-transform: uppercase;
  background: linear-gradient(196.81deg, #134B97 18.58%, rgba(5, 49, 110, 0) 75.54%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  text-shadow: 0 5px 19px rgba(0, 0, 0, .2);
  z-index: -1
}

.create-deposite__item_s::before {
  content: "S"
}

.create-deposite__item_e::before {
  content: "E"
}

.create-deposite__item_b::before {
  content: "B"
}

.create-deposite__item_p::before {
  content: "P"
}

.create-deposite__procent {
  margin: 20px 0 0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column
}

.create-deposite__procent p {
  font-family: roboto;
  font-style: normal;
  font-weight: 700;
  font-size: 38px;
  line-height: 45px;
  text-transform: uppercase;
  color: #fff
}

.create-deposite__procent p + p {
  font-family: roboto;
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  line-height: 19px;
  font-variant: small-caps;
  color: #a0a7f3;
  margin: -4px 0 0;
  text-align: center
}

.create-deposite__sum {
  margin: 20px -14px 0;
  background: #b6bdd2cc;
  padding: 1px 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: space-around;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.create-deposite__sum p {
  font-family: roboto;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 16px;
  font-variant: small-caps;
  color: #101c3f
}

.create-deposite__sum p + p {
  margin: 0 0 0 15px;
  font-size: 18px;
  line-height: 25px
}

.create-deposite__list {
  margin: 15px 0 0;
  padding: 10px 0 0;
  border-top: 1px dashed rgba(231, 231, 231, .5);
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  gap: 5px
}

.create-deposite__list p {
  font-family: roboto;
  font-style: normal;
  font-weight: 400;
  font-size: 11px;
  line-height: 14px;
  color: #e7e7e7;
  text-align: center
}

.create-deposite__list p + p {
  margin: 5px 0 0;
  font-weight: 450;
  font-size: 15px;
  line-height: 21px;
  font-variant: small-caps
}

.deposite-balance {
  margin: 38px 0 0
}

.deposite-balance h2 {
  text-align: center;
  font-family: roboto;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 21px;
  letter-spacing: .03em;
  color: #fff
}

.deposite-balance h2 + h2 {
  margin: 18px 0 0
}

.deposite-balance__wrapper {
  padding: 0;
  background: rgba(27, 123, 227, .3);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  border-radius: 10px;
  position: relative;
  max-width: 420px;
  margin: 20px auto 0
}

.deposite-balance__wrapper::before {
  content: '';
  display: block;
  width: 5px;
  height: 50px;
  background: #1b7be3;
  border-radius: 310px 0 0 310px;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 1
}

.deposite-balance__wrapper::after {
  content: '';
  display: block;
  width: 5px;
  height: 50px;
  background: #1b7be3;
  border-radius: 0 310px 310px 0;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 1
}

.deposite-balance__wrapper div {
  max-width: 615px;
  margin: 0 auto;
  background: -webkit-gradient(linear, left top, right top, from(rgba(0, 255, 240, 0)), color-stop(49.48%, rgba(0, 255, 240, 0.25)), to(rgba(0, 255, 240, 0)));
  background: linear-gradient(90deg, rgba(0, 255, 240, 0) 0%, rgb(0 224 255/0%) 49.48%, rgba(0, 255, 240, 0) 100%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 10px
}

.deposite-balance__wrapper div p {
  font-family: roboto;
  font-style: normal;
  font-weight: 500;
  font-size: 30px;
  line-height: 35px;
  letter-spacing: .03em;
  color: #fff
}

.deposite-balance__wrapper div img {
  margin: 0 40px
}

.deposite-balance__input {
  margin: 28px 0 0;
  display: -ms-grid;
  display: flex;
  -ms-grid-columns: 230px 200px;
  grid-template-columns:230px 200px;
  gap: 15px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  align-items: center
}

.deposite-balance__input > div {
  display: flex;
  flex-direction: row
}

.deposite-balance__input input {
  background: #0b1722;
  border: 1px solid rgba(63, 136, 255, .6);
  border-radius: 10px;
  max-width: 280px;
  width: 100%;
  padding: 14px;
  font-family: roboto;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  letter-spacing: .03em;
  color: #3f88ff;
  margin: 0
}

.deposite-balance__input input::-webkit-input-placeholder {
  color: rgba(63, 137, 255, .6)
}

.deposite-balance__input input:-ms-input-placeholder {
  color: rgba(63, 137, 255, .6)
}

.deposite-balance__input input::-ms-input-placeholder {
  color: rgba(63, 137, 255, .6)
}

.deposite-balance__input input::placeholder {
  color: rgba(63, 137, 255, .6)
}

.deposite-balance__input .btn__blue {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  left: 20px
}

.deposite-balance__input .btn__blue::before {
  content: '';
  display: block;
  width: 19px;
  height: 19px;
  margin: 0 10px 0 0;
  background: url(/img/btn__arrow.svg) center no-repeat;
  background-size: contain
}

.deposite-balance > p {
  margin: 26px 0 0;
  text-align: center;
  font-family: roboto;
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 21px;
  letter-spacing: .03em;
  color: #a6daff
}

@media (max-width: 1800px) {
  .create-deposite__item {
    margin: 0 5px;
    width: calc(20% - 8px)
  }

  .create-deposite__item:last-child {
    margin: 0 0 0 5px
  }

  .create-deposite__item:nth-child(1) {
    margin: 0 5px 0 0
  }

  .create-deposite__item ul p {
    font-size: 11px
  }

  .create-deposite__list p {
    font-size: 10px
  }

  .create-deposite__list p + p {
    font-size: 12px;
    margin: 2px 0 0
  }

  .create-deposite__sum p + p {
    margin: 0 0 0 10px;
    font-size: 16px
  }
}

@media (max-width: 1500px) {
  .create-deposite__item > label {
    padding: 10px;
    display: block
  }

  .create-deposite__item::before {
    font-size: 200px;
    line-height: 270px
  }

  .create-deposite__sum {
    margin: 10px 0 0
  }

  .create-deposite__sum p {
    font-size: 10px
  }

  .create-deposite__sum p + p {
    font-size: 12px
  }
}

@media (max-width: 1350px) {
  .create-deposite__item {
    padding: 5px;
    width: calc(21% - 7.5px)
  }

  .create-deposite__item h2 {
    font-size: 20px;
    line-height: 1.2
  }

  .create-deposite__item h2 + p {
    margin: 2px 0 0;
    font-size: 10px
  }

  .create-deposite__item ul {
    gap: 5px
  }

  .create-deposite__item ul li {
    padding: 5px
  }

  .create-deposite__item ul p {
    font-size: 10px
  }

  .create-deposite__procent {
    margin: 10px 0 0
  }

  .create-deposite__procent p {
    font-size: 31px;
    line-height: 1.2
  }

  .create-deposite__procent p + p {
    font-size: 12px;
    line-height: 1.2;
    margin: 0
  }

  .create-deposite__sum {
    padding: 1px 3px
  }

  .create-deposite__sum p {
    font-size: 12px
  }

  .create-deposite__sum p + p {
    font-size: 12px
  }

  .create-deposite__list p {
    font-size: 10px;
    line-height: 1.2
  }

  .create-deposite__list p + p {
    font-size: 12px;
    margin: 1px 0 0;
    line-height: 1.2
  }

  .project h2 + p {
    margin: 4px 0 0;
    font-family: roboto;
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 130%;
    color: #a6daff;
    text-align: center
  }

  .deposite-balance__input + p {
    margin: 26px 0 0;
    text-align: center;
    font-family: roboto;
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 21px;
    letter-spacing: .03em;
    color: #a6daff
  }

  .project h2 {
    font-family: roboto;
    font-style: normal;
    font-weight: 500;
    font-size: 25px;
    line-height: 130%;
    color: #1dd6ff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
  }
}

.modal-payeer {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding: 10px;
  z-index: 100;
  display: none;
  overflow-y: scroll
}

.modal-payeer__active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

.modal-payeer__overflow {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .3);
  z-index: -1
}

.modal-payeer__wrapper {
  border: 2px solid rgba(63, 136, 255, .4);
  -webkit-box-shadow: 7px 7px 67px rgba(9, 37, 67, .15), 4px 4px 14px rgba(36, 83, 124, .15);
  box-shadow: 7px 7px 67px rgba(9, 37, 67, .15), 4px 4px 14px rgba(36, 83, 124, .15);
  border-radius: 20px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  max-width: 713px;
  margin: auto;
  z-index: 1;
  padding: 15px 32px 0;
  position: relative;
  background: linear-gradient(60.11deg, #010D20 5.67%, #0D203F 97.63%);
  width: 100%
}

.modal-payeer__close {
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 2;
  cursor: pointer
}

.modal-payeer h3 {
  font-family: roboto;
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 130%;
  text-align: center;
  color: #fff
}

.modal-payeer h3 + p {
  margin: 32px 0 0;
  font-family: roboto;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 150%;
  text-align: center;
  color: #fff
}

.modal-payeer__row {
  margin: 32px 0 0;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns:1fr 1fr;
  gap: 20px
}

.modal-payeer__row_text {
  font-family: roboto;
  font-style: normal;
  font-weight: 450;
  font-size: 16px;
  line-height: 130%;
  color: #cccdd2;
  text-align: center
}

.modal-payeer__rate {
  background: rgba(27, 123, 227, .3);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  border-radius: 10px;
  margin: 12px 0 0
}

.modal-payeer__rate div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  padding: 12px 0
}

.modal-payeer__rate div::before {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  height: 1px;
  background: -webkit-gradient(linear, left top, right top, from(#00ffee00), color-stop(#00ffee66), to(#00ffee00));
  background: linear-gradient(0.25turn, #00ffee00, #00ffee66, #00ffee00)
}

.modal-payeer__rate div::after {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  height: 1px;
  background: -webkit-gradient(linear, left top, right top, from(#00ffee00), color-stop(#00ffee66), to(#00ffee00));
  background: linear-gradient(0.25turn, #00ffee00, #00ffee66, #00ffee00)
}

.modal-payeer__rate p {
  font-family: roboto;
  font-style: normal;
  font-weight: 500;
  font-size: 22px;
  line-height: 26px;
  letter-spacing: .03em;
  color: #fff
}

.modal-payeer__rate p span {
  color: #97c35d
}

.modal-payeer__rate img {
  margin: 0 12px 0 0
}

.modal-payeer__tran {
  margin: 32px 0 0
}

.modal-payeer__tran p {
  font-family: roboto;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #cccdd2;
  text-align: center
}

.modal-payeer__tran input {
  margin: 20px auto 0;
  max-width: 300px;
  background: #0b1722;
  border: 1px solid rgba(63, 136, 255, .6);
  border-radius: 10px;
  padding: 13px;
  font-family: roboto;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  letter-spacing: .03em;
  color: #3f88ff;
  display: block
}

.modal-payeer__link {
  margin: 10px 185px 36px;
  display: -ms-grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns:1fr 1fr;
  gap: 32px
}

.modal-payeer__link + p {
  margin: 12px 0 0;
  font-family: roboto;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  text-align: center;
  color: #cccdd2
}

.modal-bit {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding: 10px;
  z-index: 100;
  display: none;
  overflow-y: scroll
}

.modal-bit__active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

.modal-bit__overflow {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .3);
  z-index: -1
}

.modal-bit__wrapper {
  border: 2px solid rgba(63, 136, 255, .4);
  -webkit-box-shadow: 7px 7px 67px rgba(9, 37, 67, .15), 4px 4px 14px rgba(36, 83, 124, .15);
  box-shadow: 7px 7px 67px rgba(9, 37, 67, .15), 4px 4px 14px rgba(36, 83, 124, .15);
  border-radius: 20px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  max-width: 864px;
  margin: auto;
  z-index: 1;
  padding: 32px 32px 60px;
  position: relative;
  background: linear-gradient(60.11deg, #010D20 5.67%, #0D203F 97.63%);
  width: 100%
}

.modal-bit__close {
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 2;
  cursor: pointer
}

.modal-bit h3 {
  font-family: roboto;
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 130%;
  text-align: center;
  color: #fff
}

.modal-bit h3 + p {
  margin: 32px 0 0;
  font-family: roboto;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 150%;
  text-align: center;
  color: #fff
}

.modal-bit h3 + p span {
  color: #97c35d
}

.modal-bit__grid {
  margin: 32px 0 0;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 220px;
  grid-template-columns:1fr 220px;
  gap: 60px
}

.modal-bit__tran {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 100%;
  grid-template-columns:100%;
  gap: 20px
}

.modal-bit__tran_text {
  font-family: roboto;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 130%;
  text-align: center;
  letter-spacing: .03em;
  color: #fff
}

.modal-bit__tran_status {
  font-family: roboto;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 150%;
  text-align: center;
  color: #c4302b
}

.modal-bit__rate {
  background: rgba(27, 123, 227, .3);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  border-radius: 10px;
  padding: 10px 20px;
  margin: 12px 0 0
}

.modal-bit__rate div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  padding: 12px 0
}

.modal-bit__rate div::before {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  height: 1px;
  background: -webkit-gradient(linear, left top, right top, from(#00ffee00), color-stop(#00ffee66), to(#00ffee00));
  background: linear-gradient(0.25turn, #00ffee00, #00ffee66, #00ffee00)
}

.modal-bit__rate div::after {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  height: 1px;
  background: -webkit-gradient(linear, left top, right top, from(#00ffee00), color-stop(#00ffee66), to(#00ffee00));
  background: linear-gradient(0.25turn, #00ffee00, #00ffee66, #00ffee00)
}

.modal-bit__rate p {
  font-family: roboto;
  font-style: normal;
  font-weight: 500;
  font-size: 22px;
  line-height: 26px;
  letter-spacing: .03em;
  color: #fff
}

.modal-bit__rate p span {
  color: #97c35d
}

.modal-bit__rate p.num {
  font-size: 18px;
  line-height: 21px;
  position: relative;
  overflow: hidden;
  text-overflow: ellipsis;
  width: auto
}

.modal-bit__rate img {
  margin: 0 20px 0 0
}

.modal-bit__qr p {
  font-family: roboto;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 130%;
  text-align: center;
  color: #fff
}

.modal-bit__qr img {
  width: 100%;
  display: block;
  margin: 12px 0 0
}

.modal-bit__time {
  margin: 32px 0 0
}

.modal-bit__time p {
  font-family: roboto;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 130%;
  text-align: center;
  color: #fff
}

.modal-bit__time_time {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns:1fr 1fr 1fr;
  background: rgba(255, 255, 255, .01);
  border: 1px solid rgba(27, 123, 227, .5);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  border-radius: 10px;
  padding: 10px;
  max-width: 421px;
  margin: 12px auto 0
}

.modal-bit__time_time p {
  font-family: roboto;
  font-style: normal;
  font-weight: 500;
  font-size: 30px;
  line-height: 35px;
  letter-spacing: .03em;
  color: #1dd6ff;
  text-align: center
}

.modal-bit__time_time p + p {
  margin: 5px 0 0;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  font-variant: small-caps
}

.modal-bit__time_time li {
  position: relative
}

.modal-bit__time_time li::before {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: 100%;
  width: 1px;
  height: 35px;
  background: rgba(27, 123, 227, .3);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%)
}

.modal-bit__time_time li:last-child::before {
  content: none
}

.modal-bit__time .btn__blue {
  display: block;
  margin: 32px auto 0;
  max-width: 421px;
  font-size: 16px;
  line-height: 19px;
  padding: 20px
}

@media (max-width: 1450px) {
  .modal-bit__wrapper {
    max-width: 600px
  }

  .modal-bit__grid {
    -ms-grid-columns: 100%;
    grid-template-columns:100%;
    gap: 24px
  }

  .modal-bit__qr img {
    max-width: 220px;
    margin: 12px auto
  }

  .modal-pay__wrapper {
    max-width: 600px
  }

  .modal-pay__row {
    margin: 24px 0 0
  }

  .modal-pay__row h3 {
    font-size: 14px
  }

  .modal-pay__row_item {
    margin: 14px 0 0
  }

  .modal-pay__row_item p {
    font-size: 16px
  }

  .modal-pay__row_item div {
    padding: 10px
  }

  .modal-pay__row_item img {
    width: 15px;
    margin: 0 6px
  }

  .modal-pay__text {
    margin: 24px 0 0
  }

  .modal-pay__text p {
    font-size: 14px
  }

  .modal-pay__raund {
    gap: 10px;
    margin: 24px 0 0
  }

  .modal-pay__raund div {
    padding: 10px
  }

  .modal-pay__raund ul p {
    font-size: 14px
  }

  .modal-pay__raund ul p + p {
    font-size: 10px
  }

  .modal-export__wrapper {
    max-width: 600px
  }

  .modal-export__part_item img {
    width: 100%;
    height: 48px;
    -o-object-fit: contain;
    object-fit: contain
  }

  .modal-export__text p {
    font-size: 14px
  }

  .modal-export__text_row a {
    font-size: 14px
  }

  .modal-export__text_green {
    font-size: 16px
  }

  .modal-export__balance h3 {
    font-size: 14px
  }

  .modal-export__balance_item {
    margin: 14px auto 0;
    max-width: 280px
  }

  .modal-export__balance_item p {
    font-size: 18px
  }

  .modal-export__balance_item img {
    width: 12px;
    margin: 0 6px
  }

  .refill__wrapper {
    -ms-grid-columns: 1fr 1fr 1fr 1fr;
    grid-template-columns:1fr 1fr 1fr 1fr;
    gap: 10px
  }

  .refill__wrapper a img {
    max-width: 50px;
    height: 50px
  }

  .refill__wrapper a p {
    font-size: 12px;
    margin: 6px 0 0
  }

  .refill__link {
    padding: 5px 2px
  }
}

@media (max-width: 1100px) {
  .refill__wrapper a img {
    max-width: 40px;
    height: 40px
  }

  .refill__wrapper a p {
    font-size: 10px;
    margin: 3px 0 0
  }
}

.deposite-profite {
  display: none;
  flex-direction: row;
  color: #d2a430;
  align-items: center;
  justify-content: center;
  margin-top: 20px;
  font-family: roboto;
  font-style: normal;
  font-weight: 400;
  font-size: 16px
}

.deposite-profite > div {
  text-align: center
}

.profitAtDay {
  margin-right: 30px
}

.profitAtDayVal, .profitAtWeekVal {
  padding-bottom: 7px
}

.shop__text {
  margin: 4px 112px 0;
  font-family: roboto;
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 158%;
  color: #a6daff;
  text-align: center
}

.begin-stats {
  display: flex;
  flex-direction: row;
  color: #a6daff;
  align-items: center;
  justify-content: center;
  margin-top: 36px;
  margin-bottom: 15px;
  font-size: 18px
}

.begin-stats > div {
  margin-left: 22px
}

.begin-stats p {
  margin-top: 8px;
  font-size: 13px
}

.begin-stats__first {
  background: url(/img/platform-1.svg) no-repeat left center;
  padding: 10px 0 10px 50px;
  background-size: 20%
}

.begin-stats__second {
  background: url(/img/platform-2.svg) no-repeat left center;
  padding: 10px 0 10px 50px;
  background-size: 20%
}

.begin-stats__third {
  background: url(/img/platform-3.svg) no-repeat left center;
  padding: 10px 0 10px 72px;
  background-size: 20%
}

@media (max-width: 980px) {
  body {
    min-width: 1200px
  }

  .nav__bonus_img {
    width: 24px
  }

  .nav__bonus_logo {
    font-size: 14px
  }

  .nav__bonus_text p {
    font-size: 14px
  }

  .nav__bonus_text img {
    width: 24px
  }
}

a[href="/ex"] p {
  position: relative
}

a[href="/ex"] p:before {
  content: '';
  display: block;
  border-radius: 50%;
  position: absolute;
  width: 6px;
  height: 6px;
  background: rgb(255 61 0);
  left: 110px;
  top: -1px;
  -webkit-animation: pulse 2s infinite;
  animation: pulse 2s infinite
}

@keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 61, 0, .6);
    box-shadow: 0 0 0 0 rgba(255, 61, 0, .6)
  }
  70% {
    -webkit-box-shadow: 0 0 0 10px transparent;
    box-shadow: 0 0 0 10px transparent
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 transparent;
    box-shadow: 0 0 0 0 transparent
  }
}

a[href="/reviews"] p {
  position: relative
}

a[href="/reviews"] p:before {
  content: '';
  display: block;
  border-radius: 50%;
  position: absolute;
  width: 6px;
  height: 6px;
  background: rgb(255 61 0);
  left: 70px;
  top: -1px;
  -webkit-animation: pulse 2s infinite;
  animation: pulse 2s infinite
}

@keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 61, 0, .6);
    box-shadow: 0 0 0 0 rgba(255, 61, 0, .6)
  }
  70% {
    -webkit-box-shadow: 0 0 0 10px transparent;
    box-shadow: 0 0 0 10px transparent
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 transparent;
    box-shadow: 0 0 0 0 transparent
  }
}

.refill-form__text {
  margin: 4px 112px 0;
  font-family: roboto;
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 158%;
  color: #a6daff;
  text-align: center
}

.video-content {
  position: fixed;
  bottom: 51px;
  left: 34px;
  z-index: 100
}

.video-btn {
  background: url(/img/button.png) center no-repeat;
  width: 196px;
  height: 60px;
  background-size: contain;
  border: none;
  margin-left: -7px
}

.video-frame {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  margin: auto;
  display: none;
  z-index: 300;
  background-color: rgba(1, 1, 1, .5);
  background-image: url(/img/video-border.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 650px 379px;
  align-items: center;
  justify-content: center
}

.video-frame iframe {
  width: 529px;
  height: 338px;
  position: relative;
  top: -18px
}




.apexcharts-canvas {
  position: relative;
  user-select: none;
  top: 128px;
}

.deposite-stats {
  width: 100%;
  height: 330px;
  position: relative;
  padding: 1px;
  display: flex;
  justify-content: center;
}

.deposite-stats .deposite-stats-block {
  display: flex;
  flex-flow: row nowrap;
  place-content: center flex-start;
  align-items: center;
  justify-content: center;
  color: rgb(255, 255, 255);
  padding-right: 35px;
  padding-left: 35px;
  width: 765px;
  position: relative;
  z-index: 1;
  height: 100%;
  border-radius: 8px;
}

.deposite-stats .deposite-stats-text {
  width: 230px;
}

.deposite-stats .deposite-stats-text h2 {
  font-family: roboto;
  font-size: 30px;
  margin-bottom: 20px;
  max-width: 200px;
}

.deposite-stats .deposite-stats-text .semi.ttu {
  font-size: 12px;
  text-transform: uppercase;
  font-family: roboto;
  color: rgb(255, 255, 255);
}

.deposite-stats .deposite-stats-text .stat-text {
  font-size: 48px;
  text-transform: uppercase;
  color: red;
  margin-bottom: 20px;
}

.deposite-stats .deposite-stats-text .stat-text span {
  font-size: 24px;
}

.deposite-stats .deposite-stats-text .percent {
  font-size: 48px;
  text-transform: uppercase;
  color: rgb(0, 200, 104);
}

.deposite-stats .deposite-stats-text .percent span {
  font-size: 24px;
}

.deposite-stats .deposite-stats-chart {
  width: calc(100% - 230px);
  padding-top: 36px;
}

.deposite-stats .deposite-stats-chart .apexcharts-text tspan {
  font-size: 10px;
  text-transform: uppercase;
  fill: rgba(255, 255, 255, 0.698);
}

.deposite-stats .deposite-stats-chart line {
  stroke: rgb(83, 83, 83) !important;
}

.home-new .stat {
  margin-top: 0px;
}

.deposite-most-popular:after{
  content: "";
  background: url(/img/most-popular.png) no-repeat;
  width: 186px;
  height: 91px;
  position: absolute;
  top: 0px;
  right: -96px;
  background-size: contain;
}