@media screen and (max-width: 1180px){
  html {
    font-size: 1.1vw;
  }
}
@media screen and (max-width: 900px){
  html {
    font-size: 1.3vw;
  }
  .image {
    width: 36%;
  }
}
@media screen and (max-width: 650px){
  html {
    font-size: 3vw;
  }
  body {
    background-image: url(../images/bg-mob.webp);
  }
  .image{
    display: none;
  }
  .image--mob {
    display: block;
    width: 100%;
    height: auto;
    top: 20px;
    bottom: auto;
  }

  .header {
    padding: 44px 20px 33px 20px;
  }
  .header__logo {
    width: 100%;
    max-width: 257px;
  }
  .wheel {
    padding: 0 10px 35px 10px;
    overflow: hidden;
  }
  .wheel__title {
    margin-bottom: 100px;
    font-size: 7.5vw;
  }
  .wheel__figure {
    width: 100%;
    height: auto;
  }
  .wheel__wheel{
    left: 5%;
    top: 6.5vw;
    width: 90%;
    height: auto;
    margin: 0;
  }
  .wheel__button {
    font-size: 1.3rem;
    top: 39vw;
    width: 7rem;
    height: 7rem;
  }
  .footer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 40px 20px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .footer__pays {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    gap: 16px;
    margin-bottom: 30px;
  }
  .footer__pays li {
    height: 20px;
    width: -webkit-calc(50% - 8px);
    width: calc(50% - 8px);
  }
  .footer__crypto {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .footer__crypto li {
    height: 28px;
  }
  .footer__crypto li:nth-child(1) {
    width: 100%;
    font-size: 10px;
    margin: 0 0 8px 0;
    text-align: center;
    height: auto;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .popup {
    padding: 200px 30px 100px 30px;
  }
  .popup__icon {
    width: 107px;
    height: 107px;
    top: -55px;
  }
  .popup__logo{
    display: block;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    top: -140px;
    width: 100%;
    max-width: 255px;
  }
  .popup__content{
    max-width: 100%;
    padding: 90px 32px 50px 32px;
  }
  .popup__text {
    font-size: 2.6rem;
  }
  .popup__text br {
    display: block;
  }
  .popup__button {
    width: 100%;
    padding: 1.2rem 1rem;
  }
  .popup__title {
    font-size: 2.2rem;
  }
}
