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

html {
  overflow-x: hidden;
}

body {
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  color: #000000;
  position: relative;
  font-weight: 400;
  margin: 0 auto;
  padding: 0;
  /* overflow-x: hidden; */
  max-width: 1920px;
  background: #ffffff;
}

.container {
  max-width: 1390px;
  padding: 0px 15px;
  margin: 0px auto;
}

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

.br_mob {
  display: none;
}

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

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

p {
  padding: 0;
}

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

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

#form_popup, #form_popup2 {
  display: none;
}

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

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

.popup_container .agree_field a {
  color: black;
}

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

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

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

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

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

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

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

.agree_field {
  display: flex;
  align-items: center;
  font-size: 14px;
  gap: 2px;
}

.agree_field input {
  display: none; 
}

.checkmark {
  width: 15px;
  height: 15px;
  border: 1px solid #ccc;
  margin-right: 8px;
  position: relative;
}

.agree_field input:checked + .checkmark {
  background-color: #ffffff; 
  border-color: #000000;
}

.checkmark:after {
  content: '';
  display: none;
  position: absolute;
  left: 4px;
  top: -2px;
  width: 4px;
  height: 10px;
  border: solid #000000;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
.agree_field input:checked + .checkmark:after {
  display: block; 
}

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

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

.fancybox-slide form .form-group input[type=tel],
.fancybox-slide form .form-group input[type=text],
.fancybox-slide form .form-group select {
    height: 43px;
    width: 100%;
    color: #000000;
    font-size: 16px;
    box-sizing: border-box;
    font-weight: 400;
    font-family: 'Open Sans', sans-serif;
    padding: 0px 20px;
    outline: none;
    background: transparent;
    border-radius: 0px;
    border: 1px solid #2D2926;
}

form .form-group select {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  background: url(../img/ico_select.png) 95% 50% no-repeat;
  outline: none;
  color: #ffffff;
  font-family: 'Open Sans', sans-serif;
}
form .form-group select option {
  background: #000000;
}
form .form-group button {
  width: 100%;
  cursor: pointer;
  font-family: 'Open Sans', sans-serif;
  outline: none;
}
.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;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 223px;
  height: 47px;
  background: #0067B3;
  font-size: 16px;
  font-weight: 500;
  color: #FFFFFF;
  text-decoration: none;
  outline: none;
  border: none;
  transition: all .3s;
  text-align: center;
}
.btn:hover {
  background: #02538C;
}
.btn.glass {
  background: none;
  border: 1px solid #0067B3;
  color: #000000;
}
.btn.glass:hover  {
  background: #02538C;
  border: 1px solid #02538C;
  color: #FFFFFF;
}
.btn.black {
  background: #000000;
  color: #FFFFFF;
}
.btn.black:hover  {
  background: #02538C;
}


/***** header *****/
header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 129px;
  width: 100vw;
  background: #FFFFFF;
  z-index: 15;
}
.header {
  padding: 16px 0;
}
.header_wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.logo_wrap {
  display: flex;
  align-items: center;
  gap: 16px;
}
.logo_wrap span {
  position: relative;
  display: block;
  width: 1px;
  height: 26px;
  background: #C0C0C0;
}
.cont_wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 35%;
}
.addr_wrap,
.phone_wrap {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.phone {
  font-weight: 500;
}
.addr_top,
.phone_top {
  color: #00000063;
  font-size: 14px;
}
.m_btn {
  display: none;
}
.menu {
  position: relative;
  z-index: 5;
  /* margin-top: 79px; */
  background: #FFFFFF;
}
.menu_wrap {
  padding: 16px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid #D5DFE4
}
.menu_wrap a:hover {
  color: #02538C;
}
.menu_models {
  display: flex;
  justify-content: space-between;
  width: 34%;
}
.menu_items {
  display: flex;
  justify-content: space-between;
  width: 58%;
}


/***** banner *****/
.banner {
  position: relative;
  height: 780px;
}
.banner picture img {
  height: 100%;
  object-fit: cover;
}
.title_container {
  margin-top: 59px;
  padding: 20px 54px 25px;
  position: absolute;
  top: 82px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #ffffff;
  font-size: 32px;
  font-weight: 500;
  text-align: center;
  width: max-content;
}
.deadline {
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 700;
}

.banner .title2 {
  margin-bottom: 10px;
}

.banner .title2 span {
  padding: 10px 24px;
  color: #FFFFFF;
  background: url(../img/pl_title.svg) 0 50% no-repeat;  
}
.banner .title3 {
  font-weight: 400;
}
.banner .text_with_line {
  margin-bottom: 10px;
  position: relative;
  padding: 0 63px;
}

.banner .text_with_line::before,
.banner .text_with_line::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 43px;
  height: 1px;
  background: #0067B3;
  transition: all 0.3s;
}
.banner .text_with_line::before {
  left: 0;
}
.banner .text_with_line::after {
  right: 0;
}
.banner_props {
  font-size: 24px;
  font-weight: 700;
}

.banner .btn {
  position: absolute;
  bottom: -22px;
  width: 333px;
}


/***** timer *****/

.timer_block {
  background: url("../img/timer_bg.png") 50% no-repeat #000000;
  padding: 32px 0;
}
.timer_block .container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.timer_title {
  color: #ffffff;
  font-size: 22px;
}
.timer_title_mob {
  display: none;
}
#timer_form {
  margin-top: 16px;
  display: flex;
  flex-flow: wrap;
  justify-content: space-between;
  width: 677px;
  max-width: 100%;
}
#timer_form .form-group {
  width: 49%;
}
#timer_form .agree_field {
  color: #ffffff;
}


/***** cars *****/

.cars_items {
  margin-top: 80px;
  display: flex;
  flex-direction: column;
  gap: 74px;
}
.car_item {
  padding: 55px 0;
  background: url("../img/cars_bg.png") no-repeat;
}
.car_info {
  position: relative;
  display: flex;
  justify-content: space-between;
  margin-bottom: 22px;
}
.awards {
  position: absolute;
  top: -42px;
  left: 160px;
  z-index: 2;
}
.awards_imgs {
  cursor: pointer;
}
.awards_text {
  position: absolute;
  top: 46px;
  display: none;
  padding: 48px 2px 6px 5px;
  font-size: 12px;
  font-weight: 400;
  color: #ffffff;
  background: #464E53;
  border-radius: 7px;
  z-index: -1;
}
.awards .awards_text.active {
  display: block;
}
.cars_items .car_image {
  background: url("../img/city_bg.png") no-repeat;
  background-position: 140px 0;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  width: 50%;
}
.cars_colors_thumbtional {
  width: 154px;
  height: 100%;
  top: -2%;
}
.cars_colors_thumbtional .slick-list {
  min-height: 314px;
  padding: 2.5px 5px;
}
.cars_colors_thumb_img {
  max-width: 100%;
  margin: 4.5px 0;
  box-shadow: 0px 4px 11px 0px #B2B2B226;
  background: #FFFFFF;
  overflow: hidden;
  cursor: pointer;
}
.cars_colors {
  width: 75%;
  height: 80%;
  overflow: hidden;
}
.cars_colors .slick-list img {
  width: 100%;
  transition: all 0.2s linear;
}
.cars_colors .slick-slide:hover img {
  transform: scale(1.05);
}
.car_profit {
  position: absolute;
  top: 0;
  right: -10px;
  padding: 11px 28px 11px 65px;
  display: flex;
  align-items: center;
  height: 41px;
  max-width: 330px;
  background: #000000;
  color: #fff;
  font-size: 20px;
}
.car_profit_ico {
  width: 51px;
  height: 41px;
  background: #0067B3;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
}
.car_text {
  margin-left: 57px;
}
.car_name {
  margin-bottom: 46px;
  font-size: 52px;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 35px;
  position: relative;
  left: -5px;
}
.car_props {
  display: flex;
  flex-direction: column;
  gap: 18px 0;
}
.car_props > a {
  position: relative;
  display: flex;
  align-items: center;
  font-size: 20px;
  padding-left: 36px;
  min-height: 26px;
}
.car_props > a:before {
  content: "";
  position: absolute;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 26px;
  height: 26px;
  background-color: #0067B3 !important;
  transition: all 0.3s;
}
.car_props > a:hover:before {
  background-color: #02538C !important;
}
.car_props > a.ico1:before {
  background: url(../img/car_ico1.svg) 50% no-repeat;
}
.car_props > a.ico2:before {
  background: url(../img/car_ico2.svg) 50% no-repeat;
}
.car_props > a.ico3:before {
  background: url(../img/car_ico3.svg) 50% no-repeat;
}
.car_props > a.ico4:before {
  background: url(../img/car_ico4.svg) 50% no-repeat;
}
.car_props > a.ico5:before {
  background: url(../img/car_ico5.svg) 50% no-repeat;
}
.car_props > a b {
  font-size: 22px;
  font-weight: 500;
  color: #0067B3;
}
.car_gallery {
  max-width: 260px;
  max-height: 323px;
  padding-left: 40px;
  overflow: hidden;
}
.car_gallery_item {}
.car_gallery_item img {}
.cars .car__btns-block {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
}
.cars .car__btn {
  width: 31%;
}
.pagination-container {
  position: absolute;
  right: -20px;
  top: 50%;
  transform: translateY(-50%);
}
.pagination-container .slick-dots li {
  width: 5px;
  height: 30px;
  background: rgba(0, 103, 179, 0.2);
  transition: all .2s linear;
  cursor: pointer;
  list-style-type: none;
}
.pagination-container .slick-dots li.slick-active {
  background: #0067B3;
}
.pagination-container .slick-dots li button {
  display: none;
}
.car_gallery .slick-slide {
  transition: all .3s linear;
  position: relative;
  z-index: -1;
  transform: scale(.9) translateY(-35%);
  -webkit-transform: scale(.9) translateY(-35%);
  -moz-transform: scale(.9) translateY(-35%);
  -ms-transform: scale(.9) translateY(-35%);
  -o-transform: scale(.9) translateY(-35%);
}
.car_gallery .slick-current {
  transform: scale(1) translateY(-50%);
  -webkit-transform: scale(1) translateY(-50%);
  -moz-transform: scale(1) translateY(-50%);
  -ms-transform: scale(1) translateY(-50%);
  -o-transform: scale(1) translateY(-50%);
  z-index: 1;
}
.car_gallery .slick-current + .slick-slide {
  transform: scale(.9) translateY(-65%);
  -webkit-transform: scale(.9) translateY(-65%);
  -moz-transform: scale(.9) translateY(-65%);
  -ms-transform: scale(.9) translateY(-65%);
  -o-transform: scale(.9) translateY(-65%);
}
.car_gallery .slick-arrow {
  border: none;
  outline: none;
  color: transparent;
  font-size: 0;
  display: block;
  width: 14px;
  height: 38px;
  position: absolute;
  /* background: url(../img/arrow__car-gallery.svg) 50% no-repeat; */
  padding: 0;
  cursor: pointer;
  z-index: 1;
  left: 5px;
}
.car_gallery .slick-arrow:before {
  content: "";
  display: block;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  box-shadow: 0 0 0px 0px #ffffff73;
  transition: all .2s linear;
}
.car_gallery .slick-arrow:hover:before {
  box-shadow: 0 0 5px 3px #ffffff73;
}
.car_gallery .slick-prev {
  top: 6%;
}
.car_gallery .slick-next {
  bottom: 6%;
  transform: rotate(180deg);
}
.car_gallery .slick-arrow-count {
  font-size: 10px;
  position: absolute;
  left: 2px;
  z-index: 1;
  font-size: 16px;
  font-weight: 500;
}
.car_gallery .slick-prev-count {
  top: 20%;
}
.car_gallery .slick-next-count {
  bottom: 19%;
}
.pagination-container .slick-dots {
  display: flex;
  flex-direction: column;
  position: absolute;
  justify-content: center;
  align-items: center;
  gap: 10px;
  top: 50%;
  transform: translateY(-50%);
  left: 11px;
}
.car_btns {
  display: flex;
  justify-content: space-between;
  gap: 11px;
}
.car_btns .btn {
  flex: 1;
}

/***** block_left *****/
.block_wrap {
  display: flex;
}
.block_wrap .title {
  font-size: 42px;
  line-height: 35px;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 30px;
}
.block_left {
  width: 300px;
  margin-right: 70px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.block_left_text {
  width: 320px;
  border-top: 1px solid #D5DFE4;
  padding: 16px 0;
  font-size: 18px;
}
.block_left_img {
  margin-left: 50px;
}

/***** instock *****/

#instock {
  padding: 80px 0 97px 0;
}
.instock_title_wrap {
  margin-bottom: 25px;
  display: flex;
  justify-content: space-between;
}
#filter_table {
  display: none;
}
.filter_quick_menu {
  display: flex;
  gap: 0 10px;
}
.filter_quick_menu li {
  display: block;
  width: 166px;
  height: 47px;
  font-weight: 500;
  border: 1px solid #000000;
  cursor: pointer;
  transition: all 0.3s;
}
.filter_quick_menu li span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.filter_quick_menu li:hover {
  color: #02538C;
  border-color: #02538C;
}
.filter_quick_menu li.current {
  background: #0067B3;
  color: #ffffff;
  border: none;
}
.filter_quick_menu li.current:hover {
  background: #02538C;
}
.compl_wrap {
  display: flex;
  justify-content: space-between;
}
.compl_info {
  width: 51%;
}
.tb_complects > div:first-child {
  display: none;
}
.tb_complects {
  display: flex;
  justify-content: space-between;
  flex-flow: wrap;
  gap: 30px 0;
}
.tb_complects > div {
  width: 100%;
  background: #D5DFE4;
  padding: 32px;
  padding-bottom: 20px;
}
.compl_name {
  margin-bottom: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 30px;
  text-transform: uppercase;
}
.compl_name > div,
.compl_techs_item > div,
.compl_btns > a {
  flex: 1;
  margin-right: 10px;
}
.compl_name span {
  font-weight: 500;
}
.compl_techs {
  margin-bottom: 20px;
  display: flex;
  flex-direction: column;
  gap: 16px 0;
  font-size: 18px;
}
.compl_techs > div {
  display: flex;
  justify-content: space-between;
}
.compl_techs > div b {
  font-weight: 500;
}
.compl_btns {
  display: flex;
}
.tb_complects_showmore {
  font-size: 20px;
  display: block;
  margin-top: 30px;
  text-decoration: underline;
}


/***** credit *****/

.credit {
  background: url("../img/credit_bg.png") 50% no-repeat #000000;
  padding: 73px 0;
  color: #FFFFFF;
}
.credit_decsr {
  font-size: 20px;
  margin-bottom: 20px;
  margin-top: 45px;
}
.credit form {
  margin-bottom: 30px;
  display: flex;
  flex-flow: wrap;
  justify-content: space-between;
  width: 650px;
  max-width: 100%;
}
.credit .form-group {
  width: 49%;
}

.credit .block_left_img {
  margin-left: 0;
}

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

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

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

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


/***** tradein *****/

.tradein {
  background: url("../img/tradein_bg.png") 50% no-repeat #000000;
  padding: 84px 0 0;
  color: #FFFFFF;
}
.tradein_wrap {
  margin-right: 30px;
}
.tradein_decsr {
  font-size: 20px;
  margin-bottom: 20px;
  margin-top: 45px;
}
.tradein form {
  margin-bottom: 20px;
  display: flex;
  flex-flow: wrap;
  justify-content: space-between;
  width: 650px;
  max-width: 100%;
}
.tradein .form-group {
  width: 49%;
  margin-bottom: 11px;
}
.tradein .form-group.btn {
  width: 100%;
}
.tradein_img_wrap {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 30px;
}
.tradein .block_left_img {
  margin-left: 0;
}

.tradein .block_left_img {
  margin-left: 0;
}

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

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

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

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

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

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


/***** drive *****/

.drive {
  background: url("../img/drive_bg.png") 50% no-repeat #000000;
  padding: 88px 0 96px;
  color: #FFFFFF;
}
.drive .drive_title {
  margin-bottom: 28px;
}
.drive_decsr {
  font-size: 20px;
  margin-bottom: 20px;
  margin-top: 45px;
}
.drive form {
  margin-bottom: 20px;
  display: flex;
  flex-flow: wrap;
  justify-content: space-between;
  width: 650px;
  max-width: 100%;
}
.drive .form-group {
  width: 49%;
}
.drive .block_left_img {
  margin-left: 0;
}
.drive_gif {
  display: flex;
  align-items: flex-start;
}
.drive_img img {
  margin-bottom: 16px;
}
.drive_img.img1 {
  max-width: 412px;
  margin-right: 70px;
}
.drive_gif1 {
  height: 229px;
  overflow: hidden;
  margin-bottom: 16px;
}
.drive_gif2 {
  height: 300px;
  overflow: hidden;
}
.drive_img.gif1 {
  max-width: 412px;
  margin-right: 31px;
}
.drive_img.gif2 {
  max-width: 548px;
}

.drive .block_left_img {
  margin-left: 0;
}

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

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

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

.drive.animated .drive_img.img2 {
  visibility: visible;
  opacity: 1;
  transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  transition: opacity 1.5s linear 0s, transform 1.5s linear 0s;
} */



/***** contacts *****/

.contacts {
  position: relative;
}
.contacts_wrap {
  position: relative;
}
.contacts_info {
  position: absolute;
  left: 0;
  top: 30px;
  padding: 32px;
  background: #FFFFFF;
  z-index: 1;
  /* width: 464px; */
}
.contacts .logo_wrap {
  margin-bottom: 30px;
  width: 100%;
}
.contacts .cont_wrap {
  flex-direction: column;
  align-items: start;
  border-top: none;
  width: 100%;
}
.contacts .addr_wrap, 
.contacts .phone_wrap {
  gap: 10px;
  margin-bottom: 18px;
}
.contacts_decsr {
  font-size: 18px;
  padding-top: 18px;
  border-top: 1px solid #D5DFE4;
}
.contacts_wrap .btn {
  margin-top: 11px;
  width: 100%;
}
#map1 {
  width: 100%;
  height: 505px;
  background: url("../img/map.jpg") 50% 50% no-repeat;
}


/***** footer *****/

footer {
  padding: 32px 0;
  background: #000000;
  color: #ffffff;
  font-size: 14px;
  line-height: 16px;
}
.footer_wrap {
  display: flex;
  justify-content: space-between;
}
.footer_links {
  display: flex;
  flex-direction: column;
  gap: 15px 0;
}
.footer .disclamer {
  color: #ffffff;
  font-size: 14px;
  text-align: left;
  display: none;
  padding-top: 20px;
}
@media (max-width: 1440px) {
  .title_container {
    padding: 20px 40px 45px; 
  }
}

@media (max-width: 1380px) {
  .awards {
    top: -114px;
    left: 0;
  }
  .title_container {
    padding: 20px 25px 40px;
    top: 75px;
    /* width: 60%; */
  }
  .menu_models {
    justify-content: space-between;
    width: 28%;
  }
  .menu_items {
    justify-content: space-between;
    width: 60%;
  }
  .car_name {
    font-size: 3.5vw;
  }
  .pagination-container {
    right: 0px;
  }
  .block_left {
    width: 22%;
  }
  .block_left_text {
    width: 100%;
  }
  .block_left_img {
    margin: 0;
  }
}

/*IPAD PRO BEGIN*/
@media (min-width: 768px) and (max-width: 1199px) {
  .btn {
    width: 180px;
  }
  .cont_wrap {
    width: 40%;
  }
  /* .title_container {
    width: 80%;
  } */
  .timer_block .container {
    justify-content: center;
    gap: 20px;
  }
  .car_text {
    margin-left: 20px;
  }
  .tradein_wrap {
    margin-right: 10px;
  }
  .block_left {
    width: 134px;
    margin-right: 40px;
  }
  .block_left_text {
    width: 146px;
  }

  .block_wrap .title {
    font-size: 32px;
  }

}

@media (min-width: 768px) and (max-width: 991px) {

}

@media (max-width: 991px) {
  header {
    height: 120px;
  }
  .header_wrap {
    gap: 6px;
  }
  .cont_wrap {
    width: 45%;
  }
  .header .btn {
    display: none;
  }
  .menu_models {
    width: 36%;
  }
  .menu_items {
    width: 58%;
  }
  .title_container {
    top: 100px;
    padding: 14px 20px 32px;
    /* width: 70%; */
    font-size: 3vw;
  }
  .car_info {
    position: relative;
    flex-direction: column;
  }
  .cars_items .car_image {
    flex-direction: column-reverse;
    width: 100%;
    margin-bottom: 20px
  }

  .cars_colors.slick-slider {
    display: none;
  }
  .cars_colors_thumb_img {
    box-shadow: none;
    background: none;
  }
  .cars_colors_thumb_img img {
    margin: 0 auto;
  }
  /* .cars_colors {
    order: 1;
    width: 90%;
    height: 100%;
    margin-top: 36px;
  } */
  .cars_colors_thumbtional {
    width: 100%;
    margin-top: 30px;
  }
  .pagination-container {
    position: absolute;
    right: 50%;
    bottom: 0;
    transform: translateX(-50%);
  }
  .cars_items .car_image .slick-dots {
    display: flex;
    gap: 20px;
    justify-content: center;
    position: relative;
    bottom: -10px;
  }
  .cars_items .car_image .slick-dots button {
    display: none;
  }

  .cars_items .car_image .slick-dots li {
    width: 30px;
    height: 5px;
    background: rgba(0, 103, 179, 0.2);
    transition: all .2s linear;
    cursor: pointer;
    list-style-type: none;
  }
  .cars_items .car_image .slick-dots li.slick-active {
    background: #0067B3;
  }

  .awards {
    top: 12px;
    left: 0;
  }



  .car_name {
    position: absolute;
    top: -44px;
    font-size: 5vw;
  }
  .cars_colors_thumbtional .slick-list {
    min-height: 130px;
  }
  .car_text {
    margin-bottom: 30px;
  }
  .car_gallery {
    padding-left: 0;
    padding-bottom: 40px;
    max-width: 100%;
    max-height: 350px;
  }
  .car_gallery_item img {
    width: 100%;
  }
  .pagination-container .slick-dots {
    flex-direction: row;
    top: auto;
    bottom: 20px;
    transform: translatex(-50%);
    left: 50%;
  }
  .pagination-container .slick-dots li {
    width: 30px;
    height: 5px;
  }
  .car_gallery .slick-slide {
    -webkit-transform: scale(.9) translateY(0%);
  }
  .car_gallery .slick-current  {
    -webkit-transform: scale(.9) translateY(0%);
  }
  .car_gallery .slick-current + .slick-slide {
    -webkit-transform: scale(1.5) translateY(-10%);
    z-index: 2;
  }
  .instock_title_wrap {
    flex-direction: column;
  }
  .block_wrap {
    flex-direction: column;
  }
  .block_left {
    flex-direction: row;
    width: 100%;
    margin-right: 0;
    margin-bottom: 30px;
  }
  .block_left_text {
    width: 49%;
  }
  #instock .block_left_img {
    height: 100%;
  }
  #instock .block_left_img  img {
    height: 90px;
  }
  .block_wrap .title  {
    font-size: 5.4vw;
    margin-bottom: 20px;
  }
  .compl_info {
    width: 56%;
  }
  .tradein_img_wrap {
    margin-top: 20px;
  }
  .tradein_img.img2 img {
    width: 100%;
  }
  .tradein_img_wrap {
    flex-direction: row;
  }
  .drive_gif1 {
    height: 166px;
  }
  .drive_gif2 {
    height: 200px;
  }
}

/*MOBILE BEGIN*/
@media (max-width: 767px) {
  .awards {
    top: -72px;
    left: initial;
    right: 0;
  }

  .br_mob {
    display: block;
  }
  
  .m_btn {
    display: block;
    position: absolute;
    width: 30px;
    height: 21px;
    z-index: 1;
    top: 20px;
    right: 15px;
  }
  .m_btn span {
    position: absolute;
    display: block;
    width: 30px;
    height: 3px;
    background: #0067B3;
    transition: all .3s linear;
  }
 .m_btn span:nth-child(1) {
    top: 0;
  }

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

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

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

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

  .m_btn.active span:nth-child(3) {
    transform-origin: bottom right;
    transform: rotate(45deg);
    bottom: -1px;
  }
  header {
    height: 110px;
  }
  .header_wrap {
    gap: 12px;
  }
  .logo_wrap {
    width: 100%;

  }
  .cont_wrap {
    width: 100%;
    padding-top: 12px;
    border-top: 1px solid #D5DFE4;
  }
  .addr_top,
  .phone_top {
    display: none;
  }
  .menu .menu_wrap {
    display: block;
    position: fixed;
    top: 107px;
    color: #ffffff;
    background: #333333;
    width: 100%;
    height: auto;
    right: -100%;
    left: unset;
    transition: all .3s linear;
    z-index: 8;
    padding: 10px 0;
  }
  .menu.active .menu_wrap {
    right: 0;
  }
  .menu .menu_wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .menu a {
    margin: 10px 0;
  }
  .menu_models,
  .menu_items {
    flex-direction: column;
    align-items: center;
  }
  .banner {
    height: 600px;
  }
  .banner picture img {
    width: 100%;
  }
  .title_container {
    top: 60px;
    font-size: 4vw;
    width: 90%;
  }
  .banner .title2 span {
    padding: 2px 16px;
  }
  .deadline,
  .banner_props {
    font-size: 3.5vw;
  }
  .timer_block .container {
    justify-content: center;
  }
  .timer_title {
    display: none;
    text-align: center;
  }
  .timer_title_mob {
    display: flex;
  }
  .timer_wrap {
    order: 3;
    width: 100%;
  }
  #timer_form {
    flex-direction: column;
    align-items: center;
    width: 100%;
  }
  #timer_form .form-group {
    width: 90%;
  }
  div[id^=timer] {
    position: relative;
    left: -4%;
    transform: scale(0.8) !important;
  }
  .cars_items {
    padding: 40px 0;
  }
  .car_info {
    margin-bottom: 10px;
  }
  .car_profit {
    height: 36px;
    max-width: 310px;
    font-size: 16px;
    left: 0;
    right: auto;
  }
  .car_profit_ico {
    height: 36px;
  }
  .car_name {
    left: 0
  }
  .cars_items .car_image {
    background-position: 0px -70px;
  }
  .car_item {
    padding: 40px 0;
    background: url(../img/cars_bg_mob.png) 0 0 no-repeat;
    background-size: cover;
  }
  .cars_colors_thumbtional .slick-list {
    min-height: 110px;
  }
  .car_props {
    gap: 12px 0;
  }
  .car_btns {
    flex-direction: column;
    align-items: center;
    gap: 10px;
  }
  .car_btns .btn {
    flex: none;
    width: 80%;
  }

  .block_left {
    display: none;
    margin-bottom: 10px;
  }
  .block_left_text {
    width: 40%;
  }
  #instock {
    padding: 40px 0 40px 0;
  }
  .instock_title_wrap {
    flex-direction: column;
  }
  .compl_wrap {
    position: relative;
    flex-direction: column;
  }
  .compl_info {
    width: 100%;
  }
  .compl_btns {
    position: absolute;
    bottom: 20px;
    width: 80%;
    left: 50%;
    transform: translatex(-50%);
  }
  .compl_image {
    display: flex;
    justify-content: center;
  }
  .tb_complects > div {
    padding-bottom: 50px;
  }
  .credit {
    background: url(../img/credit_bg.png) 0 0 no-repeat #000000;
  }
  .tradein {
    background: url(../img/tradein_bg.png) 0 0 no-repeat #000000;
  }
  .drive {
    background: url(../img/drive_bg.png) 0 0 no-repeat #000000;
  }
  .credit, .tradein, .drive {
    padding: 40px 0;
  }
  .credit_decsr , .tradein_decsr, .drive_decsr {
    margin-top: 20px;
  }
  .tradein_wrap {
    margin-right: 0;
  }
  .tradein_img_wrap {
    display: none;
    gap: 20px;
  }
  .drive_gif {
    flex-direction: column;
    gap: 20px;
  }
  .drive_img.img1,
  .drive_img.img2  {
    display: none;
  }
  .drive_gif2 {
    margin-bottom: 0;
  }
  .drive_img.gif2 p {
    display: none;
  }
  .contacts .addr_wrap p,
  .contacts .phone_wrap p {
    font-size: 18px;
  }
  .contacts .addr_wrap p.addr_top,
  .contacts .phone_wrap p.phone_top {
    display: block;
    font-size: 14px;
  }

  .contacts .phone {
    font-size: 18px;
  }

  .contacts_info {
    position: relative;
    top: 0;
    padding: 50px 0 30px;
  }
  .contacts_decsr {
    font-size: 16px;
  }
  .contacts_wrap .btn {
    width: 330px;
  }
  #map1 {
    height: 260px;
  }

}
@media (max-width: 560px) {
  .header_wrap {
    gap: 16px 4px;
  }
  .title_container {
    top: 60px;
  }
  .banner .text_with_line {
    padding: 0 40px;
  }
  .banner .text_with_line::before, 
  .banner .text_with_line::after {
    width: 26px;
  }
  .timer {
    width: 100%;
  }
  div[id^=timer] {
    left: -25%;
    transform: scale(0.6) !important;
    min-width: 150% !important;
  }
  .agree_field {
    font-size: 12px;
  }
  .cars_items {
    margin-top: 0;
    gap: 50px;
  }
  /* .car_item {
    background: url(../img/cars_bg.png) 0 0 no-repeat;
  } */
  .cars_colors_thumb_img {
    margin: 4.5px 2px;
  }
  .cars_items .car_image .slick-dots {
    display: flex;
    gap: 20px;
    justify-content: center;
  }
  .cars_items .car_image .slick-dots button {
    display: none;
  }
  .car_profit {
    max-width: 245px;
    font-size: 14px;
    padding: 11px 11px 11px 60px;
  }
  .car_name {
    font-size: 6vw;
  }
  .car_text {
    margin-left: 0;
    margin-top: 25px;
  }
  .car_btns .btn {
    width: 100%;
  }
  .compl_name {
    font-size: 24px;
  }
  .compl_techs {
    gap: 12px 0;
    font-size: 14px;
  }
  .tb_complects > div {
    padding: 24px;
    padding-bottom: 110px;
  }
  .compl_btns {
    flex-direction: column;
    width: 89%;
    gap: 10px;
  }
  .compl_btns > a {
    margin-right: 0;
    width: 100%;
    flex: none;
  }

  .credit_decsr,
  .tradein_decsr,
  .drive_decsr {
    font-size: 18px;
  }
  .credit form,
  .drive form {
    width: 100%;
  }
  .credit .form-group,
  .drive .form-group {
    width: 100%;
  }
  .drive_gif2 {
    margin-bottom: 16px;
  }
  .contacts_wrap .btn {
    width: 100%;
  }
  .footer_wrap {
    flex-direction: column;
    gap: 26px;
  }
}
@media (max-width: 420px) {
  .awards_imgs {
    width: 138px;
  }
  .awards_text {
    padding: 28px 2px 6px 5px;
    font-size: 8px;
  }

  .header_wrap {
    gap: 16px 4px;
  }
  .logo_wrap {
    width: 88%;
  }
 
  .addr_wrap p, .phone_wrap p {
    font-size: 14px;
  }
  .phone {
    font-size: 14px;
  }  
  .title_container {
    /* top: 48px; */
    padding: 16px 14px 40px;
    font-size: 4vw;
  }
  .banner .btn  {
    width: 230px;
  }
  .timer_title {
    font-size: 5vw;
  }
  div[id^=timer] {
    left: -90px;
  }
  .cars_items {
    gap: 40px;
    padding-bottom: 0;
  }
  .car_name {
    font-size: 7vw;
    top: -44px;
  }
  .block_left_text {
    padding: 12px 0;
    font-size: 16px;
  }
  .tb_complects > div {
    padding: 20px;
    padding-bottom: 110px;
    
  }
  .credit_decsr, .tradein_decsr, .drive_decsr {
    font-size: 16px;
  }
  .tradein .form-group {
    width: 100%;
  }
  .contacts .addr_wrap,
  .contacts .phone_wrap {
    width: 100%;
  }
  .banner {
    height: 500px;
  }
}
@media (max-width: 390px) {
  .btn {
    font-size: 14px;
  }
  .banner .title2 span {
    padding: 2px 8px;
}
  .banner .btn {
    width: 210px;
    height: 39px;
    bottom: -24px;
  }
  .title_container {
    /* top: 44px; */
    padding: 10px 0 20px 0;
  }
  .banner .text_with_line {
    padding: 0px 36px;
  }
}

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