@font-face {
  font-display: swap;
  font-family: "mazda";
  font-weight: 700;
  font-style: normal;
  src: url("../fonts/MazdaTypeCyrillic-Bold.woff2");
  src:
    url("../fonts/MazdaTypeCyrillic-Bold.woff2") format("woff2"),
    url("../fonts/MazdaTypeCyrillic-Bold.woff") format("woff");
}

@font-face {
  font-display: swap;
  font-family: "mazda";
  font-weight: 400;
  font-style: normal;
  src: url("../fonts/MazdaTypeCyrillic.woff2");
  src:
    url("../fonts/MazdaTypeCyrillic.woff2") format("woff2"),
    url("../fonts/MazdaTypeCyrillic.woff") format("woff");
}

@font-face {
  font-display: swap;
  font-family: "mazda";
  font-weight: 400;
  font-style: italic;
  src: url("../fonts/MazdaTypeCyrillic-Italic.woff2");
  src:
    url("../fonts/MazdaTypeCyrillic-Italic.woff2") format("woff2"),
    url("../fonts/MazdaTypeCyrillic-Italic.woff") format("woff");
}

@font-face {
  font-display: swap;
  font-family: "mazda";
  font-weight: 500;
  font-style: normal;
  src: url("../fonts/MazdaTypeCyrillic-Medium.woff2");
  src:
    url("../fonts/MazdaTypeCyrillic-Medium.woff2") format("woff2"),
    url("../fonts/MazdaTypeCyrillic-Medium.woff") format("woff");
}

@font-face {
  font-display: swap;
  font-family: "mazda";
  font-weight: 500;
  font-style: italic;
  src: url("../fonts/MazdaTypeCyrillic-MediumItalic.woff2");
  src:
    url("../fonts/MazdaTypeCyrillic-MediumItalic.woff2") format("woff2"),
    url("../fonts/MazdaTypeCyrillic-MediumItalic.woff") format("woff");
}

*::-webkit-input-placeholder {
  color: rgba(25, 25, 25, 0.6);
  opacity: 1;
}

*:-moz-placeholder {
  color: rgba(25, 25, 25, 0.6);
  opacity: 1;
}

*::-moz-placeholder {
  color: rgba(25, 25, 25, 0.6);
  opacity: 1;
}

*:-ms-input-placeholder {
  color: rgba(25, 25, 25, 0.6);
  opacity: 1;
}

*::-ms-clear {
  display: none;
}

*::-webkit-scrollbar {
  width: 8px;
}

*::-webkit-scrollbar-track {
  background: #191919;
}

*::-webkit-scrollbar-thumb {
  background: #910a2d;
}

* {
  scrollbar-base-color: #ddd;
  scrollbar-face-color: #910a2d;
  scrollbar-3dlight-color: transparent;
  scrollbar-highlight-color: transparent;
  scrollbar-track-color: transparent;
  scrollbar-arrow-color: #910a2d;
  scrollbar-shadow-color: transparent;
  scrollbar-dark-shadow-color: transparent;
}

*::-moz-selection {
  color: #910a2d;
  background: #191919;
}

*::selection {
  color: #910a2d;
  background: #191919;
}

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: 19px;
  font-family: "mazda", sans-serif;
  overflow-x: hidden;
  opacity: 1;
  color: #191919;
}

.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: "mazda", 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: #910a2d;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  outline-width: 0;
}

[v-cloak] {
  display: none;
}

.redput {
  color: #910a2d;
  border-color: #910a2d;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.redput::-webkit-input-placeholder {
  color: #910a2d !important;
}

.redput:-moz-placeholder {
  color: #910a2d !important;
}

.redput::-moz-placeholder {
  color: #910a2d !important;
}

.redput:-ms-input-placeholder {
  color: #910a2d !important;
}

.btn {
  position: relative;
  display: inline-block;
  background-color: #910a2d;
  color: white;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: bold;
  border-radius: 3px;
  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 25px;
  min-width: 200px;
  min-height: 45px;
}

.btn:hover {
  color: #fff;
  background-color: #191919;
}

.btn.dark-btn {
  background-color: #910a2d;
  color: #fff;
}

.btn.dark-btn:hover {
  background-color: #191919;
}

.btn.accent-btn {
  color: #fff;
  background-color: #910a2d;
}

.btn.accent-btn:hover {
  color: #fff;
  background-color: #660a22;
}

.btn .text {
  position: relative;
  z-index: 1;
}

.btn .progress {
  position: absolute;
  height: 100%;
  width: 0;
  background-color: #910a2d;
  left: 0;
  top: 0;
  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;
  max-width: 1800px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.input-block {
  width: 227px;
  height: 45px;
  position: relative;
  margin: 0 auto;
}

.input {
  display: block;
  text-align: left;
  font-family: "mazda", sans-serif;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  line-height: 1em;
  border: none;
  border: 1px solid #d9d9d9;
  padding-left: 15px;
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
  background-color: #ffffff;
  color: #191919;
  font-size: 12px;
  border-radius: 3px;
  -webkit-transition: 0.2s ease;
  -o-transition: 0.2s ease;
  transition: 0.2s ease;
}

.input:hover,
.input:focus {
  border: 1px solid #b3b3b3;
}

.wrong + .input {
  border: 1px solid #910a2d;
}

.phone {
  white-space: nowrap;
}

button {
  display: block !important;
}

.red {
  color: #910a2d !important;
}

#popup {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100vw;
  height: 100vh;
  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: calc(50% - 160px);
}

#popup p.registrtop {
  padding-top: 50px;
  color: #155ca7;
}

#popup img.registr {
  position: absolute;
  top: -120px;
  left: calc(50% - 220px);
  width: 440px;
}

#popup .body {
  max-width: 575px;
  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;
  border-radius: 50%;
}

#popup .body .close:before {
  content: "";
  display: block;
  position: absolute;
  width: 40%;
  height: 2px;
  background: #b3b3b3;
  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: #b3b3b3;
  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;
  padding: 30px;
}

#popup .body .content p {
  line-height: 1.2em;
}

#popup .body .content form {
  text-align: center;
  max-width: 330px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

#popup .body .content form .btn {
  width: 100%;
}

#popup .body .content form > p {
  font-family: "mazda", sans-serif;
  font-size: 24px;
  line-height: 1.2em;
  margin-bottom: 24px;
  text-transform: uppercase;
  font-weight: bold;
}

#popup .body .content form p.green {
  font-size: 18px;
  padding-top: 10px;
  line-height: 1.2em;
  font-weight: 400;
  color: #910a2d;
  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 .input-block {
  margin-bottom: 10px;
  width: 100%;
}

#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: #dcdcdd;
}

#popup .body p.form_disclamer a {
  color: #dcdcdd;
  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: #910a2d;
  -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;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  position: absolute;
  right: 10px;
  bottom: 12px;
  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 {
  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: #910a2d;
  cursor: pointer;
}

.load-complete.wrong:before {
  content: "";
  display: block;
  height: 2px;
  width: 8px;
  background: #910a2d;
  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: #910a2d;
  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%;
  }
}

.btngreen {
  background-color: #155ca7;
}

.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: #910a2d;
}

#header .burger {
  display: none;
}

#header {
  padding: 15px 0;
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  background-color: #fff;
  z-index: 10;
}

.header__logo-text {
  margin-left: 20px;
  padding-left: 20px;
  border-left: 1px solid #cecece;
}

.header__mark {
  width: 76px;
  height: 70px;
  cursor: pointer;
}

.header__wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 1830px;
  padding: 0px 15px;
  width: 100%;
  margin: 0 auto;
}

.header__diler {
  max-width: 190px;
  display: block;
  height: auto;
  /* height: 33px; */
  margin-left: 20px;
}

.header__nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  list-style-type: none;
  margin-left: auto;
}

.header__nav li:not(:last-child) {
  margin-right: 55px;
}

.header__nav li a {
  color: #191919;
  text-decoration: none !important;
  position: relative;
  overflow: hidden;
  padding: 5px 0;
  display: block;
}

.header__nav li a:after {
  content: "";
  position: absolute;
  bottom: 0px;
  width: 100%;
  height: 1px;
  background-color: #910a2d;
  left: 0;
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}

.header__nav li a:hover:after {
  -webkit-transform: translateX(0%);
  -ms-transform: translateX(0%);
  transform: translateX(0%);
}

.header__contacts {
  text-align: right;
  margin-left: 20px;
}

.header__contacts .btn {
  margin-top: 8px;
}

.header__contacts .phone a {
  font-size: 22px;
  font-weight: bold;
  color: #191919;
}

.header__contacts-link {
  color: #910a2d;
  text-decoration: underline;
  display: block;
}

.header__contacts-link:hover {
  color: #191919;
}

.header__promo {
  background-color: #910a2d;
  color: #fff;
  text-align: center;
  margin-top: 5px;
  cursor: pointer;
  padding: 5px;
}

#main {
  position: relative;
  margin-top: 104px;
  margin-bottom: 145px;
}

.fixed__container {
  position: fixed;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
}

.fixed__button {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #910a2d;
  padding: 10px;
  cursor: pointer;
  outline: none;
  border: none;
  box-shadow: 0 0 0 0 rgba(145, 10, 45, 0.7);
  animation: pulse 1.5s infinite;
}

.fixed__button svg {
  display: block;
  width: 100%;
  height: auto;
}

@keyframes pulse {
  0% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(145, 10, 45, 0.7);
  }

  70% {
    transform: scale(1);
    box-shadow: 0 0 0 10px rgba(145, 10, 45, 0);
  }

  100% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(145, 10, 45, 0);
  }
}

.main__bg {
  display: block;
  width: 100%;
  height: auto;
}

.main__content {
  position: absolute;
  left: 0;
  top: 17px;
  text-align: center;
  color: #fff;
  width: 100%;
}

h3 {
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
  text-transform: uppercase;
  margin-bottom: 10px;
}

h1 {
  font-size: 40px;
  line-height: 1.4;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 40px;
}
.wave {
  position: relative;
  overflow: hidden;
  display: block;
}
.wave::before {
  content: "";
  position: absolute;
  top: 0;
  height: 100%;
  width: 45px;
  transform: skewX(-45deg);
  animation: flareAnimation;
  left: -150%;
  background: linear-gradient(
    90deg,
    rgba(255, 255, 255, 0.1),
    rgba(255, 255, 255, 0.4)
  );
  animation: flareAnimation 3s infinite linear;
  overflow: hidden;
}

.shine {
  padding: 0 500px;
  margin: 0 -500px 10px;
  color: #fff;
  background: linear-gradient(to right, #000 0, #fff 10%, #000 20%);
  background-position: 0;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: shine 5s infinite linear;
  animation-fill-mode: forwards;
  -webkit-text-size-adjust: none;
}

@keyframes shine {
  0% {
    background-position: 0px;
  }
  60% {
    background-position: 1592px;
  }
  100% {
    background-position: 1592px;
  }
}

.svg_list {
  display: none;
}

.main__benefits {
  position: absolute;
  bottom: 0;
  width: 100%;
  left: 0;
  -webkit-transform: translateY(50%);
  -ms-transform: translateY(50%);
  transform: translateY(50%);
}

.main__benefits-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background-color: #191919;
  padding: 40px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
}

.main__benefits-list li {
  list-style-type: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.main__benefits-list li p {
  margin-left: 25px;
}

h2 {
  text-align: center;
  font-size: 40px;
  font-weight: bold;
  line-height: 48px;
}

.cars__list {
  margin-top: 90px;
}

.car__icons {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
  font-size: 22px;
  line-height: 1.2;
}

.car__icons img {
  display: block;
  width: 30px;
  height: auto;
  margin-right: 15px;
}

.car {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 40px;
  flex-direction: row-reverse;
}

.car:nth-child(odd) .car__slider {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
  -ms-flex-order: 2;
  order: 2;
}

.car:nth-child(odd) .car__content {
  margin-left: auto;
  margin-right: 85px;
}

.car__slider {
  width: 50%;
}

.car__slider-image {
  width: 100%;
  height: 600px;
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
}

.car__content {
  width: 50%;
  margin-left: 85px;
  max-width: 666px;
  margin-right: auto;
  position: relative;
}

.cars__wrapper {
  max-width: 1830px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 0px 15px;
  margin-top: 50px;
}

.flickity-page-dots {
  bottom: 33px;
  width: calc(100% - 74px);
  left: 37px;
  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;
}

.flickity-page-dots .dot {
  border-radius: 0px;
  opacity: 1;
  height: 11px;
  background-color: #fff;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
  width: 100%;
  margin: 0px 5px;
  display: block;
}

.flickity-page-dots .dot.is-selected {
  background-color: #910a2d;
}

.car__content-title {
  font-weight: bold;
  font-size: 60px;
  line-height: 72px;
  margin-bottom: 40px;
  position: relative;
  display: block;
}

.car__content-title .car__subtitle {
  display: flex;
  color: #000;
  font-size: 24px;
  /* opacity: 0.5; */
  line-height: 1;
}

.car__content-title:after {
  content: attr(data-name);
  font-size: 3em;
  color: #910a2d;
  opacity: 0.1;
  top: 0;
  position: absolute;
  text-transform: uppercase;
  left: 180px;
}

.car__content-notification {
  position: absolute;
  top: 46px;
  right: -75px;
  padding: 16px;
  border: 2px solid red;
  font-weight: bold;
  color: red;
  transform: rotate(45deg);
}

.car__content-benefits {
  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-bottom: 40px;
}

.car__content-benefits__item {
  padding-right: 30px;
}

.car__content-benefits__item span {
  font-size: 20px;
  line-height: 24px;
  color: #b3b3b3;
}

.car__content-benefits__item b {
  display: block;
  font-weight: bold;
  font-size: 26px;
  line-height: 31.26px;
}

.car__content-benefits-new {
  display: flex;
  justify-content: space-around;
  margin-bottom: 40px;
}

.car__content-benefits-new__list {
}

.car__content-benefits-new__item {
  list-style-type: none;
  display: flex;
  align-items: center;
  gap: 0 8px;
  margin-bottom: 8px;
  font-size: 20px;
  line-height: 24px;
}

.car__content-benefits-new__item svg {
  flex-shrink: 0;
}

.car__content-benefits-new__item_red {
  color: red;
}

.compls {
  margin-bottom: 40px;
}

.compls__select {
  width: 100%;
  display: block;
  padding: 15px;
  border: 1px solid #d9d9d9;
  border-radius: 3px;
  margin-bottom: 13px;
}

.compls__config {
  border-radius: 3px;
  background: rgba(217, 217, 217, 0.2);
  padding: 22px 35px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.compls__config-item span {
  color: #b3b3b3;
}

.compls__config-item b {
  display: block;
  font-weight: bold;
}

.car__content-btns {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px 8px;
  flex-wrap: wrap;
}

.car__content-btn {
  position: relative;
  min-width: 286px;
  margin: 0;
}

.car__content-btn-order {
  margin: 0 auto;
}

.car__content-btn::before {
  content: "";
  position: absolute;
  top: 0;
  height: 100%;
  width: 45px;
  transform: skewX(-45deg);
  animation: flareAnimation;
  left: -150%;
  background: linear-gradient(
    90deg,
    rgba(255, 255, 255, 0.1),
    rgba(255, 255, 255, 0.4)
  );
  animation: flareAnimation 3s infinite linear;
  overflow: hidden;
}

@keyframes flareAnimation {
  0% {
    left: -150%;
  }
  100% {
    left: 150%;
  }
}

h4 {
  font-size: 20px;
  line-height: 1.4;
  font-weight: bold;
  text-transform: none;
  text-align: center;
}

.credit {
  margin-top: 128px;
}

.credit__wrapper {
  margin-top: 70px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.credit__col {
  width: 50%;
}

.model {
  position: relative;
}

.model__nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  margin-bottom: 60px;
}

.model__button {
  display: block;
  cursor: pointer;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}

.model__button:hover {
  opacity: 0.5;
}

.model__name {
  font-size: 30px;
  font-weight: bold;
  line-height: 1.95em;
  margin: 0 38px;
}

.model__image {
  display: block;
  width: 100%;
  height: auto;
}

.model__id {
  color: #d9d9d9;
  opacity: 0.44;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  top: -40px;
  font-size: 140px;
  line-height: 1;
  font-weight: bold;
  z-index: -1;
  white-space: nowrap;
}

.range {
  padding-left: 53px;
}

.range__wrapper {
  margin-bottom: 100px;
}

.range__info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 11px;
}

.range__value {
  font-size: 20px;
  font-weight: bold;
}

.noUi-target {
  border-radius: 0px;
  border: 0px;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: rgba(217, 217, 217, 0.6);
  height: 5px;
}

.noUi-connects {
  border-radius: 0px;
}

.noUi-connect {
  background-color: #910a2d;
}

.noUi-handle:after,
.noUi-handle:before {
  display: none;
}

.noUi-horizontal .noUi-handle {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background-color: #910a2d;
  border: 1px solid #fff;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.noUi-marker {
  display: none;
}

.noUi-pips-horizontal .noUi-value-horizontal {
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  color: #b3b3b3;
}

.calc__form .form-elements {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.calc__form .btn {
  min-width: 227px;
}

.calc__form .input-block {
  margin: 0;
}

form label {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 19px;
}

form label span {
  margin-left: 13px;
  font-size: 12px;
  line-height: 14px;
  color: #4c4c4c;
  text-align: left;
}

.test-drive {
  background-image: url("../img/test-drive__bg.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  color: #fff;
  padding: 75px 0px 120px 0;
  margin-top: 110px;
}

.test-drive__subtitle {
  font-weight: normal;
}

.test-drive__form {
  margin-top: 75px;
}

.test-drive__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;
  max-width: 575px;
  width: 100%;
  margin: 0 auto;
}

.test-drive__form .input-block {
  width: 272px;
  margin: 0;
}

.test-drive__form .submit {
  width: 272px;
}

.test-drive__form .submit .btn {
  width: 100%;
}

select {
  width: 100%;
  height: 100%;
  border: 1px solid #d9d9d9;
  border-radius: 3px;
  padding: 15px;
  color: #191919;
  font-size: 12px;
  outline: none !important;
}

.tradein {
  margin-top: 116px;
}

.tradein .container {
  position: relative;
}

.tradein__header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: 1px solid #b3b3b3;
  padding-bottom: 40px;
  margin-bottom: 50px;
}

.tradein__intro {
  max-width: 683px;
  width: 100%;
}

.tradein__title {
  text-align: left;
}

.tradein__subtitle {
  text-align: left;
}

.tradein__btn {
  margin: 0;
  position: absolute;
  right: 230px;
  top: 15px;
}

.tradein__btn2 {
  right: 0;
}

.tradein__content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.tradein__text {
  max-width: 590px;
  width: 100%;
}

.tradein__image {
  width: 100%;
  position: relative;
}
.tradein__image video {
  display: block;
  width: 100%;
  height: auto;
}
.tradein__poster {
  left: 0;
  top: 0;
  width: 100%;
  cursor: pointer;
}
.tradein__poster svg {
  position: absolute;
  width: 50px;
  height: 50px;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
}
.tradein__image img {
  display: block;
  width: 100%;
  height: auto;
}

.tradein__list {
  list-style-type: none;
  margin: 25px 0;
}

.tradein__item {
  position: relative;
  margin-bottom: 15px;
  font-size: 18px;
  line-height: 1.2;
  padding-left: 30px;
  background-image: url("../img/li.svg");
  background-size: 10px;
  background-repeat: no-repeat;
  background-position: left 5px;
}

.tradein__item:last-child {
  margin-bottom: 0;
}

.tradein__list-title {
  margin-top: 60px;
  text-transform: uppercase;
  font-size: 18px;
  line-height: 1.2;
  font-weight: bold;
}
.order {
  background-image: url(../img/order-__bg.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  color: #fff;
  padding: 75px 0px 120px 0;
  margin-top: 110px;
}
.order__subtitle {
  font-weight: normal;
}

.order__list {
  list-style-type: none;
  margin: 25px 0;
}

.order__item {
  position: relative;
  margin-bottom: 15px;
  font-size: 18px;
  line-height: 1.2;
  color: #fff;
  padding-left: 30px;
  background-image: url(../img/li.svg);
  background-size: 10px;
  background-repeat: no-repeat;
  background-position: left 5px;
}

.order__btn {
  margin: 30px auto 0;
}
.spec {
  background-color: #191919;
  color: #fff;
  padding: 40px 0;
  margin-top: 0;
}
.spec .btn {
  margin: 0;
}
.stock {
  margin-top: 135px;
}

.stock__head {
  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-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 40px;
}

.stock__head h2 {
  text-align: left;
}

.stock__models {
  max-width: 400px;
  width: 100%;
}

.stock__models select {
  width: 100%;
  display: block;
  background-color: #fff;
  border: 0;
  border-bottom: 1px solid #ccc;
  height: 58px;
  background-image: url(../img/chevron.svg);
  background-size: 24px;
  background-repeat: no-repeat;
  background-position: right center;
  border-radius: 0;
  padding: 0;
  font-size: 18px;
  color: #767676;
}

.stock__models select:focus,
.stock__models select:hover {
  border: 0;
  border-bottom: 1px solid #ccc;
}

.stock__items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  margin-top: 56px;
}

.stock__item {
  background-color: rgba(237, 237, 237, 0.5);
  position: relative;
}

.stock__labels {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 15px;
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  padding: 30px 40px;
  z-index: 2;
}

.stock__label {
  background-color: #000000;
  color: #fff;
  padding: 6px 12px;
  border-radius: 43px;
  font-size: 14px;
  line-height: 1;
}

.stock__image {
  position: relative;
  height: 265px;
}

.stock__image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center center;
  object-position: center center;
}

.stock__image-controls {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 6px;
  position: absolute;
  bottom: 0px;
  width: 100%;
  padding: 15px 40px;
  height: 100%;
}

.stock__image-control {
  width: 100%;
  height: 100%;
  cursor: pointer;
  position: relative;
}

.stock__image-control.active:after {
  background-color: #000;
}

.stock__image-control:after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 6px;
  background-color: #fff;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}

.stock__content {
  padding: 40px;
}

.stock__title {
  font-size: 43px;
  line-height: 1;
}

.stock__configs {
  margin-top: 24px;
}

.stock__config {
  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-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.stock__config-label {
  font-size: 18px;
  line-height: 1.5;
  color: #767676;
}

.stock__config-value {
  font-size: 18px;
  text-align: right;
  line-height: 1.5;
}

.stock__price {
  margin-top: 24px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.stock__price b {
  font-size: 31px;
  font-weight: 400;
}

.stock__price span {
  color: #73bba8;
  font-size: 18px;
}

.stock__gifts {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 7px 12px;
  margin-top: 24px;
}

.stock__gift {
  border: 1px solid #910a2d;
  border-radius: 43px;
  padding: 6px 12px;
  color: #910a2d;
  font-size: 14px;
  line-height: 1;
}

.stock__button {
  margin-top: 22px;
  width: 100%;
}

.stock__button .btn {
  width: 100%;
  color: #000000;
  border-color: #000000;
}

.stock__button .btn:hover {
  color: #fff;
  border-color: #910a2d;
}

.stock__more {
  margin-top: 40px;
  width: 467px;
  margin-left: auto;
  margin-right: auto;
}

.stock__more .btn {
  color: #910a2d;
  border-color: #910a2d;
  margin: 0;
  width: 100%;
}

.stock__more .btn:hover {
  color: #fff;
  background-color: #910a2d;
}

@media only screen and (max-width: 1730px) {
  .stock__items {
    gap: 15px;
  }

  .stock__image {
    height: 227px;
  }

  .stock__image-controls {
    padding: 10px 20px;
    gap: 19px;
  }

  .stock__image-control:after {
    height: 3px;
  }

  .stock__labels {
    padding: 20px;
  }

  .stock__label {
    font-size: 12px;
  }

  .stock__content {
    padding: 20px;
  }

  .stock__title {
    font-size: 24px;
  }

  .stock__configs {
    margin-top: 16px;
  }

  .stock__config-label {
    font-size: 14px;
  }

  .stock__config-value {
    font-size: 14px;
  }

  .stock__price {
    margin-top: 16px;
  }

  .stock__price b {
    font-size: 20px;
  }

  .stock__price span {
    font-size: 14px;
  }

  .stock__gifts {
    margin-top: 8px;
    gap: 5px;
  }

  .stock__gift {
    font-size: 12px;
  }

  .stock__button {
    margin-top: 20px;
  }

  .stock__more {
    width: 340px;
  }
}

@media only screen and (max-width: 1200px) {
  .stock {
    margin-top: 85px;
  }

  .stock__head {
    display: block;
  }

  .stock__models {
    max-width: 100%;
    margin-top: 15px;
  }

  .stock__items {
    margin-top: 50px;
    grid-template-columns: repeat(2, 1fr);
  }
}

@media only screen and (max-width: 768px) {
  .stock {
    margin-top: 60px;
  }

  .stock__items {
    grid-template-columns: repeat(1, 1fr);
  }
}

.benefits {
  margin-top: 125px;
  background-image: url("../img/benefits__bg.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  padding: 76px 0;
}

.benefits__title {
  color: #fff;
  margin-bottom: 70px;
}

.benefits__list {
  list-style-type: none;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

.benefits__item {
  padding-bottom: 36px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: flex-end;
}

.benefits__text {
  margin-left: 26px;
  font-size: 18px;
  line-height: 1.4;
  color: #fff;
  max-width: 230px;
  width: 100%;
}

.about {
  margin-top: 85px;
}

.about__title {
  margin-bottom: 7px;
}

.about__subtitle {
  color: #4c4c4c;
}

.about__list {
  margin-top: 70px;
  display: none;
}

.about__list.flickity-enabled {
  display: block;
}

.about__item {
  width: 33.333%;
  padding-right: 30px;
}

.about__image {
  margin-bottom: 20px;
}

.about__image img {
  display: block;
  width: 100%;
  max-width: 100px;
  height: auto;
}

.about__name {
  font-size: 20px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 15px;
}

.about__text {
  font-size: 14px;
  line-height: 1.5;
}

.about__text ul {
  list-style-position: inside;
  margin-left: 15px;
}

.contacts {
  margin-top: 100px;
  position: relative;
  z-index: 1;
}

.contacts__map {
  width: 100%;
  display: block;
  height: 534px;
}

.contacts__info {
  background-color: #fff;
  max-width: 525px;
  width: 100%;
  padding: 65px 48px;
  position: absolute;
  z-index: 10;
  left: 58px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.contacts__diler {
  font-size: 20px;
  font-weight: bold;
  line-height: 30px;
}

.contacts__text {
  font-size: 18px;
  line-height: 27px;
}

.contacts__phone {
  font-size: 18px;
  line-height: 27px;
  font-weight: bold;
  margin: 30px 0;
  display: block;
}

.contacts__phone a {
  color: #191919;
}

.contacts__btn {
  margin: 0;
}

.footer {
  margin: 30px 0;
}

.footer__content {
  text-align: center;
  font-size: 14px;
}

.footer__content a {
  text-decoration: underline;
  line-height: 1.5;
  color: #191919;
}

.footer__document {
  display: block;
}

.reviews {
  margin-top: 70px;
}

.reviews__list {
  margin-top: 50px;
  display: none;
}

.reviews__list.flickity-enabled {
  display: block;
}

.reviews__item {
  width: 33.333%;
  padding-right: 30px;
}

.reviews__name {
  font-weight: bold;
  font-size: 20px;
  line-height: 1.2;
}

.reviews__about {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 15px 0;
}

.reviews__raiting {
  color: #ffcc00;
}

.reviews__date {
  margin-left: 15px;
  font-size: 14px;
  color: #b3b3b3;
}

.reviews__text {
  line-height: 1.6;
}

/*==========  Desktop First  ==========*/
/* Large Devices, Wide Screens */
@media only screen and (max-width: 1700px) {
  /**/
  .header__contacts {
    margin-left: 20px;
  }

  .header__nav li:not(:last-child) {
    margin-right: 10px;
  }
  .header__nav li a {
    font-size: 14px;
    text-wrap: nowrap;
  }
  .header__diler {
    max-width: 170px;
  }

  .main__content {
    /* top: 25px; */
  }
}

@media only screen and (max-width: 1440px) {
  .header__nav li:not(:last-child) {
    margin-right: 5px;
  }

  .header__nav li a {
    font-size: 12px;
  }

  .header__diler {
    margin-left: 10px;
    max-width: 120px;
  }

  .header__logo-text {
    margin-left: 10px;
    padding-left: 10px;
  }

  .header__contacts {
    margin-left: 10px;
  }

  h3 {
    font-size: 12px;
    line-height: 14px;
    margin-bottom: 5px;
  }

  h1 {
    font-size: 30px;
    line-height: 36px;
    /* margin-bottom: 15px; */
  }
}

@media only screen and (max-width: 1400px) {
  .cars__list-item:nth-child(odd) .car__content-notification {
    right: -40px;
  }
}

/* Medium Devices, Desktops */
@media only screen and (max-width: 1280px) {
  .car__content-btns {
    justify-content: center;
  }
}

/* Medium Devices, Desktops */
@media only screen and (max-width: 1200px) {
  /**/
  .ios {
    overflow-scrolling: touch !important;
    overflow: auto !important;
    height: 100% !important;
  }

  .header__nav {
    display: none;
  }

  .header__diler {
    margin-left: auto;
  }

  .header__contacts {
    margin-left: 15px;
  }

  .header__mark {
    width: 43px;
    height: 40px;
  }

  .header__diler {
    width: 110px;
    /* height: 18px; */
    margin-left: 15px;
  }

  .header__contacts .phone a {
    font-size: 12px;
    line-height: 14px;
  }

  .header__contacts-link {
    font-size: 12px;
    line-height: 14px;
  }

  #header {
    padding: 10px 0;
  }

  #main {
    margin-top: 90px;
    margin-bottom: 96px;
  }

  .cars__list {
    margin-top: 40px;
  }

  .car {
    max-width: 708px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 60px;
  }

  .car__slider {
    width: 100%;
  }

  .car__slider-image {
    height: 472px;
  }

  .car__content {
    margin: 0;
    max-width: 100%;
    width: 100%;
    margin-top: 40px;
  }

  .car__content-title {
    text-align: center;
  }

  .car__content-notification {
    right: -30px;
  }

  .cars__list-item:nth-child(odd) .car__content-notification {
    right: 0;
  }


  .car__content-btn {
    margin-left: auto;
    margin-right: auto;
  }



  .calc__form .btn {
    min-width: 200px;
  }

  .calc__form .input-block {
    width: 200px;
  }

  .about__item {
    width: 403px;
  }

  .reviews__item {
    width: 403px;
  }

  .about {
    margin-top: 60px;
  }

  .reviews {
    margin-top: 60px;
  }

  .about__title {
    margin-bottom: 0;
  }

  .about__list {
    margin-top: 36px;
  }

  .reviews__list {
    margin-top: 36px;
  }

  .contacts__info {
    position: relative;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    top: 0;
    padding: 0px 30px;
    margin: 40px 0;
    max-width: 100%;
    left: 0;
  }

  .contacts__phone {
    position: absolute;
    right: 30px;
    top: 0;
    margin: 0;
  }

  .contacts__btn {
    margin-top: 40px;
  }

  .contacts__map {
    height: 261px;
  }

  .contacts {
    margin-top: 50px;
  }

  .tradein__btn {
    right: 0;
  }

  .tradein__btn2 {
    top: 65px;
  }
}

/* Small Devices, Tablets */
@media only screen and (max-width: 1024px) {
  /**/
}

/* Small Devices, Tablets */
@media only screen and (max-width: 996px) {
  /**/
  #main {
    margin-top: 126px;
  }

  .header__wrapper {
    flex-wrap: wrap;
  }

  .header__logo-text {
    margin-right: auto;
  }

  .header__wrap {
    order: 5;
    width: 100%;
  }

  .main__btn {
    position: absolute;
    left: 50%;
    top: 236px;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }

  .main__benefits-list {
    padding: 20px 40px;
  }

  .main__benefits-list li p {
    font-size: 14px;
    line-height: 17px;
    margin-left: 15px;
  }

  .main__benefits-list li svg {
    display: block;
    max-width: 33px;
    max-height: 28px;
  }

  .main__bg {
    width: 996px;
    height: auto;
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: -1;
  }

  #main {
    z-index: 1;
  }

  .credit__wrapper {
    display: block;
  }

  .credit__col {
    width: 100%;
  }

  .calc__form .input-block {
    width: 48%;
  }

  .calc__form .btn {
    width: 100%;
  }

  .calc__form .submit {
    width: 48%;
  }

  .range {
    padding-left: 0;
    padding: 0px 20px;
    margin-top: 20px;
  }

  .tradein__btns {
    display: flex;
    gap: 0 16px;
  }

  .tradein__btn {
    position: static;
  }

  .tradein__image {
    /* position: absolute;
    width: 385px;
    right: -78px;
    top: 90px; */
    margin: 20px 0;
  }
  .tradein__content {
    display: block;
  }
  .order_list {
    margin: 27px 0;
  }

  .order__item {
    margin-bottom: 5px;
  }
  h2 {
    font-size: 30px;
    line-height: 1.2;
  }

  h4 {
    font-size: 18px;
    line-height: 1.2;
  }

  .tradein {
    margin-top: 60px;
  }

  .tradein__header {
    padding-bottom: 15px;
    margin-bottom: 0;
    border-bottom: 0px;
  }

  .tradein__list {
    margin: 27px 0;
  }

  .tradein__item {
    margin-bottom: 5px;
  }

  .benefits__list {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* Extra Small Devices, Phones */
@media only screen and (max-width: 760px) {
  /**/
  #main {
    margin-top: 145px;
  }

  .shine {
    color: #ffffff;
    background: linear-gradient(to right, #000000 0, white 10%, #000000 20%);
    background-position: 0;
    -webkit-background-clip: text;
  }

  .header__promo {
    font-size: 14px;
  }

  .main__content {
    color: #000;
    position: static;
  }

  .header__logo-text {
    display: none;
  }

  .header__contacts {
    margin-left: 18px;
  }

  .header__contacts .btn {
    font-size: 10px;
    min-width: auto;
  }

  .main__benefits {
    position: static;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    margin-top: 20px;
  }

  .main__benefits-list {
    padding: 25px 15px;
    display: block;
  }

  .main__benefits-list li {
    width: 260px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 17px;
  }

  .main__benefits-list li:last-child {
    margin-bottom: 0;
  }

  .main__benefits-list li p br {
    display: none;
  }

  .main__btn {
    top: 210px;
    white-space: nowrap;
  }

  #main {
    margin-bottom: 50px;
  }

  .main__bg {
    width: 100%;
  }

  h2 {
    font-size: 24px;
    line-height: 1.2;
    margin-bottom: 10px;
  }

  .cars__list {
    margin-top: 30px;
  }

  .car__slider-image {
    height: 193px;
  }

  .car__content {
    margin-top: 15px;
  }

  .car__content-title {
    font-size: 30px;
    text-align: left;
    line-height: 36px;
    margin-bottom: 20px;
  }

  .car__content-notification {
    top: 0;
    right: 0;
    transform: rotate(0);
  }

  .car__content-benefits {
    margin-bottom: 15px;
  }

  .car__content-benefits__item span {
    font-size: 12px;
    line-height: 14.43px;
  }

  .car__content-benefits__item b {
    font-size: 18px;
    line-height: 21.64px;
  }

  .compls__select {
    margin-bottom: 10px;
  }

  .compls__config {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 15px 20px 0px 20px;
  }

  .compls__config-item {
    width: 50%;
    margin-bottom: 15px;
  }

  .compls {
    margin-bottom: 10px;
  }

  .car {
    margin-bottom: 30px;
  }

  .car__content-benefits__item {
    padding-right: 0px;
  }

  .flickity-page-dots {
    display: none;
  }

  .flickity-prev-next-button.previous {
    left: -22px;
  }

  .flickity-prev-next-button.next {
    right: -22px;
  }

  .model__id {
    font-size: 100px;
    top: -30px;
  }

  .range__wrapper {
    margin-bottom: 75px;
  }

  .calc__form .input-block {
    width: 100%;
    margin-bottom: 15px;
  }

  .calc__form .submit {
    width: 100%;
  }

  form label br {
    display: none;
  }

  h4 {
    font-size: 16px;
    line-height: 1.2;
  }

  .test-drive__form .form-elements {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .test-drive__form .form-elements .input-block {
    margin-bottom: 15px;
  }

  .test-drive {
    padding: 40px 0px 45px 0;
  }

  .test-drive__form {
    margin-top: 55px;
  }

  .tradein__image {
    width: 100%;
    max-width: 451px;
  }
  .car__content-btns {
    display: block;
  }
  .car__content-btn {
    margin-bottom: 10px;
  }
  .tradein__content {
    display: block;
  }

  .tradein__list {
    margin: 23px 0;
  }

  .tradein__header {
    padding-bottom: 0;
  }

  .tradein__item {
    font-size: 14px;
    line-height: 1.2;
  }

  .tradein__list-title {
    margin-top: 30px;
    font-size: 16px;
  }

  .tradein__btn {
    width: 100%;
  }

  .benefits__list {
    display: block;
  }

  .benefits__icon {
    width: 28px;
    height: 28px;
  }

  .benefits__text {
    margin-left: 17px;
    font-size: 14px;
  }

  .benefits__item {
    padding-bottom: 14px;
  }

  .benefits {
    padding-top: 36px;
    margin-top: 50px;
    padding-bottom: 40px;
  }

  .benefits__title {
    margin-bottom: 30px;
  }

  .about__item {
    width: 290px;
  }

  .reviews__item {
    width: 290px;
  }

  .about__list {
    margin-top: 25px;
  }

  .reviews__list {
    margin-top: 25px;
  }

  .about__image {
    margin-bottom: 12px;
  }

  .about__name {
    font-size: 18px;
    margin-bottom: 7px;
  }

  .reviews__name {
    font-size: 18px;
  }

  .reviews__about {
    margin: 10px 0;
  }

  .contacts__phone {
    position: static;
    margin-top: 30px;
  }

  .contacts__btn {
    width: 100%;
  }

  .main__bg {
    width: 100%;
    margin-top: 20px;
  }

  .main__btn {
    /* top: 155px; */
    position: static;
    margin-left: auto;
    margin-right: auto;
    transform: none;
    background-color: #910a2d;
    color: #fff;
  }
}

/* Custom, iPhone Retina */
@media only screen and (max-width: 480px) {
  /**/
  .main__content h1 {
    font-size: 18px;
    line-height: 24px;
  }

  .car__content-benefits-new {
    flex-direction: column;
  }

  .car__content-benefits-new__item {
    font-size: 18px;
    gap: 0 8px;
    margin-bottom: 16px;
  }

  .car__content-notification {
    position: relative;
    margin-bottom: 16px;
    display: block;
  }

  .tradein__btns {
    flex-wrap: wrap;
    gap: 8px 0;
  }
}

@media only screen and (max-width: 361px) {
  #main {
    margin-top: 220px;
  }
}

/*==========  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) {
  /**/
}
