@import url('../css2');
@import url("normalize.css");
@import url("jquery.fancybox.css");
@import url("grid.css");

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  outline: none;
}

*,*:before,*:after { -webkit-box-sizing:border-box;box-sizing:border-box; }
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; }
ol, ul { list-style: none; }
blockquote, q { quotes: none; }
blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; }
b, strong { font-weight: bold; }
input { outline: none; }
input:focus,textarea:focus{-webkit-box-shadow:none;box-shadow:none;}
table { border-collapse: collapse; border-spacing: 0; }
img { border: 0; max-width: 100%; vertical-align: top;}
iframe{ border:0; }
a { text-decoration: none; 	-webkit-transition:opacity .3s ease-out; -o-transition:opacity .3s ease-out; transition:opacity .3s ease-out; }
a:hover { text-decoration: none; }
*:focus{outline:none}

body {
	font-family: 'Montserrat', sans-serif;
	font-size:14px;
	font-weight:normal;
	color:#000000;
	/* background:#FFF; */
	margin:0 auto;
	padding:0;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	overflow-x: hidden;
	position: relative;
	background: linear-gradient(90deg, rgb(22, 33, 62), #1c211f 34.95%,#1b1c1c 50.54%,#1c211f 67.74%, rgba(46,82,9,.99));
}


/*** GLOBAL ***/


.btn {
  padding: 21px 55px;
  display: inline-block;
  vertical-align: top;
  text-align: center;
  cursor: pointer;
  color: #ffffff;
  font-size: 18px;
  font-family: 'gilroy',Arial,sans-serif;
  line-height: 1.55;
  font-weight: 600;
  letter-spacing: 0.5px;
  border-width: 0px;
  border-radius: 15px;
  background-color: #faaa0d;
  background-position: center center;
  border-color: transparent;
  border-style: solid;
  transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, border-color 0.2s ease-in-out;
  box-shadow: 0 5px 0 #d39f4e, 0 20px 50px -20px #d39f4e;
}
.btn:hover{
  background-color: #ffc24b;
}
.btn.disabled {
	pointer-events: none;
	opacity: .5;
}
.main-block p.text2{
  border:1px solid #ffa600b3;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  font-size: 24px;
  font-weight: bold;
  color: #ffffff;
  padding: 10px;
  display: inline;
}
.btn b {
  display: block;
  font-weight: bold;
  font-size: 24px;
  line-height: 140%;
  color: #ffffff;
}

.btn span {
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  color: #ffffff;
  display: flex;
  align-items: center;
}

.btn span svg {
  margin-right: 7px;
  width: 26px;
  height: 26px;
  vertical-align: middle;
}

.btn-border {
  background: transparent;
  border: 3px solid #faaa0d;
  text-transform: uppercase;
  color: #ffffff;
  padding: 15px 30px;
  box-shadow: none;
}

.btn-border:hover {
  background: #faaa0d;
  color: #fff;
}

/*** HEADER ***/


header {
  padding: 18px 0;
}

.header-block {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.header-block .logo {
  /* margin-right: 70px; */
}

.header-block .adress {
  display: flex;
  align-items: center;
  font-size: 16px;
  line-height: 140%;
  color: #ffffff;
  /* margin-right: 29px; */
}

.header-block .adress svg {
  width: 40px;
  height: 40px;
  fill: #faaa0d;
	margin-right: 15px;
}

.header-block .control {
  /* margin-left: auto; */
  /* margin-right: 51px; */
}

.header-block .phone-block .phone {
  font-size: 28px;
  line-height: 33px;
  color: #ffffff;
  margin: 0 0 3px;
	font-weight: bold;
}

.header-block .phone-block .time {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  font-size: 12px;
  line-height: 14px;
  color: #ffffff;
}

.header-block .phone-block .time:before {
  content: "";
  background: #0fe73f;
  width: 8px;
  height: 8px;
  border-radius: 50px;
  margin-right: 5px;
}



/*** MAIN ***/


.wrapper {
  overflow: hidden;
  background-size: cover;
  z-index: 10;
  position: relative;
  margin: 0 0 30px;
}
.wrapper:after{
  /* content: ''; */
  background: url(../images/sky.png) top center no-repeat;
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  height: 240px;
  background-size: cover;
}
.main {
  padding: 30px 0;
  position: relative;
}

.main-block {
  position: relative;
}

.main .main-block > .image {
  position: absolute;
  right: -50px;
  top: 40px;
  pointer-events: none;
}

.main-block .info > .title {
  color: #ffffff;
  font-weight: bold;
  font-size: 50px;
  line-height: 120%;
  margin: 40px 0 30px;
  position: relative;
  z-index: 5;
  width: 1050px;
}

.main-block .info .title span {
  color: #f6d365;
}

 mark {
  background: transparent;
  position: relative;
  color: #fff;
  border-radius: 10px;
    background-color: #f6d365;
  display: inline-block;
  vertical-align: top;
  padding: 20px 30px;
  margin-bottom: 20px;
  font-size: 32px;
  font-weight: bold;
}


.main-block .info .price {
  font-size: 24px;
  line-height: 140%;
  color: #ffffff;
  margin: 0 0 20px;
  font-weight: bold;
}
.main-block .info .price b{
  color: rgb(224, 0, 0);
}
.main-block .info .price del{
  color: #56698c;
}
.main-block .info .text {
  width: 500px;
  font-size: 16px;
  line-height: 140%;
  color: #ffffff;
  margin: 0 0 47px;
}
.main-block .info .text b{
  color: rgb(92, 194, 234);
}
.main-block .info .controls {
  margin: 0 0 92px;
  display: inline-block;
  vertical-align: top;
  position: relative;
}

.main-block .info .controls:after {
  content: "";
  width: 260px;
  height: 220px;
  background: url(../images/calc.png) no-repeat center center;
  position: absolute;
  left: 89%;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  margin: 16px 0 0;
	pointer-events: none;
}

.main-block .info .presents .title {
  margin: 0 0 17px;
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
  color: #ffffff;
}
.main-block .title strong {
  margin: 15px 0;
  font-weight: normal;
  font-size: 24px;
  line-height: 32px;
  color: #ffffff;
  display: block;
  width: 75%;
}
.main-block .info .presents .items {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-evenly;
}

.main-block .info .presents .items .item {
  display: flex;
  align-items: center;
  background: linear-gradient(135deg, rgba(43, 43, 43, 0.51) 0%, rgba(57, 44, 27, 0.5) 22.04%, rgba(69, 49, 24, 0.5) 83.87%, rgba(48, 27, 1, 0.5) 97.85%, rgba(133, 73, 0, 0.5) 100%, #a85c00 100%);
  width: 418px;
  max-width: 100%;
  border-width: 10px;
  border-radius: 10px;
  background-position: center center;
  border-color: transparent;
  box-shadow: 0px 4px 10px 0px rgba(17,63,117,0.1);
  height: 100px;
  margin-right: 30px;
  margin-bottom: 40px;
  background-size: revert;
  background-repeat: no-repeat;
}

.main-block .info .presents .items .item .image {
  width: 54px;
  height: 54px;
  border-radius: 50%;
  overflow: hidden;
  min-width: 54px;
  color: #000;
}

.main-block .info .controls .btn {
  position: relative;
}

.main-block .info .presents .items .item .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.main-block .info .presents .items .item .text {
  margin: 0;
  padding: 10px 20px;
  width: auto;
  font-size: 18px;
}

.main-block .info .presents .items .item.blue {
  background: rgba(0, 190, 180, 0.11);
}

.main-block .info .presents .items .item:nth-child(1) {
  /* margin-right: 18px; */
}

.main-block .experience {
  background: #fdfdfd;
  box-shadow: 0px 44px 24px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  position: absolute;
  right: 0;
  bottom: 100px;
  padding: 25px;
  width: 205px;
  text-align: center;
}

.main-block .experience b {
  display: block;
  font-weight: bold;
  font-size: 56px;
  line-height: 40px;
  text-align: center;
  color: #f6d365;
  margin: 0 0 10px;
}

.main-block .experience span {
  font-size: 14px;
  line-height: 17px;
  display: block;
  color: #000;
}



/*** QUIZ ***/


.quiz-section {
  padding: 0 0 100px;
}

 .section-title {
  text-align: center;
  font-size: 24px;
  line-height: 28px;
  color: #ffffff;
  margin: 0 0 60px;
}

.section-title .title {
  font-weight: normal;
  font-size: 40px;
  line-height: 52px;
}
#slider{
  margin-top: 50px;
  text-align: center;

}
#slider div{

}
#slider div img{
  margin: 0 auto;
}
 .section-title .subtitle {
  font-size: 24px;
  line-height: 28px;
}


.presents_final {
	display: none;
  font-weight: bold;
  font-size: 32px;
  line-height: 32px;
  text-align: center;
  position: relative;
  z-index: 25;
  margin: 90px 0 0;
}

.presents_final span {
  display: block;
  text-align: center;
  color: #fe7417;
}

.presents_final .icon {
  width: 165px;
  height: 165px;
  margin: 0 auto 25px;
  fill: #faaa0d;
}

.presents_final:before {
  content: "";
  width: 406px;
  height: 178px;
  background: url(../fonts/arrow.svg) no-repeat center center;
  position: absolute;
  left: -110%;
  top: -154px;
  z-index: 33;
  background-size: contain;
  pointer-events: none;
  transform: rotate(-3deg);
}

.modal {
  padding: 30px;
  border-radius: 20px;
  background: #FFF;
  width: 320px;
  margin: 0 auto;
  display: none;
}

.modal .modal-title {
  text-align: center;
}

.modal .modal-title b {
  display: block;
  font-size: 20px;
  color: #ffffff;
  margin: 0 0 10px;
}

.copyright {
  padding: 0 0 30px;
  text-align: center;
}

.copyright .link {
  margin: 0 0 10px;
}

.copyright .link a {
  color: #000;
  border-bottom: 1px solid #CCC;
}
.slide ul.pluss{
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}
.slide ul.pluss li{
  border: 1px solid #ffa600b3;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  padding: 10px;
  width: 500px;
  display: flex;
  align-items: center;
  margin-top: 40px;
}
.slide ul.pluss li img{
  min-width: 32px;
  min-height: 32px;
  max-width: 32px;
  max-height: 32px;
  margin-right: 20px;
}
.slide ul.pluss li p{
  text-align: left;
}
.slide .controls{
  margin-top: 50px;
}

.copyright .container .text {
  width: 500px;
  margin: 0 auto;
  margin-bottom: 20px;
}

.quiz__grid,
.quiz__pages__navigation,
.quiz__radio_images,
.quiz__radio_text,
.quiz__radio_text_column,
.quiz__review__grid {
  justify-content: flex-start;
  flex-wrap: wrap;
  display: flex
}

.quiz {
  position: relative;
  padding-top: 65px;
  padding-bottom: 138px;
}

.quiz_form-done {
  padding: 0
}

.quiz__bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 588px;
  height: 100%;
  overflow: hidden;
  z-index: 0
}

.quiz__bg:before {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50%;
  content: "";
  background-image: url(../i/6766f4d7f2977ffc7b4f33bdf7dc401d.jpg)
}

.quiz__bg:before,
.quiz__images {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%
}

.quiz__images {
  pointer-events: none;
  z-index: 3
}

.quiz__images__one {
  position: absolute;
  left: 115px;
  bottom: -92px
}

.quiz__images__two {
  position: absolute;
  right: -8px;
  top: -107px;
  z-index: 2
}

.quiz__form {
  position: relative;
  z-index: 2;
  border-radius: 5px;
  padding-top: 5px;
  min-height: 670px;
  transition: height .1s ease
}

.quiz__grid {
  align-items: flex-end
}

.quiz__grid>* {
  flex: 0 1 348px;
  max-width: 348px
}

.quiz__grid>:first-child {
  margin-right: 42px
}

.quiz__grid>:nth-child(2) {
  flex-basis: calc(100% - 390px);
  max-width: calc(100% - 390px)
}

.quiz__employee {
  background-color: #fff;
  padding: 220px 20px 69px;
  box-shadow: 0 16px 22px rgba(0, 0, 0, .05);
  border-radius: 12px;
  position: relative
}

.quiz__employee__photo-wrapper {
  text-align: center;
  position: absolute;
  width: 100%;
  left: 0;
  top: -40px
}

.quiz__employee__photo-wrapper .experience {
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #fff;
  background: #f36600;
  display: inline-block;
  padding: 6px 14px;
  border-radius: 5px;
  font-size: 14px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -7px
}

.quiz__employee__photo {
  position: relative;
  max-width: 245px;
  border-radius: 50%;
  background-color: #fff;
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
  border: 10px solid #fff
}

.quiz__employee__photo:after {
  content: "";
  display: block;
  height: 0;
  padding-top: 100%
}

.quiz__employee__photo img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%
}

.quiz__employee__fio {
  text-align: center
}

.quiz__employee__fio strong {
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  font-style: normal;
  display: block;
  font-size: 18px;
  line-height: 22px;
  margin-bottom: 13px
}

.quiz__employee__fio>span {
  font-family: Montserrat, sans-serif;
  font-weight: 400;
  font-style: italic;
  font-size: 16px;
  line-height: 25px;
  color: #767676
}

.quiz__employee__text {
  position: relative;
  font-size: 16px;
  line-height: 24px;
  color: #5b5b5b;
  padding-top: 25px;
  margin-top: 13px;
  min-height: 190px
}

.quiz__employee__text:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 17px;
  height: 11px;
  background-image: url(../i/3fd908d79f646190f3f9615d3d5181dc.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 0 0
}

.quiz__employee__note {
  font-family: Montserrat, sans-serif;
  font-weight: 400;
  font-style: italic;
  text-align: center;
  margin-top: 55px
}

.quiz__employee__note>div {
  font-size: 16px;
  line-height: 20px;
  color: #5b5b5b;
  margin-top: 15px
}

.quiz__employee__note>div b {
  font-family: Montserrat, sans-serif;
  font-weight: 700;
  font-style: italic
}

.quiz__employee__note>div span {
  color: #48b39f
}

.quiz__employee__button {
  margin-top: 73px
}

.quiz__form__pre-title {
  font-weight: 700;
  font-size: 24px;
  line-height: 28px;
  background: #f36600;
  color: #fff;
  display: inline-block;
  border-radius: 5px;
  margin-top: 6px;
  padding: 1px 8px 2px 7px;
  margin-bottom: 6px
}

.quiz__form__pre-title,
.quiz__form__subtitle {
  font-family: Montserrat, sans-serif;
  font-style: normal
}

.quiz__form__subtitle {
  font-weight: 500;
  font-size: 21px;
  line-height: 26px;
  position: relative;
  margin-top: 33px
}


.quiz__form__progress__step {
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  font-style: normal;
  display: block;
  text-align: center;
  font-size: 17px;
  line-height: 21px;
  box-shadow: 0 16px 22px rgba(0, 0, 0, .05);
  border-radius: 14px 14px 0 0;
  background-color: #ffa600;
  color: #fff;
  width: 100%;
  max-width: 280px;
  padding: 14px 15px
}

.quiz__form__progress__step b {
  color: #fff
}

.quiz__form__progress__step .current,
.quiz__form__progress__step b {
  font-family: Montserrat, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 24px;
  line-height: 29px
}

.quiz__form__progress__line {
  background: #fff;
  border-radius: 10px;
  width: 100%;
  height: 15px;
  position: relative;
  overflow: hidden;
  margin-top: 14px
}

.quiz__form__progress__line>span {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 20%;
  height: 100%;
  border-radius: 10px;
  background: #f36600;
  transition: width .1s ease
}

.quiz__pages-wrapper {
  box-shadow: 0 16px 22px rgba(0, 0, 0, .05);
  border-radius: 0 14px 14px 14px;
  background-color: #fff;
  padding: 0 63px 28px 48px;
  height: 592px;
}


.quiz__page__title {
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 21px;
  line-height: 26px;
  color: #5b5b5b;
  margin-top: 49px
}

.quiz__page__content {
  margin-top: 1px;
  min-height: 190px
}

.quiz__radio_images {
  margin-left: -28px;
  margin-right: -28px
}

.quiz__radio_images>* {
  flex: 0 1 25%;
  max-width: 210px;
  padding-left: 28px;
  padding-right: 28px;
  margin-top: 15px
}

.quiz__radio_images .radio__item {
  padding: 5px 4px 29px;
  background: #fff;
  border: 1px solid #cdcdcd;
  box-sizing: border-box;
  border-radius: 14px
}

.quiz__radio_images .radio__item .text {
  margin-left: 10px;
  margin-top: 17px
}

.radio__item {
  cursor: pointer
}

.radio__item .text {
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  font-style: normal;
  display: flex;
  align-items: center;
  font-size: 14px;
  line-height: 17px;
  color: #5b5b5b;
  position: relative;
  height: 22px;
  padding-left: 29px;
  padding-right: 20px
}

.radio__item .text:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 22px;
  height: 22px;
  border: 1px solid #d1c9bd;
  background-image: none;
  background-size: 9px auto;
  background-position: center left 6px;
  background-repeat: no-repeat;
  box-sizing: border-box;
  border-radius: 50%
}

.radio__item.checked {
  cursor: default
}

.radio__item.checked .text:before {
  background-image: url(../images/fkng_dot.svg)
}

.radio__item img {
  border-radius: 14px
}

.radio__item input[type=checkbox],
.radio__item input[type=radio] {
  display: none
}

.quiz__radio_text {
  margin-left: -28px;
  margin-right: -28px
}

.quiz__radio_text>* {
  flex: 0 1 25%;
  max-width: 210px;
  padding-left: 28px;
  padding-right: 28px;
  margin-top: 35px
}

.quiz__radio_text .radio__item {
  display: flex;
  align-items: center;
  background: #fff;
  border: 1px solid #cdcdcd;
  box-sizing: border-box;
  border-radius: 14px;
  min-height: 95px
}

.quiz__radio_text .radio__item .text {
  padding-left: 29px;
  padding-right: 10px;
  margin-left: 15px
}

.quiz__radio_text_column>* {
  flex: 0 1 40%;
  padding-right: 15px
}

.quiz__radio_text_column>:nth-child(2n) {
  flex-basis: 60%;
  padding-right: 0
}

.quiz__pages__navigation {
  justify-content: space-between;
  align-items: center;
  margin-top: 180px;
  padding-right: 9px
}

.btn_forward {
  max-width: 250px
}

.quiz__pages__gift {
  display: flex;
  align-items: center;
  background: #fbfbfb;
  border: 1px solid #fff;
  box-sizing: border-box;
  box-shadow: 0 0 10px rgba(0, 0, 0, .1);
  border-radius: 10px;
  max-width: 380px;
  position: relative;
  padding-left: 83px;
  margin-left: 24px;
  min-height: 101px;
  z-index: 1
}

.quiz__pages__gift>i {
  position: absolute;
  max-width: 87px;
  top: -3px;
  left: -32px
}

.quiz__pages__gift>div {
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 14px;
  line-height: 17px
}

.quiz__pages__gift>div>span {
  color: #48b39f
}

.quiz__pages__gift .quiz__pages__gift__price {
  font-family: Montserrat, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 30px;
  line-height: 37px;
  margin-top: 8px
}

.quiz__form__inner {
  position: relative;
}

.quiz__results__count {
  display: flex;
  align-items: center;
  position: relative;
  text-align: center;
  width: 100%;
  height: 100%;
  background: #fff;
  box-shadow: 0 16px 22px rgba(0, 0, 0, .05);
  border-radius: 14px;
  min-height: 458px;
  margin-top: 38px
}

.quiz__results__count>div {
  width: 100%;
  padding-bottom: 140px;
  position: relative
}

.quiz__results__count .quiz__pages__gift {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  text-align: left;
  padding-left: 83px
}

.quiz__results__count .quiz__pages__gift:before {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 50%;
  content: "";
  position: absolute;
  width: 87px;
  height: 95px;
  background-image: url(../images/gift.png);
  left: -30px;
  top: 6px
}

.quiz__results__progress {
  position: relative;
  background: #fff;
  border: 1px solid #cfcfcf;
  box-sizing: border-box;
  border-radius: 5px;
  height: 34px;
  width: 100%;
  max-width: 456px;
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
  margin-top: 22px
}

.quiz__results__progress .bg {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 0;
  transition: width .1s ease;
  border-radius: 5px;
  background-color: #48b39f
}

.quiz__results__text {
  font-weight: 600;
  color: #5b5b5b
}

.quiz__results__text,
.quiz__results__value {
  font-family: Montserrat, sans-serif;
  font-style: normal;
  font-size: 21px;
  line-height: 26px
}

.quiz__results__value {
  font-weight: 400;
  text-align: center;
  margin-top: 21px;
  color: #48b39f
}

.quiz__loader.map-loader {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  height: 550px;
  background-color: #fff;
  box-shadow: 0 16px 22px rgba(0, 0, 0, .05);
  border-radius: 14px;
  transform: none;
  left: auto;
  top: auto;
  margin-top: 38px
}

.quiz__loader.map-loader:after {
  content: "";
  min-height: inherit;
  font-size: 0
}

.quiz__loader svg {
  stroke: #ffa600!important
}

.quiz__results {
  width: 100%;
  height: 593px;
  display: none;
  position: relative;
  z-index: 1;
  background: #fff;
  box-shadow: 0 16px 22px rgba(0, 0, 0, .05);
  border-radius: 14px;
  min-height: 445px;
  padding-right: 400px;
  margin-top: 50px
}

.quiz__results__form {
  padding: 50px 20px 36px 38px;
  text-align: center
}

.quiz__results__form>* {
  max-width: 550px
}

.quiz__results__form .input {
  background: #f2f2f2;
  border-color: #f2f2f2
}

.quiz__results__header {
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 30px;
  line-height: 37px;
  color: #5b5b5b;
  text-align-last: center
}

.quiz__results__sub-header {
  font-size: 14px;
  line-height: 17px;
  color: #5b5b5b;
  margin-top: 18px;
  max-width: 360px;
  margin-left: auto;
  margin-right: auto
}

.quiz__results__form-inner {
  max-width: 325px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 24px
}

.quiz__results__form-inner .form__group_button {
  margin-top: 22px
}

.quiz__results__form-inner .btn {
  max-width: 410px
}

.quiz__results__form-inner .form__policy {
  font-size: 12px;
  line-height: 15px;
  max-width: 240px;
  margin-top: 20px;
  margin-left: 40px;
}

.quiz__results__image-wrapper {
  flex: 0 1 calc(100% - 550px);
  position: relative
}

.quiz__results__image {
  position: absolute;
  right: 0;
  bottom: 0
}

.quiz__results__gift {
  max-width: 343px;
  background: #fbfbfb;
  border: 1px solid #fff;
  box-sizing: border-box;
  box-shadow: 0 0 10px rgba(0, 0, 0, .1);
  border-radius: 10px;
  position: absolute;
  right: 39px;
  bottom: 123px;
  padding-left: 88px;
  min-height: 151px;
  padding-right: 18px;
  margin-bottom: 120px;
}

.quiz__results__gift>div {
  font-family: Montserrat, sans-serif;
  font-weight: 400;
  font-style: italic
}

.quiz__results__gift>div b {
  font-family: Montserrat, sans-serif;
  font-weight: 700;
  font-style: italic
}

.quiz__results__gift>i {
  max-width: 117px;
  left: -32px;
  top: 50%;
  transform: translateY(-50%)
}

.quiz__results__gift .quiz__results__gift__price {
  margin-top: 5px
}

.quiz__results__gift .quiz__results__gift__price .old {
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  font-style: italic;
  font-size: 21px;
  line-height: 26px;
  text-decoration: line-through
}

.quiz__results__gift .quiz__results__gift__price .new {
  font-family: Montserrat, sans-serif;
  font-weight: 700;
  font-style: italic;
  color: #f36600;
  font-size: 34px;
  line-height: 41px
}

.quiz__success {
  position: relative;
  padding-bottom: 70px;
  z-index: 2;
  display: none
}

.quiz__success .quiz__success__gift {
  position: relative;
  right: auto;
  bottom: auto;
  max-width: 444px;
  min-height: 110px;
  padding-left: 74px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 35px
}

.quiz__success .quiz__success__gift .old {
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  font-style: normal;
  text-decoration: line-through;
  font-size: 21px;
  line-height: 26px
}

.quiz__success .quiz__success__gift .new {
  font-family: Montserrat, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 34px;
  line-height: 41px;
  color: #f36600
}

.quiz__success__top {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50%;
  position: relative;
  background-image: url(../i/24b7fde59c6efc261dba24f8dc2befb3.jpg);
  padding-top: 85px;
  padding-bottom: 40px
}

.quiz__success__top .arrow-divider {
  margin-top: 35px
}

.quiz__success__title {
  font-weight: 600;
  font-size: 40px;
  line-height: 49px
}

.quiz__success__text,
.quiz__success__title {
  font-family: Montserrat, sans-serif;
  font-style: normal;
  color: #fff;
  text-align: center
}

.quiz__success__text {
  font-weight: 500;
  font-size: 21px;
  line-height: 26px;
  margin-top: 18px
}

.quiz__success__text b {
  color: #fff
}

.quiz__review {
  margin-top: 58px
}

.quiz__review__text {
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  font-style: normal;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  font-size: 24px;
  line-height: 29px
}

.quiz__review__image {
  position: relative;
  max-width: 597px
}

.quiz__review__image:after {
  content: "";
  display: block;
  height: 0;
  padding-top: 63.14908%
}

.quiz__review__image img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%
}

.quiz__review__grid {
  margin-left: -15px;
  margin-right: -15px;
  margin-top: 70px
}

.quiz__review__grid>* {
  flex: 0 1 50%;
  padding-left: 15px;
  padding-right: 15px
}

.quiz__review__quote {
  margin-left: 20px;
  position: relative;
  padding-top: 75px
}

.quiz__review__quote:before {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 50%;
  content: "";
  position: absolute;
  width: 35px;
  height: 22px;
  background-image: url(../i/e399812f9640bf99ea1358a1efe00045.svg);
  left: 0;
  top: 0
}

.quiz__review__quote__text {
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  font-style: italic;
  font-size: 26px;
  line-height: 32px;
  max-width: 480px
}

.quiz__review__quote__text span {
  font-family: Montserrat, sans-serif;
  font-weight: 700;
  font-style: italic;
  color: #48b39f
}

.quiz__review__quote__service {
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 16px;
  line-height: 20px;
  margin-top: 50px
}

.quiz__review__button {
  margin-top: 80px;
  transform: translateX(-165px)
}

@media screen and (max-width:1700px) {
  .quiz__bg {
    width: 420px
  }
  .quiz__images {
    z-index: 2
  }
}

@media screen and (max-width:1349px) {
  .quiz {
    margin-top: 85px;
    padding-top: 45px;
    padding-bottom: 61px
  }
  .quiz_form-done {
    padding: 0
  }
  .quiz__bg {
    width: 274px
  }
  .quiz__images {
    z-index: 3
  }
  .quiz__images__one {
    max-width: 150px;
    left: 1px;
    bottom: -67px
  }
  .quiz__images__two {
    max-width: 235px;
    right: -57px;
    top: 97px
  }
  .quiz__form {
    background-color: transparent;
    min-height: 582px
  }
  .quiz__grid {
    align-items: flex-start
  }
  .quiz__grid>* {
    flex-basis: 276px;
    max-width: 276px
  }
  .quiz__grid>:first-child {
    margin-right: 38px
  }
  .quiz__grid>:nth-child(2) {
    flex-basis: calc(100% - 314px);
    max-width: calc(100% - 314px);
    margin-right: 0
  }
  .quiz__employee {
    padding-top: 110px;
    padding-bottom: 40px;
    margin-top: 57px;
    position: relative;
    height: 370px;
  }
  .quiz__employee .btn {
    position: absolute;
    left: 50%;
    bottom: 30px;
    transform: translateX(-50%);
    max-width: 290px
  }
  .quiz__employee__photo {
    max-width: 146px;
    border-width: 8px
  }
  .quiz__employee__fio {
    margin-top: 16px
  }
  .quiz__employee__fio strong {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 6px
  }
  .quiz__employee__fio>span {
    font-size: 14px;
    line-height: 17px
  }
  .quiz__employee__text {
    font-size: 16px;
    line-height: 24px;
    margin-top: 15px
  }
  .quiz__employee__note {
    margin-top: 12px
  }
  .quiz__employee__note>i {
    display: block;
    max-width: 86px;
    margin-left: auto;
    margin-right: auto
  }
  .quiz__employee__note>div {
    font-size: 14px;
    line-height: 17px;
    margin-top: 7px
  }
  .quiz__form-wrapper {
    padding-right: 26px
  }
  .quiz__form-wrapper .h2 {
    margin-bottom: 10px
  }
  .quiz__form__pre-title {
    font-size: 20px;
    margin-top: 0;
    padding: 1px 3px 0 7px
  }
  .quiz__form__subtitle {
    font-size: 16px;
    line-height: 20px;
    max-width: 500px;
    margin-top: 25px
  }
  .quiz__form__progress__step {
    max-width: 181px;
    font-size: 13px;
    line-height: 16px;
    padding-top: 16px;
    padding-bottom: 17px
  }
  .quiz__form__progress__step .current,
  .quiz__form__progress__step b {
    font-size: 20px;
    line-height: 24px
  }
  .quiz__pages-wrapper {
    padding: 0 16px 49px 34px;
    height: 400px;
  }
  .quiz__page__title {
    margin-top: 50px
  }
  .quiz__page__content {
    margin-top: 13px;
    min-height: 160px
  }
  .quiz__radio_images {
    margin-left: -3px;
    margin-right: -3px;
    max-width: calc(100% + 6px)
  }
  .quiz__radio_images>* {
    padding-left: 3px;
    padding-right: 3px;
    margin-top: 15px;
    flex: 1 0 25%;
    max-width: 136px
  }
  .quiz__radio_images .radio__item {
    padding: 3px 3px 30px
  }
  .quiz__radio_images .radio__item .text {
    margin-top: 17px;
    margin-left: 7px
  }
  .radio__item .text {
    font-size: 13px;
    line-height: 16px;
    height: 18px;
    padding-left: 22px;
    align-items: flex-start
  }
  .radio__item .text:before {
    width: 18px;
    height: 18px;
    background-size: 7px 6px;
    background-position: center left 5px
  }
  .quiz__radio_text {
    margin-left: -3px;
    margin-right: -3px
  }
  .quiz__radio_text>* {
    padding-left: 3px;
    padding-right: 3px;
    margin-top: 15px;
    max-width: 136px;
    flex: 1 0 25%
  }
  .quiz__radio_text .radio__item {
    /* min-height: 69px; */
    display: block;
    padding-top: 19px
  }
  .quiz__radio_text .radio__item .text {
    margin-left: 10px;
    font-size: 12px;
    line-height: 15px;
    padding-right: 5px
  }
  .quiz__radio_text_column>*,
  .quiz__radio_text_column>:nth-child(2n) {
    flex-basis: 100%
  }
  .quiz__pages__navigation {
    margin-top: 26px;
    justify-content: flex-start;
    padding-right: 0
  }
  .quiz__pages__navigation .btn_forward {
    max-width: 198px;
    font-size: 16px;
    line-height: 20px;
    padding: 15px 10px;
  }
  .quiz__pages__gift {
    margin-left: 7px;
    max-width: 311px;
    padding: 14px 8px 9px 70px;
    min-height: 86px;
    margin-right: 23px
  }
  .quiz__pages__gift>i {
    left: -18px;
    max-width: 74px
  }
  .quiz__pages__gift>div {
    font-size: 12px;
    line-height: 15px
  }
  .quiz__pages__gift .quiz__pages__gift__price {
    font-size: 24px;
    line-height: 29px;
    margin-top: 4px
  }
  .quiz__results__count {
    min-height: 414px
  }
  .quiz__results__count .quiz__pages__gift {
    max-width: 311px;
    left: 41px;
    transform: none
  }
  .quiz__results__progress {
    margin-top: 50px
  }
  .quiz__results {
    padding-left: 36px;
    padding-right: 36px;
    padding-bottom: 29px;

  }
  .quiz__results__header {
    font-size: 24px;
    line-height: 29px
  }
  .quiz__results__sub-header {
    font-size: 12px;
    line-height: 15px
  }
  .quiz__results__form {
    position: relative;
    z-index: 2;
    padding-left: 10px;
    padding-bottom: 0
  }
  .quiz__results__form-inner {
    max-width: 325px
  }
  .quiz__results__gift {
    position: relative;
    right: auto;
    bottom: auto;
    max-width: 100%;
    margin-left: 25px;
    margin-top: 30px;
    padding-right: 30px
  }
  .quiz__success {
    padding-bottom: 90px
  }
  .quiz__success__top {
    padding-bottom: 49px
  }
  .quiz__success__top .arrow-divider {
    display: none
  }
  .quiz__success__text {
    font-size: 18px;
    line-height: 22px
  }
  .quiz__success__gift>i {
    max-width: none;
    left: -26px
  }
  .quiz__review__text {
    font-size: 20px;
    line-height: 24px;
    max-width: 800px
  }
  .quiz__review__grid {
    max-width: 900px;
    margin-left: auto;
    margin-right: auto
  }
  .quiz__review__quote {
    padding-top: 65px
  }
  .quiz__review__quote__text {
    font-size: 21px;
    line-height: 26px
  }
  .quiz__review__quote__service {
    margin-top: 30px
  }
  .quiz__review__button {
    margin-top: 50px;
    transform: translateX(-85px)
  }
}

.btn2 {
  background: #ffa600;
  box-shadow: 0 13px 22px rgba(231, 90, 60, .2);
  border-radius: 68px;
}

@media screen and (max-width:1023px) {
  .quiz {
    padding-top: 46px;
    padding-bottom: 63px;
    margin-top: 51px
  }
  .quiz_form-done {
    padding: 0
  }
  .quiz__bg {
    width: 228px
  }
  .quiz__images__two {
    max-width: 114px;
    bottom: -58px;
    max-width: 198px;
    top: 79px;
    -webkit-filter: blur(3px);
    filter: blur(3px)
  }
  .quiz__grid>* {
    flex-basis: 227px
  }
  .quiz__grid>:first-child {
    margin-right: 21px
  }
  .quiz__grid>:nth-child(2) {
    flex-basis: calc(100% - 248px);
    max-width: calc(100% - 248px)
  }
  .quiz__employee {
    margin-top: 50px;
    padding: 97px 14px 60px;
    height: 400px;
  }
  .quiz__employee__photo-wrapper {
    top: -25px
  }
  .quiz__employee__photo {
    max-width: 131px
  }
  .quiz__employee__fio strong {
    font-size: 14px;
    line-height: 20px
  }
  .quiz__employee__fio>span {
    font-size: 12px
  }
  .quiz__employee__note {
    margin-top: 22px
  }
  .quiz__employee__note>div {
    font-size: 12px;
    line-height: 15px
  }
  .quiz__form {
    overflow: visible;
    min-height: 525px
  }
  .quiz__form-wrapper {
    padding-left: 0;
    padding-right: 0
  }
  .quiz__form__subtitle {
    font-size: 14px;
    line-height: 17px;
    margin-top: 14px;
    max-width: 360px
  }
  .quiz__form__progress__step {
    font-size: 11px;
    line-height: 13px;
    height: 50px
  }
  .quiz__form__progress__step .current,
  .quiz__form__progress__step b {
    font-size: 18px;
    line-height: 22px
  }
  .quiz__pages-wrapper {
    padding-left: 27px;
    padding-right: 24px;
    padding-bottom: 19px;
    height: 450px;
  }
  .quiz__page__title {
    font-size: 16px;
    line-height: 20px;
    margin-top: 29px
  }
  .quiz__page__content {
    margin-top: 8px;
    padding-bottom: 10px;
    min-height: 140px
  }
  .quiz__radio_images {
    margin-top: 0;
    max-width: calc(100% + 4px);
    margin-left: -2px;
    margin-right: -2px
  }
  .quiz__radio_images>* {
    margin-top: 14px;
    padding-left: 2px;
    padding-right: 2px;
    flex-basis: 25%;
    max-width: 25%
  }
  .quiz__radio_images .radio__item {
    padding-bottom: 25px
  }
  .quiz__radio_images .radio__item .text {
    margin-left: 4px;
    padding-left: 19px;
    margin-top: 15px
  }
  .quiz__radio_images_short>* {
    max-width: 125px
  }
  .radio__item .text {
    font-size: 12px;
    line-height: 15px
  }
  .radio__item .text:before {
    width: 14px;
    height: 14px;
    background-size: 6px 6px;
    background-position: center left 3px
  }
  .quiz__radio_text>* {
    margin-top: 10px
  }
  .quiz__pages__navigation {
    margin-top: 4px;
    margin-bottom: -26px
  }
  .quiz__pages__navigation .btn_forward {
    max-width: 170px;
    margin-top: 30px;
    margin-bottom: 30px
  }
  .quiz__pages__gift {
    max-width: 300px;
    padding: 12px 8px 9px 75px
  }
  .quiz__pages__gift>i {
    left: -14px;
    top: 2px
  }
  .quiz__results__count {
    min-height: 371px
  }
  .quiz__results__text {
    font-size: 18px;
    line-height: 22px
  }
  .quiz__results__progress {
    max-width: 390px;
    margin-top: 35px
  }
  .quiz__results {
    padding-bottom: 40px
  }
  .quiz__results__header {
    font-size: 18px;
    line-height: 22px
  }
  .quiz__results__sub-header {
    font-size: 12px;
    line-height: 15px;
    margin-top: 11px
  }
  .quiz__results__form-inner {
    margin-top: 27px;
    max-width: 290px
  }
  .quiz__results__form .form__group_phone .input {
    padding-left: 83px;
    height: 70px
  }
  .quiz__results__form .btn {
    height: 70px
  }
  .quiz__results__form .form__policy {
    margin-top: 14px;
    margin-left: 30px;
  }
  .quiz__results__gift {
    max-width: 100%
  }
  .quiz__results__gift>i {
    top: 6px;
    transform: none
  }
  .quiz__success {
    padding-bottom: 60px
  }
  .quiz__success .quiz__success__gift {
    padding-right: 20px
  }
  .quiz__success .quiz__success__gift>div {
    font-size: 14px;
    line-height: 17px
  }
  .quiz__success .quiz__success__gift>i {
    left: -26px
  }
  .quiz__success__top {
    padding-top: 56px;
    padding-bottom: 35px
  }
  .quiz__success__title {
    font-size: 24px;
    line-height: 29px
  }
  .quiz__success__text {
    font-size: 14px;
    line-height: 17px
  }
  .quiz__review {
    margin-top: 34px
  }
  .quiz__review__text {
    font-size: 16px;
    line-height: 20px;
    max-width: 640px
  }
  .quiz__review__grid {
    margin-top: 55px
  }
  .quiz__review__image {
    height: 250px
  }
  .quiz__review__image>img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
  }
  .quiz__review__quote {
    padding-top: 50px
  }
  .quiz__review__quote__text {
    font-size: 16px;
    line-height: 20px
  }
  .quiz__review__quote__service {
    font-size: 14px;
    line-height: 17px;
    margin-top: 40px
  }
}

@media screen and (max-width:767px) {
  .quiz {
    padding-top: 30px;
    padding-bottom: 51px;
    margin-top: 56px
  }
  .quiz_form-done {
    padding: 0
  }
  .quiz__bg {
    width: 100%
  }
  .quiz__images__one {
    max-width: 87px;
    -webkit-filter: blur(4px);
    filter: blur(4px);
    left: 8px;
    bottom: 3px
  }
  .quiz__images__two {
    display: none
  }
  .quiz__form {
    min-height: 500px;
    overflow: hidden
  }
  .quiz__grid {
    padding-right: 0
  }
  .quiz__grid>:first-child {
    display: none
  }
  .quiz__grid>:nth-child(2) {
    max-width: 100%;
    flex-basis: 100%
  }
  .quiz__form__pre-title {
    font-size: 16px;
    line-height: 20px;
    margin-left: -3px;
    padding: 1px 6px
  }
  .quiz__form-wrapper {
    max-width: 370px;
    margin-left: auto;
    margin-right: auto
  }
  .quiz__form-wrapper .h2 {
    color: #fff;
    text-align: left
  }
  .quiz__form-wrapper .h2 span {
    color: #fff
  }
  .quiz__form__subtitle {
    margin-top: 14px;
    padding-left: 0;
    color: #fff;
    font-size: 12px;
    line-height: 15px
  }
  .quiz__form__subtitle b {
    color: #fff
  }
  .quiz__form__progress {
    margin-top: 20px
  }
  .quiz__form__progress__step {
    height: 40px;
    max-width: 108px;
    background-color: #f36600;
    padding: 13px;
    font-size: 10px;
    line-height: 12px
  }
  .quiz__form__progress__step .current,
  .quiz__form__progress__step b {
    font-size: 13px;
    line-height: 16px
  }
  .quiz__pages-wrapper {
    padding-bottom: 46px;
    height: 600px;
  }
  .quiz__page__title {
    font-size: 14px;
    line-height: 17px;
    text-align: center
  }
  .quiz__radio_images {
    justify-content: flex-start;
    margin-left: -3px;
    margin-right: -3px;
    max-width: calc(100% + 15px);
    margin-top: 10px
  }
  .quiz__radio_images>* {
    flex-basis: 50%;
    max-width: 50%;
    padding-left: 3px;
    padding-right: 3px
  }
  .quiz__radio_images .radio__item {
    overflow: hidden
  }
  .quiz__radio_images .radio__item .text {
    padding-left: 21px;
    margin-left: 5px
  }
  .quiz__radio_images_short>* {
    max-width: 50%
  }
  .quiz__radio_text {
    margin-top: 15px
  }
  .quiz__radio_text>* {
    flex-basis: 50%;
    max-width: 50%
  }
  .quiz__radio_text .radio__item .text {
    margin-left: 6px;
    padding-left: 19px
  }
  .quiz__page__content {
    margin-top: 0
  }
  .quiz__pages__navigation {
    margin-top: 10px;
    max-width: 270px;
    margin-left: auto;
    margin-right: auto;
    justify-content: center
  }
  .quiz__pages__navigation .btn_forward {
    font-size: 12px;
    line-height: 15px;
  }
  .btn2 {
    background: #f36600;
  }
  .quiz__pages__gift {
    display: block;
    margin-top: 9px;
    padding-left: 70px;
    margin-left: -4px;
    margin-right: -4px;
    padding-top: 9px
  }
  .quiz__pages__gift>i {
    max-width: 74px;
    left: -17px;
    top: 2px
  }
  .quiz__pages__gift>div {
    font-size: 11px;
    line-height: 13px
  }
  .quiz__pages__gift .quiz__pages__gift__price {
    font-size: 20px;
    line-height: 24px;
    margin-top: 3px
  }
  .quiz__pages__gift_adaptive {
    display: none
  }
  .quiz__results__count {
    padding: 0 12px
  }
  .quiz__results__count .quiz__pages__gift {
    left: 25px;
    max-width: 244px;
    padding-left: 70px
  }
  .quiz__results__count .quiz__pages__gift:before {
    max-width: 74px;
    top: -1px
  }
  .quiz__results__text {
    font-size: 18px;
    line-height: 23px
  }
  .quiz__results__progress {
    height: 22px;
    margin-top: 30px;
    max-width: 250px
  }
  .quiz__results__value {
    font-size: 20px;
    line-height: 25px;
    margin-top: 16px
  }
  .quiz__results {
    margin-top: 28px;
    padding: 0 0 43px
  }
  .quiz__results .quiz__results__gift {
    padding: 8px 15px 8px 59px;
    text-align: left;
    max-width: 100%;
    margin-left: 22px;
    margin-right: 19px;
    margin-top: 40px
  }
  .quiz__results .quiz__results__gift>div {
    font-size: 12px;
    line-height: 15px
  }
  .quiz__results .quiz__results__gift>i {
    left: -22px;
    transform: none;
    margin-left: 0;
    max-width: 70px;
    top: 20px
  }
  .quiz__results .quiz__results__gift .quiz__results__gift__price .new {
    font-size: 34px;
    line-height: 41px
  }
  .quiz__results__form .form__group_phone .input {
    height: 65px
  }
  .quiz__results__form .form__group_button {
    margin-top: 18px
  }
  .quiz__results__form .btn {
    height: 63px
  }
  .quiz__results__header {
    font-size: 21px;
    line-height: 26px;
    position: relative;
    z-index: 5
  }
  .quiz__results__sub-header {
    font-size: 12px;
    line-height: 16px
  }
  .quiz__results__form-inner {
    margin-top: 12px
  }
  .quiz__success {
    padding-bottom: 65px
  }
  .quiz__success .quiz__success__gift {
    padding: 13px 8px 12px 40px;
    text-align: left;
    margin-left: 14px;
    margin-top: 24px
  }
  .quiz__success .quiz__success__gift>i {
    max-width: 61px;
    left: -21px;
    margin-left: 0;
    top: 50%;
    transform: translateY(-50%)
  }
  .quiz__success .quiz__success__gift>div {
    font-size: 12px;
    line-height: 15px
  }
  .quiz__success .quiz__success__gift .quiz__success__gift__price .old {
    font-size: 18px;
    line-height: 22px
  }
  .quiz__success .quiz__success__gift .quiz__success__gift__price .new {
    font-size: 31px;
    line-height: 38px
  }
  .quiz__success__top {
    padding-top: 40px;
    padding-left: 16px;
    padding-right: 16px
  }
  .quiz__success__title {
    font-size: 21px;
    line-height: 26px
  }
  .quiz__success__text {
    margin-top: 24px
  }
  .quiz__review__text {
    font-size: 14px;
    line-height: 18px
  }
  .quiz__review__grid {
    margin-top: 35px
  }
  .quiz__review__grid>* {
    flex-basis: 100%;
    padding: 0
  }
  .quiz__review__image {
    height: 185px
  }
  .quiz__review__quote {
    margin-left: 0;
    margin-top: 76px;
    position: relative
  }
  .quiz__review__button {
    position: absolute;
    left: 0;
    top: -28px;
    margin-top: 0;
    transform: translateY(-100%)
  }
}

.input {
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  font-style: normal;
  height: 78px;
  width: 100%;
  border: 1px solid #f2f2f2;
  padding: 5px 19px 10px;
  box-sizing: border-box;
  color: #bdbdbd;
  font-size: 14px;
  background-color: #f2f2f2;
  border-radius: 58px;
  transition: .1s ease;
}

.btn_arrow .text {
  position: relative;
  padding-right: 28px;
  margin: 10px 35px;
}

.btn_arrow .text:after {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 50%;
  content: "";
  position: absolute;
  width: 18px;
  height: 8px;
  right: 0;
  top: 50%;
  margin-top: -4px;
  background-image: url(../images/arrow.png)
}

.btn_correct_size_results {
  width: 100%;
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.quiz__pages-wrapper-outer {
  width: 1050px;
}

.loader_sizes {
  height: 600px;
  width: 1050px;
}


@media screen and (max-width: 1499px) {
  .quiz__pages-wrapper-outer {
    width: 900px;
  }

  .loader_sizes {
    height: 600px;
    width: 900px;
  }

  .quiz__results__gift {
    margin-bottom: 65px;
  }

  .main .main-block > .image {
    top: 80px;
  }
}

@media screen and (max-width: 1440px) {
  .quiz__pages-wrapper-outer {
    width: 880px;
  }

  .loader_sizes {
    height: 600px;
    width: 880px;
  }
}

@media screen and (max-width: 1349px) {
  .quiz__pages-wrapper-outer {
    width: 650px;
  }

  .loader_sizes {
    height: 370px;
    width: 650px;
  }
}

@media screen and (max-width: 1199px) {
  .main-block .title strong {
    width: 100%;
  }
}

@media screen and (max-width: 992px) {
  .quiz__pages-wrapper-outer {
    width: 500px;
  }

  .loader_sizes {
    margin-top: 50px;
    height: 380px;
    width: 500px;
  }
}

@media screen and (max-width: 767px) {
  .quiz__pages-wrapper-outer {
    width: 370px;
  }

  .loader_sizes {
    height: 370px;
    width: 370px;
  }

  .row {
    display: block;
  }
}

@media screen and (max-width: 510px) {
  .copyright .container .text {
    width: 300px;
  }
}

#popup {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  align-items: center;
  justify-content: center;
  z-index: 10;
}

#popup .btn{
  width: 100%;
  margin-top: 10px;
}
.popup{
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 11;
}
#popup .container h2{
  margin: 15px 0;
  font-weight: normal;
  font-size: 16px;
  line-height: 22px;
  color: #000;;
}
#popup .container{
  width: 370px;
  height: 300px;
  position: absolute;
  top: 50%;
  left:50%;
  transform: translate(-50% , -50%);
  -webkit-transform: translate(-50% , -50%);
  -moz-transform: translate(-50% , -50%);
  -ms-transform: translate(-50% , -50%);
  -o-transform: translate(-50% , -50%);
  z-index: 12;
  padding: 0;
}
.container .close{
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 13;
  cursor: pointer;
  font-size: 15px;
  font-weight: bold;
}
.screen {
  background: #fff;
  padding: 20px;
  border-radius: 10px;
  text-align: center;
  width: 100%;
  height: 100%;
}

#popup input{
  width: 100%;
  padding: 15px 10px;
  margin: 10px 0;
  border-radius: 10px;
  outline: none;
  border: 1px solid black;
}

#popup2 {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  align-items: center;
  justify-content: center;
  z-index: 10;
}

#popup2 .container {
  margin-top: 50px;
  height: 500px;
}

#popup2 .container .screen {
  height: 600px;
  overflow: auto;
}

#popup2 .container .close{
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 13;
  cursor: pointer;
  color: #fff;
  font-size: 15px;
  font-weight: bold;
}

.loading{
  position: fixed;
  width: 100vw;
  height: 100vh;
  left: 0;
  top: 0;
  z-index: 100000;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: #00000056;
}








