@media screen and (max-width: 1260px){
	.center{
		width: 800px;
	}
	h1{
		font-size: 45px;
	}
}
@media screen and (max-width: 1024px){
	aside{
		float: none;
		width: 100%;
		height: 175px;
	}
	article{
		float: none;
		width: 100%;
		height: calc(100% - 175px);
		background-position: top left;
	}
	.center{
		width: 505px;
	}
	.car{
		width: 505px;
		height: 87px;
		background-image: url(../img/car_mob.png);
	}
	h1{
		font-size: 38px;
	}
	.logo{
		float: left;
	}
	.icons{
    	float: left;
    	margin-bottom: 0px;
    	margin-top: 25px;
	}
	.icon-left{
    	display: block;
    	float: left;
    	width: 235px;
    	margin-left: 60px;
	}
}
@media screen and (max-width: 550px){

	.icon-left{
		display: none;
	}
	.icons{
		display: none;
	}
	.center{
		width: 100%;
		height: 340px;
	}
	.car{
		width: 254px;
		background-image: url(../img/small.png);
		height: 58px;
	}
	.logo{
		display: block;
    	width: 145px;
    	float: none;
    	margin: auto;
    	padding: 5px;
	}
	.logo img{
		max-width: 100%;
		height: auto;
	}
	aside{
		height: 80px;
		padding-left: 0;
	}
	article{
		height: calc(100% - 80px);
	}
	h1{
    	font-size: 20px;
    	padding-top: 20px;
	}
	p{
    	font-size: 16px;
    	padding: 0px 40px;
    	padding-top: 20px;
	}
	.btn{
		margin-top: 20px;
	}
	article{
		height: 420px;
	}
	footer{
  		display: block;
  		position: relative;
  		float: left;
  		width: 100%;
  		height: auto;
  		background-color: #fff;
  		padding-left: 40px;
  		box-sizing: border-box;
  		padding-bottom: 40px;
	}
	footer .icons{
		display: block;
	}
	footer .icons.phone a{
		display: inline-block;
	}

}











