* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

html {
  overflow-x: hidden;
}

body {
  font-family: "Nunito Sans", sans-serif;
  font-size: 16px;
  color: #ffffff;
  position: relative;
  font-weight: 300;
  margin: 0 auto;
  padding: 0;
  overflow-x: hidden;
  max-width: 1920px;
  background: #181b1d;
}

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

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

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

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

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

a {
  color: inherit;
  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: 100%;
  position: relative;
}

@media (min-width: 1200px) {
  .container {
    width: 1540px;
    padding: 0 30px;
  }
}

.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: 500px;
  max-width: 100%;
  padding: 30px;
  overflow: hidden;
  position: relative;
  background: #25292b;
}

.popup_container h2 {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 20px;
  text-align: center;
  color: #fff;
  padding: 0;
}

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

.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.field2 {
  margin-top: 10px;
}

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

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

.agree_field a {
  text-decoration: underline;
}

form {
}

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

form .form-group input[type="tel"],
form .form-group input[type="text"],
form .form-group input[type="number"],
form .form-group select {
  height: 48px;
  width: 100%;
  color: #000000;
  font-size: 16px;
  box-sizing: border-box;
  font-weight: 400;
  font-family: "Nunito Sans", sans-serif;
  padding: 0px 20px;
  outline: none;
  border: none;
  border-radius: 5px;
  background: rgba(255, 255, 255, 0.4);
}

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

form .form-group select {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  background: url(../img/ico_select.svg) 95% 50% no-repeat
    rgba(255, 255, 255, 0.4);
  font-family: "Nunito Sans", sans-serif;
  outline: none;
}

form .form-group button {
  width: 100%;
  cursor: pointer;
  font-family: "Nunito Sans", sans-serif;
  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: #c78e66;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 100%;
  height: 48px;
  font-size: 16px;
  font-weight: 500;
  color: #0e1214;
  text-decoration: none;
  outline: none;
  border: none;
  transition: all 0.4s ease-out;
  text-align: center;
  overflow: hidden;
  position: relative;
  border-radius: 6px;
}

.btn.dark {
  background: #181b1d;
  color: #ffffff;
}

.btn.glass {
  background: rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(7px);
  color: #ffffff;
  border: 1px solid #c78e66;
}

.btn.glass.black {
  background: transparent;
  border-color: #0e1214;
  color: #0e1214;
}

.btn span {
  display: block;
  position: relative;
}

.btn:before {
  content: "";
  width: 0;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #bc7d53;
  transition: all 0.4s ease-out;
  border-radius: 5px;
}

.btn:hover:before {
  width: 100%;
}

.btn:hover {
  border-color: #bc7d53;
}

.btn.glass.black:hover {
  border-color: #bc7d53 !important;
  color: #ffffff;
}

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

header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 15;
  background: rgba(0, 0, 0, 0.5);
  transition: all 0.4s ease-out;
}

header.scroll {
  backdrop-filter: blur(15px);
}

.header_wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px 0;
  border-bottom: 1px solid rgba(130, 134, 144, 0.5);
}

.logo_wrap_mob {
  display: none;
}

.top_addr {
  padding-left: 30px;
  background: url("../img/arrow.svg") 0 50% no-repeat;
}

.top_phone {
  display: block;
  padding-left: 30px;
  background: url("../img/arrow.svg") 0 50% no-repeat;
}

header .m_btn {
  display: none;
}

.header_nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px 0;
}

.menu {
  display: flex;
  gap: 0 40px;
}

.menu a {
  font-weight: 300;
  position: relative;
}

.menu a:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -7px;
  width: 0;
  height: 1px;
  background: #c78e66;
  transition: all 0.4s ease-out;
}

.menu a.out:after {
  left: unset;
  right: 0;
}

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

header .btn {
  width: 260px;
}

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

.banner {
  margin-top: 0;
}

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

.title_container {
  position: absolute;
  z-index: 1;
  top: 190px;
  width: 100%;
  text-align: center;
  left: 0;
  padding: 0 30px;
}

.title_container .title1 {
  font-family: "TacticSans";
  font-size: 36px;
  text-transform: uppercase;
  color: #0e1214;
}

.title_container .title2 {
  font-family: "TacticSans";
  font-size: 24px;
  color: #0e1214;
  margin-top: 10px;
}

.title_container .btn {
  margin: 15px auto 0;
  width: 260px;
}

.offer_block {
  margin-top: -124px;
  padding: 40px;
  background: url("../img/offer_bg.jpg") 50% no-repeat;
  border-radius: 5px;
  background-size: cover;
}

.offer_title {
  font-family: "TacticSans";
  font-size: 24px;
  text-transform: uppercase;
}

.offer_comment {
  margin-top: 10px;
  font-size: 18px;
  font-weight: 700;
}

#offer_form {
  width: 635px;
  display: flex;
  flex-flow: wrap;
  justify-content: space-between;
  margin-top: 30px;
}

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

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

/**********************
         CARS
**********************/
.label_hubrid_1 {
  padding: 10px 53px 10px 16px;
  backdrop-filter: blur(8px);
  background: #ffffff4d;
  border-radius: 6px;
  position: absolute;
  right: 30px;
  bottom: 30px;
  font-weight: 700;
  font-size: 16px;
}

.label_hubrid_1 img {
  position: absolute;
  right: 0px;
  bottom: 0px;
}

.cars_items {
  margin-top: 120px;
}

.cars_menu .swiper-slide {
}

.cars_menu .swiper-slide a {
  display: flex;
  flex-direction: column;
  padding-top: 20px;
  gap: 3px 0;
  align-items: center;
  position: relative;
}

.cars_menu .swiper-slide a span {
  font-family: "TacticSans";
  text-transform: uppercase;
  font-size: 20px;
  position: relative;
  z-index: 1;
}

.cars_menu .swiper-slide a img {
  position: relative;
  z-index: 1;
}

.cars_menu .swiper-slide a:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  border-radius: 5px;
  background: #25292b;
  width: 100%;
  height: 115px;
}

.cars_menu .swiper-slide a:after {
  content: "";
  position: absolute;
  bottom: 17px;
  left: 0;
  display: block;
  border-radius: 200px 200px 5px 5px;
  background: #c78e66;
  width: 100%;
  height: 0;
  transition: height 0.3s ease-out, border-radius 0.3s 0.2s ease-out;
}

.cars_menu .swiper-slide:hover a:after {
  height: 115px;
  border-radius: 5px;
}

.cars_list {
  margin-top: 80px;
  display: flex;
  flex-direction: column;
  gap: 120px 0;
}

.car_item {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 0 20px;
}

.car_wrap {
  width: 83.11%;
}

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

.car_name {
  font-family: "TacticSans";
  font-size: 54px;
  text-transform: uppercase;
  font-weight: 700;
}

.car_stock {
  display: flex;
  align-items: center;
  min-height: 50px;
  padding-left: 65px;
  font-size: 24px;
  font-weight: 700;
  position: relative;
  border-radius: 5px;
  border: 1px solid #828690;
  padding-right: 20px;
}

.car_stock b {
  font-weight: 700;
  color: #c78e66;
}

.car_stock:before {
  content: url("../img/ico_sale.svg");
  box-sizing: border-box;
  padding-top: 7px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 50px;
  height: 50px;
  border-radius: 5px;
  background: #c78e66;
}

.car_image {
  margin-top: 20px;
  padding: 30px;
  min-height: 500px;
  position: relative;
  border-radius: 6px;
}

.car_image_mob {
  display: none;
  position: relative;
}

.car_image_mob .label_hubrid_1 {
  scale: 0.7;
  right: -11px;
  bottom: 2px;
}

#rx .car_image,
#rx .car_image_mob {
  background: url("../img/rx_bg.jpg") 50% no-repeat;
}

#lx .car_image,
#lx .car_image_mob {
  background: url("../img/lx_bg.jpg") 50% no-repeat;
}

#txl .car_image,
#txl .car_image_mob {
  background: url("../img/txl_bg.jpg") 50% no-repeat;
}

#vx .car_image,
#vx .car_image_mob {
  background: url("../img/vx_bg.jpg") 50% no-repeat;
}

#exlantix_et .car_image,
#exlantix_et .car_image_mob {
  background: url("../img/exlantix_et_bg.jpg") 50% no-repeat;
}

#exlantix_es .car_image,
#exlantix_es .car_image_mob {
  background: url("../img/exlantix_es_bg.jpg") 50% no-repeat;
}

.car_text {
  width: 365px;
}

.car_props {
  border-radius: 5px;
  background: rgba(255, 255, 255, 0.4);
  backdrop-filter: blur(7px);
  padding: 24px 18px;
  display: flex;
  flex-direction: column;
  gap: 8px 0;
}

.car_props > a {
  display: flex;
  align-items: center;
  min-height: 32px;
  color: #181b1d;
  position: relative;
  font-weight: 700;
  padding-left: 40px;
}

.car_props > a:before {
  content: "";
  box-sizing: border-box;
  padding-top: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 32px;
  height: 32px;
  border-radius: 5px;
  background: #181b1d;
  transition: all 0.4s ease-out;
}

.car_props > a.ico1:before {
  content: url("../img/props_ico1.svg");
}

.car_props > a.ico2:before {
  content: url("../img/props_ico2.svg");
}

.car_props > a.ico3:before {
  content: url("../img/props_ico3.svg");
}

.car_props > a.ico4:before {
  content: url("../img/props_ico4.svg");
}

.car_props > a.ico5:before {
  content: url("../img/props_ico5.svg");
}

.car_props > a:hover:before {
  border-radius: 50%;
}

.car_techs {
  position: absolute;
  top: 30px;
  right: 30px;
  display: flex;
  flex-direction: row-reverse;
  gap: 0 10px;
}

.car_techs_btn {
  width: 36px;
  height: 36px;
  border-radius: 50px;
  background: url("../img/plus.svg") 50% no-repeat rgba(255, 255, 255, 0.4);
  backdrop-filter: blur(7px);
  transition: all 0.4s ease-out;
  cursor: pointer;
}

.car_techs_list {
  padding: 15px 20px;
  border-radius: 5px;
  background: rgba(255, 255, 255, 0.4);
  backdrop-filter: blur(7px);
  display: flex;
  flex-direction: column;
  width: fit-content;
  opacity: 0;
  pointer-events: none;
  transition: all 0.4s ease-out;
}

.car_techs_list > div {
  padding: 4px 0 4px 20px;
  background: url("../img/arrow_sm.svg") 0 50% no-repeat;
  display: flex;
  justify-content: space-between;
  gap: 0 20px;
  font-size: 14px;
  color: #0e1214;
  border-bottom: 1px solid rgba(130, 134, 144, 0.2);
}

.car_techs_list > div:last-child {
  border: none;
}

.car_techs_btn:hover + .car_techs_list {
  opacity: 1;
}

.car_techs_btn:hover {
  transform: rotate(-135deg);
}

.car_btns {
  margin-top: 30px;
  display: flex;
  flex-direction: column;
  gap: 10px 0;
}

.car_gallery_wrap {
  width: 15.54%;
  height: 500px;
  display: flex;
  justify-content: space-between;
  gap: 0 20px;
}

.car_gallery {
  width: 165px;
  display: none !important;
  height: 100%;
}

.car_gallery.show {
  display: block !important;
}

.car_gallery .swiper-slide {
  border-radius: 5px;
  overflow: hidden;
}

.car_gallery .swiper-slide a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.4s ease-out;
}

.car_gallery .swiper-slide:hover a img {
  transform: scale(1.1);
}

.car_gallery_tabs {
  width: 45px;
  border-radius: 5px;
  border: 1px solid #25292b;
}

.car_gallery_tabs > div {
  height: 50%;
  font-size: 18px;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.4s ease-out;
  background: transparent;
  cursor: pointer;
  border-radius: 5px;
}

.car_gallery_tabs > div.active {
  background: #25292b;
}

.car_gallery_tabs > div span {
  display: flex;
  transform: rotate(90deg);
}

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

.blocks_title {
  color: #ffffff;
  font-size: 54px;
  text-transform: uppercase;
  font-family: "TacticSans";
}

#instock {
  margin-top: 120px;
  padding: 120px 0;
  background: #ffffff;
}

#instock .blocks_title {
  color: #0e1214;
}

#filter_table {
  display: flex;
  justify-content: space-between;
  margin-top: 40px;
}

#filter_table .select_container {
  width: 32%;
}

#filter_table select {
  appearance: none;
  -webkit-appearance: none;
  outline: none;
  width: 100%;
  height: 50px;
  border: none;
  border-bottom: 1px solid #828690;
  font-family: "Nunito Sans";
  font-size: 16px;
  padding-left: 30px;
  background: url("../img/ico_select.svg") 95% 50% no-repeat transparent;
}

.tb_complects {
  margin-top: 40px;
  display: flex;
  flex-direction: column;
  gap: 22px 0;
}

.tb_complects > div:first-child {
  display: none;
}

.tb_complects > div {
  position: relative;
}

.compl_wrap {
  width: 980px;
  max-width: 100%;
  height: 247px;
  background: url("../img/compl_bg.jpg") 50% no-repeat;
  padding: 40px;
}

.compl_name {
  color: #0e1214;
  font-size: 24px;
  font-family: "TacticSans";
  text-transform: uppercase;
}

.compl_name span {
  color: #c78e66;
}

.compl_techs {
  margin-top: 25px;
  width: 60%;
  color: #0e1214;
  display: flex;
  justify-content: space-between;
  gap: 0 20px;
}

.compl_techs > div {
  color: #828690;
  font-size: 12px;
  padding-left: 10px;
  border-left: 1px solid #c78e66;
}

.compl_techs > div b {
  display: block;
  color: #0e1214;
  font-size: 18px;
  font-weight: 700;
}

.compl_btns {
  margin-top: 30px;
  display: flex;
  justify-content: space-between;
  width: 60%;
}

.compl_btns .btn {
  width: 48.5%;
}

.compl_image {
  position: absolute;
  top: 0;
  right: 0;
}

.tb_complects_showmore {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0 5px;
  margin-top: 40px;
  color: #828690;
}

.tb_complects_showmore span {
  display: block;
  margin-top: 3px;
}

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

.tradein {
  margin-top: 120px;
}

.tradein_wrap {
  margin-top: 40px;
  display: flex;
  flex-direction: column;
  gap: 20px 0;
}

.tradein_wrap .row {
  display: flex;
  justify-content: space-between;
  gap: 0 20px;
}

.tradein_img {
  width: 32.44%;
  height: 429px;
  border-radius: 6px;
  overflow: hidden;
}

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

#tradein_form {
  width: 66.23%;
  display: flex;
  flex-flow: wrap;
  justify-content: space-between;
  /*gap: 20px 0;*/
  border-radius: 5px;
  background: #25292b;
  padding: 99px 60px;
}

#tradein_form .form_comment {
  font-size: 20px;
  font-weight: 700;
  width: 100%;
  margin-bottom: 20px;
}

#tradein_form .form-group {
  width: 48.9%;
  margin-bottom: 0;
}

#tradein_form select,
#tradein_form input[type="tel"] {
  height: 50px;
}

#tradein_form .agree_field {
  width: 100%;
}

#tradein_form .agree_field.field2 {
  margin-top: 0;
}

.tradein_text {
  width: 32.44%;
  font-family: "TacticSans";
  font-size: 24px;
  text-transform: uppercase;
  border-radius: 5px;
  background: #25292b;
  padding: 147px 30px;
  overflow: hidden;
}

.tradein_text .text1,
.tradein_text .text2 {
  position: relative;
  left: -200%;
}

.tradein_text .text1 {
  transition: all 0.4s 0.4s ease-out;
}

.tradein_text .text2 {
  transition: all 0.4s 0.8s ease-out;
}

.tradein.animated .tradein_text .text1,
.tradein.animated .tradein_text .text2 {
  left: 0;
}

.tradein_text b {
  color: #c78e66;
  display: block;
  margin-top: 30px;
}

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

.credit {
  margin-top: 120px;
}

.credit .row {
  margin-top: 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0 20px;
  height: 540px;
}

.credit_wrap {
  width: 49.2%;
  display: flex;
  justify-content: space-between;
  gap: 0 15px;
  border-radius: 5px;
  background: #25292b;
  padding: 0 20px;
}

.credit_gallery {
  height: 540px;
  width: 210px;
  margin: 0 !important;
}

.credit_gallery .swiper-slide {
  height: 210px;
  border-radius: 5px;
  overflow: hidden;
}

.credit_text {
  padding: 55px 0;
  width: 67%;
}

.credit_comment {
  font-size: 20px;
  font-weight: 700;
}

.credit_props {
  margin-top: 28px;
  display: flex;
  flex-direction: column;
  gap: 20px 0;
}

.credit_props > div {
  display: flex;
  align-items: center;
  min-height: 45px;
  padding-left: 57px;
  font-size: 14px;
}

.credit_props > div b {
  font-size: 16px;
  font-weight: 700;
  display: block;
}

.credit_props > div.ico1 {
  background: url("../img/credit_ico1.svg") 0 50% no-repeat;
}

.credit_props > div.ico2 {
  background: url("../img/credit_ico2.svg") 0 50% no-repeat;
}

.credit_props > div.ico3 {
  background: url("../img/credit_ico3.svg") 0 50% no-repeat;
}

#credit_form {
  margin-top: 28px;
}

.credit_img {
  border-radius: 5px;
  overflow: hidden;
  height: 540px;
}

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

/**********************
      TEST DRIVE
**********************/

.test_drive {
  margin-top: 120px;
  padding: 120px 0;
  background: #ffffff;
}

.test_drive .blocks_title {
  color: #0e1214;
}

.test_drive_wrap {
  display: flex;
  justify-content: space-between;
  margin-top: 65px;
  gap: 0 20px;
}

.test_drive_text {
  width: 32.44%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

#test_drive_form {
}

#test_drive_form .form_comment {
  color: #0e1214;
  font-size: 17px;
  font-weight: 700;
  margin-bottom: 30px;
}

#test_drive_form input[type="tel"] {
  background: rgba(37, 41, 43, 0.2);
}

#test_drive_form .agree_field {
  color: #828690;
  font-size: 14px;
}

.test_drive_img .img1 {
  height: 205px;
  margin-top: auto;
}

.test_drive_img {
  /*border-radius: 5px;*/
}

.test_drive_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 5px;
}

.test_drive_img.img2 {
  width: 40.88%;
  height: 540px;
  margin-right: auto;
  position: relative;
}

.test_drive_img.img2 .test_drive_circle {
  background: #ffffff;
  border-radius: 50%;
  width: 185px;
  height: 185px;
  animation: spin 15s infinite linear;
  position: absolute;
  bottom: 29px;
  padding: 20px;
  right: -125px;
}

/*.test_drive_img.img2 .test_drive_circle img {
    width: 141px;
    height: 147px;
}*/

@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

.test_drive_img.img3 {
  width: 15.41%;
  height: 204px;
}

/**********************
      ADVANTAGES
**********************/

.advantages {
  margin-top: 120px;
}

.advantages .blocks_title {
  font-size: 53px;
}

.ags_wrap {
  margin-top: 40px;
  display: flex;
  justify-content: space-between;
  gap: 0 20px;
}

.ags_list {
  display: flex;
  flex-direction: column;
  gap: 20px 0;
  width: 25%;
}

.ags_list > div {
  border-radius: 5px;
  background: rgba(255, 255, 255, 0.3);
  backdrop-filter: blur(7px);
  height: 69px;
  display: flex;
  align-items: center;
  font-weight: 700;
  color: #181b1d;
  padding: 0 5px 0 12px;
}

.ags_list > div span {
  display: flex;
  align-items: center;
  gap: 0 10px;
}

.ags_list > div b {
  font-family: "TacticSans";
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  background: #181b1d;
  color: #ffffff;
  width: 45px;
  height: 45px;
  font-size: 20px;
  font-weight: 400;
  text-transform: uppercase;
}

.ags_video {
  border-radius: 5px;
  overflow: hidden;
  position: relative;
  cursor: pointer;
  width: 48.46%;
  height: 425px;
}

.ags_video .play_btn {
  position: absolute;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
}

.ags_video video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.ags_img {
  width: 24%;
  height: 425px;
  border-radius: 6px;
  overflow: hidden;
}

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

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

.contacts {
  margin-top: 120px;
}

.contacts_wrap {
  margin-top: 40px;
  padding: 30px;
  border-radius: 5px;
  background: #25292b;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.cont_dealer {
  color: #828690;
  font-size: 14px;
}

.cont_dealer b {
  display: block;
  font-size: 28px;
  color: #ffffff;
}

.bot_addr {
  padding-left: 30px;
  background: url("../img/arrow.svg") 0 50% no-repeat;
}

.worktime {
  padding-left: 30px;
  background: url("../img/arrow.svg") 0 50% no-repeat;
}

.bot_phone {
  display: block;
  padding-left: 30px;
  background: url("../img/arrow.svg") 0 50% no-repeat;
}

.contacts_wrap .btn {
  width: 260px;
}

#map1 {
  margin-top: 20px;
  width: 100%;
  height: 500px;
  background: url("../img/map.jpg") 50% no-repeat;
  border-radius: 6px;
  overflow: hidden;
}

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

footer {
  padding: 20px 0;
}

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

.yurinfo {
  font-size: 14px;
  color: #ffffff;
}

.foot_links {
  display: flex;
  flex-direction: column;
  gap: 15px 0;
  margin-left: -250px;
}

.foot_links > a {
  color: #ffffff;
  font-size: 14px;
}

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

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

@media (max-width: 1600px) {
  .banner picture img {
    height: 730px;
  }

  .title_container {
    top: 160px;
  }

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

  .tradein_text {
    font-size: 22px;
  }

  .credit_comment {
    font-size: 18px;
  }

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

  .credit_props > div {
    font-size: 12px;
  }

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

  .advantages .blocks_title {
    font-size: 48px;
  }

  .ags_img {
    display: none;
  }

  .ags_list {
    width: 30%;
  }

  .ags_video {
    width: 68%;
  }
}

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

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

  .title_container .title1 {
    font-size: 30px;
  }

  .offer_block {
    padding: 20px;
    background-position: 0% 50%;
  }

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

  .cars_menu .swiper-slide a:before {
    height: 80px;
  }

  .cars_menu .swiper-slide a:after {
    bottom: 30px;
  }

  .cars_menu .swiper-slide:hover a:after {
    height: 80px;
  }

  .cars_menu .swiper-slide a span {
    font-size: 16px;
  }

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

  .car_item {
    flex-direction: column;
  }

  .car_wrap {
    width: 100%;
  }

  .car_stock {
    font-size: 18px;
  }

  .car_image {
    padding: 15px;
  }

  .car_gallery_wrap {
    width: 100%;
    flex-direction: column-reverse;
    margin-top: 20px;
    height: auto;
  }

  .car_gallery {
    width: 100%;
    margin-top: 20px;
    height: auto;
  }

  .car_gallery_tabs {
    width: 100%;
    display: flex;
    flex-direction: row;
  }

  .car_gallery_tabs > div {
    width: 50%;
    padding: 10px 0;
  }

  .car_gallery_tabs > div span {
    transform: unset;
  }

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

  .compl_techs {
    width: 50%;
  }

  .compl_btns {
    position: relative;
    z-index: 1;
    width: 50%;
  }

  .compl_image {
    width: 50%;
    top: unset;
    bottom: 30px;
  }

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

  .tradein_img {
    height: 300px;
  }

  #tradein_form {
    padding: 38px 20px;
  }

  .tradein_text {
    padding: 63px 20px;
  }

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

  .credit_img {
    display: none;
  }

  .credit_wrap {
    width: 100%;
  }

  .credit_text {
    width: 75%;
  }

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

  .test_drive_text {
    width: 45%;
  }

  .test_drive_img.img3 {
    display: none;
  }

  .test_drive_img.img2 {
    width: 53%;
  }

  .test_drive_img.img2 .test_drive_circle {
    right: -80px;
  }

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

  .advantages .blocks_title {
    font-size: 34px;
  }

  .ags_video {
    width: 49%;
  }

  .ags_list {
    width: 49%;
  }

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

  .contacts_wrap {
    padding: 20px 15px;
  }

  .contacts_wrap .btn {
    display: none;
  }

  .foot_links {
    margin-left: 0;
  }
}

/*IPAD PRO BEGIN*/

/*IPAD BEGIN*/
@media (min-width: 768px) and (max-width: 991px) {
  header .btn {
    display: none;
  }

  .logo1 {
    width: 40%;
  }

  .menu {
    width: 100%;
    justify-content: space-between;
  }

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

  .banner picture img {
    height: 580px;
  }

  .title_container .title1 {
    font-size: 22px;
  }

  .title_container .title2 {
    font-size: 18px;
  }

  .title_container .btn {
    display: none;
  }

  .offer_block {
    background: #25292b;
  }

  .offer_title,
  .offer_comment {
    text-align: center;
  }

  #offer_form {
    width: 100%;
  }

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

  .cars_menu {
    padding-bottom: 25px !important;
  }

  .cars_menu .swiper-scrollbar {
    background: rgba(255, 255, 255, 0.2);
  }

  .cars_menu .swiper-scrollbar-drag {
    background: #c78e66;
  }

  .car_title {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px 0;
  }

  .car_image {
    background: none !important;
    padding: 0;
    min-height: auto;
  }

  .car_image_mob {
    display: block;
    width: 100%;
    height: 300px;
    border-radius: 5px;
    overflow: hidden;
    background-size: 130% !important;
    background-position: 100% 50% !important;
  }

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

  .car_btns .btn.dark {
    background: #c78e66;
    color: #0e1214;
  }

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

  .blocks_title {
    font-size: 40px;
  }

  .tb_complects > div {
    border: 1px solid #dadbde;
    border-radius: 5px;
  }

  .compl_wrap {
    height: auto;
    background: none;
    padding: 30px;
  }

  .compl_image {
    width: 100%;
    position: relative;
    bottom: 0;
    margin-top: 20px;
  }

  .compl_techs {
    width: 100%;
  }

  .compl_btns {
    width: 100%;
  }

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

  .tradein_img.img1 {
    display: none;
  }

  #tradein_form {
    width: 100%;
  }

  .tradein_text {
    width: 49%;
  }

  .tradein_text .text1,
  .tradein_text .text2 {
    left: 0 !important;
  }

  .tradein_img.img3 {
    display: none;
  }

  .tradein_img {
    width: 49%;
  }

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

  .credit_gallery .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

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

  .test_drive_wrap {
    flex-direction: column;
    gap: 20px 0;
    margin-top: 40px;
  }

  .test_drive_text {
    width: 100%;
    gap: 20px 0;
  }

  .test_drive_img.img1 {
    display: none;
  }

  .test_drive_img.img2 {
    width: 100%;
    height: auto;
  }

  .test_drive_img.img2 .test_drive_circle {
    bottom: -40px;
    right: -60px;
  }

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

  .advantages .blocks_title {
    font-size: 26px;
  }

  .contacts_wrap {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px 0;
  }

  .contacts_wrap .btn {
    width: 100%;
    display: flex;
  }

  #map1 {
    height: 400px;
  }

  .yurinfo {
    font-size: 10px;
  }

  .label_hubrid_1.desc {
    display: none;
  }
}

/*IPAD END*/

/*MOBILE BEGIN*/
@media (max-width: 767px) {
  .label_hubrid_1.desc {
    display: none;
  }
  .fancybox-type-image {
    width: 100% !important;
    margin: 0px !important;
    left: 0px !important;
  }

  .fancybox-close {
    right: 9px !important;
    top: 9px !important;
  }

  .fancybox-inner {
    width: 100% !important;
    margin: 0px !important;
    padding: 0px !important;
  }

  .fancybox-wrap {
    margin: 0px !important;
    width: 100% !important;
    left: 0px !important;
    top: 20px !important;
  }

  .fancybox-type-image .fancybox-close {
    top: -8px !important;
  }

  .popup_container {
    width: 100%;
  }

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

  header .m_btn {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: absolute;
    width: 30px;
    height: 21px;
    z-index: 1;
    top: 11px;
    right: 15px;
  }

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

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

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

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

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

  .menu {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: fixed;
    top: 107px;
    background: #181b1d;
    width: 100%;
    height: auto;
    right: -100%;
    left: unset;
    transition: all 0.3s linear;
    z-index: 2;
    padding: 20px 0;
    row-gap: 10px;
  }

  .menu.active {
    right: 0;
  }

  .menu > div {
    flex-direction: column;
    align-items: center;
    row-gap: 10px;
  }

  .menu a {
    padding: 0;
  }

  .menu a:before {
    display: none;
  }

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

  .header_wrap {
    flex-flow: wrap;
    padding: 10px 0;
    gap: 5px 0;
    border: none;
  }

  header .btn {
    display: none;
  }

  .header_wrap > .logo1,
  .header_wrap > .logo2 {
    display: none;
  }

  .logo_wrap_mob {
    display: flex;
    width: 85%;
    gap: 0 15px;
  }

  .top_phone {
    margin: 0 auto;
  }

  .top_addr {
    display: none;
  }

  .header_nav {
    padding: 0;
  }

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

  .banner {
    padding-top: 1px;
  }

  .banner picture img {
    height: auto;
    width: 100%;
    /*margin-top: 230px;*/
  }

  .title_container {
    top: 90px;
  }

  .title_container .title1 {
    font-size: 5vw;
    /*color: #ffffff;*/
  }

  .title_container .title2 {
    font-size: 4vw;
    /*color: #ffffff;*/
  }

  .title_container .btn {
    display: none;
  }

  .offer_block {
    background: #25292b;
    margin-top: 20px;
    padding: 20px 15px;
  }

  .offer_title {
    text-align: center;
    font-size: 4.5vw;
  }

  .offer_comment {
    text-align: center;
    font-size: 4vw;
  }

  #offer_form {
    width: 100%;
  }

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

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

  .cars_items {
    margin-top: 60px;
  }

  .cars_menu {
    padding-bottom: 30px !important;
  }

  .cars_menu .swiper-slide a span {
    font-size: 4.5vw;
  }

  .cars_menu .swiper-scrollbar {
    background: rgba(255, 255, 255, 0.2);
  }

  .cars_menu .swiper-scrollbar-drag {
    background: #c78e66;
  }

  .cars_list {
    margin-top: 60px;
    gap: 60px 0;
  }

  .car_item {
    flex-direction: column;
  }

  .car_wrap {
    width: 100%;
  }

  .car_title {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px 0;
  }

  .car_name {
    font-size: 8vw;
  }

  .car_stock {
    font-size: 4.5vw;
    padding-right: 5px;
  }

  .car_image {
    background: none !important;
    padding: 0;
    min-height: auto;
    margin-top: 10px;
  }

  .car_image_mob {
    display: block;
    width: 100%;
    height: 50vw;
    border-radius: 5px;
    overflow: hidden;
    background-size: 150% !important;
    background-position: 100% 50% !important;
  }

  .car_text {
    margin-top: 10px;
    width: 100%;
  }

  .car_techs {
    top: 15px;
    right: 15px;
  }

  .car_props {
    padding: 15px;
  }

  .car_props > a {
    font-size: 4vw;
  }

  .car_btns {
    margin-top: 10px;
  }

  .car_btns .btn.dark {
    background: #c78e66;
    color: #0e1214;
  }

  .car_gallery_wrap {
    width: 100%;
    flex-direction: column-reverse;
    margin-top: 20px;
    height: auto;
  }

  .car_gallery {
    width: 100%;
    margin-top: 20px;
    height: auto;
    padding-bottom: 20px !important;
  }

  .car_gallery_tabs {
    width: 100%;
    display: flex;
    flex-direction: row;
  }

  .car_gallery_tabs > div {
    width: 50%;
    padding: 10px 0;
    font-size: 4vw;
  }

  .car_gallery_tabs > div span {
    transform: unset;
  }

  .car_gallery .swiper-scrollbar {
    background: rgba(255, 255, 255, 0.2);
  }

  .car_gallery .swiper-scrollbar-drag {
    background: #c78e66;
  }

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

  .blocks_title {
    font-size: 8vw;
  }

  #instock {
    margin-top: 60px;
    padding: 60px 0;
  }

  #filter_table {
    flex-direction: column;
    gap: 10px 0;
  }

  #filter_table .select_container {
    width: 100%;
  }

  .tb_complects > div {
    border: 1px solid #dadbde;
    border-radius: 5px;
  }

  .compl_wrap {
    height: auto;
    background: none;
    padding: 15px;
  }

  .compl_name {
    font-size: 5vw;
  }

  .compl_image {
    width: 100%;
    position: relative;
    bottom: 0;
    margin-top: 20px;
  }

  .compl_techs {
    width: 100%;
    margin-top: 15px;
    gap: 0 10px;
  }

  .compl_techs > div {
    font-size: 3vw;
  }

  .compl_techs > div b {
    font-size: 4vw;
  }

  .compl_btns {
    width: 100%;
    flex-direction: column;
    gap: 10px 0;
    margin-top: 20px;
  }

  .compl_btns .btn {
    width: 100%;
  }

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

  .tradein {
    margin-top: 60px;
  }

  .tradein_wrap .row {
    flex-direction: column;
    gap: 20px 0;
  }

  .tradein_wrap .row:not(:last-child) {
    flex-direction: column-reverse;
  }

  .tradein_img.img1 {
    width: 100%;
  }

  #tradein_form {
    width: 100%;
    padding: 15px;
    gap: 10px 0;
  }

  #tradein_form .form_comment {
    text-align: center;
    font-size: 4vw;
  }

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

  .tradein_text {
    width: 100%;
    padding: 40px 15px;
    text-align: center;
  }

  .tradein_text .text1,
  .tradein_text .text2 {
    left: 0 !important;
    font-size: 4.5vw;
  }

  .tradein_img.img3 {
    display: none;
  }

  .tradein_img {
    width: 100%;
  }

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

  .credit {
    margin-top: 60px;
  }

  .credit .row {
    flex-direction: column;
    height: auto;
  }

  .credit_wrap {
    flex-direction: column-reverse;
    height: auto;
    width: 100%;
    padding: 15px 0;
  }

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

  .credit_gallery .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .credit_gallery .swiper-slide {
    width: 50%;
    height: 150px;
  }

  .credit_img.img1,
  .credit_img.img2 {
    display: none;
  }

  .credit_text {
    padding: 5px 15px 20px;
    width: 100%;
  }

  .credit_comment {
    text-align: center;
    font-size: 4vw;
  }

  .credit_comment br {
    display: none;
  }

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

  .test_drive {
    margin-top: 60px;
    padding: 60px 0;
  }

  .test_drive_wrap {
    flex-direction: column;
    gap: 20px 0;
    margin-top: 20px;
  }

  .test_drive_text {
    width: 100%;
    gap: 20px 0;
  }

  .test_drive_img.img1 {
    display: none;
  }

  .test_drive_img.img2 {
    width: 100%;
    height: auto;
  }

  .test_drive_img.img2 .test_drive_circle {
    bottom: -40px;
    right: -60px;
  }

  #test_drive_form .form_comment {
    font-size: 4vw;
  }

  #test_drive_form .form_comment br {
    display: none;
  }

  .test_drive_img.img3 {
    display: none;
  }

  .test_drive_img.img2 .test_drive_circle {
    right: -20px;
    bottom: -20px;
    width: 100px;
    height: 100px;
    padding: 10px;
  }

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

  .advantages {
    margin-top: 60px;
  }

  .advantages .blocks_title {
    font-size: 5vw;
  }

  .ags_wrap {
    flex-direction: column;
    gap: 10px 0;
  }

  .ags_list {
    width: 100%;
    gap: 10px 0;
  }

  .ags_video {
    width: 100%;
  }

  .ags_list > div span {
    font-size: 4vw;
  }

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

  .contacts {
    margin-top: 60px;
  }

  .contacts_wrap {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px 0;
    padding: 15px;
  }

  .contacts_wrap .btn {
    width: 100%;
    display: flex;
  }

  #map1 {
    height: 350px;
  }

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

  .foot_wrap {
    flex-direction: column;
    align-items: center;
    gap: 15px 0;
  }

  .yurinfo {
    font-size: 3vw;
    text-align: center;
  }

  .foot_links {
    margin-left: 0;
  }
}

/*MOBILE END*/

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

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

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