

/* Start:/local/templates/redesign/components/bitrix/news/pickups/bitrix/news.detail/.default/style.css?1699535778553*/
.product-title h1, .product-title .h1-heading {
	margin: 20px 0;
}

.product-price__price span{
	color: #b72638;	
}

.product-price__price.simple-price span{
  color: #000;
}
.pickup-detail .detail-header .price-reverse {
	display: inline-flex;
	flex-direction: row-reverse;
	justify-content: flex-end;
}

.pickup-detail .detail-header .price-reverse .price__main,
.pickup-detail .detail-header .price-reverse .price__discount {
	margin-left: 0;
	margin-right: 0;
}

.pickup-detail .detail-header .price-reverse .price__discount {
	margin-right: 12px;
}
/* End */


/* Start:/local/templates/redesign/components/bitrix/catalog.item/tile/style.css?17334708101359*/
.catalog-content__cards .card-component__img.card-component__img--gallery img:not([data-index="0"]) {
    object-fit: cover;
    border-radius: 5px;
}

.card-component__img-slides {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    z-index: 4;
    display: none;
}

.catalog-content__cards .card-component__img-slides {
    display: flex;
}
.slick-list .card-component__img-slides {
    display: flex;
}
@media (max-width: 1024px){
    .slick-list .card-component__img-slides {
        display: none;
    }
}

.card-component__img-slides-item {
    height: 100%;
    flex: 1 1 auto;
}

.card-component__img-dots {
    bottom: 6px;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 2px;
    position: absolute;
    width: 100%;
}

.card-component__img-dots-item {
    background: #cfd2d3;
    border-radius: 100%;
    height: 5px;
    margin-left: 2px;
    width: 5px;
}

.card-component__img-dots-item--active {
    background: #b12535;
}


@media screen and (max-width: 576px) and (min-width: 321px) {
    .catalog-content__cards--secondary .card-component--single .card-component__img-dots,
    .card-component--horizontal .card-component__img-dots {
        bottom: 50px;
    }
}
.catalog-content__cards .card-component__img-slides ~ .card-component__img {
    overflow: unset;
}
/* End */
/* /local/templates/redesign/components/bitrix/news/pickups/bitrix/news.detail/.default/style.css?1699535778553 */
/* /local/templates/redesign/components/bitrix/catalog.item/tile/style.css?17334708101359 */
