.loyalty-start {
  width: 100%;
  max-width: 1600px;
  margin: 0 auto 60px;
  color: #fff;
  overflow: visible !important;
}

.loyalty-hero,
.loyalty-note {
  position: relative;
  left: 50%;
  width: 100vw !important;
  max-width: 100vw !important;
  margin-left: -50vw !important;
  margin-right: 0 !important;
}

.loyalty-hero {
  height: 680px;
  overflow: hidden;
  box-sizing: border-box;
}

.loyalty-hero__picture {
  position: absolute;
  inset: 0;
  display: block;
  z-index: 0;
}

.loyalty-hero__img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center;
}

.loyalty-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.08);
  z-index: 1;
}

.loyalty-hero__content {
  position: absolute;
  z-index: 2;
  left: 50%;
  bottom: 28px;
  transform: translateX(-50%);
  width: 100%;
  max-width: 780px;
  text-align: center;
  box-sizing: border-box;
}

.loyalty-start .loyalty-hero__title {
  margin: 0 0 16px;
  color: #fff !important;
  font-size: 46px;
  line-height: 1.2;
  font-weight: 400;
  letter-spacing: 0.01em;
  text-align: center;
  text-transform: uppercase;
}

.loyalty-start .loyalty-hero__text {
  max-width: 780px;
  margin: 0 auto 22px;
  color: #fff !important;
  font-size: 22px;
  line-height: 1.25;
  font-weight: 300;
  text-align: justify;
}

.loyalty-hero__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 350px;
  min-height: 44px;
  padding: 15px 20px;
  box-sizing: border-box;
  border-radius: 8px;
  background: #fff;
  color: #7d8034 !important;
  font-size: 24px;
  line-height: 1.2;
  font-weight: 400;
  text-decoration: none !important;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.25);
}

.loyalty-hero__button:hover,
.loyalty-hero__button:focus,
.loyalty-hero__button:active {
  background: #fff;
  color: #7d8034 !important;
  text-decoration: none !important;
}

.loyalty-note {
  background: #7d8034;
  min-height: 126px;
  padding: 28px 0 28px;
  box-sizing: border-box;
}

.loyalty-note p {
  width: 100%;
  max-width: 780px;
  margin: 0 auto;
  color: #fff !important;
  font-size: 22px;
  line-height: 1.25;
  font-weight: 200;
  text-align: justify;
}

.loyalty-how {
  background: #fff;
  padding: 30px 0 36px;
  box-sizing: border-box;
}

.loyalty-how__title {
  margin: 0 0 24px;
  color: #000 !important;
  font-size: 34px;
  line-height: 1.2;
  font-weight: 400;
  text-align: center;
  text-transform: uppercase;
}

.loyalty-how__grid {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 24px;
  box-sizing: border-box;
}

.loyalty-how__card {
  position: relative;
  min-height: 156px;
  padding: 56px 18px 20px;
  background: #f5f5f5;
  border-radius: 12px;
  box-sizing: border-box;
}

.loyalty-how__number {
  position: absolute;
  top: 16px;
  left: 18px;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: #7d8034;
  color: #fff;
  font-size: 23px;
  line-height: 34px;
  font-weight: 400;
  text-align: center;
}

.loyalty-how__card-title {
  margin: 6px 0 6px;
  color: #7d8034;
  font-size: 20px;
  line-height: 1.25;
  font-weight: 400;
  text-transform: uppercase;
}

.loyalty-how__card-text {
  color: #000;
  font-size: 18px;
  line-height: 1.25;
  font-weight: 300;
}

.loyalty-levels {
  position: relative;
  left: 50%;
  width: 100vw !important;
  max-width: 100vw !important;
  height: 680px;
  margin-left: -50vw !important;
  margin-right: 0 !important;
  overflow: hidden;
  box-sizing: border-box;
}

.loyalty-levels__picture {
  position: absolute;
  inset: 0;
  display: block;
  z-index: 0;
}

.loyalty-levels__img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center top;
}

.loyalty-levels__content {
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 400px;
  transform: translateX(-50%);
  width: 100%;
  max-width: 780px;
  box-sizing: border-box;
}

.loyalty-start .loyalty-levels__title {
  margin: 0 0 28px;
  color: #fff !important;
  font-size: 34px;
  line-height: 1.2;
  font-weight: 400;
  letter-spacing: 0.01em;
  text-align: center;
  text-transform: uppercase;
}

.loyalty-levels__content p {
  margin: 0 0 24px;
  color: #fff !important;
  font-size: 22px;
  line-height: 1.25;
  font-weight: 300;
  text-align: justify;
}

.loyalty-levels__content p:last-child {
  margin-bottom: 0;
}

.loyalty-tiers {
  background: #fff;
  padding: 36px 0 34px;
  box-sizing: border-box;
}

.loyalty-tiers__grid {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  box-sizing: border-box;
}

.loyalty-tier {
  min-height: 610px;
  padding: 34px 28px 34px;
  background: #f5f5f5;
  border-radius: 14px;
  box-sizing: border-box;
}

.loyalty-tier__hearts {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 3px;
  min-height: 44px;
  margin: 0 0 18px;
}

.loyalty-tier__heart {
  width: 44px;
  height: auto;
  display: block;
}

.loyalty-tier__title {
  margin: 0 0 6px;
  color: #7d8034 !important;
  font-size: 34px;
  line-height: 1.1;
  font-weight: 400;
  text-align: center;
  text-transform: uppercase;
}

.loyalty-tier__sum {
  margin: 0 0 32px;
  color: #000;
  font-size: 18px;
  line-height: 1.25;
  font-weight: 300;
  text-align: center;
  text-transform: uppercase;
}

.loyalty-tier__subtitle {
  margin: 0 0 24px;
  color: #000;
  font-size: 18px;
  line-height: 1.25;
  font-weight: 400;
  text-align: left;
  text-transform: uppercase;
}

.loyalty-tier__list {
  margin: 0;
  padding: 0;
  list-style: none;
  color: #000;
  font-size: 18px;
  line-height: 1.35;
  font-weight: 300;
}

.loyalty-tier__list li {
  position: relative;
  margin: 0 0 6px;
  padding-left: 16px;
}

.loyalty-tier__list li::before {
  content: "·";
  position: absolute;
  left: 0;
  top: 0;
  color: #000;
}

.loyalty-action {
  background: #fff;
  padding: 0 0 48px;
  box-sizing: border-box;
  text-align: center;
}

.loyalty-action__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 350px;
  min-height: 44px;
  padding: 15px 20px;
  box-sizing: border-box;
  border-radius: 8px;
  background: #7d8034;
  color: #fff !important;
  font-size: 24px;
  line-height: 1.2;
  font-weight: 400;
  text-decoration: none !important;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.25);
}

.loyalty-action__button:hover,
.loyalty-action__button:focus,
.loyalty-action__button:active {
  background: #7d8034;
  color: #fff !important;
  text-decoration: none !important;
}

.loyalty-faq {
  background: #fff;
  padding: 0 0 20px;
  box-sizing: border-box;
}

.loyalty-faq__title {
  margin: 0 0 28px;
  color: #000 !important;
  font-size: 34px;
  line-height: 1.2;
  font-weight: 400;
  text-align: center;
  text-transform: uppercase;
}

.loyalty-faq__list {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  box-sizing: border-box;
}

.loyalty-faq__item {
  border-bottom: 1px solid #7d8034;
}

.loyalty-faq__item:first-child {
  border-top: 1px solid #7d8034;
}

.loyalty-faq__question {
  position: relative;
  display: block;
  padding: 24px 56px 24px 0;
  color: #000;
  font-size: 22px;
  line-height: 1.25;
  font-weight: 400;
  cursor: pointer;
  list-style: none;
}

.loyalty-faq__question::-webkit-details-marker {
  display: none;
}

.loyalty-faq__question::before {
  display: none;
  content: none;
}

.loyalty-faq__question::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 24px;
  height: 24px;
  transform: translateY(-50%);
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='12' cy='12' r='11.5' fill='none' stroke='%237d8034' stroke-width='1'/%3E%3Cpath d='M7 12H17M12 7V17' stroke='%237d8034' stroke-width='1' stroke-linecap='butt'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 24px 24px;
}

.loyalty-faq__item[open] .loyalty-faq__question::after {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='12' cy='12' r='11.5' fill='none' stroke='%237d8034' stroke-width='1'/%3E%3Cpath d='M7 12H17' stroke='%237d8034' stroke-width='1' stroke-linecap='butt'/%3E%3C/svg%3E");
}

.loyalty-faq__answer {
  padding: 0 56px 24px 0;
  color: #000;
  font-size: 18px;
  line-height: 1.35;
  font-weight: 300;
}

.loyalty-rules {
  background: #fff;
  padding: 22px 0 0 0;
  box-sizing: border-box;
}

.loyalty-rules p {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  color: #000;
  font-size: 18px;
  line-height: 1.25;
  font-weight: 300;
}

.loyalty-rules a {
  color: #000 !important;
  text-decoration: underline !important;
  text-underline-offset: 2px;
}

.loyalty-rules a:hover,
.loyalty-rules a:focus,
.loyalty-rules a:active {
  color: #000 !important;
  text-decoration: underline;
}

.loyalty-faq__answer ul {
  margin: 10px 0 0;
  padding: 15px;
  list-style: none;
}

.loyalty-faq__answer li {
  position: relative;
  margin: 0 0 6px;
  padding-left: 18px;
  color: #000;
  font-size: 18px;
  line-height: 1.35;
  font-weight: 300;
}

.loyalty-faq__answer li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.62em;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #000000;
}

.loyalty-faq__answer a,
.loyalty-rules a {
  color: #000 !important;
  text-decoration: underline !important;
  text-underline-offset: 3px;
  text-decoration-thickness: 1px;
}

.loyalty-faq__answer a:hover,
.loyalty-faq__answer a:focus,
.loyalty-faq__answer a:active,
.loyalty-rules a:hover,
.loyalty-rules a:focus,
.loyalty-rules a:active {
  color: #000 !important;
  text-decoration: underline !important;
}

@media (max-width: 767px) {
 .loyalty-start {
  position: static !important;
  left: auto !important;
  width: auto !important;
  max-width: none !important;
  margin: 0 17px 10px 0 !important;
  color: #fff;
  overflow: visible !important;
  box-sizing: border-box;
}

.loyalty-hero {
  position: relative !important;
  left: 0 !important;
  right: auto !important;
  height: 500px;
  width: calc(100% + 37px) !important;
  max-width: none !important;
  margin-left: -20px !important;
  margin-right: -17px !important;
  transform: none !important;
  overflow: hidden;
  box-sizing: border-box;
background: #7d8034;
}

.loyalty-hero__picture {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
}

.loyalty-hero__img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center top;
}

.loyalty-hero::after {
  background: rgba(0, 0, 0, 0.06);
}

.loyalty-start .loyalty-hero__content {
  position: absolute !important;
  left: 24px !important;
  right: 24px !important;
  bottom: 30px !important;
  width: auto !important;
  max-width: none !important;
  padding: 0 !important;
  margin: 0 !important;
  transform: none !important;
  box-sizing: border-box;
  text-align: left;
}

.loyalty-start .loyalty-hero__title {
  width: 100% !important;
  margin: 0 0 14px !important;
  color: #fff !important;
  font-size: 24px;
  line-height: 1.15 !important;
  font-weight: 400;
  letter-spacing: 0;
  text-align: center !important;
  text-transform: uppercase;
  white-space: nowrap;
}

.loyalty-start .loyalty-hero__text {
  width: 100% !important;
  max-width: none !important;
  margin: 0 0 24px !important;
  color: #fff !important;
  font-size: 14px !important;
  line-height: 1.2 !important;
  font-weight: 300 !important;
  text-align: justify !important;
}

.loyalty-hero__button {
  width: 100% !important;
  min-height: 47px;
  border-radius: 10px;
  font-size: 18px;
}

.loyalty-note {
  position: relative !important;
  left: 0 !important;
  right: auto !important;
  width: calc(100% + 37px) !important;
  max-width: none !important;
  min-height: 110px;
  margin-left: -20px !important;
  margin-right: -17px !important;
  transform: none !important;
  padding: 24px 24px 24px !important;
  box-sizing: border-box;
margin-top: -1px !important;
}

.loyalty-note p {
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  color: #fff !important;
  font-size: 14px !important;
  line-height: 1.2 !important;
  font-weight: 300;
  text-align: justify !important;
}

.loyalty-how,
.loyalty-tiers,
.loyalty-action,
.loyalty-faq,
.loyalty-rules {
  position: static !important;
  left: auto !important;
  width: 100% !important;
  max-width: none;
  margin-left: 0 !important;
  margin-right: 0 !important;
  transform: none !important;
  box-sizing: border-box;
}

  .loyalty-how {
    padding: 28px 12px 34px;
    box-sizing: border-box;
    background: #fff;
  }

  .loyalty-how__title {
    margin: 0 0 24px;
    color: #000 !important;
    font-size: 22px;
    line-height: 1.15;
    font-weight: 400;
    text-align: center;
    text-transform: uppercase;
  }

  .loyalty-how__grid {
    width: 100%;
    max-width: none;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    box-sizing: border-box;
  }

  .loyalty-how__card {
    position: relative;
    min-height: 156px;
    padding: 48px 10px 14px;
    background: #f5f5f5;
    border-radius: 14px;
    box-sizing: border-box;
  }

  .loyalty-how__number {
    position: absolute;
    top: 14px;
    left: 12px;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    background: #7d8034;
    color: #fff;
    font-size: 18px;
    line-height: 26px;
    font-weight: 400;
    text-align: center;
  }

  .loyalty-how__card-title {
    margin: 0 0 6px;
    color: #7d8034;
    font-size: 13px;
    line-height: 1.25;
    font-weight: 400;
    text-transform: uppercase;
  }

  .loyalty-how__card-text {
    color: #000;
    font-size: 14px;
    line-height: 1.35;
    font-weight: 300;
  }
  
  .loyalty-levels {
  position: relative !important;
  left: 0 !important;
  right: auto !important;
  width: calc(100% + 37px) !important;
  max-width: none !important;
  height: 500px;
  margin-left: -20px !important;
  margin-right: -17px !important;
  transform: none !important;
  overflow: hidden;
  box-sizing: border-box;
}

.loyalty-levels__picture {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
}

.loyalty-levels__img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center top;
}

.loyalty-levels__content {
  position: absolute;
  z-index: 1;
  left: 24px;
  right: 24px;
  top: 270px;
  width: auto;
  max-width: none;
  transform: none;
  box-sizing: border-box;
}

.loyalty-start .loyalty-levels__title {
  margin: 0 0 18px;
  color: #fff !important;
  font-size: 24px;
  line-height: 1.15;
  font-weight: 400;
  letter-spacing: 0;
  text-align: center;
  text-transform: uppercase;
}

.loyalty-levels__content p {
  margin: 0 0 16px;
  color: #fff !important;
  font-size: 14px;
  line-height: 1.2;
  font-weight: 300;
  text-align: justify;
}

.loyalty-levels__content p:last-child {
  margin-bottom: 0;
}

  .loyalty-tiers {
    background: #fff;
    padding: 10px 12px 24px;
    box-sizing: border-box;
  }

  .loyalty-tiers__grid {
    width: 100%;
    max-width: none;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr;
    gap: 6px;
    box-sizing: border-box;
  }

  .loyalty-tier {
    min-height: auto;
    padding: 18px 18px 20px;
    background: #f5f5f5;
    border-radius: 10px;
    box-sizing: border-box;
  }

  .loyalty-tier__hearts {
    min-height: 26px;
    margin: 0 0 10px;
    gap: 2px;
  }

  .loyalty-tier__heart {
    width: 36px;
    height: auto;
  }

  .loyalty-tier__title {
    margin: 0 0 3px;
    color: #7d8034 !important;
    font-size: 24px;
    line-height: 1.1;
    font-weight: 400;
    text-align: center;
    text-transform: uppercase;
  }

  .loyalty-tier__sum {
    margin: 0 0 16px;
    color: #000;
    font-size: 18px;
    line-height: 1.25;
    font-weight: 300;
    text-align: center;
    text-transform: uppercase;
  }

  .loyalty-tier__subtitle {
    margin: 0 0 12px;
    color: #000;
    font-size: 16px;
    line-height: 1.25;
    font-weight: 400;
    text-align: center;
    text-transform: uppercase;
  }

  .loyalty-tier__list {
  font-size: 13px;
  line-height: 1.35;
}

.loyalty-tier__list li {
  margin: 0 0 5px;
  padding-left: 13px;
}

.loyalty-tier__list li::before {
  content: "·";
  position: absolute;
  left: 0;
  top: 0;
}

  .loyalty-action {
    background: #fff;
    padding: 0 12px 34px;
    box-sizing: border-box;
    text-align: center;
  }

  .loyalty-action__button {
    width: 100% !important;
    min-height: 47px;
    padding: 15px 20px;
    border-radius: 10px;
    background: #7d8034;
    color: #fff !important;
    font-size: 18px;
    line-height: 1.2;
    font-weight: 400;
    text-decoration: none !important;
  }

   .loyalty-faq {
    background: #fff;
    padding: 0 12px 20px;
    box-sizing: border-box;
  }

  .loyalty-faq__title {
    margin: 0 0 20px;
    color: #000 !important;
    font-size: 22px;
    line-height: 1.15;
    font-weight: 400;
    text-align: center;
    text-transform: uppercase;
  }

  .loyalty-faq__list {
    width: 100%;
    max-width: none;
    margin: 0 auto;
  }

  .loyalty-faq__question {
    padding: 14px 34px 14px 0;
    font-size: 16px;
    line-height: 1.25;
    font-weight: 400;
  }

  .loyalty-faq__question::before {
    display: none;
    content: none;
  }

  .loyalty-faq__question::after {
    right: 0;
    width: 18px;
    height: 18px;
    background-image: url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 18 18' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='9' cy='9' r='8.5' fill='none' stroke='%237d8034' stroke-width='1'/%3E%3Cpath d='M5 9H13M9 5V13' stroke='%237d8034' stroke-width='1' stroke-linecap='butt'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 18px 18px;
  }

  .loyalty-faq__item[open] .loyalty-faq__question::after {
    background-image: url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 18 18' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='9' cy='9' r='8.5' fill='none' stroke='%237d8034' stroke-width='1'/%3E%3Cpath d='M5 9H13' stroke='%237d8034' stroke-width='1' stroke-linecap='butt'/%3E%3C/svg%3E");
  }

  .loyalty-faq__answer {
    padding: 0 34px 14px 0;
    font-size: 14px;
    line-height: 1.35;
    font-weight: 300;
  }

  .loyalty-rules {
    background: #fff;
    padding: 18px 12px 0;
    box-sizing: border-box;
  }

  .loyalty-rules p {
    width: 100%;
    max-width: none;
    margin: 0;
    color: #000;
    font-size: 14px;
    line-height: 1.35;
    font-weight: 300;
  }

  .loyalty-rules a {
    color: #000 !important;
    text-decoration: underline;
    text-underline-offset: 2px;
  }

.loyalty-faq__answer li {
  margin: 0 0 5px;
  padding-left: 14px;
  font-size: 12px;
  line-height: 1.35;
}

.loyalty-faq__answer li::before {
  top: 0.65em;
  width: 4px;
  height: 4px;
}

.loyalty-faq__answer a,
.loyalty-rules a {
  color: #000 !important;
  text-decoration: underline !important;
  text-underline-offset: 3px;
  text-decoration-thickness: 1px;
}

.loyalty-faq__answer a:hover,
.loyalty-faq__answer a:focus,
.loyalty-faq__answer a:active,
.loyalty-rules a:hover,
.loyalty-rules a:focus,
.loyalty-rules a:active {
  color: #000 !important;
  text-decoration: underline !important;
}

}