@font-face {
    font-family: 'Onest';
    src: url('../fonts/Onest-SemiBold.eot');
    src: url('../fonts/Onest-SemiBold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Onest-SemiBold.woff2') format('woff2'),
        url('../fonts/Onest-SemiBold.woff') format('woff'),
        url('../fonts/Onest-SemiBold.ttf') format('truetype'),
        url('../fonts/Onest-SemiBold.svg#Onest-SemiBold') format('svg');
    font-weight: 600;
    font-style: normal;
    /* font-display: swap; */
}

@font-face {
    font-family: 'Onest';
    src: url('../fonts/Onest-Medium.eot');
    src: url('../fonts/Onest-Medium.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Onest-Medium.woff2') format('woff2'),
        url('../fonts/Onest-Medium.woff') format('woff'),
        url('../fonts/Onest-Medium.ttf') format('truetype'),
        url('../fonts/Onest-Medium.svg#Onest-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
    /* font-display: swap; */
}

@font-face {
    font-family: 'Onest';
    src: url('../fonts/Onest-Bold.eot');
    src: url('../fonts/Onest-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Onest-Bold.woff2') format('woff2'),
        url('../fonts/Onest-Bold.woff') format('woff'),
        url('../fonts/Onest-Bold.ttf') format('truetype'),
        url('../fonts/Onest-Bold.svg#Onest-Bold') format('svg');
    font-weight: 700;
    font-style: normal;
    /* font-display: swap; */
}

@font-face {
    font-family: 'Onest';
    src: url('../fonts/Onest-Regular.eot');
    src: url('../fonts/Onest-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Onest-Regular.woff2') format('woff2'),
        url('../fonts/Onest-Regular.woff') format('woff'),
        url('../fonts/Onest-Regular.ttf') format('truetype'),
        url('../fonts/Onest-Regular.svg#Onest-Regular') format('svg');
    font-weight: 400;
    font-style: normal;
    /* font-display: swap; */
}

body {
    margin:0;
    color:#000;
    font: 18px/1.1 'Onest', "Arial",sans-serif;
    background:#fff;
	-webkit-font-smoothing: antialiased;
    font-weight: 400;
    min-width: 375px;
}
img {
    border-style:none;
    max-width: 100%;
}
a {
    color:#000;
    outline:none;
    transition: all 200ms linear;
}
a:hover {
    text-decoration:none;
}
* {
    outline:none;
    box-sizing: border-box;
}
input, textarea, select {
   font:100% "Onest",sans-serif;
    vertical-align:middle;
    -webkit-appearance:none;
   -webkit-border-radius: 0;
}
input:not([type="radio"], [type="checkbox"]), textarea, select {
    font:100% 'Onest', Arial, Helvetica, sans-serif;
    vertical-align:middle;
    -webkit-appearance:none;
}
form, fieldset {
    margin:0;
    padding:0;
    border-style:none;
	min-width: 0;
}
fieldset {
     /*max-width: 100%;*/
    /*display: table-cell;*/
}
header,
nav,
section,
article,
aside,
footer,
figure,
menu,
dialog {
    display: block;
}
ul {list-style:none; margin:0; padding:0;}
dl {margin:0 0 10px;}
nav ul, nav ol {list-style:none; list-style-image: none; margin:0; padding:0;}
ul li {list-style: none; list-style: none outside;}
p {margin:0 0 10px;}
h1 {
    font-size:64px;
    line-height:1;
    margin:0 0 20px;
    letter-spacing: -0.02em;
    font-weight: 600;
}
h2 {
    font-weight: 600;
    font-size: 60px;
    line-height: 1;
    letter-spacing: -0.02em;
}
h3 {
    font-size:40px;
    line-height:1.1;
    letter-spacing: -0.02em;
    font-weight: 600;
    margin:0 0 14px;
}
h4, .h4 {
    font-size:30px;
    line-height:1.1;
    font-weight: 500;
    letter-spacing: -0.02em;
    margin:0 0 16px;
}
h5 {
    font-size:20px;
    line-height:22px;
    margin:0 0 12px;
}
h6 {
    font-size:18px;
    line-height:20px;
    margin:0 0 10px;
}
a { text-decoration:none; outline:none;}
button,
input[type="submit"],
input[type="file"]::-webkit-file-upload-button {
    cursor: pointer;
}
textarea:-moz-placeholder {color:#000000;}
textarea::-moz-placeholder {color:#000000;opacity:1;}
textarea::-webkit-input-placeholder {color:#000000;}
textarea:-ms-input-placeholder {color:#000000;}
textarea::placeholder {color:#000000;}
input:-moz-placeholder {color:#000000;}
input::-moz-placeholder {color:#000000;opacity:1;}
input::-webkit-input-placeholder {color:#000000;}
input:-ms-input-placeholder {color:#000000;}
input::placeholder {color:#000000;}
input:focus::-webkit-input-placeholder {
    color:transparent;
}
input:focus:-moz-placeholder {
    color:transparent;
}
input:focus:-ms-input-placeholder {
    color:transparent;
}
input:focus::-moz-placeholder {
    color:transparent;
}

.btn{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    width: 247px;
    height: 60px;
    border: 1px solid #FF3D00;
    background: #FF3D00;
    color: #fff;
    padding: 5px;
    border-radius: 10px;
    font-weight: 700;
    line-height: 1;
    font-size: 16px;
    letter-spacing: -0.01em;
}
.btn:hover{
    background: #fff;
    color: #FF3D00;
}

/* =============================================================================
	MAIN
	========================================================================== */
html,body {
    height: 100%;
    margin: 0;
    -webkit-text-size-adjust: none;
}
#wrapper {
    overflow: hidden;
    position: relative;
    width: 100%;
    min-height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-top: 147px;
}
#main{
    position: relative;
    -webkit-box-flex: 5000;
    -webkit-flex: 5000 1 auto;
    -ms-flex: 5000 1 auto;
    flex: 5000 1 auto;
}
* html #wrapper {
    height: 100%;
}
.container{
    margin: 0 auto;
    width: 100%;
    max-width: 1330px;
    padding: 0 20px;
}

.bg_page{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    overflow: hidden;
    height: 727px;
    overflow: hidden;
    border-radius: 0 0 50px 50px;
    background: url("../images/img_bg-1.png") no-repeat;
    background-size: cover;
    background-position: 50% 100%;
}
#header{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 147px;
    background: #fff;
    z-index: 11;
    border-radius: 0 0 40px 40px;
    padding-top: 59px;
}
#header .container{
    height: 100%;
    position: relative;
}
.bottom_head{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 12px 0 0;
    position: relative;
}
.bottom_head:after{
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: #DDE2E9;
}
.logo_box{
    width: 475px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.logo{
    display: block;
    width: 308px;
    height: 49px;
    background: url(../images/logo.svg) no-repeat;
    background-size: 100%;
}
.logo a{
    display: block;
    height: 100%;
}
.logo_txt{
    display: block;
    padding-left: 20px;
    color: #44494F;
    font-weight: 500;
    font-size: 13px;
    line-height: 1.1;
    letter-spacing: -0.01em;
}
.bottom_head .logo_txt{
    font-size: 14px;
}
.time{
    position: relative;
    padding-left: 26px;
    margin-right: 34px;
}
.time:after{
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 16px;
    height: 16px;
    background: url("../images/time.svg") no-repeat;
    background-size: 100%;
}
.time strong{
    display: block;
    margin: 0 0 5px;
    color: #000;
    font-weight: 600;
    font-size: 15px;
    line-height: 1.1;
    letter-spacing: -0.01em;
}
.bottom_head .time strong{
    font-size: 17px;
}
.time span{
    display: block;
    font-weight: 500;
    line-height: 1.1;
    letter-spacing: -0.01em;
    font-size: 13px;
    color: #44494F;
}
.soc_list{
    display: flex;
    align-items: center;
}
.soc_list li{
    margin-right: 15px;
}
.soc_list a{
    display: block;
    width: 27px;
    height: 27px;
}
.soc_list a svg{
    display: block;
    width: 100%;
}
.bottom_head .contact_box{
    display: flex;
    width: calc(100% - 475px);
    justify-content: flex-end;
    padding-left: 15px;
    padding-top: 4px;
}
.bottom_head .contact{
    display: flex;
    align-items: center;
    margin-right: 0;
}
.bottom_head .btn{
    width: 160px;
}
.bottom_head .call_box .phone{
    margin-left: 45px;
    margin-right: 0;
}
.bottom_head .call_box .phone a{
    font-size: 27px;
}

.mob_nav{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
}
.inner_nav{
    position: relative;
    margin: 0 auto;
    padding: 0 20px;
    max-width: 1330px;
}
.nav{
    position: absolute;
    top: 17px;
    left: 22px;
    display: flex;
    align-items: center;
}
.nav li{
    margin-right: 31px;
}
.nav a{
    display: block;
    font-weight: 600;
    color: #000;
    font-size: 22px;
    line-height: 1.1;
    letter-spacing: -0.02em;
}
.online{
    position: absolute;
    display: block;
    padding-left: 19px;
    top: 23px;
    right: 22px;
    color: #44494F;
    font-weight: 500;
    font-size: 14px;
    line-height: 1.1;
    letter-spacing: -0.01em;
}
.online:after{
    position: absolute;
    content: '';
    top: 5px;
    left: 0;
    background: #4FCF83;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    animation: blink-animation 1s infinite;
}
@keyframes blink-animation {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

.section{
    padding-top: 87px;
    padding-bottom: 30px;
}
.promo_title{
    margin: 0 0 63px;
    color: #fff;
}
.promo_title span{
    font-weight: 400;
    display: block;
}
.service_block{
    margin: 0 0 81px;
}
.service_block .txt_box{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin: 0 0 11px;
    color: #fff;
}
.service_block .txt{
    display: flex;
    align-items: center;
    margin-right: auto;
    margin-bottom: 15px;
    font-weight: 500;
    font-size: 20px;
    line-height: 1;
    letter-spacing: -0.02em;
}
.service_block .point_txt{
    display: inline-block;
    vertical-align: top;
    padding: 8px 16px;
    font-weight: 600;
    border: 1px solid #5792EB;
    border-radius: 40px;
    margin-left: 11px;
}
.num_list{
    display: flex;
    align-items: center;
}
.num_list li{
    margin-bottom: 15px;
    margin-right: 15px;
    display: flex;
    align-items: center;
}
.num_list li:first-child{
    margin-right: 38px;
}
.num_list li .num{
    display: block;
    font-weight: 600;
    font-size: 30px;
    line-height: 1.1;
    letter-spacing: -0.02em;
}
.num_list li span{
    display: block;
    padding-left: 20px;
    line-height: 1.1;
    font-weight: 500;
    font-size: 14px;
}
.service_list{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -5px 31px;
}
.service_list .item_list{
    padding: 0 5px;
    margin: 0 0 10px;
    width: 25%;
    flex: 1 0 25%;
}
.service_list .inner_list{
    display: block;
    position: relative;
}
.service_list .img{
    position: relative;
    border-radius: 15px;
    overflow: hidden;
}
.service_list .img:before{
    position: absolute;
    content: '';
    background: linear-gradient(171.35deg, rgba(11, 13, 32, 1) 0, rgba(11, 13, 32, 0) 60%);
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.service_list .img img{
    display: block;
    width: 100%;
}
.service_list .dscr{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    padding: 25px 30px 0 46px;
}
.service_list .dscr .title{
    margin: 0 0 5px;
    display: block;
    color: #fff;
    font-weight: 600;
    font-size: 24px;
    line-height: 1.1;
    letter-spacing: -0.02em;
}
.service_list .dscr p{
    margin: 0;
    color: #E0E1E5;
    letter-spacing: -0.02em;
    font-weight: 500;
    font-size: 18px;
    line-height: 1.1;
}
.faq_box{
    display: flex;
    flex-wrap: wrap;
    margin: 0 0 30px;
    padding: 29px 50px 30px 36px;
    border-radius: 20px;
    background: #E0ECFB;
}
.faq_box .title_box{
    display: flex;
    align-items: center;
    margin-right: auto;
}
.faq_box .title_box .title{
    display: block;
    padding-left: 44px;
    position: relative;
    color: #000;
    font-weight: 600;
    font-size: 24px;
    line-height: 1.1;
    letter-spacing: -0.02em;
}
.faq_box .title_box .title:after{
    position: absolute;
    content: '';
    width: 30px;
    height: 30px;
    border-radius: 50%;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    background: url("../images/icon_faq.svg") no-repeat;
    background-size: 100%;
}
.faq_box .title_box p{
    margin: 0;
    padding-left: 31px;
    max-width: 340px;
    color: #44494F;
    line-height: 1.1;
    letter-spacing: -0.01em;
    font-weight: 500;
    font-size: 15px;
}
.call_box{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding-top: 2px;
}
.call_box .phone{
    display: block;
    margin-right: 31px;
}
.call_box .phone a{
    font-weight: 600;
    font-size: 24px;
    line-height: 1.1;
    letter-spacing: -0.03em;
}
.call_box .phone a:hover{
    text-decoration: underline;
}
.call_box .btn{
    height: 40px;
}
.why_block{
    margin: 0 0 122px;
    position: relative;
    z-index: 1;
}
.why_block .title_block{
    margin: 0 0 40px;
}
.why_list{
    border-radius: 20px;
    border: 1px solid #ADB5C2;
    display: flex;
    flex-wrap: wrap;
    overflow: hidden;
    margin: 0 0 40px;
}
.why_list_item{
    width: 33.33%;
    border-bottom: 1px solid #ADB5C2;
    border-right: 1px solid #ADB5C2;
    margin-bottom: -1px;
    position: relative;
    padding: 31px 30px 26px 96px;
    min-height: 159px;
}
.why_list_item .icon{
    display: flex;
    flex-wrap: wrap;
    position: absolute;
    width: 50px;
    height: 50px;
    align-items: center;
    justify-content: center;
    top: 34px;
    left: 30px;
}
.why_list_item .title{
    margin: 0 0 10px;
    color: #000;
    font-weight: 600;
    letter-spacing: -0.02em;
    line-height: 1.1;
    font-size: 24px;
    display: block;
}
.why_list_item p{
    margin: 0;
    color: #44494F;
    letter-spacing: -0.01em;
    font-weight: 500;
    font-size: 15px;
    line-height: 1.1;
}
.expert_box{
    padding: 34px 49px 42px 52px;
    display: flex;
    flex-wrap: wrap;
    margin: 0 0 40px;
    border-radius: 20px;
    background: #F4EAE7;
}
.expert_box .title_box{
    display: flex;
    align-items: center;
    margin-right: auto;
}
.expert_box .title_box .title{
    display: block;
    margin-right: 60px;
    font-weight: 600;
    line-height: 1;
    letter-spacing: -0.02em;
    font-size: 30px;
    color: #000;
    margin-bottom: -7px;
}
.expert_box .title_box .title span{
    display: block;
    color: #FF3D00;
}
.expert_box .expert{
    display: flex;
    align-items: center;
}
.expert_box .expert .photo{
    border-radius: 50%;
    width: 124px;
    height: 124px;
    margin-right: 25px;
    position: relative;
}
.expert_box .expert .photo img{
    display: block;
    width: 100%;
}
.expert_box .expert .photo:after{
    position: absolute;
    content: '';
    top: 20px;
    right: 10px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #4FCF83;
}
.expert_box .expert .expert_txt{
    padding: 20px 10px 16px 28px;
    background: #fff;
    border-radius: 0 10px 10px 10px;
    font-weight: 500;
    font-size: 18px;
    letter-spacing: -0.02em;
    line-height: 1.1;
    position: relative;
    z-index: 0;
    max-width: 284px;
    margin-bottom: -14px;
}
.expert_box .expert .expert_txt:after{
    position: absolute;
    z-index: -1;
    content: '';
    border-top: 8px solid #fff;
    border-right: 8px solid #fff;
    border-bottom: 8px solid transparent;
    border-left: 8px solid transparent;
    top: 0;
    left: -16px;
}
.expert_box .btn{
    height: 60px;
}
.works_block{
    margin: 0 0 100px;
}
.works_block .title_block{
    margin: 0 0 40px;
    position: relative;
    z-index: 1;
}
.title_block span{
    position: relative;
    color: #0F6AF2;
}
.title_block span:after{
    position: absolute;
    content: '';
    bottom: 6px;
    left: 0;
    right: 0;
    height: 1px;
    background: #0F6AF2;
    opacity: 0.5;
}
.works_dscr{
    margin: 0 0 30px;
    display: flex;
    flex-wrap: wrap;
    position: relative;
    z-index: 1;
}
.works_dscr .subtitle{
    display: block;
    width: 38%;
    font-weight: 500;
    font-size: 30px;
    line-height: 1.1;
    letter-spacing: -0.02em;
    margin: 0 0 20px;
}
.works_dscr .txt{
    padding-left: 62px;
    width: 62%;
}
.works_dscr .txt p{
    margin: 0 0 21px;
    font-weight: 400;
    font-size: 18px;
    letter-spacing: -0.01em;
    line-height: 1.1;
}
.works_list_wrap{
    position: relative;
    z-index: 0;
    margin: 0 0 49px;
}
.works_list_wrap:after{
    position: absolute;
    content: '';
    width: 1010px;
    height: 656px;
    bottom: 100%;
    margin-bottom: -11px;
    left: 46%;
    background: url("../images/img_bg-2.svg") no-repeat;
    background-size: 100%;
    z-index: -1;
}
.works_item{
    width: 300px;
}
.works_item.big{
    width: 440px;
}
.works_item .inner_item{
    overflow: hidden;
    border-radius: 20px;
    position: relative;
    display: block;
    height: 432px;
}
.works_item .inner_item img{
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
}
.time_box{
    padding: 55px 49px 62px 52px;
}
.time_box .title_box .title{
    position: relative;
    padding-left: 78px;
    max-width: 465px;
    margin-right: 40px;
}
.time_box .title_box .title span{
    display: inline;
}
.time_box .title_box .title:after{
    position: absolute;
    content: '';
    left: -7px;
    top: 50%;
    transform: translateY(-50%);
    width: 62px;
    height: 62px;
    background: url("../images/icon-7.svg") no-repeat;
    background-size: 100%;
}
.time_box .title_box p{
    margin: 0;
    font-weight: 500;
    color: #44494F;
    letter-spacing: -0.01em;
    font-size: 15px;
    line-height: 1.1;
}
.price_block{
    margin: 0 0 181px;
    position: relative;
    z-index: 1;
}
.heading{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin: 0 0 15px;
}
.heading .title_block{
    margin: 0 0 20px;
    width: 491px;
}
.heading p{
    margin: 0 0 20px;
    padding-left: 61px;
    color: #44494F;
    font-weight: 500;
    line-height: 1.1;
    font-size: 18px;
    letter-spacing: -0.017em;
    width: calc(100% - 491px);
}
.heading p strong{
    font-weight: 600;
}
.price_list{
    border-radius: 10px;
    overflow: hidden;
    margin: 0 0 52px;
}
.price_list .item_price{
    position: relative;
    margin: 0 0 1px;
    background: #175FCC;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 10px 21px 19px 84px;
}
.price_list .item_price:last-child{
    border: none;
    margin: 0;
}
.price_list .item_price:after{
    position: absolute;
    content: '';
    top: 15px;
    left: 40px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: url("../images/icon_check.svg") no-repeat;
    background-size: 100%;
}
.price_list .name_price{
    width: calc(100% - 242px);
    padding-right: 15px;
    display: block;
    font-weight: 400;
    font-size: 24px;
    line-height: 1.1;
    letter-spacing: -0.02em;
    color: #fff;
}
.price_list .price{
    background: #fff;
    display: flex;
    align-items: center;
    border-radius: 8px;
    padding: 3px 40px 2px 23px;
    position: relative;
    font-weight: 700;
    font-size: 20px;
    line-height: 1;
    color: #000;
    height: 40px;
    width: 242px;
    letter-spacing: -0.01em;
    transition: all 0.3s ease;
}
.price_list .price:hover{
    background: #FF3D00;
    color: #fff;
}
.price_list .price:after{
    position: absolute;
    content: '';
    top: 50%;
    transform: translateY(-50%);
    right: 21px;
    width: 12px;
    height: 12px;
    background: url("../images/arrow.svg") no-repeat;
    background-size: 100%;
    transition: all 0.3s ease;
}
.price_list .price:hover:after{
    background: url("../images/arrow_hw.svg") no-repeat;
    background-size: 100%;
}
.price_faq{
    padding: 61px 50px 55px 36px;
}
.price_faq .btn{
    height: 60px;
}
.price_faq .title_box .title{
    font-size: 30px;
    margin-right: 62px;
}
.price_faq .title_box p{
    padding: 24px 10px 27px 28px;
    position: relative;
    max-width: 363px;
    background: #fff;
    border-radius: 0 10px 10px 10px;
    margin: 0;
    display: block;
    z-index: 0;
}
.price_faq .title_box p:after{
    position: absolute;
    z-index: -1;
    content: '';
    border-top: 8px solid #fff;
    border-right: 8px solid #fff;
    border-bottom: 8px solid transparent;
    border-left: 8px solid transparent;
    top: 0;
    left: -16px;
}
.img_list{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -2.5px 0;
}
.img_list .item_img{
    margin: 0 0 5px;
    padding: 0 2.5px;
    width: 41.8%;
}
.img_list .item_img.big{
    width: 58.2%;
}
.img_list .inner_list{
    display: block;
    overflow: hidden;
    height: 299px;
    position: relative;
    border-radius: 20px;
}
.img_list .inner_list img{
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.img_list .signature{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    width: 247px;
    height: 40px;
    background: #fff;
    padding: 5px;
    border-radius: 10px;
    position: absolute;
    bottom: 16px;
    right: 49px;
}
.img_list .signature em{
    font-style: normal;
    display: inline-block;
    vertical-align: top;
    padding-right: 24px;
    position: relative;
    color: #000;
    font-weight: 500;
    letter-spacing: -0.01em;
    line-height: 1;
    font-size: 16px;
}
.img_list .signature em:after{
    position: absolute;
    content: '';
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    width: 14px;
    height: 10px;
    background: url("../images/icon_check-2.svg") no-repeat;
    background-size: 100%;
}
.map_block{
    margin: 0 0 150px;
    position: relative;
    z-index: 0;
}
.map_block:after,
.map_block:before{
    position: absolute;
    content: '';
    z-index: -1;
    width: 204px;
    height: 214px;
}
.map_block:after{
    top: -20px;
    left: 100%;
    background: url("../images/img_bg-3.svg") no-repeat;
    background-size: 100%;
    margin-left: -7px;
}
.map_block:before{
    top: 158px;
    right: 100%;
    background: url("../images/img_bg-4.svg") no-repeat;
    background-size: 100%;
    margin-right: 30px;
}
.map_block .title_block{
    margin: 0 0 90px;
    max-width: 860px;
    position: relative;
    z-index: 1;
}
.map_info{
    position: relative;
    z-index: 0;
    margin: 0 0 70px;
}
.map_info:after{
    position: absolute;
    content: '';
    width: 959px;
    height: 907px;
    background: url("../images/map.svg") no-repeat;
    background-size: 100%;
    z-index: -1;
    right: 15px;
    top: 50%;
    transform: translateY(-48%);
}
.map_info .subtitle{
    padding-top: 84px;
    margin: 0 0 30px;
    position: relative;
    font-weight: 500;
    font-size: 30px;
    line-height: 1.1;
    letter-spacing: -0.02em;
    color: #000;
    display: block;
    max-width: 520px;
}
.map_info .subtitle:after{
    position: absolute;
    content: '';
    top: 0;
    left: 32px;
    width: 47px;
    height: 57px;
    background: url("../images/point.svg") no-repeat;
    background-size: 100%;
}
.map_info p{
    margin: 0;
    font-weight: 400;
    line-height: 1.1;
    font-size: 18px;
    letter-spacing: -0.01em;
    max-width: 740px;
}
.user_box{
    position: absolute;
    right: 26px;
    top: 7px;
    display: flex;
    /* flex-wrap: wrap; */
}
.user_box .photo{
    border-radius: 50%;
    position: relative;
    width: 100px;
    height: 100px;
    margin-right: 37px;
}
.user_box .photo img{
    display: block;
    width: 100%;
}
.user_box .photo:after{
    position: absolute;
    content: '';
    top: 10px;
    right: 9px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #4FCF83;
}
.user_box .user_info{
    position: relative;
    background: #fff;
    border-radius: 0 10px 10px 10px;
    padding: 21px 27px 24px;
    box-shadow: 0 10px 30px rgba(42, 58, 70, 0.08);
    z-index: 0;
    max-width: 246px;
    margin-top: 15px;
}
.user_box .user_info:after{
    position: absolute;
    content: '';
    top: 0;
    left: -16px;
    border-top: 8px solid #fff;
    border-right: 8px solid #fff;
    border-bottom: 8px solid transparent;
    border-left: 8px solid transparent;
    z-index: 1;
}
.user_box .user_info .name{
    margin: 0 0 21px;
    display: block;
    line-height: 1.1;
    letter-spacing: -0.01em;
    color: #000;
    font-weight: 600;
    font-size: 18px;
}
.user_box .user_info p{
    margin: 0 0 11px;
    line-height: 1.1;
    letter-spacing: -0.01em;
    color: #44494F;
    font-weight: 400;
    font-size: 15px;
}
.user_box .user_info .btn{
    width: 100%;
    text-align: center;
    height: 51px;
}

.list_city{
    margin: 0 0 0;
    columns: 6;
}
.list_city li{
    color: #95A1B2;
    line-height: 1.25;
    letter-spacing: -0.01em;
    font-weight: 400;
    font-size: 15px;
    position: relative;
    padding-left: 25px;
}
.list_city li:after{
    position: absolute;
    content: '';
    left: 11px;
    top: 6px;
    width: 3px;
    height: 3px;
    border-radius: 50%;
    background: #95A1B2;
}
.team_block{
    margin: 0 0 114px;
    position: relative;
    z-index: 1;
}
.team_block h4{
    margin: 0 0 28px;
}
.team_list{
    margin: 0 -5px 0;
    display: flex;
    flex-wrap: wrap;
}
.item_team{
    padding: 0 5px;
    margin: 0 0 10px;
    width: calc(100%/6);
}
.item_team .photo{
    overflow: hidden;
    margin: 0 0 21px;
    position: relative;
    border-radius: 20px;
}
.item_team .photo img{
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    object-fit: cover;
}
.item_team .photo:before{
    display: block;
    content: '';
    padding-top: 144.5%;
}
.item_team .job_title{
    margin: 0 0 10px;
    border: 1px solid #C2C7CF;
    border-radius: 40px;
    padding: 0 10px;
    display: inline-flex;
    align-items: center;
    height: 30px;
    color: #95A1B2;
    font-weight: 400;
    line-height: 1;
    font-size: 13px;
    letter-spacing: -0.01em;
    /* white-space: normal; */
}
.item_team .name{
    display: block;
    margin: 0 0 10px;
    font-weight: 500;
    color: #000;
    font-size: 20px;
    line-height: 1.1;
    letter-spacing: -0.02em;
}
.item_team p{
    margin: 0;
    font-weight: 400;
    line-height: 1.1;
    letter-spacing: -0.01em;
    font-size: 15px;
}
.team_block .btn_holder .btn{
    width: 138px;
    height: 40px;
    font-size: 15px;
}
.complex_block{
    margin: 0 0 100px;
    position: relative;
    z-index: 0;
}
.complex_block:after{
    position: absolute;
    content: '';
    z-index: -1;
    bottom: 109px;
    right: -74px;
    width: 1671px;
    height: 806px;
    background: url("../images/img_bg-5.svg") no-repeat;
    background-size: 100%;
}
.complex_block .title_block{
    margin: 0 0 39px;
}
.complex_block .title_block span{
    position: relative;
    padding-right: 63px;
}
.complex_block .title_block span:before{
    position: absolute;
    content: '';
    top: 50%;
    transform: translateY(-58%);
    right: 0;
    width: 43px;
    height: 60px;
    background: url("../images/logo_4.svg") no-repeat;
    background-size: 100%;
}
.complex_box{
    margin: 0 0 117px;
    display: flex;
    flex-wrap: wrap;
}
.complex_box .subtitle{
    width: 40%;
    display: block;
    margin: 0 0 30px;
    color: #000;
    font-weight: 500;
    font-size: 30px;
    line-height: 1.1;
    letter-spacing: -0.02em;
}
.complex_box .dscr{
    width: 60%;
    padding-left: 36px;
}
.complex_box .dscr p{
    margin: 0 0 21px;
    font-weight: 400;
    font-size: 18px;
    line-height: 1.1;
    letter-spacing: -0.01em;
    color: #44494F;
}
.complex_box .dscr p strong{
    font-weight: 600;
}
.complex_box .num_list{
    padding-top: 22px;
}
.complex_box .num_list .num{
    font-size: 40px;
    color: #000;
}
.complex_box .num_list span{
    color: #95A1B2;
    padding-left: 18px;
    font-size: 16px;
}
.faq_box.change{
    padding-left: 9px;
    padding-right: 1px;
    padding-bottom: 46px;
    position: relative;
    z-index: 0;
    background: none;
}
.faq_box.change:after{
    position: absolute;
    content: '';
    top: 0;
    bottom: 0;
    width: 100vw;
    background: #EAF3FA;
    left: 50%;
    transform: translateX(-50%);
    z-index: -1;
}
.faq_box.change .call_box .phone a{
    font-size: 18px;
}
.faq_box.change .btn{
    font-size: 15px;
}
.order_block{
    margin: 0 0 96px;
}
.stage_box{
    display: flex;
    flex-wrap: wrap;
    margin: 0 0 8px;
}
.stage_box .head{
    width: 43%;
    padding-right: 30px;
    margin: 0 0 30px;
}
.stage_box .title_block{
    margin: 0 0 30px;
    max-width: 430px;
}
.stage_box .head p{
    margin: 0 0 0;
    color: #44494F;
}
.stage_list{
    width: 57%;
    display: flex;
    /* flex-wrap: wrap; */
    justify-content: space-between;
}
.stage_list .item_list{
    position: relative;
    /* margin-right: 10px; */
    margin-bottom: 30px;
    padding-right: 10px;
    width: 210px;
}
.stage_list .item_list:after{
    position: absolute;
    content: '';
    top: 30px;
    right: 14px;
    width: 41px;
    height: 8px;
    background: url("../images/arrow_2.svg") no-repeat;
    background-size: 100%;
}
.stage_list .item_list:last-child:after{
    display: none;
}
.stage_list .num{
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    width: 70px;
    height: 70px;
    background: #0F6AF2;
    color: #fff;
    margin: 0 0 10px;
    font-size: 24px;
    line-height: 1;
    letter-spacing: -0.02em;
    font-weight: 600;
}
.stage_list .title{
    display: block;
    margin: 0 0 10px;
    color: #000;
    font-size: 20px;
    line-height: 1.1;
    letter-spacing: -0.02em;
    font-weight: 500;
}
.stage_list p{
    margin: 0 0 10px;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.1;
    letter-spacing: -0.01em;
    color: #44494F;
}
.stage_list .phone{
    display: inline-block;
    vertical-align: top;
    margin: 0 0 10px;
    color: #000;
    font-weight: 600;
    font-size: 18px;
    line-height: 1.1;
    letter-spacing: -0.02em;
}
.stage_list .btn{
    color: #000;
    background: #fff;
    width: 163px;
    height: 40px;
}
.img_list .video .inner_list:before{
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: linear-gradient(171.35deg, rgba(11, 13, 32, 1) 0, rgba(11, 13, 32, 0) 60%);
}
.img_list .video .inner_list .dscr{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    padding: 30px 145px 0 45px;
    color: #fff;
    z-index: 1;
}
.img_list .video .inner_list .title{
    font-weight: 600;
    display: block;
    margin: 0 0 10px;
    line-height: 1.1;
    letter-spacing: -0.02em;
    font-size: 24px;
}
.img_list .video .inner_list p{
    margin: 0;
    font-weight: 600;
    font-size: 14px;
    line-height: 1.1;
    letter-spacing: -0.02em;
    color: #DDE2E9;
}
.img_list .video .inner_list .play{
    position: absolute;
    top: 15px;
    right: 31px;
    display: block;
    background: url("../images/icon_play.png") no-repeat;
    background-size: 100%;
    z-index: 0;
    width: 127px;
    height: 136px;
}
.reviews_block{
    margin: 0 0 0;
}
.reviews_block .heading{
    margin: 0 0 20px;
}
.reviews_block .heading .title_block{
    width: auto;
    margin-right: auto;
}
.rating_box{
    display: flex;
    align-items: center;
    margin: 0 0 16px;
    padding-right: 10px;
}
.rating_box .rating_txt{
    display: flex;
    align-items: center;
}
.rating_box .rating_txt strong{
    display: block;
    margin-right: 10px;
    font-weight: 500;
    font-size: 30px;
    line-height: 1.1;
    letter-spacing: -0.02em;
    color: #000;
}
.rating_box .rating_txt span{
    display: block;
    max-width: 162px;
    color: #44494F;
    font-weight: 400;
    line-height: 1.1;
    font-size: 15px;
    letter-spacing: -0.01em;
}
.rating{
    display: flex;
    align-items: center;
    margin-right: 17px;
}
.rating li{
    margin-right: 10px;
}
.rating a{
    display: block;
    width: 35px;
    height: 35px;
    background: url("../images/star.svg") no-repeat;
    background-size: 100%;
}
.reviews_list_wrap{
    margin: 0 0 60px;
}
.reviews_list{
    position: relative;
}
.reviews_list:after,
.reviews_list:before{
    position: absolute;
    content: '';
    top: 0;
    bottom: 0;
    width: 50vw;
    background: #fff;
    z-index: 2;
}
.reviews_list:before{
    right: 100%;
}
.reviews_list:after{
    left: 100%;
}
.reviews_slide{
    width: 315px;
}
.reviews_slide .inner_slide{
    overflow: hidden;
    background: #EDF1F4;
    padding: 30px 31px 42px;
    border-radius: 20px;
    height: 100%;
    width: 100%;
}
.reviews_slide .reviews_logo{
    display: flex;
    align-items: center;
    height: 31px;
    width: 137px;
    border-radius: 40px;
    background: #fff;
    padding: 5px;
    justify-content: center;
    color: #95A1B2;
    font-weight: 400;
    font-size: 13px;
    line-height: 1.1;
    letter-spacing: -0.01em;
    margin: 0 0 10px;
}
.reviews_slide .reviews_logo svg{
    margin-right: 10px;
}
.reviews_slide .name{
    display: block;
    margin: 0 0 20px;
    color: #000;
    font-weight: 500;
    font-size: 20px;
    line-height: 1.1;
    letter-spacing: -0.02em;
}
.reviews_slide .txt{
    padding-bottom: 40px;
    /* margin-bottom: 0; */
}
.reviews_slide .txt p{
    margin: 0;
    color: #44494F;
    font-weight: 400;
    font-size: 18px;
    line-height: 1.1;
    letter-spacing: -0.01em;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -moz-box;
    -moz-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 8;
    -webkit-box-orient: vertical;
    line-clamp: 8;
    box-orient: vertical;
    height: 159px;
}
.reviews_rating{
    position: relative;
    padding-top: 15px;
}
.reviews_rating:after{
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    height: 1px;
    width: 125px;
    background: #C2C7CF;
}
.reviews_rating span{
    display: block;
    margin: 0 0 6px;
    color: #95A1B2;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.1;
    letter-spacing: -0.01em;
}
.reviews_rating .rating li{
    margin-right: 4px;
}
.reviews_rating .rating a{
    width: 14px;
    height: 14px;
    background: url("../images/star_2.svg") no-repeat;
    background-size: 100%;
}
.swiper-button-next,
.swiper-button-prev{
    width: 60px;
    height: 60px;
    border-radius: 50%;
    border: 1px solid #95A1B2;
    top: 50%;
    margin-top: -30px;
    transition: all 0.3s ease;
}
.swiper-button-next{
    right: -110px;
}
.swiper-button-prev{
    left: -110px;
}
.swiper-button-next:after,
.swiper-button-prev:after{
    display: none;
}
.swiper-button-next:before,
.swiper-button-prev:before{
    position: absolute;
    content: '';
    width: 15px;
    height: 15px;
    border-top: 1px solid #000;
    border-right: 1px solid #000;
    top: 50%;
    left: 50%;
}
.swiper-button-next:before{
    transform: rotate(45deg);
    margin: -7px 0 0 -13px;
}
.swiper-button-prev:before{
    transform: rotate(-135deg);
    margin: -7px 0 0 -4px;
}
.swiper-button-next:hover,
.swiper-button-prev:hover,
.swiper-button-next:hover:before,
.swiper-button-prev:hover:before{
    border-color: #FF3D00;
}
.form_box{
    padding: 35px 51px 43px;
    display: flex;
    flex-wrap: wrap;
    border-radius: 20px;
    background: #175FCC;
}
.form_box .form_head{
    width: 70%;
    padding-right: 30px;
    padding-top: 9px;
    display: flex;
    flex-wrap: wrap;
}
.form_box .form_head .title{
    padding-left: 53px;
    position: relative;
    color: #fff;
    font-weight: 600;
    line-height: 1.1;
    letter-spacing: -0.02em;
    font-size: 40px;
    width: 47.5%;
}
.form_box .form_head .title:after{
    position: absolute;
    content: '';
    top: 10px;
    left: 0;
    width: 33px;
    height: 33px;
    border-radius: 50%;
    background: url("../images/icon_faq.svg") no-repeat;
    background-size: 100%;
}
.form_box .form_head .dscr{
    width: 52.5%;
    padding-left: 15px;
    padding-top: 6px;
}
.form_box .form_head .dscr p{
    margin: 0 0 25px;
    color: #DDE2E9;
    line-height: 1.1;
    font-weight: 400;
    font-size: 16px;
    letter-spacing: -0.01em;
    max-width: 350px;
}
.form_box .soc_box{
    position: relative;
    padding-top: 18px;
    display: flex;
    align-items: center;
}
.soc_box.hide_d{
    display: none;
}
.form_box .soc_box:after{
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    height: 1px;
    width: 125px;
    background: #507CBD;
}
.form_box .soc_box .phone{
    display: block;
    color: #fff;
    margin-right: 24px;
    font-weight: 600;
    font-size: 18px;
    line-height: 1.1;
    letter-spacing: -0.02em;
    margin-bottom: -8px;
}
.form_box .soc_list{
    display: flex;
    align-items: center;
}
.form_box .soc_list li{
    margin-right: 15px;
}
.form_box .soc_list a{
    display: block;
    width: 27px;
    height: 27px;
}
.form_box .soc_list a svg{
    display: block;
    width: 100%;
}
.form_box .form{
    width: 30%;
    color: #fff;
}
.form .inpt{
    margin: 0 0 10px;
}
.form input[type="text"]{
    display: block;
    width: 100%;
    border: none;
    padding: 0 20px;
    height: 50px;
    line-height: 1;
    border-radius: 8px;
    font-weight: 600;
    font-size: 18px;
    letter-spacing: 0;
}
.form .label{
    display: block;
    margin: 0 0 2px;
    font-weight: 500;
    letter-spacing: -0.01em;
    font-size: 15px;
    line-height: 1.1;
}
.form .txt{
    display: block;
    font-weight: 400;
    font-size: 12px;
    line-height: 1.1;
    letter-spacing: -0.01em;
    margin-top: 2px;
}
.form .btn{
    cursor: pointer;
    width: 100%;
    height: 50px;
    font-size: 15px;
}
#footer{
    padding: 30px 0 30px;
}
.top_foot{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin: 0 0 40px;
}
.top_foot .logo_box{
    width: 543px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin: 0 0 15px;
}
.top_foot .logo_box .logo{
    display: block;
    width: 308px;
    height: 49px;
    background: url("../images/logo.svg") no-repeat;
    background-size: 100%;
}
.top_foot .logo_box .logo_txt{
    display: block;
    padding-left: 20px;
    color: #44494F;
    font-weight: 500;
    font-size: 13px;
    line-height: 1.1;
    letter-spacing: -0.01em;
    padding-top: 11px;
}
.top_foot .contact_box{
    display: flex;
    /* flex-wrap: wrap; */
    width: calc(100% - 543px);
    justify-content: flex-end;
    padding-left: 43px;
    padding-top: 4px;
    margin: 0 0 10px;
}
.top_foot .contact{
    display: flex;
    align-items: center;
    margin-right: auto;
}
.top_foot .call_box{
    display: flex;
    align-items: center;
}
.top_foot .call_box .phone{
    margin-right: 0;
    margin-left: 22px;
}
.top_foot .btn{
    width: 151px;
    font-size: 15px;
}
.copy{
    color: #95A1B2;
    font-weight: 500;
    font-size: 13px;
    line-height: 1.1;
    letter-spacing: -0.01em;
    max-width: 740px;
}

.open_mob{
    display: none;
    position: absolute;
    right: 11px;
    top: 21px;
    width: 31px;
    height: 20px;
}
.open_mob span{
    display: block;
    position: relative;
    width: 31px;
    height: 2px;
    background: #000;
    margin: 9px auto 0;
    border-radius: 2px;
}
.open_mob span:after,
.open_mob span:before{
    content: '';
    position: absolute;
    width: 100%;
    background: #000;
    height: 2px;
    top: -9px;
    left: 0;
    transition: all 200ms linear;
    border-radius: 2px;
}
.open_mob span:after{
    top: 9px;
    width: 21px;
}
#header.active .open_mob span{
    background: none;
}
#header.active .open_mob span:before{
    transform: rotate(45deg);
    margin: 9px 0 0;
}
#header.active .open_mob span:after{
    width: 31px;
    transform: rotate(-45deg);
    margin: -9px 0 0;
}
.mob_contact{
    display: none;
}
.mob_nav_contacts .time,
.mob_nav_contacts .call_box,
.mob_nav_contacts .btn{
    display: none;
}

/* popup */
.popup_block{
    display: none;
    width: 100%;
    max-width: 676px;
    /* height: 592px; */
    border-radius: 20px;
    padding: 48px 59px 33px;
}
.fancybox-bg{
    opacity: 1;
    background: rgba(28,7,55,.1);
}
.bottom_box{
    padding-top: 24px;
    border-top: 1px solid #DDE2E9;
    display: flex;
    align-items: center;
}
.bottom_box .txt{
    margin-right: auto;
    margin-bottom: 10px;
    max-width: 200px;
    font-weight: 500;
    font-size: 15px;
    line-height: 1.2;
    letter-spacing: -0.02em;
    color: #000;
}
.bottom_box .phone{
    display: block;
    margin-right: 27px;
    margin-bottom: 10px;
}
.bottom_box .phone a{
    font-weight: 600;
    line-height: 1.1;
    font-size: 27px;
    letter-spacing: -0.03em;
}
.bottom_box .soc_list{
    margin-bottom: 10px;
}
.bottom_box .soc_list li:last-child{
    margin-right: 0;
}
.popup_form{
    margin: 0 auto 38px;
    max-width: 406px;
}
.title_popup{
    display: block;
    margin: 0 0 28px;
    font-weight: 500;
    line-height: 1;
    letter-spacing: -0.02em;
    font-size: 40px;
}
.popup_form p{
    margin: 0 0 27px;
    color: #44494F;
    font-weight: 400;
    line-height: 1.4;
    font-size: 16px;
}
.popup_form .inpt{
    margin-bottom: 13px;
}
.popup_form .label{
    margin: 0 0 5px;
    color: #000;
    font-weight: 600;
    font-size: 14px;
}
.popup_form input[type="text"]{
    height: 60px;
    border-radius: 10px;
    border: 1px solid #D6D8DF;
}
.popup_form .txt{
    color: #898B90;
    font-weight: 500;
    margin-top: 4px;
}
.popup_form .sbmt{
    margin-bottom: 13px;
}
.popup_form .btn{
    height: 70px;
    font-size: 20px;
}
.popup_form .dscr_form{
    text-align: center;
    font-weight: 500;
    line-height: 1.2;
    font-size: 12px;
    color: #898B90;
    padding: 0 20px;
}
/* .form_popup{
    display: none;
} */
.thanks_box{
    /* display: block; */
    display: none;
    margin: 0 auto;
    max-width: 406px;
    padding: 20px 0 25px;
}
.thanks_box .title_box{
    margin: 0 0 24px;
    padding-left: 53px;
    position: relative;
    color: #000;
    font-weight: 500;
    font-size: 30px;
    letter-spacing: -0.02em;
    line-height: 1;
    display: block;
}
.thanks_box .title_box:after{
    position: absolute;
    content: '';
    width: 40px;
    height: 40px;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    background: url("../images/icon_check-3.svg") no-repeat;
    background-size: 100%;
}
.thanks_box p{
    margin: 0 0 19px;
    color: #898B90;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.4;
}
.thanks_box .btn{
    width: 100%;
    background: #DDE2E9;
    border-color: #DDE2E9;
    font-size: 20px;
    color: #898B90;
    height: 60px;
}
/* btn_up */
.btn_up{
    position: fixed;
    bottom: 50px;
    right: 100px;
    width: 35px;
    height: 36px;
    /* display: block; */
    display: none;
    z-index: 10;
}
.btn_up svg{
    display: block;
    width: 100%;
}
.btn_up path{
    transition: all 0.3s ease;
}
.btn_up:hover path{
    fill: #FF3D00;
}

/* promotion */
.promotion #header{
    border-radius: 0;
}
.promotion_block{
    position: relative;
    background: #FF3D00;
    overflow: hidden;
}
.promotion_block:after{
    position: absolute;
    content: '';
    top: 50%;
    transform: translateY(-50%);
    left: 50%;
    margin-left: 76px;
    width: 193px;
    height: 101px;
    background: url("../images/img_bg-7.png") no-repeat;
    background-size: 100%;
}
.promotion_block .close_blk{
    position: absolute;
    width: 14px;
    height: 14px;
    right: 50px;
    top: 50%;
    transform: translateY(-50%);
}
.promotion_block .close_blk svg{
    display: block;
    width: 100%;
}
.promotion_block .inner_block{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 12px 0 7px;
    position: relative;
    z-index: 1;
}
.promotion_block .dscr_box{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    color: #fff;
    width: 63%;
    padding-right: 56px;
}
.promotion_block .dscr_box .title{
    display: block;
    margin: 0 0 5px;
    text-transform: uppercase;
    line-height: 1.1;
    letter-spacing: -0.03em;
    font-weight: 700;
    font-size: 27px;
    width: 168px;
}
.promotion_block .dscr_box .prom{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 145px;
    height: 40px;
    margin: 0 0 5px;
    border-radius: 40px;
    background: #fff;
    color: #FF3D00;
    padding: 5px;
    font-weight: 700;
    font-size: 24px;
    line-height: 1.1;
    letter-spacing: -0.03em;
}
.promotion_block .dscr_box .txt{
    width: calc(100% - 313px);
    padding: 0 20px;
    font-size: 18px;
    letter-spacing: -0.03em;
    line-height: 1.1;
    font-weight: 400;
    margin: 0 0 5px;
}
.promotion_block .dscr_box .txt strong{
    font-weight: 600;
}
.promotion_block .btn_holder{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    width: 37%;
    padding-left: 60px;
}
.promotion_block .btn_holder .btn{
    width: 145px;
    height: 40px;
    border-color: #000;
    background: #000;
    font-size: 14px;
    margin: 0 0 5px;
}
.promotion_block .btn_holder .btn:hover{
    background: #fff;
    color: #000;
}
.promotion_block .btn_holder .txt{
    display: flex;
    flex-wrap: wrap;
    padding-right: 30px;
    width: calc(100% - 145px);
    align-items: center;
    color: #fff;
}
.promotion_block .btn_holder .txt span{
    display: block;
    margin: 0 auto 5px 0;
    font-weight: 500;
    font-size: 18px;
    line-height: 1.1;
    letter-spacing: -0.03em;
    padding-right: 5px;
}
.promotion_block .btn_holder .txt strong{
    display: block;
    margin: 0 0 5px;
    font-size: 16px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: -0.03em;
}

.price_faq .call_box,
.expert_box .call_box{
    display: block;
    align-self: center;
}
.price_faq .call_box .btn,
.expert_box .call_box .btn{
    margin: 0 auto 13px;
}
.phone_box{
    display: flex;
    align-items: center;
    justify-content: center;
}

@media (max-width: 1500px){
    .promotion_block .close_blk{
        right: 0;
    }
}
@media (max-width: 1350px){
    #header{
        border-radius: 0;
    }
    .bg_page{
        border-radius: 0;
    }
    .top_foot .contact_box{
        padding-left: 15px;
    }
}
@media (max-width: 1300px){
    .bottom_head .call_box .phone{
        margin-left: 15px;
    }
    .bottom_head .call_box .phone a{
        font-size: 22px;
    }
    .faq_box .title_box{
        width: 55%;
    }
    .faq_box .title_box p{
        max-width: 290px;
        padding-left: 15px;
    }
    .faq_box .call_box{
        width: 45%;
        padding-left: 10px;
    }
    .price_faq .call_box{
        width: auto;
    }
    .expert_box{
        align-items: center;
    }
    .expert_box .call_box{
        display: block;
    }
    /* .expert_box .call_box .phone{
        margin: 0 0 15px;
    } */
    .top_foot .call_box .phone{
        margin-left: 10px;
    }
    .top_foot .contact{
        margin-right: 0;
    }
    .top_foot .time{
        margin-right: 10px;
    }
    .top_foot .logo_box{
        flex-wrap: nowrap;
    }
    .top_foot .logo_box .logo{
        flex: 0 0 308px;
    }
    .top_foot .logo_box{
        width: 475px;
    }
    .top_foot .contact_box{
        width: calc(100% - 475px);
    }
    .promotion_block .btn_holder .txt{
        justify-content: flex-end;
    }
    .promotion_block .btn_holder .txt span{
        margin-right: 0;
    }
}
@media (max-width: 1200px){
    .nav{
        top: 22px;
    }
    .nav li{
        margin-right: 20px;
    }
    .nav a{
        font-size: 18px;
    }
    .logo_box{
        width: 308px;
    }
    .logo_txt{
        display: none;
    }
    .bottom_head .contact_box{
        width: calc(100% - 308px);
    }
    .expert_box .title_box .title{
        margin-right: 20px;
    }
    .complex_box .num_list{
        flex-wrap: wrap;
    }
    .top_foot .logo_box .logo_txt{
        display: none;
    }
    .top_foot .logo_box{
        width: 308px;
    }
    .top_foot .contact_box{
        width: calc(100% - 308px);
    }
    .promotion_block:after{
        margin: 0;
        left: 53%;
    }
    .promotion_block .btn_holder .txt strong{
        font-size: 14px;
    }
}
@media (max-width: 1050px){
    .online{
        display: none;
    }
    .bottom_head{
        padding: 5px 0;
    }
    .call_box{
        padding: 0;
        display: block;
    }
    .bottom_head .call_box .phone{
        margin: 5px 0 0;
    }
    h1{
        font-size: 54px;
    }
    h2{
        font-size: 50px;
    }
    .service_list .dscr{
        padding: 25px 20px 0 20px;
    }
    .service_list .dscr .title{
        font-size: 20px;
    }
    .faq_box{
        display: block;
    }
    .faq_box .title_box{
        width: 100%;
        margin: 0 0 20px;
    }
    .faq_box .title_box .title{
        width: 340px;
    }
    .faq_box .title_box p{
        max-width: none;
        width: calc(100% - 340px);
    }
    .faq_box .call_box{
        display: flex;
        width: 100%;
        padding-left: 43px;
    }
    .faq_box .call_box .phone{
        margin-right: 125px;
    }
    .why_list_item .title{
        font-size: 18px;
    }
    .expert_box .title_box{
        display: block;
    }
    .expert_box .title_box .title{
        margin: 0 0 10px;
    }
    .expert_box .title_box .title br{
        display: none;
    }
    .heading p{
        padding: 0;
    }
    .top_foot .call_box{
        display: block;
    }
    .top_foot .btn{
        margin-bottom: 5px;
    }
    .top_foot .call_box .phone{
        margin: 0;
    }
    .top_foot .call_box .phone a{
        font-size: 20px;
    }
    .faq_box.change .call_box .phone_box{
        margin-right: 55px;
    }
    .price_faq .call_box .phone,
    .faq_box.change .call_box .phone{
        margin-right: 31px;
    }
    .price_faq .call_box .phone_box{
        order: 1;
        margin-right: 35px;
    }
    .price_faq .call_box .btn{
        order: 2;
        margin: 0 0 13px;
    }
}
@media (max-width: 980px){
    .why_list_item{
        width: 50%;
        min-height: 129px;
    }
    .list_city{
        columns: 4;
    }
    .team_list{
        flex-wrap: nowrap;
        margin: 0 -7px 5px;
        overflow: hidden;
        overflow-x: auto;
        white-space: nowrap;
        padding-bottom: 5px;
    }
    .item_team{
        width: 217px;
        flex: 0 0 217px;
        padding: 0 7px;
    }
    .complex_box{
        margin: 0 0 60px;
    }
    .complex_box .subtitle{
        width: 100%;
    }
    .complex_box .dscr{
        width: 100%;
        padding: 0;
    }
    .form_box .form_head{
        width: 100%;
        padding: 0;
        margin: 0 0 30px;
    }
    .form_box .form{
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        align-items: start;
        justify-content: space-between;
    }
    .form_box .form .inpt,
    .form_box .form .sbmt{
        width: calc(50% - 10px);
    }
    .form_box .form .sbmt{
        padding-top: 19px;
    }
    .promotion_block .dscr_box .title{
        width: 100%;
    }
    .promotion_block .dscr_box .txt{
        padding-left: 0;
        width: calc(100% - 145px);
    }
    .promotion_block .btn_holder .txt{
        padding-right: 15px;
    }
    .promotion_block .btn_holder{
        width: 350px;
    }
    .promotion_block .dscr_box{
        width: calc(100% - 350px);
    }
    .promotion_block:after{
        left: calc(100% - 465px);
    }
}
@media (max-width: 890px){
    .bottom_head .call_box .phone a{
        font-size: 20px;
    }
    .bottom_head .time strong{
        font-size: 15px;
    }
    .time{
        margin-right: 10px;
    }
    .nav li{
        margin-right: 10px;
    }
    .logo_box{
        width: 258px;
    }
    .logo{
        width: 258px;
        height: 41px;
    }
    .bottom_head .contact_box{
        width: calc(100% - 258px);
    }
    .service_list .dscr{
        padding-top: 15px;
    }
    .service_list .dscr .title{
        font-size: 18px;
    }
    .service_list .dscr p{
        font-size: 16px;
    }
    .expert_box .expert .expert_txt{
        max-width: 224px;
    }
    .works_dscr .subtitle{
        width: 100%;
    }
    .works_dscr .txt{
        width: 100%;
        padding: 0;
    }
    .heading{
        display: block;
    }
    .heading .title_block,
    .heading p{
        width: 100%;
    }
    .user_box{
        top: -63px;
    }
    .user_box .user_info{
        max-width: 336px;
    }
    .stage_box .head{
        padding: 0;
        width: 100%;
    }
    .stage_box .title_block{
        max-width: 100%;
    }
    .stage_list{
        width: 100%;
    }
    .top_foot .logo_box{
        width: 100%;
    }
    .top_foot .contact_box{
        padding: 0;
        width: 100%;
        justify-content: space-between;
    }
    .top_foot .call_box{
        display: flex;
    }
    .top_foot .call_box .btn{
        margin: 0 15px 0 0;
    }
    .promotion_block .dscr_box .txt{
        font-size: 16px;
        width: calc(100% - 125px);
        padding-right: 5px;
    }
    .promotion_block .dscr_box .prom{
        width: 125px;
        height: 30px;
        font-size: 20px;
    }
    .promotion_block .dscr_box .title{
        font-size: 22px;
    }
}
@media (max-width: 767px){
    body.fixed{
        overflow: hidden;
    }
    .bg_page{
        height: 528px;
        border-radius: 0 0 15px 15px;
        background: url("../images/img_bg-6.jpg") no-repeat;
        background-size: cover;
        background-position: 0 100%;
    }
    .promotion .bg_page{
        height: 593px;
    }
    #wrapper{
        padding-top: 103px;
    }
    #header{
        padding: 0;
        height: 103px;
        border-radius: 0 0 10px 10px;
    }
    .bottom_head{
        padding: 7px 0;
    }
    .bottom_head .contact_box{
        display: none;
    }
    .container{
        padding: 0 27px;
    }
    .mob_contact{
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: space-between;
        padding: 9px 0 10px;
    }
    .mob_contact .soc_list li{
        margin-right: 12px;
    }
    .mob_contact .soc_list a{
        width: auto;
        height: auto;
    }
    .mob_contact .soc_list a svg{
        width: 22px;
        height: 22px;
    }
    .mob_contact .soc_list li:last-child a{
        display: flex;
        align-items: center;
        color: #0CC857;
        font-weight: 600;
        line-height: 1;
        font-size: 13px;
        letter-spacing: -0.02em;
    }
    .mob_contact .soc_list li:last-child a svg{
        margin-right: 8px;
    }
    .mob_contact .phone{
        display: block;
    }
    .mob_contact .phone a{
        color: #000;
        font-weight: 600;
        letter-spacing: -0.03em;
        line-height: 1;
        font-size: 20px;
    }
    .logo_box{
        width: auto;
    }
    .logo{
        width: 246px;
        height: 39px;
    }
    .open_mob{
        display: block;
    }
    h1 {
        font-size: 30px;
    }
    .section{
        padding-top: 84px;
    }
    .promo_title{
        margin: 0 0 25px;
    }
    .service_block{
        margin: 0 0 40px;
    }
    .service_block .txt_box{
        margin: 0;
        display: block;
    }
    .service_block .txt{
        margin: 0 0 79px;
    }
    .service_block .txt{
        font-size: 16px;
    }
    .service_block .point_txt{
        margin-left: 8px;
        padding: 6px 12px;
    }
    .num_list li{
        margin-right: 0;
    }
    .num_list li:first-child{
        display: none;
    }
    .num_list li .num{
        font-size: 24px;
    }
    .service_list{
        margin: 0 -1px 27px;
    }
    .service_list .item_list{
        width: 50%;
        flex: 1 0 50%;
        padding: 0 1px;
        margin: 0 0 2px;
    }
    .service_list .img{
        border-radius: 10px;
        height: 180px;
    }
    .service_list .img:before{
        z-index: 1;
    }
    .service_list .item_list:last-child .img{
        height: 150px;
    }
    .service_list .img img{
        position: absolute;
        display: block;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        object-fit: cover;
        z-index: 0;
    }
    .service_list .dscr{
        padding: 10px 7px 0 16px;
        z-index: 2;
    }
    .service_list .dscr .title{
        font-size: 17px;
        margin: 0 0 9px;
    }
    .service_list .dscr p{
        font-size: 14px;
    }
    .faq_box{
        padding: 17px 30px 24px 27px;
    }
    .faq_box .title_box{
        display: block;
        margin: 0 0 15px;
    }
    .faq_box .title_box .title{
        width: auto;
        margin: 0 0 8px;
    }
    .faq_box .title_box .title:after{
        transform: none;
        top: 0;
    }
    .faq_box .title_box p{
        width: 100%;
        padding: 0;
        font-size: 13px;
    }
    .faq_box .call_box,
    .expert_box .call_box{
        padding: 0;
        display: block;
        text-align: center;
    }
    .faq_box .call_box .phone{
        margin: 0 0 5px;
    }
    .faq_box .call_box .phone a,
    .expert_box .call_box .phone a{
        font-size: 18px;
    }
    .faq_box .call_box .btn,
    .expert_box .call_box .btn{
        margin: 0 auto;
    }
    h2{
        font-size: 30px;
    }
    .why_block{
        margin: 0 0 68px;
    }
    .why_list{
        margin: 0 0 29px;
    }
    .why_block .title_block{
        margin-right: -20px;
        margin-bottom: 23px;
    }
    .expert_box{
        padding: 22px 18px 22px 36px;
        display: block;
    }
    .expert_box .title_box{
        margin: 0 0 22px;
    }
    .expert_box .title_box .title{
        font-size: 24px;
        margin: 0 0 14px;
    }
    .expert_box .title_box .title span{
        display: inline;
    }
    .expert_box .expert{
        align-items: start;
    }
    .expert_box .expert .photo{
        width: 54px;
        min-width: 54px;
        height: 54px;
        margin-right: 24px;
    }
    .expert_box .expert .photo:after{
        top: 5px;
        right: 5px;
    }
    .expert_box .expert .expert_txt{
        font-size: 15px;
        max-width: none;
        padding: 14px 10px 16px 21px;
        margin: 0;
    }
    .expert_box .call_box .btn{
        height: 40px;
        width: 100%;
        max-width: 247px;
        margin-bottom: 15px;
    }
    .price_faq .call_box .btn{
        margin-bottom: 15px;
    }
    .price_faq .call_box .phone{
        margin-bottom: 0;
        margin-right: 31px;
    }
    .works_block{
        margin: 0 0 40px;
    }
    .works_block .title_block{
        margin: 0 0 17px;
    }
    .works_dscr{
        margin: 0 0 22px;
    }
    .works_dscr .subtitle{
        font-size: 18px;
        padding-right: 3px;
        margin: 0 0 14px;
    }
    .works_dscr .txt{
        overflow: hidden;
        text-overflow: ellipsis;
        display: -moz-box;
        -moz-box-orient: vertical;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        line-clamp: 3;
        box-orient: vertical;
        /* height: 159px; */
    }
    .works_dscr .txt p{
        font-size: 16px;
    }
    .works_list_wrap{
        margin: 0 0 30px;
    }
    .works_item,
    .works_item.big{
        width: 185px;
    }
    .works_item .inner_item{
        height: 182px;
    }
    .time_box .title_box{
        margin: 0 0 12px;
    }
    .time_box .title_box .title{
        padding-left: 28px;
        margin-right: -10px;
        line-height: 1.1;
    }
    .time_box .title_box .title:after{
        width: 28px;
        height: 28px;
        transform: none;
        top: 0;
    }
    .time_box .title_box p{
        font-size: 13px;
    }
    .time_box .title_box p br{
        display: none;
    }
    .price_block{
        margin: 0 0 39px;
    }
    .heading .title_block{
        margin: 0 0 11px;
    }
    .heading p{
        font-size: 16px;
        margin: 0 0 24px;
    }
    .price_list{
        margin: 0 0 24px;
    }
    .price_list .item_price{
        display: block;
        padding: 10px 10px 15px 44px;
    }
    .price_list .item_price:after{
        width: 20px;
        height: 20px;
        top: 12px;
        left: 17px;
    }
    .price_list .name_price{
        font-size: 18px;
        width: 100%;
        padding: 0;
        margin: 0 0 5px;
    }
    .price_list .price{
        font-size: 16px;
        height: auto;
        width: auto;
        display: inline-flex;
        padding: 3px 29px 2px 15px;
    }
    .price_list .price:after{
        width: 10px;
        height: 10px;
        right: 13px;
    }
    .price_faq{
        margin: 0 0 18px;
    }
    .price_faq .title_box{
        margin: 0 0 10px;
    }
    .price_faq .title_box .title{
        font-size: 24px;
    }
    .price_faq .title_box .title br{
        display: none;
    }
    .price_faq .title_box p{
        margin-left: 24px;
        width: auto;
        font-size: 15px;
        padding: 17px 7px 19px 8px;
    }
    .price_faq .btn{
        height: 40px;
    }
    .img_list .item_img,
    .img_list .item_img.big{
        width: 100%;
    }
    .img_list .inner_list{
        height: 178px;
    }
    .img_list .signature{
        width: 185px;
        height: 27px;
        bottom: 14px;
        right: 15px;
    }
    .img_list .signature em{
        font-size: 14px;
    }
    .map_block{
        margin: 0 0 40px;
    }
    .map_block .title_block{
        margin: 0 0 26px;
    }
    .map_info{
        margin: 0 0 25px;
    }
    .map_info .subtitle{
        font-size: 18px;
        padding-top: 86px;
        padding-right: 5px;
        margin: 0 0 25px;
        max-width: none;
    }
    .map_info p{
        font-size: 15px;
    }
    .user_box{
        position: static;
        right: auto;
        top: auto;
        margin: 0 0 27px;
    }
    .user_box .photo{
        width: 70px;
        height: 70px;
        min-width: 70px;
        margin-right: 28px;
    }
    .user_box .user_info{
        margin-top: 0;
        padding: 24px 20px 15px;
    }
    .user_box .user_info .name{
        font-size: 16px;
        margin: 0 0 16px;
    }
    .user_box .user_info p{
        font-size: 13px;
        margin: 0 0 14px;
    }
    .user_box .user_info .btn{
        font-size: 15px;
    }
    .map_info:after{
        width: 489px;
        height: 507px;
        right: auto;
        left: -60px;
    }
    .list_city{
        columns: 3;
    }
    .list_city li{
        font-size: 14px;
        padding-left: 20px;
        line-height: 1.28;
    }
    h4{
        font-size: 24px;
    }
    .team_block{
        margin: 0 0 33px;
    }
    .team_block h4{
        margin: 0 0 17px;
    }
    .item_team{
        width: 174px;
        flex: 0 0 174px;
    }
    .item_team .photo{
        margin: 0 0 16px;
    }
    .item_team .job_title{
        margin: 0 0 8px;
        white-space: normal;
        font-size: 12px;
    }
    .item_team .name{
        font-size: 18px;
        margin: 0 0 8px;
    }
    .item_team p{
        font-size: 14px;
    }
    .complex_block{
        margin: 0 0 40px;
    }
    .complex_block .title_block{
        margin: 0 0 19px;
    }
    .complex_block .title_block span{
        padding-right: 34px;
    }
    .complex_block .title_block span:before{
        width: 23px;
        height: 32px;
    }
    .complex_box .subtitle{
        font-size: 18px;
        margin: 0 0 13px;
    }
    .complex_box .dscr p{
        font-size: 16px;
    }
    .complex_box .num_list{
        padding-top: 5px;
    }
    .complex_box .num_list li{
        margin-bottom: 8px;
    }
    .complex_box .num_list li:first-child{
        display: flex;
    }
    .complex_box .num_list .num{
        font-size: 33px;
    }
    .complex_box .num_list span{
        font-size: 14px;
    }
    .faq_box.change{
        padding-bottom: 22px;
    }
    .order_block{
        margin: 0 0 37px;
    }
    .stage_box .title_block{
        margin-right: -10px;
        max-width: none;
        margin-bottom: 6px;
    }
    .stage_box .head p{
        font-size: 16px;
    }
    .order_block .expert_box{
        margin: 0 0 19px;
    }
    .img_list .video .inner_list .dscr{
        padding: 22px 25px 0 27px;
    }
    .img_list .video .inner_list .title{
        font-size: 18px;
        margin: 0 0 4px;
    }
    .img_list .video .inner_list .play{
        width: 78px;
        height: 78px;
        top: auto;
        bottom: 0;
        right: 13px;
    }
    .reviews_block .heading{
        margin: 0 0 13px;
    }
    .rating_box{
        padding: 0;
        margin: 0;
    }
    .rating{
        margin-right: 3px;
    }
    .rating li{
        margin-right: 6px;
    }
    .rating a{
        width: 18px;
        height: 18px;
    }
    .rating_box .rating_txt strong{
        font-size: 20px;
        margin-right: 15px;
    }
    .rating_box .rating_txt span{
        font-size: 13px;
    }
    .reviews_list_wrap{
        margin: 0 0 35px;
    }
    .reviews_slide{
        width: 280px;
    }
    .reviews_slide .name{
        font-size: 18px;
    }
    .reviews_slide .txt p{
        font-size: 16px;
    }
    .reviews_rating span{
        font-size: 12px;
    }
    .reviews_list:after,
    .reviews_list:before{
        display: none;
    }
    .form_box{
        padding: 22px 25px 31px;
    }
    .form_box .form_head{
        display: block;
        margin: 0 0 16px;
    }
    .form_box .form_head .title{
        font-size: 24px;
        width: auto;
        margin: 0 0 11px;
        display: block;
    }
    .form_box .form_head .title:after{
        top: 3px;
        left: 6px;
    }
    .form_box .form_head .dscr{
        width: auto;
        padding: 0;
    }
    .form_box .form_head .dscr p{
        font-size: 13px;
        margin: 0;
        max-width: none;
    }
    .form_box .dscr .soc_box{
        display: none;
    }
    .form_box .form{
        display: block;
        margin: 0 0 18px;
    }
    .form_box .form .inpt, .form_box .form .sbmt{
        width: 100%;
    }
    .form_box .form .sbmt{
        padding: 0;
    }
    .soc_box.hide_d{
        display: flex;
    }
    .top_foot .call_box{
        display: block;
    }
    .top_foot .call_box .btn{
        margin: 0 0 5px;
    }
    .mob_nav{
        /* display: none; */
        display: block;
        position: fixed;
        top: 0;
        left: 0;
        width: 100vw;
        height: 100%;
        background: #fff;
        padding-top: 122px;
        transform: translateX(-100%);
        opacity: 0;
        transition: all 0.3s ease;
    }
    .inner_nav{
        padding: 0 27px;
        height: 100%;
        display: flex;
        flex-direction: column;
    }
    .nav{
        display: block;
        margin: 0 0 0;
        position: static;
        top: auto;
        left: auto;
    }
    .nav li{
        margin: 0 0 30px;
    }
    .nav a{
        font-size: 22px;
    }
    #header.active .inner_head{
        position: relative;
        z-index: 1;
    }
    #header.active .mob_nav{
        /* display: block; */
        transform: translateX(0);
        opacity: 1;
    }
    .mob_nav_contacts{
        margin-top: auto;
        text-align: center;
    }
    .mob_nav_contacts .time{
        display: block;
        margin-right: 0;
        margin-bottom: 27px;
        text-align: left;
    }
    .mob_nav_contacts .time:after{
        top: 3px;
    }
    .mob_nav_contacts .time strong{
        font-size: 17px;
        margin: 0 0 3px;
    }
    .mob_nav_contacts .call_box,
    .mob_nav_contacts .btn{
        display: flex;
    }
    .mob_nav_contacts .btn{
        height: 40px;
        width: 100%;
        margin: 0 0 10px;
    }
    .online{
        display: inline-block;
        vertical-align: top;
        position: relative;
        right: auto;
        top: auto;
    }
    .mob_nav_contacts .call_box{
        border-top: 1px solid #EBEDF3;
        padding-top: 16px;
        margin-bottom: 9px;
    }
    .mob_nav_contacts .call_box .phone{
        margin-right: auto;
    }
    .mob_nav_contacts .soc_list li:last-child{
        margin-right: 0;
    }
    .btn_up{
        right: auto;
        left: 50%;
        transform: translateX(-50%);
        width: 22px;
        height: 23px;
        bottom: 100px;
    }
    .promotion_block{
        margin: 0 0 -35px;
    }
    .promotion_block .inner_block{
        display: block;
        padding: 6px 0 11px;
    }
    .promotion_block .close_blk{
        width: 12px;
        height: 12px;
        transform: none;
        top: 11px;
        right: 14px;
    }
    .promotion_block .btn{
        display: none;
    }
    .promotion_block .dscr_box,
    .promotion_block .btn_holder,
    .promotion_block .dscr_box .txt{
        width: 100%;
        padding: 0;
    }
    .promotion_block .dscr_box .title{
        font-size: 18px;
        margin: 0 0 2px;
    }
    .promotion_block .dscr_box .txt{
        max-width: 55%;
        margin: 0 0 10px;
        font-size: 14px;
        line-height: 1;
    }
    .promotion_block .btn_holder .txt{
        width: 100%;
        padding: 0;
        align-items: start;
        justify-content: start;
    }
    .promotion_block .btn_holder .txt span{
        margin: 0 14px 0 0;
        font-size: 14px;
    }
    .promotion_block .btn_holder .txt strong{
        margin: 0;
        font-size: 12px;
    }
    .promotion_block .dscr_box .prom{
        position: absolute;
        bottom: 23px;
        right: 0;
        font-size: 19px;
        line-height: 1;
        width: 111px;
        height: 31px;
    }
    .promotion_block:after{
        left: auto;
        right: 150px;
    }
    .price_faq .call_box .phone_box{
        margin-right: 0;
    }
    .faq_box.change .call_box{
        display: flex;
    }
    .faq_box.change .call_box .phone_box{
        margin-right: 0;
        order: 2;
        width: 100%;
    }
    .faq_box.change .call_box .phone{
        margin-bottom: 0;
    }
    .faq_box.change .btn{
        order: 1;
        margin-bottom: 13px;
    }
}
@media (max-width: 640px){
    .why_list_item{
        width: 100%;
        padding: 22px 20px 18px 66px;
        min-height: auto;
    }
    .why_list_item .title{
        font-size: 18px;
        margin: 0 0 6px;
    }
    .why_list_item p{
        font-size: 14px;
    }
    .why_list_item .icon{
        width: 27px;
        height: 27px;
        top: 27px;
        left: 20px;
    }
    .list_city{
        columns: 2;
    }
    .stage_box .head{
        margin: 0 0 20px;
    }
    .stage_list{
        flex-wrap: wrap;
    }
    .stage_list .item_list{
        width: 100%;
        padding: 0 0 0 58px;
        margin-bottom: 16px;
    }
    .stage_list .item_list:after{
        display: none;
    }
    .stage_list .num{
        width: 40px;
        height: 40px;
        position: absolute;
        top: 0;
        left: 0;
        margin: 0;
    }
    .stage_list .title{
        padding-right: 10px;
    }
    #footer{
        padding: 20px 0 30px;
    }
    .top_foot .logo_box{
        margin: 0 0 25px;
    }
    .top_foot .logo_box .logo{
        flex: none;
        width: 246px;
        height: 39px;
        margin: 0 auto 0;
    }
    .top_foot .contact_box{
        display: block;
        margin: 0;
    }
    .top_foot .contact{
        margin: 0 0 13px;
    }
    .top_foot .time{
        margin-right: auto;
    }
    .top_foot .soc_list{
        margin: -10px 0 0;
    }
    .top_foot .soc_list li:last-child{
        margin-right: 0;
    }
    .top_foot .call_box{
        display: flex;
    }
    .top_foot .call_box .btn{
        margin: 0 auto 0 0;
    }
    .top_foot .call_box .phone a{
        font-size: 18px;
    }
    .copy{
        font-size: 12px;
    }
    .popup_block{
        padding: 30px 25px 20px;
    }
    .thanks_box .btn{
        height: 50px;
        font-size: 16px;
    }
    .title_popup{
        font-size: 30px;
        margin: 0 0 20px;
    }
    .popup_form input[type="text"],
    .popup_form .btn{
        height: 50px;
    }
    .popup_form .btn{
        font-size: 16px;
    }
    .bottom_box{
        flex-wrap: wrap;
    }
    .promotion_block:after{
        right: 90px;
    }
}
@media (max-width: 480px){
    .promotion_block:after{
        right: 35px;
    }
}

