.rc-promo-block-mk a,
.rc-bonus-info-mk a {
  text-decoration: none;
  color: black;
}

.rc-promo-block-mk {
  display: grid;
  grid-template-columns: repeat(2, minmax(280px, 1fr));
  gap: 24px;
  align-items: start;
  padding: 20px;
  background: #fff;
  max-width: 1000px;
  margin: 0 auto;
  font-family: "Arial", sans-serif;
}

.rc-promo-item-mk {
  display: flex;
  align-items: flex-start;
  gap: 16px;
}

.rc-promo-icon-mk {
  flex-shrink: 0;
  gap: 5px;
  width: 70px;
  height: 70px;
  background-color: #e50019;
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-weight: 700;
  line-height: 1.1;
  text-transform: uppercase;
}

.rc-promo-icon-mk_title {
  font-size: 24px;
  line-height: 1;
  margin: 0;
}

.rc-promo-icon-mk_subtitle {
  display: flex;
  flex-direction: column;
  align-items: flex-start;

  font-size: 12px;
  line-height: 1;
  margin: 0;
}

.rc-promo-icon-mk_subtitle p {
  margin: 0;
  font-weight: 700;
}

.rc-promo-icon-mk_subtitle span {
  font-weight: 400;
}

.rc-promo-icon-big-mk {
  /* width: 80px;
  height: 80px;
  font-size: 16px; */
}

.rc-promo-text-mk {
  margin: 0;
  color: #000;
  font-size: 15px;
  line-height: 1.4;
}

.rc-promo-text-mk strong {
  font-weight: 600;
}

@media (max-width: 600px) {
  .rc-promo-item-mk {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .rc-promo-icon-mk {
    margin-bottom: 8px;
  }

  .rc-promo-text-mk {
    font-size: 14px;
  }
}

.rc-bonus-info-mk {
  font-family: "Arial", sans-serif;
  background: #fff;
  color: #000;
  padding: 30px 20px;
  max-width: 1100px;
  margin: 0 auto;
}

.rc-bonus-title-mk {
  color: #d80019;
  font-size: 24px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 30px;
}

.rc-bonus-grid-mk {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 20px;
}

.rc-bonus-item-mk {
  position: relative;
  padding-left: 40px;
  font-size: 15px;
  line-height: 1.5;
}

.rc-bonus-number-mk {
  position: absolute;
  top: 0;
  left: 0;
  width: 26px;
  height: 26px;
  background: #e50019;
  color: #fff;
  font-weight: 700;
  border-radius: 50%;
  text-align: center;
  line-height: 26px;
  font-size: 14px;
}

.rc-bonus-item-mk p {
  margin: 8px 0;
}

.rc-bonus-item-mk strong {
  font-weight: 700;
}

.rc-bonus-limit-mk {
  color: #d80019;
}

.rc-bonus-note-block-mk {
  display: flex;
  justify-content: right;
}

.rc-bonus-note-mk {
  margin-top: 30px;
  border: 2px solid #e50019;
  border-radius: 10px;
  padding: 15px;
  font-size: 15px;
  line-height: 1.4;
  text-align: center;
  background: #fff9f9;
  font-weight: 700;
}

@media (max-width: 600px) {
  .rc-bonus-title-mk {
    font-size: 20px;
  }

  .rc-bonus-item-mk {
    padding-left: 0;
  }

  .rc-bonus-number-mk {
    position: static;
    display: inline-block;
    margin-bottom: 6px;
  }

  .rc-promo-block-mk {
    grid-template-columns: 1fr;
  }
}

/* Utils */

.column {
  flex-direction: column;
  align-items: center;
}

/* / Utils */
