.new-index__catalog-item__img {
    background-color: white;
    /* !important; */
}

.new-index__catalog.--white .new-index__catalog-item__img {
    background-color: #e6e6e6;
    /* !important; */
}

body .new-index__catalog.--dark-xs .new-index__catalog-nav.nav-visible {
    /* display: block !important; */
    display: flex !important;
}

body .new-index__catalog.--dark-xs .swiper-pagination.new-detail__tabs-content__videos-pagination {
    top: 102%;
}

body .new-index__catalog.--dark-xs .swiper-pagination.new-detail__tabs-content__videos-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #707375;
}

@media screen and (max-width: 768px) {
    .new-index__catalog-item__img {
        height: auto !important;
    }
}

@media screen and (max-width: 480px) {
    .index__catalog__new .new-index__catalog-list {
        gap: 12px 10px;
    }

    .index__catalog__new .new-index__catalog-list .new-index__catalog-item .new-index__catalog-item__name {
        font-size: 16px;
    }
}

/* @media screen and (max-width: 360px) {
    .index__catalog__new .new-index__catalog-wrapper {
        color: #000;
        background-color: transparent;
    }
} */