/* import fonts */
@import url("./fonts.css");
/* import fonts END */

/* **************************************************************************************************************************************** */

/* css reset */

*,
*::before,
*::after {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}

img,
picture {
  max-width: 100%;
  display: block;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  text-wrap: balance;
}

address {
  font-style: normal;
}

input,
button,
textarea,
select {
  font: inherit;
  outline: none;
  color: #fff;
}

button {
  border: none;
}

input,
button,
select {
  width: 100%;
  margin: 0;
  box-shadow: none;
  border-radius: 0;
  padding: 11px 32px;
  background: transparent;
}
input,
select {
  color: #fff;
  border: 1px solid #fff;
  min-width: 250px;
  font-size: 16px;
}

select option {
  color: #000;
  font-size: 16px;
}

input[type="checkbox"] {
  height: unset;
  width: unset;
  min-width: unset;
  min-height: unset;
}

input::-moz-placeholder {
  color: #adadad;
}
input::-webkit-input-placeholder {
  color: #adadad;
}
input:-ms-input-placeholder {
  color: #adadad;
}
input::placeholder {
  color: #adadad;
}

button {
  cursor: pointer;
}

select {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-color: transparent;
  background-image: url("../img/ico_select.svg");
  background-repeat: no-repeat;
  background-position: calc(100% - 22px) 50%;
  display: block;
  width: 100%;
  padding-right: 35px;
}

.select::-ms-expand {
  display: none;
}

.select:hover {
  border-color: #cccccc;
}

.select:focus {
  border-color: #cccccc;
  box-shadow: none;
  box-shadow: none -moz-mac-focusring;
  color: inherit;
  outline: none;
}

.select option {
  font-weight: normal;
}

ul,
ol {
  list-style: none;
}

:focus {
  outline: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

blockquote,
q {
  quotes: none;
}

q:before,
q:after {
  content: "";
}

a,
ins {
  text-decoration: none;
  color: inherit;
}

sub,
sup {
  vertical-align: baseline;
  position: relative;
  font-size: 0.8em;
}

sup {
  top: -5px;
}

sub {
  bottom: -2px;
}

pre {
  font: inherit;
}

/* css reset END */

/* **************************************************************************************************************************************** */

/* common styles */

body {
  font-family: PragmaticaC, Arial, sans-serif;
  font-size: 16px;
  position: relative;
  font-weight: 400;
  padding: 0px;
  overflow-x: hidden;
  margin: 0 auto;
  min-height: 100vh;
  line-height: 1.3;
  color: #fff;
  background-color: #000;
}

.compensate-for-scrollbar {
  margin: 0 auto !important;
  overflow: auto !important;
}

.resp_table {
  width: 100%;
}
.resp_table tr td:before {
  display: none;
}
.resp_table img {
  max-width: unset;
  width: unset;
  display: block;
  width: 100%;
}

.form_title {
  color: inherit;
  font-size: 20px;
  padding: 0px;
  margin: 0px;
  text-align: center;
  padding-bottom: 20px;
}

.form_title span {
  display: block;
  white-space: nowrap;
}

input,
textarea,
select,
button,
.btn {
  /* height: 50px; */
}

form .form-group {
  margin-bottom: 10px;
  position: relative;
}

.has-danger input,
.has-danger select,
.has-danger textarea {
  border-width: 2px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c86461;
}

#form_popup {
  display: none;
}

.popup_container {
  width: 520px;
  max-width: 100%;
  padding: 29px;
  overflow: hidden !important;
  position: relative;
  box-sizing: border-box;
  background: #000;
  text-align: center;
  padding-bottom: 30px;
}

.alert.fancybox-content {
  overflow: hidden;
  color: #000;
}

.not_agree button {
  background-color: #cccccc !important;
  cursor: auto !important;
  color: white !important;
}

.not_agree button::after {
  background-color: #000;
}

.agree_field {
  font-size: 12px;
  line-height: 100%;
  position: relative;
  display: block;
  display: inline-block;
  top: 0px;
  font-weight: 300;
  cursor: pointer;
}

.agree_field span {
  display: block;
  text-align: start;
  /* padding-top: 3px; */
}

.agree_field a {
  color: inherit;
  text-decoration: none;
}
.form_checkbox {
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 5px;
}

.container {
  width: 100%;
  max-width: 1340px;
  padding: 0 30px;
  margin: 0 auto;
}

.raw {
  display: flex;
}

.column-2 {
  width: 50%;
}

.column-3 {
  width: 33.333%;
}

.column-4 {
  width: 25%;
}

.bg_color1 {
}

.title {
  font-size: 40px;
  font-weight: 700;
  text-transform: uppercase;
}

.subtitle {
}

.text {
}

.desc {
}

.comment {
}

.text_color1 {
}

.block-title_white {
}

.text_thn {
}

.text_bld {
}

.text_left {
}

.text_right {
}

.text_upp {
}

.yellow-text {
  color: #f6a723;
}

.btn {
  position: relative;
  background: #f6a723;
  border: 1px solid #f6a723;
  color: #000;
  font-size: 14px;
  font-weight: 700;
  /* padding: 0 46px 0 46px; */
  min-width: 266px;
  min-height: 50px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  text-decoration: none;
  transition: all 0.3s linear;
  overflow: hidden;
  text-transform: uppercase;
}
.btn span {
  display: inline-block;
  width: 100%;
}

.btn:hover {
  background: #ffca71;
  border-color: #ffca71;
}

.btn.transporent {
  background: transparent;
  border-color: #fff;
  color: #fff;
}

.btn.transporent:hover {
  background: #f6a723;
  border-color: #f6a723;
  color: #000;
}

.btn.white {
  background: #fff;
  border-color: #fff;
}

.btn.white:hover {
  background: #ffffffb2;
  border-color: #ffffffb2;
}

/* common styles END */

/* HEADER ************************************************************************************************************************/

.header {
  position: fixed;
  width: 100%;
  z-index: 15;
  top: 0;
}

.header__top {
  background-color: #000;
  border-bottom: 1px solid #fff;
}

.nav {
  padding: 20px 0;
  display: flex;
  flex-direction: row;
}

.header__content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px 0;
  gap: 15px;
}

.header__logo-block {
  display: flex;
  gap: 20px;
  align-items: center;
}
.logo-stick {
  height: 40px;
  width: 1px;
  border-radius: 10px;
  background-color: #fff;
}
.header__addr {
  font-size: 12px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-left: 34px;
  background-position: left center;
  background-repeat: no-repeat;
  background-size: 20px;
  min-height: 20px;
  text-transform: uppercase;
  transition: opacity 0.3s linear;
  white-space: nowrap;
}
.header__addr:hover {
  /* color: #ffffffb2; */
  opacity: 0.8;
}
.header__place {
  background-image: url("../img/ico_target.svg");
}
.header__phone {
  background-image: url("../img/ico_phone.svg");
}
.header-menu {
}

.header__bottom {
  transition: backdrop-filter 0.3s linear, background 0.3s linear;
}

._scroll.header .header__bottom {
  backdrop-filter: blur(7px);
  background-color: #00000046;
}

.header__nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.nav__list {
  display: flex;
  gap: 20px 50px;
}

.nav__link {
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  transition: opacity 0.3s linear;
}

.nav__link:hover {
  opacity: 0.7;
}

.header__contacts {
  display: flex;
  flex-direction: row;
  align-items: start;
  justify-content: space-between;
  height: 100%;
  gap: 10px 25px;
}

.header__btn {
  font-size: 12px;
}

/* burger */
.header .burger {
  position: relative;
  display: none;
  width: 33px;
  min-width: unset;
  height: 24px;
  background-color: transparent;
  padding: 0;
}
.header .burger span {
  position: absolute;
  display: block;
  left: 0;
  width: 100%;
  height: 3px;
  background: #ffca71;
  transition: all 0.2s linear;
}

.header .burger span:nth-child(1) {
  top: 0;
}

.header .burger span:nth-child(2) {
  top: calc(50% - 1px);
  opacity: 1;
}

.header .burger span:nth-child(3) {
  bottom: 0;
}

.header .burger.active span:nth-child(1) {
  transform-origin: top right;
  transform: rotate(-45deg);
  top: -2px;
}

.header .burger.active span:nth-child(2) {
  opacity: 0;
}

.header .burger.active span:nth-child(3) {
  transform-origin: bottom right;
  transform: rotate(45deg);
  bottom: 0px;
}

/* burger  end*/

/* BANNER *************************************************************************************************************/
.banner {
  padding-top: 74px;
}
.banner__slide {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  min-height: 800px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.banner__slide1 {
  background-image: linear-gradient(#00000085, transparent 50%),
    url("../img/banner_slider/banner1.jpg");
}

.banner__container {
  height: 100%;
}

.banner__content {
  background-size: 100% 300px;
  background-repeat: no-repeat;
  position: relative;
  padding-top: 110px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: start;
  height: 100%;
}

.banner__title-block {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
  text-align: start;
  margin-bottom: auto;
}

.banner__title {
  display: flex;
  flex-direction: column;
  align-items: start;
  backdrop-filter: blur(2px);
}

.banner__title-top {
  position: relative;
  font-size: 32px;
  font-weight: 400;
  border-bottom: 1px solid #f6a723;
  padding-right: 36px;
  margin-bottom: 22px;
}
.banner__title-top::after {
  content: "";
  position: absolute;
  right: -50px;
  bottom: -1px;
  height: 105%;
  width: 80px;
  background-color: #f6a723;
  clip-path: polygon(
    calc(0% + 50px) 0%,
    100% 0%,
    calc(100% - 50px) 100%,
    0% 100%
  );
}
.banner__title1 {
  font-size: 36px;
  font-weight: 700;
  text-transform: uppercase;
}

.banner__title2 {
  font-size: 28px;
  font-weight: 700;
}

.banner__bottom-list {
  width: 100%;
  padding: 55px 0;
  display: flex;
  justify-content: space-between;
}
.banner-list-standalone .banner__bottom-list {
  display: none;
}
.banner__advantage-link {
  position: relative;
  padding-left: 50px;
  min-height: 40px;
}

.banner__advantage-link span {
  transition: opacity 0.3s linear;
}

.banner__advantage-link:hover span {
  opacity: 0.8;
}

.banner__advantage-link::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 40px;
  height: 40px;
  background-color: #f6a723;
  background-position: center;
  background-repeat: no-repeat;
  transition: background 0.3s linear;
}
.banner__advantage-link:hover::before {
  background-color: #ffca71;
}

.banner__advantage-link.present::before {
  background-image: url("../img/ico-present.svg");
}

.banner__advantage-link.car::before {
  background-image: url("../img/ico-car.svg");
}

.banner__advantage-link.kasco::before {
  background-image: url("../img/ico-shield.svg");
}

.banner__advantage-link.cart::before {
  background-image: url("../img/ico-cart.svg");
}

.banner__advantage-link.wallet::before {
  background-image: url("../img/ico-wallet.svg");
}
/*timer*************************************************************************************************************/
.timer {
  margin-bottom: 80px;
  overflow: hidden;
}
.timer__content {
  position: relative;
  padding: 66px 0px;
  display: flex;
  gap: 20px;
  align-items: center;
  justify-content: space-between;
}

.timer__left {
  display: flex;
  gap: 28px;
}
.timer__text {
  font-size: 32px;
  font-weight: 400;
  line-height: 35.97px;
}

.timer__right {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.timer .form-group {
  display: flex;
  gap: 15px;
}

.timer__input {
  display: block;
  /* width: 334px; */
}

.timer__btn {
  width: 266px;
}
/* Cars *************************************************************************************************************/

.cars {
  display: flex;
  flex-direction: column;
  gap: 60px;
  margin-bottom: 120px;
}
.cars__item {
  display: flex;
  flex-direction: column;
  gap: 50px;
}
.item__title {
  white-space: nowrap;
}
.item__top {
  display: flex;
  justify-content: space-between;
}

.item__left {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.item__labels {
  display: flex;
  flex-direction: column;
  align-items: start;
  gap: 30px;
}

.item__label1 {
  position: relative;
  font-size: 24px;
  font-weight: 400;
  border-bottom: 1px solid #f6a723;
  padding-right: 36px;
  padding-bottom: 8px;
}

.item__label1::after {
  content: "";
  position: absolute;
  right: -50px;
  bottom: -1px;
  height: 105%;
  width: 80px;
  background-color: #f6a723;
  clip-path: polygon(
    calc(0% + 50px) 0%,
    100% 0%,
    calc(100% - 50px) 100%,
    0% 100%
  );
}

.item__presents-list {
  display: flex;
  flex-direction: column;
  gap: 25px;
}

.item__presents-link {
  font-size: 24px;
  font-weight: 700;
  color: #fff;
  padding-left: 42px;
  background-position: left center;
  background-repeat: no-repeat;
  transition: opacity 0.3s linear;
}

.item__presents-link.hand {
  background-image: url("../img/ico-car-hand.svg");
}

.item__presents-link.car {
  background-image: url("../img/ico-car-car.svg");
}

.item__presents-link.percent {
  background-image: url("../img/ico-car-percent.svg");
}

.item__presents-link:hover {
  opacity: 0.8;
}

.item__btn-color {
  width: 44px;
  height: 44px;
  padding: 0;
  border-radius: 100%;
  border: 1px solid transparent;
}

.item__btn-color.blue {
  background: linear-gradient(34.7deg, #0b2cc8 16.91%, #070a38 85.09%);
}

.item__btn-color.red {
  background: linear-gradient(34.7deg, #bd0215 16.91%, #550600 85.09%);
}

.item__btn-color.white {
  background: linear-gradient(34.7deg, #ffffff 16.91%, #beb0af 85.09%);
}

.item__btn-color.gray {
  background: linear-gradient(34.7deg, #808080 16.91%, #484848 85.09%);
}
.item__btn-color.gray2 {
  background: linear-gradient(34.7deg, #494949 16.91%, #2f2f2f 85.09%);
}

.item__btn-color.black {
  background: linear-gradient(34.7deg, #363636 16.91%, #0b0b0b 85.09%);
}

.item__btn-color.btn-color-active {
  border: 1px solid #fff;
}

.item__right {
  display: flex;
  gap: 20px;
}

.item__car-img img {
}

.item__gallery {
  width: 144px;
}
.item__gallery-slider {
  gap: 8px;
  display: flex;
  flex-direction: column;
}
/* .slick-track {
  gap: 8px;
  display: flex;
  flex-direction: column;
} */

.car__gallery-link {
  max-height: 109px;
  width: 144px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  margin: 4px;
}
.car__gallery-img {
}

.item__buttons {
  display: flex;
  gap: 15px;
  justify-content: space-between;
}

.item__buttons .btn {
  width: 100%;
  font-size: 14px;
}
/**************************************************************************************************************/
/**************************************************************************************************************/

/**********************
       COMPLECTS
**********************/

.instock {
  position: relative;
  margin-bottom: 120px;
}

.instock__title {
  margin-bottom: 60px;
}

.instock #filter_table {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  width: 100%;
  padding: 50px;
  gap: 10px;
  background-color: #2c3238;
  margin-bottom: 60px;
}
.instock .card {
  display: none;
}
.instock .changed {
  display: flex;
  gap: 16px;
  background-color: #2c3238;
  /* flex-wrap: wrap; */
  justify-content: center;
  padding: 50px;
  margin-top: 84px;
  /* max-height: 284px; */
}

.instock .left_block {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  gap: 13px;
  min-width: 50%;
}

.instock__car-image {
  margin-top: -134px;
}

.instock__preferences {
  display: flex;
  gap: 14px;
}

.instock__presents-link {
  font-size: 16px;
  font-weight: 700;
  padding-left: 34px;
  background-position: left center;
  background-repeat: no-repeat;
  transition: opacity 0.3s linear;
}

.instock__presents-link:hover {
  opacity: 0.8;
}

.instock__presents-link.hand {
  background-image: url("../img/ico-car-hand.svg");
}

.instock__presents-link.car {
  background-image: url("../img/ico-yellow-shield.svg");
}

.instock .param_name {
  font-size: 24px;
  font-weight: 700;
  text-transform: uppercase;
}

.instock .param_wrap {
  display: flex;
  gap: 15px;
  justify-content: space-between;
}
.instock .param_wrap .stick {
  height: 57px;
  width: 1px;
  background-color: #fff;
}

.instock .param {
  text-align: center;
}

.instock .param .value {
  font-size: 24px;
  font-weight: 700;
}

.instock .param .name {
  font-size: 16px;
  font-weight: 400;
}

.instock .right_block {
  display: flex;
  flex-direction: column;
  gap: 25px;
}

.instock .btns {
  display: flex;
  gap: 20px;
}

/*CREDIN TRADEIN*************************************************************************************************************/
.finans {
  margin-bottom: 120px;
  display: flex;
  flex-direction: column;
  gap: 60px;
}
.finans__container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
}
.finans__image-block {
  height: 558px;
  background-image: url("../img/img-block.jpg");
  background-position: center;
  background-repeat: no-repeat;
}
.finans__part {
  display: flex;
  flex-direction: column;
  padding-bottom: 63px;
  background-repeat: no-repeat;
  background-position: top;
  background-size: cover;
  align-items: center;
}

.finans__img-side {
  background-position: top left;
  background-repeat: no-repeat;
  background-size: cover;
}
#credit .finans__img-side {
  background-image: url("../img/credit-img1.jpg");
}

#tradein .finans__img-side {
  background-image: url("../img/tradein-img1.jpg");
  background-position: bottom;
  background-size: 101%;
}

.finans__block {
  max-width: 547px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.finans__content {
  /* margin-top: auto; */
  gap: 60px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.finans__tatle {
  margin-bottom: 8px;
}

.finans__descr {
  font-size: 24px;
  /* margin-bottom: 20px; */
}

.finans .form-group {
  gap: 10px 15px;
  display: flex;
}

/* Contacts *************************************************************************************************************/
.contacts {
  position: relative;
  background-color: #2c3238;
}

.contacts__content {
  padding: 120px 0;
  z-index: 1;
  display: flex;
  gap: 20px;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
}

.contacts__addr {
  font-size: 18px;
  font-weight: 400;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-left: 31px;
  background-position: left center;
  background-repeat: no-repeat;
  background-size: 24px;
}

.contacts__place {
  background-image: url("../img/ico-contacts-target.svg");
}
.contacts__phone {
  background-image: url("../img/ico-contacts-phone.svg");
}

.contacts__time {
  background-image: url("../img/ico-contacts-clock.svg");
}

.contacts__descr {
  font-size: 24px;
  font-weight: 400;
  color: #858585;
}

#map1 {
  height: 550px;
  width: 100%;
  max-width: 100%;
  background: url("../img/map.jpg") 50% 0% no-repeat;
}

.webp #map1 {
  background: url("../img/map.webp") 50% 0% no-repeat;
}

.map {
  -webkit-filter: invert(100%);
}

/**footer************************************************************************************************************/

.footer {
  background-color: #333;
  color: #d6d6d6;
  padding: 16px 0;
  color: inherit;
}

.footer__text {
  font-size: 12px;
  font-weight: 400;
  color: #d6d6d6;
  text-decoration: none;
  display: flex;
  align-items: flex-start;
  gap: 4px;
  display: flex;
  align-items: center;
}

.sinoby {
  height: 8px;
}
.footer__container {
}
.footer__content {
}
.footer__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.footer__right {
  display: flex;
  flex-direction: column;
  align-items: end;
  justify-content: space-between;
  gap: 5px;
}

.footer__dislamer-btn {
  font-size: 14px;
  text-decoration: none;
}

.footer__disclamer {
  color: #d6d6d6;
  font-size: 10px;
  display: none;
  text-align: left;
  padding-top: 35px;
}

.copyright {
  font-size: 12px;
}

/* **************************************************************************************************************************************** */

@media only screen and (max-width: 1439px) {
  .timer__text {
    font-size: 24px;
    text-align: center;
  }
}

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

  .timer__content {
    flex-direction: column;
  }

  .item__right {
    flex-direction: column;
  }
  .item__gallery {
    width: unset;
    height: 109px;
  }

  .instock .changed {
    flex-direction: column;
    align-items: center;
  }

  .instock .left_block {
    max-width: 620px;
    align-items: center;
  }

  .instock .right_block {
    align-items: center;
  }

  #tradein .finans__img-side {
    background-size: cover;
  }
}

@media only screen and (max-width: 1149px) {
  .item__top {
    flex-direction: column;
    align-items: center;
    gap: 33px;
  }

  .item__left {
    gap: 30px;
    align-items: center;
  }

  .item__presents-list {
    align-items: center;
  }
  .contacts__content {
    justify-content: space-around;
  }
  .finans {
    overflow: hidden;
  }
  .finans__image-block {
    height: 50vw;
    background-size: cover;
    background-position: center;
  }
}

@media only screen and (max-width: 991px) {
  .btn,
  select,
  input {
    max-width: 500px;
    min-width: 300px;
    width: 100%;
  }

  .banner__slide {
    background-size: 1350px;
    background-position: 64% 70px;
    background-color: #2c3238;
  }

  .banner__content {
    align-items: center;
    padding-top: 70px;
  }

  .banner__title {
    align-items: center;
  }

  .banner__title-block {
    align-items: center;
    gap: 15px;
  }

  .banner__title-top {
    font-size: 20px;
    padding-right: 27px;
    margin-bottom: 15px;
  }

  .banner__title-top::after {
    right: -30px;
    width: 48px;
    clip-path: polygon(
      calc(0% + 30px) 0%,
      100% 0%,
      calc(100% - 30px) 100%,
      0% 100%
    );
  }

  .banner__title1 {
    text-align: center;
    font-size: 25px;
  }

  .banner__bottom {
    background-color: #2c3238;
  }

  .banner__bottom-list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 15px;
    justify-content: center;
    background-color: #2c3238;
  }

  .item__buttons {
    flex-direction: column;
    align-items: center;
  }

  .instock #filter_table {
    display: flex;
    flex-direction: column;
    gap: 20px;
    align-items: center;
  }
  .instock .btns {
    flex-direction: column;
    align-items: center;
    width: 100%;
  }
  .finans__container {
    display: flex;
    flex-direction: column;
    gap: 29px;
  }

  .finans__container {
    flex-direction: column;
  }

  .finans__img-side {
    height: 384px;
  }

  .finans__content {
    flex-direction: column-reverse;
    gap: 10px;
  }

  #tradein .finans__content {
    flex-direction: column;
  }

  .contacts__content {
    padding: 40px 0;
    flex-direction: column;
  }

  .finans__block {
    align-items: center;
    width: 100%;
    text-align: center;
  }
  .finans .form-group {
    flex-direction: column;
  }
  .footer {
    padding: 40px 0;
  }
  .footer__top {
    flex-direction: column;
    gap: 30px;
  }

  .footer__right {
    align-items: center;
  }

  .footer__text {
    text-align: center;
  }
}

/* mobiles */

@media only screen and (max-width: 767px) {
  .container {
    padding: 0 15px;
  }

  .title {
    font-size: 32px;
    text-align: center;
  }

  .header__top {
    min-height: 74px;
    display: flex;
    align-items: center;
  }

  .header__logo-block {
    flex-direction: column;
    gap: 8px;
    width: 79px;
  }
  .logo-stick {
    display: none;
  }
  .header__btn {
    display: none;
  }

  .header .burger {
    display: block;
  }

  .burger-menu {
    width: 100%;
    max-width: 375px;
    position: absolute;
    top: 74px;
    right: 0;
    background-color: #000;
  }

  .header__nav,
  .nav__list {
    flex-direction: column;
    align-items: center;
    gap: 20px;
  }

  .nav__link {
    font-size: 16px;
  }

  .burger-menu {
    display: none;
  }

  .active {
    display: block;
  }

  .banner {
    /* margin-bottom: 40px; */
  }

  .banner__slide {
    /* min-height: 820px; */
    min-height: 509px;
  }

  .banner__slide1 {
    background-size: 767px;
    background-position: 65% 190px;
  }

  .banner__content {
    padding-top: 15px;
  }

  .banner__title-top {
    font-size: 16px;
  }

  .banner__title1 {
    font-size: 18px;
  }

  .banner__bottom-list {
    grid-template-columns: 1fr;
    padding: 20px 0;
  }
  .banner-list-standalone .banner__bottom-list {
    display: grid;
    padding: 20px;
    margin-bottom: 40px;
  }
  .banner__bottom {
    background-color: unset;
  }
  .banner .banner__bottom-list {
    display: none;
  }
  .timer {
    margin-bottom: 40px;
  }

  .timer__content {
    padding: 0;
  }
  .timer__form {
  }

  .timer .form-group {
    flex-direction: column;
  }
  .timer__btn {
    width: unset;
  }

  .timer__megatimer div {
    transform: scale(0.7) !important;
    position: relative;
    left: 0;
  }

  .cars {
    margin-bottom: 40px;
  }

  .cars__item {
    gap: 30px;
  }

  .item__top {
    padding-top: 20px;
    position: relative;
  }

  .item__right {
    align-items: center;
    margin-right: -15px;
  }
  .item__car-img img {
    height: 237px;
  }
  .item__gallery-slider {
    width: 330px;
  }

  .item__label1 {
    position: absolute;
    top: 0;
    right: 48px;
    font-size: 16px;
    padding: 0 24px;
  }

  .item__label1::after {
    right: -30px;
    width: 48px;
    clip-path: polygon(
      calc(0% + 30px) 0%,
      100% 0%,
      calc(100% - 30px) 100%,
      0% 100%
    );
  }

  .item__presents-list {
    gap: 17px;
  }

  .item__presents-link {
    font-size: 16px;
  }

  .item__colors {
    position: absolute;
    top: 490px;
  }

  .item__right {
    gap: 102px;
  }

  .instock {
    margin-bottom: 40px;
  }

  .instock__title {
    margin-bottom: 30px;
  }
  .instock #tb_complects tbody {
    display: flex;
    flex-direction: column;
    gap: 30px;
  }
  .instock #filter_table {
    margin-bottom: 30px;
    padding: 15px;
  }

  .instock .changed {
    padding: 15px;
    margin-top: 37px;
  }

  .instock__car-image {
    margin-top: -52px;
  }

  .instock__preferences {
    flex-direction: column;
    gap: 5px;
  }

  .instock .right_block {
    gap: 30px;
  }

  .instock .param_wrap {
    flex-direction: column;
    align-items: center;
  }
  .instock .param_wrap .stick {
    height: 1px;
    width: 57px;
  }
  .finans {
    gap: 15px;
    margin-bottom: 40px;
  }

  .finans__part {
    padding-bottom: 0;
  }
  .finans__descr {
    font-size: 16px;
  }
  .finans__image-block {
    margin-bottom: 34px;
  }

  .contacts__content {
    padding: 40px;
    align-items: start;
    gap: 15px;
  }
  .contacts__title {
    align-self: center;
    margin-bottom: 15px;
  }
  .contacts__addr {
    font-size: 16px;
    text-align: start;
  }

  .contacts #map1 {
    height: 330px;
    background-position: center;
  }
}

@media only screen and (max-width: 420px) {
  .burger-menu {
    max-width: unset;
  }
  .banner__slide {
    min-height: 680px;
    min-height: 360px;
  }
  .banner__slide1 {
    background-size: 100%;
    background-position: center top;
    background-image: url("../img/banner_slider/banner1_mob.jpg");
  }

  .timer__megatimer div {
    transform: scale(0.55) !important;
    position: relative;
    left: 0;
  }
}
