

/* Start:/local/templates/inner/css/about_bank.css?172767967513211*/
:root {
    --font-family: "Helvetica Neue", sans-serif;
    --second-family: "Ubuntu", sans-serif;
    --third-family: "Inter", sans-serif;
}

ul{
    padding: 0 !important;
    margin: 0 !important;
    list-style: none;
}
ul.colums{
    display: grid;
    grid-template-columns: repeat(2,1fr);
    column-gap: 100px;
    row-gap: 60px;
    margin-bottom: 65px !important;
}
ul.colums ul{
    display: flex;
    flex-direction: column;
    gap: 60px;
}
ul.colums li{
    display: flex;
    justify-content: flex-start;
    gap: 50px;
}
ul.colums li img{
    width: 64px;
    height: 64px;
    min-width: 64px;
}
ul.colums li p{
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 25px;
    line-height: 140%;
    color: #333;
}

.info_box_icon{
    display: flex;
    align-items: flex-start;
    gap: 50px;
    margin-bottom: 100px;
}
.info_box_icon img{
    width: 64px;
    height: 64px;
    min-width: 64px;
}
.info_box_icon p{
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 25px;
    line-height: 140%;
    color: #333;

}


ul.bg_items{
    display: grid;
    align-items: center;
    gap: 40px;
    grid-template-columns: repeat(2,1fr);
    margin-bottom: 100px !important;
}
ul.bg_items li{
    border-radius: 16px;
    padding: 40px;
    height: 100%;
    background: rgba(0, 139, 138, 0.08);
}
ul.bg_items li img{
    width: 64px;
    height: 64px;
    min-width: 64px;
    margin-bottom: 40px;
}
ul.bg_items li .title{
    font-family: var(--font-family);
    font-weight: 700;
    font-size: 27px;
    line-height: 130%;
    text-transform: uppercase;
    color: #008b8a;
    margin-bottom: 40px;
}
ul.bg_items li p{
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 25px;
    line-height: 140%;
    color: #333;
}

.acc_item{

}

.acc_item .acc_title{
    font-family: var(--font-family);
    font-weight: 700;
    font-size: 27px;
    line-height: 130%;
    text-transform: uppercase;
    color: #008b8a;
    display: flex;
    align-items: center;
    cursor: pointer;
    justify-content: space-between;
    margin-bottom: 65px;
    margin-top: 60px;
}
.acc_item .acc_title:after{
    content: '';
    display: block;
    width: 35px;
    height: 35px;
    background: url("/local/templates/inner/css/../images/about-the-bank/arr.svg")center/contain no-repeat;
}
.acc_item .acc_title.active:after{
    transform: rotate(180deg);
}
.acc_item .acc_content{
    display: none;
}
.acc_item .acc_content.active{
    display: block;
}
.acc_item .acc_content .acc_logo{
    margin-bottom: 65px;
}
.acc_item .acc_content .acc_list{
    display: flex;
    flex-direction: column;
    gap: 40px;
}
.acc_item .acc_content .acc_list li{
    position: relative;
    padding-left: 85px;

}
.acc_item .acc_content .acc_list li:before{
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 35px;
    min-width: 35px;
    height: 35px;
    background: url("/local/templates/inner/css/../images/about-the-bank/check.svg")center/contain no-repeat;

}

.info_box{
    border: 1px solid #008b8a;
    padding: 40px 60px;
    margin: 100px 0;
}

.section_title{
    font-family: var(--font-family);
    font-weight: 700;
    font-size: 27px;
    line-height: 130%;
    text-transform: uppercase;
    color: #008b8a;
    margin-bottom: 65px;
}

.map_box{
    display: grid;
    grid-template-columns: 150px 1fr;
    gap: 40px;
    margin-bottom: 100px;
}
.map_box .info{
    display: flex;
    flex-direction: column;
    gap: 40px;
}
.map_box .info .item{
    display: flex;
    flex-direction: column;
}
.map_box .info .item b{
    font-family: var(--font-family);
    font-weight: 700;
    font-size: 35px;
    line-height: 100%;
    text-transform: uppercase;
    color: #333;
}
.map_box .info .item span{
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    color: #333;
}

.map_box .map_img img{
    width: 100%;
}
p.descr{
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 25px;
    line-height: 140%;
    color: #333;
    margin-bottom: 65px;
}

.logo_icon{
    margin-bottom: 40px;
}
.table{
    margin-bottom: 65px !important;
}
.table .head{
    padding: 30px;
    background: #008b8a;
    font-family: var(--font-family);
    font-weight: 700;
    font-size: 25px;
    line-height: 140%;
    text-align: center;
    color: #fff;
}
.table .body{
    display: grid;
    grid-template-columns: repeat(3,1fr);
}
.table .body .item{
    padding: 30px;
    border: 1px solid #008b8a;
}

.document_list{
    display: grid;
    justify-content: space-between;
    gap: 100px;
    grid-template-columns: 1fr 1fr;
    margin-bottom: 100px;
}
.document_list .item{
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.document_list .item .link{
    font-family: var(--font-family);
    font-weight: 700;
    font-size: 25px;
    line-height: 140%;
    text-decoration: underline;
    text-decoration-skip-ink: none;
    color: #008b8a;
}
.document_list .item .last_link{
    margin-top: auto;
    font-family: var(--font-family);
    font-weight: 700;
    font-size: 25px;
    line-height: 140%;
    text-decoration: underline;
    text-decoration-skip-ink: none;
    color: #008b8a;
}

.table-5 .body,
.table-5 .head-5{
    display: grid;
    grid-template-columns: 100px 1fr 1fr 1fr 1fr;
}
.table-5 .head-5 {
    padding: 0 !important;
}
.table-5 .head-5 .item{
    border-left: 1px solid #fff;

    padding: 30px;
    box-sizing: border-box;
    align-items: center;
    display: flex;
    font-family: var(--font-family);
    font-weight: 700;
    font-size: 16px !important;
    line-height: 120%;
    text-align: center;
    color: #fff;
    justify-content: center;
}
.table-5 .head-5 .item:first-child{
    border-left: 1px solid #008b8a;
}
.table-5 .body .item span{
    display: block;
    border-bottom: 1px solid #008B8A;
    padding: 15px 0;
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 16px;
    line-height: 120%;
    color: #333;
}
.table-5 .body .item span:last-child{
    border: none;
    padding-bottom: 0;
}
.table-5 .body .item{
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 16px;
    line-height: 120%;
    color: #333;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.table-5 summary{
    text-align: center;
    padding: 16px 30px;
    background: #008b8a;
    color: #fff;
    font-family: var(--font-family);
    font-weight: 700;
    font-size: 16px;
    line-height: 120%;
    cursor: pointer;
}

.acc_item--dark .acc_title{
    font-family: var(--font-family);
    font-weight: 700;
    font-size: 25px;
    line-height: 140%;
    text-transform: uppercase;
    color: #333;
}
.acc_item--dark .acc_title:after{
    filter: brightness(0);
}

.acc_content .files_list{
    grid-template-columns: repeat(2,1fr);
}
.files_list{
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 40px;
    margin-bottom: 100px !important;
}
.files_list li{
    display: flex;
    align-items: flex-start;
    gap: 40px;
    background: rgba(0, 139, 138, 0.08);
    border-radius: 16px;
    padding: 40px
}
.files_list li .icon{
    width: 55px;
    height: 65px;
    background: url("/local/templates/inner/css/../images/about-the-bank/file.svg")center/contain no-repeat;

}

 .files_list li .icon .text{

}
.files_list li  .text a{
    font-family: var(--font-family);
    font-weight: 700;
    font-size: 25px;
    line-height: 140%;
    text-decoration: underline;
    text-decoration-skip-ink: none;
    color: #008b8a;
    display: block;
}
.files_list li  .text span{
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 25px;
    line-height: 140%;
    color: #333;
    display: block;
}

.grey_title{
    font-family: var(--font-family);
    font-weight: 700;
    font-size: 25px;
    line-height: 140%;
    text-transform: uppercase;
    color: #333;
}
.files_list_grey{
    grid-template-columns: repeat(3,1fr) !important;
}
.files_list_grey li{
    background: rgba(0, 0, 0, 0.05);
    align-items: center;
}
.files_list_grey li  .text a{
    font-family: var(--font-family);
    font-weight: 700;
    font-size: 25px;
    line-height: 140%;
    text-decoration: underline;
    text-decoration-skip-ink: none;
    color: #333;
}
.files_list_grey li .icon{
    filter: grayscale(1);
    opacity: 0.5;
}

.link_download{
    font-family: var(--font-family);
    font-weight: 700;
    font-size: 27px;
    line-height: 130%;
    text-transform: uppercase;
    text-decoration: underline;
    text-decoration-skip-ink: none;
    color: #008b8a;
    display: flex;
    align-items: flex-start;
    gap: 30px;
    margin-bottom: 40px;
}
.link_download:before{
    content: '';
    display: block;
    width: 35px;
    height: 35px;
    min-width: 35px;
    background: url("/local/templates/inner/css/../images/about-the-bank/down.svg")center/contain no-repeat;
}

@media (max-width: 767px){
    ul.colums{
        grid-template-columns: 1fr;
    }
    ul.colums li{
        gap: 16px;
    }
    ul.colums li img{
        width: 44px;
        height: 44px;
        min-width: 44px;
    }
    ul.colums li p{
        font-weight: 400;
        font-size: 19px;
    }
    ul.colums ul{
        gap: 40px;
    }

    .info_box_icon{
        gap: 16px;
    }
    .info_box_icon img{
        width: 44px;
        height: 44px;
        min-width: 44px;
    }
    .info_box_icon p{
        font-weight: 400;
        font-size: 19px;
    }

    ul.bg_items{
        grid-template-columns: 1fr;

    }
    ul.bg_items li{
        padding: 20px;
    }
    ul.bg_items li img{
        width: 44px;
        height: 44px;
        min-width: 44px;
    }
    ul.bg_items li .title{
        font-weight: 700;
        font-size: 21px;
    }
    ul.bg_items li p{
        font-weight: 400;
        font-size: 19px;
    }
    .acc_item .acc_title{
        font-weight: 700;
        font-size: 21px;
    }
    .acc_item .acc_title:after{
        min-width: 24px;
        width: 24px;
    }

    .info_box{
        padding: 16px;
        font-weight: 700;
        font-size: 19px;
        text-align: center;
    }

    .section_title{
        font-weight: 700;
        font-size: 21px;
    }
    .map_box{
        grid-template-columns: 1fr;
    }
    .map_box .info{
        flex-direction: row;
        flex-wrap: wrap;
        column-gap: 16px;
        row-gap: 40px;
        justify-content: center;
    }
    .map_box .info .item{
        max-width: calc((100% / 3) );
    }
    .map_box .info .item{
        align-items: center;
        text-align: center;
    }

    p.descr{
        font-weight: 400;
        font-size: 19px;
    }
    .section_title{
        margin-bottom: 40px;
    }
    div.table{
        overflow-y: hidden;
    }
    .table .head{
        font-weight: 700;
        font-size: 19px;
        text-align: left;
        padding: 16px;
    }
    .table .body{
        width: 100%;
        overflow-y: scroll;
        min-width: 768px;
    }
    .table .body .item{
        padding: 16px;
        font-weight: 400;
        font-size: 19px;
    }

    .document_list{
        grid-template-columns: 1fr;
    }
    .document_list .item{
        align-items: center;
    }
    .document_list .item .link,
    .document_list .item .last_link{
        text-align: center;
        font-weight: 700;
        font-size: 19px;
    }
    .table-5 {

    }
    .responsive_table{
        min-width: 768px;
        width: 100% ;
        /*overflow-y: scroll ;*/
    }
    .table-5 .body{
        overflow-y: auto;
        min-width: 100%;
    }
    .table-5{
        overflow-y: visible !important;
        min-width: 768px;
    }
    .acc_item .acc_content .acc_list li{
        padding-left: calc(16px + 28px);
        font-weight: 400;
        font-size: 19px;
    }
    .acc_item .acc_content .acc_list li:before{
        min-width: 28px;
        width: 28px;
        height: 28px;
    }
    .acc_content .files_list{
        grid-template-columns: 1fr;
    }
    .files_list{
        gap: 20px;
    }
    .files_list li{
        gap: 16px;
        padding: 16px;
    }
    .files_list li .icon{
        min-width: 35px;
        width: 35px;
        height: 41px;
    }
    .files_list li .text a{
        font-weight: 700;
        font-size: 19px;
    }
    .files_list li .text span{
        margin-top: 16px;
        font-weight: 400;
        font-size: 19px;
    }
    .files_list_grey{
        grid-template-columns: 1fr !important;
        display: grid;
    }
    .link_download{
        font-weight: 700;
        font-size: 21px;
    }
}
/* End */
/* /local/templates/inner/css/about_bank.css?172767967513211 */
