@media (min-width: 0px) {
  .bonuses {
    padding: 20px 0;
  }

  .bonuses__title {
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
  }

  .bonuses__title span {
    font-weight: bold;
  }

  .bonuses__blocks {
    margin-top: 20px;
    display: flex;
    gap: 8px;
    flex-direction: column;
    flex-wrap: wrap;
  }

  .bonuses__block {
    padding: 20px 20px 0 20px;
    border-radius: 16px;
    background: #f4f4f4;
  }

  .bonuses__block_info {
    display: flex;
    flex-direction: column;
    /* gap: 8px; */
    justify-content: center;
  }
  .bonuses__info_count {
    border-radius: 12px;
    border: 1px solid #000;
    max-width: 317px;
    width: 100%;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #151617;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%; /* 14px */
    letter-spacing: 0.28px;
    /* width: fit-content; */
    margin-top: 20px;
  }

  .bonuses__info_title {
    color: #1d1d1b;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%; /* 24px */
  }
  .bonuses__info_subtitle {
    color: #dc5086;
    margin-top: 8px;
    font-family: Manrope;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;

    text-transform: uppercase;
  }
  .bonuses__info_subtitle span {
    color: #000;
    text-decoration: line-through;
  }
  .bonuses__info_item {
    margin-top: 16px;
  }

  .bonuses__info_des {
    color: #424649;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 130%; /* 20.8px */
    margin-left: 25px;
  }

  .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;
    margin-top: 20px;
  }

  .bonuses__block_img > img {
    width: 100%;
  }
  .bonus__btn {
    display: flex;
    justify-content: center;
  }
  .bonuses__btn {
    border-radius: 16px;
    background: #151617;
    cursor: pointer;
    outline: none;
    border: none;
    max-width: 349px;
    height: 52px;
    padding: 13px 0;
    width: 100%;
    color: #fff;
    margin-top: 24px;
    width: 100%;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%; /* 16px */
    letter-spacing: 0.32px;
  }
}

@media (min-width: 639px) {
}

@media (min-width: 957px) {
  .bonuses__blocks {
    flex-direction: row;
  }

  .bonuses__block {
    padding: 0;
    width: 100%;
    position: relative;
  }

  .bonuses__info_btn {
    max-width: 211px;
    align-self: start;
  }
  .bonuses__info_des {
    font-size: 24px;
    line-height: 120%; /* 28.8px */
    width: 556px;
  }

  .bonuses__block img {
    width: 100%;
  }
  .bonuses__subtitle {
    color: #414548;
    font-family: Manrope;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 130%; /* 36px */
    margin-top: 16px;
  }
  .bonuses__info_count {
    border-radius: 12px;
    border: 1px solid #000;
    height: 52px;
    padding: 18px 53px;
    font-size: 18px;
    line-height: 20px; /* 111.111% */
    margin-top: 40px;
  }
  body
    > main
    > section.bonuses
    > div
    > div
    > div:nth-child(1)
    > div.bonuses__block_img
    > img.bonuses__img.device {
    position: relative;
    left: 0;
    bottom: 0;
    width: 769px;
  }
  /* body
    > main
    > section.bonuses
    > div
    > div
    > div:nth-child(4)
    > div.bonuses__block_img
    > img.bonuses__img.device {
    position: relative;
    left: 40px;
  } */
  .bonuses__block_info {
    padding: 20px;
  }
  .bonuses__info_title {
    font-size: 36px;
    /* margin-top: 20px; */
  }
  .bonuses__info_subtitle {
    font-size: 24px;
    margin-top: 8px;
  }
  .bonuses__block_img {
    margin-top: 0px;
  }
  .bonuses__btn {
    background: #dc5086;
    display: flex;
    justify-content: center;
    width: 343px;
    margin-top: 40px;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px; /* 166.667% */
  }
}

@media (min-width: 1243px) {
  .bonuses__title {
    font-size: 45px;
  }

  .bonuses__blocks {
    gap: 24px;
    margin-top: 40px;
  }

  .bonuses__block {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    /* height: 870px; */
  }

  .bonuses__info_item {
    margin-top: 24px;
  }
  .bonuses {
    padding: 100px 0 50px 0;
  }

  .bonuses__block img {
    width: 100%;
  }
  body
    > main
    > section.bonuses
    > div
    > div
    > div:nth-child(1)
    > div.bonuses__block_img
    > img.bonuses__img.device {
    position: relative;
    left: -90px;
    bottom: 0;
    width: 700px;
  }
  body
    > main
    > section.bonuses
    > div
    > div
    > div:nth-child(3)
    > div.bonuses__block_img
    > img.bonuses__img.device {
    position: relative;
    left: 0;
    bottom: 0;
    border-radius: 16px;
  }
  body
    > main
    > section.bonuses
    > div
    > div
    > div:nth-child(5)
    > div.bonuses__block_img
    > img.bonuses__img.device {
    width: 700px;
    position: relative;
    left: -97px;
    bottom: 0;
  }
  body
    > main
    > section.bonuses
    > div
    > div
    > div:nth-child(6)
    > div.bonuses__block_img
    > img.bonuses__img.device {
    position: relative;
    left: -98px;
    bottom: 0;
    width: 700px;
    border-radius: 16px;
  }
}
