@media screen and (max-width: 1060px){
	
}

@media screen and (max-width: 1000px){
	.scrollbar-inner {
		height: calc(100vh - 100px);
    	margin: 90px 0 0 0;
	}
	.nav {
		position: fixed;
		background: #1d6dc4;
		color:#FFF;
		width: 320px;
		right: -320px;
		top: 0;
		height: 100vh;
		z-index: 99999;
		transition: all .5s ease-out;
	-moz-transition: all .5s ease-out;
	-webkit-transition: all .5s ease-out;
	-o-transition: all .5s ease-out;
	}
	.nav.active {
		right:0;
	}
	.nav__menu__bar {
		display:block;
	}
	.nav__menu__bar.active {
		color:#FFF;
		position:fixed;
	}
	.nav .menu-menu-container {
		padding:0;
	}
	.nav ul {
		text-align:left;
	}
	.nav ul li,
	.nav ul li:first-child,
	.nav ul li:nth-child(2),
	.nav ul li:nth-child(3) {
		display: block;
		border-left: 0;
		float: none;
		margin:0;
	}
	.nav ul li a {
		padding: 10px 20px;
	}
	.nav ul li a span {
		padding: 0;
	}
	.nav ul ul,
	.nav ul ul ul {
		position: relative;
		width: 100%;
		padding: 0;
		display: none;
		left: auto;
		top: auto;
	}
	.nav ul ul li {
		padding: 0 0 0 30px;
	}
	.nav ul ul ul li {
		
	}
	.nav ul li::before {
		display:none;
	}
	.nav ul li.menu-item-has-children i {
		color: #FFF;
		position: absolute;
		right: 0;
		font-size: 20px;
		width: 40px;
		height: 40px;
		background: #af1c1c;
		text-align: center;
		line-height: 40px;
		cursor: pointer;
		top: 0;
		display:block;
	}
	.nav ul li.menu-item-has-children a::after {
		display:none;
	}
	
}
@media screen and (max-width: 768px){
	
    
}
