.ms .bonus-header .bonus-header__content, .ja .bonus-header .bonus-header__content, .id .bonus-header .bonus-header__content {
  gap: 100px; }

.bonus-header {
  display: flex;
  flex-direction: column;
  background-color: #FFFFFF;
  padding-top: 24px;
  gap: 24px;
  border-radius: 8px; }
  .bonus-header .breadcrumbs {
    margin-left: 24px; }
  .bonus-header__content {
    display: flex;
    align-items: flex-end;
    gap: 194px;
    margin-bottom: 50px; }
  .bonus-header__title {
    font-size: 80px;
    font-weight: 500;
    line-height: 110%;
    color: #262119;
    max-width: 751px;
    flex-basis: 70%;
    margin: 16px 0 24px 42px; }
  .bonus-header__subtitle {
    font-style: normal;
    font-weight: 500;
    font-size: 48px;
    line-height: 100%;
    color: #262119;
    max-width: 751px;
    flex-basis: 70%;
    margin: 0 0 0 42px; }
  .bonus-header__text {
    flex-basis: 40%;
    max-width: 326px;
    margin-bottom: 32px;
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 140%; }
  .bonus-header__image {
    background-image: url("img/partner-bonus-main-image.png");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: top right;
    border-radius: 8px;
    height: 406px;
    width: 100%; }
  .bonus-header .button__bonus-sm {
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 24px; }

.bonus {
  display: grid;
  gap: 16px;
  width: 100%;
  max-width: 856px;
  margin: 16px auto 0; }
  .bonus__item {
    background-color: #FFFFFF;
    border-radius: 8px;
    padding: 42px 24px; }
  .bonus__heading {
    font-weight: 500;
    font-size: 32px;
    line-height: 120%;
    color: #B38344;
    margin: auto;
    text-align: center; }
  .bonus__subtitle {
    font-weight: 400;
    font-size: 18px;
    line-height: 140%; }
  .bonus__title .bonus__heading {
    margin-bottom: 24px; }
  .bonus__title .bonus__subtitle {
    max-width: 596px;
    margin: auto auto 24px;
    text-align: center; }

.bonus__favor {
  background: linear-gradient(199.89deg, rgba(153, 153, 153, 0.2) 24.28%, rgba(153, 153, 153, 0.068) 91.29%), #FFFFFF;
  border-radius: 8px;
  padding: 56px 41px; }
  .bonus__favor .bonus__heading {
    color: #262119;
    margin-bottom: 24px;
    text-align: left; }
  .bonus__favor .bonus__subtitle {
    max-width: 80%;
    margin-bottom: 24px; }
  .bonus__favor .progress-list {
    display: flex;
    flex-direction: column;
    gap: 8px; }
  .bonus__favor .progress-item {
    border-radius: 8px;
    padding: 32px;
    display: flex;
    flex-direction: row;
    height: 200px; }
    .bonus__favor .progress-item .progress-item__title {
      flex-basis: 60%;
      display: flex;
      flex-direction: column;
      gap: 43px;
      font-style: normal;
      font-weight: 400;
      font-size: 18px;
      line-height: 133%; }
    .bonus__favor .progress-item .progress-item-percentage {
      flex-basis: 40%; }
      .bonus__favor .progress-item .progress-item-percentage .progress-item-percentage__number {
        font-weight: 500;
        font-size: 56px;
        line-height: 120%;
        margin-bottom: -8px;
        text-align: right; }
    .bonus__favor .progress-item_gold {
      background: linear-gradient(323.44deg, #F7F7E0 -9.08%, #DBB454 49.49%); }
    .bonus__favor .progress-item_red {
      background: linear-gradient(238.11deg, #F55D57 33.79%, rgba(245, 93, 87, 0.34) 87.97%), #FFFFFF;
      width: 91%; }
    .bonus__favor .progress-item_green {
      background: linear-gradient(180deg, #B0D86E 39.52%, rgba(176, 216, 110, 0.04) 102.53%), #FFFFFF;
      width: 81%; }
      .bonus__favor .progress-item_green .progress-item-percentage .progress-item-percentage__number {
        font-size: 48px;
        line-height: 100%; }
  .bonus__favor .bonus__favor_text {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 157%;
    margin-top: 24px; }
  .bonus__favor--wrap {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
    margin-bottom: 16px; }
  .bonus__favor--item {
    display: flex;
    flex-direction: column;
    background: linear-gradient(199.89deg, rgba(153, 153, 153, 0.2) 24.28%, rgba(153, 153, 153, 0.068) 91.29%);
    border-radius: 8px;
    padding: 24px 24px 16px;
    min-height: 260px; }
  .bonus__favor--img {
    margin-top: auto;
    border-radius: 8px;
    height: 120px;
    width: 120px; }
    .bonus__favor--img img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      border-radius: 8px; }
  .bonus__favor--title {
    margin: 0;
    font-weight: 500;
    font-size: 28px;
    line-height: 120%;
    margin-bottom: 30px; }

.bonus__start .bonus__heading {
  margin-bottom: 32px; }

.bonus__start--wrap {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin-bottom: 16px; }

.bonus__start--item {
  display: flex;
  flex-direction: column;
  background: linear-gradient(199.89deg, rgba(153, 153, 153, 0.2) 24.28%, rgba(153, 153, 153, 0.068) 91.29%);
  border-radius: 8px;
  padding: 24px 24px 16px;
  min-height: 260px; }

.bonus__start--img {
  margin-top: auto;
  border-radius: 8px;
  height: 120px;
  width: 120px; }
  .bonus__start--img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 8px; }

.bonus__start--title {
  margin: 0;
  font-weight: 500;
  font-size: 28px;
  line-height: 120%;
  margin-bottom: 30px; }

.bonus__terms {
  margin-bottom: 24px;
  background: linear-gradient(199.89deg, rgba(115, 112, 112, 0.2) 24.28%, rgba(57, 57, 57, 0.068) 91.29%), #FFFFFF;
  padding-top: 40px; }
  .bonus__terms_img {
    float: right;
    clear: none;
    margin: 4px 12px -46px 0; }
  .bonus__terms .bonus__heading {
    margin-bottom: 16px;
    text-align: left;
    color: #262119;
    margin-left: 60px; }
  .bonus__terms--text {
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 140%;
    max-width: 86%;
    margin-top: 29px;
    margin-left: -8px;
    color: #666666; }
    .bonus__terms--text ol {
      display: flex;
      flex-direction: column;
      gap: 8px; }

.ar .bonus__footer {
  background: url("img/partner-bonus-footer-ar.png") no-repeat; }

.fr .bonus__footer .button__bonus-med, .id .bonus__footer .button__bonus-med, .ms .bonus__footer .button__bonus-med, .pt-br .bonus__footer .button__bonus-med, .es .bonus__footer .button__bonus-med, .vi .bonus__footer .button__bonus-med {
  margin-top: 0; }

.ja .bonus-header__title {
  font-size: 70px; }

.ja .bonus-header__content {
  align-items: center; }

.ja .bonus__footer .button__bonus-med {
  margin-top: 0; }

.bonus__footer {
  display: flex;
  flex-direction: column;
  gap: 48px;
  border-radius: 8px;
  padding: 48px 42px;
  background: url("img/partner-bonus-footer.png") no-repeat; }
  .bonus__footer--title {
    margin: 0;
    font-style: normal;
    font-weight: 500;
    font-size: 48px;
    line-height: 120%;
    color: #262119;
    max-width: 698px; }
  .bonus__footer .button__bonus-med {
    margin-left: 0;
    max-width: 300px;
    background: #F5F5F5;
    margin-top: 30px; }

@media only screen and (max-width: 768px) {
  .ja .bonus-header__title {
    font-size: 48px; }
  .ms .bonus-header .bonus-header__content, .ja .bonus-header .bonus-header__content, .id .bonus-header .bonus-header__content {
    gap: 0; }
  .bonus-header {
    padding-top: 12px;
    gap: 0;
    margin-bottom: 16px; }
    .bonus-header .breadcrumbs {
      margin-left: 12px; }
    .bonus-header__image {
      background-repeat: no-repeat;
      background-size: cover;
      background-position: center;
      height: 247px;
      width: 100%;
      background-image: url("img/partner-bonus-main-image-mob.png"); }
    .bonus-header__content {
      flex-direction: column;
      gap: 24px;
      align-items: flex-start;
      margin-bottom: 32px; }
    .bonus-header__title {
      font-style: normal;
      font-weight: 500;
      font-size: 48px;
      line-height: 100%;
      margin-left: 12px;
      margin-bottom: 8px; }
    .bonus-header__subtitle {
      font-style: normal;
      font-weight: 500;
      font-size: 24px;
      line-height: 120%;
      margin-left: 12px; }
    .bonus-header__right .button {
      margin: 0 12px;
      max-width: 100%;
      padding: 10px 12px; }
    .bonus-header__text {
      max-width: 68%;
      font-style: normal;
      font-weight: 400;
      font-size: 18px;
      line-height: 140%;
      margin-left: 12px; }
  .bonus__favor {
    padding: 12px 12px; }
    .bonus__favor .bonus__heading {
      margin-bottom: 16px; }
    .bonus__favor .bonus__subtitle {
      max-width: 90%;
      font-style: normal;
      font-weight: 400;
      font-size: 16px;
      line-height: 140%;
      margin-bottom: 32px; }
    .bonus__favor .progress-item {
      flex-direction: column-reverse;
      padding: 24px;
      gap: 16px;
      height: auto; }
      .bonus__favor .progress-item .progress-item__title {
        font-style: normal;
        font-weight: 400;
        font-size: 16px;
        line-height: 140%;
        flex-basis: auto;
        gap: 0; }
      .bonus__favor .progress-item .progress-item-percentage {
        flex-basis: auto; }
        .bonus__favor .progress-item .progress-item-percentage .progress-item-percentage__number {
          font-style: normal;
          font-weight: 500;
          font-size: 24px;
          line-height: 120%;
          text-align: left; }
    .bonus__favor .progress-item_gold, .bonus__favor .progress-item_red, .bonus__favor .progress-item_green {
      width: 100%; }
  .bonus__start .button {
    padding: 8px;
    margin: auto;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 24px; }
  .bonus__start .bonus__heading {
    margin-bottom: 16px; }
  .bonus__start--wrap {
    grid-template-columns: 1fr;
    margin-bottom: 16px; }
  .bonus__start--title {
    font-size: 24px;
    margin: 0 0 0;
    max-width: 175px; }
  .bonus__start--item {
    flex-direction: initial;
    justify-content: space-between;
    padding: 24px 24px 16px;
    min-height: auto; }
  .bonus__start--img {
    margin-top: 0;
    width: 80px;
    height: 80px; }
  .bonus__footer {
    gap: 0;
    background-position: 100%; } }

@media only screen and (max-width: 500px) {
  .bonus {
    margin-top: 0; }
  .bonus__item {
    padding: 24px 12px; }
  .bonus__heading {
    font-size: 28px; }
  .bonus__title .bonus__subtitle {
    font-size: 16px;
    margin-bottom: 24px; }
  .button__bonus {
    max-width: none; }
  .bonus__terms {
    padding-top: 36px; }
    .bonus__terms_img {
      margin: 0;
      float: none;
      position: relative;
      left: -24px; }
    .bonus__terms .bonus__heading {
      font-style: normal;
      font-weight: 500;
      font-size: 32px;
      line-height: 120%;
      margin-left: 0;
      margin-top: 34px; }
    .bonus__terms .bonus__terms--text {
      max-width: none;
      margin: 0;
      font-style: normal;
      font-weight: 400;
      font-size: 16px;
      line-height: 140%; }
      .bonus__terms .bonus__terms--text ol {
        margin: 0;
        gap: 16px; }
  .fr .bonus__footer .button__bonus-med, .id .bonus__footer .button__bonus-med, .ms .bonus__footer .button__bonus-med, .pt-br .bonus__footer .button__bonus-med, .es .bonus__footer .button__bonus-med, .vi .bonus__footer .button__bonus-med, .ja .bonus__footer .button__bonus-med {
    margin-top: 16px; }
  .ar .bonus__footer {
    background: url("img/partner-bonus-footer-mob.png") no-repeat;
    background-size: cover; }
  .bonus__footer {
    flex-direction: column;
    padding: 24px;
    gap: 0;
    height: 565px;
    background: url("img/partner-bonus-footer-mob.png") no-repeat;
    background-size: cover; }
    .bonus__footer .button__bonus-med {
      margin: 16px auto;
      width: 100%;
      min-width: auto; }
  .bonus__footer--title {
    font-size: 28px;
    line-height: 120%; } }
