/* Стили для вывода элементов: первые 4 по 4 в ряд, остальные по 2 */
.newsItemsList {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.newsItemsList .sliderBlockSliderPrice{
    margin-top:0px;
}
.newsItemsList .sliderMobil .slick-dots,
.newsItemsList .mySwiper2Man .swiper-pagination,
.newsItemsList .sliderBlockSlider .slick-dots {
    bottom: 5px;
}
/*
.newsItemsList .lazy-img-wrapper {
    height: auto!important;
    min-height: 355px;
}*/

.newsItemsList .sliderBlockMain {
    flex: 0 0 auto;
}

/* Первые 4 элемента - по 4 в ряд */
.newsItemsList .sliderBlockMain.item-col-4 {
    width: calc(25% - 15px);
    max-width: calc(25% - 15px);
}

/* Остальные элементы - по 2 в ряд */
.newsItemsList .sliderBlockMain.item-col-2 {
    width: calc(50% - 10px);
    max-width: calc(50% - 10px);
}
.newsItemsList .radioList {
    margin-top: 5px;
    opacity: 1!important;
    margin-left: 0px;
}
@media (max-width: 1520px) {
    .newsItemsList .lazy-img-wrapper {
        min-height: 31.4vw;
    }
    .fancybox-container .newsItemsList .lazy-img-wrapper {
        min-height: 29vw;
    }
}
/* Адаптивность для планшетов */
@media (max-width: 1320px) {
    .newsItemsList .sliderBlockMain.item-col-4 {
        width: calc(25% - 15px);
        max-width: calc(25% - 15px);
    }
    
    .newsItemsList .sliderBlockMain.item-col-2 {
        width: calc(50% - 10px);
        max-width: calc(50% - 10px);
    }

    .fancybox-container .newsItemsList .lazy-img-wrapper {
        min-height: 28.5vw;
    }
}

/* Адаптивность для мобильных устройств */
@media (max-width: 1010px) {

    .newsItemsList {
        gap: 15px;
    }

    .newsItemsList .lazy-img-wrapper {
        min-height: 63.6vw;
    }
    .newsItemsList .sliderBlockMain.item-col-4,
    .newsItemsList .sliderBlockMain.item-col-2 {
        width: calc(50% - 7.5px);
        max-width: calc(50% - 7.5px);
    }

    .newsItemsList .sliderBlockSliderTopHeart {
        margin-top: 5px;
        right: 5px;
    }


    .fancybox-container .newsItemsList .lazy-img-wrapper {
        min-height: 55.6vw;
    }
}

@media (max-width: 800px) {
    .newsItemsList .lazy-img-wrapper {
        min-height: 59vw;
    }
    .fancybox-container .newsItemsList .lazy-img-wrapper {
        min-height: 54vw;
    }
}
@media (max-width: 600px) {
    .fancybox-container .newsItemsList .lazy-img-wrapper {
        min-height: 50vw;
    }
}
@media (max-width: 500px) {
    .fancybox-container .newsItemsList .lazy-img-wrapper {
        min-height: 47vw;
    }
    .landing_modal .fancybox-content{
        padding: 20px;
    }
    .landing_modal .newsItemsList{
        padding: 0px;
        padding-top: 10px;
    }
}
@media (max-width: 450px) {
    .fancybox-container .newsItemsList .lazy-img-wrapper {
        min-height: 40vw;
    }
}
.newsItemsList{
    padding: 15px;
}








