.banner-quiz {
  position: fixed;
  left: 30px;
  bottom: 30px;
  width: 500px;
  border-radius: 15px;
  background: #F8F6F3;
  z-index: 999;
}
.banner-quiz__close {
  position: absolute;
  top: 20px;
  right: 20px;
  cursor: pointer;
  z-index: 5;
  font-size: 0;
}
.banner-quiz__wrap {
  position: relative;
  padding: 40px 30px 31px;
}
.banner-quiz__info-wrap {
  width: 100%;
  max-width: 270px;
}
.banner-quiz__title {
  padding-bottom: 25px;
  color: #585551;
  font-size: 25px;
  font-weight: 500;
  line-height: 1.1;
}
.banner-quiz__picture-wrap {
  position: absolute;
  right: 10px;
  bottom: 0;
  width: 185px;
  pointer-events: none;
}
.banner-quiz__btn {
  border-radius: 5px;
  padding-left: 31px;
  padding-right: 31px;
}
.quiz-popup__container {
  max-width: 800px;
}
.quiz-popup__inner {
  border-radius: 15px;
  background: #F8F6F3;
}
.quiz-popup__close {
  top: 20px;
  right: 20px;
  width: 30px;
  height: 30px;
}
.quiz-popup__wrap {
  padding: 50px 50px 53px;
  position: relative;
}
.quiz-popup__info-wrap {
  width: 100%;
  max-width: 515px;
  position: relative;
  z-index: 5;
}
.quiz-popup__title {
  padding-bottom: 27px;
  color: #585551;
  font-size: 45px;
  font-weight: 500;
  line-height: 1.1;
}
.quiz-popup__text {
  padding-bottom: 27px;
  color: #8D8C8B;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5;
}
.quiz-popup__numbers-wrap {
  padding-bottom: 20px;
  width: 100%;
  max-width: 300px;
}
.quiz-popup__num-wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.quiz-popup__num-icon {
  width: 49px;
}
.quiz-popup__num-count {
  max-width: calc(100% - 49px);
  padding-left: 10px;
  color: #8D8C8B;
  font-size: 25px;
  font-weight: 700;
  line-height: 1.5;
}
.quiz-popup__numbers-text {
  padding-top: 4px;
  color: #8D8C8B;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
}
.quiz-popup__btn-wrap {
  padding-top: 20px;
}
.quiz-popup__btn {
  border-radius: 5px;
  padding-left: 31px;
  padding-right: 31px;
}
.quiz-popup__picture-wrap {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 322px;
  pointer-events: none;
}
.quiz__container {
  max-width: 1300px;
}
.quiz__container .quiz__inner {
  border-radius: 15px;
  background: #F8F6F3;
}
.quiz__close {
  top: 20px;
  right: 20px;
  width: 30px;
  height: 30px;
}
.quiz__wrap {
  padding: 50px 50px 53px;
  position: relative;
}
.quiz__info-wrap {
  width: 100%;
  max-width: 600px;
  position: relative;
  z-index: 5;
}
.quiz__info-wrap--success {
  max-width: 690px;
}
.quiz__info {
  padding-bottom: 50px;
}
.quiz__info--success {
  padding-top: 50px;
  padding-bottom: 172px;
}
.quiz__subtitle {
  padding-bottom: 20px;
  color: #C59F72;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.45px;
  text-transform: uppercase;
}
.quiz__title {
  padding-bottom: 20px;
  color: #585551;
  font-size: 48px;
  font-weight: 500;
  line-height: 1.1;
}
.quiz__title--success {
  padding-bottom: 30px;
}
.quiz__text {
  padding-bottom: 20px;
  color: #8D8C8B;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.5;
  width: 100%;
  max-width: 450px;
}
.quiz__btn {
  border-radius: 5px;
  padding-left: 31px;
  padding-right: 31px;
}
.quiz__numbers-wrap {
  display: flex;
  flex-wrap: wrap;
  margin-left: -5px;
  margin-right: -5px;
}
.quiz__numbers-item {
  width: 50%;
  padding-left: 5px;
  padding-right: 5px;
}
.quiz__num-wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.quiz__num-icon {
  width: 49px;
  font-size: 0;
}
.quiz__num-count {
  max-width: calc(100% - 49px);
  padding-left: 10px;
  color: #8D8C8B;
  font-size: 25px;
  font-weight: 700;
  line-height: 1.5;
}
.quiz__numbers-text {
  padding-top: 4px;
  color: #8D8C8B;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
}
.quiz__picture-wrap {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 515px;
  pointer-events: none;
}
.quiz__picture-wrap--success {
  width: 519px;
}
.quiz__progress-bar-wrap {
  padding-bottom: 50px;
}
.quiz__mob-steps-wrap {
  display: none;
}
.quiz__progress-bar {
  width: 100%;
  height: 5px;
  background: #ffffff;
  position: relative;
  border-radius: 5px;
}
.quiz__progress-bar-current {
  position: absolute;
  top: 0;
  left: 0;
  height: 5px;
  background: #C59F72;
  border-radius: 5px;
}
.quiz__progress-bar-current--1 {
  width: 16.66%;
}
.quiz__progress-bar-current--2 {
  width: 33.33%;
}
.quiz__progress-bar-current--3 {
  width: 50%;
}
.quiz__progress-bar-current--4 {
  width: 66.66%;
}
.quiz__progress-bar-current--5 {
  width: 83.33%;
}
.quiz__progress-bar-current--6 {
  width: 100%;
}
.quiz__name-wrap {
  padding-bottom: 30px;
}
.quiz__name-step {
  color: #585551;
  font-size: 45px;
  font-weight: 500;
  line-height: 1.1;
}
.quiz__step-subtitle {
  padding-top: 15px;
  color: #8D8C8B;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.5;
}
.quiz__choise-wrap {
  padding-bottom: 30px;
}
.quiz__choise-row {
  margin-left: -5px;
  margin-right: -5px;
  display: flex;
  flex-wrap: wrap;
}
.quiz__choise-col {
  width: 33.33%;
  padding-left: 5px;
  padding-right: 5px;
}
.quiz__choise-col--5 {
  width: 20%;
}
.quiz__choise-col--sm-price {
  width: 25%;
}
.quiz__choise-col-3 {
  width: 25%;
}
.quiz__choise-item {
  padding-bottom: 10px;
}
.quiz__nav-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.quiz__steps {
  color: #8D8C8B;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.45px;
  text-transform: uppercase;
}
.quiz__nav-btns-wrap {
  display: flex;
  flex-wrap: wrap;
  margin-left: -3px;
  margin-right: -3px;
}
.quiz__nav-btn-item {
  padding-left: 3px;
  padding-right: 3px;
}
.quiz__nav-btn-before {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 49px;
  height: 48px;
  border-radius: 5px;
  border: 1px solid rgba(88, 85, 81, 0.3);
  text-decoration: none;
  transition: all 0.5s;
}
.quiz__nav-btn-before-icon {
  font-size: 0;
}
.quiz__nav-btn-after {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 48px;
  padding: 12px 21px;
  border-radius: 5px;
  background: #C59F72;
  text-decoration: none;
  transition: all 0.5s;
}
.quiz__nav-btn-after-name {
  color: #ffffff;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.3;
  padding-right: 8px;
  padding-bottom: 2px;
}
.quiz__nav-btn-after-icon {
  font-size: 0;
}
.quiz__size-row {
  display: flex;
  flex-wrap: wrap;
}
.quiz__size-col--left {
  width: 380px;
}
.quiz__size-col--right {
  width: calc(100% - 380px);
  padding-left: 100px;
}
.quiz__radio-item {
  padding-bottom: 15px;
}
.quiz__radio-item:last-of-type {
  padding-bottom: 0;
}
.quiz__size-picture {
  border-radius: 15px;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.quiz__radio-item-wrap {
  padding-bottom: 15px;
}
.quiz__result-title {
  padding-bottom: 30px;
  color: #585551;
  font-size: 48px;
  font-weight: 500;
  line-height: 1.1;
  text-align: center;
}
.quiz__result-title--error {
  width: 100%;
  max-width: 930px;
  margin: auto;
}
.quiz__result-subtitle {
  padding-bottom: 25px;
  color: #8D8C8B;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.5;
  text-align: center;
}
.quiz__result-subtitle--error {
  width: 100%;
  max-width: 720px;
  margin: auto;
}
.quiz__load-container {
  padding-bottom: 40px;
}
.quiz__result-list-wrap {
  padding-top: 10px;
}
.quiz__load-wrap {
  display: block;
  margin: auto;
  width: 100%;
  max-width: 454px;
}
.quiz__load {
  display: block;
  width: 100%;
  height: 13px;
  background: #C59F72;
  overflow: hidden;
  border-radius: 133px;
  position: relative;
}
.quiz__load span {
  position: absolute;
  width: 200%;
  height: 100%;
  background: url(../images/quiz/load2.svg) repeat center;
  animation: lineLoad 10s linear infinite;
}
.quiz__result-load-row {
  display: flex;
  flex-wrap: wrap;
  margin-left: -5px;
  margin-right: -5px;
}
.quiz__result-load-col {
  padding-left: 5px;
  padding-right: 5px;
  padding-bottom: 15px;
  width: 20%;
}
.quiz__result-null-item-top {
  margin-bottom: 13px;
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  position: relative;
}
.quiz__result-null-item-top:before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 15px;
  background: #EBEBEB;
  position: absolute;
  top: 0;
  left: 0;
}
.quiz__result-null-item-bottom {
  width: 100%;
  height: 38px;
  border-radius: 15px;
  background: #EBEBEB;
}
.quiz__product-item .product__picture-wrap {
  background: #ffffff;
}
.quiz__result-row {
  display: flex;
  flex-wrap: wrap;
  margin-left: -2px;
  margin-right: -2px;
}
.quiz__result-col {
  padding-left: 2px;
  padding-right: 2px;
  padding-bottom: 10px;
  width: 20%;
}
.quiz__form-wrap {
  padding-top: 70px;
}
.quiz__form-wrap--error {
  padding-top: 25px;
  padding-bottom: 40px;
}
.quiz__form-title {
  padding-bottom: 30px;
  width: 100%;
  max-width: 673px;
  color: #585551;
  font-size: 25px;
  font-weight: 500;
  line-height: 1.3;
}
.quiz__form-row {
  display: flex;
  flex-wrap: wrap;
  margin-left: -5px;
  margin-right: -5px;
}
.quiz__form-col {
  padding-left: 5px;
  padding-right: 5px;
  padding-bottom: 10px;
  width: 33.33%;
}
.quiz__container .quiz__form-input {
  height: 80px;
  border-radius: 15px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background: #ECE8DF;
  font-size: 15px;
  font-weight: 500;
  /* Firefox 19+ */
  /* Firefox 18- */
}
.quiz__form-input::-webkit-input-placeholder {
  opacity: 1;
  color: #8D8C8B;
}
.quiz__form-input::-moz-placeholder {
  opacity: 1;
  color: #8D8C8B;
}
.quiz__form-input:-moz-placeholder {
  opacity: 1;
  color: #8D8C8B;
}
.quiz__form-input:-ms-input-placeholder {
  opacity: 1;
  color: #8D8C8B;
}
.quiz__form-btn {
  height: 80px;
  border-radius: 15px;
  font-size: 15px;
  font-weight: 500;
  width: 100%;
}
.quiz__btn-wrap-again {
  text-align: center;
}
.quiz__btn-again {
  display: inline-flex;
  padding-left: 3px;
  padding-right: 3px;
  padding-bottom: 9px;
  position: relative;
  align-items: center;
  text-decoration: none;
}
.quiz__btn-again::after {
  content: '';
  display: block;
  width: 100%;
  bottom: 0;
  left: 0;
  position: absolute;
  height: 1px;
  background: #8D8C8B;
}
.quiz__btn-again-icon {
  font-size: 0;
  width: 24px;
}
.quiz__btn-again-name {
  white-space: nowrap;
  max-width: calc(100% - 24px);
  padding-left: 3px;
  color: #8D8C8B;
  font-size: 18px;
  font-weight: 500;
}
.quiz__card-label-radio {
  cursor: pointer;
  position: relative;
}
.quiz__card-input-radio {
  display: block;
  visibility: visible;
  opacity: 0;
  position: absolute;
}
.quiz__card-check-radio {
  display: block;
  position: absolute;
  top: 20px;
  left: 20px;
  opacity: 0;
}
.quiz__card-input-radio:checked + .quiz__card-label-radio-wrap {
  position: relative;
}
.quiz__card-picture-wrap {
  padding-bottom: 15px;
}
.quiz__card-picture {
  border-radius: 15px;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.quiz__card-radio-text {
  color: #8D8C8B;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.5;
}
.quiz__card-input-radio:checked + .quiz__card-label-radio-wrap .quiz__card-check-radio {
  opacity: 1;
}
.quiz__card-input-radio:checked + .quiz__card-label-radio-wrap .quiz__card-picture {
  border: 2px solid #C59F72;
}
.quiz__card-input-radio:checked + .quiz__card-label-radio-wrap .quiz__card-radio-text {
  color: #C59F72;
}
.quiz__label-radio {
  cursor: pointer;
  position: relative;
}
.quiz__input-radio {
  display: block;
  visibility: visible;
  opacity: 0;
  position: absolute;
}
.quiz__label-radio-wrap {
  display: inline-flex;
  align-content: center;
  align-items: center;
  border-radius: 15px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background: #ECE8DF;
  padding: 26px 20px;
  width: 100%;
}
.quiz__label-radio-wrap--small {
  padding: 18px 20px;
}
.quiz__input-radio:checked + .quiz__label-radio-wrap {
  position: relative;
}
.quiz__check-radio {
  width: 26px;
  height: 26px;
  border: 2px solid #C59F72;
  border-radius: 50%;
  position: relative;
}
.quiz__radio-text {
  font-size: 15px;
  font-weight: 500;
  line-height: 1.2;
  color: #8D8C8B;
  padding-left: 15px;
  padding-top: 3px;
  max-width: calc(100% - 26px);
}
.quiz__input-radio:checked + .quiz__label-radio-wrap {
  border: 2px solid #C59F72;
}
.quiz__input-radio:checked + .quiz__label-radio-wrap .quiz__check-radio {
  background: #C59F72;
}
.quiz__input-radio:checked + .quiz__label-radio-wrap .quiz__check-radio:before {
  content: '';
  display: block;
  width: 12px;
  height: 9px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='9' viewBox='0 0 12 9' fill='none'%3E%3Cpath d='M4.19537 8.68421C3.99066 8.68407 3.79231 8.61309 3.634 8.4833L0.986731 6.31467C0.62475 6.00021 0.57847 5.4549 0.882278 5.08393C1.18609 4.71296 1.72982 4.65086 2.10946 4.94376L4.15991 6.62194L10.069 1.17966C10.2911 0.915571 10.6463 0.804386 10.9793 0.894699C11.3124 0.985012 11.5627 1.2604 11.621 1.60053C11.6793 1.94065 11.5348 2.28366 11.2508 2.47967L4.7981 8.44785C4.63482 8.60084 4.41912 8.68543 4.19537 8.68421Z' fill='white'/%3E%3C/svg%3E") no-repeat center;
  background-size: contain;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
@keyframes lineLoad {
  0% {
    transform: translateX(-50%);
  }
  100% {
    transform: translateX(0%);
  }
}
.quiz-new {
  background: #ffffff;
  overflow: hidden;
}
.quiz-new__wrap {
  position: relative;
}
.quiz-new__wrap--age-child::before {
  content: '';
  display: block;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='312' height='629' viewBox='0 0 312 629' fill='none'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M284.707 0.00316645C160.981 0.54805 44.2946 72.456 8.45612 191.004C-25.5052 303.343 47.8327 407.791 139.186 481.362C252.712 572.788 395.948 682.162 516.361 600.039C642.56 513.97 623.589 331.125 568.541 188.537C523.288 71.3219 410.238 -0.549667 284.707 0.00316645Z' fill='%23FF9BF5' fill-opacity='0.4'/%3E%3C/svg%3E");
  background-position: center;
  background-repeat: no-repeat;
  width: 312px;
  height: 629px;
  position: fixed;
  top: 25px;
  right: 0;
  pointer-events: none;
}
.quiz-new__wrap--age-child::after {
  content: '';
  display: block;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='611' height='629' viewBox='0 0 611 629' fill='none'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M284.707 0.00316645C160.981 0.54805 44.2946 72.456 8.45612 191.004C-25.5052 303.343 47.8327 407.791 139.186 481.362C252.712 572.788 395.948 682.162 516.361 600.039C642.56 513.97 623.589 331.125 568.541 188.537C523.288 71.3219 410.238 -0.549667 284.707 0.00316645Z' fill='%23EBF4DF' fill-opacity='0.5'/%3E%3C/svg%3E");
  background-position: center;
  background-repeat: no-repeat;
  width: 611px;
  height: 629px;
  position: fixed;
  top: 443px;
  left: 0;
  pointer-events: none;
}
.quiz-new__wrap--gender-child::before {
  content: '';
  display: block;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='611' height='629' viewBox='0 0 611 629' fill='none'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M284.707 0.00316645C160.981 0.54805 44.2946 72.456 8.45612 191.004C-25.5052 303.343 47.8327 407.791 139.186 481.362C252.712 572.788 395.948 682.162 516.361 600.039C642.56 513.97 623.589 331.125 568.541 188.537C523.288 71.3219 410.238 -0.549667 284.707 0.00316645Z' fill='%23FF9BF5' fill-opacity='0.4'/%3E%3C/svg%3E");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 611px;
  height: 629px;
  position: fixed;
  top: 0;
  right: 0;
  pointer-events: none;
}
.quiz-new__wrap--gender-child::after {
  content: '';
  display: block;
  background-image: url(../images/quiz/new/pic6.png);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  width: 498px;
  height: 225px;
  position: absolute;
  bottom: 0;
  right: 0;
  pointer-events: none;
  z-index: 10;
}
.quiz-new__wrap--child-growth::before {
  content: '';
  display: block;
  background-image: url("data:image/svg+xml,%3Csvg width='425' height='425' viewBox='0 0 425 425' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='212.5' cy='212.5' r='212.5' fill='%23FFEECE'/%3E%3C/svg%3E%0A");
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  width: 425px;
  height: 425px;
  position: fixed;
  top: 0;
  right: 93px;
  pointer-events: none;
}
.quiz-new__wrap--child-growth::after {
  content: '';
  display: block;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='420' height='629' viewBox='0 0 420 629' fill='none'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M135.293 0.00316645C259.019 0.54805 375.705 72.456 411.544 191.004C445.505 303.343 372.167 407.791 280.814 481.362C167.288 572.788 24.0521 682.162 -96.3608 600.039C-222.56 513.97 -203.589 331.125 -148.541 188.537C-103.288 71.3219 9.76234 -0.549667 135.293 0.00316645Z' fill='%23FF9BF5' fill-opacity='0.4'/%3E%3C/svg%3E");
  background-position: center;
  background-repeat: no-repeat;
  width: 420px;
  height: 629px;
  position: fixed;
  top: 360px;
  left: 0;
  pointer-events: none;
}
.quiz-new__wrap--type-gear-shift::before {
  content: '';
  display: block;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='312' height='629' viewBox='0 0 312 629' fill='none'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M284.707 0.00316645C160.981 0.54805 44.2946 72.456 8.45612 191.004C-25.5052 303.343 47.8327 407.791 139.186 481.362C252.712 572.788 395.948 682.162 516.361 600.039C642.56 513.97 623.589 331.125 568.541 188.537C523.288 71.3219 410.238 -0.549667 284.707 0.00316645Z' fill='%23FF9BF5' fill-opacity='0.4'/%3E%3C/svg%3E");
  background-position: center;
  background-repeat: no-repeat;
  width: 312px;
  height: 629px;
  position: fixed;
  top: 25px;
  right: 0;
  pointer-events: none;
}
.quiz-new__wrap--type-gear-shift::after {
  content: '';
  display: block;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='611' height='629' viewBox='0 0 611 629' fill='none'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M284.707 0.00316645C160.981 0.54805 44.2946 72.456 8.45612 191.004C-25.5052 303.343 47.8327 407.791 139.186 481.362C252.712 572.788 395.948 682.162 516.361 600.039C642.56 513.97 623.589 331.125 568.541 188.537C523.288 71.3219 410.238 -0.549667 284.707 0.00316645Z' fill='%23EBF4DF' fill-opacity='0.5'/%3E%3C/svg%3E");
  background-position: center;
  background-repeat: no-repeat;
  width: 611px;
  height: 629px;
  position: fixed;
  top: 443px;
  left: 0;
  pointer-events: none;
}
.quiz-new__wrap--result::before {
  content: '';
  display: block;
  background-image: url("data:image/svg+xml,%3Csvg width='425' height='425' viewBox='0 0 425 425' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='212.5' cy='212.5' r='212.5' fill='%23FFEECE'/%3E%3C/svg%3E%0A");
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  width: 425px;
  height: 425px;
  position: absolute;
  top: -90px;
  right: 93px;
  pointer-events: none;
}
.quiz-new__wrap--result::after {
  content: '';
  display: block;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='420' height='629' viewBox='0 0 420 629' fill='none'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M135.293 0.00316645C259.019 0.54805 375.705 72.456 411.544 191.004C445.505 303.343 372.167 407.791 280.814 481.362C167.288 572.788 24.0521 682.162 -96.3608 600.039C-222.56 513.97 -203.589 331.125 -148.541 188.537C-103.288 71.3219 9.76234 -0.549667 135.293 0.00316645Z' fill='%23FF9BF5' fill-opacity='0.4'/%3E%3C/svg%3E");
  background-position: center;
  background-repeat: no-repeat;
  width: 420px;
  height: 629px;
  position: absolute;
  top: 360px;
  left: 0;
  pointer-events: none;
}
.quiz-new__container {
  padding-top: 30px;
  padding-bottom: 100px;
  position: relative;
}
.quiz-new__container--age-child::before {
  content: '';
  display: block;
  background-image: url(../images/quiz/new/pic1.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 373px;
  height: 212px;
  position: absolute;
  top: 290px;
  left: 0;
  pointer-events: none;
  z-index: 10;
}
.quiz-new__container--age-child::after {
  content: '';
  display: block;
  background-image: url(../images/quiz/new/pic2.png);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  width: 445px;
  height: 497px;
  position: absolute;
  bottom: -237px;
  right: -212px;
  pointer-events: none;
  z-index: 10;
}
.quiz-new__container--gender-child::after {
  content: '';
  display: block;
  background-image: url(../images/quiz/new/pic7.png);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  width: 425px;
  height: 268px;
  position: absolute;
  bottom: 0;
  left: 90px;
  pointer-events: none;
  z-index: 10;
}
.quiz-new__container--child-growth::after {
  content: '';
  display: block;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='611' height='629' viewBox='0 0 611 629' fill='none'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M284.707 0.00316645C160.981 0.54805 44.2946 72.456 8.45612 191.004C-25.5052 303.343 47.8327 407.791 139.186 481.362C252.712 572.788 395.948 682.162 516.361 600.039C642.56 513.97 623.589 331.125 568.541 188.537C523.288 71.3219 410.238 -0.549667 284.707 0.00316645Z' fill='%23EBF4DF' fill-opacity='0.5'/%3E%3C/svg%3E");
  width: 611px;
  height: 264px;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  bottom: 0;
  right: -305px;
  pointer-events: none;
  z-index: 10;
}
.quiz-new__container--type-gear-shift {
  z-index: 2;
}
.quiz-new__container--type-gear-shift::after {
  content: '';
  display: block;
  background-image: url("data:image/svg+xml,%3Csvg width='425' height='425' viewBox='0 0 425 425' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='212.5' cy='212.5' r='212.5' fill='%23FFEECE'/%3E%3C/svg%3E%0A");
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  width: 425px;
  height: 251px;
  position: absolute;
  bottom: 0;
  right: -213px;
  pointer-events: none;
  z-index: 10;
}
.quiz-new__container--result::after {
  content: '';
  display: block;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='611' height='629' viewBox='0 0 611 629' fill='none'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M284.707 0.00316645C160.981 0.54805 44.2946 72.456 8.45612 191.004C-25.5052 303.343 47.8327 407.791 139.186 481.362C252.712 572.788 395.948 682.162 516.361 600.039C642.56 513.97 623.589 331.125 568.541 188.537C523.288 71.3219 410.238 -0.549667 284.707 0.00316645Z' fill='%23EBF4DF' fill-opacity='0.5'/%3E%3C/svg%3E");
  width: 611px;
  height: 629px;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  bottom: 190px;
  right: -305px;
  pointer-events: none;
}
.quiz-new__age-child-picture {
  position: absolute;
  bottom: -100px;
  left: -72px;
  width: 390px;
  z-index: 10;
}
.quiz-new__title {
  padding-bottom: 100px;
  color: #423E39;
  text-align: center;
  font-size: 42px;
  font-weight: 500;
  line-height: 1.1;
  letter-spacing: 0.84px;
  position: relative;
  z-index: 5;
  width: 100%;
  max-width: 900px;
  margin: auto;
}
.quiz-new__subtitle {
  color: #423E39;
  text-align: center;
  font-size: 42px;
  font-weight: 500;
  line-height: 1.1;
  letter-spacing: 0.84px;
  width: 100%;
  max-width: 504px;
  margin: auto;
}
.quiz-new__subtitle--result {
  max-width: 762px;
}
.quiz-new__btn-wrap {
  margin-top: -100px;
  text-align: center;
  position: relative;
  z-index: 100;
}
.quiz-new__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 20px 100px;
  width: 263px;
  max-width: 100%;
  border-radius: 30px;
  background: #FF0C00;
  color: #FFF;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2;
  min-height: 70px;
  text-decoration: none;
  transition: all 0.5s;
}
.quiz-new__info-wrap {
  padding-top: 60px;
  padding-bottom: 150px;
}
.quiz-new__info-wrap--slider {
  padding-top: 0;
  padding-bottom: 0;
}
.quiz-new__info-wrap--result {
  padding-bottom: 60px;
}
.quiz-new__row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-left: -12px;
  margin-right: -12px;
}
.quiz-new__row--slider {
  padding-top: 60px;
  padding-bottom: 150px;
}
.quiz-new__col {
  padding-left: 12px;
  padding-right: 12px;
  width: 330px;
  padding-bottom: 10px;
}
.quiz-new__nav-wrap {
  display: none;
}
.quiz-new__nav-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 72px;
  height: 72px;
  display: block;
  z-index: 999;
  opacity: 0.7;
  transition: all 0.5s;
  pointer-events: auto;
}
.quiz-new__nav-btn.slick-disabled {
  opacity: 0;
  pointer-events: none;
}
.quiz-new__tags-wrap {
  padding-top: 30px;
}
.quiz-new__tags-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-left: -5px;
  margin-right: -5px;
}
.quiz-new__tags-item {
  padding: 10px 5px 0;
}
.quiz-new__tag {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 8px;
  background: #F4F1ED;
  padding: 4px 8px 4px 12px;
  min-width: 85px;
  min-height: 31px;
}
.quiz-new__tag-name {
  color: #896336;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.3;
  padding-right: 3px;
}
.quiz-new__tag-del {
  font-size: 0;
}
.quiz-new__input-grown-wrap {
  width: 100%;
  max-width: 495px;
  margin: auto;
  padding-bottom: 10px;
  position: relative;
  z-index: 5;
}
.quiz-new__input-grown-wrap::before {
  content: '';
  display: block;
  position: absolute;
  pointer-events: none;
  background-image: url(../images/quiz/new/pic9.png);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  width: 288px;
  height: 164px;
  left: -153px;
  bottom: -60px;
}
.quiz-new__input-grown-wrap::after {
  content: '';
  display: block;
  position: absolute;
  pointer-events: none;
  background-image: url(../images/quiz/new/pic10.png);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  width: 372px;
  height: 212px;
  left: calc(100% - 40px);
  top: -58px;
  z-index: 3;
}
.quiz-new__input-grown-box {
  border-radius: 80px;
  background: #F4F1ED;
  padding: 5px 0 40px 0;
  position: relative;
  z-index: 2;
}
.quiz-new__input-grown {
  font-family: 'Manrope', sans-serif;
  width: 100%;
  height: 300px;
  background: transparent;
  font-size: 260px;
  font-weight: 500;
  color: #585551;
  padding-left: 0;
  padding-right: 0;
  border: 0;
  box-sizing: border-box;
  line-height: 1;
  text-align: center;
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
  /* Firefox 19+ */
  /* Firefox 18- */
}
.quiz-new__input-grown::-webkit-input-placeholder {
  opacity: 1;
  color: #504C48;
}
.quiz-new__input-grown::-moz-placeholder {
  opacity: 1;
  color: #504C48;
}
.quiz-new__input-grown:-moz-placeholder {
  opacity: 1;
  color: #504C48;
}
.quiz-new__input-grown:-ms-input-placeholder {
  opacity: 1;
  color: #504C48;
}
.quiz-new__label-grow {
  padding-top: 0;
  text-align: center;
  color: #585551;
  font-size: 26px;
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: 0.78px;
  text-transform: uppercase;
  display: block;
}
.quiz-new__type-gear-shift-wrap {
  width: 100%;
  max-width: 638px;
  margin: auto;
  position: relative;
}
.quiz-new__type-gear-shift-wrap .quiz-new__row {
  position: relative;
  z-index: 13;
}
.quiz-new__type-gear-shift-wrap::before {
  content: '';
  display: block;
  background-image: url(../images/quiz/new/pic1.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 373px;
  height: 212px;
  position: absolute;
  top: -36px;
  left: -186px;
  pointer-events: none;
}
.quiz-new__type-gear-shift-wrap::after {
  content: '';
  display: block;
  background-image: url(../images/quiz/new/pic9.png);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  width: 288px;
  height: 164px;
  position: absolute;
  bottom: 50px;
  right: -142px;
  pointer-events: none;
  z-index: 11;
}
.quiz-new__text-wrap {
  width: 100%;
  max-width: 1032px;
  margin: auto;
  padding-top: 40px;
}
.quiz-new__text {
  color: #504C48;
  text-align: center;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.5;
}
.quiz-new__result-wrap {
  position: relative;
  z-index: 10;
}
.quiz-new__result-box {
  border-radius: 40px;
  background: #ffffff;
}
.quiz-new__row-result {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.quiz-new__col-result--photo {
  width: 100%;
  max-width: calc(768px + 60px);
}
.quiz-new__col-result--info {
  width: 100%;
  max-width: calc(340px + 60px);
}
.quiz-new__photogallery-wrap {
  padding: 40px 30px 30px;
}
.quiz-new__result-info-wrap {
  padding: 30px;
  padding-bottom: 40px;
}
.quiz-new__result-label-wrap {
  padding-bottom: 24px;
  text-align: center;
}
.quiz-new__result-label {
  display: inline-flex;
  padding: 10px 24px 8px;
  color: #2E2C29;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.15px;
  border-radius: 8px;
  background: #F4E1BB;
}
.quiz-new__result-subtitle {
  text-align: center;
  padding-bottom: 10px;
  color: #FF6711;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.45px;
  text-transform: uppercase;
}
.quiz-new__result-title {
  color: #C59F72;
  padding-bottom: 24px;
  text-transform: uppercase;
  font-size: 38px;
  line-height: 1.1;
  font-weight: 700;
  letter-spacing: -1px;
  text-align: center;
}
.quiz-new__result-price {
  color: #504C48;
  font-size: 30px;
  font-weight: 600;
  line-height: 1.1;
  text-align: center;
  padding-bottom: 24px;
}
.quiz-new__result-btn-wrap {
  text-align: center;
}
.quiz-new__result-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 16px;
  width: 100%;
  max-width: 100%;
  border-radius: 30px;
  background: #FF0C00;
  color: #FFF;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.2;
  min-height: 44px;
  letter-spacing: 0.15px;
  text-decoration: none;
  transition: all 0.5s;
}
.quiz-new__variables-wrap {
  position: relative;
  z-index: 13;
}
.quiz-new__variables-title {
  color: #504C48;
  padding-bottom: 20px;
  text-transform: uppercase;
  font-size: 38px;
  line-height: 1.1;
  font-weight: 700;
  text-align: center;
}
.quiz-new + .promo-subscribe {
  padding-top: 50px;
}
.quiz-new__card-label-radio {
  cursor: pointer;
  position: relative;
}
.quiz-new__card-input-radio {
  display: block;
  visibility: visible;
  opacity: 0;
  position: absolute;
}
.quiz-new__card-label-radio-wrap {
  background: #ffffff;
  border-radius: 40px;
  overflow: hidden;
  display: block;
}
.quiz-new__card-label-radio-wrap--icon {
  background: #F8F6F3;
}
.quiz-new__card-input-radio:checked + .quiz-new__card-label-radio-wrap {
  position: relative;
  box-shadow: 0px 33px 112px 0px rgba(88, 85, 81, 0.14), 0px 15.485px 49.031px 0px rgba(88, 85, 81, 0.1), 0px 9.863px 29.123px 0px rgba(88, 85, 81, 0.08), 0px 6.679px 18.517px 0px rgba(88, 85, 81, 0.07), 0px 4.275px 11.212px 0px rgba(88, 85, 81, 0.06), 0px 2.121px 5.303px 0px rgba(88, 85, 81, 0.04);
  background: #F4F1ED;
}
.quiz-new__card-picture-wrap {
  border-radius: 40px 40px 0 0;
  position: relative;
}
.quiz-new__card-picture-wrap::before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 40px 40px 0 0;
  left: 0;
  top: 0;
  background: linear-gradient(0deg, rgba(222, 201, 175, 0.3) 0%, rgba(222, 201, 175, 0.3) 100%);
  z-index: 3;
}
.quiz-new__card-icon-wrap {
  height: 220px;
  display: flex;
  align-items: flex-end;
  padding-bottom: 20px;
  justify-content: center;
}
.quiz-new__card-picture--type-gear-shift {
  filter: grayscale(1);
}
.quiz-new__card-radio-text {
  color: #8D8C8B;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.2;
  padding: 28px 20px 30px;
  text-align: center;
  display: block;
}
.quiz-new__card-input-radio:checked + .quiz-new__card-label-radio-wrap .quiz-new__card-picture--type-gear-shift {
  filter: grayscale(0);
}
.quiz-new__card-input-radio:checked + .quiz-new__card-label-radio-wrap .quiz-new__card-radio-text {
  color: #585551;
}
.quiz-new__input-grown::-webkit-outer-spin-button,
.quiz-new__input-grown::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.quiz-new-age-slider {
  overflow: hidden;
  padding-top: 60px;
  padding-bottom: 150px;
  position: relative;
}
.quiz-new-age-slider__box {
  position: relative;
}
.quiz-new-age-slider__wrap {
  width: 100%;
  max-width: 504px;
  margin: auto;
  position: relative;
}
.quiz-new-age-slider__nav-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 72px;
  height: 72px;
  display: block;
  z-index: 999;
  opacity: 0.7;
  transition: all 0.5s;
}
.quiz-new-age-slider__nav-btn--before {
  left: -36px;
}
.quiz-new-age-slider__nav-btn--after {
  right: -36px;
}
.quiz-new-age-slider__nav-btn.slick-disabled {
  opacity: 0;
  pointer-events: none;
}
.quiz-new-age-slider__slider {
  z-index: 5;
  position: relative;
}
.quiz-new-age-slider__slider .slick-list {
  overflow: visible;
}
.quiz-new-age-slider__slider-second {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  max-width: 1032px;
  margin: auto;
  z-index: 4;
}
.quiz-new-age-slider__slider-third {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  max-width: 100%;
  margin: auto;
  z-index: 3;
}
.quiz-new-age-slider__item-wrap {
  width: 100%;
  height: 469px;
  background: #F4F1ED;
  border-radius: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 20px;
}
.quiz-new-age-slider__item-number {
  padding-bottom: 20px;
  color: #423E39;
  font-size: 250px;
  font-weight: 500;
  line-height: 1;
}
.quiz-new-age-slider__item-text {
  color: #423E39;
  font-size: 26px;
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: 0.78px;
  text-transform: uppercase;
}
.quiz-new-age-slider__slider .quiz-new-age-slider__item {
  width: 100%;
  opacity: 0;
  transform: scale(0.5);
  transition: transform 0.5s;
}
.quiz-new-age-slider__slider .quiz-new-age-slider__item.slick-current {
  opacity: 1;
  transform: none;
}
.quiz-new-age-slider__slider .quiz-new-age-slider__item.slick-current .quiz-new-age-slider__item-wrap {
  box-shadow: 0px 33px 112px 0px rgba(88, 85, 81, 0.14), 0px 15.485px 49.031px 0px rgba(88, 85, 81, 0.1), 0px 9.863px 29.123px 0px rgba(88, 85, 81, 0.08), 0px 6.679px 18.517px 0px rgba(88, 85, 81, 0.07), 0px 4.275px 11.212px 0px rgba(88, 85, 81, 0.06), 0px 2.121px 5.303px 0px rgba(88, 85, 81, 0.04);
}
.quiz-new-age-slider__slider-second .quiz-new-age-slider__item.slick-current {
  opacity: 0;
  transform: none;
}
.quiz-new-age-slider__slider-second .quiz-new-age-slider__item-wrap {
  width: 100%;
  height: 352px;
  background: #F8F6F3;
}
.quiz-new-age-slider__slider-second .quiz-new-age-slider__item-number {
  font-size: 170px;
  color: #DDD;
}
.quiz-new-age-slider__slider-second .quiz-new-age-slider__item-text {
  font-size: 18px;
  color: #DDD;
}
.quiz-new-age-slider__slider-third .quiz-new-age-slider__item {
  opacity: 0.5;
}
.quiz-new-age-slider__slider-third .quiz-new-age-slider__item.slick-current {
  opacity: 0;
  transform: none;
}
.quiz-new-age-slider__slider-third .quiz-new-age-slider__item-wrap {
  width: 100%;
  height: 227px;
  background: #F8F6F3;
}
.quiz-new-age-slider__slider-third .quiz-new-age-slider__item-number {
  font-size: 130px;
  color: #DDD;
}
.quiz-new-age-slider__slider-third .quiz-new-age-slider__item-text {
  font-size: 12px;
  color: #DDD;
}
@media screen and (max-width: 1356px) {
  body {
    position: relative;
  }
  .quiz-new__wrap--age-child::before {
    right: -150px;
  }
  .quiz-new__wrap--age-child::after {
    left: -300px;
  }
  .quiz-new__wrap--gender-child::before {
    width: 260px;
    background-size: cover;
    background-position: left top;
  }
  .quiz-new__wrap--gender-child::after {
    right: -100px;
  }
  .quiz-new__wrap--child-growth::before {
    right: -210px;
  }
  .quiz-new__wrap--child-growth::after {
    width: 200px;
    background-position: right top;
  }
  .quiz-new__wrap--type-gear-shift::before {
    right: -150px;
  }
  .quiz-new__wrap--type-gear-shift::after {
    left: -300px;
  }
  .quiz-new__wrap--result::before {
    right: -210px;
  }
  .quiz-new__wrap--result::after {
    width: 200px;
    background-position: right top;
  }
  .quiz-new__container--age-child::after {
    right: -250px;
  }
  .quiz-new__container--gender-child::after {
    left: -30px;
  }
  .quiz-new__container--type-gear-shift::after {
    right: -250px;
  }
  .quiz-new__col-result--photo {
    width: calc(100% - 400px);
  }
  .quiz-new__photogallery-wrap {
    padding-right: 0;
  }
  .quiz-new__photogallery-wrap .product-info__for-thumbs {
    height: 128px;
  }
  .quiz-new-age-slider__item-number {
    font-size: 200px;
  }
}
@media screen and (max-width: 1200px) {
  body {
    position: relative;
  }
  .quiz__picture-wrap {
    width: 45%;
  }
  .quiz__size-col--right {
    padding-left: 30px;
  }
  .quiz-new__wrap--child-growth::before {
    right: -300px;
  }
  .quiz-new__wrap--result::before {
    right: -300px;
  }
  .quiz-new__nav-btn {
    opacity: 1;
  }
  .quiz-new-age-slider__nav-btn {
    opacity: 1;
  }
  .quiz-new-age-slider__slider-second .quiz-new-age-slider__item-number {
    font-size: 135px;
  }
  .quiz-new-age-slider__slider-third .quiz-new-age-slider__item-number {
    font-size: 100px;
  }
}
@media screen and (max-width: 960px) {
  body {
    position: relative;
  }
  .quiz-popup__info-wrap {
    max-width: 70%;
  }
  .quiz__info-wrap {
    max-width: 70%;
  }
  .quiz__choise-col--5 {
    width: 33.33%;
  }
  .quiz__choise-col--sm {
    width: 100%;
  }
  .quiz__choise-col--sm-price {
    width: 100%;
  }
  .quiz__size-col--left {
    width: 100%;
  }
  .quiz__size-col--right {
    display: none;
  }
  .quiz__result-col {
    width: 33.33%;
  }
  .quiz__form-col {
    width: 100%;
  }
  .quiz-new__wrap--age-child::after {
    left: -450px;
  }
  .quiz-new__wrap--gender-child::before {
    width: 160px;
  }
  .quiz-new__wrap--gender-child::after {
    transform: scale(0.7) translate(0, 23%);
  }
  .quiz-new__wrap--type-gear-shift::after {
    left: -450px;
  }
  .quiz-new__container--age-child::before {
    width: 300px;
    height: 171px;
    top: 350px;
  }
  .quiz-new__container--gender-child::after {
    transform: scale(0.7) translate(-22%, 30%);
  }
  .quiz-new__age-child-picture {
    display: none;
  }
  .quiz-new__input-grown-wrap::after {
    width: 300px;
    background-size: contain;
    left: 72%;
    top: -120px;
  }
  .quiz-new__col-result--photo {
    max-width: 100%;
    width: 100%;
  }
  .quiz-new__col-result--info {
    max-width: 100%;
  }
  .quiz-new__photogallery-wrap {
    padding-right: 30px;
  }
  .quiz-new__photogallery-wrap .product-info__for-thumbs {
    height: auto;
  }
  .quiz-new__result-btn {
    max-width: 300px;
  }
  .quiz-new-age-slider__slider-second .quiz-new-age-slider__item-number {
    font-size: 115px;
  }
  .quiz-new-age-slider__slider-third .quiz-new-age-slider__item-number {
    font-size: 90px;
  }
}
@media screen and (max-width: 670px) {
  body {
    position: relative;
  }
  .banner-quiz {
    left: 20px;
    right: 20px;
    bottom: 20px;
    width: auto;
  }
  .banner-quiz__close {
    top: 15px;
    right: 15px;
  }
  .banner-quiz__wrap {
    padding: 35px 20px 26px;
  }
  .banner-quiz__picture-wrap {
    display: none;
  }
  .banner-quiz__btn {
    padding-left: 15px;
    padding-right: 15px;
    width: auto;
  }
  .quiz-popup__inner {
    border-radius: 15px;
  }
  .quiz-popup__close {
    top: 15px;
    right: 15px;
    width: 30px;
    height: 30px;
  }
  .quiz-popup__wrap {
    padding: 65px 15px;
  }
  .quiz-popup__info-wrap {
    max-width: 100%;
  }
  .quiz-popup__title {
    font-size: 28px;
    padding-bottom: 17px;
    text-align: center;
  }
  .quiz-popup__text {
    padding-bottom: 25px;
    font-size: 15px;
    text-align: center;
  }
  .quiz-popup__numbers-wrap {
    display: none;
  }
  .quiz-popup__btn-wrap {
    padding-top: 0;
    text-align: center;
  }
  .quiz-popup__btn {
    padding-left: 30px;
    padding-right: 30px;
    width: auto;
  }
  .quiz-popup__picture-wrap {
    display: none;
  }
  .quiz__inner {
    border-radius: 15px;
  }
  .quiz__close {
    top: 15px;
    right: 15px;
    width: 30px;
    height: 30px;
  }
  .quiz__wrap {
    padding: 50px 20px;
  }
  .quiz__info-wrap {
    max-width: 100%;
  }
  .quiz__info {
    padding-bottom: 30px;
  }
  .quiz__info--success {
    padding-top: 30px;
    padding-bottom: 10px;
  }
  .quiz__subtitle {
    padding-bottom: 15px;
  }
  .quiz__subtitle--success {
    text-align: center;
    padding-bottom: 20px;
  }
  .quiz__title {
    font-size: 28px;
    padding-bottom: 17px;
  }
  .quiz__title--success {
    text-align: center;
    padding-bottom: 44px;
  }
  .quiz__text {
    padding-bottom: 25px;
    font-size: 15px;
  }
  .quiz__btn {
    padding-left: 30px;
    padding-right: 30px;
    width: auto;
  }
  .quiz__btn--success {
    width: 100%;
    height: 60px;
    border-radius: 15px;
  }
  .quiz__numbers-wrap {
    margin: 0;
    width: 45%;
  }
  .quiz__numbers-item {
    width: 100%;
    padding: 0;
    padding-bottom: 25px;
  }
  .quiz__numbers-item:last-child {
    padding-bottom: 0;
  }
  .quiz__num-icon {
    width: 35px;
  }
  .quiz__num-icon svg {
    height: auto;
  }
  .quiz__num-count {
    max-width: calc(100% - 35px);
    font-size: 18px;
  }
  .quiz__numbers-text {
    padding-top: 10px;
    font-size: 12px;
  }
  .quiz__picture-wrap {
    width: 62%;
  }
  .quiz__picture-wrap--success {
    display: none;
  }
  .quiz__progress-bar-wrap {
    display: none;
  }
  .quiz__mob-steps-wrap {
    display: block;
    padding-bottom: 15px;
  }
  .quiz__name-wrap {
    padding-bottom: 20px;
  }
  .quiz__name-step {
    font-size: 28px;
  }
  .quiz__choise-wrap {
    padding-bottom: 10px;
  }
  .quiz__choise-col {
    width: 50%;
  }
  .quiz__choise-col--5 {
    width: 50%;
  }
  .quiz__choise-col--sm {
    width: 100%;
  }
  .quiz__choise-col--sm-price {
    width: 100%;
  }
  .quiz__choise-col-3 {
    width: 50%;
  }
  .quiz__choise-item {
    padding-bottom: 20px;
  }
  .quiz__nav-wrap {
    justify-content: flex-start;
  }
  .quiz__steps-wrap {
    display: none;
  }
  .quiz__nav-btns-wrap {
    width: calc(100% + 6px);
  }
  .quiz__nav-btn-item:last-child {
    flex-grow: 1;
  }
  .quiz__nav-btn-after {
    width: 100%;
  }
  .quiz__radio-item {
    padding-bottom: 10px;
  }
  .quiz__radio-item-wrap {
    padding-bottom: 10px;
  }
  .quiz__result-title {
    font-size: 28px;
    padding-bottom: 20px;
  }
  .quiz__result-title--error {
    text-align: left;
  }
  .quiz__result-subtitle {
    padding-bottom: 15px;
  }
  .quiz__result-subtitle--error {
    text-align: left;
  }
  .quiz__load-container {
    padding-bottom: 20px;
  }
  .quiz__result-list-wrap {
    padding-top: 15px;
  }
  .quiz__load-wrap {
    max-width: 300px;
  }
  .quiz__load {
    height: 5px;
  }
  .quiz__load span {
    background-image: url(../images/quiz/load2-mob.svg);
  }
  .quiz__result-load-col {
    width: 50%;
  }
  .quiz__result-load-col--not-mob {
    display: none;
  }
  .quiz__result-null-item-top {
    margin-bottom: 0;
  }
  .quiz__result-null-item-bottom {
    display: none;
  }
  .quiz__product-item .product {
    background: #ffffff;
  }
  .quiz__result-row {
    margin-left: 0;
    margin-right: 0;
  }
  .quiz__result-col {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .quiz__form-wrap {
    padding-top: 37px;
  }
  .quiz__form-wrap--error {
    padding-top: 15px;
  }
  .quiz__form-title {
    padding-bottom: 20px;
    font-size: 20px;
  }
  .quiz__form-input {
    height: 60px;
  }
  .quiz__form-btn {
    height: 60px;
    border-radius: 15px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .quiz__card-check-radio {
    top: 10px;
    left: 10px;
  }
  .quiz__label-radio-wrap {
    padding: 17px 20px;
  }
  .quiz-new__wrap--age-child::before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='132' height='263' viewBox='0 0 132 263' fill='none'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M118.822 0.00132397C67.1852 0.229153 18.4863 30.2956 3.52916 79.8633C-10.6446 126.835 19.9629 170.507 58.0892 201.269C105.469 239.496 165.248 285.228 215.502 250.891C268.172 214.903 260.254 138.451 237.28 78.832C218.393 29.8214 171.212 -0.229829 118.822 0.00132397Z' fill='%23FF9BF5' fill-opacity='0.4'/%3E%3C/svg%3E");
    width: 132px;
    height: 263px;
    top: -32px;
    right: 0;
  }
  .quiz-new__wrap--age-child::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='62' height='263' viewBox='0 0 62 263' fill='none'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M-74.178 0.00132397C-125.815 0.229153 -174.514 30.2956 -189.471 79.8633C-203.645 126.835 -173.037 170.507 -134.911 201.269C-87.5311 239.496 -27.7517 285.228 22.5025 250.891C75.1715 214.903 67.254 138.451 44.2797 78.832C25.3935 29.8214 -21.7879 -0.229829 -74.178 0.00132397Z' fill='%23F5FAEF'/%3E%3C/svg%3E");
    width: 62px;
    height: 263px;
    top: 247px;
    left: 0;
  }
  .quiz-new__wrap--gender-child::before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='62' height='215' viewBox='0 0 62 215' fill='none'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M-74.178 -47.9987C-125.815 -47.7708 -174.514 -17.7044 -189.471 31.8633C-203.645 78.8348 -173.037 122.507 -134.911 153.269C-87.5311 191.496 -27.7517 237.228 22.5025 202.891C75.1715 166.903 67.254 90.4512 44.2797 30.832C25.3935 -18.1786 -21.7879 -48.2298 -74.178 -47.9987Z' fill='%23F5FAEF'/%3E%3C/svg%3E");
    width: 62px;
    height: 215px;
    right: auto;
    left: 0;
    background-position: center;
  }
  .quiz-new__wrap--gender-child::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='132' height='263' viewBox='0 0 132 263' fill='none'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M118.822 0.00132397C67.1852 0.229153 18.4863 30.2956 3.52916 79.8633C-10.6446 126.835 19.9629 170.507 58.0892 201.269C105.469 239.496 165.248 285.228 215.502 250.891C268.172 214.903 260.254 138.451 237.28 78.832C218.393 29.8214 171.212 -0.229829 118.822 0.00132397Z' fill='%23FF9BF5' fill-opacity='0.4'/%3E%3C/svg%3E");
    width: 132px;
    height: 110px;
    z-index: 0;
    right: 0;
    transform: none;
  }
  .quiz-new__wrap--child-growth::before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='62' height='263' viewBox='0 0 62 263' fill='none'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M-74.178 0.00132397C-125.815 0.229153 -174.514 30.2956 -189.471 79.8633C-203.645 126.835 -173.037 170.507 -134.911 201.269C-87.5311 239.496 -27.7517 285.228 22.5025 250.891C75.1715 214.903 67.254 138.451 44.2797 78.832C25.3935 29.8214 -21.7879 -0.229829 -74.178 0.00132397Z' fill='%23F5FAEF'/%3E%3C/svg%3E");
    width: 62px;
    height: 263px;
    right: auto;
    left: 0;
    background-position: center;
    top: 120px;
  }
  .quiz-new__wrap--child-growth::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='132' height='263' viewBox='0 0 132 263' fill='none'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M118.822 0.00132397C67.1852 0.229153 18.4863 30.2956 3.52916 79.8633C-10.6446 126.835 19.9629 170.507 58.0892 201.269C105.469 239.496 165.248 285.228 215.502 250.891C268.172 214.903 260.254 138.451 237.28 78.832C218.393 29.8214 171.212 -0.229829 118.822 0.00132397Z' fill='%23FF9BF5' fill-opacity='0.4'/%3E%3C/svg%3E");
    width: 132px;
    height: 263px;
    right: 0;
    left: auto;
    background-position: center;
    top: auto;
    bottom: 87px;
    position: absolute;
  }
  .quiz-new__wrap--type-gear-shift::before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='132' height='263' viewBox='0 0 132 263' fill='none'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M118.822 0.00132397C67.1852 0.229153 18.4863 30.2956 3.52916 79.8633C-10.6446 126.835 19.9629 170.507 58.0892 201.269C105.469 239.496 165.248 285.228 215.502 250.891C268.172 214.903 260.254 138.451 237.28 78.832C218.393 29.8214 171.212 -0.229829 118.822 0.00132397Z' fill='%23F5FAEF'/%3E%3C/svg%3E");
    background-position: center top;
    width: 132px;
    height: 162px;
    top: auto;
    bottom: 0;
    right: 0;
    position: absolute;
  }
  .quiz-new__wrap--type-gear-shift::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='122' height='263' viewBox='0 0 122 263' fill='none'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M-14.178 0.00132397C-65.8148 0.229153 -114.514 30.2956 -129.471 79.8633C-143.645 126.835 -113.037 170.507 -74.9108 201.269C-27.5311 239.496 32.2483 285.228 82.5025 250.891C135.172 214.903 127.254 138.451 104.28 78.832C85.3935 29.8214 38.2121 -0.229829 -14.178 0.00132397Z' fill='%23FFD7FB'/%3E%3C/svg%3E");
    width: 122px;
    height: 263px;
    top: 363px;
    left: 0;
    right: auto;
  }
  .quiz-new__wrap--result::before {
    display: none;
  }
  .quiz-new__wrap--result::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='122' height='263' viewBox='0 0 122 263' fill='none'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M-14.178 0.00132397C-65.8148 0.229153 -114.514 30.2956 -129.471 79.8633C-143.645 126.835 -113.037 170.507 -74.9108 201.269C-27.5311 239.496 32.2483 285.228 82.5025 250.891C135.172 214.903 127.254 138.451 104.28 78.832C85.3935 29.8214 38.2121 -0.229829 -14.178 0.00132397Z' fill='%23FFD7FB'/%3E%3C/svg%3E");
    width: 122px;
    height: 263px;
    background-position: center;
    top: 362px;
  }
  .quiz-new__container {
    padding-top: 24px;
    padding-bottom: 60px;
  }
  .quiz-new__container--age-child::before {
    background-image: url(../images/quiz/new/pic1_s.png);
    width: 81px;
    height: 110px;
    top: 217px;
    left: auto;
    right: -20px;
  }
  .quiz-new__container--age-child::after {
    background-image: url(../images/quiz/new/pic2_s.png);
    width: 162px;
    height: 164px;
    bottom: 110px;
    right: auto;
    left: -20px;
    z-index: 2;
  }
  .quiz-new__container--gender-child:before {
    content: '';
    display: block;
    background-image: url(../images/quiz/new/pic6_s.png);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    width: 162px;
    height: 164px;
    position: absolute;
    top: 240px;
    left: -20px;
    pointer-events: none;
  }
  .quiz-new__container--gender-child::after {
    background-image: url(../images/quiz/new/pic7_s.png);
    width: 81px;
    height: 110px;
    bottom: 130px;
    left: auto;
    right: -20px;
    transform: none;
  }
  .quiz-new__container--child-growth {
    z-index: 2;
  }
  .quiz-new__container--child-growth::after {
    background-image: url(../images/quiz/new/pic8_2.png);
    width: 162px;
    height: 104px;
    left: -20px;
    bottom: 0;
    right: auto;
  }
  .quiz-new__container--type-gear-shift::after {
    background-image: url(../images/quiz/new/pic7_s.png);
    width: 81px;
    height: 110px;
    bottom: 0;
    left: auto;
    right: -20px;
    transform: none;
    pointer-events: none;
  }
  .quiz-new__container--type-gear-shift::before {
    content: '';
    display: block;
    background-image: url(../images/quiz/new/pic2_s_2.png);
    background-repeat: no-repeat;
    width: 65px;
    height: 75px;
    position: absolute;
    top: 106px;
    left: -20px;
    background-size: contain;
    z-index: -1;
    pointer-events: none;
  }
  .quiz-new__container--result {
    z-index: 2;
    padding-bottom: 30px;
  }
  .quiz-new__container--result::after {
    display: none;
  }
  .quiz-new__age-child-picture {
    display: none;
  }
  .quiz-new__title {
    font-size: 28px;
    padding-bottom: 60px;
    line-height: 1.2;
  }
  .quiz-new__subtitle {
    font-size: 28px;
    line-height: 1.2;
    position: relative;
    z-index: 13;
  }
  .quiz-new__btn-wrap {
    margin-top: -110px;
  }
  .quiz-new__info-wrap {
    padding-top: 40px;
    position: relative;
  }
  .quiz-new__info-wrap--slider {
    padding-top: 0;
  }
  .quiz-new__info-wrap--result {
    padding-top: 60px;
  }
  .quiz-new__row {
    margin-left: -5px;
    margin-right: -5px;
  }
  .quiz-new__row--slider {
    padding-top: 40px;
    display: block;
    position: relative;
    margin-left: -20px;
    margin-right: -20px;
    width: calc(100% + 40px);
    padding-left: 20px;
    padding-right: 20px;
  }
  .quiz-new__row--slider .slick-list {
    overflow: visible;
    margin-left: -5px;
    margin-right: -5px;
  }
  .quiz-new__col {
    padding-bottom: 0;
    width: 370px;
    padding-left: 5px;
    padding-right: 5px;
  }
  .quiz-new__nav-wrap {
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 40px;
    bottom: 150px;
    pointer-events: none;
  }
  .quiz-new__nav-btn {
    width: 46px;
    height: 46px;
  }
  .quiz-new__nav-btn--before {
    left: -5px;
  }
  .quiz-new__nav-btn--after {
    right: -5px;
  }
  .quiz-new__input-grown-wrap {
    padding-bottom: 0;
    max-width: 100%;
  }
  .quiz-new__input-grown-wrap::before {
    display: none;
  }
  .quiz-new__input-grown-wrap::after {
    background-image: url(../images/quiz/new/pic10_s.png);
    background-size: cover;
    width: 81px;
    height: 110px;
    top: -56px;
    left: auto;
    right: -20px;
  }
  .quiz-new__input-grown-box {
    border-radius: 50px;
    padding: 40px 0 45px;
    box-shadow: 0px 20.952px 71.111px 0px rgba(88, 85, 81, 0.14), 0px 9.832px 31.131px 0px rgba(88, 85, 81, 0.1), 0px 6.262px 18.491px 0px rgba(88, 85, 81, 0.08), 0px 4.241px 11.757px 0px rgba(88, 85, 81, 0.07), 0px 2.715px 7.119px 0px rgba(88, 85, 81, 0.06), 0px 1.347px 3.367px 0px rgba(88, 85, 81, 0.04);
  }
  .quiz-new__input-grown {
    font-size: 160px;
    height: 180px;
  }
  .quiz-new__label-grow {
    padding-top: 15px;
    font-size: 16px;
  }
  .quiz-new__type-gear-shift-wrap {
    max-width: 100%;
  }
  .quiz-new__type-gear-shift-wrap::before {
    display: none;
  }
  .quiz-new__type-gear-shift-wrap::after {
    display: none;
  }
  .quiz-new__text-wrap {
    padding-top: 20px;
  }
  .quiz-new__text {
    font-size: 12px;
  }
  .quiz-new__result-box {
    border-radius: 0;
  }
  .quiz-new__col-result--info {
    max-width: 100%;
  }
  .quiz-new__photogallery-wrap {
    padding: 0;
  }
  .quiz-new__result-info-wrap {
    position: relative;
    padding: 10px 0 0;
    margin-top: 30px;
  }
  .quiz-new__result-info-wrap::before {
    content: '';
    display: block;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='132' height='263' viewBox='0 0 132 263' fill='none'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M118.822 0.00132397C67.1852 0.229153 18.4863 30.2956 3.52916 79.8633C-10.6446 126.835 19.9629 170.507 58.0892 201.269C105.469 239.496 165.248 285.228 215.502 250.891C268.172 214.903 260.254 138.451 237.28 78.832C218.393 29.8214 171.212 -0.229829 118.822 0.00132397Z' fill='%23F5FAEF'/%3E%3C/svg%3E");
    width: 132px;
    height: 263px;
    position: absolute;
    top: 64px;
    right: -20px;
  }
  .quiz-new__result-info-box {
    position: relative;
    z-index: 3;
  }
  .quiz-new__result-subtitle {
    font-size: 14px;
  }
  .quiz-new__result-title {
    font-size: 31px;
  }
  .quiz-new__result-btn {
    min-height: 70px;
    max-width: 100%;
  }
  .quiz-new__variables-title {
    font-size: 28px;
    padding-bottom: 24px;
  }
  .quiz-new + .promo-subscribe {
    padding-top: 20px;
  }
  .quiz-new-age-slider {
    margin-left: -20px;
    margin-right: -20px;
    padding-top: 40px;
  }
  .quiz-new-age-slider__nav-btn {
    width: 46px;
    height: 46px;
  }
  .quiz-new-age-slider__nav-btn--before {
    left: calc(50% - 137px);
    transform: translate(-50%, -50%);
  }
  .quiz-new-age-slider__nav-btn--after {
    left: calc(50% + 137px);
    transform: translate(-50%, -50%);
  }
  .quiz-new-age-slider__slider .slick-list {
    margin-left: -7px;
    margin-right: -7px;
  }
  .quiz-new-age-slider__slider-second {
    display: none;
  }
  .quiz-new-age-slider__slider-third {
    display: none;
  }
  .quiz-new-age-slider__item {
    padding-left: 7px;
    padding-right: 7px;
  }
  .quiz-new-age-slider__item-wrap {
    border-radius: 51px;
    height: 290px;
  }
  .quiz-new-age-slider__item-number {
    font-size: 130px;
  }
  .quiz-new-age-slider__item-text {
    font-size: 16px;
  }
  .quiz-new-age-slider__slider .quiz-new-age-slider__item {
    width: 274px;
    transform: none;
    opacity: 0.5;
  }
  .quiz-new-age-slider__slider .quiz-new-age-slider__item .quiz-new-age-slider__item-wrap {
    box-shadow: 0px 20.952px 71.111px 0px rgba(88, 85, 81, 0.14), 0px 9.832px 31.131px 0px rgba(88, 85, 81, 0.1), 0px 6.262px 18.491px 0px rgba(88, 85, 81, 0.08), 0px 4.241px 11.757px 0px rgba(88, 85, 81, 0.07), 0px 2.715px 7.119px 0px rgba(88, 85, 81, 0.06), 0px 1.347px 3.367px 0px rgba(88, 85, 81, 0.04);
  }
  .quiz-new-age-slider__slider .quiz-new-age-slider__item.slick-current .quiz-new-age-slider__item-wrap {
    box-shadow: 0px 20.952px 71.111px 0px rgba(88, 85, 81, 0.14), 0px 9.832px 31.131px 0px rgba(88, 85, 81, 0.1), 0px 6.262px 18.491px 0px rgba(88, 85, 81, 0.08), 0px 4.241px 11.757px 0px rgba(88, 85, 81, 0.07), 0px 2.715px 7.119px 0px rgba(88, 85, 81, 0.06), 0px 1.347px 3.367px 0px rgba(88, 85, 81, 0.04);
  }
}
@media screen and (max-width: 480px) {
  .quiz-new__col {
    width: 270px;
  }
}

@media screen and (min-width: 1201px) {
  .quiz__nav-btn-before:hover {
    opacity: 0.8;
  }
  .quiz__nav-btn-after:hover {
    opacity: 0.8;
  }
  .quiz-new__btn:hover {
    background: #d80a00;
  }
  .quiz-new__result-btn:hover {
    background: #d80a00;
  }
  .quiz-new-age-slider__nav-btn:hover {
    opacity: 1;
  }
}

