.mobile-menu-button {
	display: none;
	box-sizing: border-box;
	position: relative;
	background-color: #1c63b8;
	transition: .3s;
	flex-direction: column;
	justify-content: space-between;
	cursor: pointer;
	padding: 11px 12px;
	width: 42px !important;
    height: 40px;
    line-height: 40px;
    margin: 0;
	position: absolute;
	right: 0;
	top: 3px;
}
.mobile-menu-button.active {
	background-color: #073a7d;
	opacity: 1;
}
.mobile-menu-button span {
	display: block;
	width: 19px;
    height: 2px;
	background-color: #fff;
	transition: .3s;
}
.mobile-menu-button.active span {
	position: absolute;
	width: 30px;
	height: 2px;
	top: 19px;
	left: 6px;
}
.mobile-menu-button.active .second {
	display: none;
}
.mobile-menu-button.active .first {
	transform: rotate(45deg);
}
.mobile-menu-button.active .third {
	transform: rotate(-45deg);
}
#mobile-menu {
	background-color: #073a7d;
	border-right: 1px solid rgba(255,255,255,.4);
	box-sizing: border-box;
	color: #fff;
	position: fixed;
	top: 0;
	left: -300px;
	width: 300px;
	height: 100%;
	padding: 0 25px 25px;
	z-index: 99999;
	transition: .3s;
	overflow-y: auto;
}
#mobile-menu.active {
	box-shadow: 0 0 20px #03234d;
	display: block;
	left: 0;
}
.mobile-menu_close {
	height: 25px;
	position: relative;
	margin: 0 0 15px;
	display: none;
}
.mobile-menu_close_button {
	height: 25px;
	width: 25px;
	background: url("../images/modal/close.png") no-repeat center center / contain;
	margin: 0 auto;
	cursor: pointer;
}
#mobile-menu .mobile-logo {
	margin: 0 0 15px -25px;
	width: 300px;
	background-color: rgba(0,0,0,.2);
	border-color: rgba(255,255,255,.2);
	border-style: solid;
	border-width: 1px 0;
}
#mobile-menu .mobile-logo a {
	display: block;
	margin: 7px auto;
	width: 135px;
	height: 35px;
	background: url("../images/logo_mobile.png") no-repeat center center;
	background-size: contain;
}
#mobile-menu ul{
	margin: 0 0 10px;
	padding: 0;
}
#mobile-menu li{
	line-height: 25px;
	list-style: none;
	margin: 0 0 10px;
	padding: 0;
}
#mobile-menu li a{
	color: #fff !important;
	text-decoration: none;
	display: block;
}
#mobile-menu li.active > a > .wrap{
	color: #ffd170;
}
#mobile-menu ul ul li.active > a > .wrap{
	color: #ffe0a3;
}
#mobile-menu .treeview ul,
#mobile-menu .treeview li,
#mobile-menu .treeview a {
	width: 100%;
}
#mobile-menu .treeview ul {
	background-color: inherit;
}
#mobile-menu .menu > li > a {
	font-weight: 700;
	text-transform: uppercase;
}
#mobile-menu .menu a {
	font-size: 15px;
}
#mobile-menu .menu li > ul{
	text-transform: none;
}
#mobile-menu .menu li > ul > li a::before{
	content: "-";
	padding-right: 5px;
}
#mobile-menu .menu li > ul > li > ul > li a::before{
	content: "- -";
}
#mobile-menu .treeview .hitarea {
    background-color: rgba(255, 255, 255, .2) !important;
	background-image: none !important;
	position: relative;
}
#mobile-menu .treeview .hitarea::before {
	position: absolute;
	height: 25px;
	line-height: 25px;
	text-align: center;
	width: 25px;
}
#mobile-menu .treeview .expandable .hitarea::before {
    content: "+";
}
#mobile-menu .treeview .collapsable > .hitarea::before {
    content: "-";
}
#mobile-menu .menu_vertical .item {
	padding-left: 0;
}
#mobile-menu .treeview ul ul {
	padding-top: 12px;
}
#mobile-menu .menu_vertical li.folder ul li {
	padding-left: 0 !important;
}
#mobile-menu .header-info {
	display: block;
	padding: 0;
}
#mobile-menu .info-c {
	padding: 0 0 25px;
}
#mobile-menu .info-c::before {
	display: none;
}
#mobile-menu .header-info .info-c > .title {
    color: #3686e6;
}
#mobile-menu .header-info .info-c > a {
    color: #fff;
}
#mobile-menu .header-aside-btn {
    color: #ffd170;
}
@media screen and (max-width: 979px) {
	#head-top-line .limiter {
		position: relative;
	}
	.mobile-menu-button {
		display: flex;
	}
	#widget_pos_top-menu {
		display: none;
	}
}
@media screen and (max-width: 375px) {
	#mobile-menu {
		padding: 15px;
	}
	#mobile-menu .mobile-logo {
		margin: 0 0 15px -15px;
	}
	.mobile-menu-button.active {
		right: calc(100% - 172px);
		top: -80px;
		transition: .5s;
		opacity: 0;
		z-index: 9999991;
	}
	.mobile-menu_close {
		display: block;
	}
	#mobile-menu .mobile-menu_close_button {
		opacity: 0;
		transition: .3s;
		transition-delay: .2s;
	}
	#mobile-menu.active .mobile-menu_close_button {
		opacity: 1;
	}
}
@media screen and (max-width: 375px) {
	.mobile-menu-button.active {
		right: calc(100% - 172px);
		top: -100px;
	}
}