@font-face {
    font-family: 'Gilroy';
    font-weight: 600;
    src:url('../fonts/Gilroy-SemiBold.woff') format("woff2") ;
    font-display: swap;
}
@font-face {
    font-family: 'Gilroy';
    font-weight: 700;
    src:url('../fonts/Gilroy-Bold.woff2') format("woff2") ;
    font-display: swap;
}
@font-face {
    font-family: 'Gilroy';
    font-weight: 800;
    src:url('../fonts/Gilroy-ExtraBold.woff2') format("woff2") ;
    font-display: swap;
}
body,html{
    padding: 0;
    margin: 0!important;
    position: relative;
    font-family: 'Gilroy';
    color: #171717;
    background: #FFFFFF;
    overflow-x: hidden;
}
ul,li{
    padding: 0;
    margin: 0;
}
li{
    list-style: none;
}
h1,h2,h3,p{
    margin: 0;
}
a{
    text-decoration: none!important;
    cursor: pointer;
    font-family: 'Gilroy';
    font-style: normal;
    color: #171717;
}

button, input, textarea{
    border: none;
    outline: none;
    cursor: pointer;
}
.wrapper{
    padding: 0 80px;
    position: relative;
}
.flex{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.wrapper_fix{
    padding-right: 80px;
}
.header_top{
    padding: 16px 0;
    background: rgba(6, 30, 91, 0.03);
    -webkit-transition: 200ms linear;
    -moz-transition: 200ms linear;
    -ms-transition: 200ms linear;
    -o-transition: 200ms linear;
    transition: 200ms linear;
}
.header_bottom{
    padding-top: 30px;
    -webkit-transition: 200ms linear;
    -moz-transition: 200ms linear;
    -ms-transition: 200ms linear;
    -o-transition: 200ms linear;
    transition: 200ms linear;
}
.btn{
    background: #BE3206;
    border-radius: 49px;
    padding: 15px 33px;
    font-weight: 800;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #FFFFFF;
    font-family: 'Gilroy';
cursor: pointer;
    transition: 400ms linear;
}
.header_item{
    font-weight: 600;
    font-size: 16px;
    line-height: 19px;

    letter-spacing: 0.03em;

    color:#061E5B;
}
.header_item span{
    color: #BE3206;
}
.underline{
    position: relative;
    color:#061E5B;
}
.underline span{
    color:#061E5B;
}
.underline:before{
    content: '';
    position: absolute;
    left: 0;
    width: 100%;
    height: 1px;
    background: #061E5B;
    bottom: 0;
    transition: all 0.3s ease;
}
.logo:hover{
    transform: scale(1.1);
}
.underline:hover:before{
    width: 0;
    right: auto;
    transition: all 0.3s ease;
}
.header_right {
    padding-left: 118px;
    width: 100%;
    box-sizing: border-box;
}
.header{
    padding-left: 80px;
    background: #FFFFFF;
    border-bottom: 1px solid rgba(6, 30, 91, 0.1);
    position: fixed;
    left: 0;
    top: 0;
    z-index: 100;
    width: 100%;
    box-sizing: border-box;
}
.header.active .header_top{
    height: 0;
    -webkit-transition: 200ms linear;
    -moz-transition: 200ms linear;
    -ms-transition: 200ms linear;
    -o-transition: 200ms linear;
    transition: 200ms linear;
    visibility: hidden;
    overflow: hidden;
    padding: 0;
}
.header.active .header_bottom{
    padding-top: 10px;
    -webkit-transition: 200ms linear;
    -moz-transition: 200ms linear;
    -ms-transition: 200ms linear;
    -o-transition: 200ms linear;
    transition: 200ms linear;
}
.header.active .logo{
    width: 100px;

}
.header.active .logo img{
    -webkit-transition: 200ms linear;
    -moz-transition: 200ms linear;
    -ms-transition: 200ms linear;
    -o-transition: 200ms linear;
    transition: 200ms linear;
}
.header.active  .btn{
    margin-bottom: 10px;
    -webkit-transition: 200ms linear;
    -moz-transition: 200ms linear;
    -ms-transition: 200ms linear;
    -o-transition: 200ms linear;
    transition: 200ms linear;
}
.header.active  .menu li{
    padding-bottom:25px;
    -webkit-transition: 200ms linear;
    -moz-transition: 200ms linear;
    -ms-transition: 200ms linear;
    -o-transition: 200ms linear;
    transition: 200ms linear;
}
.logo img{
    -webkit-transition: 200ms linear;
    -moz-transition: 200ms linear;
    -ms-transition: 200ms linear;
    -o-transition: 200ms linear;
    transition: 200ms linear;
    width: 100%;
}
.height{
    height: 162px;
}
.header .menu{
    display: flex;
    align-items: center;
justify-content: space-between;
}
.header .menu a{
    font-weight: 600;
    font-size: 18px;
    line-height: 21px;
    letter-spacing: 0.03em;

}
.header .menu li{
    padding-bottom: 46px;
    margin-right: 45px;
    position: relative;
    margin-top: 14px;
}
.header .menu li:before{
    width: 0;
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    height: 4px;
    border-radius: 2px;
    background:#BE3206;
    transition: 400ms linear;
}
.header .menu .current-menu-item:before, .header .menu li:hover:before {
    width: 100%;
    transition: 400ms linear;
}
.header .btn{
    margin-bottom:31px;
}
.btn:hover{
    background: #061E5B;
}
.btn_border:hover{
    background: #061E5B;
    color: white;
}
.header .menu .current-menu-item a{
    color: #BE3206;
}
.owl-nav button:hover{
    transform: scale(1.1);
    transition: 400ms linear;
}
.banner_item {
    height: 600px;
    position: relative;
    background-position: right top;
    background-size: cover;
    background-repeat: no-repeat;
}
.banner_info {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 80px;
    right: 80px;
    max-width: 610px;
}
.banner_title{
    font-weight: 700;
    font-size: 56px;
    line-height: 140.5%;
    letter-spacing: 0.02em;
    color: #171717;
}
.banner_title strong{
    color: #BE3206;
    font-weight: 700;
}
.banner_description{
    font-weight: 600;
    font-size: 20px;
    line-height: 150%;
    letter-spacing: 0.03em;
    color: #171717;
    margin: 36px 0;
}
.flex_btn .btn_border{
    margin-left: 36px;
}
.flex_btn{
    justify-content: flex-start;
}
.btn_border{
    color: #061E5B;
    border: 1px solid #061E5B;
    background: transparent;
}
.owl-nav{
    position: absolute;
    right: 80px;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
}
.owl-nav button{
    margin: 7px 0;
    transition: 400ms linear;
}
.owl-dots{
    position: absolute;
    bottom: 26px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    align-items: center;
}
.owl-dot{
    background: #061E5B!important;
    opacity: 0.3;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    margin: 0 6px;
    transition: 400ms linear;
}
.owl-dot.active{
    width: 9px;
    height: 9px;
    opacity: 1;
    transition: 400ms linear;
}
.owl-dot:hover{
    opacity: 1;
    transition: 400ms linear;
}
.banner_slider{
    margin-bottom: 35px;
}
.section{
    padding: 100px 0;
}
.section_title{
    font-weight: 700;
    font-size: 48px;
    line-height: 140.5%;
    letter-spacing: 0.02em;
    margin-bottom: 19px;
}
.flex_title .section_title{
    margin-bottom: 0;
}
.flex_title{
    margin-bottom: 19px;
}
.section_description{
    font-weight: 600;
    font-size: 20px;
    line-height: 150%;
    opacity: 0.8;
    max-width: 925px;
    width: 100%;
}
.services_grid{
    margin-top: 40px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-gap: 20px;
}
.services_img{
    background-size: cover;
    background-position: center;
    height: 238px;
    min-height: 238px;
    width: 100%;
    border-radius: 20px 20px 0 0;
}
.services_item{
    background: #FFFFFF;
    box-shadow: 0px 4px 53px rgba(6, 30, 91, 0.08);
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    justify-content: stretch;
}
.services_title{
    font-weight: 700;
    font-size: 24px;
    line-height: 30px;
    text-align: center;
    margin-bottom: 10px;
}
.services_title:hover{
    color: #BE3206;
}
.services_exept{
    font-weight: 600;
    font-size: 16px;
    line-height: 150%;
    text-align: center;
    color: #171717;
    opacity: 0.8;
    margin-bottom: 10px;
}
.btn_border_fix{
    border: 1px solid #BE3206;
    color: #BE3206;
    background: white;
}
.btn_border_fix:hover{
    background: #BE3206;
    color: white;
    border-color:  #BE3206;
}
.btn_flex{
    justify-content: center;
}
.services_info{
    height: 100%;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 24px 16px 30px 16px;
}
.bg{
    background: #061E5B;
}
.bg .btn:hover{
    background: white;
    color: #BE3206;
}
.col_info{
    padding-left: 100px;
    width: 50%;
    padding-right: 60px;
}
.bg .section_title,.bg .section_description{
    color: white;
}
.btn_white{
    color: white;
    border: 1px solid white;
    background: transparent;
}
.btn_white:hover{
    background: white;
    color:#BE3206 ;
}
.col_img{
    width: 50%;
    background-position: center;
    background-size: cover;
}
.flex_col{
    align-items: stretch;
}
.section_description p{
    margin-bottom: 16px;
}
.flex_col .section_description{
    margin-bottom: 36px;
}
.faq_description{
    height: auto;
    max-height: 0px;
    overflow: hidden;
    opacity: 0.8;
    font-weight: 600;
    font-size: 16px;
    line-height: 150%;
    color: #171717;
    /*padding-left: 48px;*/
    /*padding-right: 48px;*/

}
.faq_list{
    margin-top: 36px;
}
.faq_main{
    padding: 30px 48px;
}
.faq_main ol li{
    list-style-type: decimal;
}
.faq_list li.active .faq_description {
    height: auto;
    max-height: 100%;
    overflow: hidden;
    -webkit-transition: all .8s linear;
    -moz-transition: all .8s linear;
    -o-transition: all .8s linear;
    transition: all .8s linear;


}
.title_flex .section_title{
    margin-bottom: 0;
}
.title_flex{
    margin-bottom: 20px;
}
.faq_list li {
    cursor: pointer;
    margin-bottom:20px;
}
.faq_title{
    font-weight: 700;
    font-size: 24px;
    background: #FFFFFF;
    box-shadow: 0px 4px 53px rgba(6, 30, 91, 0.08);
    border-radius: 50px;
    line-height:1.25;
    padding: 18px 48px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.faq_list li.active .faq_title img{
    transform: rotate(180deg);
}
.faq_list li.active .faq_title{
    color: #BE3206;
}
.reviews_top{
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 830px;
    width: 100%;
}
.reviews_top img{
    margin-left: 30px;
}
.slider_reviews,.slider_reviews_big{

    padding: 0 70px;
    box-sizing: border-box;
}
.slider_reviews .owl-item,.slider_reviews_big .owl-item{
    padding: 0 10px;
    box-sizing: border-box;
}
.slider_reviews .products_slider .owl-stage-outer {
    overflow: visible!important;
}
.reviews_item{
    padding: 44px 79px 72px 79px;
    margin-top: 48px;
    margin-bottom: 36px;
    background: #FFFFFF;
    box-shadow: 0px 4px 15px rgb(6 30 91 / 8%);
    border-radius: 20px;
}
.bg_gray{
    background: #F7F8FA;
padding-bottom: 55px;
}
.reviews_title{
    font-weight: 700;
    font-size: 24px;
    line-height: 29px;
    margin-bottom: 11px;
    color: #BE3206;
}
.reviews_img{
    display: flex;
    align-items: center;
    justify-content: center;
    background-size: cover;
    background-position: center;
    width: 68px;
    height: 68px;
    border-radius: 40px;
    font-weight: 700;
    font-size: 40px;
    line-height: 48px;
    text-align: center;
    background-color: rgba(6, 30, 91, 0.7);
    color: #FFFFFF;
    margin-right: 18px;
}
.reviews_img img{
    border-radius: 40px;
    object-fit: cover;
}
.reviews_flex{
    margin-bottom: 24px;
    justify-content: flex-start;
}
.reviews_descr{
    font-weight: 600;
    font-size: 16px;
    line-height: 150%;
    opacity: 0.8;
}
.slider_reviews .owl-nav,.slider_reviews_big .owl-nav{
    flex-direction: row;
    right: 18px;
    left: 18px;
    justify-content: space-between;
    z-index: -1;
}
.slider_reviews .owl-dots{
    bottom: 0;
}
.slider_reviews_big .owl-dots{
bottom: -36px;
 }
.btn_marg{
    margin-left: 80px;
}
.flex_center{
    justify-content: center;
}
.flex_center .section_title{
    font-size: 30px;
    line-height: 36px;
    margin-bottom: 0;
}
.dev img{
    opacity: 0.5;
}
.dev a:hover img{
    opacity: 1;
}
.dev{
    display: flex;
    justify-content: center;
}
.license{
    font-weight: 500;
    font-size: 16px;
    line-height: 150%;
    color: #FFFFFF;
    opacity: 0.8;
    margin-bottom: 14px;
    text-align: center;
}
.footer{
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), #061E5B;
    padding: 100px 0 48px 0;
}
.footer_top{
    padding-bottom: 60px;
    margin-bottom: 60px;
    border-bottom:  1px solid rgba(255, 255, 255, 0.3);
}
.footer_title{
    font-weight: 700;
    font-size: 20px;
    line-height: 150%;
    color: #FFFFFF;
    margin-bottom: 8px;
}
.footer_col_title{
    font-weight: 700;
    font-size: 30px;
    line-height: 36px;
    color: #FFFFFF;

}
.footer_item{
    margin-top: 24px;
}
.footer_link{
    display: flex;
    align-items: center;
    font-weight: 500;
    font-size: 16px;
    line-height: 150%;
    color: #FFFFFF;

}
.footer_link span{
    opacity: 0.8;
}
.footer_link img{
    margin-right: 11px;
}
.schedule_item{
    font-weight: 700;
    font-size: 16px;
    line-height: 150%;
    text-transform: uppercase;
display: flex;
    color: #BE3206;
    margin-bottom: 8px;
}
.month{
    width: 41px;
}
.schedule_item span{
    font-weight: 500;
    font-size: 16px;

    margin-left: 11px;
    line-height: 150%;
    text-transform: none;
    color: #FFFFFF;
    opacity: 0.8;
}
.logo_footer{
    display: flex;
    margin-bottom: 40px;
    width: 210px;
}
.logo_footer img{
    width: 100%;
}
.footer_page{
    margin-top: 8px;
    font-weight: 500;
    font-size: 16px;
    line-height: 150%;
    color: #FFFFFF;
    opacity: 0.8;
    display: block;
}
.footer .menu a{
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    letter-spacing: 0.03em;
    color: #FFFFFF;
    -webkit-transition: 400ms linear;
    -moz-transition: 400ms linear;
    -ms-transition: 400ms linear;
    -o-transition: 400ms linear;
    transition: 400ms linear;
}
.footer .menu li{
    margin-bottom: 30px;
}
.footer .menu li:last-child{
    margin-bottom: 0;
}
.footer_top{
    align-items: flex-start;
}
.form_bg{
    background: #FFFFFF;
    box-shadow: 0px 4px 53px rgba(6, 30, 91, 0.08);
    border-radius: 20px;
    padding: 48px 0;
    margin-top: 48px;
}
.form_title{
    font-weight: 700;
    font-size: 30px;
    line-height: 37px;
    padding: 0 0 47px 0;
}
.bg_beige{
    background: rgba(190, 50, 6, 0.06);
    font-weight: 600;
    font-size: 16px;
    line-height: 150%;
    color: rgba(23, 23, 23, 0.8);
padding:26px 0 20px 0 ;
    margin-bottom: 48px;
}
.form_subtitle{
    font-weight: 700;
    font-size: 24px;
    line-height: 30px;
    padding-bottom: 36px;
    color: #171717;
}
.form_block{
    border-top: 1px solid rgba(6, 30, 91, 0.5);
    /*border-bottom: 1px solid rgba(6, 30, 91, 0.5);*/
    padding: 36px 0 16px 0;
    margin-top: 16px;
    /*margin-bottom: 36px;*/
}
.form-group{
    background: #FFFFFF;
    border: 1px solid rgba(6, 30, 91, 0.5);
    border-radius: 50px;
    margin-bottom: 20px;
}
.form-flex{
    flex-wrap: wrap;
}
.form-flex .form-group{
    width: 32%;
}
.form-flex.fix .form-group{
    width: 49%;
}
.form_control{
    font-family: 'Gilroy';
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    width: 100%;
    border-radius: 50px;
    box-sizing: border-box;
 padding: 15px 30px;

    color: rgba(23, 23, 23, 0.5);
}
.form_control::placeholder{
    font-family: 'Gilroy';
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    color: rgba(23, 23, 23, 0.5);
}
textarea{
   height:94px;
    border-radius: 25px!important;
}
.textarea{
    border-radius: 25px!important;
}
.wpcf7-spinner{
    display: none!important;
}
.buttons{
    display: flex;
    justify-content: flex-end;
}
.form-group select {
    outline: none;
    width: 100%;
    height: 100%;
    font-family: 'Gilroy';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 19px;
    color: #171717;
    padding: 15px 30px;
    border: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background: transparent;
    background-image: url(../img/sel.svg);
    background-repeat: no-repeat;
    background-position-x: 96%;
    background-position-y: 50%;

}
.footer_col.mob{
    padding: 0 10px;
}
.burger{
    position: relative;
    width: 23px;
    height: 16px;
    cursor: pointer;
display: none;
}
.line{
    background:#BE3206;
    height: 1px;
    position: absolute;

    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
.line1{
    left: 0;
    right: 0;
}
.line2{
    right: 0;
    left: 6px;
    top: 50%;
    transform: translateY(-50%);
}
.line3{
    bottom: 0;
    left: 0;
    right: 0;
}
.burger.active .line1{
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 50%;
    left: 0;
}
.burger.active .line2{
    display: none;
}
.burger.active .line3{
    transform: rotate(-45deg) translateY(-7px);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    bottom: 50%;
    left: 0;
    right: 0;
}
.header_item img{
    display: none;
    width: 25px;
}
.mob_btn{
    display: none;
    margin-top: 20px;
}
.wpcf7-not-valid-tip{
    position: absolute;
    left: 30px;
    font-size: 12px;
    margin-top: 3px;
    color: #BE3206;
}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output{
    border-radius: 25px;
    padding: 15px;
    text-align: center;
    background: #ff7b52;
    color: white;
    border-color: #ff7b52;
    font-size: 14px;
}
.wpcf7 form.sent .wpcf7-response-output{
    border-radius: 25px;
    padding: 15px;
    text-align: center;
    background: #32c53f;
    color: white;
    border-color:#32c53f;
    font-size: 14px;
}
.logo{
    display: flex;

}
.mob_menu{
    opacity: 0;
    visibility: hidden;
    position: fixed;
  right: -350px;
    top: 75px;
    bottom: 0;
    width: 240px;
    z-index: 100;
    background:#BE3206;
    -webkit-transition: 200ms linear;
    -moz-transition: 200ms linear;
    -ms-transition: 200ms linear;
    -o-transition: 200ms linear;
    transition: 200ms linear;
    padding: 20px;
}
.mob_menu.active {
    opacity: 1;
    visibility: visible;
   right: 0;
    -webkit-transition: 200ms linear;
    -moz-transition: 200ms linear;
    -ms-transition: 200ms linear;
    -o-transition: 200ms linear;
    transition: 200ms linear;
}
.mob_menu li{
    margin: 0 0 15px 0;
}
.mob_menu a{
    color: white;
    font-size: 16px;
    line-height: 20px;
}
.animation_class{
    -webkit-transition: 400ms linear;
    -moz-transition: 400ms linear;
    -ms-transition: 400ms linear;
    -o-transition: 400ms linear;
    transition: 400ms linear;
}
.footer_link:hover span,.footer_page:hover{
    opacity: 1;
}
.footer .menu a:hover{
    color: #BE3206;
    -webkit-transition: 400ms linear;
    -moz-transition: 400ms linear;
    -ms-transition: 400ms linear;
    -o-transition: 400ms linear;
    transition: 400ms linear;
}
.logo_footer:hover{
    opacity: 0.6;
}
.breadcrumbs{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin: 48px 0;
}
.breadcrumb_slash{
    margin: 0 24px;
}
.breadcrumb_link{
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    letter-spacing: 0.03em;
    color: #171717;
    display: inline-block;
}
div.breadcrumb_link{
    opacity: 0.5;
}
.section_description strong{
    font-weight: 800;
}
.section_fix{
    padding-bottom: 100px;
}
.contact_info{
    width: 48%;
}
#map{
    width: 48%;
}
.contact_flex{
    align-items: stretch;
    margin-top: 48px;
}
.marker a{
    font-weight: 700;
    font-size: 18px;
    line-height: 150%;
    white-space: nowrap;
    position: relative;
    color: #BE3206;
}
.marker a:before{
    content:'';
    position: absolute;
    left: 0;
    width: 100%;
    height: 1px;
    background: #BE3206;
    bottom: 0;
}
.contact_item{
margin-top: 24px;
}
.contact_title{
    font-weight: 700;
    font-size: 24px;
    line-height: 150%;
    margin-bottom: 12px;
}
.contact_description{
    font-weight: 600;
    font-size: 16px;
    line-height: 150%;
    margin-bottom: 12px;
    opacity: 0.8;
}
.contact_link span{
    opacity: 0.8;
    font-weight: 600;
    font-size: 20px;
    line-height: 150%;
    color: #171717;
}
.contact_link span:before{
    background: #171717;
}
.contact_link img{
    margin-right: 11px;
}
.contact_link{
    display: flex;
    align-items: center;
}
.mapboxgl-marker{
    background-size: contain;
}
.marker a{
    position: absolute;
    bottom: -30px;
    white-space: nowrap;
    left: -27%;
}
.mapboxgl-ctrl-bottom-left,.mapboxgl-ctrl-bottom-right,.mapboxgl-ctrl-top-right{
    display: none;
}
.page-template .section_description{
    max-width: 743px;
}
.page_text,.page_img{
    width: 48%;
}
.flex_page{
    align-items: stretch;
}
.page_img{
    border-radius: 20px;
    background-size: cover;
}
.flex_page.fix{
    margin-top: 60px;
}
.services_list{
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 20px;
    margin-top: 48px;
}
.services_list .services_img{
    height: 443px;
    min-height: 443px;
}
.page-template-services .section_description{
    max-width:915px ;
}
.services_banner{
    align-items: stretch;
    background: #061E5B;
}
.services_banner_info{
    padding: 128px 80px 135px 60px;
    color: #FFFFFF;
    box-sizing: border-box;
    width: 50%;
}
.services_banner_img{
    width: 50%;
    background-size: cover;
}
.services_banner_info .section_description{
    margin-bottom: 36px;
}
.services_blocks .flex_page:nth-child(odd){
    flex-direction: row-reverse;
}
.services_blocks .flex_page{
    margin-bottom: 60px;
    align-items: center;
}
.services_blocks .flex_page:last-child{
    margin-bottom: 0;
}
.page_text .section_description{
    opacity: 1;
}
.page_text p{
    opacity: 0.8;
}
.page_text h2{
    margin-bottom: 24px;
}
.page_text .flex{
    margin-top: 24px;
}
.services_blocks .page_img{
    height: 350px;
}
.beige{
    background: linear-gradient(0deg, rgba(190, 50, 6, 0.06), rgba(190, 50, 6, 0.06)), #FFFFFF;
}
.beige .section_title{
    font-weight: 700;
    font-size: 30px;
    line-height: 1.2;
    margin-bottom: 24px;
}
.beige_info{
    max-width: 834px;
    width: 100%;
    margin-right: 15px;
}
.beige .title_flex{
    margin-bottom: 0;
}
.slider_reviews_big .reviews_item{
    margin-bottom: 10px;
    margin-top: 10px;

}
.title_flex.fix .section_description p{
    margin: 0;
}
.title_flex.fix  img{
    margin-left: 45px;
}
.title_flex.fix .section_description{
    max-width: 925px;
}
.beige.fix .section_title{
    font-size: 24px;
}
.beige.fix .beige_info{
    max-width: 928px;
}
.mob_img{
    display: none;
    width: 100%;
    margin-bottom: 20px;
    border-radius: 20px;
}
.title_error{
    font-weight: 700;
    font-size: 200px;
    line-height: 1;
}
.popup_style {
    background: rgba(6, 30, 91, 0.5);
    z-index: 11111;
    -webkit-transition: .4s linear;
    -moz-transition: .4s linear;
    -ms-transition: .4s linear;
    -o-transition: .4s linear;
    transition: .4s linear;
    opacity: 0;
    visibility: hidden;
    position: fixed;
    width: 100%;
    left: -100%;
    height: 100%;
    top: 0;
    bottom: auto;

}
.popup_close:hover{
       opacity: 0.6;
    -webkit-transition: .4s linear;
    -moz-transition: .4s linear;
    -ms-transition: .4s linear;
    -o-transition: .4s linear;
    transition: .4s linear;
}
.panel {
    width: 530px;

    max-width: 527px;
    box-sizing: border-box;
    padding: 50px 30px;
    position: absolute;
    top: 50%;
    border-radius: 6px;
    left: 50%;
    -ms-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    background: #FFFFFF;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
}
.popup_style.active .panel{
    width: 90%;
}
.popup_close {
    position: absolute;
    right: 10px;
    top: 10px;
    width: 30px;
    height: 30px;
    transition-duration: .3s;
    cursor: pointer;
}
.popup_close:before {
    content: '';
    position: absolute;
    background:#171717;
    width: 23px;
    height: 1px;
    transform: rotate(45deg);
    top: 15px;
    left: 3px;
}
.popup_close:after {
    content: '';
    position: absolute;
    background:#171717;
    width: 23px;
    height: 1px;
    transform: rotate(-45deg);
    top: 15px;
    left: 3px;
}
.popup_style.active {
    opacity: 1;
    visibility: visible;
    left: 0;
    top: 0;
    bottom: 0;
    -webkit-transition: .4s linear;
    -moz-transition: .4s linear;
    -ms-transition: .4s linear;
    -o-transition: .4s linear;
    transition: .4s linear;

    height: 100%;
}
.panel .section_title{
    text-align: center;
}
.panel .form_block{
    margin: 0!important;
    padding: 0!important;
    border: none!important;
}
 .section_description{
    text-align: justify;
}