

/* Start:/local/templates/main/components/bitrix/menu/actions/style.css?1762842353697*/
.menu-actions {
	display: flex;
	gap: 7px;
	margin: 0 0 30px;
	flex-wrap: wrap;
}
.menu-actions-item a {
	border-bottom: none;
	background: #3DBDAC;
	color: #fff;
	padding: 9px 20px;
	border-radius: 8px;
	display: block;
	font-weight: bold;
	font-size: 16px;
}
.menu-actions-item a:focus,
.menu-actions-item a:hover {
	color: #fff;
	border: none;
}
.menu-actions-item:hover a,
.menu-actions-item.active a {
	background: #FFA000;
}
.header__menu__new .depth-level-1 > .menu-item.last-item.orange {
	display: none;
}
@media(max-width: 767px) {
	.menu-actions {
		margin: 20px 0;
		gap: 5px;
	}
	.menu-actions-item a {
		padding: 6px 15px;
		font-size: 14px;
	}
}
/* End */


/* Start:/local/templates/main/components/bitrix/catalog.section.list/liquidation/style.css?17338320753947*/
.sections-list {
	display: flex;
	flex-wrap: wrap;
	margin-left: -7px;
	margin-right: -7px;
	margin-top: -25px;
}
.sections-list .section-item {
	width: calc(100% / 5);
	padding: 7px;
}
.section-item-inner {
	overflow: hidden;
	border-radius: 26px;
	box-shadow: 0 4px 10px rgba(0,0,0,.15);
	position: relative;
}
.section-item-name {
	position: absolute;
	left: 30px;
	top: 30px;
	right: 30px;
	bottom: 30px;
	font-size: 20px;
	font-weight: 600;
	color: #fff;
	line-height: 1.1;
}
.link-icon {
	display: block;
	width: 60px;
	height: 60px;
	border-radius: 100%;
	background-color: #fff;
	background-image: url(/local/templates/main/components/bitrix/catalog.section.list/liquidation/images/link_icon.svg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 33%;
	position: absolute;
	bottom: -15px;
	right: -15px;
	transition: all 0.3s linear;
}
.link-icon:hover {
	background-image: url(/local/templates/main/components/bitrix/catalog.section.list/liquidation/images/link_icon_hover.svg);
	background-color: #303030;
}
.sections-list .section-item img {
	width: 100%;
}
.fix-prices .sections-list {
	margin-bottom: 45px;
	margin-top: -20px;
}
.fix-prices .section-item-inner {
	min-height: 200px;
}
.fix-prices .section-item .section-item-name {
	font-size: 25px;
	line-height: 1.1;
}
.fix-prices .section-item:nth-child(1) .section-item-inner,
.fix-prices .section-item:nth-child(8) .section-item-inner {
	background-color: #FBB122;
}
.fix-prices .section-item:nth-child(2) .section-item-inner,
.fix-prices .section-item:nth-child(6) .section-item-inner {
	background-color: #FFF1CA;
}
.fix-prices .section-item:nth-child(3) .section-item-inner,
.fix-prices .section-item:nth-child(10) .section-item-inner {
	background-color: #50644B;
}
.fix-prices .section-item:nth-child(4) .section-item-inner,
.fix-prices .section-item:nth-child(7) .section-item-inner {
	background-color: #D3E9CA;
}
.fix-prices .section-item:nth-child(5) .section-item-inner,
.fix-prices .section-item:nth-child(9) .section-item-inner {
	background-color: #DAD5CB;
}
.fix-prices .section-item:nth-child(1) .section-item-name,
.fix-prices .section-item:nth-child(3) .section-item-name,
.fix-prices .section-item:nth-child(10) .section-item-name,
.fix-prices .section-item:nth-child(8) .section-item-name {
	color: #fff;
}
.fix-prices .section-item:nth-child(5) .section-item-name,
.fix-prices .section-item:nth-child(9) .section-item-name,
.fix-prices .section-item:nth-child(4) .section-item-name,
.fix-prices .section-item:nth-child(7) .section-item-name,
.fix-prices .section-item:nth-child(2) .section-item-name,
.fix-prices .section-item:nth-child(6) .section-item-name {
	color: #424242;
}
.section-item-price {
	display: inline;
	position:relative;
	color: #424242;
}
.section-item-price i {
	content: '';
	position: absolute;
	left: -3px;
	right: -3px;
	top: 4.5px;
	bottom: 4.5px;
	background-color: #fff;
	transform: rotate(-2.67deg);
}
.section-item-price span {
	position: relative;
}
.fix-prices-wrapper {
	background: #F2F2F2;
	border-radius: 27px;
	margin-bottom: 45px;
}
@media (max-width: 1199px) {
	.sections-list .section-item {
		width: calc(100% / 4);
	}
}
@media (max-width: 991px) {
	.sections-list .section-item {
		width: calc(100% / 3);
	}
}
@media (max-width: 767px) {
	.sections-list {
		margin-left: -5px;
		margin-right: -5px;
	}
	.sections-list .section-item {
		padding: 5px;
	}
	.section-item-name {
		font-size: calc((100vw - 320px)/(767 - 320) * (20 - 15) + 15px);
		left: 20px;
		right: 20px;
		top: 20px;
		bottom: 20px;
	}
	.section-item-name:after {
		width: 40px;
		height: 40px;
		bottom: -10px;
		right: -10px;
	}
	.fix-prices .section-item .section-item-name {
		font-size: calc((100vw - 320px)/(767 - 320) * (25 - 20) + 20px);
	}
	.fix-prices .section-item-inner {
		min-height: 150px;
	}
}
@media (max-width: 460px) {
	.sections-list .section-item {
		width: calc(100% / 2);
	}
}
/* End */
/* /local/templates/main/components/bitrix/menu/actions/style.css?1762842353697 */
/* /local/templates/main/components/bitrix/catalog.section.list/liquidation/style.css?17338320753947 */
