#wrap, #header, #container, #footer{
	float:left;
	width:100%;
}

#header{
	position:fixed;
	height:80px;
/*	backdrop-filter:blur(50px);*/
/*	webkit-backdrop-filter:blur(50px);*/
	z-index:1000;
	border-bottom:1px solid #dddcdb;
	background:#fff;
}

#header.main{
	background:none;
	/*backdrop-filter:blur(0);
	-webkit-backdrop-filter:blur(0);*/
	border-bottom:0;
}

#footer{
	margin-top:50px;
	height:195px;
	background:#f7f7f7;
}

.sectors{
	margin:0 auto;
	width:1364px;
}

.sectors2{
	margin:0 auto;
	width:800px;
}

.sectors3{
	margin:0 auto;
	width:690px;
}

.black_bg_layer{
	display:none;
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background:rgba(0, 0, 0, .2);
	z-index:5000;
}

@media screen and (max-width:640px){
	#header{
		height:initial;
	}

	.sectors, .sectors2, .sectors3{
		width:100%;
	}

	#footer{
		height:initial;
		padding:50px 0;
	}
}



#aside, #admin_container {
	box-sizing: border-box;
}

#aside {
	position:fixed;
	left:0;
	top:0;
	width: 250px;
	height:100vh;
	background: #fff;
	box-shadow: 5px 0 15px rgba(0,0,0,0.02);
	overflow: auto;
}

#admin_container {
	float:left;
	width: calc(100% - 250px);
	margin-left:250px;
	padding: 0 30px;
	overflow: auto;
}