

/* Start:/local/templates/sibdk/components/bitrix/news/blog_redesign/bitrix/news.list/other_articles/style.css?17877976352277*/
.other-articles {
    margin-top: 40px;
}

.other-articles__title {
    font-size: 24px;
    font-weight: 700;
    color: #222;
    margin-bottom: 24px;
}

.other-articles .news-list-container {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    row-gap: 20px;
    column-gap: 20px;
    margin-bottom: 40px;
}

.other-articles .news-list-container .news-list-item {
    text-decoration: none;
    box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.05), 0px 4px 40px 0px rgba(0, 0, 0, 0.05);
    border-radius: 10px;
    width: calc(25% - 15px);
    background-color: #fff;
}

.other-articles .news-list-container .news-list-item .img_block {
    height: 160px;
    width: 100%;
    border-radius: 10px 10px 0 0;
    overflow: hidden;
}

.other-articles .news-list-container .news-list-item .img_block .big-card-text-block {
    display: none;
}

.other-articles .news-list-container .news-list-item .img_block img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    border-radius: inherit;
}

.other-articles .news-list-container .news-list-item .img_block img.detail_picture {
    display: none;
}

.other-articles .news-list-container .news-list-item .img_block img.preview_picture {
    display: block;
}

.other-articles .news-list-container .news-list-item .text_block {
    padding: 20px;
    background-color: #fff;
    border-radius: 0 0 10px 10px;
}

.other-articles .news-list-container .news-list-item .text_block .title {
    font-size: 17px;
    font-weight: 600;
    line-height: 21px;
    color: #222;
    margin-bottom: 10px;
    min-height: 64px;
}

.other-articles .news-list-container .news-list-item .text_block .preview_text {
    color: #696969;
    font-size: 15px;
    font-weight: 400;
    line-height: normal;
    height: 80px;
    overflow: hidden;
}

@media (max-width: 900px) {
    .other-articles .news-list-container .news-list-item {
        width: calc(50% - 10px);
    }
}

@media (max-width: 650px) {
    .other-articles .news-list-container .news-list-item {
        width: 100%;
    }

    .other-articles .news-list-container .news-list-item .text_block .preview_text {
        height: auto;
        max-height: 70px;
    }

    .other-articles__title {
        font-size: 20px;
    }
}

/* End */
/* /local/templates/sibdk/components/bitrix/news/blog_redesign/bitrix/news.list/other_articles/style.css?17877976352277 */
