* {
  padding: 0;
  margin: 0;
  border: 0;
}

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

:focus, :active {
  outline: none;
}

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

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

html, body {
  height: 100%;
  width: 100%;
  font-size: 100%;
  line-height: 1;
  font-size: 14px;
}

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

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

button {
  cursor: pointer;
}

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

a, a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

ul li {
  list-style: none;
}

img {
  vertical-align: top;
}

h1, h2, h3, h4, h5, h6 {
  font-size: inherit;
  font-weight: 400;
}
@import url("https://fonts.googleapis.com/css2?family=Overpass:ital,wght@0,100..900;1,100..900&display=swap");
* {
  font-family: "Overpass", sans-serif;
  font-size: 14px;
  -webkit-transition: 0.6s all;
  -o-transition: 0.6s all;
  transition: 0.6s all;
  line-height: 1.4;
  color: #fff;
}

body {
  background: #0f0f0f;
}

.main {
  min-height: 100vh;
  padding-bottom: 100px;
  overflow: hidden;
  position: relative;
}

.circle-blue {
  position: absolute;
  width: 60vw;
  top: 0px;
  right: 0px;
}
.circle-blue img {
  width: 100%;
  opacity: 0.5;
}
.circle-blue-two {
  top: auto;
  width: 30vw;
  bottom: 0vh;
}
.circle-yellow {
  position: absolute;
  width: 60vw;
  top: 100vh;
  left: -30%;
}
.circle-yellow img {
  width: 100%;
  opacity: 1;
}

.decor-one {
  position: absolute;
  width: 100px;
  left: -80px;
  top: -40px;
}
.decor-one img {
  width: 100%;
}
.decor-two {
  position: absolute;
  width: 80px;
  right: -140px;
  top: 440px;
}
.decor-two img {
  width: 100%;
}

.container {
  width: 1000px;
  margin: 0 auto;
  position: relative;
}

section {
  position: relative;
  z-index: 1;
}

.header {
  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;
  height: 80px;
  background: rgba(0, 0, 0, 0.5607843137);
  padding: 10px 40px;
}
.header__left {
  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;
  gap: 10px;
}
.header__image {
  width: 40px;
  height: 40px;
  min-width: 40px;
  min-height: 40px;
  background: #000000;
  height: 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;
  border-radius: 100px;
  position: relative;
}
.header__tg {
  width: 100%;
}
.header__tg img {
  width: 100%;
}
.header__star {
  position: absolute;
  width: 20px;
  top: -4px;
  right: -4px;
}
.header__star img {
  width: 100%;
  -webkit-filter: drop-shadow(0px 0px 2px #000);
          filter: drop-shadow(0px 0px 2px #000);
}
.header__name {
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
}
.header__descr {
  font-size: 12px;
  padding-top: 0px;
  color: #b8b8b8;
}
.header__buy {
  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;
  gap: 10px;
  background: rgba(255, 255, 255, 0.1843137255);
  padding: 4px 20px;
  border-radius: 100px;
  cursor: pointer;
}
.header__buy img {
  width: 36px;
}
.header__buy p {
  font-size: 14px;
  padding-top: 4px;
  color: #fff;
}
.header__buy:hover {
  background: rgba(255, 255, 255, 0.2745098039);
}

.promo {
  margin-top: 60px;
  background: rgba(0, 0, 0, 0.3019607843);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.4274509804);
          box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.4274509804);
  border-radius: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 40px;
  width: 100%;
}
.promo__left {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
}
.promo__title {
  font-size: 44px;
  font-weight: 700;
  color: #fff;
  color: #fff946;
}
.promo__subtitle {
  font-size: 20px;
  color: #989898;
  margin-bottom: 10px;
}
.promo__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
}
.promo__card {
  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;
  gap: 10px;
  padding: 10px 14px;
  border-radius: 20px;
}
.promo__card img {
  width: 50px;
  background: rgba(255, 255, 255, 0.1176470588);
  padding: 8px;
  border-radius: 100px;
}
.promo__btns {
  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;
  gap: 10px;
  padding-top: 10px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.promo__btn {
  padding: 8px 16px;
  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;
  gap: 10px;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.1294117647);
  cursor: pointer;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.promo__btn img {
  width: 26px;
  -webkit-filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, 0.7215686275));
          filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, 0.7215686275));
}
.promo__btn p {
  font-size: 14px;
  -webkit-transform: translateY(3px);
      -ms-transform: translateY(3px);
          transform: translateY(3px);
  text-transform: uppercase;
}
.promo__btn-link img {
  -webkit-transform: scale(1.5);
      -ms-transform: scale(1.5);
          transform: scale(1.5);
}
.promo__btn:hover {
  background: rgba(255, 255, 255, 0.0509803922);
}
.promo__right {
  width: 50%;
  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;
}
.promo__phone {
  width: 70%;
}
.promo__phone img {
  width: 100%;
  -webkit-transform: translateX(40px) translateY(50px);
      -ms-transform: translateX(40px) translateY(50px);
          transform: translateX(40px) translateY(50px);
}

.title {
  font-size: 34px;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.title span {
  font-size: inherit;
  font-weight: 700;
  color: #fff946;
}

.adv {
  margin-top: 100px;
  margin-bottom: 100px;
}
.adv__block {
  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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.adv__card {
  width: 49%;
  padding: 20px;
  background: #1b1b1b;
  -webkit-box-shadow: 0px 0px 20px #000;
          box-shadow: 0px 0px 20px #000;
  border-radius: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  margin-bottom: 2%;
}
.adv__card img {
  width: 80px;
  background: rgba(255, 255, 255, 0.1176470588);
  padding: 12px;
  border-radius: 100px;
}
.adv__card p {
  font-size: 18px;
  text-transform: uppercase;
}
.adv__card span {
  display: block;
  padding: 14px;
  border-radius: 20px;
  font-size: 16px;
  background: #272727;
  color: #cdcdcd;
}

.step {
  margin-bottom: 100px;
}
.step__block {
  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;
}
.step__left {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
}
.step__card {
  width: 100%;
  background: rgba(255, 255, 255, 0.0784313725);
  padding: 20px;
  border-radius: 10px;
}
.step__card p {
  font-size: 16px;
  text-transform: uppercase;
}
.step__card p strong {
  font-size: 20px;
  color: #fff946;
}
.step__card-pair p {
  text-align: right;
}
.step__arrow {
  width: 32px;
}
.step__arrow img {
  width: 100%;
  -webkit-transform: rotate(-20deg);
      -ms-transform: rotate(-20deg);
          transform: rotate(-20deg);
}
.step__arrow-pair {
  margin-left: auto;
}
.step__arrow-pair img {
  -webkit-transform: scale(-1, 1) rotate(-20deg);
      -ms-transform: scale(-1, 1) rotate(-20deg);
          transform: scale(-1, 1) rotate(-20deg);
}
.step__dotes {
  width: 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;
  gap: 20px;
  margin-top: 10px;
}
.step__dote {
  width: 10px;
  height: 10px;
  border-radius: 100px;
  background: #454545;
}
.step__buy {
  height: 50px;
  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;
  text-align: center;
  background: #fff946;
  color: #000;
  font-size: 18px;
  text-transform: uppercase;
  margin-top: 10px;
  border-radius: 10px;
  cursor: pointer;
}
.step__buy:hover {
  background: rgba(255, 255, 255, 0.1058823529);
  color: #fff;
}
.step__right {
  width: 50%;
  padding-left: 40px;
  position: relative;
}
.step__tg {
  width: 100%;
}
.step__tg img {
  width: 100%;
}
.step__star {
  width: 20%;
  position: absolute;
  top: 30px;
  right: 30px;
}
.step__star img {
  width: 100%;
  -webkit-filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, 0.4392156863));
          filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, 0.4392156863));
}

.faq__card {
  margin-bottom: 20px;
}
.faq__top {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px 20px;
  background: rgba(255, 255, 255, 0.0823529412);
  border-radius: 10px;
  cursor: pointer;
  gap: 20px;
}
.faq__name {
  font-size: 18px;
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
}
.faq__plus {
  font-size: 32px;
  line-height: 32px;
}
.faq__text {
  padding: 20px;
  font-size: 18px;
  color: #bababa;
  overflow: hidden;
  max-height: 0px;
  padding: 0px 20px;
}

.loading {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 2;
  background: rgba(0, 0, 0, 0.6);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  top: 0px;
  top: 0%;
  left: 0px;
  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;
}
.loading__load {
  width: 60px;
  aspect-ratio: 1;
  border-radius: 50%;
  border: 4px solid #fff946;
  -webkit-animation: l20-1 0.8s infinite linear alternate, l20-2 1.6s infinite linear;
          animation: l20-1 0.8s infinite linear alternate, l20-2 1.6s infinite linear;
}

@-webkit-keyframes l20-1 {
  0% {
    -webkit-clip-path: polygon(50% 50%, 0 0, 50% 0%, 50% 0%, 50% 0%, 50% 0%, 50% 0%);
            clip-path: polygon(50% 50%, 0 0, 50% 0%, 50% 0%, 50% 0%, 50% 0%, 50% 0%);
  }
  12.5% {
    -webkit-clip-path: polygon(50% 50%, 0 0, 50% 0%, 100% 0%, 100% 0%, 100% 0%, 100% 0%);
            clip-path: polygon(50% 50%, 0 0, 50% 0%, 100% 0%, 100% 0%, 100% 0%, 100% 0%);
  }
  25% {
    -webkit-clip-path: polygon(50% 50%, 0 0, 50% 0%, 100% 0%, 100% 100%, 100% 100%, 100% 100%);
            clip-path: polygon(50% 50%, 0 0, 50% 0%, 100% 0%, 100% 100%, 100% 100%, 100% 100%);
  }
  50% {
    -webkit-clip-path: polygon(50% 50%, 0 0, 50% 0%, 100% 0%, 100% 100%, 50% 100%, 0% 100%);
            clip-path: polygon(50% 50%, 0 0, 50% 0%, 100% 0%, 100% 100%, 50% 100%, 0% 100%);
  }
  62.5% {
    -webkit-clip-path: polygon(50% 50%, 100% 0, 100% 0%, 100% 0%, 100% 100%, 50% 100%, 0% 100%);
            clip-path: polygon(50% 50%, 100% 0, 100% 0%, 100% 0%, 100% 100%, 50% 100%, 0% 100%);
  }
  75% {
    -webkit-clip-path: polygon(50% 50%, 100% 100%, 100% 100%, 100% 100%, 100% 100%, 50% 100%, 0% 100%);
            clip-path: polygon(50% 50%, 100% 100%, 100% 100%, 100% 100%, 100% 100%, 50% 100%, 0% 100%);
  }
  100% {
    -webkit-clip-path: polygon(50% 50%, 50% 100%, 50% 100%, 50% 100%, 50% 100%, 50% 100%, 0% 100%);
            clip-path: polygon(50% 50%, 50% 100%, 50% 100%, 50% 100%, 50% 100%, 50% 100%, 0% 100%);
  }
}

@keyframes l20-1 {
  0% {
    -webkit-clip-path: polygon(50% 50%, 0 0, 50% 0%, 50% 0%, 50% 0%, 50% 0%, 50% 0%);
            clip-path: polygon(50% 50%, 0 0, 50% 0%, 50% 0%, 50% 0%, 50% 0%, 50% 0%);
  }
  12.5% {
    -webkit-clip-path: polygon(50% 50%, 0 0, 50% 0%, 100% 0%, 100% 0%, 100% 0%, 100% 0%);
            clip-path: polygon(50% 50%, 0 0, 50% 0%, 100% 0%, 100% 0%, 100% 0%, 100% 0%);
  }
  25% {
    -webkit-clip-path: polygon(50% 50%, 0 0, 50% 0%, 100% 0%, 100% 100%, 100% 100%, 100% 100%);
            clip-path: polygon(50% 50%, 0 0, 50% 0%, 100% 0%, 100% 100%, 100% 100%, 100% 100%);
  }
  50% {
    -webkit-clip-path: polygon(50% 50%, 0 0, 50% 0%, 100% 0%, 100% 100%, 50% 100%, 0% 100%);
            clip-path: polygon(50% 50%, 0 0, 50% 0%, 100% 0%, 100% 100%, 50% 100%, 0% 100%);
  }
  62.5% {
    -webkit-clip-path: polygon(50% 50%, 100% 0, 100% 0%, 100% 0%, 100% 100%, 50% 100%, 0% 100%);
            clip-path: polygon(50% 50%, 100% 0, 100% 0%, 100% 0%, 100% 100%, 50% 100%, 0% 100%);
  }
  75% {
    -webkit-clip-path: polygon(50% 50%, 100% 100%, 100% 100%, 100% 100%, 100% 100%, 50% 100%, 0% 100%);
            clip-path: polygon(50% 50%, 100% 100%, 100% 100%, 100% 100%, 100% 100%, 50% 100%, 0% 100%);
  }
  100% {
    -webkit-clip-path: polygon(50% 50%, 50% 100%, 50% 100%, 50% 100%, 50% 100%, 50% 100%, 0% 100%);
            clip-path: polygon(50% 50%, 50% 100%, 50% 100%, 50% 100%, 50% 100%, 50% 100%, 0% 100%);
  }
}
@-webkit-keyframes l20-2 {
  0% {
    -webkit-transform: scaleY(1) rotate(0deg);
            transform: scaleY(1) rotate(0deg);
  }
  49.99% {
    -webkit-transform: scaleY(1) rotate(135deg);
            transform: scaleY(1) rotate(135deg);
  }
  50% {
    -webkit-transform: scaleY(-1) rotate(0deg);
            transform: scaleY(-1) rotate(0deg);
  }
  100% {
    -webkit-transform: scaleY(-1) rotate(-135deg);
            transform: scaleY(-1) rotate(-135deg);
  }
}
@keyframes l20-2 {
  0% {
    -webkit-transform: scaleY(1) rotate(0deg);
            transform: scaleY(1) rotate(0deg);
  }
  49.99% {
    -webkit-transform: scaleY(1) rotate(135deg);
            transform: scaleY(1) rotate(135deg);
  }
  50% {
    -webkit-transform: scaleY(-1) rotate(0deg);
            transform: scaleY(-1) rotate(0deg);
  }
  100% {
    -webkit-transform: scaleY(-1) rotate(-135deg);
            transform: scaleY(-1) rotate(-135deg);
  }
}
.modal {
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  top: 0px;
  left: 0px;
  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;
  opacity: 0;
  display: none;
  z-index: 3;
}

.star {
  width: 100%;
  max-width: 500px;
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  -webkit-box-shadow: 0px 0px 20px rgba(255, 255, 255, 0.1254901961);
          box-shadow: 0px 0px 20px rgba(255, 255, 255, 0.1254901961);
  border-radius: 10px;
  padding: 60px 20px 20px 20px;
  position: absolute;
  top: -150%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.star__close {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 40px;
  cursor: pointer;
}
.star__close svg {
  width: 100%;
  height: auto;
}
.star__title {
  text-align: center;
  font-size: 20px;
  margin-bottom: 20px;
}
.star__image {
  margin: 0 auto;
  width: 100px;
  margin-bottom: 20px;
}
.star__image img {
  width: 100%;
}
.star__descr {
  text-align: center;
  font-size: 12px;
  padding: 6px 12px;
  border-radius: 6px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  background: rgba(255, 255, 255, 0.0588235294);
  margin-bottom: 10px;
}
.star__input {
  width: 100%;
  height: 40px;
  border-radius: 10px;
  background: rgba(93, 93, 93, 0.2431372549);
  border: none;
  padding: 0px 14px;
  color: #fff;
  font-size: 14px;
  margin-bottom: 10px;
  text-align: center;
}
.star__input::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.631372549);
}
.star__input::-moz-placeholder {
  color: rgba(255, 255, 255, 0.631372549);
}
.star__input:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.631372549);
}
.star__input::-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.631372549);
}
.star__input::placeholder {
  color: rgba(255, 255, 255, 0.631372549);
}
.star__btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
}
.star__btn {
  width: 24%;
  text-align: center;
  padding: 4px;
  border-radius: 40px;
  background: rgba(156, 156, 156, 0.1019607843);
  font-size: 12px;
  cursor: pointer;
}
.star__btn:hover {
  background: rgba(255, 255, 255, 0.0392156863);
}
.star__message {
  text-align: center;
  margin-bottom: 20px;
  max-height: 0px;
  overflow: hidden;
  margin-bottom: 0px;
}
.star__button {
  background: #fff946;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: 40px;
  padding: 0px 20px;
  color: #000;
  text-transform: uppercase;
  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;
  border-radius: 6px;
  margin-left: auto;
  cursor: pointer;
}
.star__button:hover {
  background: rgba(255, 255, 255, 0.1215686275);
  color: #fff;
}

.pay {
  background: rgba(0, 0, 0, 0.7098039216);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  -webkit-box-shadow: 0px 0px 20px rgba(255, 255, 255, 0.1254901961);
          box-shadow: 0px 0px 20px rgba(255, 255, 255, 0.1254901961);
  max-height: 90vh;
  overflow-x: auto;
  padding: 40px;
  width: 600px;
  border-radius: 20px;
  position: absolute;
  left: 50%;
  top: -150%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.pay__wrap {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5254901961);
  left: 0px;
  top: 0px;
  z-index: 2;
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
  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;
  display: none;
}
.pay__load {
  width: 40px;
  aspect-ratio: 1;
  border-radius: 50%;
  border: 4px solid #00a3f5;
  -webkit-animation: l20-1 0.8s infinite linear alternate, l20-2 1.6s infinite linear;
          animation: l20-1 0.8s infinite linear alternate, l20-2 1.6s infinite linear;
}
.pay__close {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 40px;
  height: 40px;
  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;
  border-radius: 100px;
  cursor: pointer;
}
.pay__close svg {
  width: 24px;
  height: auto;
  fill: #fff;
}
.pay__title {
  text-align: center;
  font-size: 20px;
  color: #fff;
  margin-bottom: 40px;
}
.pay__summ {
  padding: 10px 24px;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.2078431373);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  color: #fff;
  margin-bottom: 20px;
}
.pay__line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 4px;
  background: rgba(2, 2, 2, 0.1803921569);
  border-radius: 6px;
  gap: 6px;
}
.pay__variable {
  height: 34px;
  width: 50%;
  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;
  color: #fff;
  background: rgba(255, 255, 255, 0.0705882353);
  border-radius: 6px;
  cursor: pointer;
}
.pay__variable:hover {
  background: rgba(255, 255, 255, 0.1803921569);
}
.pay__variable-active {
  background: #00a3f5;
}
.pay__block {
  padding-top: 0px;
  display: none;
}
.pay__subtitle {
  color: #fff;
  margin-bottom: 10px;
}
.pay__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 10px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-top: 10px;
  display: none;
}
.pay__valute {
  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;
  gap: 10px;
  background: rgba(94, 94, 94, 0.2431372549);
  padding: 6px 14px;
  border-radius: 10px;
  cursor: pointer;
}
.pay__valute img {
  height: 30px;
}
.pay__valute p {
  color: #fff;
}
.pay__valute:hover {
  opacity: 0.7;
}
.pay__valute-active {
  background: rgba(0, 0, 0, 0.7725490196);
}
.pay__input {
  width: 100%;
  height: 40px;
  border-radius: 10px;
  background: rgba(93, 93, 93, 0.2431372549);
  border: none;
  padding: 0px 14px;
  color: #fff;
  font-size: 14px;
  margin-bottom: 20px;
  margin-top: 20px;
  display: none;
}
.pay__input::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.631372549);
}
.pay__input::-moz-placeholder {
  color: rgba(255, 255, 255, 0.631372549);
}
.pay__input:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.631372549);
}
.pay__input::-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.631372549);
}
.pay__input::placeholder {
  color: rgba(255, 255, 255, 0.631372549);
}
.pay__button {
  background: #00a3f5;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 20px;
  margin-left: auto;
  height: 40px;
  padding: 0px 20px;
  border-radius: 10px;
  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;
  cursor: pointer;
  display: none;
  color: #fff;
}
.pay__button:hover {
  opacity: 0.7;
}

.order {
  background: rgba(0, 0, 0, 0.7098039216);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  -webkit-box-shadow: 0px 0px 20px rgba(255, 255, 255, 0.1254901961);
          box-shadow: 0px 0px 20px rgba(255, 255, 255, 0.1254901961);
  max-height: 90vh;
  overflow-x: auto;
  padding: 40px;
  width: 600px;
  border-radius: 20px;
  position: absolute;
  left: 50%;
  top: -150%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.order__title {
  text-align: center;
  font-size: 20px;
  color: #fff;
  margin-bottom: 40px;
}
.order__qr {
  width: 200px;
  margin: 0 auto;
  margin-bottom: 40px;
}
.order__qr img {
  width: 100%;
  border-radius: 20px;
}
.order__number, .order__wallet {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px;
  background: rgba(255, 255, 255, 0.1137254902);
  border-radius: 10px;
  margin-bottom: 20px;
  gap: 10px;
  position: relative;
}
.order__number p, .order__number span, .order__wallet p, .order__wallet span {
  color: #fff;
}
.order__number p, .order__wallet p {
  position: absolute;
  top: -10px;
  font-size: 12px;
}
.order__wallet span {
  word-break: break-all;
}
.order__descr {
  padding-top: 20px;
  text-align: center;
  color: #fff;
  margin-bottom: 20px;
  line-height: 1.4;
}
.order__timer {
  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;
  gap: 10px;
  margin-top: 20px;
}
.order__timer p {
  color: #fff;
}
.order__load {
  width: 12px;
  aspect-ratio: 1;
  border-radius: 50%;
  border: 2px solid #00a3f5;
  -webkit-animation: l20-1 0.8s infinite linear alternate, l20-2 1.6s infinite linear;
          animation: l20-1 0.8s infinite linear alternate, l20-2 1.6s infinite linear;
}
.order__status {
  text-align: center;
  margin-top: 10px;
  color: #b4b4b4;
  margin-bottom: 0px;
}
.order__cancel {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 14px 20px;
  border-radius: 100px;
  background: #ff5757;
  cursor: pointer;
  margin: 0 auto;
}
.order__cancel:hover {
  background: #ce0404;
}
.order__id {
  text-align: center;
  color: #b4b4b4;
  margin-top: 20px;
  font-size: 14px;
  letter-spacing: 1px;
}

.com {
  padding-top: 60px;
  position: relative;
  z-index: 1;
}
.com__title {
  font-size: 34px;
  font-weight: 600;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.com__add {
  cursor: pointer;
  color: #00a3f5;
  font-size: 16px;
  margin-bottom: 20px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.com__add:hover {
  text-decoration: underline;
}
.com__item {
  background: rgba(0, 0, 0, 0.4039215686);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.368627451);
          box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.368627451);
  border-radius: 20px;
  padding: 20px;
  margin-bottom: 20px;
  cursor: pointer;
}
.com__item span {
  font-size: 16px;
  color: #d5d5d5;
  line-height: 1.4;
}
.com__slider {
  padding-bottom: 40px;
}
.com__top {
  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;
  gap: 10px;
  margin-bottom: 10px;
}
.com__top img {
  width: 40px;
  height: 40px;
  border-radius: 100px;
}
.com__top p {
  font-size: 16px;
  color: #fff;
}
.com__top .com__date {
  margin-left: auto;
  font-size: 12px;
  color: #b4b4b4;
}
.com__pag {
  -webkit-transform: translateY(0px);
      -ms-transform: translateY(0px);
          transform: translateY(0px);
}

.swiper-pagination-bullet {
  background: #fff;
}

@media (max-width: 1040px) {
  .container {
    width: 100%;
    padding: 0px 20px;
  }
}
@media (max-width: 760px) {
  .promo__phone {
    width: 100%;
  }
  .title {
    font-size: 24px;
  }
  .adv__card {
    padding: 14px;
    gap: 10px;
  }
  .adv__card img {
    width: 60px;
  }
  .adv__card p {
    font-size: 16px;
  }
  .step__right {
    width: 40%;
  }
  .step__left {
    width: 60%;
  }
  .step__buy {
    font-size: 16px;
  }
  .step__star {
    top: 20px;
    right: 4%;
    width: 60px;
  }
  .faq__name {
    font-size: 18px;
  }
  .faq__text {
    font-size: 16px;
  }
}
@media (max-width: 640px) {
  .header {
    padding: 0px 20px;
  }
  .promo {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    padding: 20px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    position: relative;
    overflow: hidden;
  }
  .promo__right {
    width: 100%;
  }
  .promo__phone {
    width: 36%;
    position: absolute;
    bottom: -20px;
    right: 20px;
  }
  .promo__left {
    width: 60%;
    gap: 4px;
  }
  .promo__card {
    padding: 0px;
  }
  .promo__title {
    font-size: 24px;
  }
  .promo__subtitle {
    font-size: 16px;
  }
  .pay, .order, .star {
    width: calc(100% - 20px);
    padding: 40px 20px;
  }
}
@media (max-width: 540px) {
  .container {
    padding: 0px 10px;
  }
  .promo__left {
    width: 100%;
  }
  .promo__card {
    padding-right: 30%;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .promo__btns {
    padding-right: 30%;
  }
  .promo__btn {
    padding: 8px 12px;
  }
  .promo__btn img {
    width: 20px;
  }
  .promo__btn p {
    font-size: 13px;
  }
  .adv__card {
    width: 100%;
  }
  .step__block {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .step__left {
    width: 100%;
  }
  .step__right {
    padding-left: 0px;
    width: 100%;
    padding: 0px 20%;
  }
  .step__star {
    top: 20px;
    right: 20%;
    width: 60px;
  }
}
@media (max-width: 440px) {
  .header__left {
    -webkit-transform: scale(0.9) translateX(-20px);
        -ms-transform: scale(0.9) translateX(-20px);
            transform: scale(0.9) translateX(-20px);
  }
  .header__buy {
    width: 40px;
    height: 40px;
  }
  .header__buy img {
    width: 30px;
  }
  .header__buy p {
    display: none;
  }
  .promo__phone {
    width: 50%;
  }
}