.sc-news-page {
    color: #07111f;
    background: #f5f7f9;
}

.sc-news-container {
    width: min(100% - 48px, var(--aw-container, 1560px));
    margin: 0 auto;
}

.sc-news-breadcrumbs {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 9px;
    margin-bottom: 24px;
    color: #718196;
    font-size: 14px;
    font-weight: 600;
}

.sc-news-breadcrumbs a {
    color: inherit;
    text-decoration: none;
}

.sc-news-breadcrumbs a:hover {
    color: #f76628;
}

.sc-news-hero {
    position: relative;
    overflow: hidden;
    min-height: 330px;
    padding: 30px 0 54px;
    background:
        linear-gradient(90deg, rgba(245, 247, 249, 1) 0%, rgba(245, 247, 249, .96) 42%, rgba(245, 247, 249, .42) 76%, rgba(245, 247, 249, 0) 100%),
        url('/images/pages/catalog-hero-banner.webp') center right / cover no-repeat;
    border-bottom: 1px solid rgba(123, 139, 162, .18);
}

.sc-news-hero__content {
    max-width: 720px;
}

.sc-news-hero__content > span {
    display: inline-flex;
    margin-bottom: 14px;
    color: #f76628;
    font-size: 13px;
    font-weight: 950;
    letter-spacing: .12em;
    text-transform: uppercase;
}

.sc-news-hero h1 {
    margin: 0;
    color: #07111f;
    font-size: clamp(54px, 5vw, 82px);
    line-height: .92;
    font-weight: 950;
    letter-spacing: -.065em;
}

.sc-news-hero p {
    max-width: 650px;
    margin: 22px 0 0;
    color: #334258;
    font-size: 18px;
    line-height: 1.55;
}

.sc-news-list-section {
    padding: 42px 0 58px;
}

.sc-news-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
}

.sc-news-card {
    overflow: hidden;
    border: 1px solid rgba(123, 139, 162, .18);
    border-radius: 16px;
    background: #fff;
    box-shadow: 0 16px 42px rgba(7, 17, 31, .045);
}

.sc-news-card__image {
    display: block;
    height: 220px;
    overflow: hidden;
    background:
        radial-gradient(circle at 72% 48%, rgba(247, 102, 40, .24), transparent 8rem),
        linear-gradient(135deg, #111923, #273342);
}

.sc-news-card__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.sc-news-card__image span {
    display: block;
    width: 100%;
    height: 100%;
    background:
        linear-gradient(135deg, rgba(7, 17, 31, .92), rgba(7, 17, 31, .60)),
        url('/images/pages/catalog-cta-banner.webp') center / cover no-repeat;
}

.sc-news-card__body {
    padding: 24px;
}

.sc-news-card time,
.sc-news-article__header time {
    display: inline-flex;
    color: #f76628;
    font-size: 13px;
    font-weight: 900;
}

.sc-news-card h2 {
    margin: 12px 0 0;
    color: #07111f;
    font-size: 22px;
    line-height: 1.18;
    font-weight: 950;
    letter-spacing: -.025em;
}

.sc-news-card h2 a {
    color: inherit;
    text-decoration: none;
}

.sc-news-card h2 a:hover {
    color: #f76628;
}

.sc-news-card p {
    margin: 14px 0 0;
    color: #5c6b80;
    font-size: 14px;
    line-height: 1.55;
}

.sc-news-card__link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-top: 20px;
    color: #f76628;
    font-size: 14px;
    font-weight: 900;
    text-decoration: none;
}

.sc-news-pagination {
    margin-top: 32px;
}

.sc-news-empty {
    padding: 52px;
    border: 1px solid rgba(123, 139, 162, .18);
    border-radius: 18px;
    background: #fff;
    text-align: center;
}

.sc-news-empty h2 {
    margin: 0;
    color: #07111f;
    font-size: 28px;
    font-weight: 950;
}

.sc-news-empty p {
    margin: 12px auto 0;
    max-width: 520px;
    color: #5c6b80;
    font-size: 15px;
    line-height: 1.55;
}

.sc-news-article {
    padding: 30px 0 58px;
}

.sc-news-article__header {
    max-width: 920px;
}

.sc-news-article__header h1 {
    margin: 14px 0 0;
    color: #07111f;
    font-size: clamp(42px, 4vw, 68px);
    line-height: 1;
    font-weight: 950;
    letter-spacing: -.055em;
}

.sc-news-article__header p {
    max-width: 760px;
    margin: 22px 0 0;
    color: #46566b;
    font-size: 19px;
    line-height: 1.55;
}

.sc-news-article__image {
    overflow: hidden;
    margin: 32px 0 0;
    border-radius: 18px;
    background: #111923;
}

.sc-news-article__image img {
    display: block;
    width: 100%;
    max-height: 520px;
    object-fit: cover;
}

.sc-news-article__content {
    max-width: 880px;
    margin-top: 34px;
    color: #27364b;
    font-size: 17px;
    line-height: 1.75;
}

.sc-news-article__content h2,
.sc-news-article__content h3 {
    color: #07111f;
    line-height: 1.2;
    font-weight: 950;
}

.sc-news-article__content h2 {
    margin: 34px 0 14px;
    font-size: 30px;
}

.sc-news-article__content h3 {
    margin: 28px 0 12px;
    font-size: 23px;
}

.sc-news-article__content p {
    margin: 0 0 18px;
}

.sc-news-article__content ul,
.sc-news-article__content ol {
    margin: 0 0 22px;
    padding-left: 22px;
}

.sc-news-article__footer {
    margin-top: 34px;
}

.sc-news-article__footer a {
    color: #f76628;
    font-weight: 900;
    text-decoration: none;
}

.sc-news-related {
    padding: 0 0 58px;
}

.sc-news-related__head {
    margin-bottom: 20px;
}

.sc-news-related__head h2 {
    margin: 0;
    color: #07111f;
    font-size: 28px;
    font-weight: 950;
}

.sc-news-grid--related {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

@media (max-width: 1100px) {
    .sc-news-grid,
    .sc-news-grid--related {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 760px) {
    .sc-news-container {
        width: min(100% - 28px, var(--aw-container, 1560px));
    }

    .sc-news-hero {
        min-height: auto;
        background:
            linear-gradient(90deg, rgba(245, 247, 249, 1) 0%, rgba(245, 247, 249, .94) 68%, rgba(245, 247, 249, .72) 100%),
            url('/images/pages/catalog-hero-banner.webp') center right / cover no-repeat;
    }

    .sc-news-hero h1 {
        font-size: 46px;
    }

    .sc-news-grid,
    .sc-news-grid--related {
        grid-template-columns: 1fr;
    }

    .sc-news-card__image {
        height: 190px;
    }

    .sc-news-empty {
        padding: 34px 24px;
    }
}
