﻿.rental-details-hero {
  --course-yellow: #fdbf00;
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 21.5rem;
  color: var(--white-pure);
  display: flex;
  align-items: center;
}
@media (min-width: 1024px) {
  .rental-details-hero {
    background-image: none !important;
    background-color: var(--black-pure);
    min-height: 25rem;
  }
}
.rental-details-hero:before {
  position: absolute;
  content: " ";
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-image: linear-gradient(90deg, var(--black-pure) 50%, transparent);
}
@media (min-width: 1024px) {
  .rental-details-hero:before {
    display: none;
  }
}
.rental-details-hero__group {
  position: relative;
  z-index: 1;
  display: flex;
}
@media (min-width: 1024px) {
  .rental-details-hero__group {
    display: flex;
  }
}
.rental-details-hero__info {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 1024px) {
  .rental-details-hero__info {
    width: 35%;
  }
}
@media (min-width: 1440px) {
  .rental-details-hero__info {
    margin-top: -2rem;
  }
}
.rental-details-hero__info .rental-details-info {
  width: 100%;
}
.rental-details-hero__info .rental-details-info__title {
  font-size: 1.96rem;
  margin-bottom: 1.5rem;
  line-height: var(--main-line-height);
}
@media (min-width: 1024px) {
  .rental-details-hero__info .rental-details-info__title {
    padding-right: 2rem;
    font-size: 2.71rem;
  }
}
.rental-details-hero__info .rental-details-info__buttons .brand-button {
  font-size: 1.1rem;
  font-weight: 600;
}
.rental-details-hero__picture {
  display: none;
}
@media (min-width: 1024px) {
  .rental-details-hero__picture {
    width: 65%;
    display: block;
    position: relative;
  }
}
.rental-details-hero__picture_img {
  width: 100%;
  max-height: 25rem;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.rental-details-hero__picture .past-event-indicator {
  position: absolute;
  top: 0;
  left: 0;
}/*# sourceMappingURL=styles.css.map */