/* 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: nowrap;
    align-items: center;
    align-content: center;
    justify-content: flex-end;
}

.head_grid {
    grid-template-columns: 150px 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: space-between;
    align-items: center;
    flex-wrap: nowrap;
    padding-bottom: 5px;
    top: 0px;
    position: relative;
    width: 100%;
    padding-top: 0;
}

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: block !important; */
        position: relative;
        width: 36px;
        height: 26px;
        /* float: right; */
        /* text-align: right; */
        grid-area: menu;
    }

    .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: 70%; */
        /* height: 100%; */
        /* top: 0; */
        /* right: 0; */
        /* background-color: #000; */
        /* z-index: 10; */
        /* padding: 75px; */
        /* transform: translateX(100%); */
        /* transition: .2s all linear; */
        /* margin-left: 0px; */
        width: 100%;
    }

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

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

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

    .header__item a{
        font-size: 1.1rem !important;
        /* line-height: 48px; */
    }

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

    .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: 2.5rem;
    color: white !important;
}

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:
        "title"
        "work"
        "review"
        "rev_image";
    align-items: start;
    align-content: space-between;
    justify-items: center;
}

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;
}

a.header_info_block {
    border: 0;
}

.head_logo img {
    width: 150px;
}