/* TRANSITION */
@-webkit-keyframes rotate {
  from {
    -webkit-transform: rotate(0deg);
    -webkit-transform-origin: 50% 50%;
  }

  to {
    -webkit-transform: rotate(360deg);
    -webkit-transform-origin: 50% 50%;
  }
}

@-moz-keyframes rotate {
  from {
    -moz-transform: rotate(0deg);
  }

  to {
    -moz-transform: rotate(360deg);
  }
}

@-o-keyframes rotate {
  from {
    -o-transform: rotate(0deg);
  }

  to {
    -o-transform: rotate(360deg);
  }
}

* {
  margin: 0;
  padding: 0;
  -webkit-text-size-adjust: none;
}

input:focus, textarea:focus {
  outline: none;
}

.reg {
  font-family: "pf_din_text_cond_proregular", Arial, sans-serif;
}

.med {
  font-family: "pf_din_text_cond_promedium", Arial, sans-serif;
}

.bld {
  font-family: "pf_din_text_cond_probold", Arial, sans-serif;
}

.promo {
  font-family: Arial;
  font-weight: normal;
  font-size: 62.5%;
  background: #f2ede1;
  color: #000;
  -webkit-font-smoothing: antialiased;
  overflow-y: scroll;
}

.promo a {
  text-decoration: none;
}


.promo-button {
  width: 70px;
}
.promo-button a {
  background: transparent url("../i/promo-button.png") 0 0 no-repeat;
  display: block;
  height: 53px;
}
.promo-button .prev {
  background-position: 0 0;
}
.promo-button .prev:hover {
  background-position: -70px 0;
}
.promo-button .prev:active {
  background-position: -210px 0;
}
.promo-button .next {
  background-position: 0 -53px;
}
.promo-button .next:hover {
  background-position: -70px -53px;
}
.promo-button .next:active {
  background-position: -140px -53px;
}

.promo {
  height: 450px;
  background: #467e58;
  position: relative;
  min-width: 980px;
  overflow: hidden;
}
.promo .in-promo {
  height: 100%;
  width: 980px;
  margin: 0 auto;
}
.promo .in-promo:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.promo aside {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  float: right;
  width: 260px;
  margin-right: 10px;
}
.promo nav {
  margin: 40px 0;
}
.promo nav a {
  -moz-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5;
  display: block;
  color: #fff;
  text-transform: uppercase;
  font-family: "pf_din_text_cond_promedium", Arial, sans-serif;
  font-size: 1.5em;
  line-height: 2.4em;
}
.promo nav a i {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;
  width: 12px;
  height: 12px;
  background: #fff;
  margin: 0 12px;
}
.promo nav a span {
  border-bottom: 1px dashed #fff;
}
.promo nav a:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}
.promo nav a.active {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
  background: #fff;
  color: #000;
}
.promo nav a.active i {
  background: #000;
}
.promo nav a:first-child i {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  background: transparent url("../i/ico-list.png") 0 -16px no-repeat;
  width: 17px;
  height: 16px;
  margin: 0 9px;
}
.promo nav a:first-child.active i {
  background-position: 0 0;
}
.promo .promo-button {
  margin-left: 12px;
}

.promo .topcars {
  background: transparent url("../i/promo-cars.png") 0 0 no-repeat;
  width: 880px;
  height: 223px;
  position: absolute;
  top: 0;
  top: -220px;
  left: 50%;
  margin-left: -695px;
}
.promo .car {
  background: transparent url("../i/promo-car.png") 0 0 no-repeat;
  position: absolute;
  top: -80px;
  top: -350px;
  left: 50%;
  width: 228px;
  height: 342px;
  margin-left: -370px;
}
.promo .road {
  background: transparent url("../i/promo-road.png") 0 0 repeat-y;
  position: absolute;
  top: 0;
  left: 50%;
  width: 100px;
  height: 1850px;
  margin-left: -288px;
}
.promo article {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  position: absolute;
  width: 280px;
  top: 100%;
  left: 50%;
  margin-top: 120px;
  font-family: "pf_din_text_cond_proregular", Arial, sans-serif;
  margin-left: -140px;
  z-index: 30;
}
.promo article header {
  color: #fff;
  margin-left: -3px;
  font-family: "pf_din_text_cond_promedium", Arial, sans-serif;
  font-size: 48px;
  line-height: 1;
  text-transform: uppercase;
}
.promo article p {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
  font-size: 16px;
  color: #fff;
  padding: 8px 0;
}
.promo article a {
  color: #fff;
  font-size: 16px;
  text-decoration: underline;
}
.promo article a:hover {
  text-decoration: none;
}
.promo article.current header {
  -moz-transition: text-shadow 0.5s ease-in-out;
  -webkit-transition: text-shadow 0.5s ease-in-out;
  -o-transition: text-shadow 0.5s ease-in-out;
  -ms-transition: text-shadow 0.5s ease-in-out;
  transition: text-shadow 0.5s ease-in-out;
  text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.7);
}
.promo #article0 {
  margin-top: 260px;
  width: 660px;
  margin-left: -475px;
  top: 0;
}
.promo .gate {
  z-index: 20;
}
.promo .gate0 {
  background: transparent;
  width: 740px;
  height: 450px;
  position: absolute;
  left: 50%;
  top: 0;
  margin-left: -490px;
}
.promo .gate1 {
  background: transparent url("../i/gate1.png") 0 0 no-repeat;
  width: 745px;
  height: 450px;
  position: absolute;
  left: 50%;
  top: 100%;
  margin-left: -540px;
}
.promo .gate2 {
  background: transparent url("../i/gate2.png") 0 0 no-repeat;
  width: 745px;
  height: 450px;
  position: absolute;
  left: 50%;
  top: 100%;
  margin-left: -540px;
}
.promo .gate3 {
  background: transparent url("../i/gate3.png") 0 0 no-repeat;
  width: 790px;
  height: 450px;
  position: absolute;
  left: 50%;
  top: 100%;
  margin-left: -585px;
}
.promo .gate4 {
  background: transparent url("../i/gate4.png") 0 0 no-repeat;
  width: 755px;
  height: 450px;
  position: absolute;
  left: 50%;
  top: 100%;
  margin-left: -550px;
}
.promo .gate5 {
  background: transparent url("../i/gate5.png") 0 0 no-repeat;
  width: 740px;
  height: 450px;
  position: absolute;
  left: 50%;
  top: 100%;
  margin-left: -490px;
}
.promo .gate5 article {
  top: 100px;
  width: 400px;
}
.promo .gate5 article header {
  font-size: 72px;
}






















