.new-nav-header, .new-nav-header *, .new-nav-header *:before, .new-nav-header *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.new-nav-header {
	position: relative;
	height: 45px;
}
.new-nav {
	width: 238px;
	display: inline-block;
	position: relative;
	font-size: 12px;
	float: left;
	z-index: 1000;
}
.new-nav_btn {
	display: inline-block;
	font-size: 13px;
	line-height: 45px;
	height: 45px;
	background: #0058af;
	padding: 0 0 0 20px;
	cursor: pointer;
	color: #fff;
	text-transform: uppercase;
	border-radius: 4px 4px 0 0;
	position: relative;
	z-index: 120;
	width: 100%;
	font-family: "co_text_corpbold", Arial;
}
.new-nav_btn:after {
	content: '';
	height: 0;
	width: 0;
	position: absolute;
	top: 18px;
	right: 20px;
	border: 5px transparent solid;
	border-top: 5px #0058af solid;
}
.new-nav_btn:before {
	content: '';
	height: 0;
	width: 0;
	position: absolute;
	top: 18px;
	right: 17px;
	border: 8px transparent solid;
	border-top: 8px #fff solid;
	border-radius: 4px;
}
.new-nav:hover .new-nav_btn:after {
	top: 16px;
	border: 5px transparent solid;
	border-bottom: 5px #0058af solid;
}
.new-nav:hover .new-nav_btn:before {
	top: 10px;
	border: 8px transparent solid;
	border-bottom: 8px #fff solid;
}
.new-nav_btn i {
	display: inline-block;
	vertical-align: middle;
	margin-right: 10px;
	height: 20px;
	line-height: 1;
}
.new-nav_btn i em {
	display: inline-block;
	width: 17px;
	height: 3px;
	position: relative;
	background: #ffffff;
}
.new-nav_btn i em:before {
	content: "";
	width: 100%;
	left: 0;
	top: -5px;
	height: 3px;
	background: #fff;
	position: absolute;
}
.new-nav_btn i em:after {
	content: "";
	width: 100%;
	left: 0;
	bottom: -5px;
	height: 3px;
	background: #fff;
	position: absolute;
}
.new-nav_btn span {
	display: inline-block;
	vertical-align: middle;
}
.new-nav:hover .menu {
	display: block;
}
.new-nav .menu:hover {
}
.new-nav .menu {
	display: none;
	position: absolute;
	left: 0;
	right: 0;
	top: 100%;
	list-style: none;
	-webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.6);
	-moz-box-shadow: 0 0 6px rgba(0, 0, 0, 0.6);
	box-shadow: 0 0 6px rgba(0, 0, 0, 0.6);
	-webkit-border-radius: 0 0 4px 4px;
	-moz-border-radius: 0 0 4px 4px;
	border-radius: 0 0 4px 4px;
	z-index: 100000;
	font-family: "co_text_corpregular", Arial;
}
.new-nav .menu .menu_item {
	display: block;
	text-decoration: none;
	color: #00499c;
	font-size: 13px;
	line-height: 15px;
	padding: 8px 17px;
	background: #eff3f4;
	cursor: default;
}
.new-nav .menu .menu_item.menu_item-alphabet {
	background: #bfdeef;
	color: #00499c;
}
.new-nav .menu .menu_item:hover {
	background: #00b0eb;
	color: #fff;
}
.new-nav .menu .menu_item:hover ~ .menu_item-promo {
	-webkit-border-radius: 0 0 0 4px;
	-moz-border-radius: 0 0 0 4px;
	border-radius: 0 0 0 4px;
}
.new-nav .menu .menu_item-promo, .new-nav .menu .menu_item-promo:hover {
	padding: 0;
	-webkit-border-radius: 0 0 4px 4px;
	-moz-border-radius: 0 0 4px 4px;
	border-radius: 0 0 4px 4px;
	overflow: hidden;
}
.new-nav .menu .menu_item-promo-link, .new-nav .menu .menu_item-promo-link:hover {
	background: #2d8fe4 url(../img/menu-promo.png) 0 0 no-repeat;
	font-family: "co_text_corpregular", Arial;
	color: #fff;
	text-transform: uppercase;
	font-weight: 700;
	display: block;
	text-decoration: none;
	font-size: 13px;
	line-height: 15px;
	padding: 12px 17px;
}
.new-nav .menu .menu_item:hover .submenu {
	display: block;
}
.new-nav .submenu {
	display: none;
	position: absolute;
	top: 0;
	left: 100%;
	height: 100%;
	width: 752px;
	padding: 0 4px;
	background: #fff;
	color: #000;
	border-bottom: 3px #005baa solid;
	z-index: -10;
	border-radius: 0 4px 4px 0;
	box-shadow: 0 0 6px rgba(0, 0, 0, 0.6);
}
.new-nav .submenu_container {
	position: static;
	padding: 18px 4px 64px 4px;
	overflow: hidden;
}
.new-nav .submenu_content {
	width: 100%;
	display: table;
	table-layout: fixed;

}
.new-nav .submenu_col {
	display: table-cell;
	vertical-align: top;
	padding: 0 10px;
	border-left: 1px #d0d0d0 dashed;
	position: relative;
}
.new-nav .submenu_col:first-child {
	border-left: 0;
}
.new-nav .submenu_title {
	position: relative;
	font-size: 12px;
	line-height: 14px;
	text-transform: uppercase;
	color: #000;
	margin: 0 0 5px 0;
	font-weight: 700;
	letter-spacing: -0.03em;
}
.new-nav .submenu_title-link {
	color: #000;
}
.new-nav .submenu_title-alphabet {
	color: #00b0eb;
}
.new-nav .submenu_list {
	position: relative;
	list-style: none;
	margin: 0 0 10px 0;
	overflow: hidden;
	z-index: 10;
}
.new-nav .submenu_list-item {
	font-size: 12px;
	line-height: 14px;
	margin: 0 0 10px 0;
	padding: 0;
}
.new-nav .menu_item-alphabet .submenu_list-link {
	position: relative;
	font-size: 12px;
	line-height: 14px;
	text-transform: uppercase;
	color: #000;
	margin: 0 0 10px 0;
	font-weight: 700;
	letter-spacing: -0.03em;
}
.new-nav .menu_item-alphabet .submenu_list-link:hover {
	color: #000;
	text-decoration: underline;
}
.new-nav .submenu_list-link:hover {
	color: #e91b24;
	text-decoration: underline;
}
.new-nav .submenu-brands {
	position: absolute;
	left: 4px;
	right: 4px;
	bottom: 6px;
	background: #f0f0f0;
	font-size: 12px;
}
.new-nav .submenu-brands_table {
	display: table;
	width: 100%;
	min-width: 100%;
	border-collapse: collapse;
	table-layout: fixed;
}
.new-nav .submenu-brands_logos {
	display: table-cell;
	height: 32px;
	vertical-align: middle;
}
.new-nav .submenu-brands_show-all {
	display: table-cell;
	width: 100px;
	height: 32px;
	vertical-align: middle;
}
.new-nav .submenu-brands_logo {
	text-decoration: none;
	padding: 0 5px;
	font-size: 18px;
}
.new-nav .submenu-brands_logo img {
	max-width: 100%;
}
.new-nav .submenu-brands_show-all-link {
	color: #3d3d3d;
	position: relative;
	vertical-align: middle;
	display: table-cell;
}
.new-nav .submenu-brands_show-all-link:after {
	content: '';
	position: absolute;
	width: 0;
	height: 0;
	top: 4px;
	right: -13px;
	border: 4px transparent solid;
	border-left: 4px #3d3d3d solid;
}
.new-nav .submenu_banner {
	display: block;
	margin: 0 auto;
	max-width: 100%;
}
.form-search {
	position: relative;
	display: block;
	margin-left: 250px;
	margin-right: 160px;
	right: auto;
	top: auto;
	width: auto;
}
.new-nav-header #autocomplete-ajax {
	width: 90%;
	position: relative;
	right: 0;
	display: block;
}
.form-search .input-box__wrapper {
	background: none;
}
.form-search .input-box__wrapper_wrapper {
	background: none;
	margin-left: 0;
	border: 1px solid #cccccc;
	border-radius: 4px;
	background: #ffffff;
	width: 461px;
}
.form-search .icn-search:hover {
	background-position: center center;
}
.form-search .icn-search {
	left: auto;
	right: 0;
	padding: 0 !important;
	top: 2px;
	background-position: center center;
	font-size: 0;
	width: 30px;
	height: 30px;
}
