.arcticmodal-overlay,
.arcticmodal-container {
   position: fixed;
   left: 0;
   top: 0;
   right: 0;
   bottom: 0;
   z-index: 1000;
}

.arcticmodal-container {
   overflow: auto;
   margin: 0;
   padding: 0;
   border: 0;
   border-collapse: collapse;
}

*:first-child + html .arcticmodal-container {
   height: 100%;
}

.arcticmodal-container_i {
   height: 100%;
   margin: 0 auto;
}

.arcticmodal-container_i2 {
   padding: 24px;
   margin: 0;
   border: 0;
   vertical-align: middle;
}

.arcticmodal-error {
   padding: 20px;
   border-radius: 10px;
   background: #000;
   color: #fff;
}

.arcticmodal-loading {
   width: 80px;
   height: 80px;
   border-radius: 10px;
   background: #000 url(../loading.gif) no-repeat 50% 50%;
}

.bx-wrapper {
   position: relative;
   margin: 0 auto;
   padding: 0;
   -ms-touch-action: pan-y;
   touch-action: pan-y;
}

.bx-wrapper img {
   max-width: 100%;
   display: block;
}

.bxslider {
   margin: 0;
   padding: 0;
}

ul.bxslider {
   list-style: none;
}

.bx-viewport {
   -webkit-transform: translatez(0);
}

.bx-wrapper .bx-controls-auto,
.bx-wrapper .bx-pager {
   position: absolute;
   bottom: -30px;
   width: 100%;
}

.bx-wrapper .bx-loading {
   min-height: 50px;
   background: url(../images/bx_loader.gif) center center no-repeat #fff;
   height: 100%;
   width: 100%;
   position: absolute;
   top: 0;
   left: 0;
   z-index: 2000;
}

.bx-wrapper .bx-pager {
   text-align: center;
   font-size: .85em;
   font-family: 'Manrope', sans-serif;
   font-weight: 700;
   color: #666;
   padding-top: 20px;
}

.bx-wrapper .bx-pager.bx-default-pager a {
   background: #666;
   text-indent: -9999px;
   display: block;
   width: 10px;
   height: 10px;
   margin: 0 5px;
   outline: 0;
   border-radius: 5px;
}

.bx-wrapper .bx-pager.bx-default-pager a.active,
.bx-wrapper .bx-pager.bx-default-pager a:focus,
.bx-wrapper .bx-pager.bx-default-pager a:hover {
   background: #000;
}

.bx-wrapper .bx-controls-auto .bx-controls-auto-item,
.bx-wrapper .bx-pager-item {
   display: inline-block;
}

.bx-wrapper .bx-pager-item {
   font-size: 0;
   line-height: 0;
}

.bx-wrapper .bx-prev {
   left: 10px;
   background: url(../images/controls.png) 0 -32px no-repeat;
}

.bx-wrapper .bx-prev:focus,
.bx-wrapper .bx-prev:hover {
   background-position: 0 0;
}

.bx-wrapper .bx-next {
   right: 10px;
   background: url(../images/controls.png) -43px -32px no-repeat;
}

.bx-wrapper .bx-next:focus,
.bx-wrapper .bx-next:hover {
   background-position: -43px 0;
}

.bx-wrapper .bx-controls-direction a {
   position: absolute;
   top: 50%;
   margin-top: -16px;
   outline: 0;
   width: 32px;
   height: 32px;
   text-indent: -9999px;
   z-index: 9999;
}

.bx-wrapper .bx-controls-direction a.disabled {
   display: none;
}

.bx-wrapper .bx-controls-auto {
   text-align: center;
}

.bx-wrapper .bx-controls-auto .bx-start {
   display: block;
   text-indent: -9999px;
   width: 10px;
   height: 11px;
   outline: 0;
   background: url(../images/controls.png) -86px -11px no-repeat;
   margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-start.active,
.bx-wrapper .bx-controls-auto .bx-start:focus,
.bx-wrapper .bx-controls-auto .bx-start:hover {
   background-position: -86px 0;
}

.bx-wrapper .bx-controls-auto .bx-stop {
   display: block;
   text-indent: -9999px;
   width: 9px;
   height: 11px;
   outline: 0;
   background: url(../images/controls.png) -86px -44px no-repeat;
   margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-stop.active,
.bx-wrapper .bx-controls-auto .bx-stop:focus,
.bx-wrapper .bx-controls-auto .bx-stop:hover {
   background-position: -86px -33px;
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
   text-align: left;
   width: 80%;
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
   right: 0;
   width: 35px;
}

.bx-wrapper .bx-caption {
   position: absolute;
   bottom: 0;
   left: 0;
   background: #666;
   background: rgba(80, 80, 80, 0.75);
   width: 100%;
}

.bx-wrapper .bx-caption span {
   color: #fff;
   font-family: 'Manrope', sans-serif;
   display: block;
   font-size: .85em;
   padding: 10px;
}

.wrapp {
   position: relative;
   height: 100vh;
   bottom: 0;
}


/*---------------- Сalculator ----------------*/

.calculator {
   background-color: #fff;
}

.title__overhead {
   color: #fff;
   margin-bottom: 20px;
}

.calculator__title {
   font-size: 2.3em;
   color: #fff;
   margin-bottom: 30px;
   max-width: 768px;
}

.calculator__text {
   font-size: 1.4em;
   position: relative;
   padding-left: 65px;
   margin-bottom: 45px;
   color: #fff;
}

.calculator__text::before {
   content: '';
   height: 3px;
   width: 45px;
   background-color: #f7d999;
   position: absolute;
   left: 0;
   top: 50%;
}

.hover_quiz-img_1 {
   position: absolute;
   left: -12%;
   top: -25%;
}

.hover_quiz-img_2 {
   position: absolute;
   right: -12%;
   top: 10%;
   z-index: 1;
}

.additional__title {
   text-align: center;
   font-size: 2em;
   max-width: 960px;
   margin: 0 auto;
   margin-bottom: 70px;
}

.calculator_box {
   display: flex;
   flex-direction: row;
   justify-content: space-between;
   align-items: stretch;
   position: relative;
   z-index: 6;
   grid-gap: 8px;
}

.quiz_aside {
   width: 25%;
   background-image: url(../img/quiz_aside_img.jpg);
   background-size: cover;
   background-position: left;
   border-radius: 24px;
   overflow: hidden;
   display: flex;
   flex-direction: column;
   justify-content: flex-end;
}

.quiz_aside_list {
   display: flex;
   flex-direction: column;
   box-sizing: border-box;
}

.quiz_aside_item {
   text-align: center;
}

.quiz_aside_item:nth-child(2) {
   margin: 30px 0;
}

.quiz_aside_item_img {
   margin-bottom: 10px;
   height: 76px;
   display: inline-block;
   overflow: hidden;
   border-radius: 12px;
}

.quiz_aside_item_icon {
   height: 46px;
   margin-bottom: 5px;
}

.quiz_aside_item_txt {
   color: #fff;
   font-size: 0.875em;
   padding: 0 15px;
   display: flex;
   flex-direction: column;
}

.quiz_aside_item_text-1 {
   font-size: 0.875em;
   color: #fff;
   font-weight: 700;
   margin-bottom: 5px;
   display: inline-block;
}

.quiz_aside_item_text-2 {
   font-size: 0.875em;
   color: #fff;
   line-height: 1.4;
   display: inline-block;
}

.quiz_aside_item_text-3 {
   font-size: 0.875em;
   color: #fff;
   line-height: 1.4;
   display: inline-block;
}

.quiz_aside_link {
   color: #fff;
   font-weight: 700;
   font-size: 1em;
   margin-top: 10px;
   display: inline-block;
}

.section__underhead {
   margin-bottom: 60px;
}

.owl-carousel-2 {
   display: flex;
   flex-direction: row;
   align-items: stretch;
}

.owl-carousel_box {
   border-radius: 12px;
   overflow: hidden;
}

/*---------------- Popup ----------------*/

.popup__bg {
   position: fixed;
   top: 0;
   left: 0;
   width: 100%;
   height: 100vh;
   background: rgba(0, 0, 0, 0.8);
   opacity: 0;
   pointer-events: none;
   transition: 0.5s all;
   z-index: 9;
}

.popup__bg.active {
   opacity: 1;
   pointer-events: all;
   transition: 0.5s all;
}

.popup {
   position: absolute;
   top: 50%;
   left: 50%;
   transform: translate(-50%, -50%) scale(0);
   background: #fff;
   max-width: 400px;
   padding: 45px;
   transition: 0.5s all;
   border-radius: 30px;
}

.popup.active {
   transform: translate(-50%, -50%) scale(1);
   transition: 0.5s all;
}

.close-popup {
   position: absolute;
   top: -12px;
   right: -12px;
   cursor: pointer;
   color: #fff;
   font-size: 1em;
   font-weight: 700;
}

.popup_title {
   font-size: 1.6em;
   font-weight: 700;
   margin-bottom: 15px;
}

.popup_description {
   max-width: 320px;
   margin-bottom: 30px;
   margin: 0 auto 30px;
}

.popup_input {
   height: 80px;
   border: 1px solid #ccc;
   width: 100%;
   padding-left: 30px;
   box-sizing: border-box;
   border-radius: 12px;
   margin-bottom: 6px;
}

.popup_button {
   width: 100%;
   height: 80px;
}


.popup input:focus {
   border: 1px solid #ceaf6a;
}

.popup input:focus + .label__text {
   color: #ceaf6a;
}

.popup textarea:focus + .label__text {
   color: #ceaf6a;
}

.popup__conf {
   font-size: 0.65em;
   color: #ccc;
}

.quiz_form_box {
   border-radius: 24px;
   overflow: hidden;
   width: 75%;
   background: #fff;
   position: relative;
   padding: 30px 0;
   box-sizing: border-box;
   border: 1px solid #ccc;
}

.logo-img {
   height: 52px;
   position: relative;
   top: 3px;
}

.container {
   width: 100%;
   margin: 0 auto;
   box-sizing: border-box;
}

.politica {
   font-size: 12px;
   opacity: 0.4;
   text-align: center;
   max-width: 480px;
}

input.error {
   border-color: red !important;
}

label.error {
   display: none !important;
}

.btn-next {
   display: block;
   width: 100%;
   padding: 20px 0;
   border-radius: 12px;
   background: rgba(0,211,139,0.3);
   color: rgba(51,51,51,0.3);
   font-weight: 700;
   font-size: 0.875em;
   font-family: 'Manrope', sans-serif;
   text-align: center;
   -webkit-transition: .3s;
   transition: .3s;
   position: relative;
   overflow: hidden;
   margin-top: 30px;
}

/*

.btn-next:hover {
   background: #228bbf;
}*/


.btn-next span {
   font-weight: inherit;
   position: relative;
   z-index: 2;
}  

.btn-next span:after {
   content: "";
   display: inline-block;
   width: 15px;
   height: 9px;
   background: url("../img/next-arrow.png") no-repeat center;
   margin-left: 10px;
} 

.btn-next_active {
   background: #00d38b;
   color: #333;
   font-weight: 700;
}

.btn-next_active:hover {
   background: #009d6a;
}

/* .btn-next_active span:after {
   background: url("../img/next-arrow-a.svg") no-repeat center;
} */

.btn-next-container {
   width: 100%;
   position: relative;
   text-align: center;
}

.btn-next-container:before {
   content: "";
   display: block;
   position: absolute;
   top: 0;
   right: 0;
   bottom: 0;
   left: 0;
   width: 100%;
   height: 100%;
   z-index: 5;
}

.btn-next-container_active:before {
   content: none;
}

.btn-next-container::after {
   position: absolute;
   top: 50%;
   left: 105%;
   content: "Ответьте на вопрос выше";
   display: block;
   transform: translateY(-50%);
   width: 200rem;
   color: rgb(0, 0, 0);
   font-size: 14rem;
   text-align: left;
   box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 10rem;
   opacity: 0;
   z-index: -1;
   padding: 15rem 20rem;
   background: rgb(255, 255, 255);
   border-radius: 15rem;
   transition: all 0.4s ease 0s;
}

.btn-shine:after {
   content: "";
   margin-left: 60px;
   width: 30px;
   height: 300px;
   background: #fff;
   -webkit-animation-delay: 0.05s;
   animation-delay: 0.05s;
   position: absolute;
   left: -40px;
   top: -150px;
   -webkit-animation-timing-function: ease-in-out;
   animation-timing-function: ease-in-out;
   -webkit-transition: all 0.1s;
   transition: all 0.1s;
   -webkit-animation-name: slideme;
   animation-name: slideme;
   -webkit-animation-duration: 3s;
   animation-duration: 3s;
   -webkit-animation-iteration-count: infinite;
   animation-iteration-count: infinite;
   -webkit-transform: rotate(45deg);
   transform: rotate(45deg);
}

@-webkit-keyframes slideme {
   0% {
      left: -30px;
      margin-left: 0px;
   }

   30% {
      left: 110%;
      margin-left: 80px;
   }

   100% {
      left: 110%;
      margin-left: 80px;
   }
}

@keyframes slideme {
   0% {
      left: -30px;
      margin-left: 0px;
   }

   30% {
      left: 110%;
      margin-left: 80px;
   }

   100% {
      left: 110%;
      margin-left: 80px;
   }
}

.bx-next {
   display: inline-block;
   width: 100%;
   max-width: 300px;
}

.portable-test-wrapper {
   max-width: 768px;
   margin: 0 auto;
}

.header-line {
   padding: 15px 0;
}

.header-line .container {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -ms-flex-wrap: nowrap;
   flex-wrap: nowrap;
   -webkit-box-pack: start;
   -ms-flex-pack: start;
   justify-content: flex-start;
   -webkit-box-align: center;
   -ms-flex-align: center;
   align-items: center;
   -webkit-box-orient: horizontal;
   -webkit-box-direction: normal;
   -ms-flex-direction: row;
   flex-direction: row;
}

.header-line__logo {
   display: block;
   margin-right: 35px;
}

.header-line__title {
   font-size: 14px;
   line-height: 1.5;
   padding-left: 20px;
   border-left: 1px solid #ccc;
   margin: 0 0 0 20px;
   max-width: 480px;
   font-weight: 500;
}

.main-progress {
   background: #efefef;
   width: 80%;
   margin: 0 auto 24px;
   position: relative;
   height: 24px;
   border-radius: 12px;
   overflow: hidden;
}

.main-progress__extender {
   background: #ffd691 url(../img/line.svg) center left repeat;
   background-size: auto 100%;
   -webkit-animation: quizLine 30s linear infinite;
   animation: quizLine 30s linear infinite;
   border-radius: 12px;
   height: 100%;
   transition: 1s;
   border: 4px solid #efefef;
   box-sizing: border-box;
   position: absolute;
   top: 0;
   left: 0;
   bottom: 0;
}

@-webkit-keyframes quizLine {
   0% {
      background-position: 0 center;
   }

   100% {
      background-position: 22rem center;
   }
}


@keyframes quizLine {
   0% {
      background-position: 0 center;
   }

   100% {
      background-position: 22rem center;
   }
}

.main-progress__text {
   position: relative;
   width: 100%;
   font-size: 0.75em;
   text-align: center;
   display: none;
   position: relative;
   top: 3px;
}

.main-progress__text_active {
   display: block;
}

.step {
   display: flex;
   flex-wrap: nowrap;
   justify-content: flex-start;
   align-items: center;
   flex-direction: row;
   width: 100%;
   box-sizing: border-box;
   margin-bottom: 24px;
}

.step__text {
   font-size: 14px;
   margin-right: 15px;
}

.step__extender {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -ms-flex-wrap: nowrap;
   flex-wrap: nowrap;
   -webkit-box-pack: start;
   -ms-flex-pack: start;
   justify-content: flex-start;
   -webkit-box-align: center;
   -ms-flex-align: center;
   align-items: center;
   -webkit-box-orient: horizontal;
   -webkit-box-direction: normal;
   -ms-flex-direction: row;
   flex-direction: row;
   position: relative;
}

.step__extender:after {
   content: "";
   display: block;
   width: 100%;
   height: 1px;
   background: #29a9eb;
   position: absolute;
   top: 50%;
   left: 0;
   right: 0;
}

.step__extender-item {
   width: 9px;
   height: 9px;
   border: 1px solid #29a9eb;
   border-radius: 50%;
   background: #FFF;
   margin-right: 15px;
   position: relative;
   z-index: 2;
}

.step__extender-item:last-child {
   margin-right: 0;
}

.step__extender-item_active {
   background: #29a9eb;
}

.step-slide {
   
}

.step-slide__discount {
   font-size: 18px;
   font-weight: bold;
   padding-left: 30px;
   margin: -25px 0 40px 15px;
   background: url("../img/gift.png") no-repeat left center;
}

.step-slide__title {
   text-align: center;
   font-size: 24px;
   font-family: 'Manrope', sans-serif;
   margin-bottom: 30px;
   font-weight: 500;
}

/*
.step-slide__title-counter {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -ms-flex-wrap: nowrap;
   flex-wrap: nowrap;
   -webkit-box-pack: center;
   -ms-flex-pack: center;
   justify-content: center;
   -webkit-box-align: center;
   -ms-flex-align: center;
   align-items: center;
   -webkit-box-orient: horizontal;
   -webkit-box-direction: normal;
   -ms-flex-direction: row;
   flex-direction: row;
   width: 35px;
   min-width: 35px;
   height: 35px;
   border: 3px solid #f7d999;
   border-radius: 50%;
   font-size: 17px;
   font-family: 'Manrope', sans-serif;
   margin-right: 15px;
}
*/

.step-slide__grid {
   display: flex;
   flex-direction: row;
   justify-content: center;
   flex-wrap: wrap;
   align-items: flex-start;
}



.pick-item-border {
   box-sizing: border-box;
   display: flex;
   flex-direction: column;
   align-content: center;
   align-items: center;
   border: 1px solid #fafafa;
   background-color: #fff;
   border-radius: 18px;
}

.pick-item {
   display: block;
   max-width: 20%;
   cursor: pointer;
   box-sizing: border-box;
   margin: 0 10px;
}

.pick2-item {
   display: block;
   margin: 0 15px 30px;
   cursor: pointer;
}

.pick-item__img {
   height: 100%;
   overflow: hidden;
   text-align: left;
   margin-bottom: 6px;
   border-radius: 18px;
}

.pick-item__img img {
   display: inline-block;
}

.pick-item__span {
   width: 750px;
   overflow: hidden;
   margin-bottom: 5px;
   text-align: left;
   background-color: #faf8ee;
   margin: -15px 0 30px 50px;
   padding: 15px;
   line-height: 22px;
}

.pick-item__input {
   display: none;
   width: 185px;
   height: 55px;
   border: 0px solid #d9d9d9;
   background-color: #efefef;
   border-radius: 5px;
   padding: 15px;
   font-size: 22px;
   margin-right: 10px;
}

.pick-item__input:checked + .pick-item__label:after {
   content: "";
   display: block;
   width: 10px;
   height: 10px;
   background: #ffb96d;
   border-radius: 50%;
   position: absolute;
   top: -29px;
   left: 50%;
   margin-left: -7px;
}

.pick-item__label {
   font-family: 'Manrope', sans-serif;
   font-size: 0.75em;
   line-height: 1.4;
   position: relative;
   margin-top: 20px;
   text-align: center;
}

.pick-item__label:before {
   content: "";
   display: block;
   width: 24px;
   height: 24px;
   border: 7px solid #fff;
   box-sizing: border-box;
   background: rgba(204, 219, 227, 1);
   border-radius: 50%;
   position: absolute;
   top: -36px;
   left: 50%;
   margin-left: -14px;
   box-shadow: 0 8px 15px rgba(0, 0, 0, 0.1);
}

.pick-item__label span {
   font-size: 12px;
}

.pick-item-input {
   display: inline-block;
   width: 185px;
   height: 55px;
   border: 1px solid #d9d9d9;
   background-color: #efefef;
   border-radius: 5px;
   padding: 15px;
   font-size: 14px;
   margin-right: 10px;
}

.last-step-form {
   display: flex;
   flex-direction: column;
   align-items: center;
   margin-top: 20px;
   padding: 0 20px;
   box-sizing: border-box;
   max-width: 480px;
}

.last-step-form__label {
   display: block;
   font-size: 17px;
   margin-bottom: 18px;
}

.last-step-form__input {
   display: block;
   width: 100%;
   max-width: 460px;
   padding: 11px 0 11px 50px;
   margin-bottom: 10px;
   border: 1px solid transparent;
   border-radius: 5px;
   height: 60px;
   font-size: 18px;
   border-radius: 3px;
   background: #EFEFEF url("../img/phone.png") no-repeat left 20px center;
}

.last-step-form__input-2 {
   width: 100%;
   max-width: 460px;
   padding: 30px;
   margin: 0 0 12px;
   border: 1px solid transparent;
   border-radius: 12px;
   font-size: 0.875em;
   background: #EFEFEF;
   box-sizing: border-box;
   height: 72px;
}

.last-step-form__button {
   display: block;
   width: 100%;
   max-width: 480px;
   border-radius: 12px;
   border: 0;
   background: #ffd691;
   font-size: 0.875em;
   font-weight: 700;
   color: #333;
   text-align: center;
   transition: .3s;
   position: relative;
   overflow: hidden;
   cursor: pointer;
   height: 72px;
}

.last-step-form__button span {
   font-weight: inherit;
   position: relative;
   z-index: 2;
}

.last-step-form__button:hover {
   background: #009d6a;
}

.last-step-form__accept {
   font-size: 11px;
   color: #4A4A4A;
}

.last-step-form__accept a {
   color: inherit;
   text-decoration: underline;
}

.after-submit {
   background: #FFF;
}

.after-submit .container {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -ms-flex-wrap: nowrap;
   flex-wrap: nowrap;
   -webkit-box-pack: center;
   -ms-flex-pack: center;
   justify-content: center;
   -webkit-box-align: center;
   -ms-flex-align: center;
   align-items: center;
   -webkit-box-orient: vertical;
   -webkit-box-direction: normal;
   -ms-flex-direction: column;
   flex-direction: column;
   width: 100%;
   height: 100%;
   padding: 150px 0;
}

.after-submit__title {
   padding-top: 80px;
   font-size: 1.2em;
   font-weight: bold;
   margin-bottom: 15px;
   background: url("../img/done.png") no-repeat top center;
   text-align: center;
}

.after-submit__descr {
   font-size: 0.875em;
   text-align: center;
   max-width: 480px;
   margin: 0 auto;
   line-height: 1.5;
   padding: 0 20px;
   box-sizing: border-box;
}

.after-submit__descr a {
   color: #179d56;
   text-decoration: underline;
}

.test-modal-button {
   display: block;
   width: 100%;
   max-width: 330px;
   height: 66px;
   border-radius: 4px;
   overflow: hidden;
   border: 0;
   background: #09B677;
   font-size: 18px;
   font-weight: bold;
   position: relative;
   cursor: pointer;
   text-transform: uppercase;
   color: #FFF;
   -webkit-transition: .3s;
   transition: .3s;
}

.test-modal-button:hover {
   background: #089E67;
}

.test-modal-button span:after {
   content: "";
   display: inline-block;
   width: 23px;
   height: 23px;
   background: url("../img/form-w.svg") no-repeat center;
   margin: 0 0 -5px 10px;
}

.arcticmodal-container {
   -webkit-overflow-scrolling: touch;
   overflow-y: scroll;
}

.politica {
   font-size: 0.75em;
   color: #0f0f0f;
   margin-top: 12px;
}

.politica_link {
   text-decoration: underline;
   color: #999;
}


/*------------------ Адаптив 480px ------------------*/

@media screen and (max-width: 580px) {
   
   
   .first__list-logo__img {
   height: 30px;
}
   
   .logo_text {
      margin-left: 0;
      font-size: 0.85em;
   }
   
   .logo_descr {
      margin-left: 0;
   }
   
   .first_title_mob {
      display: block;
      font-size: 1.4em;
   }

   .first_descr_mob {
      display: block;
   }
   
   .first__list-phone__link {
      font-size: 1em;
   }
   
   .first_content_list_text {
      font-size: 0.75em;
   }
   
   .sidenav {
      display: none;
   }

   .first__content {
      padding: 10px 0;
   }

   .first__item {
      align-items: center;
   }

   .first__list {
      flex-direction: column;
      width: 50%;
      margin-bottom: 20px;
      text-align: center;
   }

   .first__list-logo__img {
      margin-bottom: 10px;
   }

   .logo_box {
      text-align: center;
   }

   .first__list-messenger__title {
      margin-bottom: 10px;
   }

   .first__list-phone__call-back::before {
      display: none;
   }

   .first_one {
      max-width: 100%;
   }

   .first__content__title {
      display: none;
   }

   .title_font_color {
      display: block;
   }

   .first__content__description {
      font-size: 0.75em;
      margin-bottom: 35px;
   }

   .first_content_list {
      flex-direction: column;
      width: 100%;
      margin-bottom: 70px;
   }

   .first_content_item {
      padding: 15px;
      max-width: 600px;
      flex-direction: row;
      align-items: center;
      justify-content: center
   }

   .first_content_item:nth-child(2) {
      border-top: 1px solid #525252;
      border-bottom: 1px solid #525252;
   }

   .first_content_list_img {
      height: 70px;
      position: relative;
      top: auto;
      margin-right: 15px;

   }

   .first_content_list_text:nth-child(1) {
      padding: 0;
   }

   .first_two {
      width: 100%;
   }

   .first_two_list {
      flex-direction: column;
   }

   .first_two_item {
      padding: 50px 20px 20px 20px;
      margin-bottom: 0;
      width: 100%;
   }

   .first_two_item:nth-child(2) {
      margin: 40px 0;
   }

   .first_form_box {
      width: 90%;
      bottom: -560px;
      padding: 30px;
   }

   .form_title_box {
      flex-direction: column;
   }

   .form_title {
      margin-bottom: 20px;
      font-size: 1.1em;
   }



   .form_input {
      margin-bottom: 6px;
      width: 100%;
   }

   .form_button {
      width: 100%;
   }

   .button_images {
      top: 184px;
   }

   .calculator {
   
   }

   .hover_quiz-img_1 {
      height: 180px;
      top: -10%;
   }

   .hover_quiz-img_2 {
      height: 180px;
      top: 35%;
      z-index: 2;
   }

   .additional__title {
      font-size: 1.4em;
      margin-bottom: 20px;
      margin-top: 20px;
   }

   .section__underhead {
      margin-bottom: 90px;
      font-size: 0.875em;
   }
   
   .quiz_form_box {
      width: 100%;
   }
   
   .quiz_aside {
      display: none;
   }

   .popup {
      max-width: 90%;
   }
   
   .footer_link {
      font-size: 1em;
   }
   
   /*-----------------------------------*/


   .step-slide__grid {
      justify-content: center;
   }

   .gift_link {
      flex-direction: column;
   }

   .pick-item {
      max-width: 45%;
      margin: 0;
      padding: 0 5px 25px;
   }

   .pick-item__label {
      position: relative;
      margin-top: 5px;
      text-align: center;
      width: 100%;
      box-sizing: border-box;
   }

   .pick-item__label:before {
      top: -30px;
      left: 50%;
      margin-left: -14px;
   }

   .pick-item__input:checked + .pick-item__label:after {
      top: -23px;
      left: 50%;
      margin-left: -7px;
   }

   .last-step-form__button {
      display: block;
      width: 100%;
      max-width: 480px;
      font-size: 0.875em;
      height: 80px;
   }

   .last-step-form__button span:after {
      width: 18px;
      height: 18px;
      margin: 0 0 -4px 5px;
      background-size: 100% 100%;
   }

   .header-line__title {
      font-size: 13px;
      line-height: 1.33;
   }

   .main-progress__text {
      font-size: 14px;
   }

   .pick-item__span {
      width: 100%;
      overflow: hidden;
      margin-bottom: 5px;
      text-align: center;
      background-color: #faf8ee;
      margin: -15px 0 30px 0px;
      padding: 15px;
      line-height: 16px;
      font-size: 13px;
   }

   .step-slide__title {
      font-size: 18px;
      text-align: center;
   }

   .step-slide__discount {
      font-size: 15px;
      line-height: 20px;
   }

   .last-step-form__label {
      font-size: 15px;
   }

   .last-step-form__button {
      font-size: 0.875em;
   }

   .pick2-item {
      display: block;
      margin: 0 90px 30px;
      cursor: pointer;
      text-align: center;
   }

   .last-step-form__input,
   .last-step-form__input-2 {
      display: block;
      width: 100%;
      max-width: 460px;
      padding: 11px 0 11px 30px;
      margin-bottom: 10px;
      border: 1px solid transparent;
      border-radius: 12px;
      font-family: 'Manrope', sans-serif;
      font-size: 16px;
      background: #EFEFEF;
      height: 72px;
   }

   .pick-item__text {
      padding-top: 15px;
      font-size: 14px;
      line-height: 1.5;
   }

   .btn-next {
      margin-left: 0;
   }

   .button_wrapper_text {
      max-width: 260px;
      margin-bottom: 20px;
      margin-left: 0;
   }

   .tabs__wrapper {
      display: flex;
      flex-direction: column;
   }

   .gallery_item {
      flex-direction: column;
   }

   .gallery_item-revers {
      display: flex;
      flex-direction: column-reverse;
      margin-bottom: 70px;
   }

   .gallery_item_image-box {
      flex-direction: column;
      width: 100%;
   }

   .gallery_item_image {
      width: 100%;
      margin: 2% 0;
   }

   .gallery_item_text-box {
      width: 100%;
   }

   .gallery_item_title {
      font-size: 1.5em;
      font-weight: 700;
      margin-bottom: 15px;
   }

   .gallery_item_description {
      margin-bottom: 30px;
      font-size: 0.875em;
      max-width: 320px;
   }

   .gallery_item_paragraph {
      line-height: 1.8;
      font-size: 0.875em;
   }


}24