html {
  overflow-x: hidden;
}

body {
  font-family: 'Arial';

  font-size: 16px;

  color: black;

  position: relative;

  font-weight: 500;

  margin: 0 auto;

  padding: 0;

  overflow-x: hidden;

  max-width: 1920px;

  /*background: url(../img/bg1.jpg) 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.png) 50% 50% no-repeat !important;

  color: black;

  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%;
  }
}

.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 #eba5a3;
}

#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;
}

* {
  box-sizing: border-box;
}

.popup_container .agree_field {
  color: black;

  font-size: 12px;
}

.popup_container .agree_field a {
  color: black;
}

.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: black;
}

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

.popup_container .form-group input[type='text'],
.popup_container .form-group input[type='tel'] {
  color: black;

  display: block;

  height: 56px;

  line-height: 56px;

  text-decoration: none;

  text-align: left;

  /* text-transform: uppercase; */

  margin-bottom: 10px;

  width: 100%;

  box-sizing: border-box;

  outline: none;

  background: #f3f3f3;

  border: 1px solid #000000;

  padding: 10px;
}

.popup_container .form-group textarea {
  color: black;

  display: block;

  height: 100px;

  text-decoration: none;

  text-align: left;

  /* text-transform: uppercase; */

  margin-bottom: 10px;

  width: 100%;

  box-sizing: border-box;

  outline: none;

  background: none;

  border: 1px solid #c0c6c9;

  padding: 10px;

  resize: none;

  font-family: 'Arial';

  font-size: 16px;
}

.popup_container .form-group select {
  color: #1d1f20;

  height: 50px;

  border: 1px solid white;

  width: 100%;

  font-size: 16px;

  font-weight: 300;

  font-family: 'Arial';

  padding-left: 10px;

  height: 38px;

  background-color: white;

  border-radius: 5px;

  border: 1px solid #c0c6c9;
}

.popup_container .form-group select option {
}

.popup_container .form-group button {
  cursor: pointer;

  height: 38px;

  font-size: 16px;

  font-weight: 700;

  height: 60px;
}

.popup_container .form-group button:before {
  display: none;
}

.popup_container .form-group button:after {
  display: none;
}

.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 .form-group input[type='tel'],
form .form-group input[type='text'],
form .form-group select {
  height: 61px;

  width: 100%;

  color: #fff;

  font-size: 16px;

  box-sizing: border-box;

  font-weight: 600;

  font-family: 'Arial';

  padding: 0px 25px;

  outline: none;

  background: transparent;

  border-radius: 0px;

  border: 1px solid #000;
}

form .form-group select {
  appearance: none;

  -moz-appearance: none;

  /* Firefox */

  -webkit-appearance: none;

  /* Safari and Chrome */

  background: url(../img/ico_select.png) 95% 50% no-repeat #ffffff;

  font-family: 'Arial';

  outline: none;
}

form .form-group button {
  width: 100%;

  cursor: pointer;

  font-family: 'Arial';

  outline: none;
}

form .form-group button:hover {
}

.form_title {
  color: black;

  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 {
  position: relative;

  display: inline-block;

  color: #fff;

  background-color: #e40621;

  font-size: 16px;

  font-weight: 400;

  line-height: 1.2em;

  text-align: center;

  text-decoration: none !important;

  -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);

  border: 0;

  margin: 0 auto;

  padding: 12px 20px;

  min-width: 200px;

  min-height: 45px;

  font-family: 'Arial', sans-serif;

  cursor: pointer;

  border: none;
}

.btn:hover {
  color: #fff;

  background-color: #b2051a;
}

.btn.glass {
  background: transparent;

  border: 1px solid #b1b1b1;

  border-radius: 1px;

  color: #000;
}

.btn.glass:hover {
  background-color: #e40621;

  border-color: #e40621;

  color: #fff;
}

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

        HEADER

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

.container-fluid {
  width: 100%;

  padding-left: 60px;

  padding-right: 60px;
}

body {
  padding-top: 91px;
}

.header {
  background-color: #fff;

  position: fixed;

  width: 100%;

  left: 0;

  top: 0;

  z-index: 10;

  border-bottom: 10px solid #e2e5e7;
}

.header__wrapper {
  display: -webkit-box;

  display: -webkit-flex;

  display: -ms-flexbox;

  display: flex;

  padding: 15px 0;

  -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;

  position: relative;
}

.header__diler {
  font-size: 22px;

  text-transform: uppercase;

  font-weight: bold;
}

.header__logo {
  position: absolute;

  left: 50%;

  top: 0;

  -webkit-transform: translateX(-50%);

  -ms-transform: translateX(-50%);

  transform: translateX(-50%);

  width: 170px;

  height: 140px;

  background-color: #fff;

  border-bottom: 4px solid #e40621;

  padding: 25px;

  -webkit-box-shadow: 0 8px 8px 0px rgba(36, 36, 34, 0.25);

  box-shadow: 0 8px 8px 0px rgba(36, 36, 34, 0.25);
}

.header__logo img {
  display: block;

  width: 100%;

  height: auto;
}

.header__button {
  margin-left: auto;

  margin-right: 50px;
}

.header__address {
  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;

  font-size: 14px;

  line-height: 1.2;
}

.header__address br {
  display: none;
}

.header__address img {
  width: 9px;

  height: 12px;

  margin-right: 6px;
}

.header__phone {
  margin-bottom: 7px;

  text-align: right;
}

.header__phone img {
  width: 23px;

  height: 23px;

  margin-right: 7px;
}

.header__phone a {
  font-size: 23px;

  font-weight: bold;

  text-decoration: none;

  color: #000000;

  line-height: 1.2;
}

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

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

  .header__logo {
    position: static;

    -webkit-transform: none;

    -ms-transform: none;

    transform: none;

    padding: 0;

    -webkit-box-shadow: none;

    box-shadow: none;

    border: none;

    height: auto;

    width: auto;
  }

  .header__logo img {
    display: block;

    width: 90px;

    height: auto;
  }
}

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

        BANNER

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

.title_container {
  margin-top: 140px;

  font-family: 'Arial';
}

#timerada30233bfd713aaceb77616ae3a3656 .timer-flipchart-face {
  background-color: #e40621;
}

.timer_block {
  position: relative;
}

.timer_title {
  font-size: 20px;

  padding-bottom: 10px;
}

.timer {
}

.timer div[id^='timer'] {
}

.title1 {
  color: #000000;

  font-size: 35px;

  padding-bottom: 8px;

  font-weight: 700;
}

.title1 span {
  color: #b91b23;
}

.title2 {
  font-family: 'Arial';

  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 - 91px);

  border-top: 20px solid #e40621;
}

.banner__container {
  position: relative;

  z-index: 2;
}

.banner__slider {
  height: 100%;
}

.banner__col {
  background-image: url(../img/bg.jpg);

  background-repeat: no-repeat;

  background-position: center bottom;

  background-size: cover;

  min-height: 100%;

  padding: 32px 0;

  box-sizing: border-box;

  display: flex;
}

.banner__col:after {
  content: '';

  background: rgba(0, 0, 0, 0.2);

  position: absolute;

  top: 0;

  left: 0;

  width: 100%;

  height: 100%;

  z-index: 1;
}

.banner__col-body {
  position: relative;

  z-index: 1;
}

.banner__col-body {
  height: 100%;

  display: flex;

  flex-direction: column;

  justify-content: space-between;
}

.banner__col-panel {
  position: relative;

  color: #000;

  margin: 16px 0;
}

.banner__col-panel-wrap {
  position: relative;

  z-index: 2;

  display: flex;

  align-items: flex-start;

  justify-content: space-between;

  padding: 16px 32px;
}

.banner__col-panel-wrap::before {
  content: '';

  display: block;

  width: 104%;

  height: 100%;

  background: rgba(255, 255, 255, 0.7);

  position: absolute;

  top: 0;

  left: -2%;

  transform: skewX(-17deg);

  z-index: -1;
}

.banner__col-title {
  color: #000;

  font-weight: 700;

  font-size: 32px;

  line-height: 1.3;

  margin: 0 0 24px;
}

.banner__col-title strong {
  color: #b91b23;
}

.banner__col-desc {
  color: #000;

  font-weight: 700;

  font-size: 28px;

  line-height: 1.3;

  margin: 24px 0 0;
}

.banner__form-title {
  color: #fff;

  margin: 0 0 16px;

  font-size: 21px;

  font-weight: 400;

  line-height: 1.3;
}

.banner__form .form-group {
  max-width: 480px;
}

.banner__form .form-group .form-control {
  border-color: #fff;
}

.banner__form .form-group .form-control::placeholder {
  color: #fff;

  font-weight: 400;
}

.banner__form .agree_field {
  font-size: 14px;
}

.banner__col-timer {
  max-width: 400px;

  min-width: 400px;

  margin-left: 48px;

  box-sizing: border-box;
}

.banner__col-short {
  color: #fff;

  padding: 24px;

  background: rgba(0, 0, 0, 0.4);

  margin: 24px 0;

  max-width: 540px;

  border-radius: 12px;
}

.banner__col-short-title {
  color: #fff;

  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: 400;
}

.timer-wrap__title {
  color: #000;

  font-weight: 400;

  font-size: 18px;

  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;
}

.input__checkbox {
  display: none;
}

.input__checkbox:checked ~ .input__checkbox-label:before {
  background-color: #e40621;

  border-color: #e40621;

  background-image: url('../img/checkbox-checked.svg');
}

.input__checkbox-label {
  color: #fff;

  position: relative;

  font-size: 16px;

  line-height: 1.3;

  font-weight: 400;

  display: block;

  padding-left: 24px;
}

.input__checkbox-label a {
  color: #fff;

  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: 0;

  left: 0;
}

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

         CARS

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

.menu {
  margin-top: 70px;

  z-index: 64;
}

.menu .container {
  display: flex;

  justify-content: center;

  gap: 12px;
}

.menu a {
  color: #000000;

  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: 65px;

  max-width: 170px;

  display: flex;

  align-items: flex-end;
}

.menu a .menu_name {
  display: block;

  margin-top: 10px;

  text-align: center;

  font-weight: 400;

  font-family: 'Arial';
}

.menu a .menu_name b {
  font-family: 'Arial';
}

.menu a:hover {
  color: #e40621;
}

.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: 412px;

  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: #000000;

  text-decoration: none;
}

.car_offers > a.ico1 {
  background: url('../img/credit-cards.png') 5% 50% no-repeat;

  font-size: 22px;

  margin-right: 70px;
}

.car_offers > a.ico1:hover {
  background: url('../img/credit-cards-hover.png') 5% 50% no-repeat;
}

.car_offers > a.ico2 {
  padding-left: 50px;

  font-size: 18px;

  font-weight: 700;

  background: url('../img/ico_sign.png') 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: #e40621;
}

.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.png) 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: #e40621;
}

.car_gift_tire:hover:after {
  background: url(../img/tire_white.png) 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.jpg') 0 0 no-repeat;

  width: 1001px;

  height: 100%;

  top: 0;

  left: -255px;
}

.car_image .car_img {
  position: relative;

  z-index: 1;

  /* 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: 400;

  color: #1b1d23;

  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: 16px;

  font-weight: 700;
}

.car_price b {
  font-family: 'Arial';

  font-size: 20px;

  position: relative;
}

/* .car_price b:before {

  content: '';

  position: absolute;

  top: 41%;

  left: -2%;

  height: 3px;

  width: 104%;

  background: #e40621;

} */

.car_profit {
  display: block;

  margin-top: 20px;

  padding-left: 60px;

  color: #000000;

  font-weight: 700;

  font-size: 16px;

  text-decoration: none;

  background: url('../img/ico_profit.png') 0 50% no-repeat;
}

.car_profit b {
  font-family: 'Arial';

  font-size: 30px;

  color: #e40621;
}

.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.png') 0 50% no-repeat;
}

.car_props > a.ico2 {
  background: url('../img/prop_ico2.png') 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;

  width: 100%;
}

.car_gallery {
  background: url('../img/car_gallery_bg.jpg') 50% 100% no-repeat;

  height: 170px;
}

.car_gallery img {
  display: block;

  width: 100%;

  height: 100%;

  object-fit: cover;

  object-position: center center;
}

.car_gallery .container {
  display: flex;

  height: 100%;

  justify-content: space-between;
}

.car_gallery .container a {
  display: block;

  width: 100%;
}

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

       COMPLECTS

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

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

#instock {
}

#instock .container {
}

#instock .instock_title {
  font-size: 30px;

  text-align: center;

  padding-bottom: 35px;

  font-weight: 700;
}

#instock .content {
}

#instock .complects_tab {
  display: flex;

  justify-content: center;

  gap: 30px;
}

#instock .tab_item {
  background: #f0f0f0;

  font-size: 16px;

  font-weight: 600;

  padding: 4px 7px;

  cursor: pointer;
}

#instock .tab_item span {
}

#instock .tab_item.active,
#instock .tab_item:hover {
  color: #fff;

  background: #e40621;
}

#instock .complects_items {
}

#instock .complects_items .slick-arrow {
  background: url(../img/compl_slider_arrow.png) 50% no-repeat;

  background-size: 100%;

  display: block;

  width: 34px;

  height: 34px;

  outline: none;

  border: none;

  border-radius: 50%;

  position: absolute;

  top: 50%;

  color: transparent;

  font-size: 0;

  cursor: pointer;

  z-index: 1;
}

.slick-prev:before,
.slick-next:before {
  display: none !important;
}

#instock .complects_items .slick-arrow:hover {
  background: url(../img/compl_slider_arrow_hover.png) 50% no-repeat;

  background-size: 100%;
}

#instock .complects_items .slick-prev {
  left: -50px;
}

#instock .complects_items .slick-next {
  right: -50px;

  transform: rotate(180deg);

  top: calc(50% - 25px);
}

#instock .compl_item {
  text-transform: uppercase;

  margin: 0 10px;

  margin-top: 30px;
}

#instock .compl_name {
  font-weight: 700;

  text-transform: uppercase;
}

#instock .compl_img {
  position: relative;
}

#instock .compl_img:before {
  content: '';

  width: 75%;

  height: 100%;

  display: block;

  background: #d9d9d9;

  position: absolute;

  left: 13%;

  z-index: -1;

  transform: skewX(-30deg);
}

#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-family: 'Arial';

  font-size: 24px;

  font-weight: 700;

  padding: 100px 45px 100px;

  color: #ffffff;

  background: url('../img/credit_bg1.jpg') 0 0 no-repeat;

  width: 59.9%;
}

.cred_text > b {
  font-size: 30px;
}

.cred_text > span {
  display: block;

  margin-top: 20px;

  font-weight: 400;
}

.cred_text > span i {
  font-style: normal;

  font-weight: 800;
}

.cred_text .btn {
  font-family: 'Arial';

  margin-top: 35px;

  width: 375px;
}

.cred_img {
  width: 40.2%;
}

.rass_wrap {
  display: flex;

  justify-content: space-between;
}

.rass_img {
  width: 59.9%;
}

.rass_text {
  box-sizing: border-box;

  width: 40.2%;

  padding: 80px 45px;

  font-weight: 400;

  font-family: 'Arial';

  font-size: 24px;

  color: #ffffff;

  background: url('../img/credit_bg2.jpg') 0 0 no-repeat;
}

.rass_text b {
  display: block;

  font-size: 30px;

  margin-bottom: 15px;

  text-transform: uppercase;
}

#cred_form {
  width: 100%;

  margin-top: 20px;
}

#cred_form .form-control {
  color: #fff;

  border-color: #fff;
}

#cred_form .form-control::placeholder {
  color: #fff;
}

#cred_form .agree_field,
#cred_form .agree_field a {
  color: #ffffff;

  font-size: 9px;
}

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

        credit_calc

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

.credit_calc {
  position: relative;

  padding: 58px 0;

  background-color: #f0f0f0;

  background-image: url('../img/credit_bg.webp');

  background-repeat: no-repeat;

  background-position: left top;

  background-size: contain;
}

.credit_calc:after {
  content: '';

  display: block;

  width: 54%;

  height: 670px;

  position: absolute;

  top: 0;

  right: 0;

  background: url('../img/cont_bg.png') 0 0 no-repeat;
}

.credit_calc .container {
  z-index: 9;
}

.credit_calc > img {
  display: none;
}

.credit_calc_title {
  font-size: 24px;

  font-weight: 700;

  font-family: 'Arial';

  margin-bottom: 10px;

  width: 375px;

  margin-left: auto;
}

.credit_calc_desc {
  background: url(../img/credit_ico_perc.png) 0 50% no-repeat;

  padding: 10px 0;

  padding-left: 50px;

  margin-bottom: 20px;

  width: 325px;

  margin-left: auto;
}

.input_range_title {
  font-weight: 600;
}

#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 #000000;

  font-weight: 600;

  font-size: 16px;

  color: #000000;
}

#credit_calc_form select {
  background: url('../img/ico_select.png') 95% 50% no-repeat transparent;
}

.credit_calc .irs--round .irs-min,
.credit_calc .irs--round .irs-max {
  color: #939393;

  font-size: 16px;

  top: 45px;

  background-color: transparent;

  font-family: 'Arial';

  font-weight: 600;
}

.credit_calc .irs--round .irs-line {
  height: 2px;

  background-color: #939393;
}

.credit_calc .irs--round .irs-bar {
  top: 36px;

  height: 2px;

  background-color: #e40621;
}

.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: #e40621;

  font-family: 'Arial';

  font-weight: 600;
}

.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: #e40621;
}

.credit_calc .irs--round .irs-handle {
  border: 4px solid #e40621;

  background-color: #e40621;
}

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

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

       testdrive

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

.testdrive {
  background: #242424;

  margin-top: 130px;
}

.testdrive .rass_text {
  background: url('../img/testdrive_bg2.jpg') 0 0 no-repeat;

  width: 41%;
}

#testdrive_form .agree_field,
#testdrive_form .agree_field a {
  color: #ffffff;

  font-size: 9px;
}

#testdrive_form .form-control {
  border-color: #fff;
}

#testdrive_form {
  margin-top: 24px;
}

#testdrive_form .form-control {
  color: #fff;
}

#testdrive_form .form-control::placeholder {
  color: #fff;
}

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

        TRADEIN

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

.tradein {
  position: relative;

  padding: 91px 0;

  background-image: url('../img/tradein_bg.webp');

  background-repeat: no-repeat;

  background-size: cover;

  background-position: calc(100% + 200px) top;
}

.tradein:before {
  content: '';

  display: block;

  position: absolute;

  top: 0;

  left: 0;

  border-bottom: 670px 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;

  font-family: 'Arial';

  margin-bottom: 20px;
}

#tradein_form {
  width: 375px;
}

#tradein_form input[type='text'],
#tradein_form input[type='tel'],
#tradein_form select {
  border: 1px solid #000000;

  font-weight: 600;

  font-size: 16px;

  color: #000000;
}

#tradein_form select {
  background: url('../img/ico_select.png') 95% 50% no-repeat transparent;
}

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

      BUY_ONLINE

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

.buy_online {
  margin-top: 85px;
}

.buy_online_title {
  font-size: 30px;

  color: #000000;

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

.buy_online_steps a.step b {
  background: #f0f0f0;

  color: #e40621;
}

.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: #e40621;

  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: #000000;

  text-align: center;

  font-size: 20px;

  margin-bottom: 30px;
}

.ags_item.img1 {
  background: url('../img/ags_img1.jpg') 100% 100% no-repeat #f0f0f0;
}

.ags_item.img2 {
  background: url('../img/ags_img2.jpg') 100% 100% no-repeat #f0f0f0;
}

.ags_item.img3 {
  background: url('../img/ags_img3.jpg') 100% 100% no-repeat #f0f0f0;
}

.ags_item.img4 {
  background: url('../img/ags_img4.jpg') 100% 100% no-repeat #f0f0f0;
}

.ags_item.img5 {
  background: url('../img/ags_img5.jpg') 100% 100% no-repeat #f0f0f0;
}

.ags_item.img6 {
  background: url('../img/ags_img6.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.png') 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 {
  padding-left: 45px;

  background: url('../img/ico_phone.png') 0 40% no-repeat;

  display: flex;

  flex-direction: column;

  margin-bottom: 25px;
}

.bot_phone {
  font-size: 26px;

  font-weight: 700;

  color: #000000;

  text-decoration: none;
}

.bot_phone_wrap .popup {
  font-size: 16px;

  font-weight: 600;

  color: #000000;
}

.bot_addr {
  font-size: 20px;

  padding-left: 45px;

  background: url('../img/ico_loc.png') 0 0 no-repeat;
}

.quest {
  font-family: 'Arial';

  margin-top: 50px;

  font-size: 20px;

  font-weight: 700;

  margin-bottom: 15px;
}

#map1 {
  width: 100%;

  height: 669px;
}

.footer {
  background: #0e181b;

  padding: 32px 0;
}

.footer__text {
  color: #82878b;

  font-size: 11px;

  font-weight: 400;

  line-height: 1.3;
}

.footer__logo {
  display: flex;

  align-items: center;

  justify-content: center;

  margin: 52px 0 0;
}

.footer__logo-img {
  max-width: 162px;

  min-width: 162px;

  width: 100%;
}

.footer__logo-text {
  text-transform: uppercase;

  font-weight: 700;

  color: #fff;

  font-size: 16px;

  margin-left: 32px;
}

.footer__copy {
  color: #82878b;

  font-size: 11px;

  font-weight: 400;

  line-height: 1.3;

  text-align: center;

  margin-top: 24px;
}

.copyright {
  font-size: 12px;

  font-weight: 400;
}

/*------------------------------------------------------------------------------------------------------------------------*/

@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_testdrive {
  }

  .car_testdrive img {
  }

  .car_new {
    top: -25px;

    right: 0px;
  }

  .car_new img {
  }

  #tiggo_8_pro_e_ .car_btns {
    margin-top: 25px;
  }

  #instock {
  }

  #instock .container {
  }

  #instock .instock_title {
  }

  #instock .content {
  }

  #instock .complects_tab {
    flex-wrap: wrap;

    max-width: 75%;

    margin: 0 auto;

    justify-content: center;

    gap: 10px 20px;
  }

  #instock .tab_item {
  }

  #instock .tab_item span {
  }

  #instock .tab_item.active,
  #instock .tab_item:hover {
  }

  #instock .complects_items {
  }

  #instock .complects_items .slick-arrow {
  }

  #instock .complects_items .slick-prev {
  }

  #instock .complects_items .slick-next {
  }

  #instock .compl_item {
  }

  #instock .compl_name {
  }

  #instock .compl_img {
  }

  #instock .compl_img img {
  }

  #instock .compl_params {
  }

  #instock .param_item {
  }

  #instock .param_name {
  }

  #instock .param_val {
  }

  #instock .compl_btns {
  }

  #instock .compl_btns .btn {
  }

  #instock .compl_btns .btn:last-child {
  }

  .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 {
    background-position: -220px top;
  }

  .credit_calc:after {
    width: 64%;
  }

  .tradein {
    background-position: calc(100% + 250px) top;

    background-size: 1292px;
  }
}

/*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;
  }

  #instock {
  }

  #instock .container {
  }

  #instock .instock_title {
  }

  #instock .content {
  }

  #instock .complects_tab {
    max-width: 100%;
  }

  #instock .tab_item {
  }

  #instock .tab_item span {
  }

  #instock .tab_item.active,
  #instock .tab_item:hover {
  }

  #instock .complects_items {
  }

  #instock .complects_items .slick-arrow {
  }

  #instock .complects_items .slick-prev {
  }

  #instock .complects_items .slick-next {
  }

  #instock .compl_item {
  }

  #instock .compl_name {
  }

  #instock .compl_img {
  }

  #instock .compl_img img {
  }

  #instock .compl_params {
  }

  #instock .param_item {
  }

  #instock .param_name {
  }

  #instock .param_val {
  }

  #instock .compl_btns {
  }

  #instock .compl_btns .btn {
  }

  #instock .compl_btns .btn:last-child {
  }

  .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 {
    min-height: 890px;
  }

  .banner__col-body {
    justify-content: flex-start;
  }
}

@media (max-width: 1199px) {
  .banner__col {
    min-height: 1000px;
  }

  .banner__form {
    max-width: 360px;
  }
}

@media (max-width: 992px) {
  .banner__col {
    background-position: center top;

    min-height: 767px;

    max-height: 100%;

    height: auto;

    padding-top: 20px;

    background-size: cover;
  }

  .banner__col-timer {
    min-width: 1px;

    max-width: 100%;

    margin: 24px 0;
  }

  .banner__col-body {
    height: auto;
  }

  .timer-wrap__title {
    color: #fff;
  }

  .banner__col-panel {
    padding: 0;

    margin: 0;
  }

  .banner__col-panel:before {
    display: none;
  }

  .banner__col-title {
    color: #fff;

    font-size: 18px;
  }

  .banner__col-desc {
    color: #fff;
  }

  .banner__col-panel-wrap {
    display: block;
  }

  .banner__col-body {
    justify-content: flex-end;
  }

  .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 {
    min-height: 1px;

    height: auto;

    max-height: 100%;
  }

  .banner__col {
    min-height: 1px;
  }

  .banner__form {
    max-width: 100%;
  }

  .banner__form .form-group {
    max-width: 100%;
  }

  .banner__col-panel-wrap {
    padding: 0;
  }

  .banner__col-panel-wrap::before {
    display: none;
  }
}

/*MOBILE BEGIN*/

@media (max-width: 767px) {
  .banner__col {
    background-size: 800px;

    background-position: 60% top;
  }

  .banner__col-timer {
    margin-top: 220px;
  }

  body {
    padding-top: 98px;
  }

  .container-fluid {
    padding-left: 15px;

    padding-right: 15px;
  }

  .header__address br {
    display: block;
  }

  .header__wrapper {
    padding: 0;
  }

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

  #instock .container {
  }

  #instock .instock_title {
  }

  #instock .content {
  }

  #instock .complects_tab {
    flex-wrap: wrap;

    max-width: 100%;

    margin: 0 auto;

    justify-content: center;

    gap: 10px 20px;
  }

  #instock .tab_item {
  }

  #instock .tab_item span {
  }

  #instock .tab_item.active,
  #instock .tab_item:hover {
  }

  #instock .complects_items {
  }

  #instock .complects_items .slick-arrow {
    top: 25%;

    width: 20px;

    height: 20px;
  }

  #instock .complects_items .slick-prev {
    left: -10px;
  }

  #instock .complects_items .slick-next {
    right: -10px;

    top: calc(25% - 10px);
  }

  #instock .compl_item {
  }

  #instock .compl_name {
  }

  #instock .compl_img {
  }

  #instock .compl_img img {
  }

  #instock .compl_params {
  }

  #instock .param_item {
  }

  #instock .param_name {
  }

  #instock .param_val {
  }

  #instock .compl_btns {
  }

  #instock .compl_btns .btn {
  }

  #instock .compl_btns .btn:last-child {
  }

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

  header {
    padding: 10px 0;
  }

  .logo1 {
    max-width: 360px;

    margin-right: 64px;
  }

  .logo2 {
    width: 40%;
  }

  .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: #fff;

    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: white;

    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;

    margin-bottom: 15px;
  }

  .menu a .menu_img {
    min-height: auto;

    width: 40%;
  }

  .menu a .menu_name {
    text-align: left;

    margin-left: 20px;
  }

  .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: #000000;

    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;
  }

  .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: 10px 0;

    background-position: 100% 0;

    height: 95px;
  }

  .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) {
  .footer__logo {
    display: block;
  }

  .footer__logo-text {
    margin: 16px 0 0;
  }

  .timer_block {
    margin-top: 220px;
  }

  .car_name {
    font-size: 28px;
  }

  .car_profit b {
    font-size: 26px;
  }
}
