

/* Start:/local/templates/aspro_max/components/bitrix/news/sale/style.min.css?17114400452009*/
.head-block.top.with-tabs .item-link:not(:hover){background:#fafafa}.select_head_wrap .menu_item_selected{position:relative;padding:15px 55px 15px 25px;margin:0 0 -1px;cursor:pointer;color:#333}.select_head_wrap .menu_item_selected .svg.svg-inline-down{right:15px;position:absolute;top:50%}@media (min-width:768px){.select_head_wrap .menu_item_selected+.head-block{display:block!important;margin:0 0 32px}.head-block.top.with-tabs.srollbar-custom .mCSB_container{padding-bottom:20px}}@media (max-width:767px){.select_head_wrap{margin-bottom:32px;position:relative}.select_head_wrap .head-block.top{margin-bottom:0;position:absolute;left:0;right:0;z-index:110;max-height:220px;overflow:hidden;background-color:#fff}.select_head_wrap .head-block.top .item-link{display:block;float:none;border-bottom:1px solid #eee}.select_head_wrap .menu_item_selected.opened .svg.svg-inline-down{transform:rotate(180deg)}.select_head_wrap .menu_item_selected+.head-block{display:none}.select_head_wrap .head-block.top .item-link:last-child{border-bottom:none}.select_head_wrap .head-block.top:not(.with-tabs) .item-link{border-right:none}.select_head_wrap .head-block .item-link .title span,.select_head_wrap .head-block.top .item-link .title .btn-inline{padding:15px 55px 15px 25px}.select_head_wrap .head-block.top.with-tabs .item-link{margin:0;border:none;border-bottom:1px solid #eee;border-radius:0}.select_head_wrap .head-block.top.with-tabs .item-link.active:last-child:hover,.select_head_wrap .head-block.top.with-tabs .item-link:last-child{border-bottom:none}.select_head_wrap .head-block.top.with-tabs{border:1px solid #eee}.select_head_wrap .head-block.top.with-tabs .item-link:hover{box-shadow:none;transform:none}.select_head_wrap .head-block.top.with-tabs .item-link.active:hover{border:none;border-bottom:1px solid #eee}.select_head_wrap .head-block.top.with-tabs .item-link.active .title span:before{border-top-right-radius:0;border-top-left-radius:0;left:-1px;top:0;bottom:0;right:auto;height:auto;width:2px}}
/* End */


/* Start:/local/templates/aspro_max/components/bitrix/news.list/front_sale2_new_design/style.css?17163008011353*/
.sale_block {}

.sale_container {}

.sale_items {
	display: grid;
	grid-template-columns: repeat(3,1fr);
	grid-column-gap: 16px;
	grid-row-gap: 48px;
}

.sale_item {
	color: unset;
}

.sale_item__image {
	position: relative;
	overflow: hidden;
	border-radius: 16px;
	max-height: 326px;
}

.sale_item__image img {
	width: 100%;
	object-fit: cover;
	border-radius: 16px;
	width: 100%;
	transition: all ease 0.6s;
}

.sale_item__image:hover img {
	scale: 1.15;
	transition: all ease 0.6s;
}

.sale_item__text {
	margin-top: 16px;
}

.sale_item__text p {
	margin-top: 8px;
	margin-bottom: 0;
}

.sticker_container {
	position: absolute;
	left: 16px;
	bottom: 20px;
	display: flex;
	grid-gap: 4px;
}

.sticker,
.discount-label {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 5px 8px;
	background: #f4f4f4;
	border-radius: 8px;
	font-size: 12px;
	font-weight: 300;
	line-height: 1;
}

.sticker .sticker-img {
	width: 12px;
	height: 12px;
	margin-right: 4px;
}

.sticker .sticker-img.hit {
	content: url(/local/templates/aspro_max/components/bitrix/news.list/front_sale2_new_design/image/hit.svg);
}

.discount-label {
	background: #ffeb81;
	font-weight: 500;
}

@media (max-width: 991px) {
	.sale_items {
		grid-template-columns: repeat(1, 1fr);
		grid-row-gap: 24px;
	}

	.sale_item__image {
		max-height: unset;
	}
}

/* End */
/* /local/templates/aspro_max/components/bitrix/news/sale/style.min.css?17114400452009 */
/* /local/templates/aspro_max/components/bitrix/news.list/front_sale2_new_design/style.css?17163008011353 */
