.promo {
  overflow: hidden;
  position: relative;
  padding: 15.625rem 0 2.5rem;
  min-height: 59.375rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.promo::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 17.1875rem;
  background: -webkit-gradient(linear, left bottom, left top, from(#09090a), color-stop(50%, #09090a), to(rgba(9, 9, 10, 0)));
  background: linear-gradient(360deg, #09090a 0%, #09090a 50%, rgba(9, 9, 10, 0) 100%);
}
.promo__video {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
}
.promo__video::before, .promo__video::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.promo__video::before {
  background-color: rgba(0, 0, 0, 0.4);
}
.promo__video::after {
  -webkit-box-shadow: inset 0 100px 100px 0 rgba(0, 0, 0, 0.5);
  box-shadow: inset 0 100px 100px 0 rgba(0, 0, 0, 0.5);
}
.promo__video > * {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.promo__title {
  margin-bottom: 1.5rem;
}
.promo__text {
  max-width: 35rem;
  width: 100%;
}
.promo__button {
  margin-top: 3rem;
}
.promo__marquee {
  margin-top: auto;
}
@media (max-width: 768px) {
  .promo {
    padding: 140px 0 40px;
    min-height: unset;
  }
  .promo::before {
    height: 222px;
  }
  .promo__text {
    font-size: 18px;
    line-height: 130%;
  }
  .promo__marquee {
    margin-top: 84px;
  }
}
/*# sourceMappingURL=promo.css.map */
/*# sourceMappingURL=promo.css.map */