@media only screen and (max-device-width:767px){
	html,body{
		-webkit-text-size-adjust: 100%;
		-ms-text-size-adjust: 100%;
	}
	body * {
		max-height: 100% !important;
	}
	.main .center_block {
		min-width: unset;
		max-width: unset;
	}
	.header_logo im