

/* Start:/bitrix/templates/mkws2024_en/components/bitrix/menu/left/style.css?1745762158807*/
.left-menu {

}

.left-menu li {
	border-bottom: 1px solid #9D9D9D;
	text-decoration: none;
	width: 100%;
	display: flex
;
	flex-flow: row wrap;
}
.left-menu a {
	color: #9D9D9D;
	padding: 16px 0;
	display: block;
	text-decoration: none;
	width: calc(100% - 20px) !important;
}

.left-menu {
	width: 380px;
	padding: 24px 40px 24px 0;
	border-right: 1px dashed #C7C7C7;
	margin: 0;
}

.left-menu ul {
	list-style: none;
	width: 100%;
	padding: 0;
	display: block;
}
.left-menu a.selected {
	color: #4A4A4A;
}

@media (max-width: 768px) {
	.left-menu ul {
		display: flex;
		white-space: nowrap;
	}
	.left-menu {
		overflow: auto;
		width: calc(100% + 20px)!important;
		margin-right: -20px!important;
	}
	.left-menu::-webkit-scrollbar{
		display: none;
	}
}
/* End */
/* /bitrix/templates/mkws2024_en/components/bitrix/menu/left/style.css?1745762158807 */
