@media screen and (orientation: landscape) and (max-aspect-ratio: 3/2) {
  .image {
    height: 85vh;
    bottom: 3vh;
  }
  .image-left {
    left: -25vh;
  }

  .image-right {
    right: -30vh;
    bottom: 0;
  }
}

@media screen and (orientation: portrait) {
  body {
    overflow-y: scroll;
  }

  .background {
    position: absolute;
  }

  .background img {
    display: none;
  }

  .background img ~ img {
    display: block;
  }

  .image-right {
    display: none;
  }

  .image-left {
    position: absolute;
    display: block;
    height: unset;
    width: 132vw;
    left: -4vw;
    bottom: -2vw;
  }

  .image-left img {
    height: unset;
    width: 100%;
  }

  .header {
    padding-top: 1vw;
  }

  .header__logo img {
    margin-left: -7vw;
    height: 28vw;
  }

  .background img {
    -o-object-position: center top;
    object-position: center top;
  }

  .cover {
    padding-left: 4vw;
    padding-right: 4vw;
  }

  .main {
    padding-top: 30vw;
    padding-bottom: 22vw;
    overflow: hidden;
  }

  .main::after {
    position: absolute;
    height: 100vw;
  }

  .prime {
    margin: 0;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    max-width: 100%;
  }

  .prime__title {
    margin-bottom: 44vw;
    gap: 2vw 0;
    width: 100%;
    font-size: 9vw;
    -webkit-text-stroke: 0.2vw #c6ea4b;
  }

  .prime__title .text-top {
    -webkit-text-stroke: 0.2vw #c6ea4b;
  }

  .prime__title .text-large {
    font-size: 14vw;
  }

  .prime__title .text-small {
    font-size: 6vw;
  }

  .prime__deposits {
    margin-bottom: 5vw;
    margin-top: auto;
    padding: 5vw;
    min-width: 100%;
  }

  .prime-deposits__item {
    margin-bottom: 2.5vw;
    gap: 0 2vw;
    font-size: 4.3vw;
    line-height: 1;
    text-shadow: 0px 1px 10px rgba(255, 209, 8, 0.28);
  }

  .prime__button {
    width: 76vw;
    height: 22vw;
    font-size: 4.1vw;
  }

  .footer {
    padding: 10vw 12vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-flow: column;
    -ms-flex-flow: column;
    flex-flow: column;
    position: static;
  }

  .footer > * {
    width: 100%;
  }

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

  .footer ul.footer__payment {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 3.8vw 5vw;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .footer__payment img {
    height: 5vw;
  }

  .footer__crypto {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .footer-crypto__title {
    margin-right: 0;
    margin-bottom: 5vw;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 2.6vw;
    line-height: 1.2;
  }

  .footer__crypto ul {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    gap: 3vw 4.5vw;
  }

  .footer__crypto img {
    height: 6.5vw;
  }
}
