.news-video__sidebar .block-readmore {
    margin: 0;
    padding: 0 24px;
}
.topic-section {
    margin-top: -150px;
    position: relative;
}

.category-header__layout.topic-header__layout {
    display: block;
    padding: 24px;
    padding-bottom: 165px;
}

.category-header__layout.topic-header__layout .topic-item {
    font-size: 34px;
    line-height: 1.4;
}

.category-header__layout.topic-header__layout .topic-item .icon {
    font-size: 30px;
    position: relative;
    top: 2px;
}

.topic-section__layout {
    display: grid;
    grid-template-columns: 1fr 344px;
    gap: 24px;
    align-items: flex-start;
}

.topic-section__layout__main .block-topic {
    min-width: 0;
    background: #fff;
    padding: var(--space-6);
    border-radius: 8px;
    position: relative;
}
.topic-section__layout__main .block-topic:before {
    content: '';
    position: absolute;
    height: 8px;
    background: rgb(237 228 216);
    width: calc(100% - 48px);
    left: 0;
    right: 0;
    margin: auto;
    bottom: -8px;
    border-radius: 0 0 8px 8px;
}
.featured-topic {
    margin-bottom: var(--space-6);
    background: #fff;
    border-radius: var(--space-2);
    padding: var(--space-6);
     position: relative;
}
.featured-topic:before {
    content: '';
    position: absolute;
    height: 8px;
    background: #EEE4D9;
    width: calc(100% - 48px);
    left: 0;
    right: 0;
    margin: auto;
    bottom: -8px;
    border-radius: 0 0 8px 8px;
}   
.featured-topic__heading {
    text-align: center;
    margin-bottom: var(--space-4);
}

.featured-topic__heading .title-site-big {
    min-height: 48px;
    font-size: 28px;
}

.featured-topic__heading .title-site-big:before {
    width: 100px;
    left: 0;
    right: 0;
    margin: auto;
}

.news-item.news-item-topic {
    position: relative;
    overflow: hidden;
}

.news-item.news-item-topic .news-item__content {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 8px 16px;
    z-index: 1;
}

.news-item.news-item-topic:before {
    content: '';
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 62.76%, #000000 100%), url(image.png);
    border-radius: 8px;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
    pointer-events: none;
}

.news-item.news-item-topic .news-item__thumb {
    margin: 0;
}

.news-item.news-item-topic .news-item__content .news-item__title {
    font-size: 17px;
}

.news-item.news-item-topic .news-item__content .topic-item {
    color: #fff;
    font-size: 17px;
    align-items: flex-start;
    font-weight: 400;
}

.news-item.news-item-topic+.news-item.news-item-topic {
    margin-top: var(--space-3);
}

.topic-section__layout__sidebar .news-item--compact {
    padding-bottom: var(--space-3);
    margin-bottom: var(--space-3);
}

.topic-section {
    padding-bottom: 90px;
}
.topic-list__news .news-item.news-item-horizontal+.news-item-horizontal {
    margin-top: var(--space-6);
    padding-top: var(--space-6);
    border-top: 1px solid #E4DFD9;
}
.topic-list__news .news-item.news-item-horizontal {
    display: flex;
    align-items: flex-start;
    gap: 0 24px;
}
.topic-list__news .news-item.news-item-horizontal .news-item__date {
    color: var(--text-header);
    font-size: 14px;
    line-height: 1.4;
    width: 160px;
}

.topic-list__news .news-item.news-item-horizontal .news-item__image-wrapper {
    height: auto;
    width: 270px;
}

.topic-list__news .news-item.news-item-horizontal .news-item__content .news-item__title {
    font-size: 20px;
    line-height: 1.4;
    margin-bottom: var(--space-2);
}

.topic-list__news .news-item.news-item-horizontal .news-item__content {
    margin: 0;
    display:block;
}
.topic-list__news .news-item.news-item-horizontal .news-card__meta {
    display: none;
}
.topic-section__layout__main {
    min-width: 0;
}

.topic-section__layout__sidebar {
    min-width: 0;
}

@media (max-width:575px){
    .topic-section__layout__main .block-topic:before {
        width: calc(100% - 24px);
    }
    .featured-topic {
        padding: var(--space-3);
    }
    .featured-topic:before {
        width:calc(100% - 24px)
    }
    .topic-section__layout {
        gap:32px;
        grid-template-columns: 1fr;
    }
    .category-header__layout.topic-header__layout .topic-item {
        font-size: 20px;
    }
    .topic-section {
        margin-top: 0;
        padding-bottom: 32px;
    }
    .category-header__layout.topic-header__layout {
        padding: 130px;
        min-height: auto;
        padding: 12px 0;
        height: auto;
    }
    .topic-section__layout__sidebar .video__sidebar-qc {
        display: none;
    }
    .topic-list__news .news-item.news-item-horizontal .news-item__image-wrapper {
        width: 100%;
    }
    .topic-list__news .news-item.news-item-horizontal {
        flex-direction: column;
    }
    .category-header__layout.topic-header__layout .topic-item .icon {
        font-size: 20px;
    }
    .category-header__layout.topic-header__layout .category-header__title {
        display: block;
    }
    .topic-section__layout__main .block-topic {
        padding: 12px;
    }
    .topic-list__news .news-item.news-item-horizontal+.news-item-horizontal {
        margin-top: var(--space-4);
        padding-top: var(--space-4);
    }
    .topic-list__news .news-item.news-item-horizontal:first-child .news-item__image-wrapper {
        width: calc(100% + 48px);
        margin: 0 -24px;
        margin-top: -12px;
    }
    .topic-list__news .news-item.news-item-horizontal:first-child .news-item__image-wrapper .image-container {
        border-radius: 0;
    }
    .topic-list__news .news-item.news-item-horizontal .news-card__meta {
        margin-top: 8px;
    }
}
@media (min-width: 576px) and (max-width:767px)  { 
    .topic-section__layout {
        grid-template-columns: 1fr;
    }
    .category-header__layout.topic-header__layout .topic-item {
        font-size: 24px;
    }
    .topic-section {
        margin-top: -120px;
        padding-bottom: 52px;
    }
    .category-header__layout.topic-header__layout {
        padding-bottom: 130px;
        min-height: auto;
    }
    .topic-section__layout__sidebar .video__sidebar-qc {
        display: none;
    }
    .topic-list__news .news-item.news-item-horizontal .news-item__image-wrapper {
        width: 100%;
    }
    .topic-list__news .news-item.news-item-horizontal {
        flex-direction: column;
    }
    .category-header__layout.topic-header__layout .topic-item .icon {
        font-size: 24px;
    }
}
@media (min-width: 768px) and (max-width:991px)  { 
    .topic-section__layout {
        grid-template-columns: 1fr;
    }
    .category-header__layout.topic-header__layout .topic-item {
        font-size: 28px;
    }
    .topic-section {
        margin-top: -120px;
        padding-bottom: 52px;
    }
    .category-header__layout.topic-header__layout {
        padding-bottom: 130px;
        min-height: auto;
    }
    .topic-section__layout__sidebar .video__sidebar-qc {
        display: none;
    }
    .topic-section__layout__sidebar {
        display: grid;
        align-items:flex-start;
        grid-template-columns: 1fr 1fr;
        gap: 0 24px;
    }
    .featured-topic {
        min-width: 0;
        margin: 0;
    }
    .topic-section__layout__sidebar .news-block-featured__sidebar-content {
        min-width: 0;
    }
}
@media (min-width: 992px) and (max-width:1199px)  { 
    .topic-list__news .news-item.news-item-horizontal .news-item__image-wrapper {
        width: 220px;
    }
    .topic-list__news .news-item.news-item-horizontal {
        gap: 0 20px;
        flex-direction: row;
    }
    .topic-section {
        padding-bottom: 62px;
    }
    .topic-section__layout {
        grid-template-columns: 1fr 300px;
    }
}
@media (min-width:1200px) {
    .topic-list__news--limit {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 0 24px;
    }
    .topic-list__news--limit.topic-list__news > .news-item:nth-child(1) {
        grid-column: 1 / -1;
    }
    .topic-list__news--limit.topic-list__news > .news-item:nth-child(1) .news-item__content{
        height:auto;
    }
    .topic-list__news.topic-list__news--limit > .news-item:nth-child(2),
    .topic-list__news.topic-list__news--limit > .news-item:nth-child(3),
    .topic-list__news.topic-list__news--limit > .news-item:nth-child(4) {
        display: block;
        border:none;
        padding-top:0;
    }
    .topic-list__news.topic-list__news--limit > .news-item:nth-child(2) .news-item__description,
    .topic-list__news.topic-list__news--limit > .news-item:nth-child(3) .news-item__description,
    .topic-list__news.topic-list__news--limit > .news-item:nth-child(4) .news-item__description {
        display: none;
    }
    .topic-list__news.topic-list__news--limit > .news-item:nth-child(2) .news-item__image-wrapper,
    .topic-list__news.topic-list__news--limit > .news-item:nth-child(3) .news-item__image-wrapper,
    .topic-list__news.topic-list__news--limit > .news-item:nth-child(4) .news-item__image-wrapper {
        width: 100%;
        margin-bottom: 8px;
    }
    .topic-list__news.topic-list__news--limit > .news-item:nth-child(1) .news-item__date,
    .topic-list__news.topic-list__news--limit > .news-item:nth-child(2) .news-item__date,
    .topic-list__news.topic-list__news--limit > .news-item:nth-child(3) .news-item__date,
    .topic-list__news.topic-list__news--limit > .news-item:nth-child(4) .news-item__date{
        margin-bottom:8px;
    }
    .topic-list__news.topic-list__news--limit > .news-item:nth-child(2) .news-item__content .news-item__title, 
    .topic-list__news.topic-list__news--limit > .news-item:nth-child(3) .news-item__content .news-item__title, 
    .topic-list__news.topic-list__news--limit > .news-item:nth-child(4) .news-item__content .news-item__title {
        margin-bottom:0;
    }

    .topic-list__news.topic-list__news--limit .news-item:nth-child(n+5) {
        grid-column: 1 / -1;
    }
  
}
@media (max-width:1199px)  { 
    .news-video__sidebar .block-readmore {
        padding: 0;
    }
    .topic-list__news .news-item.news-item-horizontal .news-card__meta {
        display: flex;
    }
}
@media (max-width:1199px)  {
    .topic-list__news .news-item.news-item-horizontal .news-item__date {
    display: none;
}
}
@media (min-width: 1200px) and (max-width:1399px)  { 
    .topic-list__news .news-item.news-item-horizontal .news-item__image-wrapper {
        width: 220px;
    }
    .topic-list__news .news-item.news-item-horizontal {
        gap: 0 20px;
    }
    .topic-list__news .news-item.news-item-horizontal .news-item__date {
        width: 140px;
    }
    .topic-section {
        padding-bottom: 62px;
    }
    .topic-list__news--limit.topic-list__news > .news-item:nth-child(1) .news-item__image-wrapper {
        width: 360px;
    }
    .topic-list__news--limit.topic-list__news > .news-item:nth-child(1) {
        align-items: flex-start;
    }
}
@media (min-width: 1400px) and (max-width:1599px)  { 
     .topic-list__news--limit.topic-list__news > .news-item:nth-child(1) .news-item__image-wrapper {
        width: 460px;
    }
    .topic-list__news--limit.topic-list__news > .news-item:nth-child(1) {
        align-items: center;
    }
}
@media (min-width: 1600px)  { 
     .topic-list__news--limit.topic-list__news > .news-item:nth-child(1) .news-item__image-wrapper {
        width:560px;
    }
    .topic-list__news--limit.topic-list__news > .news-item:nth-child(1) {
        align-items: center;
    }
}