@media all and (max-width: 600px) {
	
	/* footer */
		
	#footer_day, #footer_day_sep, #footer_user_cap, #footer_user, #footer_user_sep,
	#footer_company_sep, #footer_company_cap, #footer_company {
		display: none;
	}
	
	.menuitem_direct {
		display: table-row;
	}
	
	.tool_both_hide { /* для команд, які весь час тільки в контекстному меню */
		display: none;
	}	
	.tool_mobile_hide {
		display: none;
	}
	.tool_mobile_show {
		display: block;
	}
	.tool_both_show {}
	
	.tab_mobile_hide {
		display: none;
	}
	.tab_mobile_show {
		display: inline-block;
	}
	.tab_both_show {}
	
	.form_td_cap {
		display: none;
	}
	
	.ctrl_tr_lbl {
		display: table-row;
	}
	
	/*
	.btn_menu_close {
		display: none;
	}
	*/
}