@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 10px 0;
    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 {
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
  }

  .bonuses__info_des {
    color: #858b90;
    margin-top: 20px;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 130%;
    letter-spacing: 0.28px;
    max-width: 200px;
  }

  .bonuses__block_img {
    display: flex;
    justify-content: center;
  }

  .bonuses__block_img > img {
    width: 100%;
  }
  .bonuses__info_btn {
    display: none;
  }
  .bonuses > div > div > div:nth-child(2) {
    order: 2;
  }
  .bonuses > div > div > div:nth-child(4) {
    order: 3;
  }
}

@media (min-width: 639px) {
}

@media (min-width: 957px) {
  .bonuses__blocks {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 40px;
  }

  .bonuses__block {
    padding: 40px 40px 0;
    max-width: 440px;
    /* height: 770px; */
    position: relative;
  }

  .bonuses__blocks .bonuses__block:last-of-type .bonuses__img {
    position: absolute;
    bottom: 0;
  }

  .bonuses__info_des {
    font-size: 20px;
    letter-spacing: 0.4px;
  }

  .bonuses__block img {
    width: 100%;
  }
  .bonuses > div > div > div:nth-child(3) > div.bonuses__block_img > img {
    width: 85%;
  }
  .bonuses > div > div > div:nth-child(4) > div.bonuses__block_img > img {
    width: 92%;
  }
  .bonuses__info_des {
    max-width: 500px;
  }
  .bonuses__info_btn {
    height: 52px;
    border-radius: 16px;
    background: #000;
    padding: 13px 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
    letter-spacing: 0.32px;
    margin: 0 auto;
    margin-top: 48px;
    max-width: 343px;
    width: 100%;
  }
  .bonuses > div > div > div:nth-child(3) {
    order: 2;
  }
}

@media (min-width: 1243px) {
  .bonuses__title {
    font-size: 45px;
    font-weight: 700;
  }

  .bonuses__blocks {
    margin-top: 40px;
  }

  .bonuses__block {
    max-width: 592px;
    width: 100%;
  }

  .bonuses__info_title {
    font-size: 39px;
    font-weight: 700;
    margin-top: 0;
  }

  .bonuses {
    padding: 0 0 64px 0;
  }

  .bonuses__block img {
    width: 100%;
  }
}
