html {
  overflow-x: hidden;
}

body {
  font-family: 'SF Pro Display';
  font-size: 16px;
  color: black;
  position: relative;
  font-weight: 400;
  margin: 0 auto;
  padding: 0;
  overflow-x: hidden;
  max-width: 1920px;
  background: url(../img/bg1.jpg) 50% 135px no-repeat white;
}

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

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

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

.fancybox-content {
  overflow: hidden;
}

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

.resp_table {
  width: 100%;
}

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

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

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 {
  appearance: none;
  -moz-appearance: none; /* Firefox */
  -webkit-appearance: none; /* Safari and Chrome */
  background: url(../img/ico_select.png) 95% 50% no-repeat;
  outline: none;
  font-family: 'SF Pro Display';
}

a:hover {
  text-decoration: none;
}

.fancybox-type-image .fancybox-close {
  right: 9px;
}

.fancybox-close {
  background: url(../img/bg_close.png) 50% 50% no-repeat !important;
  color: black;
  width: 22px !important;
  height: 22px !important;
  top: -25px !important;
  right: -25px !important;
}

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

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

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

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

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

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

#form_popup,
#form_popup2 {
  display: none;
}

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

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

.popup_container .agree_field a {
  color: black;
}

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

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

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

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

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

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

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

.popup_container .form-group input[type='text'],
.popup_container .form-group input[type='tel'] {
  height: 45px;
  width: 100%;
  color: #000000;
  font-size: 18px;
  box-sizing: border-box;
  font-weight: 400;
  font-family: 'SF Pro Display';
  padding: 0;
  outline: none;
  background: transparent;
  border-radius: 0px;
  border: none;
  border-bottom: 1px solid #252b33;
}

.popup_container .form-group select {
  color: #1d1f20;
  height: 50px;
  border: 1px solid white;
  width: 100%;
  font-size: 16px;
  font-weight: 300;
  font-family: 'SF Pro Display';
  padding-left: 10px;
  height: 38px;
  background-color: white;
  border-radius: 5px;
  border: 1px solid #c0c6c9;
}

.popup_container .form-group select option {
}

.popup_container .form-group button {
  cursor: pointer;
  height: 38px;
  font-size: 16px;
  font-weight: 700;
  height: 60px;
}

.popup_container .form-group button:before {
  display: none;
}

.popup_container .form-group button:after {
  display: none;
}

.not_agree button {
  background-color: #cccccc !important;
  cursor: auto !important;
  color: white !important;
}

.agree_field {
  font-size: 10px;
  line-height: 100%;
  position: relative;
  display: inline-block;
  padding-left: 20px;
  top: 0px;
}

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

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

.popup_container .form-disclamer {
  color: #b8b8b8;
  font-size: 10px;
  padding-top: 10px;
  text-align: center;
}

form {
}

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

form .form-group input[type='tel'],
form .form-group input[type='text'],
form .form-group select {
  height: 45px;
  width: 100%;
  color: #000000;
  font-size: 18px;
  box-sizing: border-box;
  font-weight: 400;
  font-family: 'SF Pro Display';
  padding: 0;
  outline: none;
  background: transparent;
  border-radius: 0px;
  border: none;
  border-bottom: 1px solid #252b33;
}

form .form-group select {
  appearance: none;
  -moz-appearance: none; /* Firefox */
  -webkit-appearance: none; /* Safari and Chrome */
  background: url(../img/ico_select.png) 95% 50% no-repeat #ffffff;
  font-family: 'SF Pro Display';
  outline: none;
}

form .form-group button {
  width: 100%;
  cursor: pointer;
  font-family: 'SF Pro Display';
  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: #005693;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 380px;
  max-width: 100%;
  height: 70px;
  font-size: 20px;
  font-weight: 700;
  color: #ffffff;
  text-decoration: none;
  outline: none;
  border: none;
  transition: all 0.3s;
  text-align: center;
}

.btn:hover {
  background: #0074c6;
}

.btn.dark {
  background: #252b33;
}

.btn.dark:hover {
  background: #005693;
}

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

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

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

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

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

.logo1 {
  align-self: flex-start;
}

header .m_btn {
  display: none;
}

.dealer {
  color: #838589;
  font-size: 18px;
}

.dealer span {
  display: block;
  text-transform: uppercase;
  color: #000000;
  font-weight: 700;
  font-size: 29px;
  margin-bottom: -3px;
}

.top_addr {
  font-size: 12px;
  line-height: 110%;
}

.top_addr p {
  margin: 0;
  padding: 0;
  margin-top: 5px;
  margin-bottom: 5px;
  font-size: 16px;
  line-height: 1.3;
}

.top_phone {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 278px;
  height: 90px;
  color: #ffffff;
  font-weight: 700;
  background: #005693;
  text-decoration: none;
  font-size: 20px;
}

.menu {
  position: fixed;
  top: 90px;
  left: 0;
  right: 0;
  background: #ffffff;
  z-index: 4;
}

.menu .container {
  height: 49px;
}

.menu .container:before {
  content: '';
  background: #f0f0f0;
  width: 150%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 20px;
  z-index: 0;
}

.menu_cars {
  display: none;
}

.menu_blocks {
  width: 85.2%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-left: auto;
  height: 100%;
}

.menu a {
  font-size: 18px;
  color: #000000;
  text-decoration: none;
  font-weight: 600;
  transition: all 0.3s;
  position: relative;
}

.menu a:hover {
  color: #005693;
}

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

.banner_slider {
  position: relative;
  width: 100%;
}

body {
  padding-top: 138px;
}

.banner_slider .banner_item {
  height: 800px;
}

.banner_slider .slide1 {
  background: url('../img/banner-slide.jpg') 50% 0 no-repeat;
}

.banner_slider .slide2 {
  background: url('../img/slide2.jpg') 50% 0 no-repeat;
}

.banner_slider .slick-prev {
  width: 23px;
  height: 43px;
  z-index: 1;
  left: 30px;
  background: url('../img/bn_prev.png') 50% no-repeat !important;
}

.banner_slider .slick-next {
  width: 23px;
  height: 43px;
  z-index: 1;
  right: 30px;
  background: url('../img/bn_next.png') 50% no-repeat !important;
}

.banner_slider .slick-prev:before,
.banner_slider .slick-next:before {
  display: none !important;
}

.title_container {
  position: relative;
  margin-top: 34px;
  color: #000;
  text-align: start;
  z-index: 2;
  background: #31313180;
  backdrop-filter: blur(80px);
  padding-top: 33px;
  padding-bottom: 24px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.title_container:before {
  /*content: '';*/
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -60%);
  width: 124%;
  height: 116%;
  background: url(../img/title_container_bg.png) no-repeat;
  background-size: 100% 100%;
  z-index: -1;
}

.title1 {
  font-size: 64px;
  font-weight: 600;
  text-transform: uppercase;
  color: #ffffff;
  text-align: center;
}

.title2 {
  margin-top: 27px;
  font-size: 28px;
  font-weight: 400;
  color: #ffffff;
  text-align: center;
}

.title2 p {
  display: inline-block;
  margin: 0;
  padding: 0;
}

.title2 .br_mob {
  display: none;
}

.title2 .title2_decor {
  padding: 20px 96px 18px 26px;
  background: url(../img/title2_decor.png) no-repeat;
  background-size: contain;
  text-shadow: 0px 0px 14px #24a1ff;
}

.title3 {
  margin-top: 30px;
  font-size: 40px;
  font-weight: 600;
}

.title3 span {
  text-shadow: 0px 0px 14px #24a1ff;
}

.title_container .btn {
  margin-top: 26px;
  position: absolute;
  bottom: -92px;
}

.title_gos {
  margin-top: 15px;
  min-height: 32px;
  font-size: 24px;
  font-weight: 600;
  color: #ffffff;
  padding-left: 40px;
  background-image: url('../img/ico-gov.svg');
  background-position: left center;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
}

.title_gos .br_mob {
  display: none;
}

.blue {
  color: rgba(0, 86, 147, 1);
}

.timer_wrap {
  /*width: 36.4%;*/
  font-size: 26px;
  margin-top: 0;
}

.timer_title {
  font-size: 26px;
  margin-bottom: 10px;
}

/**********************
        running-string
**********************/
.running-string {
  color: #fff;
  display: flex;
  align-items: center;
  background-color: rgba(49, 49, 49, 1);
  padding: 20px 0;
}

.running-string__content {
  position: relative;
  display: flex;
  gap: 54px;
  padding: 0 27px;
  font-size: 32px;
  text-wrap: nowrap;
  animation: running-string 5s linear infinite;
}
.running-string__text {
  padding: 0;
  margin: 0;
}

.running-string__gray {
  display: inline-block;
  background-color: rgba(255, 255, 255, 0.4);
  padding: 5px 8px;
  border-radius: 8px;
}

@keyframes running-string {
  0% {
    left: -29px;
  }
  100% {
    left: -1067px;
  }
}

/**********************
        commercial
**********************/
.commercial {
  background-color: rgba(217, 217, 217, 1);
  background-image: url('../img/commercial_bg.png');
  background-position: center;
  background-size: cover;
}
.commercial__content {
  display: flex;
  justify-content: space-between;
  position: relative;
  min-height: 180px;
}

.commercial__text {
  font-size: 32px;
  font-weight: 400;
  padding: 0;
  margin: 0;
  padding: 41px 0;
}
.commercial__text span {
  font-size: 48px;
  font-weight: 700;
}
.commercial__img {
  object-fit: contain;
  position: absolute;
  right: 0;
}
/**********************
        OFFERS
**********************/

.offers {
  margin-top: 490px;
  display: flex;
  justify-content: space-between;
}

.offer_item {
  box-sizing: border-box;
  width: 380px;
  display: block;
  padding: 18px 20px;
  background: #f4f4f4;
  font-size: 24px;
  color: #000000;
  text-decoration: none;
  position: relative;
  transition: all 0.3s;
}

.offer_item > span {
  position: relative;
  z-index: 1;
}

.offer_item b span {
  font-size: 30px;
  color: #005693;
  transition: all 0.3s;
}

.offer_item:hover {
  color: #ffffff;
}

.offer_item:hover b span {
  color: #ffffff;
}

.offer_item:before {
  content: url('../img/ico_gift.png');
  font-family: 'Montserrat';
  position: absolute;
  font-weight: 900;
  font-size: 108px;
  color: #252b33;
  line-height: 70%;
  top: 10px;
  right: 50px;
  transition: all 0.3s;
  z-index: 1;
}

.offer_item:last-child:before {
  content: '%';
  opacity: 0.05;
  top: 15px;
}

.offer_item:after {
  content: url('../img/arrow_r.png');
  box-sizing: border-box;
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  right: 0;
  top: 0;
  height: 100%;
  width: 40px;
  background: #252b33;
  padding-right: 8px;
  transition: all 0.3s;
  z-index: 0;
}

.offer_item:hover:after {
  width: 100%;
}

.offer_item:hover:before {
  color: #ffffff;
}

/**********************
         CARS
**********************/
.cars_menu_wrap {
  margin-top: 78px;
  display: grid;
}
.cars_menu {
  /* margin-top: 136px; */
  display: flex;
  justify-content: space-between;
}

.cars_menu .slick-prev {
  width: 40px !important;
  height: 40px !important;
  background: url('../img/prev.png') !important;
  left: -80px !important;
}

.cars_menu .slick-next {
  width: 40px !important;
  height: 40px !important;
  background: url('../img/next.png') !important;
  right: -80px !important;
}

.cars_menu .slick-prev:before,
.cars_menu .slick-next:before {
  display: none !important;
}

.cars_menu a {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-decoration: none;
}

.cars_menu a .menu_img {
  display: flex;
  align-items: flex-end;
  min-height: 84px;
  margin-bottom: 20px;
  opacity: 0.5;
  transition: all 0.3s;
}

.cars_menu a .menu_text {
  display: block;
  text-align: center;
  color: #000000;
  font-size: 20px;
  padding-bottom: 2px;
  border-bottom: 1px solid transparent;
  transition: all 0.3s;
}

.cars_menu a:hover .menu_img {
  opacity: 1;
}

.cars_menu a:hover .menu_text {
  border-color: #000000;
}

.cars_items {
  margin-top: 70px;
}

.car_item {
  position: relative;
  margin-bottom: 90px;
}

.car_item_wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 35px;
}
.car_item_wrap .car_new {
  position: absolute;
  top: 0;
  right: 50%;
}

.car_image {
  width: 49.2%;
}

.car_image img {
  width: 100%;
}

.car_text {
  width: 47%;
  position: relative;
}

.car_title {
  font-size: 40px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 25px;
}

.car_cred {
  width: 206px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f4f4f4;
  text-decoration: none;
  font-size: 20px;
  color: #000000;
  position: absolute;
  top: 0;
  right: 0;
}

.car_cred b {
  color: #005693;
  font-size: 30px;
}

.car_props,
.car_props2 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 30px;
  row-gap: 30px;
}

.car_props a {
  width: 100%;
  display: block;
  text-decoration: none;
  color: #000000;
  font-size: 24px;
  line-height: 140%;
  padding-left: 63px;
  padding-top: 8px;
  padding-bottom: 8px;
}

.car_props a.ico1 {
  background: url('../img/car_ico1.png') 0 50% no-repeat;
}
.car_props a.ico2 {
  background: url('../img/car_ico2.png') 0 50% no-repeat;
}
.car_props a.ico3 {
  background: url('../img/car_ico3.png') 0 50% no-repeat;
}
.car_props a.ico1:hover {
  background: url('../img/car_ico1_hover.png') 0 50% no-repeat;
}
.car_props a.ico2:hover {
  background: url('../img/car_ico2_hover.png') 0 50% no-repeat;
}
.car_props a.ico3:hover {
  background: url('../img/car_ico3_hover.png') 0 50% no-repeat;
}

.car_props a span {
  font-size: 36px;
  color: #005693;
  font-weight: 700;
}

.car_props a:hover span {
  color: #252b33;
}

.car_btns {
  display: flex;
  flex-flow: wrap;
  justify-content: space-between;
  padding-top: 30px;
  border-top: 1px solid rgba(37, 43, 51, 0.2);
}

.car_props2 a {
  display: block;
  text-decoration: none;
  color: #000000;
  font-size: 20px;
  padding-left: 63px;
  padding-top: 8px;
  padding-bottom: 8px;
  position: relative;
}

.car_props2 a b {
  font-size: 24px;
  color: #005693;
}

.car_props2 a:before {
  content: '';
  position: absolute;
  top: calc(50% - 24px);
  left: 0;
  display: block;
  /*background: #005693;*/
  width: 48px;
  height: 45px;
}

.car_props2 a.ico1:before {
  background: url('../img/car_ico4.png') 50% no-repeat;
}
.car_props2 a.ico2:before {
  background: url('../img/car_ico5.png') 50% no-repeat;
}

.car_props2 a:hover:before {
  /*background-color: #252b33;*/
}

.car_btns .btn {
  width: 48%;
  margin-bottom: 20px;
  font-weight: 400;
}

.car_btns .btn:last-child {
  width: 100%;
  margin-bottom: 0;
  font-weight: 700;
  text-transform: uppercase;
}

.car_choose {
  border-top: 1px solid rgba(37, 43, 51, 0.2);
  padding-top: 30px;
  display: flex;
  align-items: flex-end;
}

.choose_item {
  width: 20%;
  display: flex;
  flex-direction: column;
  align-items: center;
  cursor: pointer;
  min-height: 160px;
}

.choose_item > img {
  opacity: 0.5;
}

.choose_item.active > img {
  opacity: 1;
}

.choose_item span {
  margin-top: 15px;
  font-size: 20px;
}

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

#instock {
  background: #303030;
  padding: 90px 0;
}

.compl_title {
  font-size: 36px;
  font-weight: 700;
  text-align: center;
  color: #ffffff;
  text-transform: uppercase;
}

.tb_complects_container {
}

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

#filter_table .select_container {
  position: relative;
  width: 31.5%;
  display: inline-block;
}

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

#filter_table select {
  font-family: 'SF Pro Display';
  height: 60px;
  padding-left: 20px;
  outline: none;
  background: white url('../img/ico_select.png') 95% 50% no-repeat;
  border-radius: 0px;
  font-size: 18px;
  font-weight: 400;
  color: #000000;
  display: block;
  box-sizing: border-box;
  width: 100%;
  border: none;
  text-align: left;
}

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

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

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

#filter_table select option {
  color: black;
}

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

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

.tb_complects tr {
  display: flex;
  justify-content: space-between;
  align-items: center;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.07);
  background: #ffffff;
  margin-bottom: 20px;
}

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

.tb_complects
  tr:first-child
  th:not(:nth-child(1), :nth-child(2), :nth-child(3), :nth-child(4)) {
  display: none;
}

.tb_complects tr:first-child th {
  width: 22%;
  text-align: center;
  background: #ececec;
  padding: 15px;
  font-size: 16px;
  font-weight: 500;
}

.tb_complects tr th {
  text-align: left;
  font-size: 16px;
  /* text-transform: uppercase; */
}

.tb_complects tr td {
  font-size: 18px;
  vertical-align: middle;
  padding: 20px 0;
  position: relative;
}

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

.tb_complects tr td:first-child {
  box-sizing: border-box;
  width: 24.6%;
  padding-left: 30px;
}

.tb_complects tr td:nth-child(2) {
  box-sizing: border-box;
  width: 24%;
}

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

.tb_complects tr td .popup {
  /* padding: 0px; */ /* color:white; */ /* margin-left:auto; */ /* width: 100%; */ /* display:inline-block; */ /* box-sizing:border-box; */ /* font-size: 16px; */ /* font-weight: 400; */ /* margin: 0px; */
}

.tb_complects tr td .popup:first-child {
  /* background:#949494; */ /* border-color:#949494; */
}

.tb_complects tr td .popup:first-child:hover {
  /* background:#858484; */ /* border-color:#858484; */
}

.tb_complects_showmore {
  box-sizing: border-box;
  color: #ffffff;
  font-size: 18px;
  font-weight: 400;
  text-align: center;
  display: block;
  text-decoration: underline;
  margin-top: 20px;
}

.tb_complects tr td.btns {
  box-sizing: border-box;
  width: 49.6%;
  display: flex;
  padding-right: 30px;
}

.tb_complects tr td.btns .btn {
  font-weight: 400;
}

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

.tb_complects tr td .param1 {
  font-size: 20px;
  text-transform: uppercase;
  margin-bottom: 10px;
}

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

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

.tradein {
  padding: 200px 0;
  background: url('../img/tradein_bg.jpg') 50% 0 no-repeat;
}

.tradein > img {
  display: none;
}

.tradein_title {
  font-weight: 700;
  font-size: 36px;
  text-transform: uppercase;
  margin-bottom: 15px;
}
.tradein_title span {
  text-transform: none;
}
.tradein_profit {
  font-size: 36px;
}

.tradein_profit span {
  font-weight: 700;
  font-size: 38px;
  color: #005693;
}

.tradein .btn {
  width: 585px;
  max-width: 100%;
  margin-top: 30px;
}

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

.credit {
}

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

.credit .img_wrap > div {
  width: 49.2%;
}

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

.credit_block,
.lizing_block {
  width: 48.7%;
  margin-top: 50px;
}

.credit_block > img,
.lizing_block > img {
  display: none;
}

.credit_title,
.lizing_title {
  font-size: 30px;
  display: flex;
  align-items: center;
}

.credit_title span,
.lizing_title span {
  font-size: 87px;
  color: #005693;
  font-weight: 700;
  display: flex;
  margin-right: 20px;
}

.credit_title span sup,
.lizing_title span sup {
  font-weight: 900;
  font-size: 50px;
}

.credit_title font b,
.lizing_title font b {
  text-transform: uppercase;
}

#credit_form,
#lizing_form {
  width: 100%;
  display: flex;
  flex-flow: wrap;
  justify-content: space-between;
}

#credit_form .form-group,
#lizing_form .form-group {
  width: 47%;
}

#credit_form .form-group.full_width,
#lizing_form .form-group.full_width {
  width: 100%;
}

#credit_form .btn,
#lizing_form .btn {
  margin-top: 15px;
}

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

.service {
  margin-top: 70px;
  padding: 80px 0 100px;
  background: url('../img/service_bg.jpg') 50% 0 no-repeat;
}

.service > img {
  display: none;
}

.service_title {
  font-size: 30px;
  margin-bottom: 40px;
}

.service_title b {
  text-transform: uppercase;
  display: block;
  margin-bottom: 10px;
}

.service_offer {
  display: flex;
  align-items: center;
  font-size: 30px;
}

.service_offer span {
  font-size: 87px;
  font-weight: 700;
  color: #005693;
  display: block;
  margin-right: 15px;
}

.service_offer span sup {
  font-weight: 900;
  font-size: 50px;
}

.service_offer font b {
  font-weight: 400;
  color: #005693;
}

.service .btn {
  width: 585px;
  max-width: 100%;
  margin-top: 40px;
}

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

.contacts {
  margin-top: 80px;
}

.cont_list {
  display: flex;
  justify-content: space-evenly;
  margin-bottom: -70px;
  position: relative;
  z-index: 1;
}

.cont_item {
  height: max-content;
  width: 31%;
  background: url('../img/cont_item_bg.png') 100% 0 no-repeat #f9f9f9;
}

.cont_item_wrap {
  padding: 35px 15px 0px 30px;
  min-height: 378px;
}

.cont_item .item_name {
  font-weight: 700;
  font-size: 24px;
  margin-bottom: 20px;
}

.bot_phone {
  display: block;
  font-weight: 700;
  font-size: 20px;
  color: #000000;
  text-decoration: none;
  margin-bottom: 20px;
}

.bot_addr {
  /*margin-bottom: 12px;*/
}
.bot_worktime {
  margin-bottom: 12px;
}
#map1 {
  width: 100%;
  height: 500px;
  /* background: url("../img/map.jpg") 50% 0 no-repeat; */
  background-size: contain;
}

footer {
  padding: 20px 0;
  background: #252b33;
}

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

.foot_dealer {
  display: flex;
  align-items: center;
  font-size: 18px;
  color: #838589;
}

.foot_dealer b {
  color: #ffffff;
  text-transform: uppercase;
  font-size: 29px;
}

.foot_dealer span {
  display: block;
  padding-left: 9px;
  border-left: 1px solid #838589;
  margin-left: 10px;
}

.foot_wrap > a {
  font-size: 16px;
  color: #838589;
}

footer .switch {
  color: #000000;
  font-size: 16px;
  text-decoration: none;
  font-weight: 900;
}

footer .disclamer {
  color: #fff;
  font-size: 12px;
  text-align: left;
  /*display: none;*/
}

.copyright {
  font-size: 12px;
  font-weight: 400;
}

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

@media (min-width: 1200px) {
  .commercial__text {
    padding-right: 530px;
  }
}

/*IPAD PRO BEGIN*/
@media (min-width: 768px) and (max-width: 1199px) {
  .cont_item {
    width: 40%;
  }
  .title3 {
    font-size: 30px;
  }

  .top_worktime {
    display: none;
  }

  .menu_blocks {
    width: 83.2%;
  }

  .title1 b {
    font-size: 28px;
  }

  .title1 {
    font-size: 34px;
  }

  .title2 {
    font-size: 32px;
  }

  .timer_wrap {
    width: 47%;
  }

  .offer_item {
    width: 32%;
  }

  .cars_menu a .menu_text {
    font-size: 16px;
  }

  .car_props a {
    font-size: 20px;
  }

  .car_props a span {
    font-size: 28px;
  }

  .tb_complects tr td.btns .btn {
    font-size: 16px;
  }

  .credit_title,
  .lizing_title {
    font-size: 24px;
  }

  .credit_title span,
  .lizing_title span {
    font-size: 65px;
  }

  .tradein .btn {
    width: 430px;
  }

  .cont_item .item_name {
    font-size: 20px;
  }

  .car_title {
    margin-bottom: 0;
  }

  .car_cred {
    position: relative;
    margin-bottom: 15px;
  }

  .commercial__img {
    position: static;
  }

  .cars_menu {
    width: 90%;
    margin: 0 auto 0;
  }

  .cars_menu .slick-prev {
    left: -50px !important;
  }

  .cars_menu .slick-next {
    right: -50px !important;
  }
}

/*IPAD PRO BEGIN*/

/*IPAD BEGIN*/
@media (min-width: 768px) and (max-width: 991px) {
  .banner_slider .banner_item {
    height: 80vw;
  }
  .banner_slider .slide1,
  .banner_slider .slide2 {
    background-size: 130%;
    background-position: 50% 100%;
  }
  .title_container {
    color: #000000;
  }
  .cont_item_wrap {
    min-height: initial;
  }
  .banner_slider .slide1,
  .banner_slider .slide2 {
    background-size: 130%;
  }

  .banner_slider .slick-prev,
  .banner_slider .slick-next {
    top: 24%;
  }

  .title_slide2 {
    min-height: 168px;
  }

  body {
    background-size: 130%;
  }

  .top_addr {
    display: none;
  }

  .menu_blocks {
    width: 73.2%;
  }

  .menu a {
    font-size: 14px;
  }

  .title_container {
    /* flex-direction: column; */
    /* margin-top: 30px; */
  }

  .title_wrap {
    text-align: center;
  }

  .title_container .btn {
    display: none;
  }

  .timer_wrap {
    width: 100%;
    text-align: center;
    margin-top: 240px;
  }

  .offers {
    margin-top: 50px;
    flex-direction: column;
  }

  .offer_item {
    width: 100%;
    margin-bottom: 20px;
    overflow: hidden;
  }

  .offer_item > span br {
    display: none;
  }

  .cars_menu a .menu_text {
    font-size: 12px;
  }

  .cars_menu {
    margin-top: 0;
  }

  .car_item {
    padding-top: 60px;
    position: relative;
  }

  .car_item_wrap {
    flex-direction: column;
  }
  .car_item_wrap .car_new {
    right: 0;
  }

  .car_image {
    width: 100%;
  }

  .car_text {
    width: 100%;
    position: unset;
  }

  .car_title {
    position: absolute;
    top: 0;
    left: 0;
  }

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

  .choose_item span {
    font-size: 14px;
  }

  .tb_complects tr td.btns {
    padding-right: 10px;
    flex-direction: column;
    width: 35%;
  }

  .tb_complects tr td:first-child {
    width: 30%;
  }

  .tb_complects tr td:nth-child(2) {
    width: 30%;
  }

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

  .tb_complects tr td .param1 {
    font-size: 16px;
  }

  .tb_complects tr td .param2 {
    font-size: 16px;
  }

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

  .tradein {
    padding: 0;
    background: none;
    margin-bottom: 30px;
  }

  .tradein > img {
    display: block;
    width: 100%;
  }

  .tradein_title {
    padding-top: 30px;
    text-align: center;
  }

  .tradein_profit {
    text-align: center;
  }

  .tradein .btn {
    width: 100%;
  }

  .credit .img_wrap {
    display: none;
  }

  .credit .container .wrap {
    flex-direction: column;
  }

  .credit_block > img,
  .lizing_block > img {
    display: block;
  }

  .credit_block,
  .lizing_block {
    width: 100%;
  }

  .credit_title,
  .lizing_title {
    margin-top: 30px;
  }

  .service {
    padding: 0;
    background: none;
  }

  .service > img {
    display: block;
    width: 100%;
  }

  .service_title {
    padding-top: 30px;
    text-align: center;
  }

  .service_offer {
    justify-content: center;
  }

  .service .btn {
    width: 100%;
  }

  .cont_list {
    flex-direction: column;
  }

  .cont_item {
    width: 100%;
    margin-top: 30px;
  }

  .cont_item .btn {
    width: 100%;
  }
}

@media (max-width: 991px) {
  .banner_slider .slide1 {
    background-size: 100% auto;
    background-position: 50% 100%;
    height: 98vw;
  }
  .title_container:before {
    display: none;
  }
  .title1 {
    font-size: 4vw;
    /* color: #000000; */
  }
  .title2 {
    margin-top: 4vw;
    font-size: 3vw;
    /* color: #000000; */
  }
  .title_gos {
    margin-top: 2vw;
    font-size: 3vw;
    /* color: #000000; */
    /* background-image: url(../img/ico-gov-black.svg); */
    background-position: left center;
    background-repeat: no-repeat;
  }
}

/*IPAD END*/

/*MOBILE BEGIN*/
@media (max-width: 767px) {
  body {
    padding-top: 130px;
  }
  .commercial__content {
    flex-direction: column;
  }
  .commercial__img {
    position: static;
  }

  .commercial__text {
    font-size: 28px;
  }

  .cont_item_wrap {
    min-height: initial;
  }

  .fancybox-type-image {
    width: 100% !important;
    margin: 0px !important;
    left: 0px !important;
  }

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

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

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

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

  .popup_container {
    width: 100%;
  }

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

  .resp_table tr th {
    display: none;
  }

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

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

  .resp_table img {
    max-width: none;
    margin: 0px auto; /* width: 100%; */
    margin-left: -15px; /* width: calc(100% + 30px); */
    max-width: calc(100% - 125px);
    display: inline-block;
    padding-bottom: 10px;
  }

  .tb_complects_container {
    padding-bottom: 0px;
  }

  #instock {
    padding: 30px 0;
  }

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

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

  .tb_complects {
    padding-bottom: 30px;
  }

  .tb_complects tr {
    border: none;
    padding-bottom: 15px;
    margin-bottom: 10px;
  }

  .tb_complects tr td:first-child {
    padding-top: 20px !important;
    text-align: center;
    width: 100%;
  }

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

  .tb_complects tr td {
    padding: 0 15px !important;
  }

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

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

  .tb_complects_showmore {
  }

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

  .tb_complects tr td.btns {
    display: block;
    width: 100%;
    padding: 0px;
    margin-top: 10px;
  }

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

  .tb_complects tr td.btns .btn:first-child {
    margin-right: 0px;
  }

  .tb_complects tr td .param1 {
    /* position: absolute; */
    top: 0px;
    text-align: left;
    width: 100%;
  }

  .tb_complects tr td .param2,
  .tb_complects tr td .param3,
  .tb_complects tr td .param4 {
    /* display: inline-block; */
    width: 100%;
    text-align: left;
  }

  .tb_complects tr td .param3,
  .tb_complects tr td .param4 {
    padding-left: 0;
  }

  .tb_complects tr td .param5 {
    text-align: left;
    padding-bottom: 10px;
    padding-top: 5px;
  }

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

  header {
  }

  header .container {
    flex-flow: wrap;
  }

  .logo1 {
    width: 20%;
  }

  .top_addr {
    display: none;
  }

  .top_worktime {
    display: none;
  }

  .top_phone {
    height: auto;
    width: 100%;
    padding: 10px 0;
  }

  .dealer {
    text-align: center;
    font-size: 16px;
  }

  .dealer span {
    font-size: 24px;
  }

  header .m_btn {
    display: block;
    position: relative;
    width: 30px;
    height: 21px;
    z-index: 1;
  }

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

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

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

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

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

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

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

  .menu {
    display: block;
    position: fixed;
    top: 107px;
    background: white;
    width: 100%;
    height: auto;
    right: -100%;
    left: unset;
    transition: all 0.3s linear;
    z-index: 2;
    padding: 40px 0 10px;
  }

  .menu .container {
    height: auto;
  }

  .menu .container:before {
    display: none;
  }

  .menu_blocks {
    width: 100%;
    flex-direction: column;
  }

  .menu_cars {
    margin-top: 10px;
    padding-top: 10px;
    border-top: 1px solid #000000;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .menu.active {
    right: 0;
  }

  .menu a {
    padding: 5px 0;
  }

  body {
    background-size: 130%;
  }

  .banner_slider .banner_item {
    /* height: 104vw; */
  }

  .banner_slider .slide1 {
    background-position: 50% 100%;
  }

  .banner_slider .slide1,
  .banner_slider .slide2 {
    background-size: 100%;
  }

  .banner_slider .slide2 {
    background-position: 65% 0;
  }

  .banner_slider .slick-prev,
  .banner_slider .slick-next {
    top: 13%;
  }

  .banner_slider .slick-prev {
    left: 10px;
  }

  .banner_slider .slick-next {
    right: 10px;
  }

  .title_container {
    margin-top: 0vw;
    /* color: #000000; */
  }
  .title1 {
    font-size: 4vw;
  }
  .title2 {
    margin-top: 2vw;
    font-size: 3vw;
    line-height: 164%;
    text-align: center;
  }
  .title2 p {
    font-size: 7vw;
    margin-top: 1vw;
  }
  .title_gos {
    font-size: 5vw;
    width: fit-content;
    margin: 5vw auto 0;
  }
  .title_gos .br_mob {
    display: block;
  }
  .title2 .br_mob {
    display: block;
  }
  .title2 .title2_decor {
    padding: 2vw 10vw 2vw 2vw;
  }
  .title3 {
    margin-top: 2vw;
    font-size: 4vw;
  }
  .title_container {
    /* flex-direction: column; */
    /* padding: 0; */
    /* background: none; */
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .title_container .btn {
    width: 100%;
    margin-top: 15px;
    position: relative;
    display: none;
  }

  .timer_wrap {
    width: 100%;
    margin-top: 30px;
  }

  .timer_title {
    text-align: center;
  }

  .timer {
    display: flex;
    justify-content: center;
  }

  div[id^='timer'] {
    transform: scale(0.7) !important;
  }

  .offers {
    margin-top: 30px;
    flex-direction: column;
  }

  .offer_item {
    width: 100%;
    overflow: hidden;
    margin-bottom: 15px;
  }

  .cars_menu_wrap {
    /* margin-top: 170px; */
    margin-top: 30px;
  }

  .cars_menu {
    display: none !important;
  }

  .cars_items {
    margin-top: 0;
  }

  .car_item {
    padding-top: 50px;
    position: relative;
    margin-bottom: 30px;
    display: flex;
    flex-direction: column-reverse;
  }

  .car_item_wrap {
    flex-direction: column;
  }
  .car_item_wrap .car_new {
    width: 60px;
    right: 0;
  }

  .car_image {
    width: 100%;
    margin-top: 15px;
  }

  .car_text {
    width: 100%;
    position: unset;
  }

  .car_title {
    position: absolute;
    top: 0;
    left: 0;
    font-size: 30px;
  }

  .car_cred {
    position: relative;
    margin-bottom: 15px;
  }

  .car_props {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 0;
  }

  .car_props a:first-child {
    /*margin-bottom: 20px;*/
  }

  .car_props2 {
    flex-direction: column;
    align-items: flex-start;
  }

  .car_props2 a {
    margin: 5px 0;
  }

  .car_btns .btn {
    width: 100%;
    margin-bottom: 10px;
  }

  .car_choose {
    flex-flow: wrap;
    justify-content: space-between;
    padding-top: 15px;
  }

  .choose_item {
    width: 47%;
    margin-bottom: 10px;
    background: #f4f4f4;
    min-height: unset;
  }

  .choose_item.active {
    background: #005693;
    color: #ffffff;
  }

  .choose_item img {
    display: none;
  }

  .choose_item span {
    font-size: 14px;
    margin-top: 0;
    padding: 5px 0;
  }

  .tradein {
    padding: 0;
    background: none;
    margin-bottom: 30px;
  }

  .tradein > img {
    display: block;
    width: 100%;
  }

  .tradein_title {
    padding-top: 30px;
    text-align: center;
    font-size: 22px;
  }

  .tradein_profit {
    text-align: center;
    font-size: 22px;
  }

  .tradein_profit span {
    font-size: 30px;
  }

  .tradein .btn {
    width: 100%;
  }

  .credit .img_wrap {
    display: none;
  }

  .credit .container .wrap {
    flex-direction: column;
  }

  .credit_block > img,
  .lizing_block > img {
    display: block;
  }

  .credit_block,
  .lizing_block {
    width: 100%;
    margin-top: 0;
  }

  .lizing_block {
    margin-top: 30px;
  }

  .credit_title,
  .lizing_title {
    margin-top: 20px;
    flex-direction: column;
    text-align: center;
  }

  .credit_title span,
  .lizing_title span {
    margin-right: 0;
  }

  #credit_form,
  #lizing_form {
    margin-top: 15px;
  }

  #credit_form .form-group,
  #lizing_form .form-group {
    width: 100%;
  }

  .service {
    padding: 0;
    background: none;
  }

  .service > img {
    display: block;
    width: 100%;
  }

  .service_title {
    padding-top: 20px;
    text-align: center;
    font-size: 22px;
    margin-bottom: 15px;
  }

  .service_offer {
    justify-content: center;
    flex-direction: column;
    text-align: center;
  }

  .service_offer span {
    margin-right: 0;
  }

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

  .contacts {
    margin-top: 20px;
  }

  .cont_list {
    flex-direction: column;
    margin-bottom: 30px;
  }

  .cont_item {
    width: 100%;
    margin-top: 30px;
  }

  .cont_item_wrap {
    padding: 15px;
  }

  .cont_item .btn {
    width: 100%;
  }

  #map1 {
    height: 400px;
    background: url('../img/map_mob.jpg') 50% no-repeat;
  }

  .foot_wrap {
    flex-direction: column;
  }

  .foot_dealer {
    flex-direction: column;
    margin-bottom: 20px;
  }

  .foot_dealer span {
    border: none;
    margin: 0;
    padding: 0;
  }
}

/*MOBILE END*/

/* Portrait phones and smaller */
@media (max-width: 460px) {
  .title1 {
    font-size: 5vw;
    text-align: center;
  }
  .title2 {
    font-size: 5vw;
    text-align: center;
    line-height: 140%;
  }
}
@media (max-width: 390px) {
  .car_props a span {
    font-size: 28px;
  }
  .car_props a {
    font-size: 20px;
  }
}

@media (max-width: 360px) {
  .timer_title {
    font-size: 22px;
  }

  div[id^='timer'] {
    transform: scale(0.65) !important;
  }

  .offer_item {
    font-size: 20px;
  }

  .tradein_profit span {
    font-size: 26px;
  }

  .credit_title,
  .lizing_title {
    font-size: 26px;
  }
}

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