

/* Start:/bitrix/templates/groom-mir/components/bitrix/news.list/groomers/style.css?17791807411794*/
.section-groomers__wrapper {
	background: #F7F7F7;
	padding: 3rem 0;
}
.section-groomers__item {
	display: flex;
	gap: 40px;
	justify-content: flex-start;
	align-items: flex-start;
}
.section-groomers__item--image {
	flex: 0 0 330px;
	max-width: 330px;
	position: relative;
	border-radius: 20px;
	overflow: hidden;
}
.section-groomers__item--image::after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1;
	background: linear-gradient(0deg,rgba(0, 0, 0, 0.56) 0%, rgba(0, 0, 0, 0) 100%);
}
.section-groomers__item--name {
	position: absolute;
	z-index: 2;
	bottom: 20px;
	left: 25px;
	font-size: 16px;
	font-weight: 500;
	color: white;
	max-width: 120px;
}
.section-groomers__item--data {
	width: 800px;
	max-width: 100%;
	flex: 1;
}
.section-groomers__item--products {
	background: white;
	border-radius: 20px;
	padding: 30px;
}
.section-groomers .catalog-item__quantity,
.section-groomers .catalog-item__buy {
	display: none !important;
}
.type-static .section-groomers__item + .section-groomers__item {
	margin-top: 4rem;
}
.type-static .section-groomers__wrapper {
	background: transparent;
}
.type-static .section-groomers__item--products {
	box-shadow: 0 0 16px rgba(0, 0, 0, .1);
}
@media screen and (max-width: 991px) {
	.section-groomers__item {
		display: block;
	}
	.section-groomers__item--image {
		width: 120px;
		height: auto;
		border: 3px solid white;
		box-shadow: 0 0 12px rgba(0, 0, 0, .1);
		display: none;
	}
	.section-groomers__item--name {
		font-size: 11px;
		bottom: 5px;
		left: 5px;
	}
	.section-groomers__item--title {
		font-size: 14px;
	}
	.section-groomers__item--products {
		background: transparent;
		padding: 0;
	}
}
/* End */
/* /bitrix/templates/groom-mir/components/bitrix/news.list/groomers/style.css?17791807411794 */
