@media screen and (max-width: 1200px) {
  .footer__partners {
    padding-left: 15px;
    padding-right: 15px;
  }
  .footer__copyright {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media screen and (max-width: 566px) {
  .popup__title {
    padding-top: 0;
  }
}

@media screen and (max-width: 500px) {
  .wheel__wrap {
    background: url('../images/wheel-bg.png') no-repeat center center/auto 95%;
  }
  .popup__content {
    -webkit-background-size: 100% 100%;
       -moz-background-size: 100% 100%;
         -o-background-size: 100% 100%;
            background-size: 100% 100%;
  }
}


@media screen and (max-width: 450px) {
  .wheel__button {
    font-size: -webkit-calc(100vw/20);
    font-size: -moz-calc(100vw/20);
    font-size: calc(100vw/20);
  }
  .wheel__arrow-fg {
    max-height: 61px;
    left: -webkit-calc(50% - 25px);
    left: -moz-calc(50% - 25px);
    left: calc(50% - 25px);
  }
  .popup__content {
    min-height: 350px;
    padding: 58px 40px 70px 40px;
    -webkit-background-size: 115% 106%;
       -moz-background-size: 115% 106%;
         -o-background-size: 115% 106%;
            background-size: 115% 106%;
  }
  .popup__inner-bg {
    top: 20px;
    bottom: 20px;
    left: 20px;
    right: 20px;
  }
  .popup__title {
    font-size: -webkit-calc(100vw/19);
    font-size: -moz-calc(100vw/19);
    font-size: calc(100vw/19);
    line-height: 1.2;
  }
  .popup__text {
    font-size: 22px;
    line-height: 24px;
  }
  .popup__text > .you-won {
    font-size: 20px;
  }
  .popup__text > .up-to {
    font-size: 20px;
  }
  .popup__button {
    min-width: 150px;
  }
  .footer__partners > li {
    height: 15px;
    margin: 0px 5px 18px 5px;
  }
  .copyright__logo {
    max-height: 30px;
    margin: 20px 10px 0px 10px;
  }
}

@media screen and (max-width: 414px) {
  body {
    background: url("../images/main-bg-mob.png") no-repeat top center, #000000;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
  }
  .header__logo > img {
    width: auto;
    max-height: 8vh;
  }
  .wheel {
    padding: 14vh 6vw 2vh 6vw;
  }
  .wheel__arrow-fg {
    max-height: 47px;
    left: -webkit-calc(50% - 20px);
    left: -moz-calc(50% - 20px);
    left: calc(50% - 20px);
    top: 2%;
  }
  .popup__content {
    min-height: 320px;
  }
  .popup__title > .you-won {
    color: #5AC153;
    font-size: 19px;
  }
  .footer__partners {
    padding-left: 5px;
    padding-right: 5px;
  }
  .footer__partners > li {
    height: 12px;
  }
  .footer__copyright {
    padding-left: 5px;
    padding-right: 5px;
  }
}

@media screen and (max-width: 375px) {
  .wheel__wrap {
    background: url('../images/wheel-bg.png') no-repeat center center/auto 90%;
  }
}