.main_right_bg {
    display: none !important;
}

.news-page {
    min-height: 70vh;
    padding: 0 0 90px;
    background: #f3f8fd;
    color: #172b45;
}

.news-shell {
    width: min(1280px, calc(100% - 48px));
    margin: 0 auto;
}

.news-hero {
    padding-top: 174px;
    background:
        radial-gradient(circle at 88% 18%, rgba(23, 111, 193, .08) 0, rgba(23, 111, 193, 0) 28%),
        radial-gradient(circle at 12% 72%, rgba(23, 111, 193, .06) 0, rgba(23, 111, 193, 0) 24%),
        linear-gradient(180deg, #f8fbff 0%, #f3f8fd 100%);
}

.news-header {
    max-width: 820px;
    padding: 48px 0 42px;
}

.news-kicker {
    margin: 0 0 10px;
    color: #176fc1;
    font-family: SourceSansSemiBold, Arial, sans-serif;
    font-size: 14px;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.news-header h1 {
    margin: 0 0 16px;
    color: #0f2744;
    font-family: SourceSansSemiBold, Arial, sans-serif;
    font-size: clamp(38px, 5vw, 56px);
    line-height: 1.06;
}

.news-lead {
    margin: 0;
    max-width: 720px;
    color: #64748b;
    font-family: SourceSansRegular, Arial, sans-serif;
    font-size: 19px;
    line-height: 1.55;
}

.news-body {
    padding-top: 8px;
}

.news-filters {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-bottom: 34px;
}

.news-filter {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 12px 18px;
    border: 1px solid #d7e6f4;
    border-radius: 999px;
    background: #fff;
    color: #35516d;
    font-family: SourceSansSemiBold, Arial, sans-serif;
    font-size: 15px;
    line-height: 1;
    text-decoration: none;
    box-shadow: 0 4px 14px rgba(35, 96, 151, .05);
    transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease, background .18s ease, color .18s ease;
}

.news-filter:hover {
    transform: translateY(-1px);
    border-color: #b9d4ef;
    color: #176fc1;
    text-decoration: none;
    box-shadow: 0 8px 20px rgba(35, 96, 151, .1);
}

.news-filter.is-active {
    border-color: #176fc1;
    background: #176fc1;
    color: #fff;
    box-shadow: 0 10px 24px rgba(23, 111, 193, .22);
}

.news-filter__icon {
    width: 18px;
    height: 18px;
    stroke: currentColor;
    fill: none;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
    flex-shrink: 0;
}

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

.news-card {
    display: flex;
    min-height: 100%;
    overflow: hidden;
    flex-direction: column;
    border: 1px solid #dce8f3;
    border-radius: 14px;
    background: #fff;
    box-shadow: 0 8px 22px rgba(35, 96, 151, .07);
    transition: transform .2s ease, box-shadow .2s ease;
}

.news-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 18px 36px rgba(35, 96, 151, .13);
}

.news-card-media {
    position: relative;
    display: flex;
    width: 100%;
    aspect-ratio: 16 / 10;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    background: #e8f3fd;
    color: #176fc1;
    text-decoration: none;
}

.news-card-media:hover {
    text-decoration: none;
}

.news-card-media img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .35s ease;
}

.news-card:hover .news-card-media img {
    transform: scale(1.03);
}

.news-card-badge {
    position: absolute;
    left: 14px;
    bottom: 14px;
    display: inline-flex;
    align-items: center;
    gap: 7px;
    padding: 8px 12px;
    border-radius: 999px;
    background: #e33e3e;
    color: #fff;
    font-family: SourceSansSemiBold, Arial, sans-serif;
    font-size: 11px;
    letter-spacing: .04em;
    text-transform: uppercase;
    box-shadow: 0 8px 18px rgba(227, 62, 62, .28);
}

.news-card-badge__icon {
    width: 14px;
    height: 14px;
    stroke: currentColor;
    fill: none;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.news-card-no-image .news-card-media {
    background: linear-gradient(135deg, #eaf4fd 0%, #d9ebfb 100%);
}

.news-card-placeholder {
    font-family: SourceSansSemiBold, Arial, sans-serif;
    font-size: 16px;
    letter-spacing: .06em;
    text-transform: uppercase;
}

.news-card-info .news-card-media {
    background: linear-gradient(135deg, #0b4f8f 0%, #176fc1 55%, #2d8ae8 100%);
}

.news-card-info__visual {
    position: relative;
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
}

.news-card-info__icon {
    display: flex;
    width: 72px;
    height: 72px;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: rgba(255, 255, 255, .16);
    color: #fff;
}

.news-card-info__glyph {
    width: 34px;
    height: 34px;
    stroke: currentColor;
    fill: none;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.news-card-info__lines {
    position: absolute;
    inset: auto 0 0 0;
    height: 42%;
    background:
        radial-gradient(circle at 20% 80%, rgba(255, 255, 255, .35) 0, rgba(255, 255, 255, 0) 18%),
        linear-gradient(115deg, rgba(255, 255, 255, .22) 0%, rgba(255, 255, 255, 0) 42%),
        repeating-linear-gradient(90deg, rgba(255, 255, 255, .18) 0 2px, rgba(255, 255, 255, 0) 2px 10px);
    opacity: .75;
}

.news-card-body {
    display: flex;
    flex: 1;
    flex-direction: column;
    padding: 22px 24px 24px;
}

.news-card-meta {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px;
    margin-bottom: 12px;
    color: #718096;
    font-family: SourceSansRegular, Arial, sans-serif;
    font-size: 13px;
}

.news-card-meta span {
    color: #176fc1;
    font-family: SourceSansSemiBold, Arial, sans-serif;
    letter-spacing: .04em;
    text-transform: uppercase;
}

.news-card-meta time::before {
    content: "•";
    margin-right: 8px;
}

.news-card h2 {
    margin: 0 0 12px;
    font-family: SourceSansSemiBold, Arial, sans-serif;
    font-size: 22px;
    line-height: 1.28;
}

.news-card h2 a {
    color: #172b45;
    text-decoration: none;
}

.news-card h2 a:hover {
    color: #176fc1;
}

.news-card-body > p {
    margin: 0 0 20px;
    color: #58697d;
    font-family: SourceSansRegular, Arial, sans-serif;
    font-size: 15px;
    line-height: 1.58;
}

.news-card-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-top: auto;
    color: #176fc1;
    font-family: SourceSansSemiBold, Arial, sans-serif;
    font-size: 15px;
    text-decoration: none;
}

.news-card-link:hover {
    color: #0b4f8f;
    text-decoration: none;
}

.news-card-link__icon {
    width: 16px;
    height: 16px;
    stroke: currentColor;
    fill: none;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.news-empty {
    padding: 40px;
    border: 1px solid #dce8f3;
    border-radius: 14px;
    background: #fff;
}

.news-empty h2 {
    margin: 0 0 8px;
    font-size: 26px;
}

.news-empty p {
    margin: 0;
    color: #64748b;
}

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

@media (max-width: 991px) {
    .news-hero {
        padding-top: 106px;
    }
}

@media (max-width: 680px) {
    .news-shell {
        width: min(100% - 32px, 1280px);
    }

    .news-header {
        padding: 34px 0 28px;
    }

    .news-lead {
        font-size: 17px;
    }

    .news-filters {
        gap: 10px;
    }

    .news-filter {
        padding: 10px 14px;
        font-size: 14px;
    }

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

    .news-card h2 {
        font-size: 21px;
    }
}
