@media (max-width: 1230px) {
  .container {
    max-width: 1100px;
  }
}
@media (max-width: 1100px) {
  .container {
    max-width: 991px;
  }
  .thanks__img {
    display: none;
  }
}
@media (max-width: 991px) {
  .container {
    max-width: 768px;
  }
  .thanks {
    padding-top: 40px;
    text-align: center;
    background: url(../img/thanks-bg-mob.png) no-repeat center right/auto 100%;
  }
  .thanks__heading {
    text-align: center;
  }
  .thanks__heading img {
    height: 87px;
    width: auto;
  }
  .thanks__heading h1 {
    font-size: 48px;
    margin-bottom: 16px;
  }
  .thanks__heading p {
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
  }
  .thanks .intro__subtitle b {
    font-size: 22px;
  }
  .thanks .intro__subtitle {
    max-width: 100%;
    font-size: 16px;
    line-height: 20px;
  }
  .thanks .intro__subtitle + .intro__subtitle {
    margin-top: 100px;
  }
  .thanks .thanks__steps {
    margin-bottom: 200px;
  }
  .thanks .thanks__steps img {
    height: 40px;
  }
  .thanks__steps {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .thanks__steps span {
    font-size: 16px;
    line-height: 20px;
  }
  .thanks__img {
    display: block;
    width: 100%;
    max-width: 500px;
    height: auto;
    bottom: -100px;
    right: 0;
  }
  .intro {
    background: url(../img/main-bg-mob.png) no-repeat top right/cover;
  }
}
@media (max-width: 768px) {
  .container {
    max-width: 576px;
  }
  .intro {
    text-align: center;
    background-position: bottom right;
  }
  .intro h1 {
    font-size: 24px;
    text-align: left;
  }
  .intro h1 img {
    height: 20px;
    width: auto;
  }
  .intro__subtitle {
    max-width: 100%;
    font-size: 16px;
  }
  .intro__text {
    font-size: 16px;
    padding: 21px 13px;
    font-weight: 500;
    margin-bottom: 500px;
  }
  .intro__time {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .intro__contacts {
    text-align: left;
  }
  .quiz__question {
    font-size: 18px;
  }
  .quiz__vatiants__heading {
    font-size: 18px;
    margin-bottom: 24px;
  }
  .quiz__vatiants__item {
    font-size: 16px;
  }
  .contacts__form .form-input {
    padding: 18px;
  }
  .quiz__vatiants__item span {
    height: 18px;
    width: 18px;
  }
  .quiz {
    background: url(../img/quiz-bg-mob.png) center bottom/cover;
  }
  .quiz__head {
    padding: 20px;
    gap: 10px;
  }
  .quiz__vatiants {
    padding: 20px 20px 40px;
  }
  .quiz__btns {
    gap: 20px;
  }
  .quiz__btns .main-btn {
    gap: 12px;
    font-size: 16px;
  }
  .quiz__btns .main-btn img {
    height: 20px;
    width: auto;
  }
  .main-btn {
    font-size: 18px;
  }
}
@media (max-width: 576px) {
  .container {
    max-width: 385px;
  }
}/*# sourceMappingURL=media.css.map */