@font-face {
  font-family: 'Involve';
  src: url('./fonts/Involve/Involve-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
}

.news-page {
    padding-bottom: 60px;
}

.news-page h1 {
    margin-top: 0;
    margin-bottom: 28px;
}

.news-list .btn-group {
    margin-bottom: 12px;
}

.news-list .product-layout {
    margin-bottom: 24px;
}

.news-list .product-thumb .caption .description {
    display: block;
}

.news-article .thumbnails {
    margin-bottom: 28px;
}

.news-article-hero {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 50px;
    z-index: 0;
    margin: 0 0 100px 0;
    padding: 30px 100px 50px 0;
    color: #fff;
    background: #1C1C1C;
    border-radius: 0 0 32px 0;
}

.news-article-hero::before {
    position: absolute;
    top: 0;
    right: calc(100% - 8px);
    bottom: 0;
    z-index: -1;
    width: 50vw;
    background: #1C1C1C;
    content: "";
}

.news-article-hero h1 {
    color: #fff;
    font-family: "SouthGhetto", sans-serif;
    font-size: 48px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    margin: 0;
    background: none;
    -webkit-text-fill-color: #FFF;
    text-wrap: balance;
}

.news-article-hero .breadcrumb {
    padding: 0;
    margin: 0;
    background: transparent;
}

.news-article-hero .breadcrumb > li,
.news-article-hero .breadcrumb > li:before,
.news-article-hero .breadcrumb > li > a {
    color: rgba(255, 255, 255, 0.72);
}

.news-article-meta {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 8px 18px;
    color: rgba(255, 255, 255, 0.68);
    font-size: 14px;
}
.news-article-meta__date,
.news-article-meta__views {
    display: flex;
    align-items: center;
    gap: 10px;
}
.news-article-meta svg {
    margin: -2px 0 0 0;
}
.news-article-banner {
    aspect-ratio: 1095 / 616;
    overflow: hidden;
    border-radius: 24px;
    background: rgba(255, 255, 255, 0.08);
    max-width: 100%;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.news-article-banner img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.news-article-intro p {
    color: #FFF;
    font-family: Involve;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    margin: 0;
}

.news-article-layout {
    padding-bottom: 24px;
}

.news-article-main {
    float: left;
}

.news-article #tab-description {
    margin-bottom: 28px;
    font-size: 15px;
    line-height: 28px;
}

.news-article #tab-description img {
    max-width: 100%;
    height: auto;
}

.news-article .blog-info {
    margin-bottom: 28px;
}

.news-article #tab-review {
    margin-top: 36px;
}

.news-article #tab-review h2,
.news-article h3 {
    margin-top: 36px;
    margin-bottom: 20px;
}

.news-article .product-layout {
    margin-bottom: 24px;
}

.news-article-sidebar {
    float: right;
}

.news-article .news-article-sidebar .mcolumn {
    width: 100%;
}

.news-article-sidebar > aside {
    float: none;
    width: 100%;
    padding-right: 0;
    padding-left: 0;
}

.news-article-sidebar .list-group,
.news-article-sidebar .panel {
    margin-bottom: 24px;
}


/* ----------------------------------------------------------------------------------- */
.news-landing {
    display: flex;
    flex-direction: column;
    gap: 100px;
}
.universal-news {
    display: flex;
    flex-direction: column;
    gap: 50px;
}
.first-news {
}
.universal-news__inner {
    display: flex;
    flex-direction: column;
    gap: 30px;
}
.news-landing .title-news {
    color: #0C0C0C;
    font-family: 'SouthGhetto', sans-serif;
    font-size: 48px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    margin: 0;
    padding: 0;
}
.news-landing .text-news {
    color: #0C0C0C;
    font-family: 'Involve', sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    margin: 0;
    padding: 0;
}
.news-landing .text-news a {
    color: #8E0002;
    text-decoration: underline !important;
}
.news-landing .text-news b {
    font-weight: 700;
}
.news-landing .subtitle-news {
    color: #0C0C0C;
    font-family: "Involve", sans-serif;
    font-size: 36px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
    margin: 0;
    padding: 0;
}
.universal-news__list {
    list-style: none;
    padding: 0 0 0 25px;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 15px;
}
.universal-news__list li {
    display: flex;
    align-items: start;
    gap: 10px;
}
.universal-news__list li::before {
    content: "";
    width: 14px;
    height: 14px;
    background: #8E0002;
    border-radius: 50%;
    margin: 4px 0;
    display: flex;
    flex-shrink: 0;
}
.universal-news__info {
    display: flex;
    flex-direction: column;
    gap: 15px;
}
.universal-news img {
    max-width: 100%;
    height: auto;
    border-radius: 24px;
    object-fit: cover;
}
.universal-news__table {
    margin: 0;
    padding: 0;
    width: 100%;
}

.universal-news__table .mewlite-compare {
    width: 100%;
    margin: -5px;
    padding: 0;
    border: 0;
    border-spacing: 5px;
    border-collapse: separate;
    table-layout: fixed;
    font-family: inherit;
}
.universal-news__table .mewlite-compare__cell {
    margin: 0;
    padding: 10px 20px;
    border: 0;
    border-radius: 8px;
    background: #EEEFF5;
    color: #0C0C0C;
    font-size: 16px;
    font-weight: 400;
    line-height: 140%;
    text-align: left;
    vertical-align: middle;
    height: 60px;
}
.universal-news__table .mewlite-compare__cell--head {
    padding: 10px 20px;
    background: #0C0C0C;
    color: #ffffff;
    font-weight: 600;
}
.universal-news__table .mewlite-compare__body .mewlite-compare__row:nth-child(odd) .mewlite-compare__cell {
    background: #eceef5;
}
.universal-news__table .mewlite-compare__body .mewlite-compare__row:nth-child(even) .mewlite-compare__cell {
    background: #dfe2eb;
}
.universal-news__attention {
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 30px;
    border-radius: 24px;
    background: #EEEFF5;
}
.universal-news__attention svg {
    max-width: 50px;
    width: 100%;
}

.video-news {
    padding: 50px;
    border-radius: 24px;
    background: #EEEFF5;
}
.video-news iframe {
    border-radius: 24px;
    max-width: 100%;
    width: 100%;
    aspect-ratio: 720 / 405;
}
/* faq---------------------------------------------- */
.faq-news__accordion {
    max-width: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.faq-news__item {
    padding: 30px;
    border-radius: 24px;
    background: #E1E3EB;
}

.faq-news__button {
    width: 100%;
    border: none;
    background: transparent;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    text-align: left;
    color: #0c0c0c;
    padding: 0;
}

.faq-news__icon {
    width: 30px;
    height: 15px;
    flex: 0 0 30px;

    display: flex;
    align-items: center;
    justify-content: center;
}

.faq-news__icon-svg {
    display: block;
    width: 30px;
    height: 15px;

    transition: transform 0.3s ease;
}

.faq-news__icon-path {
    fill: #0c0c0c;
    transition: fill 0.3s ease;
}

.faq-news__item--active .faq-news__icon-svg {
    transform: rotate(180deg);
}

.faq-news__item--active .faq-news__icon-path {
    fill: #8e0002;
}

.faq-news__content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.35s ease;
}

.faq-news__body {
    padding: 20px 0 0 0;
    font-size: 16px;
    line-height: 1.5;
    color: #333333;
}


@media screen and (max-width: 1600px) {
    .news-article-hero {
        padding: 30px 70px 50px 0;
    }
    .news-article-intro p {
        font-size: 16px;
    }
    .news-landing .text-news {
        font-size: 16px;
    }
}
@media (max-width: 1299px) {
    .news-page {
        padding-bottom: 36px;
    }
    .news-article-hero::after {
        position: absolute;
        top: 0;
        left: calc(100% - 8px);
        bottom: 0;
        z-index: -1;
        width: 50vw;
        background: #1C1C1C;
        content: "";
        border-radius: 0 0 32px 0;
    }
    .news-article-hero h1 {
        font-size: 40px;
    }
    .news-landing .title-news {
        font-size: 40px;
    }
    .news-landing .subtitle-news {
        font-size: 34px;
    }
    .news-list .text-right {
        text-align: left;
    }

    .news-list .control-label {
        margin-top: 12px;
    }

    .news-article-hero {
        padding: 30px 0 50px;
        border-radius: 0;
    }

    .news-article-main,
    .news-article-sidebar {
        float: none;
        width: 100%;
    }

    .news-article .news-article-sidebar.hidden-xs {
        display: block !important;
    }
    .video-news {
        padding: 30px;
    }
}
@media screen and (max-width: 1200px) {
    .universal-news__table .mewlite-compare,
    .universal-news__table .mewlite-compare__head,
    .universal-news__table .mewlite-compare__body,
    .universal-news__table .mewlite-compare__row,
    .universal-news__table .mewlite-compare__cell {
        display: block;
        width: 100%;
        box-sizing: border-box;
    }

    .universal-news__table .mewlite-compare {
        border-spacing: 0;
        margin: 0;
    }

    .universal-news__table .mewlite-compare__head {
        display: none;
    }

    .universal-news__table .mewlite-compare__row {
        margin: 0 0 8px;
        padding: 0;
    }

    .universal-news__table .mewlite-compare__row:last-child {
        margin-bottom: 0;
    }

    .universal-news__table .mewlite-compare__cell {
        margin: 0 0 4px;
        padding: 10px 20px;
        font-size: 16px;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .universal-news__table .mewlite-compare__cell:last-child {
        margin-bottom: 0;
    }

    .universal-news__table .mewlite-compare__cell::before {
        content: attr(data-mewlite-label);
        display: block;
        margin: 0 0 5px;
        color: #6d7280;
        font-size: 12px;
        font-weight: 500;
        line-height: 1.2;
    }

    .universal-news__table .mewlite-compare__cell:first-child {
        background: #0c0c0c !important;
        color: #ffffff;
        font-weight: 600;
    }

    .universal-news__table .mewlite-compare__cell:first-child::before {
        content: none;
    }
    .universal-news__table .mewlite-compare__body .mewlite-compare__row:nth-child(odd) .mewlite-compare__cell {
        background: #eceef5;
    }

    .universal-news__table .mewlite-compare__body .mewlite-compare__row:nth-child(even) .mewlite-compare__cell {
        background: #dfe2eb;
    }

    .universal-news__table .mewlite-compare__cell:first-child {
        background: #0c0c0c;
    }
}
@media (max-width: 767px) {
    .news-page {
        padding-bottom: 36px;
    }
    .universal-news__table .mewlite-compare__cell {
        height: auto;
        min-height: 60px;
    }
    .news-list .text-right {
        text-align: left;
    }

    .news-list .control-label {
        margin-top: 12px;
    }

    .news-article-hero {
        padding: 20px 0 50px;
    }
    .news-article-hero h1 {
        font-size: 36px;
    }
    .news-landing .title-news {
        font-size: 36px;
    }
    .news-landing .subtitle-news {
        font-size: 28px;
    }
    .news-article-intro p {
        font-size: 14px;
    }
    .news-landing .text-news {
        font-size: 14px;
    }
    .news-article-meta span + span {
        margin-top: 6px;
    }

    .news-article-main,
    .news-article-sidebar {
        float: none;
        width: 100%;
    }

    .news-article .news-article-sidebar.hidden-xs {
        display: block !important;
    }
    .video-news {
        padding: 30px 20px;
    }
}
@media screen and (max-width: 567px) {
    .news-article-hero {
        gap: 30px;
    }
    .news-article-banner {
        border-radius: 16px;
    }
    .universal-news img {
        border-radius: 16px;
    }
    .news-article-hero h1 {
        font-size: 26px;
    }
    .news-landing .title-news {
        font-size: 26px;
    }
    .news-landing .subtitle-news {
        font-size: 24px;
    }
    .news-article-intro p {
        font-size: 14px;
    }
    .news-landing .text-news {
        font-size: 14px;
    }
    .universal-news__list {
        padding: 0 0 0 15px;
    }
    .universal-news__attention {
        flex-direction: column;
        align-items: start;
        padding: 20px;
        border-radius: 16px;
    }
    .universal-news__attention svg {
        max-width: 30px;
    }
    .video-news {
        padding: 20px 10px;
        border-radius: 16px;
    }
    .faq-news__accordion {
        gap: 15px;
    }
    .faq-news__item {
        padding: 20px;
        border-radius: 16px;
    }
}
@media screen and (max-width: 1450px) {

}
@media screen and (max-width: 1340px) {

}
@media screen and (max-width: 1200px) {

}
@media screen and (max-width: 998px) {

}
@media (max-width: 767px) {

}
@media screen and (max-width: 567px) {

}

/* ------------------ */
.news-article-sidebar .news-article-sidebar__module {
    box-shadow: none !important;
}
.col-module:has(.news-featured) {
    padding: 30px 0;
    border: none;
}

.news-article-sidebar .panel,
.news-article-sidebar .list-group {
    border: 0;
    background: transparent;
    box-shadow: none;
}

.news-article-sidebar .news-featured {
    margin-bottom: 24px;
}
.news-article-sidebar .news-featured-title {
    color: #0C0C0C;
    font-family: 'Involve', sans-serif;
    font-size: 36px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
    margin: 0;
}

.news-article-sidebar .news-featured-all {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 50px;
    padding: 10px 18px;
    color: #FFF;
    font-size: 18px;
    font-weight: 500;
    line-height: 120%;
    text-decoration: none;
    border: 1px solid #0C0C0C;
    border-radius: 16px;
    background: #0C0C0C;
    transition: color 0.2s ease, border-color 0.2s ease, background 0.2s ease;
}

.news-article-sidebar .news-featured-all:hover,
.news-article-sidebar .news-featured-all:focus {
    color: #0C0C0C;
    text-decoration: none;
    background: #FFF;
}

.news-article-sidebar .news-featured-list {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.news-article-sidebar .news-featured-card {
    display: block;
    overflow: hidden;
    border-radius: 24px;
    background: #EEEFF5;
    box-shadow: none;
}

.news-article-sidebar .news-featured-card__image {
    display: block;
    aspect-ratio: 276 / 155;
    overflow: hidden;
    background: #f1f2f4;
}

.news-article-sidebar .news-featured-card__image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 24px 24px 0 0;
}

.news-article-sidebar .news-featured-card__body {
    padding: 20px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.news-article-sidebar .news-featured-card__meta {
    display: flex;
    justify-content: space-between;
    gap: 12px;
    color: #414142;
    font-size: 14px;
    line-height: 140%;
}

.news-article-sidebar .news-featured-card__views {
    white-space: nowrap;
}

.news-article-sidebar .news-featured-card__title {
    color:  #0C0C0C;
    font-family: 'Involve', sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
    margin: 0;
}

.news-article-sidebar .news-featured-card__title a {
    color: #151515;
    text-decoration: none;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-word;
}

.news-article-sidebar .news-featured-card__title a:hover,
.news-article-sidebar .news-featured-card__title a:focus {
    color: #4f5f7f;
    text-decoration: none;
}

.news-article-sidebar .news-featured-card__description {
    margin: 0;
    color: #0C0C0C;
    font-family: 'Involve', sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;

    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-word;
}


.news-article-sidebar .news-featured-card__meta svg {
    margin: -2px 0 0 0;
}
.news-featured-card__date,
.news-featured-card__views {
    display: flex;
    align-items: center;
    gap: 10px;
}

.news-article-sidebar .news-featured {
    display: flex;
    flex-direction: column;
}
.news-article-sidebar .news-featured-all {
    display: flex;
    width: 100%;
    max-width: 100%;
    margin: 30px 0;
}

.news-article-sidebar .news-featured-card__date,
.news-article-sidebar .news-featured-card__views {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    white-space: nowrap;
}

.news-article-sidebar .news-featured-card__meta svg {
    width: 20px;
    height: 20px;
    flex: 0 0 20px;
}

.news-article-sidebar .news-featured-scrollbar {
    display: none;
}

@media (max-width: 1299px) {
    .news-article-sidebar {
        float: none;
        width: 100%;
    }
    .news-article-sidebar .news-featured {
        gap: 30px;
        margin: 0;
    }
    .news-article .news-article-sidebar.hidden-xs {
        display: block !important;
    }

    .news-article-sidebar .news-featured-heading {
        order: 1;
    }

    .news-article-sidebar .news-featured-list {
        order: 2;
        flex-direction: row;
        gap: 16px;
        padding-bottom: 30px;
        overflow-x: auto;
        overflow-y: hidden;
        scroll-snap-type: x mandatory;
        scrollbar-width: none;
        -webkit-overflow-scrolling: touch;
    }

    .news-article-sidebar .news-featured-list::-webkit-scrollbar {
        display: none;
        width: 0;
        height: 0;
    }

    .news-article-sidebar .news-featured-all {
        order: 4;
        margin: 0;
    }

    .news-article-sidebar .news-featured-scrollbar {
        display: block;
        order: 3;
        width: 318px;
        height: 6px;
        overflow: hidden;
        border-radius: 60px;
        background: #e1e3eb;
        margin: 0 auto;
    }

    .news-article-sidebar .news-featured-scrollbar__thumb {
        display: block;
        width: 40px;
        height: 100%;
        border-radius: 60px;
        background: #1c1c1c;
        transform: translateX(0);
        transition: transform 0.08s linear, width 0.08s linear;
    }

    .news-article-sidebar .news-featured-card {
        flex: 0 0 clamp(280px, 32vw, 360px);
        max-width: 320px;
        scroll-snap-align: start;
    }
}

@media (min-width: 1300px) {
    .news-article-sidebar {
        float: right;
    }

    .news-article-sidebar .news-featured-list {
        flex-direction: column;
        overflow: visible;
        scroll-snap-type: none;
        scrollbar-width: auto;
    }

    .news-article-sidebar .news-featured-scrollbar {
        display: none;
    }
}


/* Advantages block: scoped styles, не влияет на старые .subtitle-news */
.news-landing .news-advantages {
    gap: 30px;
}

.news-landing .news-advantages__item {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.news-landing .news-advantages__title {
    color: var(--Color-Grey-Dark-700, #0C0C0C);
    font-family: 'Involve', sans-serif;
    font-size: var(---H3, 36px);
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
    margin: 0;
    padding: 0;
}

@media screen and (max-width: 991px) {
    .news-landing .news-advantages__title {
        font-size: var(---H3, 34px);
    }
}

@media (max-width: 768px) {
    .news-landing .news-advantages__title {
        font-size: var(---H3, 28px);
    }
}

@media screen and (max-width: 568px) {
    .news-landing .news-advantages__title {
        font-size: var(---H3, 24px);
    }
}


/* Catalog button: moved from inline styles */
.news-landing .news-catalog-button-wrap {
    margin: 0;
    text-align: center;
}

.news-landing .news-catalog-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 50px;
    padding: 14px 28px;
    color: #ffffff;
    font-family: 'Involve', sans-serif;
    font-size: 18px;
    font-weight: 600;
    line-height: 120%;
    text-decoration: none;
    border-radius: 16px;
    background: #CD171A;
    transition: background-color 0.2s ease, filter 0.2s ease;
}

.news-landing .news-catalog-button:hover,
.news-landing .news-catalog-button:focus {
    color: #ffffff;
    text-decoration: none;
    background: #D93639;
    filter: brightness(1.06);
}
