@media (min-width: 1024px) and (max-width: 1220px) {

	.headerMenuBlock {
		justify-content: space-around;
	}

	.headerMenuBlock, .content, footer {
		width: 100%;
	}

	.headerMenu.centerilize {
		margin: initial;
	}

	.headerMenu > a {
		margin: 0 20px;
	}

	.main, .about {
		width: 45%;
	}

	.aboutPic {
		width: 45vw;
		background-position: center;
	}

	.advantage {
		width: 15vw;
	}

	.bottomBlock {
	    width: 100%;
	    justify-content: space-around;
	}

	.orderCarForm, .contactForm {
	    width: 80vw;
	}

	.orderCarTitle {
	    font-size: 48px;
	}

	.bottomInfo {
		margin: initial;
	}

}

@media (max-width: 1024px) {
	.car {
	    width: 240px;
	}

	.carIcon {
	    width: 240px;
	    height: 160px;
	}

	.borderButton {
	    width: 240px;
	}
}