

/* Start:/local/templates/duma2024/components/bitrix/news/news/bitrix/news.detail/.default/style.css?17367672341550*/
.carouselFIXME {
    display: flex;
    column-gap: 24px;
}

.carouselFIXME .news-item {
    max-height: 255px;
}

.news-detail-picture {
    max-width: 50%;
    overflow: hidden;
    float: left;
    margin-right: 15px;
}

.news-detail-picture img {
    border-radius: 15px;
}

.news-detail-text {
    font-size: 15px;
    line-height: 18px;
}

.news-detail-carousel {
    width: 100%;
    display: inline-block;
    /*padding: 30px;*/
}

.news-detail-carousel .slick-slider {
    padding: 30px;
}

.news-detail-carousel .slick-prev,
.news-detail-carousel .slick-next {
    color: var(--navigationColor);
    border: 1px solid #111111;
    border-radius: 50%;
    width: 33px;
    height: 33px;
}

.news-detail-carousel:before .slick-prev {
    content: "\e909";
}

.news-detail-carousel-item {
    padding: 15px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 175px;
    margin: 10px;
    background-size: cover;
    border-radius: 15px;
    background-position: center;
    background-repeat: no-repeat;
}

.news-detail-video {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.news-detail-video iframe {
    border-radius: 15px;
    box-shadow: 0px 0px 20px 0px var(--color8);
    margin-bottom: 30px;
}

.slick-arrow {
    display: none !important;
}

.slick-dots{
    left: 0;
}

@media screen and (max-width: 992px) {
    .news-detail-picture {
        max-width: 100%;
        width: 100%;
        margin: 10px 0;
    }
}
/* End */
/* /local/templates/duma2024/components/bitrix/news/news/bitrix/news.detail/.default/style.css?17367672341550 */
