/* Bonus page styles. Only /bonus page scoped classes. */
.swiper{
  overflow: visible;
}
.bonus-page {
  --bonus-text: #1c2d3c;
  --bonus-white: #ffffff;
  --bonus-blue-1: #477fa5;
  --bonus-blue-2: #23587e;
  --bonus-blue-3: #063a60;
  --bonus-blue-ghost: rgba(178, 213, 238, 0.46);

  color: var(--bonus-text);
  background: #ffffff;
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.bonus-page *,
.bonus-page *::before,
.bonus-page *::after {
  box-sizing: border-box;
}


/* Bonus hero section. */

.bonus-hero {
  position: relative;
  min-height: 720px;
  padding: 0;
  overflow: hidden;
  color: #ffffff;
  background: #102c45;
}


.bonus-hero.banner,
.bonus-hero .banner__body,
.bonus-hero .banner__slider,
.bonus-hero .banner__slider-wrapper,
.bonus-hero .banner__slide {
  height: auto;
  min-height: 790px;
}

.bonus-hero.banner {
  margin-bottom: 0;
}

.bonus-hero .banner__body {
  padding: 0;
}

.bonus-hero .banner__slide {
  display: flex;
  padding: 0;
}

.bonus-hero .banner__slide::after {
  z-index: 0;
  background: linear-gradient(180deg, rgba(6, 30, 50, 0.16) 0%, rgba(6, 30, 50, 0.04) 48%, rgba(197, 216, 226, 0.26) 100%);
  pointer-events: none;
}

.bonus-hero .banner__image {
  z-index: -1;
}

.bonus-hero .banner__image img {
  display: block;
  object-position: center top;
}

.bonus-hero .banner__image img:nth-child(2):not(:first-child) {
  display: none;
}

.bonus-hero .swiper-notification {
  display: none;
}

.bonus-hero__bg {
  position: absolute;
  inset: 0;
  background-image: linear-gradient(180deg, rgba(6, 30, 50, 0.16) 0%, rgba(6, 30, 50, 0.04) 48%, rgba(197, 216, 226, 0.26) 100%), url("/bonus/images/bonus-hero-bg.png");
  background-position: center top;
  background-size: cover;
  background-repeat: no-repeat;
}

.bonus-hero__container {
  width: 100%;
  position: relative;
  z-index: 1;
  display: flex;
  min-height: 760px;
  flex-direction: column;
  justify-content: flex-end;
  padding-top: 170px;
  padding-bottom: 38px;
}
.bonus-hero__container.container{
  padding-top: 150px;
}
.bonus-hero__content {
  margin-bottom: 125px;
}

.bonus-hero__title {
font-weight: 600;
font-size: 36px;
line-height: 120%;
letter-spacing: -0.03em;
color: #2f2f2f;
}

.bonus-hero__text {
  max-width: 470px;
  margin: 0 0 34px;
  color: rgba(255, 255, 255, 0.86);
  font-size: 20px;
  font-weight: 400;
  line-height: 1.32;
  color: #c2d8f9 !important;
}

.bonus-hero__button {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  padding: 0 30px;
  border-radius: 50px;
  color: #ffffff;
  background: linear-gradient(180deg, #87001e 0%, #ff0037 100%);
  font-size: 13px;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
  text-transform: uppercase;
  transition: background-color 0.2s ease;
}

.bonus-hero__button:hover {
  color: #ffffff;
  background: linear-gradient(180deg, #720019 0%, #d90030 100%);
}

.bonus-hero__cards {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  max-width: 100%;
  margin-bottom: 88px;
}

.bonus-hero-card {
  display: flex;
  min-height: 160px;
  padding: 28px 30px 28px 33px;
  align-items: center;
  justify-content: space-between;
  gap: 5px;
  flex-direction: row-reverse;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.92);
  color: #1c2d3c;
  box-shadow: 0 18px 42px rgba(7, 38, 62, 0.08);
}

.bonus-hero-card__icon {
  display: block;
  width: 120px;
  height: 120px;
  flex: 0 0 120px;
  margin: 0;
}

.bonus-hero-card__icon img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.bonus-hero-card h2 {
  margin: 0;
  color: #1c2d3c;
  max-width: 280px;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.16;
}
.bonus-page .banner__slider{
  position: static;
}
@media (max-width: 1180px) {
  .bonus-hero,
  .bonus-hero__container {
    min-height: 680px;
  }

  .bonus-hero__bg {
    background-position: 58% top;
  }

  .bonus-hero__title {
    font-size: 40px;
  }

  .bonus-hero__text {
    font-size: 18px;
  }

  .bonus-hero-card {
    padding: 20px 20px 20px 26px;
  }

  .bonus-hero-card__icon {
    width: 84px;
    height: 84px;
    flex-basis: 84px;
  }

  .bonus-hero-card h2 {
    max-width: 245px;
    font-size: 18px;
  }

  .bonus-hero__cards {
    grid-template-columns: 1fr;
  }
  
}

@media (max-width: 1300px) {
  .bonus-hero__cards {
    gap: 14px;
  }

  .bonus-hero-card {
    padding: 22px 22px 22px 30px;
  }

  .bonus-hero-card__icon {
    width: 96px;
    height: 96px;
    flex-basis: 96px;
  }

  .bonus-hero-card h2 {
    max-width: 255px;
    font-size: 20px;
  }
}

@media (max-width: 900px) {
  .bonus-hero {
    min-height: auto;
    padding-bottom: 34px;
  }

  .bonus-hero__container {
    min-height: 640px;
    padding-top: 150px;
  }

  .bonus-hero__bg {
    background-position: 66% top;
  }

 

  .bonus-hero-card {
    min-height: 118px;
  }
}

@media (max-width: 640px) {
  .bonus-page {
    background: #f3f7fa;
  }

  .bonus-page .container {
    width: 100%;
    padding-right: 8px;
    padding-left: 8px;
  }

  .bonus-hero,
  .bonus-hero.banner,
  .bonus-hero .banner__body,
  .bonus-hero .banner__slider,
  .bonus-hero .banner__slider-wrapper,
  .bonus-hero .banner__slide {
    min-height: 520px;
  }

  .bonus-hero {
    display: block;
    padding-bottom: 10px;
    background: #102c45;
  }

  .bonus-hero .banner__slide {
    min-height: 292px;
    display: flex;
  }

  .bonus-hero .banner__image {
    z-index: 0;
  }

  .bonus-hero .banner__image img {
    content: url("/bonus/images/bonus-hero-bg-mobile.png");
    height: 100%;
    object-fit: cover;
    object-position: center top;
  }

  .bonus-hero__container {
    min-height: 292px;
    justify-content: flex-start;
    padding-top: 92px;
    padding-bottom: 0;
  }

  .bonus-hero__bg {
    background-position: 70% top;
  }

  .bonus-hero__content {
    margin-bottom: 14px;
    padding-top: 120px;
  }

  .bonus-hero__title {
    margin-bottom: 7px;
    font-size: 21px;
    line-height: .96;
  }

  .bonus-hero__text {
    max-width: 178px;
    margin-bottom: 10px;
    font-size: 9px;
    line-height: 1.16;
  }

  .bonus-hero__button {
    min-height: 22px;
    padding: 0 14px;
    font-size: 7px;
  }

  .bonus-hero__cards {
    gap: 6px;
  }

  .bonus-hero-card {
    display: flex;
    min-height: 36px;
    align-items: center;
    justify-content: space-between;
    flex-direction: row-reverse;
    min-height: auto;
    padding: 6px 8px 6px 12px;
    border-radius: 6px;
  }

  .bonus-hero-card__icon {
    width: 42px;
    height: 42px;
    flex: 0 0 42px;
    margin: -4px 0;
  }

  .bonus-hero-card__icon img[src$="bonus-hero-percent-redesign.png"] {
    content: url("/bonus/images/bonus-mobile-hero-percent.png");
  }

  .bonus-hero-card__icon img[src$="bonus-hero-ruble-redesign.png"] {
    content: url("/bonus/images/bonus-mobile-hero-ruble.png");
  }

  .bonus-hero-card__icon img[src$="bonus-hero-gift-redesign.png"] {
    content: url("/bonus/images/bonus-mobile-hero-gift.png");
  }

  .bonus-hero-card h2 {
    max-width: 230px;
    font-size: 10px;
    line-height: 1.08;
  }
}

.bonus-steps {
  padding: 56px 0 66px;
  background: #ffffff;
}

.bonus-steps__title,
.bonus-accrual__title {
  margin: 0 0 42px;
  color: var(--bonus-text);
  font-size: 36px;
  font-weight: 600;
  line-height: 1.16;
}

.bonus-steps__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}

.bonus-step-card {
  display: flex;
  min-height: 270px;
  flex-direction: column;
  justify-content: flex-end;
  padding: 38px 44px 36px;
  overflow: hidden;
  border-radius: 12px;
  color: var(--bonus-white);
  background: linear-gradient(135deg, var(--bonus-blue-1) 0%, var(--bonus-blue-2) 52%, var(--bonus-blue-3) 100%);
}

.bonus-step-card:nth-child(2) {
  background: linear-gradient(135deg, #356e98 0%, #1f557d 52%, #07395d 100%);
}

.bonus-step-card:nth-child(3) {
  background: linear-gradient(135deg, #225d88 0%, #0d4269 48%, #06375b 100%);
}

.bonus-step-card__number {
  display: block;
  margin: 0 0 auto;
  color: var(--bonus-blue-ghost);
  font-size: 72px;
  font-weight: 800;
  line-height: 0.82;
}

.bonus-step-card__title {
  max-width: 330px;
  margin: 48px 0 0;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.08;
}

.bonus-step-card__text {
  max-width: 300px;
  margin: 14px 0 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: 15px;
  line-height: 1.22;
}

/* Bonus accrual section. */

.bonus-accrual {
  padding: 64px 0 78px;
  background: #ffffff;
}

.bonus-accrual__title {
  margin-bottom: 30px;
}

.bonus-accrual__table {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
}

.bonus-accrual__block {
  display: flex;
  min-width: 0;
  flex-direction: column;
  gap: 8px;
}

.bonus-accrual__block-title {
  min-height: 48px;
  margin: 0;
  padding: 14px 36px;
  border-radius: 6px;
  color: #ffffff;
  background: #073657;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.2;
}

.bonus-accrual__list {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.bonus-accrual__list li {
  min-height: 44px;
  padding: 14px 36px;
  border-radius: 6px;
  color: #1c2d3c;
  background: #f3f7fa;
  font-size: 15px;
  line-height: 1.2;
}

.bonus-accrual__note {
  margin: 20px 0 0 36px;
  color: #1c2d3c;
  font-size: 14px;
  line-height: 1.35;
}

@media (max-width: 1024px) {
  .bonus-steps__grid {
    grid-template-columns: 1fr;
  }

  .bonus-step-card {
    min-height: 250px;
  }
}

@media (max-width: 768px) {
  .bonus-accrual {
    padding: 48px 0 58px;
  }

  .bonus-accrual__table {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .bonus-accrual__block-title,
  .bonus-accrual__list li {
    padding-inline: 24px;
  }

  .bonus-accrual__note {
    margin-left: 0;
  }
}

@media (max-width: 640px) {
  .bonus-steps {
    padding: 16px 0 22px;
  }

  .bonus-accrual {
    padding: 18px 0 20px;
  }

  .bonus-steps__title,
  .bonus-accrual__title {
    margin-bottom: 10px;
    font-size: 21px;
    line-height: 1.05;
  }

  .bonus-steps__grid {
    gap: 6px;
  }

  .bonus-step-card {
    min-height: 74px;
    padding: 12px 14px 11px;
    border-radius: 6px;
  }

  .bonus-step-card__number {
    font-size: 43px;
  }

  .bonus-step-card__title {
    margin-top: 10px;
    font-size: 12px;
    line-height: 1.05;
  }

  .bonus-step-card__text {
    margin-top: 5px;
    font-size: 8px;
    line-height: 1.22;
  }

  .bonus-accrual__table {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 4px;
  }

  .bonus-accrual__block {
    gap: 3px;
  }

  .bonus-accrual__block-title {
    min-height: 22px;
    padding: 6px 10px;
    border-radius: 3px;
    font-size: 9px;
  }

  .bonus-accrual__list {
    gap: 3px;
  }

  .bonus-accrual__list li {
    min-height: 20px;
    padding: 6px 10px;
    border-radius: 3px;
    font-size: 8px;
  }

  .bonus-accrual__note {
    margin-top: 8px;
    font-size: 7px;
  }
}

/* Bonus conditions section. */

.bonus-conditions {
  padding: 64px 0 60px;
  background: #f3f7fa;
}

.bonus-conditions__title {
  margin: 0 0 46px;
  color: #1c2d3c;
  font-size: 36px;
  font-weight: 600;
  line-height: 1.16;
}

.bonus-conditions__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}

.bonus-condition-card {
  position: relative;
  min-height: 515px;
  overflow: hidden;
  padding: 36px 34px 0;
  border-radius: 26px;
  background: #ffffff;
}

.bonus-condition-card__content {
  position: relative;
  z-index: 1;
  max-width: 360px;
}

.bonus-condition-card h3 {
  margin: 0 0 12px;
  color: #113f66;
  font-size: 27px;
  font-weight: 700;
  line-height: 1.08;
}

.bonus-condition-card p {
  max-width: 360px;
  margin: 0;
  color: #1c2d3c;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.18;
}

.bonus-condition-card__image {
  position: absolute;
  object-fit: contain;
  object-position: right bottom;
  height: auto;
  user-select: none;
  pointer-events: none;
}

.bonus-condition-card--star .bonus-condition-card__image {
  right: -18px;
  bottom: -18px;

}

.bonus-condition-card--gift .bonus-condition-card__image {
  right: -18px;
  bottom: -18px;
}

.bonus-condition-card--bag .bonus-condition-card__image {
  right: -18px;
  bottom: -18px;
}

@media (max-width: 1200px) {
  .bonus-condition-card {
    min-height: 460px;
    padding: 36px 34px 0;
  }

  .bonus-condition-card h3 {
    font-size: 27px;
  }

  .bonus-condition-card--star .bonus-condition-card__image {
    width: 255px;
    height: 205px;
  }

  .bonus-condition-card--gift .bonus-condition-card__image {
    width: 255px;
    height: 205px;
  }

  .bonus-condition-card--bag .bonus-condition-card__image {
    width: 255px;
    height: 205px;
  }
}

@media (max-width: 1024px) {
  .bonus-conditions__grid {
    grid-template-columns: 1fr;
  }

  .bonus-condition-card {
    min-height: 360px;
  }

  .bonus-condition-card--star .bonus-condition-card__image,
  .bonus-condition-card--gift .bonus-condition-card__image,
  .bonus-condition-card--bag .bonus-condition-card__image {
    width: min(42%, 300px);
  }
}

@media (max-width: 640px) {
  .bonus-conditions {
    padding: 18px 0 20px;
  }

  .bonus-conditions__title {
    margin-bottom: 10px;
    font-size: 21px;
  }

  .bonus-conditions__grid {
    gap: 6px;
  }

  .bonus-condition-card {
    min-height: 86px;
    padding: 12px 104px 10px 13px;
    border-radius: 7px;
  }

  .bonus-condition-card h3 {
    margin-bottom: 5px;
    font-size: 12px;
  }

  .bonus-condition-card p {
    max-width: 210px;
    font-size: 8px;
    line-height: 1.18;
  }

  .bonus-condition-card--star .bonus-condition-card__image,
  .bonus-condition-card--gift .bonus-condition-card__image,
  .bonus-condition-card--bag .bonus-condition-card__image {
    right: 8px;
    bottom: 0;
    width: 90px;
    max-width: none;
  }

  .bonus-condition-card__image[src$="bonus-condition-star-redesign.png"] {
    content: url("/bonus/images/bonus-mobile-condition-star.png");
  }

  .bonus-condition-card__image[src$="bonus-condition-gift-redesign.png"] {
    content: url("/bonus/images/bonus-mobile-condition-gift.png");
  }

  .bonus-condition-card__image[src$="bonus-percent-badge.png"] {
    content: url("/bonus/images/bonus-mobile-condition-percent.png");
  }
}

/* Bonus example section. */

.bonus-example {
  padding: 0 0 72px;
  background: #ffffff;
}

.bonus-example__title {
  margin: 0 0 46px;
  color: #1c2d3c;
  font-size: 36px;
  font-weight: 600;
  line-height: 1.16;
}

.bonus-example__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
}

.bonus-example-card {
  position: relative;
  min-height: 330px;
  overflow: hidden;
  padding: 52px 48px 42px;
  border-radius: 26px;
  background: #f3f7fa;
}

.bonus-example-card__content {
  position: relative;
  z-index: 2;
  max-width: 320px;
}

.bonus-example-card h3 {
  margin: 0 0 26px;
  color: #113f66;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.15;
}

.bonus-example-card strong {
  display: inline-flex;
  min-width: 276px;
  min-height: 94px;
  align-items: center;
  justify-content: center;
  padding: 18px 34px;
  border-radius: 14px;
  background: #ffffff;
  color: #113f66;
  font-size: 31px;
  font-weight: 700;
  line-height: 1;
}

/*.bonus-example-card--bag .bonus-example-card__content {
  margin-left: 58px;
}*/

.bonus-example-card--bag h3 {
  color: #1c2d3c;
}

.bonus-example-card--bag strong {
  min-width: 276px;
  color: #ffffff;
  background: #073657;
}

.bonus-example-card p {
  margin: 32px 0 0;
  color: #1c2d3c;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.2;
}

.bonus-example-card__image {
  position: absolute;
  z-index: 1;
  object-fit: contain;
  object-position: right bottom;
  height: auto;
  user-select: none;
  pointer-events: none;
}

.bonus-example-card--gift .bonus-example-card__image {
  right: -18px;
  bottom: -18px;

}

.bonus-example-card--bag .bonus-example-card__image {
  right: -18px;
  bottom: -18px;

}

@media (max-width: 1024px) {
  .bonus-example__grid {
    grid-template-columns: 1fr;
  }

  .bonus-example-card {
    min-height: 330px;
  }

  .bonus-example-card--bag .bonus-example-card__content {
    margin-left: 0;
  }
}

@media (max-width: 640px) {
  .bonus-example {
    padding-bottom: 20px;
  }

  .bonus-example__title {
    margin-bottom: 10px;
    font-size: 21px;
  }

  .bonus-example__grid {
    gap: 6px;
  }

  .bonus-example-card {
    min-height: 98px;
    padding: 13px 12px;
    border-radius: 7px;
  }

  .bonus-example-card h3,
  .bonus-example-card p {
    font-size: 10px;
  }

  .bonus-example-card strong,
  .bonus-example-card--bag strong {
    min-width: 105px;
    min-height: 38px;
    padding: 8px 10px;
    border-radius: 5px;
    font-size: 12px;
  }

  .bonus-example-card--gift .bonus-example-card__image,
  .bonus-example-card--bag .bonus-example-card__image {
    right: -14px;
    bottom: -10px;
    width: 128px;
  }

  .bonus-example-card p {
    margin-top: 10px;
    font-size: 8px;
  }

  .bonus-example-card--bag .bonus-example-card__content {
    margin-left: 0;
  }
}




/* Bonus referral promo section. */

.bonus-referral-promo {
  padding: 0 0 72px;
  background: #ffffff;
}

.bonus-referral-promo__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
  overflow: visible;
}

.bonus-referral-promo__card {
  position: relative;
  min-height: 394px;
  border-radius: 24px;
}

.bonus-referral-promo__card--dark {
  z-index: 2;
  overflow: visible;
}

.bonus-referral-promo__card--light {
  z-index: 1;
  overflow: hidden;
}

.bonus-referral-promo__card--dark {
  padding: 50px 48px;
  color: #ffffff;
  background: #0d4066 url("/bonus/images/bonus-referral-coins.png") center / cover no-repeat;
}

.bonus-referral-promo__title {
  position: relative;
  z-index: 3;
  margin: 0;
  color: #ffffff;
  font-size: 36px;
  font-weight: 600;
  line-height: 1.06;
}

.bonus-referral-promo__coin {
  display: none;
}

.bonus-referral-promo__coin--sm {
  left: 45px;
  bottom: 36px;
  width: 150px;
  height: 150px;
  font-size: 86px;
  opacity: 0.76;
  transform: rotate(14deg);
}

.bonus-referral-promo__coin--md {
  left: 206px;
  bottom: -55px;
  width: 255px;
  height: 255px;
  font-size: 165px;
  opacity: 0.64;
  transform: rotate(-33deg);
}

.bonus-referral-promo__coin--lg {
  right: -118px;
  top: 32px;
  width: 356px;
  height: 356px;
  font-size: 230px;
  opacity: 0.76;
  transform: rotate(14deg);
}

.bonus-referral-promo__card--light {
  padding: 50px 44px;
  background: #f3f7fa url("/bonus/images/bonus-referral-gift.png") center / cover no-repeat;
  color: #1c2d3c;
}

.bonus-referral-promo__content {
  position: relative;
  z-index: 2;
}

.bonus-referral-promo__card--light h2 {
  max-width: 640px;
  margin: 0 0 24px;
  color: #113f66;
  font-size: 36px;
  font-weight: 600;
  line-height: 1.03;
}

.bonus-referral-promo__card--light p {
  margin: 0;
  color: #1c2d3c;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.18;
}

.bonus-referral-promo__light-icon {
  display: none;
}

@media (max-width: 1024px) {
  .bonus-referral-promo__grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .bonus-referral-promo {
    padding-bottom: 18px;
  }

  .bonus-referral-promo__card {
    min-height: 180px;
    border-radius: 8px;
  }

  .bonus-referral-promo__card--dark,
  .bonus-referral-promo__card--light {
    padding: 15px 12px;
    min-height: 180px;
    background-size: cover;
  }

  .bonus-referral-promo__card--dark {
    background-image: url("/bonus/images/bonus-mobile-referral-coins.png");
  }

  .bonus-referral-promo__card--light {
    background-image: url("/bonus/images/bonus-mobile-referral-gift.png");
  }

  .bonus-referral-promo__title,
  .bonus-referral-promo__card--light h2 {
    max-width: 205px;
    font-size: 21px;
    line-height: 1.02;
  }

  .bonus-referral-promo__card--light p {
    max-width: 195px;
    font-size: 8px;
    line-height: 1.18;
  }

  .bonus-referral-promo__coin--sm {
    width: 116px;
    height: 116px;
    font-size: 68px;
  }

  .bonus-referral-promo__coin--md {
    left: 132px;
    width: 190px;
    height: 190px;
    font-size: 122px;
  }

  .bonus-referral-promo__coin--lg {
    right: -104px;
    width: 270px;
    height: 270px;
    font-size: 176px;
  }
}

@media (max-width: 640px) {
  .bonus-referral-promo__light-icon {
    right: -76px;
    bottom: -74px;
    width: 230px;
    height: auto;
  }
}

/* Bonus referral flow section. */

.bonus-referral-flow {
  padding: 72px 0;
  background: #f3f7fa;
}

.bonus-referral-flow__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
}

.bonus-referral-flow-card {
  min-height: 309px;
  padding: 54px 30px 34px;
  border-radius: 18px;
  background: #ffffff;
  color: #1c2d3c;
}

.bonus-referral-flow-card--active {
  color: #ffffff;
  background: linear-gradient(135deg, #073657 0%, #0d4a75 100%);
}

.bonus-referral-flow-card__number {
  display: inline-flex;
  width: 70px;
  height: 70px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #ffffff;
  background: #073657;
  font-size: 40px;
  font-weight: 700;
  line-height: 1;
}

.bonus-referral-flow-card--active .bonus-referral-flow-card__number {
  color: #073657;
  background: #ffffff;
}

.bonus-referral-flow-card h3 {
  margin: 34px 0 34px;
  color: inherit;
  font-size: 25px;
  font-weight: 600;
  line-height: 1.15;
}

.bonus-referral-flow-card p {
  max-width: 265px;
  margin: 0;
  color: #7d8790;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.28;
}

.bonus-referral-flow-card--active p {
  color: rgba(255, 255, 255, 0.68);
}

@media (max-width: 1200px) {
  .bonus-referral-flow-card {
    padding-inline: 24px;
  }

  .bonus-referral-flow-card h3 {
    font-size: 22px;
  }
}

@media (max-width: 1024px) {
  .bonus-referral-flow__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  .bonus-referral-flow {
    padding: 18px 0 20px;
  }

  .bonus-referral-flow__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 6px;
  }

  .bonus-referral-flow-card {
    min-height: 113px;
    padding: 13px 11px;
    border-radius: 7px;
  }

  .bonus-referral-flow-card__number {
    width: 24px;
    height: 24px;
    font-size: 13px;
  }

  .bonus-referral-flow-card h3 {
    margin: 14px 0 8px;
    font-size: 10px;
    line-height: 1.12;
  }

  .bonus-referral-flow-card p {
    font-size: 7px;
    line-height: 1.24;
  }
}

/* Bonus referral terms section. */

.bonus-referral-terms {
  padding: 60px 0 60px 0;
  background: #ffffff;
}

.bonus-referral-terms__panel {
  position: relative;
  min-height: 407px;
  overflow: hidden;
  border-radius: 24px;
  background: linear-gradient(135deg, #07375b 0%, #06385d 48%, #0a4168 100%);
  color: #ffffff;
}

.bonus-referral-terms__panel::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(5, 46, 76, 0.1) 0%, rgba(5, 46, 76, 0.36) 45%, rgba(5, 46, 76, 0.02) 100%);
  content: "";
}

.bonus-referral-terms__media {
  position: absolute;
  left: 52px;
  bottom: -52px;
  z-index: 1;
  width: 520px;
  opacity: 0.72;
}

.bonus-referral-terms__media img {
  display: block;
  width: 100%;
  height: auto;
}

.bonus-referral-terms__title {
  position: absolute;
  top: 45px;
  left: 58px;
  z-index: 2;
  margin: 0;
  color: #ffffff;
  font-size: 36px;
  font-weight: 600;
  line-height: 1.08;
}

.bonus-referral-terms__list {
  position: relative;
  z-index: 2;
  display: grid;
  gap: 54px;
  max-width: 600px;
  margin: 0 98px 0 auto;
  padding: 86px 0 0;
  list-style: none;
}

.bonus-referral-terms__list li {
  display: grid;
  grid-template-columns: 46px 1fr;
  gap: 20px;
  align-items: start;
}

.bonus-referral-terms__list span {
  color: rgba(178, 213, 238, 0.62);
  font-size: 42px;
  font-weight: 700;
  line-height: 0.86;
  font-family: Manrope, sans-serif;
}

.bonus-referral-terms__list p {
  max-width: 440px;
  margin: 0;
  color: #ffffff;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.18;
}

@media (max-width: 1024px) {
  .bonus-referral-terms__panel {
    min-height: auto;
    padding: 40px 34px;
  }

  .bonus-referral-terms__title {
    position: relative;
    top: auto;
    left: auto;
    margin-bottom: 190px;
  }

  .bonus-referral-terms__media {
    left: 20px;
    bottom: 120px;
    width: min(58%, 430px);
  }

  .bonus-referral-terms__list {
    max-width: none;
    margin: 0;
    padding: 0;
  }
}

@media (max-width: 640px) {
  .bonus-referral-terms {
    padding-bottom: 20px;
  }

  .bonus-referral-terms__panel {
    min-height: 236px;
    border-radius: 8px;
    padding: 16px 14px;
  }

  .bonus-referral-terms__title {
    margin-bottom: 20px;
    font-size: 21px;
  }

  .bonus-referral-terms__media {
    left: 68px;
    bottom: -34px;
    width: 190px;
  }

  .bonus-referral-terms__list {
    gap: 11px;
    max-width: 175px;
  }

  .bonus-referral-terms__list li {
    grid-template-columns: 26px 1fr;
    gap: 8px;
  }

  .bonus-referral-terms__list span {
    font-size: 20px;
  }

  .bonus-referral-terms__list p {
    font-size: 8px;
  }
}

/* Bonus restrictions section. */

.bonus-restrictions {
  padding: 60px 0 60px 0;
  background: #F5F8FA;
}

.bonus-restrictions__title {
  margin: 0 0 40px;
  color: #113f66;
  font-size: 36px;
  font-weight: 600;
  line-height: 1.16;
}

.bonus-restrictions__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}

.bonus-restrictions-card {
  min-height: 198px;
  padding: 32px 31px 28px;
  border-radius: 16px;
  background: #fff;
}

.bonus-restrictions-card__icon {
  display: inline-flex;
  width: 65px;
  height: 65px;
  align-items: center;
  justify-content: center;
  margin-bottom: 17px;
  border-radius: 8px;
  background: #F5F8FA;
}

.bonus-restrictions-card__icon svg {
  display: block;
  width: 27px;
  height: 27px;
}

.bonus-restrictions-card p {
  max-width: 370px;
  margin: 0;
  color: #1c2d3c;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}

.bonus-restrictions-card b {
  font-weight: 700;
}

@media (max-width: 1024px) {
  .bonus-restrictions__grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .bonus-restrictions {
    padding-bottom: 20px;
  }

  .bonus-restrictions__title {
    margin-bottom: 10px;
    font-size: 21px;
  }

  .bonus-restrictions__grid {
    gap: 6px;
  }

  .bonus-restrictions-card {
    min-height: auto;
    padding: 11px 12px;
    border-radius: 7px;
  }

  .bonus-restrictions-card__icon {
    width: 32px;
    height: 32px;
    margin-bottom: 8px;
  }

  .bonus-restrictions-card p {
    font-size: 8px;
    line-height: 1.22;
  }
}

/* Unified bonus page typography. */

.bonus-page {
  font-family: Inter, Arial, sans-serif;
  color: #1c2d3c;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.35;
  letter-spacing: 0;
  -webkit-font-smoothing: antialiased;
  text-rendering: geometricPrecision;
}

.bonus-page :where(h1, h2, h3, p, a, button, li, strong, span) {
  font-family: inherit;
  letter-spacing: 0;
}

.bonus-page :where(.bonus-steps__title, .bonus-accrual__title, .bonus-conditions__title, .bonus-example__title, .bonus-restrictions__title) {
  margin-top: 0;
  color: #1c2d3c;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.16;
}

.bonus-hero__title {
  font-size: 42px;
  font-weight: 700;
  line-height: 1.05;
}

.bonus-hero__text {
  font-size: 18px;
  line-height: 1.34;
}

.bonus-hero__button {
  font-size: 13px;
  font-weight: 700;
}

.bonus-hero-card h2 {
  max-width: 280px;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.16;
}

.bonus-step-card__number {
  font-size: 68px;
  font-weight: 800;
  font-family: Manrope, sans-serif;
}

.bonus-step-card__title {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.14;
}

.bonus-step-card__text,
.bonus-condition-card p,
.bonus-referral-promo__card--light p,
.bonus-referral-terms__list p,
.bonus-restrictions-card p {
  font-size: 15px;
  font-weight: 400;
  line-height: 1.32;
}

.bonus-condition-card h3,
.bonus-example-card h3,
.bonus-referral-flow-card h3 {
  font-size: 22px;
  font-weight: 700;
  line-height: 1.16;
}

.bonus-example-card strong,
.bonus-example-card--bag strong {
  font-size: 26px;
  font-weight: 700;
  line-height: 1;
}

.bonus-example-card p {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.28;
}

.bonus-referral-promo__title,
.bonus-referral-promo__card--light h2,
.bonus-referral-terms__title {
  font-size: 30px;
  font-weight: 700;
  line-height: 1.12;
}

.bonus-referral-flow-card__number {
  font-size: 30px;
  font-weight: 700;
  font-family: Manrope, sans-serif;
}

.bonus-referral-flow-card p,
.bonus-accrual__block-title,
.bonus-accrual__list li {
  font-size: 14px;
  line-height: 1.28;
}

.bonus-accrual__note {
  font-size: 14px;
  line-height: 1.35;
}


@media (max-width: 640px) {
  .bonus-page {
    font-size: 11px;
    line-height: 1.28;
  }

  .bonus-page :where(.bonus-steps__title, .bonus-accrual__title, .bonus-conditions__title, .bonus-example__title, .bonus-restrictions__title) {
    margin-bottom: 12px;
    font-size: 22px;
    line-height: 1.08;
  }

  .bonus-hero__title {
    font-size: 22px;
    line-height: 1;
  }

  .bonus-hero__text {
    font-size: 10px;
    line-height: 1.2;
  }

  .bonus-hero__button {
    font-size: 8px;
    line-height: 1;
  }

  .bonus-hero-card h2 {
    font-size: 10px;
    line-height: 1.12;
  }

  .bonus-step-card__number {
    font-size: 43px;
  }

  .bonus-step-card__title,
  .bonus-condition-card h3 {
    font-size: 12px;
    line-height: 1.12;
  }

  .bonus-step-card__text,
  .bonus-condition-card p,
  .bonus-referral-promo__card--light p,
  .bonus-referral-terms__list p,
  .bonus-restrictions-card p {
    font-size: 8px;
    line-height: 1.25;
  }

  .bonus-accrual__block-title {
    font-size: 9px;
    line-height: 1.15;
  }

  .bonus-accrual__list li,
  .bonus-accrual__note {
    font-size: 8px;
    line-height: 1.22;
  }

  .bonus-example-card h3,
  .bonus-example-card p,
  .bonus-referral-flow-card h3 {
    font-size: 10px;
    line-height: 1.14;
  }

  .bonus-example-card strong,
  .bonus-example-card--bag strong {
    font-size: 12px;
  }

  .bonus-referral-promo__title,
  .bonus-referral-promo__card--light h2,
  .bonus-referral-terms__title {
    font-size: 21px;
    line-height: 1.05;
  }

  .bonus-referral-flow-card__number {
    font-size: 13px;
  }

  .bonus-referral-flow-card p {
    font-size: 8px;
    line-height: 1.3;
  }

}


/* Bonus FAQ and contacts sections. */

.bonus-faq-section,
.bonus-contacts-section {
  font-family: Inter, Arial, sans-serif;
  color: #1c2d3c;
  background: #ffffff;
  -webkit-font-smoothing: antialiased;
  text-rendering: geometricPrecision;
}

.bonus-faq-section {
  padding: 64px 0 54px;
  background: #ffffff;
}

.bonus-faq-section .faq {
  margin: 0;
}

.bonus-faq-section .title,
.bonus-contacts-section .title,
.bonus-contacts-section .details__title {
  margin: 0 0 30px;
  color: #1c2d3c;
  font-family: inherit;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.16;
  letter-spacing: -0.02em;
}

.bonus-faq-section .faq__list {
  display: grid;
  gap: 8px;
}

.bonus-faq-section .accordion__item {
  margin: 0 !important;
  overflow: hidden;
  border-radius: 12px;
  background: #f3f7fa;
}




.bonus-faq-section .accordion__content {
  overflow: hidden;
  max-height: 0;
  border-radius: 0 0 12px 12px;
  color: #566879;
  font-size: 14px;
  line-height: 1.55;
  transform: none;
  transition: max-height 0.25s ease;
}

.bonus-faq-section .accordion__text {
  padding: 0 24px 20px;
  background: #f3f7fa;
}

.bonus-faq-section .accordion__text :where(p, ul, ol) {
  margin-top: 0;
}

.bonus-contacts-section {
  padding: 0 0 96px;
}

.bonus-contacts-section > .container:first-child {
  margin-bottom: 32px;
}

.bonus-contacts-section > .container + .container,
.bonus-contacts-section .contacts > .container,
.bonus-contacts-section .details > .container {
  width: 100%;
}

.bonus-contacts-section > .container + .container > .contacts > .container,
.bonus-contacts-section > .container + .container > .details > .container {
  padding-right: 0;
  padding-left: 0;
}

.bonus-contacts-section .contacts {
  margin: 0 0 36px !important;
}

.bonus-contacts-section .contacts__body {
  display: grid;
  grid-template-columns: minmax(280px, 34%) 1fr;
  gap: 28px;
  align-items: stretch;
}

.bonus-contacts-section .contacts__info {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.bonus-contacts-section .contacts__data,
.bonus-contacts-section .contacts__address {
  border-radius: 28px;
  padding: 28px 32px;
}

.bonus-contacts-section .contacts__data {
  min-height: 246px;
  background: #f3f3f3;
}

.bonus-contacts-section .contacts__address {
  min-height: 96px;
  padding-right: 62px;
  background: #c5002d;
}

.bonus-contacts-section .contacts__address:first-child {
  background: #f3f3f3;
}

.bonus-contacts-section .contacts__text {
  color: #9aaaba;
  font-family: inherit;
  font-size: 14px;
  line-height: 1.35;
}

.bonus-contacts-section .contacts__text-address {
  color: rgba(255, 255, 255, 0.78);
}

.bonus-contacts-section .contacts__address:first-child .contacts__text-address {
  color: #9aaaba;
}

.bonus-contacts-section .contacts__link,
.bonus-contacts-section .contacts__link-address {
  color: #1c2d3c;
  font-family: inherit;
  font-size: 16px;
  line-height: 1.35;
}

.bonus-contacts-section .contacts__address:not(:first-child) .contacts__link-address {
  color: #ffffff;
}

.bonus-contacts-section .contacts__data .contacts__link.link-arrow::after,
.bonus-contacts-section .contacts__link-address::after {
  right: 28px;
}

.bonus-contacts-section .contacts__social {
  gap: 8px;
  margin-top: 10px;
}

.bonus-contacts-section .contacts__social-item,
.bonus-contacts-section .contacts__social-item img {
  width: 28px;
  height: 28px;
}

.bonus-contacts-section .contacts__map {
  width: 100% !important;
  height: 560px;
  max-height: none;
  min-height: 0;
  overflow: hidden;
  border-radius: 28px;
  background: #dcebf4;
}

.bonus-contacts-section .contacts__map > ymaps,
.bonus-contacts-section .contacts__map iframe {
  width: 100% !important;
  height: 100% !important;
  border-radius: 28px;
}

.bonus-contacts-section .details {
  margin: 0 !important;
}

.bonus-contacts-section .details__body {
  border-radius: 28px;
  background: #f3f3f3;
  padding: 42px 48px 46px;
}

.bonus-contacts-section .details__wrapper {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px 96px;
}

.bonus-contacts-section .details__info {
  display: grid;
  gap: 18px;
}

.bonus-contacts-section .details__subtitle,
.bonus-contacts-section .details__item {
  color: #9aaaba;
  font-family: inherit;
  font-size: 14px;
  line-height: 1.35;
}

.bonus-contacts-section .details__text {
  margin: 5px 0 0;
  color: #1c2d3c;
  font-family: inherit;
  font-size: 18px;
  line-height: 1.35;
}

@media (max-width: 1024px) {
  .bonus-contacts-section .contacts__body,
  .bonus-contacts-section .details__wrapper {
    grid-template-columns: 1fr;
  }

  .bonus-contacts-section .contacts__map {
    height: 420px;
  }
}

@media (max-width: 640px) {
  .bonus-faq-section {
    padding: 36px 0 34px;
  }

  .bonus-faq-section .title,
  .bonus-contacts-section .title,
  .bonus-contacts-section .details__title {
    margin-bottom: 18px;
    font-size: 22px;
    line-height: 1.08;
  }



  .bonus-contacts-section .contacts__data,
  .bonus-contacts-section .contacts__address,
  .bonus-contacts-section .contacts__map,
  .bonus-contacts-section .details__body {
    border-radius: 14px;
  }




  .bonus-faq-section .accordion__text {
    padding: 0 14px 14px;
    font-size: 10px;
    line-height: 1.4;
  }

  .bonus-contacts-section {
    padding-bottom: 56px;
  }

  .bonus-contacts-section .contacts__body {
    gap: 14px;
  }

  .bonus-contacts-section .contacts__data,
  .bonus-contacts-section .contacts__address,
  .bonus-contacts-section .details__body {
    padding: 18px;
  }

  .bonus-contacts-section .contacts__map {
    height: 300px;
  }

  .bonus-contacts-section .contacts__text,
  .bonus-contacts-section .details__subtitle,
  .bonus-contacts-section .details__item {
    font-size: 10px;
  }

  .bonus-contacts-section .contacts__link,
  .bonus-contacts-section .contacts__link-address,
  .bonus-contacts-section .details__text {
    font-size: 12px;
  }
}
