/* http://meyerweb.com/eric/tools/css/reset/
   v2.0-modified | 20110126
   License: none (public domain)
*/


.block_wrapper {
    margin: 0px auto !important;
    padding: 0 20px;
    position: relative;
    display: block;
    max-width: auto !important;
}

.block_wrapper {
    /* padding: 0 30px !important; */
    /* width: 100%; */
    margin: 0 20px !important;
    display: block;
}

.slide_info_block_container {
    left: 5%;
}

.block_wrapper {}

.block_wrapper {
    max-width: none;
    padding: 0;
}

ul.header__list {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-end;
    align-items: center;
}

.head_grid {
    grid-template-columns: 190px 1fr;
    grid-template-areas:
        "info info"
        "logo menu";
    display: grid;
    align-content: stretch;
    justify-content: space-between;
    align-items: center;
    justify-items: end;
}

.header_info {
    grid-area: info;
    display: flex;
    flex-direction: row;
    align-content: center;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    padding-bottom: 10px;
    top: 0px;
    position: relative;
}

ul.history_years {
    grid-area: info;
    display: flex;
    flex-direction: row;
    align-content: center;
    justify-content: center;
    align-items: flex-end;
    flex-wrap: wrap;
    padding-bottom: 10px;
    top: -10px;
    position: relative;
    /* width: 30%; */
}

li.year_item {
    width: 15%;
}

li.year_item {
    height: 70px !important;
}

.year_item a::before {
    content: "";
    height: 7px;
    width: 100%;
    background-color: var(--sec-color);
    position: absolute;
    top: -1px;
    left: 0;
    background-image: none;
    margin: 0;
}



a.year_item_text {}

a.year_item_text {
    height: 70px!important;
}

span.footer_nav_title {
    /* display: none; */
}

ul.footer_nav {
    /* display: none; */
}

    .header__burger{
        display: grid !important;
        position: relative;
        width: 30px;
        height: 30px;
        /* float: right; */
        /* text-align: right; */
        grid-area: menu;
        background-color: var(--main-color);
        border-radius: 50px;
        align-items: center;
        justify-content: center;
        padding: 10px;
        grid-area: callback;
    }

    .header__wrapper {
        display: flex;
        flex-wrap: wrap;
        align-items: flex-end;
        justify-content: space-between;
        padding-top: 28px;
    }

    .header__nav{
        display: block;
        position: fixed;
        width: 50%;
        height: 100%;
        top: 0;
        right: 0;
        z-index: 10;
        padding: 75px;
        transform: translateX(100%);
        transition: .2s all linear;
        margin-left: 0px;
    }

    .header__nav-active{
        transform: translateX(0);
    }

    .header__item{
        width: 100%;
        margin-right: 0;
        margin-bottom: 10px;
    }

    .header__item:last-child{
        margin-bottom: 0;
    }

    .header__item a{
        font-size: 42px;
        line-height: 48px;
    }

    .header__nav-close{
        width: 40px;
        height: 40px;
        position: absolute;
        top: 20px;
        right: 20px;
        z-index: 11;
    }

    .header__nav-close-line{
        display: block;
        width: 100%;
        height: 2px;
        background-color: #ffffff;
        position: absolute;
        top: 50%;
    }

    .header__nav-close-line:first-child{
        transform: translateY(-50%) rotate(45deg);
    }

    .header__nav-close-line:last-child{
        transform: translateY(-50%) rotate(-45deg);
    }

header.header {
    height: auto;
}

.header__nav-active a {
    font-size: 1.5rem;
    color: white !important;
    padding-top: 10px;
    display: block;
    line-height: 2rem;
}

main.content_page {
    /* display: none; */
}

section#slider {
    /* display: none; */
}

section#quote_director {
    /* display: none; */
}

#slider .slider {
    font-size: 3rem;
    line-height: 3rem;
}

#slider .slider span {
    font-size: 3.5rem;
    line-height: 3rem;
}

.slide_info_block {/* float: left; *//* height: 400px; *//* width: 100%; */height: 100%;}

.slide_info_block_container {
    padding: 10px;
}

.slide_info_block_container span {
    font-size: 2rem;
    line-height: 2rem;
}

section#docs {
    /* display: none; */
}

section#reviews {
    height: auto;
}

.review {
    display: grid;
    grid-template-areas:
        "r_h4"
        "r_img";
    align-items: start;
    align-content: space-between;
    justify-items: center;
    grid-template-columns: 1fr;
    max-width: initial;
}

a.review_image {
    margin-top: 20px;
}

#reviews ul.uk-slider-nav {
    margin: 0 !important;
}

#peoples ul li {
    /* padding: 0 20px; */
}

.director_block_helper {
    display: grid;
    grid-template-areas:
        "quote quote"
        "photo signature"
        "photo name";
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto 1fr 60px;
    justify-content: center;
    align-content: center;
    align-items: end;
    justify-items: stretch;
}

.director_img {
    padding-left: 60px;
    padding-top: 20px;
}

img.director_signature {
    /* width: 146px !important; */
    height: 70px;
    text-align: left !important;
    float: left !important;
    position: relative;
    display: block;
    padding-left: 20px;
    padding-bottom: 10px;
}

.director_name {
    text-align: left;
    padding-left: 20px;
}

.director_name span {
    text-align: left;
    /* padding-left: 20px; */
}

.director_block_helper blockquote {
    padding-top: 50px;
}

.benefits {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    padding-top: 20px;
}

li.benefit {
    min-height: 200px;
    margin-top: 20px !important;
    max-height: fit-content !important;
    display: flex;
    align-items: center;
    align-content: stretch;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: space-evenly;
}

.benefit a {
    height: auto;
    position: relative;
    background-size: cover;
    /* padding-right: 50%; */
    display: grid;
    justify-content: space-evenly;
    min-height: 200px;
}

.benefit_title span {
    max-width: 100%;
}

.benefit_title {
    height: 65px;
}

.benefit_description span {
    min-width: 100%;
}

.benefit.uk-open .benefit_title {
    height: 65px;
}

.benefit.uk-open {
    margin-top: 20px !important;
}

.footer_container {
    display: flex;
    justify-items: stretch;
    /* grid-row-gap: 30px; */
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
}

footer {
    padding-top: 30px;
}

img.footer_logo {
    padding-bottom: 30px;
}

ul.footer_nav li a {
    font-size: initial;
    line-height: inherit;
    text-align: center;
}

ul.footer_nav li {
    text-align: center;
}

span.bank_title, .contact_title {
    padding-top: 30px;
    padding-bottom: 10px;
}

.fcontact_info {
    text-align: center;
}

.footer_end {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
}

section#docs {
    height: auto;
    padding: 20px 0;
}

.docs_container {
    /* display: flex; */
    margin: 20px 0;
}

ul.docs_tabs {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    padding: 0;
}

ul.docs_tabs li {
    padding: 5px 10px;
}

.docs_download a {
    font-size: 1rem;
}

ul.docs_tabs li.uk-active a::before {
    width: 100px;
    left: calc(50% - 50px);
}

span.map_info {
    font-size: 1rem;
    right: 30px;
}

li.year_item.uk-open {
    width: 15% !important;
}

.benefit.uk-open a {
    /* padding-right: 50%; */
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: end;
}

.uk-open .benefit_description {
    display: block;
    /* position: absolute; */
    /* margin-left: 50%; */
    right: 0;
}

.header_info_mobile {
    display: none;
}

.top-tel_mobile {
    display: none;
}

.top-tel {
    display: none;
}

a.click_tel::after {
    content: "\00BB";
    color: var(--sec-color);
    transform: rotate(90deg);
    display: block;
    position: absolute;
    right: -26px;
    top: -6px;
    font-size: 1.5em;
    font-weight: 700;
}

::after {}

.objects_slider ul.uk-slider-items {
    /* display: block; */
}

.objects_slider .uk-slider-container ul li {
    min-height: 300px;
    display: block;
}

.container {
    max-width: 400px;
    padding-left: 10px;
    padding-right: 10px;
}

ul.language.justify-between li {
    margin-bottom: 0 !important;
}

.callback {
    display: none;
}

ul.main-menu {
    display: grid;
}

#slider .slide_icons {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

#services .container {
    grid-template-columns: 1fr;
}

.serv_block img {
    width: 40% !important;
}

ul.docs_tabs.tabs_holder {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    align-content: center;
    align-items: center;
    padding-left: 0;
}

.dwnld_docs {
    margin-left: 0;
    margin-top: 20px;
}

.caption h2 {
    margin-bottom: 20px;
}

#reviews .uk-dotnav {
    /* margin-top: 20px; */
    position: relative;
    padding-top: 30px;
}

.r_img {
    margin-top: 20px;
}

.uk-dotnav li a {
    margin-top: 20px;
}

#callback h4::after {
    width: 50px;
    right: -60px;
}

#callback h4 {
    font-size: 2em;
}

#callback form.wpcf7-form {grid-template-columns: 100%;/* margin: 0 auto; *//* text-align: center; */}

#callback form p {
    padding-top: 20px;
}

section#callback {
    padding: 50px 0;
}

.footer_grid {
    display: grid;
    justify-content: center;
    justify-items: center;
}

.footer_text {
    max-width: initial;
    padding: 18px 0px;
    text-align: center;
}

.objects_slider {
    height: auto;
}

.main_advantage li {
    width: 40%;
    padding: 10px;
}

ul.main_advantage {
    padding: 0;
}

section#seo {
    padding-top: 20px;
    border-top: 1px solid var(--light-grey);
}

section {
    padding: 50px 0;
}

.slider_grid {
    grid-template-columns: 100%;
}

.slider_info {
    gap: 0;
    margin: 0;
    margin-top: 20px;
}

ul.main_serv, ul.about_us_stat {
    grid-template-columns: 50% 50%;
}

.map_cont {
    grid-template-columns: 100%;
}

div#map_descr {
    max-width: revert;
}

.acf-map {
    margin-left: 0;
    margin-top: 10px;
}

ul.main_stat {
    /* grid-template-columns: 49% 49%; */
    padding: 0;
    display: flex;
    justify-content: center;
    justify-items: center;
    align-items: flex-start;
    align-content: center;
    flex-wrap: wrap;
    flex-direction: row;
}

ul.objects_filter {
    display: grid;
    grid-template-columns: 50% 50%;
    justify-content: center;
    justify-items: center;
    align-items: start;
    text-align: center;
}

.objects_filter li.uk-active {
    border: 0;
    margin: 0 auto;
    display: block;
}

ul.objects_filter img.cat_img {
    margin: 0 auto;
}

.object_slider {
    width: 100%;
    display: grid;
}

.serv_back {
    padding-top: 50px;
}

.service_holder {
    display: grid;
    justify-content: center;
    justify-items: center;
}

.serv_post {
    width: auto;
}

.grid_3x {
    display: grid;
    justify-content: center;
    justify-items: center;
}

.pos_item {
    padding-top: 20px;
}

.grey_block {
    padding-top: 0;
}

.cat_grid {
    grid-template-columns: 1fr;
}

.cat_grid a img {
    max-height: 80px;
}

.r_card {
    margin: 0;
}

.contacts_grid {
    grid-template-columns: 100%;
    grid-template-areas:
        "addr"
        "forms"
        "bank";
}

.cont_forms form {
    display: block;
    position: relative;
}

ul.node_1 {
    width: 50vw;
    display: block;
    padding: 0;
}

.tree li {
    margin-left: 25px;
    padding-left: 5px;
    width: calc(100% - 35px);
}

.tree ul li::before {
    content: '';
    display: block;
    position: absolute;
    top: calc(-8px - var(--spacing));
    left: -2px;
    width: calc(var(--spacing) + -13px);
    height: calc(var(--spacing)* 2 + 10px);
    border: solid #3f9fd5;
    border-width: 0 0 2px 2px;
}

.obj_info_holder {
    display: grid;
    grid-template-areas:
        "objslider"
        "objshortinfo"
        "objfullinfo";
    grid-template-columns: 1fr;
}