.bonus-block__img {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  max-width: 100%;
  object-fit: cover;
}
.bonus-block__btn {
  padding: 12px 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  font-weight: bold;
  position: relative;
  z-index: 2;
  max-width: 150px;
}
@media (max-width: 576px) {
  .bonus-block__btn {
    max-width: 100%;
    box-sizing: border-box;
    width: 100%;
  }
}
.bonus-block__wrap {
  overflow: hidden;
  padding: 30px;
  position: relative;
}
@media (max-width: 990px) {
  .bonus-block__wrap {
    padding: 20px;
  }
}
.bonus-block__title {
  position: relative;
  z-index: 2;
  font-size: 50px;
  font-weight: bold;
  display: inline-block;
  padding: 0 0 10px 0;
  margin-bottom: 15px;
}
@media (max-width: 990px) {
  .bonus-block__title {
    font-size: 30px;
    line-height: normal;
  }
}
.bonus-block__text {
  font-size: 70px;
  margin-bottom: 20px;
  position: relative;
  z-index: 2;
  font-weight: 500;
}
@media (max-width: 990px) {
  .bonus-block__text {
    font-size: 40px;
    line-height: normal;
  }
}

/*# sourceMappingURL=bonus-block.css.map */
