@font-face {
  font-display: auto;
  font-family: 'lada';
  font-weight: normal;
  font-style: normal;
  src: url('../fonts/LADAPragmatica-Regular.eot');
  src: url('../fonts/LADAPragmatica-Regular.eot?#iefix')
      format('embedded-opentype'),
    url('../fonts/LADAPragmatica-Regular.woff') format('woff'),
    url('../fonts/LADAPragmatica-Regular.ttf') format('truetype');
}

@font-face {
  font-display: auto;
  font-family: 'lada';
  font-weight: bold;
  font-style: normal;
  src: url('../fonts/LADAPragmatica-Bold.eot');
  src: url('../fonts/LADAPragmatica-Bold.eot?#iefix')
      format('embedded-opentype'),
    url('../fonts/LADAPragmatica-Bold.woff') format('woff'),
    url('../fonts/LADAPragmatica-Bold.ttf') format('truetype');
}

*::-webkit-input-placeholder {
  color: rgba(3, 3, 3, 0.6);
  opacity: 1;
}

*:-moz-placeholder {
  color: rgba(3, 3, 3, 0.6);
  opacity: 1;
}

*::-moz-placeholder {
  color: rgba(3, 3, 3, 0.6);
  opacity: 1;
}

*:-ms-input-placeholder {
  color: rgba(3, 3, 3, 0.6);
  opacity: 1;
}

*::-ms-clear {
  display: none;
}

*::-webkit-scrollbar {
  width: 8px;
}

*::-webkit-scrollbar-track {
  background: #030303;
}

*::-webkit-scrollbar-thumb {
  background: #f7761f;
}

* {
  scrollbar-base-color: #ddd;
  scrollbar-face-color: #f7761f;
  scrollbar-3dlight-color: transparent;
  scrollbar-highlight-color: transparent;
  scrollbar-track-color: transparent;
  scrollbar-arrow-color: #f7761f;
  scrollbar-shadow-color: transparent;
  scrollbar-dark-shadow-color: transparent;
}

*::-moz-selection {
  color: #f7761f;
  background: #030303;
}

*::selection {
  color: #f7761f;
  background: #030303;
}

body input:focus:required:invalid,
body textarea:focus:required:invalid {
  color: green;
}

body input:required:valid,
body textarea:required:valid {
  color: green;
}

body {
  font-size: 16px;
  min-width: 320px;
  position: relative;
  line-height: 1.2em;
  font-family: 'lada', sans-serif;
  overflow-x: hidden;
  opacity: 1;
  color: #030303;
  /*background-image: url("../img/backgraund.jpg");*/
  -webkit-background-size: contain;
  background-size: contain;
  background-position: top center;
  background-repeat: no-repeat;
}

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}

* {
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
  font-family: 'lada', sans-serif;
  line-height: 1.2em;
}

a {
  -webkit-text-decoration-skip: ink;
  text-decoration-skip: ink;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  color: #f7761f;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  outline-width: 0;
}

[v-cloak] {
  display: none;
}

.redput {
  color: #f53a27;
  border-color: #f53a27;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.redput::-webkit-input-placeholder {
  color: #f53a27 !important;
}
.redput:-moz-placeholder {
  color: #f53a27 !important;
}
.redput::-moz-placeholder {
  color: #f53a27 !important;
}
.redput:-ms-input-placeholder {
  color: #f53a27 !important;
}

.btn {
  position: relative;
  display: inline-block;
  background-color: #f7761f;
  color: #030303;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 1em;
  text-align: center;
  text-decoration: none !important;
  -webkit-transition: all 0.3s cubic-bezier(1, 1, 0.44, 0.92);
  -o-transition: all 0.3s cubic-bezier(1, 1, 0.44, 0.92);
  transition: all 0.3s cubic-bezier(1, 1, 0.44, 0.92);
  letter-spacing: 0.16px;
  border: 0;
  margin: 0 auto;
  padding: 15px 33px;
  font-weight: bold;
}
.btn:hover {
  color: #030303;
  background-color: #ffbf00;
}
.btn.btn-black {
  background-color: #000;
  color: #fff;
}
.btn.btn-black:hover {
  background-color: #ffbf00;
  color: #fff;
}
.btn.btn-1 {
  background: transparent;
  border: 1px solid #f7761f;
  max-width: 300px;
  width: 100%;
  padding-right: 89px;
}
.btn.btn-1 svg {
  width: 7px;
  position: absolute;
  right: 30px;
  top: 17px;
  height: 12px;
  fill: #f7761f;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}
.btn.btn-1:hover {
  background-color: #f7761f;
  color: #333;
}
.btn.btn-1:hover svg {
  fill: #333;
}
.btn.btn-2 {
  background: transparent;
  border: 1px solid #000;
  max-width: 300px;
  width: 100%;
  padding-right: 99px;
  position: relative;
}
.btn.btn-2 svg {
  position: absolute;
  right: 30px;
  top: 17px;
  width: 7px;
  height: 12px;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
  fill: #000;
}
.btn.btn-2:hover {
  background-color: #000;
  color: #f7761f;
}
.btn.btn-2:hover svg {
  fill: #f7761f;
}
.btn .text {
  position: relative;
  z-index: 1;
}
.btn .progress {
  position: absolute;
  height: 100%;
  width: 0;
  background-color: #011a35;
  left: 0;
  top: 0;
  -webkit-border-radius: 2px;
  border-radius: 2px;
}
.btn.sending .progress {
  -webkit-animation-name: sendingPhone;
  animation-name: sendingPhone;
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}

.no-wrap {
  white-space: nowrap;
}

#app {
  overflow: hidden;
}

.input-block {
  width: 269px;
  height: 60px;
  position: relative;
  margin: 0 auto;
}

.input {
  display: block;
  text-align: left;
  font-size: 12px;
  font-weight: 300;
  font-family: 'lada', sans-serif;
  letter-spacing: 0.36px;
  color: #8099b3;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  line-height: 1em;
  border: none;
  border: 1px solid #8099b3;
  padding-left: 30px;
  position: relative;
  z-index: 2;
  background-color: transparent;
  color: #666666 !important;
  position: relative;
  height: 100%;
  width: 100%;
}

.phone {
  white-space: nowrap;
}

button {
  display: block !important;
}

.red {
  color: #f53a27 !important;
}

#popup {
  position: fixed;
  top: 0;
  z-index: 10;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0);
  visibility: hidden;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
#popup img.call {
  position: absolute;
  bottom: -160px;
  left: -webkit-calc(50% - 160px);
  left: calc(50% - 160px);
}
#popup p.registrtop {
  padding-top: 50px;
  color: #013368;
}
#popup img.registr {
  position: absolute;
  top: -120px;
  left: -webkit-calc(50% - 220px);
  left: calc(50% - 220px);
  width: 440px;
}
#popup .body {
  max-width: 372px;
  width: 100%;
  margin: 0 auto;
  background: #fff;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%) scale(0);
  -ms-transform: translateY(-50%) scale(0);
  transform: translateY(-50%) scale(0);
  text-align: center;
  padding-top: 0px;
  -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}
#popup .body .close {
  position: absolute;
  width: 49px;
  height: 49px;
  top: -5px;
  right: -5px;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
#popup .body .close:before {
  content: '';
  display: block;
  position: absolute;
  width: 40%;
  height: 2px;
  background: #013368;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 48%;
  left: 30%;
}
#popup .body .close:after {
  content: '';
  display: block;
  position: absolute;
  width: 40%;
  height: 2px;
  background: #013368;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 48%;
  left: 30%;
}
#popup .body .close:hover {
  opacity: 0.6;
}
#popup .body .content.tnxpopup {
  display: block;
  max-height: 90vh;
  height: auto;
  -webkit-overflow-scrolling: touch;
  padding: 20px;
  width: 100%;
}
#popup .body .content.tnxpopup .btn:after {
  display: none;
}
#popup .body .content.tnxpopup p {
  text-align: center;
}
#popup .body .content.tnxpopup p.bold {
  font-weight: bold;
  font-size: 24px;
}
#popup .body .content.politicpopup {
  display: block;
  max-height: 50vh;
  height: auto;
  -webkit-overflow-scrolling: touch;
  padding: 20px;
  width: 100%;
}
#popup .body .content.politicpopup p.bold {
  font-weight: bold;
  font-size: 18px;
  text-align: center;
}
#popup .body .content.politicpopup p {
  font-size: 10px;
  text-align: justify;
}
#popup .body .content {
  max-height: 70vh;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
#popup .body .content p {
  line-height: 1.2em;
}
#popup .body .content form {
  text-align: center;
  padding: 50px;
}
#popup .body .content form .btn {
  width: 100%;
}
#popup .body .content form > p {
  font-family: 'lada', sans-serif;
  letter-spacing: 0.6px;
  font-size: 24px;
  line-height: 1.2em;
  margin-bottom: 60px;
}
#popup .body .content form p.green {
  font-size: 18px;
  padding-top: 10px;
  line-height: 1.2em;
  font-weight: 400;
  color: #f7761f;
  text-transform: none;
}
#popup .body .content .form-elements {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
#popup .body .content .form-elements .submit {
  margin-top: 30px;
}
#popup .body .content .form-elements .input-block {
  margin-top: 15px;
}
#popup .body .content .form-elements p.politic {
  font-size: 12px;
  margin-top: 30px;
}
#popup .body .content .form-elements p.politic a {
  color: #666666;
  text-decoration: underline;
}
#popup .body p.form_disclamer.callbot {
  padding-bottom: 50px;
}
#popup .body p.form_disclamer {
  margin-top: 40px;
  letter-spacing: 0.12px;
  font-size: 12px;
  color: #f5f5f5;
}
#popup .body p.form_disclamer a {
  color: #f5f5f5;
  text-decoration: underline;
}
#popup.open {
  visibility: visible;
  background: rgba(0, 0, 0, 0.8);
}
#popup.open .body {
  -webkit-transform: translateY(-45%) scale(1);
  -ms-transform: translateY(-45%) scale(1);
  transform: translateY(-45%) scale(1);
}

.circle-loader {
  border: 2px solid rgba(0, 0, 0, 0.2);
  border-left-color: #f7761f;
  -webkit-animation-name: loader-spin;
  animation-name: loader-spin;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  position: relative;
  display: inline-block;
  vertical-align: top;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  position: absolute;
  right: 10px;
  bottom: 10px;
  opacity: 0;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  z-index: 2;
}
.circle-loader:after {
  -webkit-border-radius: 50%;
  border-radius: 50%;
  width: 20px;
  height: 20px;
}
.circle-loader.checking {
  opacity: 1;
}

.load-complete {
  -webkit-animation: none;
  animation: none;
  border-color: #299926;
  -webkit-transition: border 500ms ease-out;
  -o-transition: border 500ms ease-out;
  transition: border 500ms ease-out;
}
.load-complete.wrong {
  border-color: #f53a27;
  cursor: pointer;
}
.load-complete.wrong:before {
  content: '';
  display: block;
  height: 2px;
  width: 8px;
  background: #f53a27;
  display: block;
  position: absolute;
  top: 7px;
  left: 4px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
}
.load-complete.wrong:after {
  content: '';
  display: block;
  height: 2px;
  width: 8px;
  background: #f53a27;
  display: block;
  position: absolute;
  top: 7px;
  left: 4px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
}

.checkmark {
  display: none;
}
.checkmark:after {
  opacity: 1;
  height: 11px;
  width: 7px;
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
  border-right: 2px solid #299926;
  border-top: 2px solid #299926;
  content: '';
  left: 2px;
  top: 8px;
  position: absolute;
}
.checkmark.draw:after {
  -webkit-animation-duration: 800ms;
  animation-duration: 800ms;
  -webkit-animation-timing-function: ease;
  animation-timing-function: ease;
  -webkit-animation-name: checkmark;
  animation-name: checkmark;
  -webkit-transform: scaleX(-1) rotate(135deg);
  -ms-transform: scaleX(-1) rotate(135deg);
  transform: scaleX(-1) rotate(135deg);
}
.checkmark.checked {
  display: block;
}

@-webkit-keyframes loader-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes loader-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-webkit-keyframes checkmark {
  0% {
    height: 0;
    width: 0;
    opacity: 1;
  }
  20% {
    height: 0;
    width: 7px;
    opacity: 1;
  }
  40% {
    height: 11px;
    width: 7px;
    opacity: 1;
  }
  100% {
    height: 11px;
    width: 7px;
    opacity: 1;
  }
}

@keyframes checkmark {
  0% {
    height: 0;
    width: 0;
    opacity: 1;
  }
  20% {
    height: 0;
    width: 7px;
    opacity: 1;
  }
  40% {
    height: 11px;
    width: 7px;
    opacity: 1;
  }
  100% {
    height: 11px;
    width: 7px;
    opacity: 1;
  }
}

@-webkit-keyframes sendingPhone {
  0% {
    width: 0;
  }
  20% {
    width: 10%;
  }
  40% {
    width: 30%;
  }
  50% {
    width: 45%;
  }
  55% {
    width: 50%;
  }
  65% {
    width: 80%;
  }
  100% {
    width: 100%;
  }
}

@keyframes sendingPhone {
  0% {
    width: 0;
  }
  20% {
    width: 10%;
  }
  40% {
    width: 30%;
  }
  50% {
    width: 45%;
  }
  55% {
    width: 50%;
  }
  65% {
    width: 80%;
  }
  100% {
    width: 100%;
  }
}

.flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.btngreen {
  background-color: #013368;
}

.success {
  width: 60%;
  margin: 40px auto 0;
  text-align: center;
  padding: 10px;
  cursor: pointer;
  display: block;
}
.success svg {
  width: 35px;
  height: 28px;
}
.success svg path {
  fill: #fff;
}

#header .burger.open .x,
#header .burger.open .y,
#header .burger.open .z {
  background-color: #f7761f;
}

.burger {
  display: none !important;
}

#header {
  padding: 15px 0;
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  background-color: #fff;
  z-index: 20;
}
#header .logos {
  width: 156px;
}

.header {
  box-shadow: 0 1px 11px rgba(0, 0, 0, .1);
}

.header__logo {
  display: flex;
  align-items: center;
}

.header__logo-img {
  min-width: 172px;
  max-width: 172px;
}

.header__dealer {
  padding-left: 16px;
  margin-left: 16px;
  border-left: 1px solid #e3e3e3;
}

.header__dealer-img {
  min-width: 152px;
  max-width: 152px;
}

@media (max-width: 992px) {
  .header__logo-img {
    min-width: 148px;
    max-width: 148px;
  }

  .header__dealer-img {
    min-width: 124px;
    max-width: 124px;
  }
}

@media (max-width: 768px) {
  .header .flex {
    display: block;
  }

  .header__logo {
    border-bottom: 1px solid #e3e3e3;
    padding-bottom: 12px;
    margin-bottom: 12px;
    justify-content: space-between;
  }

  .header__dealer {
    border: none;
    padding: 0;
    margin: 0;
  }
}

@media (max-width: 480px) {
  .header__logo-img {
    min-width: 120px;
    max-width: 120px;
  }
}

.header-wrapper-right .myphone {
  text-align: left;
  margin-right: 44px;
}

.header-wrapper-right .myphone span a {
  color: #000000;
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1.2em;
  position: relative;
}
.header-wrapper-right .myphone span a:before {
  content: '';
  display: inline-block;
  position: relative;
  margin-right: 15px;
  margin-top: 5px;
  width: 15px;
  height: 15px;
  background-image: url('../img/svg/phone.svg');
  -webkit-background-size: contain;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}
.header-wrapper-right .myphone span a:hover {
  color: #f7761f;
}

.header-wrapper-right .myphone > a {
  font-size: 16px;
  font-weight: 400;
  text-decoration: underline;
  color: #000000;
  line-height: 1.2em;
}
.header-wrapper-right .myphone > a:hover {
  color: #f7761f;
}

#main_new {
  margin-top: 79px;
}
#main_new figure {
  margin-left: auto;
  margin-right: auto;
  display: block;
  max-width: 2000px;
}
#main {
  padding-top: 110px;
  background-size: 2000px;
  background-repeat: no-repeat;
  background-position: center 70%;
  background-image: url('../img/bg.jpg');
  min-height: 700px;
  position: relative;
}
#main p {
  margin-top: 40px;
  font-size: 30px;
  letter-spacing: 0.3px;
  font-weight: 700;
  text-transform: uppercase;
}
.main__disclaimer {
  position: absolute;
  color: rgba(255, 255, 255, 0.4);
  text-transform: uppercase;
  bottom: 20px;
  right: 20px;
  font-size: 20px;
}
.accent {
  color: #f7761f;
}
h1 {
  font-size: 48px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.48px;
  color: #fff;
  text-align: center;
  text-shadow: 1px 10px 10px #000;
}
h1 b {
  color: #f7761f;
}
#cars {
  margin-top: 60px;
}

.discount_text {
  position: absolute;
  right: 0;
  top: 0;
  background-color: #efefef;
  color: #333;
  border-radius: 5px;
  padding: 8px;
  font-size: 16px;
}
.discount_text b {
  color: red;
}

.credit_sale {
  position: absolute;
  right: 0;
  top: 0;
  background-color: red;
  color: #fff;
  border-radius: 5px;
  padding: 8px;
  font-size: 16px;
  cursor: pointer;
}
.credit_sale > p {
  position: absolute;
  top: 100%;
  left: 0;
  background-color: #efefef;
  display: block;
  width: 100%;
  color: #000;
  line-height: 1.4;
  font-size: 14px;
  padding: 10px;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s ease;
}
.credit_sale:hover > p {
  opacity: 1;
  visibility: visible;
}
.cars-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cars-list > li {
  list-style-type: none;
  position: relative;
  margin-bottom: 80px;
}
.cars-list > li .car-title {
  margin-bottom: 25px;
}
.cars-list > li .car-title p.car-name {
  font-size: 30px;
  font-weight: 700;
  line-height: 1.2em;
  text-transform: uppercase;
  letter-spacing: 0.21px;
}
.cars-list > li .car-image {
  max-width: 450px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.cars-list > li .car-image img {
  width: 100%;
  display: block;
  height: auto;
}
.cars-list > li .car-credit {
  position: absolute;
  left: 0;
  top: 67px;
  background-image: url('../img/flag.png');
  -webkit-background-size: contain;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  padding: 13px 15px 68px 20px;
}
.cars-list > li .car-credit span {
  font-size: 16px;
  font-weight: 300;
  letter-spacing: 0.16px;
}
.cars-list ul.benefits {
  margin-top: 40px;
  list-style-type: initial;
  list-style-position: inside;
}
.cars-list ul.benefits li {
  font-size: 18px;
  font-weight: 300;
  line-height: 1.2em;
  letter-spacing: 0.22px;
  line-height: 1.2em;
  margin-bottom: 10px;
}
.cars-list ul.benefits li b {
  background-color: #f7761f;
  padding: 0 5px;
}

.cars-list-bottom {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 40px;
}
.cars-list-bottom .cars-info {
  margin-right: 44px;
}
.cars-list-bottom .cars-info-item {
  padding-left: 70px;
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 0.14px;
  line-height: 1.2em;
  position: relative;
}
.cars-list-bottom .cars-info-item:first-child {
  margin-bottom: 30px;
}
.cars-list-bottom .cars-info-item b {
  font-size: 22px;
  letter-spacing: 0.22px;
  line-height: 1.2em;
}
.cars-list-bottom .buttons a {
  display: block;
}
.cars-list-bottom .buttons a:first-child {
  margin-bottom: 27px;
}

.power-icon:before {
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  width: 41px;
  height: 46px;
  background-image: url('../img/svg/engine.svg');
  -webkit-background-size: contain;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}

.engine-icon:before {
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  width: 47px;
  height: 47px;
  background-image: url('../img/svg/fuel.svg');
  -webkit-background-size: contain;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}

#credit {
  margin-top: 50px;
}
#credit h2 {
  font-size: 36px;
  text-align: center;
  font-weight: 700;
  letter-spacing: 0.36px;
  margin-bottom: 40px;
}
#credit h2 span {
  text-transform: uppercase;
}
#credit h2 sup {
  color: #f7761f;
}
#credit h2 b {
  color: #f7761f;
}
#credit p {
  text-align: center;
  font-size: 24px;
  font-weight: 300;
  letter-spacing: 0.24px;
  line-height: 1.2em;
}
#credit p b {
  text-transform: uppercase;
}
#credit p span a {
  font-weight: bold;
  color: #333;
}
#credit form {
  margin-top: 40px;
  display: block;
}
#credit form .form-elements {
  max-width: 530px;
  width: 100%;
  margin: 0 auto;
}

form .form-elements {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
form .form-elements .input-block {
  width: 226px;
  margin: 0;
  height: 46px;
  position: relative;
}
form .form-elements .input-block input {
  border: 0;
  border-bottom: 1px solid #f7761f;
  color: #999999;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.2em;
  letter-spacing: 0.16px;
  padding-left: 15px;
}

form .form-footer {
  color: #999999;
  font-size: 12px !important;
  font-weight: 400;
  letter-spacing: 0.12px;
  margin-top: 25px;
}
form .form-footer a {
  color: #999;
  font-size: 12px;
}

.credit-bg {
  margin-top: 20px;
}

#compl-list h2 {
  font-size: 36px;
  font-weight: 700;
  letter-spacing: 0.36px;
  line-height: 1.2em;
}
#compl-list h2 .container > p {
  font-size: 24px;
  text-transform: uppercase;
  letter-spacing: 0.24px;
  line-height: 1.2em;
  margin-top: 15px;
}

#compl-list .copl-list-item {
  margin-top: 106px;
  list-style-type: none;
}
#compl-list .copl-list-item li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: 1px solid #ccc;
  padding-bottom: 26px;
  margin-bottom: 60px;
}
#compl-list .copl-list-item li .compl-car-name {
  text-align: right;
  font-size: 30px;
  font-weight: 700;
  letter-spacing: 0.3px;
}
#compl-list .copl-list-item li .car-image {
  max-width: 630px;
  width: 100%;
  margin-top: 10px;
}
#compl-list .copl-list-item li .car-image img {
  display: block;
  width: 100%;
  height: auto;
}
#compl-list .copl-list-item li .compl-info {
  width: 375px;
  margin-left: 50px;
}
#compl-list .copl-list-item li .compl-info .btn {
  width: 100%;
  margin-bottom: 18px;
}
#compl-list .copl-list-item li .compl-info .btn.btn-black {
  margin-bottom: 0;
}
#compl-list .copl-list-item li .compl-info p.title {
  font-size: 18px;
  letter-spacing: 0.18px;
  text-transform: uppercase;
  line-height: 1.2em;
  margin-bottom: 20px;
}
#compl-list .copl-list-item li .compl-info select {
  margin-bottom: 20px;
  display: block;
  width: 100%;
  height: 45px;
  border: 0;
  outline: none;
  border-bottom: 1px solid #999;
  color: #999;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}
#compl-list .copl-list-item li .compl-info select:disabled {
  opacity: 0.5;
}

#map {
  height: 457px;
  width: 100%;
}

#contacts .container {
  position: relative;
}

.map-info {
  position: absolute;
  right: 0;
  z-index: 1;
  top: 40px;
  background-color: #fff;
  padding: 48px 60px;
  text-align: center;
  -webkit-box-shadow: -1px 0 38px rgba(0, 0, 0, 0.03);
  box-shadow: -1px 0 38px rgba(0, 0, 0, 0.03);
}
.map-info:after {
  content: '';
  position: absolute;
  top: 0;
  right: 13px;
  width: 7px;
  height: 100%;
  background-color: #f7761f;
}
.map-info .logotype {
  margin-bottom: 40px;
}
.map-info .logotype-name span {
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0.24px;
  line-height: 1.2em;
}
.map-info .logotipe-official span {
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 0.14px;
}
.map-info .contact-info {
  margin-bottom: 24px;
}
.map-info .contact-info span,
.map-info .work-time span {
  font-size: 18px;
  font-weight: 300;
  letter-spacing: 0.18px;
  line-height: 1.2em;
}
.map-info .work-time {
  margin-bottom: 10px;
}
.map-info .contact-phone span a {
  color: #000;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.18px;
  line-height: 1.2em;
}
.map-info .contact-phone {
  margin-bottom: 20px;
}

#footer {
  padding-top: 35px;
  padding-bottom: 15px;
}

.wrapper-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.coptright {
  position: relative;
  padding-right: 14px;
  min-width: 194px;
}
.coptright span {
  font-size: 12px;
  line-height: 1.2em;
  font-weight: 400;
  letter-spacing: 0.12px;
}
.coptright:after {
  content: '';
  width: 2px;
  height: 34px;
  top: 0;
  right: 0;
  background-color: #f7761f;
  position: absolute;
}

.footer-info {
  width: 100%;
  margin: 0 20px;
}
.footer-info p {
  font-size: 12px;
  font-weight: 300;
  letter-spacing: 0.12px;
  line-height: 1.2em;
}
.footer-info p:first-child {
  margin-bottom: 15px;
}
.footer-info p a {
  color: #333;
  text-decoration: underline;
}

.tandem {
  min-width: 103px;
}
.tandem span {
  font-size: 12px;
  font-weight: 300;
  line-height: 1.2em;
  letter-spacing: 0.12px;
}
.tandem span b {
  text-transform: uppercase;
  display: block;
}

.toggleBlock {
  font-size: 12px;
  text-align: justify;
  line-height: 1.2em;
  padding-bottom: 20px;
}

/*==========  Desktop First  ==========*/
/* Large Devices, Wide Screens */
@media only screen and (max-width: 1400px) {
  /**/
}

/* Medium Devices, Desktops */
@media only screen and (max-width: 1200px) {
  /**/
  .ios {
    overflow-scrolling: touch !important;
    overflow: auto !important;
    height: 100% !important;
  }
  h1 {
    font-size: 36px;
  }
  #main p {
    font-size: 24px;
  }
  #main {
    background-size: cover;
    min-height: 600px;
  }
  .cars-list {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .credit-bg img {
    width: 100%;
  }
}

/* Small Devices, Tablets */
@media only screen and (max-width: 1024px) {
  /**/
}

/* Small Devices, Tablets */
@media only screen and (max-width: 996px) {
  /**/
  .logo-diler p {
    display: none;
  }
  .header-wrapper-right {
    justify-content: flex-end;
  }
  .logo-wrap {
    display: none;
  }
  .header-wrapper-right {
    width: 100%;
  }
  #popup .body .content .form-elements .input-block {
    width: 100%;
  }
  #main {
    padding-top: 110px;
  }
  #main p {
    font-size: 18px;
    line-height: 1.2em;
  }
  h1 {
    font-size: 24px;
  }
  #compl-list .copl-list-item li {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #compl-list .copl-list-item li .car-image {
    max-width: 100%;
    margin-top: 25px;
  }
  #compl-list .copl-list-item li > div {
    width: 100%;
  }
  #compl-list .copl-list-item li .compl-car-name {
    text-align: left;
  }
  #compl-list .copl-list-item li .compl-info {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    margin-top: 25px;
    margin-left: 0;
    width: 100%;
  }
  #compl-list .copl-list-item li .compl-info p.title {
    display: none;
  }
  #compl-list .copl-list-item li .compl-info select {
    width: 275px;
  }
  #compl-list .copl-list-item li .compl-info .btn {
    max-width: 400px;
  }
  .footer-info {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    margin: 0;
    margin-top: 15px;
  }
  .wrapper-flex {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

/* Extra Small Devices, Phones */
@media only screen and (max-width: 760px) {
  /**/
  .main__disclaimer {
    font-size: 10px;
    bottom: 5px;
    line-height: 1;
    left: 0;
    width: 100vw;
    text-align: center;
  }
  .discount_text {
    position: relative;
    margin: 10px 0;
    z-index: 3;
    display: inline-block;
  }
  .credit_sale {
    position: relative;
    margin-bottom: 10px;
    z-index: 3;
  }
  .btn {
    font-size: 14px;
  }
.not_logged_in .sidebar__menu-item--active .sidebar__menu-btn:after {
  background-image: none;
}
  #main {
    -webkit-background-size: 550px;
    background-size: 550px;
    background-position: center 110px;
    padding-top: 120px;
    min-height: auto;
    padding-bottom: 150px;
  }

  #main_new img {
    -webkit-transform: scale(1.4);
    -moz-transform: scale(1.4);
    -ms-transform: scale(1.4);
    -o-transform: scale(1.4);
    transform: scale(1.4);
  }
  body {
    -webkit-background-size: 1242px 1242px;
    background-size: 1242px;
  }
  #cars {
    margin-top: 54px;
  }
  .cars-list {
    max-width: 320px;
    width: 100%;
  }
  .cars-list > li .car-title p.car-name {
    font-size: 24px;
  }
  .cars-list > li {
    width: 100%;
  }
  .cars-list > li .car-credit {
    top: -62px;
    left: 30px;
    z-index: -1;
  }
  .cars-list > li .car-image {
    position: relative;
    z-index: 2;
    margin-top: 60px;
  }
  .cars-list ul.benefits {
    margin-top: 25px;
  }
  .cars-list ul.benefits li {
    font-size: 16px;
  }
  .cars-list-bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .cars-list-bottom .cars-info {
    margin: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
  .cars-list-bottom .cars-info-item {
    font-size: 11px;
    padding-left: 57px;
  }
  .cars-list-bottom .cars-info-item b {
    font-size: 18px;
  }
  .power-icon:before {
    width: 35px;
    height: 38px;
  }
  .engine-icon:before {
    width: 39px;
    height: 39px;
  }
  #credit h2 {
    font-size: 20px;
  }
  #credit p {
    font-size: 18px;
  }
  #credit p br {
    display: none;
  }
  #credit form .form-elements {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  form .form-elements .input-block {
    margin-bottom: 15px;
  }
  #compl-list h2 {
    font-size: 24px;
  }
  #compl-list .copl-list-item li .compl-car-name {
    font-size: 24px;
    line-height: 1.2em;
  }
  #compl-list .copl-list-item {
    margin-top: 44px;
  }
  .map-info {
    top: 240px;
    max-width: 100%;
    padding: 50px 20px;
    width: 90%;
    right: 5%;
  }
  #map {
    margin-bottom: 211px;
  }
  .map-info .contact-info span,
  .map-info .work-time span {
    font-size: 16px;
  }
  .coptright {
    min-width: 178px;
  }
  .footer-info p span {
    display: none;
  }
  .logo-diler {
    display: none;
  }
  .header-wrapper-right .myphone > a {
    display: none;
  }
  .header-wrapper-right .myphone br {
    display: none;
  }
  .header-wrapper-right .myphone span a {
    font-size: 16px;
  }
  #header .logos {
    width: 102px;
  }
  .header-wrapper-right .myphone {
    margin-right: 20px;
  }
  h1 {
    font-size: 18px;
  }
  #popup .body .content form {
    padding: 30px;
  }
  .header-wrapper-right {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
  }
  .footer-info p a {
    display: block;
  }
}

/*==========  Mobile First  ==========*/
/* Custom, iPhone Retina */
@media only screen and (min-width: 320px) {
  /**/
}

/* Extra Small Devices, Phones */
@media only screen and (min-width: 480px) {
  /**/
}

/* Small Devices, Tablets */
@media only screen and (min-width: 768px) {
  /**/
}

/* Medium Devices, Desktops */
@media only screen and (min-width: 992px) {
  /**/
}

/* Large Devices, Wide Screens */
@media only screen and (min-width: 1200px) {
  /**/
}

.logo-wrap {
  padding-left: 210px;
  position: relative;
}

.logo-new {
  display: block;
  width: 200px;
  height: 53px;
  background: transparent url(../img/lada-logotop.jpg) left center no-repeat;
  background-size: contain;
  -moz-background-size: contain;
  -webkit-background-size: contain;
  position: absolute;
  left: 0;
  top: -15px;
}
.slogan {
  line-height: 1.3;
  font-size: 16px;
}
.slogan strong {
  font-size: 21px;
}

.wrap_count {
  padding: 25px 0;
}

.wrap_count > p {
  color: #333;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.16px;
  margin-bottom: 15px;
}

#main .counter {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-width: 420px;
  max-width: 420px;
  /*margin: 0 auto;*/
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

#main .counter .cell {
  color: #333;
  text-align: center;
  width: 90px;
  height: 90px;
  border: 5px solid #999;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  position: relative;
}

#main .counter .cell p {
  color: #333;
  font-family: 'audi_head', sans-serif;
  font-size: 30px;
  font-weight: 700;
  letter-spacing: 0.3px;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  margin-top: 0;
}

#main .counter .cell p .sub {
  font-size: 14px;
  display: block;
  line-height: 1.2em;
  color: #333;
  font-family: 'audi', sans-serif;
  font-weight: normal;
  margin-top: 5px;
}

#main .counter .cell canvas {
  position: absolute;
  top: -5px;
  left: -5px;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  width: 90px;
  height: 90px;
}

/* Custom, iPhone Retina */
@media only screen and (max-width: 480px) {
  #main .counter {
    flex-wrap: wrap;
    width: 100%;
    max-width: 290px;
    min-width: auto;
    justify-content: flex-start;
  }
  #main .counter .cell {
    margin: 5px;
  }
  /**/
}
