@media (max-width: 1199px) {
  .quiz-container {
    display: flex;
    flex-direction: column;
  }
  .quiz-container .quiz-whatsapp {
    order: 2;
  }
}
@media (min-width: 1200px) {
  .quiz-container {
    position: relative;
  }
}

.quiz-whatsapp {
  margin-bottom: 60px;
}
.quiz-whatsapp .whatsapp-cta__picture {
  height: 82.2vw;
}
@media (min-width: 768px) {
  .quiz-whatsapp .whatsapp-cta__picture {
    height: 426px;
  }
}
@media (min-width: 1200px) {
  .quiz-whatsapp {
    margin-bottom: 0;
  }
  .quiz-whatsapp .whatsapp-cta-container {
    padding-left: 0 !important;
    padding-right: 0 !important;
    width: auto;
    width: 382px;
    position: relative;
    height: 100%;
    height: calc(100% - 40px);
    position: absolute;
    right: calc((100% - 1170px) / 2);
    z-index: 2;
    top: 0;
  }
  .quiz-whatsapp .whatsapp-cta {
    flex-direction: column;
    margin: 0;
    position: sticky;
    top: 40px;
  }
  .quiz-whatsapp .whatsapp-cta__content {
    padding-left: 20px;
    padding-right: 20px;
  }
  .quiz-whatsapp .whatsapp-cta__desc {
    margin-bottom: 20px;
  }
  .quiz-whatsapp .whatsapp-cta__title {
    font: 400 18px/135% "Montserrat Semi", sans-serif;
  }
  .quiz-whatsapp .whatsapp-cta__picture {
    width: 100%;
    flex-basis: 260px;
    height: 260px;
  }
}
@media (min-width: 1300px) {
  .quiz-whatsapp .whatsapp-cta-container {
    right: calc((100% - 1212px) / 2);
  }
}

.quiz-intro {
  background-color: #EEEEEE;
  color: #000;
}
.quiz-intro__content-wrapper {
  padding: 40px 15px 80px;
  text-align: center;
}
.quiz-intro__content {
  max-width: 390px;
  margin: 0 auto;
}
.quiz-intro__title {
  font: 400 22px/135% "Montserrat Medium", sans-serif;
  margin-bottom: 26px;
}
.quiz-intro__desc {
  font-size: 16px;
  line-height: 135%;
  margin-bottom: 40px;
}
.quiz-intro__picture {
  height: 0;
  padding-bottom: 64.73%;
  width: 100%;
  background-image: url("/assets/images/personality_quiz/bg_mobile.jpg");
  background-position: center;
  background-size: contain;
}
.quiz-intro .btn__block {
  display: inline-block;
  width: 100%;
}
.quiz-intro .btn__primary {
  font: 400 13px/18px "Montserrat Semi", sans-serif;
  color: #fff;
  background-color: #000;
  border-color: #000;
  padding: 15px 10px;
  height: auto;
  border-radius: 4px;
  margin-bottom: 26px;
}
.quiz-intro .btn__primary:hover, .quiz-intro .btn__primary:focus, .quiz-intro .btn__primary:active {
  color: #fff;
  background-color: #404040;
  border-color: #404040;
}
@media (min-width: 768px) {
  .quiz-intro__picture {
    padding-bottom: 63.31%;
    background-image: url("/assets/images/personality_quiz/bg_tablet.jpg");
  }
  .quiz-intro__title {
    font-size: 28px;
  }
  .quiz-intro__content {
    max-width: 560px;
  }
  .quiz-intro__desc {
    margin-bottom: 60px;
  }
  .quiz-intro .btn__block {
    max-width: 280px;
  }
}
@media (min-width: 992px) {
  .quiz-intro {
    display: flex;
    align-items: center;
    height: calc(100vh - 136px);
    min-height: 700px;
  }
  .quiz-intro__content-wrapper {
    order: 1;
    padding-top: 0;
    padding-bottom: 0;
    flex: 0 0 calc(50% + 10px);
    text-align: left;
    padding-left: calc((100% - 1212px) / 2);
    padding-right: 0;
    margin-top: -148px;
  }
  .quiz-intro__content {
    margin-left: 0;
    margin-right: 0;
    padding-left: 15px;
    padding-right: 15px;
  }
  .quiz-intro__desc {
    max-width: 500px;
  }
  .quiz-intro__picture {
    height: 100%;
    order: 2;
    padding-bottom: 0;
    background-image: url("/assets/images/personality_quiz/bg_desktop.jpg");
    background-size: cover;
    flex: 0 0 calc(50% - 10px);
  }
  .quiz-intro__desc {
    margin-bottom: 40px;
  }
}
@media (min-width: 1600px) {
  .quiz-intro__content-wrapper {
    flex-basis: 60%;
  }
  .quiz-intro__picture {
    flex-basis: 40%;
  }
}

.quiz-questions__list {
  max-width: 648px;
  margin: auto;
  padding-bottom: 60px;
}
@media (min-width: 768px) {
  .quiz-questions__list {
    padding-top: 40px;
  }
}

.quiz-question__picture {
  margin-bottom: 20px;
  max-width: 648px;
}
.quiz-question__picture img {
  height: 300px;
  object-fit: cover;
}
.quiz-question__counter {
  font: 400 20px/120% "Montserrat Medium", sans-serif;
  color: #9E9F9F;
  margin-bottom: 12px;
}
.quiz-question__content {
  max-width: 600px;
}
.quiz-question__text {
  font: 400 20px/130% "Montserrat Medium", sans-serif;
  text-transform: none;
  color: #000;
  margin-bottom: 20px;
  max-width: 648px;
}
.quiz-question__desc p {
  font-size: 16px;
  line-height: 135%;
  margin-bottom: 12px;
}
.quiz-question__highlighted {
  margin-top: 60px;
  font-family: "Montserrat Medium", sans-serif;
}
.quiz-question__options {
  margin-bottom: 20px;
}
.quiz-question__option {
  display: flex;
  font: 400 18px/120% "Montserrat", sans-serif;
}
.quiz-question__option > input[type=radio] {
  flex: 0 0 auto;
}
.quiz-question__option > label {
  flex: 1 0 0%;
}
.quiz-question__option + .quiz-question__option {
  margin-top: 19px;
}
.quiz-question__option input[type=radio] {
  accent-color: #000;
  width: 20px;
  height: 20px;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 8px;
  vertical-align: middle;
}
.quiz-question__option label {
  font-weight: normal;
  margin-top: 0;
  margin-bottom: 0;
}
.quiz-question__option.is-checked {
  position: relative;
}
.quiz-question__option.is-checked input[type=radio] {
  visibility: hidden;
}
.quiz-question__option.is-checked::before {
  content: "";
  display: block;
  position: absolute;
  width: 20px;
  height: 20px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='19' height='20' viewBox='0 0 19 20' fill='none'%3E%3Cpath d='M3.53472 1.91724L9.5 7.88227L15.4344 1.94815C15.5655 1.80863 15.7234 1.69702 15.8986 1.62001C16.0739 1.54301 16.2629 1.50219 16.4543 1.5C16.8642 1.5 17.2573 1.66281 17.5471 1.95262C17.8369 2.24243 17.9998 2.63549 17.9998 3.04534C18.0034 3.23481 17.9682 3.42301 17.8964 3.59839C17.8247 3.77378 17.7179 3.93266 17.5825 4.06527L11.5708 9.99939L17.5825 16.0108C17.8372 16.2599 17.9866 16.5974 17.9998 16.9534C17.9998 17.3633 17.8369 17.7563 17.5471 18.0462C17.2573 18.336 16.8642 18.4988 16.4543 18.4988C16.2574 18.507 16.0609 18.4741 15.8773 18.4022C15.6937 18.3304 15.5271 18.2212 15.388 18.0815L9.5 12.1165L3.55018 18.0661C3.4196 18.2009 3.2636 18.3086 3.09119 18.3829C2.91878 18.4572 2.73337 18.4965 2.54566 18.4988C2.13579 18.4988 1.74271 18.336 1.45289 18.0462C1.16307 17.7563 1.00025 17.3633 1.00025 16.9534C0.996648 16.764 1.0318 16.5758 1.10355 16.4004C1.17531 16.225 1.28215 16.0661 1.41751 15.9335L7.42915 9.99939L1.41751 3.988C1.16281 3.73883 1.01345 3.40141 1.00025 3.04534C1.00025 2.63549 1.16307 2.24243 1.45289 1.95262C1.74271 1.66281 2.13579 1.5 2.54566 1.5C2.91656 1.50464 3.272 1.65453 3.53472 1.91724Z' fill='%239E9F9F'/%3E%3C/svg%3E");
  top: 0;
}
.quiz-question .btn__primary {
  background-color: #000;
  border: 1px solid #000;
  color: #fff;
  border-radius: 2px;
  padding: 15px;
  font: 400 15px/120% "Montserrat Semi", sans-serif;
  max-width: 100%;
  width: 220px;
  transition: 0.2s all;
}
.quiz-question .btn__primary:hover, .quiz-question .btn__primary:focus, .quiz-question .btn__primary:active {
  color: #fff;
  background-color: #404040;
  border-color: #404040;
}
.quiz-question .btn__loading {
  position: relative;
  background-color: #333333;
  border-color: #333333;
  color: #fff;
  pointer-events: none;
}
.quiz-question .btn__loading:before {
  content: "";
  background: #333 url(/assets/images/preloader_white.svg) no-repeat center;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-size: 32px;
}
.quiz-question__options--line {
  display: flex;
  justify-content: space-between;
  max-width: 394px;
}
.quiz-question__options--line .quiz-question__option {
  flex-direction: column;
  align-items: center;
  gap: 8px;
}
.quiz-question__options--line .quiz-question__option input[type=radio] {
  margin-right: 0;
  accent-color: #7a8994;
}
.quiz-question__options--line .quiz-question__option + .quiz-question__option {
  margin-top: 0;
}
.quiz-question .btn__block {
  width: 308px;
  margin: auto;
  padding: 11px 18px;
}
@media (max-width: 680px) {
  .quiz-question__content {
    padding: 0 15px;
  }
  .quiz-question__actions {
    padding-bottom: 30px;
  }
  .quiz-question .btn__primary {
    width: 100%;
  }
}
@media (max-width: 991px) {
  .quiz-question__option {
    font-size: 16px;
  }
  .quiz-question__option + .quiz-question__option {
    margin-top: 12px;
  }
}

.quiz-result__content {
  padding: 40px 0;
}
.quiz-result__title {
  font: 400 28px/135% "Montserrat Medium", sans-serif;
  text-transform: none;
  margin-bottom: 40px;
}
.quiz-result__text {
  font-size: 16px;
  line-height: 135%;
}
.quiz-result__text b {
  font-weight: 400;
  font-family: "Montserrat Bold", sans-serif;
}
.quiz-result__text p {
  font-size: 16px;
  line-height: 135%;
  margin-bottom: 20px;
  color: #000;
}
.quiz-result__text .text-emphasis {
  color: #EF476F;
}
.quiz-result .btn__block {
  display: block;
  margin: 0 auto;
  max-width: 280px;
}
.quiz-result .btn__primary {
  background-color: #000;
  border: 1px solid #000;
  color: #fff;
  border-radius: 2px;
  padding: 15px;
  font: 400 15px/120% "Montserrat Semi", sans-serif;
  max-width: 100%;
  width: 220px;
  transition: 0.2s all;
  margin-bottom: 20px;
}
.quiz-result .btn__primary:hover, .quiz-result .btn__primary:focus, .quiz-result .btn__primary:active {
  color: #fff;
  background-color: #404040;
  border-color: #404040;
}
.quiz-phone__container {
  padding: 40px 0;
}
.quiz-phone__body {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.quiz-phone__title {
  font: 400 28px/120% "Montserrat Medium", sans-serif;
  letter-spacing: 0.04em;
  margin-bottom: 40px;
  text-transform: none;
  max-width: 574px;
}
.quiz-phone__styles {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.quiz-phone__styles img, .quiz-phone__styles video {
  max-width: 100%;
}
.quiz-phone__benefits-title {
  color: #2274A5;
  font: 400 18px/130% "Montserrat Semi", sans-serif;
  margin-bottom: 20px;
  letter-spacing: 0.04em;
}
.quiz-phone__benefits {
  display: flex;
  gap: 20px;
  flex-direction: column;
  margin-bottom: 20px;
}
.quiz-phone__benefits-item {
  background-color: #EEEFEE;
  padding: 8px 12px;
  display: flex;
  gap: 12px;
  border-radius: 12px;
  align-items: center;
}
.quiz-phone__benefits-icon {
  width: 46px;
  flex: 0 0 46px;
}
.quiz-phone__benefits-text {
  font: 400 16px/135% "Montserrat", sans-serif;
  letter-spacing: 0.04em;
}
.quiz-phone__benefits-text b {
  font-family: "Montserrat Semi", sans-serif;
  font-weight: 400;
}
.quiz-phone__input-group {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.quiz-phone__policy {
  margin-top: 10px;
  color: #595959;
  font-size: 11px;
  line-height: 11px;
  letter-spacing: 0;
  text-align: center;
}
.quiz-phone__policy a {
  text-decoration: underline;
  text-underline-offset: 2px;
}
.quiz-phone__actions {
  display: flex;
  gap: 8px;
  flex-direction: column;
}
.quiz-phone__actions.form-group {
  margin-bottom: 8px;
}
.quiz-phone label {
  font-weight: 400;
  line-height: 20px;
}
.quiz-phone .form-group {
  margin-bottom: 20px;
}
.quiz-phone .form-control {
  border: 1px solid #C6C7C7;
  font-size: 13px;
  line-height: 13px;
  padding: 12px;
  height: 48px;
  border-radius: 2px;
}
.quiz-phone .form-control:focus {
  color: #000;
  border: 1px solid #000;
}
.quiz-phone .btn__block {
  display: inline-block;
  width: 100%;
}
.quiz-phone .btn__primary {
  font: 400 13px/18px "Montserrat Semi", sans-serif;
  color: #fff;
  background-color: #EF476F;
  border: 1px solid #EF476F;
  padding: 14px 30px;
  height: auto;
  border-radius: 2px;
  transition: 0.15s;
}
.quiz-phone .btn__primary:hover, .quiz-phone .btn__primary:focus, .quiz-phone .btn__primary:active {
  color: #fff;
  background-color: #ec2a58;
  border-color: #ec2a58;
}
.quiz-phone .btn__loading {
  position: relative;
  background-color: #ec2a58;
  border-color: #ec2a58;
  color: #fff;
  pointer-events: none;
}
.quiz-phone .btn__loading:before {
  content: "";
  background: #ec2a58 url(/assets/images/preloader_white.svg) no-repeat center;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-size: 32px;
}
.quiz-phone .invalid-feedback {
  color: #fc5757;
  margin-top: 4px;
  font-size: 10px;
}
@media (min-width: 768px) {
  .quiz-phone__input-group {
    flex-direction: row;
    align-items: flex-end;
    gap: 8px;
  }
  .quiz-phone__input {
    flex: 1 auto;
  }
}
@media (min-width: 1200px) {
  .quiz-phone__container {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .quiz-phone__title {
    max-width: none;
  }
  .quiz-phone__body {
    flex-direction: row;
    gap: 20px;
  }
  .quiz-phone__styles {
    flex: 0 0 581px;
    order: 2;
    padding-top: 20px;
  }
  .quiz-phone__benefits-item {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .quiz-phone__benefits-icon {
    position: relative;
  }
  .quiz-phone__benefits-icon img {
    position: absolute;
    top: 0;
    transform: translateY(-50%);
  }
}

.quiz-correspondence {
  color: #000;
}
.quiz-correspondence__content {
  padding: 40px 0;
  margin: auto;
}
.quiz-correspondence__title {
  font: 400 28px/135% "Montserrat Medium", sans-serif;
  text-transform: none;
  margin-bottom: 40px;
}
.quiz-correspondence b {
  font-weight: 400;
  font-family: "Montserrat Bold", sans-serif;
}
.quiz-correspondence p {
  font-size: 16px;
  line-height: 135%;
  margin-bottom: 20px;
  color: #000;
}
.quiz-correspondence .text-emphasis {
  color: #EF476F;
}
.quiz-correspondence .quiz-question {
  margin-bottom: 40px;
}
.quiz-correspondence .quiz-question__content {
  max-width: none;
}
@media (max-width: 680px) {
  .quiz-correspondence .quiz-question__content {
    padding: 0;
  }
}
@media (min-width: 992px) {
  .quiz-correspondence .quiz-question {
    margin-bottom: 40px;
  }
}

.fixed-buttons {
  display: none !important;
}

.header.header--simple .navbar-sec .navbar .navbar-brand {
  pointer-events: none;
}

/*# sourceMappingURL=style.css.map */
