html {
  overflow-x: hidden;
}

body {
  font-family: "Haval";
  font-size: 14px;
  color: black;
  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 tr td:before {
  display: none;
}

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

.t_black {
  color: black !important;
}

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: "Haval";
  outline: none;
}

a {
  text-decoration: none;
  color: black;
}

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

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

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

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

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

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

input[type="text"],
input[type="tel"] {
  font-family: "Haval";
  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: black;
  font-size: 12px;
}

.popup_container .agree_field a {
  color: black;
  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: black;
  text-transform: uppercase;
}

.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: #939393;
  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: 2px solid #939393;
  padding: 10px;
}

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

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

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

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

.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: 400;
  padding-left: 10px;
  height: 38px;
  background-color: white;
  border-radius: 5px;
  border: 2px 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;
  font-weight: 400;
  padding-left: 18px;
}

.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 #b7b7b7;
  background: white;
  position: absolute;
  top: -1px;
  left: 0;
}

.agree_field input:checked+span {
  background: url(../img/checked_black.png) 50% no-repeat white;
}

.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: 60px;
  width: 100%;
  color: #939393;
  font-size: 16px;
  box-sizing: border-box;
  font-weight: 400;
  /* text-align: center; */
  border: 2px solid #939393;
  padding: 0px 20px;
  outline: none;
  background: white;
  border-radius: 0px;
}

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

form .form-group button {
  width: 100%;
  height: 60px;
  cursor: pointer;
  font-size: 12px;
  font-weight: 700;
  outline: none;
  font-family: "Haval";
}

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

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

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

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

.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: black;
  color: white;
  text-transform: uppercase;
  text-align: center;
  height: 60px;
  width: 305px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-weight: 700;
  font-size: 12px;
  border: 2px solid black;
  position: relative;
  text-decoration: none;
  transition: all 0.2s linear;
}

.btn span {
  display: inline-block;
  width: 100%;
}

.btn.grey {
  background: #d7d7d7;
  border: 2px solid #d7d7d7;
  color: black;
}

.btn.grey:hover {
  background: #38d1c3;
  border: 2px solid #38d1c3;
  color: white;
}

.btn.red {
  background: #38d1c3;
  color: #fff;
  border-color: #38d1c3;
}

.btn:hover {
  background: #38d1c3;
  border: 2px solid #38d1c3;
  color: #fff;
}

.btn.glass {
  color: #000000;
  background: transparent;
  border-color: #000000;
}

.btn.glass:hover {
  color: #fff;
  background: #38d1c3;
  border-color: #38d1c3;
}

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

.mob_phone {
  display: none;
}

header {
  background: #ffffff;
}

header .header {
  padding: 15px 0;
  border-bottom: 1px solid black;
}

header .header .logo1 {
  width: 210px;
}

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

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

header .header .logo {
  padding-right: 50px;
}

header .header .header_contacts {
  display: flex;
  justify-content: space-between;
  width: 70%;
}

header .header .header_contacts .popup {
  font-weight: 900;
  font-size: 13px;
  color: #000000;
  display: block;
  border-bottom: 2px solid #000000;
}

header .header .top_addr {
  font-size: 14px;
  padding-left: 25px;
  position: relative;
}

header .header .top_addr:before {
  content: url(../img/location.png);
  position: absolute;
  top: -2px;
  left: 0;
}

header .phone_mob {
  display: none;
}

header .header .top_phone {}

header .header .top_phone a {
  padding-left: 25px;
  display: block;
  position: relative;
  font-size: 14px;
  color: black;
  font-weight: 700;
}

header .header .top_phone a:before {
  content: url(../img/phone.png);
  position: absolute;
  top: 0px;
  left: 0;
}

header .header .m_btn {
  display: none;
}

header .menu {
  padding: 20px 0;
}

header .menu .container {
  display: flex;
  justify-content: space-between;
}

header .menu .cars_menu {
  display: flex;
}

header .menu .cars_menu a {
  display: block;
  color: black;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 10px;
  margin-right: 20px;
}

header .menu .cars_menu a:hover {
  border-bottom: 2px solid #38d1c3;
}

header .menu .main_menu {
  text-align: right;
  width: 30%;
  display: flex;
  justify-content: space-between;
}

header .menu .main_menu a {
  color: black;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 10px;
  border-bottom: 2px solid #ffffff00;
}

header .menu .main_menu a:hover {
  border-bottom: 2px solid #38d1c3;
}

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

/* .banner_img_mob {
    display: none;
}

.bn_slider {
}

.bn_slider .bn_slide {
    height: 660px;
}

.bn_slider .bn_slide.slide1 {
    background: url("../img/bn_slider/slide1.jpg") 50% 0 no-repeat;
}

.bn_slider .bn_slide.slide2 {
    background: url("../img/bn_slider/slide2.jpg") 100% 0 no-repeat;
}

.bn_slider .slick-arrow {
    z-index: 1;
    width: 30px;
    height: 58px;
    background: url(../img/bn_slider/bn_prev.png) 50% no-repeat;
    left: 2%;
    color: transparent;
    outline: none;
    border: none;
}

.bn_slider .slick-next {
    right: 2%;
    left: unset;
    background: url(../img/bn_slider/bn_next.png) 50% no-repeat;
}

.bn_slider .slick-next:before {
    display: none;
}

.bn_slider .slick-prev {
}

.bn_slider .slick-prev:before {
    display: none;
}

.bn_slider .slick-dots {
}

.bn_slider .slick-dots li {
}

.bn_slider .slick-dots li.active {
}

.bn_slider .slick-dots li button {
}

.title_container {
    padding-top: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.title_container .title_wrap {
    width: 100%;
    position: relative;
}

.title_container .title1 {
    font-size: 28px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 165%;
}

.title_container .title1 .mob {
    display: none;
}

.title_container .title1 span {
    display: inline-block;
    background: url("../img/title_div1.png") 50% no-repeat;
    background-size: 100%;
    color: #ffffff;
    padding: 0 20px;
}

.title_container .title1 b {
    display: inline-block;
    background: url("../img/title_div2.png") 50% no-repeat;
    background-size: 100%;
    color: #ffffff;
    padding: 0 20px;
}

.title_container .title1 .text_select {
    transform: skewX(-15deg);
    display: inline-block;
    padding: 11px 16px;
    background: #fff;
    color: #000;
    line-height: 100%;
    font-weight: 800;
}

.title_container .title1 .text_select font {
    display: block;
    transform: skewX(15deg);
}

.title_container .title_wrap sup {
    font-size: 16px;
}

.title_container .title_comment {
}

.title_container .title_comment a {
    width: 330px;
    height: 48px;
    font-size: 15px;
    font-weight: 400;
    display: flex;
    align-items: center;
    background: url("../img/btn_arrow_w.png") 85% 50% no-repeat #000;
    text-decoration: none;
    color: #fff;
    position: absolute;
    bottom: -23px;
    left: calc(50% - 165px);
    text-transform: uppercase;
    text-align: center;
    display: block;
    padding-top: 15px;
}

.title_container .title_comment a:hover {
    background: url(../img/btn_arrow.png) 85% 50% no-repeat #d7d7d7;
    border: 2px solid #d7d7d7;
    color: black;
}

.title_kasko {
    width: 19%;
    background: url("../img/ico_kasko.png") 50% 20% no-repeat rgba(0, 0, 0, 0.6);
    color: #ffffff;
    text-align: center;
    padding-top: 100px;
    padding-bottom: 20px;
    font-size: 30px;
    text-decoration: none;
}

.title_kasko sup {
    font-size: 14px;
}

.title_container .btn {
    margin-top: 15px;
    background: #38d1c3;
    color: #fff;
    border-color: #38d1c3;
    margin-bottom: 0;
}

.bn_timer {
}

.bn_timer .timer_title {
    text-align: right;
    text-transform: uppercase;
    font-weight: 300;
    font-size: 16px;
    padding-bottom: 20px;
}

.bn_timer .timer {
}

.bn_timer div[id^="timer"] {
}

.bn_timer span[id^="timer-number"],
.bn_timer span[id^="timer-text"] {
    color: #000000 !important;
}

.bn_timer div[id^="timer"] {
}

.bn_timer .timer_btn {
    text-align: right;
    text-transform: uppercase;
    font-weight: 300;
    margin-top: 20px;
    font-size: 24px;
    padding-right: 40px;
    background: url(../img/timer_profit_ico.png) 100% 50% no-repeat;
}

.bn_timer .timer_btn_mob {
    display: none;
} */

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

.banner_slider {}

.banner_slider .slide_item {
  height: 707px;
  background-position: 50% 50% !important;
  background-size: contain !important;
  margin-bottom: 0 !important;
  overflow: hidden;
}

.banner_slider .slide_item.slide1 {
  background: url(../img/slider/slide1.jpg?v=5) 50% no-repeat;
}

.banner_slider .slide_item.slide2 {
  background: url(../img/slider/slide2.jpg?v=2) 50% no-repeat;
}

.banner_slider .slide_item.slide3 {
  background: url(../img/slider/slide3.jpg) 50% no-repeat;
}

.banner_slider .slide_item.slide5 {
  background: url(../img/slider/25_06_30/1920_707.jpg) 50% no-repeat;
}

@media (max-width: 1440px) {
  .banner_slider .slide_item {
    height: 960px;
  }

  .banner_slider .slide_item.slide5 {
    background: url(../img/slider/25_06_30/1420_960.jpg) 50% no-repeat;
  }
}

@media (max-width: 1304px) {
  .banner_slider .slide_item {
    height: 480px;
  }

  .banner_slider .slide_item.slide5 {
    background: url(../img/slider/25_06_30/1304_480.jpg) 50% no-repeat;
  }
}

@media (max-width: 1120px) {
  .banner_slider .slide_item {
    height: 540px;
  }

  .banner_slider .slide_item.slide5 {
    background: url(../img/slider/25_06_30/1120_540.jpg) 50% no-repeat;
  }
}

@media (max-width: 900px) {
  .banner_slider .slide_item {
    height: 480px;
  }

  .banner_slider .slide_item.slide5 {
    background: url(../img/slider/25_06_30/900_480.jpg) 50% no-repeat;
  }
}

@media (max-width: 500px) {
  .banner_slider .slide_item {
    height: 500px;
  }

  .banner_slider .slide_item.slide5 {
    background: url(../img/slider/25_06_30/1080_1080.jpg) 50% no-repeat;
  }
}

@media (max-width: 400px) {
  .banner_slider .slide_item {
    height: 450px;
  }
}



.banner_slider .slick-arrow {
  display: block;
  width: 44px;
  height: 44px;
  outline: none;
  background: rgba(0, 0, 0, 0.7);
  border-radius: 50%;
  border: none;
  position: absolute;
  top: calc(50% - 22px);
  z-index: 1;
  color: transparent;
  font-size: 0;
  cursor: pointer;
}

.banner_slider .slick-arrow:before {
  display: none !important;
}

.banner_slider .slick-next {
  background: url(../img/arrow_next.png) 50% no-repeat rgba(0, 0, 0, 0.7);
  right: 3%;
}

.banner_slider .slick-prev {
  background: url(../img/arrow_prev.png) 50% no-repeat rgba(0, 0, 0, 0.7);
  left: 2%;
}

.banner_slider .slick-dots {
  position: absolute;
  /* width: 100%; */
  display: flex;
  justify-content: center;
  margin: 0;
  bottom: 50px;
  left: 14%;
}

.banner_slider .slick-dots li {
  display: block;
  width: 84px;
  height: 3px;
  background: #fff;
  margin: 0 6px;
  opacity: 0.5;
  transition: all 0.3s linear;
  cursor: pointer;
}

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

.banner_slider .slick-dots li.slick-active {
  opacity: 1;
}

.slick-dotted.slick-slider {
  margin-bottom: 0 !important;
}

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

.banner {}

.banner .container {}

.banner_slider .content {
  position: absolute;
  top: 40px;
  width: 100%;
  z-index: 1;
  left: 0;
}

.banner_slider .title_container {
  padding-top: 7px;
  text-align: center;
  position: relative;
}

.banner_slider .title_container:before {
  content: "";
  position: absolute;
  top: -20px;
  left: calc(50% - 513px);
  width: 1020px;
  height: 260px;
  background: rgba(255, 255, 255, 0.7);
  transform: skewX(-25deg);
}

.banner_slider .title1 {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-weight: 900;
  color: #ffffff;
  text-transform: uppercase;
  position: relative;
  width: 350px;
  height: 60px;
  background: #38d1c3;
  transform: skewX(-25deg);
  margin: 0 auto;
  top: -30px;
}

.banner_slider .title1 span {
  display: block;
  transform: skewX(25deg);
}

.banner_slider .title2 {
  font-size: 24px;
  line-height: 150%;
  position: relative;
}

.banner_slider .title2 .br_mob {
  display: none;
}

.banner_slider .title2 .green {
  position: relative;
  font-size: 32px;
  text-align: center;
  color: #38d1c3;
  text-transform: uppercase;
}

.banner_slider .title2 .green_bg {
  position: relative;
  margin: 5px 0 0;
  display: inline-block;
  color: #ffffff;
  padding: 10px 84px;
  z-index: 1;
}

.banner_slider .title2 .green_bg:before {
  position: absolute;
  content: "";
  left: 0;
  top: -2px;
  width: 100%;
  height: 100%;
  transform-origin: 0 100%;
  transform: skew(-20deg);
  background: #38d1c3;
  z-index: -1;
}

.banner_slider .title2 p {
  position: relative;
  margin: 0;
  display: inline-block;
}

.banner_slider .title2 p:before {
  /* content: ""; */
  position: absolute;
  top: 16px;
  left: 0;
  width: 100%;
  height: 2px;
  background: #ffffff;
  transform: rotate(4deg);
}

.banner_slider .title3 {
  position: relative;
  font-size: 32px;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 120%;
}

.banner_slider .title2 .br_mob {
  display: none;
}

.banner_slider .title1.black_fr {
  font-size: 30px;
}

.banner_slider .title2.black_fr {
  font-size: 48px;
  font-weight: 300;
}

.banner_slider .btn {
  margin-top: 26px;
  left: 50%;
  transform: translateX(-50%);
}

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

.top_additionals {
  background: #d7d7d7;
}

.top_additionals .container {
  /* width: 1630px; */
  max-width: 100%;
}

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

.top_additionals a {
  width: 25%;
  font-size: 20px;
  color: #ffffff;
  text-decoration: none;
  display: block;
  padding-left: 110px;
  text-align: left;
  border-right: 1px solid #fff;
  height: 120px;
  display: flex;
  align-items: center;
  transition: all 0.2s linear;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.top_additionals a:first-child {
  border-left: 1px solid #fff;
}

.top_additionals a .link_wrap {
  /* position: relative; */
  z-index: 1;
  left: 0;
  transition: all 0.2s linear;
}

.top_additionals a .link_wrap span {
  color: #000;
  font-size: 14px;
  font-weight: 900;
  text-transform: uppercase;
}

.top_additionals a i {
  font-style: normal;
  font-size: 99px;
  color: #fff;
  font-weight: 900;
  position: absolute;
  z-index: -1;
  top: 32px;
  left: 0px;
  line-height: 74%;
}

.top_additionals a i {
  color: #fff;
}

.top_additionals a.ico1 i {
  /* top: -23px; */
  /* left: -65px; */
}

.top_additionals a.ico2 i {
  /* top: -11px; */
  /* left: -70px; */
}

.top_additionals a.ico3 i {
  /* top: -23px; */
  /* left: -70px; */
}

.top_additionals a.ico4 i {
  /* top: -10px; */
  /* left: -70px; */
}

.top_additionals a.ico5 i {
  top: -13px;
  left: -40px;
}

.top_additionals a.ico1 {
  background: url("../img/top_adds_ico1.png") 90% 50% no-repeat;
}

.top_additionals a.ico2 {
  background: url("../img/top_adds_ico2.png") 90% 50% no-repeat;
}

.top_additionals a.ico3 {
  background: url("../img/top_adds_ico3.png") 95% 50% no-repeat;
}

.top_additionals a.ico4 {
  background: url("../img/top_adds_ico4.png") 90% 50% no-repeat;
}

.top_additionals a:hover .link_wrap {
  left: -30px;
}

.top_additionals a:hover i {
  color: #c9c9c9;
}

.top_additionals a:hover .link_wrap span {
  color: #fff;
}

.top_additionals a:hover.ico1 {
  background: url("../img/top_adds_ico1_hover.png") 90% 50% no-repeat #000;
}

.top_additionals a:hover.ico2 {
  background: url("../img/top_adds_ico2_hover.png") 90% 50% no-repeat #000;
}

.top_additionals a:hover.ico3 {
  background: url("../img/top_adds_ico3_hover.png") 95% 50% no-repeat #000;
}

.top_additionals a:hover.ico4 {
  background: url("../img/top_adds_ico4_hover.png") 90% 50% no-repeat #000;
}

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

.advantages {
  margin-top: 60px;
}

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

.advantages .item {
  display: block;
  width: 24%;
  padding: 20px;
  border: 1px solid #d7d7d7;
}

.advantages .item img {}

.advantages .item .title {
  color: black;
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 700;
  padding-top: 20px;
}

.advantages .item .get_profit {
  color: black;
  display: inline-block;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 700;
  margin-top: 20px;
  padding-right: 10px;
  background: url(../img/arrow_get.png) 100% 50% no-repeat;
}

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

/* .top_advs {
    margin-top: 75px;
}

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

.top_advs .item {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 700;
    padding-left: 40px;
    padding-top: 65px;
    position: relative;
}

.top_advs .item b {
    font-size: 20px;
}

.top_advs .item:before {
    position: absolute;
    top: 5px;
    left: 45px;
    z-index: 1;
    transition: all .3s;
}

.top_advs .item.ico1:before {
    content: url(../img/top_advs_ico1.png);
}

.top_advs .item.ico2:before {
    content: url(../img/top_advs_ico2.png);
}

.top_advs .item.ico3:before {
    content: url(../img/top_advs_ico3.png);
}

.top_advs .item.ico4:before {
    content: url(../img/top_advs_ico4.png);
}

.top_advs .item:after {
    content: "";
    display: block;
    width: 117px;
    height: 117px;
    background: #e5e5e5;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
    border-radius: 50%;
    transition: all .3s;
}

.top_advs .item.ico1:hover:before {
    content: url(../img/top_advs_ico1_hov.png);
}

.top_advs .item.ico2:hover:before {
    content: url(../img/top_advs_ico2_hov.png);
}

.top_advs .item.ico3:hover:before {
    content: url(../img/top_advs_ico3_hov.png);
}

.top_advs .item.ico4:hover:before {
    content: url(../img/top_advs_ico4_hov.png);
}

.top_advs .item:hover:after {
    background: #b1b1b1;
} */

.top_advs {
  /* margin-top: 75px; */
  position: absolute;
  top: 113px;
  /* right: 0; */
  left: 350px;
}

.top_advs .content {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

.top_advs .item {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 700;
  /* padding-left: 40px; */
  /* padding-top: 65px; */
  position: relative;
  margin: 10px;
  transform: scale(0.8);
}

.top_advs .item b {
  font-size: 20px;
}

.top_advs .item:before {
  position: absolute;
  top: 5px;
  left: 45px;
  z-index: 1;
  transition: all 0.3s;
  display: none;
}

.top_advs .item.ico1:before {
  content: url(../img/top_advs_ico1.png);
}

.top_advs .item.ico2:before {
  content: url(../img/top_advs_ico2.png);
}

.top_advs .item.ico3:before {
  content: url(../img/top_advs_ico3.png);
}

.top_advs .item.ico4:before {
  content: url(../img/top_advs_ico4.png);
}

.top_advs .item:after {
  content: "";
  display: block;
  width: 117px;
  height: 117px;
  background: #e5e5e5;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
  border-radius: 50%;
  transition: all 0.3s;
  display: none;
}

.top_advs .item.ico1:hover:before {
  content: url(../img/top_advs_ico1_hov.png);
}

.top_advs .item.ico2:hover:before {
  content: url(../img/top_advs_ico2_hov.png);
}

.top_advs .item.ico3:hover:before {
  content: url(../img/top_advs_ico3_hov.png);
}

.top_advs .item.ico4:hover:before {
  content: url(../img/top_advs_ico4_hov.png);
}

.top_advs .item:hover:after {
  background: #b1b1b1;
}

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

.test_drive_int_power {
  margin-top: 60px;
}

.test_drive_int_power .container {}

.test_drive_int_power .content {
  background: url(../img/test_drive_int_power_bg.jpg) 50% 0 no-repeat;
  padding: 30px 35px;
  color: #fff;
}

.test_drive_int_power .title {
  padding-left: 135px;
  font-size: 24px;
  position: relative;
}

.test_drive_int_power .title:before {
  content: "";
  display: block;
  width: 115px;
  height: 115px;
  background: url(../img/test_drive_int_power_gift.png) 50% no-repeat;
  position: absolute;
  top: -15px;
  left: 0;
}

.test_drive_int_power .title b {}

.test_drive_int_power .desc {
  padding-left: 20px;
  margin-top: 35px;
  margin-bottom: 30px;
  font-size: 20px;
}

.test_drive_int_power .desc b {}

.test_drive_int_power a {
  background: url(../img/test_drive_int_power_phone.png) 15px 50% no-repeat;
  padding: 5px 0;
  padding-left: 59px;
  padding-right: 35px;
  font-size: 22px;
  display: inline-block;
  color: #fff;
}

.test_drive_int_power a b {
  font-weight: 800;
}

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

.brandday {
  margin-top: 100px;
}

.brandday__container {}

.brandday__content {
  background: url(../img/brandday-bg.jpg) 84% 0 no-repeat;
  color: #fff;
  padding: 40px 35px;
  line-height: 1.3;
  padding-bottom: 255px;
}

.brandday__title1 {
  font-size: 22px;
  font-weight: 400;
}

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

.brandday__title2 a {
  color: inherit;
  text-decoration: none;
}

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

.warranty-banner {
  margin-top: 100px;
}

.warranty-banner__container {}

.warranty-banner__content {}

.warranty-banner__img {}

.warranty-banner__img img {}

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

.cars_items {
  margin-top: 100px;
}

.cars_items .title {
  text-align: center;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 30px;
  margin-bottom: 80px;
}

.cars_items .car_item {
  position: relative;
  display: flex;
  align-items: end;
  justify-content: space-between;
  margin-bottom: 100px;
  padding: 45px 35px;
  box-shadow: 0px 4px 30px 0px rgb(0 0 0 / 10%);
}

.cars_items .car_item .info_block {
  width: 385px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.cars_items .car_item .info_block .car_name {
  position: absolute;
  top: 52px;
  font-size: 28px;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 30px;
  padding-left: 45px;
  /*background: url("../img/slash.png") 0 50% no-repeat;*/
}

.cars_items .car_item .info_block .car_name:before {
  position: absolute;
  content: "";
  display: block;
  background: #38d1c3;
  width: 10px;
  height: 100%;
  left: 10px;
  transform: skewX(-24deg);
}

.cars_items .car_item#gwm_poer_kingkong .info_block .car_name {
  white-space: nowrap;
  position: relative;
  z-index: 1;
}

.car_new {
  position: absolute;
  left: 530px;
  z-index: 5;
  top: 70px;
  padding: 6px 25px;
  display: flex;
  align-items: center;
}

.car_item#h9 .car_new {
  top: 50px;
}

.car_new:before {
  content: "";
  position: absolute;
  left: 0;
  transform: skewX(-24deg);
  background: #38d1c3;
  width: 100%;
  height: 100%;
}

.car_new span {
  position: relative;
  color: #fff;
  font-size: 20px;
}

.cars_items .car_item .info_block .car_new2 {
  font-size: 26px;
  display: flex;
  align-items: center;
  min-height: 34px;
  padding-left: 45px;
  margin-bottom: 5px;
  background: url(../img/car_new.png) 0 50% no-repeat;
  color: #38d1c3;
}

.cars_items .car_item .info_block .car_text {
  margin-top: 20px;
}

.cars_items .car_item .info_block .car_text2 {
  margin-bottom: 20px;
  line-height: 120%;
  white-space: pre-line;
}

.cars_items .car_item .info_block .car_profit {
  display: flex;
  align-items: center;
  min-height: 34px;
  font-size: 17px;
  color: #000000;
  padding-left: 50px;
  font-weight: 700;
  background: url("../img/ico_profit.png") 0 50% no-repeat;
  /* background: url("../img/ng_profit.png") 0 50% no-repeat; */
  /* background: url(../img/car_profit_ng.png) 0 50% no-repeat; */
  transition: all 0.3s;
  margin-bottom: 15px;
  min-height: 59px;
}

.cars_items .car_item .info_block .car_profit.ng {
  background: url("../img/ng_profit.png") 0 50% no-repeat;
  padding-left: 70px;
}

.cars_items .car_item .info_block .car_profit.ng b {
  color: #38d1c3;
}

.cars_items .car_item .info_block .car_profit b {
  /* font-size: 40px; */
  /* color: #38d1c3; */
  font-size: 25px;
  margin-top: 4px;
  display: block;
}

.cars_items .car_item .info_block .car_profit i {
  font-style: normal;
  font-size: 85%;
}

/*.cars_items .car_item .info_block .car_profit:hover {
    background: url("../img/ico_profit_hov.png") 0 50% no-repeat;
}*/

.cars_items .car_item .info_block .car_profit sup {
  font-size: 12px;
}

.cars_items .car_item .info_block .car_profit.price {
  background: url("../img/ico_price.png") 0 50% no-repeat;
}

.cars_items .car_item .info_block .car_profit.price:hover {
  background: url("../img/ico_price_hov.png") 0 50% no-repeat;
}

.cars_items .car_item .info_block .car_profit2 {
  position: absolute;
  top: 48px;
  left: 450px;
  min-height: 36px;
  display: flex;
  align-items: center;
  padding-left: 16px;
  padding-right: 38px;
  font-weight: 400;
  font-size: 12px;
  color: #ffffff;
  white-space: nowrap;
  overflow: hidden;
}

.cars_items .car_item .info_block .car_profit2 span {
  position: relative;
  z-index: 2;
}

.cars_items .car_item .info_block .car_profit2 .br_mob {
  display: none;
}

.cars_items .car_item .info_block .car_profit2::before {
  content: "";
  position: absolute;
  left: -20px;
  width: 100%;
  height: 100%;
  transform: skewX(-26deg);
  background: #626970;
}

.cars_items .car_item .info_block .car_profit2::after {
  content: "";
  position: absolute;
  left: -10px;
  width: 100%;
  height: 100%;
  transform: skewX(-26deg);
  background: #00cabf;
  z-index: -1;
}

.cars_items .car_item#h5 .info_block .car_profit2,
.cars_items .car_item#h9 .info_block .car_profit2 {
  top: 46px;
}

.cars_items .car_props {
  margin-top: 10px;
  display: flex;
  flex-direction: column;
  row-gap: 16px;
}

.cars_items #h5 .car_props,
.cars_items #h9 .car_props {
  margin-bottom: 34px;
}

.cars_items .car_props a {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 24px;

  padding-left: 36px;
  font-size: 16px;
  font-weight: 400;
}

.cars_items .car_props a span {
  display: block;
  margin-top: 5px;
}

.cars_items .car_props a i {
  margin: 0;
  font-size: 22px;
  font-weight: 600;
  color: #00cabf;
  font-style: normal;
}

.cars_items .car_props a:before {
  content: "";
  position: absolute;
  left: 0;
  width: 24px;
  height: 24px;
}

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

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

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

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

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

.cars_items .car_item .info_block .car_btns {
  margin-top: 30px;
  display: grid;
  row-gap: 10px;
}

.cars_items .car_item .info_block .car_btns .btn {
  width: 100%;
  font-weight: 700;
  font-size: 12px;
  height: 48px;
}

.cars_items .car_item .info_block .car_btns .btn:last-child {
  padding-bottom: 0;
}

.cars_items .car_item .img_block {
  position: relative;
  display: flex;
  /* align-items: flex-end; */
  flex-direction: column;
  justify-content: flex-end;
  max-width: 55%;
}

.cars_items .car_item#h3 .img_block {
  padding-top: 60px;
}

.cars_items .car_item#dargo .img_block {
  margin-top: 70px;
}

.car_gos_lizing {
  background: url("../img/goslizing_pl.png") 0 50% no-repeat;
  width: 306px;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-left: 25px;
  padding-right: 35px;
  text-decoration: none;
  position: absolute;
  top: -5px;
  left: 135px;
  display: none;
}

.car_gos_lizing>img {
  display: none;
}

.car_gos_lizing b {
  color: #ffffff;
  font-size: 37px;
}

.car_gos_lizing b i {
  font-style: normal;
  font-size: 28px;
}

.car_gos_lizing span {
  font-weight: 700;
  font-size: 18px;
  text-transform: uppercase;
}

.car_gos_lizing sup {
  font-weight: 400;
  font-size: 12px;
  position: relative;
  top: -3px;
}

.cars_items .car_item .img_block .car_gos_prog {
  display: block;
  width: 165px;
  position: absolute;
  top: -85px;
  right: 0;
  text-align: center;
  text-transform: uppercase;
  font-weight: 700;
}

.cars_items .car_item .img_block .car_gos_prog font {
  position: relative;
  font-size: 21px;
  padding: 10px 0;
  display: block;
}

.cars_items .car_item .img_block .car_gos_prog font:before {
  content: "";
  display: block;
  position: absolute;
  top: 5px;
  right: 90px;
  background: #e8e8e8;
  width: 62px;
  height: 80px;
  transform: skewX(20deg);
  z-index: -1;
}

.cars_items .car_item .img_block .car_gos_prog font:after {
  content: "";
  display: block;
  position: absolute;
  top: 5px;
  right: 15px;
  background: #e8e8e8;
  width: 62px;
  height: 80px;
  transform: skewX(20deg);
  z-index: -1;
}

.cars_items .car_item .img_block .car_gos_prog font b {
  color: #fff;
  display: block;
  background: #000;
}

.cars_items .car_item .img_block .car_gos_prog font b u {
  font-size: 31px;
  text-decoration: none;
}

.cars_items .car_item .img_block .car_gos_prog font span {
  color: #000;
  font-size: 22px;
  font-weight: 700;
  display: block;
  margin-bottom: 2px;
}

.cars_items .car_item .img_block .pl_upd {
  position: absolute;
  top: -70px;
  right: 0;
}

.car_wrap {
  margin-top: 40px;
}

.car_tab {
  display: flex;
  justify-content: center;
  column-gap: 40px;
}

#h5 .car_tab,
#h9 .car_tab {
  justify-content: left;
}

.car_tab_item {
  position: relative;
  display: flex;
  align-items: center;
  font-size: 12px;
  font-weight: 600;
  line-height: 120%;
  text-transform: uppercase;
  padding-right: 32px;
  padding-bottom: 6px;
  border-bottom: 2px solid #d7d7d7;
  transition: all 0.2s linear;
  cursor: pointer;
}

.car_tab_item:hover {
  color: #00cabf;
  border-color: #00cabf;
}

.car_tab_item:before {
  content: "";
  position: absolute;
  right: 0;
  width: 16px;
  height: 16px;
  background: url(../img/tab_arrows.svg) no-repeat;
  transition: all 0.2s linear;
}

.car_tab_item:hover:before {
  background: url(../img/tab_arrows_hov.svg) no-repeat;
}

.car_tab_cont {
  position: relative;
}

.car_tab_block {
  position: absolute;
  bottom: 42px;
  left: 50%;
  transform: translateX(-50%);
  min-height: 132px;
  padding: 0 35px;
  display: none;
  justify-content: space-between;
  align-items: center;
  background: #626970db;
  backdrop-filter: blur(6px);
  z-index: 2;
}

.car_tab_block.active {
  display: flex;
}

.car_tab_block span {
  position: relative;
  display: flex;
  align-items: center;
  width: max-content;
  padding-right: 20px;
  margin-right: 20px;
  font-size: 14px;
  font-weight: 400;
  color: #ffffff;
}

.car_tab_block span:last-child {
  margin: 0;
  padding: 0;
}

.car_tab_block span:before {
  content: "";
  position: absolute;
  right: 0;
  width: 1px;
  height: 52px;
  background: #ffffff;
}

.car_tab_block span:nth-last-child(2):before {
  display: none;
}

.car_tab_close {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 26px;
  height: 26px;
  cursor: pointer;
}

.car_tab_close:before {
  content: "";
  position: absolute;
  width: 26px;
  height: 2px;
  background: #ffffff;
  transform: rotate(45deg) translate(8px, 8px);
  transition: all 0.2s linear;
}

.car_tab_close:after {
  content: "";
  position: absolute;
  width: 2px;
  height: 26px;
  background: #ffffff;
  transform: rotate(45deg) translate(8px, -8px);
  transition: all 0.2s linear;
}

.car_tab_close:hover:before,
.car_tab_close:hover:after {
  background-color: #00cabf;
}

.car_count {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 11px;
  background-size: 100%;
  padding: 9px 0px 6px 0px;
  width: 194px;
  position: absolute;
  top: -54px;
  right: -335px;
  font-weight: 700;
  color: #ffffff;
  text-transform: none;
  z-index: 1;
}

.car_count span {
  display: flex;
  margin: 0;
  position: relative;
  justify-content: space-between;
}

.car_count:before {
  content: "";
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(270deg, #38d1c3 61%, #49ecddff 50%);
  transform: skewX(-20deg);
}

#gwm_poer_kingkong .car_count {
  right: -390px;
}

#f7x .car_count {
  /* right: -70px; */
}

#jolion .car_count,
#dargo .car_count {
  /* right: -234px; */
}

#gwm_poer .car_count {
  /* right: -110px; */
}

#gwm_wingle_7 .car_count {
  /* right: -160px; */
}

.car_count b {
  font-size: 26px;
  text-align: center;
  margin-right: 44px;
}

.cars_items .car_item .img_block .dots {
  margin-top: 20px;
  display: flex;
  justify-content: center;
}

.cars_items .car_item .img_block .dot_color {
  width: 28px;
  height: 28px;
  display: block;
  border-radius: 50%;
  margin: 0 12px;
  cursor: pointer;
  transition: all 0.2s linear;
}

.cars_items .car_item .img_block .dot_color:hover,
.cars_items .car_item .img_block .dot_color.active {
  box-shadow: 0 0 0 3px white, 0 0 5px 2px black;
}

.cars_items .car_item .car_gallery {
  width: 193px;
}

.cars_items .car_item .car_gallery .slick-slide {
  outline: none;
}

.cars_items .car_item .car_gallery .slick-prev {
  width: 19px !important;
  height: 11px !important;
  top: -15px !important;
  bottom: unset !important;
  left: calc(50% - 10px) !important;
}

.cars_items .car_item .car_gallery .slick-prev:before {
  content: url("../img/car_prev.png") !important;
}

.cars_items .car_item .car_gallery .slick-next {
  width: 19px !important;
  height: 11px !important;
  top: unset !important;
  bottom: -15px !important;
  left: calc(50% - 10px) !important;
}

.cars_items .car_item .car_gallery .slick-next:before {
  content: url("../img/car_next.png") !important;
}

.car_tehs {
  margin-top: 27px;
  margin-bottom: 0;
  display: flex;
  /* justify-content: space-between; */
  flex-wrap: wrap;
  row-gap: 1.8vw;
}

.car_tehs li {
  width: 32%;
  position: relative;
  padding-left: 22px;
  display: flex;
  align-items: center;
  font-size: 16px;
  font-weight: 400;
}

.car_tehs li:before {
  content: "";
  position: absolute;
  left: 0;
  width: 10px;
  height: 24px;
  background: #38d1c3;
  transform: skewX(-20deg);
}

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

.instock_title {
  font-size: 30px;
  text-align: center;
  text-transform: uppercase;
  font-weight: 700;
}

#instock {
  background: #f8f8f8;

  padding: 50px 0;

  padding-bottom: 15px;

  margin-top: 140px;
  border-top: 1px solid #000000;
}

#instock .complects {
  margin-top: 50px;

  display: flex;

  justify-content: space-between;

  align-items: flex-start;
}

#instock .filter {
  width: 24%;

  background: white;
}

#instock .filter .title {
  color: #717171;

  text-align: center;

  padding: 25px 0;

  border-bottom: 1px solid #dcdcdc;
}

#instock .filter_items {}

#instock .filter_items .item {
  border-bottom: 1px solid #dcdcdc;
}

#instock .filter_items .item .name {
  padding: 25px;

  position: relative;

  cursor: pointer;

  font-size: 16px;

  font-weight: 600;
}

#instock .filter_items .item .name:after {
  content: "";
  background: url(../img/arrow_filter.png) 50% no-repeat;
  width: 14px;
  height: 8px;
  position: absolute;
  top: 30px;
  right: 25px;
  transform: rotate(180deg);
  transition: all 0.2s linear;
}

#instock .filter_items .item.open .name:after {
  transform: rotate(0deg);
}

#instock .filter_items .item .content {
  padding: 0 25px;
  display: none;
  padding-bottom: 0;
  transform: padding-bottom 0.2s linear;
  padding-bottom: 25px;
}

#instock .filter_items .item .content .filter_checkbox {
  display: block;
  margin-bottom: 20px;
  padding-left: 30px;
  position: relative;
  cursor: pointer;
  padding-top: 3px;
}

#instock .filter_items .item .content .filter_checkbox input {
  position: absolute;
  visibility: hidden;
  left: -5000px;
}

#instock .filter_items .item .content .filter_checkbox input+span:before {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  background: white;
  border: 1px solid black;
  position: absolute;
  top: 0px;
  left: 0;
}

#instock .filter_items .item .content .filter_checkbox input:checked+span:before {
  background: url(../img/checked_white.png) 50% no-repeat black;
}

#instock .filter .clear_filter {
  padding: 25px;
}

#instock .filter .clear_filter .btn {
  width: 100%;
  cursor: pointer;
}

#instock .filter .clear_filter .btn:nth-child(1) {
  margin-bottom: 10px;
}

#instock .filter .clear_filter .btn:nth-child(2) {
  margin-bottom: 10px;
}

#instock .complects_items {
  width: 74.5%;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin-left: -0.666%;
  margin-right: -0.666%;
}

#instock .complects_items .compl_item {
  width: 31% !important;
  background: white;
  padding: 25px;
  margin: 0 !important;
  margin-bottom: 35px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
}

/* Styles for when the slider is disabled */
#instock .swiper-wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px 20px;
}

#instock .swiper-slide {
  width: inherit !important;
}

#instock .swiper-slide-duplicate {
  display: none;
}

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  content: "next";
  color: #38d1c3;
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  content: "prev";
  color: #38d1c3;
}

.swiper-pagination-bullet-active {
  cursor: pointer;
  background: #38d1c3 !important;
}

#instock .complects_items .compl_item.hide {
  display: none;
}

#instock .swiper-pagination,
#instock .swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after,
#instock .swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  display: none;
}

#instock .complects_items .compl_item.hide {
  display: none;
}

#instock .complects_items .compl_item .image {}

#instock .complects_items .compl_item .compl_name {
  font-size: 14px;

  font-weight: 700;

  text-transform: uppercase;

  margin-top: 30px;
}

#instock .complects_items .compl_item .engine {
  background: url(../img/compl_ico1.png) 0 50% no-repeat;

  padding-left: 25px;

  margin-top: 20px;
}

#instock .complects_items .compl_item .compl_credit_btn {
  color: black;

  font-weight: 700;

  text-transform: uppercase;

  display: inline-block;

  padding-right: 15px;

  background: url(../img/arrow_get.png) 100% 50% no-repeat;

  margin-top: 50px;
}

#instock .complects_items .compl_item .btn {
  width: 100%;

  margin-top: 20px;
}

#instock .complects_items .swiper-wrapper {
  display: flex;
  flex-wrap: wrap;
}

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

.tradein {
  background: url("../img/tradein_bg.jpg?v=2") 50% 0 no-repeat;
  padding: 95px 0;
}

.tradein>img {
  display: none;
}

.tradein_title {
  color: #ffffff;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 15px;
}

.tradein_comment {
  color: #ffffff;
  font-size: 24px;
  font-weight: 400;
}

#tradein_form {
  margin-top: 20px;
  width: 365px;
  max-width: 100%;
}

#tradein_form .form-group {
  margin-bottom: 12px;
}

#tradein_form input[type="tel"],
#tradein_form input[type="text"],
#tradein_form select {
  border: none;
  height: 48px;
  color: #000000;
  font-size: 14px;
  font-weight: 400;
  padding-left: 40px;
}

#tradein_form .btn {
  height: 48px;
  font-size: 14px;
}

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

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

.credit {
  background: url("../img/credit_bg.jpg?v=2") 50% 0 no-repeat;
  padding: 212px 0;
}

.credit>img {
  display: none;
}

.cred_wrap {
  width: 365px;
  max-width: 100%;
  margin-left: auto;
}

.cred_title {
  font-size: 18px;
  color: #ffffff;
  text-transform: uppercase;
  font-weight: 700;
}

#cred_form {
  margin-top: 30px;
  width: 100%;
}

#cred_form input[type="tel"] {
  border: none;
  font-size: 14px;
  color: #000000;
  height: 48px;
  padding-left: 40px;
}

#cred_form .btn {
  height: 48px;
  font-size: 14px;
}

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

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

.offers_block {
  margin-top: 140px;
}

.offers_block .container {
  display: flex;
  justify-content: space-between;
  flex-flow: wrap;
  padding: 0;
}

.offers_block .offers_item {
  width: 49.1%;
  margin-bottom: 65px;
}

.offers_block .offers_img {
  position: relative;
}

.offers_block .offers_icon {
  width: 80px;
  height: 80px;
  background: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 20px;
  left: 30px;
}

.offers_block .offers_title {
  padding-top: 25px;
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 700;
}

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

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

.offers2 {
  margin-top: 100px;
}

.offers2_wraper {
  padding: 56px 65px 0;
  background: url(../img/offers2_bg.jpg) 50% 0 no-repeat;
  height: 500px;
}

.offers2_title {
  font-size: 30px;
  font-weight: 400;
  line-height: 142%;
  color: #ffffff;
  text-transform: uppercase;
}

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

.offers2_props a {
  position: relative;
  display: flex;
  align-items: center;
  padding-left: 55px;
  font-size: 16px;
  font-weight: 400;
  line-height: 142%;
  color: #ffffff;
  text-decoration: none;
  min-height: 40px;
}

.offers2_props a:before {
  content: "";
  position: absolute;
  left: 0;
  width: 40px;
  height: 40px;
  border-radius: 50px;
}

.offers2_props .ico1:before {
  background: url(../img/offers2_props_ico1.svg) 50% 50% no-repeat #000000;
}

.offers2_props .ico2:before {
  background: url(../img/offers2_props_ico2.svg) 50% 50% no-repeat #000000;
}

.offers2_props .ico3:before {
  background: url(../img/offers2_props_ico3.svg) 50% 50% no-repeat #000000;
}

.offers2 .btn {
  margin-top: 50px;
  width: 365px;
  height: 48px;
}

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

.best_offer {
  margin-top: 50px;
  padding: 70px 0;
  background: #f8f8f8;
}

.best_offer .container {
  display: flex;
}

.best_offer_title {
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 25px;
}

.best_offer_comment {
  font-size: 18px;
  font-weight: 400;
  line-height: 150%;
}

#offer_form {
  display: flex;
  justify-content: space-between;
  flex-flow: wrap;
  width: 635px;
  max-width: 100%;
  margin-left: 70px;
  margin-top: 10px;
}

#offer_form .form-group {
  width: 49%;
  margin-bottom: 0;
}

#offer_form input[type="tel"] {
  height: 60px;
  border: 1px solid #b7b7b7;
}

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

.contacts_wrapper {
  margin-top: 50px;
}

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

.contacts_wrapper #contacts {
  /* width: 360px; */
  width: 42%;
  position: relative;
}

.contacts_wrapper #contacts .title {
  font-size: 30px;
  text-transform: uppercase;
  font-weight: 700;
}

.contacts_wrapper #contacts .bottom_addr {
  margin-top: 45px;
  font-size: 18px;
  padding-left: 25px;
  background: url(../img/location.png) 0 0 no-repeat;
}

.contacts_wrapper #contacts .bottom_phone {
  margin-top: 35px;
  font-size: 18px;
  padding-left: 25px;
  background: url(../img/phone.png) 0 0 no-repeat;
  font-weight: 700;
}

.contacts_wrapper #contacts .bottom_phone a {
  color: black;
}

.contacts_wrapper #contacts .open_hours {
  margin-top: 35px;
  font-size: 18px;
  padding-left: 25px;
  background: url(../img/clock.png) 0 0 no-repeat;
}

.ng_grafik {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 18px;
}

.contacts_wrapper #contacts .route_btn {
  margin-top: 110px;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 900;
  display: inline-block;
  padding-right: 10px;
  background: url(../img/arrow_get.png) 100% 50% no-repeat;
  color: black;
}

.contacts_wrapper #map1 {
  height: 365px;
  /* width: 84%; */
  width: 50%;
  max-width: 100%;
  background: url(../img/map.jpg) 50% 0% no-repeat;
}

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

footer {
  padding-top: 21px;
  padding-bottom: 20px;
  color: white;
  background: black;
  margin-top: 60px;
}

footer a {
  color: #fff;
}

.footer_links {
  display: flex;
  flex-direction: column;
  gap: 3px;
  margin: 4px 0;
}

.disclamer_switch_bg {
  color: white;
}

.disclamer_switch {
  color: white;
  font-size: 14px;
  text-decoration: none;
  font-weight: 400;
}

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

footer .bottom_phone {
  margin-top: 5px;
}

footer .bottom_phone a {
  color: #fff;
}

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

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

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

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

@media (max-width: 1570px) {
  .top_additionals a {
    width: 30%;
    padding-left: 100px;
  }

  .contacts_wrapper #contacts {
    /* width: 360px; */
    width: 46%;
  }

  .online_work {
    top: 155px;
  }

  header .menu .container {
    flex-wrap: wrap;
  }

  header .menu .cars_menu {
    width: 100%;
    display: flex;
    justify-content: space-between;
  }

  header .menu .cars_menu a {
    padding: 0;
  }

  header .menu .main_menu {
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding-top: 10px;
    border-top: 1px solid rgb(199, 199, 199);
    margin-top: 10px;
  }

  header .menu .main_menu a {
    padding: 0;
  }

  /* .bn_slider {
      }

      .bn_slider .bn_slide {
      }

      .bn_slider .bn_slide.slide1 {
      }

      .bn_slider .bn_slide.slide2 {
      }

      .bn_slider .slick-arrow {
      }

      .bn_slider .slick-next {
      }

      .bn_slider .slick-next:before {
      }

      .bn_slider .slick-prev {
      }

      .bn_slider .slick-prev:before {
      }

      .bn_slider .slick-dots {
      }

      .bn_slider .slick-dots li {
      }

      .bn_slider .slick-dots li.active {
      }

      .bn_slider .slick-dots li button {
      }

      .top_additionals a .link_wrap span {
          font-size: 16px;
      }

      .top_additionals a {
          padding-left: 70px;
      }

      .title_container .title1 b {
          font-size: inherit;
      }

      .title_container .title_comment {
          font-size: 28px;
      }

      .title_kasko {
          padding-top: 72px;
          padding-bottom: 15px;
          font-size: 24px;
          background-position: 50% 5%;
      }

      .title_container {
          padding-bottom: 365px;
      }

      .title_container .title1 .text_select {
      }

      .bn_timer {
      }

      .bn_timer .timer_title {
      }

      .bn_timer .timer {
      }

      .bn_timer div[id^="timer"] {
      }

      .bn_timer .timer_btn {
      }

      .bn_timer .timer_btn b {
      }

      .bn_timer .timer_btn_mob {
      } */

  .brandday {}

  .brandday__container {}

  .brandday__content {
    padding: 20px 15px;
    padding-bottom: 275px;
  }

  .brandday__title1 {}

  .brandday__title2 {}

  .brandday__title2 a {}

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

  .warranty-banner {}

  .warranty-banner__container {}

  .warranty-banner__content {}

  .warranty-banner__img {}

  .warranty-banner__img img {}

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

  .cars_items .car_item .img_block {
    width: 45%;
  }

  .cars_items .car_item .img_block picture {
    position: relative;
    top: 50%;
    transform: translateY(-42%);
  }

  .cars_items .car_item .img_block .pl_upd {
    width: 34%;
  }

  .cars_items .car_item .info_block .car_profit {
    font-size: 20px;
  }

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

  .btn {
    font-size: 16px;
  }

  /* .top_advs .item {
          font-size: 12px;
      } */
  .top_advs .content {
    display: flex;
    justify-content: space-between;
  }

  .top_advs {
    /* margin-top: -135px; */
    margin-left: auto;
    width: 100%;
    max-width: 580px;
    margin-right: auto;
  }

  .top_advs .item {
    display: block;
    position: relative;
    color: #fff;
    transition: all 0.3s;
  }

  .top_advs .item:hover {
    color: #000;
  }

  .top_advs .item {
    font-size: 12px;
  }

  .cars_items .car_item .info_block {
    width: 330px;
  }

  .offers2_title {
    font-size: 24px;
  }

  .offers2_wraper {
    padding: 57px 26px 0;
  }

  .offers2_props {
    margin-top: 18px;
  }

  .cars_items .car_props a {
    font-size: 14px;
  }

  .cars_items .car_props a i {
    font-size: 18px;
  }

  .cars_items .car_item .info_block .car_profit2 {
    top: 0;
    left: 334px;
  }

  .cars_items .car_item#h5 .info_block .car_profit2,
  .cars_items .car_item#h9 .info_block .car_profit2 {
    top: 0;
  }
}

/*IPAD PRO BEGIN*/
@media (max-width: 1199px) {
  .top_additionals a i {
    font-size: 50px;
    top: 47px;
  }

  .top_additionals a {
    width: 30%;
    padding-left: 66px;
    background-size: 60px !important;
  }

  .car_new {
    left: 400px;
    top: 0px;
  }

  .car_item#h9 .car_new {
    top: 50px;
    left: 46px;
    width: fit-content;
  }

  .car_tehs li {
    width: 48%;
  }

  .cars_items .car_item .info_block .car_profit2 {
    position: relative;
    top: 0;
    left: 0;
    width: fit-content;
  }

  .cars_items .car_item#h5 .info_block .car_profit2,
  .cars_items .car_item#h9 .info_block .car_profit2 {
    top: 0;
  }
}

@media (max-width: 991px) {
  .cars_items .car_item .img_block picture {
    top: 0;
    transform: none;
  }

  .offers2_wraper {
    padding: 10vw 4vw 0;
    background: url(../img/offers2_bg_mob.jpg) 50% 100% no-repeat;
    height: 92vw;
  }

  .offers2_title {
    font-size: 2.4vw;
  }

  .cars_items .car_item .img_block {
    max-width: initial;
  }

  .car_tehs {
    width: 100%;
    max-width: initial;
    row-gap: 10px;
  }

  .car_tehs li {
    width: 100%;
    min-height: 26px;
    font-size: 14px;
  }

  .car_item#h9 .car_new {
    left: auto;
    right: 0;
  }

  .car_item#h9 .car_new span {
    font-size: 14px;
  }

  #instock .complects_items .compl_item {
    width: 100% !important;
  }

  #instock .swiper-pagination {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    bottom: -8px !important;
  }

  #instock .swiper-pagination-bullet {
    margin-bottom: 10px;
  }

  #instock .swiper-button-next:after,
  .swiper-rtl .swiper-button-prev:after,
  #instock .swiper-button-prev:after,
  .swiper-rtl .swiper-button-next:after {
    display: block;
  }

  #instock .complects_items .swiper-wrapper {
    display: flex;
    flex-wrap: nowrap;
    padding-bottom: 40px;
    gap: 0;
  }

  #instock .complects_items .compl_item {
    margin: 0px !important;
    margin-top: 20px !important;
    padding: 20px !important;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  .ng_grafik {
    position: static;
    padding-top: 20px;
  }

  header .header .header_contacts {
    width: 60%;
  }

  /**************************************************************************************************************/
  .title_container .title1 {
    font-size: 16px;
  }

  .title_container .title_comment {
    font-size: 20px;
  }

  .title_kasko {
    font-size: 20px;
  }

  .bn_timer {}

  .bn_timer .timer_title {}

  .bn_timer .timer {}

  .bn_timer div[id^="timer"] {}

  .bn_timer .timer_btn {}

  .bn_timer .timer_btn b {}

  .bn_timer .timer_btn_mob {}

  /**************************************************************************************************************/
  .advantages {}

  .advantages .item {
    padding: 10px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .advantages .item img {}

  .advantages .item .title {
    font-size: 18px;
  }

  .advantages .item .get_profit {}

  /**************************************************************************************************************/
  /* .top_advs .item b {
          font-size: 18px;
      } */
  .top_advs {
    /* margin-top: 235px; */
    margin-right: 0;
    top: 80px;
  }

  .top_advs .item b {
    font-size: 18px;
  }

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

  .brandday {}

  .brandday__container {}

  .brandday__content {
    background-size: 130%;
    padding-bottom: 225px;
  }

  .brandday__title1 {}

  .brandday__title2 {
    margin-top: 5px;
    font-size: 18px;
  }

  .brandday__title2 a {}

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

  .warranty-banner {}

  .warranty-banner__container {}

  .warranty-banner__content {}

  .warranty-banner__img {}

  .warranty-banner__img img {}

  /**************************************************************************************************************/
  .cars_items .car_item {
    flex-flow: wrap;
    position: relative;
    padding-top: 50px;
  }

  .cars_items .car_item .info_block {
    position: initial;
    width: 100%;
    order: 3;
    margin-top: 30px;
  }

  .cars_items .car_item .img_block {
    order: 1;
    width: 70%;
  }

  .cars_items .car_item .car_gallery {
    order: 2;
  }

  .cars_items .car_item .info_block .car_name {
    position: absolute;
    top: 24px;
  }

  .car_gos_lizing {
    position: relative;
    top: 0;
  }

  .car_count {
    top: -63px;
    transform: scale(0.6);
    transform-origin: top right;
  }

  .car_tab_block {
    left: 0;
    transform: none;
    flex-wrap: wrap;
    padding: 20px;
  }

  .car_tab_block span {
    padding-right: 0;
    margin-right: 0;
    width: 50%;
  }

  .car_tab_block span:before {
    display: none;
  }

  .car_tab_close {
    top: 12px;
    right: 10px;
  }

  /**************************************************************************************************************/
  .instock_title {}

  #instock .filter {
    width: 28%;
  }

  #instock .complects_items {
    width: 70.5%;
    margin-left: -0.5%;
    margin-right: -0.5%;
  }

  #instock .complects_items .compl_item {
    width: 49%;
    margin: 0 0.5%;
    margin-bottom: 35px;
  }
}

/*IPAD PRO BEGIN*/

/*IPAD BEGIN*/
@media (min-width: 768px) and (max-width: 991px) {
  .banner_slider .title3 {
    font-size: 3vw;
  }

  .banner_slider .title2 {
    font-size: 2.4vw;
  }

  .banner_slider .title_container:before {
    height: 240px;
  }

  header .header .header_contacts {
    width: 43%;
  }

  .online_work {
    top: 15px;
  }

  header .header .logo {
    padding-right: 10px;
  }

  header .header .top_addr {
    display: none;
  }

  /**************************************************************************************************************/
  body {
    background-size: 120%;
  }

  .title_container {
    /* padding-top: 320px; */
    color: #000000;
    text-align: center;
    padding-bottom: 0;
    flex-direction: column;
  }

  .title_container .title_wrap {
    margin-left: 0;
    padding: 0;
    width: 100%;
  }

  .title_container .title_comment {
    font-size: 18px;
    text-align: left;
  }

  .title_kasko {
    width: 100%;
    padding: 30px 0 30px 130px;
    background-position: 5% 50%;
    text-align: left;
  }

  .title_kasko br {
    display: none;
  }

  .title_container .btn {
    width: 100%;
  }

  .bn_timer {}

  .bn_timer .timer_title {}

  .bn_timer .timer {}

  .bn_timer div[id^="timer"] {}

  .bn_timer .timer_btn {}

  .bn_timer .timer_btn b {}

  .bn_timer .timer_btn_mob {}

  /**************************************************************************************************************/
  /* .top_advs {
          margin-top: 0;
      }


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

      .top_advs .item {
          max-width: 100%;
          width: 45%;
          margin-top: 60px;
      } */
  .top_advs {
    margin-top: 0;
    display: none;
  }

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

  /* .top_advs .item.ico4 {
          background: url(../img/banner_ico4_hov.png) 50% no-repeat;
      } */
  .top_advs .item {
    max-width: 100%;
    width: 45%;
    margin-top: 60px;
  }

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

  .brandday {}

  .brandday__container {}

  .brandday__content {
    padding-bottom: 135px;
  }

  .brandday__title1 {
    font-size: 18px;
  }

  .brandday__title2 {
    font-size: 16px;
  }

  .brandday__title2 a {}

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

  .warranty-banner {}

  .warranty-banner__container {}

  .warranty-banner__content {}

  .warranty-banner__img {}

  .warranty-banner__img img {}

  /**************************************************************************************************************/
  .cars_items .car_item {
    padding-top: 60px;
  }

  .cars_items .car_item .main .container {
    flex-wrap: wrap;
  }

  .cars_items .car_item .img_block {
    width: 100%;
    max-width: initial;
  }

  .cars_items .car_item .img_block .dots {}

  .cars_items .car_item .img_block .dot_color {}

  .cars_items .car_item .info_block {
    width: 100%;
  }

  .cars_items .car_item .info_block .car_name {
    position: absolute;
    top: 32px;
  }

  .car_count {
    top: 9px;
    left: 265px;
  }

  .cars_items .car_item .info_block .name {
    position: absolute;
    top: 0;
    left: 0;
  }

  .cars_items .car_item .car_gallery {
    width: 100%;
    margin-top: 30px;
  }

  .cars_items .car_item .car_gallery .slick-prev {
    top: 50% !important;
    left: -20px !important;
    transform: rotate(-90deg);
    transform-origin: 0 50%;
  }

  .cars_items .car_item .car_gallery .slick-next {
    top: 50% !important;
    left: unset !important;
    right: -10px !important;
    bottom: unset !important;
    transform: rotate(-90deg);
    transform-origin: 50% 0;
  }

  /**************************************************************************************************************/
  .instock_title {}

  #instock .filter {
    width: 25%;
  }

  #instock .complects_items {
    width: 73.5%;
  }

  /****************************************************************************************************/
  .offers_block .offers_item {
    width: 100%;
  }

  /****************************************************************************************************/
  .best_offer {
    margin-top: 0;
  }

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

  #offer_form {
    margin-left: 0;
    width: 100%;
    margin-top: 20px;
  }

  #offer_form .form-group {
    margin-bottom: 10px;
  }

  .ng_grafik {
    position: static;
    padding-top: 20px;
  }
}

/*IPAD END*/

/*MOBILE BEGIN*/
@media (max-width: 767px) {
  .cars_items .car_item .info_block .car_profit2 {
    position: relative;
    top: 0;
    left: 0;
    width: fit-content;
    padding-left: 10px;
  }

  .cars_items .car_item .info_block .car_profit2 .br_mob {
    display: block;
  }

  .offers2_wraper {
    padding: 5vw 3vw 0;
    height: 70vw;
    background-size: 100%;
  }

  .offers2_title {
    font-size: 2.4vw;
  }

  .offers2_props {
    margin-top: 4vw;
    row-gap: 1vw;
  }

  .offers2 .btn {
    display: none;
  }

  .cars_items .car_item .info_block .car_text2 {
    font-size: 15px;
  }

  .car_new {
    left: auto;
    top: -30px;
    right: 0;
  }

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

  .top_additionals a .link_wrap span {
    font-size: 12px;
  }

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

  form .form-group button {
    font-size: 16px;
  }

  /************************************************************************/
  .top_additionals {
    width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
  }

  .top_additionals .container {
    padding: 0;
    width: auto;
  }

  .top_additionals .content {
    justify-content: flex-start;
    overflow-x: auto;
    overflow-y: hidden;
    width: 720px;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }

  .top_additionals .content::-webkit-scrollbar {
    display: none;
    width: 0;
    height: 0;
  }

  .top_additionals a {
    height: 75px;
    padding-left: 46px;
    width: 48%;
    font-size: 14px;
    width: 200px;
    position: relative;
  }

  .top_additionals a:first-child,
  .top_additionals a:last-child {
    border-left: none;
  }

  .top_additionals a.ico1 {
    background: url(../img/top_adds_ico1.png) 114% 50% no-repeat;
    background-size: 30%;
  }

  .top_additionals a.ico1 i {
    top: -20px;
    /* left: -13px; */
    font-size: 55px;
  }

  .top_additionals a.ico2 {
    background: url(../img/top_adds_ico2.png) 120% 50% no-repeat;
    background-size: 30%;
  }

  .top_additionals a.ico2 i {
    /* top: -5px; */
    /* left: -15px; */
    /* font-size: 55px; */
  }

  .top_additionals a i {
    font-size: 55px;
    top: 17px !important;
    left: 7px !important;
  }

  .top_additionals a.ico3 {
    background: url(../img/top_adds_ico3.png) 118% 50% no-repeat;
    background-size: 30%;
  }

  .top_additionals a.ico3 i {
    /* top: -15px; */
    /* left: -12px; */
    font-size: 55px;
  }

  .top_additionals a.ico4 {
    background: url(../img/top_adds_ico4.png) 118% 50% no-repeat;
    background-size: 30%;
  }

  .top_additionals a.ico4 i {
    /* top: -15px; */
    /* left: -12px; */
    font-size: 55px;
  }

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

  .mob_phone {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: #fff;
    padding: 10px 15px;
    display: flex;
    flex-direction: column;
    gap: 5px 0;
    z-index: 15;
    align-items: center;
    text-align: center;
  }

  #CalltouchWidgetFrame {
    right: 0 !important;
  }

  .btn {
    width: 100%;
  }

  header .header {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    background: white;
    z-index: 10;
    padding: 8px 0;
  }

  header .header .container {
    flex-wrap: wrap;
  }

  header .header .logos {
    /* display: block; */
    /* width: 50%; */
  }

  header .header .logo1 {
    width: 31%;
  }

  header .header .logo2 {
    width: 35%;
  }

  header .header .header_contacts {
    width: 100%;
    order: 1;
    margin-top: 10px;
    display: none;
  }

  header .phone_mob {
    display: block;
  }

  header .header .top_addr {
    display: none;
  }

  header .header .top_phone {}

  header .header .m_btn {
    display: block;
    position: relative;
    width: 30px;
    height: 22px;
    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% - 1px);
    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(-45deg);
    top: -1px;
  }

  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 {
    position: fixed;
    width: 100%;
    top: 45px;
    left: 100%;
    background: white;
    z-index: 10;
    height: calc(100% - 76px);
    transition: all 0.2s linear;
    overflow: scroll;
  }

  header .menu.active {
    left: 0;
  }

  header .menu .cars_menu {
    display: block;
    text-align: center;
  }

  header .menu .main_menu {
    display: block;
    text-align: center;
  }

  header .menu .cars_menu a {
    display: block;

    margin: 20px 0;
  }

  header .menu .main_menu a {
    display: block;

    margin: 20px 0;
  }

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

  .banner_slider .slick-arrow {
    transform: scale(0.7);
  }

  .banner_slider .slick-next {
    left: unset;
    right: 0;
  }

  .banner_slider .slick-prev {
    right: unset;
    left: 0;
  }

  .banner_slider .slick-dots {
    width: 100%;
    left: 0;
    bottom: 10px;
  }

  .banner_slider .slick-dots li {
    width: 30px;
  }

  .banner_slider .slick-dots li button {}

  .banner_slider .slick-dots li.slick-active {}

  /**************************************************************************************************************/
  .banner {
    display: flex;
    flex-direction: column;
  }

  .banner .container {
    width: 100%;
  }

  .banner .content {
    position: static;
  }

  .banner_slider .title_container {
    padding-top: 4vw;
    color: #000;
    text-align: center;
    top: 0;
  }

  .banner_slider .title_container:before {
    display: none;
  }

  .banner_slider .title1 {
    padding: 7px 23px;
    font-size: 16px;
    padding-bottom: 5px;
    height: auto;
    width: fit-content;
    top: 0;
  }

  .banner_slider .content {
    top: 14vw;
  }

  .banner_slider .title2 {
    font-size: 4vw;
    line-height: 134%;
  }

  .banner_slider .title2 .br_mob {
    display: block;
  }

  .banner_slider .title2 b {
    font-size: 3vw;
  }

  .banner_slider .title2 p:before {
    top: 1vw;
  }

  .banner_slider .title2 .br_mob {
    display: block;
  }

  .banner_slider .title3 {
    padding-top: 0;
    font-size: 4vw;
    line-height: 120%;
  }

  .banner_slider .title3 b {
    display: block;
  }

  .banner_slider .title1.black_fr {
    font-size: 20px;
  }

  .banner_slider .title3.black_fr {
    font-size: 22px;
  }

  .banner_slider .title2 .green_bg {
    padding: 3vw 3vw;
    font-size: 3.5vw;
    line-height: normal;
    text-align: center;
    margin: 2vw 0;
  }

  .banner_slider .btn {
    /* display: none; */
    position: static;
    transform: unset;
    width: calc(100% - 30px);
    margin-left: 15px;
  }

  .banner_slider .slick-arrow {
    top: calc(75% - 22px);
  }

  /**************************************************************************************************************/
  body {
    /* background: url(../img/bg1_mob.jpg) 50% 25px no-repeat; */
    background-size: 420px auto;
    /*background: none;*/
  }

  /* .bn_slider {
          margin-top: 36px;
      }

      .bn_slider .bn_slide {
          height: auto;
          min-height: 300px;
      }

      .bn_slider .bn_slide.slide1 {
          background: url(../img/bn_slider/slide1_mob.jpg) 50% 0 no-repeat;
      }

      .bn_slider .bn_slide.slide2 {
          background-size: 680px auto;
          background-position: 83% 0;
          min-height: 220px;
      }

      .bn_slider .slick-arrow {
          transform: scale(.5);
      }

      .bn_slider .slick-next {
      }

      .bn_slider .slick-next:before {
      }

      .bn_slider .slick-prev {
      }

      .bn_slider .slick-prev:before {
      }

      .bn_slider .slick-dots {
      }

      .bn_slider .slick-dots li {
      }

      .bn_slider .slick-dots li.active {
      }

      .bn_slider .slick-dots li button {
      }

      .title_container {
          padding-top: 15px;
          padding-bottom: 15px;
          text-align: center;
          flex-direction: column;
      }

      .title_container .title_wrap {
          background: none;
          margin: 0;
          padding: 0;
          width: 100%;
      }

      .title_container .title1 {
          font-size: 22px;
          margin-bottom: 0px;
          background-size: 100%;
          line-height: 180%;
      }

      .title_container .title1 span {
          background-size: 100%;
          padding: 0 10px;
      }

      .title_container .title1 b {
          background-size: 100%;
          padding: 0 10px;
      }

      .title_container .title1 .mob {
      }

      .title_container .title1 font {
          display: block;
      }

      .title_container .title_comment {
          font-size: 20px;
          padding: 10px 0 0 0;
      }

      .title_container .title_comment a {
          position: static;
          width: 100%;
          margin-top: 10px;
          min-height: 50px;
          border: 1px solid #000000;
          height: 36px;
          min-height: unset;
          padding-top: 8px;
      }

      .title_kasko {
          width: 100%;
          padding: 30px 0 30px 100px;
          background-position: 5% 50%;
          text-align: left;
      }

      .title_kasko br {
          display: none;
      }

      .title_container .btn {
          margin-top: 15px;
          display: none;
      }


      .bn_timer {
          margin-top: 85px;
          display: flex;
          flex-wrap: wrap;
          align-items: center;
      }

      .bn_timer .timer_title {
          width: 20%;
          text-align: left;
          padding: 0;
          font-size: 13px;
      }

      .bn_timer .timer {
          width: 80%;
      }

      .bn_timer div[id^="timer"] {
          transform: scale(.7) !important;
          position: relative;
          margin-left: -500px !important;
          left: 475px;
      }

      .bn_timer .timer_btn {
          display: none;
      }

      .bn_timer .timer_btn b {
      }

      .bn_timer .timer_btn_mob {
          display: flex;
      } */
  /**************************************************************************************************************/
  .top_advs {
    display: none;
  }

  .top_advs {
    margin-top: 0;
  }

  .top_advs .content {
    flex-wrap: wrap;
    padding-left: 0;
  }

  .top_advs .item {
    max-width: 100%;
    width: 50%;
    margin-top: 30px;
    padding-left: 20px;
    font-size: 9px;
  }

  .top_advs .item:before {
    transform: scale(0.8);
    left: 20px;
  }

  .top_advs .item:after {
    width: 80px;
    height: 80px;
  }

  .top_advs .item b {
    font-size: 14px;
  }

  .car_tab {
    flex-direction: column;
    row-gap: 12px;
  }

  .car_tab_block {
    left: 0;
    transform: none;
    flex-wrap: wrap;
    padding: 20px;
    row-gap: 12px;
  }

  .car_tab_block span {
    padding-right: 0;
    margin-right: 0;
    width: 100%;
    font-size: 12px;
  }

  .car_tab_block span:before {
    display: none;
  }

  .car_tab_close {
    top: 12px;
    right: 10px;
  }

  .cars_items .car_props {
    margin-top: 12px;
    row-gap: 12px;
  }

  .cars_items .car_props a {
    font-size: 12px;
  }

  .cars_items .car_props a i {
    font-size: 16px;
  }

  /**************************************************************************************************************/
  .test_drive_int_power {
    background: url(../img/test_drive_int_power_bg_mob.jpg) 50% 0 no-repeat #000;
    padding-bottom: 20px;
    margin-top: 35px;
  }

  .test_drive_int_power .container {}

  .test_drive_int_power .content {
    /* background-size: 720px auto; */
    /* background-position: 100% 0; */
    padding: 0;
    background: none;
    padding-top: 260px;
  }

  .test_drive_int_power .title {
    padding: 0;
    padding-top: 0px;
    font-size: 20px;
  }

  .test_drive_int_power .title font {
    display: block;
    padding-left: 78px;
    padding-bottom: 15px;
  }

  .test_drive_int_power .title:before {
    /* position: static; */
    top: -16px;
    transform: scale(0.8);
    left: -28px;
  }

  .test_drive_int_power .title b {}

  .test_drive_int_power .desc {
    padding: 0;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .test_drive_int_power .desc b {}

  .test_drive_int_power a {
    background-position: 0 100%;
    padding-top: 0;
    padding: 0;
    padding-left: 0;
    padding-bottom: 3px;
    border-radius: 0;
    font-size: 17px;
  }

  .test_drive_int_power a b {
    display: block;
    padding-left: 40px;
    padding-top: 5px;
  }

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

  .brandday {
    margin-top: 7vw;
  }

  .brandday__container {}

  .brandday__content {
    color: #000;
    padding: 0;
    background-size: 120%;
    background-position: 98% 100%;
    padding-bottom: 40vw;
  }

  .brandday__title1 {
    font-size: 3.8vw;
  }

  .brandday__title2 {
    font-size: 3.2vw;
    margin-top: 2vw;
    font-weight: 300;
  }

  .brandday__title2 a {}

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

  .warranty-banner {
    margin-top: 40px;
  }

  .warranty-banner__container {}

  .warranty-banner__content {
    overflow: hidden;
  }

  .warranty-banner__img {
    position: relative;
    width: 148%;
  }

  .warranty-banner__img img {}

  /**************************************************************************************************************/
  .cars_items {
    margin-top: 40px;
  }

  .cars_items .title {
    margin-bottom: 40px;
  }

  .cars_items .car_item {
    flex-flow: wrap;
    position: relative;
    padding-top: 50px;
  }

  .cars_items .car_item .info_block {
    width: 100%;
    order: 3;
    margin-top: 30px;
    position: unset;
  }

  .cars_items .car_item#h3 .img_block {
    padding: 0;
  }

  .cars_items .car_item .img_block {
    order: 1;
    width: 100%;
  }

  .cars_items .car_item .img_block .car_gos_prog {
    position: static;
    padding-bottom: 10px;
  }

  .cars_items .car_item .car_gallery {
    top: 0;
    order: 2;
  }

  .cars_items .car_item#h5 .car_gallery,
  .cars_items .car_item#h9 .car_gallery {
    top: 0;
  }

  .cars_items .car_item .info_block .car_name {
    position: absolute !important;
    top: 15px;
    left: 0;
    font-size: 26px;
    width: 100%;
    padding-left: 30px;
  }

  .cars_items #h5 .car_props,
  .cars_items #h9 .car_props {
    margin-bottom: 0;
  }

  .cars_items .car_item {
    padding: 60px 15px 15px 15px !important;
  }

  .cars_items .car_item .info_block .name {
    position: absolute;
    top: 0;
    left: 0;
  }

  .cars_items .car_item .car_gallery {
    width: 100%;
    margin-top: 30px;
  }

  .cars_items .car_item .car_gallery .slick-prev {
    top: 50% !important;
    left: -15px !important;
    transform: rotate(-90deg);
    transform-origin: 0 50%;
  }

  .cars_items .car_item .car_gallery .slick-next {
    top: 50% !important;
    left: unset !important;
    right: -5px !important;
    bottom: unset !important;
    transform: rotate(-90deg);
    transform-origin: 50% 0;
  }

  .cars_items .car_item .img_block .pl_upd {
    top: -45px;
    width: 40%;
  }

  .car_gos_lizing {
    background: none;
    position: relative;
    top: 0 !important;
    width: 100%;
    height: auto;
    padding: 0;
    left: 0;
    margin-bottom: 15px;
  }

  .car_gos_lizing>b,
  .car_gos_lizing>span {
    display: none;
  }

  .car_gos_lizing>img {
    display: block;
  }

  .car_count {
    transform: scale(0.7);
    transform-origin: top right;
    right: 0px !important;
    top: -43px;
  }

  /**************************************************************************************************************/
  #instock {
    padding: 25px 0;
    margin-top: 80px;
  }

  .instock_title {
    font-size: 24px;
  }

  #instock .complects {
    flex-wrap: wrap;
    margin-top: 25px;
  }

  #instock .filter {
    width: 100%;
  }

  #instock .complects_items {
    width: 100%;
    margin: 0;
  }

  #instock .filter_items .item .content {
    padding: 0;
  }

  #instock .complects_items .compl_item {
    width: 100%;
    margin: 0;
    margin-top: 25px;
  }

  #instock .filter .title {
    display: none;
  }

  /****************************************************************************************************/
  .tradein {
    background: none;
    padding: 0;
  }

  .tradein>img {
    display: block;
    width: 100%;
  }

  .tradein_title {
    text-align: center;
    color: #000000;
    padding-top: 20px;
  }

  .tradein_comment {
    text-align: center;
    color: #000000;
  }

  #tradein_form {
    width: 100%;
  }

  #tradein_form input[type="tel"],
  #tradein_form input[type="text"],
  #tradein_form select {
    border: 1px solid #b7b7b7;
  }

  #tradein_form .agree_field,
  #tradein_form .agree_field a {
    color: #000000;
  }

  /****************************************************************************************************/
  .credit {
    margin-top: 40px;
    background: none;
    padding: 0;
  }

  .credit>img {
    display: block;
    width: 100%;
  }

  .cred_wrap {
    padding: 20px 0;
    width: 100%;
  }

  .cred_title {
    color: #000000;
    text-align: center;
    font-size: 26px;
  }

  #cred_form input[type="tel"] {
    border: 1px solid #b7b7b7;
  }

  #cred_form .agree_field,
  #cred_form .agree_field a {
    color: #000000;
  }

  /****************************************************************************************************/
  .offers_block {
    margin-top: 40px;
  }

  .offers_block .container {
    padding: 0 15px;
  }

  .offers_block .offers_item {
    width: 100%;
    margin-bottom: 30px;
  }

  /****************************************************************************************************/
  .best_offer {
    margin-top: 40px;
    padding: 20px 0;
  }

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

  .best_offer_text {
    text-align: center;
  }

  #offer_form {
    width: 100%;
    margin-left: 0;
    margin-top: 20px;
  }

  #offer_form .form-group {
    width: 100%;
    margin-bottom: 10px;
  }

  .offers_block .offers_icon {
    top: 10px;
    left: 10px;
  }

  /****************************************************************************************************/
  .contacts_wrapper {
    margin-top: 80px;
  }

  .contacts_wrapper .container {
    flex-wrap: wrap;
  }

  .contacts_wrapper #contacts {
    width: 100%;
  }

  .contacts_wrapper #contacts .title {
    font-size: 24px;
  }

  .contacts_wrapper #contacts .bottom_addr {}

  .contacts_wrapper #contacts .bottom_phone {}

  .contacts_wrapper #contacts .open_hours {}

  .contacts_wrapper #map1 {
    margin-left: 0;
    width: 100%;
    max-width: none;
    height: 350px;
    margin-top: 15px;
  }

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

  .contacts_wrapper #contacts .route_btn {
    margin-top: 30px;
  }

  .ng_grafik {
    position: static;
    padding-top: 20px;
  }
}

/*MOBILE END*/

/* Portrait phones and smaller */
@media (max-width: 460px) {
  .offers2_wraper {
    padding: 3vw 3vw 0;
    height: 86vw;
    background-size: 100%;
    position: relative;
  }

  .offers2_title {
    font-size: 3vw;
    position: absolute;
    top: -38px;
    color: #000000;
  }

  .offers2_props a {
    font-size: 12px;
  }

  .cars_items .car_item .info_block .car_profit2 {
    width: 100%;
    font-size: 9px;
    line-height: 120%;
  }
}

@media (max-width: 390px) {
  .banner_slider .title1 {
    font-size: 3vw;
  }

  .title_container .title1 {
    /* margin-bottom: 230px; */
  }

  .title_container {
    /* padding-top: 110px; */
  }

  .bn_timer div[id^="timer"] {
    left: 460px;
  }
}

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

  .bn_timer .timer_title {}

  .bn_timer .timer {}

  .bn_timer div[id^="timer"] {}

  .bn_timer .timer_btn {}

  .bn_timer .timer_btn b {}
}

@media (max-width: 360px) {
  .title_container .title1 {
    /* font-size: 22px; */
    /* margin-bottom: 70px; */
    padding: 9px 10px;
  }

  .bn_timer div[id^="timer"] {
    left: 450px;
  }

  .title_kasko {
    font-size: 22px;
    padding-left: 85px;
  }

  .top_advs .content {
    padding-left: 0;
  }

  .cars_items .car_item .info_block .car_name {
    font-size: 18px;
  }

  .cars_items .car_item .info_block .car_name:before {
    top: -2px;
  }

  .cars_items .car_item .info_block .car_props a {
    font-size: 12px;
  }

  .cars_items .car_item .img_block .dot_color {
    margin: 0 8px;
  }

  .tradein_title {
    font-size: 24px;
  }

  .cred_title {
    font-size: 24px;
  }

  .best_offer_comment {
    font-size: 15px;
  }

  .bn_timer {}

  .bn_timer .timer_title {}

  .bn_timer .timer {}

  .bn_timer div[id^="timer"] {}

  .bn_timer .timer_btn {}

  .bn_timer .timer_btn b {}

  .banner_slider .title2 b {
    margin-bottom: 6px;
  }

  .banner_slider .slide_item {
    /* height: 88vw; */
  }

  .car_tehs li {
    font-size: 12px;
    padding-left: 16px;
  }

  .car_tehs li:before {
    width: 5px;
    height: 16px;
  }
}

@media (max-width: 320px) {
  .title_container {
    /* padding-top: 115px; */
  }

  .title_container .title1 {
    /* margin-bottom: 160px; */
  }

  .bn_timer .timer_title {
    width: 23%;
  }

  .bn_timer .timer {
    width: 77%;
  }

  .bn_timer div[id^="timer"] {
    transform: scale(0.55) !important;
    left: 430px;
  }
}