html {
  overflow-x: hidden;
}

body {
  font-family: 'Noto Sans';
  font-size: 16px;
  color: #000;
  position: relative;
  font-weight: 500;
  margin: 0 auto;
  padding: 0;
  overflow-x: hidden;
  max-width: 1920px;
  /*background: url(../img/bg1.webp) 50% 91px no-repeat white;*/
  background: white;
}

.fancybox-slide--html .fancybox-close-small {
  /* color: white !important; */
}

.fancybox-button svg {
  transform: scale(2);
}

.compensate-for-scrollbar {
  margin-right: auto !important;
  overflow: auto !important;
}

.fancybox-content {
  overflow: hidden;
}

input[type='file'] {
  display: none;
}

.resp_table {
  width: 100%;
}

.resp_table tr td:before {
  display: none;
}

.resp_table img {
  max-width: 100%;
  width: 100%;
  display: block;
  width: 220px;
}

sup {
  display: inline-block;
  vertical-align: top;
  top: -3px;
  position: relative;
  font-size: 80%;
}

img {
  border-style: none;
  vertical-align: middle;
  max-width: 100%;
}

select::-ms-expand {
  display: none;
}

select::-ms-expand {
  display: none;
}

a:hover {
  text-decoration: none;
}

.fancybox-type-image .fancybox-close {
  right: 9px;
}

.fancybox-close {
  background: url(../img/bg_close.webp) 50% 50% no-repeat !important;
  color: #000;
  width: 22px !important;
  height: 22px !important;
  top: -25px !important;
  right: -25px !important;
}

.container {
  margin: 0px auto;
  padding: 0px 15px;
  max-width: 1140px;
  position: relative;
}

@media (min-width: 576px) {
  .container {
    width: 540px;
    max-width: 100%;
  }
}

@media (min-width: 768px) {
  .container {
    width: 720px;
    max-width: 100%;
  }
}

@media (min-width: 992px) {
  .container {
    width: 960px;
    max-width: 100%;
  }
}

@media (min-width: 1200px) {
  .container {
    width: 1170px;
    max-width: 100%;
  }
}

#form_popup,
#form_popup2 {
  display: none;
}

.popup_container {
  width: 420px;
  max-width: 100%;
  padding: 5px 29px;
  overflow: hidden;
  position: relative;
  box-sizing: border-box;
  /* border: 2px solid black; */
  background: white;
  text-align: center;
  padding-bottom: 30px;
}

.popup_container .agree_field {
  color: #000;
  font-size: 12px;
}

.popup_container .agree_field a {
  color: #000;
}

.popup_container h2 {
  font-size: 20px;
  font-weight: 700;
  /* text-transform: uppercase; */
  padding: 0px;
  margin: 0px;
  padding-bottom: 29px;
  text-align: center;
  padding-top: 25px;
  color: #000;
}

.popup_container .form_comment {
  text-align: center;
  font-size: 20px;
  color: #414141;
  padding-bottom: 15px;
}

.popup_container .form_comment a {
  display: block;
  color: #414141;
  text-decoration: none;
}

.popup_container .close {
  position: absolute;
  right: 10px;
  top: 10px;
  width: 34px;
  height: 34px;
  -moz-transform: rotate(45deg);
  /* Aey Firefox */
  -ms-transform: rotate(45deg);
  /* Aey IE */
  -webkit-transform: rotate(45deg);
  /* Aey Safari, Chrome, iOS */
  -o-transform: rotate(45deg);
  /* Aey Opera */
  transform: rotate(45deg);
  cursor: pointer;
}

.popup_container .close:before {
  content: '';
  position: absolute;
  left: 0px;
  top: 16px;
  width: 34px;
  height: 1px;
  display: block;
  background-color: #a8a8a8;
}

.popup_container .close:after {
  content: '';
  position: absolute;
  left: 16px;
  top: 0px;
  width: 1px;
  height: 34px;
  display: block;
  background-color: #a8a8a8;
}

.popup_container .form-group {
  margin-bottom: 19px;
}

.not_agree button {
  background-color: #cccccc !important;
  cursor: auto !important;
  color: white !important;
}

.agree_field {
  font-size: 10px;
  line-height: 100%;
  position: relative;
  display: inline-block;
  padding-left: 20px;
  top: 0px;
}

.agree_field input {
  position: absolute;
  top: -1px;
  left: 0px;
  margin: -0px;
}

.agree_field span {
  padding-left: 25px;
  display: inline-block;
}

.popup_container .form-disclamer {
  color: #b8b8b8;
  font-size: 10px;
  padding-top: 10px;
  text-align: center;
}

form {
}

form .form-group {
  margin-bottom: 10px;
  position: relative;
}

.form-group input[type='tel'],
.form-group input[type='text'],
.form-group select {
  height: 52px;
  width: 100%;
  color: #000;
  font-size: 15px;
  box-sizing: border-box;
  font-weight: 700;
  font-family: 'Noto Sans';
  padding: 0px 16px;
  background: #fff;
  border-color: #000;
  outline: none;
  background: transparent;
  border-radius: 0px;
  border: 1px solid #000;
}

.has-danger input,
.has-danger select,
.has-danger textarea {
  border-width: 2px !important;
  border-color: #eba5a3 !important;
}

.form-group select {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  background: url('../img/chevron-down.svg') no-repeat 95% center / 24px;
  outline: none;
}

.form-group button {
  width: 100%;
  cursor: pointer;
  font-family: 'Noto Sans';
  outline: none;
}

.form_title {
  color: #000;
  font-size: 36px;
  /* text-transform: uppercase; */
  padding: 0px;
  margin: 0px;
  text-align: center;
  padding-bottom: 47px;
}

.form_title span {
  display: block;
  color: #ff0000;
  white-space: nowrap;
}

.btn {
  box-sizing: border-box;
  background: #30363a;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 100%;
  height: 52px;
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  text-decoration: none;
  outline: none;
  border: none;
  transition: all 0.2s;
  text-align: center;
}

.btn:hover {
  background: #454a4e;
}

.btn.glass {
  border: 1px solid #000;
  background: transparent;
  color: #000;
}

.btn.glass:hover {
  background: #eff2f4;
  border-color: #cc010e;
  color: #000;
}

.btn--accent {
  background: #fff;
  border-color: #fff;
  color: #000;
}

.btn--accent:hover {
  background: rgba(255, 255, 255, 0.7);
  border-color: #fff;
  color: #000;
}

/**********************
        HEADER
**********************/

header {
  background: #fff;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 12;
  padding: 24px 0;
  box-shadow: 0 13px 16px 0 rgba(0, 0, 0, 0.2);
}

header .phone_wrap {
  color: #000;
  background: url('../img/icon-phone.svg') no-repeat 0 50% / 32px;
}

header .top_addr {
  color: #000;
  background: url('../img/icon-loc.svg') no-repeat 0 50% / 32px;
}

.header__logo {
  display: flex;
  align-items: center;
}

.header__logo img {
  max-width: 152px;
  min-width: 152px;
  width: 100%;
}

.header__logo-text {
  margin-left: 32px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.3;
  text-transform: uppercase;
  color: #000;
  position: relative;
  top: 2px;
}

.header__logo-text:before {
  content: '';
  width: 1px;
  height: 40px;
  background: #000;
  position: absolute;
  top: 50%;
  left: -16px;
  transform: translateY(-50%);
}

header .top_phone {
  color: #000;
}

header .phone_wrap .popup {
  color: #000;
}

header .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.header__contacts {
  display: flex;
  align-items: center;
}

.header__contacts .phone_wrap {
  margin-right: 40px;
}

.logo1 {
  max-width: 360px;
  margin-right: 64px;
}

.phone_wrap {
  display: flex;
  flex-direction: column;
  padding-left: 45px;
  background: url('../img/ico_phone.webp') 0 50% no-repeat;
}

.top_phone {
  font-size: 18px;
  font-weight: 700;
  color: #000;
  text-decoration: none;
}

.phone_wrap .popup {
  font-size: 16px;
  color: #000;
}

.top_addr {
  font-size: 18px;
  color: #000;
  padding-left: 45px;
  background: url('../img/ico_loc.webp') 0 50% no-repeat;
}

header .m_btn {
  display: none;
}

/**********************
        BANNER
**********************/

.title_container {
  margin-top: 140px;
  font-family: 'Noto Sans';
}

#timerada30233bfd713aaceb77616ae3a3656 .timer-flipchart-face {
  background-color: #000;
}

.timer_block {
  position: relative;
}

.timer_title {
  font-size: 20px;
  padding-bottom: 10px;
}

.timer {
}

.timer div[id^='timer'] {
}

.title1 {
  color: #000;
  font-size: 35px;
  padding-bottom: 8px;
  font-weight: 700;
}

.title1 span {
  color: #b91b23;
}

.title2 {
  font-family: 'Noto Sans';
  font-size: 22px;
  font-weight: 700;
  padding-bottom: 10px;
}

.title2 span {
  text-transform: uppercase;
  color: #b91b23;
}

.title3 {
  font-weight: 700;
  font-size: 28px;
}

.title3 .rub {
  font-family: Arial, Helvetica, sans-serif;
  font-style: normal;
}

.title3 span {
  color: #b91b23;
}

/**********************
        BANNER
**********************/

.banner {
  position: relative;
  overflow: hidden;
  min-height: 640px;
  max-height: 1200px;
  height: calc(100vh - 94px);
  margin-top: 94px;
}

.banner__container {
  position: relative;
  z-index: 2;
}

.banner__slider {
  height: 100%;
}

.banner__col {
  background-image: url('../img/banner1.webp');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;

  min-height: 100%;
  padding: 25px 0;
  box-sizing: border-box;
  display: flex;
}

.banner__col:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 320px;
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0.2) 0%,
    rgba(0, 0, 0, 0) 100%
  );
}

.banner__col-body {
  position: relative;
  z-index: 1;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.banner__col-panel {
  position: relative;
  color: #000;
}

.banner__col-info {
  max-width: 600px;
}

.banner__col-panel-wrap {
  position: relative;
  z-index: 2;

  display: flex;
  align-items: flex-start;
}

.banner__col-date {
  background: #000;
  color: #fff;
  font-weight: 500;
  font-size: 24px;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 24px;
  display: inline-block;
  padding: 4px 12px;
}

.banner__col-title {
  color: #fff;
  font-weight: 500;
  font-size: 36px;
  line-height: 1.3;
  text-transform: uppercase;
  margin: 0;
}

.banner__col-title strong {
  color: #b91b23;
}

.banner__col-desc {
  color: #fff;
  font-weight: 700;
  font-size: 32px;
  line-height: 1.3;
  margin: 24px 0 0;
  text-shadow: 1px 1px 0px #000; /* red outline */
}

.banner__form {
  margin-top: auto;
  width: 770px;
  display: flex;
  flex-flow: wrap;
  justify-content: space-between;
}

.banner__form-desktop {
  display: block;
}

.banner__form-mobile {
  display: none;
}

.banner__form .form_title {
  font-family: 'Noto Sans';
  color: #fff;
  text-align: left;
  padding-bottom: 10px;
  font-weight: 700;
  font-style: italic;
  font-size: 24px;
}

/* .banner__form-title {
  color: #fff;
} */

.banner__form.black .form_title {
  color: #000;
}

.banner__form.black input[type='tel'] {
  border-color: #000;
}

.banner__form .form-group {
  width: calc(50% - 8px);
  margin: 0;
}

.banner__form
  .input-checkbox-light
  .input__checkbox:checked
  ~ .input__checkbox-label:before {
  border-color: #000;
  background-color: #000;
}

.banner__form .agree_field,
.banner__form .agree_field a {
  color: #000;
}

.banner__form.black .agree_field,
.banner__form.black .agree_field a {
  color: #000;
}

.banner__form .form-group input[type='tel'] {
  color: #000;
  background: #fff;
  border-color: #fff;
}

.banner__col-timer {
  max-width: 400px;
  min-width: 400px;
  margin-left: 150px;
  box-sizing: border-box;
  font-weight: 500;
  background-color: rgba(0, 0, 0, 0.4);
}

.banner__col-short {
  color: #000;
  padding: 24px;
  background: rgba(0, 0, 0, 0.4);
  margin: 24px 0;
  max-width: 540px;
  border-radius: 12px;
}

.banner__col-short-title {
  color: #000;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.3;
  display: block;
  margin: 0 0 4px;
}

.banner__col-short-desc {
  font-size: 24px;
  font-weight: 500;
}

.timer-wrap__title {
  color: #fff;
  font-weight: 500;
  font-size: 24px;
  text-align: center;
  margin: 0 0 12px;
}

.timer-wrap > div[id^='timer'] {
  transform: scale(0.8) !important;
  transform-origin: center;
  margin-left: -100px;
  position: relative;
  left: 50px;
}

.input {
  margin-top: 16px;
}

.form__row {
  display: flex;
  flex-wrap: wrap;
  gap: 0 16px;
}

.input__checkbox {
  display: none;
}

.input__checkbox:checked ~ .input__checkbox-label:before {
  background-color: #30363a;
  border-color: #30363a;
  background-image: url('../img/checkbox-checked.svg');
}

.input__checkbox-label {
  color: #181818;
  position: relative;
  font-size: 16px;
  line-height: 1.3;
  font-weight: 500;
  display: block;
  padding-left: 28px;
  text-align: left;
}

.input__checkbox-label a {
  color: #181818;
  text-decoration: underline;
  transition: 0.2s;
}

.input__checkbox-label a:hover {
  text-decoration-color: transparent;
}

.input__checkbox-label:before {
  content: '';
  display: inline-block;
  background-color: #fff;
  width: 16px;
  height: 16px;
  flex-shrink: 0;
  flex-grow: 0;
  border: 1px solid #d7d7da;
  border-radius: 4px;
  margin-right: 8px;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 50% 50%;
  transition: border-color 0.3s ease-in, background-color 0.3s ease-in;
  position: absolute;
  top: 2px;
  left: 0;
}

.input-checkbox-light .input__checkbox-label {
  color: #fff;
}

.input-checkbox-light .input__checkbox-label a {
  color: #fff;
}

.input-checkbox-light .input__checkbox:checked ~ .input__checkbox-label:before {
  background-color: #30363a;
  border-color: #30363a;
}

.alert {
  text-align: center;
}

.alert:before {
  content: '';
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  height: 48px;
  min-width: 48px;
  display: flex;
  justify-content: center;
  margin: 0 0 16px;
}

.alert--error:before {
  background-image: url('../img/modal-error.svg');
}

.alert--success:before {
  background-image: url('../img/modal-success.svg');
}

.alert__title {
  font-weight: 700;
  font-size: 24px;
  line-height: 1.3;
  margin: 0 0 20px;
}

.alert__desc {
  font-weight: 500;
  font-size: 16px;
  line-height: 1.3;
}

/**********************
         CARS
**********************/

.menu {
  margin-top: 70px;
  z-index: 64;
}

.menu .container {
  display: flex;
  justify-content: center;
  gap: 12px;
}

.menu a {
  color: #000;
  text-decoration: none;
  transition: all 0.3s;
  margin: 0 10px;
}

.menu a:first-child {
  margin-left: 0;
}

.menu a:last-child {
  margin-right: 0;
}

.menu a .menu_img {
  min-height: 100px;
  max-width: 170px;
  display: flex;
  align-items: flex-end;
}

.menu a .menu_name {
  display: block;
  margin-top: 10px;
  text-align: center;
  font-weight: 500;
}

.menu a:hover {
  color: #000;
}

.cars_items {
  margin-top: 75px;
}

.car_item {
  margin-bottom: 75px;
}

.car_wrap {
  display: flex;
  justify-content: space-between;
}

.car_image {
  box-sizing: border-box;
  width: 62.4%;
  position: relative;
  height: 640px;
  padding-top: 40px;
}

.red-text {
  color: #a6192e;
}

.percent-top {
  top: 0px;
  font-size: 15px;
}

.car_offers {
  display: flex;
  margin-bottom: 40px;
  margin-left: 50px;
  position: relative;
}

.car_offers > a {
  display: flex;
  align-items: center;
  min-height: 80px;
  color: #000;
  text-decoration: none;
}

.car_offers > a.ico1 {
  background: url('../img/credit-cards.webp') 5% 50% no-repeat;
  font-size: 22px;
  margin-right: 70px;
}

.car_offers > a.ico1:hover {
  background: url('../img/credit-cards-hover.webp') 5% 50% no-repeat;
}

.car_offers > a.ico2 {
  padding-left: 50px;
  font-size: 18px;
  font-weight: 700;
  background: url('../img/ico_sign.webp') 0 50% no-repeat;
  text-transform: uppercase;
}

.car_gift_tire {
  position: absolute;
  bottom: 65px;
  left: -65px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  height: 90px;
  color: #000;
  font-size: 20px;
  font-weight: 700;
  padding-left: 75px;
  z-index: 1;
  text-decoration: none;
}

.car_gift_tire b {
  color: #000;
}

.car_gift_tire:before {
  content: '';
  display: block;
  width: 90px;
  height: 90px;
  border-radius: 50%;
  background: #fff;
  position: absolute;
  left: 25px;
  top: 0;
  z-index: -1;
}

.car_gift_tire:after {
  content: '';
  display: block;
  width: 65px;
  height: 65px;
  background: url(../img/tire_black.webp) 50% no-repeat;
  position: absolute;
  left: 0;
  top: 8px;
  z-index: 2;
}

.car_gift_tire:hover b {
  color: #000;
}

.car_gift_tire:hover:before {
  background: #ccc;
}

.car_gift_tire:hover:after {
  background: url(../img/tire_white.webp) 50% no-repeat;
}

.car_gift_tire span {
}

/*#tiggo_8_pro_max .car_image {
    padding-top: 60px;
}

#tiggo_8_pro_e_ .car_image {
    padding-top: 90px;
}

#tiggo_8_pro .car_image {
    padding-top: 105px;
}

#tiggo_8 .car_image {
    padding-top: 80px;
}

#tiggo_7_pro .car_image {
    padding-top: 135px;
}

#tiggo_4_pro .car_image {
    padding-top: 85px;
}

#tiggo_4 .car_image {
    padding-top: 85px;
}*/

.car_image:before {
  content: '';
  display: block;
  position: absolute;
  background: url('../img/car_img_back.webp') 0 0 no-repeat;
  width: 1001px;
  height: 100%;
  top: 0;
  left: -255px;
}

.car_image .car_img {
  position: relative;
  z-index: 1;
  margin-top: -100px;
  /* margin-left: -20px; */
}

.car_testdrive {
  position: absolute;
  top: -50px;
  right: -45px;
}

.car_testdrive img {
}

.car_new {
  position: absolute;
  top: -40px;
  right: 125px;
}

.car_new img {
}

.car_text {
  width: 32%;
  position: relative;
}

.car__content-list {
  list-style: none;
  padding: 0;
  margin: 32px 0;
}

.car__content-item {
  position: relative;
  padding-left: 40px;
}

.car__content-item + .car__content-item {
  margin: 12px 0 0;
}

.car__content-item:before {
  content: '';
  width: 24px;
  height: 1px;
  position: absolute;
  top: 9px;
  left: 0;
  background: #000;
}

.car_name {
  font-weight: 500;
  color: #000;
  font-size: 50px;
  margin-bottom: 15px;
  position: relative;
}

.car_name span {
  display: block;
  font-size: 32px;
}

#tiggo_8_pro_max .car_name {
  margin-bottom: 10px;
}

.car_name b {
  white-space: nowrap;
}

.car_price {
  font-size: 24px;
  font-weight: 700;
}

.car_price b {
  font-size: 20px;
  position: relative;
}

/* .car_price b:before {
  content: '';
  position: absolute;
  top: 41%;
  left: -2%;
  height: 3px;
  width: 104%;
  background: #000;
} */

.car_profit {
  position: relative;
  display: block;
  margin-top: 20px;
  padding-left: 52px;
  color: #000;
  font-weight: 700;
  font-size: 16px;
  text-decoration: none;
}

.car_profit:before {
  content: '';
  width: 40px;
  height: 40px;
  min-width: 40px;
  background: #000 url('../img/lightning.svg') no-repeat center / 32px;
  border-radius: 50%;
  position: absolute;
  top: 4px;
  left: 0;
}

.car_profit b {
  font-size: 30px;
  color: #000;
}

.car_profit sup {
  font-size: 10px;
  top: 5px;
}

.car_props {
  margin-top: 20px;
}

.car_props > a {
  display: flex;
  align-items: center;
  font-size: 16px;
  font-weight: 700;
  color: #1e2329;
  text-decoration: none;
  padding-left: 45px;
  margin-bottom: 10px;
  min-height: 31px;
}

.car_props > a.ico1 {
  background: url('../img/prop_ico1.webp') 0 50% no-repeat;
}

.car_props > a.ico2 {
  background: url('../img/prop_ico2.webp') 0 50% no-repeat;
}

.car_btns {
  margin-top: 25px;
}

#tiggo_8_pro_max .car_btns {
  margin-top: 25px;
}

/*#tiggo_8_pro_e_ .car_btns {
    margin-top: 80px;
}*/

.credit_calc select option[disabled],
.tradein select option[disabled] {
  display: none;
}

.car_btns .btn {
  margin-bottom: 13px;
}

.car_gallery {
  background: url('../img/car_gallery_bg.webp') 50% 100% no-repeat;
}

.car_gallery img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}

.car_gallery .container {
  display: flex;
  justify-content: space-between;
}

.car_gallery a {
  width: 25%;
  display: block;
  position: relative;
  padding-top: 15%;
}

.car_gallery a img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/**********************
       COMPLECTS
**********************/

/**************************************************************************************************************/

#instock .instock_title {
  font-size: 30px;
  text-align: center;
  padding-bottom: 35px;
  font-weight: 700;
}

#instock .complects_tab {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: center;
}

#instock .tab_item {
  background: #f0f0f0;
  font-size: 16px;
  font-weight: 700;
  padding: 4px 7px;
  cursor: pointer;
}

#instock .tab_item.active {
  color: #fff;
  background: #000;
}

#instock .tab_item:hover {
  color: #fff;
  background: #000;
}

.slick-arrow {
  background-image: url('../img/arrow-left.svg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: 24px;
  border: 1px solid #000;
  border-radius: 50%;
  display: block;
  width: 34px;
  height: 34px;
  outline: none;
  position: absolute;
  top: 50%;
  color: transparent;
  font-size: 0;
  cursor: pointer;
  z-index: 1;
  transition: 0.2s;
}

.slick-prev:before,
.slick-next:before {
  display: none !important;
}

.slick-arrow:hover {
  background-color: #dedede;
}

#instock .complects_items .slick-prev {
  left: -50px;
}

#instock .complects_items .slick-next {
  right: -50px;
  transform: rotate(180deg);
  top: calc(50% - 25px);
}

#instock .compl_item {
  margin: 0 10px;
  margin-top: 30px;
}

#instock .compl_name {
  font-weight: 700;
  margin-bottom: 0;
  min-height: 42px;
}

#instock .compl_img {
  position: relative;
}

#instock .compl_img:before {
  content: '';
  width: 62%;
  height: 100%;
  display: block;
  background: #d9d9d9;
  position: absolute;
  left: 50%;
  z-index: -1;
  transform: skewX(-30deg) translateX(-50%);
}

#instock .compl_img img {
  width: 100%;
}

#instock .compl_params {
}

#instock .param_item {
  margin-top: 20px;
  display: flex;
  justify-content: space-between;
  text-transform: none;
}

#instock .param_name {
  font-size: 14px;
}

#instock .param_val {
  font-size: 15px;
  font-weight: 700;
}

#instock .compl_btns {
  padding-top: 10px;
}

#instock .compl_btns .btn {
  margin-top: 10px;
  width: 100%;
}

#instock .compl_btns .btn:last-child {
}

/**************************************************************************************************************/

/**********************
       CREDIT
**********************/

.credit {
  background: #242424;
  margin-top: 130px;
}

.main_cred_wrap {
  position: relative;
  top: -80px;
}

.cred_wrap {
  display: flex;
  justify-content: space-between;
}

.cred_text {
  box-sizing: border-box;
  font-size: 24px;
  font-weight: 700;
  padding: 100px 45px 100px;
  color: #ffffff;
  background: url('../img/credit_bg1.webp') 0 0 no-repeat;
  width: 59.9%;
}

.cred_text > b {
  font-size: 30px;
}

.cred_text > span {
  display: block;
  margin-top: 20px;
  font-weight: 500;
}

.cred_text > span i {
  font-style: normal;
  font-weight: 800;
}

.cred_text .btn {
  font-family: 'Noto Sans';
  margin-top: 35px;
  width: 375px;
}

.cred_img {
  width: 40.2%;
}

.rass_wrap {
  display: flex;
  justify-content: space-between;
}

.rass_img {
  width: 59.9%;
  position: relative;
  overflow: hidden;
}

.rass_img img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.rass_text {
  box-sizing: border-box;
  width: 40.2%;
  padding: 80px 45px;
  font-weight: 500;
  font-size: 24px;
  color: #ffffff;
  background: url('../img/credit_bg2.webp') no-repeat 0 0 / cover;
}

.rass_text b {
  display: block;
  font-size: 30px;
  margin-bottom: 15px;
  text-transform: uppercase;
}

#cred_form {
  width: 100%;
  margin-top: 20px;
}

#cred_form input[type='tel'] {
  color: #fff;
  border-color: #fff;
}

#cred_form input[type='tel']::placeholder {
  color: #fff;
}

#cred_form .agree_field,
#cred_form .agree_field a {
  color: #ffffff;
  font-size: 9px;
}

/**********************
        credit_calc
**********************/

.credit_calc {
  position: relative;
  padding: 52px 0;
  background-color: #f0f0f0;
  background-image: url('../img/credit_bg.webp');
  background-repeat: no-repeat;
  background-position: -160px center;
  background-size: auto 100%;
}

.credit_calc:after {
  content: '';
  display: block;
  width: 54%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background: url('../img/cont_bg.webp') no-repeat 0 0 / cover;
}

.credit_calc .container {
  z-index: 9;
}

.credit_calc > img {
  display: none;
}

.credit_calc_title {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 10px;
  width: 375px;
  margin-left: auto;
}

.credit_calc_desc {
  padding: 10px 0;
  margin-bottom: 20px;
  width: 375px;
  margin-left: auto;
  display: flex;
  align-items: flex-start;
}

.credit_calc_desc:before {
  content: '';
  width: 24px;
  height: 24px;
  min-width: 24px;
  margin-right: 12px;
  background: url('../img/percent.svg') no-repeat center / contain;
}

.input_range_title {
  font-weight: 700;
}

#credit_calc_form {
  width: 375px;
  margin-left: auto;
}

#credit_calc_form .range_block {
  margin: 30px 0;
}

#credit_calc_form input[type='text'],
#credit_calc_form input[type='tel'],
#credit_calc_form select {
  border: 1px solid #000;
  color: #000;
}

.credit_calc .irs--round .irs-min,
.credit_calc .irs--round .irs-max {
  color: #939393;
  font-size: 16px;
  top: 45px;
  background-color: transparent;
  font-family: 'Noto Sans';
  font-weight: 700;
}

.credit_calc .irs--round .irs-line {
  height: 2px;
  background-color: #939393;
}

.credit_calc .irs--round .irs-bar {
  top: 36px;
  height: 2px;
  background-color: #000;
}

.credit_calc .irs--round .irs-from,
.credit_calc .irs--round .irs-to,
.credit_calc .irs--round .irs-single {
  font-size: 20px;
  background-color: transparent;
  color: #000;
  font-family: 'Noto Sans';
  font-weight: 700;
}

.credit_calc .irs--round .irs-from:before,
.credit_calc .irs--round .irs-to:before,
.credit_calc .irs--round .irs-single:before {
  display: none;
}

.credit_calc .irs--round .irs-handle.state_hover,
.credit_calc .irs--round .irs-handle:hover {
  background-color: #000;
}

.credit_calc .irs--round .irs-handle {
  border: 4px solid #000;
  background-color: #000;
}

/**************************************************************************************************************/

/**********************
       testdrive
**********************/

.testdrive {
  background: #242424;
  margin-top: 130px;
}

#testdrive_form .agree_field,
#testdrive_form .agree_field a {
  color: #ffffff;
  font-size: 9px;
}

#testdrive_form {
  margin-top: 24px;
}

#testdrive_form input[type='tel'] {
  color: #fff;
  border-color: #fff;
}

#testdrive_form input[type='tel']::placeholder {
  color: #fff;
}

/**********************
        TRADEIN
**********************/

.tradein {
  position: relative;
  padding: 86px 0;
  background-image: url('../img/tradein_bg.webp');
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-position: calc(100% + 130px) top;
}

.tradein:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border-bottom: 642px solid #f0f0f0;
  border-left: 215px solid transparent;
  border-right: 0px solid transparent;
  height: 0;
  width: 45%;
  transform: rotate(180deg);
}

.tradein > img {
  display: none;
}

.tradein_title {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 20px;
}

#tradein_form {
  width: 375px;
}

#tradein_form input[type='text'],
#tradein_form input[type='tel'],
#tradein_form select {
  border: 1px solid #000;
  color: #000;
}

/**********************
      BUY_ONLINE
**********************/

.buy_online {
  margin-top: 85px;
}

.buy_online_title {
  font-size: 30px;
  color: #000;
  font-weight: 700;
  text-align: center;
  margin-bottom: 85px;
}

.buy_online_steps {
  display: flex;
  justify-content: space-between;
}

.buy_online_steps .step {
  width: 23.5%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  background: #f0f0f0;
  transform: skewX(-15deg);
  height: 100px;
}

.buy_online_steps a.step {
  color: #ffffff;
  background: #000;
}

.buy_online_steps a.step b {
  background: #f0f0f0;
  color: #000;
}

.buy_online_steps a.step span {
  font-weight: 700;
}

.buy_online_steps .step:nth-child(even) {
  top: 110px;
  left: -25px;
}

.buy_online_steps .step b {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 43px;
  height: 43px;
  background: #000;
  border-radius: 50%;
  font-size: 30px;
  color: #ffffff;
  font-weight: 700;
  position: absolute;
  top: -20px;
  transform: skewX(15deg);
}

.buy_online_steps .step span {
  display: block;
  transform: skewX(15deg);
  font-size: 20px;
  font-weight: 500;
}

/**********************
      ADVANTAGES
**********************/

.advantages {
  margin-top: 120px;
}

.ags_title {
  font-size: 30px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 30px;
}

.ags_list {
  display: flex;
  flex-flow: wrap;
  justify-content: space-between;
}

.ags_item {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32.2%;
  height: 147px;
  font-weight: 500;
  color: #000;
  text-align: center;
  font-size: 20px;
  margin-bottom: 30px;
}

.ags_item.img1 {
  background: url('../img/ags_img1.webp') 100% 100% no-repeat #f0f0f0;
}

.ags_item.img2 {
  background: url('../img/ags_img2.webp') 100% 100% no-repeat #f0f0f0;
}

.ags_item.img3 {
  background: url('../img/ags_img3.webp') 100% 100% no-repeat #f0f0f0;
}

.ags_item.img4 {
  background: url('../img/ags_img4.webp') 100% 100% no-repeat #f0f0f0;
}

.ags_item.img5 {
  background: url('../img/ags_img5.webp') 100% 100% no-repeat #f0f0f0;
}

.ags_item.img6 {
  background: url('../img/ags_img6.webp') 100% 100% no-repeat #f0f0f0;
}
.ags_item.img7 {
  background: url('../img/ags_img7.jpg') 100% 100% no-repeat #f0f0f0;
}

.advantages .btn {
  margin: 0 auto;
  width: 376px;
}

/**********************
      CONTACTS
**********************/

.contacts {
  margin-top: 120px;
  position: relative;
  height: 670px;
}

.contacts:after {
  content: '';
  display: block;
  width: 54%;
  height: 670px;
  position: absolute;
  top: 0;
  right: 0;
  background: url('../img/cont_bg.webp') 0 0 no-repeat;
}

.cont_wrap {
  width: 375px;
  /*margin-left: auto;*/
  position: absolute;
  top: 150px;
  right: 0;
  z-index: 1;
}

.cont_title {
  font-weight: 700;
  font-size: 36px;
  margin-bottom: 25px;
}

.bot_phone_wrap {
  position: relative;
  padding-left: 45px;
  display: flex;
  flex-direction: column;
  margin-bottom: 25px;
}

.bot_phone {
  font-size: 26px;
  font-weight: 700;
  color: #000;
  text-decoration: none;
}

.bot_phone_wrap .popup {
  font-size: 16px;
  font-weight: 700;
  color: #000;
}

.bot_addr {
  position: relative;
  font-size: 20px;
  padding-left: 45px;
}

.bot_phone:before,
.bot_addr:before {
  content: '';
  width: 32px;
  height: 32px;
  position: absolute;
  top: 4px;
  left: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.bot_phone:before {
  background-image: url('../img/icon-phone-dark.svg');
}

.bot_addr:before {
  background-image: url('../img/icon-loc-dark.svg');
}

.quest {
  margin-top: 50px;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 15px;
}

#map1 {
  width: 100%;
  height: 669px;
}

.footer {
  background: #30363a;
  padding: 32px 0;
}

.footer__text {
  color: #fff;
  font-size: 11px;
  font-weight: 500;
  line-height: 1.3;
}

.footer__logo {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 52px 0 0;
}

.footer__logo-img {
  max-width: 202px;
  min-width: 202px;
  width: 100%;
}

.footer__logo-text {
  text-transform: uppercase;
  font-weight: 700;
  color: #fff;
  font-size: 16px;
  margin-left: 32px;
}

.footer__copy {
  color: #a6b7be;
  font-size: 11px;
  font-weight: 500;
  line-height: 1.3;
  text-align: center;
  margin-top: 24px;
}

.copyright {
  font-size: 12px;
  font-weight: 500;
}

/*------------------------------------------------------------------------------------------------------------------------*/

@media (max-width: 1350px) {
  .car_gift_tire {
    bottom: 50px;
    left: 0;
  }
}

/*IPAD PRO BEGIN*/
@media (min-width: 768px) and (max-width: 1199px) {
  .timer div[id^='timer'] {
    transform: scale(0.8) !important;
    transform-origin: left;
  }

  .top_addr {
    display: none;
  }

  .car_text {
    width: 37%;
  }

  .car_image {
    width: 54%;
  }

  .car_image:before {
    left: -430px;
  }

  .car_new {
    top: -25px;
    right: 0px;
  }

  #instock .complects_tab {
    flex-wrap: wrap;
    max-width: 75%;
    margin: 0 auto;
    justify-content: center;
    gap: 10px 20px;
  }

  .cred_text {
    padding: 80px 45px 90px;
  }

  .rass_text {
    font-size: 20px;
    padding: 50px 45px;
  }

  .buy_online_steps .step span {
    font-size: 16px;
  }

  #map1 {
    background-position: 30% 0;
  }

  .contacts:after {
    width: 60%;
  }

  .car_offers {
    margin-left: 0;
  }

  .credit_calc:after {
    width: 64%;
  }

  .tradein {
    background-position: calc(100% + 430px) top;
  }
}

/*IPAD PRO BEGIN*/

/*IPAD BEGIN*/
@media (min-width: 768px) and (max-width: 991px) {
  .car_gift_tire {
    bottom: 0px;
  }

  .title_container {
    margin-top: 110px;
  }

  .top_phone {
    font-size: 14px;
  }

  .car_wrap {
    flex-direction: column;
  }

  .car_image {
    width: 100%;
    height: 600px;
  }

  .car_image:before {
    left: -250px;
  }

  .car_text {
    width: 100%;
    margin-top: 30px;
  }

  .car_name {
    margin-bottom: 10px;
  }

  .car_gallery {
    margin-top: 0;
    padding-top: 35px;
  }

  .car_btns {
    margin-top: 20px;
  }

  .cred_text {
    width: 100%;
    background-size: 100%;
  }

  .cred_img {
    display: none;
  }

  .rass_wrap {
    flex-direction: column;
  }

  .rass_img {
    width: 100%;
  }

  .rass_img img {
    width: 100%;
  }

  .rass_text {
    width: 100%;
    background-size: 100%;
  }

  .buy_online {
    margin-top: 50px;
  }

  .buy_online_title {
    margin-bottom: 50px;
  }

  .buy_online_steps {
    flex-flow: wrap;
  }

  .buy_online_steps .step {
    width: 49%;
    top: 0 !important;
    left: 0 !important;
    margin-bottom: 20px;
  }

  .advantages {
    margin-top: 50px;
  }

  .ags_item {
    width: 49%;
  }

  .contacts {
    height: auto;
    background: #f0f0f0;
    margin-top: 50px;
  }

  .contacts:after {
    display: none;
  }

  .cont_wrap {
    position: relative;
    width: 100%;
    top: 0;
    padding: 30px 0;
  }

  #map1 {
    background-position: 10% 0;
  }

  .testdrive .rass_text {
    width: 100%;
    background-size: cover;
  }

  .credit_calc {
    background: none;
  }

  .credit_calc img {
    display: block;
  }

  .credit_calc:after {
    display: none;
  }
}

/*IPAD END*/

@media (max-width: 1440px) {
  .banner__col-body {
    justify-content: flex-start;
  }
}

@media (max-width: 1199px) {
  .banner {
    min-height: 1px;
    height: auto;
    max-height: 100%;
  }

  .banner__col {
    padding: 32px 0 56px;
    background-position: center bottom;
    min-height: 620px;
  }

  .banner__col-panel {
    height: 100%;
  }

  .banner__col-panel-wrap {
    height: 100%;
    flex-direction: column;
    justify-content: space-between;
  }

  .banner__col-info {
    max-width: 100%;
  }

  .banner__col-timer {
    display: flex;
    justify-content: space-between;
    min-width: 1px;
    max-width: 100%;
    width: 100%;
    margin: 0;
  }

  .banner__col:after {
    height: 220px;
  }

  .banner__col-date {
    margin-bottom: 16px;
  }

  .timer-wrap__title {
    margin: 0;
    max-width: 220px;
    text-align: left;
  }

  .banner__form-desktop {
    display: none;
  }

  .banner__form-mobile {
    display: block;
  }

  .banner__form {
    margin-top: auto;
    margin-top: 32px;
    width: 100%;
  }

  .banner__form-title {
    color: #000;
  }

  .banner__form .form-group input[type='tel'] {
    border-color: #000;
  }

  .banner__form .input-checkbox-light .input__checkbox-label {
    color: #000;
  }

  .banner__form .input {
    width: 49%;
  }

  .credit_calc {
    background-position: -440px center;
  }
}

@media (max-width: 992px) {
  .header__logo-text {
    margin-left: 20px;
    font-size: 14px;
    line-height: 1.1;
  }

  .header__logo-text:before {
    left: -8px;
  }

  .rass_img {
    padding: 62.5% 0 0;
  }

  .credit_calc_title {
    width: 100%;
    padding: 0;
    margin-left: 0;
    margin-top: 30px;
  }

  .credit_calc {
    background: none;
  }

  .credit_calc > img {
    display: block;
  }

  .credit_calc_desc {
    padding-right: 0;
    width: 100%;
    margin-left: 0;
    box-sizing: border-box;
  }

  #credit_calc_form {
    width: 100%;
  }

  .credit_calc:after {
    display: none;
  }

  .tradein {
    padding: 0;
    background: none;
  }

  .tradein:before {
    display: none;
  }

  .tradein > img {
    display: block;
    width: 100%;
  }

  .tradein_wrap {
    padding: 30px 0;
  }

  #tradein_form {
    width: 100%;
  }

  .banner__form {
    max-width: 100%;
  }

  .banner__form .form-group {
    max-width: 100%;
  }
}

/*MOBILE BEGIN*/
@media (max-width: 767px) {
  .header__logo img {
    max-width: 92px;
    min-width: 92px;
  }

  .header__logo-text:before {
    height: 32px;
  }

  .header__contacts .phone_wrap {
    margin-right: 24px;
  }

  .banner {
    margin-top: 52px;
  }

  .banner__col-title {
    font-size: 20px;
    margin-bottom: 175px;
  }

  .banner__col-desc {
    font-size: 19px;
  }

  .banner__col {
    padding: 24px 0;
  }

  .banner__col-date {
    font-size: 18px;
    padding: 2px 10px;
    margin-bottom: 12px;
  }

  .banner__col-timer {
    display: block;
  }

  .timer-wrap__title {
    margin-bottom: 330px;
    max-width: 100%;
    text-align: center;
    font-size: 16px;
  }

  .banner__col-panel-wrap {
    display: block;
    text-align: center;
  }

  .banner__form {
    margin-top: 24px;
  }

  .banner__col:after {
    height: 520px;
    background: linear-gradient(
      180deg,
      rgba(0, 0, 0, 0.4) 0%,
      rgba(0, 0, 0, 0) 100%
    );
  }

  .banner__form .form_title {
    text-align: center;
    color: #000;
  }

  .banner__form .form-group {
    width: 100%;
    margin-top: 16px;
  }

  .banner__form .agree_field,
  .banner__form .agree_field a {
    color: #000;
  }

  .banner__form input[type='tel'] {
    border: 1px solid #000;
    color: #000;
  }

  .banner__form .input {
    width: 100%;
  }

  .banner__form-title {
    font-size: 24px;
    text-align: center;
  }

  .banner__col {
    min-height: 1px;
  }

  .testdrive .rass_text {
    width: 100%;
    background-size: cover;
  }

  .car_gift_tire {
    position: relative;
    bottom: 0px;
    left: 0;
    justify-content: flex-start;
  }

  .fancybox-type-image {
    width: 100% !important;
    margin: 0px !important;
    left: 0px !important;
  }

  .fancybox-close {
    right: 9px !important;
    top: 9px !important;
  }

  .fancybox-inner {
    width: 100% !important;
    margin: 0px !important;
    padding: 0px !important;
  }

  .fancybox-wrap {
    margin: 0px !important;
    width: 100% !important;
    left: 0px !important;
    top: 20px !important;
  }

  .fancybox-type-image .fancybox-close {
    top: -8px !important;
  }

  .simple_slider .btn_left {
    display: none !important;
  }

  .simple_slider .btn_right {
    display: none !important;
  }

  .popup_container {
    width: 100%;
  }

  #instock .complects_tab {
    flex-wrap: wrap;
    max-width: 100%;
    margin: 0 auto;
    justify-content: center;
    gap: 10px 20px;
  }

  #instock .complects_items .slick-prev {
    left: -10px;
  }

  #instock .complects_items .slick-next {
    right: -10px;
  }

  /*******************************************************************/
  header {
    padding: 10px 0;
  }

  .phone_wrap {
    margin-top: 10px;
  }

  .top_addr {
    display: none;
  }

  header .m_btn {
    display: block;
    position: relative;
    width: 30px;
    height: 21px;
    z-index: 1;
    order: 3;
  }

  header .phone_wrap {
    width: 32px;
    height: 32px;
    min-width: 32px;
    margin: 0 16px 0 0;
    color: transparent;
    overflow: hidden;
    padding: 0;
  }

  header .top_phone {
    color: transparent;
  }

  header .phone_wrap .popup {
    color: transparent;
  }

  header .m_btn span {
    position: absolute;
    display: block;
    width: 30px;
    height: 3px;
    background: #000;
    transition: all 0.3s linear;
  }

  header .m_btn span:nth-child(1) {
    top: 0;
  }

  header .m_btn span:nth-child(2) {
    top: calc(50% - 1px);
    opacity: 1;
  }

  header .m_btn span:nth-child(3) {
    bottom: 0;
  }

  header .m_btn.active span:nth-child(1) {
    transform-origin: top right;
    transform: rotate(-45deg);
    top: -1px;
  }

  header .m_btn.active span:nth-child(2) {
    opacity: 0;
  }

  header .m_btn.active span:nth-child(3) {
    transform-origin: bottom right;
    transform: rotate(45deg);
    bottom: -1px;
  }

  .menu {
    display: block;
    position: fixed;
    top: 107px;
    background: #f2f2f2;
    width: 100%;
    height: auto;
    right: -100%;
    left: unset;
    transition: all 0.3s linear;
    z-index: 2;
    padding: 10px 0;
    margin-top: 0;
  }

  .menu.active {
    right: 0;
  }

  .menu .container {
    flex-direction: column;
  }

  .menu a {
    width: 100%;
    display: flex;
    align-items: center;
    margin: 0 0 16px;
  }

  .menu a .menu_img {
    min-height: auto;
    width: 40%;
  }

  .menu a .menu_name {
    text-align: left;
    margin-top: 0;
    margin-left: 20px;

    font-size: 18px;
    font-weight: 700;
  }

  body {
    background-size: 150%;
    background-position: 50% 275px;
  }

  .title_container {
    margin-top: 115px;
  }

  .timer_block {
    margin-top: 285px;
    width: 100%;
  }

  .timer_title {
  }

  .timer {
  }

  .timer div[id^='timer'] {
    transform: scale(0.8) !important;
    transform-origin: center;
    margin-left: -100px;
    position: relative;
    left: 50px;
  }

  .title1 {
    text-align: center;
    color: #000;
    font-size: 20px;
  }

  .title2 {
    font-size: 18px;
  }

  .title3 {
    font-size: 18px;
  }

  .title3 span {
  }

  .car_wrap {
    flex-direction: column;
  }

  .car_image {
    width: 100%;
    height: auto;
    padding-top: 10px !important;
  }

  .car_offers {
    margin-left: 0;
    flex-direction: column;
    margin-bottom: 0;
  }

  .car_offers > a.ico1 {
    margin-right: 0;
    margin-bottom: 15px;
  }

  .car_image .car_img {
    margin-left: 0;
    margin-top: 0;
  }

  .car_image:before {
    left: 0;
    width: 100%;
    background-size: 100%;
  }

  .car_testdrive {
    transform: scale(0.6);
    right: -100px;
    top: -70px;
  }

  .car_testdrive img {
  }

  .car_new {
    right: unset;
    top: -70px;
    transform: scale(0.65);
    left: -15px;
  }

  .car_new img {
  }

  .car_text {
    width: 100%;
    margin-top: 10px;
  }

  .car_name {
    margin-bottom: 10px;
    font-size: 32px;
  }

  .car_name span {
    font-size: 21px;
  }

  .car_gallery {
    margin-top: 0;
    padding: 20px 0;
    background-position: 100% 0;
  }

  .car_btns {
    margin-top: 20px !important;
  }

  .cred_text {
    width: 100%;
    padding: 30px 15px;
    background-size: cover;
  }

  .cred_img {
    display: none;
  }

  .rass_wrap {
    flex-direction: column;
  }

  .rass_img {
    width: 100%;
  }

  .rass_img img {
    width: 100%;
  }

  .rass_text {
    width: 100%;
    background-size: cover;
    padding: 30px 15px;
  }

  .testdrive .rass_text {
    width: 100%;
  }

  .tradein {
    padding: 0;
    background: none;
  }

  .tradein > img {
    display: block;
    width: 100%;
  }

  .tradein_wrap {
    padding: 30px 0;
  }

  .tradein_title {
    text-align: center;
    font-size: 20px;
  }

  .tradein_title br {
    display: none;
  }

  #tradein_form {
    width: 100%;
  }

  .buy_online {
    margin-top: 50px;
  }

  .buy_online_title {
    margin-bottom: 50px;
    font-size: 24px;
  }

  .buy_online_steps {
    flex-flow: wrap;
  }

  .buy_online_steps .step {
    width: 100%;
    top: 0 !important;
    left: 0 !important;
    margin-bottom: 30px;
  }

  .advantages {
    margin-top: 50px;
  }

  .ags_item {
    width: 100%;
    height: 100px;
  }

  .contacts {
    height: auto;
    background: #f0f0f0;
    margin-top: 50px;
  }

  .contacts:after {
    display: none;
  }

  .cont_wrap {
    position: relative;
    width: 100%;
    top: 0;
    padding: 30px 0;
  }

  #map1 {
    background-position: 20% 50%;
    height: 350px;
  }

  .bot_phone {
    font-size: 20px;
  }
}

/*MOBILE END*/

/* Portrait phones and smaller */
@media (max-width: 390px) {
  .cred_text {
    font-size: 20px;
  }

  .rass_text {
    font-size: 20px;
  }

  .tradein_title {
    font-size: 18px;
  }
}

@media (max-width: 480px) {
  .banner__col {
	background-position: 45% 50%;
    background-size: 412px;
    background-color: #000;
  }

  .timer-wrap__title {
    margin-top: 16px;
    margin-bottom: 10px;
  }

  .banner__form .form_title {
    font-size: 18px;
  }

  .footer__logo-text {
    margin: 16px 0 0;
  }

  .timer_block {
    margin-top: 220px;
  }

  .car_name {
    font-size: 28px;
  }

  .car_profit b {
    font-size: 26px;
  }
}
