

/* Start:/local/templates/duma2024/components/bitrix/news/news/bitrix/news.list/.default/style.css?17600862731607*/
.news_list {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin: 10px 0 20px;
}

.news_list.video {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(330px, 1fr));
}

.news_list .news {
    flex: 1 1 360px;
    display: flex;
    min-height: 367px;
    flex-direction: column;
}

.news {
    background-color: var(--color6);
    border-radius: 15px;
}

.news .news_image {
    display: block;
    height: 200px;
    border-radius: 15px 15px 0 0;
    background-size: cover;
    background-position: center;
}

.news>div {
    margin: 15px;
    border-left: 2px solid #1B5DA7;
    padding-left: 15px;
    color: #1B5DA7;
    font-weight: 100;
}

.news>div>.news_date {
    color: #111111;
}

.news p {
    padding-top: 15px;
    line-height: 23px;
    font-weight: 100;
}

.news__title {
    font-size: 18px;
}

.news p.news__title{
    font-weight: 400;
}

.news__subtitle {
    font-size: 15px;
}

.map-search__map-interactive {
    max-height: 387px;
}

.block-wrapper {
    margin: 0 0 40px 0;
}

.news-first-slider {
    width: 66%;
    border-radius: 15px;
}

.news-first-slider .slider {
    height: 100%;
}

@media (max-width: 1148px) {
    .news-first-slider {
        width: 100%;
    }

    .news-first-slider .slider {
        height: 100%;
        min-height: 387px;
    }
}

.news-first-slider-image {
    width: 100%;
    height: 100%;
    padding: 15px;
    background-size: cover;
    background-position: center;
    border-radius: 15px;
}

.carouselFIXME {
    display: flex;
    column-gap: 24px;
}

.carouselFIXME .news-item {
    max-height: 255px;
}
/* End */
/* /local/templates/duma2024/components/bitrix/news/news/bitrix/news.list/.default/style.css?17600862731607 */
