.link {
  font-weight: 600;
  text-decoration: none;
  color: inherit;
  cursor: pointer;
}

.thanks .thanks {
  margin-top: 100px;
  text-align: center;
}

.thanks .thanks__title {
  margin-bottom: 40px;
}

.thanks .thanks__subtitle.link {
  display: inline-block;
  margin-bottom: 10px;
}

.thanks .thanks__desc {
  margin-bottom: 10px;
}

.thanks .thanks__desc.accent {
  margin-bottom: 40px;
}

.thanks .thanks-wrap {
  background-color: #FFF4E7;
  margin-bottom: 40px;
  padding: 40px 0px;
  border: 1px solid #F4D4AE;
  border-radius: 10px;
}

.thanks .thanks__img {
  margin: 0 auto;
  display: block;
  height: 50px;
}

.popup-review {
  text-align: center;
  padding: 60px 100px;
  background-color: #FFFFFF;
  border-radius: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-height: 90vh;
  overflow-x: scroll;
}

.popup__title {
  font-weight: 600;
  margin-bottom: 30px;
}

.popup-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}

.popup__data {
  font-weight: 500;
  font-size: 18px;
  line-height: 23px;
  padding: 18px 30px;
  border: 2px solid #D8E7FF;
  border-radius: 10px;
  width: calc( 50% - 7.5px);
  outline: none;
}

.popup__data::-moz-placeholder, .popup__data::-webkit-input-placeholder {
  color: #18181A;
  opacity: 0.5;
}

.popup__review {
  font-weight: 500;
  font-size: 18px;
  line-height: 23px;
  margin-top: 30px;
  margin-bottom: 10px;
  padding: 18px 30px;
  border: 2px solid #D8E7FF;
  border-radius: 10px;
  width: 100%;
  height: 254px;
  display: inline-block;
  outline: none;
  resize: none;
}

.popup__annotation {
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  margin-bottom: 20px;
  color: #18181A;
  opacity: 0.5;
}

.popup__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px 36px;
  background-color: #3F5199;
  border-radius: 10px;
  color: #fff;
  font-weight: 600;
  font-size: 18px;
  line-height: 21px;
  border: none;
  margin: 0 auto;
}

.quiz {
  padding-top: 60px;
  padding-bottom: 180px;
}

.quiz-area {
  padding: 60px 180px;
  background-color: #FFFFFF;
  border: 1px solid #D8E7FF;
  border-radius: 20px;
  height: 750px;
}

.quiz__title {
  margin-bottom: 30px;
  font-weight: 600;
  font-size: 45px;
  line-height: 53px;
  color: #3C456C;
  text-align: center;
}

.quiz-counter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 40px;
}

.quiz__number {
  margin-right: 30px;
  color: #3C456C;
}

.quiz .small {
  font-weight: 600;
  font-size: 18px;
  line-height: 21px;
}

.quiz-pages {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.quiz__page {
  width: 108px;
  height: 6px;
  border-radius: 3px;
  margin-right: 15px;
  background-color: #E9F2FF;
}

.quiz__page:last-child {
  margin: 0;
}

.quiz__page.active {
  background-color: #3F5199;
}

.quiz__question {
  margin-bottom: 30px;
  font-weight: 600;
  font-size: 32px;
  line-height: 38px;
  color: #3C456C;
}

.quiz__question.center {
  text-align: center;
  margin-top: 120px;
}

.quiz-answer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  width: 100%;
  margin-bottom: 20px;
  padding: 25px;
  background-color: #FFFFFF;
  border: 2px solid #D8E7FF;
  border-radius: 10px;
  -webkit-transition: background-color 0.2s;
  transition: background-color 0.2s;
  cursor: pointer;
}

.quiz-answer:hover, .quiz-answer.active {
  background: #E9F2FF;
  -webkit-transition: background-color 0.2s;
  transition: background-color 0.2s;
}

.quiz__flag {
  display: inline-block;
  position: relative;
  top: 6px;
  content: ' ';
  width: 30px;
  height: 30px;
  border: 1px solid #3F5199;
  border-radius: 5px;
  opacity: 0.3;
  top: 0;
  margin-right: 15px;
  -webkit-transition: opacity 0.2s, border 0.2s;
  transition: opacity 0.2s, border 0.2s;
  cursor: pointer;
}

.quiz__flag::before {
  opacity: 0;
  display: inline-block;
  position: relative;
  width: 20px;
  height: 20px;
  background-color: #3F5199;
  border-radius: 2px;
  content: ' ';
  top: 3px;
  left: 3px;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

.quiz__back {
  font-weight: 600;
  font-size: 18px;
  line-height: 21px;
  opacity: 0.8;
  border: none;
  background: none;
  margin-right: 30px;
  cursor: pointer;
}

.quiz__next {
  padding: 20px 30px;
  background-color: #3F5199;
  border-radius: 10px;
  font-weight: 600;
  font-size: 18px;
  line-height: 21px;
  color: #fff;
  border: none;
  cursor: pointer;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.quiz__img {
  margin-left: 15px;
  height: 14px;
}

.quiz-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 40px;
}

.quiz-pick {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.quiz__btn {
  padding: 25px;
  width: 366px;
  border-radius: 10px;
  font-weight: 700;
  font-size: 24px;
  line-height: 28px;
  display: inline-block;
}

.quiz__btn.tel {
  background-color: #E9F2FF;
  border: 2px solid #D8E7FF;
  color: #3F5199;
}

.quiz__btn.whatsapp {
  background-color: #E8FBED;
  border: 2px solid #B7E9C4;
  color: #2C895C;
}

.quiz-answer:hover .quiz__flag,
.quiz-answer.active .quiz__flag {
  opacity: 1;
  border: 2px solid #3F5199;
  -webkit-transition: opacity 0.2s, border 0.2s;
  transition: opacity 0.2s, border 0.2s;
}

.quiz-answer:hover .quiz__flag::before,
.quiz-answer.active .quiz__flag::before {
  opacity: 1;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

@media (max-width: 1200px) {
  .quiz-area {
    padding: 60px 116px;
  }
  .quiz__page {
    width: 96px;
  }
  .quiz__btn {
    padding: 25px 20px;
    width: 340px;
  }
}

@media (max-width: 1024px) {
  .popup__title {
    font-size: 30px;
  }
  .quiz-area {
    padding: 40px 80px;
  }
  .quiz__title {
    font-weight: 600;
    font-size: 33px;
    line-height: 39px;
    margin-bottom: 40px;
  }
  .quiz-counter {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .quiz__page {
    width: 36px;
    margin-right: 10px;
  }
  .quiz__page:last-child {
    margin: 0;
  }
  .quiz__number {
    font-weight: 600;
    font-size: 16px;
    line-height: 19px;
    margin-bottom: 10px;
  }
  .quiz__question {
    font-weight: 600;
    font-size: 22px;
    line-height: 23px;
    margin-bottom: 20px;
  }
  .quiz__question.center {
    margin-top: 60px;
  }
  .quiz-answer {
    margin-bottom: 15px;
  }
  .quiz__option {
    font-weight: 600;
    font-size: 16px;
    line-height: 25px;
  }
  .quiz__back {
    font-weight: 600;
    font-size: 16px;
    line-height: 19px;
  }
  .quiz__next {
    font-weight: 600;
    font-size: 16px;
    line-height: 19px;
  }
  .quiz__img {
    height: 12px;
  }
  .quiz-pick {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .quiz__btn {
    width: 100%;
    font-weight: 700;
    font-size: 18px;
    line-height: 21px;
    padding: 20px;
  }
  .quiz__btn.whatsapp {
    margin-bottom: 10px;
  }
  .quiz__btn.tel {
    padding: 20px;
  }
}

@media (max-width: 768px) {
  .h2 {
    font-weight: 600;
    font-size: 33px;
    line-height: 39px;
  }
  .link {
    font-weight: 600;
    font-size: 22px;
    line-height: 23px;
  }
  .regular {
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
  }
  .accent {
    font-weight: 600;
    font-size: 18px;
    line-height: 21px;
  }
  .thanks .thanks__title {
    margin-bottom: 30px;
  }
  .thanks .thanks__desc.accent {
    margin-bottom: 20px;
  }
  .thanks .thanks-wrap {
    margin-bottom: 30px;
    padding: 40px 15px;
  }
  .popup-review {
    padding: 60px 10px;
  }
  .popup__title {
    font-weight: 600;
    font-size: 22px;
    line-height: 23px;
  }
  .popup-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .popup__data {
    width: 100%;
    font-weight: 500;
    font-size: 15px;
    line-height: 19px;
  }
  .popup__data:first-child {
    margin-bottom: 10px;
  }
  .popup__review {
    font-weight: 500;
    font-size: 15px;
    line-height: 19px;
    height: 298px;
  }
  .popup__annotation {
    font-weight: 500;
    font-size: 13px;
    line-height: 16px;
  }
  .popup__btn {
    width: 100%;
  }
  .quiz-area {
    height: 700px;
    padding: 20px 40px;
    margin: 0 -15px;
  }
  .quiz-buttons {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .quiz__back {
    margin-bottom: 20px;
    margin-right: 0;
  }
}

@media (max-width: 576px) {
  .quiz-area {
    padding: 20px 10px;
  }
  .quiz-counter {
    margin-left: 15px;
  }
  .quiz__question {
    margin-left: 15px;
  }
  .quiz__flag {
    display: none;
  }
  .quiz__next {
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
/*# sourceMappingURL=thanks.css.map */