html {
  overflow-x: hidden;
}

h1 {
  text-align: center;
  margin-top: 60px;
  margin-bottom: 0;
}

body {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  color: #313133;
  position: relative;
  font-weight: 400;
  padding: 0;
  overflow-x: hidden;
  max-width: 1920px;
  margin: 0 auto;
  background: #e5e5e5;
}

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

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

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.svg) 100% 50% no-repeat;
  font-family: "Roboto", sans-serif;
  outline: none;
  border: 1px solid #dfdfdf;
  border-radius: 8px;
}

a {
  text-decoration: none;
  color: #313133;
}

.container {
  margin: 0 auto;
  padding: 0 30px;
  max-width: 1257px;
  position: relative;
}

.disclamer_add {
}

@media (min-width: 576px) {
  .container {
    width: 760px;
    max-width: 100%;
  }
}

@media (min-width: 768px) {
  .container {
    width: 980px;
    max-width: 100%;
  }
}

@media (min-width: 992px) {
  .container {
    width: 1100px;
    max-width: 100%;
  }
}

@media (min-width: 1200px) {
  .container {
    width: 1400px;
    max-width: 100%;
  }
}

@media (min-width: 1570px) {
  .container {
    width: 1400px;
    max-width: 100%;
  }
}

input[type="text"],
input[type="tel"] {
  color: #939393;
}

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

.popup_container {
  width: 520px;
  max-width: 100%;
  padding: 5px 29px;
  overflow: hidden !important;
  position: relative;
  box-sizing: border-box;
  /* border: 2px solid black; */
  background: white;
  text-align: center;
  padding-bottom: 30px;
}

.popup_container .agree_field {
  color: #615d5e;
  font-size: 12px;
}

.popup_container .agree_field a {
  color: #615d5e;
  text-decoration: underline;
}

.popup_container h2 {
  font-size: 24px;
  font-weight: 700;
  padding: 0px;
  margin: 0px;
  padding-bottom: 29px;
  text-align: center;
  padding-top: 25px;
  color: #615d5e;
  text-transform: uppercase;
}

.popup_container .form_comment {
  text-align: center;
  font-size: 20px;
  color: #615d5e;
  padding-bottom: 15px;
}

.popup_container .form_comment a {
  display: block;
  color: #615d5e;
  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: #615d5e;
  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 ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #615d5e;
}

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

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

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

.popup_container .form-group textarea {
  color: #615d5e;
  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 #dfdfdf;
  padding: 10px;
  resize: none;
  font-size: 12px;
}

.popup_container .form-group select {
  color: #898989;
  width: 100%;
  font-size: 16px;
  font-weight: 300;
  padding-left: 16px;
  height: 48px;
  border: 1px solid #dfdfdf;
}

.popup_container .form-group button {
  cursor: pointer;
  font-size: 18px;
  font-weight: 500;
  height: 48px;
}

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

.agree_field {
  font-size: 12px;
  line-height: 100%;
  position: relative;
  display: inline-block;
  font-weight: 400;
  padding-left: 18px;
  color: #615d5e;
}

.agree_field a {
  color: #615d5e;
  text-decoration: underline;
}

.agree_field input {
  position: absolute;
  left: -5000px;
  visibility: hidden;
}

.agree_field input + a {
  color: black;
}

.agree_field input + span {
  width: 12px;
  height: 12px;
  border: 1px solid #000000;
  background: #fff;
  position: absolute;
  top: -1px;
  left: 0;
}

.agree_field input:checked + span {
  background: #000000;
}

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

form .form-group input[type="text"],
form .form-group input[type="tel"] {
  font-family: "Roboto", sans-serif;
  height: 50px;
  width: 100%;
  color: #615d5e;
  font-size: 16px;
  box-sizing: border-box;
  font-weight: 400;
  border: 1px solid #dfdfdf;
  border-radius: 8px;
  padding: 0 16px;
  outline: none;
  background: transparent;
}

select {
  font-family: "Roboto", sans-serif;
  display: block;
  color: #615d5e;
  height: 50px;
  width: 100%;
  padding-left: 16px;
  padding-right: 35px;
  font-size: 16px;
  font-weight: 400;
  outline: none;
  background: url(../img/ico_select.svg) right 16px center no-repeat;
  border: 1px solid #dfdfdf;
  border-radius: 8px;
}

form .form-group button {
  font-family: "Roboto", sans-serif;
  width: 100%;
  height: 50px;
  cursor: pointer;
  outline: none;
}

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

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

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

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

.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: #135b74;
  color: #ffffff;
  text-align: center;
  height: 48px;
  width: 406px;
  padding-left: 16px;
  display: flex;
  align-items: center;
  font-weight: 300;
  font-size: 18px;
  border: 1px solid #135b74;
  border-radius: 8px;
  position: relative;
  text-decoration: none;
  transition: all 0.2s linear;
  cursor: pointer;
  overflow: hidden;
}

.btn i {
  position: absolute;
  right: 11px;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #147ba3;
  border-radius: 4px;
  box-shadow: 0 0 4px 0 rgba(22, 144, 185, 0.55);
  transition: all 0.2s linear;
}

.btn:hover i {
  width: 100%;
  height: 100%;
  right: 0;
}

.btn:before {
  content: "";
  position: absolute;
  right: 13px;
  width: 30px;
  height: 30px;
  background: url(../img/btn_ico.svg) no-repeat;
  z-index: 1;
  transition: all 0.2s linear;
}

.btn:hover:before {
  transform: scale(1.1);
}

.btn span {
  position: relative;
  z-index: 2;
}

.btn.black {
  background: #393536;
  border-color: #393536;
}

.btn.black i {
  background: #615d5e;
  box-shadow: 0 0 4px 0 #615d5e98;
}

.btn.glass {
  background: #ffffff;
  border-color: #135b74;
  color: #060606;
}

.btn.glass i {
  background: #135b74;
}

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

.section_item {
  font-size: 40px;
  font-weight: 400;
  text-align: center;
}

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

header {
  position: fixed;
  width: 100%;
  z-index: 8;
  top: 12px;
  left: 0;
  transition: all 0.2s linear;
}

header .header_wrap {
  max-width: 1390px;
  margin: 0 auto;
}

header .header {
  height: 75px;
  padding: 0 24px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 10px 10px 0 0;
  background: #ffffff;
  box-shadow: 0 0 9px 0 #00000040;
}

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

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

header .header .logo1 {
  position: relative;
  padding-right: 12px;
  margin-right: 12px;
}

header .header .logo1:before {
  content: "";
  position: absolute;
  top: 50%;
  margin-top: -20px;
  right: 0;
  width: 2px;
  height: 40px;
  background: #313133;
}

header .header .logo2 {
  display: grid;
}

header .header .logo2 span {
  display: block;
  font-size: 14px;
}

header .header .top_addr {
  font-size: 16px;
  font-weight: 500;
}

header .header .top_phone a {
  font-size: 18px;
  font-weight: 700;
}

header .header .btn {
  max-width: 240px;
}

header .header .m_btn {
  display: none;
}

header .menu {
  padding: 10px 24px 8px 32px;
  background: rgb(57, 53, 54);
  border-radius: 0 0 10px 10px;
}

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

header .menu .main_menu a {
  font-size: 18px;
  font-weight: 500;
  color: #ffffff;
  padding-bottom: 2px;
  border-bottom: 2px solid transparent;
  transition: all 0.2s linear;
}

header .menu .main_menu a:hover {
  border-color: #135b74;
}

/**************************************************************************************************************/
.flash-text {
  color: #135b74;
}

.banner {
  position: relative;
}

.banner .slider_item {
  height: 800px;
}

.banner .slide2 {
  background: url("../img/bg2.jpg") 50% 0 no-repeat;
}

.banner .title_container {
  top: 180px;
  position: relative;
  color: #ffffff;
}

.banner .title_container .br_mob {
  display: none;
}

.banner .slide2 .title_container {
  top: 154px;
  width: fit-content;
  margin: 0 auto;
  padding: 15px 30px 44px 30px;
  border-radius: 30px;
  background: #ffffffb2;
  backdrop-filter: blur(4px);
  text-align: center;
  color: #060606;
}

.banner .title_container .title1 {
  font-size: 32px;
  font-weight: 700;
  color: #135b74;
}

.banner .title_container .title1 b {
  font-size: 40px;
}

.banner_plashka::before {
  content: "";
  background: url("../img/car_banner_icon.png") no-repeat center/contain;
  width: 50px;
  height: 50px;
  position: absolute;
  left: -2px;
  top: 50%;
  transform: translateY(-50%);
}

.banner .slide2 .title_container .title2 {
  font-size: 32px;
}

.banner .title_container .title2 {
  margin-top: 10px;
  font-size: 40px;
  font-weight: 700;
  text-transform: uppercase;
}

.banner .title_container .title3 {
  margin-top: 2px;
  font-size: 32px;
  font-weight: 500;
}

.banner .title_container .btn {
  margin-top: 28px;
}

.banner .slide2 .title_container .btn {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  margin-top: 28px;
}

.slider_nav {
  position: absolute;
  bottom: 100px;
  z-index: 2;
  left: 0px;
  width: 100%;
  display: none;
}

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

.slider_wrap .slick-arrow {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 45px;
  height: 45px;
  background: #ffffffb2;
  box-shadow: 0 0 4px 0 #00000040;
  border-radius: 50px;
  font-size: 0;
  cursor: pointer;
  transition: all 0.2s linear;
}

.slider_wrap .slick-arrow:hover {
  background: #ffffff;
}

.slider_wrap .slick-arrow:before {
  content: "";
  position: absolute;
  width: 24px;
  height: 24px;
}

.slider_wrap .btn_prev.slick-arrow:before {
  background: url("../img/btn_prev.svg") no-repeat;
}

.slider_wrap .btn_next.slick-arrow:before {
  background: url("../img/btn_next.svg") no-repeat;
}

.slides_numbers {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  font-weight: 500;
  color: rgb(255, 255, 255);
  margin: 0 2px;
  width: 88px;
}

.banner .slick-dots {
  position: absolute;
  bottom: 70px;
  display: flex;
  justify-content: center;
  column-gap: 8px;
  width: 100%;
}

.banner .slick-dots li button {
  display: none;
}

.banner .slick-dots li {
  width: 25px;
  height: 4px;
  background: rgba(255, 255, 255, 0.5);
  border-radius: 20px;
  transition: all 0.2s linear;
  cursor: pointer;
}

.banner .slick-dots li.slick-active {
  width: 50px;
  background: rgba(255, 255, 255, 1);
}

.timer_wrapper {
  margin-top: -75px;
}

.timer_wrapper .container {
  display: grid;
  justify-content: center;
}

.timer_wrap {
  max-width: 1164px;
  background: #ffffff;
  display: flex;
  justify-content: space-between;
  padding: 24px 60px 20px;
  border-radius: 12px;
}

.timer_item {
  font-size: 30px;
  font-weight: 700;
}

.timer div[id^="timer"] {
  min-width: fit-content !important;
  width: 470px;
  white-space: nowrap;
}

.timer_title .btn {
  margin-top: 14px;
}

.timer {
  width: 50%;
}

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

.cars_menu {
  margin-top: 70px;
}

.cars_menu .cars_menu_list {
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding-bottom: 40px;
}

.cars_menu .cars_menu_list .slick-list {
  width: 100%;
}

.cars_menu .cars_menu_item {
  position: relative;
  padding-top: 14px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 0 10px;
}

.cars_menu .cars_menu_item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 86%;
  height: 100%;
  background: url(../img/cars_menu/cars_menu_item_before.png) no-repeat;
  background-size: contain;
  transition: all 0.2s linear;
}

.cars_menu .cars_menu_item:hover:before {
  background: url(../img/cars_menu/cars_menu_item_before_hov.png?v=3) no-repeat;
  background-size: contain;
}

.cars_menu .cars_menu_title {
  position: relative;
  font-size: 18px;
  font-weight: 700;
  color: #ffffff;
}

.cars_menu .cars_menu_item img {
  position: relative;
  transition: all 0.2s linear;
}

.cars_menu .cars_menu_item:hover img {
  transform: translateX(-5px);
}

.cars_menu .slick-arrow {
  position: absolute;
  top: 20%;
  width: 40px;
  height: 40px;
  border-radius: 50px;
  border: none;
  font-size: 0;
  cursor: pointer;
}

.cars_menu .slick-prev {
  left: -52px;
  background: url(../img/btn_prev.svg) 50% 50% no-repeat #ffffff;
}
.cars_menu .slick-next {
  right: -52px;
  background: url(../img/btn_next.svg) 50% 50% no-repeat #ffffff;
}

.cars_menu .slick-dots {
  position: absolute;
  bottom: 0;
  width: 100%;
  display: flex;
  justify-content: center;
  column-gap: 14px;
  margin: 0;
}

.cars_menu .slick-dots button {
  display: none;
}

.cars_menu .slick-dots li {
  width: 24px;
  height: 4px;
  background: #ffffff;
  transition: all 0.2s linear;
}

.cars_menu .slick-dots li.slick-active {
  width: 38px;
  background: #135b74;
}

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

.cars_items {
  margin-top: 40px;
}

.car_item {
  margin-bottom: 50px;
}

.car_item .car_cont {
  position: relative;
  display: flex;
  justify-content: space-between;
  padding: 24px;
  column-gap: 60px;
}

.car_item .car_cont:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 24%;
  height: 100%;
  background: #ffffff;
  border: 1px solid #dfdfdf;
  border-radius: 12px;
  transition: all 0.4s linear;
  z-index: -1;
}

.car_item.animate .car_cont:before {
  width: 100%;
}

.car_item .car_profit {
  position: absolute;
  top: 0;
  left: 30%;
  padding: 10px 12px;
  background: linear-gradient(90deg, #bf1818 0%, #f03c1f 106.76%);
  border-radius: 0 0 8px 8px;
  color: #ffffff;
  display: flex;
  flex-direction: column;
  row-gap: 2px;
  z-index: 2;
}

.car_item .car_profit b {
  font-size: 20px;
  font-weight: 700;
}

.car_item .car_profit span {
  font-size: 18px;
  font-weight: 500;
}

.car_block {
  position: relative;
  width: 50%;
}

.car_item .dots {
  margin-top: 20px;
  display: flex;
  justify-content: center;
  column-gap: 12px;
}

.car_item .dots .dot_color {
  width: 50px;
  height: 30px;
  border-radius: 4px;
  box-shadow: 0 0 4px 0 #00000040;
  cursor: pointer;
  transition: all 0.2s linear;
}

.car_item .dots .dot_color.active,
.car_item .dots .dot_color:hover {
  border: 2px solid #147ba3;
}

.car_item .dots .dot_color:hover {
  transform: scale(1.1);
}

.car_gallery {
  position: relative;
  width: 100%;
  max-width: 152px;
}

.car_gallery a {
  min-height: 94px;
  margin: 4px 0;
  border-radius: 8px;
  border: 2px solid transparent;
  overflow: hidden;
  transition: all 0.2s linear;
}

.car_gallery a:hover {
  border-color: #147ba3;
}

.info_block {
  width: 100%;
  max-width: 406px;
  margin-top: 10px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.car_new {
  position: absolute;
  right: 34px;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 40px;
  padding: 0 35px;
  font-size: 18px;
  font-weight: 600;
  color: #ffffff;
}
.car_new span {
  position: relative;
  z-index: 3;
}
.car_new:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, #135b74 0%, #0b7194 100%);
  border-radius: 5px;
  transform: skewX(-10deg);
  z-index: 2;
}
.car_new:after {
  content: "";
  position: absolute;
  top: 5px;
  left: 5px;
  width: 100%;
  height: 100%;
  border: 1px solid #135b74;
  border-radius: 5px;
  transform: skewX(-10deg);
}

.car_name {
  font-size: 32px;
  font-weight: 700;
  text-transform: uppercase;
}

.car_name span {
  text-transform: initial;
}

.car_props {
  margin-top: 30px;
  display: flex;
  flex-direction: column;
  row-gap: 12px;
}

.car_props a {
  position: relative;
  display: flex;
  align-items: center;
  padding-left: 45px;
  font-size: 18px;
  font-weight: 400;
  min-height: 34px;
}

.car_props a b {
  text-transform: uppercase;
  color: #135b74;
}

.car_props a:before {
  content: "";
  position: absolute;
  left: 0;
  width: 34px;
  height: 34px;
  transition: all 0.2s linear;
}

.car_props .ico1:before {
  background: url("../img/car_props_ico1.svg") no-repeat;
}

.car_props .ico2:before {
  background: url("../img/car_props_ico2.svg") no-repeat;
}

.car_props .ico3:before {
  background: url("../img/car_props_ico3.svg") no-repeat;
}

.car_props .ico4:before {
  background: url("../img/car_props_ico4.svg") no-repeat;
}

.car_props .ico5:before {
  background: url("../img/car_props_ico5.svg") no-repeat;
}

.car_props .ico6:before {
  width: 38px;
  height: 60px;
  background: url("../img/car_props_ico6.svg") no-repeat;
}

.car_props .ico1:hover:before {
  background: url("../img/car_props_ico1_hover.svg?v=2") no-repeat;
}

.car_props .ico2:hover:before {
  background: url("../img/car_props_ico2_hover.svg?v=2") no-repeat;
}

.car_props .ico3:hover:before {
  background: url("../img/car_props_ico3_hover.svg?v=2") no-repeat;
}

.car_props .ico4:hover:before {
  background: url("../img/car_props_ico4_hover.svg?v=2") no-repeat;
}

.car_props .ico5:hover:before {
  background: url("../img/car_props_ico5_hover.svg?v=2") no-repeat;
}

.car_btns {
  margin-top: 30px;
  display: grid;
  row-gap: 8px;
}

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

#instock {
  margin-top: 70px;
}

#filter_table {
  display: none;
}

.filter_quick_menu {
  margin-top: 32px;
  margin-bottom: 0;
  display: flex;
  justify-content: space-between;
  column-gap: 38px;
}

.filter_quick_menu li {
  width: 32%;
}

.filter_quick_menu li span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 50px;
  font-size: 18px;
  font-weight: 400;
  color: #ffffff;
  background: #393536;
  border-radius: 8px;
  transition: all 0.2s linear;
  cursor: pointer;
}

.filter_quick_menu li:hover span {
  background: #615d5e;
}

.filter_quick_menu li.current span {
  background: #135b74;
}

.filter_quick_menu .slick-arrow {
  font-size: 0;
  border: none;
  min-width: 34px;
  height: 34px;
  background: url(../img/btn_ico.svg) 50% 50% no-repeat #135b74;
  border-radius: 7px;
}

.filter_quick_menu .slick-prev {
  transform: rotate(180deg);
}

.resp_table1 tr td:before {
  display: none;
}

#tb_complects tbody tr:nth-child(1) {
  display: none;
}

#tb_complects {
  margin-top: 50px;
  width: 100%;
}

#tb_complects .item {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 24px;
  padding-right: 30px;
}

#tb_complects .item:before {
  content: "";
  position: absolute;
  right: 0;
  width: 90%;
  height: 100%;
  background: #ffffff;
  border-radius: 8px;
  border: 1px solid #dfdfdf;
  z-index: -1;
}

.compl_name .param1 {
  font-size: 24px;
  font-weight: 700;
  text-transform: uppercase;
}

.compl_name .param2 {
  font-size: 24px;
  font-weight: 400;
  text-transform: uppercase;
}

.compl_text {
  position: relative;
  padding: 0 2vw;
  width: 22%;
}

#tb_complects .compl_text:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -30px;
  width: 1px;
  height: 60px;
  background: #dfdfdf;
  display: block;
}

#tb_complects .compl_text:after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -30px;
  width: 1px;
  height: 60px;
  background: #dfdfdf;
  display: block;
}

.compl_techs {
  width: 100%;
  display: grid;
  row-gap: 8px;
}

.compl_techs > div {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-left: 38px;
  min-height: 30px;
}

.compl_techs > div:before {
  content: "";
  position: absolute;
  left: 0;
  width: 30px;
  height: 30px;
}

.compl_techs .param1:before {
  background: url(../img/compl_techs_ico1.svg) no-repeat;
}

.compl_techs .param2:before {
  background: url(../img/compl_techs_ico2.svg) no-repeat;
}

.compl_techs .param3:before {
  background: url(../img/compl_techs_ico3.svg) no-repeat;
}

#tb_complects .btns {
  display: grid;
  row-gap: 12px;
  width: 406px;
}

#tb_complects .btns .btn {
  width: 100%;
}

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

.tradein {
  margin-top: 100px;
}

.tradein .section_item {
  text-align: left;
}

.tradein_cont {
  display: flex;
  justify-content: space-between;
  background: #ffffff;
  border-radius: 12px;
  border: 1px solid #dfdfdf;
  height: 504px;
}

.tradein_block {
  padding: 50px;
}

#tradein_form {
  margin-top: 32px;
}

#tradein_form .btn {
  margin-top: 20px;
}

.tradein_img {
  position: relative;
  width: 65%;
  height: 100%;
  border-radius: 0 12px 12px 0;
  overflow: hidden;
}

.tradein_img img {
  width: auto;
  height: 100%;
  max-width: initial;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}

.tradein_img:before {
  content: "";
  position: absolute;
  top: 30px;
  right: 24px;
  width: 158px;
  height: 40px;
  background: url(../img/jac_morors_logo.svg?v=2) no-repeat;
  z-index: 2;
  background-size: contain;
}

.tradein form .form-group select,
.tradein form .form-group input[type="text"],
.tradein form .form-group input[type="tel"] {
  border-color: #dfdfdf;
  color: #060606;
}

.tradein form .form-group select:focus,
.tradein form .form-group input[type="text"]:focus,
.tradein form .form-group input[type="tel"]:focus {
  border-color: #060606;
}

.tradein form .form-group select,
.tradein form .form-group input[type="text"]::placeholder,
.tradein form .form-group input[type="tel"]::placeholder {
  color: #060606;
}

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

.services {
  margin-top: 120px;
}

.services .section_item {
  color: #ffffff;
  text-align: left;
}

.services_cont {
  display: flex;
  justify-content: space-between;
  column-gap: 20px;
}

.services_title {
  margin-top: 12px;
  font-size: 20px;
  font-weight: 400;
  color: #ffffff;
}

.services form {
  margin-top: 24px;
  max-width: 403px;
}

.credit {
  position: relative;
  width: 49%;
}

.credit:before {
  content: "";
  position: absolute;
  top: 0;
  width: 100%;
  height: 87%;
  background: linear-gradient(180deg, #1f8ac5 0%, #6eafd3 100%);
  border-radius: 12px;
  z-index: -1;
}

.testdrive {
  position: relative;
  width: 49%;
}

.testdrive:before {
  content: "";
  position: absolute;
  top: 0;
  width: 100%;
  height: 87%;
  background: linear-gradient(180deg, #28292d 0%, #454545 100%);
  border-radius: 12px;
  z-index: -1;
}

.services_wrap {
  padding: 50px;
}

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

.services_img img {
  transition: all 0.2s linear;
}

.credit:hover .services_img img {
  transform: translate(-10px, 10px);
}

.testdrive:hover .services_img img {
  transform: translate(-10px, 10px);
}

.services .agree_field,
.services .agree_field a {
  color: #ffffff;
}

.services .agree_field input + span {
  background: transparent;
  border-color: #ffffff;
}

.services .agree_field input:checked + span {
  background: #ffffff;
}

.services form .form-group input[type="text"],
.services form .form-group input[type="tel"] {
  border-color: #dfdfdf;
  color: #ffffff;
}

.services form .form-group input[type="text"]:focus,
.services form .form-group input[type="tel"]:focus {
  border-color: #ffffff;
}

.services form .form-group input[type="text"]::placeholder,
.services form .form-group input[type="tel"]::placeholder {
  color: #dfdfdf;
}

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

.advantages {
  margin-top: 97px;
}

.advantages_content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #ffffff;
  border-radius: 12px;
  column-gap: 48px;
}

.advantages_img {
  width: 44%;
  border-radius: 12px 0 0 12px;
  overflow: hidden;
}

.advantages_img img {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  max-width: initial;
  height: 100%;
}

.advantages_wrap {
  display: flex;
  flex-direction: column;
  row-gap: 16px;
}

.advantages_block {
  position: relative;
  display: flex;
  align-items: center;
  width: 334px;
  height: 97px;
  padding-left: 140px;
  background: #393536;
  border-radius: 8px;
}

.advantages_block:before {
  content: "";
  position: absolute;
  left: 70px;
  width: 44px;
  height: 54px;
}

.advantages_block.ico1:before {
  background: url(../img/advantages_ico1.svg) 50% 50% no-repeat;
}

.advantages_block.ico2:before {
  background: url(../img/advantages_ico2.svg) 50% 50% no-repeat;
}

.advantages_block.ico3:before {
  background: url(../img/advantages_ico3.svg) 50% 50% no-repeat;
}

.advantages_block span {
  font-size: 20px;
  font-weight: 400;
  color: #ffffff;
}

.advantages_text {
  padding-top: 0;
  padding-right: 56px;
}

.advantages_item {
  font-size: 40px;
  font-weight: 500;
  color: #313133;
}

.advantages_title {
  margin-top: 18px;
  position: relative;
  display: flex;
  align-items: center;
  min-height: 30px;
  padding-left: 48px;
  font-size: 16px;
  font-weight: 400;
  color: #000000;
}

.advantages_title:before {
  content: "";
  position: absolute;
  left: 0;
  width: 30px;
  height: 30px;
  border-radius: 8px;
  background: url(../img/advantages_title_ico.svg) 50% 50% no-repeat #135b74;
}

#advantages_form {
  margin-top: 18px;
  max-width: 378px;
}

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

.contacts {
  margin-top: 120px;
  position: relative;
}

.contacts_wrapper {
  position: absolute;
  top: 50%;
  transform: translateY(17%);
  width: fit-content;
  padding: 18px 28px 24px;
  background: #ffffff;
  box-shadow: 0 0 12px 0 #5e5e5e40;
  border-radius: 12px;
  z-index: 2;
}

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

.logo_wrap .logo3 {
  position: relative;
  margin-right: 24px;
  padding-right: 13px;
}

.logo_wrap .logo3:before {
  content: "";
  position: absolute;
  top: 50%;
  margin-top: -20px;
  right: 0;
  width: 2px;
  height: 40px;
  background: #313133;
}

.logo_wrap .logo4 {
  display: flex;
  flex-direction: column;
}

.logo_wrap .logo4 span {
  display: block;
  margin-top: 5px;
  font-size: 16px;
  font-weight: 500;
}

.bottom_addr {
  margin-top: 24px;
  font-size: 16px;
  font-weight: 500;
  color: #060606;
}

.contacts_wrap {
  margin-top: 24px;
  display: flex;
  justify-content: space-between;
}

.contacts_block {
  position: relative;
  width: 50%;
}

.contacts_wrap .contacts_block:nth-child(1) {
  padding-right: 1.4vw;
}

.contacts_wrap .contacts_block:nth-child(2) {
  padding-left: 1.4vw;
}

.contacts_wrap .contacts_block:nth-child(1):before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  width: 1px;
  height: 90%;
  background: #dfdfdf;
}

.contacts_block span {
  font-size: 16px;
  font-weight: 500;
}

.bottom_phone {
  margin-top: 20px;
}

.bottom_phone a {
  font-size: 18px;
  font-weight: 700;
  color: #135b74;
}

.bottom_hours {
  margin-top: 16px;
  display: flex;
  flex-direction: column;
  row-gap: 2px;
  font-size: 16px;
  font-weight: 500;
  color: #060606;
}

.contacts_wrapper .btn {
  margin-top: 30px;
}

#map1 {
  position: relative;
  height: 533px;
  width: 100%;
  max-width: 100%;
  background: url(../img/map.jpg?v=3) 50% 0 no-repeat;
  background-size: cover;
}

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

footer {
  padding-top: 30px;
  padding-bottom: 30px;
  background: #393536;
}

footer .container {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

footer a {
}

.footer_wrap {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  width: 100%;
  row-gap: 10px;
}

.footer_block {
  display: grid;
  row-gap: 10px;
}

.footer_block a {
  font-size: 16px;
  font-weight: 400;
  color: #ffffff;
}

.footer_block .text_center {
  text-align: center;
}

.footer_phone a {
  font-size: 16px;
  font-weight: 700;
  color: #ffffff;
}

.footer_addr {
  font-size: 16px;
  font-weight: 400;
  color: #ffffff;
}

.footer_hours {
  font-size: 16px;
  font-weight: 400;
  color: #ffffff;
}

.logo_sinoby {
  font-size: 16px;
  font-weight: 400;
  color: #ffffff;
}

footer .disclamer {
  width: 100%;
  font-size: 12px;
  display: none;
  text-align: left;
  padding-top: 35px;
  color: #ffffff;
}

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

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

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

@media (max-width: 1570px) {
  .bn_timer div[id^="timer"] {
    transform: scale(0.8) !important;
    min-width: fit-content !important;
  }
}

@media (max-width: 1441px) {
  header .header_wrap {
    max-width: 98%;
  }
}

@media (max-width: 1280px) {
  .car_item .car_cont {
    column-gap: 10px;
  }

  #tb_complects .btns {
    width: 250px;
  }

  .compl_img {
    width: 26%;
  }

  #tb_complects .item {
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .compl_text {
    width: 30%;
  }
}

@media (max-width: 1186px) {
  header .header .logo_wrap {
    max-width: 310px;
  }

  header .header {
    padding: 0 10px;
  }

  header .menu {
    padding: 10px 12px 8px 18px;
  }

  header .header .top_addr {
    font-size: 12px;
  }

  .car_block {
    width: 40%;
  }

  .advantages_content {
    column-gap: 24px;
  }

  .advantages_block {
    width: 290px;
    padding-left: 98px;
  }
}

/*IPAD PRO BEGIN*/
@media (min-width: 768px) and (max-width: 1199px) {
}

/*IPAD PRO BEGIN*/

/*IPAD BEGIN*/
@media (min-width: 768px) and (max-width: 991px) {
}

@media (max-width: 991px) {
  .advantages_block:before {
    left: 32px;
  }

  .car_item .car_profit {
    left: auto;
    right: 10%;
    padding: 6px 10px;
  }

  .car_item .car_profit b {
    font-size: 16px;
  }

  .car_item .car_profit span {
    font-size: 14px;
  }

  .container {
    padding: 0 14px;
  }

  header .header .top_addr {
    display: none;
  }

  .banner .banner_slider {
    margin: 0;
  }

  .banner .slider_item {
    height: 110vw;
  }

  .banner .slide2 {
    background: url(../img/bg2_mob.jpg?v=2) 50% 100% no-repeat;
    background-size: 100% auto;
  }

  .banner .title_container {
    top: 24vw;
    color: #ffffff;
  }

  .banner .title_container .br_mob {
    display: block;
  }

  .banner .title_container .title1 {
    font-size: 4vw;
  }

  .banner .title_container .title1 i {
    display: none;
  }

  .banner .title_container .title2 {
    margin-top: 1vw;
    font-size: 4vw;
  }

  .banner .title_container .title3 {
    margin-top: 2vw;
    font-size: 4vw;
  }

  .banner .title_container .btn {
    margin-top: 2vw;
  }

  .banner .slide2 .title_container {
    padding: 4vw 2vw;
    border-radius: 3vw;
  }

  .banner .slide2 .title_container .title1 {
    font-size: 4vw;
  }

  .banner .title_container .title1 b {
    font-size: 6vw;
  }

  .banner .slide2 .title_container .title2 {
    font-size: 4vw;
  }

  .slider_nav {
    bottom: 16px;
  }

  .banner .slick-dots {
    bottom: -5px;
  }

  .timer_wrapper {
    margin-top: 28px;
  }

  .timer_wrap {
    flex-direction: column;
    row-gap: 20px;
    position: relative;
  }

  .timer_item {
    text-align: center;
  }

  .timer {
    position: absolute;
    width: 100%;
    top: 74px;
    left: 0;
  }

  .timer div[id^="timer"] {
    left: 50%;
    position: relative;
    transform: translateX(-50%) !important;
  }

  .timer_title .btn {
    margin-top: 136px;
  }

  .car_item .car_cont {
    flex-direction: column;
  }

  .car_block {
    width: 100%;
  }

  .car_gallery {
    max-width: initial;
    width: 100%;
    margin-top: 30px;
    flex-direction: column;
    column-gap: 10px;
    justify-content: center;
    order: 2;
  }

  .car_gallery a {
    margin: 0 4px;
    min-height: initial;
  }

  .car_gallery .slick-list {
    min-height: auto;
  }

  .car_gallery .slick-dots {
    height: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    column-gap: 4px;
  }

  .car_gallery .slick-dots li button {
    display: none;
  }

  .car_gallery .slick-dots li {
    width: 14px;
    height: 14px;
    border-radius: 50px;
    background: #393536;
  }

  .car_gallery .slick-dots li.slick-active {
    width: 16px;
    height: 16px;
    background: #135b74;
  }

  .car_name {
    display: none;
  }

  .car_props {
    margin-top: 10px;
  }

  .car_btns {
    display: flex;
    column-gap: 12px;
    flex-wrap: wrap;
  }

  .car_btns .btn {
    width: 48%;
  }

  #tb_complects .item {
    flex-wrap: wrap;
  }

  .compl_img {
    width: 40%;
  }

  .car_gallery a img {
    width: 100%;
  }

  #tb_complects .btns {
    margin-top: 20px;
    width: 100%;
    display: flex;
    column-gap: 2vw;
    justify-content: right;
  }

  #tb_complects .btns .btn {
    width: 42%;
  }

  .filter_quick_menu {
    align-items: center;
    column-gap: 0;
  }

  .filter_quick_menu li {
    width: auto;
    margin: 0 4px;
  }
  .filter_quick_menu li span {
    padding: 0 12px;
    white-space: nowrap;
  }

  .tradein_block {
    padding: 20px;
  }

  .services_wrap {
    padding: 20px;
  }

  .advantages_img {
    display: none;
  }

  .advantages_text {
    padding-right: 0;
  }

  .advantages_content {
    padding: 20px;
  }
}

/*IPAD END*/
@media (max-width: 980px) {
}

/*MOBILE BEGIN*/
@media (max-width: 767px) {
  header {
    top: 0;
  }

  header .header_wrap {
    max-width: 100%;
  }

  header .header {
    padding: 6px 10px;
    border-radius: 0;
  }

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

  header .header .m_btn span {
    position: absolute;
    display: block;
    width: 30px;
    height: 3px;
    background: black;
    transition: all 0.2s linear;
  }

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

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

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

  header .header .m_btn.active span:nth-child(1) {
    transform-origin: top right;
    transform: rotate(-47deg);
    top: 0;
  }

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

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

  header .menu {
    padding: 20px 10px;
    position: fixed;
    width: 100%;
    top: 90px;
    left: 100%;
    background: #ffffff;
    border-radius: 10px;
    z-index: 10;
    height: auto;
    transition: all 0.2s linear;
    overflow: scroll;
    box-shadow: 0 0 9px 0 #00000040;
  }

  header .menu.active {
    left: 0;
  }

  header .header .btn {
    display: none;
  }

  header .menu .main_menu {
    flex-direction: column;
    align-items: center;
  }

  header .menu .main_menu a {
    font-size: 26px;
    color: #615d5e;
  }

  .banner .title_container {
    position: relative;
    top: 102px;
    padding-left: 0;
  }

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


  .slider_nav {
    display: none;
  }

  .banner .title_container .btn {
    max-width: 300px;
  }

  .timer_item {
    font-size: 24px;
  }

  .timer div[id^="timer"] {
    transform: scale(0.8) translateX(-63%) !important;
  }

  .timer_wrap {
    padding: 24px 20px 20px;
  }

  .cars_menu {
    margin-top: 40px;
  }

  .car_item .car_cont:before {
    width: 100%;
  }

  .car_btns .btn {
    width: 100%;
  }

  .car_name_img img {
    max-height: 46px;
  }

  .car_gallery .slick-dots {
    position: relative;
    bottom: 0;
    width: 100%;
    display: flex;
    justify-content: center;
    column-gap: 14px;
    margin: 10px 0 0 0;
  }

  .car_gallery .slick-dots button {
    display: none;
  }

  .car_gallery .slick-dots li {
    width: 24px;
    height: 4px;
    background: #e5e5e5;
    transition: all 0.2s linear;
  }

  .car_gallery .slick-dots li.slick-active {
    width: 38px;
    background: #135b74;
  }

  .car_item .car_cont {
    padding: 12px;
  }

  .compl_img {
    width: 56%;
  }

  .compl_text {
    width: 100%;
    justify-content: right;
    display: flex;
  }

  .compl_techs {
    width: 87%;
  }

  .tradein_cont {
    height: auto;
    flex-direction: column;
  }

  .tradein_img {
    position: relative;
    width: 100%;
    border-radius: 10px;
    height: 54vw;
  }

  .services_cont {
    flex-direction: column;
  }

  .credit {
    width: 100%;
  }

  .testdrive {
    margin-top: 40px;
    width: 100%;
  }

  .advantages_content {
    position: relative;
    align-items: start;
    padding: 20px 20px;
    flex-direction: column;
  }

  .advantages_item {
    position: absolute;
    top: 20px;
    font-size: 5vw;
  }

  .advantages_wrap {
    margin-top: 8vw;
    padding: 0;
    row-gap: 16px;
    display: flex;
    column-gap: 2%;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
  }

  .advantages_block {
    width: 32%;
    padding: 0;
    padding-left: 0;
    padding-top: 82px;
    padding-bottom: 4vw;
    height: auto;
    align-items: start;
    text-align: center;
    justify-content: center;
  }

  .advantages_block:before {
    top: 16px;
    left: 50%;
    margin-left: -22px;
    width: 44px;
    height: 54px;
  }

  .advantages_block span {
    font-size: 2.6vw;
  }

  .advantages_text {
    padding-top: 0;
  }

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

  #map1 {
    height: 360px;
    margin-top: 40px;
  }
}

/*MOBILE END*/
@media (max-width: 680px) {
  .banner {
    margin-top: 114px;
  }

  .banner .slide2 .title_container {
    top: 16vw;
  }

  header .header .logo1 {
    max-width: 106px;
  }

  header .header .logo2 {
    max-width: 140px;
  }

  header .header .logo2 span {
    font-size: 12px;
  }

  header .menu {
    top: 74px;
  }

  .top_phone {
    position: absolute;
    top: 68px;
    height: 50px;
    border-radius: 10px;
    left: 0;
    width: 100%;
    bottom: 0;
    background: #ffffff;
    width: 100%;
    left: 0;
    display: flex;
    justify-content: center;
    padding: 12px;
    border-radius: 0 0 10px 10px;
  }
}

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

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

/* Portrait phones and smaller */
@media (max-width: 440px) {
  .banner {
    margin-top: 40px;
  }

  .banner .title_container {
    top: 96px;
  }

  .banner .slider_item {
    height: 112vw;
  }

  .banner .title_container .title1 {
    font-size: 6vw;
  }

  .banner .slide2 .title_container {
    top: 100px;
  }

  .banner .slide2 .title_container .title1 {
    font-size: 6vw;
  }

  .banner .title_container .title1 b {
    font-size: 7vw;
  }

  .banner .title_container .title2 {
    font-size: 6vw;
  }

  .banner .slide2 .title_container .title2 {
    font-size: 5vw;
  }

  .banner .title_container .title3 {
    font-size: 5vw;
    margin-top: 2vw;
  }

  .banner .title_container .btn {
    margin-top: 54vw;
    width: 100%;
    max-width: initial;
    display: none;
  }

  .timer div[id^="timer"] {
    transform: scale(0.6) translateX(-85%) !important;
  }

  .timer {
    top: 54px;
  }

  .timer_item {
    font-size: 20px;
  }

  .timer_title .btn {
    margin-top: 100px;
    max-width: 294px;
  }

  .compl_name .param1 {
    font-size: 18px;
  }

  .compl_name .param2 {
    font-size: 18px;
  }

  .car_new {
    right: 14px;
    min-height: 30px;
    padding: 0 20px;
    font-size: 14px;
  }

  #tb_complects {
    margin-top: 24px;
  }

  #tb_complects .btns {
    flex-wrap: wrap;
    justify-content: center;
  }

  #tb_complects .btns .btn {
    width: 100%;
  }

  .filter_quick_menu li span {
    font-size: 16px;
  }

  #tb_complects .item {
    padding: 16px;
  }

  #tb_complects .item:before {
    width: 100%;
  }

  .compl_img {
    width: 100%;
  }

  .compl_name {
    display: flex;
    flex-direction: column;
    justify-content: left;
    align-items: start;
    width: 100%;
  }

  .compl_text {
    padding: 0;
    margin-top: 16px;
    justify-content: left;
  }

  #tb_complects .compl_text:before {
    display: none;
  }

  #tb_complects .compl_text:after {
    display: none;
  }

  .tradein_block {
    padding: 16px;
  }

  .tradein_img:before {
    top: 10px;
    right: 6px;
  }

  .services_wrap {
    padding: 16px;
  }

  .contacts_wrapper {
    padding: 16px;
  }

  .contacts_wrapper .btn {
    margin-top: 30px;
    width: 100%;
  }

  .contacts_wrap {
    flex-direction: column;
  }

  .contacts_block {
    position: relative;
    width: 100%;
  }

  .contacts_wrap .contacts_block:nth-child(1) {
    padding-right: 0;
  }

  .contacts_wrap .contacts_block:nth-child(1):before {
    top: 100%;
    left: 50%;
    transform: translateY(0) translateX(-50%);
    right: auto;
    width: 100%;
    height: 1px;
  }

  .contacts_block {
    position: relative;
    width: 100%;
    padding: 10px 0;
  }

  .logo_wrap .logo4 span {
    font-size: 12px;
  }

  .tradein {
    margin-top: 70px;
  }

  .services {
    margin-top: 70px;
  }

  .contacts {
    margin-top: 70px;
  }

  .contacts_wrapper .btn {
    margin-top: 10px;
  }
}

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

@media (max-width: 378px) {
  .timer {
    top: 40px;
  }

  .timer_title .btn {
    margin-top: 80px;
  }
}

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

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