

/* Start:/local/templates/runordie/components/bitrix/news.list/events/style.css?17353855601589*/
section.news-listing {
    padding-bottom: 100px;
    margin-bottom: 0;
}

@media (max-width: 992px) {
    section.news-listing {
        padding-bottom: 80px;
    }
}

@media (max-width: 768px) {
    section.news-listing {
        padding-bottom: 60px;
    }
}

.news-listing__more {
    display: flex;
    justify-content: center;
    margin-top: 80px;
}
@media (max-width: 992px) {
    .news-listing__more {
        margin-top: 60px;
    }
}
@media (max-width: 768px) {
    .news-listing__more {
        margin-top: 40px;
    }
}
.news-item__description h2,
.news-item__description h3,
.news-item__description h4,
.news-item__description h5{
    font-size:18px;
    line-height: 20px;
}

.news-item__top-date{
    font-size:16px;
}

.news-item__date {
    flex-shrink: 0;
    font-size: 16px;
    text-align: center;
    padding-right: 60px;
    width: 200px;
}
.news-item + .news-item{
    margin-top: 20px;
}

.date-col__d {
    font-size: 30px;
    font-weight: 900;
}
.news-item__date {
    font-size: 18px;
    line-height: 28px;
}
.news-item {
    display: flex;
}
.events__previous-title,
.events__future-title{
    margin-bottom: 20px;
    font-size: 28px;
    line-height: 1.4;
}
@media (max-width: 992px){
    .news-item__date {
        width: 140px;
        padding-right: 0;
    }
}
@media (max-width: 480px){
    .news-item__date {
        display: none;
    }
}

.news-item .news-item__photo img{
    object-fit: contain;
}

.news-item .news-item__top-date {
    padding: 0 8px;
}

/* End */
/* /local/templates/runordie/components/bitrix/news.list/events/style.css?17353855601589 */
