html {
  overflow-x: hidden;
}

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

#to_top_scroll {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.to_top_btn {
  position: absolute;
  left: calc(50% - 31px);
  top: 30px;
  z-index: 1;
}

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

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

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

.fancybox-content {
  overflow: hidden;
}

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

.resp_table {
  width: 100%;
}

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

.resp_table img {
  max-width: 100%;
  width: 100%;
  display: block;
  width: 220px;
}

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

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

/* .logo2,
.foot_logo2 {
  width: 149px;
} */

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: 1260px;
    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: 35px;
  width: 100%;
  color: #000000;
  font-size: 15px;
  box-sizing: border-box;
  font-weight: 400;
  font-family: "Roboto";
  padding: 0px;
  outline: none;
  background: transparent;
  border-radius: 0px;
  border: none;
  border-bottom: 1px solid #000000;
}

form .form-group select {
  appearance: none;
  -moz-appearance: none; /* Firefox */
  -webkit-appearance: none; /* Safari and Chrome */
  background: url(../img/ico_select.png) 99% 50% no-repeat transparent;
  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: #558b7f;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 100%;
  height: 60px;
  font-size: 18px;
  font-weight: 700;
  color: #ffffff;
  text-decoration: none;
  outline: none;
  border: none;
  transition: all 0.3s;
  position: relative;
  overflow: hidden;
  text-align: center;
}

.btn span {
  position: relative;
}

.btn:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 2em;
  height: 2em;
  border-radius: 50%;
  background-color: #ff874a;
  transform-origin: center;
  transform: translate3d(-50%, -50%, 0) scale(0, 0);
  transition: transform 0.45s;
}

.btn.dark {
  background: #333333;
  color: #ffffff;
}

.btn:hover:before {
  transform: translate3d(-50%, -50%, 0) scale(20, 20);
}

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

.btn.glass:before {
  background-color: #34373c;
}

.btn.glass:hover:before {
  transform: translate3d(-50%, -50%, 0) scale(20, 20);
}

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

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

header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background: #ffffff;
  z-index: 5;
  padding: 20px 0;
}

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

.logo_wrap_mob {
  display: none;
}

.logo1_wrap,
.logo2_wrap {
  display: flex;
  align-items: center;
}

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

.logo1:after {
  content: "";
  width: 2px;
  height: 20px;
  background: #333333;
  position: absolute;
  right: 0;
  top: 5px;
}

.top_addr {
  font-size: 14px;
  padding-left: 20px;
  background: url("../img/ico_loc.png") 0 0 no-repeat;
  margin-left: 50px;
}

.phone_wrap {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  margin-right: 50px;
}

.top_phone {
  font-size: 19px;
  font-weight: 700;
  color: #000000;
  text-decoration: none;
  padding-left: 25px;
  background: url("../img/ico_phone.png") 0 50% no-repeat;
}

.phone_wrap .popup {
  font-size: 12px;
  color: #558b7f;
}

header .m_btn {
  display: none;
}

.menu {
  position: fixed;
  top: 76px;
  left: 0;
  right: 0;
  z-index: 5;
  padding: 15px 0;
  transition: all 0.3s;
  background: #333333;
}

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

.menu a {
  display: block;
  position: relative;
  text-decoration: none;
  color: #ffffff;
  text-transform: uppercase;
}

.menu a:after {
  content: "";
  width: 0;
  height: 3px;
  background: #558b7f;
  position: absolute;
  bottom: -5px;
  left: 0;
  transition: all 0.3s;
}

.menu a:hover:after {
  width: 100%;
}

/**********************
        BANNER
**********************/
.main-banner {
	margin-top: 125px;
}

.banner {
  /*background: url(../img/bg1.jpg) 50% 0 no-repeat white;*/
  /*margin-top: 77px;
  padding-top: 20px;*/
  /*padding-bottom: 370px;*/
  position: relative;
}

.banner.swiper-slide.swiper-slide-active {
    z-index: 1;
}

.banner::before {
  content: "";
  position: absolute;
  top: -70px;
  height: 100px;
  width: 100%;
  background: linear-gradient(
    180deg,
    #281f23 22.62%,
    rgba(40, 31, 35, 0) 89.35%
  );
}

.main-banner .swiper-button-next,
.main-banner .swiper-button-prev {
  color: #ffffffe0;
}

.banner2 .title_container,
.banner3 .title_container {
  background: #e3fff9a1;
  padding: 14px 15%;
  top: 40px;
}

.banner3 .title_container {
    padding: 14px;
    width: 100%;
}

.title_container {
  width: fit-content;
  margin: 0;
  padding: 20px 60px;
  text-align: center;
  padding-bottom: 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
  background: #ffffffcc;
  backdrop-filter: blur(5px);
  position: absolute;
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
  width: max-content;
  box-sizing: border-box;
}

.title1 {
  font-size: 32px;
  font-weight: 400;
  color: #000000;
  /* background: url(../img/circum_timer.svg) 0 50% no-repeat; */
  /* padding-left: 36px; */
  width: fit-content;
  margin: 0 auto;
}

.title2 {
  font-size: 40px;
  color: #000000;
  font-weight: 400;
}

.title2 b {
  /* font-size: 60px;
  color: #408f80;
  text-transform: uppercase; */
  font-weight: 500;
}

.title2 span {
  color: #408f80;
}

.title2 .br_mob {
  display: none;
}

.title3 {
  font-size: 30px;
  color: #000000;
}

.title3 .br_mob {
  display: none;
}

.title_container .btn {
  width: 300px;
  margin: 20px auto 0;
}

.banner3 .title_container .btn {
    margin-bottom: -40px;
}

.banner-props {
    display: flex;
    align-items: center;
    gap: 17px;
    margin-top: 14px;
}
.banner-props__item {
    font-size: 40px;
    color: #000;
}
.banner-props__text {}
.banner-props__text b {}
.banner-props__sep {
    display: block;
    width: 12px;
    height: 12px;
    background: #558B7F;
    border-radius: 50%;
}

.banner3 .title1 {font-size: 60px;font-weight: 700;}

.timer_block {
  background: #558b7f;
}

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

.timer_title {
  font-size: 40px;
  font-weight: 400;
  color: #ffffff;
}

.timer_block .timer {
  /* min-width: 400px; */
}

div[id^="timer"] {
  transform: scale(0.55) !important;
  white-space: nowrap;
}

.advantages {
  margin-top: 0px;
  background: #333333;
  padding: 40px 0;
}

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

.ags_list a {
  display: block;
  color: #ffffff;
  font-size: 16px;
  padding: 3px 0 3px 60px;
  text-decoration: none;
  transition: all 0.3s;
}

.ags_list a.ico1 {
  background: url("../img/ags_ico1.png") 0 50% no-repeat;
  padding-left: 50px;
}

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

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

.ags_list a:hover {
  transform: scale(1.2);
}

.run_now {
  background: #FFFFFF;
  overflow: hidden;
  position: relative;
  height: 60px;
  display: flex;
  align-items: center;
}
.run_now_cont {
  display: flex;
  align-items: center;
  animation: runstring 60s infinite linear;
}

.run_now_cont div {
  position: relative;
  display: flex;
  align-items: center;
  margin-right: 13px;
  padding-left: 23px;
  font-size: 26px;
  font-weight: 500;
  color: #000000;
  white-space: nowrap;
}
.run_now_cont div:before {
  content: '';
  position: absolute;
  left: 0;
  width: 10px;
  height: 10px;
  border-radius: 50px;
  background: #558B7F;
}

@keyframes runstring {
  0% {
      transform: translateX(0)
  }
  100% {
      transform: translateX(-50%)
  }
}

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

.cars_items {
  background: #efefef;
  padding-top: 70px;
  position: relative;
}

.cars_items:before {
  content: "";
  display: block;
  width: 4px;
  height: 97%;
  background: #ffffff;
  position: absolute;
  top: 0;
  left: calc(50% - 2px);
}

.cars_items:after {
  content: "";
  background: #ffffff;
  position: absolute;
  top: 50%;
  left: 0px;
  width: 100%;
  height: 4px;
  display: none;
}

.cars_items .items {
  display: flex;
  flex-wrap: wrap;
  margin: 0px -3%;
  justify-content: space-between;
}

.car_item {
  box-sizing: border-box;
  width: 44%;
  padding-top: 40px;
  margin-bottom: 83px;
  margin-left: 3%;
  margin-right: 3%;
  position: relative;
}

.car_item .car_award {
  position: absolute;
  top: -40px;
  left: -20px;
  display: flex;
}

.car_item .new {
  background: url(../img/new.png) 50% 50% no-repeat;
  width: 84px;
  height: 83px;
  display: block;
  position: absolute;
  top: -24px;
  right: 13px;
}

.car_item#t1 .new {
  background: url(../img/new_black.png) 50% 50% no-repeat;
}

.car_item#dashing {
  background: url("../img/dashing_bg.png") 50% 0 no-repeat;
}

.car_item#x90plus {
  background: url("../img/x90plus_bg.png") 50% 0 no-repeat;
}

.car_item#x70plus {
  background: url("../img/x70plus_bg.png") 50% 0 no-repeat;
}

.car_item#t2 {
  background: url("../img/t2_bg.png") 50% 0 no-repeat;
}

.car_item#x50 {
  background: url("../img/x50_bg.png") 50% 0 no-repeat;
}

.car_item#t1 {
  background: url("../img/t1_bg.png") 50% 0 no-repeat;
}

/*.car_item#x70plus .car_btns {
    margin-top: 435px;
}*/

.proposal {
  background: url(../img/best_bg.jpg) 50% 50% no-repeat;
  border-radius: 30px;
  width: 100%;
  margin-top: -12px;
}

.proposal_wrap {
  padding: 0 30px 40px;
  max-width: 504px;
}

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

.proposal_descr {
  color: #ffffff;
}

.proposal .proposal_wrap #offer_form {
  flex-direction: column;
  align-items: normal;
  margin-top: 20px;
}

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

.proposal .proposal_wrap #offer_form .btn.dark {
  background: #558b7f;
}

.proposal .proposal_wrap #offer_form .agree_field {
  width: 100%;
  color: #ffffff;
}

.proposal .proposal_wrap #offer_form .agree_field a {
  color: #ffffff;
}

.car_name {
  padding-left: 30px;
  color: #ffffff;
  font-size: 55px;
  text-transform: uppercase;
  margin-bottom: 5px;
}

.car_techs {
  padding-left: 30px;
  position: relative;
}

.car_techs > span {
  color: #ffffff;
  font-size: 18px;
  text-decoration: underline;
  transition: all 0.3s;
  cursor: pointer;
}

.car_techs > span:hover {
  color: #558b7f;
}

.techs_list {
  box-sizing: border-box;
  display: inline-flex;
  padding: 20px 25px;
  background: rgba(0, 0, 0, 0.6);
  position: absolute;
  left: 30px;
  top: 25px;
  transition: opacity 0.3s;
  opacity: 0;
  z-index: 1;
}

.techs_list > div {
  color: #ffffff;
  font-size: 13px;
  padding: 0 40px;
  border-right: 1px solid rgba(255, 255, 255, 0.5);
}

.techs_list > div:first-child {
  padding-left: 0;
}

.techs_list > div:last-child {
  padding-right: 0;
  border: none;
}

.techs_list > div span {
  display: block;
  line-height: 90%;
  min-height: 22px;
  margin-bottom: 5px;
}

.techs_list > div b {
  font-size: 27px;
  line-height: 80%;
}

.car_img {
  margin-top: 30px;
  min-height: 290px;
  display: flex;
  align-items: flex-end;
}

.car_img img {
  transition: all 0.3s;
}

.car_item:hover .car_img img {
  transform: scale(1.1);
}

.car_btns .btn {
  margin-top: 15px;
}

/**********************
       INSTOCK
**********************/

#instock {
  position: relative;
  padding: 100px 0;
}

.instock_title {
  font-size: 53px;
  /* text-align: center; */
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 40px;
}

.instock_title span {
  color: #002d96;
}

.compl_deadline {
  display: flex;
  position: absolute;
  top: 7px;
  right: 0;
}

.compl_deadline div {
  background: #2e2e2e;
  color: white;
  font-size: 22px;
  padding: 5px 10px;
  font-weight: 700;
}

.compl_deadline div.text {
  background: #002d96;
  font-size: 16px;
  padding: 0 15px;
  padding-top: 8px;
}

.filter_quick_menu {
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0 0 40px;
}

.filter_quick_menu li {
  font-size: 24px;
  text-transform: uppercase;
  font-weight: 700;
  transition: all 0.3s;
  /* margin-right: 50px; */
  margin-right: 45px;
  cursor: pointer;
}

.filter_quick_menu li.active,
.filter_quick_menu li:hover {
  color: #558b7f;
}

#filter_table {
  display: flex;
  justify-content: space-between;
  padding: 35px 0 55px;
  display: none;
}

#filter_table .select_container {
  position: relative;
  width: 48%;
  display: inline-block;
  margin-left: 10px;
}

#filter_table .select_container:first-child {
  margin-left: 0px;
}

#filter_table .select_container:after {
  content: ""; /* background:url(../img/ico_select.png) 0px 0px no-repeat; */
  width: 15px;
  height: 10px;
  position: absolute;
  top: 50%;
  right: 15px;
  margin-top: -4px;
  pointer-events: none;
}

#filter_table select {
  font-family: "OpenSans";
  display: block;
  color: black;
  height: 50px;
  box-sizing: border-box;
  width: 100%;
  padding-left: 15px;
  padding-right: 35px;
  font-size: 16px;
  font-weight: 400;
  outline: none;
  background: none;
  border-radius: 0px;
  background: url(../img/ico_select.png) right 20px center no-repeat;
  border: 1px solid black;
}

#filter_table select[name="models"] {
}

#filter_table select[name="complects"] {
}

#filter_table select[name="engine"] {
}

#filter_table select option {
  color: black;
}

.tb_complects {
  width: 100%;
  color: black;
  border-collapse: collapse;
  margin: 0px auto;
  font-weight: 400;
}

.tb_complects tr {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: 1px solid #d8d8d8;
  margin-bottom: 25px;
}

.tb_complects.limit tr:nth-child(n + 5) {
  display: none;
}

.tb_complects tr:first-child {
  display: none;
}

.tb_complects tr th {
  text-align: left;
  font-size: 16px; /* text-transform:uppercase; */
  background: #ededed;
  font-size: 18px;
  font-weight: 400;
  padding: 15px;
  height: 53px;
  box-sizing: border-box;
}

.tb_complects tr td {
  box-sizing: border-box;
  vertical-align: middle;
  text-align: left;
}

.tb_complects tr td:nth-child(1) {
  width: 40.05%;
  padding: 20px 0 10px 65px;
}

.tb_complects tr td:nth-child(2) {
  width: 31.35%;
  /* text-align: center; */
}

.tb_complects tr td:nth-child(3) {
  /* width: 15%; */
}

.tb_complects tr td:nth-child(4) {
  /* width: 25%; */
}

.tb_complects_showmore {
  color: black;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  display: block;
  text-decoration: none;
}

.tb_complects_showmore:hover {
  /* border-color:#1c69d4; */
}

.tb_complects tr .btns {
  width: 28.17%;
  padding-right: 40px;
  display: flex;
  flex-direction: column;
}

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

.tb_complects tr .btns .btn:first-child {
  margin-bottom: 10px;
}

.tb_complects tr td .param1 {
  font-weight: 300;
  font-size: 30px;
  color: #b1c0c6;
}

.tb_complects tr td .param2 {
  font-weight: 700;
  color: #68a598;
  font-size: 24px;
  margin-bottom: 5px;
}

.tb_complects tr td .param3 {
  font-size: 16px;
  margin-top: 5px;
}

.tb_complects tr td .param3 b {
  font-size: 18px;
}

/**********************
       SERVICE
**********************/

.service {
  padding: 95px 0 60px;
  background: #efefef;
}

.serv_title {
  font-size: 53px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 65px;
}

.serv_list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

.serv_list > div {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 175px;
  border-right: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
  cursor: pointer;
}

.serv_list > div.ico1 {
  justify-content: flex-start;
}

.serv_list > div.ico3 {
  border-right: none;
}

.serv_list > div.ico4 {
  justify-content: flex-start;
  border-bottom: none;
}

.serv_list > div.ico5 {
  border-bottom: none;
}

.serv_list > div span {
  display: block;
  padding-left: 90px;
  position: relative;
  font-size: 20px;
  line-height: 110%;
  min-height: 67px;
}

.serv_list > div span:before {
  content: "";
  display: flex;
  align-items: center;
  justify-content: center;
  width: 67px;
  height: 67px;
  border-radius: 16px;
  background: #278c7f;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.3s;
}

.serv_list > div.ico1 span:before {
  content: url("../img/serv_ico1.png");
}

.serv_list > div.ico2 span:before {
  content: url("../img/serv_ico2.png");
}

.serv_list > div.ico3 span:before {
  content: url("../img/serv_ico3.png");
}

.serv_list > div.ico4 span:before {
  content: url("../img/serv_ico4.png");
}

.serv_list > div.ico5 span:before {
  content: url("../img/serv_ico5.png");
}

.serv_list > div:hover span:before {
  background: #ff874a;
}

.serv_list > div span:after {
  content: url("../img/serv_arrow.png");
  position: absolute;
  left: 90px;
  bottom: 0;
}

.serv_list > div.ico4 span:after {
  bottom: -20px;
}

.serv_bottom {
  margin-top: 30px;
  background: #ffffff;
  padding: 55px 60px;
  position: relative;
}

.serv_text {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 20px;
}

.serv_text span {
  color: #278c7f;
}

.serv_bottom .btn {
  width: 300px;
}

.serv_car {
  position: absolute;
  bottom: -20px;
  right: -300px;
}

.serv_offers {
  padding: 30px 0 100px;
  background: #558b7f;
}

.serv_offers_title {
  font-size: 29px;
  font-weight: 700;
  color: #ffffff;
  text-transform: uppercase;
  margin-bottom: 30px;
}

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

.serv_offers_list > div {
  position: relative;
  width: 48%;
}

.serv_offers_list > div .serv_offer_text {
  font-size: 25px;
  color: #ffffff;
  padding-left: 80px;
  background: url("../img/serv_ico_fire.png") 0 50% no-repeat;
  position: absolute;
  top: 35px;
  left: 25px;
}

.serv_offers_list > div .serv_offer_text span {
  font-weight: 700;
  text-transform: uppercase;
}

.serv_offers_list > div .serv_offer_text b {
  font-size: 30px;
}

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

.credit {
  padding: 110px 0;
  background: url("../img/credit_bg.jpg") 50% 0 no-repeat;
}

.credit > img {
  display: none;
}

.cred_title {
  color: #ffffff;
  font-weight: 700;
  font-size: 53px;
  margin-bottom: 45px;
}

.cred_props {
  display: flex;
}

.cred_props a {
  box-sizing: border-box;
  display: block;
  width: 320px;
  height: 220px;
  padding-top: 115px;
  padding-left: 50px;
  color: #ffffff;
  text-decoration: none;
  font-size: 20px;
  border: 1px solid #d7d7d7;
  margin-right: 30px;
  transition: all 0.3s;
}

.cred_props a.ico1 {
  background: url("../img/cred_ico1.png") 50px 30px no-repeat transparent;
}

.cred_props a.ico1:hover {
  background: url("../img/cred_ico1.png") 50px 30px no-repeat #34373c;
}

.cred_props a.ico2 {
  background: url("../img/cred_ico2.png") 50px 30px no-repeat transparent;
}

.cred_props a.ico2:hover {
  background: url("../img/cred_ico2.png") 50px 30px no-repeat #34373c;
}

.cred_props a:hover {
  border-color: #34373c;
}

.cred_wrap .btn {
  margin-top: 60px;
  width: 300px;
}

/**********************
        CORP
**********************/

.corp {
    background: #558B7F;
    position: relative;
    color: #fff;
}
.corp__img {
    position: absolute;
    left: 0;
    top: 13%;
}
.corp__img img {}
.corp__bg {position: relative;width: 1920px;left: 50%;transform: translateX(-50%);}
.corp__bg img {
    margin-left: auto;
    display: block;
}
.corp__content {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    display: flex;
    align-items: center;
    height: 100%;
}
.corp__container {}
.corp__wrap {}
.corp__title {
    font-size: 53px;
    font-weight: 700;
    text-transform: uppercase;
}
.corp__comment {
    font-size: 20px;
    margin-top: 15px;
}
.corp__form {
    width: 422px;
    max-width: 100%;
    margin-top: 60px;
}
.corp__form input[type="text"]::placeholder,
.corp__form input[type="tel"]::placeholder {
  color: #ffffff;
}
.corp__form .column {}
.corp__form .column .form-group {}
.corp__form .column .form-group input {
    border-color: #fff;
}
.corp__form .column .form-group .btn {}
.corp__form .agree_field, .corp__form .agree_field a {
    color: inherit;
}

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

.tradein {
  padding-top: 100px;
  padding-bottom: 115px;
  background: #efefef;
  position: relative;
}

.tradein .tradein_img {
  visibility: visible;
  opacity: 0;
  transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -70, 0, 1);
  transition:
    opacity 1.5s linear 0s,
    transform 1.5s linear 0s;
}

.tradein.animated .tradein_img {
  visibility: visible;
  opacity: 1;
  transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  transition:
    opacity 1.5s linear 0s,
    transform 1.5s linear 0s;
}

.tradein .tradein_img.img1 {
  position: absolute;
  top: 115px;
  left: 0;
  width: 42%;
  height: 660px;
}

.tradein .tradein_img.img1 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.tradein_wrap {
  width: 710px;
  max-width: 100%;
  margin-left: auto;
  padding-top: 20px;
}

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

.tradein_comment {
  font-size: 20px;
  color: #333333;
}

#tradein_form {
  margin-top: 60px;
  display: flex;
  justify-content: space-between;
  flex-flow: wrap;
}

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

#tradein_form .column {
  width: 45.5%;
}

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

#tradein_form .agree_field {
  display: block;
  margin-top: -10px;
}

#tradein_form .agree_field a {
  color: #333333;
}

.tradein .tradein_img.img2 {
  margin-top: 60px;
  visibility: visible;
  opacity: 0;
  transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 70, 0, 1);
  transition:
    opacity 1.5s linear 0s,
    transform 1.5s linear 0s;
}

.tradein.animated .tradein_img.img2 {
  visibility: visible;
  opacity: 1;
  transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  transition:
    opacity 1.5s linear 0s,
    transform 1.5s linear 0s;
}

.tradein .tradein_img.img3 {
  position: absolute;
  bottom: 0;
  height: 349px;
  right: -320px;
  width: 51%;
}

.tradein .tradein_img.img3 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/**********************
        WHY
**********************/

.why {
  margin-top: 100px;
}

.why_title {
  font-size: 53px;
  font-weight: 700;
  color: #333333;
  text-transform: uppercase;
  margin-bottom: 45px;
}

.why_list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

.why_list a {
  box-sizing: border-box;
  margin-left: -1px;
  margin-bottom: -1px;
  display: block;
  min-height: 316px;
  background: url("../img/why_item_bg.png") 40px 110px no-repeat;
  padding-top: 40px;
  padding-left: 50px;
  text-decoration: none;
  color: #333333;
  transition: all 0.3s;
  border: 1px solid #d7d7d7;
}

.why_list a span {
  box-sizing: border-box;
  min-height: 160px;
  display: block;
  font-size: 20px;
  position: relative;
  line-height: 110%;
  transition: all 0.3s;
}

.why_list a span:before {
  content: url("../img/ico_arrow.png");
  position: absolute;
  bottom: 0;
  left: 0;
}

.why_list a.ico1 span {
  padding-top: 70px;
  background: url("../img/why_ico1.png") 0 0 no-repeat;
}

.why_list a.ico2 span {
  padding-top: 55px;
  background: url("../img/why_ico2.png") 0 0 no-repeat;
}

.why_list a.ico3 span {
  padding-top: 55px;
  background: url("../img/why_ico3.png") 0 0 no-repeat;
}

.why_list a.ico4 span {
  min-height: 180px;
  padding-top: 85px;
  background: url("../img/why_ico4.png") 0 0 no-repeat;
}

.why_list a.ico5 span {
  min-height: 180px;
  padding-top: 75px;
  background: url("../img/why_ico5.png") 0 0 no-repeat;
}

.why_list a.ico6 span {
  min-height: 180px;
  padding-top: 60px;
  background: url("../img/why_ico6.png") 0 0 no-repeat;
}

.why_list a:hover span {
  color: #ffffff;
  min-height: auto;
  padding-top: 0;
  padding-bottom: 60px;
  background: none;
}

.why_list a.ico1:hover {
  background: url("../img/why_img1.jpg") 50% no-repeat;
}

.why_list a.ico2:hover {
  background: url("../img/why_img2.jpg") 50% no-repeat;
}

.why_list a.ico3:hover {
  background: url("../img/why_img3.jpg") 50% no-repeat;
}

.why_list a.ico4:hover {
  background: url("../img/why_img4.jpg") 50% no-repeat;
}

.why_list a.ico5:hover {
  background: url("../img/why_img5.jpg") 50% no-repeat;
}

.why_list a.ico6:hover {
  background: url("../img/why_img6.jpg") 50% no-repeat;
}

/**********************
        OFFER
**********************/

.offer {
  margin-top: 115px;
  background: #558b7f;
  padding: 40px 0;
  position: relative;
}

.offer_img {
  position: absolute;
  top: 0;
  right: 0;
  width: 39.3%;
  height: 100%;
  overflow: hidden;
}

.offer_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s;
}

.offer_img:hover img {
  transform: scale(1.1);
}

.offer_wrap {
  position: relative;
  width: 620px;
  max-width: 100%;
}

.offer_wrap:after {
  content: "?";
  font-size: 648px;
  font-weight: 700;
  color: rgba(0, 0, 0, 0.06);
  position: absolute;
  line-height: 70%;
  top: 25px;
  right: -240px;
}

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

.offer_comment {
  color: #ffffff;
  font-size: 20px;
}

.offer_comment b {
  text-transform: uppercase;
}

#offer_form {
  margin-top: 50px;
  display: flex;
  flex-flow: wrap;
  align-items: flex-end;
  justify-content: space-between;
  position: relative;
  z-index: 1;
}

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

#offer_form input[type="tel"] {
  color: #ffffff;
  border-color: #ffffff;
  height: 50px;
}

#offer_form input[type="tel"]::placeholder {
  color: #ffffff;
}

#offer_form .agree_field {
  box-sizing: border-box;
  display: block;
  width: 49%;
  margin-left: auto;
}

#offer_form .agree_field a {
  color: #333333;
}

.offer_car {
  margin-top: 30px;
  margin-left: -60px;
}

.offer_car img {
  transition: all 0.3s;
}

.offer_car:hover img {
  transform: scale(1.1);
}

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

.contacts {
  position: relative;
  padding-top: 80px;
}

.contacts:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 60.7%;
  height: 100%;
  background: #efefef;
}

.contacts:after {
  content: url("../img/cont_quote.png");
  position: absolute;
  /* top: 80px; */
  left: 220px;
  bottom: 15px;
  display: none;
}

.cont_wrap {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.cont_dealer {
  font-size: 20px;
  color: #333333;
  text-transform: uppercase;
}

.cont_dealer b {
  display: block;
  font-size: 40px;
  margin-bottom: 10px;
}

.bot_phone {
  display: block;
  font-size: 25px;
  font-weight: 700;
  color: #333333;
  text-decoration: none;
  padding-left: 35px;
  background: url("../img/ico_phone_bot.png") 0 50% no-repeat;
  margin-bottom: 15px;
}

.bot_addr {
  padding: 2px 0 2px 35px;
  background: url("../img/ico_loc_bot.png") 0 50% no-repeat;
  margin-bottom: 15px;
}

.bot_your_info {
  font-size: 14px;
}

.worktime {
  padding: 2px 0 2px 35px;
  background: url("../img/ico_time.png") 0 50% no-repeat;
}

.cont_quest > span {
  display: block;
  text-transform: uppercase;
  font-weight: 700;
  color: #333333;
  font-size: 30px;
  margin-bottom: 20px;
}

#map1 {
  position: relative;
  margin-top: 70px;
  width: 83%;
  margin-left: auto;
  height: 546px;
  background: url("../img/map.jpg") 50% 0 no-repeat;
}

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

footer {
  padding: 30px 0;
  background: #dfdfdf;
  position: relative;
}

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

.foot_links {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 15px;
}

footer .switch {
  display: block;
  font-size: 13px;
  text-decoration: none;
  color: #333333;
}

footer .yur_link {
  display: block;
  font-size: 13px;
  text-decoration: none;
  color: #333333;
}

footer .disclamer {
  color: #333333;
  font-size: 12px;
  padding-top: 20px;
  text-align: left;
  display: none;
}

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

@media (max-width: 1600px) {
  .contacts:after {
    left: 25px;
  }

  #map1 {
    width: 94%;
  }

  .tradein_wrap {
    width: 695px;
  }

  .banner {
    background-position: 50% 70%;
  }

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

  .banner-props {}
.banner-props__item {}
.banner-props__text {}
.banner-props__text b {}
.banner-props__sep {}


/**********************
        CORP
**********************/

.corp {}
.corp__img {}
.corp__img img {}
.corp__bg {}
.corp__bg img {}
.corp__content {}
.corp__container {}
.corp__wrap {
}
.corp__title {}
.corp__comment {}
.corp__form {}
.corp__form .column {}
.corp__form .column .form-group {}
.corp__form .column .form-group input {}
.corp__form .column .form-group .btn {}
.corp__form .agree_field {}


}

@media (max-width: 1320px) {
  .banner {
    /*background-size: 1620px auto;
    background-position: 50% 0;
    padding-bottom: 270px;*/
  }

  .title_container {
    /*padding-top: 100px;
                padding-bottom: 520px;*/
  }

  .banner-props {}
.banner-props__item {}
.banner-props__text {}
.banner-props__text b {}
.banner-props__sep {}

  .timer_title {
    font-size: 38px;
  }
}

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

  .banner::before {
    top: 28px;
  }

  .title2 {
    font-size: 24px;
  }

  .title3 {
    font-size: 20px;
  }

  .timer_block .timer {
    margin-left: -100px;
    margin-right: -100px;
  }

  .timer_title {
    font-size: 36px;
  }

  .logo1_wrap,
  .logo2_wrap {
    max-width: 35%;
  }

  .car_item {
    width: 47%;
    border-radius: 33px 33px 0 0;
  }

  .proposal {
    border-radius: 33px;
    background: url(../img/best_bg.png) 50% 50% no-repeat;
  }

  .proposal_wrap {
    padding-bottom: 60%;
  }

  .car_name,
  .proposal_name {
    font-size: 44px;
  }

  .car_name {
    font-size: 44px;
  }


  /**********************
        CORP
**********************/

.corp {}
.corp__img {}
.corp__img img {}
.corp__bg {}
.corp__bg img {}
.corp__content {}
.corp__container {}
.corp__wrap {}
.corp__title {}
.corp__comment {}
.corp__form {}
.corp__form .column {}
.corp__form .column .form-group {}
.corp__form .column .form-group input {}
.corp__form .column .form-group .btn {}
.corp__form .agree_field {}



  .tradein .tradein_img.img1 {
    display: none;
  }

  .tradein_wrap {
    width: 100%;
  }

  .tradein .tradein_img.img3 {
    /*width: 46%;*/
    right: -50px;
  }

  .offer_img {
    display: none;
  }

  .offer_wrap {
    width: 100%;
  }

  .offer_wrap:after {
    right: 0;
  }

  .why_list a {
    padding-left: 30px;
  }

  .cont_quest {
    display: none;
  }

  .contacts:after {
    display: none;
  }

  #map1 {
    width: 100%;
  }

  .serv_list > div span {
    font-size: 16px;
  }

  .serv_car {
    right: -530px;
  }

  .cars_items:after {
    display: none;
  }

  .cars_items:before {
    display: none;
  }

  /*	.car_item#x70plus .car_btns {
            margin-top: 448px;
        }*/
}

/*IPAD PRO BEGIN*/

/*IPAD BEGIN*/
@media (min-width: 768px) and (max-width: 991px) {
  .cont_dealer b {
    font-size: 40px;
  }

  .banner::before {
    top: 8px;
  }

  .menu {
    top: 76px;
  }

  .top_addr {
    display: none;
  }

  .banner {
  }

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

  .banner-props {}
.banner-props__item {}
.banner-props__text {}
.banner-props__text b {}
.banner-props__sep {}

  .timer_block .timer {
    margin-left: -120px;
    margin-right: -150px;
  }

  .timer_title {
    font-size: 36px;
  }

  .cars_items:before {
    display: none;
  }

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

  .car_item {
    width: 100%;
    background-size: 100% !important;
    background: url(../img/best_bg.png) 50% 50% no-repeat;
  }

  .car_img {
    min-height: auto;
    display: flex;
    justify-content: center;
  }



  /**********************
        CORP
**********************/

.corp {}
.corp__img {}
.corp__img img {}
.corp__bg {}
.corp__bg img {}
.corp__content {}
.corp__container {}
.corp__wrap {}
.corp__title {}
.corp__comment {}
.corp__form {}
.corp__form .column {}
.corp__form .column .form-group {}
.corp__form .column .form-group input {}
.corp__form .column .form-group .btn {}
.corp__form .agree_field {}


  .tradein {
    padding: 50px 0;
  }

  .tradein_img {
    display: none;
  }

  #tradein_form .btn {
    width: 100%;
  }

  .why_title {
    font-size: 40px;
  }

  .why_list {
    grid-template-columns: repeat(2, 1fr);
  }

  .contacts:before {
    width: 51.7%;
  }

  .resp_table tr {
    display: block;
    padding-bottom: 0px;
  }

  .resp_table tr th {
    display: none;
  }

  .resp_table tr td {
    width: 100% !important;
    display: block;
    box-sizing: border-box;
    padding: 5px 30px !important;
  }

  .resp_table img {
    margin: 0 auto;
  }

  #filter_table select {
    font-size: 14px;
  }

  .instock_title {
    font-size: 40px;
  }

  .tb_complects tr td:nth-child(1) {
    padding-top: 30px !important;
  }

  .tb_complects tr .btns {
    flex-wrap: wrap;
    padding-bottom: 30px !important;
  }

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

  .tb_complects tr .btns .btn:first-child {
    margin-bottom: 10px;
  }

  .serv_list {
    grid-template-columns: repeat(2, 1fr);
  }

  .serv_title {
    margin-bottom: 30px;
  }

  .serv_list > div {
    justify-content: flex-start !important;
    padding-left: 30px;
  }

  .serv_list > div span {
    font-size: 18px;
  }

  .serv_list > div.ico2 {
    border-right: none;
  }

  .serv_list > div.ico3 {
    border-right: 1px solid #ffffff;
  }

  .serv_list > div.ico4 {
    border-bottom: 1px solid #ffffff;
    border-right: none;
  }

  .serv_car {
    display: none;
  }

  .serv_bottom .btn {
    width: 100%;
  }

  .serv_offers_list {
    flex-direction: column;
  }

  .serv_offers_list > div {
    width: 100%;
    margin-bottom: 20px;
  }

  .serv_offers_list > div img {
    width: 100%;
  }

  /*    .car_item#x70plus .car_btns {
            margin-top: 620px;
        }*/
}

/*IPAD END*/

/*MOBILE BEGIN*/
@media (max-width: 767px) {

  .main-banner {
	position: relative !important;
        top: 0;
        margin-top: 100px;
        margin-bottom: 0;
        padding-bottom: 0 !important;
  }


  .title_container {
    background: transparent;
    backdrop-filter: none;
    width: 100%;
    padding: 0 !important;
  }

  .title_wrap {
    background: rgba(255, 255, 255, 0.5);
    backdrop-filter: blur(10px);
    padding: 3vw 15px !important;
    width: 100%;
  }

  .logo1:after {
    top: 0px;
  }

  .foot_logo2 {
    /* width: 73px; */
  }

  .banner::before {
    display: none;
  }

  .car_item .car_award {
    top: -60px;
    left: -5px;
  }

  .to_top_btn {
    top: unset;
    bottom: 15px;
  }

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

  .resp_table tr {
    display: flex;
    flex-direction: column;
    padding-bottom: 0px;
  }

  .resp_table tr th {
    display: none;
  }

  .resp_table tr td {
    width: 100%;
    display: block;
    box-sizing: border-box;
    padding: 5px 15px;
  }

  .resp_table tr td:before {
    display: inline-block;
    width: 43%;
    margin-right: 2%;
    font-weight: 700;
    vertical-align: top;
    display: none;
  }

  .resp_table img {
    display: block;
    margin: 0 auto;
    width: 100%;
    width: auto;
    height: auto;
    max-width: 100%;
  }

  .tb_complects_container {
    padding-bottom: 0px;
  }

  .instock_title {
    font-size: 30px;
    text-align: center;
    margin-bottom: 20px;
  }

  #filter_table {
    /* display:block; */
    padding-top: 15px;
    margin-bottom: 0px;
    padding-bottom: 0px;
  }

  #filter_table .select_container {
    width: 100%;
    padding-bottom: 10px;
  }

  #filter_table .select_container:after {
  }

  #filter_table select {
  }

  #filter_table select[name="models"] {
  }

  #filter_table select[name="complects"] {
  }

  #filter_table select[name="engine"] {
  }

  #filter_table select option {
  }

  .tb_complects {
    padding-bottom: 30px;
  }

  .tb_complects.limit tr:nth-child(n + 5) {
  }

  .tb_complects tr {
    background: none;
    margin-bottom: 25px;
  }

  .tb_complects tr:first-child {
  }

  .tb_complects tr th {
  }

  .tb_complects tr td {
    padding: 0px;
  }

  .tb_complects tr:nth-child(2) td {
  }

  .tb_complects tr td .model {
    padding-left: 0px;
  }

  .tb_complects tr td .complect {
  }

  .tb_complects tr td .engine {
  }

  .tb_complects tr td .popup {
    width: 100%;
    margin-bottom: 10px;
  }

  .tb_complects tr td .popup:first-child {
  }

  .tb_complects tr td .popup:hover {
  }

  .tb_complects_showmore {
    margin-left: 0px;
    left: 0px;
    text-align: center;
    display: block;
    position: relative;
    top: 0;
  }

  .tb_complects tr td.tdbutton1 {
    display: block;
    padding-right: 0px;
    width: 100%;
  }

  .tb_complects tr td:nth-child(1) {
    width: 100%;
    padding: 10px 15px;
  }

  .tb_complects tr td:nth-child(2) {
    width: 100%;
    padding: 10px 15px;
  }

  .tb_complects tr td:nth-child(3) {
    width: 100%;
    padding: 10px 15px;
  }

  .tb_complects tr td:nth-child(4) {
    width: 100%;
  }

  .tb_complects tr td:nth-child(5) {
    width: 100%;
  }

  .tb_complects tr td .param1 {
    font-weight: 700;
    font-size: 24px;
    color: #002d96;
  }

  .tb_complects tr td .param2 {
    font-weight: 700;
    font-size: 20px;
  }

  .tb_complects tr .btns {
    padding-top: 0;
    padding-bottom: 5px;
    flex-wrap: wrap;
  }

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

  #instock {
    padding: 40px 0;
  }

  #filter_table {
  }

  #filter_table .select_container {
    margin: 0px;
  }

  .filter_quick_menu {
    justify-content: space-between;
  }

  .filter_quick_menu li {
    margin-right: 0;
    font-size: 3vw;
    text-align: center;
  }

  .proposal {
    height: 100%;
  }

  .proposal_name {
    font-size: 34px;
  }

  .proposal_wrap {
    padding: 30px;
  }

  /*******************************************************************/
  header {
    padding: 10px 0;
  }

  .logo_wrap_mob {
    display: flex;
    align-items: center;
    width: 75%;
  }

  .logo_wrap_mob .logo1 {
    margin-right: 20px;
  }

  .logo1_wrap {
    /* display: none; */
  }

  .logo1:after {
  }

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

  .logo1_wrap,
  .logo2_wrap {
    display: flex;
    align-items: center;
    width: 42%;
    /* margin-right: -20px; */
    margin-bottom: 10px;
  }

  .logo1 img {
    width: 150px;
  }

  .logo2 img {
    width: 150px;
  }

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

  .phone_wrap {
    margin-right: 0;
    align-items: center;
    width: 100%;
  }

  .phone_wrap .popup {
    display: none;
  }

  .logo2_wrap .logo2 {
    display: none;
  }

  .top_phone {
    width: fit-content;
  }

  .top_addr {
    display: none;
  }

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

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

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

  header .m_btn span:nth-child(2) {
    top: calc(50% - 1px);
    top: 9px;
    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: block;
    position: fixed;
    top: 107px;
    background: #333333;
    width: 100%;
    height: auto;
    right: -100%;
    left: unset;
    transition: all 0.3s linear;
    z-index: 2;
    padding: 10px 0;
  }

  .menu.active {
    right: 0;
  }

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

  .menu a {
    margin: 10px 0;
  }

  .banner {
/*    background: url("../img/bg1_mob.jpg") 50% bottom no-repeat #efefef;
    background-size: 100%;
    padding-bottom: 0;
    margin-top: 0;
    height: calc( 100vw + 120px) !important;*/
  }

  .banner.banner2 {
/*    background: url("../img/bg2_mob.jpg") 50% bottom no-repeat #efefef;
    background-size: 100%;
    padding-bottom: 0;
    margin-top: 0;*/
  }

  .banner2 .title_container,
  .banner3 .title_container {
    padding: 20vw 0 28vw;
    background: none;
  }

  .title_container {
    margin: 0 auto;
    padding: 20vw 0 28vw;
    top: 5vw !important;
  }
 
  .banner-props {
    flex-direction: column;
    gap: 2vw;
}
.banner-props__item {
    font-size: 5vw;
}
.banner-props__text {}
.banner-props__text b {}
.banner-props__sep {
    display: none;
}

  .banner3 .title1 {
  font-size: 8vw;
  }

  .title2 {
    color: #333333;
    font-size: 6.5vw !important;
  }

  .title2 b {
    display: block;
    /* margin-bottom: 180px; */
    /* font-size: 36px; */
  }

  .title2 span {
    font-size: inherit;
  }

  .title2 .br_mob {
    display: block;
  }

  .title3 {
    color: #333333;
    font-size: 5vw !important;
    margin-top: 2vw;
  }

  .title3 .br_mob {
    display: block;
  }

  .title_container .btn {
    /*width: 100%;*/
    margin-top: 10px;
  }

  .timer_block .container {
    display: block;
    align-items: center;
    height: 170px;
  }

  .timer_block .timer {
    margin: -10px -200px;
  }

  .timer_title {
    padding-top: 10px;
    font-size: 24px;
    text-align: center;
  }

  div[id^="timer"] {
    transform: scale(0.49) !important;
    white-space: nowrap;
  }

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

  .ags_list {
    flex-direction: column;
  }

  .ags_list a {
    padding-left: 60px !important;
    margin-bottom: 15px;
  }

  .cars_items:before {
    display: none;
  }

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

  .car_item {
    width: 100%;
    background-size: 100% !important;
    margin-bottom: 70px;
    background: url(../img/best_bg.png) 50% 50% no-repeat;
  }

  .car_name {
    padding-left: 20px;
    font-size: 34px;
  }

  .car_techs {
    padding-left: 20px;
  }

  .techs_list {
    flex-direction: column;
    left: 20px;
  }

  .techs_list > div {
    padding: 0;
    border: none;
    margin-bottom: 10px;
  }

  .techs_list > div:last-child {
    margin-bottom: 0;
  }

  .techs_list > div span {
    display: inline-block;
    margin-bottom: 0;
  }

  .car_img {
    min-height: auto;
    display: flex;
    justify-content: center;
  }

  /************************************************************************/
  .service {
    padding: 40px 0;
  }

  .serv_list {
    grid-template-columns: 1fr;
  }

  .serv_title {
    margin-bottom: 30px;
  }

  .serv_list > div {
    justify-content: flex-start !important;
    border-right: none !important;
    border-bottom: 1px solid #ffffff !important;
    height: auto;
    padding: 30px 0;
  }

  .serv_list > div.ico5 {
    border-bottom: none !important;
  }

  .serv_list > div span {
    font-size: 16px;
  }

  .serv_car {
    display: none;
  }

  .serv_bottom {
    padding: 20px;
  }

  .serv_text {
    font-size: 16px;
  }

  .serv_text br {
    display: none;
  }

  .serv_bottom .btn {
    width: 100%;
  }

  .serv_offers {
    padding: 40px 0;
  }

  .serv_offers_title {
    font-size: 22px;
  }

  .serv_offers_list {
    flex-direction: column;
  }

  .serv_offers_list > div {
    width: 100%;
    margin-bottom: 20px;
  }

  .serv_offers_list > div .serv_offer_text {
    top: 20px;
    left: 20px;
  }

  .serv_offers_list > div img {
    width: 100%;
  }

  /************************************************************************/
  .credit {
    background: #558b7f;
    padding: 0;
  }

  .credit > img {
    display: block;
  }

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

  .cred_title {
    margin-bottom: 20px;
    font-size: min(10vw, 53px);
  }

  .cred_props {
    flex-direction: column;
  }

  .cred_props a {
    width: 100%;
    padding: 20px 0 20px 90px;
    height: auto;
    margin-bottom: 10px;
    background-position: 20px 50% !important;
  }

  .cred_wrap .btn {
    width: 100%;
    margin-top: 15px;
    background: #333333;
    color: #ffffff;
  }



  /**********************
        CORP
**********************/

.corp {
    padding: 30px 0;
}
.corp__img {
    top: unset;
    bottom: 0%;
    width: 59%;
}
.corp__img img {}
.corp__bg {
    width: 100%;
}
.corp__bg img {}
.corp__content {
    position: static;
    margin-top: 30px;
}
.corp__container {}
.corp__wrap {}
.corp__title {
    font-size: min(10vw, 53px);
}
.corp__comment {
    margin-top: 4vw;
    font-size: 4.4vw;
}
.corp__form {
    width: 100%;
    margin-top: 5vw;
}
.corp__form .column {}
.corp__form .column .form-group {}
.corp__form .column .form-group input {}
.corp__form .column .form-group .btn {}
.corp__form .agree_field {}



  .tradein {
    padding: 50px 0;
  }

  .tradein_img {
    display: none;
  }

  .tradein_wrap {
    padding-top: 0;
  }

  #tradein_form {
    margin-top: 20px;
    flex-direction: column;
  }

  #tradein_form .column {
    width: 100%;
  }

  #tradein_form .btn {
    width: 100%;
  }

  .why {
    margin-top: 50px;
  }

  .why_title {
    font-size: 30px;
    margin-bottom: 20px;
  }

  .why_list {
    grid-template-columns: 1fr;
  }

  .why_list a {
    min-height: unset;
    padding-left: 30px;
  }

  .why_list a span {
    min-height: 160px !important;
  }

  .why_list a span br {
    display: none;
  }

  .why_list a span:before {
    display: none;
  }

  .contacts:before {
    width: 51.7%;
  }

  .offer {
    margin-top: 50px;
  }

  .offer_wrap:after {
    right: -130px;
  }

  .offer_img {
    display: none;
  }

  .offer_title {
    font-size: 30px;
  }

  #offer_form .form-group {
    width: 100%;
  }

  #offer_form {
    margin-top: 30px;
    flex-direction: column;
  }

  #offer_form .agree_field {
    width: 100%;
  }

  .offer_car {
    margin-left: 0;
  }

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

  footer {
    padding-bottom: 100px;
  }

  .cont_wrap {
    flex-direction: column;
  }

  .contacts:before,
  .contacts:after {
    display: none;
  }

  .cont_info {
    margin: 35px 0;
  }

  #map1 {
    width: 100%;
    height: 350px;
    background-position: 40% 50%;
    margin-top: 30px;
  }

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

  .yur_link {
    margin-bottom: 10px;
  }

  .foot_logo1 {
    margin-right: 10px;
  }

  .cars_items:after {
    display: none;
  }

  .cars_items:before {
    display: none;
  }

  /*    .car_item#x70plus .car_btns {
            margin-top: 303px;
        }*/
  .car_item .new {
    transform: scale(0.7);
    top: -33px;
    right: -17px;
  }
}

@media screen and (max-width: 560px) {
  .banner {
    /*background-size: 430px auto !important;*/
  }

  .title_container {
    /*padding: 48vw 0 14px;*/
  }

  .top_addr {
    font-size: 3.2vw;
    padding-left: 18px;
    padding-right: 46px;
    background: url("../img/ico_loc.png") 1.1vw 0.9vw no-repeat;
    background-size: 9px;
    margin-left: 0px;
  }

  .proposal {
    /* height: 92vh; */
    padding: 14px;
  }

  .proposal_wrap {
    padding: 14px;
  }

  .proposal_name {
    font-size: 30px;
  }

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

  .cont_dealer b {
    font-size: 36px;
  }
}

/*MOBILE END*/

/* Portrait phones and smaller */
@media (max-width: 420px) {
  .run_now {
    height: 46px;
  }
  .run_now_cont div {
    font-size: 16px;
  }
  .title1 {
    font-size: 22px;
  }

  .banner {
    /*background-size: 430px auto !important;*/
  }
}

@media (max-width: 390px) {
  .phone_wrap .popup {
    padding: 10px 10px;
    font-size: 14px;
  }

  .top_phone {
    font-size: 16px;
  }

  .title2 b {
    /* margin-bottom: 145px; */
  }

  .title1 {
    font-size: 19px;
  }

  .title2 {
    font-size: 22px;
  }

  .title3 {
    font-size: 18px;
  }

  .timer_block .container {
    height: 117px;
  }

  .timer_block .timer {
    margin: -35px -250px;
  }

  .timer_title {
    padding-top: 10px;
    font-size: 17px;
  }

  div[id^="timer"] {
    transform: scale(0.35) !important;
    white-space: nowrap;
  }

  .proposal {
    /* height: 64vh; */
  }

  /*    .car_item#x70plus .car_btns {
            margin-top: 267px;
        }*/
}

@media (max-width: 375px) {
  .proposal {
    /* height: 64vh; */
  }
}

@media (max-width: 360px) {
  .title_container {
    /* padding-top: 18vw; */
  }

  .proposal {
    /* height: 64vh; */
  }

  .top_addr {
    background: url("../img/ico_loc.png") 1.1vw 0.4vw no-repeat;
    background-size: 9px;
  }

  .top_addr {
    font-size: 10px;
  }

  .phone_wrap {
    margin-left: 10px;
  }

  .title1 {
    font-size: 16px;
    line-height: 27px;
  }

  .title2 b {
    /* font-size: 30px; */
    /* margin-bottom: 110px; */
  }

  .car_name,
  .proposal_name {
    font-size: 28px;
  }

  .car_btns .btn {
    font-size: 16px;
  }

  .why_title {
    font-size: 26px;
  }

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

  .offer_title {
    font-size: 24px;
  }

  .cont_dealer {
    font-size: 18px;
  }

  .cont_quest > span {
    font-size: 26px;
  }

  .bot_addr {
    font-size: 15px;
  }

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

  /*.car_item#x70plus .car_btns {}*/
}

@media (max-width: 320px) {
  .top_phone {
    font-size: 14px;
  }

  .phone_wrap .popup {
    padding: 5px 5px;
  }

  /*			.car_item#x70plus .car_btns {
            margin-top: 221px;
        }*/
}





