.top-bonus-3__title {
  color: #fff;
  margin-bottom: 35px;
  font-size: 24px;
  line-height: 29px;
  text-transform: uppercase;
}
@media (max-width: 990px) {
  .top-bonus-3__title {
    margin-bottom: 15px;
    font-size: 16px;
    line-height: 20px;
  }
}
.top-bonus-3__wrap {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 25px;
}
@media (max-width: 1280px) {
  .top-bonus-3__wrap {
    grid-gap: 15px;
  }
}
@media (max-width: 1200px) {
  .top-bonus-3__wrap {
    grid-template-columns: 1fr;
  }
}
.top-bonus-3__bg {
  max-width: 100%;
  width: 100%;
  box-sizing: border-box;
  height: 100%;
  object-fit: cover;
  left: 0;
  top: 0;
  position: absolute;
}
.top-bonus-3__item {
  position: relative;
  overflow: hidden;
  min-width: 275px;
  border-radius: 16px;
  border: 4px solid #f5c244;
}
@media (max-width: 990px) {
  .top-bonus-3__item {
    border-radius: 8px;
  }
}
.top-bonus-3__item::after {
  content: "";
  height: 100%;
  width: 100%;
  box-sizing: border-box;
  left: 0;
  top: 0;
  display: block;
  position: absolute;
  background: rgba(0, 0, 0, 0.5);
}
.top-bonus-3__box {
  position: relative;
  z-index: 2;
  padding: 25px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.top-bonus-3__top {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 35px;
  align-items: center;
  margin-bottom: 35px;
}
@media (max-width: 990px) {
  .top-bonus-3__top {
    margin-bottom: 20px;
    grid-gap: 15px;
  }
}
.top-bonus-3__img {
  max-width: 100%;
  height: auto;
  object-fit: contain;
  max-height: 80px;
}
.top-bonus-3__bonus {
  background: linear-gradient(180deg, #F5C344 0%, #F09938 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  font-size: 30px;
  max-width: 175px;
  line-height: 37px;
  margin: 0 auto;
}
@media (max-width: 990px) {
  .top-bonus-3__bonus {
    font-size: 24px;
    line-height: 29px;
  }
}
.top-bonus-3__text {
  margin-bottom: 20px;
  text-align: center;
  font-size: 24px;
  line-height: 29px;
  color: #FFF;
  max-width: 235px;
}
@media (max-width: 990px) {
  .top-bonus-3__text {
    font-size: 24px;
    line-height: 29px;
    margin-bottom: 25px;
  }
}
.top-bonus-3__btn {
  max-width: 235px;
  width: 100%;
  box-sizing: border-box;
  padding: 10px;
  text-align: center;
  font-size: 12px;
  line-height: 15px;
  color: #fff;
  background: linear-gradient(180deg, #F5C344 0%, #F09938 100%);
  box-shadow: 4px 8px 10px rgba(0, 0, 0, 0.29), inset 0 2px 4px rgba(255, 255, 255, 0.34);
  border-radius: 30px;
}
@media (max-width: 990px) {
  .top-bonus-3__btn {
    max-width: 200px;
  }
}

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