/*! CSS Used from: https://jac-alyans.ru/local/templates/jaccar_new/css/style.css?168604939890167 */

input[name='surname'],
input[name='fake'] {
  display: block;
  width: 2px;
  height: 2px;
  margin-bottom: -2px;
  border: none;
  padding: 0;
  opacity: 0.01;
}

:focus {
  outline: none;
}
::before,
::after {
  background-repeat: no-repeat !important;
}
ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 40px 0 20px;
}
img {
  display: block;
  border: none;
}
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
a.logo {
  display: flex;
  align-items: center;
}
.slick-slide img {
  border-radius: 3px 3px 0 0;
}
.no-brdr {
  border: none !important;
}

.toptel {
  font-size: 16px;
}
.choose {
  display: none;
  position: absolute;
  flex-direction: column;
  top: 45px;
  background: #fff;
  border: 1px solid #0099da;
  border-radius: 3px;
  padding: 15px 25px;
  font-size: 14px;
  gap: 15px;
  width: 250px;
  z-index: 200;
  -webkit-box-shadow: 0.5rem 0.4rem 2rem rgba(0, 0, 0, 0.1);
  box-shadow: 0.5rem 0.4rem 2rem rgba(0, 0, 0, 0.1);
}

.choose a {
  display: block;
  font-size: 16px;
  margin-bottom: 15px;
  margin-left: 10px;
  padding: 0 0 5px;
}

.choose span {
  font-weight: 700;
  font-size: 20px;
  color: #0099da;
  margin-bottom: 20px;
  display: block;
}

.choose a:last-child {
  margin-bottom: 0;
}
.single.toptel,
.single.city b {
  color: #0099da;
}

.special-item {
  margin: 10px;
  border-radius: 3px;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
}

.benefitsec {
  background-color: #f3f5f6;
}
.item-title {
  padding: 20px 10px;
  height: 115px;
  font-size: 14px;
}

.btn.buthead {
  max-width: 170px !important;
  text-transform: none;
  height: 36px;
  font-size: 14px;
}

.special-item .btn.buthead {
  margin-left: 10px;
  margin-bottom: 20px;
}
.btn.buthead span {
  font-weight: 700;
}
.wrapper {
  max-width: 1300px;
  margin: 0 auto;
  padding: 0 20px;
}

.small_title {
  padding-left: 30px;
  color: #fff;
}

.logo-text {
  line-height: 20px;
  font-size: 14px;
  color: #808890;
  padding-left: 20px;
}
.logo-text span {
  font-weight: 700;
  color: #1d1f20;
}
header {
  position: relative;
  z-index: 11;
  font-size: 12px;
  line-height: 15px;
}
header .top_line {
  background-color: #0099da;
}
header .top_line .top_menu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: space-between;
  color: white;
}
header .top_line .top_menu ul li {
  margin: 0;
}
header .top_line .top_menu ul li a {
  padding: 12px 0;
  display: table;
  font-size: 14px;
}
header .top_line .top_menu ul li a:hover {
  color: #ccc;
}
header .bottom_line {
  background: rgba(255, 255, 255, 0.8);
  -webkit-box-shadow: 0.5rem 0.4rem 2rem rgba(0, 0, 0, 0.1);
  box-shadow: 0.5rem 0.4rem 2rem rgba(0, 0, 0, 0.1);
}
header .bottom_line .flex_q0 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: space-between;
}
header .bottom_line .flex_q0 .head_menu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
header .bottom_line .flex_q0 .head_menu ul li {
  margin: 0 25px;
}
header .bottom_line .flex_q0 .head_menu ul li a {
  padding: 0 0 5px;
  display: table;
  font-size: 16px;
  border-bottom: 1px solid #0099da;
  font-weight: 400;
}
header .bottom_line .flex_q0 .head_menu ul li a:hover {
  color: #999;
}
.mob_head {
  position: fixed;
  background-color: #fff;
  z-index: 100;
  top: 0;
  left: 0;
  width: 100%;
  -webkit-box-shadow: 0.5rem 0.4rem 2rem rgba(0, 0, 0, 0.1);
  box-shadow: 0.5rem 0.4rem 2rem rgba(0, 0, 0, 0.1);
}
.mob_head .wrapper {
  padding: 0 15px;
}
.mob_head_block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-transform: none;
  padding: 12px 0;
}
.mob_head_block .logo img {
  width: 45px;
}
.mob_head_block .hamb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 20px 0 40px;
}
.mob_head_block .hamb .line_block {
  background: #f1f1f1;
  width: 45px;
  height: 45px;
  position: relative;
  overflow: hidden;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.mob_head_block .hamb .line_block .hamb_ico {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.mob_head_block .hamb .line_block .hamb_ico_close {
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  top: -10px;
  position: absolute;
}
.mob_head_block .hamb .text {
  margin-left: 8px;
  font-size: 11px;
  line-height: 13px;
  color: #7b7b7b;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.mob_cont {
  display: none;
  position: fixed;
  overflow: auto;
  left: 0;
  top: 50px;
  background-color: #fff;
  z-index: 12;
  padding: 70px 20px 80px;
  width: 100%;
  height: calc(100vh - 50px);
}
.mob_cont:before {
  content: '';
  background-color: #e6e6e6;
  position: fixed;
  top: 51px;
  left: 0;
  width: 100%;
  height: 1px;
}
.mob_cont .link_block {
  margin-bottom: 40px;
}
.mob_cont .link_block .link_title {
  font-size: 22px;
  line-height: 120%;
  text-transform: uppercase;
  border-bottom: 1px solid #1d1f20;
  display: table;
}
.mob_cont .link_block .link_list {
  display: none;
}
.mob_cont .link_block .link_list .one {
  font-size: 16px;
  line-height: 130%;
  display: table;
  margin-top: 20px;
}
.mob_cont .single {
  font-size: 16px;
  line-height: 120%;
  display: table;
  margin-bottom: 20px;
}
.logo_white {
  display: none;
}
.jac_logo_top {
  transition: 0.3s;
  height: 44px;
}
@media screen and (min-width: 993px) {
  .desc_hide {
    display: none !important;
  }
  header {
    position: fixed;
    z-index: 100;
    top: 0;
    left: 0;
    width: 100%;
  }
  header .bottom_line .logo {
    margin: 12px 0;
  }
  header .bottom_line .logo img {
    height: 55px;
    transition: 0.3s;
  }
  header ul li {
    position: relative;
  }
  header ul li:hover .inner_menu {
    display: flex !important;
  }
  header .inner_menu {
    display: none !important;
    position: absolute;
    left: -20px;
    top: 35px;
    padding: 10px 20px;
    background: white;
    flex-direction: column;
    min-width: calc(100% + 40px);
    z-index: 10;
  }
  header .inner_menu li {
    margin: 10px 0 !important;
  }
  header .inner_menu li a {
    padding: 0 !important;
    white-space: nowrap;
  }
  header .top_menu .inner_menu {
    top: 39px;
    background: #223749;
  }
  header .bottom_line .head_menu > ul > li {
    padding: 10px 0;
  }
}
@media screen and (max-width: 1200px) {
  .wrapper {
    max-width: 950px;
  }
  header .top_line .top_menu ul li {
    margin: 0 15px;
  }
  header .bottom_line .flex_q0 .head_menu ul li {
    margin: 0 15px;
  }
}
@media screen and (max-width: 992px) {
  .wrapper {
    max-width: 720px;
  }
  .mob_hide {
    display: none !important;
  }
  .jac_logo_top {
    display: flex;
  }
  .choose {
    position: fixed;
    top: 10%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}
@media screen and (max-width: 767px) {
  .wrapper {
    max-width: none;
  }
  .mob_head_block .hamb {
    margin: 0;
  }
}
.preloader {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  /* фоновый цвет */
  background: #fff;
  z-index: 1001;
}

.preloader__image {
  position: relative;
  top: 50%;
  left: 50%;
  width: 70px;
  height: 70px;
  margin-top: -35px;
  margin-left: -35px;
  text-align: center;
  animation: preloader-rotate 2s infinite linear;
}

@keyframes preloader-rotate {
  100% {
    transform: rotate(360deg);
  }
}

.loaded_hiding .preloader {
  transition: 0.3s opacity;
  opacity: 0;
}

.loaded .preloader {
  display: none;
}
.our_team {
  padding-top: 40px;
}

.team_wrap {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  margin-top: 40px;
  gap: 20px;
}

.timer {
  background-color: #223749;
  padding: 30px 0;
}

.slide2 a {
  display: block;
  width: 100%;
  height: 100%;
}

.team_item {
  text-align: center;
}
.team_name {
  margin-top: 15px;
  font-weight: 500;
}
.team_desc {
  color: #30363a;
}

.title2.title-white {
  color: #fff !important;
}
.disclamer_switch {
  text-decoration: underline;
}
.car_btns a {
  margin-bottom: 15px;
}
.logo_wrap picture {
  max-width: 200px;
}

.social {
  margin-top: 15px;
  display: flex;
  column-gap: 15px;
}

.header .social {
  margin-top: 0;
}

.social a {
  color: #fff;
}

.social a svg {
  width: 30px;
  fill: #fff;
}

.header .social a svg {
  width: 30px;
  fill: #30363a;
}

/* Новый таймер */

.timer_section {
  text-align: center;
  background-color: #2b303a;
}

.timer_top__wrapper {
  padding-top: 30px;
  padding-bottom: 40px;
}

.timer_top__title {
  margin-bottom: 32px;
  font-size: 30px;
  font-weight: 500;
  line-height: 34px;
  text-align: center;
  color: #fff;
}

.timer_top__clock {
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.gos_wrap_right {
  background-color: #fff;
  padding: 24px;
  text-align: center;
}

.gos_wrap .gos_title .pl_tire {
  background: url('../img/pl_tire_black_ico.png') 0 50% no-repeat;
  color: #ffffff;
  padding-top: 4px;
}

.gos_wrap_right .gos_progs {
  display: flex;
  justify-content: center;
}

/* Костыли */

.content_right {
  display: flex;
  justify-content: end;
  margin-right: -350px;
  margin-top: -110px;
}

.content_right .gos_wrap .gos_title,
.content_right .gos_wrap .gos_progs {
  /* margin-left: 115px; */
}

.content_right .gos_wrap {
  width: 38%;
}

.mb195 {
  margin-bottom: 195px;
}

.disclaimer_text {
  font-size: 12px;
  font-weight: 300;
  color: #999999;
}
.disclaimer_text::before {
  content: '';
  display: block;
  height: 2px;
  width: 64px;
  background-color: #999999;
  margin-bottom: 8px;
}

.pl_alarm_black {
  background: url('../img/pl_alarm_black.svg') 0 50% no-repeat;
  color: #ffffff;
  padding-top: 4px;
}

.cars_items .car_slider_block .pl_alarm_white {
  display: flex;
  align-items: center;
  box-sizing: border-box;
  /* width: 340px; */
  height: 42px;
  padding-left: 60px;
  padding-right: 30px;
  background: url('../img/pl_alarm_white.svg') 0 50% no-repeat #1d1f20;
  color: #ffffff;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 700;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.cars_items .car_slider_block .new_icon {
  display: flex;
  align-items: center;
  box-sizing: border-box;
  /* width: 340px; */
  height: 42px;
  padding-left: 60px;
  padding-right: 30px;
  background: url('../img/new_icon.svg') 0 50% no-repeat #1d1f20;
  color: #ffffff;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 700;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.leasing .container_left .title,
.kingkong .container_left .title {
  width: 80%;
}

.leasing .container_left,
.kingkong .container_left {
  margin-right: 500px;
}

.webp .kingkong {
  background: url(../img/bg-poer-kingkong.webp) 50% 100% no-repeat;
}

.kingkong .content {
  padding: 100px 0;
}

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

.kingkong .btn:hover {
  border-color: #fff;
}

.pt120 {
  padding-top: 120px;
}

.pb90 {
  padding-bottom: 90px;
}

.pb120 {
  padding-bottom: 120px;
}

.pt240 {
  padding-top: 240px;
}

.kingkong .content {
  padding: 50px 0;
}

.kingkong .title {
  font-size: 36px;
  font-weight: 700;
  text-transform: uppercase;
  /* новый цвет */
  color: #fff;
}

.kingkong .desc {
  margin-top: 15px;
  font-size: 24px;
  color: #fff;
}

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

.kingkong .btn:hover {
  border-color: #fff;
}

.corp_field {
  font-size: 14px;
  line-height: 100%;
  position: relative;
  display: inline-block;
  padding-left: 20px;
  top: 0px;
  font-weight: 400;
  margin-top: 4px;
}

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

.popup_container .corp_field {
  color: #fff;
  font-size: 12px;
}

.label_block {
  display: flex;
  flex-direction: column;
  text-align: left;
}

.corporate {
  margin: 150px 0 30px 0;
}

.corporate-container p {
  padding: 4px 0 0 0;
  line-height: 24px;
}

.corporate-container ul li {
  padding: 6px 0;
}

.corporate-container .comment {
  color: #000;
}

.corporate-container ul li::before {
  content: '';
  background-image: url(/img/icons/list-circle.svg);
  background-size: contain;
  width: 3px;
  height: 3px;
  padding-right: 14px;
  margin-top: 3px;
  display: inline-block;
  padding-bottom: 4px;
}

@media (min-width: 768px) {
  .disclaimer_text {
    font-size: 14px;
  }
}

@media (max-width: 1700px) {
  .content_right {
    margin-right: -130px;
  }
  .leasing .container_left,
  .kingkong .container_left {
    margin-right: 340px;
  }
}

@media (max-width: 1400px) {
  .content_right {
    margin-right: -20px;
  }
  .leasing .container_left,
  .kingkong .container_left {
    margin-right: 140px;
  }
}

@media (max-width: 1300px) {
  .leasing .container_left,
  .kingkong .container_left {
    margin: 0 auto;
  }
  .leasing .container_left .title,
  .kingkong .container_left .title {
    width: 100%;
  }
}

@media (max-width: 1280px) {
  .mb195 {
    margin-bottom: 130px;
  }
}

@media (max-width: 1000px) {
  .content_right {
    justify-content: center;
  }
  .leasing .container_left,
  .kingkong .container_left {
    justify-content: center;
    /* margin-right: 0; */
  }
}

@media (max-width: 768px) {
  .slider-container {
    padding: 0;
  }
  .title2.title-white {
    color: #1d1f20 !important;
  }
  .pt120 {
    padding-top: 0;
  }
  .pb120 {
    padding-bottom: 0;
  }
  .content_right {
    margin: 0 auto;
  }
  .content_right .gos_wrap {
    width: 100%;
  }
  .mb195 {
    margin-bottom: 0;
  }
  .mt150 {
    margin-top: 150px;
  }
  .content_right .gos_wrap .gos_title {
    font-size: 16px;
  }
  .content_right .gos_wrap .gos_progs .btn {
    margin-top: 0px;
  }
  .leasing .container_left,
  .kingkong .container_left {
    justify-content: center;
    /* margin-right: 0; */
  }
  .kingkong .content {
    padding: 0;
  }

  .kingkong {
    margin-top: 60px;
    padding: 0;
    color: #1d1f20;
    background-size: 550px auto !important;
    background-position: 57% 0 !important;
  }

  .webp .kingkong {
  }

  .kingkong .content {
    padding: 0;
  }

  .kingkong .title {
    color: #1d1f20;
    font-size: 24px;
    padding-top: 215px;
  }

  .kingkong .desc {
    margin-top: 10px;
    color: #1d1f20;
    font-size: 16px;
  }

  .kingkong .btn {
    margin-top: 20px;
  }
}
/*! CSS Used from: https://static.tildacdn.com/css/tilda-grid-3.0.min.css ; media=all */
@media all {
  .t-col {
    display: inline;
    float: left;
    margin-left: 20px;
    margin-right: 20px;
    width: 100%;
  }
  .t-col_6 {
    max-width: 560px;
  }
  @media screen and (max-width: 1200px) {
    .t-col {
      display: inline;
      float: left;
      margin-left: 10px;
      margin-right: 10px;
      width: 100%;
    }
    .t-col_6 {
      max-width: 460px;
    }
  }
  @media screen and (max-width: 960px) {
    .t-col {
      display: block;
      float: none;
      padding-left: 20px;
      padding-right: 20px;
      margin: 0;
      width: 100%;
      max-width: 100%;
      box-sizing: border-box;
    }
    .t-col_6 {
      width: 100%;
      max-width: 100%;
    }
  }
}
@media all {
  .t-title {
    font-family: 'TextHead', Arial, sans-serif;
    font-weight: 600;
    color: #1d1f20;
  }
  .t-title_xl {
    font-size: 72px;
    line-height: 1.17;
  }
  .t-descr {
    font-family: 'TextHead', Arial, sans-serif;
    font-weight: 300;
    color: #1d1f20;
  }
  .t-descr_xxl {
    font-size: 26px;
    line-height: 1.45;
  }
  .t-uptitle {
    font-family: 'TextHead', Arial, sans-serif;
    font-weight: 600;
    color: #1d1f20;
    letter-spacing: 2.5px;
  }
  .t-uptitle_md {
    font-size: 16px;
  }
  @media screen and (max-width: 1200px) {
    .t-descr_xxl {
      font-size: 22px;
    }
    .t-uptitle_md {
      font-size: 14px;
    }
    .t-title_xl {
      font-size: 68px;
    }
  }
  @media screen and (max-width: 640px) {
    .t-descr_xxl {
      font-size: 20px;
    }
    .t-uptitle_md {
      font-size: 12px;
    }
    .t-title_xl {
      font-size: 32px;
    }
  }
  @media screen and (max-width: 480px) {
    .t-title_xl {
      font-size: 30px;
    }
  }
  .t712 .t712__uptitle {
    margin-bottom: 20px;
    color: #fff;
  }
  .t712 .t712__title {
    color: #fff;
  }
  .t712 .t712__descr {
    margin-top: 20px;
    color: #fff;
  }
  @media screen and (max-width: 960px) {
    .t712 .t712__left-content {
      margin-bottom: 35px;
    }
  }
}
#cookie-banner {
  position: fixed;
  bottom: 0;
  left: 50%;
  max-width: 1386px;
  width: 95%;
  transform: translateX(-50%) translateY(100%);
  border-radius: 15px;
  padding: 1rem 1.25rem;
  display: flex;
  align-items: center;
  gap: 0.75rem;
  box-shadow: 0 -2px 6px rgba(0, 0, 0, 0.15);
  z-index: 1000;
  transition: transform 0.3s ease-in-out;
}

#cookie-banner.show {
  transform: translateX(-50%) translateY(-150px);
}

#cookie-banner button {
  border: none;
  padding: 0.6rem 1.4rem;
  font-size: 0.8rem;
  border-radius: 3px;
  cursor: pointer;
  flex-shrink: 0;
  transition: opacity 0.2s;
  color: #000 !important;
}

#cookie-banner button:hover {
  opacity: 0.9;
}

@media (max-width: 768px) {
  #cookie-banner {
    flex-direction: column;
    text-align: center;
  }
}

.slick-track {
  margin-left: 0 !important;
}
