html {
  overflow-x: hidden;
}

body {
  position: relative;
  max-width: 1920px;
  margin: 0 auto;
  padding: 0;
  font-family: "NotoSans", sans-serif;
  font-size: 20px;
  font-weight: 400;
  color: #000000;
  background: #f2f2f2;
  overflow-x: hidden;
}

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

* {
  box-sizing: border-box;
}

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

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

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

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

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

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

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

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

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

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

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

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

form {
  display: grid;
  row-gap: 10px;
}
form .form-group {
  position: relative;
}

form .form-group-btn {
  display: grid;
  row-gap: 10px;
}

form .form-group input[type="text"],
form .form-group input[type="tel"] {
  width: 100%;
  height: 56px;
  padding: 0 20px;
  font-family: "NotoSans", sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #000000;
  box-sizing: border-box;
  background: transparent;
  border: 1px solid #797979;
  outline: none;
}
form .form-group select {
  width: 100%;
  height: 56px;
  padding: 0 20px;
  font-family: "NotoSans", sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #000000;
  background: url(../img/select_up.svg) 96% 50% no-repeat;
  border: 1px solid #797979;
  appearance: none;
}
form .form-group select option {
  color: #000000;
}
form .form-group button {
  font-family: "NotoSans", sans-serif;
  width: 100%;
  height: 58px;
  cursor: pointer;
  outline: none;
  border: none;
}
form ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #000000;
}

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

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

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

.cookies {
  box-shadow: 0 0.625em 1.875em rgba(0, 0, 2, 0.3);
  padding: 15px;
  background: #ffffff;
  border-radius: 10px;
  width: 385px;
  max-width: 100%;
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 20;
}

#cookies-banner.hidden {
  display: none;
}

.cookies_text {
  font-size: 14px;
}

.cookies_text b {
  display: block;
  font-size: 16px;
  margin-bottom: 15px;
}

.cookies_text a {
  font-weight: 600;
}

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

.agree_field {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  font-size: 10px;
  font-weight: 400;
  line-height: 100%;
  color: #797979;
  cursor: pointer;
}
.agree_field a {
  color: #797979;
}
.agree_field input {
  position: absolute;
  left: -5000px;
  visibility: hidden;
}

.agree_field input + a {
  color: #797979;
}

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

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

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

#form_popup {
  display: none;
}

.popup_container {
  display: inline-grid;
  row-gap: 10px;
  width: 520px;
  max-width: 100%;
  padding: 5px 29px;
  overflow: hidden !important;
  position: relative;
  box-sizing: border-box;
  background: #ffffff;
  text-align: center;
  padding-bottom: 30px;
}

.popup_container .agree_field {
  font-size: 10px;
  color: #000000;
  text-align: left;
}

.popup_container .agree_field a {
  color: #000000;
}

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

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

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

.popup_container .form-group input[type="text"],
.popup_container .form-group input[type="tel"] {
  width: 100%;
  height: 56px;
  padding: 0 20px;
  font-family: "Noto Sans", sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #000000;
  box-sizing: border-box;
  background: transparent;
  border: 1px solid #797979;
  outline: none;
}

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

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

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

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

.popup_container .form-group textarea {
  display: block;
  width: 100%;
  height: 100px;
  margin-bottom: 10px;
  padding: 10px;
  font-size: 16px;
  color: #000000;
  text-decoration: none;
  text-align: left;
  border: 1px solid #797979;
  resize: none;
  box-sizing: border-box;
  outline: none;
}

.popup_container .form-group button {
  cursor: pointer;
}

.fancybox-content {
  color: #000000;
  background: #ffffff;
}

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

.form_title {
  margin: 0;
  padding: 0;
  padding-bottom: 47px;
  color: #000000;
  font-size: 36px;
  text-align: center;
}

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

.btn {
  position: relative;
  width: 224px;
  height: 58px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 400;
  font-size: 16px;
  color: #ffffff;
  text-align: center;
  text-decoration: none;
  clip-path: polygon(
    12px 0,
    100% 0,
    100% calc(100% - 12px),
    calc(100% - 12px) 100%,
    0 100%,
    0 12px
  );
  background: #000000;
  overflow: hidden;
  cursor: pointer;
  transition: all 0.2s linear;
}
.btn span {
  position: relative;
  z-index: 3;
}
.btn:hover {
  background: #3c4650;
}
.btn:before {
  content: "";
  height: 100%;
  position: absolute;
  top: 0;
  left: -50px;
  transition: 0.5s;
  transform: skewX(45deg);
  z-index: 2;
}
.btn:before {
  width: 0;
  background: #ffffff7f;
}
.btn:hover:before {
  width: 200%;
}

.btn.white {
  color: #000000;
  background: #ffffff;
}
.btn.white:hover {
  color: #ffffff;
}
.btn.white:before {
  background: #5e5871;
}

.btn.glass {
  color: #000000;
  background: #000000;
}
.btn.glass:hover {
  color: #ffffff;
  background: #5e5871;
}
.btn.glass:before {
  background: #5e5871;
}
.btn.glass:after {
  content: "";
  position: absolute;
  top: 1px;
  left: 1px;
  right: 1px;
  bottom: 1px;
  clip-path: polygon(
    11px 0,
    100% 0,
    100% calc(100% - 11px),
    calc(100% - 11px) 100%,
    0 100%,
    0 11px
  );
  background: #f2f2f2;
}

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

.anim {
  opacity: 0;
  transform: translateY(100px);
  transition: all 0.6s ease-out;
}
.anim.animated {
  opacity: 1;
  transform: translateX(0);
}

.slick-arrow {
  position: absolute;
  top: 50%;
  margin-top: -28px;
  width: 40px;
  height: 40px;
  background: url(../img/btn_arrows.svg) 50% 50% no-repeat;
  border: none;
  font-size: 0;
  cursor: pointer;
  z-index: 2;
  transition: all 0.2s linear;
}
.slick-prev {
  left: 0;
  transform: rotate(-90deg);
}
.slick-next {
  right: 0;
  transform: rotate(90deg);
}
.slick-arrow.slick-disabled {
  opacity: 0.35;
}

.slick-dots {
  width: 100%;
  display: flex;
  justify-content: center;
  column-gap: 8px;
  margin-top: 16px;
  margin-bottom: 0;
}
.slick-dots li {
  width: 25px;
  height: 2px;
  background: #9b9b9b;
  opacity: 0.2;
  transition: all 0.2s linear;
}
.slick-dots li.slick-active {
  opacity: 1;
}
.slick-dots li button {
  display: none;
}

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

.header {
  position: fixed;
  left: 0;
  width: 100%;
  background: #000000;
  z-index: 8;
}
.header .header_wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 23px 0;
}
.logo_wrap {
  display: flex;
  align-items: center;
}
.logo1 {
  position: relative;
  display: flex;
  align-items: center;
  margin-right: 20px;
  padding-right: 20px;
}
.logo1:before {
  content: "";
  position: absolute;
  right: 0;
  width: 1px;
  height: 20px;
  background: #797979;
}
.logo1 .logo1_anim {
  margin-left: 14px;
  position: relative;
}
.logo1 .logo1_anim img {
  opacity: 1;
  animation-name: logo_anim;
  animation-delay: 0s;
  animation-duration: 5s;
  animation-fill-mode: forwards;
  animation-iteration-count: infinite;
}
.logo1 .logo1_anim img:first-child {
  position: absolute;
  top: 50%;
  left: 0px;
  transform: translateY(-50%) scaleY(0);
}
.logo1 .logo1_anim img:first-child {
  animation-name: logo_anim2;
  animation-delay: 0s;
  animation-duration: 5s;
  animation-fill-mode: forwards;
  animation-iteration-count: infinite;
}
@keyframes logo_anim {
  10% {
    transform: scaleY(1);
  }
  20% {
    transform: scaleY(0);
  }
  50% {
    transform: scaleY(0);
  }
  60% {
    transform: scaleY(1);
  }
}
@keyframes logo_anim2 {
  20% {
    transform: translateY(-50%) scaleY(0);
  }
  30% {
    transform: translateY(-50%) scaleY(1);
  }
  40% {
    transform: translateY(-50%) scaleY(1);
  }
  50% {
    transform: translateY(-50%) scaleY(0);
  }
}
.logo2 {
  font-size: 16px;
  font-weight: 400;
  color: #ffffff;
}
.header .top_addr {
  position: relative;
  display: flex;
  align-items: center;
  padding-left: 36px;
  font-size: 20px;
  font-weight: 400;
  color: #ffffff;
}
.header .top_addr:before {
  content: "";
  position: absolute;
  left: 0;
  width: 24px;
  height: 24px;
  background: url(../img/top_addr_ico.svg) no-repeat;
}

.header .top_phone {
  position: relative;
  display: flex;
  align-items: center;
  padding-left: 32px;
}
.header .top_phone a {
  font-size: 20px;
  font-weight: 400;
  color: #ffffff;
}
.header .top_phone:before {
  content: "";
  position: absolute;
  left: 0;
  width: 24px;
  height: 24px;
  background: url(../img/top_phone_ico.svg) no-repeat;
}
.header .btn {
  width: 285px;
}
.header .m_btn {
  display: none;
}
.menu {
  background: #ffffff;
}
.menu_item {
  display: flex;
  justify-content: center;
  column-gap: 40px;
  padding: 13px 0;
}
.menu_item a {
  font-size: 16px;
  font-weight: 400;
  color: #000000;
  transition: all 0.2s linear;
}
.menu_item a:hover {
  color: #5e5871;
}

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

.banner {
  margin-top: 152px;
}
.banner .banner_item picture {
  display: flex;
  justify-content: center;
}
.banner .banner_item picture img {
  max-width: initial;
}
.banner .title_container {
  position: absolute;
  top: 42px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: fit-content;
  padding-left: 29px;
  border-left: 2px solid #5E5871;
  color: #ffffff;
}

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

.banner .title_container .title_date {
  font-size: 20px;
  font-weight: 400;
  text-transform: uppercase;
}

.banner .title_container .title1 {
  margin-top: 17px;
  font-size: 32px;
  font-weight: 500;
}
.banner .title_container .title2 {
  font-size: 42px;
  font-weight: 400;
}

.banner_profit {
  margin-top: 12px;
  display: flex;
  align-items: center;
  column-gap: 15px;
  width: fit-content;
  height: 40px;
  padding: 0 13px 0 17px;
  font-size: 16px;
  font-weight: 400;
  color: #ffffff;
  clip-path: polygon(12px 0, 100% 0, 100% calc(100% - 12px), calc(100% - 12px) 100%, 0 100%, 0 12px);
  background: #5E5871;
}
.banner_profit:before {
  content: '';
  position: relative;
  display: block;
  width: 24px;
  height: 24px;
  background: url(../img/banner_profit_ico.svg) no-repeat;
}

.banner sup {
  font-size: 50%;
}

.gradient-bg {
  position: relative;
  padding: 0 10px;
  z-index: 2;
}
.gradient-bg:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, #58536A 0, #B0A6D2 50%, #58536A 100%);
  border-radius: 8px;
  z-index: -1;
}

.banner .title_container .btn {
  margin: 10px auto 0;
  width: 285px;
  margin-bottom: -29px;
  background-color: #58536a;
}

.timer_block {
  padding: 20px 0;
  background: #000000;
}
.timer_wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.timer_title {
  font-size: 28px;
  font-weight: 700;
  text-transform: uppercase;
  color: #ffffff;
}
.timer_form {
  width: 49%;
}
#timer_form {
  margin-top: 16px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#timer_form .form-group:nth-child(7) {
  width: 45%;
}
#timer_form .form-group:nth-child(8) {
  width: 52%;
}
#timer_form .form-group input[type="text"],
#timer_form .form-group input[type="tel"] {
  color: #ffffff;
  border-color: #f2f2f2;
}
#timer_form .form-group input[type="text"]::placeholder,
#timer_form .form-group input[type="tel"]::placeholder {
  color: #ffffff;
}
#timer_form .agree_field input + span {
  border-color: #f2f2f2;
}
#timer_form .agree_field input:checked + span {
  background: #f2f2f2;
}
#timer_form .agree_field,
#timer_form .agree_field a {
  color: #f2f2f2;
}

/*
.timer {
    width: 50%;
    display: flex;
    justify-content: center;
}
.timer_block .timer span[id^='timer-number-'][id$='-days'],
.timer_block .timer span[id^='timer-number-'][id$='-hours'],
.timer_block .timer span[id^='timer-number-'][id$="-minutes"],
.timer_block .timer span[id^='timer-number-'][id$="-secundes"] {
    font-weight: 700;
}
.timer_block .timer .timer-separator {
    font-weight: 700;
}
*/

.sinoby-timer {
  width: 50%;
}

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

.offers {
  background: url("../img/offers_bg.jpg") 50% 0 no-repeat;
  background-size: auto 100%;
}
.offers_wrapper {
  padding: 40px 0;
}
.offers_title {
  font-size: 32px;
  font-weight: 400;
  color: #ffffff;
  line-height: 150%;
}
.offers_title b {
  font-weight: 700;
  text-transform: uppercase;
}
.offers .btn {
  margin-top: 16px;
  width: 285px;
}

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

.cars_menu {
  margin-top: 80px;
}
.cars_menu_list {
  margin-top: 50px;
  display: flex;
  justify-content: space-between;
  column-gap: 20px;
}
.cars_menu_list a {
  position: relative;
  width: 24%;
  height: 120px;
  padding: 0 30px;
  display: flex;
  align-items: center;
  overflow: hidden;
  z-index: 2;
}
.cars_menu_list a:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(94.99deg, #b1b1b7 0.4%, #dfdfdf 76.72%);
  z-index: -1;
  transition: all 0.2s linear;
}
.cars_menu_list a:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  background: linear-gradient(94.99deg, #555066 0.4%, #dfdfdf 76.72%);
  z-index: -1;
  transition: all 0.2s linear;
}
.cars_menu_list a:hover:before {
  opacity: 0;
}
.cars_menu_list a:hover:after {
  opacity: 1;
}
.cars_menu_title {
  position: relative;
  display: flex;
  flex-direction: column;
  row-gap: 15px;
  padding-left: 20px;
  font-size: 16px;
  font-weight: 700;
  color: #000000;
  text-transform: uppercase;
  border-left: 1px solid #000000;
  transition: all 0.2s linear;
}
.cars_menu_list a:hover .cars_menu_title {
  color: #ffffff;
  border-color: #ffffff;
}
.cars_menu_list a .cars_menu_title img {
  transition: all 0.2s linear;
}
.cars_menu_list a:hover .cars_menu_title img {
  filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(21deg)
    brightness(101%) contrast(104%);
}
.cars_menu_imgs {
  position: absolute;
  right: 0;
}

.car_item {
  margin-top: 80px;
}
.car_name {
  width: fit-content;
  display: flex;
  flex-direction: column;
  row-gap: 20px;
  padding-left: 20px;
  font-size: 24px;
  font-weight: 400;
  color: #797979;
  text-transform: uppercase;
  line-height: 100%;
  border-left: 2px solid #797979;
}
.car_wrapper {
  margin-top: 26px;
  position: relative;
  display: flex;
  align-items: start;
  column-gap: 100px;
  background: linear-gradient(93.94deg, #f5f5f6 1.27%, #adadb3 98.67%);
  padding: 0 87px 40px 40px;
  z-index: 2;
}
.car_wrapper:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("../img/car_wrapper_decor.svg") 100% 100% no-repeat;
  z-index: -1;
}
.car_plashka {
  position: absolute;
  top: -60px;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 60px;
  padding: 0 60px;
  font-size: 24px;
  font-weight: 500;
  text-transform: uppercase;
  color: #ffffff;
  background: linear-gradient(90deg, #e90000 0%, #a70000 100%);
}
.car_block {
  position: relative;
  margin-top: 40px;
  z-index: 3;
}
.car_profit {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  justify-content: center;
  align-items: center;
  width: 150px;
  height: 150px;
  font-size: 18px;
  font-weight: 400;
  color: #ffffff;
  text-align: center;
  background: linear-gradient(219.31deg, #524d62 11.95%, #5e5871 81.38%);
  border-radius: 150px;
  z-index: 2;
}
.car_props {
  width: 390px;
  position: relative;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.car_props:before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -0.5px;
  width: 1px;
  height: 100%;
  background: #79797966;
}
.car_props:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -0.5px;
  width: 100%;
  height: 1px;
  background: #79797966;
}
.car_props a {
  position: relative;
  display: flex;
  flex-direction: column;
  row-gap: 10px;
  width: 50%;
  min-height: 196px;
  font-size: 20px;
  font-weight: 400;
  color: #000000;
  transition: all 0.2s linear;
}
.car_props a:hover {
  color: #5e5871;
}
.car_props a:nth-child(1):hover {
  transform: scale(1.2) translate(14px, 14px);
}
.car_props a:nth-child(2):hover {
  transform: scale(1.2) translate(-14px, 14px);
}
.car_props a:nth-child(3):hover {
  transform: scale(1.2) translate(14px, -14px);
}
.car_props a:nth-child(4):hover {
  transform: scale(1.2) translate(-14px, -14px);
}
.car_props a b {
  font-weight: 700;
}
.car_props a:nth-child(even) {
  align-items: end;
  text-align: right;
}
.car_props a:nth-child(3),
.car_props a:nth-child(4) {
  justify-content: end;
}
.car_props a:before {
  content: "";
  position: relative;
  width: 24px;
  min-height: 24px;
  transition: all 0.2s linear;
}
.car_props a:hover:before {
  filter: invert(34%) sepia(7%) saturate(1431%) hue-rotate(214deg)
    brightness(98%) contrast(89%);
}
.car_props .ico1:before {
  background: url(../img/car_props_ico1.svg) no-repeat;
}
.car_props .ico2:before {
  background: url(../img/car_props_ico2.svg) no-repeat;
}
.car_props .ico3:before {
  background: url(../img/car_props_ico3.svg) no-repeat;
}
.car_props .ico4:before {
  background: url(../img/car_props_ico4.svg) no-repeat;
}

.car_wrap {
  margin-top: -90px;
  width: 70%;
  display: flex;
  flex-direction: column;
  row-gap: 30px;
}
.img_block {
  display: flex;
  justify-content: space-between;
  align-items: end;
}
.dots {
  display: flex;
  flex-direction: column;
  row-gap: 15px;
  margin-bottom: 10px;
}
.dots .dot_color {
  width: 30px;
  height: 30px;
  border-radius: 50px;
  cursor: pointer;
}
.dots .dot_color.active {
  border: 1px solid #797979;
}
.car_tehs {
  display: flex;
  column-gap: 60px;
  margin-left: 20%;
}
.car_tehs > div {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 4px;
  padding-bottom: 5px;
  color: #797979;
  transition: all 0.2s linear;
}
.car_tehs > div:hover {
  color: #000000;
}
.car_tehs > div:before {
  content: "";
  position: absolute;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: #000000;
}
.car_tehs > div span {
  font-size: 14px;
  font-weight: 400;
}
.car_tehs > div b {
  font-size: 20px;
  font-weight: 700;
}

.car_btns {
  margin-top: 20px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  column-gap: 20px;
}
.car_btns .btn {
  width: 33%;
}

.car_gallery {
  margin-top: 20px;
  display: flex;
  justify-content: space-between;
  column-gap: 20px;
}
.car_gallery a {
  width: 24%;
}

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

#instock {
  margin-top: 80px;
  padding: 40px 0;
  background: #000000;
}
#instock .section_item {
  color: #ffffff;
}
#filter_table {
  display: none;
}
.filter_quick_menu {
  margin-top: 50px;
  margin-bottom: 0;
  display: flex;
  justify-content: center;
  column-gap: 30px;
}
.filter_quick_menu li {
  position: relative;
  font-size: 24px;
  text-transform: uppercase;
  color: #797979;
  padding-bottom: 9px;
  cursor: pointer;
}
.filter_quick_menu li.current,
.filter_quick_menu li:hover {
  color: #ffffff;
}
.filter_quick_menu li:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background: #ffffff;
  opacity: 0;
  transition: all 0.2s linear;
}
.filter_quick_menu li.current:before,
.filter_quick_menu li:hover:before {
  opacity: 1;
}
#tb_complects {
  margin-top: 40px;
  width: 100%;
}
#tb_complects tbody tr:nth-child(1) {
  display: none;
}
#tb_complects tbody tr td:before {
  display: none;
}
#tb_complects tbody {
  display: flex;
  flex-wrap: wrap;
  column-gap: 2%;
  row-gap: 40px;
}
#tb_complects .item {
  position: relative;
  width: 49%;
  display: flex;
  flex-direction: column;
}
.compl_props {
  display: flex;
  justify-content: space-between;
  column-gap: 20px;
}
.compl_props > a {
  width: 49%;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 10px;
  min-height: 60px;
  font-size: 22px;
  font-weight: 400;
  color: #ffffff;
  background: linear-gradient(90deg, #000000 0%, #5e5871 100%);
}
.compl_props > a:before {
  content: "";
  position: relative;
  display: block;
  min-width: 24px;
  height: 24px;
}
.compl_props .ico1:before {
  background: url(../img/compl_props_ico1.svg) no-repeat;
}
.compl_props .ico2:before {
  background: url(../img/compl_props_ico2.svg) no-repeat;
}
.compl_wrapper {
  display: flex;
  justify-content: space-between;
  align-items: end;
  padding: 36px 0 46px 30px;
  background: #ffffff;
}
.compl_block {
  width: 360px;
}
.compl_name {
  display: flex;
  align-items: center;
}
.compl_model {
  display: flex;
  flex-direction: column;
  row-gap: 12px;
  margin-right: 15px;
  padding-right: 20px;
  border-right: 1px solid #000000;
}
.compl_model b {
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 100%;
}
.compl_name span {
  font-size: 20px;
  font-weight: 500;
  text-transform: uppercase;
  color: #797979;
}
.compl_tehs {
  margin-top: 22px;
}
.compl_tehs > div {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 8px;
  padding-bottom: 5px;
  border-bottom: 1px solid #79797933;
}
.compl_tehs > div:last-child {
  margin-bottom: 0;
}
.compl_tehs > div span {
  font-size: 14px;
  font-weight: 400;
}
.compl_tehs > div b {
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
  color: #797979;
}
.tb_complects_showmore {
  display: block;
  margin-top: 40px;
  font-size: 16px;
  color: #ffffff;
  text-decoration: underline;
}
#tb_complects .item .btns {
  margin-top: 20px;
  display: flex;
  justify-content: space-between;
  column-gap: 20px;
}
#tb_complects .item .btns .btn {
  width: 49%;
}
#tb_complects .item .btns .btn.glass {
  background: #ffffff;
}
#tb_complects .item .btns .btn.glass span {
  color: #ffffff;
}
#tb_complects .item .btns .btn.glass:hover {
  background: #5e5871;
}
#tb_complects .item .btns .btn.glass:after {
  background: #000000;
}

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

.tradein {
  padding: 140px 0;
  background: url(../img/tradein_bg.jpg) no-repeat;
}
.tradein_block {
  width: 390px;
}
.tradein .section_item {
  color: #ffffff;
}
.tradein_comment {
  margin-top: 20px;
  font-size: 20px;
  font-weight: 400;
  color: #ffffff;
}
.tradein .btn {
  margin-top: 20px;
  width: 384px;
}
#tradein_form {
  margin-top: 20px;
}
#tradein_form .form-group select {
  color: #ffffff;
  border-color: #ffffff;
  background: url(../img/select_up_white.svg) 96% 50% no-repeat;
}
#tradein_form .form-group input[type="text"],
#tradein_form .form-group input[type="tel"] {
  color: #ffffff;
  border-color: #ffffff;
}
#tradein_form .form-group input[type="text"]::placeholder,
#tradein_form .form-group input[type="tel"]::placeholder {
  color: #ffffff;
}
#tradein_form .form-group-btn {
  margin-top: 10px;
}
#tradein_form .agree_field input + span {
  border-color: #f2f2f2;
}
#tradein_form .agree_field input:checked + span {
  background: #f2f2f2;
}
#tradein_form .agree_field,
#tradein_form .agree_field a {
  color: #f2f2f2;
}

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

.credit {
  position: relative;
}
.credit_wrapper {
  display: flex;
  justify-content: right;
}
.credit_img {
  position: absolute;
  top: 0;
  right: 58%;
  height: 100%;
  display: flex;
  justify-content: right;
}
.credit_img img {
  max-width: initial;
}
.credit_wrap {
  width: 58.1%;
  position: relative;
  padding: 40px;
  z-index: 2;
}
.credit_wrap:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 118%;
  height: 100%;
  background: linear-gradient(100.24deg, #ffffff 0%, #b3b3b9 98.87%);
  z-index: -1;
}
.credit_wrap:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 118%;
  height: 100%;
  background: url(../img/credit_wrap_decor.png) 100% 0 no-repeat;
  background-size: auto 100%;
  z-index: -1;
}
.credit_title {
  margin-top: 20px;
  font-size: 20px;
  font-weight: 400;
}
#credit_form {
  margin-top: 25px;
  display: flex;
  justify-content: right;
  flex-wrap: wrap;
  column-gap: 2%;
  row-gap: 40px;
}
#credit_form .form-group {
  position: relative;
  width: 49%;
}
#credit_form .range {
  position: relative;
}
#credit_form .form-group-title {
  position: absolute;
  top: -26px;
  font-size: 16px;
  font-weight: 400;
  color: #797979;
}
#credit_form .irs--flat {
  height: auto;
  position: absolute;
  bottom: 0;
  width: 100%;
}
#credit_form .irs-line {
  background: none !important;
}
#credit_form .irs-from {
  position: relative;
  color: #000000;
}
#credit_form .irs-single {
  display: none !important;
}
#credit_form .irs-min,
#credit_form .irs-max {
  display: block;
  color: #797979;
  font-size: 16px;
  padding: 0;
  background: none;
  visibility: visible !important;
  top: unset;
  bottom: -26px;
}
#credit_form .irs-bar {
  height: 2px;
  background: #000000;
}
#credit_form .irs-handle {
  background: #000000;
  width: 10px;
  height: 10px;
  cursor: pointer;
  top: 20px;
}
#credit_form .irs-handle i {
  display: none;
}

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

.testdrive_wrapper {
  display: flex;
}
.testdrive_wrap {
  width: 41.9%;
  position: relative;
  padding: 56px 0;
  z-index: 2;
}
.testdrive_wrap:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 124%;
  height: 100%;
  background: linear-gradient(280deg, #ffffff 0%, #b3b3b9 98.87%);
  z-index: -1;
}
.testdrive_wrap:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 124%;
  height: 100%;
  background: url("../img/testdrive_wrap_decor.svg") no-repeat;
  z-index: -1;
}
.testdrive_title {
  margin-top: 20px;
  font-size: 20px;
  font-weight: 400;
}
#testdrive_form {
  margin-top: 20px;
  width: 390px;
}
#testdrive_form .form-group-btn {
  margin-top: 10px;
}
.testdrive_img {
  position: absolute;
  left: 42%;
  height: 100%;
  display: flex;
}
.testdrive_img img {
  max-width: initial;
}

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

.contacts_wrapper {
  position: relative;
}
.contacts_block {
  width: 470px;
  position: absolute;
  top: 56px;
  padding: 40px;
  background: #000000;
  z-index: 2;
}
.contacts .section_item {
  color: #ffffff;
}
.bottom_addr {
  margin-top: 20px;
  position: relative;
  display: flex;
  align-items: center;
  min-height: 27px;
  padding-left: 36px;
  font-size: 20px;
  font-weight: 700;
  color: #ffffff;
}
.bottom_addr:before {
  content: "";
  position: absolute;
  left: 0;
  width: 24px;
  height: 24px;
  background: url(../img/bottom_addr_ico.svg) no-repeat;
}
.contacts_wrap {
  margin-top: 40px;
  display: flex;
  flex-direction: column;
  row-gap: 15px;
}
.contacts_title {
  font-size: 20px;
  font-weight: 700;
  color: #ffffff;
}
.bottom_phone {
  position: relative;
  display: flex;
  align-items: center;
  padding-left: 36px;
}
.bottom_phone a {
  font-size: 20px;
  font-weight: 400;
  color: #ffffff;
}
.bottom_phone:before {
  content: "";
  position: absolute;
  left: 0;
  width: 24px;
  height: 24px;
  background: url(../img/bottom_phone_ico.svg) no-repeat;
}
.bottom_hour {
  position: relative;
  display: flex;
  align-items: center;
  padding-left: 36px;
  font-size: 20px;
  font-weight: 400;
  color: #ffffff;
}
.bottom_hour:before {
  content: "";
  position: absolute;
  left: 0;
  width: 24px;
  height: 24px;
  background: url(../img/bottom_hour_ico.svg) no-repeat;
}
.contacts .btn {
  margin-top: 40px;
  width: 100%;
}
#map1 {
  position: relative;
  height: 543px;
  background: url(../img/map1.jpg) 50% 0 no-repeat;
  background-size: cover;
}
.ymaps-2-1-79-inner-panes {
  -webkit-filter: grayscale(100%);
}

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

.footer {
  padding: 40px 0;
  background: #000000;
}
.footer .footer_wrapper {
  display: flex;
  justify-content: space-between;
  align-items: start;
  flex-wrap: wrap;
  gap: 12px 10px;
  padding-right: 64px;
}
.footer .logo_wrap {
  margin-top: 13px;
}
.your_info {
  margin-top: 32px;
  font-size: 12px;
  font-weight: 400;
  color: #797979;
}
.footer_block {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  row-gap: 10px;
}
.footer a {
  font-size: 12px;
  color: #ffffff;
}
.sinoby {
  /*width: fit-content;*/
  /*display: flex;*/
  /*flex-direction: column;*/
  /*row-gap: 3px;*/
  font-size: 12px;
  font-weight: 400;
  color: #ffffff;
}

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

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

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

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

@media (max-width: 1570px) {
  .timer_form {
    width: 60%;
  }
  .timer_title {
    font-size: 20px;
  }
  .timer {
    width: 38%;
  }
  .timer_block div[id^="timer"] {
    transform: scale(0.8) !important;
  }
}

@media (max-width: 1399px) {
  .sinoby-timer {
    width: 32%;
  }

  .car_wrapper {
    margin-top: 18px;
    column-gap: 40px;
    padding: 0 50px 26px 20px;
  }
  .car_wrap {
    margin-top: 0;
  }
  .car_block {
    margin-top: 20px;
  }
  .car_props {
    width: 340px;
  }
  .car_props a {
    min-height: 170px;
  }
  .dots {
    row-gap: 8px;
    margin: 0;
  }
  .dots .dot_color {
    width: 24px;
    height: 24px;
  }
  .car_tehs {
    margin: 0;
    justify-content: center;
    column-gap: 28px;
  }

  .compl_props > a {
    font-size: 16px;
  }
}

@media (max-width: 1290px) {
  .logo1 {
    margin-right: 14px;
    padding-right: 14px;
  }
  .logo1 img:first-child {
    width: 54px;
  }
  .logo1 .logo1_anim img {
    width: 100px;
  }
  .header .top_addr {
    font-size: 14px;
  }
  .header .top_phone a {
    font-size: 14px;
  }
  .header .btn {
    width: 206px;
  }

  .compl_wrapper {
    padding: 20px;
    flex-direction: column-reverse;
  }
  .compl_img {
    width: 100%;
    display: flex;
    justify-content: center;
  }
  .compl_block {
    margin-top: 10px;
    width: 100%;
  }
}

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

/*IPAD PRO BEGIN*/

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

@media (max-width: 991px) {
  .header .header_wrapper {
    padding: 16px 0;
  }
  .header .top_addr {
    display: none;
  }
  .header .btn {
    display: none;
  }
  .header .m_btn {
    display: block;
    position: relative;
    width: 30px;
    height: 22px;
    z-index: 1;
  }
  .header .m_btn span {
    position: absolute;
    display: block;
    width: 30px;
    height: 2px;
    background: #ffffff;
    transition: all 0.2s 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(-47deg);
    top: 0;
  }
  .header .m_btn.active span:nth-child(2) {
    opacity: 0;
  }
  .header .m_btn.active span:nth-child(3) {
    transform-origin: bottom right;
    transform: rotate(45deg);
    bottom: -1px;
  }
  .header .menu {
    position: fixed;
    width: 100%;
    top: 68px;
    left: 100%;
    background: #ffffff;
    z-index: 10;
    height: auto;
    transition: all 0.2s linear;
    overflow: scroll;
  }
  .header .menu.active {
    left: 0;
  }
  .header .menu_item {
    flex-direction: column;
    align-items: center;
    row-gap: 12px;
  }
  .banner {
    margin-top: 68px;
  }
  .banner picture img {
    width: 100%;
  }
  .banner .title_container {
    position: relative;
    top: 0;
    left: initial;
    right: initial;
    padding: 2vw 0;
    border: none;
    color: #000000;
  }
  .banner .title_container .title1 {
    margin-top: 1vw;
    font-size: 4vw;
  }
  .banner .title_container .title1 b {
    font-size: 5vw;
  }
  .banner .title_container .title2 {
    margin-top: 2vw;
    font-size: 4vw;
  }
  .banner .title_container .btn {
    height: 42px;
  }
  .anim {
    opacity: 1;
    transform: none;
  }
  .timer_form {
    width: 100%;
    max-width: 620px;
  }
  .timer_wrapper {
    flex-direction: column-reverse;
    padding-top: 32px;
  }
  .timer_title {
    position: absolute;
    top: 0;
    left: 15px;
    width: 100%;
    text-align: left;
  }

  .sinoby-timer {
    width: 100%;
  }

  .offers_title {
    font-size: 24px;
  }

  .cars_menu_list {
    flex-wrap: wrap;
    gap: 16px 2%;
  }
  .cars_menu_list a {
    width: 48%;
  }

  .car_wrapper {
    flex-direction: column-reverse;
    row-gap: 20px;
    padding: 40px 16px 16px;
  }
  .car_wrap {
    width: 100%;
  }
  .img_block {
    flex-direction: column;
    row-gap: 12px;
  }
  .dots {
    width: 100%;
    flex-direction: row;
    justify-content: center;
    column-gap: 8px;
  }

  .car_block {
    width: 100%;
  }
  .car_props {
    width: 100%;
  }
  .car_wrapper:before {
    background-size: contain;
  }

  #tb_complects .item {
    width: 100%;
  }

  .credit .container {
    padding: 0;
  }
  .credit_wrapper {
    flex-direction: column;
  }
  .credit_img {
    position: relative;
    right: initial;
  }
  .credit_img img {
    width: 100%;
  }
  .credit_wrap {
    width: 100%;
  }
  .credit_wrap:before {
    width: 100%;
  }
  .credit_wrap:after {
    width: 100%;
    background-size: 100% auto;
    background-position: 100% 100%;
  }

  .testdrive .container {
    padding: 0;
  }
  .testdrive_wrapper {
    flex-direction: column-reverse;
  }
  .testdrive_wrap {
    width: 100%;
    padding: 20px;
  }
  .testdrive_wrap:before {
    width: 100%;
  }
  .testdrive_wrap:after {
    width: 100%;
    background-size: 100% auto;
    background-position: 100% 100%;
  }
  .testdrive_img {
    position: relative;
    left: 0;
    width: 100%;
  }
  .testdrive_img img {
    width: 100%;
  }
  #testdrive_form {
    width: 100%;
    max-width: 390px;
  }

  .contacts .container {
    padding: 0;
  }
  .contacts_block {
    width: 100%;
    max-width: 540px;
    position: relative;
    top: 0;
    padding: 20px;
  }

  #map1 {
    height: 360px;
  }

  .footer {
    padding: 20px 0;
  }
  .footer .footer_wrapper {
    padding-right: 0;
  }
  .footer .logo_wrap {
    margin-top: 0;
  }
  .your_info {
    margin-top: 0;
  }
}

/*IPAD END*/
@media (max-width: 980px) {
}
/*MOBILE BEGIN*/
@media (max-width: 767px) {
  .cookies {
    width: 100%;
    left: 0;
    right: 0;
    bottom: 0;
  }

  .header .header_wrapper {
    flex-wrap: wrap;
  }
  .logo1 img:first-child {
    width: 40px;
  }
  .logo1 .logo1_anim {
    margin-left: 6px;
  }
  .logo1 .logo1_anim img {
    width: 80px;
  }
  .logo2 {
    font-size: 14px;
  }
  .header .m_btn {
    position: absolute;
    top: 20px;
    right: 15px;
  }
  .header .top_phone {
    width: 100%;
    margin-top: 12px;
    padding: 0;
    display: flex;
    justify-content: center;
    column-gap: 10px;
  }
  .header .top_phone:before {
    position: relative;
    display: block;
  }
  .header .menu {
    top: 98px;
  }
  .banner {
    margin-top: 98px;
  }

  .banner .title_container {
    position: absolute;
    top: 4vw;
    left: 15px;
    right: 15px;
    margin: 0;
    width: fit-content;
    padding: 0;
    padding-left: 4vw;
    border-left: 2px solid #5E5871;
    color: #ffffff;
  }
  .banner .title_container .br_mob {
    display: block;
  }
  .banner .title_container .title_date {
    font-size: 4vw;
  }
  .banner .title_container .title1 {
    margin-top: 1vw;
    font-size: 6vw;
  }
  .banner .title_container .title2 {
    margin-top: 2vw;
    font-size: 8vw;
  }

  .timer_wrapper {
    padding-top: 52px;
  }
  .timer_title {
    font-size: 18px;
  }
  .timer_block div[id^="timer"] {
    transform: scale(0.7) !important;
    white-space: nowrap;
  }
  #timer_form .form-group:nth-child(7) {
    width: 100%;
  }
  #timer_form .form-group:nth-child(8) {
    width: 100%;
  }

  .section_item {
    font-size: 32px;
  }

  .cars_menu {
    margin-top: 30px;
  }

  .cars_menu_list {
    width: 100%;
    gap: 0;
    margin-top: 30px;
    padding: 0 50px;
  }
  .cars_menu_list a {
    margin: 0 1vw;
    padding: 2vw;
  }
  .cars_menu_title {
    max-width: 50%;
    width: fit-content;
    padding-left: 2vw;
    row-gap: 1vw;
    font-size: 2vw;
  }
  .cars_menu_list {
    padding: 0;
  }
  .cars_menu_list a {
    height: 16vw;
  }
  .cars_menu_imgs {
    position: absolute;
    right: 0;
    bottom: 0;
    max-width: 40%;
  }

  .car_tehs {
    flex-wrap: wrap;
    column-gap: 18px;
    row-gap: 14px;
  }
  .car_tehs > div b {
    font-size: 18px;
  }

  .car_plashka {
    top: 0;
    left: 0;
    right: initial;
    height: 40px;
    padding: 0 40px;
    font-size: 16px;
  }

  .car_btns {
    flex-direction: column;
    row-gap: 12px;
  }
  .car_btns .btn {
    width: 100%;
  }
  .car_gallery {
    margin-top: 14px;
    column-gap: 8px;
  }

  .compl_props {
    flex-direction: column;
  }
  .compl_props > a {
    width: 100%;
  }
  #tb_complects .item .btns {
    flex-direction: column;
    row-gap: 12px;
  }
  #tb_complects .item .btns .btn {
    width: 100%;
  }

  .contacts_wrap {
    margin-top: 16px;
  }
  .bottom_addr {
    margin-top: 10px;
    font-size: 14px;
  }
  .contacts .btn {
    margin-top: 20px;
  }
}
/*MOBILE END*/
@media (max-width: 680px) {
}

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

@media (max-width: 520px) {

  .gradient-bg:before {
    border-radius: 1vw;
  }

  .cars_menu_list {
    padding: 0;
  }

  .car_props a {
    min-height: 120px;
    font-size: 16px;
  }
  .car_profit {
    width: 120px;
    height: 120px;
    font-size: 14px;
  }
  .car_tehs {
    gap: 12px 2%;
  }
  .car_tehs > div {
    width: 48%;
    text-align: center;
  }

  .filter_quick_menu {
    column-gap: 14px;
  }
  .filter_quick_menu li {
    font-size: 16px;
  }

  .tradein {
    padding: 56px 0;
  }
  .tradein .btn {
    margin-top: 20px;
    width: 100%;
    max-width: 384px;
  }

  .testdrive_title {
    margin-top: 14px;
    font-size: 16px;
  }

  .tradein_block {
    width: 100%;
    max-width: 390px;
  }

  .credit_wrap {
    padding: 20px;
  }
  .credit_title {
    margin-top: 14px;
    font-size: 16px;
  }
  #credit_form {
    row-gap: 10px;
  }
  #credit_form .form-group {
    width: 100%;
    margin-bottom: 50px;
  }
  #credit_form .form-group:nth-child(5) {
    margin-bottom: 0;
  }
  #credit_form .form-group:nth-child(6) {
    margin-bottom: 0;
  }
}

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

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

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

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

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