/* global */
.main {
    max-width: 1110px;
    margin: auto;
    text-align: center;
}
.logo {
	position: absolute;
    top: 30px;
    left: 65px;
}
img {
	vertical-align: bottom;
}
#s1 {
    position: relative;
}
#s1 .kv {
	position: relative;
    background: url(../img/kv.png);
    height: 692px;
    display: block;
}
.btn {
    width: 147px;
    height: 62px;
    position: absolute;
}
.btn1 {
    top: 581px;
    left: 451px;
}
.btn2 {
    top: 584px;
    left: 998px;
}
.title {
    margin-left: -22px;
}
#s1 .car {
    position: absolute;
    top: 360px;
    left: 43px;
}
.maintit {
    position: absolute;
    top: 72px;
    left: 323px;
}
.maintit2 {
    position: absolute;
    top: 183px;
    left: 581px;
}
.banner {
	position: relative;
	/*padding-bottom: 10px;*/
  margin-left: -1px;
  margin-top: -1px;
}
.banner.s {
    width: 601px;
    float: left;
}
.clear:after {
    content: '';
    display: table;
    clear: both;
}
.cars {
    padding: 0;
    background:#eeeeee url(../img/bg.jpg) repeat left top; 
}
.main_title{
	width:100%;
	height: 215px;
	margin-left:-22px;
	background:#eeeeee url(../img/title.png) no-repeat left top;

}

.banner .tit {
	position: absolute;
    bottom: 0;
    width: 100%;
}
.blocks {
	position: absolute;
	left: 65px;
	top: 461px;
	width: 100%;
}
.blocks ul {
/*	overflow: hidden;*/
/*	padding-left: 65px;*/
}
.blocks li {
	float: left;
}
footer {
	background: #eeeeee url(../img/Minisite-OL-06.png) no-repeat top center;
	height: 252px;
	text-align: left;
}
footer a {
	display: inline-block;
    height: 81px;
    width: 532px;
    margin-left: 22px;
    margin-top: 0px;
}
a.edition {
  height: 66px;
  width: 295px;
  margin-left: 212px;
  margin-top: -152px;
  position: absolute;
}
a.edition-city {
  height: 66px;
  width: 295px;
  margin-left: -254px;
  margin-top: -147px;
  position: absolute;
}
@-webkit-keyframes wobble { 
  0% { -webkit-transform: translateX(0%); } 
  15% { -webkit-transform: translateX(-13%) rotate(-5deg); } 
  30% { -webkit-transform: translateX(10%) rotate(3deg); } 
  45% { -webkit-transform: translateX(-8%) rotate(-3deg); } 
  60% { -webkit-transform: translateX(5%) rotate(2deg); } 
  75% { -webkit-transform: translateX(-3%) rotate(-1deg); } 
  100% { -webkit-transform: translateX(0%); } 
} 
@keyframes wobble { 
  0% { transform: translateX(0%); } 
  15% { transform: translateX(-13%) rotate(-5deg); } 
  30% { transform: translateX(10%) rotate(3deg); } 
  45% { transform: translateX(-8%) rotate(-3deg); } 
  60% { transform: translateX(5%) rotate(2deg); } 
  75% { transform: translateX(-3%) rotate(-1deg); } 
  100% { transform: translateX(0%); } 
}
