

/* Start:/local/templates/svetilniki/components/bitrix/news.list/flat/style.css?17484977401878*/
.sale-title h2 {
    text-align: center;
    font-weight: 500;
}
.sale-title h2 span{
	color: red;
}


.sale-slider-item-container {
	padding: 20px;
}

.sale-slider-item-img {
	width: 100%;
	position: relative;
    display: block;
    border-radius: 15px;
    overflow: hidden;
}
.sale-slider-item-img img {
	width: 100%;
}

.sale-slider-item-name {
	position: absolute;
    bottom: 40px;
    left: 50%;
    z-index: 4;
    transform: translate(-50%, 0);
    font-size: 30px;
    color: var(--dark);
    background-color: #ffffffa8;
    padding: 5px 30px;
    border-radius: 50px;
}



.sale-slider .slick-prev, .sale-slider .slick-next {
    width: 50px;
    height: 100px;
    z-index: 4;
}
.sale-slider .slick-next {
    right: 0;
}
.sale-slider .slick-prev {
    left: 0;
}
.sale-slider .slick-prev:before {
    content: '';
    background-image: url(/local/templates/svetilniki/images/icons/prev.svg);
    background-size: 59px auto;
    background-position: -7px center;
    display: block;
    width: 45px;
    height: 100px;
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 54px;
}
.sale-slider .slick-next:before {
    content: '';
    background-image: url(/local/templates/svetilniki/images/icons/next.svg);
    background-size: 59px auto;
    background-position: -7px center;
    display: block;
    width: 45px;
    height: 100px;
    background-repeat: no-repeat;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 54px;
}

@media (min-width: 577px) {
	.sale-slider-mobile-img {
		display: none !important; 
	}
}
@media (max-width: 576px) {
	.sale-slider-desktop-img {
		display: none !important; 
	}
	.sale-slider-mobile-img {
		display: block; 
	}
	.sale-slider-item-container {
		padding: 0;
	}
	.sale-slider-item-name {
		width: 90%;
		font-size: 20px;
		padding: 5px 20px;
		text-align: center;
	}
}


/* End */


/* Start:/local/templates/svetilniki/components/bitrix/news.list/flat/themes/black/style.css?1697712555252*/
/*RATING*/
.bx-newslist .fa.bx-star-active {
	color: #1485CE;
}
/*BTN*/
.bx-newslist .btn {
	background-color: #1485CE;
	border-color: #1485CE;
}
.bx-newslist .btn:active,
.bx-newslist .btn:hover {
	background-color: #53A4D8;
	border-color: #53A4D8;
}

/* End */
/* /local/templates/svetilniki/components/bitrix/news.list/flat/style.css?17484977401878 */
/* /local/templates/svetilniki/components/bitrix/news.list/flat/themes/black/style.css?1697712555252 */
