

/* Start:/local/templates/.default/components/bitrix/news/news2023/bitrix/news.list/.default/style.css?17532455322176*/
.news-list{
    display: grid;
    column-gap: 20px;
    row-gap: 45px;
    grid-template-columns: 1fr 1fr;
    margin-bottom: 35px;
}
.news-item_img{
    height: 327px;
    border-radius: 3px;
    overflow: hidden;
    margin-bottom: 30px;
    display: block;
}
.news-item_img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.news-item_text__title{
    color: #333;
    font-size: 18px;
    font-weight: 600;
    line-height: 150%;
    margin-bottom: 15px;
    text-decoration: none;
    display: block;
    overflow: hidden;
    height: 3em;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.news-item_text__info{
    color: #333;
    font-size: 15px;
    font-weight: 400;
    line-height: 150%;
    overflow: hidden;
    display: block;
    height: 4.5em;
    margin-bottom: 15px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.news-date-time {
    color: #858585;
    font-size: 15px;
    font-weight: 400;
    line-height: 150%;
    display: block;
    margin-bottom: 15px;
}
.news-item_text{
    padding-right: 20px;
}
.news-item_not-img {
    display: block;
    width: 100%;
    height: 100%;
    background: url("/local/images/no-photo.svg") 50% 50% no-repeat #f5f5f5;
    border-radius: 3px;
    overflow: hidden;
}
.news-item_text__info ul{
    padding-left: 20px;
    margin-top: 5px;
}
@media(max-width: 940px){
    .news-list{
        grid-template-columns: 1fr;
        row-gap: 20px;
    }
    .news-item_img{
        height: auto;
        max-height: 327px;
        margin-bottom: 20px;
    }
    .news-item_text__info{
        max-height: 4.5em;
        height: auto;
    }
    .news-item_text{
        padding-right: 0px;
    }
    .news-date-time {
        display: block;
        margin-bottom: 15px;
        font-size: 14px;
    }
    .news-item_not-img{
        min-height: 163px;
        aspect-ratio: 2.171;
    }
    .news-item_text__title {
        font-size: 17px;
    }
}
@media(max-width: 440px){
    .news-item_not-img{
        aspect-ratio: initial;
    }
    .news-item_text__info, .news-item_text__title{
        margin-bottom: 10px;
    }
}
/* End */
/* /local/templates/.default/components/bitrix/news/news2023/bitrix/news.list/.default/style.css?17532455322176 */
