@media screen and (min-width: 2200px) {
  .header {
    padding-top: 2vw;
    padding-bottom: 2vw;
    background: linear-gradient(
      90deg,
      rgba(0, 0, 0, 0.8) 0%,
      rgba(0, 0, 0, 0) 100%
    );
  }

  .header__logo img {
    height: 2.5vw;
    max-height: unset;
  }

  .cover {
    padding-left: calc(50% - 60vw / 2);
    padding-right: calc(50% - 60vw / 2);
  }

  .main {
    background: linear-gradient(
      90deg,
      rgba(0, 0, 0, 0.8) 0%,
      rgba(0, 0, 0, 0) 100%
    );
  }

  .main__img {
    height: 70%;
    right: 0;
  }

  .prime {
    padding-top: 2vw;
    padding-bottom: 2vw;
    margin-bottom: 0;
  }

  .prime__badge {
    margin-bottom: 1vw;
    padding: 0.7vw 1.5vw;
    font-size: 1vw;
    border: 0.07vw solid #e96e32;
    border-radius: 0.3vw;
  }

  .prime__title {
    margin-bottom: 1.5vw;
    max-width: 30vw;
    font-size: 2.2vw;
  }

  .prime__desc {
    max-width: 15vw;
  }

  .prime__button {
    margin-bottom: 0.7vw;
    padding: 1vw 3vw;
    font-size: 1vw;
    border-radius: 10vw;
  }

  .prime__desc p {
    font-size: 0.5vw;
  }

  .instructions {
    margin-top: 0;
    padding-top: 2vw;
    padding-bottom: 2vw;
  }

  .instructions ul {
    padding: 1.5vw 5vw;
  }

  .instructions li:not(:last-child)::after {
    margin: 0 2vw;
  }

  .instructions__icon {
    margin-right: 1vw;
    flex: 0 0 1.7vw;
    width: 1.7vw;
    height: 1.7vw;
  }

  .instructions li:not(:last-child)::after {
    width: 0.5vw;
    height: 1vw;
  }

  .instructions__desc {
    max-width: 10vw;
    font-size: 0.7vw;
  }

  .footer {
    padding-top: 2vw;
    padding-bottom: 2vw;
    padding-left: calc(50% - 60vw / 2);
    padding-right: calc(50% - 60vw / 2);
  }

  .footer__payment li {
    height: 1.5vw;
  }

  .footer__payment img {
    max-height: 1.5vw;
    height: 100%;
    max-width: unset;
    -o-object-fit: cover;
    object-fit: cover;
  }

  .footer__payment li + li {
    margin-left: 1vw;
  }

  .footer-crypto__title {
    font-size: 0.6vw;
  }

  .footer img {
    max-height: 1.3vw;
    height: 1.3vw;
  }
}

@media screen and (max-width: 1460px) {
  .header {
    padding-top: 24px;
    padding-bottom: 24px;
    background: linear-gradient(
      90deg,
      rgba(0, 0, 0, 0.8) 0%,
      rgba(0, 0, 0, 0) 100%
    );
  }

  .main {
    background: linear-gradient(
      90deg,
      rgba(0, 0, 0, 0.8) 0%,
      rgba(0, 0, 0, 0) 100%
    );
  }

  .main__img {
    right: 0;
  }
}

@media screen and (max-width: 1260px) {
  .cover {
    padding-left: 30px;
    padding-right: 30px;
  }

  .instructions ul {
    padding: 26px 30px;
  }

  .instructions li:not(:last-child)::after {
    margin: 0 25px;
  }
}

@media screen and (max-width: 1024px) {
  .instructions ul {
    padding: 26px 16px;
  }

  .instructions li:not(:last-child)::after {
    margin: 0 12px;
  }

  .footer {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .footer > * {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
  }

  .footer > *:not(:last-child) {
    margin-right: 0;
    margin-bottom: 30px;
  }

  .footer ul {
    /* -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center; */
  }

  .footer-crypto__title br {
    display: none;
  }
}

@media screen and (max-width: 850px) {
  .header {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: -webkit-gradient(
      linear,
      left top,
      left bottom,
      from(#000000),
      to(rgba(0, 0, 0, 0))
    );
    background: -o-linear-gradient(top, #000000 0%, rgba(0, 0, 0, 0) 100%);
    background: linear-gradient(180deg, #000000 0%, rgba(0, 0, 0, 0) 100%);
  }

  .main {
    background: none;
  }

  .main__img {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    right: 50%;
    -webkit-transform: translateX(50%);
    -ms-transform: translateX(50%);
    transform: translateX(50%);
    width: 100vw;
    height: unset;
    opacity: 1;
    overflow: hidden;
  }

  .main__img img {
    -o-object-position: center;
    object-position: center;
  }

  .prime {
    padding-top: 63vw;
    padding-bottom: 30px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    position: relative;
  }

  .prime::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 50%;
    bottom: 0;
    left: 0;
    background: -webkit-gradient(
      linear,
      left bottom,
      left top,
      from(#000000),
      to(rgba(0, 0, 0, 0))
    );
    background: -o-linear-gradient(bottom, #000000 0%, rgba(0, 0, 0, 0) 100%);
    background: linear-gradient(0deg, #000000 0%, rgba(0, 0, 0, 0) 100%);
    z-index: -1;
  }

  .prime__title {
    text-align: center;
  }

  .instructions {
    margin-top: 0;
    padding-top: 33px;
    padding-bottom: 33px;
  }

  .instructions ul {
    padding: 0;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: transparent;
    border: none;
  }

  .instructions li {
    width: 100%;
    max-width: 420px;
    background: #822ef0;
    border-radius: 10px;
    border: 1px solid #9193fb;
  }

  .instructions li a {
    padding: 16px 20px;
  }

  .instructions li + li {
    margin-top: 8px;
  }

  .instructions li:not(:last-child)::after {
    display: none;
  }

  .instructions__desc {
    max-width: unset;
  }

  .instructions__desc > b {
    display: inline;
  }

  .footer__payment {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    max-width: 90%;
  }

  .footer__payment li:nth-child(n) {
    margin: 10px 13px;
  }
}

@media screen and (max-width: 605px) {
  .header__logo img {
    max-height: 36px;
  }

  .main__img {
    height: 500px;
  }

  .prime {
    padding-left: 16px;
    padding-right: 16px;
  }

  .prime__badge {
    margin-bottom: 15px;
    padding: 10px 20px;
    font-size: 18px;
  }

  .prime__title {
    margin-bottom: 16px;
    font-size: 28px;
  }

  .prime__title-additional {
    margin-bottom: 20px;
    font-size: 16px;
  }

  .instructions__icon {
    margin-right: 18px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 28px;
    -ms-flex: 0 0 28px;
    flex: 0 0 28px;
    width: 28px;
    height: 28px;
  }

  .instructions__desc {
    font-size: 13px;
  }

  .footer {
    padding: 30px 16px;
  }

  .footer__crypto {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .footer-crypto__title {
    margin: 0 0 10px 0;
    width: 100%;
    text-align: center;
    font-size: 10px;
  }

  .footer__crypto ul li + li {
    margin-left: 16px;
  }
}
