@media (max-width: 800px) {
	#left_menu{
		height: 45px;
		width: 100%;
		top: 60px;
		text-align: center;
	}
	#left_menu ul{
		display: block;
	}
	#left_menu li{
		display: inline-block;
		width: auto;
		margin: 0 15px;
	}
	.component-wrapper{
		padding-left:0px;
	}
	.right_content_sites.open-right.active{
		width:100%;
	}
	.right_users{
		top: auto;
		bottom: 0px;
		width: 100%;
	}
	.right_users li {
		width: auto;
		display: inline-block;
		margin: 0px 5px;
		    flex: 0 0 auto;
	}
	.right_users ul {
		text-align: center;
		display: flex !important;
		width: 100%;
		overflow-x: auto;
		margin-top: 0px;
		flex-wrap: nowrap;
	}
	.title_ban_gl{
		font-size: 200%;
		text-align: center;
		line-height: 120%;
	}
	.desc_ban_gl{
		text-align:center;
	}
}