@import url("../libs/fancybox/jquery.fancybox.min.css");
@font-face {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/Manrope-Light.woff2") format("woff2");
}
@font-face {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/Manrope-Regular.woff2") format("woff2");
}
@font-face {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/Manrope-Medium.woff2") format("woff2");
}
@font-face {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 600;
  src: url("../fonts/Manrope-SemiBold.woff2") format("woff2");
}
@font-face {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/Manrope-Bold.woff2") format("woff2");
}
@font-face {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 800;
  src: url("../fonts/Manrope-ExtraBold.woff2") format("woff2");
}
@font-face {
  font-family: "Gilroy";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/Gilroy-Medium.woff2") format("woff2");
}
@font-face {
  font-family: "Gilroy";
  font-style: normal;
  font-weight: 600;
  src: url("../fonts/Gilroy-SemiBold.woff2") format("woff2");
}
::-webkit-input-placeholder {
  color: #414141;
}
::-moz-placeholder {
  color: #414141;
}
:-ms-input-placeholder {
  color: #414141;
}
::-ms-input-placeholder {
  color: #414141;
}
::placeholder {
  color: #414141;
}

::-moz-selection {
  background-color: #FF5B00;
  color: #fff;
}

::selection {
  background-color: #FF5B00;
  color: #fff;
}

input, textarea {
  outline: none;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
}

html {
  font-family: "Manrope", sans-serif;
  font-size: 16px;
  line-height: 1.375;
}

body {
  color: #000000;
  padding: 0;
  margin: 0;
  min-width: 320px;
  position: relative;
  background: #FFF;
}

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

* {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}
*::before, *::after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

body, h1, h2, h3, h4, h5, h6,
p, blockquote, pre, hr,
dl, dd, ol, ul, figure {
  margin: 0;
  padding: 0;
}

input,
textarea,
button {
  font-family: inherit;
}

textarea {
  resize: none;
}

a,
a:hover,
a:active,
a:focus {
  text-decoration: none;
  color: #000000;
}

*::-webkit-media-controls-panel,
*::-webkit-media-controls-play-button,
*::-webkit-media-controls-start-playback-button {
  display: none !important;
  -webkit-appearance: none;
}

.container {
  width: 1590px;
  padding-left: 15px;
  padding-right: 15px;
  margin-left: auto;
  margin-right: auto;
}

.logo {
  font-family: "Gilroy", sans-serif;
  font-weight: 600;
  font-size: 20px;
}

.header {
  padding: 50px 0;
}
.header .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.nav .logo {
  display: none;
}
.nav__list {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.nav__item {
  margin-left: 50px;
}
.nav__item:first-child {
  margin-left: 0;
}
.nav__link {
  color: #000;
  font-size: 18px;
  font-weight: 500;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.nav__link:hover {
  color: #FF5B00;
}
.nav__close {
  display: none;
}

.menu-btn {
  display: none;
}

.btn {
  display: inline-block;
  border: 0;
  border-radius: 10px;
  background: #FF5B00;
  padding: 23px 55px;
  font-size: 18px;
  font-weight: 800;
  color: #fff;
  text-align: center;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.btn:hover, .btn:focus {
  background: #EB5C0D;
  color: #fff;
}

.promo {
  padding: 80px 0;
}
.promo .container {
  position: relative;
}
.promo__content {
  max-width: 700px;
}
.promo__title {
  font-weight: 600;
  font-size: 48px;
}
.promo__title--small {
  font-size: 44px;
}
.promo__title span {
  color: #FF5B00;
}
.promo__subtitle {
  margin-top: 25px;
  color: #373737;
  font-weight: 500;
  font-size: 20px;
}
.promo .btn {
  margin-top: 49px;
}
.promo__image {
  position: absolute;
  right: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 770px;
}

.title {
  font-size: 40px;
  font-weight: 600;
  text-align: center;
}

.subtitle {
  margin: 25px auto 0;
  max-width: 725px;
  text-align: center;
  font-size: 20px;
  font-weight: 500;
  color: #4a4a4a;
}

.quiz {
  padding: 100px 0 60px;
}
.quiz__main {
  margin-top: 79px;
}
.quiz__item {
  display: none;
  min-height: 665px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.quiz__item--active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.quiz__subtitle {
  text-align: center;
  font-weight: 500;
  font-size: 32px;
  margin-bottom: 35px;
}
.quiz__flex {
  margin-top: -41px;
}
.quiz__flex .swiper-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
}
.quiz__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: auto;
}
.quiz__box {
  display: block;
  border-radius: 16px;
  width: 375px;
  overflow: hidden;
  -webkit-box-shadow: 0 0 62px 0 rgba(0, 0, 0, 0.17);
          box-shadow: 0 0 62px 0 rgba(0, 0, 0, 0.17);
  background: #fff;
  cursor: pointer;
}
.quiz__box input {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  clip: rect(0, 0, 0);
  position: absolute;
  width: 0;
  height: 0;
}
.quiz__box input:checked + .quiz__box-image::after {
  opacity: 1;
}
.quiz__box input:checked + .quiz__box-image .quiz__box-check {
  opacity: 1;
}
.quiz__box-image {
  width: 100%;
  height: 241px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
.quiz__box-image::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.quiz__box-pic {
  width: 100%;
  height: 100%;
}
.quiz__box-check {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background: #FF5B00;
  opacity: 0;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  z-index: 1;
}
.quiz__box-check img {
  width: 28px;
}
.quiz__box-text {
  min-height: 169px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  font-size: 24px;
  font-weight: 500;
}
.quiz__bottom {
  margin-top: auto;
  text-align: center;
}
.quiz__controls {
  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;
}
.quiz__controls .btn {
  padding: 11px 44px;
  font-size: 20px;
  font-weight: 600;
}
.quiz__controls .btn:disabled {
  opacity: 0.8;
  cursor: not-allowed;
}
.quiz__prev {
  margin-right: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 10px;
  width: 49px;
  height: 49px;
  border: none;
  background: #FFDFCD;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  color: #505050;
}
.quiz__prev:hover {
  color: #fff;
  background: #FF5B00;
}
.quiz__progress {
  margin-top: 20px;
  color: #6F6F6F;
  font-weight: 500;
  font-size: 16px;
}
.quiz__list {
  min-height: 410px;
  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: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.quiz__label {
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 42px;
  font-size: 24px;
  color: #141414;
  font-weight: 500;
}
.quiz__label:last-child {
  margin-bottom: 0;
}
.quiz__label input {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  clip: rect(0, 0, 0);
  position: absolute;
  width: 0;
  height: 0;
}
.quiz__label input:checked + .quiz__label-icon::before {
  opacity: 1;
}
.quiz__label-icon {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 20px;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  border: 1px solid #000;
  position: relative;
}
.quiz__label-icon::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 14px;
  height: 14px;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border-radius: 50%;
  background: #FF5B00;
  opacity: 0;
  z-index: 1;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.quiz__form {
  margin: 0 auto;
  max-width: 375px;
  width: 100%;
}
.quiz__form .input {
  margin-bottom: 20px;
}

.checkbox {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.checkbox input {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  clip: rect(0, 0, 0);
  position: absolute;
  width: 0;
  height: 0;
}
.checkbox input:checked + .checkbox__icon img {
  opacity: 1;
}
.checkbox__icon {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 10px;
  width: 24px;
  height: 24px;
  border-radius: 2px;
  border: 1px solid #000;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.checkbox__icon img {
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 0;
}
.checkbox__text {
  color: #606060;
  font-size: 16px;
  font-weight: 500;
}

.why {
  padding: 60px 0;
}
.why__content {
  background: url("../images/why-bg.jpg") right center no-repeat;
  margin-top: 60px;
  min-height: 580px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.why__items {
  max-width: 490px;
}
.why__item {
  margin-bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.why__item:last-child {
  margin-bottom: 0;
}
.why__item-icon {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 58px;
  height: 58px;
  margin-right: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #FFB2BF;
  border-radius: 10px;
}
.why__item-icon img {
  width: 48px;
  height: 48px;
}
.why__item-text {
  font-size: 18px;
  font-weight: 500;
}
.why__image {
  display: none;
}

.questions {
  padding: 60px 0 120px;
}
.questions__form {
  max-width: 507px;
  width: 100%;
  margin: 60px auto 0;
  background: #fff;
  border-radius: 10px;
  -webkit-box-shadow: 0 0 62px 0 rgba(0, 0, 0, 0.17);
          box-shadow: 0 0 62px 0 rgba(0, 0, 0, 0.17);
  padding: 44px 26px;
}

.form__subtitle {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 19px;
}
.form .input {
  margin-bottom: 20px;
}
.form .btn {
  width: 100%;
  padding: 16px 20px;
  font-size: 20px;
  font-weight: 600;
}
.form__agree {
  margin-top: 24px;
  color: #606060;
  font-size: 16px;
  font-weight: 500;
}

.input {
  display: block;
  width: 100%;
  min-height: 50px;
  border: 1px solid #414141;
  border-radius: 10px;
  padding-left: 20px;
  color: #000;
  font-size: 16px;
  font-weight: 400;
}

.footer {
  background: #F0F0F0;
  padding: 50px 0;
  font-size: 18px;
  font-weight: 500;
}
.footer .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.footer__column {
  width: 33.3%;
}
.footer .policy {
  display: block;
  text-align: right;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.footer .policy:hover {
  color: #FF5B00;
}
.footer .copyright,
.footer .reserved {
  font-family: "Gilroy", sans-serif;
  text-align: center;
  font-weight: 500;
}

.overlay {
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.overlay::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.4);
  z-index: 9998;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.modal {
  width: 620px;
  padding: 103px 40px;
  border-radius: 10px;
  background: #fff;
  z-index: 9999;
}
.modal__close {
  position: absolute;
  right: 20px;
  top: 20px;
  width: 24px;
  height: 24px;
  padding: 0;
  margin: 0;
  border: 0;
  outline: none;
  background: 0;
  color: #000;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.modal__close:hover {
  color: #FF5B00;
}
.modal__icon {
  display: block;
  margin: 0 auto;
}
.modal__title {
  margin-top: 28px;
  text-align: center;
  font-size: 24px;
  font-weight: 600;
}
.modal__subtitle {
  margin-top: 10px;
  text-align: center;
  font-size: 18px;
  line-height: 130%;
  font-weight: 500;
}

.fancybox-bg {
  background: #000;
}

.fancybox-is-open .fancybox-bg {
  opacity: 0.4;
}

.fancybox-slide--html .fancybox-close-small {
  padding: 0;
  opacity: 1;
  right: 17px;
  top: 10px;
  width: 30px;
  outline: none;
  color: #000;
}
.fancybox-slide--html .fancybox-close-small:hover {
  color: #FF5B00;
}

.overlay {
  position: relative;
}
.overlay::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 9998;
  background: rgba(0, 0, 0, 0.73);
}

.advantages {
  padding: 60px 0;
}
.advantages__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
  margin-top: 75px;
}
.advantages__item {
  -webkit-box-shadow: 0 0 81px 0 rgba(0, 0, 0, 0.11);
          box-shadow: 0 0 81px 0 rgba(0, 0, 0, 0.11);
  background: #fff;
  text-align: center;
  border-radius: 10px;
  width: 507px;
  padding: 103px 40px 105px;
}
.advantages__item-text {
  margin-top: 48px;
  font-size: 18px;
  font-weight: 500;
}

.po {
  max-width: 1280px;
  width: 100%;
  margin: 20px auto;
  background: #f5f5f5;
  border-radius: 10px;
  padding: 40px 60px;
}
.po__title {
  text-align: center;
  font-size: 44px;
}

@media screen and (max-width: 1690px) {
  .container {
    width: 1440px;
  }
  .promo__content {
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  .promo__image {
    width: 660px;
  }
  .quiz__box {
    width: 300px;
  }
}
@media screen and (max-width: 1480px) {
  .container {
    width: 1200px;
  }
  .header {
    padding: 40px 0;
  }
  .promo {
    padding: 60px 0;
  }
  .promo__content {
    max-width: 550px;
  }
  .promo__image {
    width: 550px;
  }
  .why__content {
    background-position-x: 400px;
  }
  .quiz__box {
    width: 260px;
  }
}
@media screen and (max-width: 1280px) {
  .container {
    width: 992px;
  }
  .promo__content {
    width: 50%;
  }
  .promo__image {
    width: 50%;
  }
  .promo__title {
    font-size: 40px;
    line-height: 48px;
  }
  .quiz__box {
    width: 240px;
  }
  .quiz__box-text {
    font-size: 18px;
  }
}
@media screen and (max-width: 1040px) {
  .container {
    width: 768px;
  }
  .header {
    padding: 30px 0;
  }
  .promo {
    padding: 4px 0 20px;
  }
  .promo__content {
    width: 100%;
    max-width: 100%;
  }
  .promo__image {
    position: static;
    width: 100%;
    max-width: 770px;
    margin: 20px auto;
    display: block;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }
  .promo__subtitle {
    margin-top: 0;
  }
  .promo .btn {
    margin-top: 25px;
  }
  .title {
    text-align: left;
  }
  .subtitle {
    text-align: left;
    max-width: 100%;
  }
  .quiz {
    padding: 20px 0;
    overflow: hidden;
  }
  .quiz__content--items {
    padding: 80px;
    margin-top: -40px;
    margin-bottom: -40px;
    display: block;
  }
  .quiz__flex {
    margin-top: 0;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .quiz__flex .swiper-wrapper {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .quiz__main {
    margin-top: 40px;
  }
  .quiz__box {
    width: 265px;
  }
  .why {
    padding: 20px 15px;
  }
  .why__content {
    min-height: auto;
    margin-top: 32px;
    background: none;
  }
  .why__content .container {
    padding: 0;
  }
  .why__image {
    display: block;
    width: 100%;
  }
}
@media screen and (max-width: 798px) {
  .container {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
  .logo {
    font-size: 16px;
  }
  .overlay {
    overflow: hidden;
  }
  .header .nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    position: fixed;
    z-index: 9999;
    left: 0;
    right: 0;
    top: 10px;
    height: calc(100% - 10px);
    border-radius: 10px 10px 0 0;
    padding: 21px 20px;
    background: #fff;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-transform: translateY(150%);
        -ms-transform: translateY(150%);
            transform: translateY(150%);
  }
  .header .nav--active {
    -webkit-transform: translateY(0%);
        -ms-transform: translateY(0%);
            transform: translateY(0%);
  }
  .header .nav .logo {
    display: block;
  }
  .header .nav__close {
    display: block;
    width: 24px;
    height: 24px;
    border: 0;
    padding: 0;
    cursor: pointer;
    background: url("../images/icons/close.svg") center/contain no-repeat;
  }
  .header .nav__list {
    height: 100%;
    width: calc(100% + 40px);
    margin: 18px -20px 0;
    display: block;
  }
  .header .nav__item {
    margin-left: 0;
  }
  .header .nav__item:last-child .nav__link:last-child {
    border-bottom: 1px solid #959595;
  }
  .header .nav__link {
    padding: 18px 21px;
    font-size: 16px;
    border-top: 1px solid #959595;
    display: block;
    width: 100%;
  }
  .header .menu-btn {
    display: block;
    padding: 0;
    border: 0;
    width: 24px;
    height: 24px;
    background: url("../images/icons/menu-btn.svg") center/contain no-repeat;
    cursor: pointer;
  }
  .btn {
    padding: 23px;
    font-size: 16px;
  }
  .promo__title {
    font-size: 20px;
    line-height: 27px;
  }
  .promo__title span {
    color: #000;
  }
  .promo__subtitle {
    font-size: 15px;
  }
  .promo__subtitle b {
    font-weight: 500;
  }
  .promo .btn {
    width: 100%;
    margin-top: 23px;
    font-weight: 600;
    font-size: 16px;
    padding: 19px;
  }
  .title {
    font-size: 20px;
  }
  .subtitle {
    font-size: 15px;
    line-height: 20px;
    margin-top: 20px;
  }
  .quiz__subtitle {
    font-size: 18px;
  }
  .quiz__item {
    min-height: 425px;
  }
  .quiz__box {
    width: 265px;
    -webkit-box-shadow: 0 0 33px 0 rgba(0, 0, 0, 0.17);
            box-shadow: 0 0 33px 0 rgba(0, 0, 0, 0.17);
  }
  .quiz__box-image {
    height: 171px;
  }
  .quiz__box-text {
    min-height: 64px;
    font-size: 16px;
  }
  .quiz__content--items {
    margin: -29px -20px -20px;
    padding: 33px 50px;
  }
  .quiz__content-check {
    width: 150px;
    display: block;
    margin: auto;
  }
  .quiz__list {
    margin-top: -30px;
    min-height: auto;
  }
  .quiz__label {
    margin-bottom: 25px;
  }
  .quiz__controls .btn {
    padding: 9px 40px;
    font-size: 16px;
  }
  .quiz__progress {
    margin-top: 11px;
    font-size: 15px;
  }
  .quiz__prev {
    margin-right: 9px;
    width: 40px;
    height: 40px;
  }
  .quiz__prev svg {
    width: 20px;
    height: 20px;
  }
  .quiz__label {
    font-size: 16px;
  }
  .quiz__label-icon {
    width: 24px;
    height: 24px;
    margin-right: 21px;
  }
  .quiz__label-icon::before {
    width: 12px;
    height: 12px;
  }
  .why {
    padding: 20px;
  }
  .why__item-icon {
    width: 42px;
    height: 42px;
    margin-right: 10px;
  }
  .why__item-icon img {
    width: 32px;
  }
  .why__item-text {
    font-size: 16px;
  }
  .why__content {
    margin-top: 30px;
  }
  .why__image {
    margin-top: 18px;
    margin-left: -20px;
    margin-right: -20px;
    width: calc(100% + 40px);
  }
  .questions {
    padding: 20px 0 60px;
  }
  .questions__form {
    -webkit-box-shadow: 0 0 18px 0 rgba(0, 0, 0, 0.25);
            box-shadow: 0 0 18px 0 rgba(0, 0, 0, 0.25);
    margin-top: 13px;
    padding: 20px 10px;
  }
  .form__subtitle {
    font-size: 16px;
    margin-bottom: 14px;
  }
  .form .btn {
    padding: 15px;
    font-size: 16px;
  }
  .form__agree {
    font-size: 13px;
    margin-top: 12px;
  }
  .footer {
    padding: 19px 0;
    font-size: 15px;
    text-align: center;
  }
  .footer .container {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .footer__column {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 17px;
    margin-bottom: 18px;
  }
  .footer__column:last-child {
    margin-bottom: 0;
  }
  .advantages {
    padding: 20px;
  }
  .advantages__items {
    gap: 0;
    display: block;
  }
  .advantages__item {
    margin-bottom: 20px;
    width: 100%;
    -webkit-box-shadow: 0 0 37px 0 rgba(0, 0, 0, 0.11);
            box-shadow: 0 0 37px 0 rgba(0, 0, 0, 0.11);
    padding: 68px 20px 63px;
  }
  .advantages__item:last-child {
    margin-bottom: 0;
  }
  .advantages__item-icon img {
    width: 100px;
  }
  .advantages__item-text {
    margin-top: 44px;
    font-size: 15px;
  }
  .po {
    max-width: calc(100% - 30px);
    padding: 30px 15px;
    font-size: 14px;
    line-height: 20px;
  }
  .po__title {
    font-size: 20px;
    line-height: 1.4;
  }
}