

/* Start:/local/templates/lombard/components/bitrix/news.list/legal_information/style.css?17465083813631*/
.items {
    padding-bottom: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    grid-gap: 20px;
    gap: 20px;
}

.item {
    padding: 20px 15px;
    display: grid;
    grid-template-columns: 1fr 40px;
    grid-template-rows: min-content;
    grid-gap: 15px;
    gap: 15px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: var(--color-white);
    border: 1px solid var(--color-light-gray);
    border-radius: 30px;
}

.item:hover {
    -webkit-box-shadow: 0px 20px 30px rgba(34, 45, 39, 0.05);
    box-shadow: 0px 20px 30px rgba(34, 45, 39, 0.05);
}

.item__img {
    margin: 0 auto;
    width: 180px;
    height: 111px;
    background: #FFFFFF;
    border: 1px solid #EDEDED;
    border-radius: 15px;
    padding: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.item__img > img {
    max-height: 100%;
    max-width: 100%;
}

.item__title {
    grid-row: 1;
    grid-column: 1;
    font-weight: 500;
    font-size: 22px;
    line-height: 26px;
    text-align: left;
    cursor: pointer;
}

.item__btn {
    grid-row: 1;
    grid-column: 2;
    height: 40px !important;
    width: 40px !important;
    padding: 0px !important;
}

.item__descr {
    display: none;
    grid-row: 2;
    /* grid-column: 1/3; */
    grid-column: 1/-1;
    padding: 20px;
    /*background-color: var(--color-light-gray);*/
    border: 1px solid var(--color-light-gray);
    border-radius: 30px;
}

.item__btn-open {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.item__btn-close {
    display: none;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.item.open .item__descr,
.item:target .item__descr {
    display: block;
}

.item.open:target .item__descr {
    display: none;
}

.item.open .item__btn-open,
.item:target .item__btn-open {
    display: none;
}

.item.open:target .item__btn-open {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.item.open .item__btn-close,
.item:target .item__btn-close {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.item.open:target .item__btn-close {
    display: none;
}

@media (min-width: 1024px) {
    .items {
        padding-bottom: 56px;
    }

    .item {
        padding: 20px;
        /*grid-template-columns: 240px 1fr;*/
        /*grid-template-rows: repeat(2, -webkit-min-content);*/
        /*grid-template-rows: repeat(2, min-content);*/
        grid-gap: 15px 50px;
        gap: 15px 50px;
    }

    .item__img {
        width: 240px;
        height: 140px;
    }

    .item__title {
        font-size: 24px;
        line-height: 32px;
        text-align: left;
    }

    .item__btn {
        grid-row: 2;
        grid-column: span 2;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }

    .item__descr {
        padding: 30px;
        /* grid-row: 2;
        grid-column: span 2;
        width: 100%; */
    }

    /*.item.open .item__btn-close {*/
    /*    grid-row: 3;*/
    /*    grid-column: span 2;*/
    /*    -webkit-box-pack: end;*/
    /*    -ms-flex-pack: end;*/
    /*    justify-content: flex-end;*/
    /*}*/
}
/* End */
/* /local/templates/lombard/components/bitrix/news.list/legal_information/style.css?17465083813631 */
