

/* Start:/bitrix/templates/novo/components/bitrix/news.list/bootstrap_v4/style.css?17504042452108*/
.news-grid .item + .item{
    margin-top: 16px;
}
.news-grid .row{
    --bs-gutter-y: var(--bs-gutter-x);
}
.news-grid .item .panel{
    display: flex;
    align-items: flex-end;
    min-height: 330px;
    position: relative;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 0 30px 2px rgba(53, 120, 203, 0.25);
}
.news-grid .item img{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-position: center;
    object-fit: cover;
    border-radius: 15px;
}
.news-grid .item .descr{
    position: relative;
    display: block;
    background-color: #fff;
    padding: 20px;
    width: 100%;
}
.news-grid .item .title{
    font-weight: 700;
    font-size: 14px;
    line-height: 1.2;
    color: #333;
    display: block;
}
.news-grid .item .news-date-time{
    font-size: 14px;
    color: #6d7885;
    line-height: 1.4;
    display: block;
    margin-bottom: 8px;
}
.news-grid .btn-line{
    margin-top: 16px;
}
@media (min-width: 576px){
    .news-grid .item + .item{
        margin-top: 20px;
    }
    .news-grid .col-12:nth-child(6n+6) .item,
    .news-grid .col-12:nth-child(6n+6) .item .panel,
    .news-grid .col-12:nth-child(6n+1) .item,
    .news-grid .col-12:nth-child(6n+1) .item .panel{
        height: 100%;
    }
}
@media (min-width: 576px) AND (max-width: 991.98px){
    .news-grid .col-12:nth-child(3n){
        display: flex;
        gap: 20px;
        flex-direction: row;
        width: 100%;
    }
    .news-grid .col-12:nth-child(3n)>div{
        flex: 0 0 calc(50% - 10px);
        width: calc(50% - 10px);
        margin-top: 0;
    }
}
@media (min-width: 992px){
    .news-grid .item .title{
        font-size: 16px;
    }
    .news-grid .item .panel{
        padding-top: 10px;
    }
    .news-grid .item .panel{
        min-height: 360px;
    }
    .news-grid .item .news-date-time {
        font-size: 16px;
    }
    .news-grid .btn-line{
        margin-top: 32px;
    }
}
@media (min-width: 1466px){
    .news-grid .item + .item{
        margin-top: 32px;
    }
    .news-grid .item .title{
        font-size: 18px;
    }
}
/* End */
/* /bitrix/templates/novo/components/bitrix/news.list/bootstrap_v4/style.css?17504042452108 */
