@media only screen and (min-width: 990px) and (max-width: 1200px) {}

@media (max-width: 1200px) {
  .main-section ul {
    width: 600px;
  }

  .main-section__offer {
    font-size: 42px;
    line-height: 52px;
    margin-bottom: 5px;
    margin-top: 20px;
  }
}

@media (max-width: 990px) {
  .header-section .phone-block .r2 a {
    font-weight: 700;
    font-size: 32px;
    color: orange;
  }

  .header-section .phone-block .r3 {
    font-weight: 700;
    font-size: 15px;
  }

  .hero a {
    display: block;
  }
}

@media (max-width: 768px) {
  .header-section .phone-block {
    margin-top: 10px;
  }

  .header-section .phone-block .r3 {
    font-weight: 700;
    font-size: 12px;
  }

  .form__offer {
    font-size: 24px;
  }

  #q5 .question__option label .text {
    font-size: 18px;
  }
}

@media (max-width: 622px) {
  .header-section .phone-block .r2 a {
    font-weight: 700;
    font-size: 26px;
    color: orange;
  }

  .header-section .phone-block .r3 {
    font-weight: 700;
    font-size: 10px;
  }
}

@media (max-width: 678px) {
  .main-section ul {
    width: 330px;
    padding: 0 30px 0 30px;
  }

  .main-section .div1 {
    display: none;
  }

  .main-section .g1 {
    font-size: 16px;
    line-height: 16px;
  }

  .main-section .g1 span {
    font-size: 24px;
  }

  .main-section .g2 {
    margin-bottom: 0px;
    font-size: 16px;
    line-height: 21px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 989px) {}

@media only screen and (min-width: 679px) and (max-width: 767px) {}

@media only screen and (min-width: 568px) and (max-width: 678px) {
  .main-section__offer {
    font-size: 27px;
    line-height: 30px;
    margin-bottom: 5px;
    margin-top: 5px;
  }

  .main-section__offer-2 {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  h2 {
    font-size: 19px;
    line-height: 25px;
    margin-bottom: 10px;
  }

  .header-section {
    padding: 10px 0 10px 0;
    height: 160px;
  }

  .header-section__logo {
    height: 60px;
  }

  .main-section__start-quiz-button {
    height: 40px;
    padding: 3px 20px 3px 20px;
    font-size: 15px;
  }

  .main-section {
    margin-top: 160px;
    margin-bottom: 25px;
  }

  .footer-section {
    height: 25px;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 13px;
  }

  .quiz__question {
    padding: 0px 10px;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .question__title {
    font-size: 20px;
    padding-bottom: 5px;
    text-align: center;
  }

  .question__number {
    font-size: 18px;
  }

  .question__progress-bar {
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .question__left-col {
    width: 100%;
    display: inline-block;
  }

  .question__right-col {
    display: inline-block;
    width: 35%;
    float: right;
    padding-left: 20px;
    text-align: center;
    display: none;
  }

  .question__options {
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 20px;
  }

  .question__option {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  #q5 .question__option {
    padding-top: 0px;
    padding-bottom: 5px;
  }

  .question__buttons {
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .question__form {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .hero__image {
    margin: auto;
    width: 120px;
  }

  .progress-bar__complete {
    height: 40px;
    line-height: 40px;
    font-size: 21px;
  }

  input[type="text"] {
    width: 100% !important;
    margin-bottom: 10px;
    height: 40px;
    font-size: 12px;
    padding-left: 3px;
  }

  input[type="text"]:hover {}

  input::-webkit-input-placeholder {
    font-family: "Open Sans", sans-serif;
    font-size: 12px;
    color: #303030;
  }

  input:-moz-placeholder {
    font-family: "Open Sans", sans-serif;
    font-size: 12px;
    color: #303030;
  }

  input::-moz-placeholder {
    font-family: "Open Sans", sans-serif;
    font-size: 12px;
    color: #303030;
  }

  input:-ms-input-placeholder {
    font-family: "Open Sans", sans-serif;
    font-size: 12px;
    color: #303030;
  }

  .button {
    height: 39px;
    padding: 5px 15px 5px 15px;
    font-size: 15px;
  }

  form input[type="text"],
  form input[type="email"],
  form input[type="url"],
  form textarea {
    font-size: 14px;
  }

  .conf-check__question {
    font-size: 12px;
  }
}

@media only screen and (max-width: 567px) {
  .question__title {
    font-size: 16px;
  }

  .form__phone {
    padding: 0;
    text-align: center;
  }

  #q5 .subtext {
    font-size: 9px;
  }

  .form__offer {
    font-size: 20px;
    /* margin-top: 10px; */
  }

  #q5 .question__buttons {
    margin-top: 0px;
  }

  #q5 .question__next-button {
    font-size: 9px;
  }

  .question__option label .text {
    font-size: 13px;
  }

  .question__number {
    font-size: 15px;
  }

  .hero {
    font-size: 13px;
  }
}

@media only screen and (min-width: 568px) and (max-width: 599px) {
  .main-section__offer {
    font-size: 27px;
    line-height: 30px;
    margin-bottom: 5px;
    margin-top: 5px;
  }

  .main-section__offer-2 {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  h2 {
    font-size: 19px;
    line-height: 25px;
    margin-bottom: 10px;
  }

  .header-section {
    padding: 10px 0 10px 0;
    height: 140px;
  }

  .header-section__logo {
    height: 50px;
  }

  .main-section__start-quiz-button {
    height: 40px;
    padding: 3px 20px 3px 20px;
    font-size: 15px;
  }

  .main-section {
    margin-top: 140px;
    margin-bottom: 25px;
  }

  .footer-section {
    height: 25px;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 13px;
  }

  .quiz__question {
    padding: 0px 10px;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .question__title {
    font-size: 20px;
    padding-bottom: 5px;
    text-align: center;
  }

  .question__number {
    font-size: 18px;
  }

  .question__progress-bar {
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .question__left-col {
    width: 100%;
    display: inline-block;
  }

  .question__right-col {
    display: inline-block;
    width: 35%;
    float: right;
    padding-left: 20px;
    text-align: center;
    display: none;
  }

  .question__options {
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 20px;
  }

  .question__option {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  #q5 .question__option {
    padding-top: 0px;
    padding-bottom: 5px;
  }

  .question__buttons {
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .question__form {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .hero__image {
    margin: auto;
    width: 120px;
  }

  .progress-bar__complete {
    height: 40px;
    line-height: 40px;
    font-size: 21px;
  }

  input[type="text"] {
    width: 100% !important;
    margin-bottom: 10px;
    height: 40px;
    font-size: 12px;
    padding-left: 3px;
  }

  input[type="text"]:hover {}

  input::-webkit-input-placeholder {
    font-family: "Open Sans", sans-serif;
    font-size: 12px;
    color: #303030;
  }

  input:-moz-placeholder {
    font-family: "Open Sans", sans-serif;
    font-size: 12px;
    color: #303030;
  }

  input::-moz-placeholder {
    font-family: "Open Sans", sans-serif;
    font-size: 12px;
    color: #303030;
  }

  input:-ms-input-placeholder {
    font-family: "Open Sans", sans-serif;
    font-size: 12px;
    color: #303030;
  }

  .button {
    height: 39px;
    padding: 5px 15px 5px 15px;
    font-size: 15px;
  }

  form input[type="text"],
  form input[type="email"],
  form input[type="url"],
  form textarea {
    font-size: 14px;
  }

  .conf-check__question {
    font-size: 12px;
  }
}

@media only screen and (min-width: 421px) and (max-width: 567px) {
  .main-section__offer {
    font-size: 23px;
    line-height: 28px;
    margin-bottom: 15px;
    margin-top: 13px;
  }

  .main-section__offer-2 {
    padding-top: 5px;
    padding-bottom: 5px;
  }

  h2 {
    font-size: 19px;
    line-height: 25px;
    margin-bottom: 10px;
  }

  .header-section {
    padding: 10px 0 10px 0;
    height: 140px;
  }

  .header-section .submit {
    font-size: 12px;
  }

  .header-section__logo {
    height: 40px;
  }

  .main-section__start-quiz-button {
    height: 35px;
    padding: 3px 20px 3px 20px;
    font-size: 15px;
  }

  .main-section {
    margin-top: 140px;
    margin-bottom: 25px;
  }

  .footer-section {
    height: 25px;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 13px;
  }

  .quiz__question {
    padding: 0px 10px;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .question__title {
    font-size: 20px;
    padding-bottom: 5px;
    text-align: center;
  }

  .question__number {
    font-size: 18px;
  }

  .question__progress-bar {
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .question__left-col {
    width: 100%;
    display: inline-block;
  }

  .question__right-col {
    display: inline-block;
    width: 35%;
    float: right;
    padding-left: 20px;
    text-align: center;
    display: none;
  }

  .question__options {
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 20px;
  }

  .question__option {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  #q5 .question__option {
    padding-top: 0px;
    padding-bottom: 5px;
  }

  .question__buttons {
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .question__form {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .hero__image {
    margin: auto;
    width: 120px;
  }

  .progress-bar__complete {
    height: 40px;
    line-height: 40px;
    font-size: 21px;
  }

  input[type="text"] {
    width: 100% !important;
    margin-bottom: 10px;
    height: 40px;
    font-size: 12px;
    padding-left: 3px;
  }

  input[type="text"]:hover {}

  input::-webkit-input-placeholder {
    font-family: "Open Sans", sans-serif;
    font-size: 12px;
    color: #303030;
  }

  input:-moz-placeholder {
    font-family: "Open Sans", sans-serif;
    font-size: 12px;
    color: #303030;
  }

  input::-moz-placeholder {
    font-family: "Open Sans", sans-serif;
    font-size: 12px;
    color: #303030;
  }

  input:-ms-input-placeholder {
    font-family: "Open Sans", sans-serif;
    font-size: 12px;
    color: #303030;
  }

  .button {
    height: 39px;
    padding: 5px 15px 5px 15px;
    font-size: 15px;
  }

  form input[type="text"],
  form input[type="email"],
  form input[type="url"],
  form textarea {
    font-size: 14px;
  }

  .conf-check__question {
    font-size: 12px;
  }
}

@media only screen and (max-width: 420px) {
  .main-section__offer {
    font-size: 27px;
    line-height: 30px;
    margin-bottom: 15px;
    margin-top: 13px;
  }

  .main-section__offer-2 {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  h2 {
    font-size: 19px;
    line-height: 25px;
    margin-bottom: 10px;
  }

  .header-section {
    padding: 10px 0 10px 0;
    height: 120px;
  }

  .header-section .submit {
    font-size: 11px;
  }

  .header-section__logo {
    height: 40px;
  }

  .header-section .phone-block .r2 a {
    font-size: 18px;
  }

  .main-section__start-quiz-button {
    height: 40px;
    padding: 3px 20px 3px 20px;
    font-size: 15px;
  }

  .main-section {
    margin-top: 120px;
    margin-bottom: 25px;
  }

  .footer-section {
    height: 25px;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 13px;
  }

  .quiz__question {
    padding: 0px 10px;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .question__title {
    /* font-size: 20px; */
    padding-bottom: 5px;
    text-align: center;
  }

  .question__number {
    font-size: 18px;
  }

  .question__progress-bar {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .question__left-col {
    width: 100%;
    display: inline-block;
  }

  .question__right-col {
    display: inline-block;
    width: 35%;
    float: right;
    padding-left: 20px;
    text-align: center;
    display: none;
  }

  .question__options {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 20px;
    margin: auto;
    display: block;
  }

  .questions-left {
    width: 57%;
  }

  .question__option {
    padding-top: 0px;
    padding-bottom: 0px;
    margin-bottom: 10px;
  }

  .question__buttons {
    padding-top: 0px;
    padding-bottom: 10px;
  }

  .question__form {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  #q0 .question__options {
    width: 100%;
  }

  #q0 .question__option {
    width: 48%;
  }

  #q0 .question__option .block {
    width: 140px;
    height: 80px;
  }

  #q0 .question__option .block img {
    width: 100%;
  }

  #q0 .question__option label .text {
    width: 110px;
    line-height: 18px;
  }

  .question__option label .text {
    width: 140px;
    line-height: 18px;
  }

  #q5 .question__option label .text {
    font-size: 15px;
  }

  .questions-right {
    display: none;
  }

  .hero__image {
    margin: auto;
    width: 100%;
  }

  .progress-bar__complete {
    height: 40px;
    line-height: 40px;
    font-size: 21px;
  }

  input[type="text"] {
    width: 100% !important;
    /* margin-bottom: 10px; */
    height: 40px;
    font-size: 12px;
    padding-left: 3px;
  }

  input[type="text"]:hover {}

  input::-webkit-input-placeholder {
    font-family: "Open Sans", sans-serif;
    font-size: 12px;
    color: #303030;
  }

  input:-moz-placeholder {
    font-family: "Open Sans", sans-serif;
    font-size: 12px;
    color: #303030;
  }

  input::-moz-placeholder {
    font-family: "Open Sans", sans-serif;
    font-size: 12px;
    color: #303030;
  }

  input:-ms-input-placeholder {
    font-family: "Open Sans", sans-serif;
    font-size: 12px;
    color: #303030;
  }

  .button {
    height: 39px;
    padding: 5px 15px 5px 15px;
    font-size: 15px;
  }

  form input[type="text"],
  form input[type="email"],
  form input[type="url"],
  form textarea {
    font-size: 14px;
  }

  .conf-check__question {
    font-size: 12px;
  }
}