.page-promo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  min-height: min(36.296vh, 24.5rem);
}
.page-promo__bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
}
.page-promo__bg > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.page-promo__bg::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.32);
}
.page-promo.page-promo--big {
  padding: 5.5rem 0;
  min-height: min(48.148vh, 32.5rem);
}
.page-promo__title:not(:last-child) {
  margin-bottom: 1.875rem;
}
.page-promo__text {
  font-size: 1.25rem;
  line-height: 140%;
  color: var(--gray-stroke);
}
.page-promo__text:not(:last-child) {
  margin-bottom: 2.1875rem;
}
.page-promo__container {
  max-width: 40.25rem;
  width: 100%;
}
@media (max-width: 768px) {
  .page-promo {
    min-height: 195px;
  }
  .page-promo.page-promo--big {
    padding: 50px 0;
  }
  .page-promo__title:not(:last-child) {
    margin-bottom: 20px;
  }
  .page-promo__text {
    font-size: 16px;
    line-height: 145%;
  }
  .page-promo__btn .btn {
    width: unset;
  }
}
/*# sourceMappingURL=page-promo.css.map */
/*# sourceMappingURL=page-promo.css.map */