

/* Start:/local/templates/new_2024/components/bitrix/news/collections/bitrix/news.detail/.default/style.css?17714977932498*/
.collection__gallery-wrap {
	display:flex;
	flex-wrap:wrap;
	column-gap:20px;
}
.collection__item {
	height:100%;
	position:relative;
	text-align: center;
	margin-bottom:20px;
	width: calc(33.33% - 13.3333333333px);
}
.collection__item-img {
	object-fit:cover;
	width:100%;
}
.collection__item-info {
	margin-top: 20px;
	letter-spacing: -0.02em;
}
.collection__item-price {
	margin-top: 10px;
	font-weight: 700;
	font-size: 24px;
	letter-spacing: -0.02em;
}
.collection__item-link {
	position:relative;
}
.collection__item-bandle {
	background:var(--blue);
	height: 32px;
	min-width: 70px;
	font-weight: 700;
	font-size: 12px;
	letter-spacing: -0.02em;
	color: #fff;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 0px 20px;
	border-radius: 32px;
	text-transform: uppercase;
	position:absolute;
	top: 20px;
	left: 20px;
	z-index: 2;
}
@media (max-width:1023px){
	.collection__item-name {
		font-size: 10px;
		font-weight: 400 !important;
		-webkit-line-clamp: 1;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		overflow: hidden;
	}
	 .collection__item-price {
		margin-top: 12px;
		font-size: 16px;
	}
}
@media (max-width:767px){
	.collection__item {
		width: calc(50% - 13.3333333333px);
	}
}
/* Стили для карусели товаров
.collection__gallery {
	width:100%;
	position:relative;
	padding:0 50px;
	overflow:hidden;
}
.collection__gallery-wrap {
	overflow:hidden;
}
.collection__item {
	display:flex;
	height:100%;
	flex-wrap:wrap;
	position:relative;
	justify-content: center;
	text-align: center;
}
.collection__item-img {
	object-fit:cover;
	width:100%;
}
.collection__item-info {
	margin-top: 20px;
	letter-spacing: -0.02em;
}
.collection__item-price {
	margin-top: 10px;
	font-weight: 700;
	font-size: 24px;
	letter-spacing: -0.02em;
}
.collection__gallery-next,
.collection__gallery-prev {
	background: #237A81;
	width: 30px;
	height: 30px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	transition: all 0.3s ease 0s;
	border-radius: 50%;
	position:absolute;
	top:calc(50% - 40px);
	cursor:pointer;
}
.collection__gallery-prev {
	left:0;
}
.collection__gallery-next {
	right:0;
}
.collection__gallery-next svg,
.collection__gallery-prev svg {
	stroke: #fff;
	max-width: 12px;
	max-height: 12px;
	fill: #fff;
}
.collection__gallery-next svg {
	transform: rotate(180deg);
} */
/* End */
/* /local/templates/new_2024/components/bitrix/news/collections/bitrix/news.detail/.default/style.css?17714977932498 */
