
#top .topline .menu_opener{
	display: inline-block;
}
#left{
	/*width: 0;*/
	display: none;
}
body.left_panel_opened #left{
	/*width: 190px;*/
	display: block;
}

#right{
	width: auto;
	float: none;
}
body.left_panel_opened #right{
	width: calc(100% - 190px);
	float: right;	
}
/*---------------------------------------------------*/
/*.main_menu{
	position: absolute;
	left: 0;
	top: 0;
}*/