.news-container {
    width: min(calc(100% - 32px), 1190px);
    margin: 0 auto;
}

.news-hero {
    position: relative;
    min-height: 493px;
    overflow: hidden;
    color: #fff;
    font-family: "Aeonik Pro Trial", Arial, sans-serif;
    background:
        linear-gradient(90deg, rgba(29, 33, 70, .98) 0%, rgba(35, 47, 116, .92) 33%, rgba(33, 61, 160, .91) 100%),
        url("/upload/whitebyte/okompanii_banner_img.png") center / cover no-repeat;
}

.news-hero:after {
    content: "";
    position: absolute;
    inset: 0;
    background: url("/upload/whitebyte/okompanii_banner_img.png") center / cover no-repeat;
    opacity: .18;
    mix-blend-mode: screen;
    pointer-events: none;
}

.news-hero #main-header.header {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    width: min(calc(100% - 32px), 1190px);
    height: 48px;
    margin: 52px auto 0;
    padding: 0;
    color: #fff;
    background: transparent;
    box-shadow: none;
}

.news-hero .inn_main_header.container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 32px;
    width: 100%;
    height: 48px;
    margin: 0;
    padding: 0;
    font-size: 16px;
}

.news-hero .header-logo,
.news-hero .header-logo svg,
.news-hero .header-logo img {
    display: block;
    width: 188px;
    height: auto;
}

.news-hero .h_menu {
    display: flex;
    align-items: center;
    gap: 24px;
    margin-left: auto;
    color: #fff;
    font-size: 16px;
    font-weight: 300;
    line-height: 1;
    white-space: nowrap;
}

.news-hero .h_menu_el {
    position: relative;
}

.news-hero .h_menu_el + .h_menu_el {
    margin-left: 0 !important;
}

.news-hero .h_me_title {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    color: #fff;
    font-weight: 300 !important;
    cursor: pointer;
    transition: opacity .2s ease;
}

.news-hero .h_me_title:hover {
    opacity: .7;
}

.news-hero .h_me_title.is-active {
    font-weight: 400 !important;
}

.news-hero .header-actions {
    display: flex;
    align-items: center;
    gap: 24px;
    margin-left: 0;
}

.news-hero .header-btn-phone {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #fff;
    font-size: 16px;
    font-weight: 300 !important;
    line-height: 1;
    white-space: nowrap;
}

.news-hero .header-btn-phone svg path {
    fill: #fff;
}

.news-hero .header-btn-phone span {
    margin-left: 0 !important;
}

.news-hero .header-btn {
    display: none;
}

.news-hero .mobile-header-data {
    display: none;
}

.news-hero__content {
    position: relative;
    z-index: 1;
    padding: 88px 0 58px;
}

.news-breadcrumbs {
    display: flex;
    align-items: center;
    gap: 0;
    color: rgba(255, 255, 255, .82);
    font-size: 16px;
    font-weight: 400 !important;
    line-height: 1.35;
}

.news-breadcrumbs > * + * {
    margin-left: 18px;
}

.news-breadcrumbs a {
    color: inherit;
    font-weight: 400 !important;
    text-decoration: none;
}

.news-breadcrumbs span {
    font-weight: 400 !important;
}

.news-hero h1 {
    width: min(100%, 980px);
    margin: 54px 0 0;
    color: #fff;
    font-size: 56px;
    font-weight: 400;
    line-height: 1;
}

.news-hero p {
    width: min(100%, 670px);
    margin: 26px 0 0;
    color: rgba(255, 255, 255, .96);
    font-family: "Aeonik Pro Trial", Arial, sans-serif;
    font-size: 20px;
    font-weight: 300;
    line-height: 1.18;
}

.news-hero__button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    min-height: 48px;
    margin-top: 31px;
    padding: 0 20px;
    border: 0;
    border-radius: 15px;
    color: #2a2d7d;
    background: #fff;
    font-size: 18px;
    font-weight: 400;
    cursor: pointer;
}

.banner-pb-half {
    padding-bottom: 0;
}

.bx-breadcrumb {
    display: flex;
    align-items: center;
    gap: 18px;
    color: #111;
    font-size: 16px;
}

.bx-breadcrumb a {
    color: inherit;
    text-decoration: none;
}

.bx-breadcrumb-separator {
    font-size: 28px;
    line-height: 1;
}

.heading {
    margin-top: 36px;
}

.heading h1 {
    margin: 0;
    color: #000;
    font-size: 42px;
    font-weight: 400;
    line-height: 1.1;
}

.news_list {
    margin-top: 56px;
}

.news_list.mt162 {
    margin-top: 72px;
}

.news_sections {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
}

.news_section {
    border: 0;
    flex-grow: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 200px;
    max-width: 260px;
    height: 52px;
    padding: 0 12px;
    border-radius: 60px;
    background-color: #c8c8c8;
    color: #fff;
    cursor: pointer;
    font: inherit;
    transition: background-color .3s ease;
}

.news_section:focus-visible,
.news_pag_prev:focus-visible,
.news_pag_next:focus-visible,
.news_pag_span:focus-visible {
    outline: 2px solid #213da0;
    outline-offset: 3px;
}

.news_section.active {
    background-color: #213da0;
}

@media (hover: hover) {
    .news_section:hover {
        background-color: #213da0;
    }
}

.news_elems {
    --elems: 3;
    --gap: 26px;
    display: flex;
    flex-wrap: wrap;
    gap: 35px var(--gap);
    margin-top: 24px;
}

@keyframes newsFadeIn {
    from { opacity: 0; }
    to { opacity: 1; }
}

.news_elem {
    position: relative;
    width: calc((100% - var(--gap) * (var(--elems) - 1)) / var(--elems));
    height: 330px;
    overflow: hidden;
    border-radius: 14px;
    color: #fff;
    text-decoration: none;
    animation: newsFadeIn .4s ease-out;
}

.news_elem_pic {
    position: absolute;
    inset: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.news_elem:after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 2;
    background-image: linear-gradient(0deg, #000 0%, rgba(0, 0, 0, 0) 100%);
}

.news_elem_info {
    position: relative;
    z-index: 3;
    display: flex;
    flex-direction: column;
    gap: 20px;
    width: 100%;
    height: 100%;
    color: #fff;
}

.news_ei_body {
    display: flex;
    align-items: flex-end;
    gap: 50px;
    margin-top: auto;
    padding: 0 10px 12px 25px;
}

.news_eib_ctx {
    margin-bottom: 17px;
}

.news_date_badge {
    position: absolute;
    top: 24px;
    left: 24px;
    z-index: 5;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: max-content;
    max-width: calc(100% - 48px);
    padding: 6px 16px;
    border-radius: 20px;
    background: #213da0;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.2;
    pointer-events: none;
    white-space: nowrap;
}

.news_eib_ctx_title {
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    text-overflow: ellipsis;
}

.news_eib_ctx_title {
    font-size: 18px !important;
    line-height: 1.12 !important;
    font-weight: 400 !important;
}

.news_eib_btn {
    display: none;
}

.news_empty {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 180px;
    padding: 32px;
    border: 1px solid #e5e9f3;
    border-radius: 14px;
    background: #f7f9fe;
    color: #5f6b7a;
    text-align: center;
}

.news_pag {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 18px;
    margin-top: 54px;
}

.news_pag_prev,
.news_pag_next {
    border: 0;
    padding: 0;
    background: transparent;
    cursor: pointer;
    line-height: 0;
}

.news_pag_span {
    border: 0;
    padding: 0;
    cursor: pointer;
}

.news_pag_spans {
    display: flex;
    align-items: center;
    gap: 10px;
}

.news_pag_span {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #d9d9d9;
}

.news_pag_span.active {
    background: #213da0;
}

@media (max-width: 1279px) {
    .news-hero {
        min-height: 430px;
    }

    .news-hero #main-header.header {
        margin-top: 36px;
    }

    .news-hero .header-logo,
    .news-hero .header-logo svg,
    .news-hero .header-logo img {
        width: 176px;
    }

    .news-hero .h_menu {
        gap: 20px;
        font-size: 15px;
    }

    .news-hero .header-actions {
        gap: 14px;
    }

    .news-hero__content {
        padding: 68px 0 48px;
    }

    .news-hero h1 {
        margin-top: 42px;
        font-size: 48px;
    }

    .news-hero p {
        margin-top: 20px;
        font-size: 18px;
        line-height: 1.24;
    }

    .news-hero__button {
        min-height: 44px;
        border-radius: 13px;
        font-size: 16px;
    }

    .news_elems {
        --elems: 2;
        --gap: 20px;
    }
}

@media (max-width: 990px) {
    .news-hero .h_menu,
    .news-hero .header-actions {
        display: none;
    }

    .news-hero .mobile-header-data {
        display: inline-flex;
    }

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

    .news_list {
        margin-top: 40px;
    }

    .news_list.mt162 {
        margin-top: 56px;
    }

    .news_elems {
        --elems: 1;
        margin-top: 20px;
    }

    .news_section {
        min-width: 120px;
        height: 38px;
    }

}

@media (max-width: 575px) {
    .news-container,
    .news-hero #main-header.header {
        width: min(calc(100% - 32px), 100%);
    }

    .news-hero #main-header.header {
        margin-top: 26px;
    }

    .news-hero {
        min-height: 430px;
    }

    .news-hero__content {
        padding: 56px 0 46px;
    }

    .news-hero h1 {
        margin-top: 34px;
        font-size: 38px;
    }

    .news-hero p {
        font-size: 17px;
    }

    .news_list.mt162 {
        margin-top: 42px;
    }

    .heading h1 {
        font-size: 34px;
    }

    .news_sections {
        gap: 10px;
    }

    .news_section {
        min-width: unset;
        height: 32px;
        font-size: 14px;
    }

    .news_elem {
        height: 384px;
    }

    .news_ei_body {
        padding: 0 14px 27px;
    }

    .news_eib_ctx {
        margin-bottom: 0;
    }

    .news_eib_ctx_title {
        font-size: 16px !important;
        line-height: 1.12 !important;
    }

    .news_date_badge {
        top: 18px;
        left: 18px;
        padding: 5px 12px;
        font-size: 14px;
    }
}

@media (max-width: 407px) {
    .news_eib_ctx_title {
        -webkit-line-clamp: 2;
    }

    .news_elem {
        height: calc(100vw * 354 / 375);
    }
}

.news_elem .news_eib_ctx_title.bl_inn_title {
    font-size: 18px !important;
    line-height: 1.12 !important;
    font-weight: 400 !important;
}

.header.default-dark {
    color: #1a1919;
}

.header.default-dark .h_search svg path {
    fill: #1a1919;
}

@media (max-width: 575px) {
    .news_elem .news_eib_ctx_title.bl_inn_title {
        font-size: 16px !important;
    }
}
