.menu_advaced .animate{}
.close_menu_logo {
  display: grid;
  grid-template-columns: 41% 57%;
  padding: 25px 0 25px 13px;
}
.close_menu {
  background: url(/images/close_menu.svg) no-repeat center center;
  height: 24px;
  width: 24px;
  cursor: pointer;
}
.menu_advaced {
  background-color: #1b2530;
  /*position: fixed;*/
  position: relative;
  top: 0;
  width: 100vw;
  height: 1200px;
  z-index: 10000;
  margin: 0 -13px;
  overflow: auto;
  max-height: 100vh;
}
.menu_advaced>ul{

}
.menu_advaced.small>ul {
    height:40px;
    display: flex;
    padding: 0!important;
    margin: 0 0 0 -12px;
}
/* 1st level */
/*.bx_hma_one_lvl*/
.menu_advaced .bx_hma_one_lvl{
	display:block;
	padding:0;
	background-color: #1b2530;
	top: 0;
    left: 0;
	z-index: 10000;

}
/*bx_hma_one_lvl.dropdown:hover*/
.menu_advaced .bx_hma_one_lvl.hover{
	height:58px;

}
.menu_advaced.small .bx_hma_one_lvl:hover,
.menu_advaced.small .bx_hma_one_lvl{
	padding: 16px 12px!important;
}
.menu_advaced .bx_hma_one_lvl.bx_dropdown.hover{border-radius:0;/*box-shadow:none*/}

/*.menu_advaced.small .bx_hma_one_lvl,*/
.menu_advaced.small .bx_hma_one_lvl>a{
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	padding:0 13px;
	font-weight:450;
	font-size:1.6rem;
	text-transform: uppercase;
	opacity: .48;
	text-decoration: none;
}
/* .bx_hma_one_lvl>a*/
.menu_advaced .bx_hma_one_lvl>a{
	position:relative;
	z-index:105;
	display:block;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
    padding: 16px 0;
    padding-right: 0px;
    color: #f3f3ea;
    opacity: 48%;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    font-size: 16px;
}

.menu_advaced .bx_hma_one_lvl.bx_dropdown.hover>a{
	z-index:140;
	opacity: 1;
}
.menu_advaced.small .bx_hma_one_lvl.bx_dropdown.hover>a{z-index:140;height:40px}
.menu_advaced.small .bx_hma_one_lvl>a:active,
.menu_advaced.small .bx_hma_one_lvl.current a{}
/* // 1st level */

/* The Container */
.menu_advaced .bx_hma_one_lvl .bx_children_container{
	position:absolute;
/*	top:56px;*/
	left: 0;
	z-index:1001;
	display:none;
	overflow:hidden;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	padding-top:3px;
	max-width:100%;
}
.menu_advaced.small .bx_hma_one_lvl .bx_children_container{top: 140px}
.menu_advaced .bx_hma_one_lvl.hover .bx_children_container{display:block}
.bx-ie8 .menu_advaced 		.bx_hma_one_lvl:hover 	.bx_children_container{display:block !important} /*IE8*/
.menu_advaced .bx_hma_one_lvl .bx_children_container .bx_children_block{
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	margin-bottom:-20000px;
	padding: 0 12px 0;
	padding-bottom:20000px;
	min-width:130px;
	max-width:280px;
}
.menu_advaced .bx_hma_one_lvl .bx_children_container 	  .bx_children_block:first-child{
    border-left:none}
.menu_advaced .bx_hma_one_lvl .bx_children_container.b1 .bx_children_block{width:100%}
.menu_advaced .bx_hma_one_lvl .bx_children_container.b2 .bx_children_block{

}
.menu_advaced .bx_hma_one_lvl .bx_children_container.b3 .bx_children_block{width:33.3%}
.menu_advaced .bx_hma_one_lvl .bx_children_container.b4 .bx_children_block{width:25%}
.menu_advaced .bx_hma_one_lvl .bx_children_container    .bx_children_block.advanced{

}
/*// Container */

/* 2nd level*/
.menu_advaced .bx_hma_one_lvl ul{
	display:block;
	margin:0;
	padding:0 0 14px 0;
	list-style:none;
}
.menu_advaced 	  .bx_hma_one_lvl .bx_children_container .bx_children_block>ul>li{
    display:block;
}
.menu_advaced .bx_hma_one_lvl .bx_children_container .bx_children_block li.parent>a {
    display:block;
    padding:0 0 24px;

}
.menu_advaced.small .bx_hma_one_lvl .bx_children_container .bx_children_block    li.parent a{line-height:15px}
.menu_advaced .bx_hma_one_lvl .bx_children_container .bx_children_block li.parent>a:hover {
    opacity: .48;
}
.menu_advaced 	  .bx_hma_one_lvl .bx_children_container .bx_children_block>ul>li>a{
	display:block;
	text-decoration:none;
	font-size:1.6rem;
}
.menu_advaced.small .bx_hma_one_lvl .bx_children_container .bx_children_block    li a{
    font-size:1.6rem;
    line-height:normal;
    text-transform: uppercase;
    color: #f3f3ea;
}
/* // 2nd level*/

/* 3rd level */
.menu_advaced .bx_hma_one_lvl .bx_children_container .bx_children_block li.parent ul{
}
.menu_advaced .bx_hma_one_lvl .bx_children_container .bx_children_block li.parent:last-child ul{border-bottom:none}
.menu_advaced .bx_hma_one_lvl .bx_children_container .bx_children_block li.parent ul li{line-height:24px}
.menu_advaced .bx_hma_one_lvl .bx_children_container .bx_children_block li.parent ul li a{
	display:block;
	padding: 0 0 24px 0;
	text-decoration: none;
}
.menu_advaced .bx_hma_one_lvl .bx_children_container .bx_children_block li.parent ul li a:hover{

}
.menu	color:#000;_advaced .bx_hma_one_lvl .bx_children_container .bx_children_block li ul li a{

	text-decoration:none;
	font-size:1.6rem;
}
/* // 3rd level */

/* Panel */
.menu_advaced .bx_hma_one_lvl .bx_children_advanced_panel{
	display:none;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	text-align:center;
}
.menu_advaced .bx_hma_one_lvl .bx_children_block.advanced .bx_children_advanced_panel{display:block !important}
.menu_advaced .bx_hma_one_lvl .bx_children_advanced_panel img{
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	max-width:100%;
	max-height:220px;
	border:1px solid #e7e9ea;
}
.menu_advaced .bx_hma_one_lvl .bx_children_advanced_panel strong{
	display:block;
	color:#000;
	text-align:left !important;
	margin-top:10px;
	margin-bottom:10px;
}
.menu_advaced .bx_hma_one_lvl .bx_children_advanced_panel .bx_item_description{
	max-width:100%;
	display:block;
	color: #f3f3ea;;
	text-align:left !important;
	white-space:normal;
	font-weight:normal;
	font-size:12px;
	padding-bottom: 10px;
	overflow: hidden;
	line-height:18px !important;
}
/* // The Panel*/
@media (min-width:980px) {.menu_advaced .bx_hma_one_lvl .bx_children_container .bx_children_block{min-width:200px}}
@media (max-width:569px) {.header_inner_bottom_line{overflow:hidden;height:auto}}
