/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0; }

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal; }

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  /* 2 */
  box-sizing: content-box; }

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

@font-face {
  font-family: 'AudiType';
  src: url("../assets/fonts/Audi/AudiType-Normal.eot");
  src: url("../assets/fonts/Audi/AudiType-Normal.eot?#iefix") format("embedded-opentype"), url("../assets/fonts/Audi/AudiType-Normal.woff") format("woff"), url("../assets/fonts/Audi/AudiType-Normal.ttf") format("truetype"), url("../assets/fonts/Audi/AudiType-Normal.svg#AudiType-Normal") format("svg");
  font-style: normal;
  font-weight: 400; }

@font-face {
  font-family: 'AudiTypeBold';
  src: url("../assets/fonts/Audi/AudiType-Bold.eot");
  src: url("../assets/fonts/Audi/AudiType-Bold.eot?#iefix") format("embedded-opentype"), url("../assets/fonts/Audi/AudiType-Bold.woff") format("woff"), url("../assets/fonts/Audi/AudiType-Bold.ttf") format("truetype"), url("../assets/fonts/Audi/AudiType-Bold.svg#AudiType-Bold") format("svg");
  font-style: normal;
  font-weight: 700; }

@font-face {
  font-family: 'AudiTypeExtended';
  src: url("../assets/fonts/Audi/AudiType-ExtendedNormal.eot");
  src: url("../assets/fonts/Audi/AudiType-ExtendedNormal.eot?#iefix") format("embedded-opentype"), url("../assets/fonts/Audi/AudiType-ExtendedNormal.woff") format("woff"), url("../assets/fonts/Audi/AudiType-ExtendedNormal.ttf") format("truetype"), url("../assets/fonts/Audi/AudiType-ExtendedNormal.svg#AudiType-ExtendedNormal") format("svg");
  font-style: normal;
  font-weight: 400; }

@font-face {
  font-family: 'AudiTypeExtendedBold';
  src: url("../assets/fonts/Audi/AudiType-ExtendedBold.eot");
  src: url("../assets/fonts/Audi/AudiType-ExtendedBold.eot?#iefix") format("embedded-opentype"), url("../assets/fonts/Audi/AudiType-ExtendedBold.woff") format("woff"), url("../assets/fonts/Audi/AudiType-ExtendedBold.ttf") format("truetype"), url("../assets/fonts/Audi/AudiType-ExtendedBold.svg#AudiType-ExtendedBold") format("svg");
  font-style: normal;
  font-weight: 700; }

* {
  box-sizing: border-box; }

.clearfix:before, .list:before, .container:before, .content-outer:before, .clearfix:after, .list:after, .container:after, .content-outer:after {
  content: "";
  display: table; }

.clearfix:after, .list:after, .container:after, .content-outer:after {
  clear: both; }

.clearfix:before, .list:before, .container:before, .content-outer:before, .clearfix:after, .list:after, .container:after, .content-outer:after {
  content: "";
  display: table; }

.clearfix:after, .list:after, .container:after, .content-outer:after {
  clear: both; }

html {
  min-width: 320px; }

body {
  font-family: "AudiType", Arial, "Helvetica Neue", sans-serif;
  font-size: 14px;
  color: #000000;
  background: #fff;
  min-width: 320px; }
  body.popup-opened {
    overflow-y: hidden; }
    @media screen and (min-width: 1024px) {
      body.popup-opened {
        overflow-y: visible; } }

h1, h2, h3, h4, h5 {
  margin: 0; }

p {
  margin: 0;
  line-height: 1.46; }

a {
  color: #000;
  text-decoration: none; }

ul {
  list-style: none;
  margin: 0;
  padding: 0; }

img {
  max-width: 100%;
  height: auto; }

input[type="text"],
input[type="email"] {
  width: 100%;
  height: 50px;
  border: solid #d9d9d9 2px;
  background: #f9f9f9;
  text-align: center;
  outline: 0;
  font-family: "AudiType", Arial, "Helvetica Neue", sans-serif;
  font-size: 16px; }

input[type="text"]::-webkit-input-placeholder {
  color: #4f4f4f; }

input[type="text"]:-moz-placeholder {
  color: #4f4f4f; }

input[type="text"]::-moz-placeholder {
  color: #4f4f4f; }

input[type="text"]:-ms-input-placeholder {
  color: #4f4f4f; }

input[type="email"]::-webkit-input-placeholder {
  color: #4f4f4f; }

input[type="email"]:-moz-placeholder {
  color: #4f4f4f; }

input[type="email"]::-moz-placeholder {
  color: #4f4f4f; }

input[type="email"]:-ms-input-placeholder {
  color: #4f4f4f; }

.checkbox input[type="checkbox"] {
  display: none; }

.checkbox .checkbox-field {
  float: left;
  display: inline-block;
  border: 2px solid #c7c7c7;
  width: 27px;
  height: 27px;
  cursor: pointer; }

.checkbox-field.checked {
  background: url("../assets/img/checked-red.png") 1px 0;
  border-color: #ca0233; }

.checkbox {
  display: inline-block; }

label {
  display: block;
  padding-left: 40px;
  min-height: 28px;
  position: relative;
  font-size: 11px;
  line-height: 1.36;
  color: rgba(0, 0, 0, 0.6);
  cursor: pointer; }

.list {
  color: #2c2f32; }
  .list li {
    padding-left: 20px;
    position: relative;
    font-size: 18px;
    margin-bottom: 4px;
    /*.mark {
            font-size: 20px;
        }*/ }
    @media screen and (min-width: 768px) {
      .list li {
        margin-bottom: 0px; } }
    .list li br {
      display: none; }
    .list li:before {
      content: '';
      display: inline-block;
      position: absolute;
      top: 6px;
      left: 0;
      width: 12px;
      height: 14px;
      background: url("../assets/img/arrow-red.png") no-repeat; }
    @media screen and (min-width: 768px) {
      .list li {
        position: relative;
        margin-bottom: 10px;
        width: 26%;
        float: left;
        border-right: 1px solid rgba(0, 0, 0, 0.2);
        min-height: 100px;
        padding-top: 10px;
        padding-left: 16px;
        font-size: 16px; }
        .list li:before {
          display: none; }
        .list li .mark {
          display: block;
          font-size: 20px;
          font-family: "AudiTypeBold", Arial, "Helvetica Neue", sans-serif; }
        .list li:first-child {
          padding-left: 0px;
          width: 17%; }
        .list li:last-child {
          border-right: none; }
          .list li:last-child .mark {
            font-size: 18px; } }

.arrow-link {
  position: relative;
  display: block;
  padding: 0px 0px 10px 21px;
  transition: color 0.2s ease-in-out; }

.arrow-link:before {
  content: '';
  display: inline-block;
  position: absolute;
  top: 2px;
  left: 0;
  width: 12px;
  height: 14px;
  background: url("../assets/img/arrow-red.png") no-repeat; }

.arrow-link:hover {
  color: #d20035; }

.button {
  position: relative;
  width: 100%;
  height: 50px;
  padding: 0 40px 0 24px;
  border: 0;
  background-color: #d20035;
  font-family: "AudiTypeBold", Arial, "Helvetica Neue", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 15px;
  color: #fff; }

.button {
  background-color: #ca0233; }

.button:before {
  content: '';
  display: inline-block;
  position: absolute;
  top: 18px;
  right: 18px;
  width: 9px;
  height: 13px;
  background: url("../assets/img/arrow-white.png") no-repeat; }

div.button {
  text-align: center;
  line-height: 50px; }

.button-toggle {
  display: inline-block;
  font-size: 14px;
  font-size: 11px;
  line-height: 1.36;
  color: rgba(0, 0, 0, 0.6);
  border: none;
  background: transparent;
  padding: 0;
  margin-left: 40px;
  text-decoration: underline; }
  .button-toggle:focus {
    outline: 0;
    box-shadow: none; }

.cookie-info {
  position: fixed !important; }

.container {
  margin: 0 auto;
  max-width: 1080px;
  margin: 0 auto;
  padding: 0 20px; }

@media only screen and (max-width: 1200px) {
  .header-container {
    padding-left: 25px;
    padding-right: 25px; }
  .menu .container {
    padding-left: 60px;
    padding-right: 60px; }
  .slider .car-price, .slider .car-price .option {
    font-size: 18px; }
  .menu {
    z-index: 9; }
    .menu .container {
      max-width: 1040px; }
    .menu ul li {
      width: 310px; }
    .menu .menu-arr .menu-arr-left {
      left: 20px; }
    .menu .menu-arr .menu-arr-right {
      right: 20px; } }

@media only screen and (max-width: 1023px) {
  .menu .menu-categories-inner {
    padding-left: 80px; }
  .menu ul li {
    width: 360px; } }

@media only screen and (max-width: 1079px) {
  #form h2 {
    font-size: 18px; }
  #form ol {
    font-size: 14px; }
  #form .quattro-text {
    font-size: 26px; }
  .menu {
    margin-top: 60px;
    min-height: 120px; } }

@media only screen and (max-width: 919px) {
  .offer-info.active-car-a4 {
    padding-top: 39%; }
  .main .car {
    margin-bottom: 5px; } }

@media only screen and (max-width: 960px) {
  .menu .menu-categories-inner {
    padding-left: 30px; }
  .menu ul li {
    width: 380px; } }

@media only screen and (max-width: 905px) {
  .menu .menu-categories-inner {
    padding-left: 30px; } }

@media only screen and (max-width: 905px) {
  .menu .menu-categories-inner {
    padding-left: 20px; }
  .menu ul li {
    width: 380px; } }

@media only screen and (max-width: 830px) {
  .menu .menu-categories-inner {
    padding-left: 0px; } }

@media only screen and (max-width: 767px) {
  .menu .car-img {
    margin-left: 0; } }

@media only screen and (max-width: 639px) {
  .menu li {
    padding: 5px 0; } }

@media only screen and (max-width: 539px) {
  .main .car {
    font-size: 28px;
    margin-bottom: 10px; }
  .main .car-price {
    font-size: 15px; }
    .main .car-price .count {
      font-size: 22px; } }

@media only screen and (max-width: 400px) {
  .menu .container {
    padding-left: 30px;
    padding-right: 30px; }
  .menu .menu-arr .menu-arr-left {
    left: 10px; }
  .menu .menu-arr .menu-arr-right {
    right: 10px; }
  .menu .menu-categories-inner {
    padding-left: 0px; } }

.header {
  position: relative;
  width: 100%;
  z-index: 99; }
  @media screen and (min-width: 1024px) {
    .header {
      top: 0;
      left: 0;
      position: absolute; } }
  .header-container {
    width: 100%;
    max-width: 1200px;
    height: 45px;
    margin: 0 auto;
    padding: 15px 20px 0px;
    height: auto;
    display: inline-block; }
    @media screen and (min-width: 1024px) {
      .header-container {
        display: block; } }
    .header-container a {
      max-width: 100%;
      display: inline-block; }
    .header-container img {
      max-width: 100%; }
  .header .logo {
    width: 84px;
    height: 28px;
    float: left; }
    .header .logo svg {
      width: 84px; }
  .header h1 {
    float: left;
    font-size: 14px;
    margin-top: 8px;
    margin-left: 15px;
    line-height: 18px;
    font-family: "AudiTypeExtendedBold", Arial, "Helvetica Neue", sans-serif; }

.header-filter {
  float: left;
  font-family: "AudiTypeBold", Arial, "Helvetica Neue", sans-serif;
  font-size: 16px;
  display: none;
  margin-top: 20px; }
  @media (max-width: 450px) {
    .header-filter {
      padding-right: 120px; } }
  @media (max-width: 370px) {
    .header-filter {
      padding-right: 40px; } }
  @media screen and (min-width: 768px) {
    .header-filter {
      margin-top: 10px;
      float: right; } }
  .header-filter.active {
    width: 100%;
    display: block; }
    @media screen and (min-width: 768px) {
      .header-filter.active {
        width: auto; } }
  .header-filter p {
    float: left;
    display: inline-block; }
  .header-filter > ul {
    float: left;
    margin-top: -12px; }
    .header-filter > ul > li {
      display: inline-block;
      position: relative;
      /*&:last-child {
                ul {
                    left: auto;
                    right: 0;
                }
            }*/ }
      @media screen and (min-width: 768px) {
        .header-filter > ul > li:last-child ul {
          z-index: 9;
          left: auto;
          right: 0px; } }
      .header-filter > ul > li > a {
        color: #c7c9ca;
        display: inline-block;
        position: relative;
        margin-right: 20px;
        padding: 10px 0px 10px 20px; }
        @media screen and (min-width: 768px) {
          .header-filter > ul > li > a {
            padding: 10px 0px 18px 20px;
            margin-right: 0;
            margin-left: 20px; } }
        .header-filter > ul > li > a:before {
          content: "";
          position: absolute;
          width: 14px;
          height: 14px;
          left: 0px;
          top: 14px;
          transition: left 0.1s ease-out, color 0.1s ease;
          background: url("../assets/img/icon-arrow-gradient.png") 0px -15px no-repeat;
          background-size: 14px; }
        .header-filter > ul > li > a:hover {
          color: #000; }
          .header-filter > ul > li > a:hover:before {
            left: 2px;
            transition: left 0.1s ease-in, color 0.1s ease;
            background: url("../assets/img/icon-arrow-gradient.png") 0px 0px no-repeat;
            background-size: 14px; }
      .header-filter > ul > li ul {
        display: none;
        top: 98%;
        left: 12px;
        background: #fff;
        width: auto;
        min-width: 200px;
        padding: 8px 0px 4px 0px;
        border: 1px solid #ccc;
        position: absolute;
        z-index: 99999; }
        .header-filter > ul > li ul.hover {
          display: block; }
        .header-filter > ul > li ul > li > a {
          padding: 6px 22px 6px 20px;
          display: block;
          width: 100%;
          min-width: 100%;
          font-size: 14px; }
          .header-filter > ul > li ul > li > a:hover {
            color: #c03; }
        .header-filter > ul > li ul > li.active a {
          color: #c03; }
      .header-filter > ul > li:hover ul {
        display: block; }
      .header-filter > ul > li.active a {
        color: #000; }
        .header-filter > ul > li.active a:before {
          left: 0px;
          transition: left 0.1s ease-in, color 0.1s ease;
          background: url("../assets/img/icon-arrow-gradient.png") 0px 0px no-repeat;
          background-size: 13px; }

.menu {
  display: block;
  max-width: 1280px;
  margin: 0 auto;
  height: 120px;
  display: block; }
  @media screen and (min-width: 1024px) {
    .menu {
      margin-top: 45px; } }
  .menu .container {
    min-height: 110px;
    height: 110px;
    position: relative; }
  .menu .menu-arr {
    display: none; }
    .menu .menu-arr.active {
      display: block; }
    .menu .menu-arr .menu-arr-left, .menu .menu-arr .menu-arr-right {
      cursor: pointer;
      position: absolute;
      top: 50px;
      width: 24px;
      height: 26px;
      text-indent: -10000px;
      z-index: 9;
      overflow: hidden;
      background: url("../assets/img/icon-arrow-gradient-big.png") top left no-repeat;
      background-size: 24px 52px; }
      @media (max-width: 500px) {
        .menu .menu-arr .menu-arr-left, .menu .menu-arr .menu-arr-right {
          transform: scale(0.6); } }
    .menu .menu-arr .menu-arr-left {
      left: 20px; }
      @media screen and (min-width: 1200px) {
        .menu .menu-arr .menu-arr-left {
          left: -48px; } }
    .menu .menu-arr .menu-arr-right {
      background: url("../assets/img/icon-arrow-gradient-big-right.png") top left no-repeat;
      background-size: 24px 52px;
      right: 20px; }
      @media screen and (min-width: 1200px) {
        .menu .menu-arr .menu-arr-right {
          right: -48px; } }
  .menu .menu-categories {
    overflow: hidden;
    height: 120px;
    position: relative;
    width: 100%;
    height: 100%; }
    .menu .menu-categories:before, .menu .menu-categories:after {
      position: absolute;
      content: "";
      background: url("../assets/img/bg-menu-gradient.png") center center no-repeat;
      width: 20px;
      height: 120px;
      top: 3px;
      left: 0;
      z-index: 6; }
    .menu .menu-categories:after {
      right: 0;
      left: auto;
      transform: rotate(180deg); }
  .menu .menu-categories-inner {
    position: absolute;
    top: 0;
    margin-left: 10px;
    transition: ease-in-out top 0.3s; }
  .menu ul {
    padding-top: 0px;
    height: 110px;
    width: 10000000px;
    display: block;
    font-size: 0;
    transition: margin-left 0.3s cubic-bezier(0.645, 0.045, 0.355, 1); }
    .menu ul li {
      display: inline-block;
      position: relative;
      height: 100%;
      padding-top: 30px;
      opacity: 0.5;
      vertical-align: top;
      transition: opacity 0.3s ease-in-out;
      text-align: center;
      width: 346px;
      padding-right: 40px; }
      @media (max-width: 400px) {
        .menu ul li {
          transform: translateX(-25px); } }
      @media screen and (min-width: 360px) {
        .menu ul li {
          padding-left: 30px; } }
      @media screen and (min-width: 480px) {
        .menu ul li {
          padding-right: 30px;
          padding-right: 0px; } }
      .menu ul li .menu-car {
        text-align: left;
        display: inline-block; }
      .menu ul li:hover {
        opacity: 1;
        cursor: pointer; }
        .menu ul li:hover .name {
          color: #101010; }
        .menu ul li:hover .price {
          color: #101010; }
      .menu ul li.active {
        opacity: 1; }
  .menu .car-img {
    display: inline-block;
    height: 85px;
    width: 100px; }
    @media screen and (min-width: 480px) {
      .menu .car-img {
        width: 140px; } }
  .menu .desc {
    display: inline-block;
    margin-left: 9px;
    width: 135px;
    vertical-align: top; }
  .menu .name {
    display: block;
    font-family: "AudiTypeExtendedBold", Arial, "Helvetica Neue", sans-serif;
    font-size: 12px;
    color: #909396; }
    .menu .name .group {
      font-size: 18px; }
  .menu .type {
    margin-top: 2px;
    display: block;
    min-height: 14px;
    font-size: 10px;
    opacity: 0.5; }
    .menu .type .gearbox {
      font-size: 7px; }
  .menu .price {
    display: block;
    margin-top: 14px;
    font-family: "AudiTypeExtended", Arial, "Helvetica Neue", sans-serif;
    font-size: 10px;
    color: #909396;
    margin-top: 5px; }
  .menu .installment {
    display: inline-block; }
  .menu .amount {
    display: inline-block;
    font-size: 13px;
    font-family: "AudiTypeExtendedBold", Arial, "Helvetica Neue", sans-serif; }
  .menu .currency {
    font-size: 10px;
    font-weight: 500; }
  .menu .active .name {
    color: #101010; }
  .menu .active .price {
    color: #101010; }

.footer {
  width: 100%;
  background: #000;
  min-height: 60px;
  margin-top: 30px; }
  .footer .container {
    max-width: 1200px;
    padding-top: 20px;
    padding-bottom: 20px; }
  .footer p {
    color: #fff;
    font-size: 10px;
    font-family: "AudiTypeExtended", Arial, "Helvetica Neue", sans-serif; }
  .footer a {
    color: #fff; }
  .footer .footer-social {
    display: none; }

.content-outer {
  position: relative;
  max-width: 1280px;
  width: 100%;
  display: block;
  margin: 0 auto;
  background: #fcfcfc; }
  @media screen and (min-width: 768px) {
    .content-outer {
      min-height: 1100px; } }
  @media screen and (min-width: 1200px) {
    .content-outer {
      min-height: 900px; } }

.content {
  float: left;
  width: 100%; }
  @media screen and (min-width: 1024px) {
    .content .container {
      padding-left: 60px; } }
  @media screen and (min-width: 1024px) {
    .content {
      width: 64%; } }
  @media screen and (min-width: 1200px) {
    .content {
      width: 60%; } }
  .content .content-slogan {
    margin-bottom: 30px; }
    .content .content-slogan h2, .content .content-slogan h3 {
      color: #000; }
    .content .content-slogan h2 {
      font-size: 22px;
      font-family: "AudiTypeExtendedBold", Arial, "Helvetica Neue", sans-serif; }
      @media screen and (min-width: 768px) {
        .content .content-slogan h2 {
          font-size: 26px; } }
    .content .content-slogan h3 {
      margin-top: 4px;
      font-family: "AudiTypeExtended", Arial, "Helvetica Neue", sans-serif; }
      @media screen and (min-width: 768px) {
        .content .content-slogan h3 {
          font-size: 22px; } }
    @media screen and (min-width: 768px) {
      .content .content-slogan {
        position: absolute;
        top: 30px; }
        .content .content-slogan h2, .content .content-slogan h3 {
          color: #fff; } }
  .content .content-car-image {
    width: 100%;
    height: auto;
    margin-bottom: 30px; }
  .content .desc {
    width: 100%;
    margin-bottom: 30px;
    color: #2b2d2f;
    opacity: 1; }
  .content .car, .content .car-price {
    display: block;
    margin: 0 0 10px 0;
    font-family: "AudiTypeExtended", Arial, "Helvetica Neue", sans-serif;
    font-size: 16px; }
    @media screen and (min-width: 768px) {
      .content .car, .content .car-price {
        font-size: 22px; } }
    .content .car .name, .content .car-price .name {
      display: block; }
      .content .car .name .engine, .content .car-price .name .engine {
        display: inline-block; }
  .content .car-price {
    margin-top: -6px; }
    .content .car-price .price, .content .car-price .add-info {
      display: block; }
    .content .car-price .count {
      font-family: "AudiTypeExtendedBold", Arial, "Helvetica Neue", sans-serif;
      color: #2b2d2f; }
      @media screen and (min-width: 768px) {
        .content .car-price .count {
          font-size: 28px; } }
    .content .car-price .add-info {
      margin-top: 5px;
      margin-bottom: 0px; }
    .content .car-price .add-info {
      margin-top: 4px;
      padding-left: 20px;
      position: relative; }
    .content .car-price .add-info:before {
      top: 17px; }
    .content .car-price .option {
      margin-top: 0px; }
      .content .car-price .option:before {
        top: 9px; }
  .content .car-price .add-info:before {
    content: '';
    display: inline-block;
    position: absolute;
    top: 6px;
    left: 0;
    width: 12px;
    height: 14px;
    background: url("../assets/img/arrow-red.png") no-repeat; }
  .content .offer-details p {
    font-family: "AudiTypeExtended", Arial, "Helvetica Neue", sans-serif;
    font-size: 14px; }
    .content .offer-details p strong {
      display: inline-block;
      font-family: "AudiTypeExtendedBold", Arial, "Helvetica Neue", sans-serif; }
  .content .offer-details button {
    cursor: pointer;
    margin-bottom: 30px;
    background: #fff;
    border: 1px solid #000;
    outline: 0;
    font-family: "AudiTypeExtendedBold", Arial, "Helvetica Neue", sans-serif;
    padding: 10px 40px; }
  .content .offer-details-abl {
    margin-bottom: 30px; }
  .content .offer-details-apl {
    max-width: 100%;
    vertical-align: top; }
    @media screen and (min-width: 1024px) {
      .content .offer-details-apl {
        display: inline-block; } }
    .content .offer-details-apl-text {
      margin-right: 20px; }
    .content .offer-details-apl-button {
      cursor: pointer;
      color: #c7c9ca;
      padding: 10px 0px 0px 10px;
      padding-left: 20px;
      color: #000;
      font-family: "AudiTypeBold", Arial, "Helvetica Neue", sans-serif;
      min-height: 24px;
      font-size: 16px;
      display: inline-block;
      position: relative; }
      @media screen and (min-width: 768px) {
        .content .offer-details-apl-button {
          margin-top: 0px; } }
      .content .offer-details-apl-button:before {
        content: "";
        position: absolute;
        width: 20px;
        height: 20px;
        left: 0px;
        top: 14px;
        background: url("../assets/img/icon-arrow-right.png") 0px 0px no-repeat;
        background-size: 14px; }
  .content .offer-disclaimer {
    margin-top: 30px; }
    @media screen and (min-width: 1024px) {
      .content .offer-disclaimer {
        margin: 30px 0px 60px; } }
    .content .offer-disclaimer p {
      font-size: 12px; }

.content-animation {
  width: 100%; }

.content-animation-enter {
  position: absolute;
  opacity: 0; }

.content-animation-enter.content-animation-enter-active {
  position: absolute;
  z-index: 10;
  opacity: 1;
  transition: opacity 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94); }

.content-animation-leave {
  position: absolute;
  opacity: 1;
  height: 1000px; }

.content-animation-leave.content-animation-leave-active {
  position: absolute;
  opacity: 0;
  transition: opacity 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94); }

.form {
  display: inline-block;
  float: right;
  position: relative;
  z-index: 1;
  font-size: 0;
  width: 100%;
  margin-top: 40px; }
  @media screen and (min-width: 1024px) {
    .form {
      margin-top: 0;
      width: 36%;
      position: absolute;
      right: 0; } }
  @media screen and (min-width: 1200px) {
    .form {
      width: 40%;
      float: right; } }
  .form p a {
    font-weight: bold;
    text-decoration: underline; }
  .form .audi-btn {
    background: red;
    width: auto;
    height: 40px; }
  .form form {
    position: relative;
    float: right;
    display: inline-block;
    vertical-align: top;
    color: #2b2d2f;
    background-color: #fff;
    width: 100%;
    padding: 20px 20px;
    border-top: 1px solid #d8d8d8;
    border-bottom: 1px solid #d8d8d8; }
    @media screen and (min-width: 1024px) {
      .form form {
        padding: 20px 60px 40px;
        border: 1px solid #d8d8d8; } }
  .form ol {
    margin: 22px 0 20px 0;
    padding-left: 23px; }
    .form ol li {
      margin-bottom: 5px; }
  .form h3 {
    text-align: center;
    font-family: "AudiTypeExtended", Arial, "Helvetica Neue", sans-serif;
    font-size: 16px;
    margin-bottom: 20px; }
    .form h3 br {
      display: none; }
      @media screen and (min-width: 1024px) {
        .form h3 br {
          display: block; } }
  .form .heading p {
    margin: 24px 0 10px 0; }
  .form .info {
    line-height: 1.1;
    color: rgba(0, 0, 0, 0.6);
    font-size: 11px; }
    .form .info a {
      color: rgba(0, 0, 0, 0.6); }
  .form .field {
    margin-top: 18px; }
  .form .field-input {
    margin-top: 15px; }
    .form .field-input.field-input-conf {
      display: none; }
  .form .field-radio {
    display: none; }
  .form .field-checkall label {
    text-decoration: underline;
    font-size: 13px;
    line-height: 26px; }
  .form .parsley-errors-list li {
    margin-top: 10px;
    color: #d20035;
    font-size: 12px; }
  .form input[type="text"].error, .form input[type="email"].error {
    border-bottom: 1px solid #d20035; }

.thanks-page .header {
  border: none; }

.thanks-page .header-container {
  max-width: 1080px; }

.thanks-page .form.thanks {
  margin-top: 0;
  padding-top: 0px; }

.thanks-page .thanks .arrow-link {
  font-weight: bold;
  font-size: 16px; }

.thanks-page .thanks-info {
  width: 100%;
  max-width: 650px;
  padding: 20px 26px;
  border: 1px solid #d8d8d8;
  margin: 40px 0 40px; }
  @media screen and (min-width: 1024px) {
    .thanks-page .thanks-info {
      margin: 80px 0 40px; } }
  .thanks-page .thanks-info h2 {
    font-size: 21px; }
  .thanks-page .thanks-info p {
    margin-top: 30px;
    font-size: 14px; }

.thanks-page .thanks .arrow-link:before {
  top: 1px; }

.popup {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  width: 100%;
  height: 100vh; }
  .popup .popup-overlay {
    position: relative;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    text-align: center; }
  .popup .popup-content {
    background-color: #fff;
    padding: 40px 30px 30px 30px;
    text-align: left;
    position: absolute;
    font-family: "AudiType", Arial, "Helvetica Neue", sans-serif;
    z-index: 9999;
    top: 0px;
    left: 50%;
    transform: translate(-50%, 0%);
    width: 100%;
    overflow-y: scroll;
    height: 100%; }
    @media screen and (min-width: 768px) {
      .popup .popup-content {
        padding: 30px;
        max-width: 600px;
        overflow: hidden;
        height: auto;
        width: 90%;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%); } }
    .popup .popup-content h2 {
      font-family: "AudiTypeExtended", Arial, "Helvetica Neue", sans-serif;
      margin-bottom: 5px; }
    .popup .popup-content h3 {
      margin-bottom: 6px; }
    .popup .popup-content ul {
      display: inline-block;
      margin: 0 auto;
      margin-top: 20px;
      margin-bottom: 20px; }
  .popup .popup-package h4 {
    margin-top: 20px;
    margin-bottom: 6px;
    font-size: 16px; }
  .popup .popup-package ul {
    margin-bottom: 0;
    margin-top: 0; }
  .popup .popup-package li {
    margin-bottom: 6px; }
    .popup .popup-package li:last-child {
      margin-bottom: 0; }
  .popup .popup-close {
    position: absolute;
    width: 48px;
    height: 48px;
    top: 0;
    right: 0;
    cursor: pointer;
    background: #fff;
    z-index: 9999; }
    @media screen and (min-width: 768px) {
      .popup .popup-close {
        background: transparent; } }
    .popup .popup-close:before, .popup .popup-close:after {
      content: "";
      position: absolute;
      top: 24px;
      left: 10px;
      width: 26px;
      height: 3px;
      transform: rotate(45deg);
      background-color: #000; }
      @media screen and (min-width: 768px) {
        .popup .popup-close:before, .popup .popup-close:after {
          background-color: #fff; } }
    .popup .popup-close:after {
      transform: rotate(-45deg); }
