input,
button{
   font-family: inherit;
}
.mobil{
   display: none;
}
#quiz a.btn.prev-step{
   display: none!important;
}

/* HEADER */
#header .container {
   display: flex;
}

.second__header {
   display: none;
   position: absolute;
   width: 100%;
   left: 0;
   top: 0;
   padding: 20px 2px 10px 0;
   transition: all .35s ease;
   z-index: 2;
}

.second__header.active {
   transform: translateY(-100%);
   opacity: 0;
}

.second__header .container {
   justify-content: space-between;
}

.logo {
   flex: 1 0;
}

.logo_text {
   font-size: 18px;
   line-height: 22px;
   font-weight: 700;
   margin-left: 38px;
}

.logo>* {
   display: inline-block;
   vertical-align: top;
}

header#header {
   padding: 20px 0 20px;
   background: rgba(14, 14, 14, 0.5);
   color: #fff;
}

.header-right {
   padding-top: 3px;
}

.header-right-phone {
   padding: 0 35px;
   position: relative;
}

.header-right-phone .phone-icon {
   margin-right: 20px;
}

.header-right-phone>div {
   text-align: right;
}

.header-right-phone a.phone {
   font-weight: 500;
   font-size: 22px;
   line-height: 1;
   display: inline-block;
   margin-bottom: 9px;
   transition: 0.2s;
   color: #fff;
}

.header-right-phone a.phone:hover {
   opacity: 0.7;
}

.header-right-whatsapp {
   width: 230px;
   justify-content: center;
   position: relative;
}

.header-right-phone:after,
.header-right-whatsapp:before,
.header-right-whatsapp:after {
   content: '';
   width: 1px;
   height: 53px;
   background: #727272;
   position: absolute;
}

.header-right-whatsapp:before {
   left: 0;
}

.header-right-phone:after,
.header-right-whatsapp:after {
   right: 0;
}

.whatsapp-text {
   width: 100px;
   margin-right: 20px;
   text-align: left;
}
.whatsapp-text a{
   color: #fff;
   transition: .3s;
}
.whatsapp-text a:hover{
   color: #aaa;
}
.phone-text {
   font-size: 14px;
   line-height: 1;
   position: relative;
   cursor: pointer;
   transition: 0.2s;
   padding-left: 10px;
   text-decoration: underline;
}

/*.phone-text:before {
    position: absolute;
    content: '';
    left: 0;
    top: 7px;
    width: 8px;
    height: 8px;
    background: #1CCB00;
    border-radius: 50%;
}*/

.phone-text:hover {
   opacity: 0.7;
}

.logo-text {
   font-size: 18px;
   line-height: 22px;
   font-weight: 700;
   margin: 0 45px 0 30px;
   letter-spacing: .1em;
}

.logo__descr {
   margin-left: 65px;
}

.flex {
   display: flex;
}

.aic {
   align-items: center;
}

.column {
   flex-direction: column;
}

#header .container {
   justify-content: space-between;
}

#mobile-header {
   /*position: fixed;
   top: 0;
   left: 0;
   width: 100%;*/
   background: rgba(14, 14, 14, 0.5);
   z-index: 11;
   /*transform: translateY(-100%);*/
   /*transition: 0.2s;*/
   display: none; 
   position: relative;
}

.header-active #mobile-header {
   opacity: 1;
   transform: translateY(0px);
}

#mobile-header .logo {
   display: inline-block;
   padding: 0;
   height: auto;
}

#mobile-header>.container {
   padding-top: 20px;
   padding-bottom: 15px;
   justify-content: space-between;
   /*border-bottom: 1px solid #727272;*/
   padding: 20px 15px 15px;
   position: relative;
}
#mobile-header>.container:after{
   content: '';
   position: absolute;
   left: 15px;
   bottom: -1px;
   display: block;
   height: 1px;
   width: calc(100% - 30px);
   background: #727272;
   margin: auto;
}
h1 {
   font-family: 'Oswald';
   font-weight: 500;
   font-size: 48px;
   line-height: 1.35;
   margin-bottom: 25px;
   color: #EEAF0B;
}

#main {
   
   position: relative;
   z-index: 1;
}

header {
   position: relative;
   z-index: 1;
}

.header__bg {
   position: relative;
   background: linear-gradient(90deg, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0) 65.42%);

}

.header__bg::before {
   position: absolute;
   content: '';
   left: 0;
   top: 0;
   width: 100%;
   height: 100%;
   background: url(../img/bg/bg-main.webp);
   background-size: cover;
   background-position: top center;
   background-repeat: no-repeat;
   z-index: -1;
}

.header__bg::after {
   position: absolute;
   content: '';
   left: 0;
   top: 0;
   width: 100%;
   height: 100%;
   background: rgba(0, 0, 0, .7);
   z-index: 0;
}

.btn {
   font-weight: 700;
   font-size: 18px;
   line-height: 1;
   border: none;
   text-transform: uppercase;
   position: relative;
   min-width: 264px;
   background: #EE420B;
   box-shadow: inset 0px 10px 15px rgba(255, 255, 255, 0.4);
   border-radius: 5px;
   /*filter: drop-shadow(0px 5px 10px rgba(0, 0, 0, 0.15));*/
   color: #fff;
   text-align: center;
   transition: 0.3s;
   font-family: inherit;
}

.btn input {
   position: absolute;
   width: 100%;
   height: 100%;
   border-radius: 50px;
   left: 0;
   top: 0;
   border: none;
   background-color: transparent;
   font-size: inherit;
   color: inherit;
   font-weight: inherit;
}

.btn.next-step{
   width: 287px;
   height: 65px;
   display: flex!important;
   align-items: center;
   justify-content: center;
   text-align: center;
   
}
.window:not(.can-next) .btn.next-step{
   background: linear-gradient(180deg, #656565 0%, #3E3939 100%);
   border: 1px solid #6C6C6C;
   box-shadow: none;
}
.btn.next-step img{
   margin-left: 10px;
   margin-top: -4px;
}
.begin-answer{
   font-size: 18px;
   line-height: 1;
   font-weight: bold;
   color: #FFB72D;
   margin-top: 20px;
}
.h1-sub {
   font-size: 24px;
   line-height: 1;
   margin-bottom: 32px;
   position: relative;
   color: #fff;
   display: inline-block;
   z-index: 1;
}

.disabled {
   pointer-events: none;
   opacity: 0.5;
}

.btn:hover:not(:active) {
   /*background: #40C351;
   box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.15);*/
   /* color: #fff; */
}

.btn span {
   display: block;
}

.btn:active,
.btn:hover,
.text-blk-btn input:hover,
.btn.download:hover {
   box-shadow: inset 0px 4px 15px rgb(23 22 24 / 60%);
}

.color {
   color: #D69853;
}

.two-items {
   display: flex;
   justify-content: space-between;
   width: 100%;
   max-width: 380px;
   height: 90px;
   padding: 18px 10px;
   background: rgba(77, 77, 77, 0.5);
   border-radius: 5px;
   margin-bottom: 40px;
}

.t-itm {
   width: 100px;
   margin: 0 10px;
   text-align: center;
}

.h_tarrif_text {
   font-size: 18px;
   line-height: 1.22;
   position: relative;
   color: #fff;
}

.h_tarrif_text span.strong {
   font-weight: 700;
   color: #EEAF0B;
   font-size: 22px;
}

.h_tarrif_text span.light {
   font-weight: 300;
}

.h_button .btn {
   margin-top: 30px;
   width: 380px;
   height: 75px;
   font-size: 18px;
   justify-content: center;
}

.h_button .btn .small {
   font-size: 14px;
   font-weight: 400;
   margin-top: 5px;
}

.t-img {
   margin-right: 12px;
   width: 79px;
   position: relative;
   font-size: 0;
}

.get-gift {
   line-height: 18px;
   color: #fff;
   margin: 30px 0 18px;
   position: relative;
   padding-left: 20px;
}

.get-gift .title {
   font-size: 18px;
   line-height: 1.2;
   margin-bottom: 20px;
   margin-left: 13px;
   position: relative;
}

.get-gift .plus {
   font-size: 50px;
   line-height: 30px;
   font-weight: 700;
   position: absolute;
   left: -35px;
   top: 0;
   color: #EECA0B;
}

.get-gift .text {
   width: 400px;
   margin-bottom: 16px;
}

.get-gift .yellow {
   color: #EEAF0B;
   font-size: 18px;
   margin-bottom: 15px;
}

.get-gift ul {
   padding-left: 20px;
}

.get-gift ul li {
   line-height: 1.2;
   margin-bottom: 5px;
   list-style: disc;
}

.header_book {
   position: absolute;
   top: 25px;
   left: 400px;
}

[data-viz] {
   cursor: pointer;
}

[data-viz] .t-img:before {
   content: '';
   position: absolute;
   left: 0;
   top: -1px;
   width: 100%;
   height: 100%;
   /* background: url(../../static/img/icon-zoom.svg?v=1) center no-repeat; */
}

.t-txt {
   /*padding-bottom: 6px;
    flex: 1 0;*/
   color: #fff;
   font-size: 14px;
   font-weight: 500;
   line-height: 1.1;
   margin-top: 3px;
}

#main .container {
   display: flex;
   position: relative;
   padding-top: 65px;
   padding-bottom: 75px;
}
#main .container:before,
#main .container:after{
   content: '';
   position: absolute;
   width: .5px;
   height: 100%;
   background: #727272;
   top: 0;
   opacity: .5;
}
#main .container:before{
   right: 355px;
}
#main .container:after{
   right: 15px;
}
#main .container .vertical-line{
   position: absolute;
   width: .5px;
   height: 100%;
   background: #727272;
   opacity: .5;
   top: 0;
   right: 584px;
   z-index: -1;
}
.main-left {
   flex: 1 0 0;
}

.main-right {
   width: 485px;
}

.header__slider {
   width: 485px;
   height: 431px;
   overflow: hidden;
   position: relative;
   margin-bottom: 30px;
}

.header__slider-wrap {
   display: flex;
   height: 394px;
   transition: .3s;
}

.header__slider-item img {
   border-radius: 5px;
}

.header__slider-nav {
   position: absolute;
   bottom: 0;
   left: 50%;
   transform: translateX(-50%);
   height: 12px;
   display: flex;
}

.header__slider-nav .nav-item {
   width: 12px;
   height: 12px;
   border-radius: 50%;
   margin: 0 6px;
   background: #6C6C6C;
   cursor: pointer;
   transition: .3s;
}

.header__slider-nav .nav-item.active,
.header__slider-nav .nav-item:hover {
   background: #EEAF0B;
}

.main-right-videos {
   justify-content: space-between;
}

.main-right-video {
   position: relative;
}

.main-right-video:after {
   content: '';
   position: absolute;
   width: 100%;
   height: 100%;
   left: 0;
   top: 0;
   background: linear-gradient(180deg, rgba(34, 34, 34, 0) 50.89%, #222222 100%);
   border-radius: 5px;
}

.main-right-video span {
   position: absolute;
   width: 36px;
   height: 36px;
   background: #DB1C1C;
   border-radius: 50%;
   left: 50%;
   top: 50%;
   transform: translate(-50%, -50%);
}

.main-right-video span:after {
   content: '';
   position: absolute;
   width: 0;
   height: 0;
   border: 7px solid transparent;
   border-left: 12px solid #fff;
   border-right: 0;
   left: 50%;
   top: 50%;
   transform: translate(-50%, -50%);
   margin-left: 2px;
}

.main-right-video img {
   display: block;
   border-radius: 5px;
}

.q_link {
   position: absolute;
   width: 46px;
   height: 46px;
   background: #FFD028;
   border-radius: 50%;
   font-size: 24px;
   line-height: 44px;
   justify-content: center;
   right: -50px;
   top: -30px;
   cursor: pointer;
   z-index: 2;
}

.main-right__text b {
   font-weight: 600;
   display: block;
   margin-bottom: 10px;
}

.video {
   font-family: Helvetica;
   overflow: hidden;
   transition: transform 0.2s ease-in-out 0s, width 0.3s ease-in-out 0s, height 0.3s ease-in-out 0s, bottom 0.3s ease-in-out 0s, border-color 0.2s ease-in-out 0s, opacity 1s ease-in-out 0s;
   transition: 0.2s ease-in-out;
   cursor: pointer;
   user-select: none;
   -webkit-tap-highlight-color: transparent;
   position: absolute;
   left: 10px;
   top: -28px;
   border-width: 3px;
   width: 182px;
   background: #FFFFFF;
   border: 1px solid rgba(214, 152, 83, 0.4);
   box-sizing: border-box;
   border-radius: 2px;
   z-index: 12;
}

.video video {
   object-fit: cover;
   position: absolute;
   top: 50%;
   left: 50%;
   transform: translate(-50%, -50%);
   width: 100%;
   height: 100%;
   min-width: 100%;
   min-height: 100%;
   z-index: 2;
   transition: opacity 0.4s ease-in-out 0s;
   opacity: 0.8;
}

.video-countainer {
   display: block;
   height: calc(100% - 8px);
   position: absolute;
   width: calc(100% - 8px);
   left: 4px;
   top: 4px;
   border-radius: 2px;
   overflow: hidden;
   font-size: 0;
}

.video:hover {
   border-color: rgba(214, 152, 83, 1);
   width: 188px;
   box-shadow: rgba(0, 0, 0, 0.4) 0px 10px 20px;
}

.video.video-open {
   width: 770px;
   border-color: rgba(214, 152, 83, 1);
   transition: 0.3s ease-in-out;
   box-shadow: rgba(0, 0, 0, 0.4) 0px 10px 20px;
}

.video-close,
.video-close-always {
   position: absolute;
   top: 8px;
   right: 8px;
   width: 20px;
   height: 20px;
   z-index: 250;
   transition: transform 0.3s ease-in-out 0s, opacity 0.2s ease-in-out 0s;
   opacity: 0.5;
   display: none;
}

.video-close:before,
.video-close:after,
.video-close-always:before,
.video-close-always:after {
   position: absolute;
   left: 0px;
   top: 9px;
   content: " ";
   height: 2px;
   width: 18px;
   background: white;
   box-shadow: rgba(0, 0, 0, 0.5) 1px 1px 10px;
}

.video-close:hover,
.video-close-always:hover {
   opacity: 1;
   transform: scale(1.2);
}

.video-close:before,
.video-close-always:before {
   transform: rotate(45deg);
}

.video-close:after,
.video-close-always:after {
   transform: rotate(-45deg);
}

.video-open .video-close {
   display: block;
}

.video:before {
   content: '';
   display: block;
   padding-bottom: 256px;
   transition: 0.2s ease-in-out;
}

.video:hover:before {
   padding-bottom: 266px;
}

.video.video-open:before {
   padding-bottom: 448px;
   transition: 0.3s ease-in-out;
}

.swiper-pagination-bullet {
   background: #D69853;
   opacity: .3;
   margin: 0 4px 0 5px !important;
}

.swiper-pagination-bullet.swiper-pagination-bullet-active {
   opacity: 1;
}

.swiper-main .swiper-pagination-bullet {
   width: 15px;
   height: 15px;
   margin: 0 7px !important;
}

.swiper-main .swiper-pagination {
   position: absolute;
   left: -2%;
   width: 100%;
   top: 84%;
}

/* .swiper-container-fade .swiper-slide:not(.swiper-slide-active) {
    opacity: 0 !important;
    } */


.slider-main {
   position: relative;
}

.slider-body .swiper-wrapper {
   border-radius: 20px;
   overflow: hidden;
}

.modal__close {
   position: absolute;
   z-index: 2;
   top: -30px;
   right: -30px;
   display: inline-block;
   width: 30px;
   height: 30px;
   overflow: hidden;
   border: none;
   background: transparent;
   cursor: pointer;
   transition: 0.3s;
   border-radius: 50%;
   border: 2px solid #000
}

.modal__close:before,
.modal__close:after {
   content: '';
   position: absolute;
   height: 2px;
   width: 70%;
   top: calc(50% + 5px);
   left: 0px;
   margin-top: -1px;
   background: #fff;
   border-radius: 5px;
   margin-top: -6px;
   transform: rotate(45deg);
   left: 3px;
}

.modal__close:after {
   transform: rotate(-45deg);
}

.modal__close:hover {
   opacity: 0.6;
}

.slider-title {
   font-weight: bold;
   font-size: 30px;
   line-height: 30px;
   text-transform: uppercase;
   text-align: center;
   margin-bottom: 5px;
}

.slider-second {
   font-size: 30px;
   line-height: 36px;
   text-align: center;
   margin-bottom: 5px;
}

.slider-mini {
   font-weight: 300;
   font-size: 25px;
   line-height: 25px;
   text-align: center;
   margin-bottom: 26px;
}

.slider-body {
   position: relative;
}

#main-slider {
   margin-bottom: 47px;
   padding: 0;
}

.portfolio_slider {
   height: 250px;
   width: 500px;
   margin: auto;
   display: none;
}

.portfolio_slider * {
   height: 100%;
}

.portfolio_slider a {
   border-radius: 5px;
   margin: auto;
   overflow: hidden;
   position: relative;
}

.portfolio_slider img {
   margin: auto;
   width: 100%;
   object-fit: cover;
}

.slider-bottom {
   height: 127px;
   margin: 0 -10px;
}

.slider-bottom .slick-item {
   border-radius: 10px;
   margin: 10px;
   overflow: hidden;
   cursor: pointer;
   position: relative;

}

.slider-bottom .slick-item:hover:before,
.slider-bottom .slick-item.slick-current:before {
   opacity: 0;
}

.slider-bottom .slick-item:before {
   position: absolute;
   width: 100%;
   height: 100%;
   content: '';
   left: 0;
   top: 0;
   opacity: 1;
   background: rgba(255, 255, 255, 0.69);
   transition: all .35s ease
}

.slider-bottom img {
   width: 100%;
   object-fit: cover;
   height: 107px;
}

.slick-prev,
.slick-next,
.slick-prev:focus,
.slick-next:focus,
.slick-prev:active,
.slick-next:active {
   /*background-color: #FFD028;
   background-image: url(../img/icon-arrow.svg);
   background-repeat: no-repeat;
   background-position: 12px 12px;
   width: 42px;
   height: 42px;
   border-radius: 50%;*/
   width: 65px;
   height: 27px;
   background: #727272 url(../img/arrow-w-l.svg) center no-repeat;
   border-radius: 10px 5px 5px 10px;
   transition: 0.3s ease;
   opacity: 1;
   z-index: 2;
}

.slick-next,
.slick-next:focus,
.slick-next:active {
   transform: rotate(180deg);
}
.portfolio_slider .slick-dots{
   height: 20px!important;
   bottom: -45px;
}
.portfolio_slider .slick-dots li button:before{
   color: #6c6c6c;
}
.portfolio_slider .slick-dots li.slick-active button:before{
   color: #EEAE0B;
   opacity: 1;
}
.slick-dots li,
.slick-dots li button,
.slick-dots li button:before{
   width: 10px;
   font-size: 9px;
}
.swiper-button-next {
   right: 0;
}

.swiper-button-prev {
   left: 0;
}

.slick-next:before,
.slick-prev:before {
   display: none;
}
.portfolio_slider .slick-next,
.portfolio_slider .slick-prev{
   top: auto;
   bottom: -47px;
   left: 50%;  
   right: auto;
}
.portfolio_slider .slick-prev{
   transform: none;
   margin-left: -145px;
}
.portfolio_slider .slick-next{
   margin-left: 80px;
}

.steps-bar {
   text-align: center;
   width: 592px;
   height: 46px;
   background: #fff;
   border-radius: 70px;
   padding: 7px;
   margin: 0 auto 69px;
   border: 1px solid rgba(70, 67, 79, 0.5);
   box-sizing: border-box;
   border-radius: 80px;
}

.steps-bar-line {
   background: #D28E4B;
   height: 100%;
   border-radius: 50px;
   color: #fff;
   font-weight: 300;
   font-size: 20px;
   padding-top: 1px;
   background-image: linear-gradient(-45deg, hsl(0 0% 100% / 0.1) 35%, transparent 0, transparent 50%, hsla(0, 0%, 100%, .1) 0, hsla(0, 0%, 100%, .1) 85%, transparent 0, transparent);
   -webkit-background-size: 22px 22px;
   background-size: 22px 22px;
   animation: c 1.5s linear infinite;
   transition: 0.4s ease;
}

.test-title {
   text-align: center;
   margin-bottom: 43px;
   font-size: 26px;
   line-height: 1.46;
   color: #fff;
}
.test-title span.bold{
   font-weight: bold;
}
.test-title span.light{
   font-weight: 300;
}
.window {
   opacity: 0;
   position: absolute;
   top: 0;
   width: 100%;
   visibility: hidden;
   pointer-events: none;
   transition: 0.2s ease;
}

.window.active {
   opacity: 1;
   visibility: visible;
   pointer-events: auto;
   position: relative;
   transform: translateX(0px);
}

.window-prev {
   opacity: 0 !important;
   pointer-events: none !important;
   position: absolute !important;
}

.windows {
   position: relative;
   transition: 0.4s ease;
   margin: auto;
}

.window-title {
   margin-bottom: 50px;
   font-size: 26px;
   line-height: 1;
   font-weight: 500;
   color: #fff;
}
.window-subtitle{
   font-size: 18px;
   margin-top: 25px;
   line-height: 1;
   font-weight: 400;
}
.window-comment{
   width: 731px;
   height: 0;
   overflow: hidden;
   background: #2B2721;
   transition: .4s;
}
.window-comment.active{
   border: 1px solid #EEAF0B;
   box-shadow: 0px 15px 20px -11px rgba(51, 51, 51, 0.2);
   border-radius: 5px; 
}
.window-comment .accordion{    
   padding: 18px 25px;
   font-size: 18px;
   line-height: 1.22;
   color: #fff;
}
.window-comment .accordion .yellow{
   color: #EEAF0B;
}
.window-second {
   margin-bottom: 64px;
   font-size: 16px;
   line-height: 20px;
   width: 100%;
}

.sketch .window-second {
   margin-bottom: 0;
}

.sketch .window-left {
   align-items: flex-start;
}

.sketch .window-left-wrp {
   padding-top: 60px;
}

.steps-have {
   font-weight: 500;
   font-size: 16px;
}

.window[data-step="1"] .window-btns .window-left {
   display: none !important;
}

#interactive {
   position: relative;
   /*padding-bottom: 12px;*/
   /* overflow: hidden; */
}

.quiz__wrap {
   position: relative;
   background: url(../img/bg/bg-quiz.webp) top center repeat-y;
   background-size: 100%;
}
.quiz__wrap:before{
   content: '';
   position: absolute;
   left: 0;
   top: 0;
   width: 100%;
   height: 100%;
   background: rgba(27, 25, 25, .75);
   z-index: 0;
}
#test {
   z-index: 1;
   position: relative;
   padding-bottom: 65px;
}

#test .container {
   /*width: 1075px;*/
   /*max-width: 100%;*/
   padding-top: 60px;
   padding-bottom: 1px;
}

.big-circle {
   position: absolute;
   top: 69px;
   left: -11%;
   width: 122%;
   z-index: -1;
}

.big-circle:after {
   content: '';
   display: block;
   padding-bottom: 100%;
}

.big-circle:before {
   content: '';
   position: absolute;
   left: 0;
   top: 0;
   width: 100%;
   height: 100%;
   background: #CDDEE5;
   border-radius: 50%;
}

#main-slider .slider_container {
   position: relative;
}

.progressBar__new {
   margin: 60px auto 100px;
   -ms-flex-pack: distribute;
   justify-content: space-between;
   padding: 15px;
   border: 2px solid #EFB84D;
   border-radius: 33px;
   gap: 30px;
}

.progressBar__new .progress__step {
   flex: 1;
   height: 20px;
   background: #4F4F4F;
   border-radius: 20px;
   /*width: -webkit-calc(83% / 6);
   width: calc(83% / 6);*/
   position: relative;
   -webkit-transition: all .35s ease;
   -o-transition: all .35s ease;
   transition: all .35s ease;
}
.progressBar__new .progress__step.hidden{
   display: none;
}
.progressBar__new .progress__step .dinamic_step {
   display: inline-block;
   top: 0;
   margin-right: 10px;
   left: 5px;
}
.progressBar__new .progress__step .dinamic_number{
   position: static;
   padding-left: 5px;
}
.progressBar__new .progress__step.active {
   background: #EEAF0B
}

.progressBar__new .progress__step.active span {
   opacity: 1;
}

.progressBar__new .progress__step span {
   position: relative;
   display: flex;
   -webkit-transition: all .35s ease;
   -o-transition: all .35s ease;
   transition: all .35s ease;
   opacity: 0;
   font-size: 18px;
   top: 55px;
   left: -15px;
   color: #fff;
   /*justify-content: center;
   align-items: center;*/
}

label.input input {
   position: absolute;
}

label.input {
   background: #2B2721;
   border: 1px solid #EEAF0B;
   box-shadow: 0px 15px 20px -11px rgba(51, 51, 51, 0.2);
   border-radius: 5px;
   /*margin-bottom: 20px;*/
   position: relative;
   min-height: 63px;
   display: flex;
   font-size: 0;
   cursor: pointer;
   /*width: calc(50% - 10px);*/
   width: 227px;
   transition: 0.2s;
}

.label_halh label.input {
   width: calc(100% - 10px);
}

.input-full label.input {
   max-width: 100%;
   width: 357px;
   margin-bottom: 15px;
   height: 69px;
   border: 1px solid #EEAF0B;
}
.input-full label.input.has-child{
   margin-bottom: 35px;
}
.input-full label.input .input-txt{
   display: flex;
   align-items: center;
   padding-left: 80px;
}
label.hidden{
   display: none;
}
.input-icon {
   border: 3px solid #333;
   border-radius: 50%;
   width: 47px;
   height: 47px;
   background: #fff;
   position: absolute;
}
.checkbox .input-icon{
   border-radius: 7px;
}
.input-full label.input .input-icon{
   left: 15px;
   width: 38px;
   height: 38px;

}
.input-full label.input .input-icon:before{
   width: 27px;
   height: 27px;
   background-size: 50%;
}
.input-text {
   font-size: 18px;
   line-height: 1.1;
   color: #fff;
}
.input-full .input-text{
   text-align: left;
   padding-right: 10px;
}
.input-text.small {
   font-size: 12px;
   height: 14px;
}
.input-full .info-box{
   position: absolute;
   background: #EEAF0B;
   border-radius: 0px 0px 5px 5px;
   font-weight: 500;
   font-size: 10px;
   line-height: 1;
   color: #000;
   padding: 6px 5px 4px;
   width: 210px;
   text-align: center;
   bottom: -20px;
   left: 50%;
   transform: translateX(-50%);
}

.input-placeholder {
   position: absolute;
   top: 16px;
   pointer-events: none;
   padding-right: 10px;
   color: #46434F80;
}

.checkbox-text-have .input-placeholder {
   opacity: 0;
}

.window-content {
   margin-bottom: 60px;
   margin-top: 24px;
   display: flex;
   justify-content: space-between;
}

.window-left {
   display: flex;
   margin-right: 29px;
   flex: 0 0 731px;
   flex-wrap: wrap;
   justify-content: space-between;
}

.checkbox-text textarea {
   width: calc(100% + 45px);
   color: #46434F;
   font: Normal 16px 'Muller', sans-serif;
   line-height: 19px;
   height: 100%;
   min-height: 170px;
   max-height: 130px;
   padding: 20px 0;
   display: block;
   border-radius: 12px 12px 0 0;
   position: relative;
   left: -40px;
   margin-bottom: 10px;
}

.test-name {
   text-align: center;
   font-size: 14px;
   line-height: 12px;
   margin-top: 36px;
   font-weight: 700;
   margin-bottom: 100px;
}

label.checkbox-text .input-icon {
   top: auto;
   bottom: 20px;
}

.checkbox-text.small textarea {
   left: 0;
   width: 100%;
   min-height: 100%;
   padding: 10px;
}

.checkbox-text.small .input-text {
   padding-bottom: 0;
}

.checkbox-text .input-text {
   /*min-height: 66px;
   flex-direction: column-reverse;
   padding-bottom: 20px;
   align-items: baseline;*/
}

label.checkbox-text {
   /*padding-top: 0;
   padding-bottom: 0;
   flex-direction: column;
   justify-content: space-between;*/
}

.checkbox textarea::placeholder {
   color: #46434F;
}

input::placeholder {
   color: #46434F80
}

input:checked+.input-icon:before,
input:checked+*>.input-icon:before,
input:checked+*+*>.input-icon:before {
   /*opacity: 1;*/
   background: #EEAF0B url(../img/icons/gal-black.png) center no-repeat;
}

.input-icon:before {
   content: '';
   position: absolute;
   left: 0;
   top: 0;
   right: 0;
   bottom: 0;
   margin: auto;
   background: #d3d3d3 url(../img/icons/gal.png) center no-repeat;
   border-radius: 50%;
   width: 35px;
   height: 35px;
   font-size: 25px;
   text-align: center;
   line-height: 35px;
   /*opacity: 0;*/
}
.checkbox .input-icon:before{
   border-radius: 3px;
}
.window:not(.can-next) .next-step,
form:not(.can-send) .btn-ajax,
form:not(.can-send) .text-blk-btn input,
.inputs-bottom:not(.can-send) .btn {
   pointer-events: none;
   opacity: 0.8;
   cursor: not-allowed;
}

a.prev-step:before {
   display: none;
}

a.prev-step {
   display: flex!important;
   align-items: center;
   justify-content: center;
   background: linear-gradient(180deg, #656565 0%, #3E3939 100%);
   box-shadow: none;
   border: 1px solid #6C6C6C;
   font-weight: 500;
   transition: 0.25s ease;
   margin-right: 28px;
   min-width: auto;
   width: 270px;
   height: 65px;
}

a.prev-step:hover>span {
   /*color: #fff;*/
}

a.prev-step:hover {
   
}

a.prev-step>span {
   color: #C5C5C5;
   transition: 0.25s ease;
   display: inline-block;
   margin-left: 10px;
}

.window-right {
   display: inline-block;
   vertical-align: top;
   width: 380px;
}

.window-btns {
   font-size: 0;
}

.window-btns>* {
   display: inline-block !important;
}

.window-btns a.prev-step>span {
   /*padding: 22px 19px;
   border-radius: 50px;*/
}

.window-btns .window-left {
   margin-right: 12px !important;
}

.input-default input {
   color: #46434F;
   font: Normal 16px 'Muller', sans-serif;
   padding: 0 15px 0 18px;
   height: 64px;
   width: 100%;
   display: block;
}

label.input.input-default {
   cursor: auto;
   padding: 0;
}

label.input .info {
   top: 0;
   bottom: 0;
   margin: auto;
   right: 11px;
}

label.input .info span {
   width: 318px;
}

.input-txt {
   width: 100%;
   position: relative;
   padding: 0;
   text-align: center;
}

label.input-img-have {
   display: block;
}

.input-img {
   padding: 0;
}
.input-img.dislike{
   position: relative;
}
.input-img.dislike:before,
.input-img.dislike:after{
   content: '';
   position: absolute;
   left: 13px;
   top: 13px;
   width: 50px;
   height: 50px;   
   border-radius: 5px;
}
.input-img.dislike:before{
   background: linear-gradient(0deg, #FFC7C7 0%, rgba(255, 0, 0, 0.16) 100%);
   border: 0.5px solid #E1E1E1;
}
.input-img.dislike:after{
   background: url(../img/dis.png) center no-repeat;
   background-size: 33px;
}
.input-img img {
   border-radius: 5px 5px 0 0;
   display: block;
}

.input-img-have .input-txt {
   padding: 37px 12px 20px;
   min-height: 66px;
}

label.input.radio.input-img-have .input-icon {
   top: -20px;
   left: 50%;
   transform: translateX(-50%);
}

label.input:hover {
   box-shadow: 0px 0px 15px rgba(70, 67, 79, 0.15);
}

.window-left-wrp {
   display: flex;
   flex: 1 0;
   flex-wrap: wrap;
   justify-content: space-between;
   align-items: flex-start;
   align-content: flex-start;
}

.test-data-have label.input {
   width: 100%;
}

.test-data-have .window-left-wrp {
   width: 279px;
   flex-basis: 279px;
   margin-right: 30px;
}

.window-left.test-data-have {
   flex-wrap: nowrap;
}

label.input-default {
   border: 1px solid #FB664F;
   overflow: hidden;
}

.container-back {
   position: absolute;
   height: 100%;
   width: 100%;
   pointer-events: none;
   z-index: -1;
}

.container-back .container {
   height: 100%;
}

.line {
   width: 1px;
   height: 100%;
   background: rgba(214, 152, 83, 0.12);
   position: absolute;
   left: 0;
   top: 0;
}

.line-right {
   position: absolute;
   right: 0;
   left: auto;
   top: 0;
}

.container-back .container {
   position: relative;
}

#site {
   position: relative;
   overflow: hidden;
}

.container-inner {
   position: relative;
   width: 100%;
   height: 100%;
}

.line-1 {
   left: 80px;
}

.line-2 {
   left: 92px;
}

.line-3 {
   left: auto;
   right: 459px;
}

.line-7,
.line-p1 {
   left: auto;
   right: 80px;
}

.line-6,
.line-p2 {
   left: auto;
   right: 92px;
}

.line-5 {
   left: auto;
   right: 274px;
}

.line-4 {
   left: auto;
   right: 355px;
}

.line-ph .line:not(.line-pw) {
   background: #fff;
}

.line-ph {
   position: absolute;
   width: 100%;
   height: calc(100% - 12px);
   pointer-events: none;
}

.line-pw {
   width: 2000px;
   height: 1px;
   bottom: 0;
   top: auto;
   z-index: -1;
   left: -149px;
}

.window-rg .line-ph {
   height: 100% !important;
}

h1 .color {
   color: #46434f;
}

.window:not(.can-next) .next-step {
   opacity: 1;
   /*background: #FFD028;*/
}

.modal-title {
   text-align: center;
   font-size: 16px;
   line-height: 19px;
}

.modal-text {
   text-align: center;
   margin-top: 19px;
   font-size: 18px;
   line-height: 22px;
   max-width: 366px;
   margin: auto;
}

.modal-text p {
   margin-bottom: 15px;
}

.modal__wrapper {
   padding: 20px 10px;
}

.modal-btn {
   margin-top: 29px;
   text-align: center;
}

.modal-btn .btn>span {
   font-size: 14px;
   padding: 10px 27px;
}

.modal__container {
   position: relative;
}

.window-rg {
   border-radius: 5px;
   height: 257px;
   background: #EEAF0B;
   display: flex;
}

[data-step='end'] .window-rg {
   padding: 30px 20px;
}

.ti-title {
   display: inherit;
   align-items: center;
   justify-content: center;
   text-align: center;
   width: 80px;
   flex: 0 0 80px;
   background: #FFCF54;
   border-radius: 5px 0px 0px 5px;
   font-size: 160px;
   line-height: 1;
   font-weight: 500;
   color: #DE9F00;
   padding-top: 25px;
}

.test-info {
   text-align: center;
}

.ti-second {
   font-size: 22px;
   line-height: 1.18;
   font-weight: 500;
   display: inherit;
   align-items: center;
   flex: auto;
   padding: 20px;
}

.test-info-item {
   text-align: left;
   font-weight: 600;
   line-height: 19px;
   margin-bottom: 10px;
   margin-left: 10px;
}

.test-info-item .number {
   min-width: 28px;
   height: 28px;
   background: #FB664F;
   border-radius: 50%;
   color: #fff;
   justify-content: center;
   text-align: center;
   font-size: 18px;
   line-height: 28px;
   font-weight: 700;
   margin-right: 15px;
}

.ti-bottom {
   margin-top: 40px;
   font-size: 14px;
   line-height: 17px;
}

.tst-info-container {
   max-width: 342px;
   margin: 0px auto 0;
}

span.test-t-txt {
   font-size: 14px;
   line-height: 17px;
   margin-top: 12px;
   display: block;
   font-weight: 400;
}

.woomen_gift {
   margin-top: -135px;
}

.test-two-items {
   display: flex;
   padding-bottom: 28px;
}

.test-t-itm {
   width: 50%;
   position: relative;
   font-size: 20px;
   line-height: 24px;
   margin-bottom: 36px;
}

.t-itm {
   position: relative;
   font-size: 20px;
   line-height: 24px;
   margin-bottom: 33px;
}

.t-number {
   display: block;
   font-size: 22px;
   line-height: 1;
   color: #EEAF0B;
   font-weight: 700;
}

.t-number .colo {
   display: inline-block;
   width: 12px;
   height: 12px;
   border-radius: 50%;
   background: #EE420B;
   position: relative;
   top: -1px;
   left: -4px;
}

.t-number .colo:before {
   content: '';
   width: 16px;
   height: 16px;
   border-radius: 50%;
   background: rgba(238, 66, 11, 0.5);
   position: absolute;
   left: -2px;
   top: -2px;
}

.t-number .colo:after {
   content: '';
   width: 0;
   height: 0;
   border: 2px solid transparent;
   border-left: 4px solid #fff;
   border-right: 0;
   position: absolute;
   left: 50%;
   top: 50%;
   transform: translate(-50%, -50%);
}

.t-number sup {
   font-size: 24px;
   line-height: 29px;
   color: #000;
}

.gift_box {
   position: absolute;
   left: -75px;
   top: -30px;
}

.info span {
   position: absolute;
   top: calc(100% + 16px);
   transform: translateY(-3px);
   left: -50px;
   opacity: 0;
   visibility: hidden;
   box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
   background: #FFFFFF;
   border-radius: 3px;
   color: #000000;
   transition: 0.3s ease;
   z-index: 10;
   padding: 24px 30px 27px;
   width: 218px;
   text-align: left;
   font-weight: 300;
   font-size: 14px;
   line-height: 19px;
   width: 340px;
}

.info {
   background: #46434F;
   box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.25);
   width: 24px;
   height: 24px;
   border-radius: 50%;
   cursor: pointer;
   background-image: url(../img/icon-i.html);
   background-repeat: no-repeat;
   background-position: 11px 5px;
   text-align: center;
   color: #fff;
   display: inline-block;
   position: relative;
   top: 2px;
   margin: 0 0 0 3px;
   font-size: 20px;
   line-height: 24px;
   font-weight: 300;
   white-space: normal;
}

.info:hover:after {
   content: '';
   position: absolute;
   left: -10px;
   top: 20px;
   width: 48px;
   height: 30px;
}

.info:hover span {
   opacity: 1;
   visibility: visible;
   transform: translateY(0px);
}

.info>span:before {
   content: '';
   top: -23px;
   left: 55px;
   position: absolute;
   border: 8px solid transparent;
   border-bottom: 16px solid white;
}

.info b {
   display: block;
}

.step-title {
   margin-bottom: 24px;
   font-weight: 700;
   font-size: 28px;
   line-height: 35px;
   font-family: Muller, sans-serif;
}

.step-title .accent {
   font-family: Muller, sans-serif;
   font-weight: 600;
   color: #FB664F;
}

.step-wrapper {
   display: flex;
   padding-bottom: 52px;
   position: relative;
}

.form-title {
   margin-bottom: 34px;
   font-size: 16px;
   line-height: 18px;
   font-weight: 500;
}
.form-subtitle{
   margin-bottom: 20px;
}
.input-text-mini {
   font-weight: 500;
   font-size: 14px;
   color: #D69853;
   margin-left: 36px;
   position: relative;
   white-space: nowrap;
}

.radio-text {
   font-size: 10px;
   line-height: 11.5px;
   font-weight: 500;
   display: inline-block;
}

.radio-bot {
   display: inline-block;
   vertical-align: top;
   width: 28px;
   height: 28px;
   border: 2px solid #d3d3d3;
   box-sizing: border-box;
   border-radius: 50%;
   position: relative;
   top: 2px;
   margin-top: 10px;
   /*flex-basis: 26px;
   flex-grow: 0;
   flex-shrink: 0;*/
}
/*[type="radio"]:checked+.radio-bot:before {
   width: 12px;
   height: 12px;
   opacity: 1;
}*/

.radio-bot:before {
   content: '';
   position: absolute;
   left: 50%;
   top: 50%;
   transform: translate(-50%, -50%);
   background: #d3d3d3 url(../img/icons/gal.svg) center no-repeat;
   border-radius: 50%;
   transition: ease 0.25s;
   width: 18px;
   height: 18px;
   background-size: 9px;
}
.chekboxs label.active .radio-bot{
   border-color: #000;
}
.chekboxs label.active .radio-bot:before{
   background: #EEAF0B url(../img/icons/gal-1.svg) center no-repeat;
   background-size: 9px;
}
.window-middle{
   max-width: 670px;
   width: 100%;
   margin: auto;
   display: none;
   opacity: 0;
   transition: 0.55s opacity;
}
.window-middle.block{
   display: block;
}
.window-middle.visible{
   opacity: 1;
}
.chekboxs {
   /*margin-bottom: 34px;*/
   display: flex;
   justify-content: space-between;
}
.chekboxs label {
   display: flex;
   flex-direction: column-reverse;
   align-items: center;
   justify-content: center;
   margin-bottom: 25px;
   cursor: pointer;
   width: 76px;
   height: 110px;
   border: 1px solid #929292;
   box-shadow: 0px 9px 11px -10px rgba(0, 0, 0, 0.25);
   border-radius: 10px;
   transition: .3s;
}
.chekboxs label.active{
   border-color: #000
}
.chekboxs input {
   display: none;
}

.radio-text b {
   font-weight: 500;
}
.radio-icon{
   width: 26px;
   height: 26px;
   margin-bottom: 5px;
}
label:not(.active) .radio-icon.telegram{
   background: url(../img/icons/icon-tlg.svg) center no-repeat;
   background-size: contain;
   transition: .3s;
}
label:not(.active) .radio-icon.sms{
   background: url(../img/icons/icon-sms.svg) center no-repeat;
   background-size: contain;
   transition: .3s;
}
label:not(.active) .radio-icon.whatsapp{
   background: url(../img/icons/wa-grey.png) center no-repeat;
   background-size: contain;
   transition: .3s;
}
label.active .radio-icon.whatsapp{
   background: url(../img/icons/whats-app.png) center no-repeat;
   background-size: contain;
   transition: .3s;
}
label.active .radio-icon.telegram{
   background: url(../img/icons/icon-tlg-b.svg) center no-repeat;
   background-size: contain;
   transition: .3s;
}
label.active .radio-icon.sms{
   background: url(../img/icons/icon-sms-b.svg) center no-repeat;
   background-size: contain;
   transition: .3s;
}

.form-inputs {
   /*max-width: 100%;
   width: 385px;
   margin-left: 25%;*/
}
.window-middle .step-title{
   text-align: center;
   color: #fff;
   font-size: 26px;
   line-height: 1.3;
   font-weight: 500;
}
.window-middle .step-subtitle{
   text-align: center;
   color: #fff;
   font-size: 22px;
   line-height: 1.27;
   max-width: 450px;
   margin: 0 auto 40px;
}
.step-left {
   padding-left: 240px;
   flex: 1 0;
   margin-right: 16px;
}
.step-end-bottom{
   border-top: 1px solid #000000;
   padding: 35px 0 15px;
}
.step-end-bottom-title{
   font-size: 18px;
   text-align: center;
   margin-bottom: 25px;
}
.step-bottom-text {
   /*text-align: center;
   margin-bottom: -21px;
   transform: translateY(-16px);
   opacity: 0;
   transition: 0.25s ease;
   font-size: 20px;
   line-height: 24px;*/
   display: flex;
   gap: 35px;
}
.step-bottom-item{
   padding-left: 30px;
   position: relative;
   font-size: 14px;
   line-height: 1.2;
}
.step-bottom-item:before{
   content: '';
   position: absolute;
   left: 0;
   top: 0;
   width: 20px;
   height: 20px;
   border-radius: 50%;
   background: #EEAF0B;
   text-align: center;
   line-height: 23px;
   font-size: 14px;
   font-weight: 500;
}
.step-bottom-item:first-child:before{
   content: '1';
}
.step-bottom-item:nth-of-type(2):before{
   content: '2';
}
.step-bottom-item:nth-of-type(3):before{
   content: '3';
}
.window.loaded .step-bottom-text {
   transform: translateY(0px);
   opacity: 1;
}

.result-footer {
   position: relative;
   background: #fff;
   padding: 25px;
   border-radius: 10px;
}
.result-footer-container{
   width: 250px;
   margin: auto;
}
.video_result-wrap{
   position: absolute;
   top: 40px;
   left: -13px;
   transform: rotate(351.2deg);
   overflow: hidden;
   z-index: 10;
   width: 176px;
   height: 357px;
   border-radius: 20px 20px 0 0;
}
.video_result{
   height: 374px;
}
.inputs-bottom {
   width: 100%;
   position: relative;
}

.input-bot {
   margin-bottom: 10px;
   text-align: center;
}

.input-bot input {
   border: 1px solid #2B2721;
   border-radius: 5px;
   max-width: 100%;
   width: 100%;
   height: 50px;
   text-align: center;
   font-size: 14px;
   line-height: 1;
   font-weight: 500;
   margin: auto;
   font-family: inherit;
}



.step-right {
   padding-top: 8px;
   width: 420px;
}

.result-footer:before {
   content: '';
   position: absolute;
   background: url(../img/end-phone-big.png) no-repeat;
   background-size: 100% auto;
   width: 250px;
   height: 499px;
   left: -50px;
   top: 15px;
}

.btn-send-test {
   width: 100%;
   min-width: 0;
   display: inline-block;
   height: 50px;
   margin-bottom: 42px;
   font-size: 14px;
   box-shadow: inset 0px 10px 15px rgb(255 255 255 / 40%);
   padding-top: 4px;
}


.input-phone {
   display: none;
}

.windows[data-step="end"]+.creator {
   margin-top: 73px;
}

.end-test .windows {
   transition: 0s;
}

#test {
   transition: 0.2s ease;
}

.end-test #test {
   padding-bottom: 150px;
}

.window[data-step="end"] .ti-bottom {
   padding: 11px 0 15px;
   font-weight: 600;
   font-size: 16px;
   line-height: 20px;
}

.slider-text {   
   position: absolute;
   height: 100%;
   width: 100%;
   top: 0;
   left: 0;
   font-size: 16px;
   line-height: 1;
   font-weight: 500;
   padding: 60px 0 0;
   color: #fff;
   z-index: 1;
   background: rgba(0,0,0,.7);
   display: flex;
   justify-content: center;
   align-items: center;
   text-align: center;
}
.slider-text:before{
   content: '';
   position: absolute;
   width: 45px;
   height: 45px;
   border-radius: 50%;
   background: #fff;
   top: 87px;
   left: 50%;
   transform: translateX(-50%);
   z-index: 2;
}
.slider-text:after{
   content: '';
   position: absolute;
   width: 17px;
   height: 19px;
   top: 100px;
   left: 50%;
   background: url(../img/arrow-red.svg) center no-repeat;
   transform: translateX(-50%);
   z-index: 2;
}

.slider-item_name {
   display: inline;
   height: auto;
}


#circle {
   width: 138px;
   height: 138px;
   /*background: #EEAF0B;*/
   position: relative;
   border-radius: 50%;
   margin: 0 auto 19px;
}
#circle[data-load='100']{
   background: #EEAF0B;
}
#circle[data-load='100']:before {
   content: '';
   position: absolute;
   left: 50%;
   top: 50%;
   transform: translate(-50%,-50%)!important;
   width: 108px;
   height: 108px;
   border-radius: 50%;
   border: 7px solid #fff;
   background: url(../img/icons/gal-42-w.svg) no-repeat center;
   transition: 0.3s;
   opacity: 0;
}

#circle[data-load="100"]:before {
   transform: translateY(0px);
   opacity: 1;
}
.show-list{
   max-width: 365px;
   width: 100%;
   height: 200px;
   margin: 50px auto auto;
   overflow: hidden;
   transition: .5s;
}
.show-list.collapce{
   height: 0;

}
.show-list-item{
   padding-left: 60px;
   font-size: 24px;
   font-weight: 500;
   color: #fff;
   line-height: 1.1;
   margin-bottom: 30px;
   opacity: 0;
   transition: .5s;
   position: relative;
}
.show-list-item .preloader,
.show-list-item .loader{
   opacity: 0;
   transition: .4s;
   position: absolute;
   left: 0;
}
.progressbar-text {
   font-size: 29px;
   margin-top: 2px !important;
   transition: 0.3s;
}

#circle[data-load="100"] .progressbar-text {
   opacity: 0;
}

#circle path:nth-child(2) {
   stroke-linecap: round;
}

.inputs-bottom {
   text-align: center;
}

.inputs-bottom:not(.can-send) .btn {
   opacity: 1;
   background: #999;
   display: inline-block;
   background: linear-gradient(180deg, #656565 0%, #3E3939 100%);
   border: 1px solid #6C6C6C;
   box-shadow: none;
   max-width: 100%;
}

#page .container {
   position: relative;
   width: 980px;
   max-width: 100%;
   padding: 0;
   z-index: 0;
}

#page {
   position: relative;
   font-size: 16px;
   line-height: 1.15;
   color: #fff;
   padding-bottom: 30px;
   z-index: 1;
}

.blk-right {
   box-sizing: border-box;
   width: 355px;
   flex-basis: 355px;
   padding: 24px 38px 43px;
   background: #FFFFFF;
   box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
   border-radius: 2px;
}

.blk-form-wrapper {
   position: relative;
   display: flex;
   align-items: flex-start;
}

.blk-left {
   padding-right: 60px;
   padding-left: 80px;
   position: relative;
   flex: 1 0;
}

.blk-left-title {
   font-family: 'Muller';
   font-style: normal;
   font-size: 24px;
   line-height: 29px;
   font-weight: 500;
   margin-bottom: 26px;
}

.blk-left-second {
   font-weight: 500;
   font-size: 25px;
   line-height: 25px;
   margin-bottom: 10px;
}

.blk-left-list b {
   font-weight: 500;
}

.form-ttl {
   margin-bottom: 12px;
   text-align: center;
   font-size: 16px;
   line-height: 18px;
}

.form-phone {
   font-size: 16px;
   line-height: 1.1;
   text-align: center;
   margin-bottom: 29px;
}

.form-second {
   font-size: 15px;
   line-height: 18px;
   text-align: center;
   width: calc(100% + 10px);
   margin-left: -5px;
   margin-bottom: 19px;
}

.form-input input {
   display: block;
   width: 100%;
   height: 100%;
   text-align: center;
   border: 1px solid #CDDEE5;
   box-sizing: border-box;
   border-radius: 8px;
   font-family: 'Muller';
   font-style: normal;
   font-size: 14px;
   line-height: 18px;
}

.form-input {
   margin-bottom: 20px;
   height: 50px;
   cursor: pointer;
   position: relative;
}

.form-btn .btn {
   width: 100%;
   height: 100%;
   justify-content: center;
   font-size: 14px;
   line-height: 17px;
   display: flex;
   align-items: center;
   position: relative;
}
.btn{
   overflow: hidden;
}
.btn:after{
   content: "";
    position: absolute;
    top: 0;
    width: 53px;
    height: 70%;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.4)), to(rgba(255, 255, 255, 0)));
    background: -o-linear-gradient(top, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0) 100%);
    left: 10px;
    z-index: 1;
    -webkit-transform: skew(31deg);
    -ms-transform: skew(31deg);
    transform: skew(31deg);
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-transition: all 0.1s;
    -o-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-keyframes slideme {
  0% {
    left: -70px;
  }
  30% {
    left: 110%;
  }
  100% {
    left: 110%;
  }
}

@keyframes slideme {
  0% {
    left: -70px;
  }
  30% {
    left: 110%;
  }
  100% {
    left: 110%;
  }
}
.form-btn .btn>span {
   font-size: 14px;
   padding: 0;
   flex-grow: 1;
}

.modal .form-btn .btn>span {
   flex-grow: 0;
}

.form-input.form-btn {
   margin-bottom: 0;
   height: 60px;
   position: relative;
}

.blk-left:before {
   content: '';
   position: absolute;
   right: 110px;
   bottom: -111px;
   width: 149px;
   height: 148px;
   background: url(../img/icon-form-arrow.html) no-repeat;
}

.form-file input {
   width: 100%;
   height: 100%;
   position: absolute;
   left: 0;
   top: 0;
   opacity: 0;
   cursor: pointer;
   z-index: 4;
}

.form-file {
   font-size: 0;
   border: 1px solid #CDDEE5;
   border-radius: 8px;
}

span.btn-span {
   background: #FB664F;
   border-radius: 8px;
   text-align: center;
   padding-top: 15px;
   color: #fff;
   position: relative;
   right: -1px;
   top: -1px;
   height: calc(100% + 2px);
   font-weight: 500;
   font-size: 14px;
   line-height: 17px;
   width: 116px;
}

.form-file>* {
   display: inline-block;
   vertical-align: top;
   font-size: 14px;
   line-height: 16px;
   height: 100%;
}

span.file-text {
   width: calc(100% - 116px);
   color: rgba(70, 67, 79, 0.5);
   text-align: center;
   padding-top: 15px;
   white-space: nowrap;
   overflow: hidden;
   text-overflow: ellipsis;
   font-family: 'Muller';
   font-style: normal;
   font-weight: 300;
   font-size: 14px;
   line-height: 17px;
}

span.file-text span {
   font-size: 12px;
   line-height: 12px;
}

.money-text {
   font-size: 25px;
   line-height: 25px;
   background: #1e92fd;
   color: #fff;
   padding: 38px 32px 34px 29px;
   position: relative;
   border-radius: 6px;
}

.money-1 {
   font-weight: bold;
   margin-bottom: 35px;
   position: relative;
}

.sc-money {
   display: flex;
   align-items: center;
   margin-bottom: 120px;
}

.money-icon {
   flex: 0 0 247px;
   width: 247px;
   height: 247px;
   background: #FFFFFF;
   border: 5px solid #1E92FD;
   border-radius: 50%;
   align-items: center;
   justify-content: center;
   display: flex;
   z-index: 1;
}

.blk-form {
   margin-bottom: 60px;
   padding: 83px 0 79px 0;
   position: relative;
   left: -54px;
   width: calc(100% + 108px);
}

.money-text:before {
   content: '';
   position: absolute;
   left: -70px;
   top: 0;
   height: 100%;
   width: 130px;
   background: #1e92fd;
}

.money-2 {
   position: relative;
}

.sc-money:after {
   content: '';
   position: absolute;
   bottom: -53px;
   left: 0;
   background: #CDDEE5;
   height: 1px;
   width: 100%;
}

.select-file .file-text {
   color: #0d0d0d;
   padding: 20px 10px 0;
}

#page .container-inner {
   position: absolute;
   top: 0;
   left: -54px;
   width: calc(100% + 108px);
   z-index: -1;
}

#page .container-inner .line {
   background: #fff;
}

.nz-blk .container-inner,
.blkn-form .container-inner,
.blk-form .container-inner {
   width: 100% !important;
   left: 0 !important;
}

.container-inner-h {
   position: absolute;
   top: 0;
   left: 0;
   width: 100%;
   height: 100%;
   z-index: -1;
}

.container-inner-h>* {
   background: #fff;
   width: 1000%;
   height: 1px;
   left: -300%;
}

.line-h1 {
   top: 417px;
}

.line-h2 {
   top: 448px;
   width: 400%;
   left: -300%;
}

.line-h3 {
   top: 494px;
   width: 400%;
   left: -300%;
}

#page {
   display: none;
}

body.end-test #page {
   display: block;
}

body.close #page {
   position: absolute;
   top: calc(100% - 177px);
   left: 20px;
   right: 20px;
   margin: auto;
   animation: bottom 1.8s ease-in-out infinite;
   -webkit-animation: bottom 1.8s ease-in-out infinite;
   visibility: hidden;
   transition: .5s;
}

body.close #page .container>*:not(.page-title),
body.close #page .container:before {
   opacity: 0;
   visibility: hidden;
   pointer-events: none;
}

.pti-close,
body.close img.pti-open {
   display: none;
}

body.close img.pti-close {
   display: block;
   position: relative;
   top: 3px;
}

body.close #page .container {
   background: #2B2721;
   border-radius: 10px 10px 0px 0px;
   border: 1px solid #EEAF0B;
   box-shadow: 0px 7px 33px rgb(0 0 0 / 25%);
   padding: 35px 115px 0;
   width: 670px;
}

body.close .page-title {
   color: #fff;
}

body.close .page-title {
   background: #EEAF0B;
   border-radius: 10px;
}

body.close .page-title-wrapper span {

}

body.close .page-title-wrapper {
   display: flex;
   align-items: center;
   justify-content: center;
   height: 105px;
}

body.close .page-title-icon {
   margin-right: 20px;
   width: 80px;
}

@keyframes bottom {
   0% {
      transform: translateY(-25px);
      opacity: 1;
   }

   50% {
      transform: translateY(25px);
      opacity: 0.6;
   }

   to {
      transform: translateY(-25px);
      opacity: 1;
   }
}

@-webkit-keyframes bottom {
   0% {
      transform: translateY(-25px);
      opacity: 1;
   }

   50% {
      transform: translateY(25px);
      opacity: 0.6;
   }

   to {
      transform: translateY(-25px);
      opacity: 1;
   }
}

@keyframes c {
   0% {
      background-position: 0 0
   }

   to {
      background-position: 22px 0
   }
}

@-webkit-keyframes c {
   0% {
      background-position: 0 0
   }

   to {
      background-position: 22px 0
   }
}

.open #page {
   opacity: 0;
   transform: translateY(60px);
   transition: 0.25s ease;
   position: relative;
}

.open #test {
   position: absolute;
   left: 0;
   right: 0;
}

/*.open-end #test {
   opacity: 0;
}
*/
.open-end .windows {
   opacity: 0;
}
.open-end .quiz__wrap{
   background-size: 100%;
   background-repeat: repeat-y;
}
body.open-end #page {
   opacity: 1;
   transform: translateY(0px);
   padding-top: 320px;
}

.page-title-wrapper span {
   font-size: 24px;
   line-height: 1;
   font-weight: 700;
   color: #fff;
   width: 284px;
}

.open .page-title-icon {
   position: relative;
   display: flex;
   align-items: center;
   justify-content: center;
   margin-right: 6px;
   width: 80px;
}

.open .page-title-wrapper {
   display: flex;
   align-items: center;
   justify-content: center;
   width: 438px;
   max-width: 100%;
   height: 105px;
   background: #EEAF0B;
   border-radius: 10px;
   margin: 0 auto 65px;
}

.text-1 {
   display: flex;
   margin: 0 auto 65px;
}

.profile {
   width: 180px;
   margin-right: 45px;
   text-align: center;
   background: #2B2721;
   border: 1px solid #EEAF0B;
   box-shadow: 0px 15px 20px -11px rgba(51, 51, 51, 0.2);
   border-radius: 5px;
   padding: 14px;
}

.white_shadow {
   background: #fff;
   box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.3);
   border-radius: 20px;
   padding: 48px;
   position: relative;
   font-size: 18px;
   line-height: 22px;
   margin-bottom: 36px;
}

.text-1-text {
   font-size: 28px;
   line-height: 1.12;
   margin-bottom: 18px;
}

.txt-1 {
   font-weight: 700;
   margin-top: 30px;
}

.txt-2 p {
   margin-top: 40px;
}

.yellow{
   color: #EEAF0B;
}
.text-blk form {
   z-index: 1;
   position: relative;
   justify-content: space-between;
}

.text-blk {
   position: relative;
}

.profile-name {
   font-size: 16px;
   line-height: 1;
   font-weight: 500;
   margin-bottom: 3px;
}

.profile-text {
   font-size: 14px;
   line-height: 1;
   margin-bottom: 0;
}

.photo {
   margin-bottom: 10px;
}
.photo img{
   border-radius: 5px;
}
.text-blk-1 {
   font-size: 20px;
   line-height: 24px;
   margin-bottom: 27px;
   font-weight: 600;
}

.present{
   padding: 30px 70px;
   background: #2B2721;
   border: 1px solid #EEAF0B;
   box-shadow: 0px 15px 20px -11px rgba(51, 51, 51, 0.2);
   border-radius: 5px;
   margin-bottom: 60px;
}
.present-title{
   text-align: center;
   font-size: 24px;
   line-height: 26px;
   margin-bottom: 35px;
}
.present-row{
   justify-content: space-between;
   position: relative;
   margin-bottom: 40px;
}
.present-item{
   font-size: 22px;
   line-height: 24px;
   width: 50%;
}
.present-item.right{
   padding-left: 100px;
}
.present-footer-title{
   text-align: center;
   font-size: 18px;
   line-height: 22px;
   margin-bottom: 15px;
}
form .text-blk-1 {
   min-width: 420px;
   width: 420px;
   max-width: 100%;
   padding-left: 55px;
   position: relative;
}

form .text-blk-1 .accent {
   color: #FF0000;
}

form .text-blk-1 p {
   font-size: 18px;
   line-height: 24px;
   margin-top: 28px;
   margin-bottom: 0;
   font-weight: 400;
}

.text-blk-2 {
   width: 100%;
   justify-content: center;
}

.book_gift {
   position: absolute;
   left: 50%;
   top: 0;
   transform: translateX(-50%);
}

.btn.download {
   font-size: 12px;
   padding: 14px 10px;
   width: 120px;
   min-width: 0;
   margin-top: 15px;
   display: inline-block;
   box-shadow: inset 0px 10px 15px rgb(255 255 255 / 40%);
}

.text-blk .test-two-items {
   max-width: 342px;
   padding: 0;
   margin: 0 auto 21px;
}

.text-1-blk {
   display: flex;
   flex-direction: column;
   flex: 1 0;
}

.text-blk-input input {
   background: transparent;
   border: 1px solid #EEAF0B;
   border-radius: 5px;
   width: 100%;
   height: 100%;
   text-align: center;
   font-size: 14px;
   line-height: 1;
   font-weight: 500;
   color: #fff;
}

.text-blk-input {
   height: 50px;
   display: block;
   margin: 0 10px;
   width: 250px;
}

.text-blk-btn input {
   font-weight: 700;
   font-size: 14px;
   line-height: 1;
   border: none;
   text-transform: uppercase;
   background: #EE420B;
   box-shadow: inset 0px 10px 15px rgb(255 255 255 / 40%);
   border-radius: 5px;
   color: #fff;
   text-align: center;
   transition: 0.3s;
   font-family: inherit;
   height: inherit;
   width: 100%;
}

.img-responsive {
   display: block;
   width: auto;
   max-width: 100%;
   height: auto;
}

.text-blk-3 {
   font-size: 14px;
   line-height: 17px;
   text-align: center;
}

.text-blk-input:not(.text-blk-btn) {
   flex: 0 250px;
}

.express-text {
   font-family: 'Muller';
   font-style: normal;
   font-weight: 300;
   font-size: 20px;
   line-height: 24px;
   flex: 1 0;
   padding: 28px 60px 0 91px;
}

.express-img {
   width: 264px;
   flex-basis: 264px;
}

.express {
   display: flex;
   max-width: 817px;
   margin: 0 auto 67px;
}

.lists-title {
   font-size: 28px;
   line-height: 34px;
   text-align: center;
   margin: 59px auto 48px;
   font-weight: 600;
   width: 900px;
   max-width: 100%;
}

.lists-body {
   margin: 48px auto;
   font-size: 18px;
   line-height: 24px;
}

.lists-body p {
   margin-bottom: 25px;
}

.lists-body img {
   margin-bottom: 48px;
}

.list-head {
   font-weight: bold;
   font-size: 18px;
   line-height: 22px;
   background: #D69853;
   border-radius: 2px;
   text-align: center;
   color: #fff;
   padding: 23px 0 22px;
}

.price_table {
   border: 1px solid #000000;
   border-radius: 20px;
   display: flex;
   margin-bottom: 48px;
}

.price_col {
   flex: 25% 0 0;
   display: flex;
   flex-direction: column;
   justify-content: space-between;
}

.price_col:not(:last-child) {
   border-right: 1px solid #000;
}

.price_col:last-child li {
   margin-right: 10px;
   padding-right: 0;
}

.price_title {
   text-align: center;
   font-size: 24px;
   line-height: 30px;
   font-weight: 600;
   min-height: 70px;
   display: flex;
   align-items: center;
   justify-content: center;
   border-bottom: 1px solid #000000;
   position: relative;
}

.price_title.comfort:before {
   content: '';
   position: absolute;
   left: 0;
   top: 0;
   background-image: url(../img/comfort_tr.svg);
   width: 36px;
   height: 36px;
   background-size: contain;
   background-position: top left;
   background-repeat: no-repeat;
}

.price_material {
   font-size: 20px;
   line-height: 24px;
   font-weight: 600;
   padding-top: 34px;
   min-height: 75px;
   padding-left: 24px;
}

.price_footer {
   min-height: 103px;
   font-size: 20px;
   line-height: 24px;
   font-weight: 600;
   padding: 20px 12px 35px 24px;
   display: flex;
   align-items: flex-end;
}

.price_list li {
   font-size: 17px;
   line-height: 21px;
   padding: 10px 10px 10px 24px;
   border-bottom: 1px dashed #969696;
   position: relative;
}

.price_list_icons li {
   margin-left: 10px;
}

.price_list_icons li:before {
   position: absolute;
   content: '';
   width: 19px;
   height: 19px;
   top: 11px;
   left: 0;
   background-image: url(../img/table_check.svg);
   background-size: contain;
   background-position: top left;
   background-repeat: no-repeat;
}

.price_list li:first-child {
   min-height: 43px;
}

.mobile_table {
   display: none;
}
.portfolio{
   background: #2B2721;
   border: 1px solid #EEAF0B;
   box-shadow: 0px 15px 20px -11px rgba(51, 51, 51, 0.2);
   border-radius: 5px;
   padding: 30px 10px 45px;
   margin-bottom: 60px;
}
.portfolio .title {
   text-align: center;
   font-size: 24px;
   line-height: 26px;
   font-weight: 500;
   margin-bottom: 30px;
}
/*.portfolio .title span{
   display: block;
   color: #EEAF0B;
}*/
.portfolio .subtitle {
   font-size: 18px;
   text-align: center;
   line-height: 22px;
   text-transform: uppercase;
   margin: 32px 0 100px;
}

.blk-form-title {
   font-size: 28px;
   line-height: 34px;
   text-align: center;
   margin-bottom: 48px;
}

.blk-lst {
   display: flex;
   align-items: center;
   margin-bottom: 19px;
}

.blk-lst span {
   font-family: 'Muller';
   font-style: normal;
   font-weight: 300;
   font-size: 18px;
   line-height: 21px;
   position: relative;
   top: -2px;
}

.blk-lst img {
   width: 92px;
   margin-right: 18px;
}

.blk-lst:last-child {
   margin-bottom: 0;
}

.lists-main {
   margin-bottom: 78px;
}

.text-mob span {
   display: block;
   margin-bottom: 18px;
}

/* .text-mob > b:after {
    content: '';
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url(../../static/img/whatsup.png);
    background-size: 100% auto;
    top: 4px;
    margin-left: 3px;
    } */
.text-mob b {
   margin-bottom: 16px;
   display: block;
}

.text-mob {
   position: relative;
   margin-bottom: 40px;
   font-size: 16px;
   line-height: 20px;
   padding: 27px 0 14px;
}

span.ld-list-text {
   font-family: 'Muller';
   font-weight: 300;
   font-size: 14px;
   line-height: 17px;
   display: block;
}

.ld-block {
   display: flex;
   padding: 0 0 0 34px;
   max-width: 945px;
   margin-bottom: 56px;
   align-items: flex-start;
   align-content: flex-start;
}

.ld-rigth {
   width: 357px;
   background: #FFFFFF;
   border: 1px solid #FAF3EA;
   box-sizing: border-box;
   border-radius: 2px;
   padding: 11px 12px;
   text-align: center;
}

.ld-left {
   flex: 1 0;
   margin-right: 40px;
}

.ld-right-title {
   font-size: 16px;
   line-height: 20px;
   margin-bottom: 14px;
}

.ld-photo {
   margin-bottom: 13px;
}

.ld-right-bottom {
   font-weight: 300;
   font-size: 14px;
   line-height: 17px;
   font-family: 'Muller';
   margin-bottom: 17px;
}

.ld-title {
   font-size: 26px;
   line-height: 32px;
   margin-bottom: 58px;
}

span.ld-list-title {
   font-family: 'Muller';
   font-weight: 500;
   font-size: 18px;
   line-height: 21px;
   color: #D69853;
   display: block;
   margin-bottom: 8px;
}

span.ld-num {
   font-family: 'Muller';
   font-style: normal;
   font-weight: 300;
   font-size: 50px;
   line-height: 60px;
   color: rgba(214, 152, 83, 0.3);
   position: absolute;
   left: -2px;
   top: -18px;
}

.ld-list {
   position: relative;
   margin-bottom: 40px;
   padding-left: 39px;
}

span.ld-list-text p {
   margin-bottom: 16px;
}

.hmn-blk {
   box-shadow: 0px 0px 18.8451px rgba(0, 0, 0, 0.1);
   position: relative;
   display: flex;
   margin-bottom: 75px;
}

.hmn-left {
   flex: 1 0;
   display: flex;
   flex-direction: column;
   justify-content: center;
   padding: 0 20px 0 96px;
}

.hmn-right {
   width: 423px;
   font-size: 0;
}

.hmn-title {
   font-size: 28px;
   line-height: 34px;
   margin-bottom: 26px;
}

.hmn-text {
   font-weight: 300;
   font-size: 18px;
   line-height: 21px;
}

.hmn-text span {
   margin-bottom: 20px;
   display: block;
}

.hmn-right img {
   display: block;
}

.ld-photo img {
   display: block;
}

.nz-blk {
   position: relative;   
   background: url(../img/bg/bg-zamer.webp) center no-repeat;
   background-size: cover;
   padding: 60px 0;
   width: 100vw;
   left: calc((100vw - 980px) / 2 * (-1));
   z-index: -1;
}
.nz-blk:before{
   content: '';
   position: absolute;
   left: 0;
   top: 0;
   width: 100%;
   height: 100%;
   background: rgba(0,0,0,.8);
   z-index: 0;
}
.nz-blk .container{
   display: flex;
   align-items: flex-start;
   align-content: flex-start;
   z-index: 2;
}
.bz-right {
   width: 338px;
   background: #2B2721;
   border: 1px solid #EEAF0B;
   box-shadow: 0px 15px 20px -11px rgba(51, 51, 51, 0.2);
   border-radius: 5px;
   padding: 30px 30px 35px;
}

.bz-right form {
   width: 254px;
   margin: auto;
}

.bz-left {
   flex: 1 0;
   margin-right: 45px;
   font-size: 18px;
   line-height: 1.22;
}
.bz-left p{
   margin-bottom: 20px;
}
.architector-title {
   font-weight: 700;
   font-size: 24px;
   line-height: 26px;
   margin-bottom: 20px;
}

.architector__left {
   width: 200px;
   text-align: center;
   flex: 0 0 200px;
}

.architector__left img {
   /*margin: 10px auto 36px;*/
   border-radius: 5px 5px 0px 0px;
   width: 100%;
}

.architector-text {
   text-align: center;
   background: #EEAF0B;
   border-radius: 0px 0px 5px 5px;
}
.architector{
   margin-bottom: 60px;
}
#page .architector .container {
   padding: 60px 0;
}
.nz-blk:after,
.architector .container:before,
.architector .container:after{
   content: '';
   position: absolute;
   width: 1180px;
   height: 1px;
   background: #727272;
   left: 50%;
   transform: translateX(-50%);
}
.architector .container:before,
.nz-blk:after{
   top: 0;
}
.architector .container:after{
   bottom: 0
}
.architector__right {
   flex: 1 auto;
   padding-top: 20px;
   padding-left: 50px;
}

.architector-text .architector-name {
   font-size: 18px;
   line-height: 1;
   color: #fff;
   padding: 15px;
}

.online-title {
   font-weight: 700;
   font-size: 24px;
   line-height: 26px;
   margin-bottom: 30px;
}
.online{
   padding: 60px 0 0;
}
.online_left {
   flex: 1 auto;
}
.online_right{
   flex: 0 0 335px;
   margin-top: -40px;
   margin-right: -30px;
}
.online-yellow{
   padding: 18px;
   background: #EEAF0B;
   border-radius: 4px 0 0 4px;
   color: #262422;
   display: flex;
   margin-right: -50px;
}
.online-yellow img{
   width: 133px;
   flex: 0 133px;
   border-radius: 5px;
}
.online_left p {
   font-size: 18px;
   line-height: 22px;
   margin-bottom: 30px;
}
.online-yellow-text{
   flex: 1 auto;
   padding-left: 30px;
   font-size: 18px;
   padding-top: 10px;
}
.online-yellow-title{  
   font-weight: 500;
}
.online-yellow-subtitle{
   font-size: 16px;
   margin-bottom: 15px;
}
.online-yellow-italic{
   font-style: italic;
}
.online-mob{
   display: none;
}

.big_text {
   font-size: 22px;
   line-height: 24px;
   padding-right: 100px;
}

.medium_text {
   font-size: 20px;
   line-height: 24px;
   margin-bottom: 29px;
}

.bold_text {
   font-weight: 600;
   font-size: 20px;
   line-height: 24px;
}

.after_block {
   background: #2B2721;
   border: 1px solid #EEAF0B;
   box-shadow: 0px 15px 20px -11px rgba(51, 51, 51, 0.2);
   border-radius: 5px;
   padding: 30px 170px;
   font-size: 18px;
   line-height: 22px;
   margin-bottom: 48px;
   position: relative;
}

.after_block-title {
   font-weight: 500;
   font-size: 24px;
   line-height: 26px;
   text-align: center;
   margin-bottom: 35px;
}

.after_block-list {
   margin: 0;
   padding: 0;
}
.after_block-list li{
   margin-bottom: 15px;
   padding-top: 3px;
   position: relative;
   padding-left: 25px;
}
.after_block-list li:before{
   content: '\2022';
   position: absolute;
   left: 10px;
   /*top: 0;*/
   font-size: 20px;
}
.after_block-list li:nth-child(2n){
   background: #EEAF0B;
   color: #000;

}
.after_block-price{
   margin: 40px 0 30px;
}
.after_block-price .old{
   text-decoration: line-through;
   margin-bottom: 5px;
}
.after_block-price .real{
   color: #EEAF0B;
   font-size: 24px;
   line-height: 1.2;
}
.after_block p{
   margin-bottom: 15px;
}
.form-big .form-ttl {
   font-size: 22px;
   line-height: 26px;
   font-weight: 600;
   margin-bottom: 38px;
}

.form-big .form-phone {
   font-size: 16px;
   line-height: 1.1;
   font-weight: 400;
   margin-bottom: 29px;
}

.form-big .form-input input {
   background: #2B2721;
   border: 1px solid #EEAF0B;
   box-shadow: 0px 15px 20px -11px rgba(51, 51, 51, 0.2);
   border-radius: 5px;
   font-size: 14px;
   line-height: 1;
   font-weight: 500;
   height: 50px;
   margin-bottom: 36px;
   color: #fff;
}

.form-big .form-btn .btn {
   font-weight: 500;
   font-size: 22px;
   line-height: 27px;
   text-transform: uppercase;
   box-sizing: border-box;
   padding: 0 14px;
}

.form-big span.btn-span {
   font-weight: 500;
   font-size: 22px;
   line-height: 27px;
   width: 50%;
}

.form-big span.file-text {
   width: 50%;
   font-size: 20px;
   line-height: 24px;
   padding-top: 9px;
}

.form-big .select-file .file-text {
   padding-top: 20px;
}

.bz-title {
   font-size: 24px;
   line-height: 26px;
   margin-bottom: 30px;
}

.bz-list p {
   font-size: 18px;
   line-height: 22px;
   margin-bottom: 20px;
   width: 475px;
   max-width: 100%;
}

.bz-txt {
   font-size: 22px;
   line-height: 26px;
   flex: 1 0;
}

.bz-img {
   width: 255px;
   margin-right: 35px;
}

.bz-line-1 {
   display: flex;
   margin-bottom: 21px;
}

.bz-line {
   font-family: 'Muller';
   font-style: normal;
   font-weight: 300;
   font-size: 18px;
   line-height: 21px;
   margin-bottom: 26px;
   padding-left: 14px;
   position: relative;
}

.bz-img img {
   display: block;
}

.bz-sale-circle {
   display: inline-block;
   width: 119px;
   height: 119px;
   border: 1px solid #D69853;
   border-radius: 50%;
   font-size: 51px;
   position: relative;
   color: #fff;
   padding-top: 45px;
   text-align: center;
   margin-bottom: 9px;
}

.bz-sale-circle:before {
   content: '';
   position: absolute;
   left: 8px;
   top: 8px;
   width: calc(100% - 16px);
   height: calc(100% - 16px);
   background: #D69853;
   border-radius: 50%;
   z-index: -1;
}

.bz-sale-circle span {
   font-size: 30px;
}

.bz-sale-txt {
   font-size: 28px;
   line-height: 34px;
}

.bz-sale {
   text-align: center;
}

.bz-lines {
   margin-bottom: 37px;
}

.bz-line:before {
   content: '';
   width: 6px;
   height: 6px;
   top: 7px;
   left: 0;
   position: absolute;
   background: #D69853;
   border-radius: 50%;
}

.soc-lines a {
   display: inline-block;
   border: 1px solid #46434F;
   width: 40px;
   height: 40px;
   border-radius: 50%;
   margin-right: 16px;
   transition: 0.3s;
}

.soc-lines {
   font-size: 0;
   margin-bottom: 88px;
}

.soc-lines a:last-child {
   margin: 0;
}

.soc-lines a:hover {
   opacity: 0.6;
}

.soc-txt {
   font-style: normal;
   font-size: 25px;
   line-height: 30px;
   font-family: 'Muller';
   margin-bottom: 30px;
   font-weight: 300;
}

.soc-txt b {
   font-weight: 400;
}

.soc {
   text-align: center;
}

.soc-bot-txt {
   font-family: 'Muller';
   font-weight: 300;
   font-size: 18px;
   line-height: 21px;
   margin-bottom: 24px;
}

.soc .btn span {
   padding: 21px 37px;
}

.soc .btn {
   font-size: 22px;
   line-height: 27px;
}

.soc-lines a {
   background: url(../img/icon-fb.svg) center no-repeat;
}

a.icon-yt {
   background-image: url(../img/icon-yt.svg);
}

a.icon-vk {
   background-image: url(../img/icon-vk.svg);
}

a.icon-inst {
   background-image: url(../img/icon-inst.svg);
}

a.icon-odnl {
   background-image: url(../img/icon-odnk.svg);
}

.blkn-left {
   font-family: 'Muller';
   flex: 1 0;
   margin-top: 42px;
   margin-right: 22px;
}

.blk-left-title-1 {
   font-weight: 300;
   font-size: 20px;
   line-height: 24px;
}

.blk-left-title-2 {
   font-size: 30px;
   line-height: 36px;
   font-weight: 300;
}

.blk-left-title-3 {
   font-size: 30px;
   line-height: 36px;
}

.blkn-right {
   font-size: 0;
   display: flex;
   margin-top: 41px;
}

.blkn-right img:not(:last-child) {
   margin-right: 11px;
}

.blkn-mid {
   width: 332px;
   margin-right: 18px;
}

.blkn-form {
   display: flex;
   position: relative;
   margin-bottom: 62px;
   padding: 65px 0 88px;
   align-items: flex-start;
   align-content: flex-start;
}

.blkn-mid-title {
   font-size: 20px;
   line-height: 18px;
   margin-bottom: 23px;
   text-align: center;
}

#modal-4 .modal__container,
#modal-1 .modal__container {
   width: 1065px;
   max-width: 100%;
   max-height: 100vh;
   padding: 0;
   position: relative;
}

/*#thanks-number .modal__container {
    min-width: 310px;
    min-height: 160px;
    }*/

body .modal__close {
   right: 8px;
   top: 8px;
   width: 25px;
   height: 24px;
}

body .modal__close:before,
body .modal__close:after {
   background: #000;
}

.mdl-form {
   padding: 48px;
}

.mdl-form-wrapper {
   display: flex;
   /* align-items: center; */
}

#modal-1 .mdl-left {
   padding-right: 70px;
}

#modal-1 .mdl-left-title {
   text-align: center;
   margin-bottom: 91px;
   margin-top: 36px;
}

.modal_woomen {
   position: relative;
   margin-top: -48px;
   margin-right: 45px;
   margin-bottom: 10px;
}

.mdl-right {
   width: 394px;
   background: #FFFFFF;
   box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.22);
   border-radius: 6px;
   padding: 36px 28px;
}

.mdl-right .form-input {
   margin-right: 0;
}

.form_arr {
   position: absolute;
   bottom: 8px;
   left: -80px;
}

.mdl-left {
   flex: 1 0;
   position: relative;
   max-width: calc(100% - 394px);
}

.mdl-left-title {
   font-size: 22px;
   line-height: 26px;
   margin-right: 34px;
   font-weight: 700;
}

.mdl-left-second {
   font-size: 18px;
   line-height: 21px;
   margin-bottom: 12px;
}

.mdl-left-list {
   font-size: 18px;
   line-height: 22px;
   width: 512px;
   max-width: 100%;
}

.mdl-left-list span {
   display: block;
}

#modal-4 .mdl-left-list span:nth-child(2) {
   margin: 20px 0;
}

.mdl-right .form-ttl {
   font-size: 22px;
   line-height: 28px;
   font-weight: 600;
   margin-bottom: 67px;
}

.bz-right .form-ttl {
   font-size: 20px;
   line-height: 22px;
   font-weight: 500;
   margin-bottom: 25px;
}

.mdl-right .form-phone {
   font-size: 14px;
   line-height: 17px;
   margin-bottom: 12px;
}

.form-second {
   font-weight: 300;
   font-size: 12px;
   line-height: 14px;
   width: 100%;
}

.form-str {
   font-weight: 300;
   font-size: 12px;
   line-height: 14px;
   color: rgba(70, 67, 79, 0.5);
   margin: -4px 0 21px 0;
}

.modal-mini .modal__container {
   position: absolute;
   max-width: none;
}

.modal-mini.micromodal-slide[aria-hidden="false"] .modal__container {
   animation: mmfadeIn .3s cubic-bezier(0, 0, .2, 1);
   border-radius: 2px;
}

.modal-mini .modal__close:before,
.modal-mini .modal__close:after {
   height: 1px;
   background: #46434F;
}

.modal-mini .modal__close {
   width: 14px;
   height: 24px;
   right: 11px;
   top: 10px;
}

#have_design .form-ttl {
   font-size: 16px;
   line-height: 20px;
   white-space: nowrap;
   position: relative;
   left: -20px;
   width: calc(100% + 40px);
   margin-bottom: 16px;
}

#have_design .modal__container {
   padding: 36px 28px 24px;
}


#have_design .btn-span {
   font-weight: 400;
}

#have_design .form-btn .btn>span {
   padding: 11px 0;
   font-weight: 500;
   font-size: 14px;
   line-height: 17px;
   text-transform: uppercase;
}

#have_design .btn.btn-ajax {
   min-width: auto;
}

#have_design .file-text {
   font-weight: 300;
   font-size: 12px;
   line-height: 14px;
   padding-top: 5px;
   white-space: normal;
   text-align: left;
   padding-left: 15px;
   color: rgba(70, 67, 79, 0.5);
   width: calc(100% - 91px);
}

#have_design .btn-span {
   padding-top: 10px;
   width: 91px;
}

#have_design .select-file .file-text {
   white-space: nowrap;
   color: #333;
   padding-top: 12px;
}

#have_design .form-file {
   border-color: #FAF3EA;
}

#have_design .form-file.select-file {
   border-color: #D69853;
}

#need_design .modal__container {
   width: 841px !important;
   padding: 62px 56px;
   max-height: none;
   overflow: visible;
}

.mdd-title {
   font-size: 18px;
   line-height: 22px;
   text-align: center;
   margin-bottom: 61px;
}

.mdd-big {
   font-weight: 500;
   font-size: 30px;
   line-height: 125%;
   margin-bottom: 32px;
}

.mdd-1 {
   font-family: 'Muller';
   font-style: normal;
   font-weight: normal;
   font-size: 16px;
   line-height: 19px;
   color: #D69853;
   margin-bottom: 31px;
}

.mdd-2 {
   font-weight: 500;
   font-size: 16px;
   line-height: 20px;
   margin-bottom: 7px;
}

.mdd-3 {
   font-family: 'Muller';
   font-style: normal;
   font-weight: 300;
   font-size: 14px;
   line-height: 17px;
   margin-bottom: 24px;
}

.mdd-title span {
   color: #d69853;
   display: inline-block;
   border-bottom: 1px dashed #d69853;
}

.mdd-4>* {
   width: 50%;
   height: 72px;
}

.mdd-4 {
   display: flex;
}

.mdd-4 .form-input:not(.form-btn) {
   margin-right: 23px;
}

.mdd-4 .form-input input {
   font-weight: 300;
   font-size: 21px;
   line-height: 25px;
}

.mdd-4 .form-btn .btn>span {
   font-weight: 500;
   font-size: 21px;
   line-height: 26px;
   padding: 23px 0;
}

#need_design .modal__container:before {
   content: '';
   position: absolute;
   right: -104px;
   top: -4px;
   width: 510px;
   height: 506px;
   background: url(../img/modal-mokap.png) no-repeat;
}

.hidden_text {
   display: none;
   position: absolute;
   width: 100%;
   background: #fff;
   top: 100%;
   color: #000;
   z-index: 4;
   font-size: 12px;
   font-weight: 400;
   padding: 10px;
   line-height: 14px;
   box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
   border: 1px solid #FB664F;
   margin-top: -10px;
   border-radius: 0 0 12px 12px;
}

.hidden_text p {
   font-weight: 400;
   margin: 5px 0;
}

.arrow-icon {
   width: 26px;
   height: 26px;
   cursor: pointer;
   background-image: url(../img/q_arr.svg);
   background-size: contain;
   background-position: center;
   background-repeat: no-repeat;
   margin-right: 18px;
   transition: all .35s ease;
   z-index: 2;
   border-radius: 50%;
}

.arrow-icon:hover {
   box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
}

.arrow-icon.rotate {
   transform: rotate(180deg);
}

#thanks .modal__container {
   padding: 48px;
   width: 682px;
   max-width: 98%;
   font-size: 18px;
   font-weight: 400;
}

#thanks-number .modal__wrapper,
#thanks .modal__wrapper {
   background: #FFFFFF;
   box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.22);
   border-radius: 6px;
   padding: 145px 110px;
}

#thanks-number .modal-title,
#thanks .modal-title {
   font-size: 22px;
   line-height: 26px;
   font-weight: 600;
   margin-bottom: 30px;
}

.windows[data-step="end"]+.creator {
   display: none;
}

.windows[data-step="end"] {
   padding-bottom: 64px;
}

.wa_block,
.mail_wrap {
   display: none;
}

.main__footer{
   /*background: url(../img/bg/bg-big-1.jpg) center no-repeat;
   background-size: cover;*/
   
   /*background: #727272;*/
   background: linear-gradient(180deg, #323030 0%, #222121 100%);
   border-top: 1px solid #727272;
   position: relative;
   z-index: -1;
}
.main__footer:before{
   content: '';
   position: absolute;
   left: 0;
   top: 1px;
   width: 100%;
   height: calc(100% - 1px);
   background: url(../img/bg/bg-big-1.jpg) center no-repeat;
   background-size: cover;
   opacity: 5%;
   z-index: 0;
}
.main__footer a{
   color: #fff;
}
.main__footer .container{
   justify-content: space-between;
   position: relative;
   color: #fff;
   padding: 35px 0;
   font-size: 18px;
   letter-spacing: .3px;
   line-height: 1.1;
   z-index: 1;
}
.main__footer-politic a{
   display: inline-block;
   transition: .3s;
}
.main__footer-politic a.politic-link{
   margin-bottom: 20px;
}
.main__footer-politic a:hover{
   color: #aaa;
}
.main__footer-made{
   display: flex;
   flex-direction: column;
   justify-content: flex-end;
}
body.end-test:not(.open-end) .main__footer{
   display: none;
}

.vrtech{
   background: #2B2721;
   border: 1px solid #EEAF0B;
   border-radius: 5px;
   padding: 60px 95px 20px;
}
.vrtech-title{
   font-size: 24px;
   line-height: 26px;
   margin-bottom: 45px;
   font-weight: 500;
   text-align: center;
}
.vrtech-img{
   margin-bottom: 45px;
}
.vrtech-img img{
   border-radius: 4px;
}
.vrtech-img img.vr-mob{
   display: none;
}
.vrtech-subtitle{
   font-size: 22px;
   line-height: 1;
   font-weight: 500;
   text-align: center;
   margin-bottom: 30px;
}
.vrtech-list{
   display: flex;
   flex-wrap: wrap;
}
.vrtech-list-item{
   width: 50%;
   position: relative;
   padding: 0 30px 0 60px;
   margin-bottom: 40px;
}
.vrtech-list-item:before{
   content: '';
   position: absolute;
   left: 0;
   top: 0;
   border-radius: 50%;
   width: 44px;
   height: 44px;
   background: #EEAF0B;
}
.vrtech-list-item.vr1:before{
   background: #EEAF0B url(../img/icons/vr1.svg) center no-repeat;
}
.vrtech-list-item.vr2:before{
   background: #EEAF0B url(../img/icons/vr2.svg) center no-repeat;
}
.vrtech-list-item.vr3:before{
   background: #EEAF0B url(../img/icons/vr3.svg) center no-repeat;
}
.vrtech-list-item.vr4:before{
   background: #EEAF0B url(../img/icons/vr4.svg) center no-repeat;
}
.vrtech-list-item-title{
   font-size: 18px;
   line-height: 1.22;
   font-weight: 500;
   margin-bottom: 15px;
}
.vrtech-list-item-text{
   font-size: 16px;
   line-height: 1.12;
}

.compare{
   margin-bottom: 60px;
}
.compare-title{
   font-weight: 500;
   font-size: 24px;
   line-height: 26px;
   text-align: center;
   margin-bottom: 25px;
}
.compare-subtitle{
   font-size: 18px;
   line-height: 22px;
   text-align: center;
   width: 320px;
   margin: 0 auto 30px;
}
.compare-proj,
.compare-real{
   position: absolute;
   bottom: 0;
   width: 193px;
   height: 68px;
   text-align: center;
   line-height: 68px;
   color: #fff;
   font-weight: 700;
   font-size: 18px;
}
.compare-proj{
   left: 0;
   background: #EE420B;
   border-radius: 0px 15px;;
}
.compare-real{
   right: 0;
   background: #EEAF0B;
   border-radius: 15px 0px;
}
.compare-slider {  
  height: 540px;
  overflow: hidden;
  width: 100%;
  border-radius: 15px;
  position: relative;
}
.compare-slider figure {  
  background-image: url(../img/portfolio/proj-1.webp);
  background-size: cover;
  font-size: 0;
  height: 100%;
  margin: 0;  
  position: relative;
  width: 100%;  
}
#slidersab {
  background-image: url(../img/portfolio/proj-1-1.webp);
  background-size: cover;
  bottom: 0;
  border-right: 4px solid rgba(243, 240, 240, 0.7);
  box-shadow: 10px 0 15px -13px #171717;
  height: 100%;
  max-width: 98.6%;
  min-width: 0.6%;
  overflow: visible;
  position: absolute;
  width: 50%;  
  animation: first 2s 1 normal ease-in-out 0.1s;  
  -webkit-animation: first 2s 1 normal ease-in-out 0.1s;  
}
input#pedsumid {
  -moz-appearance: none;
  -webkit-appearance: none;
  border: none;  
  background: transparent;
  cursor: col-resize;
  height: 100vw;
  left: 0;
  margin: 0;
  outline: none;  
  padding: 0;
  position: relative;
  top: -100vw;
  width: 100%;
}
input#pedsumid::-moz-range-track {  
  background: transparent;  
}
input#pedsumid::-ms-track {
  border: none;  
  background-color: transparent;
  height: 100vw;  
  left: 0;  
  outline: none;  
  position: relative;
  top: -100vw;  
  width: 100%;
  margin: 0;
  padding: 0;
  cursor: col-resize;
  color:transparent;
}
input#pedsumid::-ms-fill-lower {
  background-color:transparent;
}
input#pedsumid::-webkit-slider-thumb {
  -webkit-appearance:none;
  height: 100vw;
  width: 0.5%;
  opacity: 0;
}
input#pedsumid::-moz-range-thumb {
  -moz-appearance: none;
  height: 100vw;
  width: 0.5%;
  opacity: 0;
}  
input#pedsumid::-ms-thumb {
  height: 100vw;
  width: 0.5%;  
  opacity:0;
}
input#pedsumid::-ms-tooltip {
  display:none;
}
#slidersab::before {
  background: #ffffff url(../img/icons/arrows.svg) no-repeat center;
  /*background-size:contain;*/
  content: " ";
  float: right;
  height: 55px;
  width: 55px;
  border-radius: 50%;
  margin-right: -27px;
   transform: translateY(-50%);
  position: relative;
  top:50%;
}
@keyframes first {
  0% {width: 0%; }
  50% {width: 80%; }
  100% {width: 50%; }
}
@-webkit-keyframes first {
  0% {width: 0%; }
  50% {width: 80%; }
  100% {width: 50%; }
}

.sertif{
   padding: 60px 0;
   position: relative;
   z-index: 1;
}
.sertif:before,
.sertif:after{
   content: '';
   position: absolute;
   left: 50%;
   top: 0;
   width: 100vw;
   height: 100%;
   transform: translateX(-50%); 
}
.sertif:before{
   background: url(../img/bg/bg-r.webp) center no-repeat;
   background-size: cover;
   z-index: -1;
}
.sertif:after{
   background: rgba(0,0,0,.8);
   z-index: -1;
}
.sertif-title{
   font-size: 24px;
   line-height: 30px;
   text-align: center;
   margin-bottom: 25px;
}
.sertif-subtitle{
   font-size: 18px;
   line-height: 22px;
   text-align: center;
   margin-bottom: 50px;
}
.sertif-fallery{
   display: flex;
   justify-content: space-between;
}
.sertif-fallery a{
   width: 29.5%;
}
.sertif-fallery a img{
   display: block;
   width: 100%;
   border-radius: 5px 5px 0px 0px;
}
.sertif-fallery a span{
   display: flex;
   align-items: center;
   text-align: center;
   justify-content: center;
   width: 100%;
   height: 45px;
   background: #EEAF0B;
   border-radius: 0px 0px 5px 5px;
   color: #000;
   font-size: 18px;
   font-weight: 500;
}
.socials{
   padding: 75px 0 60px;
   border-top: 1px solid #727272;
}
.socials-title{
   font-size: 24px;
   line-height: 26px;
   text-align: center;
   max-width: 800px;
   margin: 0 auto 60px;
}
.socials-links{
   display: flex;
   justify-content: center;
}
.socials-links a{
   display: inline-block;
   width: 83px;
   height: 83px;
   border-radius: 50%;
   background-color: #EEAF0B;
   background-position: center;
   background-repeat: no-repeat;
   margin: 0 18px;
}
.socials-links a.soc-vk{
   background-image: url(../img/icons/icon-vk.svg);
}
.socials-links a.soc-yt{
   background-image: url(../img/icons/icon-ytb.svg);
}
.socials-links a.soc-ok{
   background-image: url(../img/icons/icon-ok.svg);
}
.gotosite{
   padding: 60px 0 18px;
   border-top: 1px solid #727272;
}
.gotosite-title{
   font-size: 24px;
   line-height: 26px;
   text-align: center;
   margin-bottom: 45px;
}
.gotosite .btn{
   height: 75px;
   width: 380px;
   font-size: 18px;
   font-weight: bold;
   display: flex;
   justify-content: center;
   align-items: center;
   margin: auto;
}
@media (max-width: 1199px) {
   .container{
      width: 980px;
   }
   #page .container{
      width: 960px;
   }
   .logo img{
      width: 160px;
   }
   .logo__descr{
      margin-left: 45px;
   }
   .header-right-whatsapp{
      width: 188px;
   }
   .whatsapp-text{
      width: 85px;
   }
   .whatsapp-text a{
      font-size: 14px;
      line-height: 1;
   }
   .header-right-phone{
      padding: 0 28px;
   }
   .header-right-phone a.phone{
      font-size: 17px;
   }
   .header-right-whatsapp img,
   .header-right-phone img{
      height: 33px;
   }
   .phone-text{
      font-size: 13px;
   }
   .main-right:after {
      background-image: none;
   }
   #main .container:before{
      right: 285px;
   }
   #main .container .vertical-line{
      right: 472px;
   }
   #thanks-number .modal__container,
   #thanks .modal__container {
      padding: 20px;
   }

   #thanks-number .modal__wrapper,
   #thanks .modal__wrapper {
      padding: 50px 30px;
   }

   .window-content {
      margin-bottom: 50px;
   }

   .form-inputs {
      /*width: 320px;
      margin: auto;
      max-width: 100%;*/
   }

   .step-title {
      font-size: 22px;
      line-height: 26px;
      margin-bottom: 16px;
   }

   .form-title {
      margin-bottom: 18px;
   }

   .step-blk {
      width: 40%;
   }

   .input-text {
      font-size: 15px;
      line-height: 1.1;
   }
   .two-items{
      margin-bottom: 33px;
   }

   header#header {
      padding: 16px 0;
   }
   #main .container{
      padding-top: 50px;
      padding-bottom: 60px;
   }
   h1 {
      font-size: 37px;
      margin-bottom: 20px;
   }

   .h1-sub {
      font-size: 20px;
      margin-bottom: 26px;
   }

   .t-number {
      font-size: 22px;
   }

   .h_tarrif_text {
      font-size: 16px;
      line-height: 20px;
   }
   .h_tarrif_text span.strong{
      font-size: 19px;
   }
   .h_button .btn {
      width: 300px;
      margin-top: 20px;
      font-size: 16px;
   }

   .get-gift {
      font-size: 16px;
      line-height: 20px;
      margin: 20px 0;
      padding-left: 10px;
   }

   .get-gift .title {
      font-size: 17px
      margin-bottom: 17px;
   }

   .get-gift .plus {
      font-size: 40px;
      left: -30px;
   }

   .main-right {
      width: 395px;
   }
   .header__slider{
      width: 395px;
      height: 352px;
   }
   .main-right-videos{
      gap: 10px;
   }
   .window-left{
      flex: 0 0 597px;
   }
   .window-comment{
      width: 597px;
   }
   .window-comment .accordion{
      font-size: 16px;
   }
   label.input{
      width: 185px;
   }
   .input-full label.input{
      width: 290px;
   }
   .input-full label.input .input-txt{
      padding-left: 70px;
   }
   .window-right{
      width: 320px;
   }
   .window-rg{
      height: 220px;
   }
   .ti-second{
      font-size: 18px;
   }
   #test .container{
      padding-top: 50px;
   }
   .test-title{
      margin-bottom: 35px;
   }
   .progressBar__new{
      margin: 50px auto 80px;
   }
   .window-title{
      margin-bottom: 40px;
   }
   .nz-blk{
      left: calc((100vw - 960px) / 2 * (-1));
   }
}

@media (max-width: 991.9px) {
   .container {
      width: 720px;
      padding: 0;
   }
   #header{
      display: none;
   }
   #mobile-header{
      display: block;
   }
   .header-right-whatsapp{
      width: 60px;
   }
   .header-right-whatsapp a{
      display: flex;
   }
   .header-right-phone{
      padding: 0 15px;
   }
   .header-right-phone .phone-icon{
      margin-right: 0;
      display: flex;
   }
   .header-right-phone:after, 
   .header-right-whatsapp:before, 
   .header-right-whatsapp:after{
      height: 32px;
   }
   .header-right-whatsapp img, 
   .header-right-phone img{
      height: 30px;
   }
   .mob-hidden{
      height: 0;
      overflow: hidden;
      transition: .4s;
   }
   .mob-hidden.opened{
      height: 44px;
   }
   .mob-hidden .container{
      justify-content: space-between;
      height: inherit;
      padding-left: 15px;
      padding-right: 15px;
   }
   .mob-hidden a.phone{
      color: #fff;
      font-size: 14px;
   }
   .mob-hidden .phone-text{
      color: #fff;
      font-size: 12px;
   }
   #main .container{
      padding: 40px 0;
   }
   #main .container:after{
      right: 0;
      display: none;
   }
   #main .container:before{
      right: 205px;
      display: none;
   }
   #main .container .vertical-line {
      right: 342px;
      display: none;
   }
   .window-content {
      margin-bottom: 30px;
   }
   .window-title {
      margin-bottom: 30px;
   }
   .window-subtitle{
      margin-top: 20px;
   }
   .window-comment .accordion {
      font-size: 14px;
   }
   .window-left {
      flex: 0 0 455px;
   }
   label.input{
      width: 140px;
   }
   .input-text{
      font-size: 12px;
   }
   .input-img-have .input-txt{
      padding: 27px 8px 20px;
   }
   .input-icon:before{
      width: 25px;
      height: 25px;
      background-size: 50%;
   }
   .input-icon{
      width: 37px;
      height: 37px;
   }
   label.input.radio.input-img-have .input-icon{
      top: -18px;
   }
   input:checked+.input-icon:before, 
   input:checked+*>.input-icon:before, 
   input:checked+*+*>.input-icon:before{
      background-size: 50%;
   }
   .window-comment {
      width: 457px;
   }
   .input-full label.input .input-txt{
      padding-left: 50px;
   }
   .input-full label.input{
      min-height: 0;
      height: 48px;
      width: 220px;
   }
   .input-full label.input .input-icon{
      width: 28px;
      height: 28px;
      left: 11px;
   }
   .input-full label.input .input-icon:before{
      width: 17px;
      height: 17px;
      background-size: 50%;
   }
   label.checkbox-text .input-icon{
      bottom: 14px;
   }
   .window-rg {
      height: 170px;
   }
   .ti-title{
      flex: 0 0 50px;
      font-size: 120px;
   }
   .ti-second{
      font-size: 14px;
      padding: 15px;
   }
   .architector__left {
      width: 200px;
   }

   .architector-title {
      margin-bottom: 20px;
   }

   .nz-blk {
      margin-bottom: 0;
      left: calc((100vw - 720px) / 2 * (-1));
   }
   .bz-left{
      width: calc(720px - 338px);
   }

   .text-blk-3 {
      display: flex;
      flex-direction: column;
      align-items: flex-end;
      margin-top: -70px;
   }

   .text-blk-2,
   .text-blk-3 {
      width: 50%;
   }

   form .text-blk-1 p {
      margin-top: 5px;
   }

   form .text-blk-1 {
      width: 70%;
      padding-left: 70px;
   }

   .gift_box {
      width: 50px;
      top: 0;
      left: 0;
   }

   .text-blk form {
      flex-wrap: wrap
   }

   .txt-2 p {
      font-size: 16px;
      line-height: 20px;
      margin-top: 10px;
   }

   #test .container {
      padding-top: 50px;
   }

   h1 {
      font-size: 28px;
      margin-bottom: 17px;
   }
   .h1-sub {
      font-size: 18px;
      margin-bottom: 20px;
   }
   a.phone {
      font-size: 24px;
      line-height: 16px;
   }

   .phone-text {
      font-size: 14px;
   }

   .logo-text {
      font-size: 16px;
      line-height: 20px;
      margin: 0 10px;
      white-space: nowrap;
   }

   .logo img {
      width: 102px;
   }

   .logo__descr {
      font-size: 11px;
      line-height: 14px;
      color: #fff;
   }

   .header_book {
      left: 330px;
      top: 85px;
   }
   .main-right,
   .header__slider{
      width: 290px;
   }
   .header__slider{
      height: 265px;
   }
   .progressBar__new .progress__step span.progress__info{
      position: absolute;
   }
   .after_block{
      padding: 30px 50px;
   }
   #page .container{
      width: 720px;
   }
   #modal-4 .modal__container, 
   #modal-1 .modal__container{
      max-width: 440px;
      width: 96%;
   }
   .mdl-form-wrapper{
      flex-direction: column;
   }
   .mdl-left {
      flex: 1 0;
      max-width: 100%;
   }
   #modal-1 .mdl-left{
      padding-right: 0;
      margin-bottom: 20px;
   }
   .mdl-form {
      padding: 40px;
   }
   #modal-1 .mdl-left-title{
      margin: 0 auto 20px;
   }
   .mdl-right{
      width: 100%;
   }
   .mdl-left-list{
      font-size: 15px;
      line-height: 1.3;
   }
   .mdl-right .form-ttl{
      margin-bottom: 25px;
   }
}

.bell {
   position: relative;
   padding: 0 5px;
   display: inline-block;
   /* margin: 0 5px; */
   min-width: 80px;
}

.bell img {
   animation: ring 4s .7s ease-in-out infinite;
}

.bell.visit img {
   animation: none;
}

@keyframes ring {
   0% {
      transform: rotate(0);
   }

   1% {
      transform: rotate(30deg);
   }

   3% {
      transform: rotate(-28deg);
   }

   5% {
      transform: rotate(34deg);
   }

   7% {
      transform: rotate(-32deg);
   }

   9% {
      transform: rotate(30deg);
   }

   11% {
      transform: rotate(-28deg);
   }

   13% {
      transform: rotate(26deg);
   }

   15% {
      transform: rotate(-24deg);
   }

   17% {
      transform: rotate(22deg);
   }

   19% {
      transform: rotate(-20deg);
   }

   21% {
      transform: rotate(18deg);
   }

   23% {
      transform: rotate(-16deg);
   }

   25% {
      transform: rotate(14deg);
   }

   27% {
      transform: rotate(-12deg);
   }

   29% {
      transform: rotate(10deg);
   }

   31% {
      transform: rotate(-8deg);
   }

   33% {
      transform: rotate(6deg);
   }

   35% {
      transform: rotate(-4deg);
   }

   37% {
      transform: rotate(2deg);
   }

   39% {
      transform: rotate(-1deg);
   }

   41% {
      transform: rotate(1deg);
   }

   43% {
      transform: rotate(0);
   }

   100% {
      transform: rotate(0);
   }
}

.count_step {
   position: absolute;
   top: 8px;
   left: 50%;
   border-radius: 50%;
   width: 23px;
   height: 23px;
   background: #FFD028;
   font-size: 16px;
   line-height: 21px;
   text-align: center;
   font-weight: 700;
}

.open_arr {
   margin-top: 15px;
   display: flex;
   flex-direction: column;
}

.mob_block_open {
   position: absolute;
   bottom: 0;
   width: 100% !important;
   height: auto !important;
   left: 0;
   right: 0;
   background-color: #fff;
   padding: 15px;
   -webkit-box-shadow: 0 0 7px 5px #0000002b;
   box-shadow: 0 0 7px 5px #0000002b;
   -webkit-transform: translateY(30px);
   -ms-transform: translateY(30px);
   transform: translateY(30px);
   -webkit-transition: .2s;
   -o-transition: .2s;
   transition: .2s;
   z-index: -1;
   justify-content: space-between;
   align-items: flex-start;
   transform: translateY(100%);
   opacity: 0;
}

.mob_block_open.active {
   transform: translateY(0);
   opacity: 1;
   z-index: 10;
}

.mob_block_open .open_arr {
   display: flex;
   flex-direction: column;
   transform: rotate(180deg);
   margin-top: 0;
}

.mob_block_open,
.mob_block {
   display: none !important;
}

@media (max-width: 768px) {
   .container,
   #page .container{
      width: 320px;
   }
   .mobil{
      display: block;
   }
   .logo__descr{
      /*display: none;*/
      position: absolute;
      left: 130px;
      margin-left: 0;
      width: 130px;
      top: -100px; 
      transition: .5s;
   }
   .logo__descr.visible{
      top: auto;
   }
   .header-right-whatsapp,
   .header-right-phone{
      transition: .5s;
   }
   .header-right-whatsapp.hidden,
   .header-right-phone.hidden{
      position: relative;
      top: -100px;
   }

   #main .container{
      padding: 20px 15px 35px;
   }
   h1{
      font-size: 22px;
      text-align: center;
      font-weight: 400;
      margin-bottom: 10px;
   }
   .h1-sub{
      font-size: 16px;
      text-align: center;
      margin-bottom: 210px;
   }
   .t-itm {
      margin-bottom: 0;
      position: relative;
      z-index: 2;
   }
   .two-items{
      padding: 10px;
      height: auto;
   }
   .h_tarrif_text{
      text-align: center;
      font-size: 14px;
   }
   .h_tarrif_text span.strong{
      font-size: 16px;
   }
   .h_button .btn{
      margin-top: 17px;
   }
   .get-gift .title{
      font-size: 14px;
      margin-bottom: 12px;
   }
   .get-gift .plus{
      font-size: 30px;
      left: -25px;
   }
   .get-gift .text{
      width: 160px;
      font-size: 12px;
      line-height: 1.2;
      margin-bottom: 10px;
   }
   .get-gift .yellow{
      font-size: 12px;
      margin-bottom: 6px;
   }
   .get-gift ul li{
      font-size: 12px;
   }
   .header_book {
      left: 200px;
      top: 25px;
      width: 92px;
   }
   .main-right {
      position: absolute;
      top: 140px;
   }
   .main-right-videos{
      display: none;
   }
   .header__slider{
      height: 170px;
   }
   .header__slider-wrap{
      height: 150px;
      overflow: hidden;
   }
   .header__slider-item{
      overflow: hidden;
      border-radius: 5px;
      position: relative;
   }
   .header__slider-item img{
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
   }
   .header__slider-nav .nav-item{
      width: 7px;
      height: 7px;
   }

   .test-title{
      font-size: 18px;
      margin-bottom: 25px;
   }
   .progressBar__new{
      margin: 0 auto 53px;
   }
   .progressBar__new .progress__step span{
      font-size: 12px;
      top: 25px;
      font-weight: bold;
   }
   .progressBar__new .progress__step span.progress__info{
      left: -9px;
   }
   .mob_block_open,
   .mob_block {
      display: flex !important;
      flex-grow: 1;
      margin: auto;
      justify-content: space-around;
   }

   .mob_block .window-rg {
      padding: 3px;
      width: 60px;
      min-width: 60px;
      border-radius: 5px;
   }

   .mob_block .window-rg .ti-title {
      font-size: 4px;
      margin-bottom: 3px;
      line-height: 5px;
   }

   .mob_block .window-rg .ti-second {
      font-size: 3px;
      line-height: 3px;
      margin-bottom: 3px;
   }

   .mob_block .window-rg .test-info-item {
      font-size: 4px;
      line-height: 4px;
   }

   .mob_block .window-rg .test-info-item {
      margin: 2px 0;
   }

   .mob_block .window-rg .ti-bottom {
      margin-top: 4px;
      font-size: 4px;
      line-height: 4px;
      padding: 0;
   }

   .mob_block .window-rg .test-info-item .number {
      width: 8px;
      min-width: 8px;
      height: 8px;
      font-size: 4px;
      line-height: 8px;
      margin-right: 6px;
   }
   .progressBar__new{
      padding: 5px 6px;
      gap: 6px;
   }
   .progressBar__new .progress__step{
      height: 10px;
   }
   .ti-bottom {
      font-size: 12px;
      line-height: 14px;
      padding: 5px 0;
      margin-top: 20px;
   }

   .test-info-item {
      margin: 10px auto;
      color: #000;
      font-size: 12px;
      line-height: 14px;
   }

   .ti-title {
      font-size: 70px;
      padding-top: 20px;
   }

   .window-rg {
      margin-bottom: 0;
      height: auto;
   }
   .ti-second{
      padding: 11px 25px 11px 15px;
   }
   a.prev-step {
      margin: 0 15px;
   }

   .after_block {
      padding: 25px 20px;
      margin-bottom: 30px;
   }
   .after_block-title{
      font-size: 16px;
      line-height: 1.25;
      margin-bottom: 20px;
   }
   .after_block-list li{
      font-size: 14px;
      line-height: 1.15;
      margin-bottom: 10px;
      padding-left: 20px;
   }
   .after_block-list li:before{
      left: 8px;
      top: 0;
   }
   .after_block-price{
      margin: 20px 0 15px;
   }
   .after_block-price .old{
      font-size: 12px;
   }
   .after_block-price .real{
      font-size: 18px;
   }
   #additional-list p{
      font-size: 14px;
      line-height: 1;
   }

   .after_block-item:last-of-type {
      margin-top: 35px;
   }

   .after_block-subtitle {
      margin-bottom: 0;
   }

   .after_block-wrap {
      flex-direction: column;
   }

   .after_block-item {
      width: 100%;
      margin: auto;
   }

   .after_block-text,
   .after_block-subtitle {
      font-size: 16px;
      line-height: 24px;
   }

   .after_block-subtitle {
      font-weight: 600;
   }
   .architector{
      margin-bottom: 30px;
   }
   #page .architector .container{
      padding: 61px 0 30px;
   }
   .architector .container:before, 
   .architector .container:after{
      width: 100%;
   }
   .architector__wrap{
      flex-direction: row-reverse;
   }
   .architector__right {
      flex: auto;
      padding-left: 0;
      padding-top: 15px;
   }
   .architector-title{
      font-size: 16px;
      line-height: 1.15;
      font-weight: 500;
      position: absolute;
      top: 25px;
   }
   .big_text{
      font-size: 16px;
      line-height: 1.1;
      padding-right: 50px;
   }
   .architector-text .architector-name {
      font-size: 9px;
      padding: 10px 1px;
   }

   .architector__left {      
      flex: 0 0 101px;
   }

   .second__header {
      display: block;
   }

   .hidden_txt {
      display: none;
   }

   .right__text_close_arr {
      margin-top: auto;
      margin-bottom: 5px;
      transform: rotate(180deg);
      position: absolute;
      right: 15px;
      bottom: 5px;
   }
   .main-left{
      width: 100%;
      flex: auto;
   }
   .t-number{
      font-size: 16px;
   }
   .t-txt{
      font-size: 10px;
   }
   .main-right__text.active .right__text_close {
      opacity: 1;
   }

   .right__text_close {
      opacity: 0;
      transition: all .35s ease;
   }

   .main-right__text b {
      font-size: 10px;
      line-height: 12px;
      margin-bottom: 0;
   }

   .main-right__text {
      width: 243px;
      font-size: 10px;
      margin-top: auto;
      margin-bottom: 36px;
   }

   .main-right.mobile {
      display: flex;
      position: relative;
      min-height: 290px;
      padding-top: 70%;
      width: 100%;
      z-index: 1;
   }

   .main-right.mobile:before {
      position: absolute;
      content: '';
      left: -15px;
      right: -15px;
      top: 0;
      height: 100%;
      background-image: url(../img/mob_header_bg.jpg);
      background-size: cover;
      background-repeat: no-repeat;
      background-position: top right;
      z-index: -1;
   }

   .main-right.mobile:after {
      position: absolute;
      content: '';
      left: -5%;
      right: -5%;
      top: -10px;
      height: 50px;
      background: linear-gradient(180deg, #dfeafa 71.09%, rgba(255, 255, 255, 0) 100%);
      z-index: -1;
      width: 110%;
   }

   .mobile-right,
   .header-right {
      margin-left: auto;
   }

   .logo__wrap {
      /*width: 100%;*/
   }
   .phone-text{
      padding-left: 0;
   }
   .steps-bar {
      margin: 0 auto 33px;
      width: 482px;
      height: 36px;
      padding: 5px;
   }

   .steps-bar-line {
      font-size: 16px;
      line-height: 22px;
   }

   .window-title {
      font-size: 18px;
      line-height: 1;
      margin-bottom: 25px;
   }
   .window-subtitle{
      margin-top: 15px;
      font-size: 13px;
   }
   .window-content{
      margin: 0 auto 15px;
   }
   .window-second {
      font-size: 15px;
   }
   .window-content{
      flex-wrap: wrap;
      position: relative;
   }
   .window-right {
      position: absolute;
      bottom: -200px;
      width: 100%;
   }
   .ti-second{
      line-height: 1.25;
   }
   .window-btns {
      width: 100%;
      /*padding: 10px;
      display: flex;
      align-items: center;
      justify-content: space-between;*/
   }

   /*.view-btn .window-btns {
      transform: translateY(0);
   }*/
   .begin-answer{
      margin-top: 150px;
   }
   #test{
      padding-bottom: 25px;
   }
   .view-btn .video {
      opacity: 0;
      visibility: hidden;
      pointer-events: none;
   }

   .window {
      transform: none !important;
   }

   .window-btns .window-left {
      margin: 0;
   }

   .window-btns .btn {
      height: 100%;
      border-radius: 0;
      width: 100%;
      box-sizing: border-box;
   }

   .window-btns .btn>span {
      font-size: 16px;
      line-height: 1;
   }

   .window-btns .btn.prev-step>span {
      font-size: 16px;
      line-height: 1;
      padding: 0;
      color: #c5c5c5;
   }

   .window-btns .btn.prev-step {
      border: none;
      height: 40px;
      width: 100%;
      background: linear-gradient(180deg, #656565 0%, #3E3939 100%);
      border: 1px solid #6C6C6C;
      border-radius: 5px;
      margin: 20px 0 25px;
   }

   .window-btns .window-left {
      margin: 0 !important;
   }

   .window .next-step {
      /*width: 82px;*/
      min-width: 82px;
      height: 65px;
      border-radius: 5px;
   }

   .window-left {
      margin-right: 0;
      flex: auto;
   }
   #test .container{
      padding-top: 25px;
      padding-left: 15px;
      padding-right: 15px;
   }
   label.input{
      margin-bottom: 10px;
   }
   .window-comment{
      width: 100%;
      margin-bottom: 8px;
   }
   .window-comment .accordion{
      padding: 15px 12px;
      font-size: 12px;
   }
   .lists-title {
      font-size: 21px;
      line-height: 25px;
      margin-bottom: 22px;
   }
   .input-full label.input{
      width: 100%;
      margin-bottom: 10px;
   }
   .input-full .input-text{
      font-size: 14px;
   }
   .begin-answer{
      text-align: center;
      font-size: 16px;
      width: 100%;
   }
   .main__footer .container{
      padding: 20px 15px;
   }
   .main__footer a{
      font-size: 12px;
   }
   .main__footer-politic a.politic-link{
      margin-bottom: 13px;
   }
   .window-middle .step-title{
      font-size: 16px;
   }
   .window-middle .step-subtitle{
      font-size: 14px;
   }
   .video_result-wrap {
      position: absolute;
      top: 695px;
      left: 77px;
      transform: rotate(351.2deg);
      overflow: hidden;
      z-index: 10;
      width: 133px;
      height: 270px;
      border-radius: 15px 15px 0 0;
   }
   .video_result{
      height: 294px;
   }
   .form-subtitle p{
      font-size: 14px;
      line-height: 1.15;
   }
   .result-footer{
      background: transparent;
      padding: 0;
   }
   .result-footer:before{
      display: none;
   }
   .result-footer-container{
      background: #fff;
      width: 290px;
      padding: 25px 20px 0;
      border: 1px solid #EEAF0B;
      box-shadow: 0px 15px 20px -11px rgb(51 51 51 / 20%);
      border-radius: 5px;
   }
   .btn-send-test{
      margin-bottom: 30px;
   }
   .step-end-bottom{
      color: #fff;
   }
   .step-bottom-text{
      flex-direction: column;
      gap: 15px;
   }
   .show-list-item{
      font-size: 16px;
      margin-bottom: 20px;
      padding-left: 40px;
   }
   .step-bottom-item:last-child{
      display: flex;
      min-height: 20px;
      align-items: center;
   }
   #circle{
      width: 108px;
      height: 108px;
   }
   #circle[data-load='100']:before{
      width: 74px;
      height: 74px;
      background-size: 32px;
   }
   .input-img.dislike:before, 
   .input-img.dislike:after{
      width: 30px;
      height: 30px;
      left: 8px;
      top: 9px;
   }
   .input-img.dislike:after{
      background-size: 20px;
   }
   body.close #page{
      top: calc(100% - 145px);
   }
   body.close #page .container{
      width: 290px;
      height: auto;
      border-radius: 5px 5px 0px 0px;
      padding: 35px 15px 30px;
   }
   body.close .page-title{
      border-radius: 5px;     
   }
   body.close .page-title-wrapper{
      height: 80px;
      padding-left: 10px;
      padding-right: 10px;
   }
   .page-title-wrapper span{
      font-size: 14px;
      line-height: 20px;
      text-transform: uppercase;
   }
   body.close .page-title-icon{
      flex: 0 0 60px;
      margin-right: 10px;
   }
   .end-test #test {
      padding-bottom: 100px;
   }
   body.open-end #page{
      padding-top: 200px;
   }
   #page .container{
      padding-left: 15px;
      padding-right: 15px;
   }
   .open .page-title-wrapper{
      width: 100%;
      height: 80px;
      border-radius: 5px;
      padding: 0 30px;
      margin-bottom: 25px;
   }
   .open .page-title-icon{
      flex: 0 0 60px;
      margin-right: 15px;
   }
   .profile{
      width: 130px;
      height: 180px;
      padding: 10px;
      flex: 0 0 130px;
      margin-right: 18px;
   }
   .profile-name{
      font-size: 13px;
   }
   .profile-text{
      font-size: 10px;
   }
   .text-1{
      margin-bottom: 30px;
   }
   .txt-1{
      margin-top: 10px;
   }
   .text-1-text{
      font-size: 16px;
   }
   .txt-2 p{
      font-size: 13px;
      line-height: 16px;
      margin-top: 15px;
   }
   .present{
      padding: 25px 20px;
      margin-bottom: 30px;
   }
   .present-title{
      font-size: 16px;
      line-height: 18px;
      margin-bottom: 15px;
   }
   .present-row{
      flex-direction: column;
      margin-bottom: 15px;
   }
   .present-item{
      width: 100%;
      font-size: 12px;
      line-height: 14px;
   }
   .present-item.right{
      font-size: 16px;
      line-height: 18px;
      text-align: center;
      padding-left: 0px;
      margin-top: 65px;
   }
   .book_gift{
      top: 23px;
      left: 80%;
   }
   .present-footer-title{
      font-size: 12px;
      line-height: 15px;
   }
   .text-blk-2, .text-blk-3{
      width: 100%;
      flex-wrap: wrap;
   }
   .text-blk-input:not(.text-blk-btn){
      flex: 1 1 100%;
      margin-bottom: 10px;
   }
   .text-blk-input{
      width: 100%;
   }
   .text-blk-input{
      margin: 0;
   }
   .portfolio{
      padding: 25px 20px 70px;
      margin-bottom: 30px;
   }
   #main-slider {
      margin-bottom: 0;
   }
   .portfolio .title{
      font-size: 16px;
      line-height: 18px;
      margin-bottom: 20px;
   }
   .portfolio .title br{
      display: none;
   }
   .portfolio_slider{
      height: 144px;
      width: 248px;
   }

   .slider-text{
      padding-top: 70px;
   }
   .slider-text:before{
      top: 40px;
   }
   .slider-text:after{
      top: 53px;
   }
   .portfolio_slider .slick-prev{
      left: 0;
      margin-left: 0;
      bottom: -42px;
   }
   .portfolio_slider .slick-next{
      margin-left: 0;
      left: auto;
      right: 0;
      bottom: -42px;
   }
   .nz-blk{
      left: 0;
      width: 100%;
      padding: 0 0 30px;
      background: none;
   }
   .nz-blk:before{
      display: none;
   }
   .nz-blk .container{
      flex-wrap: wrap;
      padding: 0!important;
   }
   .nz-blk:after{
      display: none;
   }
   .bz-left{
      flex: 0;
      width: 100%;
      font-size: 14px;
      line-height: 1.15;
   }
   .bz-title{
      font-size: 16px;
      line-height: 1.15;
      margin-bottom: 20px;
   }
   .bz-left p{
      margin-bottom: 15px;
   }
   .bz-list p{
      font-size: 14px;
      line-height: 1.15;
      margin-bottom: 15px;
   }
   .bz-right{
      width: 100%;
      padding: 25px 20px;
   }
   .bz-right .form-ttl{
      font-size: 16px;
      line-height: 1.13;
      margin-bottom: 17px;
   }
   .form-big .form-phone{
      font-size: 12px;
      margin-bottom: 20px;
   }
   .bz-right .form-input{
      margin-bottom: 10px;
   }
   .bz-right .form-input.form-btn{
      margin-bottom: 5px;
   }
   .bz-right .form-btn .btn{
      font-weight: 700;
      min-width: 0;
   }
   .bz-right .form-input.form-btn{
      height: 50px;
   }
   .compare {
      margin-bottom: 30px;
   }
   .compare-title{
      font-size: 16px;
      line-height: 1.13;
      margin-bottom: 15px;
   }
   .compare-subtitle{
      font-size: 14px;
      line-height: 1.15;
      margin-bottom: 20px;
      width: 250px;
   }
   .compare-slider{
      height: 160px;
      border-radius: 5px;
   }
   .compare-proj, .compare-real{
      height: 20px;
      line-height: 20px;
      font-weight: 400;
      font-size: 12px;
   }
   .compare-proj{
      border-radius: 0 5px;
      width: 110px;
   }
   .compare-real{
      border-radius: 5px 0;
      width: 100px;
   }
   #slidersab{
      border-right: 1px solid rgba(243, 240, 240, 0.7);
   }
   #slidersab::before{
      width: 25px;
      height: 25px;
      background-size: 70%;
      margin-right: -13px;
   }
   .vrtech{
      padding: 25px 20px 20px;
   }
   .vrtech-title{
      font-size: 16px;
      line-height: 1.12;
      margin-bottom: 17px;
   }
   .vrtech-img{
      margin-bottom: 30px;
   }
   .vrtech-img img.vr-desctop{
      display: none;
   }
   .vrtech-img img.vr-mob{
      display: block;
   }
   .vrtech-subtitle{
      font-size: 16px;
      text-align: left;
      margin-bottom: 20px;
   }
   .vrtech-list-item{
      width: 100%;
      margin-bottom: 15px;
      padding: 0 0 0 55px;
   }
   .vrtech-list-item-title{
      font-size: 14px;
      line-height: 1.13;
      margin-bottom: 10px;
   }
   .vrtech-list-item-text{
      font-size: 12px;
   }
   .vrtech-list-item:before{
      width: 40px;
      height: 40px;
   }
   .online{
      padding: 30px 0 0;
      flex-wrap: wrap;
      position: relative;
      margin-bottom: 30px;
   }
   .online-title{
      font-size: 16px;
      line-height: 1.15;
      margin-bottom: 15px;
   }
   .online_left p{
      font-size: 14px;
      line-height: 1.15;
      margin-bottom: 15px;
   }
   .online-yellow{
      margin-right: 0;
      padding: 10px;
      margin-top: 40px;
      border-radius: 4px 0 9px 4px;
   }
   .online-yellow img{
      height: 45px;
      width: 45px;
   }
   .online-yellow-title,
   .online-yellow-subtitle{
      font-size: 14px;
      line-height: 15px;
   }
   .online-yellow-text{
      padding-left: 10px;
   }
   .online-yellow-italic{
      font-size: 12px;
      margin-left: -55px;
      padding-right: 95px;
   }
   .online_right{
      position: absolute;
      width: 75px;
      bottom: 0;
      right: -2px;
      margin-top: 0;
      margin-right: 0;
   }
   .online-dt{
      display: none;
   }
   .online-mob{
      display: block;
   }
   .sertif{
      padding: 30px 0 60px;
   }
   .sertif-title{
      font-size: 16px;
      line-height: 1.13;
      margin-bottom: 15px;
   }
   .sertif-title span{
      display: block;
   }
   .sertif-subtitle{
      font-size: 14px;
      line-height: 1.15;
      margin-bottom: 20px;
   }
   .sertif-fallery a span{
      font-size: 14px;
   }
   .sertif-fallery .slick-list{
      width: 185px;
      margin: auto;
   }
   .sertif-fallery .slick-prev{
      left: 20px;
   }
   .sertif-fallery .slick-next{
      right: 20px;
   }
   .sertif-fallery .slick-prev,
   .sertif-fallery .slick-next{
      top: auto;
      bottom: -40px;
   }
   .sertif-fallery .slick-prev{
      transform: none;
   }
   .sertif-fallery .slick-dots{
      bottom: -39px;
   }
   .socials{
      padding: 30px 0;
   }
   .socials-title{
      font-size: 16px;
      line-height: 1.13;
      margin-bottom: 25px;
   }
   .socials-links a{
      width: 60px;
      height: 60px;
      background-size: 40px;
      margin: 0 12px;
   }
   .socials-links a.soc-ok{
      background-size: 20px;
   }
   .gotosite{
      padding: 30px 0 0;
   }
   .gotosite-title{
      font-size: 16px;
      line-height: 1.13;
      margin-bottom: 20px;
   }
   .gotosite .btn{
      width: 250px;
      height: 50px;
      font-size: 14px;
   }
   .mobil-img{
      width: 190px;
      margin: 20px auto 30px;
   }
   #quiz a.btn.prev-step{
      display: flex!important;
   }
   .fancybox-slide{
      padding: 40px 0;
   }
}

@media (max-width: 450px){
   .mdl-form {
      padding: 25px 10px;
   }
   #modal-1 .mdl-left-title{
      margin: 0 auto 20px;
      font-size: 18px;
      line-height: 1.2;
   }
   .mdl-right{
      padding: 20px 10px;
   }
   .mdl-right .form-ttl{
      margin-bottom: 15px;
      font-size: 18px;
      line-height: 1.2;
   }
}

@media (max-width: 370px){
   .form-input{
      margin-bottom: 15px;
   }
   .btn{
      min-width: 0;
   }
}

.second__phone {
   margin-right: 30px;
}
.btn_wrap{
   margin-left: 8px;
   margin-right: 3px;
   cursor: pointer;
}
.btn_wrap.active{
   transform: rotate(180deg);
}
.arrow_right {
   
}

.open_arr span,
.arrow_right span {
   display: block;
   width: 14px;
   height: 14px;
   border-top: 2px solid #EEAF0B;
   border-right: 2px solid #EEAF0B;
   margin: -2px;
   float: left;
}

.arrow_right span {
   animation: arrow-right 1s infinite;
}

.open_arr span {
   animation: arrow-upp 1s infinite;
}

.open_arr span:nth-child(3) {
   animation-delay: -0.2s;
}

.open_arr span:nth-child(2) {
   animation-delay: -0.1s;
}

.arrow_right span:nth-child(2) {
   animation-delay: -0.1s;
}

.arrow_right span:nth-child(1) {
   animation-delay: -0.2s;
}

@keyframes arrow-right {
   0% {
      opacity: 0;
      transform: rotate(45deg) translate(-0px, -0px);
   }

   50% {
      opacity: 1;
   }

   100% {
      opacity: 0;
      transform: rotate(45deg) translate(0px, 0px);
   }
}

@keyframes arrow-upp {
   0% {
      opacity: 0;
      transform: rotate(-45deg) translate(-0px, -0px);
   }

   50% {
      opacity: 1;
   }

   100% {
      opacity: 0;
      transform: rotate(-45deg) translate(0px, 0px);
   }
}