.slide-title.h2 {
  margin-left: -2px;
  margin-right: -2px;
}

.site-header {
  z-index: 30;
}

.rent-image-content {
  background-color: #101423;
  padding: 60px 50px;
  color: white;
  min-height: 450px;
  box-sizing: border-box;
}
@media (max-width: 991px) {
  .rent-image-content {
    padding-top: 25px;
    padding-left: 25px;
    padding-right: 25px;
    min-height: 390px;
  }
}
@media (max-width: 767px) {
  .rent-image-content {
    padding-top: 25px;
    padding-left: 25px;
    padding-right: 25px;
    min-height: 340px;
  }
}

.single-rent-section {
  margin-top: 100px;
}
@media (max-width: 500px) {
  .single-rent-section {
    margin-top: 40px;
  }
}

.rent-column .car-title {
  text-transform: uppercase;
  font-size: 46px;
  margin-bottom: 14px;
  line-height: 50px;
}
@media (max-width: 1199px) {
  .rent-column .car-title {
    font-size: 36px;
    line-height: 40px;
  }
}
@media (max-width: 767px) {
  .rent-column .car-title {
    font-size: 28px;
    line-height: 32px;
  }
}
.rent-column .car-text {
  height: 122px;
}
.rent-column .car-text p {
  margin: 0;
}
.rent-column .car-text a,
.rent-column .car-text a:hover,
.rent-column .car-text a:active,
.rent-column .car-text a:focus {
  color: inherit;
}
@media (max-width: 991px) {
  .rent-column .car-text {
    padding-bottom: 30px;
  }
}
@media (max-width: 991px) {
  .rent-column .car-features-title {
    margin-bottom: 30px;
  }
}
.rent-column .car-subtitle {
  margin-bottom: 22px;
}
.rent-column .car-content {
  padding-top: 20px;
  padding-bottom: 0;
}
.rent-column .car-features-list {
  max-width: 320px;
}
.rent-column .car-features-list li::before {
  content: url(../images/icon-lightning-black.svg);
}
.rent-column .car-features-list li strong {
  color: #101423;
}
.rent-column .btn.btn-white:hover {
  color: white;
}
@media (max-width: 450px) {
  .rent-column .btn.btn-white {
    padding-left: 10px;
    padding-right: 10px;
  }
}

.hero-static {
  height: 700px;
  max-height: 890px;
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-top: 50px;
  padding-bottom: 90px;
  background-color: #000;
}
.hero-static > div {
  position: relative;
  z-index: 20;
}
@media (max-width: 767px) {
  .hero-static {
    max-height: none;
    height: 500px;
  }
}
@media (max-width: 500px) {
  .hero-static {
    max-height: none;
    height: 380px;
    padding-bottom: var(--mobile-col-padding);
  }
}
@media (max-width: 767px) {
  .hero-static .container {
    padding-left: var(--mobile-col-padding);
    padding-right: var(--mobile-col-padding);
  }
}
.hero-static .slide-logo {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.hero-static .slide-logo img {
  max-width: 200px;
  width: 100%;
}
.hero-static .slide-logo .back-btn {
  margin-right: -10px;
}
.hero-static .slide-logo .back-btn a {
  transform: rotate(90deg);
  width: 34px;
  height: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.hero-static .slide-bkg {
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-size: cover;
  z-index: 10;
}
.hero-static video {
  position: absolute;
  left: 50%; /* % of surrounding element */
  top: 50%;
  transform: translate(-50%, -50%); /* % of current element */
  z-index: 10;
  width: 100%;
  opacity: 0.8;
}
@media (max-width: 1245px) {
  .hero-static video {
    width: auto;
    height: 100%;
  }
}
.hero-static .slide-title {
  color: white;
  margin-bottom: 10px;
}
.hero-static .slide-text {
  font-size: 20px;
  text-transform: uppercase;
  color: white;
}
.hero-static .slide-content {
  z-index: 20;
  position: relative;
  height: 100%;
  padding-top: 50px;
  padding-bottom: 90px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

/*# sourceMappingURL=single-cars.css.map */
