.header-info.fixed{
	flex-wrap: wrap;
}
.header-info .header-menu-container.new{
	display:none;
}
.header-info.fixed .header-menu-container.new{
	display:block;
	width:100%;
}
.new .header-menu{
	position:relative;
	display:flex;
	justify-content: center;
}
.new .header-sections{
	position: static!important;
	display:block !important;
}
.header-sections{
	display:block;
}
div.hidden-parent{
	display:none;
	z-index: 400;
	left:0;
}
div.parent{
	margin-top:20px;
	margin-bottom:20px;
	display:flex;
	justify-content: center;
	z-index: 400;
	background-color: white;
}
div.parent .childlist{
	margin-top:10px;
    padding: 0;
	display:block !important;
	margin-right:20px;
}
div.childs{
	display:block;
	z-index: 400;
	background-color: white;
	margin:0 30px 0 0;
	padding-left:30px;
	border-left:2px solid #454545;

}
.parent .childs:first-child{
	border-left:none;
}
.hidden-parent{
	width:1170px;
	z-index:1000;
	background-color: white;
    position: absolute;
    width: 1170px;
}
.childlist-container{
	display:flex;
}
.childlist{
	list-style-type: none;
}
.parent a{
	color: #545454;
	text-decoration: none;
}
.header-menu-container.new .header-menu .header-sections {
border-right: 2px solid white;
width:15%;
}
.header-menu-container.new .header-menu>li:last-child{
	border-right: none;
}
.header-menu-container.new .header-menu .header-sections > a{
	display:block !important;
	text-align: center;
	line-height: 40px;
}