html {
  overflow-x: hidden;
}

body {
  font-family: "Roboto";
  font-size: 16px;
  color: #25282a;
  position: relative;
  font-weight: 400;
  margin: 0 auto;
  padding: 0;
  overflow-x: hidden;
  max-width: 1920px;
  background: #f2f2f2;
}

.fancybox-slide--html .fancybox-close-small {
  /* color: white !important; */
}

.fancybox-button svg {
  transform: scale(2);
}

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

.fancybox-content {
  overflow: hidden;
}

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

.resp_table {
  width: 100%;
}

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

sup {
  display: inline-block;
  vertical-align: top;
  top: -3px;
  position: relative;
  font-size: 80%;
}

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

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

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

a:hover {
  text-decoration: none;
}

.fancybox-type-image .fancybox-close {
  right: 9px;
}

.fancybox-close {
  background: url(../img/bg_close.png) 50% 50% no-repeat !important;
  color: black;
  width: 22px !important;
  height: 22px !important;
  top: -25px !important;
  right: -25px !important;
}

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

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

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

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

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

.has-danger input,
.has-danger select,
.has-danger textarea {
  border-width: 2px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #eba5a3;
}

#form_popup,
#form_popup2 {
  display: none;
}

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

.popup_container .agree_field {
  color: black;
  font-size: 12px;
}

.popup_container .agree_field a {
  color: black;
}

.popup_container h2 {
  font-size: 20px;
  font-weight: 700;
  /* text-transform: uppercase; */
  padding: 0px;
  margin: 0px;
  padding-bottom: 29px;
  text-align: center;
  padding-top: 25px;
  color: black;
}

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

.popup_container .form_comment a {
  display: block;
  color: #414141;
  text-decoration: none;
}

.popup_container .close {
  position: absolute;
  right: 10px;
  top: 10px;
  width: 34px;
  height: 34px;
  -moz-transform: rotate(45deg); /* Aey Firefox */
  -ms-transform: rotate(45deg); /* Aey IE */
  -webkit-transform: rotate(45deg); /* Aey Safari, Chrome, iOS */
  -o-transform: rotate(45deg); /* Aey Opera */
  transform: rotate(45deg);
  cursor: pointer;
}

.popup_container .close:before {
  content: "";
  position: absolute;
  left: 0px;
  top: 16px;
  width: 34px;
  height: 1px;
  display: block;
  background-color: #a8a8a8;
}

.popup_container .close:after {
  content: "";
  position: absolute;
  left: 16px;
  top: 0px;
  width: 1px;
  height: 34px;
  display: block;
  background-color: #a8a8a8;
}

.popup_container .form-group {
  margin-bottom: 19px;
}

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

.popup_container .form-group textarea {
  color: black;
  display: block;
  height: 100px;
  text-decoration: none;
  text-align: left;
  /* text-transform: uppercase; */
  margin-bottom: 10px;
  width: 100%;
  box-sizing: border-box;
  outline: none;
  background: none;
  border: 1px solid #c0c6c9;
  padding: 10px;
  resize: none;
  font-family: "Roboto";
  font-size: 16px;
}

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

.popup_container .form-group select option {
}

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

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

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

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

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

.agree_field input {
  position: absolute;
  top: -1px;
  left: 0px;
  margin: -0px;
}

.agree_field span {
  padding-left: 25px;
  display: inline-block;
}

.popup_container .form-disclamer {
  color: #b8b8b8;
  font-size: 10px;
  padding-top: 10px;
  text-align: center;
}

form {
}

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

form .form-group input[type="tel"],
form .form-group input[type="text"],
form .form-group select {
  height: 54px;
  width: 100%;
  color: #000000;
  font-size: 16px;
  box-sizing: border-box;
  font-weight: 400;
  font-family: "Roboto";
  padding: 0px 15px;
  outline: none;
  border: none;
  border-radius: 3px;
  background: #e7e7e7;
}

form .form-group select {
  appearance: none;
  -moz-appearance: none; /* Firefox */
  -webkit-appearance: none; /* Safari and Chrome */
  background: url(../img/ico_select.png) 95% 50% no-repeat #e7e7e7;
  font-family: "Roboto";
  outline: none;
}

form .form-group button {
  width: 100%;
  cursor: pointer;
  font-family: "Roboto";
  outline: none;
}

form .form-group button:hover {
}

.form_title {
  color: black;
  font-size: 36px; /* text-transform: uppercase; */
  padding: 0px;
  margin: 0px;
  text-align: center;
  padding-bottom: 47px;
}

.form_title span {
  display: block;
  color: #ff0000;
  white-space: nowrap;
}

.btn {
  box-sizing: border-box;
  background: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 100%;
  height: 50px;
  font-size: 16px;
  font-weight: 400;
  color: #000000;
  text-decoration: none;
  outline: none;
  border: none;
  border-radius: 3px;
  transition: all 0.3s;
  text-align: center;
}

.btn.dark {
  background: #25282a;
  color: #ffffff;
}

.btn:hover {
  background: #39aeb2;
}

.anim {
  opacity: 0;
}

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

header .m_btn {
  display: none;
}

header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  padding: 10px 0;
  z-index: 10;
  transition: all 0.3s;
  background: rgba(37, 40, 42, 0.8);
  backdrop-filter: blur(5px);
}

header.scroll {
  background: rgba(37, 40, 42, 0.8);
  backdrop-filter: blur(5px);
}

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

header .logo_wrap {
  display: flex;
  align-items: center;
  margin-top: 10px;
}

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

header .logo_wrap .logo1:after {
  content: "";
  display: block;
  width: 1px;
  height: 28px;
  background: #ffffff;
  position: absolute;
  bottom: 5px;
  right: 0;
}

header .head_wrap {
  width: 66.4%;
}

header .head_wrap .head_contacts {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 10px;
  border-bottom: 1px solid #ffffff;
}

header .head_wrap .top_addr {
  color: #ffffff;
  font-size: 20px;
}

header .head_wrap a.top_phone {
  color: #ffffff;
  font-size: 20px;
  text-decoration: none;
}

header .head_wrap .btn {
  width: 240px;
}

header .head_wrap .menu {
  padding-top: 10px;
  display: flex;
  justify-content: space-between;
}

header .head_wrap .menu a {
  color: #ffffff;
  text-decoration: none;
  font-size: 20px;
  transition: all 0.3s;
}

header .head_wrap .menu a:hover {
  color: #39aeb2;
  text-decoration: underline;
}

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

.banner {
  overflow: hidden;
}

.banner picture img {
  max-width: none;
  height: 850px;
  transform: translateX(-50%);
  left: 50%;
  display: block;
  position: relative;
}

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  color: #000;
  transition: all 0.2s linear;
}

.swiper-button-next:hover:after,
.swiper-rtl .swiper-button-prev:after {
  color: #3cadb4;
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  color: #000;
  transition: all 0.2s linear;
}

.swiper-button-prev:hover:after,
.swiper-rtl .swiper-button-next:after {
  color: #3cadb4;
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
  left: 25px !important;
  top: 68% !important;
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: 25px !important;
  top: 68% !important;
}

.title_container {
  position: absolute;
  top: 185px;
  color: #ffffff;
  text-align: center;
  width: 100%;
  z-index: 1;
}

.banner1 .parallelogram,
.banner2 .parallelogram {
  transform: skewX(-12deg);
  background: rgba(255, 255, 255, 0.9);
  width: 843px;
  position: relative;
  top: 0px;
  left: 19%;
}

.banner1 .anti_parall,
.banner2 .anti_parall {
  transform: skewX(12deg);
}

.banner1 .parallelogram .title1,
.banner2 .parallelogram .title1 {
  font-size: 40px;
  font-weight: 700;
  text-transform: uppercase;
  padding: 10px 10px 4px;
  color: #000;
  text-align: center;
}

.banner2 .parallelogram .title1 {
  padding: 4px 10px 19px;
}

.banner1 .parallelogram .title2,
.banner2 .parallelogram .title2 {
  font-size: 36px;
  font-weight: 400;
  color: #000;
  padding: 10px 0;
  text-align: center;
}

.banner2 .parallelogram .title2 {
  font-size: 40px;
  font-weight: 600;
  padding: 30px 0 0;
  text-transform: uppercase;
}

.banner1 .parallelogram .title4 {
  color: #ff0000;
}

.banner1 .parallelogram .title2 br.mob_br,
.banner2 .parallelogram .title2 br.mob_br {
  display: none;
}

.banner1 .parallelogram span,
.banner2 .parallelogram span {
  color: #39aeb2;
  font-weight: 700;
}

/* .banner2 .parallelogram span {
    -webkit-text-stroke: 1px #000000;
    text-stroke: 1px #000000;
} */

.banner1 .parallelogram2,
.banner2 .parallelogram2 {
  background: rgba(57, 174, 178, 0.95);
  width: 400px;
  position: relative;
  top: -31px;
  transform: skewX(-12deg);
  right: 72px;
  padding-left: 0;
  display: inline-block;
  text-decoration: none;
}

.banner1 .parallelogram2 {
}

.banner1 .parallelogram2 .title3,
.banner2 .parallelogram2 .title3 {
  font-size: 30px;
  font-weight: 400;
  position: relative;
  color: #fff;
  padding: 10px 10px;
  padding-left: 70px;
  padding-right: 35px;
  text-align: center;
}

.banner1 .parallelogram2 .title3::before,
.banner2 .parallelogram2 .title3::before {
  content: "";
  width: 32px;
  height: 24px;
  position: absolute;
  top: 17px;
  left: 22px;
  background: url("../img/arrows.svg") 0 50% no-repeat;
}

/* .title1 {
  font-size: 36px;
  text-transform: uppercase;
  margin-bottom: 10px;
  max-width: 90%;
}

.title2 {
  font-size: 36px;
  text-transform: uppercase;
  line-height: 140%;
  max-width: 90%;
} */

/* .title2 span {
  font-size: 40px;
} */
.banner1 .title_container,
.banner2 .title_container {
  display: block;
  flex-direction: column;
  /* align-items: center; */
  text-align: end;
  top: 148px;
}

.banner2 .title_container {
  top: 186px;
}

.banner1 .title_container::after,
.banner2 .title_container::after {
  content: "";
  left: -15px;
  top: -27px;
  /* margin: -50%; */
  width: calc(100% + 30px);
  height: 150%;
  position: absolute;
  /*background-image: radial-gradient(#7294c871, #8da9d400);*/
  z-index: -1;
}

/* .banner2 .title2 {
  font-size: 56px;
}
.banner2 .title1 {
  font-size: 33px;
} */

.timer_block {
  background: rgba(255, 255, 255, 0.9);
  padding: 38px 0;
}

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

.timer_block .timer_title {
  font-size: 20px;
}

.timer_block .timer_title span {
  display: block;
  font-size: 50px;
  margin-bottom: 5px;
}

.timer_block .btn {
  width: 338px;
}

/**********************
         CARS
**********************/

.cars_items {
  margin-top: 60px;
}

.cars_items_title {
  font-size: 48px;
  font-weight: 700;
  text-transform: uppercase;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(50, 54, 57, 0.2);
  margin-bottom: 30px;
}

.cars_menu {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 245px;
  margin-bottom: 120px;
}

.cars_menu a {
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 10px;
  text-decoration: none;
  width: 18%;
  transition: all 0.5s;
}

.cars_menu a span {
  font-size: 20px;
  color: #25282a;
  text-transform: uppercase;
  font-weight: 700;
  transition: all 0.5s;
}

.cars_menu a span.menu_img {
  opacity: 0.5;
  min-height: 82px;
  display: flex;
  align-items: start;
}

.cars_menu a span.menu_img img {
  height: auto;
  width: 100%;
  max-width: 190px;
}

.cars_menu a:hover {
  /*width: 35%;*/
}

.cars_menu a:hover span {
  /*font-size: 40px;*/
}

.cars_menu a:hover span.menu_img {
  opacity: 1;
}

.car_item {
  margin-bottom: 50px;
  position: relative;
}

.car_title {
  font-size: 40px;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 30px;
}

.car_title2 {
  display: flex;
  justify-content: flex-end;
  position: absolute;
  right: 0;
  width: 280px;
  top: 0;
}

.car_title2.cuv {
  top: -14px;
}

.car_wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
  border-radius: 3px;
  border: 1px solid #e7e7e7;
  overflow: hidden;
  position: relative;
}

.car_text {
  width: 33%;
}

.car_props {
}

.car_props > a {
  display: flex;
  align-items: center;
  min-height: 40px;
  padding-left: 62px;
  color: #25282a;
  text-decoration: none;
  margin-bottom: 20px;
  font-size: 20px;
}

.car_props > a.ico1 {
  background: url("../img/car_ico1.png") 0 50% no-repeat;
}

.car_props > a.ico2 {
  background: url("../img/car_ico2.png") 0 50% no-repeat;
}

.car_props > a.ico3 {
  background: url("../img/car_ico3.png") 0 50% no-repeat;
}

.car_props > a.ico4 {
  background: url("../img/car_ico4.png") 0 50% no-repeat;
}

.car_props > a.ico5 {
  background: url("../img/car_ico5.png") 0 50% no-repeat;
}

.car_props > a.ico6 {
  background: url("../img/car_ico6.png") 0 50% no-repeat;
}

.car_props a:last-child {
  margin-bottom: 0;
}

.car_techs > span {
  font-size: 20px;
  display: block;
  margin-bottom: 10px;
}

.car_title__advant::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 49px;
  height: 49px;
  border-radius: 100%;
  background-image: url(../img/chipperIco.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

#t2 .car_title__advant {
  position: absolute;
  top: 100px;
  left: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 7px 30px 7px 60px;
  border-radius: 80px;
  font-size: 28px;
  font-weight: 700;
  line-height: normal;
  color: #25282a;
  background-color: #ff8c00;
  max-width: 411px;
  text-transform: none;
  height: 35px;
}

/*#t2 .car_props {
    position: absolute;
    top: 34%;
}*/

.car_techs_tabs {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
}

.car_techs_tabs > div {
  box-sizing: border-box;
  width: 48%;
  height: 29px;
  display: flex;
  align-items: center;
  font-size: 18px;
  font-weight: 700;
  justify-content: center;
  border-radius: 3px;
  border: 1px solid #b6b4b4;
  color: #b6b4b4;
  cursor: pointer;
}

.car_techs_tabs > div.active {
  background: #ffffff;
  color: #25282a;
  border: none;
}

.car_techs_info {
  width: 100%;
  background: #ffffff;
  display: none;
  flex-flow: wrap;
}

.car_techs_info.active {
  display: flex;
}

.car_techs_info > div {
  width: 50%;
  text-align: center;
  padding: 20px 0;
  font-size: 14px;
  color: #b6b4b4;
  position: relative;
}

.car_techs_info > div:first-child:before {
  content: "";
  height: 90%;
  position: absolute;
  top: 10%;
  right: 0;
  width: 1px;
  background: #e7e7e7;
}

.car_techs_info > div:first-child:after,
.car_techs_info > div:nth-child(2):after {
  content: "";
  width: 90%;
  position: absolute;
  bottom: 0;
  left: 5%;
  height: 1px;
  background: #e7e7e7;
}

.car_techs_info > div:nth-child(3):before {
  content: "";
  height: 90%;
  position: absolute;
  bottom: 10%;
  right: 0;
  width: 1px;
  background: #e7e7e7;
}

.car_techs_info > div b {
  display: block;
  margin-top: 10px;
  font-size: 16px;
  color: #25282a;
}

.car_techs2 {
  position: absolute;
  bottom: 30px;
  width: 36%;
  max-width: 360px;
  z-index: 5;
}

.car_techs2 ul {
  list-style-type: none;
  display: flex;
  justify-content: space-between;
  padding-left: 0;
  margin: 0;
  margin-top: 40px;
}

.car_techs2 ul li:nth-child(1) {
  padding-right: 10px;
}

.car_techs2 ul li {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  font-weight: 400;
  background: #f2f2f2;
  position: relative;
  z-index: 3;
}

.car_techs2 ul li span {
  color: rgba(182, 182, 182, 1);
  font-size: 16px;
  font-weight: 400;
}

.car_techs2 ul li:nth-child(2) {
  position: relative;
  width: 96px;
  text-align: left;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 2;
}

.car_img_wrap {
  position: relative;
  width: 63%;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

.car_bg_name {
  position: absolute;
}

#x70_new .car_bg_name {
  left: 21%;
  top: 42px;
}

#t2 .car_bg_name {
  left: 26%;
  top: 28px;
}

#x50 .car_bg_name {
  left: 26%;
  top: 28px;
}

.car_img {
  position: relative;
  z-index: 1;
  margin-top: 60px;
}

#x70_new .car_img {
  margin-top: 0;
  height: 378px;
}

#x70 .car_img {
  margin-top: 30px;
}

#x90 .car_img {
  margin-top: 30px;
}

#t2 .car_img {
  max-height: 420px;
  margin-top: 4px;
}

.car_img img {
  position: relative;
  right: -60px;
}

#x70 .car_img img {
  right: -20px;
}

#t2 .car_img img {
  right: 0;
}

#x90 .car_img img {
  right: -30px;
}

.car_colors {
  margin-left: 130px;
  display: flex;
  column-gap: 20px;
  margin-top: 15px;
}

#x70_new .car_colors {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-40%);
  margin: 0 auto;
  width: fit-content;
  justify-content: center;
}

#t2 .car_colors {
  position: relative;
  top: -80px;
}

#x70 .car_colors {
  margin-left: 60px;
  margin-top: 30px;
}

#x90 .car_colors {
  margin-left: 100px;
  margin-top: 30px;
}

.car_colors > span {
  font-size: 24px;
  white-space: nowrap;
}

.car_colors > div {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  cursor: pointer;
  position: relative;
}

.car_colors > div.active:before {
  content: "";
  box-sizing: border-box;
  width: 40px;
  height: 40px;
  position: absolute;
  top: -5px;
  left: -5px;
  border: 5px solid #e7e7e7;
  border-radius: 50%;
}

.car_sizes {
  position: absolute;
  bottom: 10px;
  left: 0;
  display: flex;
  flex-direction: column;
  row-gap: 20px;
}

.car_sizes > div {
  display: flex;
  flex-direction: column;
  padding: 4px 0 4px 120px;
  color: #b6b6b6;
  font-size: 12px;
  position: relative;
}

.car_sizes > div span {
  color: #25282a;
  font-size: 16px;
}

.car_sizes > div:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50px;
  width: 60px;
  height: 1px;
  background: #e7e7e7;
}

.car_sizes > div.ico1 {
  background: url("../img/tech_ico1.png") 0 50% no-repeat;
}

.car_sizes > div.ico2 {
  background: url("../img/tech_ico2.png") 0 50% no-repeat;
}

.car_sizes > div.ico3 {
  background: url("../img/tech_ico3.png") 0 50% no-repeat;
}

.car_btns {
  margin-top: 20px;
  display: flex;
  justify-content: space-between;
}

.car_btns .btn {
  width: 32.5%;
}

#t2 .car_btns .btn {
  width: 49%;
}

.car_gallery {
  margin-top: 40px;
}

.car_gallery .swiper-wrapper {
  align-items: center;
  justify-content: space-between;
  padding-bottom: 40px;
}

/*.car_gallery .swiper-slide {
    width: 16.5% !important;
}

.car_gallery .swiper-slide.swiper-slide-prev,
.car_gallery .swiper-slide.swiper-slide-next {
    width: 19.5% !important;
}

.car_gallery .swiper-slide.swiper-slide-active {
    width: 24.5% !important;
}*/

.car_gallery .swiper-pagination {
  bottom: 0 !important;
  align-items: center;
  display: flex;
  justify-content: center;
  column-gap: 7px;
}

.car_gallery .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background: #e7e7e7;
  opacity: 1;
  /*transition: all .3s;*/
  margin: 0 !important;
  position: relative;
}

.car_gallery .swiper-pagination .swiper-pagination-bullet-active {
  width: 20px;
  height: 20px;
}

.car_gallery .swiper-pagination .swiper-pagination-bullet-active:before {
  content: "";
  position: absolute;
  top: 3px;
  left: 3px;
  width: 14px;
  height: 14px;
  background: #b6b4b4;
  border-radius: 50%;
}

/**********************
       COMPLECTS
**********************/

#instock {
  position: relative;
  margin-bottom: 120px;
}

#instock .compl_title {
  font-size: 48px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(50, 54, 57, 0.2);
}

#instock .models {
  display: flex;
  justify-content: space-between;
  position: absolute;
  top: 6px;
  right: 15px;
  width: 44%;
  column-gap: 6px;
}
#instock .model_name {
  display: flex;
  justify-content: space-around;
  text-align: center;
  align-items: center;
  text-transform: uppercase;
  width: 20%;
  height: 44px;
  font-size: 20px;
  font-weight: 700;
  color: #b6b4b4;
  transition: all 0.3s;
  cursor: pointer;
  border: 1px solid #b6b4b4;
  border-radius: 3px;
}

#instock .model_name:hover,
#instock .model_name.active {
  color: #ffffff;
  background: #39aeb2;
  border-color: #39aeb2;
}

#instock .compls {
  display: none;
}

#instock .compl_name.show {
  display: flex;
}

#instock .compl_name.active {
  background: #000000;
  color: #ffffff;
  font-weight: 700;
}

#instock .compl_bg_name {
  margin-bottom: -70px;
  opacity: 0;
  transition: all 0.7s;
  position: absolute;
  top: 85px;
}

#instock .compl_bg_name.show {
  opacity: 1;
}

#instock .compl_items {
  display: flex;
  column-gap: 20px;
  position: relative;
  margin-top: 170px;
}

#instock .compl_items .item {
  display: none;
  flex-direction: column;
  width: 24%;
}

#instock .compl_items .compl_wrap {
  background: #ffffff;
  padding: 20px;
}

#instock .compl_items .item.show {
  display: flex;
}

#instock .compl_items .compl_image {
  text-align: center;
}

#instock .compl_items .compl_name {
  margin-top: 15px;
  font-weight: 700;
  font-size: 24px;
  margin-bottom: 10px;
}

#instock .compl_items .compl_techs {
  display: flex;
  flex-direction: column;
  row-gap: 10px;
}

#instock .compl_items .compl_techs > div {
  color: #b6b4b4;
  font-size: 16px;
  font-weight: 700;
  white-space: nowrap;
}

#instock .compl_items .compl_techs > div b {
  font-size: 14px;
  color: #25282a;
}

#instock .compl_items .compl_btns {
  width: 100%;
}

#instock .compl_items .compl_btns .btn {
  width: 100%;
  margin-top: 10px;
}

/**********************
        TRADEIN
**********************/

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

.tradein_wrap {
  width: 49.3%;
}

.tradein_title {
  font-size: 40px;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.tradein_comment {
  font-size: 18px;
  padding: 10px 0 10px 50px;
  background: url("../img/tradein_ico.png") 0 50% no-repeat;
}

#tradein_form {
  margin-top: 23px;
}

#tradein_form .form_wrap {
  display: flex;
  justify-content: space-between;
  flex-flow: wrap;
}

#tradein_form .form_wrap .form-group {
  width: 48.6%;
  margin-bottom: 15px;
}

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

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

.tradein_bg {
  width: 49.3%;
  height: 379px;
}

.tradein_bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/**********************
       CREDIT
**********************/

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

.credit_title {
  font-size: 40px;
  font-weight: 700;
  text-transform: uppercase;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(50, 54, 57, 0.2);
  margin-bottom: 40px;
}

.credit_props {
  position: absolute;
  top: 190px;
  left: 42%;
}

.credit_props > a {
  box-sizing: border-box;
  display: flex;
  align-items: flex-end;
  color: #000;
  text-decoration: none;
  width: 205px;
  height: 185px;
  padding: 20px 15px 20px 20px;
  backdrop-filter: blur(2px);
  background: rgba(255, 255, 255, 0.9);
  transition: all 0.3s;
  position: relative;
}

.credit_props > a:hover {
  background: rgba(255, 255, 255, 1);
}

.credit_props > a:before {
  content: "";
  display: block;
  position: absolute;
  top: 20px;
  left: 20px;
  width: 40px;
  height: 40px;
}

.credit_props > a.ico1:before {
  background: url("../img/cred_ico1.png") 0 50% no-repeat;
}

.credit_props > a.ico2:before {
  background: url("../img/cred_ico2.png") 0 50% no-repeat;
}

.credit_props > a.ico2 {
  margin-left: 205px;
}

.credit_bg {
  width: 100%;
  height: 560px;
}

.credit_bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

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

.contacts {
  padding-top: 40px;
  background: #25282a;
}

.cont_wrap {
  margin-top: -70px;
  display: flex;
  justify-content: space-between;
}

.cont_wrap > div {
  box-sizing: border-box;
  border-radius: 3px;
  background: #fff;
  width: 49.3%;
  height: 176px;
}

.cont_wrap > .cont_info_block {
  display: flex;
  flex-direction: column;
  row-gap: 20px;
  justify-content: center;
  padding-left: 75px;
}

.cont_wrap .bot_addr {
  font-size: 20px;
  position: relative;
}

.cont_wrap .bot_addr:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 110px;
  width: 80px;
  height: 1px;
  background: #25282a;
}

.cont_wrap .bot_addr b {
  font-size: 24px;
  display: inline-block;
  margin-right: 100px;
  width: 100px;
}

.cont_wrap .bot_phone {
  font-size: 20px;
  position: relative;
  color: #25282a;
  text-decoration: none;
}

.cont_wrap .bot_phone:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 110px;
  width: 80px;
  height: 1px;
  background: #25282a;
}

.cont_wrap .bot_phone b {
  font-size: 24px;
  display: inline-block;
  margin-right: 100px;
  width: 100px;
}

.cont_wrap > .cont_logo_block {
  display: flex;
  align-items: center;
  justify-content: center;
}

.cont_wrap .cont_logo_wrap {
  display: flex;
  align-items: center;
}

.cont_wrap .cont_logo_wrap .logo1 {
  margin-right: 25px;
  padding-right: 25px;
  position: relative;
}

.cont_wrap .cont_logo_wrap .logo1:after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 5px;
  width: 1px;
  height: 35px;
  background: #25282a;
}

#map1 {
  margin-top: 40px;
  width: 100%;
  height: 504px;
  background: url("../img/map.jpg") 50% no-repeat;
}

/**********************
      FOOTER
**********************/

footer {
  padding: 30px 0;
  background: #25282a;
}

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

.yurinfo {
  font-size: 20px;
  color: #c1c3c6;
}

.foot_comment {
  font-size: 16px;
  color: #c1c3c6;
}

/*footer .switch {
    color: #fff;
    font-size: 16px;
    text-decoration: none;
}*/

footer .disclamer {
  color: #c1c3c6;
  font-size: 14px;
  text-align: justify;
  display: none;
}

a.disclamer_switch.switch {
  text-decoration: none;
  color: #c1c3c6;
  font-size: 16px;
}

footer .agree_field {
  text-decoration: none;
  color: #c1c3c6;
  font-size: 16px;
  padding-left: 0;
}

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

@media (max-width: 1500px) {
  .container {
    width: 100%;
    box-sizing: border-box;
  }

  .banner1 .parallelogram,
  .banner2 .parallelogram {
    width: 960px;
    top: 0px;
    left: 147px;
  }

  .banner1 .parallelogram .title1,
  .banner2 .parallelogram .title1 {
    font-size: 35px;
    padding: 20px 10px;
  }

  .banner1 .parallelogram .title2,
  .banner2 .parallelogram .title2 {
    font-size: 33px;
    /* padding: 0px 10px; */
    /* margin-bottom: 43px; */
  }

  .banner1 .parallelogram2,
  .banner2 .parallelogram2 {
    /* width: 760px; */
    /* top: -33px; */
  }

  .banner1 .parallelogram2 .title3,
  .banner2 .parallelogram2 .title3 {
    font-size: 34px;
    padding: 10px 10px;
    padding-left: 70px;
  }

  .banner1 .parallelogram2 .title3::before,
  .banner2 .parallelogram2 .title3::before {
    /* top: 0px; */
    /* left: 115px; */
  }

  #instock .models {
    width: 54%;
  }
}

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

  header .head_wrap .btn {
    display: none;
  }

  /************************************************************************/
  .banner picture img {
    height: 610px;
  }

  .title_container {
    top: 130px;
  }

  .banner1 .parallelogram,
  .banner2 .parallelogram {
    width: 870px;
    top: -51px;
    left: 7vw;
  }

  .banner1 .parallelogram .title1,
  .banner2 .parallelogram .title1 {
    font-size: 32px;
    padding: 10px 10px;
  }

  .banner1 .parallelogram .title2,
  .banner2 .parallelogram .title2 {
    font-size: 30px;
    /* padding: 0px 10px; */
    /* margin-bottom: 42px; */
  }

  .banner1 .parallelogram2,
  .banner2 .parallelogram2 {
    /* width: 324px; */
    top: -80px;
  }

  .banner1 .parallelogram2 .title3,
  .banner2 .parallelogram2 .title3 {
    font-size: 29px;
    /* padding: 10px 10px; */
    /* padding-left: 0px; */
  }

  .banner1 .parallelogram2 .title3::before,
  .banner2 .parallelogram2 .title3::before {
    /* top: 0px; */
    /* left: 52px; */
  }

  /************************************************************************/
  .timer_block .container {
    flex-flow: wrap;
  }

  .timer_block .btn {
    margin: 30px auto 0;
    width: 50%;
  }

  /************************************************************************/
  .cars_menu a {
    width: 30%;
  }

  .cars_menu a span.menu_img {
    opacity: 1;
  }

  .cars_menu a span {
    font-size: 18px;
  }

  .cars_menu a:hover {
    /*width: 30%;*/
  }

  .car_sizes {
    position: relative;
    left: 0;
    bottom: 0;
    display: flex;
    justify-content: space-between;
    width: 100%;
    flex-direction: row;
    margin-top: 30px;
  }

  #x70_new .car_img {
    height: initial;
  }

  .car_img img {
    right: 0 !important;
  }

  .car_colors {
    margin-left: 0;
  }

  #x70_new .car_colors {
    left: 0;
    transform: none;
  }

  /************************************************************************/
  #instock .models {
    width: 58%;
  }

  #instock .compl_items .compl_techs > div {
    white-space: normal;
    font-size: 12px;
  }

  #instock .compl_items .compl_techs > div b {
    font-size: inherit;
  }

  #instock .compl_items .compl_techs > div:first-child b {
    display: block;
  }

  #instock .compl_items .compl_name {
    font-size: 18px;
  }

  /************************************************************************/
  .tradein_title {
    font-size: 30px;
  }

  /************************************************************************/
  .cont_wrap {
    margin-top: -30px;
  }

  .cont_wrap > .cont_info_block {
    padding-left: 40px;
  }

  .cont_wrap > .cont_logo_block {
    padding: 0 30px;
  }

  .cont_wrap .bot_addr:before {
    top: 30%;
  }
}

/*IPAD PRO BEGIN*/
@media (max-width: 991px) {
  .car_techs2 {
    bottom: auto;
    max-width: 360px;
    top: 66px;
  }

  /*#t2 .car_props {
        position: absolute;
        top: 18px;
        left: 18px;
    }*/

  .car_techs2 ul {
    margin-top: 10px;
    display: block;
  }

  .car_techs2 ul li {
    background: transparent;
  }

  #t2 .car_title__advant {
    margin-bottom: 20px;
    margin-top: 20px;
    position: relative;
    top: 0;
    left: auto;
    max-width: max-content;
  }
}

/*IPAD BEGIN*/
@media (min-width: 768px) and (max-width: 991px) {
  .anim {
    opacity: 1;
  }

  /************************************************************************/
  header .logo_wrap {
    margin-top: 0;
  }

  header .head_wrap .top_addr {
    font-size: 14px;
  }

  header .head_wrap a.top_phone {
    font-size: 16px;
  }

  header .head_wrap .menu a {
    font-size: 14px;
  }

  header .logo_wrap .logo1:after {
    bottom: -5px;
  }

  /************************************************************************/
  .banner picture img {
    height: 470px;
    left: 52%;
  }

  .title_container {
    top: 100px;
  }

  .banner1 .parallelogram,
  .banner2 .parallelogram {
    width: 666px;
    top: -66px;
    left: 8vw;
  }

  .banner1 .parallelogram .title1,
  .banner2 .parallelogram .title1 {
    font-size: 24px;
    padding: 8px 8px;
  }

  .banner1 .parallelogram .title2,
  .banner2 .parallelogram .title2 {
    font-size: 22px;
    /* padding: 0px 10px; */
    /* margin-bottom: 26px; */
  }

  .banner1 .parallelogram2,
  .banner2 .parallelogram2 {
    /* width: 414px; */
    top: -74px;
    /* left: 322px; */
    right: 45px;
  }

  .banner1 .parallelogram2 .title3,
  .banner2 .parallelogram2 .title3 {
    font-size: 20px;
    /* padding: 5px 10px; */
    /* padding-left: 0px; */
  }

  .banner1 .parallelogram2 .title3::before,
  .banner2 .parallelogram2 .title3::before {
    top: 10px;
    /* left: 22px; */
    background-size: 23px;
  }

  /************************************************************************/
  .timer_block .container {
    align-items: center;
    flex-direction: column;
    row-gap: 20px;
  }

  .timer_block .btn {
    width: 100%;
    margin-top: 0;
  }

  .cars_menu {
    min-height: auto;
    margin-bottom: 60px;
  }

  .cars_menu a span.menu_img {
    min-height: 54px;
  }

  .cars_menu a span {
    font-size: 14px;
  }

  .cars_items_title {
    font-size: 38px;
  }

  .car_wrap {
    flex-direction: column-reverse;
  }

  .car_img_wrap {
    width: 100%;
  }

  .car_text {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 20px;
  }

  /************************************************************************/
  #instock .compl_title {
    font-size: 40px;
  }

  #instock .models {
    width: 45%;
    top: 15px;
  }

  #instock .compl_bg_name {
    width: 96%;
  }

  #instock .compl_items {
    flex-flow: wrap;
    column-gap: 0;
    row-gap: 20px;
    justify-content: space-between;
    margin-top: 110px;
  }

  #instock .compl_items .item {
    width: 49%;
  }

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

  .tradein_bg {
    width: 100%;
  }

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

  /************************************************************************/
  .credit_props {
    left: 25%;
  }

  /************************************************************************/
  .cont_wrap {
    flex-direction: column;
    row-gap: 20px;
  }

  .cont_wrap > div {
    width: 100%;
  }
}

/*IPAD END*/

/*MOBILE BEGIN*/
@media (max-width: 767px) {
  .swiper-button-prev:after,
  .swiper-rtl .swiper-button-next:after {
    color: #39aeb2;
  }

  .swiper-button-next:after,
  .swiper-rtl .swiper-button-prev:after {
    color: #39aeb2;
  }

  .cars_menu a span.menu_img img {
    height: auto;
  }

  #t2 .car_btns .btn {
    width: 100%;
  }

  .car_title2 {
    width: 154px;
  }

  .anim {
    opacity: 1;
  }

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

  .popup_container {
    width: 100%;
  }

  /*******************************************************************/
  header .m_btn {
    display: block;
    position: absolute;
    width: 30px;
    height: 21px;
    z-index: 1;
    top: 15px;
    right: 15px;
  }

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

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

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

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

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

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

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

  .menu {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: fixed;
    top: 107px;
    background: rgba(37, 40, 42, 0.8);
    backdrop-filter: blur(5px) !important;
    width: 100%;
    height: auto;
    right: -100%;
    left: unset;
    transition: all 0.3s linear;
    z-index: 2;
    padding: 10px 0;
    border-top: 1px solid #ffffff;
  }

  .menu.active {
    right: 0;
  }

  .menu a {
    padding: 10px 0;
  }

  header .head_wrap .btn {
    display: none;
  }

  header .container {
    flex-direction: column;
    align-items: flex-start;
  }

  header .head_wrap {
    width: 100%;
  }

  header .head_wrap .top_addr {
    display: none;
  }

  header .head_wrap .head_contacts {
    margin-top: 10px;
    border: none;
    padding-bottom: 0;
  }

  header .head_wrap a.top_phone {
    width: 100%;
    text-align: center;
  }

  header .logo_wrap {
    margin-top: 0;
    width: 85%;
  }

  header .logo_wrap .logo1:after {
    display: none;
  }

  header .logo_wrap .logo1 {
    border-right: 1px solid #ffffff;
  }

  /************************************************************************/
  .banner {
    display: flex;
    flex-direction: column;
    background: #000000;
    padding-bottom: 25px;
  }

  .banner picture img {
    height: 220px;
    margin-top: -70px;
  }

  .banner1 picture img,
  .banner2 picture img {
    margin-top: 0px;
    width: 100%;
    height: auto;
  }

  /* .banner1 picture img {
        transform: translate(-50%, 4vw);
    } */

  .title_container {
    position: relative;
    top: 0;
    margin-top: 95px;
  }

  .banner1 .title_container,
  .banner2 .title_container {
    position: relative;
    top: 0;
    margin-top: 132px;
    text-align: center;
    margin-bottom: 50px;
  }

  .banner1 .parallelogram,
  .banner2 .parallelogram {
    transform: skewX(0deg);
    background: none;
    width: auto;
    position: static;
  }

  .banner1 .anti_parall,
  .banner2 .anti_parall {
    transform: skewX(0deg);
  }

  .banner1 .parallelogram .title1,
  .banner2 .parallelogram .title1 {
    font-size: 23px;
    padding: 6px 10px;
    color: #fff;
    text-align: center;
  }

  .banner1 .parallelogram .title2,
  .banner2 .parallelogram .title2 {
    font-size: 23px;
    color: #fff;
    padding: 0px 10px;
    margin-bottom: 0px;
    text-align: center;
  }

  .banner1 .parallelogram2,
  .banner2 .parallelogram2 {
    background: none;
    width: auto;
    position: static;
    transform: skewX(0deg);
  }

  .banner1 .parallelogram2 .title3,
  .banner2 .parallelogram2 .title3 {
    font-size: 24px;
    color: #fff;
    padding: 7px 10px;
    /* padding-left: 0px; */
    text-align: center;
  }

  .banner1 .parallelogram2 .title3::before,
  .banner2 .parallelogram2 .title3::before {
    display: none;
  }

  .banner1 .parallelogram .title2 br.mob_br,
  .banner2 .parallelogram .title2 br.mob_br {
    display: inline;
  }

  /* .title1 {
      font-size: 7vw;
      margin-bottom: 5px;
    }

    .title2 {
      line-height: unset;
      font-size: 7vw;
    }

    .banner2 .title1 {
      font-size: 6vw;
      margin-bottom: 5px;
      max-width: 100%;
    }

    .banner2 .title2 {
      line-height: unset;
      font-size: 7vw;
      max-width: 100%;
    }

    .title2 span {
      font-size: inherit;
    } */
  /************************************************************************/
  .timer_block {
    padding: 20px 0;
  }

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

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

  .timer_block .timer_title span {
    font-size: 36px;
    margin-bottom: 0;
  }

  .timer_block .timer_title {
    font-size: 18px;
  }

  div[id^="timer"] {
    transform: scale(0.6) !important;
  }

  /************************************************************************/
  .cars_items_title {
    text-align: center;
    font-size: 24px;
  }

  .cars_menu {
    flex-direction: column;
    align-items: flex-start;
    row-gap: 15px;
    min-height: auto;
    margin-bottom: 50px;
  }

  .cars_menu a {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    width: 100%;
  }

  .cars_menu a span.menu_img {
    min-height: auto;
    width: 40%;
    opacity: 1 !important;
  }

  .cars_menu a span {
    font-size: 6vw;
  }

  /************************************************************************/
  .car_title {
    font-size: 28px;
  }

  #t2 .car_title {
    margin-bottom: 0;
  }

  .car_wrap {
    flex-direction: column-reverse;
    padding: 0;
    border: none;
  }

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

  .car_img {
    margin-top: 15px !important;
  }

  #x70_new .car_img {
    height: initial;
  }

  .car_img img {
    right: 0 !important;
  }

  .car_text {
    width: 100%;
  }

  .car_colors {
    flex-flow: wrap;
    margin-left: 0 !important;
  }

  .car_colors > span {
    display: none;
  }

  .car_colors {
    justify-content: center;
    column-gap: 10px;
    margin-top: 10px !important;
  }

  .car_sizes {
    display: none;
  }

  .car_btns {
    flex-direction: column;
    row-gap: 10px;
  }

  .car_btns .btn {
    width: 100%;
  }

  .car_gallery {
    margin-top: 20px;
  }

  /*    .car_gallery .swiper-slide.swiper-slide-active {
          width: 40% !important;
      }

      .car_gallery .swiper-slide,
      .car_gallery .swiper-slide.swiper-slide-prev,
      .car_gallery .swiper-slide.swiper-slide-next {
          width: 30% !important;
      }*/
  /************************************************************************/
  #instock {
    margin-bottom: 50px;
  }

  #instock .compl_title {
    font-size: 40px;
  }

  #instock .models {
    width: 100%;
    top: 0;
    position: relative;
    right: 0;
  }

  #instock .compl_bg_name {
    width: 100%;
    margin-bottom: 0;
    position: relative;
    top: 0;
    margin-top: 15px;
    display: none;
  }

  #instock .compl_bg_name.show {
    display: block;
  }

  #instock .compl_items {
    flex-flow: wrap;
    column-gap: 0;
    row-gap: 20px;
    justify-content: space-between;
    margin-top: 20px;
  }

  #instock .compl_items .item {
    width: 100%;
  }

  #instock .compl_items .compl_techs > div {
    white-space: normal;
  }

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

  .tradein_bg {
    width: 100%;
    height: auto;
  }

  .tradein_wrap {
    width: 100%;
    margin-top: 20px;
  }

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

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

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

  .credit_title {
    margin-bottom: 20px;
  }

  .credit_props {
    position: relative;
    top: 0;
    left: 0;
  }

  .credit_props > a {
    margin-left: 0 !important;
    height: auto;
    width: 100%;
    padding-left: 80px;
    margin-bottom: 10px;
  }

  .credit_bg {
    height: 170px;
  }

  /************************************************************************/
  .cont_wrap {
    flex-direction: column-reverse;
    row-gap: 20px;
    margin-top: 0;
  }

  .cont_wrap > div {
    width: 100%;
    height: auto;
    padding: 20px;
  }

  .cont_wrap .cont_logo_wrap .logo1:after {
    display: none;
  }

  .cont_wrap .cont_logo_wrap .logo1 {
    border-right: 1px solid #25282a;
  }

  .cont_wrap > .cont_info_block {
    padding: 20px;
  }

  .cont_wrap .bot_addr:before,
  .cont_wrap .bot_phone:before {
    display: none;
  }

  .cont_wrap .bot_addr,
  .cont_wrap .bot_phone {
    display: flex;
    flex-direction: column;
    font-size: 16px;
    row-gap: 10px;
  }

  #map1 {
    height: 350px;
  }

  .foot_wrap {
    flex-direction: column;
    align-items: flex-start;
    row-gap: 20px;
  }

  .foot_comment br {
    display: none;
  }
}

/*MOBILE END*/

/* Portrait phones and smaller */
@media (max-width: 520px) {
  #x70_new .car_bg_name {
    left: 48%;
    transform: translateX(-100%);
    width: 40%;
    top: 40px;
  }
  #x50 .car_bg_name {
    left: 50%;
    transform: translateX(-90%);
    width: 47%;
    top: 2px;
  }
  #t2 .car_bg_name {
    left: 40%;
    transform: translateX(-100%);
    width: 30%;
    top: 40px;
  }
  #instock .models {
    flex-wrap: wrap;
    row-gap: 10px;
    justify-content: left;
    column-gap: 2%;
  }

  #instock .model_name {
    width: 28%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #919191;
    border-radius: 3px;
    padding: 4px 4px;
  }
  .banner_slider {
    height: 440px;
  }

  .banner {
    padding-bottom: 0;
  }

  .banner1 .title_container,
  .banner2 .title_container {
    margin-top: 100px;
    text-align: center;
    margin-bottom: 14px;
  }

  /*#t2 .car_bg_name {
        left: 26%;
        top: 147px;
    }*/

  /*#t2 .car_img {
        margin-top: 176px !important;
    }*/

  .car_techs2 {
    width: 100%;
  }

  #t2 .car_colors {
    top: -30px;
  }
}

@media (max-width: 390px) {
  #instock .models {
    justify-content: space-between;
  }
  #instock .model_name {
    width: 46%;
  }
  #dashing .car_title2 {
    top: 50px;
  }

  #dashing .car_title {
    margin-bottom: 70px;
  }

  .banner1 .parallelogram .title1,
  .banner2 .parallelogram .title1 {
    font-size: 20px;
  }

  .banner1 .parallelogram .title2,
  .banner2 .parallelogram .title2 {
    font-size: 19px;
  }

  .banner1 .parallelogram2 .title3,
  .banner2 .parallelogram2 .title3 {
    font-size: 17px;
  }
}

@media (max-width: 360px) {
  div[id^="timer"] {
    transform: scale(0.5) !important;
  }

  #instock .compl_title {
    font-size: 30px;
  }

  .banner1 .parallelogram .title1,
  .banner2 .parallelogram .title1 {
    font-size: 19px;
  }

  .banner1 .parallelogram .title2,
  .banner2 .parallelogram .title2 {
    font-size: 19px;
  }

  .banner1 .parallelogram2 .title3,
  .banner2 .parallelogram2 .title3 {
    font-size: 17px;
  }
}

@media (max-width: 320px) {
  .banner1 .parallelogram .title1,
  .banner2 .parallelogram .title1 {
    font-size: 17px;
  }
}

@media (max-width: 815px) {
  .banner1 .title2,
  .banner2 .title2 {
    font-size: 46px;
  }
}
