@charset "UTF-8";
#home-new {
  margin-top: unset;
  overflow-x: hidden;
}

.home-sectionTitle {
  font-weight: 400;
  font-size: 1.8em;
  line-height: 1em;
  color: #666;
  letter-spacing: 1px;
  text-align: center;
  margin: 30px auto;
}
@media (min-width: 768px) {
  .home-sectionTitle {
    margin: 60px auto;
  }
}
.home-sectionTitle::after {
  content: "";
  display: block;
  width: 48px;
  height: 2px;
  background-color: #C9161C;
  margin: auto;
  margin-top: 0.5rem;
}

.home-banner.container-fluid {
  padding-left: 0;
  padding-right: 0;
}
.home-banner.container-fluid .swiper-pagination {
  bottom: -5px;
}
.home-banner.container-fluid .swiper-pagination-bullet {
  border-radius: unset;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.2)), to(rgba(0, 0, 0, 0.2))), -webkit-gradient(linear, left bottom, left top, from(#000000), to(#000000));
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), linear-gradient(0deg, #000000, #000000);
  opacity: 1;
}
@media (min-width: 576px) {
  .home-banner.container-fluid .swiper-pagination-bullet {
    background: linear-gradient(70.77deg, #C9C9C9 -0.93%, #4C4C4C 74.14%);
  }
}
.home-banner.container-fluid .swiper-pagination-customs-active {
  background: radial-gradient(68.21% 263.61% at 35.17% 40.97%, #D80007 0%, #8C1D20 100%);
}
@media (min-width: 576px) {
  .home-banner.container-fluid .swiper-pagination-customs-active {
    background: white;
  }
}
.home-banner .swiper-button-next, .home-banner .swiper-button-prev {
  color: #C9161C;
  width: 50px;
  height: 50px;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  top: 50%;
}
.home-banner .swiper-button-next:hover::before, .home-banner .swiper-button-prev:hover::before {
  color: #4C4C4C;
}
.home-banner .swiper-button-next::after, .home-banner .swiper-button-prev::after {
  content: none;
}
.home-banner .swiper-button-next::before, .home-banner .swiper-button-prev::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 36px;
  line-height: 1;
  color: white;
  opacity: 1;
  -webkit-font-smoothing: antialiased;
}
.home-banner .swiper-button-next {
  right: 5%;
}
.home-banner .swiper-button-next::before {
  content: "";
}
@media (min-width: 576px) {
  .home-banner .swiper-button-next {
    right: 10%;
  }
}
.home-banner .swiper-button-prev {
  left: 5%;
}
.home-banner .swiper-button-prev::before {
  content: "";
}
@media (min-width: 576px) {
  .home-banner .swiper-button-prev {
    left: 10%;
  }
}

.swiperCarsWrap .swiper-button-next, .swiperCarsWrap .swiper-button-prev, .home-promotions .swiper-button-next, .home-promotions .swiper-button-prev {
  width: 50px;
  height: 50px;
}
.swiperCarsWrap .swiper-button-next::after, .swiperCarsWrap .swiper-button-prev::after, .home-promotions .swiper-button-next::after, .home-promotions .swiper-button-prev::after {
  color: #4C4C4C;
}

.home-cars {
  position: relative;
  padding-top: 1rem;
  padding-left: 0;
  padding-right: 0;
}
@media (min-width: 576px) {
  .home-cars {
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(189, 194, 203, 0.37)), color-stop(58.08%, rgba(196, 196, 196, 0)), color-stop(62.77%, rgba(227, 227, 227, 0.99)), to(rgba(196, 196, 196, 0)));
    background: linear-gradient(180deg, rgba(189, 194, 203, 0.37) 0%, rgba(196, 196, 196, 0) 58.08%, rgba(227, 227, 227, 0.99) 62.77%, rgba(196, 196, 196, 0) 100%);
  }
}
.home-cars .carsList {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background: linear-gradient(179.94deg, rgba(189, 194, 203, 0) 0.05%, rgba(189, 194, 203, 0) 43.32%, rgba(189, 194, 203, 0.37) 46.45%, rgba(196, 196, 196, 0) 99.95%);
  text-align: center;
}
@media (min-width: 576px) {
  .home-cars .carsList {
    background: unset;
  }
}
.home-cars .swiperCarsWrap {
  max-width: 1400px;
  padding: 0px;
  margin: 0 auto;
  position: relative;
}
@media (min-width: 768px) {
  .home-cars .swiperCarsWrap {
    padding: 0 49px;
  }
}
@media (min-width: 1200px) {
  .home-cars .swiperCarsWrap {
    padding: 0 100px;
  }
}
.home-cars .swiperCars {
  margin-top: 40px;
}
.home-cars .swiper-button-prev {
  display: none;
}
@media (min-width: 576px) {
  .home-cars .swiper-button-prev {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    left: -14px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
@media (min-width: 768px) {
  .home-cars .swiper-button-prev {
    left: 0px;
  }
}
@media (min-width: 768px) {
  .home-cars .swiper-button-prev.d-sm-none {
    display: none;
  }
}
@media (min-width: 768px) {
  .home-cars .swiper-button-prev.d-md-none {
    display: none;
  }
}
@media (min-width: 992px) {
  .home-cars .swiper-button-prev.d-lg-none {
    display: none;
  }
}
@media (min-width: 1200px) {
  .home-cars .swiper-button-prev.d-xl-none {
    display: none;
  }
}
.home-cars .swiper-button-prev.d-none {
  display: none;
}
.home-cars .swiper-button-next {
  display: none;
}
@media (min-width: 576px) {
  .home-cars .swiper-button-next {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    right: -14px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
@media (min-width: 768px) {
  .home-cars .swiper-button-next {
    right: 0px;
  }
}
@media (min-width: 768px) {
  .home-cars .swiper-button-next.d-sm-none {
    display: none;
  }
}
@media (min-width: 768px) {
  .home-cars .swiper-button-next.d-md-none {
    display: none;
  }
}
@media (min-width: 992px) {
  .home-cars .swiper-button-next.d-lg-none {
    display: none;
  }
}
@media (min-width: 1200px) {
  .home-cars .swiper-button-next.d-xl-none {
    display: none;
  }
}
.home-cars .swiper-button-next.d-none {
  display: none;
}

.promotionsList {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  text-decoration: none;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
.promotionsList .promotionsList-img {
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: -webkit-transform 0.5s ease-in-out;
  transition: -webkit-transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
}
.promotionsList .promotionsList-date {
  font-size: 13px;
  line-height: 1.2;
  padding-left: 0;
  margin-top: 1rem;
  margin-bottom: 0.25rem;
}
.promotionsList .promotionsList-text {
  font-size: 18px;
  line-height: 1.5;
  padding-left: 0;
  margin-top: 0.25rem;
  margin-bottom: 1.5rem;
}

.home-promotions {
  padding: 0;
  margin: 0;
}
@media (min-width: 768px) {
  .home-promotions {
    margin: auto;
  }
}
.home-promotions .swiperPromotionsWrap {
  max-width: 1400px;
  padding: 0px 23px;
  margin: 0 auto;
  position: relative;
}
@media (min-width: 768px) {
  .home-promotions .swiperPromotionsWrap {
    padding: 0 49px;
  }
}
@media (min-width: 1200px) {
  .home-promotions .swiperPromotionsWrap {
    padding: 0 100px;
  }
}
.home-promotions .swiper-slide {
  overflow: hidden;
}
.home-promotions .swiper-slide:hover .promotionsList-img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.home-promotions .swiper-button-prev {
  left: -14px;
}
@media (min-width: 768px) {
  .home-promotions .swiper-button-prev {
    left: 0px;
    top: 55%;
  }
}
.home-promotions .swiper-button-next {
  right: -14px;
}
@media (min-width: 768px) {
  .home-promotions .swiper-button-next {
    right: 0px;
    top: 55%;
  }
}

.maintenance {
  color: #4c4c4c;
}
@media (min-width: 576px) {
  .maintenance .container {
    padding: 0;
  }
}
.maintenance .row > div {
  margin-bottom: 24px;
  padding: 12px;
}
.maintenance .card {
  height: 100%;
  -webkit-box-shadow: 0px 6px 30px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 6px 30px rgba(0, 0, 0, 0.25);
}
.maintenance .card .title {
  background-color: #4c4c4c;
  padding: 12px;
}
.maintenance .card .title h3 {
  color: white;
  text-align: center;
  font-size: 24px;
  font-weight: 500;
  margin: auto;
}
.maintenance .card .content {
  padding: 20px 18px;
}
.maintenance .card .subtitle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  border-bottom: 1px solid #939393;
  margin-bottom: 20px;
}
.maintenance .card .subtitle .box {
  width: 33.3%;
  max-width: 80px;
}
.maintenance .card .subtitle .box img {
  width: 60px;
  margin: 0 auto 6px;
  display: block;
}
.maintenance .card .subtitle .box h4 {
  margin: 0 0 24px;
  word-break: break-word;
  font-size: 13px;
  font-weight: 600;
  text-align: center;
}
.maintenance .card .detail h5 {
  font-size: 16px;
  line-height: 1.1;
  margin: 4px 0 8px;
  padding-left: 8px;
  display: inline-block;
  position: relative;
}
.maintenance .card .detail h5::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 2px;
  height: 100%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  background-color: #c40d23;
}
.maintenance .card .detail p {
  font-size: 15px;
  line-height: 1.625;
  margin-top: 0;
  margin-bottom: 12px;
}

.toSurvey {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: fixed;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  width: 30px;
  z-index: 100;
  bottom: 146px;
  right: 5px;
}
.toSurvey a {
  text-decoration: none;
}
.toSurvey .toSurvey-img {
  width: 30px;
}
.toSurvey .toSurvey-txt {
  width: 55px;
  color: #686868;
}
@media (min-width: 768px) {
  .toSurvey {
    width: 36px;
    bottom: 136px;
  }
  .toSurvey .toSurvey-img {
    width: 33px;
  }
  .toSurvey:hover .toSurvey-txt {
    color: inherit;
    text-decoration: none;
  }
}
@media (min-width: 1200px) {
  .toSurvey {
    right: 15px;
  }
}

.footer-new {
  margin-top: 75px;
}

.footer-new .container {
  max-width: 1460px;
}
@media (min-width: 576px) {
  .footer-new .container {
    max-width: none;
  }
}
@media (min-width: 768px) {
  .footer-new .container {
    max-width: none;
  }
}
@media (min-width: 992px) {
  .footer-new .container {
    max-width: none;
  }
}
@media (min-width: 1200px) {
  .footer-new .container {
    max-width: none;
  }
}
@media (min-width: 1400px) {
  .footer-new .container {
    max-width: 1460px;
  }
}


/*# sourceMappingURL=style_new.css.map */