.l-page__main {
    background-color: #ffffff !important;
}

hr.mp-divider {
    margin: 30px 0;
}

.nb-wrapper {
    --nb-gutter: clamp(16px, 3vw, 40px);
    width: min(2374px, 100% - 2 * var(--nb-gutter));
    margin-inline: auto;
    container-type: inline-size;
    display: flex;
    align-items: center;
    gap: calc(73.27 / 2374 * 100%);
}

.nb-banner {
    flex: 1 1 0;
    min-width: 0;
    aspect-ratio: var(--nb-ratio, 1479 / 816);
    overflow: hidden;
    background: #0c0c0e;
}

.nb-banner picture,
.nb-banner img {
    display: block;
}

.nb-banner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.nb-text {
    /* 821.73 — замеренный правый край бокса «Подробнее» в макете; целое 822
       сдвигает ссылку на 0.27px вправо. 821.73 + 73.27 = 895 — левый край картинки */
    flex: 0 0 calc(821.73 / 2374 * 100%);
    min-width: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
    /* align-items центрирует margin-бокс, поэтому контент съезжает на половину:
       2px → верх колонки 70, растр совпадает с макетом строка в строку */
    margin-top: calc(2 / 2374 * 100cqi);
}

.nb-title, .nb-sub_title, .nb-copy, .nb-link { margin: 0; line-height: 1.375 }

.nb-title {
    font-size: clamp(44px, calc(96 / 2374 * 100cqi), 96px);
    font-weight: 700;
    max-width: 9em;
    overflow-wrap: break-word;
}

.nb-sub_title {
    font-size: clamp(22px, calc(40 / 2374 * 100cqi), 40px); /* пол 22px, не 24 */
    font-weight: 600;
    margin-top: 17px;
}

.nb-copy {
    font-size: 16px;
    font-weight: 400;
    max-width: 660px;
}

.nb-copy:first-of-type { margin-top: 76px }
.nb-copy + .nb-copy    { margin-top: 41px }

.nb-link {
    align-self: flex-end;
    margin-top: 49px;
    font-size: 16px;
    font-weight: 600;
    color: var(--ink);
    transition: color .15s ease;
}

.nb-link:hover { color: var(--blue) }

@media (width < 1024px) {
    .nb-wrapper { width: 100%; flex-direction: column; align-items: stretch; gap: 0 }
    .nb-wrapper > .nb-text,
    .nb-wrapper > .nb-banner { flex: 0 0 auto } /* без этого картинка схлопывается в 0×0 в колоночном флексе */
    .nb-banner { order: -1 }
    .nb-wrapper > .nb-text { align-self: stretch; margin-top: 0; padding: 32px 24px 44px }
    .nb-title     { font-size: 56px; margin-top: 0 }
    .nb-sub_title { font-size: 30px; margin-top: 30px }
    .nb-copy      { max-width: 640px }
    .nb-copy:first-of-type { margin-top: 0 }
    .nb-copy + .nb-copy    { margin-top: 18px }
    .nb-link      { align-self: flex-start; margin-top: 24px }
}

@media (width <= 560px) {
    .nb-title     { font-size: min(44px, 11vw) }
    .nb-sub_title { font-size: 18px; margin-top: 12px } /* не margin: 12px 0 — margin-bottom складывается с margin-top абзаца */
    .nb-copy:first-of-type { margin-top: 12px }
    .nb-wrapper > .nb-text { padding: 30px 24px 0 }
}

.nm-wrapper {
    margin-bottom: 30px;
}
