/************************************************************************************/
/************************************************************************************/
@media (max-width: 5000px) and (min-width: 800px) {
	.left_menu{ max-width: 250px; display: block !important; }
}
/************************************************************************************/
/************************************************************************************/
@media (max-width: 799px) and (min-width: 600px) {
	.left_menu{ max-width: 200px; display: block !important; }


	.header{ width: calc(100vw - 200px); position: fixed; top: 0px; left:200px; }


	.content{ width: calc(100vw - 200px); position: fixed; top: 50px; left:200px; }
}
/************************************************************************************/
/************************************************************************************/
@media (max-width: 600px) and (min-width: 0px) {
	.left_menu{ max-width: 250px; display: none; }
	.ico_close_left_menu{ display: block; }
	.info_user_left_menu{ margin-top: -20px }


	.header{ width: 100vw; position: fixed; top: 0px; left:0px; }
	.ico_main_menu_header{ display: inline-block; }
	.title_header{ width: calc(100% - 210px); font-size:16px; padding-top: 4px}


	.content{ width: 100vw; position: fixed; top: 50px; left:0px; }
}
/************************************************************************************/
/************************************************************************************/