@media (max-width: 812px) {
  h2 {
    font-size: 28px;
    padding: 0 10px;
    text-align: center;
    line-height: 1.35;
  }
  h3 {
    font-size: 28px;
  }
  h4 {
    font-size: 22px;
    text-align: center;
  }
  p {
    font-size: 18px;
  }
  ul {
    margin-top: 0;
    margin-bottom: 0;
  }
  li {
    font-size: 18px;
  }
  .title-size-52 {
    font-size: 28px !important;
    line-height: 1.35;
  }
  .title-size-26 {
    font-size: 22px !important;
    line-height: 1.35;
  }



  .progress-block {
    width: 100% !important;
  }
  .nav-buttons {
    width: 100% !important;
  }


  .cross-close-window {
    top: 0;
    right: 25px;
    color: #D6203B;
  }

  .quiz-discount {
    top: auto !important;
    bottom: 0;
  }
  .quiz-title {
    width: 85% !important;
  }


  .answers-block {
    max-height: none !important;
    overflow: visible !important;
    justify-content: center;
  }

  .question-on-img {
    width: 150px !important;
    min-width: 0 !important;
    margin-left: 7.5px !important;
    margin-right: 7.5px !important;
  }
  .question-on-img-checkbox {
    width: 150px !important;
    min-width: 0 !important;
  }
  .question-text {
    width: 100% !important;
    margin-right: 0 !important;
  }

  .quiz-form {
    width: 80% !important;
  }

  .quiz-container {
    height: 100% !important;
    width: 100% !important;
  }

  .question-block {
    overflow: auto;
    height: calc(100vh - 245px) !important;
    margin: 0 !important;
    padding-top: 25px !important;
  }
  .question-block::-webkit-scrollbar {
    display: none !important;
  }

  .question-margin {
    display: block !important;
    width: 100%;
    height: 100px;
  }

  .quiz-discount {
    position: fixed !important;
    min-width: 0 !important;
    font-size: 10px !important;
    left: 17px !important;
    right: auto !important;
    bottom: 25px !important;
    border-radius: 25px !important;
    padding: 13px !important;
  }
  .quiz-discount .discount-count {
    display: inline-block;
  }
  .discount-br {
    display: block !important;
  }
  .discount-arrows {
    display: none !important;
  }

  .container-wrapper2 {
    padding: 17px !important;
    height: 100vh !important;
    max-height: none !important;
  }

  .progress-text {
    display: none !important;
  }
  .quiz-footer {
    position: fixed;
    width: calc(100% - 34px) !important;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 15px 17px 25px 17px !important;
    box-shadow: 0 -25px 50px #ffffff, 0 -25px 50px #ffffff;
  }

  .quiz-footer-separator {
    display: none !important;
  }

  .complete_quiz {
    justify-content: flex-start !important;
    margin-top: 20px !important;
  }
  .show-on-map {
    text-align: left;
  }
  .adrr-and-phone {
    text-align: left;
  }
  .adrr-and-phone2 {
    text-align: left;
  }


  .response-container {
    padding: 75px 25px;
  }

  

}
@media (max-width: 500px) {
  .quiz-form {
    width: 90% !important;
    margin: 50px 0 !important;
    padding: 25px !important;
  }
}
@media (max-width: 1010px) {
  .popup {
    width: 100%;
  }
  .container-wrapper2 {
    width: calc(100% - 20px) !important;
    overflow: visible !important;
  }

  .complete_quiz {
    width: 100% !important;
    height: 100% !important;
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .complete_quiz h3 {
    font-size: 20px !important;
    line-height: 1.1 !important;
  }
}
@media only screen and (min-width: 0px) and (max-width: 1000px) and (orientation: landscape) {
  .full-cont-window {
    top: 15%;
  }
}
