a {
    color: #232323;
    cursor: pointer;
    text-decoration: none;
}

a:hover {
    color: #2A4F8D;
    cursor: pointer;
    text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Sofia Sans Extra Condensed', sans-serif;
    font-weight:600;
    margin-bottom:10px;
}

h1 {
    font-size:2.4rem;
    line-height: 2.6rem;
}
h2 {
    font-size:2.0rem;
    line-height: 1.8rem;
}
h3 {
    font-size:1.8rem;
    line-height: 1.6rem;
}
h4 {
    font-size:1.6rem;
    line-height: 1.4rem;
}
h5 {
    font-size:1.4rem;
    line-height: 1.2rem;
}
h6 {
    font-size:1.2rem;
    line-height: 1.0rem;
}

ul {
    list-style-type: disc;
    margin-left: 30px;
}

.markers li::marker {
    color: #2A4F8D;
    font-size: 18px;
}

body {
    background-color: #F8F8F8;
}

.main_color {
    color: #2A4F8D; 
}

.input:focus {
    background: #fff;
    box-shadow: none !important;
    border:none;
    border-radius:4px;
}

.bg_grey {
    background: #f8f8f8;
}

/*PAGINATION START*/

.pagination-link {
    background-color: transparent;
    border-color: #636363;
    color: #0d0d0d;
}
.pagination-link:hover {
    background-color: transparent;
    border-color: #0d0d0d;
    color: #0d0d0d;
}

.pagination-link.is-current {
    background-color: #0d0d0d;
    border-color: #0d0d0d;
    color: #fff;
}

.pagination-previous.is-current {
    background-color: transparent;
    border-color: #636363;
    color: #0d0d0d;
}

.pagination-previous.is-current:hover {
    background-color: transparent;
    border-color: #0d0d0d;
    color: #0d0d0d;
}

.pagination-previous,.pagination-next {
    background-color: transparent;
    border-color: #636363;
    color: #0d0d0d;
}

.pagination-previous:hover,.pagination-next:hover {
    background-color: transparent;
    border-color: #0d0d0d;
    color: #0d0d0d;
}
/*PAGINATION END*/



@media screen and (min-width: 600px) and (max-width: 768px) {
    .column.is-12-mobile-custom {
        flex: none;
        width: 50%;
    }
}

@media screen and (max-width: 599px) {
        .column.is-12-mobile-custom {
        flex: none;
        width: 100%;
    }
}

.link_ico {
    display: inline-block;
    width:10px;
    height:10px;
    margin-top:1px;
}

.logo {
    display:block;
    width:210px;
    height:60px;
    margin-top:11px;
}

@media screen and (min-width: 769px) and (max-width: 1023px) {
    .logo {
        margin-left:20px;
    } 

}

@media screen and (min-width: 1024px) and (max-width: 1215px) {
    .logo {
        margin-left:20px;
    } 

}

@media screen and (max-width: 768px) {
    .logo {
        margin-left:20px;
        width:180px;
        height:51px;
        margin-top:16px;
    } 
}

.section-head-line {
    height:44px;
    padding-left: 10px;
    padding-right: 10px;
/*    padding-bottom: 52px;*/
    margin-top: 6px;
}

.nav-head-line-left {
    background-color: #161616;
    color: #f8f8f8;
    padding-left: 20px;
    font-family: 'Sofia Sans Extra Condensed', sans-serif;
    font-size: 1.2rem;
    font-weight: 300;
}

.nav-head-line-right {
    background-color: #161616;
/*    background-color: #eceaea;*/
    color: #f8f8f8;
    padding-right: 20px;
}

.navbar-menu {
    margin-top:21px;
}

@media screen and (max-width: 1023px) {
    .navbar-menu {
        background-color: rgba(255,255,255, 0.90);
        box-shadow: 0 8px 16px rgba(10, 10, 10, 0.1);
        padding: 0.5rem 0;
    }
}
.head-inside {
    height: 82px;
    background: #f8f8f8;
/*    border-bottom: 1px solid #e9e8e8;*/

}
.nav-head-custom {
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    transition: all 0.60s;
    z-index:9000;
    background-color: #f8f8f8;
}
.navbar-burger {
    color: #2A4F8D;
    margin-top: 15px;
    margin-left: 0;
}
.navbar-item {
    font-size: 0.98rem;
    font-weight: 600;
    color: #000;
    margin-left:10px;
    margin-right:10px;
    z-index:10000;
}

a.navbar-item:hover {

    color: #000;
    background:none;
    border-bottom: 4px solid #2A4F8D;
}

.navbar-dropdown .navbar-item {
    font-size: 0.98rem;
    font-weight: 400;
    color: #000;
    margin-left:10px;
    margin-right:10px;
    z-index:10000;
}

.navbar-dropdown a.navbar-item:hover {
    font-size: 0.98rem;
    font-weight: 400;
    color: #000;
    background: #fafafa;
    border-bottom: none;
}

@media screen and (min-width: 769px) and (max-width: 1023px) {
    .navbar-item {
        font-size: 1.1rem;
        font-weight: 600;
        color: #f3f3f3;
        margin-left:10px;
        margin-right:10px;
    }
    a.navbar-item:hover {
        font-size: 1.1rem;
        font-weight: 600;
        color: #000;
        margin-left:10px;
        margin-right:10px;
        background:none;
        border-bottom: none;
    }
}

@media screen and (max-width: 768px) {
    .navbar-item {
        font-size: 1.1rem;
        font-weight: 600;
        color: #f3f3f3;
        margin-left:10px;
        margin-right:10px;
    }
    a.navbar-item:hover {
        font-size: 1.1rem;
        font-weight: 600;
        color: #000;
        margin-left:10px;
        margin-right:10px;
        background:none;
        border-bottom: none;
    }
}

.navbar-item, .navbar-link {
    color: #000;
    display: block;
    line-height: 1.5;
    padding: 0.5rem 0.75rem;
    position: relative;
}

.navbar-link:not(.is-arrowless)::after {
    border-color: #2A4F8D;
    margin-top: -0.375em;
    right: 1.125em;
}


a.phone_header {
    color: #f8f8f8;
    text-decoration: none;
    font-family: 'Sofia Sans Extra Condensed', sans-serif;
    font-size: 1.2rem;
    font-weight: 300;
}

.phone_ico_header {
    display:block;
    width:25px;
    height:25px;
    margin-right: 20px;
}

.phone_header_mobile {
    margin-top: 27px;
    display: block;
    position: relative;
    margin-left: auto;
}


#owl-slider {
    overflow: hidden;
    box-shadow: 0 3px 5px 2px rgba(167, 175, 182, 0.05);
    margin-bottom: 10px;
    min-width: 100%;
}

.owl-slide {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    min-height: 200px;
    padding: 30px;
}

#owl-slider .owl-dots {
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
}

#owl-slider .owl-nav {
    position: absolute;
    top: 50px;
    right: 30px;
    line-height: 0;
}

#owl-slider .owl-nav button:focus {
    outline: none;
}

#owl-slider .av-btn {
    color: #ffffff;
}

#owl-slider .av-btn:hover {
    color: #223c50;
}


@media (min-width: 720px) {
    #owl-slider {
        margin-bottom: 20px;
    }

    .owl-slide {
        min-height: 300px;
    }

    

}

@media (min-width: 1080px) {
    .owl-slide {
        min-height: 820px;
    }
}

.slide_title {
    position: absolute;
    bottom: 42%;
    left: 5%;
    min-width:100px;
    background: rgba(255,255,255,.7);
    border-radius: 6px;
    -webkit-box-shadow: 0px 0px 16px 13px rgba(34, 60, 80, 0.2);
    -moz-box-shadow: 0px 0px 16px 13px rgba(34, 60, 80, 0.2);
    box-shadow: 0px 0px 16px 13px rgba(34, 60, 80, 0.2);


}

.slide_title h1 {
    color: #000;
    font-family: 'Sofia Sans Extra Condensed', sans-serif;
    font-size: 45px;
    line-height: 30px;
    font-weight: bold;
    hyphens: auto;
    margin: 15px 20px 10px 20px;
}

.slide_title h1 span {
    font-size: 25px;
    line-height: 20px;
    font-weight: normal;
    font-family: 'Sofia Sans Extra Condensed', sans-serif;
    color: #000;
}

@media screen and (min-width: 1376px) and (max-width: 1600px) {

    .slide_title {
        position: absolute;
        bottom: 37%;
        left: 5%;
        min-width:100px;


    }

    .slide_title h1 {
        box-shadow: 0 12px 16px 0 rgba(20,36,56,.0392156862745098);
        font-family: 'Sofia Sans Extra Condensed', sans-serif;
        font-size: 34px;
        line-height: 25px;
        font-weight: bold;
        hyphens: auto;
        margin: 15px 20px 10px 20px;
    }

    .slide_title h1 span {
        font-size: 22px;
        line-height: 20px;
        font-weight: normal;
        font-family: 'Sofia Sans Extra Condensed', sans-serif;
    }

}

@media screen and (min-width: 769px) and (max-width: 1375px) {
    .slide_title {
        position: absolute;
        bottom: 38%;
        left: 5%;
        min-width:100px;


    }

    .slide_title h1 {
        box-shadow: 0 12px 16px 0 rgba(20,36,56,.0392156862745098);
        font-family: 'Sofia Sans Extra Condensed', sans-serif;
        font-size: 27px;
        line-height: 20px;
        font-weight: bold;
        hyphens: auto;
        margin: 15px 20px 10px 20px;
    }

    .slide_title h1 span {
        font-size: 19px;
        line-height: 17px;
        font-weight: normal;
        font-family: 'Sofia Sans Extra Condensed', sans-serif;
    }
}

@media screen and (min-width: 532px) and (max-width: 768px) {
    .slide_title {
        position: absolute;
        bottom: 40%;
        left: 5%;
        min-width:100px;

    }

    .slide_title h1 {
        box-shadow: 0 12px 16px 0 rgba(20,36,56,.0392156862745098);
        font-family: 'Sofia Sans Extra Condensed', sans-serif;
        font-size: 25px;
        line-height: 25px;
        font-weight: bold;
        hyphens: auto;
        margin: 10px 20px 10px 20px;
    }

    .slide_title h1 span {
        font-size: 20px;
        line-height: 10px;
        font-weight: normal;
        font-family: 'Sofia Sans Extra Condensed', sans-serif;
    }
}

@media screen and (max-width: 531px), print {
    .slide_title {
        position: absolute;
        bottom: 43%;
        left: 5%;
        min-width:100px;

    }

    .slide_title h1 {
        box-shadow: 0 12px 16px 0 rgba(20,36,56,.0392156862745098);
        font-family: 'Sofia Sans Extra Condensed', sans-serif;
        font-size: 22px;
        line-height: 20px;
        font-weight: bold;
        hyphens: auto;
        margin: 10px 20px 10px 20px;
    }

    .slide_title h1 span {
        font-size: 18px;
        line-height: 10px;
        font-weight: normal;
        font-family: 'Sofia Sans Extra Condensed', sans-serif;
    }

    .owl-slide {
        padding: 5px;
    }
}

.title_div {
    border-bottom: 1px solid #ebebeb;
}

.block_title {
    font-family: 'Sofia Sans Extra Condensed', sans-serif;
    font-weight: 600;
    font-size: 2.5rem;
    line-height: 2.7rem;
    color: #232323;
}





.partners_section_index {
    background-attachment: fixed;
    background-position: 10% 70%;
    background-size:cover;
    min-height:340px;
    text-align: center;
    position: relative;
    overflow: hidden;
    padding-top: 50px;
    padding-bottom: 50px;

}


@media screen and (max-width: 1400px) {
    .partners_section_index {
        min-height: 100px;
        text-align: center;
        background-size: cover;
        background-attachment: scroll;
        background-position: center center !important;
    }
}
    
@media screen and (max-width: 992px) {
    .partners_section_index {
        min-height: 100px;
        text-align: center;
        background-size: cover;
        background-attachment: scroll;
        background-position: center center !important;
    }
}

@media screen and (max-width: 468px) {
    .partners_section_index {
        min-height: 100px;
        background-size: cover;
        background-attachment: scroll;
        background-position: center center !important;
    }
}

.section_title_white {
    color:#fff;
    font-family: 'Sofia Sans Extra Condensed', sans-serif;
    line-height: 1.0;
    font-size:3.5rem;
    font-weight: 700;
    border-bottom: 1px solid #fff;
    margin-bottom: 30px;
    padding-bottom: 20px;
}

.section_title_black {
    color:#161616;
    font-family: 'Sofia Sans Extra Condensed', sans-serif;
    line-height: 1.0;
    font-size:3.5rem;
    font-weight: 700;
    border-bottom: 1px solid #161616;
    margin-bottom: 30px;
    padding-bottom: 20px;
}


.man_mainpage_small {
    margin-bottom: -100px;
    margin-right: 30px;
    margin-left: 30px;
}

.job_banner {
    width: 100%;
    min-height: 250px;
    background: #F1EBD6;
    border-radius: 10px;
    overflow: hidden;
}

.job_banner_content {
    margin: 30px 30px 30px 30px;
}

.job_banner_title {
    color:#161616;
    font-family: 'Sofia Sans Extra Condensed', sans-serif;
    line-height: 1.0;
    font-size:3.5rem;
    margin-bottom:1px;
    font-weight: 700;
}

@media screen and (max-width: 1023px) {
    .job_banner_title {
        line-height: 1.0;
        font-size:3.0rem;
    }
}

@media screen and (max-width: 969px) {
    .job_banner_title {
        line-height: 1.0;
        font-size:2.2rem;
    }
}

@media screen and (max-width: 392px) {
    .job_banner_title {
        line-height: 1.0;
        font-size:2.0rem;
    }
}



.about_index {
    background-color: #E2E8F0;
    padding-top: 10px;
    padding-bottom: 0px;
    overflow: hidden;
    margin-top: 12px;
}

@media screen and (max-width: 768px), print {
    .div_callme_foto {
        max-height: 330px;
        margin-bottom: -28px;
        overflow: hidden;
    }
    .about_index {
        background-color: #E2E8F0;
        padding-top: 10px;
        padding-bottom: 10px;
        overflow: hidden;
    }
}

.title_about_index{
    color:#161616;
    font-family: 'Sofia Sans Extra Condensed', sans-serif;
    line-height: 1.0;
    font-size:3.5rem;
    margin-bottom:1px;
    font-weight: 700;
}

@media screen and (max-width: 1025px) {
    .title_about_index {
        line-height: 1.0;
        font-size:2.4rem;
    }
}
@media screen and (max-width: 768px) {
    .title_about_index {
        line-height: 1.0;
        font-size:2.4rem;
    }
}

.subtext_about_index {
    font-family: 'Sofia Sans Extra Condensed', sans-serif;
    line-height: 1.0;
    font-size:1.5rem;
    color: #2D2E30;
    font-weight: 300;
}

.label_custom_1 {
    font-size: 0.8rem;
    font-weight: 600;
    color: #2D2E30;
}

.input_feedback_index {
    background: #f4f2f2;
    box-shadow:none;
    border-radius:4px;
    border:0;
    padding-left: 15px;
    padding-top: -10px;
    margin-top: 0px;

}

.button.custom-but {
    font-family: 'Sofia Sans Extra Condensed', sans-serif;
    background-color: #161616;
    border-color: #161616;
    color: #fff;
    border-radius:6px;
    padding: 1.1rem 20px 1.2rem 20px;
    font-size: 1.4rem;
    font-weight: 400;
}

.button.custom-but:hover {
    background: transparent;
    border-color: #2A4F8D;
    color: #2A4F8D;
}

.button.custom-but-light {
    font-family: 'Sofia Sans Extra Condensed', sans-serif;
    background: transparent;
    border-color: #161616;
    color: #161616;
    border-radius:6px;
    padding: 1.1rem 20px 1.2rem 20px;
    font-size: 1.4rem;
    font-weight: 400;
}

.button.custom-but-light:hover {
    background: transparent;
    border-color: #2A4F8D;
    color: #2A4F8D;
}

.info_small_text {
    font-family:'PT Sans Narrow', Arial, sans-serif;
    line-height: 1.0;
    font-size:0.8rem;
    padding-top: 10px;
}


/*Блок Услуги на главной НАЧАЛО*/

.contacts_box_main {
    font-family:"Open sans", Helvetica, Arial;font-weight: 200;font-size:15px;
    border-top: 2px solid #161616;

    padding-top: 70px;
    padding-bottom: 40px;
    padding-left: 10px;
    padding-right: 10px;
    min-height: 170px;
    position: relative;
    color: #161616;
    transition: all 0.60s;
    min-height: 200px;

}

.contacts_box_main:hover {
    color: #2A4F8D !important;
    transition: all 0.60s;
}

@media (max-width: 1407px) {
    .contacts_box_main {
        padding-bottom: 12px;
    }
}

@media (max-width: 1023px) {
    .contacts_box_main {
        padding-bottom: 12px;
    }
}


.contacts_box_main_title {
    margin-top: -20px;
    font-family: 'Sofia Sans Extra Condensed', sans-serif;
    font-size: 1.5rem;
    line-height:1.8rem;
    font-weight: bold;
    letter-spacing: 1px;
}

@media (max-width: 1407px) {
    .contacts_box_main_title {
        font-size: 1.5rem;
    }
}

@media (max-width: 1215px) {
    .contacts_box_main_title {
        font-size: 1.3rem;
        line-height:1.3rem;
    }
}

@media (max-width: 1023px) {
    .contacts_box_main_title {
        font-size: 1.5rem;
    }
}


.contacts_box_main_text, .contacts_box_main_text a {
    color: #161616;
    font-family: 'Sofia Sans Extra Condensed', sans-serif;
    font-size: 1.4rem;
    line-height:1.5rem !important;
    letter-spacing: 1px;
    font-weight: 300;
    padding-top: 0px;
    padding-left: 10px;
    padding-right: 10px;
    text-decoration: none;
}



.contacts_box_main_ico {
    position: absolute;
    top: -48px;
    left: 50%;
    transform: translateX(-50%);

/*    position: absolute;
    top: -62px;
    left: 10%;*/

}

/*Блок Услуги на главной КОНЕЦ*/


/*Блок Партнеры на главной НАЧАЛО*/



/*Блок Партнеры на главной КОНЕЦ*/

.section.partners_index {
    padding-top:0px;
    padding-bottom:0px;
    padding-left:0px;
    padding-right:0px;
}

@media screen and (max-width: 768px) {
    .section.partners_index {
        padding-top:30px;
        padding-bottom:0px;
        padding-left:0px;
        padding-right:0px;
    }
}

.columns.uslugi-index-columns {
    margin-left: 0px !important;
    margin-right: 0px !important;
    margin-top: 0px !important;
}

.column.partners_index_button {
    padding-left:0px;
    padding-right:0px;
    padding-top: 0px;
    padding-bottom: 0px;
}

@media screen and (max-width: 768px) {

    .column.partners_index_button {
        padding-left:0px;
        padding-right:0px;
        flex: none;
        width: 50%;

    }
}

/*Блок Услуги на главной НАЧАЛО*/

.section.uslugi_index {
    padding-top:0px;
    padding-bottom:0px;
    padding-left:0px;
    padding-right:0px;
}

@media screen and (max-width: 768px) {
    .section.uslugi_index {
        padding-top:30px;
        padding-bottom:0px;
        padding-left:0px;
        padding-right:0px;
    }
}

.columns.uslugi-index-columns {
    margin-left: 0px !important;
    margin-right: 0px !important;
    margin-top: 0px !important;
}

.column.uslugi_index_button {
    padding-left:0px;
    padding-right:0px;
    padding-top: 0px;
    padding-bottom: 0px;
}

@media screen and (max-width: 768px) {

    .column.uslugi_index_button {
        padding-left:0px;
        padding-right:0px;
        flex: none;
        width: 50%;

    }
}

.box_1 {
    width: 100%;
    background-color: #fff;
    padding: 18px 10px 5px;
    min-height: 145px;
    border: none;
    text-decoration: none;
    position: relative;
    font-family: 'Sofia Sans Extra Condensed', sans-serif;
    font-weight: 400;
    font-size: 1.3rem;
    line-height: 1.3rem;
    color: #161616;
}



.box_1:hover {
    color: #161616;
    background-color: #E2E8F0;
    border: none;
    
}



.icon_service_index {
    display: block;
    margin: 10px auto;
    height:50px;
}



@media screen and (max-width: 768px) {
    .box_1 {
        font-weight: 400;
        font-size: 1.1rem;
        line-height: 1.1rem;
    }
}



/*Блок Услуги на главной КОНЕЦ*/


/*Слайдер на главной НАЧАЛО*/
.swiper-container * {
/*    margin: 0;*/
    padding: 0;
    box-sizing: border-box;

}

.slide-box {
    background-image: url('/property/templates/1/img/bg_slider.png');
    width:100%;
    height: 100%;
    border-radius: 6px;
}

.swiper-container { 
    box-sizing: border-box;
    width: 100%;
    height: 600px;
    background-color: #f8f8f8;
    transition: opacity .6s ease;
}

@media screen and (max-width: 768px) {
    .swiper-container { 
        box-sizing: border-box;
        width: 100%;
        height: 300px;
        transition: opacity .6s ease;
    }
}

@media screen and (min-width: 769px) and (max-width: 1600px) {
        .swiper-container { 
            box-sizing: border-box;
            width: 100%;
            height: 350px;
            transition: opacity .6s ease;
        }
}

.swiper-container.swiper-container-coverflow {
    padding: 1% 0 2% 0;
}

@media screen and (max-width: 768px) {
    .swiper-container.swiper-container-coverflow {
        padding: 0 0 0 0;
    }
}
.swiper-container:hover .swiper-button-prev,
.swiper-container:hover .swiper-button-next {
    transform: translateX(0);
    opacity: 1;
    visibility: visible;
}
.swiper-slide {
    background-position: center;
    background-size: cover;
    border-radius: 6px;
    -webkit-box-shadow: 0px 0px 11px -2px rgba(34, 60, 80, 0.2);
    -moz-box-shadow: 0px 0px 11px -2px rgba(34, 60, 80, 0.2);
    box-shadow: 0px 0px 11px -2px rgba(34, 60, 80, 0.2);
}


[class^="swiper-button-"] {
    width: 44px;
    opacity: 0;
    visibility: hidden;
}
.swiper-button-prev {
    transform: translateX(50px);
}
.swiper-button-next {
    transform: translateX(-50px);
}
.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 10px;
    bottom: 10px;
    position: relative;
    width: 12px;
    height: 12px;
    background-color: #fff;
    opacity: .5;
    transition: all .3s ease; 
}
.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 18px;
    height: 18px;
    transform: translate(-50%, -50%);
    border: 1px solid #000;
    border-radius: 50%;
}
.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet:hover, 
.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
    opacity: 1;
}
@media (max-width: 767px) {
    .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
        bottom: 4px;
    }
}

/*Слайдерна главной КОНЕЦ*/

/*Блок Услуги на главной НАЧАЛО*/
.container.is-fluid.custom-fluid {

    padding-left: 0px;
    padding-right: 0px;
}

.flex-container {
    display: flex; 
    flex-flow: row wrap;
}

.flex-item-1 { order: 2; }
.flex-item-2 { order: 1; }
.flex-item-3 { order: 3; }
.flex-item-4 { order: 4; }

.sub-title-h3 {
    color: #111;
    margin-bottom: 21px;
    font-size: 0.88rem;
    font-weight: 600;
    text-transform: uppercase;
    font-family:arial,sans-serif;
    line-height: 1.4;
    margin-top: 20px;
}

.services_index {
    background:#E2E8F0;
}


.button.is-dark-2 {

    background-color: #3E444C;
    border-color: transparent;
    color: rgba(255,255,255, .85);
    border-radius:0;
    padding: 25px 45px 25px 45px;
    font-size: 0.85rem;
}

.button.is-dark-2:hover {
    color: rgba(255,255,255, .85);
    background: rgba(0,0,0, .7);
    border-color: transparent;
}

.box-img-bg {
    display: table-cell;
    padding-left: 10px;
    padding-right: 10px;
    vertical-align: middle;
    background-size: cover;
    background-attachment: scroll !important;
    overflow: hidden;
    background-repeat: repeat;
    box-sizing: border-box;
    background-position: center center;

}

.box-about {
    width: 100%;
    min-height: 500px;
    height:100%;
    display: table;
}

.box-text {
    font-family: 'Sofia Sans Extra Condensed', sans-serif;
    font-size: 1.6rem;
    font-weight: 600;
    line-height: 1.8rem;
    color: #161616;

}


@media screen and (min-width: 769px) and (max-width: 1023px) {
    .flex-item-1 { order: 1; }
    .flex-item-2 { order: 2; }
    .flex-item-3 { order: 3; }
    .flex-item-4 { order: 4; }
    
    .box-about {
        width: 100%;
        min-height: 350px;
        height:100%;
        display: table;
    }
    
}

@media screen and (max-width: 768px) {
    .flex-item-1 { order: 1; }
    .flex-item-2 { order: 2; }
    .flex-item-3 { order: 3; }
    .flex-item-4 { order: 4; }

    
    .box-about {
        width: 100%;
        min-height: 350px;
        height:100%;
        display: table;
    }
    
}

.box-index {
    margin: 60px 20px 60px 20px;


}

.column.column-custom {
    padding:0;
}

.columns_about {
    background: #E2E8F0;
}


/*Блок Услуги на главной КОНЕЦ*/





/*Подвал НАЧАЛО*/
.logo_sa_footer {
    height: 30px;
    margin-bottom: -11px;
}
.footer {
    background: #161616;
    padding:0;
}


a.phone_footer {
    color: #f8f8f8;
    text-decoration: none;
    font-family: 'Sofia Sans Extra Condensed', sans-serif;
    font-size: 1.8rem;
    font-weight: 700;
}

.footer_left_right {
    font-size:.7rem;
    color:#fff;
}
.footer_left_right a {
    text-decoration:none;
    color:#fff;
}

.logo_footer {

    width:160px;
    height:46px;
}

@media screen and (min-width: 769px) and (max-width: 1023px) {
    .logo_footer {
        margin-left:20px;
    } 

}

@media screen and (min-width: 1024px) and (max-width: 1215px) {
    .logo_footer {
        margin-left:20px;
    } 

}

@media screen and (max-width: 768px) {
    .logo_footer {
        margin-left:20px;
        width:160px;
        height:46px;
    } 
}

/*Подвал КОНЕЦ*/


/*Заголовок модуля НАЧАЛО*/
.module_title {
/*    background:#fff;*/
/*    background: linear-gradient(135deg, #57775F, #4E3C75);*/
    background: linear-gradient(135deg, #161616, #2A4F8D);
    padding-bottom: 24px;
    padding-top: 20px;
    opacity: .8;
}


.module_title_text {
    color: #fff;
    font-size: 3.7rem;
    font-family: 'Sofia Sans Extra Condensed', sans-serif;
    font-weight: 300;
}

.crumbs, .crumbs a {
    color: #fff;
    bottom: 1px;
}

@media screen and (max-width: 1025px) {
    .module_title_text {
        color: #fff;
        font-size: 3.1rem;
        font-family: 'Sofia Sans Extra Condensed', sans-serif;
        font-weight: 300;
    }
}
@media screen and (max-width: 768px) {
    .module_title_text {
        color: #fff;
        font-size: 2.9rem;
        font-family: 'Sofia Sans Extra Condensed', sans-serif;
        font-weight: 300;
        line-height: 2.5rem;
    }
}

/*Заголовок модуля КОНЕЦ*/

.page_text p {
    padding-bottom: 20px;
}

.page_text {
    font-size: 1.2rem;
}


.doc_card_title {
    font-family: 'Sofia Sans Extra Condensed', sans-serif;
    font-weight: 400;
    font-size: 1.3rem;
    line-height: 1.3rem;
    color: #161616;
    min-height: 40px;
}

@media screen and (max-width: 1407px) {
    .doc_card_title {
        min-height: 60px;
        font-size: 1.2rem;
        line-height: 1.2rem;
    }
}

@media screen and (max-width: 1023px) {
    .doc_card_title {
        min-height: 40px;
        font-size: 1.3rem;
        line-height: 1.3rem;
    }
}

.cookie_alert_cont {
    position: fixed;
    width:100%;
    bottom: 0px;
    z-index: 3500;
    left: 50%;
    transform: translate(-50%, -10px);

}


@media screen and (max-width: 1023px) {
    .cookie_alert_cont {
        padding-left: 20px;
        padding-right: 20px;
    }
}

.cookie_alert {
    background: #000;
    color: #fff;
    
}


/*Страница Услуги НАЧАЛО*/


.text_services_main {
    font-family: 'Sofia Sans Extra Condensed', sans-serif;
    font-size: 1.8rem;
    line-height:1.8rem;
    padding-bottom: 45px;
}

.service_header_title {
    background-position: center center;
    background-size: cover;
    font-family:"Open sans", Helvetica, Arial;
    font-size: 1.8rem;
    line-height:1.8rem;
    min-height: 600px;
}



.service-single-item {
    background: #E2E8F0;
    border: 1px solid #E2E8F0;
    border-radius: 6px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 40px 40px;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    margin-right: 0px;
    margin-bottom: 40px;
    text-align: center;
}

.service-single-item:nth-child(2n) {
    margin-right: 0px;
}

@media (min-width:576px) {
    .service-single-item {
        -ms-flex-preferred-size: calc(50% - 20px);
        flex-basis: calc(50% - 20px);
        padding: 25px 25px;
        margin-right: 30px;
    }
}

@media (min-width:992px) {
    .service-single-item {
        -ms-flex-preferred-size: calc(50% - 20px);
        flex-basis: calc(50% - 20px);
        margin-right: 40px;
        text-align: left;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }
}

@media (min-width:1200px) {
    .service-single-item {
        padding: 60px 60px;
    }
}

.service-single-item .icon {
    margin-right: 0;
    margin-bottom: 30px;
}

@media (min-width:992px) {
    .service-single-item .icon {
        margin-bottom: 0px;
        margin-right: 40px;
    }
}

@media (min-width:1200px) {
    .service-single-item .icon {
        margin-right: 50px;
    }
}



.service-single-item .content .title {
    font-family: 'Sofia Sans Extra Condensed', sans-serif;
    font-size: 2.1rem;
    line-height:2.2rem;
    margin-bottom: 20px;
    color: #161616;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

@media (max-width:1054px) {
    .service-single-item .content .title {
        font-size: 1.8rem;
        line-height:1.9rem;
        
    }
}

@media (max-width:724px) {
    .service-single-item .content .title {
        font-size: 1.6rem;
        line-height:1.7rem;
        
    }
}

@media (max-width:575px) {
    .service-single-item .content .title {
        font-size: 1.8rem;
        line-height:1.9rem;
        
    }
}



.service-single-item:hover {
    background: none;
    border: 1px solid #f2ede9;
}




.service-single-item .content {
    width: calc(70%);
}

@media (max-width:665px) {
    .service-single-item .content {
        width: calc(85%);
    }
}


.img-fluid {
    max-width: 100%;
    height: auto;
}

.icon_services_page {
    width: 200px;
    height: 115px;
}

@media (max-width:1407px) {
    .icon_services_page {
        width: 160px;
        height: 92px;
    }
}

@media (max-width:665px) {
    .icon_services_page {
        width: 130px;
        height: 75px;
    }
}

.service-display-wrapper .is-12 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: -40px;
}

.button.custom-but-service {
    font-family: 'Sofia Sans Extra Condensed', sans-serif;
    background: transparent;
    border-color: #161616;
    color: #161616;
    border-radius:6px;
    padding: 0.3rem 20px 0.3rem 20px !important;
    font-size: 1.4rem;
    font-weight: 400;
}

.button.custom-but-service:hover {
    background: transparent;
    border-color: #2A4F8D;
    color: #2A4F8D;
}

.img_service_inside {
    border-radius: 6px;
}

.title_service_inside {
    font-family: 'Sofia Sans Extra Condensed', sans-serif;
    font-size: 3.1rem;
    line-height:3.0rem;
    font-weight: 600;
    color: #161616;
    padding-bottom: 40px;
}

.text_services_inside {
    padding-top: 40px;
    padding-bottom: 30px;
}

.border_info_text {
    width: 100%;
    background-color: #fff;
    padding: 15px;
    min-height: 50px;
    border: 1px solid #e4e4e4;
    border-radius: 6px;
    font-size: 1.0rem;
}

/*Страница Услуги КОНЕЦ*/

/*Страница Вакансии НАЧАЛО*/
.vacancies-display-wrapper .is-12 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: -40px;
}

.vacancies-single-item {
    background: #E2E8F0;
    border: 1px solid #E2E8F0;
    border-radius: 6px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 40px 40px;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    margin-right: 0px;
    margin-bottom: 40px;
    text-align: left;
}

.vacancies-single-item:nth-child(2n) {
    margin-right: 0px;
}

@media (min-width:576px) {
    .vacancies-single-item {
        -ms-flex-preferred-size: calc(50% - 20px);
        flex-basis: calc(50% - 20px);
        padding: 25px 25px;
        margin-right: 30px;
    }
}

@media (min-width:992px) {
    .vacancies-single-item {
        -ms-flex-preferred-size: calc(50% - 20px);
        flex-basis: calc(50% - 20px);
        margin-right: 40px;
        text-align: left;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }
}

@media (min-width:1200px) {
    .vacancies-single-item {
        padding: 60px 60px;
    }
}

.vacancies-single-item .content .title {
    font-family: 'Sofia Sans Extra Condensed', sans-serif;
    font-size: 2.1rem;
    line-height:2.2rem;
    margin-bottom: 10px;
    color: #161616;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

@media (max-width:1054px) {
    .vacancies-single-item .content .title {
        font-size: 1.8rem;
        line-height:1.9rem;
        
    }
}

@media (max-width:724px) {
    .vacancies-single-item .content .title {
        font-size: 1.6rem;
        line-height:1.7rem;
        
    }
}

@media (max-width:575px) {
    .vacancies-single-item .content .title {
        font-size: 1.8rem;
        line-height:1.9rem;
        
    }
}

.vacancies-single-item:hover {
    background: none;
    border: 1px solid #f2ede9;
}

.vacancies-single-item .content {
    width: calc(90%);
    border-left: ;
}

@media (max-width:665px) {
    .vacancies-single-item .content {
        width: calc(95%);
    }
}

.icon_vacancies_page {
    width: 200px;
    height: 115px;
}

@media (max-width:1407px) {
    .icon_vacancies_page {
        width: 160px;
        height: 92px;
    }
}

@media (max-width:665px) {
    .icon_vacancies_page {
        width: 130px;
        height: 75px;
    }
}

.button.custom-but-vacancies {
    font-family: 'Sofia Sans Extra Condensed', sans-serif;
    background: transparent;
    border-color: #161616;
    color: #161616;
    border-radius:6px;
    padding: 0.3rem 20px 0.3rem 20px !important;
    font-size: 1.4rem;
    font-weight: 400;
}

.button.custom-but-vacancies:hover {
    background: transparent;
    border-color: #2A4F8D;
    color: #2A4F8D;
}

.vacancies_main_details {
    font-size: 1.1rem;
    line-height:1.3rem;
    margin-bottom: 20px;
}



.title_vacancies_inside {
    font-family: 'Sofia Sans Extra Condensed', sans-serif;
    font-size: 3.1rem;
    line-height:3.0rem;
    font-weight: 600;
    color: #161616;
    padding-bottom: 40px;
}

.vacancies_text .title_block {
    font-family: 'Sofia Sans Extra Condensed', sans-serif;
    font-size: 1.4rem;
    line-height: 1.4rem;
    font-weight: 600;
    color: #161616;
}

.vacancies_text {
    border: 1px solid #fff;
    border-radius: 6px;
    background: #fff;
    font-size: 1.1rem;
    line-height: 1.5rem;
    color: #161616;
    padding: 20px 20px 20px 20px;
}

.info_text_vacancies {
    font-family: 'Sofia Sans Extra Condensed', sans-serif;
    width: 100%;
    background-color: #fff;
    padding: 15px;
    min-height: 50px;
    border: 1px solid #e4e4e4;
    border-radius: 6px;
    font-size: 1.5rem;
    line-height: 1.7rem;
    color: #161616;
}



/*Страница Вакансии КОНЕЦ*/

/*Страница Новости НАЧАЛО */
.news-section-inside p {
    margin-bottom: 25px;
}

.news_day {
    color: #333;
    text-transform: uppercase;
    font-family: 'Sofia Sans Extra Condensed', sans-serif;
    line-height: 20px;
    font-weight:600;
    font-size: 1.0rem;
}

.news_year {
    color: #333;
    text-transform: uppercase;
    font-family: 'Sofia Sans Extra Condensed', sans-serif;
    font-weight:600;
    font-size: 1.0rem;
}

.news-date-prew {
    font-size: 0.65rem;
    font-family: 'Sofia Sans Extra Condensed', sans-serif;
    text-decoration: none;
    color: #4a4a4a;
    font-family: arial, sans-serif;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    padding-bottom:5px;

}

.news-title-prew {
    padding-bottom: 5px;
}

.news-title-prew a {
    color: #333;
    font-family: 'Sofia Sans Extra Condensed', sans-serif;
    line-height: 1.6rem;
    font-weight:600;
    font-size: 1.8rem;
    text-decoration:none  
}

.news-title-prew a:hover {
text-decoration:underline;
}

.news-text-prew {
    font-size: 1.1rem;
    line-height: 1.5rem;
}

.news-title {
    color: #333;
    font-family:'PT Sans Narrow', Arial, sans-serif;
    line-height: 1.9rem;
    font-weight:600;
    font-size: 1.9rem;
    text-decoration:none;
}

.news-date-inside {
    font-size: 0.65rem;
    text-decoration: none;
    color: #777;
    font-family: arial, sans-serif;
    text-transform: uppercase;
    letter-spacing: 0.2em;

}

.news-section-inside img {
    padding-bottom:30px;
}

.left-border-news {
    border-left: 5px solid #E9EDF5;
    padding-left:20px;
    padding-top: 5px;
}

@media screen and (max-width: 768px) {
    .left-border-news {
        all: unset;
    }
}

.title_news_inside {
    font-family: 'Sofia Sans Extra Condensed', sans-serif;
    font-size: 3.1rem;
    line-height:3.0rem;
    font-weight: 600;
    color: #161616;
    padding-bottom: 10px;
}

@media screen and (max-width: 768px) {
    .title_news_inside {
        font-size: 2.0rem;
        line-height:2.1rem;
    }
}

.more_news_title a {
    color: #333;
    font-family: 'Sofia Sans Extra Condensed', sans-serif;
    line-height: 1.6rem;
    font-weight:400;
    font-size: 1.8rem;
    text-decoration:none 
}

.separator {
    overflow: hidden;
    text-align: center;
    color: #333;
    font-size: 1.15rem;
    font-weight: 600;
    letter-spacing: .05em;
    font-family: 'Sofia Sans Extra Condensed', sans-serif;
}
.separator:before, .separator:after {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 80%;
    height: 1px;
    background-color: #8f9399;
    position: relative;
}
.separator:before {
    margin-left: -100%;
    left: -14px;
}
.separator:after {
    margin-right: -100%;
    right: -14px;
}
/*Страница Новости КОНЕЦ */


.back_link {
    font-size: 1.0rem;
    margin-bottom: 20px;
}

.back_ico {
    height: 13px;
    margin-top: 1px;
}

.tag:not(body).is-black {
    background-color: #161616;
    color: #fff;
}

.section.map {
    padding-top:0px;
    padding-bottom:0px;
    padding-left:0px;
    padding-right:0px;
}

.map_big {
    width:100%;
    height:400px;

    position: relative;
}

.map_big_modal {
    width:100%;
    height: calc(100vh - 150px );
    position: relative;
    margin-left: 0px;
    z-index: 9999;
}

.modal-card-body.map {
    padding-top:0px;
    padding-bottom:0px;
    padding-left:0px;
    padding-right:0px;
}

.contacts_title {
    font-family: 'Sofia Sans Extra Condensed', sans-serif;
    font-size: 3.1rem;
    line-height:3.0rem;
    font-weight: 600;
    color: #161616;
    padding-bottom: 40px;
}

.contacts_text {
    font-family: 'Sofia Sans Extra Condensed', sans-serif;
    font-size: 1.4rem;
    line-height:1.6rem;
    font-weight: 400;
    color: #161616;
}

@media screen and (min-width: 769px) {
    .modal-card, .modal-content {
        margin: 0 auto;
        max-height: calc(100vh - 40px);
        width: 100vh;
    }
}

.details_text {
    font-family: 'Sofia Sans Extra Condensed', sans-serif;
    font-size: 1.4rem;
    line-height:1.6rem;
    font-weight: 300;
    color: #161616;
}

