@font-face {
    font-family: HelveticaNeueCyr;
    font-style: normal;
    font-weight: 550;
    src:url('../fonts/HelveticaNeueCyr-Medium.woff') format("woff2") ;
    font-display: swap;
}
@font-face {
    font-family: HelveticaNeueCyr;
    font-style: normal;
    font-weight: 400;
    src:url('../fonts/HelveticaNeueCyr-Roman.woff') format("woff2") ;
    font-display: swap;
}
@font-face {
    font-family: HelveticaNeueCyr;
    font-style: normal;
    font-weight: 700;
    src:url('../fonts/HelveticaNeueCyr-Bold.woff') format("woff2") ;
    font-display: swap;
}
@font-face {
    font-family: EuropeExtendedC;
    font-style: normal;
    font-weight: 700;
    src:url('../fonts/4.ttf') format("woff2") ;
    font-display: swap;
}
@font-face {
    font-family: Geometria;
    font-style: normal;
    font-weight: 700;
    src:url('../fonts/Geometria-Bold.woff2') format("woff2") ;
    font-display: swap;
}
@font-face {
    font-family: Geometria;
    font-style: normal;
    font-weight: 500;
    src:url('../fonts/Geometria-Medium.woff2') format("woff2") ;
    font-display: swap;
}
body,html{
    padding: 0;
    margin: 0!important;
    position: relative;
    background:#F4F4F4;
    font-family: HelveticaNeueCyr;
    color: #18304A;
}
ul,li,ol{
    padding: 0;
    margin: 0;
}
li{
    list-style: none;
}
h1,h2,h3{
    margin: 0;
}
a{
    text-decoration: none;
    cursor: pointer;
    font-family: HelveticaNeueCyr;
    font-style: normal;
    color:#434F5B;
}
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;
}
.header{
    position: fixed;
    top: 19px;
    left: 0;
    right: 0;
    padding:8px 0;
    z-index: 100;
    background: transparent;
    -webkit-transition: 400ms linear;
    -o-transition: 400ms linear;
    transition: 400ms linear;
}
.header.overflow_class,.header.overflow,.news-template .header,.error404 .header,.page-template .header{
    background: #18304A;
    -webkit-transition: 400ms linear;
    -o-transition: 400ms linear;
    transition: 400ms linear;
    top: 0;
}
.header.overflow_class .btn:after,.header.overflow .btn:after,.news-template .header .btn:after,.error404 .header .btn:after
,.page-template .header .btn:after{
    background: #434F5B;
}
.menu_link{
    color: #F4F4F4;
    font-size: 18px;
    font-style: normal;
    font-weight: 550;
    margin: 0 7px;
    line-height: normal;
    -webkit-transition: 400ms linear;
    -moz-transition: 400ms linear;
    -ms-transition: 400ms linear;
    -o-transition: 400ms linear;
    transition: 400ms linear;
    position: relative;
    white-space: nowrap;
    background-image: linear-gradient(90deg,  #434F5B,  #434F5B 50%, #F4F4F4 0);
    background-position: 100%;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-size: 200% 100%;
    transition-delay: 0s !important;
    transition: background-position .5s, background-size .5s;
}
.header.overflow_class .menu_link,.header.overflow .menu_link,.mob_menu .menu_link,.news-template .header .menu_link,
.error404 .menu_link,.page-template  .menu_link
{
    background-image: linear-gradient(90deg,  #D2D2D2,  #D2D2D2 50%, #F4F4F4 0);
                        }
.menu_link:hover{
    background-size: 200% 100%;
    transition-delay: 0s !important;
    transition: background-position .5s, background-size .5s;
    background-position: 0;
}
.phone{
    color: #F4F4F4;
    font-size: 17px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    font-family: Geometria;
}
.phone:hover{
    opacity: 0.7;
}
.phone:hover img{
    transform: rotate(45deg);
}
.phone img{
    margin-right: 4px;
}
.btn{
    color: #F4F4F4;
    padding: 13px 18px;
    border-radius: 45px;
    background: #18304A;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 1.2; /* 83.333% */
    letter-spacing: 1.2px;
    text-transform: uppercase;
    border: 1px solid #18304A;
    text-align: center;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    z-index: 1;
    transition: all .7s;
}
.btn:before {
    content: "";
    position: absolute;
    z-index: -1;
    /*background: #434F5B;*/
    height: 120px;
    width: 0;
    border-radius: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    left: 50%;
    top: 100%;
    -webkit-transition: all .7s;
    -o-transition: all .7s;
    transition: all .7s;
}
 .btn:before{
    background: white;
}
.btn:hover{
    color: #18304A;
}
.btn:after {
    content: "";
    position: absolute;
    background: #18304A;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -2;
}
.btn_border:after{
    background: transparent;
}
.btn_bg:after{
    background: white;
}
.btn_bg:hover{
    border-color:  #FFFFFF;
}
.btn_bg:before{
    background:  #D2D2D2;
}
.btn:hover{
    border-color: #434F5B;
}
.btn:hover:before {
    top: -100%;
    width: 350px;
}
.banner{
    position: relative;
}
.banner_item {
    height: 660px;
    position: relative;
    background-position: center!important;
    background-size: cover!important;
    background-repeat: no-repeat!important;
    display: flex;
    align-items: center;
    justify-content: center;
}
.banner_info{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    max-width: 820px;
    width: 100%;
    position: relative;
    padding: 0 10px;
    box-sizing: border-box;
}
.banner_info:before{
    border-radius: 926px;
    background: rgba(24, 48, 74, 0.39);
    filter: blur(109.30000305175781px);
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 0;
}
.banner_title{
    font-family: EuropeExtendedC;
    font-size: 42px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%; /* 54.6px */
    text-transform: uppercase;
    color: white;
    margin-bottom: 15px;
    text-align: center;
    position: relative;
}
.banner_title p,.banner_descr p{
    margin: 0;
}
.banner_title h1,.banner_title h2{
    font-family: EuropeExtendedC;
    font-size: 42px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%; /* 54.6px */
    text-transform: uppercase;
    color: white;
}
.banner_descr{
    position: relative;
    font-family: EuropeExtendedC;
    font-size: 25px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%;
    text-transform: uppercase;
    color: white;
    margin-bottom: 32px;
    text-align: center;
}
.buttons .btn_border{
    margin-left: 16px;
}
.btn_border{
    border-color: #FFF;
    background: transparent;
}
.buttons .btn{
    width: 250px;
    box-sizing: border-box;
    text-align: center;
}
.buttons{
    justify-content: center;
    position: relative;
}
.burger{
    display: none;
    width: 30px;
    position: relative;
    height: 20px;
}
.languages {
    position: relative;
    width: 30px;
    z-index: 10;
    cursor: pointer;
    margin: 0 20px;
}
.languages:before {
    content: '';
    position: absolute;
    right: -7px;
    background-image: url(../img/ar_bot.svg);
    width: 9px;
    top: 50%;
    transform: translateY(-50%);
    height: 6px;
    -webkit-transition: 400ms linear;
    -moz-transition: 400ms linear;
    -ms-transition: 400ms linear;
    -o-transition: 400ms linear;
    transition: 400ms linear;
}
.languages ul {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 400ms linear;
    -moz-transition: 400ms linear;
    -ms-transition: 400ms linear;
    -o-transition: 400ms linear;
    transition: 400ms linear;
    position: absolute;
    padding: 3px 0px;
    top: 20px;
    background:#18304A;
    border-radius: 5px;
    left: -15px;
}
.languages:hover ul {
    opacity: 1;
    visibility: visible;
    -webkit-transition: 400ms linear;
    -moz-transition: 400ms linear;
    -ms-transition: 400ms linear;
    -o-transition: 400ms linear;
    transition: 400ms linear;
}
.lang-item a, #current-lang{
    font-size: 15px;
    font-style: normal;
    font-weight: 550;
    line-height: normal;
    text-transform: uppercase;
    color: #F4F4F4;
}
.lang-item a{
    padding: 5px 15px;
}
.lang-item{
    margin: 10px 0;
}
.banner_bottom{
    position: absolute;
    bottom: 15px;
   right: 80px;
    left: 80px;
    z-index: 1;
    justify-content: flex-end;
}
.banner_link{
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%; /* 21px */
    text-transform: uppercase;
    font-family: Geometria;
    color: #F4F4F4;
    transition: 200ms linear;
}
.banner_link:hover{
    opacity: 0.7;
    transition: 200ms linear;
}
.banner_link img{
    margin-right: 10px;
}
.social_list{
    display: flex;
    flex-direction: column;
    position: absolute;
    left: 80px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
}
.social_link{
    margin: 8px 0;
}
.banner_slider .owl-dots{
    position: absolute;
    bottom: 7px;
    left: 50%;
    transform: translateX(-50%);
}
.banner_slider .owl-dot{
    background-color: #F4F4F4!important;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    margin: 0 4px;
    opacity: 0.4;
}
#gal_info .owl-dot{
    background-color: #18304A!important;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    margin: 0 4px;
    opacity: 0.4;
}
#gal_info .owl-dots{
    display: flex;
    margin-top: 20px;
    align-items: center;
    justify-content: center;
}
.owl-dot.active,.owl-dot:hover{
    opacity: 1!important;
}

.section{
    padding-bottom: 120px;
}
.gallery_item{
    position: relative;
    height: 750px;
    background-position: center!important;
    background-size: cover!important;
    background-repeat: no-repeat!important;
}
.gallery_block{
    position: relative;
}
.num,.num2{
    position: absolute;
    right: 40px;
    bottom: 30px;
    font-family: EuropeExtendedC;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 1.2; /* 126% */
    text-transform: lowercase;
    color: #F4F4F4;
    z-index: 1;
}
.num span,.num2 span{
    font-weight: 400;
    line-height: 11.2px; /* 70% */
    letter-spacing: 0.32px;
    font-size: 16px;
    margin-left: 10px;
}
.gallery_title{
    font-size: 17.438px;
    font-style: normal;
    font-weight: 700;
    line-height: 27px;
    bottom: 30px;
    left: 40px;
    position: absolute;
    color: #F4F4F4;
}
.section_subtitle{
    font-size: 12px;
    font-style: normal;
    font-weight: 550;
    line-height: 12px; /* 100% */
    letter-spacing: 4px;
    text-transform: uppercase;
    margin-bottom: 20px;
}
.section_title{
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 1.3;
    text-transform: uppercase;
    margin-bottom: 36px;
    font-family: EuropeExtendedC;
}
.section_title h2,.section_title h3{
    font-size: 40px;
}
.header_flex{
    align-items: flex-end;
    margin-bottom: 36px;
}
.header_flex .section_title{
    margin-bottom: 0;
}
.terms_list{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-gap: 0;
}
.terms_item{
    padding: 0 20px;
    border-right: 1px solid #D2D2D2;
    display: flex!important;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
}
.terms_item:first-child{
    border-left: 1px solid #D2D2D2
}
.terms_item .btn{
    display: inline-block;
}
.terms_label{
    border-radius: 10000px;
    background: #FFF;
    font-size: 14px;
    font-style: normal;
    font-weight: 550;
    line-height: 14px;
    padding: 8px 16px;
    margin-bottom: 42px;
}
.terms_sub{
    font-size: 12px;
    font-style: normal;
    font-weight: 550;
    line-height: 12px; /* 100% */
    letter-spacing: 4px;
    color: #434F5B;
    text-transform: uppercase;
}
.terms_title{
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 1.3; /* 126% */
    margin: 14px 0;
    text-transform: uppercase;
    font-family: EuropeExtendedC;
}
.terms_descr{
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 146%; /* 23.36px */
    letter-spacing: 0.32px;
    margin-bottom: 42px;
}
.wrapper_fix{
    padding-left: 80px;
}
.genplan_top{
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    margin-bottom: 36px;
}
.genplan_top .section_title{
    margin-bottom: 0;
}
.genplan_list{
   display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 36px;
}
.genplan_item{
    display: flex;
    align-items: center;
    margin-left: 36px;
    position: relative;
}
/*.genplan_item:before{*/
/*    content: '';*/
/*    position: absolute;*/
/* left: 50px;*/
/*    background-repeat: no-repeat;*/
/*    top: 50%;*/
/*    transform: translateY(-50%);*/
/*    width: 100%;*/
/*    height: 14px;*/
/*    background-image: url("../img/arrow.svg");*/
/*}*/
.genplan_info{
    position: relative;
    width: 100%;
}
.genplan_info img{
    position: absolute;
    left:0;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    margin-right: 0;
}
.genplan_title{
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px;
    margin-bottom: 5px;
    white-space: nowrap;
}
.genplan_descr{
    white-space: nowrap;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0.32px;
    color: #434F5B;
}
.genplan_item img{
    margin-right: 10px;
}
.genplan_img{
    position: relative;
}
.genplan_img .btn{
    position: absolute;
    top: 16px;
    right: 16px;
    white-space: nowrap;
}
.btn_bg{
    border-color: #F4F4F4;
    background: #F4F4F4;
    color: #18304A;
    display: flex;
    align-items: center;
}
.btn_bg img{
    margin-right: 10px;
    max-width: 13px;
    height: 17px;
}
.genplan_img img{
    width: 100%;
}
.seo_block{
    background: #FFF;
    padding: 40px;
    max-width: 80%;
    margin: 0 0 0 auto;
    position: relative;
    z-index: 2;
}
.section_descr{
    color: #434F5B;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 146%; /* 23.36px */
    letter-spacing: 0.32px;
}
.seo_block .section_title{
    margin-bottom: 24px;
    max-width: 700px;
}
.seo_top {
    align-items: flex-start;
}
.seo-bg{
    position: absolute;
    left: 60px;
    top:10px;
    max-width: 480px;
    width: 100%;
}
.seo{
    position: relative;
}
.section_descr p{
    margin: 3px 0;
}
.flex_end{
    justify-content: flex-end;
    margin-top: 35px;
}
.footer{
    background: #18304A;
    padding: 60px 0;
}
.footer_top{
    padding-bottom: 60px;
    margin-bottom: 60px;
    border-bottom: 1px solid rgba(244, 244, 244, 0.2);
    align-items: flex-start;
}
.license{
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 14.4px;
    color: #F4F4F4;
    margin-right: 40px;
}
.footer_bottom>div{
    display: flex;
    align-items: center;
}
.police{
    color: #F4F4F4;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 14.4px;
}
.footer_title{
    color: #F4F4F4;
    font-size: 12px;
    font-style: normal;
    font-weight: 550;
    line-height: 12px; /* 100% */
    letter-spacing: 4px;
    text-transform: uppercase;
    margin-bottom: 17px;
}
.footer_info,.footer_info a{
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 14.4px;
    color: #F4F4F4
}
.footer_info a:hover{
    opacity: 0.7;
}
.social_item{
    margin-right: 15px;
}
.social{
    justify-content: flex-start;
}
.footer_phone{
    margin: 17px 0;
}
.schedule{
    margin-top: 17px;
    line-height: 1.3;
}
.footer_info a{
    display: block;
}
.footer_col_title_big{
    font-family: EuropeExtendedC;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 1.2;
    color: #F4F4F4;
    margin-bottom: 30px;
}
.footer_col.fix{
    max-width: 400px;
    width: 100%;
}
.form_flex{
    display: flex;
    align-items: center;
}
.form-group p{
    margin: 0;
}
.form-group input{
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 146%; /* 20.44px */
    letter-spacing: 0.32px;
    padding-bottom: 10px;
    border-bottom: 1px solid #F4F4F4;
    color: rgba(244, 244, 244, 0.7);
    background: transparent;
    width: 100%;
}
.form-group input::placeholder{
    font-size: 14px;
    font-style: normal;
    color: rgba(244, 244, 244, 0.7);
    font-weight: 400;
    line-height: 146%; /* 20.44px */
    letter-spacing: 0.32px;
}
.form-group {
    margin-right: 16px;
}
.btn_form p{
    margin: 0;
}
.btn_form input{
    border-radius: 45px;
    background: #F4F4F4;
    font-family: HelveticaNeueCyr;
    font-size: 12px;
    font-style: normal;
    font-weight: 550;
    line-height: 146%; /* 17.52px */
    letter-spacing: 1px;
    text-transform: uppercase;
    padding: 12px;
    color: #18304A;
    box-sizing: border-box;
    width: 100%;
}
.wpcf7-form-control-wrap{
    display: block;
}
.wpcf7-spinner{
    position: absolute;
    right: 15px;
    top: 10px;
}
.btn_form{
    position: relative;
}
.col_info{
    width: 48%;
    position: relative;
}
.gal_col{
    width: 48%;
}
.about_title{
    font-family: EuropeExtendedC;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 1.3; /* 126% */
    text-transform: uppercase;
    margin-bottom: 5px;
    text-align: center;
}
.about_title.fix{
    font-size: 20px!important;
    /*margin-bottom: 0;*/
}
.about_descr{
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 146%; /* 23.36px */
    letter-spacing: 0.32px;
    color: #434F5B;
    text-align: center;
}
.about_grid{
    grid-template-columns: 1fr 1fr;
    display: grid;
    margin-top: 30px;
}
.about_item{
    padding: 30px;
}
.about_item:first-child{
    border-bottom: 1px solid #D2D2D2;
    border-right: 1px solid #D2D2D2;
}
.about_item:nth-child(3){
    border-right: 1px solid #D2D2D2;
}
.about_item:nth-child(2){
    border-bottom: 1px solid #D2D2D2;
}
.flex_col{
    align-items: stretch;
}
.gal_about_img{
    /*max-width: 520px;*/
    width: 100%;
    height: 450px;
    background-position: center;
    background-size: cover;
    transition: .3s;
}
.firstActiveItem .gal_about_img{
    height: 600px;
}
.firstActiveItem{
    display: flex;
    justify-content: flex-end;
}
.gal_about,.gal_about .owl-stage-outer,.gal_about .owl-item,.gal_about .owl-stage{
    height: 100%;
}
.gal_about .owl-stage{
 right: 150px;
}
.gal_col{
    position: relative;
    height: 600px;
}
.num2{
    color: #18304A;
    right: 50px;
    bottom: 65px;
}
.num2 span{
    margin-left: 15px;
}
.gal_about .owl-nav{
    position: absolute;
    right: 44px;
    bottom: 0;
    top: auto;
}
.owl-next{
    margin-left: 20px;
}
.flats_slider.owl-carousel,.news_slider.owl-carousel {
    z-index: -1;
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    transition: .3s;
}
.general_flat_block{
    position: relative;
}
.general_flat_block.active .flats_slider.owl-carousel ,.general_flat_block.active .news_slider.owl-carousel {
    z-index: 1;
    opacity: 1;
    position: relative;
    transition: .3s;
}
.flat_top{
    flex-direction: column;
}
.flat_item{
    border: 1px solid #D2D2D2;
    padding: 16px 20px;
    position: relative;
    height: 100%;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}
.flat_stickers{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.flat_stickers .flat_sticker:last-child{
    margin-left: 10px;
}
.flat_sticker{
    border-radius: 10000px;
    background: #FFF;
    padding: 7px 5px;
    font-size: 14px;
    font-style: normal;
    font-weight: 550;
    line-height: 14px;
    text-align: center;
}
.flat_img{
    margin: 19px 0;
    width: 100%;
}
.flat_title{
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px;
    text-align: left;
    margin-bottom: 15px;
}
.flat_info{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-gap: 15px;
    margin: 19px 0;
}
.flat_info_title{
    color: #434F5B;
    font-size: 14px;
    margin-bottom: 11px;
    font-style: normal;
    font-weight: 400;
    line-height: 14px; /* 100% */
    letter-spacing: 0.7px;
}
.flat_info span{
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px;
}
.flats_slider .owl-stage{
    display: flex;
    align-items: stretch;
}
.flat_zoom{
    border-radius: 20px;
    border: 1.333px solid #F4F4F4;
    background: #FFF;
    height: 40px;
    margin-left: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 40px;
}
.flat_zoom img{
    max-width: 21px;
}
.flat_bot .btn{
    width: 100%;
    box-sizing: border-box;
    text-align: center;
}
.tab_item,.tab_item_fix{
    border-radius: 10000px;
    border: 1px solid #D2D2D2;
    padding: 8px 21px;
    font-size: 14px;
    font-style: normal;
    font-weight: 550;
    line-height: 14px;
    margin: 0 5px 5px 0;
    overflow: hidden;
    position: relative;
    z-index: 1;
    transition: all .7s;
    cursor: pointer;
}
.tab_item:before, .tab_item_fix:before{
    content: "";
    position: absolute;
    z-index: -1;
    background: #18304A;
    height: 120px;
    width: 0;
    border-radius: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    left:00%;
    top: 100%;
    -webkit-transition: all .7s;
    -o-transition: all .7s;
    transition: all .7s;
}
.tab_item:after, .tab_item_fix:after {
    content: "";
    position: absolute;
    background: transparent;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -2;
}
.tab_item:hover:before,.tab_item_fix:hover:before {
    top: -100%;
    width: 350px;
    left: 50%;
}
.tab_item.active,.tab_item_fix.active{
    color: #F4F4F4;
    background: #18304A;
    border-color: #18304A;
}
.tab_item:hover,.tab_item_fix:hover{
    color: #F4F4F4;
    border-color: #18304A;
    transition: all .7s;
}
.tabs{
    margin-bottom: 15px;
    margin-top: 36px;
    justify-content: flex-start;
    flex-wrap: wrap;
}
.news_date{
    font-size: 12px;
    font-style: normal;
    font-weight: 550;
    line-height: 12px; /* 100% */
    letter-spacing: 4px;
    text-transform: uppercase;
    color: #434F5B;
    margin: 20px 0 15px 0;
}
.news_name{
    font-family: EuropeExtendedC;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 27px;
    color: #18304A;
    position: relative;
    background-image: linear-gradient(90deg,  #626973, #626973 50%, #18304A 0);
    background-position: 100%;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-size: 200% 100%;
    transition-delay: 0s !important;
    transition: background-position .5s, background-size .5s;
}
.news_name:hover{
    background-size: 200% 100%;
    transition-delay: 0s !important;
    transition: background-position .5s, background-size .5s;
    background-position: 0;
}
.news_img{
    /*height: 320px;*/
    object-fit: cover;
    object-position: center;
}
.owl-nav{
    right: 0;
    position: absolute;
    top: -50px;
}
.footer .btn_form input{
    padding: 7px 12px;
}
.terms_descr p{
    margin: 0;
}
.gallery .owl-nav{
    top: 50%;
    left: 40px;
    right: 40px;
    transform: translateY(-50%);
    display: flex;
    justify-content: space-between;
}
.line {
    left: 0;
    height: 2px;
    background-color: #ffffff;
    position: absolute;
    -webkit-transition: 400ms linear;
    -moz-transition: 400ms linear;
    -ms-transition: 400ms linear;
    -o-transition: 400ms linear;
    transition: 400ms linear;
    right: 0;
}
.line1{
    top: -1px;
    left: 0;
}
.line2{
    top: 50%;
    left: 0;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.line3{
    bottom: -1px;
    left: 0;
    right: 10px;
}
.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{
    -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;
}
.mob_menu {
    display: none;
    top: 70px;
    position: fixed;
    left: 0px;
    bottom: 0;
    width: 0;
    opacity: 0;
    visibility: hidden;
    background:#18304A;
    z-index: 111;
    padding: 15px;
    padding-top: 20px;
    box-sizing: border-box;
}
.mob_menu .btn:after{
    background: #3e5065;
}
.mob_menu, .mob_menu.active {
    -webkit-transition: 200ms linear;
    -moz-transition: 200ms linear;
    -ms-transition: 200ms linear;
    -o-transition: 200ms linear;
    transition: 200ms linear;
}
.mob_menu.active {
    width: 320px;
    opacity: 1;
    visibility: visible;
}
.mob_menu .menu_link{
    margin: 0 0 15px 0;
    display: block;
}
.mob_menu .phone{
    justify-content: flex-start;
    margin-bottom:20px;
}
.mob_menu .social_list{
    display: flex!important;
    flex-direction: row;
    position: relative;
    left: 0;
    top: 0;
    transform: translate(0,0);
    margin-bottom: 20px;
}
.mob_menu .social_link{
    margin: 0 10px 0 0;
}
.mob_menu .social_link img{
    width: 30px;
}
.popup_style{
    background: rgba(0, 0, 0, 0.6);
    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%;
    height: 0;
    top: 0;
    bottom: auto;
    -webkit-transform: perspective(900px) rotateX(-80deg);
    transform: perspective(900px) rotateX(-80deg);
}
.popup_style.active {
    opacity: 1;
    visibility: visible;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    -webkit-transition: .4s linear;
    -moz-transition: .4s linear;
    -ms-transition: .4s linear;
    -o-transition: .4s linear;
    transition: .4s linear;
    -webkit-transform: perspective(900px) rotateX(0);
    transform: perspective(900px) rotateX(0);
    height: 100%;
}
.panel {
    width: 90%;
    max-width:527px;
    box-sizing: border-box;
    padding: 60px 68px;
    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_close {
    position: absolute;
    right: 10px;
    top: 10px;
    width: 30px;
    height: 30px;
    transition-duration: .3s;
    cursor: pointer;
}
.popup_close:before {
    content: '';
    position: absolute;
    background: #434F5B;
    width: 23px;
    height: 1px;
    transform: rotate(45deg);
    top: 15px;
    left: 3px;
}
.popup_close:after {
    content: '';
    position: absolute;
    background: #434F5B;
    width: 23px;
    height: 1px;
    transform: rotate(-45deg);
    top: 15px;
    left: 3px;
}
.panel .section_title{
    font-size: 30px;
    text-align: center;
}
.panel .form-group input,.panel .form-group input::placeholder{
    color: #434F5B;
}
.panel .form-group{
    margin-right: 0;
    margin-bottom: 14px;
    width: 100%;
    border-bottom: 1px solid #434F5B;
}
.panel .form_flex{
    flex-direction: column;
}
.panel .btn_form input{
    background: #434F5B;
    color: #FFFFFF;
}
.wpcf7-not-valid-tip{
    position: absolute;
    font-size: 12px;
    color: #ff6060;
}
.docs .owl-nav{
    right: 80px;
}
.animation_class {
    -webkit-transition: 400ms linear;
    -moz-transition: 400ms linear;
    -ms-transition: 400ms linear;
    -o-transition: 400ms linear;
    transition: 400ms linear;
}
.social_link:hover,.social_item:hover,.flat_zoom:hover,.flat_link:hover img{
    transform: scale(1.1);
}
header.overflow .logo,.header.overflow_class .logo,.news-template .logo,.error404 .logo,.page-template .logo{
    transform: scale(0.95);
}
.logo:hover{
    transform: rotate(2deg) scale(1)!important;
}
header.overflow .logo:hover{
    transform: translate(-50%,-50%) scale(1.1)!important;
}
.flat_link{
    overflow: hidden;
    display: block;
}
.owl-carousel button:hover{
    transform: scale(1.1);
    -webkit-transition: 400ms linear;
    -moz-transition: 400ms linear;
    -ms-transition: 400ms linear;
    -o-transition: 400ms linear;
    transition: 400ms linear;
}
.owl-carousel button,.btn_form input{
    -webkit-transition: 400ms linear;
    -moz-transition: 400ms linear;
    -ms-transition: 400ms linear;
    -o-transition: 400ms linear;
    transition: 400ms linear;
}
.log{
    display: block;
}
.news_url:hover{
    filter: drop-shadow(1px 1px 2px #434F5B);
}
.log:hover,.logo-f:hover{
    transform: scale(1.1);
}
.dev:hover{
    transform: rotate(2deg) scale(1);
}
.police:hover{
    opacity: 0.7;
}
.btn_form input:hover{
    -webkit-transition: 400ms linear;
    -moz-transition: 400ms linear;
    -ms-transition: 400ms linear;
    -o-transition: 400ms linear;
    transition: 400ms linear;
    opacity: 0.7;
}
.wpcf7 form .wpcf7-response-output{
    color: #FFFFFF;
    border-radius: 45px;
    border-color: #434F5B;
    background: #434F5B;
    padding: 10px;
    font-size: 12px;
}
.wpcf7 form.invalid .wpcf7-response-output{
    border-color: #aa9049;
    background: #aa9049;
}
.footer .wpcf7 form.invalid .wpcf7-response-output{
    border-color: #b30000;
    background: #b30000;
    padding: 5px 10px;
    border-radius: 4px;
}
.single_img{
    max-width: 650px;
    margin: 0 auto;
    width: 100%;
    display: block;
}
.height{
    height: 100px;
}
.page_error{
    min-height: 50vh;
    display: flex;
    align-items: center;
    justify-content: center;
}
.banner .social_link img{
    filter: brightness(0.5) grayscale(1) invert(1);
    transition: 400ms linear;
}
.banner .social_link:hover img{
    filter: none;
    transition: 400ms linear;
}
.play_hid {
    position: absolute !important;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 2;
    height: 100% !important;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .7s;
    cursor: pointer;
    /*background: rgba(255, 255, 255, 0.3);*/
}
.video_hid {
    height: 550px;
  background-size: cover;
    background-position: center;
}
.play_hid img {
    width: 70px !important;
    transition: all .7s;
}
.video_hid video {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    object-fit: cover;
    min-width: 100%;
}
.video_hid.active video {
    opacity: 1;
}
.video_hid.active {
    background-image: none !important;
}
.video_hid.active .play_hid {
    display: none;
}
.left_part_compl{
    width: 50%;
    padding-top: 20px;
    padding-right: 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
}
.right_part_compl{
    width: 40%;
    padding-top: 20px;
}
.bullets{
    padding-bottom: 10px;
    color: #434F5B;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.75;
    letter-spacing: 0.32px;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;}
.namber_bull{
    flex-shrink: 0;
    margin-right: 13px;
}
.bullets.active{
    color: #06202f;
}
.bullets.active span{
    background: #18304A;
    box-shadow: 0px 18px 35px rgba(0, 0, 0, 0.07);
    color: #fff;
    border: 1px solid #18304A;
}
.bullets span,.number_naruzh{
    background: transparent;
    font-size: 18px;
    width: 37px;
    height: 37px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    line-height: 1;
    text-align: center;
    color: #231F20;
    border: 1px solid #C4C4C4;
    font-weight: bold;
}
.number_naruzh{
    position: absolute;
    background: #E7B73D;
    color: #fff;
    border: 1px solid #E7B73D;
    margin-right: 2px;
    margin-left: 10px;

}
.number_naruzh:hover{
    background: #18304A;
    box-shadow: 0px 18px 35px rgba(0, 0, 0, 0.07);
    color: #fff;
    border: 1px solid #18304A;
    cursor: pointer;
}
.one_naruzh{
    right: 0;
    top: 15%;
}
.two_naruzh{
    right: 8%;
    top: 50%;
}
.three_naruzh{
    right: 35%;
    top: 58%;
}
.four_naruzh{
    right: 73%;
    top: 67%;
}
.five_naruzh{
    left: 10%;
    top: 26%;
}
.complectac_block_flex img{
    max-width: 100%;
}
.complectac_block_flex{
    margin: 50px auto;
    max-width: 1410px;
    width: 100%;
}
.hid_title{
    font-size: 16px;
    font-style: normal;
    font-weight: 550;
    line-height: 14px;
    margin-top: 10px;
}
.banner_label{
    background:#18304A;
    min-width: 135px;
    width: 135px;
    height: 135px;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    z-index: 10;
    bottom: 20px;
    border-radius: 50%;
    flex-direction: column;
    left: 80px;
    text-align: center;
    font-size: 14px;
    cursor: pointer;
    transition: 400ms linear;
    animation: flickerAnimation 2s infinite;
}
.banner_label_new{
    transition: 400ms linear;
    color: #ffffff;
    display: flex;
    background:#ff002a;
    padding: 10px 15px;
    right: 0;
    top: 37%;
    align-items: center;
    justify-content: center;
    position: absolute;
    z-index: 10;
}
@keyframes flickerAnimation {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.05);
    }
    100% {
        transform: scale(1);
    }
}
.banner_label:hover{
    opacity: 0.7;
    transition: 400ms linear;
}
.about_grid.new{
    grid-template-columns: 1fr 1fr 1fr;
}
.about_grid.new .about_item:nth-child(3){
    border-bottom: 1px solid #D2D2D2;
    border-right: 0;
}
.about_grid.new .about_item:nth-child(2),.about_grid.new .about_item:nth-child(4),.about_grid.new .about_item:nth-child(5) {
    border-right: 1px solid #D2D2D2;
}
.about_item  img{
    display: block;
    margin: 0 auto 15px auto;
}
.wp-block-heading{
    margin: 15px 0 10px 0;
}
.banner_bud{
    position: absolute;
    z-index: 1;
    color: #FFFFFF;
    display: flex;
    flex-direction: column;
    right: 20px;
    bottom:80px;
    align-items: center;
}
.banner_bud img{
    max-width: 75px;
    margin-top: 10px;
}
.banner_bud a:hover{
    opacity: 0.8;
}
.carousel_buttons{
    display: flex;
    align-items: center;
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    grid-gap: 20px;
}
.carousel_buttons div{
    cursor: pointer;
    transition: 400ms linear;
}
.carousel_buttons div:hover{
    opacity: 0.7;
    transition: 400ms linear;
}
.section_descr li{
    position: relative;
    padding-left: 15px;
}
.section_descr li:before{
    content: '';
    position: absolute;
    left: 0;
    top: 11px;
    width: 10px;
    background: #434F5B;
    height: 1px;
}
.section_seo {
    position: relative;
    max-height: 150px;
    overflow: hidden;
    transition: max-height 1s ease-in-out;
}
.section_seo a{
    color: #18304A;
    position: relative;
    white-space: nowrap;
}
.section_seo a:before{
    position: absolute;
    content: '';
    left: 0;
    width: 100%;
    height: 1px;
    background: #18304A;
    bottom: 0;
    transition-duration: 0.3s;
}
.section_seo a:hover:before{
    transition-duration: 0.3s;
    right: auto;
    width: 0;
}
.section_seo::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50%;
    background: linear-gradient(to bottom, rgba(244, 244, 244, 0), #f4f4f4);
    transition: opacity 0.3s ease-in-out;
}
.section_seo.active {
    max-height: none;
}
.section_seo.active:after{
    display: none;
}
.section_seo p,.single-news p{
    margin: 12px 0;
}
.section_seo h2,.single-news h2{
  margin: 15px 0;
}
.section_seo h3,.single-news h3{
    margin-bottom: 10px;
}