<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.mike-container {
  max-width: 970px;
  margin: 0 auto;
}

.questionnaire {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: 'HelveticaNeue';
}

@media only screen and (max-width: 991px) {
  .questionnaire {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.questionnaire .left-part {
  width: 50%;
  min-height: 550px;
  background-image: url("/wp-content/themes/sani_theme/img/asset.jpg");
  background-repeat: no-repeat;
  background-position: left top;
  background-size: contain;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media only screen and (max-width: 991px) {
  .questionnaire .left-part {
    width: 100%;
    min-height: unset;
  }
}

.questionnaire .left-part picture.general-picture {
  margin: 0;
  width: 100%;
  height: 100%;
}

.questionnaire .left-part picture.general-picture img.general-image {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.questionnaire .left-part picture.product-picture {
  text-align: center;
}

.questionnaire .left-part picture.product-picture img.product-image {
  width: 80%;
}

@media only screen and (max-width: 767px) {
  .questionnaire .left-part picture.product-picture img.product-image {
    width: 90%;
  }
}

.questionnaire .right-part {
  width: 50%;
  min-height: 550px;
}

@media only screen and (max-width: 991px) {
  .questionnaire .right-part {
    width: 100%;
    min-height: unset;
  }
}

.questionnaire .right-part .questions-wrapper {
  padding: 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 100%;
  background-color: #286bab;
  background-image: url("/wp-content/themes/sani_theme/img/find-product-wrap-bg.png");
  background-repeat: no-repeat;
  background-position: right top;
  color: white;
}

@media only screen and (max-width: 991px) {
  .questionnaire .right-part .questions-wrapper {
    padding: 20px 10px;
    text-align: center;
  }
}

.questionnaire .right-part .questions-wrapper .questions {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.questionnaire .right-part .questions-wrapper .questions .question-title {
  font-size: 30px;
  margin-bottom: 30px;
  font-weight: 300;
}

@media only screen and (max-width: 991px) {
  .questionnaire .right-part .questions-wrapper .questions .answers {
    margin-bottom: 40px;
  }
}

.questionnaire .right-part .questions-wrapper .questions .answers .input-block {
  margin: 20px 0;
}

.questionnaire .right-part .questions-wrapper .questions .answers .input-block input {
  margin-right: 10px;
  cursor: pointer;
}

.questionnaire .right-part .questions-wrapper .questions .answers .input-block label {
  font-size: 20px;
  display: inline;
  cursor: pointer;
}

.questionnaire .right-part .questions-wrapper .questions .results .product-title {
  font-size: 32px;
  margin-bottom: 20px;
  line-height: 110%;
}

.questionnaire .right-part .questions-wrapper .questions .results .product-description {
  margin-bottom: 20px;
  font-size: 22px;
}

.questionnaire .right-part .questions-wrapper .questions .results .result-block {
  margin-bottom: 40px;
}

.questionnaire .right-part .questions-wrapper .questions .buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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;
}

.questionnaire .right-part .questions-wrapper .questions .buttons .button {
  text-decoration: none;
  color: #ffffff;
  background-color: #0a1a72;
  display: block;
  font-size: 18px;
  padding: 0 28px;
  height: 60px;
  line-height: 60px;
  border-radius: 15px;
  font-size: 17px;
  width: 190px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
  margin-bottom: 20px;
}

.questionnaire .right-part .questions-wrapper .questions .buttons .button:last-child {
  margin-bottom: 0;
}

.questionnaire .right-part .questions-wrapper .questions .buttons .button.disabled {
  pointer-events: none;
  opacity: 0.6;
}

.questionnaire .right-part .questions-wrapper .questions .buttons .button:hover {
  background-color: #0e74bd;
}
/*# sourceMappingURL=questionnaire.css.map */</pre></body></html>