@import url("https://fonts.googleapis.com/css2?family=Prompt:wght@100;200;300;400;500;600;700&display=swap");
@font-face {
  font-family: "Kinetica";
  src: url("../fonts/Kinetica.woff");
  src: url("../fonts/Kinetica.woff") format("woff"); }

@font-face {
    font-family: 'Moula';
    src: url('/static/fonts/Moula-Bold.ttf');
    font-weight: bold;
    font-style: normal;
}

body {
  font-family: 'Prompt', sans-serif; }

@font-face {
  font-family: 'Days One';
  src: url('/static/fonts/DaysOne-Regular.ttf');
  font-weight: 400;
  font-style: normal;
}

.header {
  position: fixed;
  z-index: 999;
  width: 100%;
  left: 50%;
  top: -10px;
  transform: translate(-50%, 0%);
  transition: background-color 0.4s; }
  .header .header-navbar {
    min-width: 1361px;}
  .hide {
    display: none;}
  .hide.show {
    display: block;}
  .header .navbar-nav .nav-item {
    font-size: 15px;
    padding: 0 20px;
    border-right: 1px solid #E3DBCC;
    font-weight: 400;
    height: 23px;
    align-items: center;
    justify-content: center;
    display: flex;}
  .dropdown-toggle::after {
    display: none;}
    .header .navbar-nav .nav-item:last-child {
      border: none; }
    .header .navbar-nav .nav-item .nav-link {
      color: #FFFFFF;
      font-size: 15px;
      font-weight: 500;
      padding: 0;
      transition: color 0.3s; }
      .header .navbar-nav .nav-item .nav-link:hover {
        color: #BBAC9E; }
      .header .navbar-nav .nav-item .nav-link.active {
        color: #BBAC9E; }
  .header .navbar {
    padding: 25px 0;
    background: transparent !important; }
  .lang-menu .nav-link.dropdown-toggle {
    border: solid 1px #E3DBCC;
    border-radius: 78.45px;
    width: 68px;
    height: 36px;
    align-items: center;
    justify-content: center;
    display: flex;
    color: #fff; }
  .lang-menu .nav-link.dropdown-toggle:hover {
    color: #FFF !important;
    background-color: #BBAC8E;
    border-color: #BBAC9E;}
  .lang-menu a img {
    width: 10px;
    height: 5px;
    margin-left: 7px;}
  .lang-menu .dropdown-menu {
    background: transparent;
    padding: 10px 15px;
    min-width: auto;
    left: auto;
    margin-top: 0;
    border: none;
    top: 100%}
    .lang-menu .dropdown-menu .dropdown-item {
      color: #fff;}
    .dropdown-item:focus {
    background-color: transparent;}
    .lang-menu .dropdown-menu:hover {
      cursor: pointer;}
     .lang-menu .dropdown-menu .dropdown-item:hover {
       background-color: #ffffff00 !important;}
    .dropdown-menu .dropdown-item {
      font-size: 15px;
      align-items: center;
      justify-content: center;
      display: flex;}
    .lang-menu .dropdown-menu .dropdown-item:hover {
      color: #BBAC9E;}
  .header-social {
    display: flex;
    align-items: center;
    padding-left: 20px; }
    .header-social .social-wrapper {
      cursor: pointer; }
    .header-social-tel {
      transition: all 0.3s; }
    .header-social .social-wrapper:hover-tel a {
      color: #E3DBCC; }
    .header-social .social-wrapper:hover .header-social__link {
      background: #BBAC9E;
      border: 1px solid #BBAC9E; }
      .header-social .social-wrapper:hover .header-social__link svg path {
        fill: #FFFFFF; }
    .header-social-tel {
      border: 1px solid #E3DBCC;
      border-radius: 15px;
      padding: 10px 15px;
      margin-right: 15px;
      text-decoration: none; }
      .header-social-tel:hover {
        cursor: pointer;
        background: #BBAC9E;
        border: 1px solid #BBAC9E; }
      .header-social-tel div {
        padding: 0;
        color: #FFFFFF;
        transition: color 0.3s; }
        .header-social-tel div:hover {
          color: #FFFFFF; }
    .header-social__link {
      border: 1px solid #E3DBCC;
      border-radius: 50%;
      padding: 5px 8px;
      margin: 0 5px;
      transition: all 0.3s; }
      .header-social__link svg path {
        transition: fill 0.3s; }
      .header-social__link:hover svg path {
        fill: #FFFFFF; }
  .header.noFixed {
    position: relative; }
  .header.fixed {
    position: fixed; }
  .header.noBanner {
    height: 150px;
    background: #141414; }
  .header.dark-bg {
    background: #141414; }
  .header.height-100vh {
    height: 110vh; }

.footer {
  background: #141414; }
  .footer-top {
    padding: 35px 15px; }
    .footer-top .footer-menu {
      list-style-type: none; }
      .footer-top .footer-menu__item {
        margin: 10px 0; }
        .footer-top .footer-menu__item:first-child, .footer-top .footer-menu__item:nth-child(3) {
          margin-top: 0; }
        .footer-top .footer-menu__item a {
          font-size: 15px;
          font-weight: 500;
          color: #FFFFFF;
          text-decoration: none;
          transition: color 0.3s; }
          .footer-top .footer-menu__item a:hover {
            color: #BBAC9E !important; }
  .footer-bottom {
    padding: 15px; }
    .footer-bottom p {
      color: #B4B4B4; }
      .footer-bottom p a {
        color: #FFFFFF;
        text-decoration: none;
        transition: color 0.3s; }
        .footer-bottom p a:hover {
          color: #BBAC9E; }
    .footer-bottom .realization {
      display: flex;
      justify-content: end; }
  .footer-payments {
    padding-left: 35px; }

.breadcrumb {
    padding: 65px 0px 0px;
    margin-bottom:0;
}
    .breadcrumb ul {
        display: flex;
        flex-wrap: wrap;
        list-style: none;
        margin: 0;
        padding: 0;
    }

    .breadcrumb li:not(:last-child)::after {
        content: "/";
        display: inline-block;
        color:#FFFFFF;
        margin: 0 5px;
    }
    .breadcrumb a {
        color: #BBAC9E;
        text-decoration: none;
    }
    .breadcrumb p {
        color: #FFFFFF;
        margin-bottom:0;
    }

    #mainBanner .banner {
        height: 750px;
        background-size: cover !important;
        background-repeat: no-repeat !important;
    }
  #mainBanner .banner img {
    width: 100%; }
  #mainBanner .banner .container {
    position: relative;
    height: 100%; }
  #mainBanner .banner-title {
    font-family: 'Kinetica', sans-serif;
    color: #FFFFFF;
    position: absolute;
    top: 30%; }
    #mainBanner .banner-title h1 {
      font-size: 60px;
      font-weight: 700;
      text-transform: uppercase;
      line-height: 80px;
      letter-spacing: 6px;}
    #mainBanner .banner-title .inbold {
      display: flex;
      align-items: center;
      gap: 30px;
      color: #BBAC9E; }
      #mainBanner .banner-title .inbold .line {
        width: 70px;
        height: 1px;
        background: #E3DBCC; }
  #mainBanner .banner-button {
    position: absolute;
    bottom: 10%; }
#mainBanner .slick-slide {
  border: 0 solid; }
#mainBanner .slick-vertical, #mainBanner .slick-list, #mainBanner .slick-track, #mainBanner .slick-slide {
  height: 750px !important;
  border: none !important; }
  #mainBanner .slick-dotted.slick-slider {
    margin-bottom: 0;
  }
.ru-font h1 {
  font-family:'Days One';
  font-weight: 400 !important;
}

.controls {
  position: absolute;
  right: 15px;
  bottom: 70px; }
  .controls .prev-slide,
  .controls .next-slide {
    cursor: pointer;
    margin: 5px 0; }

.banner-info {
  position: absolute;
  right: 5%;
  bottom: 8%;
  background: rgba(255, 255, 255, 0.07);
  backdrop-filter: blur(10px);
  border-radius: 15px;
  padding: 120px 25px 15px 25px;
  max-width: 260px; }
  .banner-info .hr-line {
    color: #FFFFFF;
    height: 1px;
    width: 55px; }
  .banner-info span {
    color: #FFFFFF;
    font-size: 30px;
    font-weight: 500; }
  .banner-info .info-content-price {
    text-align: right;
    color: #B4B4B4; }

.car-banner img {
  height: 510px !important;
  object-fit: cover;
  opacity: 0.7; }
.car-banner .banner-info {
  bottom: 80px;
  right: 100px; }

.button {
  position: relative;
  border-radius: 15px;
  border: 1px solid #E3DBCC;
  padding: 15px 85px 15px 65px;
  color: #FFFFFF;
  text-decoration: none;
  font-weight: 400;
  font-size: 15px;
  cursor: pointer;
  transition: all 0.3s;
  width: 315px;
  text-align: center;
  background: none; }
  .button span {
    position: relative; }
    .button span:after {
      content: url(../img/svg-icons/arrow-right.svg);
      position: absolute;
      right: -22px;
      top: 4px; }
  .button:hover {
    background: #BBAC9E;
    color: #FFFFFF;
    border: 1px solid #BBAC9E; }

.offer-block {
  background: #1E1E1E;
  border-radius: 15px;
  padding: 30px 32px;
  min-height: 290px; }
  .offer-block__image {
    margin-bottom: 30px; }

.contact .container-fluid {
  padding: 0; }
.contact .row {
  gap: 0; }
.contact-left {
  display: flex;
  flex-direction: column; }
  .contact-left--top {
    background-size: cover !important;
    background-repeat: no-repeat;
     }
    .contact-left--top .header-social {
      flex-direction: row; }
  .contact-left--bottom {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%); }
    .contact-left--bottom iframe .gm-inset-map.gm-inset-light {
      display: none !important; }
    .contact-left--bottom iframe {
      width: 100% !important; }
.contact a {
  color: #FFFFFF;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.3s; }
  .contact a:hover {
    color: #BBAC9E; }

.form input,
.form textarea,
.form select {
  width: 100%;
  margin: 5px 0;
  padding: 7px 10px;
  background: none;
  border-bottom: 1px solid #E3DBCC;
  border-left: none;
  border-right: none;
  border-top: none;
  border-top: none;
  color: #FFFFFF; }
  .form input:focus,
  .form textarea:focus,
  .form select:focus {
    outline: none; }
.form ::placeholder,
.form select,
.form option {
  color: #B4B4B4;
  opacity: 1;
  font-weight: 300;
  font-size: 15px; }
.form label {
  font-size: 11px;
  color: #B4B4B4;
  line-height: 16px;
  display: flex; }
.form button {
  background: transparent; }

.car-detail {
  padding-top: 60px;
  margin-bottom: 100px; }
  .car-detail .title span {
    color: #FFFFFF;
    font-size: 30px; }
  .car-detail .car-slider {
    position: relative;
    margin: 40px 0; }
    .car-detail .car-slider .cars-detail-slider {
      position: relative; }
      .car-detail .car-slider .cars-detail-slider .slick-list {
        padding: 0 13% !important; }
      .car-detail .car-slider .cars-detail-slider .slick-slide {
        transition: opacity 0.3s;
        opacity: 0.2;
        margin: 0 10px;
        position: relative; }
        .car-detail .car-slider .cars-detail-slider .slick-slide.new-car:after {
          position: absolute;
          content: url("../img/new-car.svg");
          top: -29px;
          right: -29px; }
        .car-detail .car-slider .cars-detail-slider .slick-slide.discount:after {
          position: absolute;
          content: url("../img/discount.svg");
          top: -29px;
          right: -29px; }
        .car-detail .car-slider .cars-detail-slider .slick-slide img {
          border-radius: 25px; }
      .car-detail .car-slider .cars-detail-slider .slick-active {
        opacity: 1; }
  .car-detail .table {
    margin: 0;
    border-spacing: 0 10px; }
    .car-detail .table td {
      border: none;
      padding: 4px 10px; }
  .car-detail .button:after {
    right: 35%; }
  .desc-cars p, .desc-cars li {
    color: #9E9E9E;
    font-family: 'Prompt';
    font-size: 15px;
    line-height: 140%;
    font-weight: 300;
  }
  .desc-cars li {
    font-size: 16px;
  }
  .t3-white {
    color: #fff;
    font-family: 'Prompt';
    font-size: 20px;
    line-height: 140%;
    font-weight: 400;
  }
  .bg-br-rad {
    background-color: #1E1E1E;
    border-radius: 15px;
    padding: 17px 23px;
    margin-top: 20px;
    min-height: 198px;
  }
  .img-br-rad {
    border-radius: 15px;
    overflow: hidden;
    width: 500px;
    height: 324px;
    align-items: center;
    display: flex;
  }
  .img-br-rad img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }
  .align-end {
    display: flex;
    justify-content: flex-end;
  }
  .reserv-br-none br.mob-none {
    display: none;
  }
  .partners {
    padding-bottom: 0 !important;
  }
  .txt-bl--partners {
    justify-content: space-between;
  }
  .txt-bl--partners .title-block {
    margin-right: 0;
  }
  .txt-bl--partners .subtitle-block, .txt-bl--partners .subtitle-block p {
    max-width: 100%;
  }
  .partners-block {
    background: #1E1E1E;
    border-radius: 15px;
    overflow: hidden;
  }
  .mg-bl--partners {
    gap: 23px 0px;
  }
  .partners-block img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }
  .light-desc {
    color: #9E9E9E;
    font-family: 'Prompt';
    font-size: 15px;
    line-height: 140%;
    font-weight: 300;
  }
  .car-detail .price {
    border-radius: 15px;
    margin: 0; }
    .car-detail .price-title {
      color: #B4B4B4;
      font-weight: 400;
      font-size: 15px;
      text-align: center;
      border: none;
      padding-top: 26px;
      padding-bottom: 26px;
      border-bottom: 1px solid #424242; }
    .car-detail .price .value {
      font-weight: 500;
      font-size: 15px;
      color: #FFFFFF;
      text-align: center;
      border: none;
      padding-top: 26px;
      padding-bottom: 26px; }
      .car-detail .price .value p {
        margin-bottom: 0; }
      .car-detail .price .value p.old-price {
        text-decoration: line-through !important;
        color: rgba(180, 180, 180, 0.4) !important; }
    .car-detail .price .deposit {
      background: #242424 !important;
      padding-left: 0;
      border-top-right-radius: 15px;
      border-bottom-right-radius: 15px; }
    .car-detail .price .price-block {
      padding: 0;
      background: #1E1E1E; }
      .car-detail .price .price-block:first-child {
        border-top-left-radius: 15px;
        border-bottom-left-radius: 15px; }
      .car-detail .price .price-block:last-child {
        border-top-right-radius: 15px;
        border-bottom-right-radius: 15px; }
  .car-detail .additional_info {
    width: 100%;
    background: #1E1E1E;
    border-radius: 15px;
    padding: 16px 27px 16px 21px;
    min-height: 80px;
    margin: 10px 0; }
    .car-detail .additional_info span {
      font-size: 15px;
      font-weight: 400; }
      .car-detail .additional_info span.price {
        font-weight: 600;
        /*min-width: 150px;*/
        text-align: end; }
    .car-detail .additional_info small {
      color: #9E9E9E;
      margin-top: 10px; }
  .car-detail-desc {
    font-weight: 600;
    font-size: 14px; }
    .car-detail-desc span {
      color: #B4B4B4;
      font-weight: 400; }
  .car-detail .mw-110 {
    max-width: 110px; }
  .car-detail .info {
    font-size: 15px;
    font-weight: 400; }
    .car-detail .info span {
      color: #B4B4B4;
      line-height: 132%; }

.our-cars-title {
  font-family: 'Kinetica', sans-serif;
  color: #FFFFFF; }
  .our-cars-title h1 {
    font-size: 45px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 63px; }
  .our-cars-title .inbold {
    display: flex;
    align-items: center;
    gap: 30px;
    color: #BBAC9E; }
    .our-cars-title .inbold .line {
      width: 70px;
      height: 1px;
      background: #E3DBCC; }
.our-cars .car-type-slider_slide {
  z-index: 999;
  cursor: pointer;
  margin: 10px; }
  .our-cars .car-type-slider_slide .content {
    background: #1E1E1E;
    border-radius: 15px;
    padding: 32px 30px 21px 30px; }
    .our-cars .car-type-slider_slide .content.selected {
      border: 1px solid #E3DBCC;
      border-radius: 15px;
      outline: none !important;
      box-shadow: none !important; }
    .our-cars .car-type-slider_slide .content.all-cars {
      min-height: 158px;
      padding: 0 30px;
      background: none;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 15px;
      color: #BBAC9E;
      line-height: 18px; }
  .our-cars .car-type-slider_slide .desc {
    display: flex;
    flex-direction: column; }
  .our-cars .car-type-slider_slide .car-title {
    font-size: 15px;
    font-weight: 600;
    margin-top: 15px;
    margin-bottom: 0; }
  .our-cars .car-type-slider_slide .desc-img {
    display: flex;
    justify-content: center;
    align-items: end;
    min-height: 70px; }
  .our-cars .car-type-slider_slide:hover {
    opacity: 0.8; }
.our-cars .car-type .controls {
  display: flex;
  justify-content: end;
  gap: 20px;
  position: absolute;
  width: fit-content;
  top: -40px;
  right: 25px;
  height: 35px; }
.our-cars .cars-slide {
  position: relative;
  margin: 0; }
  .our-cars .cars-slide .desc {
    padding: 7px 15px;
    height: 83px;
    margin: 10px 0;
    position: absolute;
    bottom: 0;
    width: 94%;
    z-index: 1;
    border-radius: 10px;
    left: 3%;
    background: rgba(255, 255, 255, 0.07);
    backdrop-filter: blur(10px);
    transition: all 0.3s;
    display: grid;
    align-items: center;}
  .our-cars .cars-slide:hover .desc {
    bottom: 10px; }
  .our-cars .cars-slide.new-car:after {
    position: absolute;
    content: url("../img/new-car.svg");
    top: -29px;
    right: -29px; }
  .our-cars .cars-slide.discount:after {
    position: absolute;
    content: url("../img/discount.svg");
    top: -29px;
    right: -29px; }
.our-cars .car-card.hide {
  display: none; }

.car-reservation-title {
  font-size: 45px; }
.car-reservation .form-group-input {
  width: 100%;
  color: #FFFFFF;
  border-bottom: 1px solid #E3DBCC;
  border-top: none;
  border-left: none;
  border-right: none;
  background: none;
  padding: 10px;
  margin-top: 10px;
  font-size: 15px;
  font-weight: 400; }
  .car-reservation .form-group-input:focus {
    outline: none; }
.car-reservation .additional_info {
  width: 100%;
  background: #1E1E1E;
  border-radius: 15px;
  padding: 16px 27px 16px 21px;
  min-height: 80px;
  margin: 10px 0;
  cursor: pointer; }
  .car-reservation .additional_info.checked {
    pointer-events: none; }
  .car-reservation .additional_info .option-title {
    position: relative;
    font-size: 15px;
    font-weight: 400;
    padding-left: 30px; }
  .car-reservation .additional_info .option-description {
    color: #E3DBCC;
    padding-left: 12px; }
  .car-reservation .additional_info .option-price {
    font-weight: 600;
    min-width: 50px; }
.car-reservation .checkmark {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  left: 0;
  height: 18px;
  width: 18px;
  background: none;
  border: 1px solid #E3DBCC;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s; }
  .car-reservation .checkmark:after {
    content: "";
    position: absolute;
    display: none;
    transition: all 0.2s; }
.car-reservation input[type=checkbox], .car-reservation input[type=radio] {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
  transition: all 0.2s; }
  .car-reservation input[type=checkbox]:checked ~ .checkmark:after, .car-reservation input[type=radio]:checked ~ .checkmark:after {
    display: block;
    width: 12px;
    height: 12px;
    left: 2px;
    top: 2px;
    border-radius: 50%;
    background: #E3DBCC; }
.car-reservation .terms {
  padding-left: 30px;
  font-size: 10px;
  font-weight: 400;
  color: #B4B4B4;
  cursor: pointer; }
  .car-reservation .terms a {
    color: #B4B4B4; }
.car-reservation .button:after {
  right: 43%; }
.car-reservation .calendar {
  padding: 30px 32px;
  display: block;
  justify-content: center;
  width: 325px;
  background: #1E1E1E; }
  .car-reservation .calendar .xdsoft_datetimepicker {
    z-index: 0;
    background: none;
    border: none; }
    .car-reservation .calendar .xdsoft_datetimepicker .xdsoft_datepicker {
      width: 100%; }
    .car-reservation .calendar .xdsoft_datetimepicker .xdsoft_today_button {
      display: none; }
    .car-reservation .calendar .xdsoft_datetimepicker .xdsoft_label.xdsoft_month {
      background: none;
      color: #FFFFFF;
      font-size: 20px;
      line-height: 30px;
      font-weight: 400;
      padding-bottom: 10px;
      pointer-events: none;
      text-align: left;
      width: fit-content;
      text-transform: capitalize; }
      .car-reservation .calendar .xdsoft_datetimepicker .xdsoft_label.xdsoft_month i {
        display: none; }
    .car-reservation .calendar .xdsoft_datetimepicker .xdsoft_label.xdsoft_year {
      background: none;
      color: #FFFFFF;
      font-size: 20px;
      line-height: 30px;
      font-weight: 400;
      height: 0;
      pointer-events: none;
      text-align: left; }
    .car-reservation .calendar .xdsoft_datetimepicker .xdsoft_calendar .xdsoft_date {
      transition: all 0.3s; }
    .car-reservation .calendar .xdsoft_datetimepicker .xdsoft_calendar .xdsoft_date.xdsoft_disabled {
      color: #B4B4B4;
      opacity: 1; }
      .car-reservation .calendar .xdsoft_datetimepicker .xdsoft_calendar .xdsoft_date.xdsoft_disabled:hover {
        color: #B4B4B4 !important;
        background: none !important; }
    .car-reservation .calendar .xdsoft_datetimepicker .xdsoft_calendar .xdsoft_date.xdsoft_other_month {
      opacity: 1;
      cursor: pointer; }
      .car-reservation .calendar .xdsoft_datetimepicker .xdsoft_calendar .xdsoft_date.xdsoft_other_month div {
        color: #B4B4B4; }
      .car-reservation .calendar .xdsoft_datetimepicker .xdsoft_calendar .xdsoft_date.xdsoft_other_month:hover {
        background: #BBAC9E; }
    .car-reservation .calendar .xdsoft_datetimepicker .xdsoft_calendar .xdsoft_date.xdsoft_current {
      background: #FFFFFF;
      color: #141414;
      box-shadow: none !important; }
      .car-reservation .calendar .xdsoft_datetimepicker .xdsoft_calendar .xdsoft_date.xdsoft_current:hover {
        background: #FFFFFF !important;
        color: #141414 !important; }
    .car-reservation .calendar .xdsoft_datetimepicker .xdsoft_calendar table thead tr th {
      background: none;
      border: none;
      color: #B4B4B4;
      font-size: 13px;
      font-weight: 500;
      padding-bottom: 5px;
      text-transform: capitalize; }
    .car-reservation .calendar .xdsoft_datetimepicker .xdsoft_calendar table tbody tr td {
      background: none;
      text-align: center;
      color: #FFFFFF;
      font-size: 13px;
      font-weight: 400;
      padding: 10px;
      transition: all 0.2s; }
      .car-reservation .calendar .xdsoft_datetimepicker .xdsoft_calendar table tbody tr td div {
        padding-right: 0; }
      .car-reservation .calendar .xdsoft_datetimepicker .xdsoft_calendar table tbody tr td:hover {
        background: #BBAC9E !important; }
    .car-reservation .calendar .xdsoft_datetimepicker .xdsoft_monthpicker {
      position: relative; }
      .car-reservation .calendar .xdsoft_datetimepicker .xdsoft_monthpicker .xdsoft_prev {
        position: absolute;
        right: 15px;
        background-image: url("../img/svg-icons/arrow-left.svg");
        background-position: 0; }
      .car-reservation .calendar .xdsoft_datetimepicker .xdsoft_monthpicker .xdsoft_next {
        position: absolute;
        right: -10px;
        background-image: url("../img/svg-icons/arrow-right.svg");
        background-position: 0; }
.car-reservation .datepicker-start {
  cursor: pointer;
  position: relative;
  background: url("../img/calendar.svg") no-repeat;
  background-position: 99% 10px; }
.car-reservation .datepicker-end {
  cursor: pointer;
  position: relative;
  background: url("../img/calendar.svg") no-repeat;
  background-position: 99% 10px; }

.cooperation .button {
  display: block;
  max-width: 300px; }
  .cooperation .button:after {
    right: 110px; }
.cooperation .subtitle-block {
  max-width: 500px; }
.cooperation .offer-block {
  min-height: 597px; }
  .cooperation .offer-block__desc .small-desc {
    font-size: 20px;
    font-weight: 500;
    line-height: 28px;
    color: #FFFFFF !important; }
.cooperation .action img {
  border-radius: 15px; }
.cooperation .action-desc {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 60px 0 60px; }
  .cooperation .action-desc p {
    font-size: 20px;
    line-height: 28px;
    font-weight: 500;
    max-width: 450px; }

.services .title-wrapper {
  display: flex;
  flex-direction: row; }
  .services .title-wrapper .title-block {
    margin-right: 0; }
  .services .title-wrapper .text-start {
    text-transform: none;
    font-size: 15px;
    line-height: 21px;
    color: #FFFFFF;
    font-weight: 400;
    letter-spacing: 0; }
.services-block .title {
  padding-bottom: 30px; }
.services-block .subtitle {
  color: #FFFFFF;
  font-size: 20px;
  line-height: 28px;
  font-weight: 400;
  max-width: 450px; }
.services-block .desc {
  font-size: 15px;
  line-height: 21px;
  font-weight: 400;
  color: #9E9E9E; }
.services .images img:first-child {
  margin-right: 10px; }
.services .service-slider-images .slick-track .slick-slide {
  padding: 0 10px; }

.club .title-wrapper {
  display: flex;
  flex-direction: row; }
  .club .title-wrapper .title-block {
    margin-right: 0; }
  .club .title-wrapper .text-start {
    text-transform: none;
    font-size: 15px !important;
    color: #FFFFFF;
    font-weight: 400 !important;
    letter-spacing: 0;
    line-height: 21px; }
    .club .title-wrapper .text-start p {
      margin-bottom: 0; }
  .club .title-wrapper .button {
    display: block;
    max-width: 100%;
    padding-top: 15px;
    padding-bottom: 18px;
    font-size: 15px;
    letter-spacing: 0; }
    .club .title-wrapper .button:after {
      right: 110px;
      top: 18px; }
.club .subtitle {
  max-width: 600px;
  width: 600px; }
.new-subtitle {
  font-size: 15px;
  color: #fff;
  line-height: 140%;
  padding: 0 60px 0 10px;}
.club .cards-item {
  background: #1E1E1E;
  border-radius: 15px;
  min-height: 712px;
  border-top: solid 1px #BBAC9E;}
  .club .cards-item .card-image {
    padding: 24px; }
    .club .cards-item .card-image img {
      border-radius: 15px; }
  .club .cards-item__desc h2 {
    font-size: 20px;
    font-weight: 500;
    color: #FFFFFF;
    padding: 0 24px; }
  .club .cards-item__desc p {
    padding: 0 24px;
    font-size: 15px;
    font-weight: 300;
    color: #B4B4B4; }
  .club .cards-item__desc hr {
    margin-left: 24px; }
  .club .cards-item__desc .action {
    padding: 0 24px 24px 24px; }
  .club .cards-item__desc .button {
    display: block;
    width: 100%; }
    .club .cards-item__desc .button:after {
      top: 33%;
      right: 120px; }
  .club .cards-item__desc .marquee-card {
    color: #FFFFFF; }
    .club .cards-item__desc .marquee-card small {
      margin-left: 30px;
       font-size: 15px;
       font-weight: 500;
       line-height: 140%;}
  .price-card {
    padding: 0 24px;
    color: #fff;
    text-transform: uppercase;
    font-family: 'Prompt';
    font-size: 25px;
    font-weight: 700;}
  .list-desc {
    padding: 20px 24px;}
  .list-desc ul {
    padding-left: 15px;}
  .list-desc li {
    color: #B4B4B4;
    font-size: 15px;
    line-height: 120%;
    margin: 5px 0;}
  .add-desc-card {
    border-radius: 15px;
    padding: 30px 27px;
    margin-top: 18px;
    background-image: linear-gradient(to right bottom, #363636, #3c3c3c, #424242, #494949, #4f4f4f); }
  .block-cards:nth-of-type(1) .add-desc-card {
    background-image: linear-gradient(to right bottom, #1e1e1e, #242424, #292929, #2f2f2f, #353535);}
  .add-desc-card p {
    color: #B4B4B4;
    font-size: 15px;
    line-height: 120%;}
  .paid-card .cards-item {
    background: #DBDBDB; }
  .paid-card .price-card, .paid-card h2, .paid-card p, .paid-card li  {
    color: #505050 !important; }
  .paid-card .marquee-card span  {
    color: #090909;}
  .paid-card .run-str {
    border-bottom: 1px solid #505050;
    border-top: 1px solid #505050;}
  .paid-card .button {
    border-color: #505050;
    color: #1E1D22;
    font-weight: 600;}
  .paid-card .button span:after {
    content: url(../img/svg-icons/arrow-right-black.svg);
    width: 7px;
    height: 14px;}
  .paid-card .button:hover {
    border-color: #fff;
    color: #fff;
    background-color: #505050;}
  .paid-card .button:hover span:after {
    content: url(../img/svg-icons/arrow-right-white.svg);}
  .paid-card .cards-item {
    min-height: 880px; }
  .pl-10 {
    padding-left: 10px;}
  .paid-card .cards-item {
    border-top: none;}
  .new-hr {
    width: 55px;
    height: 1px;
    color: #E3DBCC;
    opacity: 1;}
  .paid-card .new-hr {
    color: #505050;}
  .paid-card .lighter-price {
   color: #505050;
   font-size: 15px;
   font-weight: 500;
   line-height: 140%;}
  .cards-item:hover {
    box-shadow: 0px 10px 10px #0000001c;
    transform: translateY(-4px); }
  .subtitle-block-blog {
    max-width: 747px;
    margin-top: 50px;}
  .сategory-link {
    color: #fff;
    font-size: 15px;
    text-decoration: none;
    font-weight: 600;
    border-radius: 15px;
    background-color: #1E1E1E;
    height: 73px;
    align-items: center;
    display: flex;
    padding: 12px 17px 13px 17px;
    gap: 0 25px;}
  .сategory-link.active, .сategory-link:hover {
    background-color: #BBAC9E;
    color: #fff;}
  .сategory-link:hover {
    box-shadow: 0px 10px 10px #0000001c;
    transform: translateY(-4px);}
  .сategory-link:hover .category-icon svg path, .сategory-link.active .category-icon svg path {
    fill: #fff;}
  .сategory-link:hover .category-icon svg circle, .сategory-link.active .category-icon svg circle {
    stroke: #fff;}
  .post-item {
    justify-content: center;
    margin-top: 70px;}
  .post-item .block-post {
    display: flex;
    border-bottom: solid 1px #E3DBCC;
    gap: 20px;
    padding: 0;
    margin-top: 30px; }
    .post-item .block-post:last-child {
        border-bottom: none;}
    .post-item .block-post:hover {
        box-shadow: 0px 10px 10px #0000001c;
        transform: translateY(-4px);}
  .post-img {
    background-color: #D9D9D9;
    border-radius: 5px;
    height: 101px;
    object-fit: cover;
    object-position: center;
    overflow: hidden;
    min-width: 176px;}
  .post-content a {
    text-decoration: none; }
  .post-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center; }
  .post-title {
    color: #fff;
    font-size: 20px;
    font-weight: 400;
    text-transform: capitalize;}
  .post-txt-short p {
    color: #9E9E9E;
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 0;}
  .date-category {
    display: flex;
    gap: 10px;
    margin-top: 10px;}
  .post-date p {
    color: #9E9E9E;
    font-size: 15px;
    font-weight: 500;}
  .post-category a, .post-category span {
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    font-style: italic;}
  .pagination {
    justify-content: center;
    margin-top: 50px;}
  .step-links a, .step-links span {
    background-color: #1E1E1E;
    border-radius: 10px;
    width: 33px;
    height: 33px;
    color: #fff;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    font-weight: 500;}
    .step-links a:hover {
    background-color: #BBAC9E;}


.faq .title-block {
  max-width: 900px;
  margin: 0; }
.faq-items {
  padding-top: 40px;
  display: flex;
  justify-content: center; }
  .faq-items .accordion {
    max-width: 730px;
    width: 730px; }
  .faq-items .accordion-item {
    background: none; }
    .faq-items .accordion-item:first-of-type {
      border-top-left-radius: 0;
      border-top-right-radius: 0; }
    .faq-items .accordion-item .accordion-header button {
      font-family: 'Prompt', sans-serif;
      color: #E3DBCC;
      font-size: 20px;
      font-weight: 400;
      background: none;
      border-top: 1px solid #FFFFFF;
      padding: 20px 0; }
      .faq-items .accordion-item .accordion-header button:focus {
        box-shadow: none; }
    .faq-items .accordion-item .accordion-body {
      font-size: 15px;
      line-height: 21px;
      color: #9E9E9E;
      font-weight: 300;
      padding: 0 0 15px 0; }
    .accordion-body a {
      color: #fff;
      text-decoration: none;
    }
    .faq-items .accordion-item:last-of-type {
      border-bottom-left-radius: 0;
      border-bottom-right-radius: 0; }
    .faq-items .accordion-item:last-child {
      border-bottom: 1px solid #FFFFFF; }
  .faq-items .accordion-button::after {
    background-image: url("../img/open.svg");
    width: 1.1rem;
    height: 1.1rem; }
  .faq-items .accordion-button:not(.collapsed)::after {
    background-image: url("../img/close.svg");
    width: 1.25rem;
    height: 1.25rem; }

.faq-content {
  background-image: url("../img/logo-bg-faq.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position-x: center; }

.cat-link {
    color: #fff;
    text-decoration: none;
}
.cat-link:hover {
    color: #fff;
    transform: translateY(-4px);
}
.title--page {
    color: #fff;
    font-size: 45px;
    line-height: 140%;
}
.post--title {
    color: #BBAC9E;
    font-size: 35px;
    font-family: 'Montserrat';
    font-weight: 700;
}
.post--cat a {
    color: #9E9E9E;
    text-decoration: none;
    font-style: normal;
    font-weight: 700;
}
.main-img--post {
    width: 100%;
    height: 438px;
    border-radius: 15px;
    overflow: hidden;
    margin: 27px 0;
}
.main-img--post img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.post--content {
    color: #fff;
    font-size: 15px;
    font-weight: 400;
    margin-bottom: 0;
    line-height: 140%;
}
.post--content p, .post--content span, .post--content div {
    color: #fff !important;
}
.post--content h3 {
    font-size: 20px;
    font-weight: 700;
    line-height: 140%;
    margin-top: 30px;
}
.post--content h2 {
    font-size: 25px;
    font-weight: 700;
    line-height: 140%;
    margin-top: 30px;
}
.bl-categories-metadata {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
}
.bl-categories-metadata a, .bl-categories-metadata span {
    color: #fff;
    font-style: italic;
    font-weight: 400;
}
.bl-categories-metadata .post-categories {
    /*display: inline-grid;*/
    text-align: end;
}
.img-latest-post {
    background-color: #9E9E9E;
    width: 100%;
    height: 167px;
    border-radius: 15px;
    overflow: hidden;
    margin-bottom: 20px;
}
.img-latest-post img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.mb-d-block {
    display: none;
}
.arrow-icon {
    transition: transform 0.3s ease;
    margin-right: 10px;
}
.mob-block-full-txt .full-text {
    display: none;
}
.show-more-btn {
    background-color: transparent;
    border: none;
    color: #fff;
    font-size: 13px;
    font-weight: 600;
    padding: 0;
    position: relative;
    text-decoration: underline;
}
/*.show-more-btn:after {
    content: '';
    width: -webkit-fill-available;
    height: 1px;
    background-color: #fff;
    position: absolute;
    left: 19%;
    bottom: 16%;
}*/
.mt-60 {
    margin-top: 60px;
}
.modal-dialog {
  max-width: 800px;
}
.modal.fade .modal-dialog {
  transition: transform 0.5s ease-out;
  transform: translateY(100%);
}
.modal.show .modal-dialog {
  transform: translateY(0);
}
.img-modal {
  object-fit: cover;
  object-position: center;
  overflow: hidden;
  height: 100%;
  width: auto;
}
.img-modal img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.modal-close {
  position: absolute;
  right: 0;
  margin-top: -50px;
}
.modal-close .btn {
  border-radius: 100px;
  width: 40px;
  height: 40px;
  background-color: #BBAC9E;
  border: none;
  display: flex;
  align-items: center;
}
.w-400 {
  max-width: 400px;
}
.modal-content {
  border-radius: 0;
  height: 100%;
}
.modal-body {
  padding: 37px 20px 17px 26px;
}
.modal-title {
  font-family: 'Kinetica';
  font-size: 27px;
  font-weight: 700;
  line-height: 140%;
  color: #BBAC9E;
  text-transform: uppercase;
}
.content-body {
  text-align: center;
  margin-top: 30px;
}
.subtitle-modal {
  font-family: 'Moula';
  font-size: 20px;
  font-weight: 700;
  line-height: 140%;
  color: #000;
  text-transform: uppercase;
}
.content-body p {
  color: #6B6B6B;
  font-size: 14px;
  line-height: 140%;
  margin-top: 30px;
}
.form-modal {
  text-align: center;
  justify-content: center;
  display: flex;
}
.form-modal form {
  width: 283px;
}
.form-modal input {
  background-color: #F0F0F0;
  border-radius: 10px;
  border-color: #9E9E9E;
  color: #9E9E9E;
  font-size: 12px;
  font-weight: 400;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.25);
  font-family: 'Prompt';
  height: 40px;
  margin: 3px 0;
  padding: 12px 17px;
}
.form-modal input::placeholder {
  font-size: 12px;
  font-weight: 400;
}
.form-modal .checkmark {
  background-color: #F0F0F0;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.25);
  border: none;
  height: 25px;
  width: 25px;
}
.form-modal input[type=checkbox]:checked ~ .checkmark:after {
  background-color: #BBAC9E;
  width: 11px;
  height: 11px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.form-modal .button {
  background-color: #BBAC9E;
  padding: 16px;
  justify-content: center;
  align-items: center;
  display: flex;
  border: none;
  border-bottom: #9E9E9E solid 1px;
}
.form-modal .button span:after {
  content: none;
}
.form-modal label {
  color: #505050;
  font-size: 12px;
  margin-top: 3px;
  margin-bottom: 10px;
}
.form-modal input:focus, .form-modal textarea:focus, .form-modal select:focus {
  border: 1px solid #9E9E9E;
}
.slick-dots li {
  width: 15px !important;
  height: 15px !important;
  border: 1px solid #E3DBCC;
  border-radius: 100px;
}
.slick-dots li.slick-active button:before {
  opacity: 1 !important;
  width: 7px;
  height: 7px;
  border-radius: 100px;
  background-color: #E3DBCC;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: transparent !important;
}
.slick-dots li button {
  padding: 0 !important;
  width: 15px !important;
  height: 15px !important;
}
.slick-dots {
  position: relative !important;
  left: 97%;
  bottom: 13% !important;
  display: grid !important;
  gap: 5px !important;
}
.pb-40 {
  padding-bottom: 40px;
}
.pos-ab {
    position: relative;
    top: -33px;
    right: -28%;
}
.title-white {
    font-size: 21px;
    font-family: 'Kinetica', sans-serif;
    color: #fff;
    line-height: 140%;
}
.full-section-bg {
    background-color: #343434;
}
.full-section-bg p {
    font-size: 15px;
    color: #DBDBDB;
    line-height: 140%;
    margin-top: 20px;
    max-width: 400px;
}
.new-white-btn {
    background-color: #EEEEEE;
    color: #505050;
    font-weight: 600;
    font-size: 15px;
    border: solid 1px #505050;
    border-radius: 15px;
    width: 180px;
    height: 60px;
    align-items: center;
    display: flex;
    justify-content: center;
    gap: 10px;
}
.new-white-btn svg {
    width :7px;
    height: 14px;
    margin-top: 1px;
}
.new-white-btn:focus {
  box-shadow: none;
}
.new-white-btn:hover {
    background-color: #BBAC9E;
    color: #fff;
}
.new-white-btn:hover svg path {
    stroke: #fff;
}
.image-section img {
    position: absolute;
    top: -60px;
    right: -15%;
    width: 255px;
    height: auto;
    max-height: 202px;
}
.ptb-30 {
    padding-top: 30px;
    padding-bottom: 30px;
}
.button-section {
    justify-content: end;
}
.image-section img {
    opacity: 0;
    transform: translateX(100px);
    transition: all 1s ease;
}
.image-section.animate img {
    opacity: 1;
    transform: translateX(0);
}
.modal-cookie {
    bottom: 0px;
    left: 20px;
    top: auto;
    height: fit-content;
    overflow: unset;
}
.modal-cookie .modal-dialog {
    margin: 0;
    padding: 20px;
    border: none;
    bottom: 60px;
    left: 20px;
    max-width: 560px;
    border-radius: 10px;
    background-color: #fff;
}
.cookie-content {
    border: none;
}
.cookie-header, .cookie-body {
    padding: 0;
}
.cookie-title {
    font-family: 'Kinetica', sans-serif;
    color: #505050;
    font-size: 14px;
    margin-bottom: 0;
    text-transform: uppercase;
    font-weight: 400;
}
.cookie-content .cookie-img {
    right: 0;
    position: absolute;
    top: -70px;
    width: 50px;
    height: 50px;
}
.cookie-text {
    font-family: 'Prompt', sans-serif;
    color: #505050;
    font-size: 12px;
    text-transform: capitalize;
    margin: 10px 0;
}
.cookie-text a {
    color: #000;
    text-decoration: underline;
    font-style: italic;
    font-weight: 300;
}
.cookie-buttons {
    display: flex;
    justify-content: space-around;
    margin-top: 20px;
    gap: 10px;
}
.cookie-buttons button {
    font-family: 'Prompt', sans-serif;
    font-size: 13px;
    font-weight: 600;
    color: #FFFFFF;
    background-color: #BBAC9E;
    border: 1px solid #9E9E9E;
    border-radius: 5px;
    padding: 13px;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    cursor: pointer;
    width: 100%;
    height: 42px;
    align-items: center;
    display: flex;
    justify-content: center;
}
.cookie-buttons button:hover, .cookie-buttons button:focus, .cookie-buttons button:active, .cookie-buttons button:focus-visible {
    background-color: #A59B8C;
    border-color: #9E9E9E;
    box-shadow: none;
    outline: none;
}
.cookie-content .show-more-btn{
    color: #505050;
    font-family: Prompt;
    text-transform: uppercase;
    text-decoration: underline;
    margin: 10px 0;
    font-size: 10px;
}
.mob-show {
    display: none;
}
.card-sale {
    margin-top: 70px;
    margin-bottom: -3rem;
    background: rgb(21,21,21);
    background: linear-gradient(90deg, rgba(21,21,21,1) 0%, rgba(37,37,37,1) 18%, rgba(67,66,66,1) 100%);
}
.card-sale  p, .card-sale  a {
    margin-bottom: 0;
    color: #fff;
    font-weight: 600;
    font-size: 20px;
    line-height: 140%;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    text-align: center;
}
.ptb-12 {
    padding: 28.5px 0px;
}
.img-cards-ab {
    bottom: -4.2rem;
    left: 35rem;
    top: auto !important;
    right: auto !important;
}
.txt-card-sale {
  opacity: 0;
  transform: translateX(-100px);
  transition: all 0.6s ease;
}
.animate-left {
  opacity: 1;
  transform: translateX(0);
}
.txt-card-sale {
    max-width: 475px;
}
.float-left {
    float: left;
    margin-right: 10px;
}
.d--info {
    font-weight: 600;
}
.mw-fit-cont {
    max-width: fit-content;
    display: flex;
    align-items: center;
}
.reserve-car {
    align-items: center;
    display: flex;
}
.display-grid {
    display: grid;
}
.display-none {
    display: none;
}
.banner--video {
    margin: 70px 0;
}
.icon-play {
    position: absolute;
    bottom: 7px;
    right: 13px;
}
.banner--video .sub--title {
    color: #BBAC9E;
    /*text-transform: uppercase;*/
    font-size: 20px;
    font-family: 'Kinetica';
    line-height: 140%;
}
.banner--video .title {
    text-transform: none;
}
.banner--video p {
    color: #9E9E9E;
    line-height: 140%;
    font-family: 'Prompt';
    margin-bottom: 0;
}
.banner--video .hr-line {
    color: #E3DBCC;
    width: 55px;
    margin: 30px 0 13px;
}
.block-i-v {
    align-items: center;
}
.banner--video .block-btn {
    margin-top: 55px;
}
.banner--video .button a {
    color: #fff;
    text-decoration: none;
    font-weight: 600;
}
.txt-end {
    text-align: end;
}
.txt-end .hr-line {
    display: inline-flex;
}
.mt-25 {
    margin-top: 25px;
}
.bl-cover-img {
    overflow: hidden;
}
.bl-cover-img .cover--img {
    width: 100%;
    height: 242px;
    object-fit: cover;
    object-position: center;
}
.item-video {
    height: 326px;
    width: 100%;
    object-fit: cover;
    object-position: center;
}
.vertical-img {
    height: 326px;
    width: 100%;
    object-fit: cover;
    object-position: center;
}
.order-lg-2 .item-video {
    object-position: 50% calc(100% - 35%);
}
.block-i-v .title {
    font-size: 34px;
}
.g-recaptcha {
    transform: scale(0.93);
    transform-origin: 0 0;
    margin-top: 7px;
}
.cars-slide .desc {

}
.ru-btn {
  justify-content: center;
  align-items: center;
  display: flex !important;
}
.car-detail h1 {
  text-transform: none;
}
.car-price .car-desc {
  margin-bottom: 0;
}
.footer-top .footer-menu__item .link-underline {
  font-weight: 400;
  text-decoration: underline;
}
.mb-05 {
  margin-bottom: 0.5rem;
}
.gap-12 {
    gap: 12px;
}
.img-br-rad picture {
    height: 324px;
}
.mt--13 {
    margin-top: -13px;
}
.bl-develop {
    display: flex;
    gap: 20px;
}

@media (max-width: 576px) {
  .services-block .title {
    font-size: 22px !important; }

  #mainBanner .banner .banner-title h1 {
    font-size: 28px;
    line-height: 45px;
    letter-spacing: normal; }
    #mainBanner .banner .banner-title h1 .inbold {
      gap: 10px; }
      #mainBanner .banner .banner-title h1 .inbold .line {
        width: 25px; }
  #mainBanner .banner .banner-button {
    /*top: 52%;*/
    width: 95%;
    bottom: 9%;}
  #mainBanner .banner .banner-button a {
    width: 100%;
    height: 44px;
    align-items: center;
    justify-content: center;
    display: flex;
    border-radius: 10px;
  }
  .button span:after {
    content: "";
    display: inline-block;
    width: 6.5px;
    height: 9.8px;
    background-image: url('../img/svg-icons/arrow-right.svg');
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    right: -22px;
    top: 4px;
  }
  #mainBanner .banner .banner-info {
    padding-top: 40px;
    max-width: 100%;
    width: 96%;
    bottom: 17%; }
    #mainBanner .banner .banner-info .info-content-price {
      display: none; }

  .d-none-xs {
    display: none !important; }

  #carSlider .controls {
    top: 103% !important;
    left: 48%;
    top: auto; }

  .car-banner .banner-info {
    padding-top: 40px;
    width: 96%;
    max-width: 100%;
    left: 15px;
    display: block; }
    .car-banner .banner-info .info-content-price {
      display: none; }

  .voucher .button {
    display: block;
    width: 100%; }

  .car-type img {
    width: 100%;
    height: auto; }
  .car-type .car-type-slider_slide {
    margin: 5px; }
    .car-type .car-type-slider_slide .desc-img {
      min-height: auto; }
    .car-type .car-type-slider_slide .content {
      padding: 10px;
      justify-content: center; }
  .car-type .controls {
    bottom: -40px;
    justify-content: center !important;
    align-items: end;
    right: 0 !important;
    left: 50%;
    transform: translateX(-50%); }

  .title-block h1 {
    font-size: 24px !important;
    line-height: 42px !important; }
    .title-block h1 .inbold {
      gap: 10px; }
      .title-block h1 .inbold .line {
        width: 20px; }

  .car-slider .controls {
    align-items: end;
    left: 50%;
    bottom: -38px;
    top: auto !important; }

  #carSlider .cars-slider.slick-initialized .slick-list {
    padding: 0 !important; }

  .car-list {
    margin-top: 50px !important; }

  .car-type-slider_slide .content {
    display: flex;
    align-items: center;
    min-height: 61px !important; }
  .our-cars .car-type-slider_slide .car-title {
    font-size: 12px;
  }
  .our-cars .car-type-slider_slide .content {
    border-radius: 6px;}
  .our-cars .car-type .controls {
    top: auto; }

  #carSlider .cars-slider .slick-slide {
    opacity: 1 !important; }

  .car-detail .car-slider .cars-detail-slider .slick-slide {
    opacity: 1 !important; }

  .banner-info {
    left: 3% !important;
    max-width: 93% !important;
    margin-left: 0; }

  .realization {
    flex-direction: column;
    gap: 5px; }
    .realization p {
      margin-bottom: 0; }
      .realization p:last-child {
        margin-bottom: 20px; }
    .realization .ml-2 {
      margin-left: 0; }

  .contact-right .select ul {
    width: 94% !important; }

  .car-detail .car-slider .controls {
    bottom: -22% !important; }

  .img-br-rad {
    margin-top: 20px;
    width: 100% !important;
    height: 154px !important;
  }
  .new-subtitle {
    padding: 0 45px 0 11px;
  }
  .pl-10 {
    padding-left: 0;
  }
  .mob-mr-0 {
    margin-right: 0!important;
  }
  .mob-order {
    display: flex;
    /*flex-direction: column;*/
  }
  .mob-order-1 {
    order: 1;
  }
  .mob-order-2 {
    order: 2;
  }
  .mob-order-3 {
    order: 3;
  }
  .mob-order-4 {
    order: 4;
  }
  .mob-order-5 {
    order: 5;
  }
  .mob-order-6 {
    order: 6;
  }
  .mob-order-7 {
    order: 7;
  }
  .f-d-column {
    flex-direction: column;
  }
  .desc-cars p, .desc-cars li {
    font-size: 14px;
  }
  /*.small-desc {
    display: none;
  }*/
  .our-speciality .offer-block {
    padding: 12px 23px 12px 12px;
  }
  .small-title {
    font-size: 15px !important;
    margin-bottom: 0;
  }
  .offer-block__image {
    margin-bottom: 10px;
  }
  .mb-d-block {
    display: block;
    width: 100%;
    margin-top: 20px;
  }
  .сategory-link {
    height: 51px;
    padding: 2px 17px 2px 2px;
  }
  .post-item {
    padding: 0 10px;
  }
  .post-item .block-post {
    display: grid;
  }
  .post-img {
    height: 150px;
    min-width: auto;
  }
  .post-title {
    font-size: 16px;
  }
  .post-txt-short p {
    font-size: 14px;
  }
  .post-date p {
    font-size: 12px;
  }
  .post-category, .bl-categories-metadata .post-categories {
    display: inline-block;
    margin-top: -4px;
    margin-bottom: 14px;
  }
  .post-category a, .post-category span {
    font-size: 12px;
  }
  .latest-post.post-content {
    margin-top: 20px;
  }
  .bl-categories-metadata {
    justify-content: normal;
    margin-top: 10px;
    gap: 10px;
    }
  .more-text .full-text {
    font-size: 14px;
    line-height: 140%;
  }
  .post--title {
    font-size: 20px;
  }
  .title--page {
    font-size: 22px;
  }
  .post-item {
    margin-top: 0px;
  }
  .main-img--post {
    height: 166px;
    border-radius: 5px;
    margin: 15px 0;
  }
  .post--content {
    font-size: 12px;
  }
  .post--content h3 {
    font-size: 12px;
  }
  .title-last-post h2 {
    font-size: 20px;
    line-height: 140%;
  }
  .post--content h2 {
    font-size: 15px;
  }
  .img-latest-post {
    height: 150px;
    border-radius: 5px;
  }
  .latest-post .bl-categories-metadata span {
    font-size: 12px;
  }
  .img-modal {
    height: 118px;
    width: 267px;
  }
  .modal-dialog {
    max-width: 267px;
  }
  .modal.show .modal-dialog {
    top: 37%;
    left: 48%;
    transform: translate(-50%, -35%);
  }
  .modal-title {
    font-size: 17px;
    text-align: center;
  }
  .subtitle-modal {
    font-size: 14px;
  }
  .content-body p {
    font-size: 10px;
    margin-top: 5px;
    margin-bottom: 0px;
  }
  .content-body {
    margin-top: 10px;
  }
  .form-modal input {
    font-size: 9px;
    height: 27px;
    padding: 10px 8px;
  }
  .form-modal input::placeholder {
    font-size: 9px;
  }
  .form-modal label {
    font-size: 8px;
    line-height: 120%;
  }
  .modal-body {
    padding: 10px 24px;
  }
  .modal-content {
    height: auto;
  }
  .form-modal .button {
    height: 32px;
    border-radius: 10px;
  }
  .button span {
    font-size: 12px;
    font-weight: 600;
  }
  .modal-close .btn {
    width: 20px;
    height: 20px;
    padding: 5px;
  }
  .modal-close {
    margin-top: -25px;
  }
  .form-modal .checkmark {
    height: 20px;
    width: 20px;
  }
  .form-modal input[type=checkbox]:checked ~ .checkmark:after {
    width: 8px;
    height: 8px;
    top: 54%;
  }
  .form-modal form {
    width: 194px;
  }
  .captcha .g-recaptcha div, .captcha .g-recaptcha div iframe {
    /*max-width: 194px;
    width: 194px;*/
  }
  .slick-dots {
    margin-top: -45px !important;
    left: 40%;
  }
  .slick-home .cars-slide, .our-cars .cars-slide {
    max-height: 255px;
    overflow: hidden;
  }
  .slick-home.slick-slide img, .cars-slide img {
    width: 100%;
    height: 255px;
    object-fit: cover;
    object-position: center;
  }
  .slick-home .cars-slide .desc, .our-cars .cars-slide .desc {
    height: 45px;
    padding: 4px 10px 8px 10px !important;
  }
  .slick-home .car-name, .our-cars .car-name {
    font-size: 18px;
    margin-bottom: 0;
  }
  .slick-home .car-desc, .our-cars .car-desc {
    margin-bottom: 0;
    font-size: 14px !important;
    margin-top: -2px;
    color: #fff;
  }
  .pb-40 {
    padding-bottom: 0px;
    margin-bottom: 20px;
  }
  .bg-br-rad {
    padding: 17px 10px;
  }
  .ptb-30 {
    padding: 15px 0;
  }
  .title-white {
    font-size: 12px;
  }
  .full-section-bg p {
    font-size: 12px;
    margin-top: 0px;
  }
  .button-section {
    justify-content: flex-start;
  }
  .new-white-btn {
    font-size: 12px;
    width: 122px;
    height: 35px;
    margin-top: 45px;
  }
  .car-detail .car-slider .cars-detail-slider .slick-slide img {
    border-radius: 5px;
    width: 100%;
    height: 230px;
    object-fit: cover;
    object-position: center;
  }
  .modal-cookie {
    left: 0;
    right: 0;
  }
  .modal-cookie .modal-dialog {
    padding: 10px;
    max-width: 300px;
    top: auto !important;
    left: auto !important;
    right: auto;
    margin: auto;
    transform: none !important;
  }
  .cookie-title {
    font-size: 12px;
    max-width: 225px;
  }
  .cookie-text {
    font-size: 10px !important;
    margin: 0 !important;
  }
  .mob-show {
    display: flex;
  }
  .card-sale p, .card-sale a {
    font-size: 14px;
  }
  .card-sale .text-section {
    max-width: max-content;
    /*padding-left: 30px;*/
  }
  /*.card-sale .text-section p {
    justify-content: center;
    align-items: center;
    display: grid;
  }*/
  .ptb-12 {
    padding: 27px 0px 15px;
  }
  .car-detail .info span {
    font-size: 13px;
  }
  .float-left {
    margin-right: 5px;
    width: 31px;
    height: 33px;
  }
  .g-recaptcha {
    transform: scale(0.64);
    transform-origin: 0 0;
    margin-top: 5px;
  }
  #modal-subscribe .terms {
    margin-top: -20px;
  }
  #carSlider .controls {
    gap: 50px !important;
    position: absolute;
    width: fit-content;
    height: 35px;
    bottom: -40px;
    justify-content: center !important;
    align-items: end;
    right: 0 !important;
    left: 49%;
    transform: translateX(-50%);
  }
  .voucher .small-title {
    font-size: 15px !important;
    margin-bottom: 25px;
  }
  .club .cards-item {
    min-height: auto;
  }
}
@media (min-width: 769px) {
    .mob-block-full-txt .full-text {
        display: inline;
    }
    .show-more-btn {
        display: none;
    }
}
@media (max-width: 768px) {
  .footer-payments {
    padding-left: 0;
    flex-direction: row !important;
    /*justify-content: flex-start !important;*/
    margin-top: 55px !important;
    align-items: center; }
    .footer-payments img {
      width: auto !important; }

  #mainBanner .controls {
    display: none; }

  .cards-item__desc .marquee-card {
    width: 768px !important; }

  .banner-info {
    right: 2%; }

  .footer-menu {
    font-size: 14px; }
  .footer img {
    width: 140px; }

  .bottom-menu {
    display: flex;
    justify-content: space-between;
    font-size: 14px;
    padding-left: 0;
    margin-top: 30px; }
    .bottom-menu li {
      margin: 0 !important; }

  .footer-bottom .row {
    flex-direction: column-reverse;
    justify-content: left; }
    .footer-bottom .row .realization {
      justify-content: left; }

  .main-img img {
    height: 250px;
    object-fit: cover; }

  .title {
    font-size: 22px !important;
    line-height: 30px !important;
    padding-bottom: 0; }

  .sm-mt-2 {
    margin-top: 15px; }

  section .title-block .page-title h1 {
    font-size: 22px !important;
    line-height: 37px; }

  .sm-mt-1 {
    margin-top: 10px !important; }

  .xs-w-100 {
    max-width: 100% !important;
    width: 100%; }

  .pt-70 {
    padding-top: 35px !important; }

  .xs-d-none {
    display: none; }

  .xs-d-block {
    display: block; }

  .p-15 {
    padding: 0 15px; }

  .mw-100 {
    max-width: 100% !important;
    width: 100%;
    display: block; }

  .car-detail .cars-detail-slider.slick-slider .slick-list {
    padding: 0 !important; }

  .calendar {
    width: 100% !important;
    display: flex !important;
    justify-content: center; }

  .car-detail .car-slider .controls {
    position: absolute;
    bottom: -14%;
    display: flex;
    gap: 50px;
    right: auto;
    left: 50%;
    transform: translateX(-50%);
    height: 35px; }

  .sm-mt-10 {
    margin-top: 50px; }

  .navbar-collapse .navbar-nav {
    padding-top: 50px;
  }
  .header-social {
    margin-top: 100px;
  }
  .show-more-btn {
    display: block;
  }
  .mob-block-full-txt .full-text {
    display: none;
    margin-top: 15px;
  }
  .mt-60 {
    margin-top: 15px;
  }
  .subtitle-block-blog {
    margin-top: 20px;
  }
  .slick-dots {
    display: flex !important;
    left: 44%;
    bottom: 5% !important;
    gap: 3px !important;
  }
  #mainBanner .slick-dotted.slick-slider {
    margin-bottom: 30px;
  }
}
@media (max-width: 1280px) {
  .header .header-navbar {
    min-width: auto;
  }
  .header .navbar-nav .nav-item {
    padding: 0 12px;
  }
  .header .navbar {
    padding-left: 15px;
    padding-right: 15px;
  }
  .image-section img {
    width: 220px;
  }
  .block-i-v .title {
    font-size: 33px;
  }
}
@media (max-width: 992px) {
  .contact-left--top .row {
    width: 100%; }

  .select ul {
    width: 97% !important; }

  .error-section h1 {
    font-size: 6rem !important;
    margin-top: 30px !important; }

  .marquee-card {
    width: 992px !important; }

  .md-d-none {
    display: none !important; }

  .run-str {
    width: 992px !important; }

  .pt-115 {
    padding-top: 0 !important; }

  .calendar {
    margin-top: 30px !important; }

  .cooperation .action-desc {
    padding: 15px 15px 0 15px; }

  .reservation-form {
    flex-direction: column-reverse; }

  #mainBanner .banner-title {
    top: 20%; }
    #mainBanner .banner-title h1 {
      font-size: 45px;
      line-height: 60px; }

  .md-mt-3 {
    margin-top: 1rem; }

  .md-mt-4 {
    margin-top: 2.5rem; }

  .md-mt-2 {
    margin-top: 15px; }

  .services-block .subtitle {
    max-width: 100%; }

  .md-mt-0 {
    margin-top: 0 !important; }

  .md-pb-2 {
    padding-bottom: 1rem !important; }

  .md-pl-0 {
    padding-left: 15px !important; }

  .sm-mt-2 {
    margin-top: 20px; }

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

  .contact-left--top {
    padding-left: 15px !important; }

  .md-justify-center {
    justify-content: center !important; }

  .md-p-0 {
    padding: 0 !important; }

  .title-block .page-title h1 {
    font-size: 30px !important;
    line-height: 45px; }

  .price-block {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #424242;
    padding: 0 15px !important; }
    .price-block:first-child {
      border-top-left-radius: 15px;
      border-top-right-radius: 15px;
      border-bottom-left-radius: 0 !important; }
    .price-block:last-child {
      border-top-right-radius: 0 !important;
      border-bottom-left-radius: 15px;
      border-bottom: none; }

  .price-title {
    border: none !important; }

  .offer-block {
    min-height: auto !important; }

  body .our-speciality .offer-block {
    min-height: 136px !important; }
  .our-speciality .offer-block .small-title {
    font-size: 15px !important;
    line-height: 140%;
  }

  .realization {
    justify-content: start !important; }

  .image-section img {
    right: 25%;
    width: 200px;
    top: -35px;
  }
  .img-cards-ab {
    bottom: -0.2rem;
    left: 29rem;
    width: 150px !important;
  }
  .mob-bg {
    padding: inherit;
    padding-top: 30px;
    padding-bottom: 40px;
  }
  .mob-bg .info {
    background-color: #1E1E1E;
    border-radius: 15px;
    padding: 15px;
    justify-content: space-between;
  }
  .reserve-car {
    padding: 0;
  }
  .banner--video .title {
    font-size: 20px !important;
  }
  .banner--video .sub--title {
    font-size: 16px;
  }
  .banner--video p, .banner--video a {
    font-size: 14px;
  }
  .banner--video a {
    padding: 10px 40px 10px 20px;
  }
}
@media (max-width: 1200px) {
  .faq-content {
    background-image: none; }

  .navbar-collapse .navbar-nav {
    padding-top: 50px; }

  .offer-block {
    min-height: 340px; }

  .our-speciality .offer-block {
    min-height: 300px !important; }

  .navbar-nav {
    align-items: center;
    gap: 15px; }
    .navbar-nav .nav-item {
      border-right: none !important;
      padding: 0 !important; }

  .header-social {
    margin-top: 40px;
    justify-content: center;
    flex-direction: column;
    gap: 20px; }
    .header-social .header-social-tel {
      margin-right: 0; }

  .container {
    max-width: 100% !important; }

  .contact-social {
    width: 100%; }
    .contact-social .header-social {
      justify-content: left;
      margin-top: 10px;
      gap: 10px; }

  .md-pb-60 {
    padding-bottom: 60px; }

  .title-blcok .page-title h1 {
    font-size: 38px !important; } }
@media (max-width: 1250px) {
  .header .navbar-nav .nav-item {
    padding: 0 20px; }
  .header .nav-item {
    font-size: 14px; }
  .header .header-social {
    padding-left: 0; } }
@media (max-width: 1400px) {
  .header .container-xl {
    max-width: 100%; } }

@media (max-width: 1024px) {
  .lang-menu .dropdown-menu {
    position: absolute;}
  .header-social {
    margin-top: 85px;}
  .navbar-collapse .navbar-nav {
    padding-top: 15px;
  }
  .mob-none {
    display: none !important;
  }
  .display-none {
    display: block;
  }
  .img-br-rad {
    width: auto;
    height: 100%;
  }
  .navbar-toggler {
    margin-left: 40rem;
  }
}
@media (max-width: 992px) {
  .navbar-toggler {
    margin-left: 30rem;
  }
}
@media (max-width: 820px) {
  .navbar-toggler {
    margin-left: 25rem;
  }
}

@media (min-width: 768px) {
  .xs-d-block {
    display: none; }

  .car-detail .car-slider .controls {
    position: initial;
    height: auto; }
    .car-detail .car-slider .controls img {
      width: 20px; }
    .car-detail .car-slider .controls .cars-prev {
      left: 0;
      top: 0;
      height: 100%;
      width: 12%;
      position: absolute; }
      .car-detail .car-slider .controls .cars-prev img {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        right: 50%; }
    .car-detail .car-slider .controls .cars-next {
      right: 0;
      height: 100%;
      width: 12%;
      top: 0;
      position: absolute; }
      .car-detail .car-slider .controls .cars-next img {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        left: 50%; } }
@media (min-width: 992px) {
  .marquee-card {
    width: 500px !important; }
}
@media (min-width: 1440px) {
    .slick-dots {
      left: 95%;
    }
    .block-i-v .title {
        font-size: 34.5px;
    }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1320px; }

  .title-block {
    max-width: 740px; }

  .mw-46 {
    width: 46%; }

  .mw-30 {
    width: 32.6%; }

  .mw-21 {
    width: 21%; } }
.container-lg {
  max-width: 1440px; }

body {
  background: #141414;
  overflow-x: hidden !important; }

.car-banner {
  overflow: hidden; }

.ml-auto {
  margin-left: auto; }

.w-100 {
  width: 100% !important; }

.p-85 {
  padding: 85px 0; }

.pt-85 {
  padding-top: 85px; }

.pr-0 {
  padding-right: 0; }

.pl-0 {
  padding-left: 0; }

.ml-0 {
  margin-left: 0; }

.pb-50 {
  padding-bottom: 50px; }

.pl-50 {
  padding-left: 50px; }

.pl-160 {
  padding-left: 160px; }

.pt-70 {
  padding-top: 70px; }

.pb-90 {
  padding-bottom: 90px; }

.fw-500 {
  font-weight: 500; }

.fw-400 {
  font-weight: 400; }

.fw-300 {
  font-weight: 300; }

.img-responsive {
  width: 100%;
  height: auto; }

.bg-bright-black {
  background: #1E1E1E; }

.title {
  font-family: 'Kinetica', sans-serif;
  font-size: 35px;
  line-height: 49px;
  font-weight: 700;
  color: #BBAC9E; }

.subtitle {
  font-size: 15px;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 21px; }

.title-block {
  text-transform: uppercase;
  width: fit-content;
  margin-right: 75px; }

.subtitle-block {
  max-width: 387px; }

.small-title {
  font-size: 20px;
  line-height: 28px;
  font-weight: 400;
  color: #FFFFFF; }

.small-desc {
  font-size: 15px;
  line-height: 21px;
  font-weight: 300;
  color: #B4B4B4; }

.car-name {
  color: #FFFFFF;
  font-size: 18px;
  font-weight: 500;
  margin- bottom: 0; }

.our-cars .cars-slide .desc .hr-white {
    margin: 4px 0;
}
.desc .car-name {
    margin-bottom: 0px;
}

.car-desc {
  font-size: 15px;
  font-weight: 400;
  color: #B4B4B4;
  margin-bottom: 0; }

.pr-10 {
  padding-right: 10px; }

#carSlider .cars-slide {
  position: relative;
  margin: 0 10px; }
  #carSlider .cars-slide .desc {
    padding: 13px 20px;
    margin: 10px 0;
    position: absolute;
    bottom: 0;
    width: 94%;
    z-index: 1;
    border-radius: 10px;
    left: 3%;
    background: rgba(255, 255, 255, 0.07);
    backdrop-filter: blur(10px); }
  #carSlider .cars-slide.new-car:after {
    position: absolute;
    content: url("../img/new-car.svg");
    top: -29px;
    right: -29px; }
  #carSlider .cars-slide.discount:after {
    position: absolute;
    content: url("../img/discount.svg");
    top: -29px;
    right: -29px; }
#carSlider .cars-slider .slick-list {
  padding: 0 7% !important; }
#carSlider .cars-slider .slick-slide {
  transition: opacity 0.3s;
  opacity: 0.2; }
#carSlider .cars-slider .slick-active {
  opacity: 1; }
#carSlider .controls {
  top: -20px;
  display: flex;
  gap: 15px;
  right: 7.5%; }

.slick-arrow {
  cursor: pointer; }

.header-bg-dark {
  background: #141414 !important; }

.run-str {
  width: 100%;
  line-height: 28px;
  padding: 10px 10px;
  border-bottom: 1px solid #BBAC9E;
  border-top: 1px solid #BBAC9E; }
  .run-str #marque {
    font-size: 15px;
    color: #FFFFFF;
    margin: 0 30px 0 0; }

.our-speciality .offer-block {
  padding-bottom: 10px;
  min-height: 260px; }

.title {
  text-transform: uppercase; }

.hr-white {
  width: 55px;
  color: #E3DBCC;
  border-radius: 15px;
  height: 2px !important; }

.pt-70 {
  padding-top: 70px; }

.pb-20 {
  padding-bottom: 20px; }

.page-title {
  font-family: 'Kinetica', sans-serif;
  color: #FFFFFF; }
  .page-title h1 {
    font-size: 45px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 63px; }
  .page-title .inbold {
    display: flex;
    align-items: center;
    gap: 30px;
    color: #BBAC9E; }
    .page-title .inbold .line {
      width: 70px;
      height: 1px;
      background: #E3DBCC; }

.pt-30 {
  padding-top: 30px; }

.pb-10 {
  padding-bottom: 10px; }

.g-10 {
  gap: 10px; }

.g-0 {
  gap: 0; }

.pt-115 {
  padding-top: 115px; }

.privacy-policy {
  font-size: 15px;
  line-height: 21px;
  color: #FFFFFF;
  font-weight: 300; }

.error-section {
  background-image: url("../img/error.png");
  background-repeat: no-repeat;
  background-size: cover;
  height: 83vh;
  position: relative; }
  .error-section .container {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); }
  .error-section p {
    color: #BBaC9E;
    font-size: 25px;
    font-weight: 400; }
  .error-section h1 {
    font-family: 'Kinetica', sans-serif;
    color: #FFFFFF;
    font-size: 20rem;
    font-weight: 700;
    margin-top: -90px; }
  .error-section span {
    display: block;
    font-size: 15px;
    line-height: 22.5px;
    color: #FFFFFF;
    font-weight: 300;
    max-width: 280px; }
  .error-section .button {
    width: 332px;
    max-width: 332px;
    margin-top: 50px; }

.success_form {
  padding: 100px 0; }

.button {
  transition: 0.3s; }
  .button:disabled {
    pointer-events: none;
    opacity: 0.6; }

.w-315 {
  width: 315px; }

.mw-363 {
  max-width: 363px; }

.pl-15 {
  padding-left: 15px !important; }

.pr-15 {
  padding-right: 15px !important; }

.noScroll {
  overflow: hidden; }

.navbar-toggler {
  display: flex;
  font-size: 15px;
  font-weight: 400;
  border: none;
  transition: all 0.3s;
  padding-right: 0;
  position: relative;
  gap: 10px; }
  .navbar-toggler:focus {
    outline: none;
    box-shadow: none; }
  .navbar-toggler.opened {
    transform: none; }
    .navbar-toggler.opened .line1 {
      transform: rotate(45deg);
      margin-top: 0; }
    .navbar-toggler.opened .line2 {
      transform: rotate(-45deg);
      width: 30px;
      margin-top: 0; }
    .navbar-toggler.opened .button-icon {
      margin-top: 5px; }
  .navbar-toggler .line1 {
    margin-top: 2px;
    height: 1px;
    width: 30px;
    background: #E3DBCC;
    transition: all 0.3s; }
  .navbar-toggler .line2 {
    float: right;
    margin-top: 10px;
    height: 1px;
    width: 20px;
    background: #E3DBCC;
    transition: all 0.3s; }

.checkmark {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  left: 0;
  height: 18px;
  width: 18px;
  background: none;
  border: 1px solid #E3DBCC;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s; }
  .checkmark:after {
    content: "";
    position: absolute;
    display: none;
    transition: all 0.2s; }

input[type=checkbox], input[type=radio] {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
  transition: all 0.2s; }
  input[type=checkbox]:checked ~ .checkmark:after, input[type=radio]:checked ~ .checkmark:after {
    display: block;
    width: 12px;
    height: 12px;
    left: 2px;
    top: 2px;
    border-radius: 50%;
    background: #E3DBCC; }

.terms {
  position: relative;
  padding-left: 30px;
  padding-right: 0;
  font-size: 10px;
  font-weight: 400;
  color: #B4B4B4;
  cursor: pointer;
  display: block !important;
  text-align: left; }
  .terms a {
    color: #B4B4B4;
    text-decoration: underline; }
    .terms a:hover {
      color: #BBAC9E; }

.cars-slide .desc {
  transition: all 0.3s; }

.cars-slide:hover .desc {
  bottom: 10px !important; }

.cars-slide img {
  border-radius: 15px; }

.ml-2 {
  margin-left: 10px; }

.custom-select {
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  left: 0;
  z-index: 999;
  margin: 5px 0;
  padding: 0;
  list-style: none;
  background: #FFFFFF;
  border: 1px solid #dbdbdb;
  border-radius: 4px; }

.select ul {
  display: none;
  position: absolute;
  width: 95%;
  z-index: 2;
  background: none;
  color: #FFFFFF;
  font-size: inherit;
  background: #2C2C2C;
  border-radius: 15px;
  padding: 17px 32px;
  top: 45px; }

.select .select-styled {
  position: relative;
  color: #B4B4B4;
  padding: 7px 10px;
  font-size: 15px;
  font-weight: 300;
  text-align: left;
  cursor: pointer;
  border-bottom: 1px solid #E3DBCC; }
  .select .select-styled:after {
    position: absolute;
    content: url("../img/arrow-to-top.svg");
    right: 4px;
    transform: rotate(180deg);
    top: 10px;
    transition: all 0.3s; }
  .select .select-styled.active:after {
    transform: rotate(360deg);
    top: 5px; }

.select li {
  color: #B4B4B4;
  margin: 0;
  font-size: 15px;
  font-weight: 400;
  transition: all 0.3s;
  list-style-type: none;
  cursor: pointer;
  text-align: left;
  border-bottom: 1px solid #3F3F3F;
  padding: 8px 0 8px 25px;
  position: relative; }
  .select li:last-child {
    border-bottom: none; }
  .select li:before {
    content: '';
    width: 15px;
    height: 15px;
    border-radius: 50%;
    border: 1px solid #E3DBCC;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    margin-right: 25px; }
  .select li.active:after {
    content: '';
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: #BBAC9E;
    position: absolute;
    left: 3px;
    top: 50%;
    transform: translateY(-50%);
    margin-right: 25px; }

.select li:hover {
  color: #FFFFFF; }

.select li[rel="hide"] {
  display: none; }

.gap-10 {
  gap: 10px; }

.old-price {
  text-decoration: line-through;
  color: rgba(180, 180, 180, 0.4); }

.mw-370 {
  max-width: 370px; }

.pt-150 {
  padding-top: 150px; }

.mr-0 {
  margin-right: 0 !important; }

.ml-0 {
  margin-left: 0 !important; }

.gap-20 {
  gap: 20px; }

.disable {
  pointer-events: none; }

.mb--4 {
  margin-bottom: -40px; }

.pt-50 {
  padding-top: 50px; }

.pl-130 {
  padding-left: 130px; }

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

@media (max-width: 576px) {
  .image-section img {
    top: 0px;
    right: 5%;
    width: 167px;
  }
  .img-cards-ab {
    left: auto;
    width: 138px !important;
    bottom: 2rem;
    right: -1rem !important;
  }
  .mob-bg .info {
    padding: 14px 16px 14px 5px !important;
    justify-content: space-around;
    height: 163px;
    gap: 16px 0;
  }
  .mob-bg .info:before {
    content: '';
    width: 100%;
    height: 1px;
    background-color: #424242;
    position: absolute;
    top: 55px;
    left: 0;
  }
  .mob-bg .info:after {
    content: '';
    width: 100%;
    height: 1px;
    background-color: #424242;
    position: absolute;
    bottom: 55px;
    left: 0;
  }
  .navbar-brand img {
    width: 88px;
  }
  .lang-menu .nav-link.dropdown-toggle {
    font-size: 12px;
  }
  .lang-menu .dropdown-menu {
    left: -15px;
  }
  .mt-25 {
    margin-top: 0px;
  }
  .bl-cover-img .cover--img {
    height: 114px;
  }
  .bl--video-l {
     flex-direction: column-reverse;
  }
  .mob-txt-start {
    text-align: start;
  }
  .banner--video .title {
    margin-top: 5px;
  }
  .banner--video .hr-line {
    margin: 14px 0 8px;
  }
  .banner--video .block-btn {
    margin-top: 30px;
    text-align: end;
  }
  .banner--video {
    margin: 70px 0 0px;
  }
  .bl-cover-img {
    padding: 0;
  }
  .bl-2-img {
    padding-right: calc(var(--bs-gutter-x)* .5);
    padding-left: calc(var(--bs-gutter-x)* .5);
  }
  .bl-2-img .bl-cover-img:first-child {
    padding-right: calc(var(--bs-gutter-x)* .09);
  }
  .bl-2-img .bl-cover-img:last-child {
    padding-left: calc(var(--bs-gutter-x)* .09);
  }
  .item-video {
    height: 168px;
  }
  .icon-play {
    width: 30px;
    height: 30px;
  }
  .banner--video .sub--title, .banner--video .title {
    font-size: 26px !important;
    font-weight: 700;
    font-family: 'Moula';
    margin-bottom: 0;
  }
  .car-detail {
    margin-bottom: auto;
  }
  .copyright {
    font-size: 12px;
  }
  .footer-menu {
    padding-left: 0;
    float: none !important;
  }
  .footer-top .footer-menu__item a {
    font-size: 12px;
    font-weight: 400;
  }
  .car-banner .banner-info {
    bottom: 9px;
    padding: 6px 26px 12px 26px;
    min-height: 100px;
    align-items: center;
    display: flex;
  }
  .car-banner .car-name {
    margin-bottom: 0;
    font-size: 18px;
    line-height: normal;
  }
  .car-banner .banner-info .hr-line {
    margin: 9px 0;
  }
  .car-banner p {
    margin-bottom: 0;
    font-size: 14px;
  }
  .new-mob-offer .offer-block {
    padding: 10px;
    min-height: 60px !important;
  }
  .new-mob-offer .offer-block__image {
    float: inline-start;
    width: 40px;
    height: 40px;
    margin-bottom: 0;
    margin-top: 5px;
    align-items: center;
    display: flex;
  }
  .new-mob-offer .offer-block__image img {
    width: 100%;
    height: auto;
  }
  .new-mob-offer .show-more-btn {
    text-decoration: none;
  }
  .new-mob-offer .small-title {
    line-height: 140%;
    text-align: left;
    margin-left: 10px;
  }
  .new-mob-offer .small-title img {
    margin-left: 10px;
  }
  .new-mob-offer .small-desc {
    font-size: 14px;
  }
  .navbar-toggler {
    margin-left: 5rem;
  }
  .navbar-brand {
    margin-left: 10px;
    margin-right: 0;
  }
  .button {
    width: 100%;
  }
  .mob-plr-20 {
    padding: 20px 20px 0;
  }
  .car-detail .title span, .car-detail h1 {
    font-size: 20px !important;
  }
  .car-detail {
    padding-top: 0;
  }
  .mob-d-none {
    display: none;
  }
  .banner--video .sub--title {
    margin-top: -5px;
  }
  html {
    overflow-x: hidden;
  }
  .card-sale {
    margin-bottom: 0;
  }
  .mob-custom-top {
    padding-top: 0 !important;
    margin-top: 20px !important;
  }
  .mob-pt-40 {
    padding-top: 40px;
  }
  .controls .prev-slide img, .controls .next-slide img {
    width: 11px;
    height: 19px;
  }
  .our-cars .car-type .controls {
    gap: 50px;
  }
  .mob-pb-0 {
    padding-bottom: 0;
  }
  .mob-pb-20 {
    padding-bottom: 20px;
  }
  .img-br-rad picture {
    height: auto;
  }
  .car-reservation .additional_info .option-price {
    min-width: 100px;
    text-align: end;
  }
  .bl-develop {
    display: block;
  }
  #carSlider .cars-slide {
    margin: 0;
  }
  .cars-slide .car-price {
    text-align: end;
    display: block !important;
  }
  .cars-slide img {
    border-radius: 0;
  }
  .car-card {
    margin-bottom: 0 !important;
    padding: 0;
  }
  #carSlider .cars-slide .desc, .our-cars .cars-slide .desc {
    margin: 0;
    padding: 0 10px 10px 0 !important;
    border-radius: 0;
    width: 100%;
    left: 0;
    height: 60px;
    background: #000000;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 31%, rgba(0, 0, 0, 1) 100%);
    text-align: end;
    backdrop-filter: none;
    display: grid;
    align-items: center;
  }
  .our-cars .cars-slide:hover .desc, .cars-slide:hover .desc {
    bottom: 0px !important;
  }
}
@media (max-width: 375px) {
  .navbar-toggler {
    margin-left: 2rem;
  }
}
@media (max-width: 321px) {
  .navbar-toggler {
    margin-left: 0;
  }
}
/*# sourceMappingURL=main.css.map */
