@import url(../fonts/montserrat/stylesheet.css);
@import url(../fonts/bebas/stylesheet.css);
* {
  box-sizing: border-box;
  outline: none;
}
html {
  display: flex;
  flex-direction: column;
  min-height: 100%;
}
body {
  margin: 0;
  padding: 0;
  display: flex;
  flex: auto;
  flex-direction: column;
  font-family: 'Montserrat', sans-serif;
  background: #e0e9fd;
  color: #000;
  font-size: 16px;
}
img {
  border: 0;
}
h1,
.h1 {
  font-size: 40px;
  font-weight: normal;
  margin: 0 0 15px;
  padding: 0;
}
h2,
.h2 {
  font-size: 30px;
  font-weight: normal;
  margin: 0 0 15px;
  padding: 0;
}
h3,
.h3 {
  font-size: 20px;
  font-weight: normal;
  margin: 0 0 15px;
  padding: 0;
}
input,
textarea,
a,
button {
  outline: none;
}
a {
  color: #024e97;
  transition: all 0.3s ease;
}
a:hover {
  color: #024e97;
  text-decoration: none;
}
.clr {
  clear: both;
}
.col {
  vertical-align: top;
  display: inline-block;
}
main {
  flex: auto;
}
.dn {
  display: none;
}
.bg {
  position: absolute;
  top: 0;
  left: 0;
  background: #fff;
  width: 100%;
  line-height: 0;
}
.bg img {
  opacity: 0.58;
  width: 100%;
  margin-top: -30px;
}
.wrapper {
  position: relative;
  background: url(../img/circle@2x.png) no-repeat left -275px top 550px;
  background-size: 1160px auto;
  padding-bottom: 70px;
}
.logo {
  position: absolute;
  top: 42px;
  right: 65px;
  background: url(../img/logo@2x.png) no-repeat center / contain;
  width: 252px;
  height: 20px;
  z-index: 15;
}
.promo {
  padding: 150px 0 0 135px;
  color: #024e97;
  font-weight: bold;
  position: relative;
  z-index: 2;
  height: 640px;
}
.promo__title {
  font-size: 100px;
  line-height: 103px;
  text-transform: uppercase;
  margin-bottom: 50px;
}
.promo__title a {
  text-decoration: none;
}
.promo__text {
  font-size: 33px;
  line-height: 43px;
}
.promo:after {
  content: "";
  position: absolute;
  top: 2px;
  left: 770px;
  background: url(../img/pic/pic1.svg) no-repeat center / contain;
  width: 877px;
  height: 530px;
}
.ask {
  display: block;
  position: absolute;
  top: 660px;
  left: -13px;
  background: url(../img/cloud2@2x.png) no-repeat center / contain;
  width: 254px;
  height: 173px;
  padding: 60px 0 0 55px;
  z-index: 3;
  cursor: pointer;
  text-decoration: none;
}
.ask__icon {
  display: inline-block;
  position: absolute;
  top: -21px;
  left: 55px;
  background: url(../img/question.svg) no-repeat center / contain;
  width: 78px;
  height: 78px;
}
.ask__text {
  font-weight: bold;
  color: #fff;
  font-size: 17px;
  line-height: 20px;
}
.circle {
  position: absolute;
  top: 550px;
  width: 1160px;
  height: 1160px;
  background: url(../img/circle@2x.png) no-repeat center / contain;
  left: -275px;
  z-index: 1;
}
.why {
  width: 412px;
  height: 248px;
  position: absolute;
  right: 125px;
  top: 445px;
  background: url(../img/cloud1-2@2x.png) no-repeat center / contain;
  z-index: 4;
  color: #fff;
  padding: 35px 0 0 65px;
}
.why__title {
  font-size: 47px;
  line-height: 50px;
  font-weight: bold;
  color: #fff;
  margin-bottom: 10px;
  display: block;
  position: relative;
  z-index: 2;
}
.why__title:hover {
  color: #fff;
  text-decoration: underline #024e97;
}
.why__text {
  font-size: 30px;
  line-height: 37px;
  font-weight: 500;
}
.why:before {
  display: none;
  content: "";
  position: absolute;
  top: 55px;
  left: 115px;
  background: url(../img/i.png) no-repeat center / contain;
  width: 48px;
  height: 48px;
}
.why:after {
  z-index: 1;
  content: "";
  position: absolute;
  background: url(../img/leafs.svg) no-repeat left top / 282px auto;
  width: 193px;
  height: 292px;
  bottom: -25px;
  right: -125px;
}
.why-popup {
  font-size: 33px;
  line-height: 45px;
  font-weight: 500;
  color: #474747;
}
.why-popup__row {
  position: relative;
  padding: 90px 0 90px 403px;
}
.why-popup__row:first-child {
  text-align: right;
  padding-right: 387px;
  padding-left: 0;
  margin-bottom: -110px;
}
.why-popup__row:first-child .why-popup__img {
  left: auto;
  right: 0;
  width: 387px;
  text-align: left;
}
.why-popup__row:first-child .why-popup__img img {
  width: 269px;
}
.why-popup__img {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.why-popup__img img {
  width: 403px;
}
.why-popup__img .box {
  position: absolute;
  bottom: 10px;
  right: 10px;
}
.why-popup__btns {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.why-popup__btns .box {
  margin-left: 20px;
}
.box {
  display: inline-block;
  background: url(../img/ocilo@2x.png) no-repeat center / contain;
  width: 177px;
  height: 91px;
}
.fancybox-bg {
  background: none;
}
.fancybox-content {
  padding: 0 25px 45px;
  border-radius: 15px;
  box-shadow: 0 14px 38px rgba(100, 100, 100, 0.49);
}
.title {
  text-align: center;
  font-size: 38px;
  line-height: 42px;
  font-weight: bold;
  color: #024e97;
  position: relative;
  z-index: 10;
}
.yellow {
  color: #ffbf00;
}
.blue {
  color: #024e97;
}
.btn {
  display: inline-block;
  cursor: pointer;
  border: none;
  font-family: 'Montserrat', sans-serif;
  text-decoration: none;
  background: #e7a202;
  color: #fff;
  font-size: 33px;
  line-height: 33px;
  font-weight: bold;
  height: 80px;
  padding: 0 50px 5px;
  border-radius: 40px;
  transition: all 0.3s ease;
}
.btn:hover {
  text-decoration: none;
  color: #fff;
  background: #024e97;
}
.btn span {
  display: flex;
  align-items: center;
  height: 100%;
}
.btn--blue {
  background: #024e97;
}
.btn--blue:hover {
  background: #e7a202;
}
.btn--light {
  font-weight: 500;
  font-size: 20px;
  line-height: 20px;
  padding: 0 40px 5px;
}
.btn .icon {
  margin-left: 7px;
}
.icon {
  display: inline-block;
  background: no-repeat center / contain;
}
.icon--arrow {
  background-image: url(../img/arrow-right.png);
  width: 24px;
  height: 18px;
}
.questions {
  position: relative;
  z-index: 99;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 70px 150px;
  background: url(../img/line.svg) no-repeat center top 150px;
  background-size: 100% auto;
  background: none;
}
.questions--2 {
  background-image: url(../img/line2.svg);
}
.questions--steps {
  display: block;
  padding-top: 100px;
}
.question {
  width: 470px;
  background: #fff;
  padding: 40px 20px 40px 55px;
  border-radius: 15px;
  color: #616161;
  box-shadow: 0 0 0 13px #ffbf00;
  position: relative;
  margin: 13px 0 73px;
}
.question__title {
  font-size: 29px;
  line-height: 33px;
  font-weight: bold;
  margin-bottom: 20px;
}
.question__variants {
  color: #636363;
  font-weight: 500;
  font-size: 21px;
  line-height: 26px;
}
.question__answer {
  margin-top: 20px;
  padding-left: 25px;
  display: inline-block;
}
.question__answer > span {
  display: inline-block;
  float: left;
  margin-left: -25px;
}
.question__answer > span input {
  margin: 0;
}
.question-num {
  background: url(../img/bubble.png) no-repeat center / contain;
  width: 96px;
  height: 87px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 33px;
  color: #fff;
  position: absolute;
  top: -8px;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  z-index: 1;
}
.question-next {
  position: absolute;
  bottom: -8px;
  left: 50%;
  transform: translateX(-50%) translateY(50%);
  z-index: 1;
}
.question:first-child:after {
  display: none;
  content: "";
  position: absolute;
  background: url(../img/virus@2x.png) no-repeat center / contain;
  width: 75px;
  height: 92px;
  top: 80px;
  right: 0;
  transform: translateX(50%);
}
.question-result {
  margin-top: 40px;
  color: #024e97;
  font-size: 21px;
  line-height: 25px;
}
.question-result__title {
  margin-bottom: 10px;
  font-weight: bold;
}
.question-result__text {
  font-weight: 500;
}
.question-outer {
  position: relative;
}
.question-outer--hidden {
  display: none;
}
.question-outer--4 .question--step,
.question-outer--5 .question--step,
.question-outer--6 .question--step,
.question-outer--9 .question--step {
  width: 1100px;
}
.question-outer--4 .question--step .question-result,
.question-outer--5 .question--step .question-result,
.question-outer--6 .question--step .question-result,
.question-outer--9 .question--step .question-result {
  padding-left: 300px;
}
.question--step {
  overflow: hidden;
  width: 965px;
  margin: 0 auto;
  padding: 85px 20px 100px;
}
.question--step .question__title {
  text-align: center;
  font-size: 33px;
  line-height: 40px;
  margin-bottom: 40px;
}
.question--step .question__variants {
  font-size: 25px;
  line-height: 29px;
  display: flex;
  justify-content: center;
}
.question--step .question__answer {
  margin: 0 10px;
  padding: 7px 35px 7px 50px;
}
.question--step .question-result {
  padding-left: 240px;
  margin-top: 70px;
  position: relative;
  z-index: 2;
  font-size: 25px;
  line-height: 33px;
}
.question--step .question-result__title {
  text-transform: uppercase;
  margin-bottom: 10px;
}
.question--step .buy {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 20px;
}
.question--step .buy .box {
  margin-right: 10px;
}
p {
  margin: 0;
}
p + p {
  margin-top: 10px;
}
.btns {
  text-align: center;
  margin-bottom: 100px;
}
.btns--hidden {
  z-index: -99;
  visibility: hidden;
}
.block {
  position: relative;
  z-index: 99;
  width: 1050px;
  margin: 80px auto;
  border-radius: 18px;
  padding: 100px 0 40px;
  text-align: center;
  box-shadow: 0 0 0 13px #ffbf00;
  background: #fff;
  font-size: 29px;
  line-height: 37px;
  font-weight: bold;
  overflow: visible;
}
.block__title {
  text-transform: uppercase;
  color: #ffbf00;
  margin-bottom: 20px;
}
.block__text {
  color: #024e97;
  margin-bottom: 75px;
}
.block__info {
  font-size: 16px;
  line-height: 25px;
  color: #474747;
  font-weight: 500;
  margin-top: -45px;
  margin-bottom: 25px;
}
.block:after {
  position: absolute;
  content: "";
  background: url(../img/pic/pic7.svg) no-repeat center / contain;
  width: 568px;
  height: 573px;
  bottom: 0;
  right: -250px;
}
.block:before {
  position: absolute;
  content: "";
  background: url(../img/leaf.svg) no-repeat center top / 100% auto;
  width: 183px;
  height: 220px;
  bottom: 0;
  left: 163px;
}
.block--middle:before,
.block--middle:after {
  display: none;
}
.block--middle-top {
  margin-top: 250px;
}
.agree {
  width: 1000px;
  padding-left: 50px;
  margin: 45px auto;
}
.agree__check {
  font-size: 21px;
  line-height: 30px;
  margin-bottom: 20px;
  display: block;
}
.agree__input {
  float: left;
  margin-left: -50px;
}
.agree__text {
  font-size: 15px;
  line-height: 21px;
}
.again {
  text-align: center;
  margin: 45px auto;
}
.form {
  width: 560px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
.form__row {
  margin-bottom: 35px;
}
.form__row input,
.form__row textarea {
  width: 100%;
  border: 1px solid #606060;
  background: #fff;
  font-family: 'Montserrat', sans-serif;
  text-align: center;
  height: 75px;
  border-radius: 37px;
  color: #000;
  font-weight: 300;
  padding: 0 35px;
}
.form__row input::placeholder,
.form__row textarea::placeholder {
  color: #474747;
}
.form__row textarea {
  font-size: 22px;
  padding: 35px;
  height: 280px;
}
.doc2 {
  position: absolute;
  bottom: 0;
  left: 0;
  background: no-repeat center top / 100% auto;
}
.doc2--1 {
  background-image: url(../img/doc/01.svg);
  height: 368px;
  width: 258px;
  margin-left: -25px;
}
.doc2--2 {
  background-image: url(../img/doc/02.svg);
  height: 557px;
  width: 338px;
  margin-left: -91px;
  transform: scaleX(-1);
}
.doc2--3 {
  background-image: url(../img/doc/03.svg);
  height: 547px;
  width: 431px;
  margin-left: -128px;
}
.doc2--4 {
  background-image: url(../img/doc/04.svg);
  height: 400px;
  width: 372px;
  margin-left: -10px;
  transform: scaleX(-1);
}
.doc2--5 {
  background-image: url(../img/doc/05.svg);
  height: 450px;
  width: 284px;
  margin-left: -5px;
}
.doc2--6 {
  background-image: url(../img/doc/06.svg);
  height: 577px;
  width: 363px;
  margin-left: -48px;
}
.doc2--7 {
  background-image: url(../img/doc/07.svg);
  height: 340px;
  width: 250px;
  margin-left: -16px;
}
.doc2--8 {
  background-image: url(../img/doc/08.svg);
  height: 430px;
  width: 252px;
  margin-left: -35px;
}
.doc2--9 {
  background-image: url(../img/doc/09.svg);
  height: 525px;
  width: 354px;
  margin-left: -50px;
}
.doc {
  position: absolute;
  bottom: 0;
  right: 0;
  background: no-repeat center bottom / contain;
}
.doc--0 {
  left: -114px;
  background-image: url(../img/doc/00.png);
  width: 356px;
  height: 575px;
  right: auto;
}
.doc--1 {
  background-image: url(../img/doc/01.png);
  width: 146px;
  height: 240px;
  right: -52px;
}
.doc--2 {
  background-image: url(../img/doc/02.png);
  width: 186px;
  height: 213px;
  right: -65px;
  bottom: -3px;
}
.doc--3 {
  background-image: url(../img/doc/03.png);
  width: 135px;
  height: 208px;
  right: -55px;
}
.doc--4 {
  background-image: url(../img/doc/04.png);
  width: 156px;
  height: 237px;
  right: -63px;
}
.doc--5 {
  background-image: url(../img/doc/05.png);
  width: 122px;
  height: 219px;
  right: -38px;
}
.doc--6 {
  background-image: url(../img/doc/06.png);
  width: 157px;
  height: 237px;
  right: -58px;
}
.doc--7 {
  background-image: url(../img/doc/07.png);
  width: 145px;
  height: 243px;
  right: -39px;
}
.doc--8 {
  background-image: url(../img/doc/08.png);
  width: 142px;
  height: 243px;
  right: -44px;
}
.doc--9 {
  background-image: url(../img/doc/09.png);
  width: 135px;
  height: 197px;
  bottom: -1px;
  right: -39px;
}
.spacer {
  display: none;
  width: 0;
  float: right;
}
.spacer-after {
  display: none;
  width: 100px;
  height: 100px;
  float: right;
  clear: right;
}
.spacer-after--1 {
  height: 240px;
}
.spacer-after--2 {
  height: 213px;
}
.spacer-after--3 {
  height: 208px;
}
.spacer-after--4 {
  height: 237px;
}
.spacer-after--5 {
  height: 219px;
}
.spacer-after--6 {
  height: 237px;
}
.spacer-after--7 {
  height: 243px;
}
.spacer-after--8 {
  height: 243px;
}
.spacer-after--9 {
  height: 197px;
}
.answer {
  padding: 7px 35px 7px 50px;
  border-radius: 18px;
  margin-left: -25px;
  margin-top: 5px;
  position: relative;
}
.answer:before {
  content: "";
  position: absolute;
  left: 20px;
  top: 10px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: no-repeat center;
}
.answer--correct {
  background: #32ca22;
  color: #fff;
}
.answer--correct:before {
  background-color: #fff;
  background-image: url(../img/check@2x.png);
  background-size: 13px auto;
}
.answer--correct input {
  display: none;
}
.answer--wrong {
  background: #ff0000;
  color: #fff;
}
.answer--wrong:before {
  background-color: #fff;
  background-image: url(../img/cancel@2x.png);
  background-size: 13px auto;
}
.answer--wrong input {
  display: none;
}
.answer > span {
  width: 25px;
}
.human {
  display: inline-block;
  position: absolute;
  background: no-repeat center / contain;
}
.human--1 {
  background-image: url(../img/pic/pic4.svg);
  width: 258px;
  height: 408px;
  bottom: -59px;
  right: -66px;
}
.human--2 {
  background-image: url(../img/pic/pic6.svg);
  width: 291px;
  height: 416px;
  top: -310px;
  left: 10px;
}
.human--3 {
  background-image: url(../img/pic/pic5.svg);
  width: 328px;
  height: 476px;
  top: -50px;
  right: -235px;
}
.buy {
  text-align: center;
}
.buy .box {
  margin: 20px 0;
}
.doit {
  text-transform: uppercase;
  text-align: center;
  color: #024e97;
  font-size: 38px;
  line-height: 52px;
  font-weight: bold;
  margin-top: 50px;
  position: relative;
  z-index: 9;
}
.doit div {
  position: relative;
  display: inline-block;
}
.doit div:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 105%;
  background: url(../img/arrow.png) no-repeat center / contain;
  width: 90px;
  height: 78px;
}
footer {
  font-family: 'Bebas Neue', sans-serif;
  white-space: nowrap;
  overflow: hidden;
  text-align: center;
  font-size: 80px;
  text-transform: uppercase;
  color: rgba(86, 86, 86, 0.5);
  position: relative;
  z-index: 9;
  font-weight: 300;
  letter-spacing: -0.04em;
  margin-top: -70px;
}
.showMobile {
  display: none;
}
body {
  font-size: 0.83333333vw;
}
h1,
.h1 {
  font-size: 2.08333333vw;
  margin: 0 0 0.78125vw;
}
h2,
.h2 {
  font-size: 1.5625vw;
  margin: 0 0 0.78125vw;
}
h3,
.h3 {
  font-size: 1.04166667vw;
  margin: 0 0 0.78125vw;
}
.logo {
  top: 2.1875vw;
  right: 3.38541667vw;
  width: 13.125vw;
  height: 1.04166667vw;
}
.promo {
  padding: 7.8125vw 0 0 7.03125vw;
  height: 33.33333333vw;
}
.promo__title {
  font-size: 5.20833333vw;
  line-height: 5.36458333vw;
  margin-bottom: 2.60416667vw;
}
.promo__text {
  font-size: 1.71875vw;
  line-height: 2.23958333vw;
}
.promo:after {
  top: 0.10416667vw;
  left: 40.10416667vw;
  width: 45.67708333vw;
  height: 27.60416667vw;
}
.ask {
  top: 34.375vw;
  left: -0.67708333vw;
  width: 13.22916667vw;
  height: 9.01041667vw;
  padding: 3.125vw 0 0 2.86458333vw;
}
.ask__icon {
  top: -1.09375vw;
  left: 2.86458333vw;
  width: 4.0625vw;
  height: 4.0625vw;
}
.ask__text {
  font-size: 0.88541667vw;
  line-height: 1.04166667vw;
}
.circle {
  top: 28.64583333vw;
  width: 60.41666667vw;
  height: 60.41666667vw;
  left: -14.32291667vw;
}
.why {
  right: 6.51041667vw;
  width: 21.45833333vw;
  height: 12.91666667vw;
  top: 23.17708333vw;
  padding: 1.82291667vw 0 0 3.38541667vw;
}
.why__title {
  font-size: 2.44791667vw;
  line-height: 2.60416667vw;
  margin-bottom: 0.52083333vw;
}
.why__text {
  font-size: 1.5625vw;
  line-height: 1.92708333vw;
}
.why:before {
  top: 2.86458333vw;
  left: 5.98958333vw;
  width: 2.5vw;
  height: 2.5vw;
}
.why:after {
  background-size: 14.6875vw auto;
  width: 10.05208333vw;
  height: 15.20833333vw;
  bottom: -1.30208333vw;
  right: -6.51041667vw;
}
.why-popup {
  font-size: 1.71875vw;
  line-height: 2.34375vw;
}
.why-popup__row {
  padding: 4.6875vw 0 4.6875vw 20.98958333vw;
}
.why-popup__row:first-child {
  padding-right: 20.15625vw;
  padding-left: 0;
  margin-bottom: -5.72916667vw;
}
.why-popup__row:first-child .why-popup__img {
  width: 20.15625vw;
}
.why-popup__row:first-child .why-popup__img img {
  width: 14.01041667vw;
}
.why-popup__img img {
  width: 20.98958333vw;
}
.why-popup__img .box {
  bottom: 0.52083333vw;
  right: 0.52083333vw;
}
.why-popup__btns .box {
  margin-left: 1.04166667vw;
}
.bg img {
  margin-top: -1.5625vw;
}
.box {
  width: 9.21875vw;
  height: 4.73958333vw;
}
.fancybox-content {
  padding: 0 1.30208333vw 2.34375vw;
  border-radius: 0.78125vw;
  box-shadow: 0 0.72916667vw 1.97916667vw rgba(100, 100, 100, 0.49);
}
.title {
  font-size: 1.97916667vw;
  line-height: 2.1875vw;
}
.btn {
  font-size: 1.71875vw;
  line-height: 1.71875vw;
  height: 4.16666667vw;
  padding: 0 2.60416667vw 0.26041667vw;
  border-radius: 2.08333333vw;
}
.btn--light {
  font-size: 1.04166667vw;
  line-height: 1.04166667vw;
  padding: 0 2.08333333vw 0.26041667vw;
}
.btn .icon {
  margin-left: 0.36458333vw;
}
.icon--arrow {
  width: 1.25vw;
  height: 0.9375vw;
}
.questions {
  padding: 3.64583333vw 7.8125vw;
  background-position: center top 7.8125vw;
}
.questions--steps {
  padding-top: 5.20833333vw;
}
.question {
  width: 24.47916667vw;
  padding: 2.08333333vw 1.04166667vw 2.08333333vw 2.86458333vw;
  border-radius: 0.78125vw;
  box-shadow: 0 0 0 0.67708333vw #ffbf00;
  margin: 0.67708333vw 0 3.80208333vw;
}
.question__title {
  font-size: 1.51041667vw;
  line-height: 1.71875vw;
  margin-bottom: 1.04166667vw;
}
.question__variants {
  font-size: 1.09375vw;
  line-height: 1.35416667vw;
}
.question__answer {
  margin-top: 1.04166667vw;
  padding-left: 1.30208333vw;
}
.question__answer > span {
  margin-left: -1.30208333vw;
}
.question-num {
  width: 5vw;
  height: 4.53125vw;
  font-size: 1.71875vw;
  top: -0.41666667vw;
}
.question-next {
  bottom: -0.41666667vw;
}
.question:first-child:after {
  width: 3.90625vw;
  height: 4.79166667vw;
  top: 4.16666667vw;
}
.question-result {
  margin-top: 2.08333333vw;
  font-size: 1.09375vw;
  line-height: 1.30208333vw;
}
.question-result__title {
  margin-bottom: 0.52083333vw;
}
.question-outer--4 .question--step,
.question-outer--5 .question--step,
.question-outer--6 .question--step,
.question-outer--9 .question--step {
  width: 57.29166667vw;
}
.question-outer--4 .question--step .question-result,
.question-outer--5 .question--step .question-result,
.question-outer--6 .question--step .question-result,
.question-outer--9 .question--step .question-result {
  padding-left: 15.625vw;
}
.question--step {
  width: 50.26041667vw;
  margin: 0 auto;
  padding: 4.42708333vw 1.04166667vw 5.20833333vw;
}
.question--step .question__title {
  font-size: 1.71875vw;
  line-height: 2.08333333vw;
  margin-bottom: 2.08333333vw;
}
.question--step .question__variants {
  font-size: 1.30208333vw;
  line-height: 1.51041667vw;
}
.question--step .question__answer {
  margin: 0 0.52083333vw;
  padding: 0.36458333vw 1.82291667vw 0.36458333vw 2.60416667vw;
}
.question--step .question-result {
  padding-left: 12.5vw;
  margin-top: 3.64583333vw;
  font-size: 1.30208333vw;
  line-height: 1.71875vw;
}
.question--step .question-result__title {
  margin-bottom: 0.52083333vw;
}
.question--step .buy {
  margin-top: 1.04166667vw;
}
.question--step .buy .box {
  margin-right: 0.52083333vw;
}
p {
  margin: 0;
}
p + p {
  margin-top: 0.52083333vw;
}
.btns {
  margin-bottom: 5.20833333vw;
}
.block {
  width: 54.6875vw;
  margin: 4.16666667vw auto;
  border-radius: 0.9375vw;
  padding: 5.20833333vw 0 2.08333333vw;
  box-shadow: 0 0 0 0.67708333vw #ffbf00;
  font-size: 1.51041667vw;
  line-height: 1.92708333vw;
}
.block__title {
  margin-bottom: 1.04166667vw;
}
.block__text {
  margin-bottom: 3.90625vw;
}
.block__info {
  font-size: 0.83333333vw;
  line-height: 1.30208333vw;
  margin-top: -2.34375vw;
  margin-bottom: 1.30208333vw;
}
.block:after {
  width: 29.58333333vw;
  height: 29.84375vw;
  right: -13.02083333vw;
}
.block:before {
  width: 9.53125vw;
  height: 11.45833333vw;
  left: 8.48958333vw;
}
.block--middle-top {
  margin-top: 13.02083333vw;
}
.form {
  width: 29.16666667vw;
}
.form__row {
  margin-bottom: 1.82291667vw;
}
.form__row input,
.form__row textarea {
  height: 3.90625vw;
  border-radius: 1.92708333vw;
  padding: 0 1.82291667vw;
}
.form__row textarea {
  font-size: 1.14583333vw;
  padding: 1.82291667vw;
  height: 14.58333333vw;
}
.doc2--1 {
  height: 19.16666667vw;
  width: 13.4375vw;
  margin-left: -1.30208333vw;
}
.doc2--2 {
  height: 29.01041667vw;
  width: 17.60416667vw;
  margin-left: -4.73958333vw;
}
.doc2--3 {
  height: 28.48958333vw;
  width: 22.44791667vw;
  margin-left: -6.66666667vw;
}
.doc2--4 {
  height: 20.83333333vw;
  width: 19.375vw;
  margin-left: -0.52083333vw;
}
.doc2--5 {
  height: 23.4375vw;
  width: 14.79166667vw;
  margin-left: -0.26041667vw;
}
.doc2--6 {
  height: 30.05208333vw;
  width: 18.90625vw;
  margin-left: -2.5vw;
}
.doc2--7 {
  height: 17.70833333vw;
  width: 13.02083333vw;
  margin-left: -0.83333333vw;
}
.doc2--8 {
  height: 22.39583333vw;
  width: 13.125vw;
  margin-left: -1.82291667vw;
}
.doc2--9 {
  height: 27.34375vw;
  width: 18.4375vw;
  margin-left: -2.60416667vw;
}
.doc--0 {
  left: -5.9375vw;
  width: 18.54166667vw;
  height: 29.94791667vw;
  right: auto;
}
.doc--1 {
  width: 7.60416667vw;
  height: 12.5vw;
  right: -2.70833333vw;
}
.doc--2 {
  width: 9.6875vw;
  height: 11.09375vw;
  right: -3.38541667vw;
  bottom: -0.15625vw;
}
.doc--3 {
  width: 7.03125vw;
  height: 10.83333333vw;
  right: -2.86458333vw;
}
.doc--4 {
  width: 8.125vw;
  height: 12.34375vw;
  right: -3.28125vw;
}
.doc--5 {
  width: 6.35416667vw;
  height: 11.40625vw;
  right: -1.97916667vw;
}
.doc--6 {
  width: 8.17708333vw;
  height: 12.34375vw;
  right: -3.02083333vw;
}
.doc--7 {
  width: 7.55208333vw;
  height: 12.65625vw;
  right: -2.03125vw;
}
.doc--8 {
  width: 7.39583333vw;
  height: 12.65625vw;
  right: -2.29166667vw;
}
.doc--9 {
  width: 7.03125vw;
  height: 10.26041667vw;
  right: -2.03125vw;
}
.spacer-after {
  width: 5.20833333vw;
  height: 5.20833333vw;
}
.spacer-after--1 {
  height: 12.5vw;
}
.spacer-after--2 {
  height: 11.09375vw;
}
.spacer-after--3 {
  height: 10.83333333vw;
}
.spacer-after--4 {
  height: 12.34375vw;
}
.spacer-after--5 {
  height: 11.40625vw;
}
.spacer-after--6 {
  height: 12.34375vw;
}
.spacer-after--7 {
  height: 12.65625vw;
}
.spacer-after--8 {
  height: 12.65625vw;
}
.spacer-after--9 {
  height: 10.26041667vw;
}
.answer {
  padding: 0.36458333vw 1.82291667vw 0.36458333vw 2.60416667vw;
  border-radius: 0.9375vw;
  margin-left: -1.30208333vw;
  margin-top: 0.26041667vw;
}
.answer:before {
  left: 1.04166667vw;
  top: 0.52083333vw;
  width: 1.04166667vw;
  height: 1.04166667vw;
}
.answer--correct:before {
  background-size: 0.67708333vw auto;
}
.answer--wrong:before {
  background-size: 0.67708333vw auto;
}
.answer > span {
  width: 1.30208333vw;
}
.wrapper {
  background-position: left -14.32291667vw top 28.64583333vw;
  background-size: 60.41666667vw auto;
  padding-bottom: 3.64583333vw;
}
.human--1 {
  width: 13.4375vw;
  height: 21.25vw;
  bottom: -3.07291667vw;
  right: -3.4375vw;
}
.human--2 {
  width: 15.15625vw;
  height: 21.66666667vw;
  top: -16.14583333vw;
  left: 0.52083333vw;
}
.human--3 {
  width: 17.08333333vw;
  height: 24.79166667vw;
  top: -2.60416667vw;
  right: -12.23958333vw;
}
.buy .box {
  margin: 1.04166667vw 0;
}
.doit {
  font-size: 1.97916667vw;
  line-height: 2.70833333vw;
  margin-top: 2.60416667vw;
}
.doit div:after {
  width: 4.6875vw;
  height: 4.0625vw;
}
footer {
  font-size: 4.16666667vw;
  margin-top: -3.64583333vw;
}
.agree {
  width: 52.08333333vw;
  padding-left: 2.60416667vw;
  margin: 2.34375vw auto;
}
.agree__check {
  font-size: 1.09375vw;
  line-height: 1.5625vw;
  margin-bottom: 1.04166667vw;
}
.agree__input {
  margin-left: -2.60416667vw;
}
.agree__text {
  font-size: 0.78125vw;
  line-height: 1.09375vw;
}
.again {
  margin: 2.34375vw auto;
}
@media only screen and (max-width: 767px) {
  .showDesktop {
    display: none!important;
  }
  .showMobile {
    display: initial;
  }
  body {
    font-size: 16px;
  }
  .logo {
    top: 10px;
    right: 14px;
    width: 101px;
    height: 8px;
  }
  .wrapper {
    width: 100%;
    overflow: hidden;
    padding-bottom: 50px;
  }
  .circle {
    display: none;
  }
  .bg:after {
    content: "";
    position: absolute;
    background: url(../img/cloud.svg) no-repeat center / contain;
    width: 107px;
    height: 24px;
    top: -20px;
    right: 8px;
  }
  .promo {
    padding: 35px 0 50px 14px;
    height: auto;
  }
  .promo__title {
    font-size: 31px;
    line-height: 32px;
    margin-bottom: 10px;
  }
  .promo__text {
    font-size: 18px;
    line-height: 22px;
  }
  .promo:after {
    width: 245px;
    background-size: 292px auto;
    background-position: left center;
    height: 176px;
    left: auto;
    top: 100px;
    right: 0;
  }
  .ask {
    position: relative;
    top: auto;
    left: auto;
    padding: 70px 0 0 63px;
    width: 302px;
    height: 208px;
    margin: 80px auto 50px;
  }
  .ask__icon {
    top: -30px;
    left: 63px;
    width: 94px;
    height: 94px;
  }
  .ask__text {
    font-size: 20px;
    line-height: 25px;
  }
  .why {
    width: 202px;
    height: 124px;
    position: relative;
    right: auto;
    top: auto;
    padding: 16px 0 0 25px  ;
    margin: 0 0 45px 37px;
  }
  .why__title {
    font-size: 23px;
    line-height: 24px;
    margin-bottom: 5px;
  }
  .why__text {
    font-size: 15px;
    line-height: 18px;
  }
  .why:before {
    top: 23px;
    left: 50px;
    width: 20px;
    height: 20px;
  }
  .why:after {
    background-size: contain;
    width: 121px;
    height: 123px;
    bottom: -9px;
    right: -87px;
  }
  .why-popup {
    font-size: 15px;
    line-height: 19px;
  }
  .why-popup__row {
    text-align: center;
    padding: 14px;
  }
  .why-popup__row:first-child {
    padding: 14px;
    text-align: center;
    margin: 0;
  }
  .why-popup__row:first-child .why-popup__img {
    left: auto;
    right: auto;
    width: 100%;
    text-align: center;
  }
  .why-popup__row:first-child .why-popup__img img {
    width: auto;
    height: 75px;
  }
  .why-popup__row br {
    display: none;
  }
  .why-popup__img {
    position: relative;
    top: auto;
    left: auto;
    transform: none;
  }
  .why-popup__img img {
    width: auto;
    height: 75px;
  }
  .why-popup__img .box {
    bottom: -5px;
    right: 10px;
  }
  .why-popup__btns {
    flex-direction: column-reverse;
  }
  .why-popup__btns .box {
    margin-bottom: 10px;
  }
  .box {
    width: 100px;
    height: 51px;
  }
  .btn {
    font-size: 18px;
    line-height: 20;
    height: auto;
    min-height: 48px;
    padding: 12px 20px 14px;
    border-radius: 24px;
  }
  .btn--light {
    font-size: 12px;
    line-height: 12px;
    padding: 16px 20px 17px;
  }
  .btn .icon {
    margin-left: 5px;
  }
  .icon--arrow {
    width: 16px;
    height: 13px;
  }
  .fancybox-content {
    padding: 0 14px 20px;
    border-radius: 20px;
    box-shadow: 0 14px 38px rgba(100, 100, 100, 0.49);
  }
  .title {
    font-size: 25px;
    line-height: 31px;
  }
  .block {
    width: 280px;
    margin: 170px auto 50px;
    border-radius: 18px;
    padding: 40px 18px 20px;
    box-shadow: 0 0 0 5px #ffbf00;
    font-size: 17px;
    line-height: 21px;
    text-align: left;
  }
  .block__title {
    margin-bottom: 10px;
  }
  .block__text {
    margin-bottom: 20px;
  }
  .block__info {
    font-size: 14px;
    line-height: 20px;
    margin-top: 30px;
    margin-bottom: 15px;
  }
  .block:after {
    height: 141px;
    bottom: auto;
    right: -20px;
    top: 30px;
    width: 110px;
    background-size: 139px auto;
    background-position: left center;
    background-image: url(../img/pic/pic7-2.svg);
  }
  .block:before {
    left: 30px;
    width: 40px;
    height: 30px;
  }
  .block--middle {
    text-align: center;
  }
  .block--middle:before,
  .block--middle:after {
    display: none;
  }
  .form {
    width: 100%;
  }
  .form__row {
    margin-bottom: 10px;
  }
  .form__row input,
  .form__row textarea {
    height: 40px;
    border-radius: 20px;
    font-size: 15px;
    padding: 0 10px;
  }
  .form__row textarea {
    font-size: 15px;
    padding: 10px;
    height: 130px;
  }
  .form__row--btns {
    text-align: center;
    margin-top: 25px;
  }
  .doc--0 {
    background-image: url(../img/doc/00-2.png);
    width: 79px;
    height: 119px;
    left: -25px;
    bottom: -25px;
  }
  .doc--1 {
    width: 103px;
    height: 170px;
    right: -36px;
  }
  .doc--2 {
    width: 135px;
    height: 155px;
    right: -14px;
    bottom: -3px;
  }
  .doc--3 {
    width: 105px;
    height: 163px;
    right: -43px;
  }
  .doc--4 {
    width: 110px;
    height: 168px;
    right: -45px;
  }
  .doc--5 {
    width: 79px;
    height: 143px;
    right: -24px;
  }
  .doc--6 {
    background-image: url(../img/doc/06-2.png);
    width: 86px;
    height: 128px;
    right: -25px;
    bottom: -9px;
  }
  .doc--7 {
    width: 100px;
    height: 169px;
    right: -27px;
  }
  .doc--8 {
    width: 106px;
    height: 183px;
    right: -32px;
  }
  .doc--9 {
    width: 111px;
    height: 163px;
    bottom: -1px;
    right: -43px;
  }
  .human--1 {
    width: 106px;
    height: 167px;
    bottom: auto;
    right: -13px;
    top: -147px;
  }
  .human--2 {
    width: 143px;
    height: 204px;
    top: -150px;
    left: -15px;
  }
  .human--3 {
    width: 170px;
    height: 246px;
    transform: rotate(-90deg);
    top: -158px;
    right: 72px;
  }
  .buy .box {
    margin: 10px 0;
  }
  .questions {
    padding: 70px 20px 20px;
    background: none;
    display: block;
  }
  .questions--2 {
    background: none;
  }
  .question {
    width: 100%;
    padding: 15px 18px 20px;
    border-radius: 15px;
    box-shadow: 0 0 0 5px #ffbf00;
    margin: 5px 0 27px;
  }
  .question__title {
    font-size: 17px;
    line-height: 21px;
    margin-bottom: 5px;
  }
  .question__variants {
    font-size: 19px;
    line-height: 21px;
  }
  .question__answer {
    margin-top: 15px;
    padding-left: 25px;
  }
  .question__answer > span {
    margin-left: -25px;
  }
  .question-num {
    width: 51px;
    height: 46px;
    left: 15px;
    transform: translateY(-50%);
    font-size: 19px;
    top: -4px;
  }
  .question-next {
    bottom: -4px;
  }
  .question:first-child:after {
    display: none;
  }
  .question-result {
    margin-top: 20px;
    font-size: 14px;
    line-height: 20px;
  }
  .question-result__title {
    margin-bottom: 10px;
  }
  .question-outer--4 .question--step,
  .question-outer--5 .question--step,
  .question-outer--6 .question--step,
  .question-outer--9 .question--step {
    width: 100%;
  }
  .question-outer--4 .question--step .question-result,
  .question-outer--5 .question--step .question-result,
  .question-outer--6 .question--step .question-result,
  .question-outer--9 .question--step .question-result {
    padding-left: 0;
  }
  .question--step {
    width: 100%;
    padding: 30px 20px 50px;
  }
  .question--step .question__title {
    text-align: left;
    font-size: 17px;
    line-height: 21px;
    margin-bottom: 15px;
  }
  .question--step .question__variants {
    font-size: 19px;
    line-height: 21px;
    display: block;
  }
  .question--step .question__answer {
    margin: 5px 0 0 0;
    padding: 7px 35px 7px 40px;
  }
  .question--step .question-result {
    padding-left: 0;
    margin-top: 30px;
    font-size: 14px;
    line-height: 20px;
  }
  .question--step .question-result__title {
    margin-bottom: 10px;
  }
  .question--step .buy {
    margin-top: 10px;
    flex-direction: column;
    align-items: flex-start;
  }
  .question--step .buy .box {
    margin-right: 0;
    margin-bottom: 10px;
  }
  p {
    margin: 0;
  }
  p + p {
    margin-top: 10px;
  }
  .btns {
    margin-bottom: 50px;
  }
  .answer {
    padding: 7px 40px 7px 40px;
    border-radius: 18px;
    margin-left: -10px;
    margin-top: 10px;
  }
  .answer:before {
    left: 10px;
    top: 8px;
    width: 20px;
    height: 20px;
  }
  .answer--correct:before {
    background-size: 13px auto;
  }
  .answer--wrong:before {
    background-size: 13px auto;
  }
  .answer > span {
    width: 25px;
  }
  .spacer {
    display: block;
  }
  .spacer-after {
    display: block;
    width: 60px;
    height: 100px;
  }
  .spacer-after--1 {
    height: 130px;
  }
  .spacer-after--2 {
    height: 115px;
  }
  .spacer-after--3 {
    height: 123px;
  }
  .spacer-after--4 {
    height: 128px;
  }
  .spacer-after--5 {
    height: 103px;
  }
  .spacer-after--6 {
    height: 828px;
  }
  .spacer-after--7 {
    height: 129px;
  }
  .spacer-after--8 {
    height: 143px;
  }
  .spacer-after--9 {
    height: 123px;
  }
  .doit {
    font-size: 25px;
    line-height: 34px;
    margin-top: 15px;
  }
  .doit div:after {
    background-image: url(../img/arrow2.png);
    width: 38px;
    height: 64px;
    top: 30%;
    left: 100%;
  }
  footer {
    font-size: 26px;
    line-height: 27px;
    letter-spacing: -0.05em;
    margin-top: -50px;
  }
  .agree {
    width: 100%;
    padding: 0 14px;
    margin: 30px auto 20px;
  }
  .agree__check {
    font-size: 14px;
    line-height: 21px;
    margin-bottom: 20px;
    display: block;
  }
  .agree__input {
    float: none;
    text-align: center;
    margin: 0 auto 20px;
  }
  .agree__text {
    font-size: 10px;
    line-height: 14px;
  }
  .again {
    text-align: center;
    margin: 30px auto;
  }
  body {
    font-size: 5vw;
  }
  .logo {
    top: 3.125vw;
    right: 4.375vw;
    width: 31.5625vw;
    height: 2.5vw;
  }
  .bg:after {
    width: 33.4375vw;
    height: 7.5vw;
    top: -6.25vw;
    right: 2.5vw;
  }
  .promo {
    padding: 10.9375vw 0 15.625vw 4.375vw;
  }
  .promo__title {
    font-size: 9.6875vw;
    line-height: 10vw;
    margin-bottom: 3.125vw;
  }
  .promo__text {
    font-size: 5.625vw;
    line-height: 6.875vw;
  }
  .promo:after {
    width: 76.5625vw;
    background-size: 91.25vw auto;
    height: 55vw;
    left: auto;
    top: 31.25vw;
    right: 0;
  }
  .ask {
    padding: 21.875vw 0 0 19.6875vw;
    width: 94.375vw;
    height: 65vw;
    margin: 25vw auto 15.625vw;
  }
  .ask__icon {
    top: -9.375vw;
    left: 19.6875vw;
    width: 29.375vw;
    height: 29.375vw;
  }
  .ask__text {
    font-size: 6.25vw;
    line-height: 7.8125vw;
  }
  .why {
    width: 63.125vw;
    height: 38.75vw;
    padding: 5vw 0 0 7.8125vw;
    margin: 0 0 14.0625vw 11.5625vw;
  }
  .why__title {
    font-size: 7.1875vw;
    line-height: 7.5vw;
    margin-bottom: 1.5625vw;
  }
  .why__text {
    font-size: 4.6875vw;
    line-height: 5.625vw;
  }
  .why:before {
    top: 7.1875vw;
    left: 15.625vw;
    width: 6.25vw;
    height: 6.25vw;
  }
  .why:after {
    width: 37.8125vw;
    height: 38.4375vw;
    bottom: -2.8125vw;
    right: -27.1875vw;
  }
  .why-popup {
    font-size: 4.6875vw;
    line-height: 5.9375vw;
  }
  .why-popup__row {
    padding: 4.375vw;
  }
  .why-popup__row:first-child {
    padding: 4.375vw;
    margin: 0;
  }
  .why-popup__row:first-child .why-popup__img img {
    height: 23.4375vw;
  }
  .why-popup__img img {
    height: 23.4375vw;
  }
  .why-popup__img .box {
    bottom: -1.5625vw;
    right: 3.125vw;
  }
  .why-popup__btns .box {
    margin-bottom: 3.125vw;
  }
  .box {
    width: 31.25vw;
    height: 15.9375vw;
  }
  .btn {
    font-size: 6.25vw;
    line-height: 6.25vw;
    min-height: 15vw;
    padding: 3.75vw 6.25vw 4.375vw;
    border-radius: 7.5vw;
  }
  .btn--light {
    font-size: 3.75vw;
    line-height: 3.75vw;
    padding: 5vw 6.25vw 5.3125vw;
  }
  .btn .icon {
    margin-left: 1.5625vw;
  }
  .icon--arrow {
    width: 5vw;
    height: 4.0625vw;
  }
  .fancybox-content {
    padding: 0 4.375vw 6.25vw;
    border-radius: 6.25vw;
    box-shadow: 0 4.375vw 11.875vw rgba(100, 100, 100, 0.49);
  }
  .title {
    font-size: 7.8125vw;
    line-height: 9.6875vw;
  }
  .block {
    width: 87.5vw;
    margin: 53.125vw auto 15.625vw;
    border-radius: 5.625vw;
    padding: 12.5vw 5.625vw 6.25vw;
    box-shadow: 0 0 0 1.5625vw #ffbf00;
    font-size: 5.3125vw;
    line-height: 6.5625vw;
  }
  .block__title {
    margin-bottom: 3.125vw;
  }
  .block__text {
    margin-bottom: 6.25vw;
  }
  .block__info {
    font-size: 4.375vw;
    line-height: 6.25vw;
    margin-top: 9.375vw;
    margin-bottom: 4.6875vw;
  }
  .block:after {
    height: 44.0625vw;
    bottom: auto;
    right: -6.25vw;
    top: 9.375vw;
    width: 34.375vw;
    background-size: 43.4375vw auto;
  }
  .block:before {
    left: 9.375vw;
    width: 12.5vw;
    height: 9.375vw;
  }
  .form__row {
    margin-bottom: 3.125vw;
  }
  .form__row input,
  .form__row textarea {
    height: 12.5vw;
    border-radius: 6.25vw;
    font-size: 4.6875vw;
    padding: 0 3.125vw;
  }
  .form__row textarea {
    font-size: 4.6875vw;
    padding: 3.125vw;
    height: 40.625vw;
  }
  .form__row--btns {
    margin-top: 7.8125vw;
  }
  .doc--0 {
    width: 24.6875vw;
    height: 37.1875vw;
    left: -7.8125vw;
    bottom: -7.8125vw;
  }
  .doc--1 {
    width: 32.1875vw;
    height: 53.125vw;
    right: -11.25vw;
  }
  .doc--2 {
    width: 42.1875vw;
    height: 48.4375vw;
    right: -4.375vw;
    bottom: -0.9375vw;
  }
  .doc--3 {
    width: 32.8125vw;
    height: 50.9375vw;
    right: -13.4375vw;
  }
  .doc--4 {
    width: 34.375vw;
    height: 52.5vw;
    right: -14.0625vw;
  }
  .doc--5 {
    width: 24.6875vw;
    height: 44.6875vw;
    right: -7.5vw;
  }
  .doc--6 {
    width: 26.875vw;
    height: 40vw;
    right: -7.8125vw;
    bottom: -2.8125vw;
  }
  .doc--7 {
    width: 31.25vw;
    height: 52.8125vw;
    right: -8.4375vw;
  }
  .doc--8 {
    width: 33.125vw;
    height: 57.1875vw;
    right: -10vw;
  }
  .doc--9 {
    width: 34.6875vw;
    height: 50.9375vw;
    bottom: -0.3125vw;
    right: -13.4375vw;
  }
  .human--1 {
    width: 33.125vw;
    height: 52.1875vw;
    bottom: auto;
    right: -4.0625vw;
    top: -45.9375vw;
  }
  .human--2 {
    width: 44.6875vw;
    height: 63.75vw;
    top: -46.875vw;
    left: -4.6875vw;
  }
  .human--3 {
    width: 53.125vw;
    height: 76.875vw;
    top: -49.375vw;
    right: 22.5vw;
  }
  .buy .box {
    margin-right: 0;
    margin-bottom: 3.125vw;
  }
  .questions {
    padding: 21.875vw 6.25vw 6.25vw;
  }
  .question {
    width: 100%;
    padding: 4.6875vw 5.625vw 6.25vw;
    border-radius: 4.6875vw;
    box-shadow: 0 0 0 1.5625vw #ffbf00;
    margin: 1.5625vw 0 8.4375vw;
  }
  .question__title {
    font-size: 5.3125vw;
    line-height: 6.5625vw;
    margin-bottom: 1.5625vw;
  }
  .question__variants {
    font-size: 5.9375vw;
    line-height: 6.5625vw;
  }
  .question__answer {
    margin-top: 4.6875vw;
    padding-left: 7.8125vw;
  }
  .question__answer > span {
    margin-left: -7.8125vw;
  }
  .question-num {
    width: 15.9375vw;
    height: 14.375vw;
    font-size: 5.9375vw;
    top: -1.25vw;
    left: 4.6875vw;
  }
  .question-next {
    bottom: -1.25vw;
  }
  .question-result {
    margin-top: 6.25vw;
    font-size: 4.375vw;
    line-height: 6.25vw;
  }
  .question-result__title {
    margin-bottom: 3.125vw;
  }
  .question--step {
    padding: 9.375vw 6.25vw 15.625vw;
  }
  .question--step .question__title {
    font-size: 5.3125vw;
    line-height: 6.5625vw;
    margin-bottom: 4.6875vw;
  }
  .question--step .question__variants {
    font-size: 5.9375vw;
    line-height: 6.5625vw;
    display: block;
  }
  .question--step .question__answer {
    margin: 1.5625vw 0 0 0;
    padding: 2.1875vw 10.9375vw 2.1875vw 12.5vw;
  }
  .question--step .question-result {
    padding-left: 0;
    margin-top: 9.375vw;
    font-size: 4.375vw;
    line-height: 6.25vw;
  }
  .question--step .question-result__title {
    margin-bottom: 3.125vw;
  }
  .question--step .buy {
    margin-top: 3.125vw;
  }
  .question--step .buy .box {
    margin-right: 3.125vw;
  }
  p {
    margin: 0;
  }
  p + p {
    margin-top: 3.125vw;
  }
  .btns {
    margin-bottom: 15.625vw;
  }
  .answer {
    padding: 2.1875vw 12.5vw 2.1875vw 12.5vw;
    border-radius: 5.625vw;
    margin-left: -3.125vw;
    margin-top: 3.125vw;
  }
  .answer:before {
    left: 3.125vw;
    top: 2.5vw;
    width: 6.25vw;
    height: 6.25vw;
  }
  .answer--correct:before {
    background-size: 4.0625vw auto;
  }
  .answer--wrong:before {
    background-size: 4.0625vw auto;
  }
  .answer > span {
    width: 7.8125vw;
  }
  .spacer-after {
    width: 18.75vw;
    height: 31.25vw;
  }
  .spacer-after--1 {
    height: 40.625vw;
  }
  .spacer-after--2 {
    height: 35.9375vw;
  }
  .spacer-after--3 {
    height: 38.4375vw;
  }
  .spacer-after--4 {
    height: 40vw;
  }
  .spacer-after--5 {
    height: 32.1875vw;
  }
  .spacer-after--6 {
    height: 27.5vw;
  }
  .spacer-after--7 {
    height: 40.3125vw;
  }
  .spacer-after--8 {
    height: 44.6875vw;
  }
  .spacer-after--9 {
    height: 38.4375vw;
  }
  .doit {
    font-size: 7.8125vw;
    line-height: 10.625vw;
    margin-top: 4.6875vw;
  }
  .doit div:after {
    width: 11.875vw;
    height: 20vw;
  }
  .wrapper {
    padding-bottom: 15.625vw;
  }
  footer {
    font-size: 8.125vw;
    line-height: 8.4375vw;
    margin-top: -15.625vw;
  }
  .agree {
    padding: 0 4.375vw;
    margin: 9.375vw auto 6.25vw;
  }
  .agree__check {
    font-size: 4.375vw;
    line-height: 6.5625vw;
    margin-bottom: 6.25vw;
  }
  .agree__input {
    margin: 0 auto 6.25vw;
  }
  .agree__text {
    font-size: 3.125vw;
    line-height: 4.375vw;
  }
  .again {
    margin: 9.375vw auto;
  }
}
/*# sourceMappingURL=style.css.map */