@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&display=swap');
*::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.6);
  opacity: 1;
}

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

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

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

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

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

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

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

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

*::-moz-selection {
  color: #084673;
  background: #000;
}

*::selection {
  color: #084673;
  background: #000;
}

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: 'Roboto', sans-serif;
  overflow-x: hidden;
  opacity: 1;
  color: #000;
}

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

* {
  margin: 0;
  padding: 0;
}

.accent {
  color: #084673;
}

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

.upper {
  text-transform: uppercase;
}

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: #084673;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  outline-width: 0;
}

[v-cloak] {
  display: none;
}

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

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

#app {
  overflow: hidden;
  max-width: 2000px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.red {
  color: #e63312 !important;
}

.flickity-button:disabled {
  display: none !important;
}

.btn {
  position: relative;
  display: inline-block;
  background-color: transparent;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  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);
  border: none;
  margin: 0 auto;
  padding: 15px 25px;
  min-width: 200px;
  min-height: 50px;
  background-color: #084673;
}
.btn:hover {
  color: #fff;
  background-color: #052943;
}
.btn-light {
  background-color: #fff;
  color: #000;
  border: 1px solid #000;
}
.btn-light:hover {
  color: #fff;
  background-color: #000;
}
.btn .text {
  position: relative;
  z-index: 1;
}
.btn .progress {
  position: absolute;
  height: 100%;
  width: 0;
  background-color: #052943;
  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;
}

button {
  display: block !important;
}

.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;
}
.counter-title {
  color: #ffcc33;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 24px;
  text-align: center;
  line-height: 1.4;
}
.counter .cell {
  color: #333;
  text-align: center;
  width: 90px;
  height: 90px;
  border: 5px solid #999;
  border-radius: 50%;
  position: relative;
}
.counter .cell p {
  color: #fff;
  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;
}
.counter .cell p .sub {
  font-size: 14px;
  display: block;
  line-height: 1.2em;
  color: #fff;
  font-weight: normal;
  margin-top: 5px;
}
.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: 480px) {
  .counter {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    max-width: 290px;
    min-width: auto;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .counter .cell {
    margin: 5px;
  }
}

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

.input {
  display: block;
  text-align: left;
  font-family: 'Roboto', 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: #000;
  font-size: 16px;
  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 #084673;
}

.phone {
  white-space: nowrap;
}

select {
  display: block;
  text-align: left;
  font-family: 'Roboto', sans-serif;
  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: #000;
  font-size: 16px;
  border-radius: 3px;
  -webkit-transition: 0.2s ease;
  -o-transition: 0.2s ease;
  transition: 0.2s ease;
}
select:hover,
select:focus {
  border: 1px solid #b3b3b3;
}

#popup {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 130;
  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: #003b70;
}
#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: 300;
  text-transform: uppercase;
  font-size: 18px;
  text-align: center;
  margin-bottom: 20px;
}
#popup .body .content.politicpopup p {
  font-size: 12px;
  text-align: justify;
}
#popup .body .content.politicpopup ul {
  list-style-position: inside;
  font-size: 12px;
  text-align: justify;
  line-height: 1.2;
}
#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: 300px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
#popup .body .content form .btn {
  width: 100%;
}
#popup .body .content form > p {
  font-family: 'Roboto', sans-serif;
  font-size: 24px;
  line-height: 1.2em;
  margin-bottom: 24px;
  text-transform: uppercase;
  font-weight: 300;
}
#popup .body .content form p.green {
  font-size: 18px;
  padding-top: 10px;
  line-height: 1.2em;
  font-weight: 400;
  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 label {
  margin-top: 15px;
  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;
}
#popup .body .content .form-elements label a {
  color: #000;
}
#popup .body .content .form-elements label span {
  font-size: 12px;
  line-height: 1.2;
  display: block;
  text-align: left;
  margin-left: 10px;
}
#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: #084673;
  -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: 15px;
  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: #4ba82e;
  -webkit-transition: border 500ms ease-out;
  -o-transition: border 500ms ease-out;
  transition: border 500ms ease-out;
}
.load-complete.wrong {
  border-color: #e63312;
  cursor: pointer;
}
.load-complete.wrong:before {
  content: '';
  display: block;
  height: 2px;
  width: 8px;
  background: #e63312;
  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: #e63312;
  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 #4ba82e;
  border-top: 2px solid #4ba82e;
  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: #003b70;
}

.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 {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  background-color: #fff;
  padding: 15px 0;
  z-index: 120;
}
.header__wrapper {
  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;
}
.header__left {
  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;
}
.header__right {
  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;
}
.header__dealer {
  margin-left: 20px;
  font-size: 20px;
  font-weight: bold;
  text-transform: uppercase;
}
.header__dealer span {
  font-size: 12px;
  font-weight: 400;
  text-transform: none;
}
.header__logo svg {
  display: block;
  max-height: 100%;
  width: 100px;
  height: 70px;
}
.header__logo img {
  display: block;
  width: 100%;
  height: auto;
}
.header__contacts {
  font-size: 14px;
}
.header__phone {
  margin-left: 20px;
}
.header__phone a {
  font-size: 20px;
  font-weight: bold;
  color: #000;
}
.header__button {
  margin-left: 20px;
}

/*==========  Desktop First  ==========*/
@media only screen and (max-width: 1200px) {
  .header__logo svg {
    width: 70px;
    height: 40px;
  }
}

@media only screen and (max-width: 996px) {
  .header__contacts {
    display: none;
  }
  .header__dealer {
    display: none;
  }
}

@media only screen and (max-width: 760px) {
  .header__button {
    display: none;
  }
}

@media only screen and (max-width: 480px) {
  .header__dealer {
    font-size: 10px;
    margin-left: 10px;
  }
  .header__phone {
    margin-left: 10px;
  }
  .header__phone a {
    font-size: 16px;
  }
}

.main {
  position: relative;
  min-height: 620px;
  padding-top: 150px;
  width: 100%;
  background-position: 40% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
.main__accent {
  background-color: #b91b23;
  color: #fff;
  display: inline-block;
  padding: 5px 10px;
  text-transform: uppercase;
  font-weight: 300;
  font-size: 18px;
  margin-top: 5px;
}
.main__slider .flickity-prev-next-button {
  opacity: 0.7;
  outline: none;
}
.main h1 {
  font-size: 36px;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
}
.main h2 {
  font-size: 18px;
  font-weight: 400;
  color: #000;
  line-height: 1.4;
}
.main .btn {
  margin-top: 20px;
  margin-left: 0;
  color: #fff;
  border-color: #fff;
}

@media only screen and (max-width: 1200px) {
  .main h1 {
    font-size: 36px;
  }
  .main h2 {
    font-size: 18px;
  }
}

@media only screen and (max-width: 996px) {
  .main {
    min-height: 800px;
    background-position: 60% 50px;
  }
}

@media only screen and (max-width: 760px) {
  .main {
    min-height: 350px;
    background-size: 450px;
    background-position: 55% 70px;
    background-repeat: no-repeat;
    padding-bottom: 30px;
    padding-top: 84px;
    background-color: #000;
  }
  .main h1 {
    font-size: 18px;
    text-align: center;
  }
  .main h2 {
    font-size: 13px;
    margin-top: 10px;
  }
  .main .btn {
    margin-top: 155px;
    margin-left: auto;
    margin-right: auto;
  }
}

.timer {
  background-color: #000;
  color: #fff;
}
.timer__wrapper {
  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;
  padding: 20px 0;
}
.timer__title {
  font-size: 18px;
  line-height: 1.2;
  padding-left: 60px;
  background: url(../../assets/images/timer_ico.png) 0 50% no-repeat;
}

@media only screen and (max-width: 1200px) {
  .timer__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .timer__counter {
    margin-top: 20px;
  }
  .timer__btn {
    margin-top: 20px;
  }
}

@media only screen and (max-width: 768px) {
  .timer__title {
    font-size: 16px;
  }
}

.cars__item {
  margin-top: 110px;
  position: relative;
}

.cars__prices {
  margin-left: auto;
  margin-right: auto;
  margin-top: 40px;
  position: absolute;
  left: 0;
  top: 50px;
}

.cars__price {
  width: 100%;
  margin-bottom: 20px;
}
.cars__price s {
  font-size: 0.6em;
  font-weight: normal;
}

.cars__label {
  font-size: 18px;
}

.cars__value {
  font-weight: bold;
  font-size: 36px;
  line-height: 1.2;
}

.cars__colors {
  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;
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
  min-height: 30px;
}

.cars__color {
  width: 30px;
  height: 30px;
  border: 2px solid #f6f3f2;
  border-radius: 50%;
  margin: 0px 5px;
  cursor: pointer;
}
.cars__color.white {
  background-color: #fafafa;
}
.cars__color.black {
  background-color: #000;
}
.cars__color.gray {
  background-color: #505050;
}
.cars__color.grey {
  background-color: #505050;
}
.cars__color.silver {
  background-color: #b6b6b6;
}
.cars__color.red {
  background-color: #b32020;
}
.cars__color.blue {
  background-color: #91adcb;
}
.cars__color.biege {
  background-color: #8f775c;
}
.cars__color.green {
  background-color: #15411c;
}
.cars__color.active {
  border: 2px solid #084673;
}

.cars__title {
  font-size: 35px;
  font-weight: bold;
  text-align: center;
  line-height: 1.2;
}

.cars__slider {
  margin-left: 170px;
  margin-right: 170px;
}
.cars__slider .flickity-button:disabled {
  opacity: 0;
}

.cars__slide {
  height: 416px;
  width: 100%;
  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;
}
.cars__slide img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.cars__sale {
  width: 360px;
  cursor: pointer;
  position: absolute;
  top: 0px;
  left: 0px;
  font-size: 20px;
  min-height: 50px;
  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;
  gap: 15px;
}
.cars__sale svg {
  width: 50px;
  height: 50px;
  fill: #000;
}
.cars__sale svg path {
  fill: #000;
}
.cars__sale-btn {
  position: absolute;
  left: 0;
  top: 60px;
}
.cars__sale-btn .btn {
  background-color: #e63312;
  text-transform: uppercase;
  color: #fff;
  border: none;
}

.cars__gift {
  width: 360px;
  cursor: pointer;
  background: url(data:img/png;base64,iVBORw0KGgoAAAANSUhEUgAAACkAAAApCAQAAAACach9AAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAAAmJLR0QA/4ePzL8AAAAHdElNRQfnBwMSMRJNRvOAAAAC4klEQVRIx+3XQWhcVRSA4e9lkrRjQdJEAtaE2mayM9GKi0ChtqCJoQREAikiGNy04E6kG6sFi4uKUFooJAtt3Eiki0JdtI2QahfdKEajO5+tJRZp0SYRmlpTOy5y5+XNZGZiptnpgcedc859/z3ncN+9Z6IOq8pWbxvQ6qbPHHGt2BmvmB6tinzGhM2JNqvX19WRdasAs86kgGx2Rrb6K6XIXU7oT+lD2sC0I6ZBm6GUvz93IrerWuItZmT9rdPVYBmxH7e1mdPkF5sw6kDwbvOjjDva498rRdkui4zuxJIJFZzDnFlQn3i7ZJDVXjnx2TAuh34lJNuCllCEnxJvruS9MsiZ4HwpsXwVxufCk7YV5s2aqYy87yzYaV+wXHYXvBIe7rocfPvsBGfj+5WRHJcHpwyChbDIXoP2LgEsgEGnQN7xYkQpcsoxsNFp47pwEkTGRQS9y7jTNoJj8VQxongTPaRRg0/tSSzfuWBYa6LfNKbPk4l+0ZBFf8ULK5FPe1OfZrXKLRd8EH9TQEbe9VZI60Ek7z3vxPk6HHZoHYBEDjlM1NHt2wCc8Ll7ZSfnvA5Oljl4oN7zekOkT0UdH3oNHDBacf3dLoI9vih1FdbI7TcCPqrTByarAP+VxKMmQV+dLQH54LLE2FIX6nh7HZBLjKhwUL2gqcrkx8M4bHepK7f8s2dpiDqu2LYOES7L1UzzvBfXFflGvTF/OugJDcj7o+y0eptCtcrv24dFWPSD9+Pxwjc+5lVcS6pWLKvsy9zPtuLjeJjVL90a5H/kfxW5iEK7snbJpBgJ8gZotWHtvNyGcIPeKEZ+DxoN1BDjgMYUI0GeD2EfrXrIlYuxydGQ9vli5Hy4Obab1LkGYqdJ28FIPL9kWu42mk17LKx3zpS5dChlb8gmO/RrANd1x7dKkeww4ZEaaslvepc7o/S+nNLjUg3AS3rSrdbKPyn9XvasR1PtcyW551df+iQ+V2z+B0qrs3G2ffLkAAAAAElFTkSuQmCC)
    left center no-repeat;
  position: absolute;
  bottom: 500px;
  left: 0px;
  font-size: 20px;
  padding-left: 60px;
  min-height: 50px;
  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;
}

.cars__credit {
  width: 135px;
  height: 125px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  background: url(../../assets/images/ico_wallet.png) 50% 10px no-repeat #191919;
  position: absolute;
  top: 210px;
  left: 15px;
  color: #fff;
  text-align: center;
  font-size: 14px;
  border-radius: 10px;
  padding-bottom: 15px;
  font-weight: bold;
  cursor: pointer;
}
.cars__credit i {
  font-style: normal;
  font-size: 22px;
}

.cars__compl1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  background: url(../../assets/images/car_warranty_ico.png) 50% 16px no-repeat
    #191919;
  position: absolute;
  top: 0;
  left: 15px;
  color: #fff;
  text-align: center;
  font-size: 14px;
  border-radius: 10px;
  padding: 67px 14px 20px 14px;
  cursor: pointer;
}

.cars__compl2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  background: url(../../assets/images/car_warranty_ico.png) 50% 16px no-repeat
    #191919;
  position: absolute;
  top: 0;
  left: 165px;
  color: #fff;
  text-align: center;
  font-size: 14px;
  border-radius: 10px;
  padding: 67px 14px 20px 14px;
  cursor: pointer;
}

.cars__prop1 {
  color: #000;
  display: block;
  position: absolute;
  top: 0px;
  right: 0px;
  padding: 12px;
  background: url(../../assets/images/car_forsale_ico.png) 5px 5px no-repeat
    #ededed;
  text-align: center;
  font-weight: 500;
  border-radius: 10px;
  cursor: pointer;
}

.cars__prop2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  background: url(../../assets/images/car_tradein_ico.png) 50% 16px no-repeat
    #191919;
  position: absolute;
  top: 74px;
  right: 0px;
  color: #fff;
  text-align: center;
  font-size: 14px;
  border-radius: 10px;
  padding: 67px 20px 20px 20px;
  cursor: pointer;
}

.cars__prop3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  background: url(../../assets/images/car_warranty_ico.png) 50% 16px no-repeat
    #191919;
  position: absolute;
  top: 210px;
  right: 0px;
  color: #fff;
  text-align: center;
  font-size: 14px;
  border-radius: 10px;
  padding: 66px 6px 15px 6px;
  cursor: pointer;
}

.cars__gallery {
  display: grid;
  gap: 15px;
  grid-template-columns: repeat(5, 1fr);
}
.cars__gallery img {
  display: block;
  width: 100%;
  height: auto;
}

.cars__params {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin-top: 50px;
}

.cars__param {
  text-align: center;
  line-height: 1.4;
}
.cars__param b {
  font-size: 36px;
  font-weight: bold;
  padding-bottom: 3px;
  line-height: 1.4;
}

.cars__buttons {
  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;
  margin-top: 50px;
  width: 78%;
  margin-left: auto;
  margin-right: auto;
}
.cars__buttons .btn {
  width: 49%;
}

.model .cars__item {
  margin-top: 40px;
}

@media only screen and (max-width: 1200px) {
  .cars__gift {
    bottom: 400px;
  }
  .cars__colors {
    margin-top: 20px;
  }
  .cars__slide {
    height: 290px;
  }
  .cars__slide img {
    display: block;
    height: 100%;
    width: auto;
  }
}

@media only screen and (max-width: 996px) {
  .cars__slider {
    width: 70%;
    margin-top: 50px;
  }
  .cars__slide {
    height: 200px;
  }
  .cars__compl1,
  .cars__compl2 {
    position: static;
    width: 290px;
    text-align: left;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 5px;
    background-position: 15px 50%;
    height: auto;
    padding: 10px 0 10px 80px;
    min-height: 50px;
    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: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    background-size: 35px;
  }
  .cars__compl1 br,
  .cars__compl2 br {
    display: none;
  }
  .cars__gift {
    font-size: 13px;
    line-height: 1.2;
    padding-left: 52px;
  }
  .cars__credit {
    top: 0px;
    height: 100px;
    width: 114px;
    background-size: auto 33px;
    font-size: 12px;
  }
  .cars__param {
    font-size: 14px;
  }
  .cars__param b {
    font-size: 24px;
  }
  .cars__buttons {
    width: 100%;
  }
  .cars__buttons .btn {
    padding: 15px;
  }
}

@media only screen and (max-width: 760px) {
  .cars__item {
    margin-top: 60px;
  }
  .cars__colors {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    margin-bottom: 20px;
  }
  .cars__gift {
    position: static;
    width: 290px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 5px;
  }
  .cars__sale {
    position: static;
    width: 290px;
    margin-left: auto;
    margin-right: auto;
    gap: 5px;
  }
  .cars__sale-btn {
    position: static;
  }
  .cars__prop1 {
    position: static;
    width: 290px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 5px;
  }
  .cars__prop1 br {
    display: none;
  }
  .cars__prop2,
  .cars__prop3,
  .cars__credit {
    position: static;
    width: 290px;
    text-align: left;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 5px;
    background-position: 15px 50%;
    height: auto;
    padding: 10px 0 10px 80px;
    min-height: 50px;
    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: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    background-size: 35px;
  }
  .cars__prop2 br,
  .cars__prop3 br,
  .cars__credit br {
    display: none;
  }
  .cars__slider {
    width: 100%;
    margin: 0;
    margin-top: 20px;
  }
  .cars__slider .flickity-prev-next-button.previous {
    left: -20px;
  }
  .cars__slider .flickity-prev-next-button.next {
    right: -20px;
  }
  .cars__slide {
    height: 163px;
  }
  .cars__gallery {
    grid-template-columns: repeat(3, 1fr);
    margin-top: 20px;
  }
  .cars .cars__params {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
  .cars__buttons {
    display: block;
    margin-top: 20px;
  }
  .cars__buttons .btn {
    width: 100%;
    margin-bottom: 5px;
  }
  .cars__prices {
    position: static;
    width: 100%;
    max-width: 290px;
  }
  .cars__value {
    font-size: 24px;
  }
  .cars__label {
    font-size: 14px;
  }
}

/* Custom, iPhone Retina */
@media only screen and (max-width: 480px) {
  /**/
}

.about {
  margin-top: 70px;
}
.about__subtitle {
  position: relative;
  font-size: 24px;
  text-transform: uppercase;
  font-weight: 600;
  text-align: center;
  margin-bottom: 20px;
  padding-bottom: 20px;
}
.about__subtitle::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  display: block;
  width: 150px;
  height: 2px;
  background: #084673;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.about__advantages {
  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;
  gap: 48px;
}
.about__advantage {
  max-width: 33%;
  width: 100%;
}
.about__advantage-top {
  position: relative;
  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;
  padding-bottom: 8px;
  border-bottom: 1px solid #084673;
}
.about__advantage-top h5 {
  font-size: 24px;
  font-weight: 400;
}
.about__advantage-top img {
  width: 100%;
  max-width: 48px;
  height: 48px;
}
.about__advantage-description {
  margin-top: 8px;
  font-size: 14px;
  color: #9fa0a1;
}
.about__advantage-list-description {
  margin-left: 20px;
}

@media only screen and (max-width: 996px) {
  .about {
    margin: 32px 0;
  }
  .about__subtitle {
    padding-bottom: 0;
  }
  .about__subtitle::after {
    display: none;
  }
  .about__advantages {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 24px;
  }
  .about__advantage {
    max-width: 100%;
  }
  .about__advantage-top {
    max-width: 300px;
    margin: 0 auto;
  }
}

.offer {
  margin: 70px 0;
}
.offer__wrapper {
  background: url('../../assets/images/offer_bg.webp') 50% 0 no-repeat;
  background-size: cover;
  padding: 58px 30px;
  border-radius: 10px;
}
.offer__content {
  background-color: #f6f3f2;
  display: inline-block;
  padding: 30px 20px;
  border-radius: 10px;
}
.offer__image {
  display: none;
}
.offer__form {
  width: 395px;
}
.offer__form .input-block {
  width: 100%;
}
.offer__form .btn {
  width: 100%;
  margin-top: 15px;
}
.offer__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: 15px;
}
.offer__form label span {
  padding-left: 15px;
  font-size: 12px;
  line-height: 1.2;
}
.offer__form label span a {
  text-decoration: underline;
}
.offer__title {
  font-size: 32px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 20px;
  line-height: 1.2;
}
.offer__subtitle {
  font-size: 20px;
  margin-bottom: 25px;
  line-height: 1.2;
}

@media only screen and (max-width: 996px) {
  .offer__image {
    display: block;
  }
  .offer__image img {
    display: block;
    width: 100%;
    height: auto;
  }
  .offer__wrapper {
    background: none;
    padding: 0;
    margin-top: 30px;
  }
  .offer__form {
    width: 100%;
  }
  .offer__form label span {
    color: #000;
  }
  .offer__form label span a {
    color: #000;
  }
}

@media only screen and (max-width: 760px) {
  .offer__content {
    display: block;
  }
  .offer__title {
    font-size: 20px;
    margin-bottom: 15px;
  }
  .offer__subtitle {
    font-size: 18px;
    margin-bottom: 20px;
  }
}

.tradein__wrapper {
  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;
}

.tradein__images {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  max-width: 690px;
  width: 100%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.tradein__images img {
  display: block;
  width: 100%;
  height: auto;
}

.tradein__image:nth-child(3) {
  width: 100%;
  margin-top: 15px;
}

.tradein__content {
  max-width: 435px;
  width: 100%;
}

.tradein__title {
  font-size: 32px;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1.2;
}

.tradein__subtitle {
  font-size: 20px;
  margin-top: 15px;
  line-height: 1.4;
}

.tradein__form {
  margin-top: 30px;
}
.tradein__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: 15px;
}
.tradein__form label span {
  padding-left: 15px;
  font-size: 12px;
  line-height: 1.2;
}
.tradein__form label span a {
  color: #000;
  text-decoration: underline;
}
.tradein__form .input-block {
  width: 100%;
  margin-bottom: 15px;
}
.tradein__form .btn {
  width: 100%;
}

@media only screen and (max-width: 1200px) {
  .tradein__content {
    max-width: 380px;
  }
  .tradein__images {
    max-width: 510px;
  }
  .tradein__image {
    width: 48.5%;
  }
}

@media only screen and (max-width: 996px) {
  .tradein__wrapper {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .tradein__content {
    max-width: 100%;
  }
  .tradein__images {
    max-width: 100%;
    margin-top: 20px;
  }
}

@media only screen and (max-width: 760px) {
  .tradein__title {
    font-size: 24px;
  }
  .tradein__subtitle {
    font-size: 18px;
    line-height: 1.2;
  }
}

.steps {
  margin-top: 130px;
}
.steps__items {
  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-top: 2px solid #084673;
  width: 100%;
}
.steps__item {
  padding-top: 35px;
  position: relative;
}
.steps__num {
  position: absolute;
  left: 0;
  top: -17px;
  width: 30px;
  height: 30px;
  background-color: #084673;
  border-radius: 50%;
  color: #fff;
  font-size: 19px;
  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;
  font-weight: bold;
}
.steps__text {
  font-size: 18px;
  font-weight: 500;
}

@media only screen and (max-width: 760px) {
  .steps {
    margin-top: 15px;
  }
  .steps__items {
    border: none;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .steps__item {
    padding: 0;
    margin-top: 10px;
    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;
  }
  .steps__num {
    top: 0;
    position: static;
    margin-right: 10px;
    min-width: 30px;
    min-height: 30px;
  }
}

.stock {
  margin-top: 50px;
}
.stock h2 {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.1;
  text-align: center;
  text-transform: uppercase;
}
.stock__items {
  margin-top: 30px;
}
.stock__item {
  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;
  padding: 15px;
  gap: 5px;
}
.stock__item:nth-child(even) {
  background-color: #dcdcdd;
}
.stock__col {
  text-align: center;
}
.stock__col:first-child {
  width: 50px;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.stock__col:nth-child(2) {
  width: 150px;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.stock__col:nth-child(3) {
  width: 70px;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.stock__col:nth-child(4) {
  width: 130px;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.stock__col:nth-child(5) {
  width: 160px;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.stock__col:nth-child(6) {
  width: 100px;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.stock__col:nth-child(7) {
  width: 100px;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.stock__col:last-child {
  width: 200px;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

@media only screen and (max-width: 1200px) {
  .stock__item {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 20px;
  }
  .stock__col {
    width: 20% !important;
  }
}

@media only screen and (max-width: 996px) {
  .stock__items {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
  .stock__item {
    background-color: #dcdcdd;
    gap: 5px;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
  .stock__col {
    background-color: #084673;
    padding: 10px;
    border-radius: 5px;
    color: #fff;
  }
  .stock__col:first-child {
    width: 100% !important;
    font-weight: bold;
    background: none;
    color: #000;
    font-size: 18px;
    line-height: 1.2;
  }
  .stock__col:nth-child(2) {
    width: 100% !important;
  }
  .stock__col:nth-child(3) {
    width: 48% !important;
  }
  .stock__col:nth-child(4) {
    width: 48% !important;
  }
  .stock__col:nth-child(5) {
    width: 100% !important;
  }
  .stock__col:nth-child(6) {
    width: 48% !important;
  }
  .stock__col:nth-child(7) {
    width: 48% !important;
  }
  .stock__col:last-child {
    width: 100% !important;
    background: none;
    color: #000;
  }
}

@media only screen and (max-width: 768px) {
  .stock__items {
    grid-template-columns: repeat(1, 1fr);
  }
}

.reviews {
  margin-top: 50px;
}
.reviews__wrap {
  width: 560px;
  height: 800px;
  overflow: hidden;
  position: relative;
  margin-left: auto;
  margin-right: auto;
}

.credit {
  margin-top: 160px;
  padding-top: 100px;
  padding-bottom: 150px;
  background: url('../../assets/images/credit_bg.webp') 50% 0 no-repeat;
}
.credit__wrapper {
  max-width: 435px;
  width: 100%;
  background-color: #f6f3f2;
  padding: 30px 20px;
  border-radius: 10px;
}
.credit__title {
  font-size: 32px;
  font-weight: 700;
  line-height: 1.2;
  text-transform: uppercase;
}
.credit__subtitle {
  margin-top: 15px;
  font-size: 20px;
  line-height: 1.4;
}
.credit__form {
  margin-top: 30px;
}
.credit__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: 15px;
}
.credit__form label span {
  padding-left: 15px;
  font-size: 12px;
  line-height: 1.2;
}
.credit__form label span a {
  text-decoration: underline;
}
.credit__form .input-block {
  width: 100%;
  margin-bottom: 15px;
}
.credit__form .btn {
  width: 100%;
}

@media only screen and (max-width: 760px) {
  .credit {
    margin-top: 60px;
    padding: 0;
    background-size: 600px auto;
    background-position: right 70px;
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
  }
  .credit__wrapper {
    margin-left: auto;
    margin-right: auto;
    background: transparent;
  }
  .credit__title {
    color: #000;
    line-height: 1.2;
    font-size: 24px;
  }
  .credit__subtitle {
    color: #000;
    margin-top: 220px;
    font-size: 18px;
    line-height: 1.2;
  }
  .credit__form label span {
    color: #000;
  }
  .credit__form label span a {
    color: #000;
  }
}

.moreInfo {
  margin-top: 100px;
}
.moreInfo__wrapper {
  background: url(../../assets/images/form_bg.jpg) 50% 0 no-repeat;
  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;
  padding: 40px 80px;
  border-radius: 10px;
}
.moreInfo__content {
  padding-left: 100px;
  color: #fff;
  background: url(../../assets/images/form_phone_ico1.png) 0 50% no-repeat;
}
.moreInfo__title {
  font-size: 20px;
  font-weight: 700;
  padding-bottom: 15px;
}
.moreInfo__subtitle {
  line-height: 1.4;
}
.moreInfo__form {
  width: 100%;
  max-width: 590px;
}
.moreInfo__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;
}
.moreInfo__form .form-elements label {
  width: 100%;
}
.moreInfo__form .form-elements .input-block,
.moreInfo__form .form-elements .submit {
  width: 48%;
  margin: 0;
}
.moreInfo__form .form-elements .input-block .btn,
.moreInfo__form .form-elements .submit .btn {
  width: 100%;
}
.moreInfo__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: 15px;
}
.moreInfo__form label span {
  padding-left: 15px;
  font-size: 12px;
  line-height: 1.2;
  color: #fff;
}
.moreInfo__form label span a {
  color: #fff;
  text-decoration: underline;
}

@media only screen and (max-width: 1200px) {
  .moreInfo__wrapper {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    background: url(../../assets/images/form_bg.jpg) 5% 0 no-repeat #232323;
  }
  .moreInfo__content {
    margin: 0 auto;
    margin-bottom: 30px;
  }
  .moreInfo__form {
    margin: 0 auto;
  }
}

@media only screen and (max-width: 760px) {
  .moreInfo {
    margin-top: 60px;
    background: #232323;
  }
  .moreInfo__wrapper {
    padding: 40px 0;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    background: none;
  }
  .moreInfo__content {
    background: none;
    padding: 0;
    margin: 0;
  }
  .moreInfo__form {
    margin-top: 20px;
  }
  .moreInfo__form .form-elements {
    display: block;
  }
  .moreInfo__form .form-elements .input-block,
  .moreInfo__form .form-elements .submit {
    width: 100%;
  }
  .moreInfo__form .form-elements .input-block {
    margin-bottom: 15px;
  }
}

.contacts {
  margin-top: 70px;
}
.contacts .container {
  position: relative;
}
.contacts h2 {
  font-size: 36px;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.contacts__logo svg {
  display: block;
  max-height: 100%;
  width: 70px;
  height: 40px;
  margin-left: auto;
  margin-right: auto;
}
.contacts__info {
  position: absolute;
  left: 0;
  background-color: #f6f3f2;
  border-radius: 10px;
  z-index: 10;
  top: 50px;
  padding: 40px 60px;
}
.contacts__diler {
  font-weight: 700;
  font-size: 24px;
  line-height: 1.4;
  margin-top: 10px;
}
.contacts__diler span {
  display: block;
  font-size: 14px;
  font-weight: 300;
}
.contacts__text {
  margin-top: 15px;
  font-size: 18px;
  line-height: 1.4;
}
.contacts__text .phone a {
  font-weight: 700;
  font-size: 20px;
}
.contacts__button {
  margin-top: 15px;
}
.contacts__button .btn {
  margin-left: 0;
}

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

@media only screen and (max-width: 996px) {
  .contacts__info {
    position: static;
    padding: 20px;
    max-width: 320px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  #map {
    height: 350px;
  }
}

.model__name {
  margin-top: 100px;
  padding: 30px 0;
  background-color: #f4f4f4;
  text-align: center;
  font-weight: bold;
  font-size: 36px;
  text-transform: uppercase;
}

.compl {
  margin-top: 80px;
}
.compl h2 {
  font-size: 48px;
  font-weight: bold;
  line-height: 1.1;
}
.compl__tabs {
  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: 30px;
  gap: 30px;
}
.compl__tab {
  padding: 35px 0;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.4;
  opacity: 0.5;
  -webkit-transition: all 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
  -o-transition: all 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.compl__tab.active {
  color: #084673;
  opacity: 1;
}
.compl__items {
  border-top: 3px solid #9fa0a1;
}
.compl__item {
  border-bottom: 2px solid #dcdcdd;
}
.compl__title {
  padding: 20px 0;
  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;
  font-size: 28px;
  font-weight: bold;
  line-height: 1.1;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.compl__params {
  margin: 20px 0;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0px 60px;
}
.compl__param {
  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;
  padding: 13px 0;
  border-bottom: 1px solid #ededed;
  gap: 0px 15px;
}
.compl__param-label {
  color: #6c7c80;
}
.compl__param-value {
  font-weight: bold;
}

@media only screen and (max-width: 996px) {
  .compl__params {
    gap: 0px 30px;
  }
}

@media only screen and (max-width: 760px) {
  .compl {
    padding: 50px 0;
  }
  .compl h2 {
    font-size: 28px;
    line-height: 1.1;
  }
  .compl__tabs {
    margin-top: 5px;
  }
  .compl__tab {
    padding: 25px 0;
  }
  .compl__params {
    grid-template-columns: repeat(1, 1fr);
    gap: 0;
  }
  .compl__title {
    font-size: 18px;
  }
  .compl__param {
    padding: 10px 0;
    font-size: 14px;
  }
}

.footer {
  padding-top: 20px;
  font-weight: 300;
  background-color: #f6f3f2;
}
.footer p {
  margin-bottom: 15px;
  font-size: 14px;
}
.footer p a {
  text-decoration: underline;
}

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

/* Medium Devices, Desktops */
@media only screen and (max-width: 1200px) {
  /**/
  .ios {
    overflow-scrolling: touch !important;
    overflow: auto !important;
    height: 100% !important;
  }
}

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

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

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

/* Custom, iPhone Retina */
@media only screen and (max-width: 480px) {
  /**/
}
