.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: 80px;
    margin-bottom: 50px; }
  .bonus-header__title {
    font-size: 80px;
    font-weight: 500;
    line-height: 88px;
    color: #262119;
    max-width: 751px;
    flex-basis: 70%;
    margin: 0 0 0 42px; }
  .bonus-header__text {
    flex-basis: 40%;
    max-width: 344px;
    margin-bottom: 24px;
    font-size: 24px;
    font-weight: 400;
    line-height: 34px; }
  .bonus-header__image {
    background-image: url("img/hero-bg.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top right;
    border-radius: 8px;
    height: 406px;
    width: 100%; }

.bonus {
  display: grid;
  gap: 16px;
  width: 100%;
  max-width: 856px;
  margin: -78px 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;
    max-width: 569px;
    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;
    margin-bottom: 42px;
    text-align: center; }

.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__plan {
  margin-bottom: 24px; }
  .bonus__plan .bonus__heading {
    margin-bottom: 16px; }
  .bonus__plan--wrap {
    display: grid;
    gap: 8px;
    max-width: 620px;
    margin: auto; }
  .bonus__plan--item {
    background: #FAFAFA;
    border-radius: 8px;
    padding: 24px; }
    .bonus__plan--item .link {
      margin-top: 16px; }
  .bonus__plan--title {
    margin-bottom: 16px; }
  .bonus__plan--text {
    margin: 0;
    font-size: 16px;
    font-weight: 400;
    line-height: 22px; }
    .bonus__plan--text-mb {
      margin-bottom: 16px; }

.bonus__footer {
  display: flex;
  flex-direction: column;
  gap: 48px;
  background-image: url("img/hero-bg__bottom.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top right;
  border-radius: 8px;
  padding: 33px 42px; }
  .bonus__footer--title {
    margin: 0;
    font-weight: 500;
    font-size: 48px;
    line-height: 48px;
    color: #262119;
    max-width: 698px; }
  .bonus__footer .button__bonus-med {
    margin-left: 0;
    max-width: 300px; }

@media only screen and (max-width: 768px) {
  .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: 100px;
      width: 100%; }
  .bonus-header__content {
    flex-direction: column;
    gap: 24px;
    align-items: flex-start;
    margin-bottom: 32px; }
  .bonus-header__title {
    font-size: 36px;
    font-weight: 500;
    line-height: 43px;
    margin-left: 12px; }
  .bonus-header__right .button {
    margin-left: 12px; }
  .bonus-header__text {
    max-width: 282px;
    font-size: 18px;
    font-weight: 400;
    line-height: 25px;
    margin-left: 12px; }
  .bonus {
    margin-top: 0; }
  .bonus__item {
    padding: 24px 12px; }
  .bonus__heading {
    font-size: 28px; }
  .bonus__title .bonus__subtitle {
    font-size: 16px;
    margin-bottom: 24px; }
  .bonus__start .button {
    max-width: 240px;
    margin: auto; }
  .bonus__start .bonus__heading {
    margin-bottom: 16px; }
  .bonus__start--wrap {
    grid-template-columns: 1fr;
    margin-bottom: 24px; }
  .bonus__start--title {
    margin: 0;
    font-size: 24px;
    margin-bottom: 0px;
    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 {
    flex-direction: column;
    padding: 24px; }
  .bonus__footer--title {
    margin-bottom: 48px;
    font-size: 28px;
    line-height: 120%; }
  .button__bonus-med {
    margin-left: 0;
    margin-right: auto; } }
