@media (max-width: 1024px) {
	.title {
		font-size: 50px !important;
	}
	.logo {
		width: 250px !important;
	}
	.logo img {
		max-width: 100% !important;
		margin-top: 80px !important;
	}
	
	.mob-open {
		display: block;
	}
	.header {
		background: transparent
	}
	.header .menu {
		display: none
	}
	.inner {
		width: 100%;
		max-width: 900px;
		padding: 20px;
		box-sizing: border-box
	}
	.company .text {
	    font-size: 22px;
	    line-height: 30px;
	}
	.block {
		width: 100% !important;
		height: auto !important;
		display: block !important;
		margin: 0px !important
	}
	.img-bg, .img-bg2, .img-bg3, .img-bg4 {
		height: 100%;
	}
	.catalog, .promo, .certificates, .contacts {
		margin: 0px;
		height: auto
	}
	.block .img {
		position: relative !important
	}
	.block .text {
		margin-left: 0px !important;
	}
	.block .download {
		margin-top: 20px !important;
		margin-bottom: 40px !important;
		margin-left: 0px !important;
	}
	.certificates .block .img {
		width: 100%;
		display: block;
		text-align: center !important;
		float: none !important;
	}
	.footer {
		height: auto;
	}
}