body {
  font-family: 'Dopis';
  font-size: 16px;
  color: black;
  position: relative;
  font-weight: 500;
  margin: 0 auto;
  padding: 0;
  overflow-x: hidden;
  max-width: 100%;
  /*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;
}

.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: 'Dopis';
  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: 'Dopis';
  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: #000;
  font-size: 16px;
  box-sizing: border-box;
  font-weight: 600;
  font-family: 'Dopis';
  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: 'Dopis';
  outline: none;
}

form .form-group button {
  width: 100%;
  cursor: pointer;
  font-family: 'Dopis';
  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 {
  box-sizing: border-box;
  background: #00647a;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 100%;
  height: 61px;
  font-size: 16px;
  font-weight: 700;
  color: #ffffff;
  text-decoration: none;
  outline: none;
  border: none;
  transition: all 0.3s;
  text-align: center;
}

.btn:hover {
  background: #087f99;
}

.btn.glass {
  border: 1px solid #000000;
  background: transparent;
  color: #1b1d23;
}

.btn.glass:hover {
  background: #000000;
  color: #ffffff;
}

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

.header {
  position: sticky;
  top: 0;
  background: #00647a;
  z-index: 11;
  overflow: hidden;
  box-shadow: 0 1px 11px rgba(0, 100, 122, 0.1);
}

.header__main {
  padding: 20px 0;
}

.header * {
  box-sizing: border-box;
}

.header__container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.header__top {
  padding: 8px 0;
  display: none;
}

.header__logo {
  display: flex;
  align-items: center;
}

.header__logo-img {
  min-width: 172px;
  max-width: 172px;
}

.header__dealer {
  padding-left: 16px;
  margin-left: 16px;
  border-left: 1px solid #fff;
}

.header__dealer-img {
  min-width: 172px;
  max-width: 172px;
}

.header__dealer-text {
  color: #fff;
  font-size: 16px;
  line-height: 1.3;
}

.header__dealer-text span {
  font-weight: 700;
  text-transform: uppercase;
}

.header__award {
  margin: 0 32px;
}

.header__award-img {
  min-width: 172px;
  max-width: 172px;
}

.header__contacts {
  display: flex;
  align-items: center;
}

.header__contacts > * {
  margin-left: 32px;
}

.header__contacts > *:first-child {
  margin-left: 0;
}

.header__phone,
.header__loc {
  position: relative;
  padding-left: 32px;
}

.header__phone:before,
.header__loc:before {
  content: '';
  width: 24px;
  height: 24px;

  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;

  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -12px;
}

.header__phone:before {
  background-image: url('../img/header-phone.svg');
}

.header__loc:before {
  background-image: url('../img/header-loc.svg');
}

.header__phone-text {
  color: #fff;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.3;
  white-space: nowrap;
  display: block;
  text-decoration: none;
  transition: 0.2s;
}

.header__phone-btn {
  color: #fff;
  font-size: 16px;
  line-height: 1.3;
  text-decoration: underline;
  display: block;
  transition: 0.2s;
}

.header__phone-btn:hover {
  text-decoration-color: transparent;
}

.header__loc {
  color: #fff;
  font-size: 16px;
  line-height: 1.3;
}

header .m_btn {
  display: none;
}

@media (max-width: 1200px) {
  .header__loc {
    display: none;
  }
}

@media (max-width: 992px) {
  .header__container {
    gap: 24px;
  }

  .header__logo-img {
    min-width: 148px;
    max-width: 148px;
  }

  .header__dealer-img {
    min-width: 148px;
    max-width: 148px;
  }

  .header__award {
    margin: 0;
  }

  .header__award-img {
    min-width: 132px;
    max-width: 132px;
  }

  .header__phone-text {
    font-size: 16px;
  }

  .header__phone-btn {
    font-size: 14px;
  }
}

@media (max-width: 767px) {
  .header__top {
    display: block;
    border-bottom: 1px solid #e3e3e3;
  }

  .header__main {
    padding: 12px 0;
  }

  .header__main .header__logo {
    display: none;
  }

  .header__main .header__award {
    display: none;
  }

  .header__main .header__dealer {
    display: none;
  }

  .header__dealer {
    margin: 0;
    padding: 0;
    border: none;
  }

  .header__award {
    margin-left: 12px;
  }

  .header__logo-text {
    display: none;
  }

  .header__contacts {
    justify-content: space-between;
    width: 100%;
  }

  .header__contacts > * {
    margin-left: 20px;
  }

  header .m_btn {
    position: relative;
    display: block;
    width: 30px;
    height: 21px;
    z-index: 1;
    order: 3;
  }

  header .m_btn span {
    position: absolute;
    display: block;
    width: 30px;
    height: 3px;
    background: #fff;
    border-radius: 2px;
    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;
  }
}

@media (max-width: 480px) {
  .header__logo-img {
    min-width: 120px;
    max-width: 120px;
  }

  .header__award-img {
    min-width: 100px;
    max-width: 100px;
  }

  .header__phone-text {
    font-size: 12px;
  }

  .header__phone-btn {
    font-size: 10px;
  }
}

/**********************
        BANNER
**********************/

.title_container {
  margin-top: 140px;
  font-family: 'Dopis';
}

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

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

.banner__container {
  position: relative;
  z-index: 2;
  height: 100%;
}

.banner__slider {
}

.banner__col {
  background-image: url(../img/slide1.webp);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  min-height: 640px;
  max-height: 1200px;
  height: calc(100vh - 91px);
  position: relative;
  box-sizing: border-box;
  display: flex;
}

.banner__col.j8 {
  background-image: url(../img/bg2.jpg);
}

.banner__col:after {
  content: '';
  background: rgba(0, 0, 0, 0.2);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.slick-prev:before {
  content: '<';
  color: red;
  font-size: 30px;
}

.slick-next {
  right: 25px;
}

.slick-prev {
  left: 25px;
}

.slick-arrow {
  width: 35px;
  height: 35px;
  z-index: 2;
}

.slick-arrow svg {
  width: 100%;
  height: 100%;
  display: block;
}

.banner__col-body {
  position: relative;
  z-index: 1;
  padding: 11px 0;
  box-sizing: border-box;
}

.banner__col-body {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.banner__form {
  display: flex;
  flex-wrap: wrap;
  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: 31px;
  line-height: 1.3;
  margin: 0;
}

.banner__col-title strong {
  color: #b91b23;
  font-size: 21px;
  display: block;
  line-height: 1.2;
}

.banner__col-desc {
  color: #000;
  font-weight: 700;
  font-size: 28px;
  line-height: 1.3;

  display: flex;
  align-items: center;
}

.banner__form-title {
  color: #000;
  margin: 0 0 16px;
  font-size: 21px;
  font-weight: 400;
  line-height: 1.3;
  width: 100%;
}
.banner__form .input:last-child {
  width: 100%;
}
.banner__form .form-group {
  width: 31%;
}

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

.banner__form .form-group input[type='text'],
.banner__form .form-group input[type='tel'] {
	background-color: rgba(0, 0, 0, 1);
    border-color: #000;
}

.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: #00647a;
  border-color: #00647a;
  background-image: url('../img/checkbox-checked.svg');
}

.input__checkbox-label {
  color: #000;
  position: relative;
  font-size: 16px;
  line-height: 1.3;
  font-weight: 400;
  display: block;
  padding-left: 24px;
}

.input__checkbox-label a {
  color: #000;
  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: 72px 0;
}

.menu__slider {
  display: flex;
  justify-content: center;
  flex-wrap: nowrap;
}

.menu__anchor {
  color: #000000;
  text-decoration: none;
  transition: all 0.3s;
  margin: 0 10px;
    width: 23%;
}

.menu__img {
  min-height: 110px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.menu__name {
  display: block;
  margin-top: 10px;
  text-align: center;
  font-weight: 700;
}

@media (max-width: 767px) {
  .menu {
    display: block;
    position: fixed;
    top: 107px;
    background: white;
    width: 100%;
    height: auto;
    right: -100%;
    left: unset;
    transition: all 0.3s linear;
    z-index: 3;
    padding: 10px 0;
    margin-top: 0;
    height: calc(100vh - 120px);
    overflow: auto;
    z-index: 99;
    border-top: 1px solid #e3e3e3;
  }

  .menu__slider {
    display: block;
  }

  .menu.active {
    right: 0;
  }

  .menu__anchor {
    margin: 0;
    display: flex;
    align-items: center;
    width: 100%;
    border-bottom: 1px solid #e3e3e3;
    padding: 24px 0;
  }

  .menu__anchor:last-child {
    border-bottom: 0;
  }

  .menu__name {
    width: 100%;
    text-align: left;
    margin: 0;
  }

  .menu__img {
    min-height: auto;
    width: 40%;
    margin-right: 32px;
  }
}

@media (max-width: 480px) {
  .menu {
    height: calc(100vh - 132px);
  }
}

.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: 58%;
  position: relative;
  /* height: 640px; */
  padding-top: 40px;
}

.red-text {
  color: #b91b23;
}

.percent-top {
  top: 0px;
  font-size: 15px;
}

.car_offers {
  display: flex;
  margin-bottom: 40px;
  margin-left: 50px;
  position: relative;    
  height: 50px;
    width: 400px;
    float: right;
    margin: -22px 65px -28px 0;
    z-index: 9;
    background: linear-gradient(135deg, transparent 15px, #00647a 0);
    align-items: center;
    color: #fff;
    font-size: 30px;
    padding: 0 30px;
}

.car_reverse .car_offers {
    margin: -22px -10px -28px 0;
}
.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: #00647a;
}

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

.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 {
  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; */
  max-width: 600px;
}

.car_testdrive {
  position: absolute;
  top: -50px;
  right: -45px;
}

.car_testdrive img {
}

.car_new {
  position: absolute;
  top: -40px;
  right: 30px;
}

.car_new img {
}

.car_text {
  width: 42%;
  position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.car__content-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.car__content-item {
  position: relative;
    padding-left: 0;
    gap: 10px;
    display: flex;
    align-items: center;
}

.car__content-item + .car__content-item {
  margin: 12px 0 0;
}

.car__content-item:before {
  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;
    color: #00647a;
    text-decoration: underline;
}

.car_price {
  font-size: 16px;
  font-weight: 700;
}

.car_price b {
  font-family: 'Dopis';
  font-size: 20px;
  position: relative;
}

/* .car_price b:before {
  content: '';
  position: absolute;
  top: 41%;
  left: -2%;
  height: 3px;
  width: 104%;
  background: #00647a;
} */

.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: 'Dopis';
  font-size: 30px;
  color: #00647a;
}

.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: 25px 0 -15px 0;
}

#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 {
      display: flex;
    gap: 15px;
    height: 82px;
    background: none;
    margin-top: 15px;
}

.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;
  height: 100%;
}

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

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

#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: 'Dopis';
  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: 'Dopis';
  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: 'Dopis';
  font-size: 24px;
  color: #ffffff;
  background: url('../img/credit_bg2.webp') 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.jpeg');
  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: 'Dopis';
  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: 'Dopis';
  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: #00647a;
}

.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: #00647a;
  font-family: 'Dopis';
  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: #00647a;
}

.credit_calc .irs--round .irs-handle {
  border: 4px solid #00647a;
  background-color: #00647a;
}

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

/**********************
       testdrive
**********************/

.testdrive {
  background: #242424;
  margin-top: 130px;
}

.testdrive .rass_text {
  background: url('../img/credit_bg2.webp') 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: 57px 0;
  background-image: url('../img/tradein_bg.jpeg');
  background-repeat: no-repeat;
  background-size: 1680px 870px;
  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: 'Dopis';
  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: #00647a;
}

.buy_online_steps a.step b {
  background: #f0f0f0;
  color: #00647a;
}

.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: #00647a;
  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: center;
  margin: 0 -0.9%;
}

.ags_item {
  display: flex;
      flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 31.5%;
    margin: 0 0.9%;
    height: 115px;
    font-weight: 500;
    color: #fff;
    text-align: center;
    font-size: 14px;
  margin-bottom: 0;
}

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

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

.advantages .btn {
    margin: 0 auto 25px;
  width: 376px;
}

/**********************
      CONTACTS
**********************/

.contacts {
  margin-top: 0;
  position: relative;
    height: 610px;
    overflow: hidden;
}

.contacts:after {
  content: '';
  display: block;
  width: 54%;
  height: 614px;
  position: absolute;
  top: -3px;
  right: -5px;
  background: url('../img/cont_bg1.png') 0 0 no-repeat;
}

.cont_wrap {
  width: 375px;
  /*margin-left: auto;*/
  position: absolute;
  top: 70px;
  right: 0;
  z-index: 1;
    color: #fff;
}

.cont_title {
  font-weight: 700;
  font-size: 36px;
  margin-bottom: 25px;
}

.bot_phone_wrap {
  padding-left: 45px;
  background: url('../img/icons/icon1.png') 0 40% no-repeat;
  display: flex;
  flex-direction: column;
  margin-bottom: 25px;
}

.bot_phone {
  font-size: 26px;
  font-weight: 300;
  color: #fff;
  text-decoration: none;
}

.bot_phone_wrap .popup {
  font-size: 16px;
  font-weight: 100;
  color: #000000;
    display: none;
}

.bot_addr {
  font-size: 20px;
  padding-left: 45px;
  background: url('../img/icons/icon2.png') 0 0 no-repeat;
}

.bot_time {
  font-size: 20px;
  padding-left: 45px;
  background: url('../img/icons/icon3.png') 0 0 no-repeat;
}

.quest {
  font-family: 'Dopis';
  margin-top: 25px;
  font-size: 20px;
  font-weight: 300;
  margin-bottom: 45px;
}

#map1 {
  width: 100%;
  height: 614px;
}

.footer {
  background: #0e181b;
  padding: 32px 0;
}

.footer__text {
  color: #fff;
  font-size: 11px;
  font-weight: 400;
  line-height: 1.3;
}

.footer__logo {
  display: block;
  max-width: 260px;
  width: 100%;
  margin: 52px auto 0;
}

.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;
}
.menu {
    background: #dceaed;
    margin: 0;
    padding: 10px 0 25px;
}
.menu.menu_adv {
    background: #02171c;
    margin: 0;
}
.menu.menu_adv .menu__anchor {
    color: #fff;
    text-transform: uppercase;
	    display: flex;
    gap: 5px;
    align-items: center;
}
.menu.menu_adv .menu__anchor .menu__name span {
    color: #00647a;
    font-size: 18px;
}
.menu.menu_adv .menu__anchor .menu__name p {
    margin: 0;
    text-align: left;
}
.menu.menu_adv .menu__anchor .menu__name.re_name p {
	color: #00647a;
    font-size: 18px;
}
.menu.menu_adv .menu__anchor .menu__name.re_name span {
    color: #fff;
    font-size: 16px;
    text-align: left;
    display: block;
}
.wid_30.menu__anchor {
    width: 38%;
}
.menu h3 {
    text-align: center;
    text-transform: uppercase;
    font-size: 30px;
}
.car_reverse {
	flex-direction: row-reverse;
}
.car_reverse .car_image .car_img {
    float: right;
}
.services {
	background: #f0f0f0;
	padding:50px 0;
}
.services_all {
    display: flex;
    gap: 30px;
}
.services_all img.img {
    background: linear-gradient(135deg, transparent 15px, #00647a 0);
    clip-path: polygon(0% 0%, 140% 0%, 75% 100%, 0% 100%);
}
.service {
    position: relative;
}
.service .titl {
    color: #fff;
    position: absolute;
    top: 10px;
    left: 20px;
    font-size: 20px;
    font-weight: bold;
}

.urlink {
    position: absolute;
    right: 0;
    bottom: 0;
	transition: 0.5s;
}
.service .link {
    position: absolute;
    bottom: 15px;
    left: 20px;
    color: #fff;
	opacity:0;
	transition: 0.5s;
}
.service:hover .link {
	opacity: 1;
}
.service .link:after {
	content: "→";
    margin-top: -4px;
    font-size: 20px;
}

.service:hover .urlink {
	opacity: 1;
	transform: rotate(-180deg);
}
.advantages {
    background: #02171c;
    padding: 90px 0;
	    margin-top: 0;
}
.ags_title {
	color: #fff;
}
.advantages_all {
    display: flex;
    gap: 100px;
}
.ags_pr {
	    border: 2px solid #fff;
    padding: 20px;
}
.ags_pr .ags_pr_v {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: calc(100% + 44px);
    margin: -22px 0;
    background: #02171c;
}
.ags_pr .ags_pr_v span {
    color: #fff;
    font-size: 26px;
    text-align: center;
    padding: 15px 0 0;
}
.contacts .btn {
    border: 2px solid #fff;
}















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

@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: 48%;
  }

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

@media (max-width: 992px) {
  .banner__col {
    background-image: url(../img/slide1-mob.webp);
    background-position: center top;
    min-height: 767px;
    max-height: 100%;
    height: auto;
    padding-top: 400px;
  }

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

  .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 {
    height: auto;
    min-height: 1px;
    max-height: 100%;
  }

  .banner__form {
    max-width: 100%;
  }

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

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

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

/*MOBILE BEGIN*/
@media (max-width: 767px) {
  .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 {
  }

  /*******************************************************************/
  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: #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: 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;
    margin-left: 0;
    margin-right: 0;
  }

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

  .banner__col {
    padding-top: 0px;
    background-size: 100%;
  }

  .banner__col-title strong {
    color: #fff;
    font-size: 14px;
  }

  .banner__col-title {
    font-size: 16px;
    margin-bottom: 0;
  }

  .banner__col-desc {
    font-size: 16px;
    margin-top: 0;
  }

  .timer-wrap__title {
    font-size: 14px;
    margin-bottom: 0;
  }

  .banner__col-timer {
    margin-top: 312px;
    margin-bottom: 0;
  }

  .banner__form-title {
    font-size: 16px;
    margin-bottom: 5px;
  }

  form .form-group input[type='tel'],
  form .form-group input[type='text'],
  form .form-group select {
    height: 40px;
  }

  form .form-group button {
    height: 40px;
  }

  .banner__col.j8 {
    background-size: cover;
    background-position: 74% top;
  }

  .banner__slider {
    height: auto;
    min-height: 1px;
    max-height: 100%;
  }
}

/*MOBILE END*/
@media (max-width: 480px) {
	.advantages_all {
		flex-direction: column;
	}
    .header__dealer {
        width: 50%;
	}
	.header__phone-btn {
        font-size: 14px;
        text-transform: uppercase;
        text-decoration: none;
    }
	.header__top {
        border-bottom: 0;
    }    
	.banner__col-timer {
        margin-top: 360px;
        background-color: rgb(204 204 204 / 70%);
        padding: 15px;
        margin-bottom: 10px;
    }
	.timer-wrap__title {
        color: #000;
    }
	.banner__col:after {
    background: none;
	}
	    .banner__col-title {
        display: none;
    }
	.banner__col {
		margin-top: -25px;
	}
	.menu_models {
	position: relative;
        height: auto;
        right: 0;
        top: 10px;
        margin: 0;
        padding: 0;
	}
	.menu__slider {
        display: block;
        grid-template-columns: repeat(2, 1fr);
        display: grid;
    }
	.menu__anchor {
        flex-direction: column;
	}
	.menu__img {
        min-height: auto;
        width: 100%;
        margin-right: auto;
    }
	.menu__name {
		text-align: center;
	}
	.car_offers {
		width: 60%;
		font-size: 20px;
		height: 40px;    
		background: linear-gradient(130deg, transparent 10px, #00647a 0);
		margin: -16px 0px -22px 0;
		justify-content: center;
	}
	.services_all {
		flex-direction: column;
	}
	.advantages {
        margin-top: 0;
		padding: 30px 0;
    }
	.ags_item {
        width: 33%;
    font-size: 10px;
    }
	.advantages_all {
		gap: 40px;
	}
	.contacts {
        background: #00647a;
	}
	.bot_phone_wrap {
		height: 30px;
	}
	
	
}
/* 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: 360px) {
  .timer_block {
    margin-top: 220px;
  }

  .car_name {
    font-size: 28px;
  }

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

@media (max-width: 320px) {
  body {
    background-position: 50% 285px;
  }

  .title2 {
    font-size: 19px;
  }

  .title3 {
    font-size: 19px;
  }

  .title3 span {
  }

  .timer_block {
    margin-top: 205px;
  }

  .timer div[id^='timer'] {
    transform: scale(0.6) !important;
    margin-left: -150px;
    left: 75px;
  }
}
