

/* Start:/bitrix/templates/helmut/components/bitrix/catalog/catalog/style.css?178057336139*/
#main .catalog {
    margin-top: 0px;
}
/* End */


/* Start:/bitrix/templates/helmut/components/bitrix/catalog.element/ppc-main/style.css?17805733611234*/
/* Попап с полноэкранным слайдером (максимально изолированный) */
.product-popup-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.85);
    z-index: 999999;
}

.product-popup-overlay.active {
    display: block;
}

.product-popup-container {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.product-popup-close {
    position: absolute;
    top: 20px;
    right: 30px;
    font-size: 40px;
    color: #fff;
    background: none;
    border: none;
    cursor: pointer;
    z-index: 1000000;
	text-align: end;
}

#popupSwiperUnique {
    width: 100%;
    height: 100%;
    max-width: 90%;
	
	overflow: hidden;
    max-height: 80vh;
}

#popupSwiperUnique .swiper-slide {
    display: flex;
    align-items: center;
    justify-content: center;
}

#popupSwiperUnique .swiper-slide img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

#popupSwiperUnique .swiper-button-next,
#popupSwiperUnique .swiper-button-prev {
    color: white;
}

#popupSwiperUnique .swiper-pagination-bullet {
    background: white;
}
/* End */
/* /bitrix/templates/helmut/components/bitrix/catalog/catalog/style.css?178057336139 */
/* /bitrix/templates/helmut/components/bitrix/catalog.element/ppc-main/style.css?17805733611234 */
