

/* Start:/local/components/bitrix/catalog.section.list/templates/tree_custom/style.css?17612204783520*/
.catalog-subtitle {
	display: flex;
	align-items: center;
	gap: 10px;
	margin-bottom: 24px;
}
.catalog-subtitle > span {
	font-family: "Open Sans";
	font-size: 16px;
	font-weight: 600;
	line-height: 1;
	color: var(--text-color);
	text-transform: uppercase;
}
.catalog-subtitle::before {
	content: '';
	display: block;
	width: 16px;
	height: 16px;
	background-image: var(--icon-square);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center center;
	flex-shrink: 0;
}
.catalog-sidebar__list {
	list-style-type: none;
	padding: 0;
}
.catalog-sidebar__list[data-depth-level='1'] > li {
	padding: 8px 12px;
	border: 1px solid #E6E6E6;
}
.catalog-sidebar a {
	display: flex;
	align-items: center;
	gap: 12px;
	font-family: "Open Sans";
	font-style: normal;
	line-height: normal;
	color: var(--text-color);
	text-decoration: none;
	font-weight: normal;
	transition: color .2s ease-in-out;
}
.catalog-sidebar__list a::before {
	content: '';
	display: block;
	width: 48px;
	height: 48px;
	background-image: var(--section-image);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
	border-radius: 50%;
	flex-shrink: 0;
}
.catalog-sidebar__list[data-depth-level='1'] .catalog-sidebar__link {
	font-size: 16px;
	font-weight: 500;
	position: relative;
}
.catalog-sidebar__list[data-depth-level='2'] {
	margin-top: 20px;
}
.catalog-sidebar__list[data-depth-level='2'] > li + li {
	margin-top: 12px;
}
.catalog-sidebar__list[data-depth-level='2'] .catalog-sidebar__link {
	font-size: 14px;
}
.catalog-sidebar__list[data-depth-level='2'] .catalog-sidebar__link:before {
	width: 40px;
	height: 40px;
}
.catalog-sidebar__list a.active, .catalog-sidebar__list .catalog-sidebar__link:hover {
	color: var(--accent-color);
	font-weight: 600;
}
.catalog-sidebar__list[data-depth-level='2'] .catalog-sidebar__link.active {
	font-weight: 700;
	color: var(--text-color);
}
.catalog-sidebar__list[data-depth-level='1'] > li:has(.active) > a {
	font-weight: 600;
	color: var(--accent-color);
}
.catalog-sidebar__list[data-depth-level='1'] li:has(ul.catalog-sidebar__list) > a .catalog-sidebar__text {
	padding-right: 20px;
}
.catalog-sidebar__toggle {
	display: none;
}
.catalog-sidebar__open-list {
	width: 20px;
	height: 20px;
	cursor: pointer;
	z-index: 2;
	position: absolute;
	top: 22px;
	right: 12px;
}
.catalog-sidebar__open-list::after {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	background-image: var(--icon-arr);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
	transition: transform 0.3s ease;
}
.catalog-sidebar li.has-children {
	position: relative;
}
.catalog-sidebar__toggle:checked ~ .catalog-sidebar__open-list::after {
	transform: rotate(180deg);
}
.catalog-sidebar__list[data-depth-level="2"] {
	display: none;
}
.catalog-sidebar__toggle:checked ~ .catalog-sidebar__list,
.catalog-sidebar__toggle:checked ~ .catalog-sidebar__open-list ~ .catalog-sidebar__list {
	display: block;
}
.has-children.active .catalog-sidebar__link::after {
	transform: translateY(-50%) rotate(90deg);
}
@media (max-width: 980px) {
	.catalog-sidebar__list a::before {
		width: 42px;
		height: 42px;
	}
	.catalog-sidebar__open-list {
		top: 20px;
	}
}
@media (max-width: 400px) {
	.catalog-sidebar__list a::before {
		width: 36px;
		height: 36px;
	}
	.catalog-sidebar__list[data-depth-level='2'] .catalog-sidebar__link:before {
		width: 30px;
		height: 30px;
	}
	.catalog-sidebar__open-list {
		top: 18px;
	}
}
/* End */
/* /local/components/bitrix/catalog.section.list/templates/tree_custom/style.css?17612204783520 */
