

/* Start:/bitrix/templates/pan_prokat_optimized/components/bitrix/catalog.section.list/main_page_catalog_list/style.css?17533438461972*/
.services_list_block {
	/*display: block;*/
	/*position: relative;*/
	display: flex;
	width: calc(100% + 20px);
	flex-flow: row;
	flex-wrap: wrap;
	justify-content: center;
	/*margin: -24px 0 0;*/
	margin: -24px -10px 0;
}
.service_item {
	display: inline-block;
	position: relative;
	/*margin: 24px 0 0 20px;*/
	margin: 24px 10px 0;
	width: 284px;
	height: 284px;
	cursor: pointer;
	background: #FFFFFF;
	border-radius: 30px;
	overflow: hidden;
}
.service_item .image_loading {
	width: 100%;
	height: 100%;
}
.service_item .image_loading .block_image {
	display: block;
	margin: auto;
}
.service_item__text-container {
	display: block;
	position: absolute;
	top: calc(100% - 100px);
	left: 0;
	right: 0;
	padding: 19px 20px 0;
	background-color: white;
	box-sizing: border-box;
}
.service_item__name {
	font-weight: 500;
	font-size: 16px;
	line-height: 19px;
	color: #000000;
}
.service_item__subsections {
	padding: 11px 0 0;
	font-size: 14px;
	line-height: 15px;
	color: #848484;
	height: 30px;
	overflow: hidden;
}
.service_item__element-count {
	display: block;
	position: absolute;
	top: 15px;
	right: 20px;
	width: 40px;
	height: 40px;
	background: #F1F1F1;
	border-radius: 50%;
	z-index: 3;
	font-weight: 500;
	font-size: 16px;
	line-height: 40px;
	color: #000000;
	text-align: center;
}
@media (max-width: 1023px) {
	.services_list_block {
		width: calc(100% + 10px);
		margin: -5px;
	}
	.service_item {
		margin: 5px;
		width: 145px;
		height: 145px;
		border-radius: 10px;
	}
	.service_item .image_loading .block_image {
		max-width: 100%;
	}
	.service_item__text-container {
		top: unset;
		bottom: 0;
		padding: 10px 15px;
	}
	.service_item__name {
		display: block;
		font-weight: 500;
		font-size: 14px;
		line-height: 17px;
	}
	.service_item__subsections {
		display: none;
	}
	.service_item__element-count {
		top: 10px;
		right: 15px;
		padding: 0 5px;
		box-sizing: border-box;
		width: auto;
		min-width: 25px;
		height: 25px;
		line-height: 25px;
	}
}
/* End */
/* /bitrix/templates/pan_prokat_optimized/components/bitrix/catalog.section.list/main_page_catalog_list/style.css?17533438461972 */
