@media screen and (min-width: 426px) { 
.auto-background {
	background: url(../images/auto.png) no-repeat;
	background-size: contain;
	background-position: center
}
.logo {
	background: url(../images/logo.png) no-repeat;
	background-size: contain;
	background-position: center
	}
.taxipark-foto {
	background: url(../images/avtopark.jpg) no-repeat;
	background-size: cover;
	background-position: center;
} 
}

@media screen and (max-width: 425px) { 
body {
	min-width: 375px;
	max-width: 425px;
	margin: 0 auto;
} 
.header-background {
    width: 150%;
    height: 170%;
    top: -30%;
	left: 16%;
}
h1 {
    font-size: 2.5em;
    margin: 4% 0 -4% 0;
}
.auto-background {
	background: url(../images/mobile/auto.png) no-repeat;
	background-size: contain;
	background-position: center;
}
.logo {
	background: url(../images/mobile/logo.png) no-repeat;
	background-size: contain;
	background-position: center;
	height: 160px;
    margin: 2% auto 0 auto;
    width: 100%;
}
.header-left, .header-right {
    width: 100%;
}
.header-left:after {
	top: auto;
    bottom: 0;
    background-repeat: repeat-x;
    left: 0;
    right: 0;
    width: 100%;
    height: 16px;
}
.header-right {
    padding: 0 0 6% 0;
}
.header-time {
    margin: 0;
}
.header-time p {
    font-size: 18px;
}
.header-call {
    margin: 4% 0 12% 0;
	padding: 10px 12px;
}
a.header-btn {
    padding: 4px 8px;
	font-size: 18px;
}
.auto-background {
    width: 90%;
    height: 250px;
    margin: 0 auto 0 auto;
}
.header-right .header-midle-text p {
    font-size: 16px;
}
p.slogan {
    width: auto;
    display: block;
    text-align: center;
}
.header-right .header-midle-text p:first-child {
    margin-bottom: 6%;
}
.after-title h3 {
    font-size: 22px;
    line-height: 1.5;
}
.route-fa:first-child {
    margin-top: 4%;
}
.route-fa:last-child {
    margin-bottom: 4%;
}
.route-fa {
    width: 100%;
    margin-bottom: 10%;
}
.route-fa p {
    margin-top: 2%;
}
.taxipark-foto {
	background: url(../images/mobile/avtopark.jpg) no-repeat;
	background-size: cover;
	background-position: center;
}
.taxipark-title h3 {
    font-size: 20px;
}
.taxipark-text p {
    font-size: 14px;
}
}

