@media (max-width: 600px) {
	
	.mod-left-menu {
		display: none;
	}
	
	.mod-left-menu + .space-x {
		display: none;
	}
	
	.mod-content {
		width: 100% !important;
	}
	
		.mod-content .text {
			overflow-x: hidden;
		}
	
	.head-2 .links {
		display: none;
	}
	
	.head-1 {
		white-space: nowrap;
	}
	
	.page-content .brief-form .field .description {
		width: 100% !important;
	}
	
	.page-content .brief-form .field .input {
		width: 100% !important;
	}
	
	.foot {
		display: none;
	}
	
}