#rec1435677891 {
    display: none !important;
}

.raskat-news-section {
    padding: 60px 32px;
    background: #222222;
}

.raskat-news-section__inner {
    position: relative;
    max-width: 1840px;
    margin: 0 auto;
    padding: 46px 48px 56px;
    border: 2px solid #979797;
    border-radius: 30px;
    background: #222222;
}

.raskat-news-section__header {
    padding-right: 112px;
}

.raskat-news-section__header h2 {
    margin: 0;
    color: #ffffff;
    font-family: Inter, Arial, sans-serif;
    font-size: 30px;
    font-weight: 600;
    line-height: 1.2;
}

#rec1435677891 .t854__news-wrap {
    position: relative;
}

#rec1435677891 .t854__news-wrap::before,
#rec1435677891 .t854__news-wrap::after,
#rec1435677891 .t854__news-content::before,
#rec1435677891 .t854__news-content::after {
    display: none !important;
    content: none !important;
}

#rec1435677891 .t854__news-loader,
#rec1435677891 .t854__news-btn,
#rec1435677891 .t854__news-popup-bg {
    display: none !important;
}

#rec1435677891 .t854__news-header {
    padding-right: 104px;
}

#rec1435677891 .t854__news-content {
    display: block !important;
    opacity: 1 !important;
    visibility: visible !important;
    position: relative !important;
    z-index: 20 !important;
    min-height: 0;
}

.raskat-news {
    position: relative;
    z-index: 30;
    margin-top: 28px;
    opacity: 1 !important;
    visibility: visible !important;
}

.raskat-news__viewport {
    overflow-x: auto;
    scroll-behavior: smooth;
    scrollbar-width: none;
}

.raskat-news__viewport::-webkit-scrollbar {
    display: none;
}

.raskat-news__track {
    display: grid;
    grid-auto-columns: minmax(280px, 1fr);
    grid-auto-flow: column;
    gap: 24px;
    opacity: 1 !important;
    visibility: visible !important;
}

.raskat-news-card {
    display: block !important;
    position: relative;
    z-index: 31;
    min-height: 100%;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.22);
    border-radius: 22px;
    background: #111111;
    color: #ffffff;
    opacity: 1 !important;
    visibility: visible !important;
    box-shadow: 0 18px 42px rgba(0, 0, 0, 0.28);
}

.raskat-news-card__image {
    aspect-ratio: 16 / 10;
    background: #333333;
    opacity: 1 !important;
    visibility: visible !important;
}

.raskat-news-card__image-button {
    width: 100%;
    height: 100%;
    display: block;
    padding: 0;
    border: 0;
    background: transparent;
    cursor: zoom-in;
}

.raskat-news-card__image img,
.raskat-news-card__image-button img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    opacity: 1 !important;
    visibility: visible !important;
}

.raskat-news-card__content {
    position: relative;
    z-index: 32;
    padding: 20px;
    background: #111111;
    opacity: 1 !important;
    visibility: visible !important;
}

.raskat-news-card time {
    display: block;
    margin-bottom: 12px;
    color: #fce552;
    font-family: Inter, Arial, sans-serif;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
}

.raskat-news-card h3 {
    margin: 0 0 12px;
    color: #ffffff;
    font-family: Inter, Arial, sans-serif;
    font-size: 22px;
    font-weight: 600;
    line-height: 1.2;
}

.raskat-news-card p,
.raskat-news-empty {
    margin: 0;
    color: rgba(255, 255, 255, 0.78);
    font-family: Inter, Arial, sans-serif;
    font-size: 16px;
    line-height: 1.45;
}

#rec1435677891 .raskat-news-card *,
#rec1435677891 .raskat-news-empty {
    opacity: 1 !important;
    visibility: visible !important;
}

.raskat-news__arrow {
    position: absolute;
    z-index: 3;
    top: -92px;
    width: 66px;
    height: 66px;
    border: 2px solid #ffffff;
    border-radius: 9px;
    background: rgba(255, 255, 255, 0.02);
    color: #ffffff;
    cursor: pointer;
    transition: opacity 0.2s ease, background 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}

.raskat-news__arrow span {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    font-family: Arial, sans-serif;
    font-size: 46px;
    font-weight: 300;
    line-height: 1;
}

.raskat-news__arrow:hover {
    background: rgba(255, 255, 255, 0.08);
}

.raskat-news__arrow:disabled {
    border-color: rgba(255, 255, 255, 0.28);
    color: rgba(255, 255, 255, 0.28);
    background: transparent;
    opacity: 1;
    cursor: default;
}

.raskat-news__arrow_prev {
    right: 82px;
}

.raskat-news__arrow_next {
    right: 0;
}

.raskat-news_is-static .raskat-news__arrow {
    display: none;
}

.raskat-news-lightbox {
    position: fixed;
    inset: 0;
    z-index: 10000000;
    display: none;
    align-items: center;
    justify-content: center;
    padding: 48px;
}

.raskat-news-lightbox.is-open {
    display: flex;
}

.raskat-news-lightbox__backdrop {
    position: absolute;
    inset: 0;
    border: 0;
    background: rgba(0, 0, 0, 0.82);
    cursor: zoom-out;
}

.raskat-news-lightbox__figure {
    position: relative;
    z-index: 1;
    max-width: min(1440px, 92vw);
    max-height: 88vh;
    margin: 0;
}

.raskat-news-lightbox__figure img,
.raskat-news-lightbox__img {
    width: auto !important;
    height: auto !important;
    max-width: min(1440px, 92vw) !important;
    max-height: 82vh !important;
    display: block !important;
    object-fit: contain;
    border-radius: 16px;
    box-shadow: 0 24px 90px rgba(0, 0, 0, 0.55);
    opacity: 1 !important;
    visibility: visible !important;
}

.raskat-news-lightbox__figure figcaption {
    margin-top: 14px;
    color: #ffffff;
    font-family: Inter, Arial, sans-serif;
    font-size: 18px;
    line-height: 1.35;
    text-align: center;
}

.raskat-news-lightbox__close {
    position: absolute;
    top: -68px;
    left: 50%;
    right: auto;
    width: 58px;
    height: 58px;
    border: 1px solid rgba(255, 255, 255, 0.7);
    border-radius: 50%;
    background: #111111;
    color: #ffffff;
    font-size: 30px;
    line-height: 1;
    cursor: pointer;
    transform: translateX(-50%);
    aspect-ratio: 1 / 1;
    box-sizing: border-box;
    padding: 0;
}

@media (min-width: 960px) {
    .raskat-news__track {
        grid-auto-columns: calc((100% - 48px) / 3);
    }
}

@media (max-width: 640px) {
    .raskat-news-section {
        padding: 40px 20px;
    }

    .raskat-news-section__inner {
        padding: 30px 20px 38px;
    }

    .raskat-news-section__header {
        padding-right: 0;
    }

    #rec1435677891 .t854__news-header {
        padding-right: 0;
    }

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

    .raskat-news__arrow {
        top: -4px;
        width: 52px;
        height: 52px;
    }

    .raskat-news__arrow_prev {
        right: 64px;
    }

    .raskat-news-lightbox {
        padding: 22px;
    }

    .raskat-news-lightbox__close {
        top: -62px;
        right: auto;
        width: 54px;
        height: 54px;
    }
}
