@media (min-width: 0px) {
  .bonuses {
    padding: 20px 0;
  }

  .bonuses__title {
    font-size: 28px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
    letter-spacing: -0.56px;
  }

  .bonuses__title span {
    font-weight: bold;
  }

  .bonuses__blocks {
    margin-top: 20px;
    display: flex;
    gap: 8px;
    flex-direction: column;
  }

  .bonuses__block {
    padding: 20px;
    border-radius: 16px;
    background: #f4f4f4;
  }

  .bonuses__block_info {
    display: flex;
    flex-direction: column;
  }

  .bonuses__info_count {
    border-radius: 10px;
    border: 1px solid #151617;
    width: 92px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 100%;
    letter-spacing: 0.48px;
  }

  .bonuses__info_title {
    margin-top: 30px;
    font-size: 28px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
  }

  .bonuses__info_title span {
    font-weight: 600;
  }

  .bonuses__info_des {
    color: #858b90;
    margin-top: 20px;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 130%;
    letter-spacing: 0.28px;
  }

  .bonuses__info_btn {
    height: 52px;
    border-radius: 16px;
    background: #dc5086;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
    letter-spacing: 0.32px;
    margin-top: 20px;
    width: 100%;
    max-width: 350px;
    align-self: center;
  }

  .bonuses__block_img {
    display: flex;
    justify-content: center;
  }

  .bonuses__block_img > img {
    width: 113%;
  }
}

@media (min-width: 639px) {
}

@media (min-width: 957px) {
  .bonuses__blocks {
    flex-direction: row;
  }

  .bonuses__block {
    padding: 40px;
    max-width: 455px;
    height: 770px;
    position: relative;
  }

  .bonuses__blocks .bonuses__block:last-of-type .bonuses__img {
    position: absolute;
    bottom: 0;
  }

  .bonuses__info_btn {
    max-width: 211px;
    align-self: start;
  }
  .bonuses__info_des {
    font-size: 20px;
    letter-spacing: 0.4px;
  }

  .bonuses__block img {
    width: 100%;
  }
}

@media (min-width: 1243px) {
  .bonuses__title {
    font-size: 45px;
    font-weight: 700;
  }

  .bonuses__blocks {
    gap: 24px;
    margin-top: 40px;
  }

  .bonuses__block {
    max-width: 596px;
    height: 870px;
  }

  .bonuses__info_title {
    font-size: 40px;
    margin-top: 20px;
  }

  .bonuses {
    padding: 0 0 64px 0;
  }

  .bonuses__block img {
    width: 100%;
  }
}
