/* Left menu*/
div.left-menu
{
	width:170px;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	margin-bottom:8px;
	margin-left:5px;
	margin-right:5px;
}

div.left-menu a:link,
div.left-menu a:visited,
div.left-menu a:active,
div.left-menu a:hover
{
	color:#575752;
	text-decoration:none;
	font-weight:bold;
}

div.left-menu a.selected:link,
div.left-menu a.selected:visited,
div.left-menu a.selected:active,
div.left-menu a.selected:hover
{
	color:#e30000;
}

.bl
{
	margin-bottom:4px;
	background:#E5E5D8 url(images/bl.gif) 0 100% no-repeat;
	width:100%;
}
.br 
{
	background: url(images/br.gif) 100% 100% no-repeat;
}
.tl
{
	background: url(images/tl.gif) 0 0 no-repeat;
}
.tr 
{
	background: url(images/tr.gif) 100% 0 no-repeat;
	padding:5px 10px;
}
.clear {font-size: 1px; height: 1px}

.header_menu_nav { display:flex; gap:24px; align-items:center; }
.header_menu_nav .menu-item { position:relative; list-style:none; }
.header_menu_nav .menu-link { display:flex; align-items:center; gap:6px; padding:10px 12px; text-decoration:none; }
.menu-caret { transition: transform .2s ease; }
.menu-item.has-children:hover .menu-caret { transform: rotate(180deg); }

/* подменю */
.submenu {
	display:none; position:absolute; top:100%; left:0;
	min-width:260px; background:#fff; box-shadow:0 10px 24px rgba(0,0,0,.12);
	padding:8px 0; margin:0; z-index:50;border-radius: 8px;
}
.menu-item.has-children:hover > .submenu { display:block;}
.submenu-item { list-style:none; }
.submenu-link { display:block; padding:9px 14px; text-decoration:none; white-space:nowrap; }
.submenu-link:hover { background:#f3f5f7; }

.header_menu_nav li{
	height: 48px;
}