@font-face {
  font-family: 'PF DinDisplay Pro';
  src: url('../fonts/PFDinDisplayPro-Light.woff2') format('woff2'),
    url('../fonts/PFDinDisplayPro-Light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'PF DinDisplay Pro';
  src: url('../fonts/PFDinDisplayPro-Regular.woff2') format('woff2'),
    url('../fonts/PFDinDisplayPro-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'PF DinDisplay Pro';
  src: url('../fonts/PFDinDisplayPro-Bold.woff2') format('woff2'),
    url('../fonts/PFDinDisplayPro-Bold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'PF DinDisplay Pro';
  src: url('../fonts/PFDinDisplayPro-Black.woff2') format('woff2'),
    url('../fonts/PFDinDisplayPro-Black.woff') format('woff');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

*::-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: #b91b23;
}

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

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

*::selection {
  color: #b91b23;
  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: 'PF DinDisplay Pro', 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: 'PF DinDisplay Pro', 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: #b91b23;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  outline-width: 0;
}

[v-cloak] {
  display: none;
}

.redput {
  color: #b91b23;
  border-color: #b91b23;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.redput::-webkit-input-placeholder {
  color: #b91b23 !important;
}
.redput:-moz-placeholder {
  color: #b91b23 !important;
}
.redput::-moz-placeholder {
  color: #b91b23 !important;
}
.redput:-ms-input-placeholder {
  color: #b91b23 !important;
}
.btn {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #000;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center center;
  padding: 0 40px;
  color: #fff;
  font-size: 16px;
  line-height: 1em;
  text-align: center;
  text-decoration: none;
  -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);
  margin: 0 auto;
  max-width: 270px;
  width: 100%;
  min-height: 48px;
  text-decoration: none;
}

.btn:hover,
.btn:focus {
  cursor: pointer;
  text-decoration: none;
  background-color: #333;
  color: #fff;
}

.btn.btn-light {
  background-color: #fff;
  border: 1px solid #000;
  color: #000;
}

.btn .text {
  position: relative;
  z-index: 1;
}

.btn .progress {
  position: absolute;
  height: 100%;
  width: 0;
  background-color: #8d1120;
  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: 'PF DinDisplay Pro', 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: #b91b23 !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%;
  z-index: 10;
}
#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: 'PF DinDisplay Pro', 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: #b91b23;
  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: #b91b23;
  -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: #b91b23;
  cursor: pointer;
}
.load-complete.wrong:before {
  content: '';
  display: block;
  height: 2px;
  width: 8px;
  background: #b91b23;
  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: #b91b23;
  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: #b91b23;
}

.burger {
  display: none !important;
}

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

.header__adress {
  font-size: 14px;
  padding-left: 20px;
}

.logo-model {
  display: flex;
}
.logo-text {
  line-height: 1.4;
  white-space: nowrap;
}
.logo-model a {
  display: block;
  width: 180px;
  margin-right: 15px;
}
.logo-diler {
  width: 166px;
  margin-left: 20px;
}

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

.header-wrapper-right .myphone span a {
  color: #000;
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1.2em;
  position: relative;
}

.header-wrapper-right .myphone span a:hover {
  color: #b91b23;
  text-decoration: none;
}

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

#main {
  padding-top: 95px;
  padding-bottom: 400px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
  background-image: url('../img/backgraund.jpg');
  min-height: 700px;
}
#main p {
  margin-top: 40px;
  font-size: 30px;
  letter-spacing: 0.3px;
  font-weight: 700;
  text-transform: uppercase;
}

#main {
  text-align: center;
}

h1 {
  font-size: 42px;
  font-weight: 900;
  text-transform: uppercase;
  color: #000;
  text-align: center;
  line-height: 1;
  display: inline-block;
  /* background-color: #fafafa; */
  /* background-color: rgba(0, 0, 0, 0.3); */
  padding: 10px;
  /* border-radius: 15px; */
}

#cars {
  margin-top: 60px;
}

.cars_list {
  list-style-type: none;
  display: flex;
  flex-direction: column;
}

.cars_list-item {
  display: flex;
  justify-content: space-between;
  margin-bottom: 80px;
  align-items: center;
}

.car_image {
  max-width: 450px;
  width: 100%;
}

.car_image .car_price {
  display: none;
}

.car_image figcaption {
  font-weight: 900;
  text-transform: uppercase;
  font-size: 34px;
  margin-bottom: 40px;
  position: relative;
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  line-height: 1.2;
  flex-direction: column;
  justify-content: flex-start;
}
.car_image figcaption::after {
  content: 'Количество авто ограничено!';
  /* margin-left: 10px; */
  display: block;
  background-color: #a51828;
  color: #fff;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.4;
  padding: 2px 5px;
  border-radius: 2px;
}

.car_benefits {
  list-style-type: none;
  padding: 0px 20px;
}

.car_benefits li {
  margin-bottom: 15px;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.1;
  margin-bottom: 15px;
}

.car_benefits li b {
  color: #b91b23;
}

.car_buttons {
  max-width: 290px;
  width: 100%;
}

.car_buttons .btn {
  width: 100%;
  margin-bottom: 10px;
  line-height: 1.4;
  text-transform: uppercase;
  margin-left: 0;
  margin-right: 0;
}

.ico-credit {
  padding-left: 47px;
  background-size: 32px;
  background-image: url('../img/credit.svg');
  background-repeat: no-repeat;
  background-position: center left;
  display: flex;
  align-items: center;
}

.ico-safety {
  padding-left: 47px;
  background-size: 30px;
  background-image: url('../img/safety.svg');
  background-repeat: no-repeat;
  background-position: center left;
  display: flex;
  align-items: center;
  min-height: 30px;
}
.ico-bonus {
  padding-left: 47px;
  background-size: 32px;
  background-image: url('../img/bonus.svg');
  background-repeat: no-repeat;
  background-position: center left;
  display: flex;
  align-items: center;
  min-height: 32px;
}
.ico-gift {
  padding-left: 47px;
  background-size: 32px;
  background-image: url('../img/gift.svg');
  background-repeat: no-repeat;
  background-position: center left;
  display: flex;
  align-items: center;
  min-height: 32px;
}

.car_price b {
  font-size: 22px;
  font-weight: 700;
  color: #111;
}

.car_price {
  color: #b91b23;
  font-size: 22px;
  font-weight: 900;
  line-height: 1.2;
  margin-bottom: 15px;
}

#credit {
  margin: 50px 0;
}
#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: #b91b23;
}
#credit h2 b {
  color: #b91b23;
}
#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 #b91b23;
  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: 900;
  text-transform: uppercase;
}
#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: 1px solid #999;
  color: #999;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
  padding: 0px 20px;
}
#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 111px;
  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: #000;
}
.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: #b91b23;
  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: 100px;
}
.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;
  }
  .car_image {
    max-width: 355px;
  }
  #main {
    min-height: 500px;
    padding-bottom: 50px;
  }
  .wrap_count {
    margin-top: 250px;
  }
}

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

/* Small Devices, Tablets */
@media only screen and (max-width: 996px) {
  /**/
  #main {
    min-height: 400px;
    padding-bottom: 50px;
  }
  .header-wrapper-right {
    width: 100%;
  }
  #popup .body .content .form-elements .input-block {
    width: 100%;
  }
  #main {
    padding-top: 95px;
  }
  #main p {
    font-size: 18px;
    line-height: 1.2em;
  }
  #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;
  }

  .cars_list-item {
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
  .car_benefits {
    padding: 0;
  }
  .car_image {
    margin-bottom: 20px;
  }
  h1 {
    font-size: 24px;
  }
  .header__adress {
    display: none;
  }
  .header-wrapper-right .myphone {
    margin-left: auto;
  }
  .header-wrapper-right {
    width: auto;
  }
}

/* Extra Small Devices, Phones */
@media only screen and (max-width: 760px) {
  /**/
  .car_buttons .car_price {
    display: none;
  }
  .car_image .car_price {
    display: block;
  }
  #main {
    padding-bottom: 20px;
    margin-bottom: 0;
    padding-top: 230px;
  }
  .wrap_count {
    margin-top: 0;
  }
  h1 {
    color: #333;
  }
  #main .btn {
    margin-top: 20px;
  }
  .discount_text {
    position: relative;
    margin: 10px 0;
    z-index: 3;
    display: inline-block;
  }
  .credit_sale {
    position: relative;
    margin-bottom: 10px;
    z-index: 3;
  }
  #main {
    -webkit-background-size: 345px;
    background-size: 345px;
    background-position: center 50px;
    min-height: auto;
  }

  #cars {
    margin-top: 20px;
  }

  #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: 0;
  }
  h1 {
    font-size: 24px;
  }
  #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;
  }
  .header__adress {
    display: none;
  }
  .logo-text {
    display: none;
  }
  .logo-model a {
    width: 120px;
  }
  .car_buttons .btn {
    margin-left: auto;
    margin-right: auto;
  }
}

/*==========  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: 240px;
  position: relative;
}
.logo-new {
  display: block;
  width: 200px;
  height: 53px;
  background: transparent url(../img/logo-new.png) 0 0 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: 15px 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;
  margin-left: auto;
  margin-right: auto;
}

#main .counter .cell {
  color: #000;
  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: #000;
  font-family: 'PF DinDisplay Pro', 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: #000;
  font-family: 'PF DinDisplay Pro', 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;
}
@media only screen and (max-width: 760px) {
  #main .counter .cell p {
    color: #333;
  }
  #main .counter .cell p .sub {
    color: #333;
  }
}

/* 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: center;
  }
  #main .counter .cell {
    margin: 5px;
  }
  /**/
}
