#hmenu-main, #hmenu-main ul, #hmenu-main ul li, #hmenu-main ul li a, #hmenu-main #menu-button {
	margin: 0;
	padding: 0;
	border: 0;
	list-style: none;
	display: block;
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#hmenu-main:after, #hmenu-main > ul:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
#hmenu-main #menu-button {
	display: none;
}
#hmenu-main > ul > li > a {
    -webkit-transition: color .2s ease;
    -moz-transition: color .2s ease;
    -ms-transition: color .2s ease;
    -o-transition: color .2s ease;
    transition: color .2s ease;
    -webkit-transition: color 0.25s;
    transition: color 0.25s;
}
#hmenu-main > ul > li:hover > a, #hmenu-main > ul > li.active > a {
	transition-duration: 0.5s;
}
#hmenu-main ul ul {
	position: absolute;
	left: -9999px;
	z-index: 10;
	width: 280px;
	background-color: #f6f6f6;
}
#hmenu-main li:hover > ul {
	left: auto;
}
#hmenu-main.align-right li:hover > ul {
	right: 0;
}
#hmenu-main ul ul ul {
	margin-left: 100%;
	top: 0;
}
#hmenu-main.align-right ul ul ul {
	margin-left: 0;
	margin-right: 100%;
}
#hmenu-main ul ul li {
	height: 0;
	-webkit-transition: height .2s ease;
	-moz-transition: height .2s ease;
	-ms-transition: height .2s ease;
	-o-transition: height .2s ease;
	transition: height .2s ease;
}
#hmenu-main ul li:hover > ul > li {
	height: auto;
}
#hmenu-main ul ul li a {
	padding: 10px 20px;
	width: 160px;
	font-size: 14px;
	text-decoration: none;
	color: #000000;
	-webkit-transition: color .2s ease;
	-moz-transition: color .2s ease;
	-ms-transition: color .2s ease;
	-o-transition: color .2s ease;
	transition: color .2s ease;
}
.menu-text-link {
	position: relative;
}
#hmenu-main.main-menu {
	display: block;
	z-index: 100;
}
#hmenu-main ul ul li a {
	font-size: 14px;
	text-transform: none;
	max-width: 270px;
	width: 270px;
 	text-align: left;
}
#hmenu-main li:hover > ul {
    left: auto;
    padding: 0 12px;
}
#hmenu-main.main-menu ul li a {
    height: 46px;
    padding-top: 11px;
}
#hmenu-main.main-menu ul ul li a {
	font-family: "AcromMedium";
	color: #5b5b5a;
	padding: 15px 0;
	width: 100%;
	max-width: 300px;
	border-bottom: 1px solid #5b5b5a;
	height: auto;
}
#hmenu-main.main-menu ul ul li:last-child a {
	border-bottom: none;
}
#hmenu-main.main-menu ul ul ul li a {
	border-bottom: 1px solid #5b5b5a !important;
}
#hmenu-main.main-menu ul ul ul li:last-child a {
	border-bottom: none !important;
}
.menu-bg-icon {
    width: 30px;
    float: left;
    height: 40px;
    margin-left: 2px;
    margin-right: 2px;
    background-position: center 0;
    background-repeat: no-repeat;
}
.main-catalog .first-hmenu {
  font-family: 'AcromBold';
}
.main-catalog ul ul .parent svg {
    position: absolute;
    right: 0;
    top: 4px;
    color: #5b5b5a;
}
#hmenu-main.main-menu ul ul li a:hover, #hmenu-main.main-menu ul ul li a:active, #hmenu-main.main-menu ul ul li a:focus,
#hmenu-main.main-menu ul ul li a:hover svg, #hmenu-main.main-menu ul ul li a:active svg, #hmenu-main.main-menu ul ul li a:focus svg {
	color: #f6c93c;
}