.yugu-multilevel-menu {
	display: flex;
	flex-wrap: wrap;
	position: fixed;
	top: 0;
	bottom: 0;
	margin: 0 auto;
	width: calc(100% + 17px);
	z-index: 9999;
	background: #fff;
	overflow: hidden;
	transition: 0.3s ease;
	display: none;

}


.big-menu-tab li {
	width: 100%;
}

.big-menu-tab li a {
	display: none !important;
}

.big-menu-tab li ul li a {
	display: table !important;
}

.big-menu-tab li ul {
	column-count: 3;
	column-gap: 50px;
	padding: 0;
	width: 100%;
}

.multilevel-menu-list .big-menu-tab.active {
	opacity: 1;
	display: block;
}


.fast-nav-box {
	position: fixed;
	left: 60px;
	z-index: 200;
	top: 50px;
	display: table;
}

.fast-nav-mobile {
	display: none;
}




.burger {
	position: absolute;
	background: url(img/burger.svg) center no-repeat;
	background-size: 41px;
	width: 41px;
	height: 32px;
	transition: 0.3s ease;
	opacity: 1;
}

.burger.semi {
	opacity: 0.5;
}

.burger:hover {
	opacity: 1;
	cursor: pointer;
}

.go-home {
	background-size: cover !important;
	background: url(img/go-home.svg) no-repeat;
	width: 39px;
	height: 44px;
	position: absolute;
	top: 80px;
	transition: 0.3s ease;
	opacity: 0.5;
}

.go-home:hover {
	cursor: pointer;
	opacity: 1;
}

.go-back {
	background-size: cover !important;
	background: url(img/go-back.svg) no-repeat;
	width: 39px;
	height: 30px;
	position: absolute;
	top: 175px;
	transition: 0.3s ease;
	opacity: 0.5;
}

.go-back:hover {
	cursor: pointer;
	opacity: 1;
}



.close-menu {
	position: fixed;
	top: 30px;
	left: 160px;
	background: url(img/close.svg) center no-repeat;
	background-size: 35px;
	width: 130px;
	height: 110px;
	transition: 0.3s ease;
	opacity: 0.5;
	z-index: 999;
}

.close-menu:hover {
	opacity: 0.3;
	cursor: pointer;
}


.categories-box {
	width: 570px;
	background: #F6F8FA;
}

.categories-list {
	height: 100%;
	display: table;
	margin-left: auto;
	margin-top: 140px;
}

.categories-list li {
	list-style: none;
}

.categories-list .root-item {
	font-weight: 600;
	font-size: 28px;
	color: #000;
	padding: 10px 130px 10px 25px;
	width: 100%;
	display: table;
	margin-bottom: 13px;
	text-decoration: none !important;
	transition: 0.2s ease;
}

.categories-list .root-item.active,
.categories-list .root-item.selected {
	background: #fff;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
}

.multilevel-menu-list {
	position: relative;
	height: 100%;
	width: calc(100% - 570px);
	padding-top: 50px;
	padding-left: 80px;
	padding-right: 80px;
	overflow-y: scroll;
}




/*Links*/
.multilevel-menu-list a {
	display: table;
	text-decoration: none;
	font-weight: 500;
	font-size: 17px;
	line-height: 170%;
	color: #4D4D4D;
	transition: 0.2s ease;
}

.multilevel-menu-list a:hover {
	color: #1E51BA;
}

.multilevel-menu-list li {
	display: inline-block;
}

#big_menu_index_1 li {
	display: table;
	margin-bottom: 9px;
}

/*Root items*/
.multilevel-menu-list li a.root-item {
	color: #000;
	font-weight: bold;
	padding: 7px 12px;
	width: 200px;
	text-align: left;
	display: none;
}

/*Root menu selected*/
.multilevel-menu-list li a.root-item-selected
{
	background:#fc8d3d;
	color:#fff;
	font-weight:bold;
	padding:7px 12px;
}


/*Item-parents*/
.multilevel-menu-list a.parent {
	display: table;
	color: #000;
	font-weight: 600;
	font-size: 24px;
	transition: 0.2s ease;
	margin-bottom: 10px;
}

.multilevel-menu-list a.parent:hover {
	color: #1E51BA;
}


/*Sub-menu box*/
.multilevel-menu-list .big-menu-tab {
	padding: 0;
	width: 100%;
	opacity: 0;
	transition: 0.2s ease;
	display: none;
}



/*Sub-menu item box*/
.multilevel-menu-list li ul li {
	width: 100%;
	display: inline-block;
}

.multilevel-menu-list li ul li ul {
	padding: 0;
	width: 100%;
	display: table;
	opacity: 1;
}

.multilevel-menu-list li ul li ul li {
	margin-bottom: 6px;
	width: 100%;
}


.column-count-1 {
	column-count: 1 !important;
}

.column-count-2 {
	column-count: 2 !important;
}



.menu-list {
	padding: 0;
}


.multilevel-menu-top-panel .btn-bar {
	display: none !important;
}






@media (max-width: 1740px) {
	.fast-nav-box {
		left: 40px;
		top: 50px;
		zoom: 0.9;
		margin-top: 15px;
	}
}


@media (max-width: 1366px) {
	.categories-box {
		width: 290px;
	}

	.multilevel-menu-list {
		width: calc(100% - 290px);
		padding-top: 30px;
		padding-left: 50px;
		padding-right: 50px;
	}

	.categories-list .root-item {
		font-size: 24px;
		padding: 10px 30px 10px 25px;
	}

	.big-menu-tab li ul {
		opacity: 1;
		display: block;
		column-count: 2;
		column-gap: 50px;
	}

	.multilevel-menu-list a.parent {
		font-size: 22px;
	}

	.multilevel-menu-list a {
		font-size: 16px;
	}

	.multilevel-menu-list li ul li ul li {
		margin-bottom: 2px;
	}
}

@media (max-width: 992px) {
	.multilevel-menu-top-panel {
		width: 100%;
		background: #fff;
		height: 85px;
		position: absolute;
		top: 0;
		z-index: 9999;
	}

	.multilevel-menu-top-panel .btn-bar {
		display: flex !important;
		left: 40px;
		position: absolute;
		top: 26px;
	}

	.yugu-multilevel-menu {
		padding-top: 50px;
		width: 100%;
	}

	.yugu-multilevel-menu .logo {
		left: 40px;
		position: absolute;
		top: 20px;
	}

	.categories-box {
		display: none;
	}

	.multilevel-menu-list {
		width: 100%;
		padding-left: 0;
		padding-right: 0;
		overflow-y: auto;
	}


	.big-menu-tab li a {
		display: table !important;
	}

	.big-menu-tab li ul {
		display: none;
	}

	.multilevel-menu-list .big-menu-tab {
		display: table;
		opacity: 1;
	}

	#big_menu_index_3.big-menu-tab li a {
		color: #000;
		font-weight: 600;
		font-size: 22px;
		margin-bottom: 10px;
	}

	#big_menu_index_1 li {
		margin-bottom: initial;
	}

	.menu-arrow {
		content: '';
		display: inline-block;
		width: 80px;
		height: 64px;
		position: absolute;
		right: 0px;
		top: 0;
		background: url(img/arrow_b.svg) center no-repeat;
		background-size: 21px;
		transition: 0.3s ease;
	}

	.big-menu-tab li ul li .menu-arrow {
		height: 57px;
	}

	.big-menu-tab li ul li a.menu-a-active {
		background: #1f3992;
	}

	.menu-arrow.active {
		transform: rotate(180deg);
		filter: brightness(0) invert(1);
	}

	.multilevel-menu-list li {
		display: table;
		position: relative;
	}

	.multilevel-menu-list li ul li {
		display: table !important;
	}

	.mob-menu-active {
		display: table !important;
	}

	.menu-a-active {
		background: #2946ab;
		color: #fff !important;
	}

	.multilevel-menu-list a {
		margin-bottom: 0;
		padding: 15px;
		margin: 0 -15px;
		line-height: 150%;
		color: #000;
	}

	.multilevel-menu-list li a {
		padding: 15px 40px;
		width: 100%;
		margin: 0;
	}

	.multilevel-menu-list li ul a {
		margin: 0;
		width: 100%;
		display: table !important;
		padding: 14px 55px 14px 40px;
		border-bottom: 1px solid #ccc;
	}

	.multilevel-menu-list a.parent {
		font-size: 20px;
		margin-bottom: 0;
	}

	.multilevel-menu-list li ul li ul {
		display: none;
	}

	.big-menu-tab li ul li a {
		font-size: 17px !important;
	}
}

@media (max-width: 768px) {
	.fast-nav-box {
		display: none;
	}

	.fast-nav-mobile {
		display: table;
	}

	.burger {
		right: 40px;
		top: 25px;
		z-index: 400;
	}

	.go-back {
	    display: none;
	}

	.go-home {
	    display: none;
	}
}