.ml-newsdetail .catalog__intro--breadcrumb {
    margin-bottom: 15px
}

.ml-newsdetail .catalog__intro--breadcrumb a {
    color: #000
}

.new__slider__detail {
    overflow: hidden;
    position: relative;
    margin: 0 -35px;
}

.new__slider__detail .swiper-button-prev,
.new__slider__detail .swiper-button-next {
    top: 50%;
}

.new__slider__detail img {
    width: 100%;
}

.new__slider__detail_cnt_1 img {
    width: auto;
}

/*.ml-newsdetail-block {max-width:1280px!important;}*/
.new__slider__detail .new__slider_container {
    position: static;
    height: 100px;
}

@media (max-width: 1024px) {
    .new__slider__detail .new__slider_container {
        display: none;
    }
}

@media (max-width: 576px) {
    .new__slider__detail {
        margin: 0;
    }
}

/* Иерархия заголовков в тексте статьи */
.ml-newsdetail-content h2 {
    font-size: 1.5rem;
    font-weight: 600;
    margin-top: 2rem;
    margin-bottom: 0.75rem;
    color: #01549a;
}

.ml-newsdetail-content h3 {
    font-size: 1.25rem;
    font-weight: 600;
    margin-top: 1.5rem;
    margin-bottom: 0.5rem;
    color: #1a1a1a;
}

.ml-newsdetail-content h4 {
    font-size: 1.1rem;
    font-weight: 600;
    margin-top: 1.25rem;
    margin-bottom: 0.5rem;
    color: #3f3f3f;
}

/* Заголовок блока прикреплённых документов */
.ml-newsdetail-files h2 {
    font-size: 1.25rem;
    font-weight: 600;
    margin-bottom: 1rem;
    color: #1a1a1a;
}

/* Mobile-first: страницы блога */
@media (max-width: 991px) {
    /* Компактный баннер-шапка статьи */
    .articles__intro .catalog__intro--wrapper {
        padding: 10px 0;
        row-gap: 10px;
    }

    .articles__intro .catalog__intro--breadcrumb {
        display: none;
    }

    .articles__intro h1 {
        font-size: 22px;
        line-height: 1.3;
        margin-bottom: 0;
    }

    /* Текст статьи — выше слайдера на мобильном */
    .ml-article {
        display: flex;
        flex-direction: column;
    }

    .ml-newsdetail-date {
        order: 1;
    }

    .ml-newsdetail-content {
        order: 2;
    }

    .new__slider__detail {
        order: 3;
        margin: 0 0 1rem;
    }

    .ml-newsdetail-files {
        order: 4;
    }
}