.promo {
  position: relative;
  padding-top: 25.625rem;
  margin-bottom: 9.6875rem;
}
.promo__bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: -1;
}
.promo__bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.promo__container {
  max-width: 58.125rem;
  margin: 0 auto;
  text-align: center;
}
.promo__subtitle {
  font-size: max(6.25rem, 12px);
  line-height: 100%;
  font-weight: 700;
  letter-spacing: -0.05em;
  text-align: center;
  background: linear-gradient(132deg, #211 0%, #fb5036 7.83%, #fff 24.93%, #fff 75.41%, #fb5036 87.63%, #211 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 1rem;
}
.promo__title {
  background: linear-gradient(174deg, #fff8f8 0%, #ffc0c0 77.46%, #ff7f7f 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 0.75rem;
}
.promo__text {
  max-width: 42.8125rem;
  width: 100%;
  margin: 0 auto;
  background: linear-gradient(143deg, #fff 0%, #ffd1d1 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.promo__button {
  margin-top: 2.25rem;
}
.promo__button .btn {
  min-width: 17.875rem;
}
.promo__ico {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 4rem;
  height: 4rem;
  border-radius: 0.9375rem;
  margin: 0 1.5625rem;
  background: -webkit-gradient(linear, left top, left bottom, from(#100505), to(#490404));
  background: linear-gradient(180deg, #100505 0%, #490404 100%);
}
.promo__ico::before, .promo__ico::after {
  content: "";
  position: absolute;
  border-radius: 0.9375rem;
}
.promo__ico::before {
  top: -1px;
  left: -1px;
  right: -1px;
  bottom: -1px;
  z-index: -1;
  background: -webkit-gradient(linear, left top, right top, from(#E15A5A), to(#630A0A));
  background: linear-gradient(90deg, #E15A5A 0%, #630A0A 100%);
}
.promo__ico::after {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-box-shadow: -3px 9px 42px 0 rgba(128, 0, 0, 0.67);
  box-shadow: -3px 9px 42px 0 rgba(128, 0, 0, 0.67);
}
.promo__ico > svg {
  width: 2.125rem;
  height: 2.4375rem;
  -o-object-fit: contain;
  object-fit: contain;
  -webkit-filter: drop-shadow(0 0 17px rgba(60, 32, 32, 0.8)) drop-shadow(0 0 17px #b92828);
  filter: drop-shadow(0 0 17px rgba(60, 32, 32, 0.8)) drop-shadow(0 0 17px #b92828);
}
@media (max-width: 768px) {
  .promo {
    padding-top: 310px;
    margin-bottom: 100px;
  }
  .promo__bg {
    height: 935px;
  }
  .promo__subtitle {
    font-size: 70px;
    margin-bottom: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .promo__subtitle span {
    font-size: 88px;
  }
  .promo__title {
    margin-bottom: 12px;
  }
  .promo__text {
    font-size: 15px;
  }
  .promo__button {
    min-width: 309px;
    margin-top: 30px;
  }
}
/*# sourceMappingURL=promo.css.map */