

/* Start:/local/templates/rukodi_redesign/components/bitrix/news.list/index_banners/style.css?17692512332321*/
.product_slider a {
	display: flex;
}
.product_slider a>img {
	max-height: 208px;
	object-fit: cover;
}
@media (max-width: 768px) {
	.product_slider a>img {
		height: auto;
		max-height: 429px;
		object-fit: fill;
	}
}
@media (max-width: 640px) {
	.product_slider a>img {
		height: calc(63.7vw - 30px);
		max-height: calc(63.7vw - 30px);
		object-fit: fill;
	}
}
@media (min-width: 769px) {
	.main_content .product_slider.slider {
		margin: 0px -35px;
	}

	.main_content .product_slider .slick-slide {
		margin: 10px 33.3333333px 10px;
	}

	.main_content .product_slider a > img {
		max-height: 250px;
		/*height: 250px;*/
	}
}

/* Стили для нового типа баннера с фоновым изображением */
.banner_background_wrapper {
	position: relative;
	width: 100%;
	height: 100%;
	min-height: 208px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.banner_background_link {
	display: block;
	width: 100%;
	height: 100%;
	text-decoration: none;
}

.banner_background {
	position: relative;
	width: 100%;
	min-height: 208px;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 2px;
	overflow: hidden;
}

.banner_background_content {
	position: relative;
	z-index: 2;
	padding: 20px;
	text-align: center;
	color: #fff;
	max-width: 90%;
}

.banner_background_title {
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 10px;
	text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
	line-height: 1.3;
}

.banner_background_text {
	font-size: 16px;
	text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
	line-height: 1.4;
}

.banner_background::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.4) 100%);
	z-index: 1;
}

@media (max-width: 768px) {
	.banner_background {
		min-height: 429px;
	}
	
	.banner_background_title {
		font-size: 20px;
	}
	
	.banner_background_text {
		font-size: 14px;
	}
}

@media (max-width: 640px) {
	.banner_background {
		min-height: calc(63.7vw - 30px);
	}
	
	.banner_background_title {
		font-size: 18px;
		margin-bottom: 8px;
	}
	
	.banner_background_text {
		font-size: 13px;
	}
	
	.banner_background_content {
		padding: 15px;
	}
}
/* End */


/* Start:/local/templates/rukodi_redesign/components/bitrix/news.list/catalog_section/style.css?1699438898115*/
.category_icon svg{
	max-width: 100%;
	max-height: 100%;
	width: 100%;
	height: 100%;
	object-fit: contain;
}
/* End */
/* /local/templates/rukodi_redesign/components/bitrix/news.list/index_banners/style.css?17692512332321 */
/* /local/templates/rukodi_redesign/components/bitrix/news.list/catalog_section/style.css?1699438898115 */
