

/* Start:/bitrix/components/otr/cases-news/templates/vgkh/style.css?17489551132203*/
.tags-container__general, .tag-list {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    margin-bottom: 40px;
}

.close-tag, .tag {
    display: flex;
    padding: 5px 20px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 20px;
    background: #FFF5D7;
    cursor: pointer;
    font-size: 16px;
}

.close-tag > img {
    width: 16px;
    height: 16px;
}

.cases-block {
    display: flex;
    gap: 40px;
    flex-wrap: wrap;
}

.comment-author {
    color: #009C4D;
    font-family: Roboto;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 155%;
}

.case-element {
    width: calc(50% - 20px);
    background: #FFF;
    box-shadow: 0px 4px 25px 0px rgba(0, 0, 0, 0.05);
    padding: 40px;
    border-radius: 20px;
}

.cases-text {
    margin: 18px 0;
    color: #000;
    font-family: Roboto;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 155%; /* 24.8px */
}

.case-element > div b {
    color: #3C6B9B;
    font-family: Roboto;
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: 135%; /* 29.7px */
    padding-bottom: 18px;
}

.case-element img {
    margin-bottom: 40px;
}

.comment-element {
    display: flex;
    width: 100%;
    padding: 38px 40px;
    flex-direction: column;
    align-items: flex-start;
    gap: 30px;
    border-radius: 20px;
    background: #FFF;
    box-shadow: 0px 4px 25px 0px rgba(0, 0, 0, 0.10);
    color: #000;
    font-family: Roboto;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 155%; /* 27.9px */
    margin: 40px 0;
}

.comment-element > .comment-author {
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 155%; /* 27.9px */
    margin: 0;
}

.tag-list {
    margin-bottom: 0;
}

@media (max-width: 769px) {
    .case-element {
        width: 100%;
        padding: 30px 20px;
    }

    .case-element img {
        margin-bottom: 20px;
    }

    .comment-element {
        padding: 30px 20px;
        gap: 20px;
    }
}
/* End */
/* /bitrix/components/otr/cases-news/templates/vgkh/style.css?17489551132203 */
