@media screen and (max-width: 850px) {
  .main {
    padding-bottom: 300px;
  }

  .footer__payment img {
    max-height: 20px;
  }

  .footer__copy {
    font-size: 12px;
    color: #6b7786;
  }

  .popup__content {
    padding: 71px 25px 62px;
    min-height: 335px;
  }

  .popup__content::after {
    width: calc(100% + 60px + 60px);
    height: 335px;
  }

  .popup__text {
    margin-bottom: 6px;
    font-size: 22px;
  }

  .popup__text.small-text {
    font-size: 18px;
  }

  .popup__button {
    margin-top: 6px;
    padding: 11px 15px;
    max-width: 190px;
    font-size: 18px;
  }
}

@media screen and (max-width: 768px) {
  .footer__payment {
    -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;
  }
}

@media screen and (max-width: 605px) {
  body {
    background-image: url(../img/mob-main.png);
  }

  .header {
    padding: 32px 16px 0;
  }

  .header__logo img {
    max-height: 60px;
  }

  .main {
    padding-bottom: 280px;
  }

  .general-title {
    max-height: 88px;
  }

  .wheel__content {
    padding: 0 60px 20px;
  }

  .wheel__wrap {
    margin-top: 16px;
  }

  .wheel__wrap::after {
    content: '';
    position: absolute;
    width: calc(100% + 20px + 20px);
    height: calc(100% + 20px + 20px);
    bottom: -20px;
    left: -20px;
    background: url('../img/wheel-shadow.png') no-repeat center center / contain;
  }

  .wheel__stopper {
    max-width: 40px;
    top: -20px;
  }

  .wheel__button {
    top: calc(50% - 146px / 2);
    right: calc(50% - 146px / 2);
    width: 146px;
    height: 146px;
    min-width: auto;
    min-height: auto;
  }

  .footer {
    padding: 16px 10px;
  }

  .footer__payment span {
    margin: 4px 4px;
  }

  .footer__payment img {
    max-height: 13px;
  }

  .footer__copy {
    text-align: left;
  }

  .footer > div + div {
    margin-top: 8px;
  }
}

@media screen and (max-width: 550px) {
  .wheel__button {
    top: calc(50% - 116px / 2);
    right: calc(50% - 116px / 2);
    width: 116px;
    height: 116px;
  }

  .wheel__button img {
    max-height: 70px;
  }
}

@media screen and (max-width: 425px) {
  .wheel__content {
    padding: 0 50px 20px;
  }

  .wheel__button {
    top: calc(50% - 102px / 2);
    right: calc(50% - 102px / 2);
    width: 102px;
    height: 102px;
  }

  .footer__payment {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

@media screen and (max-width: 375px) {
  .main {
    padding-bottom: 240px;
  }

  .wheel__content {
    padding: 0 20px 20px;
  }

  .wheel__button img {
    max-height: 60px;
  }

  .footer__payment img {
    max-height: 9px;
  }

  .footer__copy {
    font-size: 10px;
  }

  .popup__content {
    padding: 55px 10px 45px;
    min-height: 335px;
  }

  .popup__content::after {
    width: calc(100% + 50px + 50px);
    height: 335px;
  }

  .popup__text {
    font-size: 16px;
  }

  .popup__text.small-text {
    font-size: 12px;
  }

  .popup__button {
    font-size: 14px;
  }
}
