html {
  overflow-x: hidden;
}

body {
  font-family: "SKODANext";
  font-size: 16px;
  color: #1c252c;
  position: relative;
  font-weight: 400;
  margin: 0 auto;
  padding: 0;
  overflow-x: hidden;
  max-width: 1920px;
}

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

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

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

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

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: 1270px;
    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: 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;
}

.popup_container .form-group input[type="text"] {
  color: black;
  display: block;
  height: 56px;
  line-height: 56px;
  text-decoration: none;
  text-align: left;
  /* text-transform: uppercase; */
  margin-bottom: 10px;
  width: 100%;
  box-sizing: border-box;
  outline: none;
  background: #f3f3f3;
  border: 1px solid #f3f3f3;
  padding: 10px;
}

.popup_container .form-group textarea {
  color: black;
  display: block;
  height: 100px;
  text-decoration: none;
  text-align: left;
  /* text-transform: uppercase; */
  margin-bottom: 10px;
  width: 100%;
  box-sizing: border-box;
  outline: none;
  background: none;
  border: 1px solid #c0c6c9;
  padding: 10px;
  resize: none;
  font-family: "SKODANext";
  font-size: 16px;
}

.popup_container .form-group select {
  color: #1d1f20;
  height: 50px;
  border: 1px solid white;
  width: 100%;
  font-size: 16px;
  font-weight: 300;
  font-family: "SKODANext";
  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: 44px;
  width: 100%;
  color: #014637;
  font-size: 16px;
  box-sizing: border-box;
  font-weight: 400;
  font-family: "SKODANext";
  padding: 0px 25px;
  outline: none;
  background: transparent;
  border: 1px solid #014637;
  border-radius: 4px;
}

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

select {
  appearance: none;
  -moz-appearance: none;
  /* Firefox */
  -webkit-appearance: none;
  /* Safari and Chrome */
  background: url(../img/ico_select.png) 93% 50% no-repeat #ffffff;
  font-family: "SKODANext";
  outline: none;
}

form .form-group select {
  background: url(../img/ico_select.png) 93% 50% no-repeat #ffffff;
}

form .form-group button {
  width: 100%;
  cursor: pointer;
  font-family: "SKODANext";
  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: #014637;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 295px;
  max-width: 100%;
  height: 44px;
  font-size: 16px;
  font-weight: 700;
  color: #ffffff;
  text-decoration: none;
  outline: none;
  border: none;
  transition: all 0.3s;
  text-align: center;
  border-radius: 4px;
}

.btn.dark {
  background: #1c252c;
}

.btn:hover {
  background: #e74a37;
}

.btn.orange {
  background: #e84b37;
}

.btn.orange:hover {
  color: #014637;
  background: #ffffff;
}

.btn.white {
  color: #014637;
  background: #ffffff;
}

.btn.white:hover {
  background: #e84b37;
  color: #ffffff;
}

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

header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 5;
  background: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(5px);
  padding-top: 20px;
}

.head_wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 15px;
}

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

.logo1 {
  position: relative;
  padding-right: 12px;
  margin-right: 12px;
}

.logo1:after {
  content: "";
  width: 2px;
  height: 30px;
  background: #9ca6a7;
  position: absolute;
  right: 0;
  top: calc(50% - 15px);
}

.logo2 span {
  display: block;
  font-size: 12px;
  font-weight: 300;
  margin-top: 4px;
}

.top_addr {
  font-weight: 300;
  padding: 2px 0 2px 25px;
  background: url("../img/ico_loc.png") 0 50% no-repeat;
}

.top_phone {
  display: block;
  color: #1c252c;
  font-weight: 300;
  padding: 2px 0 2px 30px;
  text-decoration: none;
  background: url("../img/ico_phone.png") 0 50% no-repeat;
}

.top_worktime {
  padding: 2px 0 2px 30px;
  background: url("../img/ico_clock.png") 0 50% no-repeat;
}

.head_wrap .btn {
  width: 295px;
}

header .m_btn {
  display: none;
}

.menu {
  border-top: 1px solid #72787c;
  padding: 12px 0;
  display: flex;
  justify-content: space-between;
}

.menu a {
  color: #72787c;
  text-decoration: none;
  /*transition: all .3s;*/
}

.menu a:hover {
  color: #014637;
  font-weight: 700;
}

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

.run_now {
  display: flex;
  align-items: center;
  background: #014637;
  overflow: hidden;
  position: relative;
  height: 60px;
  margin-bottom: 20px;
}
.run_now_cont {
  display: flex;
  animation: runstring 12s infinite linear;
}
.run_now_cont div {
  position: relative;
  display: flex;
  align-items: center;
  margin-right: 20px;
  padding-left: 20px;
  font-size: 24px;
  font-weight: 400;
  color: #ffffff;
  white-space: nowrap;
}
@keyframes runstring {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

.banner {
  position: relative;
}
.banner picture {
  display: flex;
  justify-content: center;
}
.banner picture img {
  max-width: initial;
}

.title_container {
  margin: 0 auto;
  position: absolute;
  top: 144px;
  left: 15px;
  right: 15px;
  width: -webkit-fill-available;
  max-width: 1062px;
  padding: 14px 20px 42px;
  background: linear-gradient(180.11deg, #FFFFFF 0.1%, rgba(255, 255, 255, 0.71) 74.88%, rgba(255, 255, 255, 0) 106.32%);
  border-radius: 8px;
}

.title_container .br_mob {
  display: none;
}

.title1 {
  font-size: 44px;
  font-weight: 900;
  text-align: center;
}

.title2 {
  margin-top: 2px;
  font-size: 24px;
  font-weight: 400;
  text-align: center;
}

.title_container .btn {
  margin: 14px auto 0;
}

.banner_props {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 28px;
}
.title_props {
  display: flex;
  gap: 20px 60px;
}

.title_props > a {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  width: 383px;
  height: 57px;
  padding-left: 95px;
  font-size: 15px;
  text-transform: uppercase;
  text-decoration: none;
  color: #000000;
}

.title_props > a b {
  font-size: 18px;
  font-weight: 900;
  color: #e84b37;
}

.title_props > a.ico1 {
  background: url("../img/title_ico1.png") 0 50% no-repeat;
}

.title_props > a.ico2 {
  background: url("../img/title_ico2.png") 0 50% no-repeat;
}

.title_props > a.ico3 {
  background: url("../img/title_ico3.png") 0 50% no-repeat;
}

.title_props > a.ico3 span {
  display: inline-block;
  margin-bottom: 16px;
}

.timer_block {
  background: #f6f6f6;
}

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

.timer_wrap {
  display: flex;
  align-items: center;
}

.timer_title {
  font-size: 36px;
  margin-right: 30px;
}

#timer_form {
  width: 49%;
  display: flex;
  justify-content: space-between;
  flex-flow: wrap;
}

#timer_form .form-group {
  width: 48%;
}

#timer_form .agree_field,
#timer_form .agree_field a {
  color: #1c252c;
}
/**************** gosprogram ****************/
.gosprogram {
  margin-top: 85px;
  background-image: url("../img/gosprogram_bg.jpg");
  padding: 60px 0;
}

.gosprogram p,
.gosprogram h2 {
  margin: 0;
}

.gosprogram__container {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.gosprogram__list {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 20px 67px;
  align-items: stretch;
  justify-content: space-between;
  margin-bottom: 35px;
}

.gosprogram__item {
  box-sizing: border-box;
  background-color: #ffffff;
  font-size: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 200px;
  text-align: center;
  padding: 23px 7px;
  color: inherit;
  text-decoration: none;
  gap: 18px;
}

.gosprogram .title {
  margin-bottom: 20px;
  font-size: 32px;
  text-align: center;
}

.gosprogram .text {
  font-size: 25px;
  margin-bottom: 20px;
  color: #014637;
  text-align: center;
}

.gosprogram__btn {
  max-width: 330px;
  width: 100%;
}

/**********************
         CARS
**********************/

.cars_items {
  margin-top: 65px;
}

.car_item {
  box-sizing: border-box;
  position: relative;
  padding: 14px 0 28px;
  border-radius: 4px;
  margin-bottom: 60px;
  box-shadow: 5.607px 5.607px 10px 0 rgba(0, 0, 0, 0.1);
  min-height: 587px;
  overflow: hidden;
}

.car_item:after {
  content: "";
  width: 622px;
  height: 600px;
  background: url(../img/car_circle.png) 0 0 no-repeat;
  position: absolute;
  background-size: cover;
  top: 0;
  right: 0;
  z-index: -1;
}

.car_item#patriot {
  background: url("../img/cars/patriot/patriot_bg.png") 0 0 no-repeat;
  background-size: auto 100%;
}

.car_item#cgr {
  background: url("../img/cars/cgr/cgr_bg.png") 0 0 no-repeat;
  background-size: auto 100%;
}

.car_item#hunter {
  background: url("../img/cars/hunter/hunter_bg.png") 0 0 no-repeat;
  background-size: auto 100%;
}

.car_item#profi {
  background: url("../img/cars/profi/profi_bg.png") 0 0 no-repeat;
  background-size: auto 100%;
}

.car_item#pickup {
  background: url("../img/cars/profi/profi_bg.png") 0 0 no-repeat;
  background-size: auto 100%;
}

.car_wrap {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 0 75px;
}

.car_text {
  box-sizing: border-box;
  padding: 30px 35px;
  background: #ffffff;
  width: 420px;
  max-width: 100%;
  position: relative;
  box-shadow: 5px 6px 10px #c3c3c3;
}

.white-label {
  position: absolute;
  background-color: #f6f6f6;
  color: #014536;
  padding: 0 40px;
  transform: skewX(-40deg);
  left: 70px;
  top: -18px;
}

.white-label__text-block {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  transform: skewX(40deg);
}

.white-label__number {
  margin: 0;
  font-size: 35px;
  font-weight: 700;
}

.white-label__text {
  margin: 0;
  font-size: 12px;
  text-transform: uppercase;
}

.car_name {
  font-size: 32px;
  font-weight: 700;
  text-transform: uppercase;
}

.car_count {
  box-sizing: border-box;
  /* margin-bottom: 25px; */
  display: flex;
  align-items: center;
  width: fit-content;
  height: 32px;
  color: #ffffff;
  font-weight: 700;
  border-radius: 16px;
  background: url(../img/ico_tick.png) 98% 50% no-repeat #e74a37;
  padding-left: 12px;
  padding-right: 36px;
  white-space: nowrap;
  position: absolute;
  top: 4px;
  left: 56%;
}

.car_title {
  /* display: flex; */
  /* align-items: center; */
  position: relative;
}

.car_adds {
  margin-top: 15px;
  display: flex;
  flex-direction: column;
  row-gap: 12px;
}
.car_adds a {
  color: inherit;
  display: block;
  padding: 4px 0;
  padding-left: 45px;
  font-size: 16px;
  background-position: 0 50%;
  background-repeat: no-repeat;
  text-decoration: none;
}

.car_adds a.ico1 {
  background-image: url(../img/car_ico1.svg);
}
.car_adds a.ico2 {
  background-image: url(../img/car_ico2.svg);
}
.car_adds a.ico3 {
  background-image: url(../img/car_ico3.svg);
}
.car_adds a.ico4 {
  background-image: url(../img/car_ico4.svg);
}
.car_adds a.ico5 {
  background-image: url(../img/car_ico5.svg);
}

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

.car_image {
  padding-top: 25px;
  position: relative;
}

.credit_label {
  width: 12%;
  top: 0;
  position: absolute;
  left: 40%;
  z-index: 1;
}

#cgr .car_image {
  padding-top: 0;
  margin-top: -35px;
}

#profi .car_image {
  padding-top: 0;
}

.car_garant {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-top: -45px;
  margin-left: 110px;
  margin-bottom: 10px;
}

#profi .car_garant {
  margin-top: -110px;
}

.car_garant > div {
  display: inline-flex;
  font-size: 16px;
  color: #1c252c;
  padding: 10px 20px 10px 60px;
  border-radius: 31px;
}

.car_garant > div span {
  padding-right: 13px;
  margin-right: 13px;
  border-right: 1px solid #000000;
}

.car_garant > div.ico1 {
  background: url("../img/garant_ico1.png") 20px 50% no-repeat #f6f6f6;
  margin-bottom: 10px;
}

.car_garant > div.ico2 {
  background: url("../img/garant_ico2.png") 20px 50% no-repeat #f6f6f6;
}

.car_bottom {
  position: relative;
  margin-top: 14px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  left: 0;
}
.car_bottom:before {
  content: "";
  position: absolute;
  left: -35px;
  width: 100px;
  height: 110px;
  background: #ff4933;
  transform: skewX(-26deg);
}

.car_gallery {
  display: flex;
  margin-left: 67px;
  width: 536px;
  transform: skewX(-26deg);
}

.car_gallery a {
  position: relative;
  height: 110px;
}

.car_gallery a:before {
  content: "";
  position: absolute;
  left: 0;
  width: 8px;
  height: 100%;
  background: #ffffff;
  z-index: 2;
}

.car_gallery a:after {
  content: "";
  position: absolute;
  right: 0;
  width: 8px;
  height: 100%;
  background: #ffffff;
  z-index: 2;
}

.car_gallery a picture {
  overflow: hidden;
  display: block;
  height: 100%;
}

.car_gallery a img {
  position: relative;
  left: 50%;
  max-width: inherit;
  width: 150%;
  transform: skewX(26deg) translateX(-50%);
}

.car_gos {
  position: relative;
  display: flex;
  align-items: center;
  height: 110px;
  color: #ffffff;
  font-size: 36px;
  text-transform: uppercase;
  font-weight: 700;
  z-index: 4;
  padding-left: 80px;
  padding-right: 80px;
}
.car_gos:before {
  content: "";
  position: absolute;
  left: 0;
  width: 120%;
  height: 110px;
  background: #ff4933;
  transform: skewX(-26deg);
  z-index: -1;
}
.car_gos span {
  white-space: nowrap;
}
.car_gos b {
  font-size: 57px;
}

/**********************
       INSTOCK
**********************/

#instock {
  position: relative;
  margin-top: 85px;
}

.instock_title {
  font-size: 36px;
  /* text-align: center; */
  font-weight: 700;
  margin-bottom: 25px;
}

.filter_quick_menu {
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0 0 40px;
  display: none;
}

.filter_quick_menu li {
  font-size: 24px;
  text-transform: uppercase;
  font-weight: 700;
  transition: all 0.3s;
  margin-right: 50px;
  cursor: pointer;
}

.filter_quick_menu li.active,
.filter_quick_menu li:hover {
  color: #558b7f;
}

#filter_table {
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
}

#filter_table .select_container {
  position: relative;
  width: 32%;
  display: inline-block;
  margin-left: 10px;
}

#filter_table .select_container:first-child {
  margin-left: 0px;
}

#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;
  pointer-events: none;
}

#filter_table select {
  font-family: "SKODANext";
  display: block;
  height: 44px;
  box-sizing: border-box;
  width: 100%;
  padding-left: 15px;
  padding-right: 35px;
  font-size: 16px;
  font-weight: 300;
  outline: none;
  border-radius: 4px;
  background: url(../img/ico_select.png) right 20px center no-repeat;
  border: 1px solid #014637;
  color: #014637;
}

#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;
  font-weight: 400;
}

.tb_complects tr {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: 1px solid #d8d8d8;
  margin-bottom: 25px;
  border-radius: 4px;
}

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

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

.tb_complects tr th {
  text-align: left;
  font-size: 16px;
  /* text-transform:uppercase; */
  background: #ededed;
  font-size: 18px;
  font-weight: 400;
  padding: 15px;
  height: 53px;
  box-sizing: border-box;
}

.tb_complects tr td {
  box-sizing: border-box;
  vertical-align: middle;
  text-align: left;
}

.tb_complects tr td:nth-child(1) {
  width: 32.68%;
  padding-left: 50px;
  background: url("../img/complects/compl_bg.png") 0 50% no-repeat;
  display: flex;
  align-items: center;
  min-height: 205px;
}

.tb_complects tr td:nth-child(2) {
  width: 35.83%;
  padding-right: 15px;
}

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

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

.tb_complects_showmore {
}

.tb_complects_showmore:hover {
  /* border-color:#1c69d4; */
}

.tb_complects tr .btns {
  width: 31.5%;
  padding-right: 110px;
  display: flex;
  flex-direction: column;
}

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

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

.tb_complects tr td .param1 {
  font-weight: 300;
  font-size: 20px;
}

.tb_complects tr td .compl_techs {
  display: flex;
}

.tb_complects tr td .param2 {
  font-weight: 700;
  font-size: 32px;
  margin-bottom: 10px;
  line-height: 100%;
}

.tb_complects tr td .param3 {
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
  margin-right: 25px;
}

.tb_complects tr td .param3:last-child {
  margin-right: 0;
}

.tb_complects tr td .param3 b {
  color: #014637;
  font-size: 16px;
  display: block;
  font-weight: 300;
  text-transform: none;
}

/**********************
        LIZING
**********************/

.lizing {
  margin-top: 60px;
  padding: 90px 0;
  background: url("../img/lizing_bg.jpg") 50% 0 no-repeat;
}

.lizing > img {
  display: none;
}

.lizing_wrap {
}

.lizing_title {
  font-size: 36px;
  color: #ffffff;
  font-weight: 700;
  margin-bottom: 5px;
}

.lizing_comment {
  color: #ffffff;
}

.lizing_wrap .btn {
  margin-top: 25px;
}

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

.bottom_bg {
  padding-top: 85px;
  background: url("../img/bottom_bg.jpg") 50% 0 no-repeat;
}

.tradein {
  background: url("../img/tradein_bg.jpg") 50% 0 no-repeat;
  padding: 60px 100px;
  border-radius: 4px;
  box-shadow: 5.607px 5.607px 10px 0px rgba(0, 0, 0, 0.1);
}

.tradein > img {
  display: none;
}

.tradein_wrap {
  width: 295px;
  max-width: 100%;
}

.tradein_title {
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 5px;
}

.tradein_comment {
  font-weight: 300;
}

#tradein_form {
  margin-top: 25px;
}

#tradein_form .agree_field {
  display: block;
}

#tradein_form .agree_field,
#tradein_form .agree_field a {
  color: #1c252c;
}

/**********************
       REVIEWS
**********************/

.reviews {
  margin-top: 75px;
}

.reviews_list {
  margin-left: -15px;
  width: 102%;
}

.reviews_list .slick-prev {
  width: 15px !important;
  height: 21px !important;
  background: url("../img/rev_prev.png") 50% no-repeat !important;
  z-index: 1;
  left: -20px;
  transition: all 0.3s;
  top: 45%;
}

.reviews_list .slick-next {
  width: 15px !important;
  height: 21px !important;
  background: url("../img/rev_next.png") 50% no-repeat !important;
  z-index: 1;
  right: -20px;
  transition: all 0.3s;
  top: 45%;
}

.reviews_list .slick-prev:hover {
  background: url("../img/rev_prev_hov.png") 50% no-repeat !important;
}

.reviews_list .slick-next:hover {
  background: url("../img/rev_next_hov.png") 50% no-repeat !important;
}

.reviews_list .slick-prev:before,
.reviews_list .slick-next:before {
  display: none;
}

.reviews_list .slick-track {
  padding-bottom: 20px;
}

.reviews_title {
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 20px;
}

.review_item {
  box-sizing: border-box;
  margin: 0 15px;
  padding: 40px 30px;
  background: #ffffff;
  border-radius: 4px;
  outline: none;
  height: 200px !important;
  box-shadow: 5.607px 5.607px 10px 0px rgba(0, 0, 0, 0.1);
}

.review_name {
  font-weight: 700;
  text-transform: uppercase;
  font-size: 20px;
  margin-bottom: 10px;
}

.review_rate {
  margin-bottom: 10px;
}

.review_text {
  font-weight: 300;
}

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

.credit {
  margin-top: 260px;
  background: #014637;
  position: relative;
  padding: 25px 0 35px;
}

.cred_car {
  position: absolute;
  left: -40px;
  top: -285px;
}

.cred_wrap {
  width: 625px;
  margin-left: auto;
}

.cred_title {
  color: #ffffff;
  font-weight: 700;
  font-size: 36px;
  margin-bottom: 10px;
  line-height: 100%;
}

.cred_comment {
  color: #ffffff;
  margin-bottom: 20px;
}

#cred_form {
  display: flex;
  flex-flow: wrap;
  justify-content: space-between;
}

#cred_form .form-group {
  width: 49%;
}

#cred_form input[type="tel"] {
  border-color: #ffffff;
  color: #ffffff;
}

#cred_form input[type="tel"]::placeholder {
  color: #ffffff;
}

#cred_form .agree_field,
#cred_form .agree_field a {
  color: #ffffff;
}

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

.contacts {
  position: relative;
}

.cont_wrap {
  box-sizing: border-box;
  min-width: 295px;
  position: absolute;
  z-index: 1;
  top: 70px;
  
  background: #ffffff;
  border-radius: 4px;
}

.cont_bg {
  width: 100%;
}

.cont_content {
  padding: 30px;
}

.cont_dealer {
  font-size: 18px;
  font-weight: 300;
  margin-bottom: 15px;
}

.cont_dealer b {
  font-size: 36px;
}

.bot_adrr {
  font-weight: 300;
  padding: 2px 0 2px 25px;
  background: url("../img/ico_loc.png") 0 50% no-repeat;
  margin-bottom: 12px;
}

.bot_phone {
  display: block;
  font-weight: 300;
  text-decoration: none;
  padding: 2px 0 2px 25px;
  background: url("../img/ico_phone.png") 0 50% no-repeat;
  color: #1c252c;
}

.yurinfo {
  font-size: 14px;
  margin-top: 15px;
}

#map1 {
  width: 100%;
  height: 638px;
  background: url("../img/map.jpg") 50% 0 no-repeat;
}

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

footer {
  padding: 15px 0;
  background: #014637;
}

footer .switch {
  color: #ffffff;
  font-size: 14px;
  text-decoration: none;
}

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

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

@media (max-width: 1285px) {
  .title1 {
    font-size: 34px;
  }

  .car_gallery {
    margin-right: 8px;
  }
  .car_gos {
    font-size: 20px;
    padding-left: 30px;
  }
  .car_gos b {
    font-size: 34px;
  }
}

/*IPAD PRO BEGIN*/
@media (min-width: 768px) and (max-width: 1199px) {
  .credit_label {
    /* left: 0%; */
  }

  .top_worktime {
    display: none;
  }

  .head_wrap .btn {
    display: none;
  }

  .gosprogram__list {
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
  }
  /****************************************************************/

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

  #timer_form {
    width: 45%;
  }

  .timer_title {
    font-size: 20px;
  }

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

  .car_item {
    background-size: 100%;
    min-height: 540px;
  }

  .car_item:after {
    background-position: 100% 0;
    background-size: 93%;
  }

  .car_wrap {
    padding: 0;
  }

  .car_garant {
    margin-left: 35px;
  }

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

  .tb_complects tr td:nth-child(1) {
    padding-left: 30px;
  }

  .tb_complects tr td:nth-child(2) {
    padding-right: 10px;
  }

  .tb_complects tr .btns {
    padding-right: 40px;
  }

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

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

  .tradein {
    background-position: 70% 0;
  }

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

  .reviews_list .slick-prev {
    left: -12px;
  }

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

  .credit {
    margin-top: 60px;
  }

  .cred_car {
    display: none;
  }

  .cred_wrap {
    width: 100%;
  }
}

/*IPAD PRO BEGIN*/

/*IPAD BEGIN*/
@media (min-width: 768px) and (max-width: 991px) {
  .title_container {
    width: fit-content;
    padding: 2vw 2vw 4vw;
  }
  .title1 {
    font-size: 3vw;
  }
  .title2 {
    margin-top: 1vw;
    font-size: 2.6vw;
  }

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

  .timer_block .container {
    flex-direction: column;
  }

  #timer_form {
    margin-top: 20px;
    width: 100%;
  }

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

  .car_wrap {
    flex-direction: column-reverse;
  }

  .car_image {
    text-align: center;
    padding-top: 0;
    margin-bottom: 0;
  }

  .car_item {
    background-repeat: repeat !important;
  }

  .car_item:after {
    width: 63%;
  }

  .car_text {
    width: 100%;
    margin-top: 0 !important;
  }

  .car_btns .btn {
    width: 100%;
  }

  .car_adds {
    justify-content: flex-start;
    gap: 30px;
  }
  .car_adds a {
  }
  .car_adds a span {
  }
  .car_adds a.ico1 {
  }
  .car_adds a.ico2 {
  }
  .car_adds a.ico1:hover {
  }
  .car_adds a.ico2:hover {
  }

  .car_bottom {
    flex-direction: column-reverse;
    background: none;
    position: relative;
    bottom: 0;
  }

  .car_bottom:before {
    width: 62px;
  }
  .car_bottom:after {
    content: "";
    position: absolute;
    right: -35px;
    width: 62px;
    height: 110px;
    background: #ff4933;
    transform: skewX(-26deg);
  }

  .car_gallery {
    margin-left: 26px;
    margin-right: 34px;
    width: -webkit-fill-available;
  }

  .car_gos {
    width: 100%;
    background: #e74a37;
    margin-right: 0;
    justify-content: center;
    margin-bottom: 15px;
    text-align: center;
  }

  .car_garant {
    margin-top: 0 !important;
    margin-bottom: 20px;
  }

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

  .tb_complects tr td .compl_techs {
    flex-direction: column;
  }

  .tb_complects tr td .param3 b {
    display: inline-block;
  }

  .tb_complects tr td:nth-child(1) {
    padding-left: 10px;
  }

  .tb_complects tr .btns {
    padding-right: 15px;
  }

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

  .bottom_bg {
    background-size: cover;
  }

  .lizing {
    background-position: 35% 0 !important;
  }

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

  .tradein {
    background: #ffffff;
    padding: 0;
  }

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

  .tradein_wrap {
    box-sizing: border-box;
    width: 100%;
    padding: 30px 50px;
  }

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

  .reviews_list {
    width: 103%;
  }
}

/*IPAD END*/

/*MOBILE BEGIN*/
@media (max-width: 767px) {
  .gosprogram__list {
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
    justify-items: center;
  }

  .gosprogram__item {
    width: 295px;
  }

  .credit_label {
    width: 25%;
    left: 0%;
  }
  .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: flex;
    flex-direction: column;
    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 {
    display: block;
    margin: 0 auto;
    width: 100%;
    width: auto;
    height: auto;
    max-width: 100%;
  }

  .tb_complects_container {
    padding-bottom: 0px;
  }

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

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

  #filter_table .select_container:after {
  }

  #filter_table select {
  }

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

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

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

  #filter_table select option {
  }

  .tb_complects {
    padding-bottom: 30px;
  }

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

  .tb_complects tr {
    background: none;
    margin-bottom: 25px;
  }

  .tb_complects tr:first-child {
  }

  .tb_complects tr th {
  }

  .tb_complects tr td {
    padding: 0px;
  }

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

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

  .tb_complects tr td .complect {
  }

  .tb_complects tr td .engine {
  }

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

  .tb_complects tr td .popup:first-child {
  }

  .tb_complects tr td .popup:hover {
  }

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

  .tb_complects tr td:nth-child(1) {
    width: 100%;
    padding: 10px 15px;
  }

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

  .tb_complects tr td:nth-child(3) {
    width: 100%;
    padding: 10px 15px;
  }

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

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

  .tb_complects tr td .param1 {
    font-weight: 700;
    font-size: 24px;
  }

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

  .tb_complects tr .btns {
    padding-top: 0;
    padding-bottom: 5px;
    flex-wrap: wrap;
  }

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

  #instock {
  }

  .instock_title {
    text-align: center;
    font-size: 28px;
    margin-bottom: 0;
  }

  #filter_table {
    display: flex;
    flex-direction: column;
  }

  #filter_table .select_container {
    margin: 0px;
  }

  .filter_quick_menu {
    justify-content: space-between;
  }

  .filter_quick_menu li {
    margin-right: 0;
    font-size: 18px;
  }

  .tb_complects tr td .compl_techs {
    flex-direction: column;
  }

  .tb_complects tr td .param3 b {
    display: inline-block;
  }

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

  header {
    padding: 10px 0;
    box-shadow: 0px 0px 5px #b3b3b3;
  }

  .head_wrap {
    flex-flow: wrap;
    padding: 0;
  }

  .top_addr {
    display: none;
  }

  .top_worktime {
    display: none;
  }

  .head_wrap .btn {
    display: none;
  }

  .logo_wrap {
    width: 70%;
  }

  .logo2 span {
    margin-top: 0;
  }

  .top_phone {
    margin-top: 5px;
  }

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

  header .m_btn {
    display: block;
    position: absolute;
    width: 30px;
    height: 21px;
    z-index: 1;
    top: 20px;
    right: 15px;
  }

  header .m_btn span {
    position: absolute;
    display: block;
    width: 30px;
    height: 3px;
    background: #014637;
    transition: all 0.3s 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(-45deg);
    top: -1px;
  }

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

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

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

  .menu.active {
    right: 0;
  }

  .menu a {
    padding: 10px 0;
  }

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

  .banner {
    margin-top: 64px;
    display: flex;
    flex-direction: column;
  }

  .banner picture img {
    width: 100%;
  }

  .title_container {
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    padding: 2vw 0 2vw;
    width: 100%;
  }

  .title_container .br_mob {
    display: block;
  }

  .title1 {
    font-size: 5vw;
  }
  .title2 {
    margin-top: 2vw;
    font-size: 3.4vw;
  }

  .title_container .btn {
    width: 100%;
    margin-top: 2vw;
  }

  .banner_props {
    position: relative;
    left: -32px;
    bottom: initial;
    margin-top: 2vw;
    order: 3;
  }
  .title_props {
    flex-direction: column;
    row-gap: 2vw;
  }

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

  .run_now {
    height: 50px;
  }
  .run_now_cont div {
    margin-right: 14px;
    padding-left: 14px;
    font-size: 16px;
  }
  .run_now_cont div:before {
    top: 2px;
    height: 14px;
  }

  .timer_block {
    margin-top: 0;
  }

  .timer_block .container {
    flex-direction: column;
  }

  .timer_wrap {
    flex-direction: column;
  }

  .timer_title {
    width: 100%;
    margin-right: 0;
    text-align: center;
    font-size: 24px;
    margin-bottom: 10px;
  }

  .timer_title br {
    display: none;
  }

  #timer_form {
    margin-top: 20px;
    width: 100%;
  }

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

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

  .car_wrap {
    flex-direction: column-reverse;
    padding: 0;
  }

  .car_image {
    text-align: center;
    padding-top: 0;
    margin-bottom: 0;
  }

  .white-label {
    top: -20px;
    left: 0px;
    padding: 0 20px;
  }

  .car_item {
    background-repeat: repeat !important;
  }

  .car_item:after {
    width: 75%;
    background-size: 100%;
    background-position: 100% 0;
  }

  .car_text {
    width: 100%;
    padding: 20px;
    margin-top: 0 !important;
  }

  .car_count {
    left: unset;
    right: 0;
    top: -28px;
  }

  .car_btns .btn {
    width: 100%;
  }

  .car_adds {
    gap: 15px;
  }
  .car_adds a {
  }
  .car_adds a span {
  }
  .car_adds a.ico1 {
  }
  .car_adds a.ico2 {
  }
  .car_adds a.ico1:hover {
  }
  .car_adds a.ico2:hover {
  }

  .car_bottom {
    flex-direction: column-reverse;
    background: none;
    margin-top: 10px;
    position: relative;
    bottom: 0;
  }

  .car_bottom:after {
    content: "";
    position: absolute;
    right: -35px;
    width: 62px;
    height: 110px;
    background: #ff4933;
    transform: skewX(-26deg);
  }

  .car_gallery {
    margin-left: 26px;
    margin-right: 34px;
    width: -webkit-fill-available;
  }

  .car_gos {
    box-sizing: border-box;
    width: 100%;
    margin-right: 0;
    justify-content: center;
    margin-bottom: 15px;
    padding: 10px 15px;
    text-align: center;
    font-size: 24px;
  }

  .car_gos:before {
    transform: none;
  }

  .car_gos b {
    margin-top: 0;
    line-height: 100%;
    font-size: 36px;
  }

  .car_gos span {
    font-size: 20px;
  }

  .car_garant {
    margin-left: 0;
    margin-top: 0 !important;
  }

  .car_garant > div {
    flex-direction: column;
    box-sizing: border-box;
    width: 100%;
  }

  .car_garant > div br {
    display: none;
  }

  .car_garant > div span {
    padding-right: 0;
    margin-right: 0;
    border-right: none;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #000000;
  }

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

  .bottom_bg {
    background-size: cover;
    padding-top: 40px;
  }

  .lizing {
    background: #014536;
    padding: 0;
  }

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

  .lizing_wrap {
    padding: 20px 0;
  }

  .lizing_wrap .btn {
    width: 100%;
  }

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

  .tradein {
    background: #ffffff;
    padding: 0;
  }

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

  .tradein_wrap {
    box-sizing: border-box;
    width: 100%;
    padding: 20px 15px;
  }

  .tradein_comment br {
    display: none;
  }

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

  .reviews {
    margin-top: 40px;
  }

  .reviews_list {
    margin-left: 0;
    width: 100%;
  }

  .review_item {
    margin: 0;
    height: auto !important;
  }

  .credit {
    margin-top: 40px;
  }

  .cred_car {
    display: none;
  }

  .cred_wrap {
    width: 100%;
  }

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

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

  .cont_wrap {
    position: relative;
    top: 0;
    width: 100%;
    padding: 15px 0;
  }

  #map1 {
    height: 350px;
    background-position: 50%;
  }
}

/*MOBILE END*/

/* Portrait phones and smaller */
@media (max-width: 540px) {
  .banner {
    margin-top: 98px;
  }
  .title1 {
    font-size: 6vw;
  }
  .title2 {
    margin-top: 2vw;
    font-size: 4vw;
  }
}

@media (max-width: 360px) {

  .car_gos span {
    font-size: 16px;
  }

  .car_gos b {
    font-size: 30px;
  }

  .instock_title {
    font-size: 24px;
  }

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

  .title_props > a {
    width: 100%;
  }

  .car_garant > div {
    font-size: 15px;
  }
}

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