html {
  overflow-x: hidden;
}

body {
  position: relative;
  max-width: 1920px;
  margin: 0 auto;
  padding: 0;
  font-family: "TENET Sans", sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #ffffff;
  background: #04182f;
  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: #ffffff;
}

.container {
  margin: 0 auto;
  padding: 0 15px;
  max-width: 1390px;
  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: 1390px;
    max-width: 100%;
  }
}

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

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

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

select {
  appearance: none;
  -moz-appearance: none;
  /* Firefox */
  -webkit-appearance: none;
  /* Safari and Chrome */
  background: url(../img/ico_select_wt.svg) calc(100% - 20px) no-repeat
    transparent;
  outline: none;
}

form .form-group button {
  font-family: "TENET Sans", sans-serif;
  width: 100%;
  height: 48px;
  cursor: pointer;
  outline: none;
  border: none;
}
form ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #ffffffb2;
}

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

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

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

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

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

.agree_field input + span {
  width: 16px;
  height: 16px;
  background: #ffffff1a;
  border-radius: 50px;
  position: absolute;
  top: -2px;
  left: 0;
}

.agree_field input:checked + span {
  background: url("../img/check_ico_wt.svg") 50% 50% no-repeat #ffffff1a;
}

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

#form_popup {
  display: none;
}

.popup_container {
  width: 520px;
  max-width: 100%;
  padding: 5px 29px;
  overflow: hidden !important;
  position: relative;
  box-sizing: border-box;
  /* border: 2px solid black; */
  background: #c7b9ab;
  border-radius: 20px;
  text-align: center;
  padding-bottom: 30px;
}

.popup_container .agree_field {
  font-size: 13px;
  color: #000000b2;
}

.popup_container .agree_field a {
  color: #000000b2;
}
.popup_container .agree_field input + span {
  background: #0000001a;
}
.popup_container .agree_field input:checked + span {
  background: url(../img/check_ico_bl.svg) 50% 50% no-repeat #0000001a;
}

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

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

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

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

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

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

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

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

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

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

.fancybox-content {
  color: #000000b2;
  background: #c7b9ab;
  border-radius: 20px;
}

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

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

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

.btn {
  position: relative;
  width: 224px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 16px;
  color: #000000;
  text-align: center;
  text-decoration: none;
  background: #eb9201;
  border-radius: 50px;
  cursor: pointer;
  overflow: hidden;
  z-index: 3;
  transition: all 0.2s linear;
}

.btn span {
  position: relative;
  z-index: 2;
}

.btn i {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-radius: 50%;
  background-color: #cd7400;
  transition:
    width 0.4s ease-in-out,
    height 0.4s ease-in-out;
  transform: translate(-50%, -50%);
  z-index: 1;
}

.btn:hover i {
  width: 225%;
  height: 562px;
}

.btn.glass {
  color: #ffffff;
  background: transparent;
  border: 1px solid #eb9201;
}
.btn.glass:hover {
  color: #000000;
  border-color: #cd7400;
}

.section_item {
  position: relative;
  padding-bottom: 56px;
  font-family: "TENET Sans SE", sans-serif;
  font-size: 52px;
  font-weight: 700;
  text-transform: uppercase;
}
.section_item:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 193px;
  height: 30px;
  background: url("../img/section_item_ico.svg") no-repeat;
}

.slick-arrow {
  width: 48px;
  height: 48px;
  background: url("../img/btn_arrows.svg") 50% 50% no-repeat;
  border: 1px solid #00000033;
  border-radius: 50px;
  font-size: 0;
  cursor: pointer;
}
.slick-prev {
  transform: rotate(180deg);
}

.slick-dots {
  margin: 0;
  display: flex;
  column-gap: 4px;
}
.slick-dots li button {
  display: none;
}
.slick-dots li {
  width: 20px;
  height: 5px;
  background: #00000033;
  border-radius: 50px;
  cursor: pointer;
  transition: all 0.2s linear;
}
.slick-dots li.slick-active {
  width: 110px;
  background: #00000080;
}

.br_mob {
  display: none;
}

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

.header {
  position: fixed;
  top: 12px;
  left: 0;
  width: 100%;
  z-index: 8;
}

.header .header_wrapper {
  padding: 0 28px;
  background: #00000066;
  backdrop-filter: blur(14px);
  border-radius: 30px;
}

.header .header_wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 0 16px;
}

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

.header .logo1 {
  display: flex;
  align-items: center;
  padding-right: 16px;
  margin-right: 16px;
  border-right: 1px solid #ffffff4d;
}

.header .top_addr {
  position: relative;
  display: flex;
  align-items: center;
  padding-left: 32px;
  font-size: 16px;
  font-weight: 400;
}
.header .top_addr i {
  position: absolute;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 14px;
  height: 14px;
  background: #eb92014d;
  border-radius: 50px;
}
.header .top_addr i:before {
  content: "";
  position: absolute;
  width: 6px;
  height: 6px;
  background: #eb9201;
  border-radius: 50px;
}

.header .top_phone {
  position: relative;
  display: flex;
  align-items: center;
  padding-left: 32px;
  font-size: 16px;
  font-weight: 400;
}
.header .top_phone i {
  position: absolute;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 14px;
  height: 14px;
  background: #eb92014d;
  border-radius: 50px;
}
.header .top_phone i:before {
  content: "";
  position: absolute;
  width: 6px;
  height: 6px;
  background: #eb9201;
  border-radius: 50px;
}

.header .btn {
  width: 192px;
}

.header .m_btn {
  display: none;
}

.menu {
  display: flex;
  justify-content: space-between;
  padding: 16px 0 14px;
  border-top: 1px solid #ffffff1a;
}
.menu_car {
  display: flex;
  column-gap: 50px;
}
.menu_car a {
  position: relative;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
}
.menu_item {
  display: flex;
  column-gap: 55px;
}
.menu_item a {
  position: relative;
  font-size: 16px;
  font-weight: 400;
}

.menu > div a:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -14px;
  width: 0;
  height: 1px;
  background: #eb9201;
  transition: all 0.4s ease-out;
}
.menu > div a.out:after {
  left: unset;
  right: 0;
}
.menu > div a:hover:after {
  width: 100%;
}

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

.banner {
}
.banner .banner_item {
  position: relative;
}
.banner .banner_item picture {
  display: flex;
  justify-content: center;
}
.banner .banner_item picture img {
  max-width: initial;
}
.banner .title_content {
  position: absolute;
  top: 206px;
  left: 0;
  width: 100%;
}
.banner .title_container .title1 {
  font-family: "TENET Sans SE", sans-serif;
  font-size: 52px;
  font-weight: 700;
  text-transform: uppercase;
  color: #ffffff;
}
.banner .title_container .title2 {
  margin-top: 10px;
  font-size: 31px;
  font-weight: 700;
  text-transform: uppercase;
  color: #ffffff;
}

.timer_wrapper {
  position: absolute;
  left: 0;
  bottom: 12px;
  width: 100%;
}
.timer_wrap {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 34px 32px 35px;
  background: #0000004d;
  backdrop-filter: blur(14px);
  border: 1px solid #c7b9ab33;
  border-radius: 30px;
}
.timer_title {
  font-size: 26px;
  font-weight: 400;
}
#timer_form {
  margin-top: 10px;
  width: 670px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#timer_form .form-group {
  width: calc(50% - 4px);
}
.timer {
  width: 42%;
}

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

.car_item {
  margin-top: 120px;
}
.car_head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}
.car_name {
  font-family: "TENET Sans SE", sans-serif;
  font-size: 52px;
  font-weight: 700;
  text-transform: uppercase;
  color: #c7b9ab33;
  margin-right: auto;
}
.car_name span {
  color: #c7b9ab;
}
.car_profit {
  position: relative;
  min-height: 42px;
  display: flex;
  align-items: center;
  padding: 0 20px 0 62px;
  font-size: 26px;
  font-weight: 400;
  border: 1px solid #ffffff;
  border-radius: 50px;
  transition: all 0.2s linear;
}
.car_profit:hover {
  background: #eb9201;
  border-color: #eb9201;
}
.car_profit:before {
  content: "";
  position: absolute;
  top: -1px;
  left: -1px;
  width: 42px;
  height: 42px;
  background: url("../img/car_profit_ico.svg") no-repeat;
}
.car_profit b {
  color: #eb9201;
  transition: all 0.2s linear;
}
.car_profit:hover b {
  color: #04182f;
}

.car_avail:before {
  background-image: url("../img/car_avail.svg");
}
.car_special:before {
  background-image: url("../img/car_special.svg");
}
.car_free:before {
  background-image: url("../img/car_free.svg");
}

.car_wrapper {
  margin-top: 60px;
  display: flex;
  justify-content: space-between;
  column-gap: 20px;
}
.car_wrap {
  min-width: 382px;
}
.car_props {
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 20px 0 20px 0;
}
.car_props:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: -64px;
  height: 100%;
  background: #0000004d;
  border: 1px solid #2b3848;
  border-radius: 30px 0 0 30px;
}
.car_props a {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 48px;
  padding-left: 66px;
  font-size: 16px;
  font-weight: 700;
  color: #ffffff;
  transition: all 0.2s linear;
}
.car_props a:hover {
  color: #eb9201;
}
.car_props a:before {
  content: "";
  position: absolute;
  left: 0;
  width: 40px;
  height: 1px;
  background: #c7b9ab33;
}
.car_props a i {
  position: absolute;
  left: 36px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 14px;
  height: 14px;
  background: #eb92014d;
  border-radius: 50px;
  transition: all 0.2s linear;
}
.car_props a:hover i {
  left: 34px;
  width: 18px;
  height: 18px;
}
.car_props a i:before {
  content: "";
  position: absolute;
  width: 6px;
  height: 6px;
  background: #eb9201;
  border-radius: 50px;
}

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

.img_block {
  position: relative;
  width: 56%;
  background: url("../img/img_block_bg.jpg") 50% 0 no-repeat;
  background-size: cover;
  border-radius: 30px;
}
.img_block img {
  position: absolute;
  top: -68px;
  left: -24px;
  transition: all 0.2s linear;
}

.car_item:hover .img_block img {
  transform: scale(1.06);
}

.car_gallery {
  display: flex;
  flex-direction: column;
  border-radius: 24px;
  overflow: hidden;
  height: fit-content;
}
.car_gallery a {
  overflow: hidden;
}
.car_gallery a img {
  transition: all 0.2s linear;
}
.car_gallery a:hover img {
  transform: scale(1.06);
}

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

#instock {
  margin-top: 148px;
  padding: 120px 0;
  background: #c7b9ab;
}
#instock .section_item {
  color: #000000;
}
#filter_table {
  margin-top: 65px;
  display: flex;
  justify-content: space-between;
  column-gap: 20px;
}
#filter_table .select_container {
  width: 33%;
}
#filter_table .select_container select {
  color: #00000080;
  background: url(../img/ico_select_bl.svg) calc(100% - 20px) no-repeat
    transparent;
  border-color: #000000;
  cursor: pointer;
}
.filter_quick_menu {
  display: none;
}
#tb_complects {
  margin-top: 28px;
  width: 100%;
}
#tb_complects tbody {
  display: grid;
  width: 102%;
  left: -1%;
  padding-bottom: 76px;
}
#tb_complects tbody tr:nth-child(1) {
  /*display: none;*/
}
#tb_complects tbody tr td:before {
  display: none;
}
#tb_complects tbody .item {
  position: relative;
  margin: 0 10px;
}
#tb_complects tbody .item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 1px;
  border-radius: 30px;
  background: linear-gradient(
    101.56deg,
    #ffffff 1.18%,
    rgba(255, 255, 255, 0.3) 97.79%
  );
  mask:
    linear-gradient(fff 0 0) content-box,
    linear-gradient(#fff 0 0);
  -webkit-mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
  mask-composite: exclude;
  -webkit-mask-composite: xor;
  z-index: 2;
  transition: all 0.2s linear;
}

.compl_block {
  display: flex;
  column-gap: 20px;
  padding: 32px;
  background: #ffffff4d;
  border-radius: 30px;
}
.compl_img {
  min-width: 303px;
  border-radius: 16px;
  overflow: hidden;
}
.compl_wrap {
  width: 54%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.compl_name {
  font-size: 19px;
  font-weight: 700;
  color: #000000;
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: space-between;
}
.compl_name i {
  font-style: normal;
}
.compl_tehs {
  margin-top: 12px;
  width: 100%;
  display: flex;
  flex-direction: column;
}
.compl_tehs > div {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 36px;
  padding-left: 26px;
}
.compl_tehs > div i {
  position: absolute;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 14px;
  height: 14px;
  background: #eb92014d;
  border-radius: 50px;
}
.compl_tehs > div i:before {
  content: "";
  position: absolute;
  width: 6px;
  height: 6px;
  background: #eb9201;
  border-radius: 50px;
}
.compl_tehs > div span {
  width: 100%;
  display: flex;
  justify-content: space-between;
  font-size: 16px;
  font-weight: 400;
  color: #00000080;
}
.compl_tehs > div span b {
  font-size: 16px;
  font-weight: 700;
  color: #000000;
}

.compl_wrap .btns {
  display: flex;
  flex-direction: column;
  row-gap: 12px;
}
.compl_wrap .btns .btn {
  width: 100%;
}
.compl_wrap .btns .btn.glass {
  color: #000000;
}

#tb_complects tbody .slick-arrow {
  position: absolute;
  right: 0;
  bottom: 0;
}
#tb_complects tbody .slick-prev {
  right: 58px;
}

#tb_complects tbody .slick-dots {
  position: absolute;
  bottom: 22px;
}

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

.services {
  margin-top: 140px;
}
.services_wrapper {
  display: flex;
  justify-content: space-between;
}
.services_block {
  width: calc(50% - 10px);
  display: flex;
  flex-direction: column;
  row-gap: 20px;
}
.services_wrap {
  padding: 40px 32px;
  background: #0000004d;
  border: 1px solid #2b3848;
  border-radius: 30px;
}
.services_title {
  margin-top: 34px;
  font-size: 26px;
  font-weight: 400;
}
.services form {
  margin-top: 54px;
  width: 100%;
}

.services_imgs {
  overflow: hidden;
  border-radius: 30px;
}
.services_imgs img {
  transition: all 0.2s linear;
}
.services_imgs.animated img {
  transform: scale(1.06);
}

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

.tradein {
  margin-top: 140px;
  padding: 120px 0;
  background: url("../img/tradein_bg.jpg") 50% 0 no-repeat;
}
.tradein_title {
  margin-top: 34px;
  font-size: 26px;
  font-weight: 400;
}
.tradein_wrap {
  margin-top: 48px;
  display: flex;
  justify-content: space-between;
  column-gap: 20px;
}
#tradein_form {
  width: 32%;
  padding: 32px;
  background: #c7b9ab;
  border-radius: 20px;
}
#tradein_form .form-group input[type="text"],
#tradein_form .form-group input[type="tel"],
#tradein_form select {
  color: #000000b2;
  border-color: #000000;
}
#tradein_form .form-group input[type="text"]::placeholder,
#tradein_form .form-group input[type="tel"]::placeholder {
  color: #000000b2;
}
#tradein_form select {
  background: url(../img/ico_select_bl.svg) calc(100% - 20px) no-repeat;
}
#tradein_form .agree_field input + span {
  background: #0000001a;
}
#tradein_form .agree_field input:checked + span {
  background: url(../img/check_ico_bl.svg) 50% 50% no-repeat #0000001a;
}
#tradein_form .agree_field,
#tradein_form .agree_field a {
  color: #000000b2;
}
.tradein_block {
  width: 21%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 32px;
  background: #0000004d;
  backdrop-filter: blur(4px);
  border-radius: 20px;
}
.tradein_block_title {
  font-size: 19px;
  font-weight: 700;
}
.tradein_block .tradein_num {
  color: #ffffff24;
  font-size: 160px;
  font-weight: bold;
  text-align: center;
  line-height: 100%;
}

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

.offers {
  margin-top: 140px;
}
.offers_wrapper {
  display: flex;
  justify-content: space-between;
  column-gap: 20px;
}
.offers_form {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 50%;
  padding: 48px 32px;
  background: #0000004d;
  border-radius: 30px;
}
.offers_form_title {
  position: relative;
  padding-top: 64px;
  font-size: 26px;
  font-weight: 400;
}
.offers_form_title:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 194px;
  height: 31px;
  background: url("../img/offers_form_title.svg") no-repeat;
}
.offers_imgs {
  overflow: hidden;
  border-radius: 30px;
}
.offers_imgs img {
  transition: all 0.2s linear;
}
.offers_imgs.animated img {
  transform: scale(1.06);
}
.offers_wrap {
  width: 30%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.offers_block {
  height: calc(50% - 10px);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 32px;
  background: #0000004d;
  border-radius: 20px;
}

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

.contacts {
  margin-top: 140px;
  position: relative;
}
.contacts_wrapper {
  position: absolute;
  top: 20px;
  left: 0;
  width: 100%;
  z-index: 2;
}
.contacts_wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
  background: #0000004d;
  backdrop-filter: blur(6px);
  border-radius: 24px;
}
.contacts .logo_wrap {
  display: flex;
  align-items: center;
}
.contacts .logo3 {
  display: flex;
  align-items: center;
  padding: 5px 16px 0;
  margin-right: 16px;
  border-right: 1px solid #ffffff4d;
}
.contacts_block {
  display: flex;
  flex-direction: column;
  row-gap: 8px;
}
.contacts_block > div {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 16px;
  padding-left: 26px;
  font-size: 16px;
  font-weight: 400;
}
.contacts_block > div a {
  font-weight: 700;
}
.contacts_block > div i {
  position: absolute;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 14px;
  height: 14px;
  background: #eb92014d;
  border-radius: 50px;
}
.contacts_block > div i:before {
  content: "";
  position: absolute;
  width: 6px;
  height: 6px;
  background: #eb9201;
  border-radius: 50px;
}
.contacts_comment {
  display: flex;
  flex-direction: column;
  row-gap: 10px;
}
.contacts_comment_title {
  font-size: 16px;
  font-weight: 700;
}
.contacts_comment .btn {
  width: 360px;
}

#map1 {
  position: relative;
  height: 779px;
  background: url(../img/map.jpg) 50% 0 no-repeat;
  background-size: cover;
}

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

.footer {
  padding-top: 40px;
  padding-bottom: 40px;
  background: #000000;
}
.footer .footer_wrapper {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 12px 10px;
}

.footer .foot_links {
  display: flex;
  flex-direction: column;
  row-gap: 10px;
}

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

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

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

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

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

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

@media (max-width: 1290px) {
  .img_block {
    display: flex;
    align-items: center;
  }
  .img_block img {
    position: relative;
    top: initial;
    left: initial;
  }

  .compl_wrap {
    width: 76%;
  }
}

/*IPAD PRO BEGIN*/
@media (max-width: 1199px) {
  .header .logo_wrap {
    max-width: 240px;
  }
  .header .top_addr {
    font-size: 14px;
  }
  .header .top_phone {
    font-size: 14px;
  }

  .section_item {
    padding-bottom: 32px;
    font-size: 42px;
  }
  .section_item:before {
    width: 120px;
    height: 20px;
    background-size: contain;
  }

  .offers_form_title {
    font-size: 18px;
  }

  .contacts_wrapper {
    position: relative;
    top: 0;
  }
  .contacts_wrap {
    flex-wrap: wrap;
    row-gap: 20px;
  }
  #map1 {
    margin-top: 20px;
    height: 460px;
  }
}

/*IPAD PRO BEGIN*/

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

@media (max-width: 991px) {
  .slick-dots li.slick-active {
    width: 48px;
  }

  .header .header_wrap {
    position: relative;
    flex-wrap: wrap;
  }
  .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: #eb9201;
    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: 80px;
    left: 120%;
    display: flex;
    flex-direction: column;
    row-gap: 12px;
    background: #000000;
    z-index: 10;
    height: auto;
    border-radius: 30px;
    transition: all 0.2s linear;
    overflow: scroll;
  }
  .header .menu.active {
    left: 0;
  }
  .header .menu > div {
    flex-direction: column;
    align-items: center;
    row-gap: 12px;
  }
  .banner {
    margin-top: 78px;
  }
  .banner .banner_item picture img {
    width: 100%;
  }
  .banner .title_content {
    position: relative;
    top: 0;
    left: initial;
    right: initial;
    padding: 2vw 0;
  }
  .banner .title_container .title1 {
    font-size: 4vw;
  }
  .banner .title_container .title2 {
    margin-top: 1vw;
    font-size: 3.6vw;
  }

  .timer_wrapper {
    position: relative;
    left: 0;
    bottom: 0;
    width: 100%;
  }
  .timer_wrap {
    margin-top: 20px;
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
    row-gap: 20px;
    padding: 18vw 20px 20px;
  }
  .timer {
    width: 100%;
    max-width: 560px;
  }
  .timer_wrap .timer .sinoby-timer {
    min-height: initial;
  }
  .timer_title {
    position: absolute;
    top: 4vw;
    left: 2vw;
    right: 2vw;
    font-size: 4vw;
    text-align: center;
  }
  #timer_form {
    width: 100%;
    max-width: 560px;
    flex-wrap: wrap;
  }
  #timer_form .form-group {
    width: 100%;
  }

  .car_item {
    margin-top: 30px;
  }
  .car_head {
    flex-direction: column;
    align-items: start;
    row-gap: 12px;
  }
  .car_wrapper {
    flex-wrap: wrap;
    margin-top: 30px;
  }
  .car_wrap {
    min-width: 48%;
  }
  .img_block {
    width: 48%;
  }
  .car_gallery {
    margin-top: 20px;
    width: 100%;
  }
  .car_gallery {
    flex-direction: row;
    border-radius: initial;
    justify-content: space-between;
  }
  .car_gallery a {
    width: 32%;
    border-radius: 20px;
    overflow: hidden;
  }
  .car_gallery a img {
    width: 100%;
  }

  #instock {
    margin-top: 60px;
    padding: 40px 0;
  }
  #filter_table {
    margin-top: 20px;
    flex-direction: column;
    row-gap: 10px;
  }
  #filter_table .select_container {
    width: 100%;
  }

  .services {
    margin-top: 60px;
  }
  .tradein {
    margin-top: 60px;
    padding: 40px 0;
  }
  .tradein {
    background-size: cover;
  }
  .tradein_wrap {
    flex-wrap: wrap;
    row-gap: 20px;
  }
  #tradein_form {
    width: 48%;
    padding: 20px;
  }
  .tradein_block {
    width: 48%;
  }

  .offers {
    margin-top: 60px;
  }
  .offers_wrapper {
    flex-wrap: wrap;
    row-gap: 20px;
  }
  .offers_form {
    width: calc(70% - 10px);
  }
  .offers_imgs {
    width: calc(30% - 10px);
  }
  .offers_imgs img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .offers_wrap {
    width: 100%;
    flex-direction: row;
  }
  .offers_block {
    width: calc(50% - 10px);
    height: auto;
    padding: 26px;
  }
  .offers_block_title {
    margin-top: 10px;
  }

  .contacts {
    margin-top: 60px;
  }
}

/*IPAD END*/
@media (max-width: 980px) {
}
/*MOBILE BEGIN*/
@media (max-width: 767px) {
  .br_mob {
    display: block;
  }

  .header .m_btn {
    position: absolute;
    top: 15px;
    right: 0;
  }
  .header .top_phone {
    width: 100%;
    margin-top: 12px;
    padding: 0;
    display: flex;
    justify-content: center;
    column-gap: 10px;
  }
  .header .top_phone i {
    position: relative;
  }
  .header .menu {
    top: 86px;
  }

  .banner {
    margin-top: 0;
  }
  .banner .title_content {
    position: absolute;
    top: 114px;
    left: 15px;
    right: 15px;
    width: auto;
  }
  .banner .title_container .title1 {
    font-size: 6vw;
  }
  .banner .title_container .title2 {
    margin-top: 1vw;
    font-size: 4vw;
  }

  .car_name {
    font-size: 38px;
  }
  .car_wrap {
    order: 2;
    min-width: 100%;
  }
  .car_props {
    margin-top: 20px;
  }
  .car_props:before {
    right: 0;
    border-radius: 30px;
  }
  .img_block {
    width: 100%;
  }
  .car_btns {
    margin-top: 20px;
  }
  .car_gallery {
    order: 3;
  }

  .compl_block {
    flex-direction: column;
    row-gap: 12px;
    padding: 20px;
    border-radius: 20px;
  }
  #tb_complects tbody .item:before {
    border-radius: 20px;
  }
  .compl_img {
    min-width: initial;
    width: 100%;
  }
  .compl_img img {
    width: 100%;
  }
  .compl_wrap {
    width: 100%;
  }

  .section_item {
    font-size: 28px;
  }

  .services_wrapper {
    flex-direction: column;
    row-gap: 20px;
  }
  .services_wrap {
    padding: 20px;
  }
  .services_title {
    margin-top: 20px;
    font-size: 18px;
  }
  .services_block {
    width: 100%;
  }
  .services_block#testdrive {
    flex-direction: column-reverse;
  }
  .services_imgs img {
    width: 100%;
  }
  .services form {
    margin-top: 20px;
  }

  #tradein_form {
    width: 100%;
  }
  .tradein_block {
    width: 100%;
    padding: 26px;
  }
  .tradein_block_title {
    /*margin-top: 14px;*/
    font-size: 16px;
  }

  .offers_form {
    width: 100%;
  }
  .offers_form_title {
    padding-top: 40px;
  }
  .offers_form_title:before {
    width: 120px;
    height: 20px;
    background-size: contain;
  }
  .offers_imgs {
    display: none;
  }

  #offers_form {
    margin-top: 20px;
  }
  .offers_wrap {
    flex-wrap: wrap;
    row-gap: 20px;
  }
  .offers_block {
    width: 100%;
  }

  #map1 {
    height: 320px;
  }
}
/*MOBILE END*/
@media (max-width: 680px) {
}

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

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

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

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

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

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

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