@font-face {
  font-family: 'Open Sans';
  src: url("fonts/opensans/opensanslight.woff2") format('woff2'), url("fonts/opensans/opensanslight.woff") format('woff'), url("fonts/opensans/opensanslight.ttf") format('truetype');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'Open Sans';
  src: url("fonts/opensans/opensans.woff2") format('woff2'), url("fonts/opensans/opensans.woff") format('woff'), url("fonts/opensans/opensans.ttf") format('truetype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Open Sans';
  src: url("fonts/opensans/opensansbold.woff2") format('woff2'), url("fonts/opensans/opensansbold.woff") format('woff'), url("fonts/opensans/opensansbold.ttf") format('truetype');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'Open Sans';
  src: url("fonts/opensans/opensansextrabold.woff2") format('woff2'), url("fonts/opensans/opensansextrabold.woff") format('woff'), url("fonts/opensans/opensansextrabold.ttf") format('truetype');
  font-weight: 800;
  font-style: normal;
}
/* Variables */
/* font */
.auto-app {
  font: 1em/1.625em 'Open Sans';
  color: #000;
  padding: 0;
  margin: 0;
}
.auto-app-link {
  color: #1b75cc;
  text-decoration: none;
  -webkit-transition: all 0.3s ease-out;
          transition: all 0.3s ease-out;
}
.auto-app-link:hover {
  color: #db001b;
}
.auto-app-title {
  padding: 0;
  margin: 0;
  font-weight: normal;
}
.auto-app-title_type_h1 {
  font-size: 2.25em;
  line-height: 1.222em;
  margin-bottom: 0.556em;
}
.auto-app-title_type_h2 {
  font-size: 1.875em;
  line-height: 1.267em;
  margin-bottom: 0.667em;
}
.auto-app-text_center {
  text-align: center;
}
/* containers */
.auto-app-wrapper {
  max-width: 996px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
}
.auto-app-wrapper__header {
  max-width: 1220px;
}
.auto-app-header {
  height: 520px;
  padding-top: 60px;
  position: relative;
  background: -webkit-radial-gradient(50% 0, circle, #db001b 5%, #b40016 45%);
  background: radial-gradient(circle at 50% 0, #db001b 5%, #b40016 45%);
  color: #fff;
  overflow: hidden;
}
.auto-app-header__content {
  position: relative;
  padding-left: 50%;
  opacity: 0;
  -webkit-transition: all 0.3s 0.8s ease-out;
          transition: all 0.3s 0.8s ease-out;
}
.auto-app-header .auto-app-nav {
  margin-left: -1.111em;
}
.auto-app-header .auto-app-nav ul {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.auto-app-header .auto-app-nav ul li a {
  color: #fff;
}
.auto-app-header .auto-app-nav ul li a span {
  border-bottom: 1px dashed rgba(255,255,255,0.3);
}
.auto-app-header .auto-app-nav ul li a:hover {
  color: rgba(255,255,255,0.6);
}
.auto-app-header .auto-app-nav ul li a:hover span {
  border-bottom: 1px dashed rgba(255,255,255,0.15);
}
.auto-app-header .auto-app-nav ul li a.download {
  background: rgba(0,0,0,0.1);
}
.auto-app-header .auto-app-nav ul li a.download:hover {
  background: #fff;
  color: #000;
}
.auto-app-header .auto-app-nav ul li a.download:hover span {
  border-bottom: 1px dashed rgba(24,24,24,0.3);
}
.auto-app-header.transition .auto-app-phone_t {
  top: 0;
}
.auto-app-header.transition .auto-app-phone_b {
  bottom: -20px;
}
.auto-app-header.transition .auto-app-header__content {
  opacity: 1;
}
.auto-app-nav {
  margin-bottom: 3.333em;
  font-size: 1.125em;
}
.auto-app-nav ul {
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  list-style: none;
}
.auto-app-nav ul li {
  padding: 0;
  margin: 0 1.111em 0 0;
}
.auto-app-nav ul li:last-child {
  margin-right: 0;
}
.auto-app-nav ul li a {
  display: block;
  padding: 0.389em 1.111em;
  text-decoration: none;
  color: #1b75cc;
  border-radius: 4px;
  -webkit-transition: all 0.4s ease-out;
          transition: all 0.4s ease-out;
}
.auto-app-nav ul li a span {
  border-bottom: 1px dashed rgba(27,117,204,0.3);
}
.auto-app-nav ul li a:hover {
  color: #db001b;
}
.auto-app-nav ul li a:hover span {
  border-bottom: 1px dashed rgba(219,0,27,0.3);
}
.auto-app-nav ul li a.active {
  background: #db001b;
  color: #fff;
}
.auto-app-nav ul li a.active span {
  border-bottom: #000;
}
.auto-app-rate {
  background: #f5f5f5;
  text-align: center;
  padding: 5em 0;
}
.auto-app-rate__stars {
  margin: 0 1em;
  height: 1em;
  width: 7.5em;
}
.auto-app-footer {
  background: #424242;
  text-align: center;
  padding-top: 5em;
  color: #fff;
  position: relative;
}
.auto-app-footer .auto-app-store {
  box-shadow: 0 0.083em 0.5em rgba(24,24,24,0.3);
}
.auto-app-footer .auto-app-wrapper {
  position: relative;
}
.auto-app-copyright {
  border-top: 1px solid #686868;
  color: #686868;
  font-size: 0.75em;
  margin-top: 10em;
  padding: 6.667em 0;
}
.auto-app-content {
  padding-top: 80px;
}
.auto-app-content__title {
  opacity: 0;
  -webkit-transition: all 0.3s ease-out 1.1s;
          transition: all 0.3s ease-out 1.1s;
}
.auto-app-content .auto-app-nav {
  opacity: 0;
  -webkit-transition: all 0.3s ease-out 1.2s;
          transition: all 0.3s ease-out 1.2s;
  margin-top: 3.333em;
}
.auto-app-content.transition .auto-app-content__title,
.auto-app-content.transition .auto-app-nav,
.auto-app-content.transition .auto-app-slider {
  opacity: 1;
}
.auto-app-slider {
  opacity: 0;
  -webkit-transition: all 0.3s ease-out 1.3s;
          transition: all 0.3s ease-out 1.3s;
  position: relative;
}
.auto-app-slider__wrapper {
  padding: 0 5em;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 400px;
}
.auto-app-slider__phone {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 50%;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  box-sizing: border-box;
  background: url("https://r.drom.ru/images/drom_auto/assets/phone_back_for_slider.png") 50% 100% no-repeat;
  position: relative;
}
.auto-app-slider__phone_inner {
  width: 221px;
  overflow: hidden;
  height: 340px;
  position: absolute;
  bottom: 0;
  left: 88px;
}
.auto-app-slider__phone_inner img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: -100%;
  -webkit-transition: all 0.4s ease-out;
          transition: all 0.4s ease-out;
}
.auto-app-slider__phone_inner img.active {
  left: 0;
}
.auto-app-slider__phone_inner img.active~img {
  left: 100%;
}
.auto-app-slider__content {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 50%;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  box-sizing: border-box;
  padding: 0 2.55em 0 0;
  height: 100%;
}
.auto-app-slider__content_inner {
  position: relative;
  height: 100%;
  overflow: hidden;
}
.auto-app-slider__content_text {
  position: absolute;
  width: 100%;
  top: 50%;
  left: -100%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: all 0.4s ease-out;
          transition: all 0.4s ease-out;
}
.auto-app-slider__content_text.active {
  left: 0;
}
.auto-app-slider__content_text.active~div {
  left: 100%;
}
/* elements */
.auto-app-logo {
  font-size: 3.75em;
  line-height: 1.333em;
  margin-bottom: 0.333em;
}
.auto-app-logo__ico {
  width: 1.333em;
  height: 1.333em;
  box-shadow: 0 0.083em 0.5em rgba(24,24,24,0.3);
  margin-right: 0.5em;
  vertical-align: middle;
  border-radius: 0.3em;
}
.auto-app-phone {
  position: absolute;
  display: block;
  -webkit-transition: all 0.4s ease-out;
          transition: all 0.4s ease-out;
}
.auto-app-phone_t {
  background: url("https://r.drom.ru/images/drom_auto/assets/phone_1.png");
  width: 751px;
  height: 256px;
  top: -256px;
  right: 50%;
  margin-right: 80px;
}
.auto-app-phone_b {
  background: url("https://r.drom.ru/images/drom_auto/assets/phone_2.png");
  width: 878px;
  height: 337px;
  bottom: -337px;
  left: 50%;
  margin-left: -500px;
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}
.auto-app-stores {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 5em;
}
.auto-app-stores a {
  margin-right: 2.5em;
} 
.auto-app-stores a:last-of-type{
  margin-right: 0;
}
.auto-app-codes {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 5em 0;
}
.auto-app-codes > div {
  padding: 0 1.5em;
}
.auto-app-store {
  display: block;
  width: 162px;
  height: 49px;
  -webkit-transition: all 0.3s ease-out;
          transition: all 0.3s ease-out;
}
.auto-app-store .bg-color {
  fill: #000;
  transition: fill 0.3s ease;
}
.auto-app-store:hover .bg-color {
  fill: #2f2f2f;
}
.auto-app-qr {
  display: inline-block;
  width: 10em;
  height: 10em;
  margin-top: 2.5em;
}
.auto-app-sms {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 440px;
  margin: 0 auto;
}
.auto-app-sms input {
  height: 2.5em;
  padding: 0 1.25em;
  outline: none;
  font: inherit;
  border: 0;
}
.auto-app-sms input[type="submit"] {
  cursor: pointer;
  margin-left: -4px;
  background: #000;
  border-radius: 4px;
  color: #fff;
  -webkit-transition: all 0.3s ease-out;
          transition: all 0.3s ease-out;
}
.auto-app-sms input[type="submit"]:hover {
  background: #db001b;
}
.auto-app-sms input[type="tel"] {
  background: #d9d9d9;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-transition: all 0.3s ease-out;
          transition: all 0.3s ease-out;
}
.auto-app-sms input[type="tel"]:focus {
  background: #fff;
}
.auto-app-mouse {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 16.688em;
  height: 12.438em;
  margin-left: 18.688em;
}
.auto-app-arrow {
  width: 3.875em;
  height: 3.875em;
  position: absolute;
  top: 50%;
  -webkit-transition: all 0.3s ease-out;
          transition: all 0.3s ease-out;
  z-index: 2;
}
.auto-app-arrow .circle-color {
  fill: #f5f5f5;
}
.auto-app-arrow .arrow-color {
  fill: #1b75cc;
}
.auto-app-arrow_hidden {
  display: none;
}
.auto-app-arrow:hover .circle-color {
  fill: #db001b;
}
.auto-app-arrow:hover .arrow-color {
  fill: #fff;
}
.auto-app-arrow_prev {
  -webkit-transform: translate(-100%, -50%);
          transform: translate(-100%, -50%);
  left: 5em;
}
.auto-app-arrow_next {
  -webkit-transform: scaleX(-1) translate(-100%, -50%);
          transform: scaleX(-1) translate(-100%, -50%);
  right: 5em;
}
@media (max-width: 1160px) {
  .auto-app-stores {
    margin-top: 3em;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .auto-app-stores a:last-of-type {
    margin-top: 2em;
    margin-right: 2.5em;
  }
  .auto-app-mouse {
    margin-left: 13.688em;
  }
}
@media (max-width: 959px) {
  .auto-app-title_type_h1 {
    font-size: 1.875em;
    line-height: 1.267em;
    margin-bottom: 0.667em;
  }
  .auto-app-title_type_h2 {
    font-size: 1.5em;
    line-height: 1.25em;
    margin-bottom: 0.83em;
  }
  .auto-app-header {
    height: auto;
    padding-bottom: 60px;
  }
  .auto-app-header .auto-app-nav,
  .auto-app-header .auto-app-phone {
    display: none;
  }
  .auto-app-header .auto-app-title {
    font-size: 1.5em;
  }
  .auto-app-header__content {
    padding: 0;
    text-align: center;
    -webkit-transition-delay: 0s;
            transition-delay: 0s;
  }
  .auto-app-stores {
    margin-top: 3.75em;
  }
  .auto-app-stores a,
  .auto-app-stores a:last-of-type {
    margin: 0 2.5em 2.5em;
  }
  .auto-app-logo {
    font-size: 2.875em;
  }
  .auto-app-logo__ico {
    width: 2.609em;
    height: 2.609em;
    border-radius: 0.609em;
    display: block;
    margin: 0 auto 0.87em;
  }
  .auto-app-nav {
    font-size: 0.875em;
    line-height: 1.429em;
  }
  .auto-app-nav ul {
    -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
            justify-content: space-around;
  }
  .auto-app-nav ul li {
    margin: 0;
  }
  .auto-app-nav ul li a {
    padding: 0.357em 0.714em;
    text-align: center;
  }
  .auto-app-slider__wrapper {
    padding: 0;
    height: 370px;
  }
  .auto-app-slider__phone {
    display: none;
  }
  .auto-app-slider__content {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    padding: 0;
    text-align: center;
  }
  .auto-app-slider__content_text {
    top: 0;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  .auto-app-arrow {
    display: none;
  }
  .auto-app-arrow .circle-color {
    fill: rgba(232,232,232,0.5);
  }
  .auto-app-arrow_next {
    right: 0;
    -webkit-transform: scaleX(-1) translateY(-50%);
            transform: scaleX(-1) translateY(-50%);
  }
  .auto-app-arrow_prev {
    left: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .auto-app-arrow:hover .circle-color {
    fill: rgba(232,232,232,0.5);
  }
  .auto-app-arrow:hover .arrow-color {
    fill: #1b75cc;
  }
  .auto-app-rate {
    padding: 2.5em 0;
  }
  .auto-app-rate__stars {
    display: block;
    margin: 1em auto;
    height: 1em;
    width: 7.5em;
  }
  .auto-app-codes {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    margin: 2.5em 0;
  }
  .auto-app-codes > div {
    margin-bottom: 1.5em;
  }
  .auto-app-codes > div:last-of-type {
    margin-bottom: 0;
  }
  .auto-app-copyright {
    margin-top: 18.75em;
    padding: 2.75em 0;
  }
  .auto-app-mouse {
    margin-left: 0;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    top: auto;
    bottom: 14%;
    width: 11.688em;
  }
  .auto-app-hidden,
  .auto-app-sms,
  .auto-app-qr {
    display: none;
  }
}
div.stats {
  display: inline;
  height: 0;
  left: -1000px;
  position: absolute;
  top: -1000px;
  visibility: hidden;
  width: 0;
}
