body {
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 16px;
  color: #35393c;
  position: relative;
  font-weight: 400;
  padding: 0px;
  overflow-x: hidden;
  max-width: 1920px;
  margin: 0 auto;
}

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

* {
  box-sizing: border-box;
}

ul {
  list-style: none;
  padding: 0;
}

input[type="file"] {
  display: none;
}

.resp_table {
  width: 100%;
}

.resp_table .compl_item > div:before {
  display: none;
}

.resp_table img {
  max-width: unset;
  width: unset;
  display: block;
  width: 100%;
  /* height: 50px; */
}

img {
  border-style: none;
  vertical-align: middle;
  max-width: 100%;
  transition: 0.5s;
}

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

select {
  appearance: none;
  -moz-appearance: none; /* Firefox */
  -webkit-appearance: none; /* Safari and Chrome */
  background: url(../img/ico_select.png) 100% 50% no-repeat;
  font-family: "Montserrat", Arial, sans-serif;
  outline: none;
}

a {
  text-decoration: none;
}

.container {
  margin: 0px auto;
  padding: 0px 15px;
  max-width: 1200px;
  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: 1340px) {
  .container {
    width: 1260px;
    max-width: 100%;
  }
}

input[type="text"],
input[type="tel"] {
  color: #939393;
  font-family: "Montserrat", Arial, sans-serif;
}

.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, #work_popup {
  display: none;
}

.popup_container {
  width: 520px;
  max-width: 100%;
  padding: 5px 29px;
  overflow: hidden !important;
  position: relative;
  box-sizing: border-box;
  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: 24px;
  font-weight: 700;
  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 .form-group {
  margin-bottom: 19px;
}

.popup_container .form-group input[type="text"],
.popup_container .form-group input[type="tel"] {
  color: #000;
  display: block;
  height: 50px;
  line-height: 100%;
  text-decoration: none;
  text-align: left;
  /* text-transform: uppercase; */
  margin-bottom: 10px;
  width: 100%;
  box-sizing: border-box;
  outline: none;
  /* background: white; */
  /* border: 1px solid #939393; */
  padding: 10px;
}

.popup_container .form-group.inp:before {
  background: #f0f3f5;
}

.popup_container .form-group ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #000;
}

.popup_container .form-group ::-moz-placeholder {
  /* Firefox 19+ */
  color: #000;
}

.popup_container .form-group :-ms-input-placeholder {
  /* IE 10+ */
  color: #000;
}

.popup_container .form-group :-moz-placeholder {
  /* Firefox 18- */
  color: #000;
}

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

.popup_container .form-group select {
  color: #939393;
  height: 50px;
  width: 100%;
  font-size: 16px;
  font-weight: 300;
  padding-left: 10px;
  height: 38px;
  background-color: white;
  border: 1px solid #939393;
}

.popup_container .form-group button {
  cursor: pointer;
  height: 38px;
  font-size: 16px;
  font-weight: 400;
  height: 60px;
}

.alert.fancybox-content {
  overflow: hidden;
}

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

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

.agree_field a {
  color: black;
  text-decoration: underline;
}

.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-group {
  margin-bottom: 10px;
  position: relative;
}

form .form-group input[type="text"],
form .form-group input[type="tel"] {
  height: 46px;
  width: 100%;
  color: #000;
  font-size: 16px;
  box-sizing: border-box;
  font-weight: 300;
  text-align: left;
  border: 1px solid transparent;
  padding: 0px 20px;
  outline: none;
  background: transparent;
  position: relative;
}

form .form-group.inp:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: #fff;
  position: absolute;
  top: 0;
  left: 0;
  transform: skewX(-35deg);
  border: 1px solid #000;
}

select {
  display: block;
  color: #000;
  height: 50px;
  width: 100%;
  padding-left: 15px;
  padding-right: 35px;
  font-size: 16px;
  font-weight: 300;
  outline: none;
  background: url(../img/ico_select.png) right 20px center no-repeat;
  border: 1px solid #000;
}

form .form-group button {
  width: 100%;
  cursor: pointer;
  outline: none;
  font-family: "Montserrat", Arial, sans-serif;
  text-align: left;
}

form ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #000;
}

form ::-moz-placeholder {
  /* Firefox 19+ */
  color: #000;
}

form :-ms-input-placeholder {
  /* IE 10+ */
  color: #000;
}

form :-moz-placeholder {
  /* Firefox 18- */
  color: #000;
}

.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;
  white-space: nowrap;
}

.btn {
  background: #eb0a1e;
  color: white;
  /* text-align: center; */
  height: 46px;
  width: 300px;
  display: flex;
  align-items: center;
  font-weight: 400;
  font-size: 14px;
  border: 1px solid #eb0a1e;
  position: relative;
  text-decoration: none;
  transition: all 0.2s linear;
  padding: 0 25px;
  transform: skewX(-35deg);
}

.btn span {
  display: inline-block;
  width: 100%;
  position: relative;
  transform: skewX(35deg);
}

.btn span:before {
  content: url(../img/btn_arrow.png);
  position: absolute;
  top: calc(50% - 7px);
  right: 0px;
  transition: all 0.2s linear;
}

.btn:hover span:before {
  right: -10px;
}

.btn:hover {
  background: #b5102d;
  border: 1px solid #b5102d;
}

.btn.grey {
  background: #7f8589;
  border: 1px solid #7f8589;
}

.btn.grey:hover {
  background: #000;
  border: 1px solid #000;
}

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

.header .m_btn {
  display: none;
}

header {
  /* padding: 15px 0; */
  background: linear-gradient(125deg, #fff 39%, #ededed 39%);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 5;
}

header .container {
}

header .content {
}

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

header .logo_wrap {
  display: flex;
  align-items: center;
}

header .logo_wrap .logo {
}

header .logo_wrap .logo_text {
  margin-left: 15px;
  padding-left: 16px;
  border-left: 1px solid #000;
  font-size: 15px;
}

header .logo_wrap .logo_text b {
  display: block;
}

header .logo_wrap .logo.logo2 {
}

header .top_addr {
  font-size: 14px;
  margin-left: 33px;
}

header .top_addr b {
}

header .phone_wrap {
}

header .phone_wrap .top_phone {
  display: block;
  text-align: right;
  color: #000;
  font-size: 20px;
  font-weight: 700;
}

header .phone_wrap .header_offer {
  display: block;
  text-align: right;
  color: #eb0a1e;
  text-decoration: underline;
  font-size: 15px;
}

header .menu_wrap {
  background: #000;
  padding: 15px 0;
}

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

header .menu a {
  color: #fff;
  position: relative;
  padding-bottom: 5px;
}

header .menu a:before {
  content: "";
  width: 100%;
  height: 4px;
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  background: transparent;
  transition: all 0.2s linear;
}

header .menu a:hover:before {
  background: #eb0a1e;
}

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

.banner {
  background: url(../img/bg1.jpg?v=2) 50% 0 no-repeat;
  padding-top: 45px;
  padding-bottom: 420px;
  margin-top: 127px;
}

.banner .container {
}

.banner .content {
}

.banner .title_container {
  /*background: url(../img/title_bg.png) 0 0 no-repeat;*/
  padding: 25px 30px;
  text-align: center;
}

.banner .title1 {
  color: #eb0a1e;
  font-size: 25px;
  font-weight: 700;
  padding-bottom: 10px;
}

.banner .title2 {
  /* font-size: 29px; */
  font-size: 40px;
  font-weight: 700;
  text-transform: uppercase;
  padding-bottom: 10px;
  color: #ffffff;
}

.banner .title3 {
  font-size: 25px;
  padding-bottom: 20px;
  color: #ffffff;
  line-height: 150%;
}

.banner .title3 span {
  font-weight: 700;
  color: #d2a100;
}

.banner form {
  width: 100%;
  max-width: 650px;
  margin: -30px auto 0;
}

.banner form .form-group_wrapper {
  display: flex;
  justify-content: space-between;
}

.banner form .form-group {
  width: 48%;
}

.banner form .agree_field,
.banner form .agree_field a {
  color: #ffffff;
}

.banner form .form-group input[type="text"],
.banner form .form-group input[type="tel"] {
}

.banner form .form-group.inp:before {
  background: #ededed;
}

.banner_gifts {
  position: absolute;
  right: 0;
  top: 45px;
  padding: 14px 60px 14px 14px;
  background: #343434;
  border-radius: 10px;
  transition: all 0.2s linear;
}

.banner_gifts:hover {
  background: #b5102d;
}

.banner_gifts:before {
  content: "";
  position: absolute;
  right: -45px;
  width: 90px;
  height: 90px;
  background: url(../img/banner_gifts_before.svg) no-repeat;
}

.banner__workBtn {
  position: absolute;
  display: flex;
  align-items: center;
  position-anchor: --banner;
  top: -11%;
  left: 35%;
  background-color: white;
  color: black;
  padding: 15px 15px 15px 55px;
  font-size: 16px;
  font-weight: 700;
  line-height: 18.75px;
  cursor: pointer;
  border: none;
}

.banner__workBtn::after {
  position: absolute;
  content: "";
  width: 30px;
  height: 26px;
  left: 12px;
  background-image: url(../img/Vector.svg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.popup__workBlock {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-image: url(../img/back_snow.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 385px;
  min-height: 222px;
  padding: 10px;
}

.timer_form_wrap {
  background: black;
}

.timer_form_wrap .container {
  display: flex;
  justify-content: space-between;
  padding-top: 19px;
  padding-bottom: 19px;
}

.timer_form_wrap form {
  width: 100%;
  max-width: 650px;
  order: 2;
}

.timer_form_wrap form .form-group_wrapper {
  display: flex;
  justify-content: space-between;
}

.timer_form_wrap form .form-group {
  width: 48%;
}

.timer_form_wrap form .agree_field,
.timer_form_wrap form .agree_field a {
  color: #fff;
}

.timer_form_wrap form .form-group input[type="text"],
.timer_form_wrap form .form-group input[type="tel"] {
}

.timer_form_wrap .timer_block {
  display: block;
  align-items: center;
  margin-right: 20px;
}

.timer_form_wrap .timer_block .timer_title {
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  margin-right: 8px;
}

.timer_title2 {
  font-size: 16px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 10px;
  margin-left: 14px;
}

.timer_title2 br {
  display: none;
}

.timer_title2 span {
  color: #eb0a1e;
}

.timer_form_wrap .timer_block .timer_title img {
  display: inline-block;
  padding-bottom: 15px;
}

.timer_form_wrap .timer_block .timer {
}

.timer_form_wrap .timer_block .timer div[id^="timer"] {
  margin-top: 10px;
  left: -10px;
  position: relative;
}

.timer_form_wrap .timer_block .timer span[id^="timer"] {
}

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

.gifts {
  position: relative;
  margin-top: 70px;
}

.gifts video {
  width: 100%;
}

.gifts_cont {
  position: absolute;
  top: 46px;
  width: 100%;
  display: grid;
  justify-content: center;
}

.gifts_cont1 {
  color: #fff;
  font-size: 50px;
  font-weight: 700;
  text-align: center;
  background-position: 0;
  display: flex;
  align-items: center;
}

.gifts_cont1 i,
.gifts_cont2 i {
  height: 50px;
  display: flex;
  margin-right: 28px;
}

.gifts_cont1 span {
  color: #eb0a1e;
  display: contents;
}

.gifts_cont2 {
  display: flex;
  align-items: center;
  position: relative;
  font-size: 50px;
  font-weight: 700;
  color: #fff;
  margin-top: 20px;
  padding-left: 90px;
}

.gifts_link {
  color: #fff;
  position: relative;
  font-size: 30px;
  font-weight: 400;
  line-height: 37px;
  letter-spacing: 0;
  text-align: left;
  display: flex;
  align-items: center;
  height: 20px;
  width: 100%;
  margin-top: 48px;
  justify-content: center;
}

.gifts_link span:before {
  content: url(../img/btn_arrow.png);
  position: absolute;
  top: calc(49% - 19px);
  right: auto;
  left: 82%;
  transition: all 0.2s linear;
}

.gifts_cont2 span {
  color: #eb0a1e;
  display: contents;
}

.gifts .car_btns {
  position: absolute;
  bottom: 35px;
  display: flex;
  justify-content: space-between;
  width: 90%;
  left: 5%;
}

.gifts .car_btns .btn {
  width: 32%;
}

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

.cars {}
  .cars__container {}
  .cars__content {
    margin-top: 150px;
}
  .cars .car {
    margin-top: 80px;
    position: relative;
    z-index: 1;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    /*align-items: flex-end;*/
}
  .cars .car__bg-text {
    color: #F0F0F0;
    position: absolute;
    z-index: -1;
    font-size: 395px;
    text-transform: uppercase;
    top: 7%;
    left: 0;
    width: 100%;
    text-align: center;
}
  .cars .car__title-block {
    background: #F0F0F0;
    padding: 10px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-right: 30px;
    margin-bottom: 30px;
    width: 100%;
}
  .cars .car__title {
    color: #fff;
    font-size: 40px;
    background: #1E1D1D;
    padding: 11px 0;
    padding-left: 140px;
    padding-right: 72px;
    position: relative;
}
  .cars .car__title-text {}
  .cars .car__title-text_bg {
    background: #D7000F;
    padding: 0 46px 2px 10px;
    position: absolute;
    top: 10px;
    right: -20px;
    white-space: nowrap;
  }
  .cars #gs8_traveler .car__title-text_bg {
    right: initial;
    left: 85%;
  }
  .cars #empow .car__title-text_bg {
    right: initial;
    left: 85%;
  }
  .cars .car__spec-price {
    font-size: 26px;
  }
  .cars .car__spec-price b {}
  .cars .car__info-block {
    display: flex;
    flex-flow: column;
    justify-content: space-between;
  }
  .cars #gs4 .car__info-block {
      justify-content: start;
  }
  .cars #gs8_traveler .car__info-block {
    justify-content: start;
  }
  .cars #empow .car__info-block {
    justify-content: start;
  }
  .cars .car__profit {
    background: #D7000F;
    color: #fff;
    font-size: 30px;
    position: relative;
    padding: 6px 0;
    padding-left: 85px;
    padding-right: 27px;
    display: inline-block;
  }
  .cars .car__profit-ico {
    width: 57px;
    height: 57px;
    background: #1E1D1D;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: -4px;
    left: 0;
  }
  .cars .car__profit-ico img {}
  .cars .car__profit-text {}
  .cars .car__profit-text b {}
  .cars .car__props {
    display: flex;
    flex-flow: column;
    gap: 18px;
    margin-top: 30px;
  }

  .cars .car__new {
    background: #D7000F;
    color: #fff;
    font-size: 30px;
    position: relative;
    padding: 6px 0;
    padding-left: 85px;
    padding-right: 27px;
    display: inline-block;
    max-width: 402px;
  }
  .cars .car__new-ico {
    width: 57px;
    height: 57px;
    background: #1E1D1D;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: -4px;
    left: 0;
  }
  .cars .car__new-ico img {}
  .cars .car__new-text {}
  .cars .car__new-text b {}
  .cars .car__props {
    display: flex;
    flex-flow: column;
    gap: 18px;
    margin-top: 30px;
  }

  .cars .car__props-item {
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 20px;
}
  .cars .car__props-item b {}
  .cars .car__props-item-ico {}
  .cars .car__props-item-text {}
  .cars .car__props-item-ico {}
  .cars .car__props-item-text {}
  .cars .car__props-item_ico1 {}
  .cars .car__props-item_ico2 {}
  .cars .car__props-item_ico3 {}
  .cars .car__props-item_ico4 {}
  .cars .car__props-item_ico5 {}
  .cars .car__props-item_ico6 {}
  .cars .car__image-block {
    /* max-width: 500px; */
    display: flex;
    flex-flow: column;
    justify-content: flex-end;
    /* margin-bottom: 30px; */
  }

  .cars #gs4 .car__image-block {
    max-width: 466px;
  }

  .cars .car__color {}
  .cars .car__color img {}
  .cars .car__dots {
    display: flex;
    gap: 14px;
    align-items: center;
    padding-left: 70px;
    margin-top: 20px;
}
  .cars .car__colors-title {}
  .cars .car__color-dot {
    width: 15px;
    height: 15px;
    border-radius: 50%;
}
  .cars .car__gallery-block {
    max-width: 260px;
    max-height: 323px;
    padding-left: 40px;
    overflow: hidden;
}
  .cars .car__gallery-item {}
  .cars .car__gallery-item img {}
  .cars .car__btns-block {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
}
  .cars .car__btn {
    width: 31%;
}



.cars .car__gallery-block .slick-arrow {
  border: none;
  outline: none;
  color: transparent;
  font-size: 0;
  display: block;
  width: 14px;
  height: 38px;
  position: absolute;
  background: url(../img/arrow__car-gallery.svg) 50% no-repeat;
  padding: 0;
  cursor: pointer;
  z-index: 1;
  left: 5px;
}

.cars .car__gallery-block .slick-arrow:before {
  content: "";
  display: block;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  box-shadow: 0 0 0px 0px #ffffff73;
  transition: all .2s linear;
}

.cars .car__gallery-block .slick-arrow:hover:before {
  box-shadow: 0 0 5px 3px #ffffff73;
}
.cars .car__gallery-block .slick-prev {
  top: 6%;
  /* transform: rotate(180deg); */
}
.cars .car__gallery-block .slick-next {
  bottom: 6%;
  transform: rotate(180deg);
}

.cars .car__gallery-block .slick-arrow-count {
  font-size: 10px;
  position: absolute;
  left: 2px;
  z-index: 1;
  font-size: 16px;
  font-weight: 500;
}
.cars .car__gallery-block .slick-prev-count {
    top: 20%;
}
.cars .car__gallery-block .slick-next-count {bottom: 19%;}

.cars .car__gallery-block .slick-dots {
  display: flex;
  flex-direction: column;
  position: absolute;
  justify-content: center;
  align-items: center;
  width: 1px;
  height: 40%;
  top: 26%;
  left: 11px;
}
.cars .car__gallery-block .slick-dots li {
  width: 100%;
  height: 100%;
  background: #000;
  transition: all .2s linear;
  cursor: pointer;
}
.cars .car__gallery-block .slick-dots li.slick-active {
  width: calc(100% + 2px);
}
.cars .car__gallery-block .slick-dots li button {
  display: none;
}

.cars .car__gallery-block .slick-slide {
  transition: all .3s linear;
  position: relative;
  z-index: -1;
  transform: scale(.9) translateY(-35%);
  -webkit-transform: scale(.9) translateY(-35%);
  -moz-transform: scale(.9) translateY(-35%);
  -ms-transform: scale(.9) translateY(-35%);
  -o-transform: scale(.9) translateY(-35%);
}
.cars .car__gallery-block .slick-current {
  transform: scale(1) translateY(-50%);
  -webkit-transform: scale(1) translateY(-50%);
  -moz-transform: scale(1) translateY(-50%);
  -ms-transform: scale(1) translateY(-50%);
  -o-transform: scale(1) translateY(-50%);
  z-index: 1;
}

.cars .car__gallery-block .slick-current + .slick-slide {
  transform: scale(.9) translateY(-65%);
  -webkit-transform: scale(.9) translateY(-65%);
  -moz-transform: scale(.9) translateY(-65%);
  -ms-transform: scale(.9) translateY(-65%);
  -o-transform: scale(.9) translateY(-65%);
}

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

.complect__title {
  width: 100%;
  margin-bottom: 4rem;
  font-size: 3.5rem;
  font-weight: 700;
  line-height: 7.3rem;
  color: #000000;
  text-align: center;
  letter-spacing: 0;
  text-transform: uppercase;
}

.complect__btnBlock {
  justify-content: space-between;
  width: 52.5rem;
  margin: auto;
  -moz-column-gap: 1rem;
  column-gap: 1rem;
  display: flex;
}

.hidden {
  display: none !important;
}

.visible {
  display: block !important;
}

.complect__btnChoice {
  background: none;
  display: block;
  margin-bottom: 4.7rem;
  border: none;
  border-bottom: 0.4rem solid transparent;
  font-size: 3rem;
  font-weight: 700;
  line-height: 4.4rem;
  color: #000000;
  letter-spacing: 0;
  transition: all 0.3s;
  cursor: pointer;
}

.border-on {
  border-color: rgb(255, 0, 0) !important;
}

.complect__swiper {
  overflow: hidden;
  margin-bottom: 2rem;
}

.complect__swiper .swiper-wrapper {
  height: auto;
  display: flex;
  flex-direction: column;
  row-gap: 20px;
}

.complect__swiper .complect__slide {
  display: flex;
  width: 100% !important;
  justify-content: space-between;
  align-items: center;
  padding: 16px 24px;
  padding-right: 40px;
}

.complect__swiperBlock {
  max-width: 119rem;
  margin: 0 auto;
}

/*.complect__swiperBlock_gs8 {
    display: flex;
    justify-content: center;
}*/

.complect__container {
  position: relative;
  padding-bottom: 2.5vw;
  margin-top: 7.5rem;
}

.complect__swiperPag {
  position: relative;
}

.complect__swiperBlockMain_gs8 {
  display: none;
}

.complect__center {
  display: flex;
  flex-direction: column;
  gap: 8px;
  width: 474px;
}

.complect__techs {
  position: relative;
}

.complect__center .btn_techs span {
  font-size: 14px;
  text-align: left;
  text-decoration: underline solid #d40221;
  color: #d40221;
  cursor: pointer;
}

.complect__props {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 4px;
  max-width: 460px;
  max-height: 104px;
  align-content: space-between;
}

.complect__props div {
  position: relative;
  font-size: 16px;
  font-weight: 400;
  padding: 4px 0 2px 36px;
}

.complect__props div.car_text_icon1 {
  background: url(../img/car_text_icon1.svg) 0 50% no-repeat;
}

.complect__props div.car_text_icon2 {
  background: url(../img/car_text_icon2.svg) 0 50% no-repeat;
}

.complect__props div.car_text_icon3 {
  background: url(../img/car_text_icon3.svg) 0 50% no-repeat;
}

.complect__props div.car_text_icon4 {
  background: url(../img/car_text_icon4.svg) 0 50% no-repeat;
}

.complect .slide__btn {
  /* transform: skewX(0); */
  width: 270px;
}

.complect .slide__btn span {
  /* transform: skewX(0); */
  text-align: left;
}

.slide {
  box-sizing: border-box;
  /*max-width: 22rem;
    height: -moz-max-content;
    height: max-content;*/
  padding: 2rem;
  /* border-radius: 1rem; */
  background-color: rgb(240, 243, 245);
}

.slide__title {
  margin-top: 0;
  margin-bottom: 0.4rem;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2.6rem;
  color: #000000;
  letter-spacing: 0;
}

.slide__img {
  /*width: 21rem;*/
  /*height: 8.2rem;*/
  margin-bottom: 1rem;
  width: 100%;
}

.slide__list {
  position: absolute;
  display: none;
  flex-direction: column;
  margin-bottom: 8px;
  row-gap: 8px;
  top: -6px;
  left: 50%;
  padding: 10px;
  background: #e1e0e0;
  box-shadow: 0 4px 16px 0 #00000040;
  z-index: 2;
}

.slide__list.active {
  display: flex;
}

.slide__item {
  position: relative;
  align-items: center;
  height: 2.2rem;
  padding-left: 3rem;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8rem;
  color: rgb(152, 152, 152);
  letter-spacing: 0;
}

.slide__item::after {
  content: "";
  position: absolute;
  left: 0;
  width: 2.2rem;
  height: 2.2rem;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 25px;
}

.slide__item_1::after {
  background-image: url(../img/slide_item_1.png);
}

.slide__item_2::after {
  background-image: url(../img/slide_item_2.png);
}

.slide__item_3::after {
  background-image: url(../img/slide_item_3.png);
}

.slide__itemDescr {
  margin-left: 0.5rem;
  color: #000000;
}

.slide__btn {
  text-align: center;
  width: 100%;
}

/* .slide__btn span:before {
  display: none;
} */

.slide__btn:last-child {
  margin-top: 10px;
}

/*.slide__btn {
    align-items: center;
    justify-content: center;
    min-height: 5rem;
    border-radius: 1rem;
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 2rem;
    color: white;
    letter-spacing: 0;
}

.slide__btn_cred {
    margin-bottom: 0.9rem;
    background-color: rgb(127, 133, 137);
}

.slide__btn_price {
    background-color: rgb(235, 10, 30);
}*/

.swiper-pagination-bullet {
  width: 1.2rem;
  height: 1.2rem;
}

.swiper-button-next:after,
.swiper-button-prev:after {
  color: rgb(127, 133, 137);
}

.swiper-pagination-bullet-active {
  width: 1.2rem;
  height: 1.2rem;
  background: rgb(127, 133, 137);
}

.swiper-button-next,
.swiper-button-prev {
  top: 60% !important;
}

.swiper-button-prev {
  left: -50px !important;
}

.swiper-button-next {
  right: -50px !important;
}

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

.offers {
  margin-top: 100px;
  padding-bottom: 170px;
  position: relative;
}

.offers:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 67%;
  /* background: url(../img/offers_bg.png) 50% no-repeat; */
  background-size: 100% 100%;
}

.offers_cont {
  display: flex;
}

.offers_img1 {
  position: relative;
  width: 50%;
  z-index: 2;
  top: 50%;
  transform: translateY(10%);
}

.offers_img1 .btn {
  position: absolute;
  left: 3%;
  width: 94%;
  bottom: -24px;
}

.offers_img2 {
  position: absolute;
  right: 0;
  width: 58%;
}

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

.credit {
  margin-top: 120px;
  background: url(../img/credit_bg.jpg) 50% 0 no-repeat;
  position: relative;
  overflow: hidden;
  padding-top: 220px;
  padding-bottom: 240px;
  color: #fff;
}

/* .credit:before {
    content: "";
    width: 100%;
    background: #fff;
    height: 100px;
    display: block;
    position: absolute;
    transform: skewY(-3deg);
    top: -57px;
}

.credit:after {
    content: "";
    width: 100%;
    background: #f0f3f5;
    height: 100px;
    display: block;
    position: absolute;
    transform: skewY(-3deg);
    bottom: -57px;
} */

.credit .container {
}

.credit .content {
}

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

.credit .title2 {
  padding-top: 20px;
  font-size: 23px;
}

.credit .credit_props {
  padding-top: 60px;
  display: flex;
  align-items: center;
}

.credit .credit_props .item {
  font-size: 18px;
  padding-left: 60px;
  position: relative;
}

.credit .credit_props .item:first-child {
  margin-right: 150px;
}

.credit .credit_props .item:before {
  content: "%";
  display: flex;
  width: 50px;
  height: 50px;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  background: #808488;
  font-size: 38px;
  font-weight: 700;
}

.credit .btn {
  margin-top: 65px;
}

.leasing {
  margin-top: 0;
  background: url("../img/leasing_bg.jpg");
  background-repeat: no-repeat;
  background-position: left bottom;
  padding-top: 150px;
  padding-bottom: 150px;
}

.leasing .container {
  display: flex;
  justify-content: end;
}

.leasing .title2 {
  text-transform: uppercase;
  font-size: 24px;
  font-weight: 300;
  padding-left: 35px;
  padding-top: 10px;
  background-image: url("../img/ico-timer.svg");
  background-repeat: no-repeat;
  background-position: left center;
}

.leasing_props {
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.leasing_props .item {
  padding-left: 17px;
  font-family: Montserrat;
  font-size: 22px;
  font-weight: 400;
  position: relative;
}
.leasing_props .item::before {
  content: "";
  width: 8px;
  height: 8px;
  background-color: #fff;
  border-radius: 100%;
  position: absolute;
  margin-top: -4px;
  top: 11px;
  left: 0;
}
/**************************************************************************************************************/

.tradein {
  position: relative;
  background: #f0f3f5;
  padding-top: 80px;
  padding-bottom: 85px;
}

.tradein:after {
  /* content: ""; */
  width: 100%;
  background: #f0f3f5;
  height: 231px;
  display: block;
  position: absolute;
  transform: skewY(3deg);
  bottom: -394px;
}

.tradein:after {
}

.tradein .container {
}

.tradein .content {
  display: flex;
  justify-content: space-between;
}

.tradein .main_block {
}

.tradein .img_block {
  width: 100%;
  max-width: 710px;
  max-height: 410px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  position: relative;
  z-index: 1;
}

.tradein .img_block > div {
  overflow: hidden;
}

.tradein .img_block > div:hover img {
  transform: scale(1.05);
}

.tradein .img_block .img1 {
  /* margin-bottom: 13px; */
}

.tradein .img_block .img1 img {
  height: 100%;
  margin-top: 20px;
}

.tradein .img_block .img2 {
}

.tradein .img_block .img3 {
}

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

.tradein .comment {
  font-size: 23px;
  padding-top: 15px;
}

.tradein form {
  background: #fff;
  margin-top: 22px;
  padding: 50px 60px 55px;
  box-sizing: border-box;
  width: 100%;
  max-width: 460px;
}

.tradein form select {
  border: none;
  border-bottom: 1px solid #000c;
}

.tradein form .agree_field,
.tradein form .agree_field a {
}

.tradein form .form-group input[type="text"],
.tradein form .form-group input[type="tel"] {
  border-bottom: 1px solid #000;
}

.tradein form .form-group button {
  margin-top: 20px;
}

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

.service {
  margin-top: 98px;
  padding-top: 210px;
  padding-bottom: 197px;
  color: #fff;
  background: url(../img/service_bg.jpg) 50% 0 no-repeat;
  position: relative;
  /* overflow-x: hidden; */
}

.service:after {
  content: "";
  width: 100%;
  background: #fff;
  height: 168px;
  display: block;
  position: absolute;
  transform: skewY(-3deg);
  bottom: -100px;
}

.service:before {
  content: "";
  width: 100%;
  background: #f0f3f5;
  height: 100px;
  display: block;
  position: absolute;
  transform: skewY(-3deg);
  top: -57px;
}

.service__container {
}

.service__title {
  font-size: 64px;
  font-weight: 700;
  text-transform: uppercase;
}

.service__title2 {
  margin-top: 10px;
}

.service__title2 span {
  display: inline-block;
  padding: 16px;
  font-size: 50px;
  font-weight: 700;
  background: #eb0a1e;
  width: fit-content;
  text-transform: uppercase;
}

.service__comment {
  font-size: 25px;
  margin-top: 44px;
  max-width: 620px;
}

.service__content {
  display: flex;
  flex-wrap: wrap;
  margin-top: 20px;
  row-gap: 20px;
}

.service__content .service_block {
  font-size: 23px;
  font-weight: 400;
}

.service__content .service_block b {
  font-size: 50px;
  font-weight: 700;
  color: #fdb843;
}

.service__item {
  position: relative;
  font-size: 18px;
  padding-left: 62px;
  width: 50%;
  white-space: nowrap;
}

.service__item span {
}

.service__item b {
}

.service__item:before {
  content: "%";
  display: block;
  width: 50px;
  height: 50px;
  position: absolute;
  top: 0;
  left: 0;
  font-size: 38px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #808488;
  background-repeat: no-repeat;
  background-position: 50%;
  color: #fff;
  font-weight: 700;
}

.service__item_ico1:before {
}

.service__item_ico2:before {
}

.service__item_ico3:before {
  content: "";
  background-image: url(../img/service_ico1.svg);
}

.service__item_ico4:before {
  content: "";
  background-image: url(../img/service_ico2.svg);
}

.service__btn {
  margin-top: 91px;
}

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

.have_quest {
  /* margin-top: 225px; */
  margin-top: 39px;
}

.have_quest .container {
}

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

.have_quest .main_block {
}

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

.have_quest .comment {
  margin-top: 20px;
  font-size: 20px;
}

.have_quest form {
  width: 100%;
  max-width: 650px;
  margin-top: 30px;
}

.have_quest form .form-group_wrapper {
  display: flex;
  justify-content: space-between;
}

.have_quest form .form-group {
  width: 49%;
}

.have_quest form .form-group.inp:before {
  background: #f0f3f5;
}

.have_quest form .agree_field,
.have_quest form .agree_field a {
}

.have_quest form .form-group input[type="text"],
.have_quest form .form-group input[type="tel"] {
}

.have_quest .img_block {
  width: 39%;
  display: flex;
  justify-content: flex-end;
  /* background: url(../img/have_quest_img2.png) 0 50% no-repeat; */
}

.have_quest .img_block img {
}

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

.contacts {
}

.contacts .container {
}

.contacts .content {
  position: absolute;
  top: 150px;
  z-index: 1;
  right: 0;
  background: linear-gradient(175deg, #fff 39%, #f0f3f5 39%);
  padding: 40px;
}

.contacts .about_dealer {
  display: flex;
  align-items: center;
}

.contacts .contacts_logo {
  /*padding-bottom: 20px;*/
}

.contacts .contacts_logo img {
}

.contacts .about_dealer .text {
  font-size: 14px;
  margin-left: 10px;
  padding-left: 10px;
  border-left: 1px solid #000;
}

.contacts .about_dealer .text b {
  display: block;
}

.contacts .contacts_phone {
  color: inherit;
  font-size: 25px;
  font-weight: 700;
  margin-top: 60px;
  display: block;
}

.contacts .contacts_addr {
  margin-top: 20px;
}

.contacts .contacts_addr b {
}

.contacts .open_hours {
  margin-top: 30px;
}

.contacts .open_hours b {
}

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

#map1 {
  height: 580px;
  width: 100%;
  max-width: 100%;
  background: url(../img/map.jpg) 50% 0% no-repeat;
  /*    filter: grayscale();
        -webkit-filter: grayscale();*/
  margin-top: 50px;
}

footer {
  padding: 20px 0;
  background: #2a2c2e;
  color: #fff;
}

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

.footer_wrapper .footer_dealer {
  margin: 10px;
  display: grid;
  text-align: center;
  row-gap: 10px;
}

.footer_wrapper .footer_dealer a {
  color: #ffffff;
}

.footer_wrapper .footer_dealer img {
}

.footer_wrapper .yr_info {
  font-size: 12px;
}

.disclamer_switch_bg {
}

.disclamer_switch {
  color: #fff;
  /* font-size: 14px; */
  text-decoration: none;
  /* font-weight: 300; */
}

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

.copyright {
  font-size: 12px;
  position: absolute;
  top: 0px;
  left: 15px;
}

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

@media (max-width: 1900px) {
}

@media (max-width: 1800px) {

  .cars {}
  .cars__container {}
  .cars__content {}
  .cars .car {}
  .cars .car__bg-text {}
  .cars .car__title-block {}
  .cars .car__title {}
  .cars .car__title-text {}
  .cars .car__title-text_bg {}
  .cars .car__spec-price {}
  .cars .car__spec-price b {}
  .cars .car__info-block {}
  .cars .car__profit {}
  .cars .car__profit-ico {}
  .cars .car__profit-ico img {}
  .cars .car__profit-text {}
  .cars .car__profit-text b {}
  .cars .car__props {}
  .cars .car__props-item {}
  .cars .car__props-item b {}
  .cars .car__props-item-ico {}
  .cars .car__props-item-text {}
  .cars .car__props-item_ico1 {}
  .cars .car__props-item_ico2 {}
  .cars .car__props-item_ico3 {}
  .cars .car__props-item_ico4 {}
  .cars .car__props-item_ico5 {}
  .cars .car__props-item_ico6 {}
  .cars .car__image-block {}
  .cars .car__color {}
  .cars .car__color img {}
  .cars .car__dots {}
  .cars .car__colors-title {}
  .cars .car__color-dot {}
  .cars .car__gallery-block {}
  .cars .car__gallery-item {}
  .cars .car__gallery-item img {}
  .cars .car__btns-block {}
  .cars .car__btn {}

}

@media (max-width: 1600px) {

  .cars {}
  .cars__container {}
  .cars__content {}
  .cars .car {}
  .cars .car__bg-text {}
  .cars .car__title-block {}
  .cars .car__title {}
  .cars .car__title-text {}
  .cars .car__title-text_bg {}
  .cars .car__spec-price {}
  .cars .car__spec-price b {}
  .cars .car__info-block {}
  .cars .car__profit {}
  .cars .car__profit-ico {}
  .cars .car__profit-ico img {}
  .cars .car__profit-text {}
  .cars .car__profit-text b {}
  .cars .car__props {}
  .cars .car__props-item {}
  .cars .car__props-item b {}
  .cars .car__props-item-ico {}
  .cars .car__props-item-text {}
  .cars .car__props-item_ico1 {}
  .cars .car__props-item_ico2 {}
  .cars .car__props-item_ico3 {}
  .cars .car__props-item_ico4 {}
  .cars .car__props-item_ico5 {}
  .cars .car__props-item_ico6 {}
  .cars .car__image-block {}
  .cars .car__color {}
  .cars .car__color img {}
  .cars .car__dots {}
  .cars .car__colors-title {}
  .cars .car__color-dot {}
  .cars .car__gallery-block {}
  .cars .car__gallery-item {}
  .cars .car__gallery-item img {}
  .cars .car__btns-block {}
  .cars .car__btn {}

  /*.banner {
        background-size: 110%;
        padding-bottom: 310px;
    }*/
}

@media (max-width: 1340px) {
  .service__title {
    font-size: 46px;
  }

  .service__title2 span {
    padding: 10px;
    font-size: 36px;
  }

  .service__comment {
    font-size: 20px;
  }

  .service__content {
    display: block;
  }

  .service__btn {
    margin-top: 20px;
  }

  .banner {
  }

  .banner .timer_block {
    position: static;
    margin-top: 580px;
  }

  .banner .timer_block .timer_title {
    text-align: center;
    color: #000;
  }

  #instock .tb_complects .compl_item .compl_img {
    height: 150px;
  }

  .tradein .img_block {
    width: 100%;
    max-width: 420px;
  }

  .tradein .img_block .img2 {
    margin-bottom: 13px;
  }

  .cars {}
  .cars__container {}
  .cars__content {}
  .cars .car {}
  .cars .car__bg-text {}
  .cars .car__title-block {}
  .cars .car__title {}
  .cars .car__title-text {}
  .cars .car__title-text_bg {}
  .cars .car__spec-price {}
  .cars .car__spec-price b {}
  .cars .car__info-block {}
  .cars .car__profit {}
  .cars .car__profit-ico {}
  .cars .car__profit-ico img {}
  .cars .car__profit-text {}
  .cars .car__profit-text b {}
  .cars .car__props {}
  .cars .car__props-item {}
  .cars .car__props-item b {}
  .cars .car__props-item-ico {}
  .cars .car__props-item-text {}
  .cars .car__props-item_ico1 {}
  .cars .car__props-item_ico2 {}
  .cars .car__props-item_ico3 {}
  .cars .car__props-item_ico4 {}
  .cars .car__props-item_ico5 {}
  .cars .car__props-item_ico6 {}
  .cars .car__image-block {}
  .cars .car__color {}
  .cars .car__color img {}
  .cars .car__dots {}
  .cars .car__colors-title {}
  .cars .car__color-dot {}
  .cars .car__gallery-block {}
  .cars .car__gallery-item {}
  .cars .car__gallery-item img {}
  .cars .car__btns-block {}
  .cars .car__btn {}
}

@media (max-width: 1280px) {
  .banner_gifts {
    top: 25vw;
  }

  #instock .instock_cont {
    display: block;
  }

  .instock_cont_block {
    margin-bottom: 36px;
    padding-top: 10px;
    padding-bottom: 20px;
  }

  .instock_cont_block {
    width: 100%;
  }

  .gifts .car_btns {
    bottom: -60px;
  }

  .gifts_cont1,
  .gifts_cont2 {
    font-size: 36px;
  }

  .gifts_cont1 i,
  .gifts_cont2 i {
    height: 34px;
    margin-right: 12px;
  }

  .gifts_link {
    font-size: 22px;
  }

  .cars {}
  .cars__container {}
  .cars__content {}
  .cars .car {}
  .cars .car__bg-text {}
  .cars .car__title-block {}
  .cars .car__title {}
  .cars .car__title-text {}
  .cars .car__title-text_bg {}
  .cars .car__spec-price {}
  .cars .car__spec-price b {}
  .cars .car__info-block {}
  .cars .car__profit {}
  .cars .car__profit-ico {}
  .cars .car__profit-ico img {}
  .cars .car__profit-text {}
  .cars .car__profit-text b {}
  .cars .car__props {}
  .cars .car__props-item {}
  .cars .car__props-item b {}
  .cars .car__props-item-ico {}
  .cars .car__props-item-text {}
  .cars .car__props-item_ico1 {}
  .cars .car__props-item_ico2 {}
  .cars .car__props-item_ico3 {}
  .cars .car__props-item_ico4 {}
  .cars .car__props-item_ico5 {}
  .cars .car__props-item_ico6 {}
  .cars .car__image-block {}
  .cars .car__color {}
  .cars .car__color img {}
  .cars .car__dots {}
  .cars .car__colors-title {}
  .cars .car__color-dot {}
  .cars .car__gallery-block {}
  .cars .car__gallery-item {}
  .cars .car__gallery-item img {}
  .cars .car__btns-block {}
  .cars .car__btn {}

}

@media (max-width: 991px) {
  .banner_gifts {
    top: 446px;
  }

  .offers {
    margin-top: 80px;
    padding-bottom: 70px;
    position: relative;
  }

  .offers_cont {
    flex-direction: column;
  }

  .offers_img1 {
    position: relative;
    width: 100%;
    top: 0;
    transform: none;
  }

  .offers_img1 img {
    width: 100%;
  }

  .offers_img2 {
    position: relative;
    right: 0;
    width: 100%;
  }

  .offers_img1 .btn {
    position: absolute;
    left: 50%;
    margin-left: -38%;
    width: 78%;
    bottom: -20vw;
  }
}

/*IPAD PRO BEGIN*/
@media (min-width: 768px) and (max-width: 1199px) {
  .swiper-button-next {
    right: -25px !important;
  }

  .swiper-button-prev {
    left: -25px !important;
  }

  .complect__title {
    font-size: 2.5rem;
  }

  .complect__btnBlock {
    width: 100%;
  }

  .complect__swiperBlock {
    width: 100%;
    max-width: 100%;
  }

  header {
  }

  header .container {
  }

  header .content {
  }

  header .header {
  }

  header .logo_wrap {
  }

  header .logo_wrap .logo {
  }

  header .logo_wrap .logo.logo1 {
  }

  header .logo_wrap .logo.logo2 {
  }

  header .top_addr {
    display: none;
  }

  header .top_addr b {
  }

  header .phone_wrap {
  }

  header .phone_wrap .top_phone {
  }

  header .phone_wrap .header_offer {
  }

  header .menu_wrap {
  }

  header .menu {
  }

  header .menu a {
  }

  header .menu a:hover {
  }

  /**************************************************************************************************************/
  .banner {
    padding-top: 0;
    padding-bottom: 240px;
    background-size: 130%;
  }

  .banner .container {
  }

  .banner .content {
  }

  .banner .title_container {
  }

  .banner .title1 {
  }

  .banner .title2 {
  }

  .banner .title3 {
  }

  .banner form {
  }

  .banner form .form-group_wrapper {
  }

  .banner form .form-group {
  }

  .banner form .agree_field,
  .banner form .agree_field a {
  }

  .banner form .form-group input[type="text"],
  .banner form .form-group input[type="tel"] {
  }

  .banner .timer_block {
  }

  .banner .timer_block .timer_title {
  }

  .banner .timer_block .timer {
  }

  .banner .timer_block .timer div[id^="timer"] {
  }

  .banner .timer_block .timer span[id^="timer"] {
  }

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

  .cars {}
  .cars__container {}
  .cars__content {}
  .cars .car {ÃÂ¡
    gap: 30px;
}
  .cars .car__bg-text {}
  .cars .car__title-block {}
  .cars .car__title {}
  .cars .car__title-text {}
  .cars .car__title-text_bg {}
  .cars .car__spec-price {}
  .cars .car__spec-price b {}
  .cars .car__info-block {}
  .cars .car__profit {}
  .cars .car__profit-ico {}
  .cars .car__profit-ico img {}
  .cars .car__profit-text {}
  .cars .car__profit-text b {}
  .cars .car__props {}
  .cars .car__props-item {}
  .cars .car__props-item b {}
  .cars .car__props-item-ico {}
  .cars .car__props-item-text {}
  .cars .car__props-item_ico1 {}
  .cars .car__props-item_ico2 {}
  .cars .car__props-item_ico3 {}
  .cars .car__props-item_ico4 {}
  .cars .car__props-item_ico5 {}
  .cars .car__props-item_ico6 {}
  .cars .car__image-block {}
  .cars .car__color {}
  .cars .car__color img {}
  .cars .car__dots {}
  .cars .car__colors-title {}
  .cars .car__color-dot {}
  .cars .car__gallery-block {}
  .cars .car__gallery-item {}
  .cars .car__gallery-item img {}
  .cars .car__btns-block {}
  .cars .car__btn {}

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

  #instock {
  }

  #instock .container {
  }

  #instock .tb_complects_container {
  }

  #instock .instock_title {
  }

  #instock .filter_quick_menu {
  }

  #instock .filter_quick_menu li {
  }

  #instock .filter_quick_menu li span {
  }

  #instock .tb_complects {
  }

  #instock .tb_complects .compl_item {
  }

  #instock .tb_complects .compl_item .compl_name {
  }

  #instock .tb_complects .compl_item .compl_name .param1 {
  }

  #instock .tb_complects .compl_item .compl_img {
  }

  #instock .tb_complects .compl_item .compl_img img {
  }

  #instock .tb_complects .compl_item .compl_params {
  }

  #instock .tb_complects .compl_item .compl_params .param2_wrap {
  }

  #instock .tb_complects .compl_item .compl_params .param2_wrap > div {
  }

  #instock .tb_complects .compl_item .compl_params .param2_wrap .param2 {
  }

  #instock .tb_complects .compl_item .compl_params .param2_wrap .param3 {
  }

  #instock .tb_complects .compl_item .compl_params .param2_wrap .param4 {
  }

  #instock .tb_complects .compl_item .btns {
  }

  #instock .tb_complects .compl_item .btns .btn {
  }

  #instock .tb_complects .compl_item .btns .btn:last-child {
  }

  #instock .slick-arrow {
  }

  #instock .slick-prev {
  }

  #instock .slick-next {
  }

  #instock .slick-dots {
  }

  #instock .slick-dots li {
  }

  #instock .slick-dots li button {
  }

  #instock .slick-dots li.slick-active {
  }

  /**************************************************************************************************************/
  .credit {
  }

  .credit:before {
    content: "";
  }

  .credit:after {
    content: "";
  }

  .credit .container {
  }

  .credit .content {
  }

  .credit .title {
  }

  .credit .title2 {
  }

  .credit .credit_props {
  }

  .credit .credit_props .item {
  }

  .credit .credit_props .item:before {
    content: "%";
  }

  .credit .btn {
  }

  /**************************************************************************************************************/
  .tradein {
  }

  .tradein .container {
  }

  .tradein .content {
  }

  .tradein .main_block {
  }

  .tradein .img_block {
  }

  .tradein .img_block > div {
  }

  .tradein .img_block .img1 {
  }

  .tradein .img_block .img2 {
  }

  .tradein .img_block .img3 {
  }

  .tradein .title {
  }

  .tradein .comment {
  }

  .tradein form {
  }

  .tradein form select {
  }

  .tradein form .agree_field,
  .tradein form .agree_field a {
  }

  .tradein form .form-group input[type="text"],
  .tradein form .form-group input[type="tel"] {
  }

  /****************************************************************************************************/
  .service {
  }

  .service:after {
  }

  .service:before {
  }

  .service__container {
  }

  .service__title {
  }

  .service__comment {
  }

  .service__content {
  }

  .service__item {
  }

  .service__item span {
  }

  .service__item b {
  }

  .service__item:before {
  }

  .service__item_ico1:before {
  }

  .service__item_ico2:before {
  }

  .service__item_ico3:before {
  }

  .service__item_ico4:before {
  }

  .service__btn {
  }

  /****************************************************************************************************/
  .have_quest {
  }

  .have_quest .container {
  }

  .have_quest .content {
  }

  .have_quest .main_block {
  }

  .have_quest .title {
  }

  .have_quest .comment {
  }

  .have_quest form {
  }

  .have_quest form .form-group_wrapper {
  }

  .have_quest form .form-group {
  }

  .have_quest form .agree_field,
  .have_quest form .agree_field a {
  }

  .have_quest form .form-group input[type="text"],
  .have_quest form .form-group input[type="tel"] {
  }

  .have_quest .img_block {
  }

  .have_quest .img_block img {
  }

  /**************************************************************************************************************/
  .contacts {
  }

  .contacts .container {
  }

  .contacts .content {
  }

  .contacts .about_dealer {
  }

  .contacts .contacts_logo {
  }

  .contacts .contacts_logo img {
  }

  .contacts .about_dealer .text {
  }

  .contacts .contacts_phone {
  }

  .contacts .contacts_addr {
  }

  .contacts .contacts_addr b {
  }

  .contacts .open_hours {
  }

  .contacts .open_hours b {
  }
}

/*IPAD PRO BEGIN*/

/*IPAD BEGIN*/
@media (min-width: 768px) and (max-width: 991px) {
  .complect__swiper .complect__slide {
    align-items: start;
  }

  .complect__swiper .complect__slide {
    flex-direction: column;
  }

  .complect__container {
    margin-top: 5rem;
  }

  .complect__center {
    width: 100%;
    margin-bottom: 20px;
  }

  .slide__list {
    top: 30px;
    left: 15%;
  }

  .complect__right {
    width: 100%;
  }

  .complect .slide__btn {
    width: 100%;
  }

  header {
  }

  header .container {
  }

  header .content {
  }

  header .header {
  }

  header .logo_wrap {
  }

  header .logo_wrap .logo {
  }

  header .logo_wrap .logo.logo1 {
  }

  header .logo_wrap .logo.logo2 {
  }

  header .top_addr {
  }

  header .top_addr b {
  }

  header .phone_wrap {
  }

  header .phone_wrap .top_phone {
  }

  header .phone_wrap .header_offer {
  }

  header .menu_wrap {
  }

  header .menu {
  }

  header .menu a {
  }

  header .menu a:hover {
  }

  .timer_form_wrap .container {
    flex-direction: column;
  }

  .timer_form_wrap .timer_block {
    margin-bottom: 30px;
  }

  /**************************************************************************************************************/
  .banner {
    background-size: 135%;
    padding-top: 15px;
    padding-bottom: 190px;
  }

  .banner .container {
  }

  .banner .content {
  }

  .banner .title_container {
  }

  .banner .title1 {
  }

  .banner .title2 {
    font-size: 30px;
  }

  .banner .title3 {
    font-size: 20px;
  }

  .banner form {
    display: none;
  }

  .banner form .form-group_wrapper {
  }

  .banner form .form-group {
  }

  .banner form .agree_field,
  .banner form .agree_field a {
  }

  .banner form .form-group input[type="text"],
  .banner form .form-group input[type="tel"] {
  }

  .banner .timer_block {
  }

  .banner .timer_block .timer_title {
  }

  .banner .timer_block .timer {
  }

  .banner .timer_block .timer div[id^="timer"] {
  }

  .banner .timer_block .timer span[id^="timer"] {
  }

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



.cars .car__gallery-block .slick-arrow {
}

.cars .car__gallery-block .slick-arrow:before {
}

.cars .car__gallery-block .slick-arrow:hover:before {
}
.cars .car__gallery-block .slick-prev {
}
.cars .car__gallery-block .slick-next {
}

.cars .car__gallery-block .slick-arrow-count {
}
.cars .car__gallery-block .slick-prev-count {
}
.cars .car__gallery-block .slick-next-count {}

.cars .car__gallery-block .slick-dots {
}
.cars .car__gallery-block .slick-dots li {
}
.cars .car__gallery-block .slick-dots li.slick-active {
}
.cars .car__gallery-block .slick-dots li button {
}

.cars .car__gallery-block .slick-slide {
}
.cars .car__gallery-block .slick-current {
}

.cars .car__gallery-block .slick-current + .slick-slide {
}


  /**************************************************************************************************************/
  #instock {
  }

  #instock .container {
  }

  #instock .tb_complects_container {
  }

  #instock .instock_title {
  }

  #instock .filter_quick_menu {
  }

  #instock .filter_quick_menu li {
  }

  #instock .filter_quick_menu li span {
  }

  #instock .tb_complects {
  }

  #instock .tb_complects .compl_item {
  }

  #instock .tb_complects .compl_item .compl_name {
  }

  #instock .tb_complects .compl_item .compl_name .param1 {
  }

  #instock .tb_complects .compl_item .compl_img {
  }

  #instock .tb_complects .compl_item .compl_img img {
  }

  #instock .tb_complects .compl_item .compl_params {
  }

  #instock .tb_complects .compl_item .compl_params .param2_wrap {
  }

  #instock .tb_complects .compl_item .compl_params .param2_wrap > div {
  }

  #instock .tb_complects .compl_item .compl_params .param2_wrap .param2 {
  }

  #instock .tb_complects .compl_item .compl_params .param2_wrap .param3 {
  }

  #instock .tb_complects .compl_item .compl_params .param2_wrap .param4 {
  }

  #instock .tb_complects .compl_item .btns {
  }

  #instock .tb_complects .compl_item .btns .btn {
  }

  #instock .tb_complects .compl_item .btns .btn:last-child {
  }

  #instock .slick-arrow {
  }

  #instock .slick-prev {
  }

  #instock .slick-next {
  }

  #instock .slick-dots {
  }

  #instock .slick-dots li {
  }

  #instock .slick-dots li button {
  }

  #instock .slick-dots li.slick-active {
  }

  /**************************************************************************************************************/
  .credit {
  }

  .credit:before {
    content: "";
  }

  .credit:after {
    content: "";
  }

  .credit .container {
  }

  .credit .content {
  }

  .credit .title {
  }

  .credit .title2 {
  }

  .credit .credit_props {
  }

  .credit .credit_props .item {
  }

  .credit .credit_props .item:before {
    content: "%";
  }

  .credit .btn {
  }

  /**************************************************************************************************************/
  .tradein {
  }

  .tradein .container {
  }

  .tradein .content {
  }

  .tradein .main_block {
    max-width: 400px;
  }

  .tradein .img_block {
    max-width: 275px;
  }

  .tradein .img_block > div {
  }

  .tradein .img_block .img1 {
  }

  .tradein .img_block .img2 {
  }

  .tradein .img_block .img3 {
  }

  .tradein .title {
  }

  .tradein .comment {
  }

  .tradein form {
  }

  .tradein form select {
  }

  .tradein form .agree_field,
  .tradein form .agree_field a {
  }

  .tradein form .form-group input[type="text"],
  .tradein form .form-group input[type="tel"] {
  }

  /****************************************************************************************************/
  .service {
    padding-top: 130px;
  }

  .service:after {
  }

  .service:before {
  }

  .service__container {
    background: #00000080;
    padding: 50px 15px;
  }

  .service__title {
  }

  .service__comment {
  }

  .service__content {
  }

  .service__item {
  }

  .service__item span {
  }

  .service__item b {
  }

  .service__item:before {
  }

  .service__item_ico1:before {
  }

  .service__item_ico2:before {
  }

  .service__item_ico3:before {
  }

  .service__item_ico4:before {
  }

  .service__btn {
  }

  /****************************************************************************************************/
  .have_quest {
  }

  .have_quest .container {
  }

  .have_quest .content {
  }

  .have_quest .main_block {
  }

  .have_quest .title {
  }

  .have_quest .comment {
  }

  .have_quest form {
  }

  .have_quest form .form-group_wrapper {
  }

  .have_quest form .form-group {
  }

  .have_quest form .agree_field,
  .have_quest form .agree_field a {
  }

  .have_quest form .form-group input[type="text"],
  .have_quest form .form-group input[type="tel"] {
  }

  .have_quest .img_block {
  }

  .have_quest .img_block img {
  }

  /**************************************************************************************************************/
  .contacts {
  }

  .contacts .container {
  }

  .contacts .content {
  }

  .contacts .about_dealer {
  }

  .contacts .contacts_logo {
  }

  .contacts .contacts_logo img {
  }

  .contacts .about_dealer .text {
  }

  .contacts .contacts_phone {
  }

  .contacts .contacts_addr {
  }

  .contacts .contacts_addr b {
  }

  .contacts .open_hours {
  }

  .contacts .open_hours b {
  }
}

/*IPAD END*/

/*MOBILE BEGIN*/
@media (max-width: 767px) {
  .banner__workBtn {
    display: none;
  }

  .banner_gifts {
    display: none;
  }

  .complect__swiper .complect__slide {
    align-items: start;
  }

  .complect__swiper .complect__slide {
    flex-direction: column;
  }

  .complect__container {
    margin-top: 5rem;
  }

  .complect__center {
    width: 100%;
    margin-bottom: 20px;
  }

  .slide__list {
    top: 30px;
    left: 15%;
  }

  .complect__right {
    width: 100%;
  }

  .complect .slide__btn {
    width: 100%;
  }

  .complect__title {
    font-size: 7vw;
    line-height: normal;
    margin-bottom: 1.5rem;
  }

  .complect__btnChoice {
    font-size: 8vw;
    line-height: 3rem;
    margin-bottom: 3rem;
  }

  .complect__btnBlock {
    width: 100%;
    justify-content: space-around;
  }

  .swiper-button-next {
    right: 0 !important;
  }

  .swiper-button-prev {
    left: 0 !important;
  }

  /****************************************************************************/
  .service__container {
    display: grid;
    justify-content: center;
  }

  .service__title2 {
    display: flex;
    justify-content: center;
  }

  .service__title2 span {
    font-size: 28px;
    color: #fff;
  }

  .service__content .service_block {
    font-weight: 500;
  }

  .service__comment {
    margin-top: 30px;
    font-weight: 500;
  }

  .gifts_cont {
    top: 20px;
  }

  .gifts_cont1,
  .gifts_cont2 {
    font-size: 20px;
  }

  .gifts_link {
    font-size: 16px;
  }

  .gifts_cont1 i,
  .gifts_cont2 i {
    height: 22px;
  }

  .timer_title2 br {
    display: block;
  }

  .timer_title2 {
    text-align: center;
  }

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

  /************************************************************************/
  .btn {
    width: 100%;
    margin: 0 auto;
    width: 90%;
  }

  .btn span:before {
  }

  form .form-group.inp:before {
    border: 1px solid #000;
  }

  form .form-group {
    margin: 0 auto;
    margin-bottom: 10px;
  }

  .header {
    flex-wrap: wrap;
  }

  .header .logo {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .header .logo .logo_text {
    padding-left: 0;
    font-size: 14px;
  }

  .header .top_addr {
    display: none;
  }

  .header .top_phone {
    display: none;
  }

  .header .btn {
    margin: 0 auto;
    margin-top: 10px;
    order: 1;
  }

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

  .header .m_btn span {
    position: absolute;
    display: block;
    width: 30px;
    height: 3px;
    background: #eb0a1e;
    transition: all 0.2s 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;
  }

  header {
  }

  header .container {
  }

  header .content {
  }

  header .header {
    display: flex;
    flex-direction: column;
    padding: 10px 0;
  }

  header .logo_wrap {
    margin-bottom: 5px;
    max-width: 100%;
  }

  header .logo_wrap .logo {
    max-width: 35%;
  }

  header .logo_wrap .logo.logo1 {
    margin: 0;
  }

  header .logo_wrap .logo.logo2 {
  }

  header .logo_wrap .logo_text {
    font-size: 3.5vw;
  }

  header .top_addr {
  }

  header .top_addr b {
  }

  header .phone_wrap {
    max-width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
  }

  header .phone_wrap .top_phone {
    font-size: 14px;
  }

  header .phone_wrap .header_offer {
    font-size: 12px;
  }

  header .menu_wrap {
    display: none;
  }

  header .menu {
  }

  header .menu a {
  }

  header .menu a:hover {
  }

  /**************************************************************************************************************/
  .timer_form_wrap .container {
    flex-direction: column;
  }

  .timer_form_wrap .timer_block {
    margin-bottom: 20px;
    flex-direction: column;
  }

  .timer_form_wrap .timer_block .timer_title {
    width: 100%;
    text-align: center;
    margin-bottom: 12px;
  }

  .timer_form_wrap .timer_block .timer_title br {
    display: none;
  }

  .timer_form_wrap form .form-group_wrapper {
    flex-direction: column;
  }

  .timer_form_wrap form .form-group {
    width: calc(100% - 60px);
  }

  .banner {
    background-image: url("../img/bg1_mob.jpg");
    background-size: 420px auto;
    background-position: 50% 0;
    padding-bottom: 20px;
    margin-top: 75px;
    padding-top: 10px;
  }

  .banner .container {
  }

  .banner .content {
  }

  .banner .title_container {
    padding: 0;
    background: none;
    margin-top: 165px;
    text-align: center;
  }

  .banner .title1 {
    padding-bottom: 10px;
  }

  .banner .title2 {
    padding-bottom: 10px;
    font-size: 7vw;
    color: #000000;
  }

  .banner .title3 {
    font-size: 5vw;
    padding: 0;
    color: #000000;
  }

  .banner form {
    margin: 0;
    padding-top: 20px;
  }

  .banner form .form-group_wrapper {
    flex-wrap: wrap;
  }

  .banner form .form-group {
    width: 90%;
  }

  .banner form .agree_field,
  .banner form .agree_field a {
    color: #000;
  }

  .banner form .form-group input[type="text"],
  .banner form .form-group input[type="tel"] {
  }

  .banner .timer_block {
    margin-top: 60px;
  }

  .banner .timer_block .timer_title {
  }

  .banner .timer_block .timer {
    transform: scale(0.8);
    position: relative;
    left: 70px;
    margin-left: -140px;
    /* width: 100%; */
  }

  .banner .timer_block .timer div[id^="timer"] {
    /* width: 100%; */
  }

  .banner .timer_block .timer span[id^="timer"] {
  }

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


  .cars {
    overflow: hidden;
}
  .cars__container {}
  .cars__content {
    margin: 0;
}
  .cars .car {
    gap: 20px;
    margin-top: 50px;
}
  .cars .car__bg-text {
    font-size: 36vw;
    top: 11%;
    left: 0;
    width: 100%;
    text-align: center;
}
  .cars .car__title-block {
    flex-wrap: wrap;
    margin: 0;
    order: -1;
    position: relative;
}

.cars .car__title-block:before {
    content: "";
    width: 200%;
    height: 100%;
    display: block;
    position: absolute;
    left: -50%;
    background: #f0f0f0;
    z-index: -1;
}
  .cars .car__title {
    padding-left: 12px;
    z-index: 1;
}

.cars .car__title:before {
    content: "";
    display: block;
    background: #1E1D1D;
    width: 50%;
    height: 100%;
    position: absolute;
    z-index: -1;
    top: 0;
    left: -25%;
}
  .cars .car__title-text {}
  .cars .car__title-text_bg {}
  .cars .car__spec-price {
    margin-top: 8px;
    margin-left: 10px;
    font-size: 6vw;
}
  .cars .car__spec-price b {}
  .cars .car__info-block {
    width: 100%;
}
  .cars .car__profit {
    font-size: 20px;
    padding: 12px 0;
    padding-left: 65px;
    padding-right: 10px;
}
  .cars .car__profit-ico {}
  .cars .car__profit-ico img {}
  .cars .car__profit-text {
    text-align: center;
}
  .cars .car__profit-text b {}
  .cars .car__props {
    gap: 12px;
}

  .cars .car__new {
    font-size: 20px;
    padding: 12px 0;
    padding-left: 65px;
    padding-right: 10px;
  }
  .cars .car__new-ico {}
  .cars .car__new-ico img {}
  .cars .car__new-text {
    text-align: center;
  }
  .cars .car__new-text b {}

  .cars .car__props {
    gap: 12px;
  }

  .cars .car__props-item {
    font-size: 16px;
}
  .cars .car__props-item b {
    display: inline-block;
}
  .cars .car__props-item-ico {}
  .cars .car__props-item-text {}
  .cars .car__props-item_ico1 {}
  .cars .car__props-item_ico2 {}
  .cars .car__props-item_ico3 {}
  .cars .car__props-item_ico4 {}
  .cars .car__props-item_ico5 {}
  .cars .car__props-item_ico6 {}
  .cars .car__image-block {
    order: -1;
}
  .cars .car__color {}
  .cars .car__color img {}
  .cars .car__dots {
    padding: 0;
    margin-top: 10px;
    justify-content: center;
    gap: 10px;
}
  .cars .car__colors-title {}
  .cars .car__color-dot {}
  .cars .car__gallery-block {
    max-height: 100%;
    max-width: 100%;
    width: 100%;
    height: auto;
    padding: 0;
    overflow: unset;
    padding-bottom: 30px;
    margin: 0 -5px;
}
  .cars .car__gallery-item {
    transform: unset !important;
    padding: 0 5px;
}
  .cars .car__gallery-item img {}
  .cars .car__btns-block {
    margin: 0;
    flex-flow: column;
    gap: 10px;
}
  .cars .car__btn {
    width: 90%;
}


.cars .car__gallery-block .slick-arrow {
}

.cars .car__gallery-block .slick-arrow:before {
}

.cars .car__gallery-block .slick-arrow:hover:before {
}
.cars .car__gallery-block .slick-prev {top: unset;bottom: -12px;transform: rotate(-90deg);left: 15px;}
.cars .car__gallery-block .slick-next {left: unset;right: 15px;transform: rotate(90deg);bottom: -12px;}

.cars .car__gallery-block .slick-arrow-count {
}
.cars .car__gallery-block .slick-prev-count {left: 15%;bottom: -3px;top: unset;}
.cars .car__gallery-block .slick-next-count {
    left: unset;
    right: 15%;
    bottom: -3px;
}

.cars .car__gallery-block .slick-dots {top: unset;height: auto;width: 50%;left: 25%;bottom: -10px;display: flex;flex-direction: row;}
.cars .car__gallery-block .slick-dots li {height: 1px !important;/* width: 10px !important; */}
.cars .car__gallery-block .slick-dots li.slick-active {height: 3px !important;}
.cars .car__gallery-block .slick-dots li button {
}

.cars .car__gallery-block .slick-slide {
}
.cars .car__gallery-block .slick-current {
}

.cars .car__gallery-block .slick-current + .slick-slide {
}

  .cars .car__title {
    font-size: 26px;
  }
  .cars #gs8_traveler .car__title-text_bg {
    right: initial;
    left: 74%;
  }
  .cars #empow .car__title-text_bg {
    right: initial;
    left: 74%;
  }

  
  /**************************************************************************************************************/
  #instock {
    margin-top: 60px;
  }

  #instock .container {
  }

  #instock .tb_complects_container {
    margin-top: 40px;
  }

  #instock .instock_title {
    font-size: 28px;
  }

  #instock .filter_quick_menu {
  }

  #instock .filter_quick_menu li {
    font-size: 24px;
  }

  #instock .filter_quick_menu li span {
  }

  #instock .tb_complects {
  }

  #instock .tb_complects .compl_item {
  }

  #instock .tb_complects .compl_item .compl_name {
  }

  #instock .tb_complects .compl_item .compl_name .param1 {
  }

  #instock .tb_complects .compl_item .compl_img {
    height: 110px;
  }

  #instock .tb_complects .compl_item .compl_img img {
  }

  #instock .tb_complects .compl_item .compl_params {
    padding-top: 80px;
  }

  #instock .tb_complects .compl_item .compl_params .param2_wrap {
  }

  #instock .tb_complects .compl_item .compl_params .param2_wrap > div {
  }

  #instock .tb_complects .compl_item .compl_params .param2_wrap .param2 {
  }

  #instock .tb_complects .compl_item .compl_params .param2_wrap .param3 {
  }

  #instock .tb_complects .compl_item .compl_params .param2_wrap .param4 {
  }

  #instock .tb_complects .compl_item .btns {
  }

  #instock .tb_complects .compl_item .btns .btn {
  }

  #instock .tb_complects .compl_item .btns .btn:last-child {
  }

  #instock .slick-arrow {
  }

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

  #instock .slick-next {
    left: unset;
    right: -15px;
  }

  #instock .slick-dots {
    margin-top: 30px;
  }

  #instock #m8 .tb_complects .slick-dots {
    display: flex;
  }

  #instock .slick-dots li {
  }

  #instock .slick-dots li button {
  }

  #instock .slick-dots li.slick-active {
  }

  /**************************************************************************************************************/
  .credit {
    padding-top: 200px;
    margin-top: 60px;
    background-size: 420px auto;
    background-position: 50% 0;
    color: inherit;
    padding-bottom: 0px;
  }

  .credit:before {
    content: "";
    display: none;
  }

  .credit:after {
    content: "";
    display: none;
  }

  .credit .container {
    justify-content: center;
  }

  .credit .content {
  }

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

  .credit .title2 {
    padding-top: 10px;
    text-align: center;
    font-size: 20px;
  }

  .credit .credit_props {
    padding-top: 20px;
    flex-wrap: wrap;
  }

  .credit .credit_props .item {
    width: 100%;
    margin-top: 15px;
  }

  .credit .credit_props .item:first-child {
    margin: 0;
    margin-top: 15px;
  }

  .credit .credit_props .item:before {
    content: "%";
  }

  .credit .btn {
    margin-top: 35px;
  }

  /**************************************************************************************************************/
  .tradein {
    margin-top: 60px;
  }

  .tradein .container {
  }

  .tradein .content {
    flex-wrap: wrap;
  }

  .tradein .main_block {
  }

  .tradein .img_block {
    order: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 30px;
    display: none;
  }

  .tradein .img_block > div {
  }

  .tradein .img_block .img1 {
  }

  .tradein .img_block .img2 {
  }

  .tradein .img_block .img3 {
  }

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

  .tradein .comment {
    font-size: 20px;
    text-align: center;
  }

  .tradein form {
    padding: 30px 30px;
  }

  .tradein form select {
  }

  .tradein form .agree_field,
  .tradein form .agree_field a {
  }

  .tradein form .form-group input[type="text"],
  .tradein form .form-group input[type="tel"] {
  }

  /****************************************************************************************************/
  .service {
    margin-top: 60px;
    padding: 0;
    color: #000;
    background-size: 767px auto;
    background-position: 100% 0;
    padding-top: 352px;
  }

  .service:after {
    display: none;
  }

  .service:before {
    display: none;
  }

  .service__container {
  }

  .service__title {
    font-size: 28px;
    text-align: center;
  }

  .service__comment {
    max-width: 100%;
    font-size: 16px;
    text-align: center;
  }

  .service__content {
    max-width: 100%;
    flex-direction: column;
    align-items: center;
  }

  .service__item {
    width: 300px;
  }

  .service__item span {
  }

  .service__item b {
  }

  .service__item:before {
  }

  .service__item_ico1:before {
  }

  .service__item_ico2:before {
  }

  .service__item_ico3:before {
  }

  .service__item_ico4:before {
  }

  .service__btn {
    margin-top: 25px;
  }

  /****************************************************************************************************/
  .have_quest {
    margin-top: 60px;
  }

  .have_quest .container {
  }

  .have_quest .content {
    flex-wrap: wrap;
  }

  .have_quest .main_block {
  }

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

  .have_quest .comment {
    text-align: center;
  }

  .have_quest form {
    width: 98%;
  }

  .have_quest form .form-group_wrapper {
    flex-wrap: wrap;
  }

  .have_quest form .form-group {
    width: 100%;
  }

  .have_quest form .agree_field,
  .have_quest form .agree_field a {
  }

  .have_quest form .form-group input[type="text"],
  .have_quest form .form-group input[type="tel"] {
  }

  .have_quest .img_block {
    width: 100%;
    margin-top: 35px;
  }

  .have_quest .img_block img {
  }

  /**************************************************************************************************************/
  .contacts {
  }

  .contacts .container {
  }

  .contacts .content {
    position: static;
    margin-top: 60px;
    padding: 30px 15px;
  }

  .contacts .about_dealer {
  }

  .contacts .contacts_logo {
    width: 31%;
  }

  .contacts .contacts_logo img {
  }

  .contacts .about_dealer .text {
    font-size: 3.5vw;
  }

  .contacts .contacts_phone {
  }

  .contacts .contacts_addr {
  }

  .contacts .contacts_addr b {
  }

  .contacts .open_hours {
  }

  .contacts .open_hours b {
  }

  #map1 {
    margin-left: 0;
    width: 100%;
    max-width: none;
    height: 350px;
    background-position: 36% -70px !important;
  }

  .footer_wrapper {
    justify-content: center;
  }

  .copyright {
    position: relative;
    left: 0px;
    padding-bottom: 15px;
  }
}

/*MOBILE END*/

/* Portrait phones and smaller */
@media (max-width: 580px) {

  .service {
    background-position: 86% 0;
  }

  .service__content .service_block b {
    font-size: 34px;
  }

  .service__comment {
    font-size: 14px;
  }

  .timer_form_wrap .timer_block .timer div[id^="timer"] {
    margin-top: 10px;
    left: -34px;
    position: relative;
    transform: scale(0.7) !important;
  }
  .complect__props {
    max-height: 100%;
  }
}

@media (max-width: 388px) {
}

@media (max-width: 378px) {
}

@media (max-width: 360px) {
}

@media (max-width: 320px) {
}
