body:has(.news-page),
body:has(.news-page) .pm-footer__dec-part {
    background:  #F5F5F5;
}

body:has(.news-page) .pm-header.pm-header--fixed {
    background: #f5f5f5;
}
body:has(.news-page) .pm-header.pm-header--fixed.pm-header--scrolled {
    background: #f5f5f5;
}

body:has(.news-page) .pm-header__wrapper {
    padding: 24px 0;
}

body:has(.news-page).lock .pm-popup-overlay {
    padding-top: 108px;
}

.news-page-wrapper{
    margin-top: 72px;
    padding: clamp(60px, 5vw, 90px) 0 90px;
}
@media (max-width: 1560px) {
    .news-page-wrapper{
        padding: 60px 0 90px;
    }
}
@media (max-width: 991px) {
    .news-page-wrapper{
        padding: 0 0 24px;
        margin-top: 176px;
    }

    body:has(.news-page) .pm-header__wrapper {
        padding: 16px 0 24px;
    }
}
@media (max-width: 960px) {
    .news-page-wrapper{
        margin-top: 168px;
    }
}
@media (max-width: 600px) {
    .news-page-wrapper{
        margin-top: 168px;
        padding-bottom: 32px;
    }

    body:has(.news-page) .pm-header__wrapper {
        padding: 16px 0 20px;
    }
}

.news-page{
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: clamp(24px, 3.333vw, 60px);
}
@media (max-width: 1560px) {
    .news-page{
        gap: 24px;
    }
}

.news-page__menu{
    width: clamp(240px, 16.666vw, 300px);
    -ms-flex-negative: 0;
        flex-shrink: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 32px;
    border-right: 1px solid var(--Border-Base-Neutral, rgba(82, 82, 82, 0.16));
    -ms-flex-item-align: start;
        align-self: flex-start;
    position: sticky;
    top: 131px;
}

.news-menu__list-container{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 16px;
}

.news-page .pm-menu-nav__main-list{
    gap: 12px;  
}

.news-menu__list-title{
    color: #737373;
    font-size: 16px;
    font-weight: 600;
    line-height: 20px;
}

.news-content {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 40px;
}

.news-content:has(.news-detail-wrapper) {
    max-width: calc(100% - clamp(240px, 16.666vw, 300px) - clamp(24px, 3.333vw, 60px));
}

@media(max-width: 1560px) {
    .news-content {
        gap: 32px;
    }

    .news-content:has(.news-detail-wrapper) {
        max-width: calc(100% - clamp(240px, 16.666vw, 300px) - 24px);
    }
}

.news-section {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 24px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 24px;
    border-radius: 24px;
    background: #FFF;
}

.news-section__title,
h1.news-section__title {
    color:  #171717;
    font-size: 32px;
    font-weight:600;
    line-height: 38px;
}
@media(max-width: 1560px) {
    .news-section__title,
    h1.news-section__title {
        font-size: 24px;
        line-height: 30px;
    }

    .news-aside .news-section__title {
        font-size: 24px;
        line-height: 30px;
    }
}

.news-page .pm-media__news-list{
    width: 100%;
    max-width: 100%;
    gap: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}

.news-page .pm-media__news-item{
    height: 120px;
    -webkit-box-sizing: content-box;
            box-sizing: content-box;
    position: relative;
}

.news-page .pm-media__news-item:not(:last-child){
    padding-bottom: 16px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.10);
}

.main-news-item{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: clamp(250px, 17.6111vw, 317px);
    padding: 24px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    width: 100%;
    border-radius: 16px;
    position: relative;
}

.main-news-item__img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    z-index: 0;
    pointer-events: none;
    border-radius: 16px;
}

.main-news-item__overlay{
    position: absolute;
    inset: 0;
    background: -o-linear-gradient(
        top,
        rgba(1, 4, 15, 0) 13.35%,
        rgba(1, 4, 15, 0.7) 66.78%
    );
    background: -webkit-gradient(
        linear,
        left top, left bottom,
        color-stop(13.35%, rgba(1, 4, 15, 0)),
        color-stop(66.78%, rgba(1, 4, 15, 0.7))
    );
    background: linear-gradient(
        180deg,
        rgba(1, 4, 15, 0) 13.35%,
        rgba(1, 4, 15, 0.7) 66.78%
    );
    border-radius: 16px;
    pointer-events: none;
}

.main-news-item .pm-media__news-content{
    z-index: 1; 
    height: -webkit-fit-content; 
    height: -moz-fit-content; 
    height: fit-content;
    gap: 24px;
    color: #FFF;
    max-width: 460px;
}

.main-news-item__text{
    color:  rgba(255, 255, 255, 0.48);
    -o-text-overflow: ellipsis;
       text-overflow: ellipsis;
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;

    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;    /* Количество строк, после которых появится многоточие */
    overflow: hidden;         /* Скрывает обрезанный текст */
    text-overflow: ellipsis;
}

.main-news-item .pm-media__news-text .pm-event-tag{
    background:  rgba(255, 255, 255, 0.24);
    color: rgba(255, 255, 255, 0.8);
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 4px;
    padding: 4px 8px;
}

.main-news-item .pm-media__news-title{
    color: #FFF;
    font-size: 24px;
    line-height: 30px;
}

.main-news-item .pm-media__stat-text{
    color: rgba(255, 255, 255, 0.48);
}

.main-news-item .pm-media__stat-divider circle,
.main-news-item .pm-media__views-icon path{
    fill: rgba(255, 255, 255, 0.48);
}

.news-share-btn{
    cursor: pointer;
    z-index: 1;
    width: 20px;
    height: 20px;
    min-width: 20px;   
    -webkit-transition: -webkit-transform .3s ease;   
    transition: -webkit-transform .3s ease;   
    -o-transition: transform .3s ease;   
    transition: transform .3s ease;   
    transition: transform .3s ease, -webkit-transform .3s ease;
}

.news-share-btn svg{
    width: 100%;
    height: 100%;
}

.news-share-btn svg path{
    fill: #a3a3a3;
    -webkit-transition: fill .3s ease;
    -o-transition: fill .3s ease;
    transition: fill .3s ease;
}

@media(any-hover: hover){
    .main-news-item:hover .pm-media__news-title{
        opacity: var(--active);
    }

    .main-news-item .pm-media__news-text .pm-event-tag:hover{
        background:  rgba(255, 255, 255, 0.32);
    }

    .news-share-btn:hover{
        -webkit-transform: scale(1.2);
            -ms-transform: scale(1.2);
                transform: scale(1.2);
    }

    .news-share-btn:hover svg path{
        fill: #737373;
    }
}

.news-aside{
    width: clamp(240px, 16.666vw, 300px);
    -ms-flex-negative: 0;
        flex-shrink: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 24px;
    -ms-flex-item-align: start;
        align-self: flex-start;
    position: sticky;
    top: 131px;
}

.news-aside{
    .pm-media__news-list{
        min-width: unset;
        width: auto;
    }

    .pm-media__news-title{
        font-size: 18px;
        line-height: 22px;
    }

    .pm-media__news-content {
        height: auto;
        gap: 12px;
    }
}

.news-page .news-aside .pm-media__news-item{
    height: auto;
}

.news-banner__title{
    color: #FFF;
    font-size: 16px;
    font-weight: 600;
    line-height: 20px;
    -webkit-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease;
    z-index: 1;
}

.news-banner{
    border-radius: 24px;
    background: #7086FC;
    -webkit-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    padding-left: 24px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 12px;
    overflow: hidden;
}

.news-banner picture:has(.news-banner__image) {
    height: 128px;
}

.news-banner__bg{
    position: absolute;
    right: 0;
    bottom: 0;
    pointer-events: none;
    height: 124px;
}

.news-banner__dec {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    height: 100%;
}

.news-banner--link{
    position: relative;
    overflow: hidden;
    padding: 24px;
    border-radius: 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 128px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
}

.news-banner--link-bg{
    position: absolute;
    left: 50%;
    top: 50%;
    width: 100%;
    height: 100%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    -o-object-fit: cover;
       object-fit: cover;
    -webkit-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease;
}

.news-banner--link-overlay{
    position: absolute;
    inset: 0;
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0.10) 44.52%, rgba(0, 0, 0, 0.80) 75.93%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(44.52%, rgba(0, 0, 0, 0.10)), color-stop(75.93%, rgba(0, 0, 0, 0.80)));
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.10) 44.52%, rgba(0, 0, 0, 0.80) 75.93%);
}

.news-banner--link .news-banner__title{
    max-width: 177px;
}

.news-banner--link .pm-btn{
    z-index: 1;
    position: absolute;
    top: 8px;
    right: 8px;
    border-radius: 50%;
    padding: 0;
    width: 40px;
    height: 40px;
}

@media(any-hover: hover) {
    .news-banner:hover{
        background: #5369E0;
    }

    .news-banner--link:hover .news-banner--link-bg{
       -webkit-transform: translate(-50%, -50%) scale(1.05);
           -ms-transform: translate(-50%, -50%) scale(1.05);
               transform: translate(-50%, -50%) scale(1.05);
    }

    .news-banner:hover .news-banner__title,
    .news-banner--link:hover .news-banner__title{
        opacity: var(--active);
    }
}

@media(max-width: 1790px){
    .news-banner{
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        padding: var(--Spacing-Base-Spacing-16, 16px) var(--Spacing-Base-Spacing-16, 16px) 0 var(--Spacing-Base-Spacing-16, 16px);
    }

    
    .news-banner--link{
        padding: 16px;
    }

    .news-banner picture:has(.news-banner__image) {
        height: 82px;
    }

    .news-banner__image {
        position: absolute;
        right: 0;
    }

    .news-banner__bg {
        height: 155px;
    }
}

@media(max-width: 1560px){
    .news-aside{
        gap: 16px;

        .news-section{
            gap: 16px;
            padding: 16px;
        }

        .pm-media__news-list {
            gap: 12px;
        }

        .pm-media__news-item:not(:last-child){
            padding-bottom: 12px;
        }
    }

    .news-section {
        gap: 20px;
        padding: 20px;
        border-radius: 16px;
    }

    .news-banner,
    .news-banner--link{
        border-radius: 16px;
    }

    .news-page .pm-media__news-item  {
        gap: 12px;
        height: 90px;
    }

    .news-page .pm-media__news-title {
        font-size: 16px;
        line-height: 20px;
        -webkit-line-clamp: 1;
    }

    .news-page .pm-media__stat-text {
        font-size: 14px;
        line-height: 18px;
    }

    .main-news-item .pm-media__stat-text{
        font-size: 16px;
        line-height: 20px;
    }

    .main-news-item .pm-media__news-title{
        font-size: 20px;
        line-height: 24px;
    }

    .main-news-item .pm-media__news-content{
        gap: 16px;
    }

    .main-news-item .pm-media__news-text{
        gap: 4px;
    }

    .main-news-item .pm-media__news-text .pm-event-tag {
        margin-bottom: 8px;
    }
}
@media(max-width: 1440px){
    .main-news-item{
        height: 250px;
        padding: 16px;
        border-radius: 12px;
    }

    .main-news-item__img,
    .main-news-item__overlay{
        border-radius: 12px;
    }
}

@media(max-width: 991px){
    .news-page{
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }

    .news-aside{
        display: none;
    }

    .news-page__menu{
        border: none;
        gap: 8px;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;

        overflow-x: auto;
        overflow-y: hidden;

        -ms-overflow-style: none;
        scrollbar-width: none;

        width: 100dvw;
        padding: 0 var(--container-padding);
        margin-left: calc(var(--container-padding) * -1);

        position: fixed;
        background: #f5f5f5;
        z-index: 4;
        padding-block: 0 16px;
        top: 88px;
    }

    .news-page__menu::-webkit-scrollbar {
        display: none;
    }

    .news-menu__list-title{
        display: none;
    }

    .news-page .pm-menu-nav__main-list {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        gap: 8px;
        width: -webkit-max-content;
        width: -moz-max-content;
        width: max-content;
    }

    .news-page__menu .pm-menu-nav__active-line{
        display: none;
    }

    .news-page__menu .pm-menu-nav__text {
        min-width: -webkit-fit-content;
        min-width: -moz-fit-content;
        min-width: fit-content;
        -webkit-transform: translateY(1px);
            -ms-transform: translateY(1px);
                transform: translateY(1px);
    }

    .pm-media__news-text .pm-event-tag {
        padding-top: 5px;
    }

    .news-page__menu .pm-menu-nav__main-item  {
        width: -webkit-max-content;
        width: -moz-max-content;
        width: max-content;
        border-radius: 12px;
        background: #FFF;
        padding: 4px 12px 4px 4px;
        height: -webkit-fit-content;
        height: -moz-fit-content;
        height: fit-content;
    }

    .news-menu__list-container{
        padding-left: 12px;
        margin-left: 4px;
        border-left: 1px solid var(--Control-Neutral-Neutral-secondary, rgba(82, 82, 82, 0.08)); ;
    }

    .news-page .pm-menu-nav__main-item.active .pm-menu-nav__text {
        color: var(--content-sentiment-accent);
    }

    .news-page .pm-menu-nav__main-item.active .pm-menu-nav__icon-wrapper {
        background: var(--bg-sentiment-accent-subtle);
    }

    .news-page .pm-menu-nav__main-item.active .pm-menu-nav__icon path, .news-page .pm-menu-nav__main-item.active .pm-menu-nav__icon circle {
        fill: var(--content-sentiment-accent);
    } 

    .news-page .pm-menu-nav__main-item.active .pm-menu-nav__icon {
        opacity: 1;
    }

    .news-page{
        gap: 28px;
    }

    body:has(.news-page) .pm-header.pm-header--fixed.pm-header--scrolled {
        border-bottom: none;
    }

    body:has(.news-page):has(.pm-header--scrolled) .news-page__menu {
        border-bottom: 1px solid var(--border-base-neutral);
    }
}

@media(max-width: 960px) {
    .news-page__menu {
        top: 88px;
    }
}

@media(max-width: 600px){
    .news-page {
        gap: 32px;
    }

    .news-section{
        padding: 16px;
        gap: 16px;
    }

    .news-page-wrapper .pm-container {
        padding: 0;
    }

    .news-page__menu {
        top: 84px;
        width: 100%;
        margin-left: 0;
    }

    .main-news-item .pm-media__news-text .pm-event-tag {
        font-size: 14px;
        line-height: 18px;
    }

    .main-news-item .pm-media__news-title {
        font-size: 18px;
        line-height: 22px;
    }

    
    .main-news-item__text,
    .main-news-item .pm-media__stat-text{
        font-size: 14px;
        line-height: 18px;
    }

    .news-page .pm-media__news-list {
        gap: 12px;
    }

    .news-page .pm-media__news-item:not(:last-child) {
        padding-bottom: 12px;
    }
}

/* ====================================================
   SHARE TOOLTIP & COPY ALERT — добавить в news.css
   ==================================================== */

/* Обёртка кнопки — нужна для позиционирования тултипа */
.news-share-wrapper {
    position: relative;
    z-index: 3;
    height: 20px;
}

/* ── Тултип ── */
.news-share-dropdown {
    position: absolute;
    bottom: calc(100% + 8px);
    right: -81px;
    background: #fff;
    border-radius: 16px;
    -webkit-box-shadow: 0px 4px 24px 0px rgba(203, 208, 233, 0.40);
            box-shadow: 0px 4px 24px 0px rgba(203, 208, 233, 0.40);
    padding: 8px 12px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 4px;

    /* скрыт по умолчанию */
    opacity: 0;
    pointer-events: none;
    -webkit-transform: translateY(6px);
        -ms-transform: translateY(6px);
            transform: translateY(6px);
    -webkit-transition: opacity .2s ease, -webkit-transform .2s ease;
    transition: opacity .2s ease, -webkit-transform .2s ease;
    -o-transition: opacity .2s ease, transform .2s ease;
    transition: opacity .2s ease, transform .2s ease;
    transition: opacity .2s ease, transform .2s ease, -webkit-transform .2s ease;
    z-index: 100;
}

@media(max-width: 991px) {
    .news-share-dropdown{
        right: 0;
    }
}

.news-share-dropdown.active {
    opacity: 1;
    pointer-events: auto;
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
}

/* Пункт меню */
.news-share-dropdown__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 8px;
    height: 40px;
    padding: 8px 0;
    cursor: pointer;
    background: none;
    border: none;
    width: 100%;
    text-align: left;
    -webkit-transition: opacity .2s ease;
    -o-transition: opacity .2s ease;
    transition: opacity .2s ease;
}

@media (any-hover: hover) {
    .news-share-dropdown__item:hover .news-share-dropdown__label{
        color: var(--content-sentiment-accent);
    }

    .news-share-dropdown__item:hover .news-share-dropdown__icon svg path {
        fill: var(--content-sentiment-accent);
    }
}

.news-share-dropdown__icon {
    width: 16px;
    height: 16px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}

.news-share-dropdown__icon svg {
    width: 100%;
    height: 100%;
}

.news-share-dropdown__icon svg path {
    -webkit-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease;
}

.news-share-dropdown__label {
    font-size: 16px;
    font-weight: 600;
    line-height: 20px;
    color: var(--content-base-primary);
    white-space: nowrap;
    -webkit-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease;
}

/* ── Алерт «Ссылка скопирована» ── */
.news-copy-alert {
    position: fixed;
    top: 88px;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-16px);
        -ms-transform: translateX(-50%) translateY(-16px);
            transform: translateX(-50%) translateY(-16px);
    background: -o-linear-gradient(bottom, var(--Background-Sentiment-Positive-subtle, rgba(34, 197, 94, 0.16)) 0%, var(--Background-Sentiment-Positive-subtle, rgba(34, 197, 94, 0.16)) 100%), #FFF;
    background: -webkit-gradient(linear, left bottom, left top, from(var(--Background-Sentiment-Positive-subtle, rgba(34, 197, 94, 0.16))), to(var(--Background-Sentiment-Positive-subtle, rgba(34, 197, 94, 0.16)))), #FFF;
    background: linear-gradient(0deg, var(--Background-Sentiment-Positive-subtle, rgba(34, 197, 94, 0.16)) 0%, var(--Background-Sentiment-Positive-subtle, rgba(34, 197, 94, 0.16)) 100%), #FFF;
    border-radius: 16px;
    padding: 12px 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 8px;
    pointer-events: none;
    opacity: 0;
    -webkit-transition: opacity .25s ease, -webkit-transform .25s ease;
    transition: opacity .25s ease, -webkit-transform .25s ease;
    -o-transition: opacity .25s ease, transform .25s ease;
    transition: opacity .25s ease, transform .25s ease;
    transition: opacity .25s ease, transform .25s ease, -webkit-transform .25s ease;
    z-index: 200;
    white-space: nowrap;
}

.news-copy-alert.active {
    opacity: 1;
    -webkit-transform: translateX(-50%) translateY(0);
        -ms-transform: translateX(-50%) translateY(0);
            transform: translateX(-50%) translateY(0);
}

.news-copy-alert__icon {
    width: 16px;
    height: 16px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
}

.news-copy-alert__text {
    font-size: 18px;
    font-weight: 600;
    line-height: 22px;
    color: var(--content-sentiment-positive);
}

@media(max-width: 1560px) {
    .news-copy-alert__text {
        font-size: 16px;
        line-height: 20px;
    }
}

.news-video-section{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 12px;
}

.swiper-slide.news-video-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 24px;
    min-width: 0;
    height: 100%;
    padding: 8px;
    border-radius: var(--Radius-Base-Radius-l, 24px);
    background: var(--Background-Base-Secondary, #FFF);
    -webkit-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease;
}
@media(min-width: 991px) {
    .swiper-slide.news-video-item {
        width: 100% !important;
    }
}

.news-video-container{
    width: 100%;
    min-width: 0;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    border-radius: 16px;
    position: relative;
    overflow: hidden;
    z-index: 2;
}

.news-video-preview {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    -o-object-fit: cover;
       object-fit: cover;
}

.news-video-container .pm-media__play-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
}

.news-video-container .pm-media__reel-duration {
    border-radius: 8px;
    background: var(--Background-Base-Overlay, rgba(26, 26, 26, 0.64));
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    padding: 4px 8px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 10px;
    font-size: var(--Typography-Body-S-fontSize, 14px);
    font-weight: var(--Weights-Medium, 500);
    line-height: var(--Typography-Body-S-lineHeight, 18px); /* 128.571% */
    position: absolute;
    bottom: 8px;
    right: 8px;
}

.news-video-controls {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 8px;
}

.swiper.news-video-slider {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    width: calc(100% + 48px);
    min-width: 0;
    height: calc(clamp(296px, 20.555vw, 370px) + 48px);
    padding: 24px;
    margin: -24px;
}

.news-video-item .pm-media__news-content {
    width: clamp(296px, 17.777vw, 320px);
    -ms-flex-negative: 0;
        flex-shrink: 0;
    padding: 24px 0;
}

.news-video-item .pm-media__news-title {
    color: var(--Content-Base-Primary, #171717);
    font-size: var(--Typography-Headline-H4-fontSize, 24px);
    font-style: normal;
    font-weight: var(--Weights-SemiBold, 600);
    line-height: var(--Typography-Headline-H4-lineHeight, 30px); /* 125% */
}

.news-video-item .pm-event-tag {
    font-size: 16px;
    line-height: 20px;
    padding: 4px 8px;
}

.container.s-h {
    background-size: cover;
}

@media (max-width: 1560px) {
    .news-video-item .pm-media__news-title {
        font-size: 20px;
        line-height: 24px;
        -webkit-line-clamp: 3;
    }

    .swiper-slide.news-video-item {
        border-radius: 16px;
    }

    .news-video-container {
         border-radius: 12px;
    }
}
@media (max-width: 1320px) {
    .news-video-item .pm-media__news-content {
        width: calc((100% - 24px) / 2);
    }
}
@media (max-width: 991px) {
    .swiper.news-video-slider {
        width: calc(100% + var(--container-padding) * 2);
        padding: 24px var(--container-padding);
        margin-left: calc(var(--container-padding) * -1);
    }

    
    .news-video-controls{
        display: none;
    }
}
@media (max-width: 600px) {
    .swiper.news-video-slider {
        width: 100%;
        margin-left: 0;
    }
}
@media (max-width: 485px) {
    .swiper-slide.news-video-item {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        gap: 16px;
        height: auto;
    }

    .news-video-item .pm-media__news-content {
        width: 100%;
        height: -webkit-fit-content;
        height: -moz-fit-content;
        height: fit-content;
        gap: 16px;
        padding: 0;
        padding: 0 8px 8px;
    }

    .swiper.news-video-slider {
        height: auto;
    }

        .news-video-container  {
        height: 240px;
        min-height: 240px;
        max-height: 240px;
    }

    .news-video-item .pm-media__news-title {
        font-size: 18px;
        line-height: 22px;
    }

    .news-video-item .pm-event-tag {
    font-size: 14px;
    line-height: 18px;
}
}

.news-list-section {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: var(--Spacing-Base-Spacing-16, 16px);
    -ms-flex-item-align: stretch;
        -ms-grid-row-align: stretch;
        align-self: stretch;
}

.news-list__grid {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 16px 1fr;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
}

.news-card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: var(--Spacing-Base-Spacing-8, 8px);
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: var(--Spacing-Base-Spacing-24, 24px);
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0px;
            flex: 1 0 0;
    border-radius: var(--Radius-Base-Radius-m, 16px);
    background: var(--Background-Base-Secondary, #FFF);
    position: relative;
    -webkit-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease;
}

@media(min-width: 501px) {
    .news-list__grid .news-card:nth-child(5) {
        -ms-grid-column-span: 2;
        grid-column: span 2;
    }

    .news-list__grid .news-card:nth-child(5) .news-card__image {
        height: 284px;
    }
}

.news-card__image {
    width: 100%;
    border-radius: 12px;
    height: 240px;
    -o-object-fit: cover;
       object-fit: cover;
}

.news-card .pm-media__news-content {
    gap: 24px;
    padding: 0 16px 16px;
    width: 100%;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
}

.news-card__bottom {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}

@media (min-width: 1561px) {
    .news-page .pm-media__news-item .pm-media__news-title{
        font-size: 18px;
        line-height: 22px;
    }
}

.news-card .pm-media__news-title {
    -webkit-line-clamp: 2;
    font-size: 20px;
    line-height: 24px;
}

.news-card .pm-event-tag {
    font-size: 16px;
    line-height: 20px;
    padding: 4px 8px;
}

.news-list-section .pm-btn--primary {
    font-size: 18px;
    line-height: 22px;
    height: 56px;
}

.news-page .news-card .pm-media__stat-text {
    font-size: 16px;
    line-height: 20px;
}

@media(max-width: 991px) {
   .news-list-section .pm-btn--primary {
        width: 100%;
    } 
}
@media(max-width: 600px) {
    .news-list-section {
        padding-inline: var(--container-padding);
    }
    .news-list-section .pm-btn--primary {
        font-size: 16px;
        line-height: 20px;
    } 
    .news-card .pm-event-tag,
    .news-page .news-card .pm-media__stat-text {
        font-size: 14px;
        line-height: 18px;
    }
    .news-card .pm-media__news-content {
        padding: 0 8px 8px;
        gap: 16px;
    }
    .news-card {
        gap: 16px;
    }
}
@media(max-width: 500px) {
    .news-list__grid{
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    }
}

.news-page .pm-popular__navigation-container {
    gap: 8px;
}

.news-page .pm-media-slider.swiper {
    padding: 0;
    margin: 12px 0 0;
    height: clamp(548px, 45.277vw, 815px);
    max-width: calc(var(--container-width) - clamp(240px, 16.666vw, 300px) * 2 - clamp(24px, 3.333vw, 60px) * 2);
}
@media(max-width: 1800px) {
    .news-page .pm-media-slider.swiper {
        max-width: calc(100vw - var(--scrollbar-width) - var(--container-padding) * 2 - clamp(240px, 16.666vw, 300px) * 2 - clamp(24px, 3.333vw, 60px) * 2);
    }
}
@media(max-width: 1560px) {
    .news-page .pm-media-slider.swiper {
        max-width: calc(100vw - var(--scrollbar-width) - var(--container-padding) * 2 - clamp(240px, 16.666vw, 300px) * 2 - 48px);
    }

    .news-page .pm-media__reel-title {
        font-size: 18px;
        line-height: 22px;
    }
}
@media(max-width: 1440px) {
    .news-page .pm-media-slider.swiper {
        aspect-ratio: 632 / 548;
        height: auto;
    }
}

.news-list-section:has(.pm-media-slider) {
    gap: 12px;
}

.news-page .swiper-slide.pm-media-reel {
    background-size: cover !important;
    height: 100%;
}

.news-page .pm-media__reel-logo{
    opacity: 0;
    visibility: hidden;
}

@media (max-width: 1140px) {
    .news-page .pm-popular__navigation-container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
}
@media (max-width: 991px) {
    .news-page .pm-media-slider.swiper {
        max-width: unset;
        overflow-x: visible;
        overflow-y: hidden;
        scroll-behavior: smooth;
        padding: 0 var(--container-padding);
        margin-left: calc(var(--container-padding) * -1);
        width: calc(100% + var(--container-padding) * 2);
        -ms-overflow-style: none;
        scrollbar-width: none;
        height: 576px;
        margin-top: 4px;
    }

    .news-page .swiper-slide.pm-media-reel {
        width: 341px;
    }

    .news-page .pm-popular__navigation-container {
        display: none;
    }

    .news-page  .pm-media__play-btn {
        width: 80px;
        height: 80px;
    }

    .news-page .pm-media__play-btn .pm-btn-icon {
        width: 24px;
        height: 24px;
    }
}
@media (max-width: 768px) {
     .news-page .swiper-slide.pm-media-reel {
        width: clamp(253px, 44.401vw, 341px);
    }

    .news-page .pm-media-slider.swiper {
        height: auto;
        aspect-ratio: 768 / 576;
    }
}
@media (max-width: 570px) {
    .news-page .swiper-slide.pm-media-reel {
        width: 253px;
        padding: 16px;
    }

    .news-page .pm-media-slider.swiper {
        height: 448px;
        aspect-ratio: unset;
    }

    .news-page .pm-media__play-btn {
        width: 50px;
        height: 50px;
    }

    .news-page .pm-media__play-btn .pm-btn-icon {
        width: 16px;
        height: 16px;
    }

        .news-page .pm-media__reel-title {
        font-size: 16px;
        line-height: 20px;
    }
}

.news-section__top {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}


.news-section.news-slider-section {
    max-width: calc(var(--container-width) - clamp(240px, 16.666vw, 300px) * 2 - clamp(24px, 3.333vw, 60px) * 2);
    padding: clamp(24px, 2.222vw, 40px);
}
.swiper.news-slider{
    max-width: 100%;
    overflow-x: visible;
    overflow-y: hidden;
    scroll-behavior: smooth;
    padding: 0 clamp(24px, 2.222vw, 40px);
    margin-left: calc(clamp(24px, 2.222vw, 40px) * -1);
    width: calc(100% + clamp(24px, 2.222vw, 40px) * 2);
    -ms-overflow-style: none;
    scrollbar-width: none;
    max-width: unset;
}
.news-card.swiper-slide {
    width: 332px;
    min-width: 332px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
}
.news-card.swiper-slide .pm-media__news-content {
    padding: 0;
    gap: 20px;
}

.news-card.swiper-slide .news-card__image{
    height: 231px;
}

.news-card.swiper-slide .pm-media__news-title {
    font-size: 20px;
    line-height: 24px;
}

@media (max-width: 1800px) {
    .news-section.news-slider-section {
        max-width: calc(100vw - var(--scrollbar-width) - var(--container-padding) * 2 - clamp(240px, 16.666vw, 300px) * 2 - clamp(24px, 3.333vw, 60px) * 2);
    }
}
@media (max-width: 1560px) {
    .news-section.news-slider-section {
        max-width: calc(100vw - var(--scrollbar-width) - var(--container-padding) * 2 - clamp(240px, 16.666vw, 300px) * 2 - 48px);
        padding: 24px;
        gap: 16px;
    }
    .news-card.swiper-slide .pm-media__news-title {
        font-size: 18px;
        line-height: 22px;
    }
    .swiper.news-slider{
        padding: 0 24px;
        margin-left: -24px;
        width: calc(100% + 48px);
    }
}
@media (max-width: 991px) {
    .news-section.news-slider-section {
        max-width: unset;
    }
}
@media (max-width: 500px) {
    .news-section.news-slider-section {
        padding: 16px;
    }
    .news-card.swiper-slide,
    .news-card.swiper-slide .pm-media__news-content{
        gap: 16px;
    }
    .swiper.news-slider{
        padding: 0 16px;
        margin-left: -16px;
        width: calc(100% + 32px);
    }
}

.pm-popup-overlay#newsReelsPopup,
.pm-popup-overlay#newsVideoPopup{
    z-index: 12;
    padding: 9dvh 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.pm-btn.pm-btn--neutral#closeNewsReelsPopup,
.pm-btn.pm-btn--neutral#closeNewsVideoPopup{
    position: absolute;
    top: 0;
    right: -12px;
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
    border-radius: var(--radius-full);
    z-index: 2;
    background: rgba(255, 255, 255, 0.24);
    padding: 0;
    width: var(--base-size-1xl);
    height: var(--base-size-1xl);
}

#newsReelsPopup .pm-reel-container,
#newsVideoPopup .pm-video-container {
    background: #171717;
    border-radius: 24px;
}

#newsVideoPopup .pm-video-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    height: 100%;
    position: relative;
}

#newsVideoPopup .pm-reel-video {
    aspect-ratio: 1559 / 800;
}
@media(max-width: 1280px){
    #newsVideoPopup .pm-reel-video {
        height: auto;
        width: 100%;
        aspect-ratio: 1031 / 530;
    }

    #newsVideoPopup .pm-video-container {
        width: 100%;
        height: -webkit-fit-content;
        height: -moz-fit-content;
        height: fit-content;
        max-width: 80vw;
    }
}
@media(max-width: 991px){
    .pm-popup-overlay#newsReelsPopup{
        padding: 0;
    }

    #newsReelsPopup .pm-reel-video {
        aspect-ratio: 9 / 16;
        max-height: 100dvh;
        max-width: 100%;
        border-radius: 12px;
    }

    #newsReelsPopup .pm-reel-container {
        border-radius: 12px;
    }

    .pm-btn.pm-btn--neutral#closeNewsReelsPopup {
        -webkit-transform: none;
            -ms-transform: none;
                transform: none;
        top: 16px;
        right: 16px;
    }

    #newsVideoPopup .pm-video-container {
        max-width: 100%;
        border-radius: 16px;
    }

    #newsVideoPopup .pm-reel-video {
        max-width: 100%;
    }

    .pm-popup-overlay#newsVideoPopup {
        padding-inline: clamp(16px, 9.896vw, 76px);
    }
}
@media(max-width: 768px){
   #newsReelsPopup .pm-reel-video,
   #newsReelsPopup .pm-reel-container {
        border-radius: 0;
    } 

    .pm-btn.pm-btn--neutral#closeNewsReelsPopup {
        background: rgba(82, 82, 82, 0.08);
    }
}
@media(max-width: 660px){
    .pm-btn.pm-btn--neutral#closeNewsVideoPopup {
        right: 0;
        -webkit-transform: translateY(-100%);
            -ms-transform: translateY(-100%);
                transform: translateY(-100%);
        top: -8px;
    }

    .pm-popup-overlay#newsVideoPopup {
        padding-inline: 16px;
    }
}

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

.news-list__grid.news-category-grid .news-card:nth-child(5) {
    -ms-grid-column-span: unset;
    grid-column: unset;
}

.news-list__grid.news-category-grid .news-card__image {
    height: 284px;
}

.news-category-grid .pm-media__news-title {
    font-size: 20px;
    line-height: 24px;
}

.news-category__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: var(--Spacing-Base-Spacing-8, 8px);
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: var(--Spacing-Base-Spacing-24, 24px);
    -ms-flex-item-align: stretch;
        -ms-grid-row-align: stretch;
        align-self: stretch;
    border-radius: var(--Radius-Base-Radius-l, 24px);
    background: #FFF;
}

.news-category__icon-wrapper {
    border-radius: var(--Radius-Base-Radius-m, 16px);
    background: var(--Background-Sentiment-Accent-subtle, rgba(112, 134, 252, 0.12));
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-item-align: stretch;
        -ms-grid-row-align: stretch;
        align-self: stretch;
    aspect-ratio: 1/1;
    height: 100%;
    width: auto;
    -ms-flex-negative: 0;
        flex-shrink: 0;
}

.news-category__icon-wrapper svg path {
    fill: #7086FC;
}

.news-category__header-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 8px;
    padding: 16px 0;
}

.news-category__title {
    color: var(--Content-Base-Primary, #171717);
    font-size: var(--Typography-Headline-H3-fontSize, 32px);
    font-weight: var(--Weights-SemiBold, 600);
    line-height: var(--Typography-Headline-H3-lineHeight, 38px); /* 118.75% */
}

.news-category__subtitle {
    color: var(--Content-Base-Secondary, #737373);
    font-size: var(--Typography-Body-M-fontSize, 16px);
    font-weight: var(--Weights-Medium, 500);
    line-height: var(--Typography-Body-M-lineHeight, 20px); /* 125% */
}

@media(max-width: 1560px) {
    .news-category-grid .pm-media__news-title,
    .news-detail-wrapper + .news-page .news-list__grid .pm-media__news-title{
        font-size: 18px;
        line-height: 22px;
    }

    .news-category__header {
        border-radius: 16px;
    }

    .news-category__title {
        font-size: 24px;
        line-height: 30px;
    }

    .news-category__icon-wrapper {
        width: 90px;
    }
}
@media(max-width: 991px) {
    .news-category__icon-wrapper {
        border-radius: 12px;
    }
}
@media(max-width: 600px) {
    .news-list__grid.news-category-grid .news-card__image {
        height: 240px;
    }

    .news-category__header {
        padding: 16px;
        gap: 16px;
        margin: 0 16px;
    }

    .news-category__header-content {
        gap: 4px;
        padding: 0;
    }

    .news-category__icon-wrapper {
        width: 48px;
        height: 48px;
    }

    .news-category__icon-wrapper svg {
        width: 24px;
        height: 24px;
    }

    .news-category__title {
        font-size: 20px;
        line-height: 24px;
    }

    .news-category__subtitle {
        font-size: 14px;
        line-height: 18px;
    }
}
@media(max-width: 380px) {
    .news-category__subtitle {
        max-width: 16.9em;
    }
}

.news-category-grid + .pm-btn--neutral,
.news-detail-wrapper + .news-page .news-list-section + .pm-btn--neutral{
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
}

@media (max-width: 768px) {
    .news-content:has(.news-category-grid),
    .news-content:has(.news-detail-wrapper){
        gap: 28px;
    }

    .news-category-grid + .pm-btn--neutral,
    .news-detail-wrapper + .news-page .news-list__grid + .pm-btn--neutral {
        width: 100%;
    }
}
@media (max-width: 600px) {
    .news-content:has(.news-category-grid),
    .news-content:has(.news-detail-wrapper){
        gap: 24px;
    }

    .news-category-grid + .pm-btn--neutral,
    .news-detail-wrapper + .news-page .news-list__grid + .pm-btn--neutral {
        height: 56px;
        width: calc(100% - 32px);
    }
}

.pm-breadcrumbs__list{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 8px;
    width: 100%;
}

.pm-breadcrumbs__list li{
    line-height: var(--body-m-lh);
    list-style: none;
}

.pm-breadcrumbs__link,
.pm-breadcrumbs__current{
    color: #a3a3a3;
    font-size: 16px;
    font-weight: 600;
    line-height: 20px;
}

.pm-breadcrumbs__current{
    color: #171717;
    white-space: nowrap;        
    overflow: hidden;       
    -o-text-overflow: ellipsis;       
       text-overflow: ellipsis; 
    display: block;   
}

.pm-breadcrumbs__list li:not(:last-child) {
    -ms-flex-negative: 0;
        flex-shrink: 0;
}

.pm-breadcrumbs__list li:last-child {
    -ms-flex-negative: 1;
        flex-shrink: 1;
    min-width: 0; 
}

.pm-breadcrumbs__list li:not(:last-child)::after {
    content: "";
    display: inline-block;
    width: 24px;
    height: 24px;
    margin-left: 8px;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M8.51192 4.43057C8.82641 4.161 9.29989 4.19743 9.56946 4.51192L15.5695 11.5119C15.8102 11.7928 15.8102 12.2072 15.5695 12.4881L9.56946 19.4881C9.29989 19.8026 8.82641 19.839 8.51192 19.5695C8.19743 19.2999 8.161 18.8264 8.43057 18.5119L14.0122 12L8.43057 5.48811C8.161 5.17361 8.19743 4.70014 8.51192 4.43057Z' fill='rgba(163, 163, 163, 1)'/%3e%3c/svg%3e");
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: middle;
}

.news-page-wrapper:has(.news-category-grid),
.news-page-wrapper:has(.news-detail-wrapper) {
    padding-top: 60px;

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

@media(max-width: 1560px) {
    .news-page-wrapper:has(.news-category-grid),
    .news-page-wrapper:has(.news-detail-wrapper) {
        padding-top: 48px;

        .news-page {
            padding-top: 48px;
        }
    }   
}
@media(max-width: 991px) {
    .news-page-wrapper:has(.news-category-grid),
    .news-page-wrapper:has(.news-detail-wrapper) {
        padding-top: 0;
        margin-top: 224px;

        .news-page {
            padding-top: 0;
        }

        .news-page__menu {
            top: 144px;
        }

        .pm-breadcrumbs__list {
            position: fixed;
            top: 96px;
            background: #f5f5f5;
            width: 100%;
            padding-bottom: 24px;
            z-index: 4;
            padding-inline: var(--container-padding);
            margin-left: calc(-1 * var(--container-padding));
        }
    }
    
    body:has(.news-category-grid) .pm-header__wrapper,
    body:has(.news-detail-wrapper) .pm-header__wrapper{
        padding-bottom: 32px;
    }
}
@media(max-width: 600px) {
    .news-page-wrapper:has(.news-category-grid),
    .news-page-wrapper:has(.news-detail-wrapper) {
        margin-top: 228px;

        .pm-breadcrumbs__list {
            top: 88px;
            padding-bottom: 32px;
            padding-inline: 16px;
            margin: 0;
        }

        .news-page__menu {
            padding-bottom: 32px;
        }
    }

    .news-page-wrapper:has(.news-detail-wrapper) {
        .news-page__menu {
            padding-bottom: 16px;
        }
    }
    
    body:has(.news-category-grid) .pm-header__wrapper,
    body:has(.news-detail-wrapper) .pm-header__wrapper{
        padding-bottom: 24px;
    }
}

.news-page .pm-media__news-title:before{
    content: "";
    z-index: 1;
    display: block;
    position: absolute;
    inset: 0;
}

.news-page .pm-event-tag {
    z-index: 2;
}

@media(any-hover: hover){
    .news-page .pm-media__news-item:hover .pm-media__news-title{
        color: var(--content-sentiment-accent);
    }
    
    .news-video-item:hover .pm-media__news-title{
        color: var(--content-sentiment-accent);
    }

    .news-video-item:hover,
    .news-card:hover {
        -webkit-box-shadow: 0 4px 24px 0 rgba(203, 208, 233, 0.40);
                box-shadow: 0 4px 24px 0 rgba(203, 208, 233, 0.40);
        
    }
}

.news-detail-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    border-radius: 24px;
    background: #FFF;
    padding: clamp(32px, 2.666vw, 48px) clamp(32px, 4vw, 72px);
}

@media (max-width: 1560px) {
    .news-detail-wrapper {
        padding: 32px;
        border-radius: 16px;
    }
}

.news-detail__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: var(--Spacing-Base-Spacing-28, 28px);
}

.news-detail__header-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: var(--Spacing-Base-Spacing-16, 16px);
}

.news-detail__header .pm-event-tag {
    background: var(--control-neutral-secondary);
    color: rgba(23, 23, 23, 0.4);
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    margin-right: 8px;
    font-size: 16px;
    line-height: 20px;
    padding: 4px 8px;
}

.news-detail__header .news-share-wrapper{
    height: 28px;
}

.news-detail__header  .news-share-btn {
    width: 28px;
    height: 28px;
    padding: 2px;
}

@media(any-hover: hover) {
    .news-detail__header .pm-event-tag:hover {
        background: var(--control-neutral-secondary-hover);
    }
}

.news-detail__image {
    width: 100%;
    border-radius: 16px;
    height: auto;
    -o-object-fit: cover;
       object-fit: cover;
    aspect-ratio: 1176 / 466;
}

@media (max-width: 1560px) {
    .news-detail__image {
        aspect-ratio: 832 / 312;
    }

    .news-section__title,
    h1.news-section__title {
        font-size: 32px;
        line-height: 38px;
    }

    .news-detail__header {
        gap: 32px;
    }
}
@media (max-width: 991px) {
    .news-detail-wrapper {
        padding: 24px;
    }

    .news-detail__image {
        aspect-ratio: 688 / 258;
    }

    .news-section__title,
    h1.news-section__title {
        font-size: 24px;
        line-height: 30px;
    }

    .news-detail__header {
        gap: 24px;
    }
}
@media (max-width: 600px) {
    .news-detail-wrapper {
        padding: 24px 16px;
    }

    .news-detail__image {
        aspect-ratio: 343 / 128;
    }

    
    .news-detail__header-content {
        gap: 12px;
    }

    .news-detail__header .pm-event-tag {
        font-size: 14px;
        line-height: 18px;
    }
}

.news-detail__content-wrapper {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: clamp(16px, 3.111vw, 56px);
    padding-top: 60px;
}

.news-detail__content {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 48px;
    max-width: calc(100% - 320px - clamp(16px, 3.111vw, 56px));
}

.news-detail__summary {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 24px;
    border-radius: var(--Radius-Base-Radius-m, 16px);
    background: var(--Background-Base-Primary, #F5F5F5);
    width: 320px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -ms-flex-item-align: start;
        align-self: flex-start;
    position: sticky;
    top: 156px;
}

.news-summary__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-item-align: stretch;
        -ms-grid-row-align: stretch;
        align-self: stretch;
    margin-bottom: 16px;
    -webkit-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease;
}

.collapsed .news-summary__header {
    margin-bottom: 0;
}

.news-summary__header-title {
    color: var(--Content-Base-Primary, #171717);
    font-size: var(--Typography-Headline-H5-fontSize, 20px);
    font-weight: var(--Weights-SemiBold, 600);
    line-height: var(--Typography-Headline-H5-lineHeight, 24px); /* 120% */
}

.news-summary-toggle {
    width: 24px;
    height: 24px;
}

.news-summary-toggle svg {
    width: 100%;
    height: 100%;
}

.news-summary-toggle svg path {
    -webkit-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease;
}

.news-summary-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 16px;
}

.news-page .pm-btn--link.pm-btn--link--secondary {
    color: #A3A3A3;
    text-align: left;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    font-size: 14px;
    line-height: 18px;
}

.news-detail-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 28px;
}

.news-detail-block h3,
.news-detail-block h2{
    color: var(--Content-Base-Primary, #171717);
    font-size: var(--Typography-Headline-H4-fontSize, 24px);
    font-weight: var(--Weights-SemiBold, 600);
    line-height: var(--Typography-Headline-H4-lineHeight, 30px); /* 125% */
}

@media(max-width: 1560px) {
    .news-detail-wrapper + .news-page .news-list-section h2 {
        font-size: var(--Typography-Headline-H4-fontSize, 24px);
        font-weight: var(--Weights-SemiBold, 600);
        line-height: var(--Typography-Headline-H4-lineHeight, 30px);
    }
}

.news-highlight {
    color: var(--Content-Sentiment-Accent, #7086FC);
    -webkit-text-decoration-line: underline;
            text-decoration-line: underline;
}

.news-detail-block p,
.news-detail-block li {
    color: var(--Content-Base-Primary, #171717);
    font-size: var(--Typography-Body-L-fontSize, 18px);
    font-weight: var(--Weights-Medium, 500);
    line-height: var(--Typography-Body-L-lineHeight, 22px); /* 122.222% */
}

.news-detail-block li{
    padding-left: 18px;
}

.news-detail-block li b {
    font-weight: 600;
}

.news-detail-block ul li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 8px;

    width: 6px;
    min-height: 6px;
    height: 6px;

    border-radius: 100px;
    background: #7086FC;
}

.news-detail-block ul,
.news-detail-block ol {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 16px;
}
.news-detail-block ol {
    list-style: none;
    counter-reset: item;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 16px;
    padding-left: 0;
    margin: 0;
}

.news-detail-block li {
    counter-increment: item;
    position: relative;
    padding-left: 24px;
    list-style: none; /* важно, но одного этого недостаточно */
}

.news-detail-block li::before {
    content: counter(item); /* <-- убрали точку */
    position: absolute;
    left: 0;
    top: 2px;
    color: #7086FC;
    font-weight: 600;
    font-size: 14px;
    line-height: 18px;
}

.news-detail__image-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 8px;
}

.news-detail__block-image {
    width: 100%;
    height: auto;
    aspect-ratio: 800 / 446;
    border-radius: 16px;
    -o-object-fit: cover;
       object-fit: cover;
}

.news-detail__image-title {
    color: var(--Content-Base-Tertiary, #A3A3A3);
    font-size: var(--Typography-Body-S-fontSize, 14px);
    font-weight: var(--Weights-Medium, 500);
    line-height: var(--Typography-Body-S-lineHeight, 18px); /* 128.571% */
}

.news-table-wrapper {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

.news-detail-block table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
}

.news-detail-block thead {
    background: var(--Background-Base-Primary, #F5F5F5);
}

.news-detail-block thead th:first-child {
    border-radius: 16px 0 0 16px;
}

.news-detail-block thead th:last-child {
    border-radius: 0 16px 16px 0;
}

.news-detail-block thead th {
    text-align: left;
    color: var(--Content-Base-Tertiary, #A3A3A3);
    font-size: var(--Typography-Body-S-fontSize, 14px);
    font-weight: var(--Weights-SemiBold, 600);
    line-height: var(--Typography-Body-S-lineHeight, 18px);
    white-space: nowrap;
    min-width: clamp(111px, 8.333vw, 150px);
}

.news-detail-block th,
.news-detail-block td {
    padding: 12px;
}

.news-detail-block td {
    border-bottom: 1px solid var(--Border-Base-Neutral, rgba(107, 114, 128, 0.16));
    color: var(--Content-Base-Primary, #111827);
    font-size: var(--Typography-Body-S-fontSize, 14px);
    font-weight: var(--Weights-SemiBold, 600);
    line-height: var(--Typography-Body-S-lineHeight, 18px); /* 128.571% */
    letter-spacing: var(--Typography-Body-S-letterSpacing, 0);
    min-height: 48px;
}

.news-detail-wrapper .pm-popular__wrapper {
    gap: 28px;
}

.news-detail-wrapper .swiper-slide.pm-popular__card {
    width: 323px;
}

.news-detail-wrapper .pm-popular__wrapper .pm-btn--primary {
    font-size: 16px;
    line-height: 20px;
    height: 48px;
}
@media(max-width: 600px) {
    .news-detail-wrapper .pm-popular__wrapper .pm-btn--primary {
        height: 56px;
    }
}

.news-detail-wrapper .pm-popular__card-title {
    font-size: 24px;
    line-height: 30px;
}

.pm-popular__card-subtitle {
    font-size: 18px;
    line-height: 22px;
}

@media(max-width: 1140px) {
    .news-detail-wrapper .pm-popular__header {
        display: none;
    }
}

@media (max-width: 1024px) {
    .news-detail-wrapper .swiper.pm-popular-slider {
        width: 100%;
        padding-left: 0;
        margin-left: 0;
    }
}
@media (max-width: 991px) {
    .news-detail-wrapper .swiper-slide.pm-popular__card {
        width: 278px;
    }

    .news-detail-wrapper .pm-popular__wrapper {
        gap: 20px;
    }
}
@media (max-width: 600px) {

    .news-detail-wrapper .swiper-slide.pm-popular__card {
        width: 228px;
    }

    .news-detail-wrapper .pm-popular__card-title {
        font-size: 20px;
        line-height: 24px;
    }

    .pm-popular__card-subtitle {
        font-size: 14px;
        line-height: 18px;
    }
}

.news-detail-wrapper + .news-page .news-list__grid .news-card:nth-child(5) {
    -ms-grid-column-span: unset;
    grid-column: unset;
}

.news-detail-wrapper + .news-page .news-list__grid .news-card:nth-child(5) .news-card__image {
    height: 240px;
}


@media (any-hover: hover) {
    .news-summary-toggle:hover svg path {
        fill: #737373;
    }

    .news-page .pm-btn--link.pm-btn--link--secondary:hover {
        color: #737373;
        opacity: 1;
    }
}

.news-detail-wrapper .news-share-dropdown,
.news-detail-wrapper + .news-list__grid.news-category-grid .news-share-dropdown {
    right: 0;
}

@media (max-width: 1560px) {
    .news-detail__content {
        gap: 32px;
        max-width: calc(100% - 266px - 16px);
    }

    .news-detail__content-wrapper {
        padding-top: 32px;
        gap: 16px;
    }

    .news-detail__summary {
        padding: 16px;
        width: 266px;
        top: 128px;
    }

    .news-detail__block-image {
        aspect-ratio: 550 / 307;
    }

    .news-detail-block {
        gap: 20px;
    }

    .news-detail-block p,
    .news-detail-block li {
        font-size: 16px;
        line-height: 20px;
    }
}

@media(max-width: 1240px) { 
    .news-detail-block thead th {
        min-width: 128px;
    }
}

@media (max-width: 991px) {
    .news-content:has(.news-detail-wrapper),
    .news-detail__content{
        max-width: 100%;
    }

    .news-detail-block thead th {
        min-width: 111px;
    }

    .news-detail-block table {
        min-width: 688px;
    }

    .news-detail-title{
        font-size: 20px;
        line-height: 24px;
    }

    .news-detail__content-wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
            -ms-flex-direction: column-reverse;
                flex-direction: column-reverse;
        gap: 32px;
    }

    .news-detail__summary {
        position: unset;
        width: 100%;
    }

    .news-detail-block h3,
    .news-detail-block h2 {
        font-size: 20px;
        line-height: 24px;
    }

    .news-detail__block-image {
        aspect-ratio: 688 / 384;
    }
}

@media(max-width: 600px) {
    .news-table-wrapper {
        width: calc(100% + var(--container-padding) * 2);
        padding: 0 var(--container-padding);
        margin-left: calc(var(--container-padding) * -1);
    }
}

.news-detail__share-actions {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 24px;
    width: 100%;
}

.news-share-divider {
    background: var(--Border-Base-Neutral, rgba(82, 82, 82, 0.16));
    width: 100%;
    height: 1px;
}

.news-share-list{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 8px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.news-share-caption {
    color: var(--Content-Base-Secondary, #737373);
    font-size: var(--Typography-Body-M-fontSize, 16px);
    font-weight: var(--Weights-Medium, 500);
    line-height: var(--Typography-Body-M-lineHeight, 20px); /* 125% */
    margin-left: auto;
    margin-right: 4px;
}

.news-detail-share-btn.pm-btn--neutral {
    width: 48px;
    height: 48px;
    padding: 0;
}

@media(max-width: 1275px) and (min-width: 991px){
    .news-share-list {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        max-width: 300px;
        -webkit-box-pack: end;
            -ms-flex-pack: end;
                justify-content: flex-end;
        -ms-flex-item-align: end;
            align-self: flex-end;
    }

    .news-share-caption {
        margin-left: 0;
    }
}

@media (max-width: 991px) {
    .news-detail-wrapper + .news-page .news-list-section + .pm-btn--neutral {
        width: calc(100% - var(--container-padding));
    }

    .news-page-wrapper:has(.news-detail-wrapper) {
        .news-detail-wrapper + .news-page {
            padding-top: 32px;
        }
    }
}

@media (max-width: 768px) {
    .news-share-list .pm-btn--neutral:not(.news-detail-share-btn) {
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content;
    }

    .news-page-wrapper:has(.news-detail-wrapper) {
        .news-detail-wrapper + .news-page {
            padding-top: 28px;
        }
    }
}

@media (max-width: 625px) {
    .news-share-list .pm-btn--neutral:not(.news-detail-share-btn) {
        width: 100%;
    }

    .news-share-list {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        row-gap: 20px;
    }

    .news-share-caption {
        margin-left: 0;
    }

    .news-page-wrapper:has(.news-detail-wrapper) {
        .news-detail-wrapper + .news-page {
            padding-top: 32px;
        }
    }

    .news-detail-wrapper + .news-page .news-list-section {
        padding-inline: 0;
    }

    .news-detail-wrapper + .news-page .news-list-section h2 {
        padding-inline: var(--container-padding);
    }

    .news-detail-wrapper + .news-page .news-list-section + .pm-btn--neutral {
        height: 56px;
    }
}

.news-content:has(.news-detail-wrapper) {
    gap: 0;
}

.news-detail-wrapper + .news-page .news-content {
    gap: 24px;
}

.news-detail-wrapper + .news-page {
    .news-section.news-slider-section {
        margin-bottom: 8px;
    }
    
    .news-list__grid {
        row-gap: 24px;
    }

    .news-list-section {
        gap: 24px;
    }
}

@media(max-width: 1560px) {
    .news-detail-wrapper + .news-page .news-content {
        gap: 16px;
    }

    .news-detail-wrapper + .news-page {
        .news-section.news-slider-section {
            margin-bottom: 16px;
        }

        .news-section.news-slider-section .news-section__title {
            font-size: 24px;
            line-height: 30px;
        }
        
        .news-list__grid {
            row-gap: 16px;
        }

        .news-list-section {
            gap: 16px;
        }
    }
}

@media(max-width: 991px) {
    .news-detail-wrapper + .news-page {
        .news-section.news-slider-section {
            margin-bottom: 12px;
        }
    }
}

@media(max-width: 600px) {
    .news-detail-wrapper + .news-page {
        .news-section.news-slider-section {
            margin-bottom: 16px;
        }
    }

    .news-share-list .pm-btn--neutral:not(.news-detail-share-btn) {
        height: 56px;
    }
}



.news-summary-toggle {
    -webkit-transition: -webkit-transform .3s ease;
    transition: -webkit-transform .3s ease;
    -o-transition: transform .3s ease;
    transition: transform .3s ease;
    transition: transform .3s ease, -webkit-transform .3s ease;
}

.news-detail__summary.collapsed .news-summary-toggle {
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
}

.news-page .pm-btn--link.pm-btn--link--secondary.active {
    color: #171717;
}

.news-summary-list {
    overflow: hidden;
    max-height: none;
    opacity: 1;
    -webkit-transition:
        max-height 0.4s ease,
        opacity 0.3s ease;
    -o-transition:
        max-height 0.4s ease,
        opacity 0.3s ease;
    transition:
        max-height 0.4s ease,
        opacity 0.3s ease;
}

.news-detail__summary.collapsed .news-summary-list {
    opacity: 0;
}

.news-detail-wrapper h3 {
    scroll-margin-top: 160px;
}

html {
    scroll-behavior: smooth;
}

@media(min-width: 991px) {
    .news-summary-mobile {
        display: none;
    }
}

@media (max-width: 991px) {

    .news-detail-wrapper h3 {
        scroll-margin-top: 260px;
    }

    .news-page .pm-btn--link.pm-btn--link--secondary.active {
        color: #a3a3a3;
    }

    .news-summary-mobile {
        position: fixed;
        left: 0;
        right: 0;
        bottom: 0;

        z-index: 9;

        opacity: 0;
        visibility: hidden;
        -webkit-transform: translateY(100px);
            -ms-transform: translateY(100px);
                transform: translateY(100px);

        -webkit-transition: .3s ease;

        -o-transition: .3s ease;

        transition: .3s ease;

        border-radius: var(--Radius-Base-Radius-m, 16px) var(--Radius-Base-Radius-m, 16px) 0 0;
        background: var(--Background-Base-Secondary, #FFF);
        -webkit-box-shadow: 0 -2px 24px 0 rgba(203, 208, 233, 0.40);
                box-shadow: 0 -2px 24px 0 rgba(203, 208, 233, 0.40);
    }

    .news-summary-mobile.visible {
        opacity: 1;
        visibility: visible;
        -webkit-transform: translateY(0);
            -ms-transform: translateY(0);
                transform: translateY(0);
    }

    .news-summary-mobile.visible.active {
        -webkit-box-shadow: none;
                box-shadow: none;
        z-index: 12;
    }
}

.news-summary-mobile__header {
    background: #fff;
    border-radius: 16px 16px 0 0;
    padding: 24px 16px;

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}

.news-summary-mobile__toggle {
    width: 24px;
    height: 24px;
    -webkit-transition: -webkit-transform .3s ease;
    transition: -webkit-transform .3s ease;
    -o-transition: transform .3s ease;
    transition: transform .3s ease;
    transition: transform .3s ease, -webkit-transform .3s ease;
}

.active .news-summary-mobile__toggle {
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
}

.news-summary-mobile__content {
    max-height: 0;
    overflow: hidden;
    overflow-y: scroll;

    background: #fff;

    padding: 0 16px;
    opacity: 0;
    -webkit-transform: translateY(6px);
        -ms-transform: translateY(6px);
            transform: translateY(6px);

    -webkit-transition:
        max-height .4s cubic-bezier(.4,0,.2,1),
        padding .4s cubic-bezier(.4,0,.2,1),
        opacity .25s ease,
        -webkit-transform .4s cubic-bezier(.4,0,.2,1);

    transition:
        max-height .4s cubic-bezier(.4,0,.2,1),
        padding .4s cubic-bezier(.4,0,.2,1),
        opacity .25s ease,
        -webkit-transform .4s cubic-bezier(.4,0,.2,1);

    -o-transition:
        max-height .4s cubic-bezier(.4,0,.2,1),
        padding .4s cubic-bezier(.4,0,.2,1),
        opacity .25s ease,
        transform .4s cubic-bezier(.4,0,.2,1);

    transition:
        max-height .4s cubic-bezier(.4,0,.2,1),
        padding .4s cubic-bezier(.4,0,.2,1),
        opacity .25s ease,
        transform .4s cubic-bezier(.4,0,.2,1);

    transition:
        max-height .4s cubic-bezier(.4,0,.2,1),
        padding .4s cubic-bezier(.4,0,.2,1),
        opacity .25s ease,
        transform .4s cubic-bezier(.4,0,.2,1),
        -webkit-transform .4s cubic-bezier(.4,0,.2,1);
}

.news-summary-mobile.active .news-summary-mobile__content {
    max-height: 60vh;

    padding: 0 16px 0 16px;
    opacity: 1;
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
}

.news-summary-mobile-overlay {
    position: fixed;
    inset: 0;

    background: rgba(0,0,0,.4);

    opacity: 0;
    visibility: hidden;

    -webkit-transition: .3s ease;

    -o-transition: .3s ease;

    transition: .3s ease;

    z-index: 11;
}

.news-summary-mobile-overlay.active {
    opacity: 1;
    visibility: visible;
}

.news-summary-mobile__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 16px;
    padding: 0 0 24px;
}

.active .news-summary-mobile__header {
    padding-bottom: 20px;
}

.news-summary-mobile__list .pm-btn--link.pm-btn--link--secondary {
    color: #A3A3A3;
    text-align: left;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    font-size: 14px;
    line-height: 18px;
}
.news-summary-mobile__list .pm-btn--link.pm-btn--link--secondary.active {
    color: #171717;
}

@media(max-width: 600px) {

    .news-summary-mobile__header{
        padding: 16px;
    }

    .news-summary-mobile__list {
        padding: 0 0 16px;
    }
}

@media(max-width: 991px) {
    .news-page-wrapper:has(.news-detail-wrapper) + #goUpBtn {
        display: none;
    }

body:has(.news-detail-wrapper) .b24-widget-button-wrapper {
        transition: bottom .3s ease;
    }

    body:has(.news-summary-mobile.visible) .b24-widget-button-wrapper {
        bottom: 85px !important;
    }
}