#menuprosheme {
	margin: 10px 0px;
	position: relative;
	z-index: 9;
	background: #fff;
}

#menuprosheme:hover+#maskMenuShemeA {
	display: block;
}

#menuprosheme:hover {
	z-index: 1039;
}

#menuprosheme+#maskMenuShemeA {
	display: none;
	position: fixed;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background: rgba(0, 0, 0, .3);
	z-index: 1038;
}

#menuprosheme .title-menu-sheme {
	color: #222;
	font-weight: 600;
	text-shadow: -1px 0px 0px rgba(255, 255, 255, 0.75);
	text-transform: uppercase;
	font-size: 14px;
	padding: 10px;
	border: 1px solid #d9d9d9;
	border-bottom: 0px;
	background: #f5f5f5;
	;
}

#menuprosheme .title-menu-sheme i.fa {
	margin-right: 10px;
}

#menuprosheme .navbar-nav {
	margin: 0;
	border: 1px solid #d9d9d9;
}

#menuprosheme .navbar-nav>li>a {
	padding-top: 15px;
	padding-bottom: 15px;
}

#menuprosheme .nav>li>a {
	text-transform: uppercase;
	position: relative;
	display: block;
	padding: 10px 40px 10px 10px;
	color: #333;
}

#menuprosheme .navbar-nav>li>.mob-submenu-list li>a {
	position: relative;
	display: block;
	padding: 10px 40px 10px 20px;
	color: #333;
}

#menuprosheme .navbar-nav>li>.mob-submenu-list li a,
#menuprosheme .navbar-nav>li>.mob-submenu-list li>.mob-submenu-list-3lev a {
	color: #333;
}

#menuprosheme .navbar-nav>li>.mob-submenu-list li a:hover,
#menuprosheme .navbar-nav>li>.mob-submenu-list li a.active-m,
#menuprosheme .navbar-nav>li>.mob-submenu-list li>.mob-submenu-list-3lev a:hover {
	color: #2B8CDB;
}

#menuprosheme .navbar-nav>li .mob-html-block {
	padding: 10px;
}

#menuprosheme .navbar-nav,
#menuprosheme .navbar-nav>li {
	float: none;
	position: relative;
}

#menuprosheme .navbar-nav>li:hover>a .pitem-icon,
#menuprosheme .navbar-nav>li>a .hitem-icon {
	display: none
}

#menuprosheme .navbar-nav>li>a .pitem-icon,
#menuprosheme .navbar-nav>li:hover>a .hitem-icon {
	display: block
}

#menuprosheme .navbar-nav>li {
	border-bottom: 1px solid #d9d9d9;
}

#menuprosheme .navbar-nav>li:last-child {
	border-bottom: 0px;
}

#menuprosheme .navbar-nav>li>.mob-submenu-list li a>.show-sc-sheme,
#menuprosheme .navbar-nav>li a>.show-sc-sheme {
	font-size: 12px;
	height: 100%;
	width: 40px;
	text-align: center;
	border-left: 1px solid #d9d9d9;
	padding: 0;
	position: absolute;
	top: 0;
	right: 0;
}

#menuprosheme .navbar-nav>li>.mob-submenu-list li a>.show-sc-sheme>i,
#menuprosheme .navbar-nav>li a>.show-sc-sheme>i {
	font-size: 11px;
}

#menuprosheme .navbar-nav>li>.mob-submenu-list li a>.show-sc-sheme.open-sc-sheme>i.plus,
#menuprosheme .navbar-nav>li a>.show-sc-sheme.open-sc-sheme>i.plus {
	transform: rotate(45deg);
	-webkit-transition: rotate 0.3s ease 0s;
	-moz-transition: rotate 0.3s ease 0s;
	-ms-transition: rotate 0.3s ease 0s;
	-o-transition: rotate 0.3s ease 0s;
	transition: rotate 0.3s ease 0s;
	font-size: 12px;
}

#menuprosheme .navbar-nav>li>.mob-submenu-list li a>.show-sc-sheme>i,
#menuprosheme .navbar-nav>li a>.show-sc-sheme>i {
	line-height: 40px;
	text-align: center;
	width: 40px;
}

#menuprosheme .nav>li>.close-mobmenu:focus,
#menuprosheme .nav>li>.close-mobmenu:hover,
#menuprosheme .nav>li>a.active-m,
#menuprosheme .nav>li>a:hover {
	background-color: #eee;
}

#menuprosheme .nav>li>a:hover {
	background-color: #eee;
}

#menuprosheme .nav>li a>.show-sc-sheme:focus,
#menuprosheme .nav>li a>.show-sc-sheme:hover {
	background-color: #fff;
}

#menuprosheme .navbar-nav>li>.mob-submenu-list,
#menuprosheme .navbar-nav>li>.mob-submenu-list li>.mob-submenu-list-3lev {
	background-color: #fff;
}

#menuprosheme .navbar-nav>li>.mob-submenu-list li,
#menuprosheme .navbar-nav>li>.mob-submenu-list li>.mob-submenu-list-3lev li {
	float: none;
	position: relative;
	border-top: 1px solid #ddd;
}

#menuprosheme .cat-label {
	font-size: 10px;
	text-shadow: 2px 3px 3px rgba(0, 0, 0, 0.25);
	font-weight: 600;
	border-radius: 2px;
	line-height: 1;
	padding: 3px;
	right: 41px;
	top: 1px;
	z-index: 1;
	position: absolute;
	text-transform: uppercase;
}

#menuprosheme .cat-label-label {
	background-color: #0cc485;
	color: #fff;
}

#menuprosheme .sheme-menu-icon {
	float: left;
	margin: -2px 5px -2px 0;
}

#menuprosheme a:focus {
	outline: none;
	outline-offset: -2px;
}


footer {
	overflow: hidden;
}

@media (min-width: 992px) {
	header {
		z-index: 1000;
	}

	#menu-vsheme {
		width: 100%;
		padding: 0 285px;
		position: relative;
		z-index: 2;
	}

	#menu-vsheme .title-menu-sheme {
		display: none;
	}

	#menu-vsheme-list {
		display: flex;
		justify-content: center;
		flex-wrap: wrap;
		gap: 20px;
	}

	#menu-vsheme-list li {
		font-weight: 700;
		line-height: 1;
		font-size: 14px;
		color: #5a5959;
		text-transform: uppercase;
		position: relative;
	}

	#menu-vsheme-list li a,
	#menu-vsheme-list li .fa {
		font-weight: inherit;
		line-height: inherit;
		font-size: inherit;
		color: inherit;
		text-transform: inherit;
		transition: all .3s linear;
	}

	#menu-vsheme-list li.dropdown .ns-dd {
		display: block;
		position: absolute;
		top: calc(100% + 15px);
		left: 0;
		transform: translateY(10px);
		width: 300px;

		background: rgb(255 255 255 / 90%);
		border-radius: 16px;
		box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
		backdrop-filter: blur(5px);
		-webkit-backdrop-filter: blur(5px);
		border: 1px solid rgba(255, 255, 255, 0.3);

		opacity: 0;
		pointer-events: none;
		transition: all .3s linear;
	}

	#menu-vsheme-list li.dropdown .ns-dd .dropdown-inner {
		width: 100%;
		max-height: 405px;
		overflow: auto;
	}

	#menu-vsheme-list li.dropdown .ns-dd::before {
		content: "";
		position: absolute;
		z-index: -1;
		top: -40px;
		left: 0;
		width: 100%;
		height: 100%;
		background-color: transparent;
	}

	#menu-vsheme-list>li.dropdown:hover>a>.fa {
		transform: rotateX(180deg);
	}

	#menu-vsheme-list li.dropdown:hover .ns-dd {
		opacity: 1;
		pointer-events: all;
		transform: translateY(0px);
	}

	#menu-vsheme-list li.dropdown .dropdown-inner ul li {
		padding: 7px 9px;
		text-align: left;
		text-transform: none;
		font-weight: 400;
		font-size: 13px;
	}

	#menu-vsheme-list li.dropdown .dropdown-inner ul li:not(:last-child) {
		border-bottom: 1px solid #d0d0d0;
		border-top: 1px solid #fff;
	}

	#menu-vsheme-list li.dropdown .dropdown-inner ul li.nsmenu-issubchild .nsmenu-ischild {
		display: none;
	}

	#menu-vsheme-list li.dropdown .ns-dd.nsmenu-type-information .dropdown-inner .nsmenu-haschild {
		width: 100%;
		float: none;
		padding: 0;
	}

	#menu-vsheme-list li.dropdown .ns-dd.nsmenu-type-information .dropdown-inner ul li {
		border-bottom: 1px solid #d0d0d0;
		border-top: 1px solid #fff;
	}

	#menu-vsheme-list li.dropdown .ns-dd.nsmenu-type-information .dropdown-inner ul:last-child li {
		border-bottom: none;
	}

	#menu-vsheme-list li.dropdown .dropdown-inner ul li.nsmenu-issubchild ul li:first-child {
		margin-top: 15px;
	}

	#menu-vsheme-list li.dropdown .dropdown-inner ul li.nsmenu-issubchild:hover>a>.fa {
		transform: rotateX(180deg);
	}

	#menu-vsheme-list li.dropdown .toggle-child {
		display: none;
	}
}

@media (max-width: 1199px) and (min-width:992px) {
	#menu-vsheme {
		padding: 0 210px;
	}

	.logo-container {
		margin: 0 !important;
		max-width: 150px !important;
	}

	#logo {
		padding: 10px 0 !important;
	}

	header .box-left {
		top: 31px !important;
	}

	header .box-right {
		top: 25px !important;
	}
}

@media (min-width: 992px) {
	.menu-open-2level>.list-unstyled.nsmenu-ischild.nsmenu-ischild-simple {
		display: block !important;
	}

	.menu-open-4level>.list-unstyled.child_4level_simple {
		display: block !important;
	}

	#menu-vertical:hover+#maskMenuHC {
		display: block;
	}

	#menu-vertical:hover {
		z-index: 1039;
	}

	.box-col-3 {
		width: 325.2%;
	}

	.box-col-2 {
		width: 220%;
	}

	.box-col-1 {
		width: 110%;
	}
}

@media (max-width:992px) {
	body.no-scroll {
		overflow: hidden !important;
	}

	header {
		z-index: 100000;
	}

	header .logo-container {
		margin: 0 !important;
		z-index: 2;
	}

	header .box-left {
		position: absolute;
		z-index: 1;
		transform: none;
		left: auto;
		right: auto;
		top: 38px;
		bottom: auto;
		width: 100%;
	}

	header .box-right {
		z-index: 2;
	}

	#menu-vsheme {
		width: 100%;
	}

	#menu-vsheme::before {
		content: "";
		position: absolute;
		top: calc(50% - 5px);
		transform: translate(-50%, -50%);
		left: 50%;
		z-index: -1;
		width: calc(100% + 30px);
		height: 105px;
		background-color: #fff;
	}

	#menu-vsheme .title-menu-sheme {
		font-size: 0;
	}

	#menu-vsheme .title-menu-sheme .fa {
		font-size: 30px;
	}

	#menu-vsheme-list {
		position: fixed;
		z-index: -2;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		overflow: auto;
		background: #fff;
		margin: 0 !important;
		padding: 100px 20px 50px;
		transform: translateX(100%);
		transition: all .3s linear;
	}

	#menu-vsheme-list.is-open {
		transform: translateX(0%);
	}

	#menu-vsheme-list li {
		font-weight: 700;
		line-height: 1;
		font-size: 16px;
		color: #5a5959;
		position: relative;
		text-transform: uppercase;
		z-index: 2;
		border-bottom: 1px solid #d0d0d0;
		padding: 15px 0;
		text-align: left;
	}

	#menu-vsheme-list>li>a {
		width: 100%;
		padding: 0 35px 0 0;
		display: inline-block;
	}

	#menu-vsheme-list li a,
	#menu-vsheme-list li .fa {
		font-weight: inherit;
		line-height: inherit;
		font-size: inherit;
		color: inherit;
		text-transform: inherit;
		transition: all .3s linear;
	}

	#menu-vsheme-list li a .fa {
		display: none;
	}

	#menu-vsheme-list>li.dropdown .ns-dd {
		display: none;
	}

	#menu-vsheme-list>li.dropdown .toggle-child {
		position: absolute;
		top: 15px;
		right: 0;
		width: 20px;
		height: 20px;
		display: flex;
		align-items: center;
		justify-content: center;
	}

	#menu-vsheme-list>li.dropdown .toggle-child .fa {
		position: absolute;
		transition: all .3s linear;
	}

	#menu-vsheme-list>li.dropdown .toggle-child .fa.minus {
		opacity: 0;
	}

	#menu-vsheme-list>li.dropdown .toggle-child.is-open .fa.plus {
		opacity: 0;
	}

	#menu-vsheme-list>li.dropdown .toggle-child.is-open .fa.minus {
		opacity: 1;
	}

	#menu-vsheme-list>li.dropdown .ns-dd ul li:first-child {
		padding-top: 20px;
	}

	#menu-vsheme-list>li.dropdown .ns-dd ul li {
		font-weight: 400;
		text-transform: none;
		font-size: 13px;
	}

	#menu-vsheme-list>li.dropdown .ns-dd ul li:last-child,
	#menu-vsheme-list>li.dropdown .ns-dd ul li.nsmenu-issubchild ul li:last-child {
		border: none;
		padding-bottom: 0;
	}

	#menu-vsheme-list>li.dropdown .ns-dd ul li.nsmenu-issubchild .fa {
		display: block;
		position: absolute;
		top: 15px;
		right: 0;
		transition: all .3s linear;
	}

	#menu-vsheme-list>li.dropdown .ns-dd ul li.nsmenu-issubchild .fa.is-open {
		transform: rotateX(180deg);
	}

	#menu-vsheme-list>li.dropdown .ns-dd ul li.nsmenu-issubchild ul {
		display: none;
	}

	#menu-vsheme-list li.dropdown .ns-dd.nsmenu-type-information .dropdown-inner .nsmenu-haschild {
		width: 100%;
		float: none;
		padding: 0;
	}

	#menu-vsheme-list li.dropdown .ns-dd.nsmenu-type-information .dropdown-inner ul li {
		border-bottom: 1px solid #d0d0d0;
		padding: 15px 0;
	}

	#menu-vsheme-list li.dropdown .ns-dd.nsmenu-type-information .dropdown-inner ul:last-child li {
		border-bottom: none;
		padding-bottom: 0;
	}

	#menu-vsheme-list li.dropdown .dropdown-inner ul li.nsmenu-issubchild ul li:first-child {
		padding-top: 20px;
	}
}