

/* Start:/local/templates/is_digital/old/css/faq.css?17749541004675*/
.content_grey{
    background-color: #F5F7F9;
    padding: 31px 0 31px 50px;
    background-repeat: no-repeat;
    background-position: 100%;
    background-size: auto;
}
.head_faq h1{
    background: url("/local/templates/is_digital/old/css/../img/ico/line_404.svg") 0 0 no-repeat;
    font-family: 'Cormorant', serif;
    font-weight: bold;
    font-size: 4rem;
    line-height: 120%;
    color: #222222;
    margin: 59px 0 0 0;
    padding: 30px 0 0 0;
}
.head_faq{
    background-image: url("/local/templates/is_digital/old/css/../img/tpl/faq_bg-min.jpg");
    background-repeat: no-repeat;
    background-position: 100% 50%;
    height: 296px;
    box-sizing: border-box;
}
.content_white{
    padding: 47px 50px 0 50px;
}
.sub_head{
    background-color: #EAF0F6;
    padding: 40px 0 40px 50px
}
.sub_head .cont{
    display: flex;
    justify-content: space-between;
}
.sub_head .cont .name{
    font-family: 'Cormorant', serif;
    font-style: normal;
    font-weight: bold;
    font-size: 40px;
    line-height: 120%;
    color: #222222;
}
.sub_head button{
    width: 285px;
}
.content .cont{
    width: 100%;
    max-width: 1230px;
}
.blocks{
    display: flex;
    margin: 0 0 40px 0;
}
.blocks .left{
    flex: 0 1 315px;
}
.blocks .right{
    flex: 0 1 calc(100% - 315px);
}

.cat_item{
    font-size: 15px;
    line-height: 120%;
    color: #222222;
    padding: 0 0 17px 0;
    cursor: pointer;
}
.cat_item:hover{
    color: #777F8F;
}
.cat_item.active{
    color: #C6AE71;
    cursor: auto;
}
.cont .item {
    display: none;
    border: 1px solid #E9E9E9;
    padding: 18px 30px 22px 30px;
    position: relative;
}
.cont .item:not(:last-child) {
    border-bottom: none;
}
.cont .item.cat_active{
    display: block;
}
.cont .item .name{
    font-family: 'Cormorant', serif;
    font-style: normal;
    font-weight: bold;
    font-size: 24px;
    line-height: 120%;
    color: #222222;
    position: relative;
    padding: 0 20px 0 0;
    cursor: pointer;
}
.cont .item .name:after{
    content: "";
    display: block;
    width: 13px;
    height: 7px;
    position: absolute;
    background-image: url("/local/templates/is_digital/old/css/../img/ico/faq_arrow.svg");
    right: 0;
    top: 14px;
}
.cont .item.not_active .name:after{
    transform: rotate(-180deg);
    filter: grayscale(100%) brightness(15%);
}
.cont .item.not_active .txt{
    display: none;
}
.cont .item.active .txt{
    display: flex;
    padding: 20px 36px 0 0;
    font-weight: 300;
    font-size: 14px;
    line-height: 120%;
    color: #222222;
}
.cont .item.not_active:hover{
    box-shadow: 5px 5px 30px rgba(0, 0, 0, 0.09);
}
.cont .item.not_active:hover:after{
    content: "";
    display: block;
    width: 2px;
    height: 100%;
    background-color: #C6AE71;
    position: absolute;
    left: 0;
    top: 0;
}

@media (max-width:1350px){
    .blocks .left {
        flex: 0 1 200px;
    }
    .blocks .right {
        flex: 0 1 calc(100% - 200px);
    }
    .sub_head button {
        margin: 0 30px 0 0;
    }
    .content_white {
        padding: 47px 30px 0 30px;
    }
    .content_grey {
        padding: 31px 0 31px 30px;
    }
    .sub_head {
        padding: 40px 0 40px 30px;
    }
}
@media (max-width:900px){
    .sub_head .cont .name{
        display: none;
    }
}

@media (max-width:600px){
    .sub_head {
        padding: 25px 20px;
    }
    .sub_head .cont{
        display: block;
    }
    .sub_head button {
        width: 100%;
        margin: 0;
    }
    .blocks {
        flex-direction: column;
    }
    .blocks .left{
        display: none;
    }
    .blocks .right {
        margin: 0 -20px;
    }
    .cont .item {
        border-left: none;
        border-right: none;
    }
    .note_white2{
        display: block;
        height: 54px;
        width: 100%;
        background-color: #F5F7F9;
        border: 1px solid #BDBDBD;
        font-size: 16px;
        line-height: 120%;
        text-align: center;
        color: #222222;
        margin: 0 0 30px 0;
        cursor: pointer;
    }
    .content_white {
        padding: 30px 20px 0 20px;
    }

    .mob_submenu_faq > div{
        margin: 0 20px;
    }
    .mob_submenu_faq{
        background-color: #F2F5F8;
    }
    .mob_submenu_faq .cat_item{
        height: 52px;
        border-bottom: 1px solid #E0E0E0;
        display: flex;
        align-items: center;
        color: #222222;
        padding: 0;
    }
    .mob_submenu_faq .cat_item.active {
        color: #C6AE71;
    }
    .mob_submenu_faq .sub_back3{
        color: #808080;
        background-color: #F2F5F8;

        font-weight: 500;
        font-size: 1.125rem;
        display: flex;
        align-items: center;
        height: 68px;
    }
    .mob_submenu_faq .sub_back3 i{
        filter: brightness(0.5);
    }
}
/* End */
/* /local/templates/is_digital/old/css/faq.css?17749541004675 */
