.menu-wrap .menu {
	margin: 0 auto;
	overflow: hidden;
	position: relative;
	width: 964px;
	z-index: 1000;
	padding: 0 30px;
}
.menu-wrap .menu .nav.j-nav li {
	float: left;
	list-style: none;
	text-align: center;
	font-size: 1.5rem;
	line-height: 1.8rem;
}	
.menu-wrap .menu .nav.j-nav li a {
	display: block;
	padding: 0;
	width: 90px;
	height: 51px;
	padding: 50px 15px 0 15px;
	color: #fff;
	text-align: center;
	text-decoration: underline;
	cursor: pointer;
}
.menu-wrap .nav-active {
	background: url("/img/decoration/menu/background-menu-red-orange.png") repeat-x 0 0 scroll transparent;
}
.menu-wrap .nav-item:hover {
	background: url("/img/decoration/menu/background-menu-red-orange.png") repeat-x 0 0 scroll transparent;
}
.menu-wrap .nav-item.nav-child-0 .nav-link {
	background: url("/img/decoration/menu/menu-icon-1.png") no-repeat 50% 13px scroll transparent;
}
.menu-wrap .nav-item.nav-child-1 .nav-link {
	background: url("/img/decoration/menu/menu-icon-2.png") no-repeat 50% 14px scroll transparent;	
}
.menu-wrap .nav-item.nav-child-2 .nav-link {
	background: url("/img/decoration/menu/menu-icon-3.png") no-repeat 50% 12px scroll transparent;	
}
.menu-wrap .nav-item.nav-child-3 .nav-link {
	background: url("/img/decoration/menu/menu-icon-4.png") no-repeat 50% 15px scroll transparent;	
}
.menu-wrap .nav-item.nav-child-4 .nav-link {
	background: url("/img/decoration/menu/menu-icon-5.png") no-repeat 50% 12px scroll transparent;	
}
.menu-wrap .nav-item.nav-child-5 .nav-link {
    background: url("/img/decoration/menu/menu-icon-6.png") no-repeat 50% 18px scroll transparent;
}
.menu-wrap .nav-item.nav-child-6,
.menu-wrap .nav-item.nav-child-7 {
	background: url("/img/decoration/menu/background-menu-green-1px.png") repeat-x 0 0 scroll transparent;
	width: 119px;
}
.menu-wrap .nav-item.nav-child-6:hover,
.menu-wrap .nav-item.nav-child-7:hover {
	background: url("/img/decoration/menu/background-menu-red-orange.png") repeat-x 0 0 scroll transparent;
	width: 119px;
}
.menu-wrap .nav-item.nav-child-6 .nav-link {
	background: url("/img/decoration/menu/menu-icon-7.png") no-repeat 50% 15px scroll transparent;
}
.menu-wrap .nav-item.nav-child-7 .nav-link {
	background: url("/img/decoration/menu/menu-icon-8.png") no-repeat 50% 14px scroll transparent;
}
.menu-wrap .separator-menu-orange {
	width: 1px;
	height: 101px;
	background: url("/img/decoration/menu/menu-separator-orange.png") no-repeat 0 50% transparent scroll;
}
.menu-wrap .separator-menu-green {
	width: 1px;
	height: 101px;
	background: url("/img/decoration/menu/menu-separator-green.png") no-repeat 0 50% transparent scroll;
}
.menu-wrap .divs {
	padding: 0;
	position: absolute;
	z-index: 1000;
	width: 100%;
	background: url("/img/decoration/menu/background-menu-border-bottom.png") repeat-x 0 100% transparent;
}
.menu-wrap .pr {
	margin: 0 auto;
	position: relative;
	width: 964px;
	background: white;
	padding: 0 30px;
	background: url("/img/decoration/menu/background-menu-border-bottom.png") repeat-x 0 100% transparent;
}
.menu-wrap .divs a {
	text-decoration: none;
	color: #444e55;
	font-size: 1.4rem;
	line-height: 3.6rem;
	display: block;
}
.menu-wrap .divs a:hover {
	color: #eb610a;
	text-decoration: underline;
}
.menu-wrap .nav {
	list-style: none;
	padding:0;
	margin: 0;
}
.menu-wrap .nav-active:hover {
	filter: none;
	}

.menu-wrap .hide {
	display: none;
}
.mrg div {
	background: url("/img/decoration/menu/background-menu-submenu-border-bottom-dashed.png") repeat-x 0 0 scroll transparent;
	display: inline-block;
	float: left;
	width: 228px;
	margin-right: 12px;
	height: 36px;
}
.mrg div:nth-child(-n+4) {
	background: none;
	margin-top: 20px;
}
.mrg div:last-child {
	margin-bottom: 20px;
}

/* Страница по ширине меньше, чем 767 px */
@media only screen and (max-width:767px) {
	
	
	
}

/* Страница по ширине больше, чем 768 px и меньше, чем 1023 px */
@media only screen and (min-width:768px) and (max-width:1023px){
	
	
	
}

/* Страница по ширине больше, чем 1024 px и меньше, чем 1279 px */
@media only screen and (min-width: 1024px) and (max-width:1279px){
	
	
	
}

/* Страница по ширине больше, чем 1280 px */
@media only screen and (min-width: 1280px) {
	
	
	
}