

/* Start:/local/templates/.default/components/bitrix/news/blog_journal/style.css?178903608822320*/
/* Оформление листинга блога (штатный компонент bitrix:news, шаблон blog_journal).
   Редакция 10.09.2026: гарнитура и шкала темы сайта (Montserrat, H1 30px/700),
   видимые рубрики, анонсы у всех карточек, целиком кликабельная карточка.
   Цвета — только из redesign-20260829/PALETTE_LOCK.md. Полос сверху блоков нет. */

.bmj {
    --bmj-ink: #111827;
    --bmj-blue: #2d3e7f;
    --bmj-blue-hover: #354996;
    --bmj-red: #ff4148;
    --bmj-muted: #4b5563;
    --bmj-muted-2: #6e737a;
    --bmj-faint: #9ca3af;
    --bmj-line: #e4e7ec;
    --bmj-soft: #f1f3f6;
    --bmj-gutter: 16px;
    width: 100%;
    max-width: none;
    min-width: 0;
    margin: 0 auto;
    padding: 16px 0 64px;
    color: var(--bmj-ink);
    font-family: Montserrat, Arial, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.55;
    -webkit-text-size-adjust: 100%;
}

.bmj,
.bmj *,
.bmj *::before,
.bmj *::after {
    box-sizing: border-box;
}

.bmj a {
    color: var(--bmj-blue);
    text-decoration: none;
    transition: color 150ms ease, background-color 150ms ease, border-color 150ms ease;
}

.bmj :is(a, button, input, summary):focus-visible {
    outline: 3px solid var(--bmj-blue);
    outline-offset: 4px;
}

.bmj :is(h1, h2, h3, p, form) {
    margin: 0;
    padding: 0;
}

.bmj :is(h1, h2, h3) {
    color: var(--bmj-ink);
    font-family: inherit;
    font-weight: 700;
    letter-spacing: 0;
    text-transform: none;
    text-wrap: balance;
    overflow-wrap: anywhere;
}

.bmj p {
    text-wrap: pretty;
}

.bmj :is(button, input, summary) {
    font: inherit;
}

.bmj .bmj-sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

/* Шапка листинга: H1 темы → крошки → лид */
.bmj .bmj-masthead {
    margin-bottom: 14px;
}

.bmj .bmj-intro {
    min-width: 0;
}

.bmj .bmj-intro h1 {
    margin-bottom: 6px;
    font-size: 30px;
    line-height: 1.2;
}

.bmj .bmj-breadcrumb {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
    margin: 0 0 10px;
    color: var(--bmj-muted-2);
    font-size: 14px;
    line-height: 1.4;
}

.bmj .bmj-breadcrumb a {
    color: var(--bmj-muted-2);
}

.bmj .bmj-breadcrumb span[aria-hidden] {
    color: var(--bmj-faint);
}

.bmj .bmj-breadcrumb [aria-current] {
    color: var(--bmj-ink);
}

.bmj .bmj-lead {
    max-width: 60ch;
    color: var(--bmj-muted);
    font-size: 16px;
    line-height: 1.5;
}

.bmj .bmj-lead a {
    font-weight: 500;
    white-space: nowrap;
}

/* Строка быстрого поиска и поле поиска */
.bmj .bmj-discovery {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 260px;
    align-items: center;
    gap: 32px;
    margin-bottom: 14px;
    padding-bottom: 4px;
    border-bottom: 1px solid var(--bmj-line);
}

.bmj .bmj-search {
    display: flex;
    align-items: stretch;
    width: 100%;
    min-width: 0;
    min-height: 40px;
    padding: 0 4px 0 12px;
    border: 1px solid var(--bmj-line);
    border-radius: 6px;
    background: #fff;
    box-shadow: none;
}

.bmj .bmj-search:focus-within {
    border-color: var(--bmj-blue);
    box-shadow: none;
}

/* Фокус поля обозначен рамкой всей формы; кнопка имеет свой focus-visible. */
.bmj .bmj-search input[type="search"]:focus {
    outline: none;
    box-shadow: none;
}

.bmj .bmj-search input[type="search"] {
    display: block;
    flex: 1 1 auto;
    width: 100%;
    min-width: 0;
    min-height: 38px;
    margin: 0;
    padding: 8px 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    color: var(--bmj-ink);
    font-size: 14px;
    line-height: 1.5;
    box-shadow: none;
    -webkit-appearance: none;
    appearance: none;
}

.bmj .bmj-search input[type="search"]::placeholder {
    color: var(--bmj-muted);
    opacity: 1;
}

.bmj .bmj-search button {
    display: inline-flex;
    flex: 0 0 auto;
    align-items: center;
    justify-content: center;
    min-width: 36px;
    min-height: 38px;
    margin: 0;
    padding: 8px;
    border: 0;
    border-radius: 0;
    background: transparent;
    color: var(--bmj-muted);
    font-size: 14px;
    font-weight: 500;
    line-height: 1.5;
    cursor: pointer;
    transition: color 150ms ease;
}

.bmj .bmj-search button svg {
    display: block;
    width: 18px;
    height: 18px;
    flex: 0 0 auto;
}

.bmj .bmj-topics {
    display: flex;
    align-items: center;
    gap: 14px;
    min-width: 0;
    margin: 0;
    padding: 0;
    overflow-x: auto;
    overscroll-behavior-x: contain;
    scrollbar-color: var(--bmj-blue) var(--bmj-soft);
    scrollbar-width: thin;
}

.bmj .bmj-topics-label {
    flex: 0 0 auto;
    color: var(--bmj-muted-2);
    font-size: 12px;
    line-height: 1.4;
    white-space: nowrap;
}

.bmj .bmj-topics a {
    display: inline-flex;
    flex: 0 0 auto;
    align-items: center;
    min-height: 44px;
    padding: 8px 0;
    color: var(--bmj-muted);
    font-size: 13px;
    font-weight: 400;
    line-height: 1.4;
    white-space: nowrap;
}

.bmj .bmj-topics a[aria-current="page"] {
    color: var(--bmj-blue);
    font-weight: 500;
}

.bmj .bmj-topics a:focus-visible,
.bmj .bmj-rubnav a:focus-visible {
    outline-offset: -3px;
}

/* Шапка секции: «Статьи 92» и переключатель рубрик */
.bmj #bmj-articles {
    min-width: 0;
    scroll-margin-top: 100px;
}

.bmj .bmj-section-head {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 8px 20px;
    margin-bottom: 10px;
}

.bmj .bmj-section-head h2 {
    font-size: 22px;
    line-height: 1.25;
}

.bmj .bmj-section-head h2 .bmj-count {
    display: inline-block;
    margin-left: 8px;
    color: var(--bmj-muted);
    font-size: 15px;
    font-weight: 400;
    letter-spacing: 0;
    font-variant-numeric: tabular-nums;
}

.bmj .bmj-section-controls {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px 18px;
    min-width: 0;
    margin-left: auto;
}

.bmj .bmj-rubnav {
    display: inline-flex;
    max-width: 100%;
    overflow: hidden;
    border: 1px solid var(--bmj-line);
    border-radius: 6px;
    background: #fff;
}

.bmj .bmj-rubnav a {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    min-height: 40px;
    padding: 8px 14px;
    border-right: 1px solid var(--bmj-line);
    color: var(--bmj-muted);
    font-size: 13px;
    font-weight: 500;
    line-height: 1.3;
    white-space: nowrap;
}

.bmj .bmj-rubnav a:last-child {
    border-right: 0;
}

.bmj .bmj-rubnav a[aria-current="page"] {
    background: var(--bmj-soft);
    color: var(--bmj-blue);
}

.bmj .bmj-rubnav-n {
    color: var(--bmj-faint);
    font-size: 12px;
    font-weight: 400;
    font-variant-numeric: tabular-nums;
}

.bmj .bmj-rubnav a[aria-current="page"] .bmj-rubnav-n {
    color: var(--bmj-blue);
}

/* Открывающая композиция 60/40 */
.bmj .bmj-opening {
    display: grid;
    grid-template-columns: minmax(0, 3fr) minmax(0, 2fr);
    align-items: start;
    gap: 40px;
}

.bmj .bmj-featured {
    display: flow-root;
    min-width: 0;
    margin: 0;
    padding: 24px 0 0;
    border-top: 1px solid var(--bmj-line);
    background: #fff;
}

.bmj .bmj-card {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 120px;
    align-items: start;
    gap: 18px;
    min-width: 0;
    margin: 0;
    padding: 18px 0;
    border: 0;
    border-top: 1px solid var(--bmj-line);
    border-radius: 0;
    background: #fff;
    box-shadow: none;
}

.bmj .bmj-card-copy {
    grid-column: 1 / -1;
    grid-row: 1;
    min-width: 0;
}

.bmj .bmj-card-visual + .bmj-card-copy {
    grid-column: 1;
}

.bmj .bmj-card-visual {
    display: flex;
    grid-column: 2;
    grid-row: 1;
    align-items: center;
    justify-content: center;
    width: 120px;
    height: 120px;
    min-width: 0;
    background: #fff;
}

.bmj .bmj-card-visual img {
    display: block;
    width: 100%;
    max-width: 100%;
    height: 100%;
    padding: 0;
    object-fit: contain;
}

.bmj .bmj-featured > .bmj-card-visual {
    float: right;
    width: 120px;
    height: 120px;
    margin: 2px 0 12px 22px;
}

.bmj .bmj-meta {
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    gap: 4px 12px;
    min-width: 0;
    color: var(--bmj-muted);
    font-size: 12px;
    font-weight: 400;
    line-height: 1.5;
    font-variant-numeric: tabular-nums;
}

.bmj .bmj-meta time {
    white-space: nowrap;
}

.bmj .bmj-meta a {
    font-weight: 500;
    overflow-wrap: anywhere;
}

/* Ссылка на раздел каталога в мете; лежит над общей кликабельной областью карточки */
.bmj .bmj-meta .bmj-sec {
    position: relative;
    z-index: 2;
    color: var(--bmj-blue);
}

.bmj .bmj-featured h2 {
    margin: 10px 0 12px;
    font-size: 26px;
    line-height: 1.25;
}

.bmj .bmj-card h3 {
    margin: 8px 0 0;
    font-size: 19px;
    font-weight: 600;
    line-height: 1.35;
    text-wrap: pretty;
}

.bmj .bmj-featured h2 a,
.bmj .bmj-card h3 a {
    color: var(--bmj-ink);
}

.bmj .bmj-excerpt {
    max-width: 64ch;
    color: var(--bmj-muted);
    font-size: 15px;
    line-height: 1.55;
    overflow-wrap: anywhere;
}

.bmj .bmj-read {
    position: relative;
    z-index: 2;
    display: inline-flex;
    align-items: center;
    gap: 9px;
    min-height: 44px;
    margin-top: 10px;
    padding: 8px 0;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.5;
}

.bmj .bmj-card--lead {
    display: flow-root;
    grid-template-columns: minmax(0, 1fr) 120px;
    gap: 18px;
    padding: 24px 0 0;
}

.bmj .bmj-card--lead .bmj-card-visual {
    float: right;
    width: 120px;
    height: 120px;
    margin: 0 0 12px 18px;
}

.bmj .bmj-card--lead h3 {
    margin: 8px 0 10px;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.3;
}

.bmj .bmj-card--lead .bmj-excerpt {
    font-size: 14px;
}

/* Вся карточка кликабельна: ссылка заголовка растянута на карточку,
   отдельные ссылки (раздел, «Читать разбор») лежат выше по z-index */
.bmj .bmj-card,
.bmj .bmj-featured {
    position: relative;
    isolation: isolate;
}

.bmj .bmj-card h3 a::after,
.bmj .bmj-featured h2 a::after {
    content: '';
    position: absolute;
    inset: 0;
    z-index: 1;
}

.bmj .bmj-card::before,
.bmj .bmj-featured::before {
    content: '';
    position: absolute;
    inset: 6px -16px;
    z-index: -1;
    border-radius: 6px;
    background: transparent;
    transition: background-color 150ms ease;
}

.bmj .bmj-card:has(h3 a:focus-visible),
.bmj .bmj-featured:has(h2 a:focus-visible) {
    outline: 3px solid var(--bmj-blue);
    outline-offset: 2px;
    border-radius: 6px;
}

.bmj .bmj-card h3 a:focus-visible,
.bmj .bmj-featured h2 a:focus-visible {
    outline: none;
}

/* Предложение расчёта: подложка и тонкая рамка, ширина по содержимому */
.bmj .bmj-help {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
    gap: 6px 24px;
    width: fit-content;
    max-width: 100%;
    margin: 20px 0 24px;
    padding: 14px 20px;
    border: 1px solid var(--bmj-line);
    border-radius: 6px;
    background: var(--bmj-soft);
}

.bmj .bmj-help p {
    max-width: 80ch;
    color: var(--bmj-muted);
    font-size: 15px;
    line-height: 1.6;
}

.bmj .bmj-help strong {
    color: var(--bmj-ink);
    font-weight: 700;
}

.bmj .bmj-help-link {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    min-height: 44px;
    max-width: 100%;
    padding: 8px 0;
    color: var(--bmj-blue);
    font-size: 14px;
    font-weight: 500;
    line-height: 1.5;
    text-decoration: none;
}

/* Сетка компактных карточек */
.bmj .bmj-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    align-items: start;
    column-gap: 42px;
}

.bmj .bmj-grid > .bmj-help {
    grid-column: 1 / -1;
    margin: 0 0 6px;
}

.bmj .bmj-grid .bmj-excerpt {
    display: -webkit-box;
    margin: 6px 0 0;
    max-width: none;
    overflow: hidden;
    font-size: 14px;
    line-height: 1.5;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

/* Пагинация как в каталоге: цифры без рамок, активная — синий круг */
.bmj .bmj-pagination {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 6px;
    margin-top: 18px;
    padding-top: 24px;
    border-top: 1px solid var(--bmj-line);
    font-size: 14px;
    line-height: 1.4;
    font-variant-numeric: tabular-nums;
}

.bmj .bmj-pagination > a,
.bmj .bmj-pagination > span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 40px;
    min-height: 40px;
    padding: 0 6px;
    border: 0;
    border-radius: 50%;
    background: transparent;
    color: var(--bmj-ink);
    font-weight: 700;
    text-align: center;
}

.bmj .bmj-pagination > span[aria-hidden] {
    min-width: 24px;
    color: var(--bmj-faint);
    font-weight: 400;
}

.bmj .bmj-pagination > [aria-current="page"] {
    background: var(--bmj-blue);
    color: #fff;
}

.bmj .bmj-pagination > a[rel],
.bmj .bmj-pagination > .bmj-pagination-arrow {
    color: var(--bmj-muted);
    font-size: 20px;
    font-weight: 400;
}

.bmj .bmj-pagination > span.bmj-pagination-arrow {
    color: var(--bmj-faint);
}

/* Пустая выдача: подложка и тонкая рамка */
.bmj .bmj-empty {
    padding: 30px;
    border: 1px solid var(--bmj-line);
    border-radius: 6px;
    background: var(--bmj-soft);
}

.bmj .bmj-empty h2 {
    margin-bottom: 10px;
    font-size: 22px;
    line-height: 1.25;
}

.bmj .bmj-empty p {
    max-width: 60ch;
    margin-bottom: 12px;
    color: var(--bmj-muted);
}

.bmj .bmj-empty > a {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    min-height: 44px;
    font-weight: 500;
}

/* Плашка консультанта на листинге: бренд-синяя пилюля в нижнем углу (только десктоп).
   Виджет — Web Component с Shadow DOM, наружу отдаёт part="bubble" и кастомные свойства. */
@media (min-width: 768px) {
    bigms-chat {
        --chat-right: 24px;
        --bubble-bottom: 24px;
    }

    bigms-chat::part(bubble) {
        min-height: 48px;
        padding: 0 20px;
        border: 0;
        border-radius: 28px;
        background: #2d3e7f;
        color: #fff;
        box-shadow: 0 6px 18px rgba(45, 62, 127, 0.28);
    }

    bigms-chat::part(bubble):hover {
        background: #354996;
    }
}

@media (hover: hover) {
    .bmj .bmj-breadcrumb a:hover,
    .bmj .bmj-topics a:hover,
    .bmj .bmj-search button:hover {
        color: var(--bmj-blue);
    }

    .bmj .bmj-card:hover::before,
    .bmj .bmj-featured:hover::before {
        background: var(--bmj-soft);
    }

    .bmj .bmj-card:hover h3 a,
    .bmj .bmj-featured:hover h2 a,
    .bmj .bmj-card h3 a:hover,
    .bmj .bmj-featured h2 a:hover {
        color: var(--bmj-blue);
        text-decoration: none;
    }

    .bmj .bmj-meta .bmj-sec:hover,
    .bmj .bmj-read:hover,
    .bmj .bmj-help-link:hover,
    .bmj .bmj-empty > a:hover {
        color: var(--bmj-blue-hover);
        text-decoration: underline;
        text-decoration-thickness: 1px;
        text-underline-offset: 4px;
    }

    .bmj .bmj-rubnav a:hover,
    .bmj .bmj-pagination > a:hover {
        background: var(--bmj-soft);
        color: var(--bmj-blue);
    }
}

@media (hover: none) {
    .bmj .bmj-card:active,
    .bmj .bmj-featured:active {
        background: var(--bmj-soft);
    }

    .bmj .bmj-card:active h3 a,
    .bmj .bmj-featured:active h2 a {
        color: var(--bmj-blue);
    }
}

@media (max-width: 1100px) {
    .bmj .bmj-discovery {
        grid-template-columns: minmax(0, 1fr) 230px;
        gap: 24px;
    }

    .bmj .bmj-opening,
    .bmj .bmj-grid {
        column-gap: 30px;
    }

    .bmj .bmj-featured h2 {
        font-size: 24px;
    }
}

@media (max-width: 800px) {
    .bmj .bmj-discovery {
        grid-template-columns: minmax(0, 1fr);
        gap: 8px;
    }

    .bmj .bmj-opening {
        grid-template-columns: minmax(0, 1fr);
        gap: 22px;
    }

    .bmj .bmj-card--lead {
        padding-top: 22px;
    }

    .bmj .bmj-grid {
        column-gap: 28px;
    }

    .bmj .bmj-grid .bmj-card {
        grid-template-columns: minmax(0, 1fr) 100px;
        gap: 14px;
    }

    .bmj .bmj-grid .bmj-card-visual {
        width: 100px;
        height: 100px;
    }

    .bmj .bmj-card::before,
    .bmj .bmj-featured::before {
        inset: 6px -8px;
    }
}

@media (max-width: 600px) {
    .bmj {
        padding: 10px 0 40px;
        font-size: 15px;
    }

    .bmj .bmj-masthead {
        margin-bottom: 8px;
    }

    .bmj .bmj-intro h1 {
        margin-bottom: 6px;
        font-size: 26px;
        line-height: 1.2;
    }

    .bmj .bmj-breadcrumb {
        margin: 0 0 8px;
        font-size: 13px;
    }

    .bmj .bmj-lead {
        font-size: 14px;
        line-height: 1.45;
    }

    .bmj .bmj-search {
        max-width: none;
        min-height: 44px;
        padding: 0 2px 0 12px;
    }

    .bmj .bmj-search input[type="search"] {
        min-height: 42px;
        padding: 9px 0;
        font-size: 16px;
    }

    .bmj .bmj-search button {
        min-width: 44px;
        min-height: 42px;
        padding: 10px;
    }

    .bmj .bmj-discovery {
        gap: 4px;
        margin-bottom: 10px;
        padding-bottom: 12px;
        border-bottom: 0;
    }

    /* Строка тем до края экрана, затухание вместо стрелки */
    .bmj .bmj-topics {
        position: relative;
        gap: 12px;
        margin: 0 calc(-1 * var(--bmj-gutter));
        padding: 0 var(--bmj-gutter) 4px;
        scrollbar-width: none;
    }

    .bmj .bmj-topics::-webkit-scrollbar {
        display: none;
    }

    .bmj .bmj-topics a {
        min-height: 44px;
        padding: 8px 6px;
        font-size: 13px;
    }

    .bmj .bmj-topics a:last-child {
        margin-right: 24px;
    }

    .bmj .bmj-topics::after {
        content: '';
        position: sticky;
        right: 0;
        flex: 0 0 32px;
        margin-left: -32px;
        background: linear-gradient(90deg, rgba(255, 255, 255, 0), #fff);
        pointer-events: none;
    }

    .bmj .bmj-section-head {
        gap: 8px 10px;
        margin-bottom: 8px;
    }

    .bmj .bmj-section-head h2 {
        font-size: 20px;
    }

    .bmj .bmj-section-head h2 .bmj-count {
        margin-left: 6px;
        font-size: 13px;
    }

    .bmj .bmj-section-controls {
        flex: 1 1 100%;
        margin-left: 0;
    }

    .bmj .bmj-rubnav {
        display: flex;
        width: 100%;
        overflow-x: auto;
        scrollbar-width: none;
    }

    .bmj .bmj-rubnav::-webkit-scrollbar {
        display: none;
    }

    .bmj .bmj-rubnav a {
        flex: 1 0 auto;
        justify-content: center;
        min-height: 40px;
        padding: 8px;
        font-size: 12px;
    }

    .bmj .bmj-rubnav-n {
        display: none;
    }

    .bmj .bmj-opening {
        gap: 18px;
    }

    .bmj .bmj-featured {
        padding-top: 16px;
    }

    .bmj .bmj-featured > .bmj-card-visual {
        width: 92px;
        height: 92px;
        margin-left: 15px;
    }

    .bmj .bmj-meta {
        gap: 4px 10px;
        font-size: 12px;
    }

    .bmj .bmj-featured h2 {
        margin: 8px 0 10px;
        font-size: 22px;
        line-height: 1.25;
    }

    .bmj .bmj-excerpt {
        font-size: 14px;
        line-height: 1.5;
    }

    .bmj .bmj-read {
        margin-top: 5px;
    }

    .bmj .bmj-card--lead,
    .bmj .bmj-grid .bmj-card {
        grid-template-columns: minmax(0, 1fr) 92px;
        gap: 14px;
        padding: 18px 0;
    }

    .bmj .bmj-card--lead {
        padding-bottom: 0;
    }

    .bmj .bmj-card--lead .bmj-card-visual,
    .bmj .bmj-grid .bmj-card-visual {
        width: 92px;
        height: 92px;
    }

    .bmj .bmj-card--lead h3 {
        margin: 7px 0 9px;
        font-size: 18px;
        line-height: 1.3;
    }

    .bmj .bmj-grid .bmj-card h3 {
        margin-top: 7px;
        font-size: 17px;
        line-height: 1.35;
    }

    .bmj .bmj-card--lead .bmj-excerpt {
        font-size: 14px;
        line-height: 1.5;
    }

    .bmj .bmj-grid .bmj-excerpt {
        display: none;
    }

    .bmj .bmj-help {
        gap: 4px;
        margin: 18px 0;
        padding: 14px 16px;
    }

    .bmj .bmj-help p {
        font-size: 14px;
    }

    .bmj .bmj-help-link {
        font-size: 14px;
    }

    .bmj .bmj-grid {
        grid-template-columns: minmax(0, 1fr);
        column-gap: 0;
    }

    .bmj .bmj-pagination {
        gap: 6px;
        margin-top: 6px;
        padding-top: 20px;
        font-size: 13px;
    }

    .bmj .bmj-empty {
        padding: 23px 20px;
    }

    .bmj .bmj-empty h2 {
        font-size: 20px;
    }
}

@media (max-width: 360px) {
    .bmj .bmj-intro h1 {
        font-size: 24px;
    }

    .bmj .bmj-section-head h2 {
        font-size: 18px;
    }

    .bmj .bmj-featured h2 {
        font-size: 20px;
    }

    .bmj .bmj-card--lead,
    .bmj .bmj-grid .bmj-card {
        grid-template-columns: minmax(0, 1fr) 80px;
        gap: 12px;
    }

    .bmj .bmj-card--lead .bmj-card-visual,
    .bmj .bmj-grid .bmj-card-visual {
        width: 80px;
        height: 80px;
    }

    .bmj .bmj-card--lead h3,
    .bmj .bmj-grid .bmj-card h3 {
        font-size: 16px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .bmj *,
    .bmj *::before,
    .bmj *::after {
        animation: none;
        transition: none;
        scroll-behavior: auto;
    }
}

/* End */
/* /local/templates/.default/components/bitrix/news/blog_journal/style.css?178903608822320 */
