

/* Start:/local/templates/zaborcervice/components/bitrix/news/news/bitrix/news.list/.default/style.css?17506957451284*/
.news-wrapper {
    display: flex;
    align-items: center;
    gap: 24px;
    flex-wrap: wrap;
}
.news-item {
    width: calc(100% / 3 - 16px);
    position: relative;
    box-shadow: 0px 5px 45px 0px rgba(0, 0, 0, 0.1);
    background: #fff;
    border-radius: 4px;
}
.news-item_img img {
    width: 100%;
    height: 250px;
    border-radius: 4px 4px 0 0;
    object-fit: cover;
}
.news-item_info {
    display: flex
;
    flex-direction: column;
    gap: 12px;
    padding: 10px;
    border-radius: 0px 0px 4px 4px;
}
.news-item_name {
    font-size: 18px;
    font-weight: 600;
    height: 65px;
}
.news-item_btn.btn{
    width: 100%;
    border-radius: 4px;
    background: #238a39;
    text-align: center;
    height: 47px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    cursor: pointer;
    outline: none;
    padding: 0;
    border: 1px solid transparent;
}
.news-item_date{
    color: #cecece;
    font-size: 14px;
    margin-bottom: 12px;
}
.news-item_link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
}
@media (max-width: 1140px) {
    .news-item {
        width: calc(100% / 2 - 16px);
    }
}
@media (max-width: 750px) {
    .news-item {
        width: 100%;
    }
}
/* End */
/* /local/templates/zaborcervice/components/bitrix/news/news/bitrix/news.list/.default/style.css?17506957451284 */
