<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body, html {
  max-width: 100%;
  overflow-x: hidden;
}

@media (max-width: 479.98px) {
  .header__mob .header__basket svg {
    margin-left: 10px;
  }
}

.header__loyalty {
  min-height: 42px;
  display: flex;
  align-items: center;
  -moz-column-gap: 12px;
       column-gap: 12px;
  border-radius: 6px;
  background: linear-gradient(225deg, #61BC4D 0%, #00A651 100%);
  color: #fff;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.2;
  padding: 1px 6px;
  font-family: "Roboto";
  max-width: 105px;
}
@media screen and (max-width: 1024px) {
  .header__loyalty {
    background: none;
    padding: 0px;
    min-height: 0px;
  }
}
@media (max-width: 991.98px) {
  .header__loyalty {
    margin-right: 20px;
    width: 26px;
    height: 30px;
    align-items: flex-start;
    flex: 0 0 26px;
  }
}
@media (max-width: 479.98px) {
  .header__loyalty {
    margin-right: 10px;
  }
}
.header__loyalty span {
  margin-left: 0 !important;
}
.header__loyalty img, .header__loyalty svg {
  flex: 0 0 32px;
  width: 32px;
  height: 32px;
}
@media (max-width: 991.98px) {
  .header__loyalty img, .header__loyalty svg {
    width: 26px;
    height: 26px;
    flex: 0 0 26px;
  }
}
.header__loyalty svg path[fill] {
  fill: #fff;
}
@media screen and (max-width: 1024px) {
  .header__loyalty svg path[fill] {
    fill: #00A651;
  }
}
.header__loyalty svg path[stroke] {
  stroke: #fff;
}
@media screen and (max-width: 1024px) {
  .header__loyalty svg path[stroke] {
    stroke: #00A651;
  }
}

._swiper {
  overflow: hidden;
}
._swiper .swiper-wrapper {
  width: 100%;
  height: 100%;
  box-sizing: content-box;
  display: flex;
  position: relative;
}
._swiper.swiper-container-vertical .swiper-wrapper {
  flex-direction: column;
}
._swiper.swiper-container-autoheight .swiper-wrapper {
  align-items: flex-start;
}

.swiper-container-initialized .swiper-slide {
  flex-shrink: 0;
}

.swiper-container-android .swiper-slide,
.swiper-container-android .swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

.swiper-button-lock {
  display: none !important;
}

.video {
  position: relative;
  height: auto;
  width: 100%;
  aspect-ratio: 720/405;
}
.video video,
.video iframe,
.video object,
.video embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.breadcrumbs._loyalty a, .breadcrumbs._loyalty li {
  font-size: 20px;
}
@media (max-width: 1182px) {
  .breadcrumbs._loyalty a, .breadcrumbs._loyalty li {
    font-size: 18px;
  }
}
@media (max-width: 479.98px) {
  .breadcrumbs._loyalty a, .breadcrumbs._loyalty li {
    font-size: 14px;
  }
}

.loyalty {
  font-family: "Rubik";
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
}
.banner-loyalty {
  padding-bottom: 50px;
}
@media (max-width: 1182px) {
  .banner-loyalty {
    padding-bottom: 40px;
  }
}
@media (max-width: 991.98px) {
  .banner-loyalty {
    padding-bottom: 30px;
  }
}
@media (max-width: 479.98px) {
  .banner-loyalty {
    padding-bottom: 20px;
  }
}
.banner-loyalty__content {
  display: flex;
  align-items: center;
  -moz-column-gap: 30px;
       column-gap: 30px;
}
@media (max-width: 1182px) {
  .banner-loyalty__content {
    -moz-column-gap: 20px;
         column-gap: 20px;
  }
}
@media (max-width: 991.98px) {
  .banner-loyalty__content {
    -moz-column-gap: 10px;
         column-gap: 10px;
  }
}
@media (max-width: 721.98px) {
  .banner-loyalty__content {
    flex-direction: column-reverse;
    row-gap: 15px;
    align-items: center;
    text-align: center;
  }
}
.banner-loyalty__body {
  flex: 0 0 500px;
  width: 500px;
  display: flex;
  flex-direction: column;
  row-gap: 35px;
  align-items: flex-start;
}
@media (max-width: 1182px) {
  .banner-loyalty__body {
    flex: 0 0 380px;
    row-gap: 25px;
  }
}
@media (max-width: 991.98px) {
  .banner-loyalty__body {
    flex: 0 0 280px;
    row-gap: 20px;
  }
}
@media (max-width: 721.98px) {
  .banner-loyalty__body {
    flex: 0 0 auto;
    align-items: center;
    text-align: center;
    width: 100%;
    max-width: 100%;
  }
}
.banner-loyalty__title {
  color: #100F0D;
  font-size: 70px;
}
@media (max-width: 1182px) {
  .banner-loyalty__title {
    font-size: 52px;
  }
}
@media (max-width: 991.98px) {
  .banner-loyalty__title {
    font-size: 40px;
  }
}
@media (max-width: 721.98px) {
  .banner-loyalty__title {
    font-size: 28px;
  }
}
.banner-loyalty__text {
  color: #383534;
  font-size: 25px;
  font-weight: 400;
}
@media (max-width: 1182px) {
  .banner-loyalty__text {
    font-size: 19px;
  }
}
@media (max-width: 991.98px) {
  .banner-loyalty__text {
    font-size: 14px;
  }
}
@media (max-width: 721.98px) {
  .banner-loyalty__text {
    font-size: 16px;
  }
}
.banner-loyalty__buttons {
  display: flex;
  -moz-column-gap: 15px;
       column-gap: 15px;
  width: 100%;
  max-width: 100%;
  position: relative;
}
.banner-loyalty__buttons::after {
  content: "";
  aspect-ratio: 106/97;
  background: url(../img/new/decorations/13.png) center/cover no-repeat;
  position: absolute;
  bottom: calc(100% - 4px);
  right: 0;
  transform: translateX(20%);
  width: 106px;
}
@media (max-width: 1182px) {
  .banner-loyalty__buttons::after {
    width: 80px;
  }
}
@media (max-width: 991.98px) {
  .banner-loyalty__buttons::after {
    width: 60px;
  }
}
@media (max-width: 721.98px) {
  .banner-loyalty__buttons::after {
    display: none;
  }
}
@media (max-width: 1182px) {
  .banner-loyalty__buttons {
    -moz-column-gap: 10px;
         column-gap: 10px;
  }
}
.banner-loyalty__button {
  flex: 0 0 calc((100% - 15px) / 2);
}
@media (max-width: 1182px) {
  .banner-loyalty__button {
    flex: 0 0 calc((100% - 10px) / 2);
  }
}
.banner-loyalty__button img {
  width: 100%;
  max-width: 100%;
}
.banner-loyalty__image {
  flex: 1 1 auto;
  margin-right: -55px;
  margin-top: -5%;
}
@media (max-width: 1182px) {
  .banner-loyalty__image {
    margin-right: -20px;
  }
}
@media (max-width: 721.98px) {
  .banner-loyalty__image {
    flex: 0 0 auto;
    width: 100%;
    max-width: 87%;
    margin: 0px 0px 0px -5%;
  }
}
.banner-loyalty__image img {
  width: 100%;
  max-width: 100%;
}

.nav-loyalty {
  padding: 50px 0px;
}
@media (max-width: 1182px) {
  .nav-loyalty {
    padding: 40px 0px;
  }
}
@media (max-width: 991.98px) {
  .nav-loyalty {
    padding: 30px 0px;
  }
}
@media (max-width: 721.98px) {
  .nav-loyalty {
    display: none;
  }
}
.nav-loyalty__list {
  display: flex;
  flex-wrap: wrap;
  row-gap: 20px;
  -moz-column-gap: 50px;
       column-gap: 50px;
  position: relative;
}
.nav-loyalty__list::after {
  content: "";
  aspect-ratio: 169/136;
  background: url(../img/new/decorations/01.png) center/cover no-repeat;
  position: absolute;
  bottom: calc(100% - 4px);
  left: 0;
  width: 169px;
}
@media (max-width: 1182px) {
  .nav-loyalty__list::after {
    width: 130px;
  }
}
@media (max-width: 991.98px) {
  .nav-loyalty__list::after {
    width: 95px;
  }
}
@media (max-width: 1182px) {
  .nav-loyalty__list {
    -moz-column-gap: 35px;
         column-gap: 35px;
  }
}
@media (max-width: 991.98px) {
  .nav-loyalty__list {
    -moz-column-gap: 25px;
         column-gap: 25px;
  }
}
.nav-loyalty__item {
  flex: 0 0 calc((100% - 200px) / 5);
  border-radius: 30px 0px;
  background: #E3E3E5;
  padding: 3px 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #383534;
  font-size: 25px;
  font-weight: 400;
  min-height: 64px;
  transition: all 0.3s 0s;
}
@media (max-width: 1182px) {
  .nav-loyalty__item {
    flex: 0 0 calc((100% - 140px) / 5);
    font-size: 19px;
    min-height: 48px;
  }
}
@media (max-width: 991.98px) {
  .nav-loyalty__item {
    flex: 0 0 calc((100% - 100px) / 5);
    font-size: 14px;
    min-height: 36px;
  }
}
@media (any-hover: hover) {
  .nav-loyalty__item:hover {
    background: #ED1C24;
    color: #fff;
  }
}

.section-loyalty {
  padding: 50px 0px;
}
@media (max-width: 1182px) {
  .section-loyalty {
    padding: 40px 0px;
  }
}
@media (max-width: 991.98px) {
  .section-loyalty {
    padding: 25px 0px;
  }
}
@media (max-width: 479.98px) {
  .section-loyalty {
    padding: 20px 0px;
  }
}
.section-loyalty__main {
  display: flex;
  -moz-column-gap: 50px;
       column-gap: 50px;
}
@media (max-width: 721.98px) {
  .section-loyalty__main._about .section-loyalty__video::after {
    content: "";
    aspect-ratio: 138/126;
    background: url(../img/new/decorations/02.png) center/cover no-repeat;
    position: absolute;
    bottom: calc(100% - 1px);
    right: 0;
    transform: translateX(20%);
    width: 57px;
  }
}
.section-loyalty__main._about .section-loyalty__button {
  position: relative;
}
.section-loyalty__main._about .section-loyalty__button::after {
  content: "";
  aspect-ratio: 138/126;
  background: url(../img/new/decorations/02.png) center/cover no-repeat;
  position: absolute;
  bottom: calc(100% - 4px);
  right: 0;
  transform: translateX(30%);
  width: 138px;
}
@media (max-width: 1182px) {
  .section-loyalty__main._about .section-loyalty__button::after {
    width: 105px;
  }
}
@media (max-width: 991.98px) {
  .section-loyalty__main._about .section-loyalty__button::after {
    width: 78px;
  }
}
@media (max-width: 721.98px) {
  .section-loyalty__main._about .section-loyalty__button::after {
    display: none;
  }
}
.section-loyalty__main._tutorial .section-loyalty__right {
  position: relative;
}
.section-loyalty__main._tutorial .section-loyalty__right::after {
  content: "";
  aspect-ratio: 169/136;
  background: url(../img/new/decorations/01.png) center/cover no-repeat;
  position: absolute;
  bottom: 112px;
  left: -20px;
  transform: translateX(-100%);
  width: 141px;
}
@media (max-width: 1182px) {
  .section-loyalty__main._tutorial .section-loyalty__right::after {
    display: none;
  }
}
@media (max-width: 479.98px) {
  .section-loyalty__main._tutorial .section-loyalty__title {
    max-width: 280px;
  }
}
.section-loyalty__main._tutorial .section-loyalty__video::before {
  content: "";
  aspect-ratio: 210/147;
  background: url(../img/new/decorations/04.png) center/cover no-repeat;
  position: absolute;
  bottom: -20px;
  left: 0;
  transform: translateX(-70%);
  width: 210px;
  z-index: 1;
}
@media (max-width: 1182px) {
  .section-loyalty__main._tutorial .section-loyalty__video::before {
    width: 115px;
    left: auto;
    right: 10px;
    transform: translateX(0px);
  }
}
@media (max-width: 721.98px) {
  .section-loyalty__main._tutorial .section-loyalty__video::before {
    width: 75px;
  }
}
.section-loyalty__main._tutorial .section-loyalty__video::after {
  content: "";
  aspect-ratio: 96/121;
  background: url(../img/new/decorations/05.png) center/cover no-repeat;
  position: absolute;
  bottom: calc(100% - 4px);
  right: 20%;
  width: 69px;
  z-index: 1;
}
@media (max-width: 991.98px) {
  .section-loyalty__main._tutorial .section-loyalty__video::after {
    width: 54px;
  }
}
@media (max-width: 721.98px) {
  .section-loyalty__main._tutorial .section-loyalty__video::after {
    width: 34px;
    right: 0;
  }
}
.section-loyalty__main._tutorial .section-loyalty__text {
  position: relative;
}
.section-loyalty__main._tutorial .section-loyalty__text::after {
  content: "";
  aspect-ratio: 85/106;
  background: url(../img/new/decorations/06.png) center/cover no-repeat;
  position: absolute;
  bottom: calc(100% - 10px);
  right: 10%;
  width: 85px;
  z-index: 1;
}
@media (max-width: 1182px) {
  .section-loyalty__main._tutorial .section-loyalty__text::after {
    width: 64px;
  }
}
@media (max-width: 991.98px) {
  .section-loyalty__main._tutorial .section-loyalty__text::after {
    width: 48px;
  }
}
@media (max-width: 721.98px) {
  .section-loyalty__main._tutorial .section-loyalty__text::after {
    width: 36px;
  }
}
.section-loyalty__main._promotii .section-loyalty__video::before {
  content: "";
  aspect-ratio: 207/400;
  background: url(../img/new/decorations/09.png) center/cover no-repeat;
  position: absolute;
  bottom: -30px;
  left: 0;
  transform: translateX(-50%);
  width: 207px;
  z-index: 1;
}
@media (max-width: 1182px) {
  .section-loyalty__main._promotii .section-loyalty__video::before {
    width: 138px;
    bottom: -10px;
    left: auto;
    right: -10px;
    transform: translateX(0px) scaleX(-1);
  }
}
@media (max-width: 991.98px) {
  .section-loyalty__main._promotii .section-loyalty__video::before {
    width: 117px;
  }
}
@media (max-width: 721.98px) {
  .section-loyalty__main._promotii .section-loyalty__video::before {
    width: 66px;
  }
}
.section-loyalty__main._promotii .section-loyalty__video::after {
  content: "";
  aspect-ratio: 169/136;
  background: url(../img/new/decorations/01.png) center/cover no-repeat;
  position: absolute;
  bottom: -20px;
  left: -20px;
  transform: translateX(-100%);
  width: 150px;
}
@media (max-width: 1182px) {
  .section-loyalty__main._promotii .section-loyalty__video::after {
    display: none;
  }
}
.section-loyalty__main._regilament {
  align-items: flex-end;
  -moz-column-gap: 210px;
       column-gap: 210px;
  row-gap: 60px;
}
@media (max-width: 1182px) {
  .section-loyalty__main._regilament {
    -moz-column-gap: 150px;
         column-gap: 150px;
  }
}
@media (max-width: 991.98px) {
  .section-loyalty__main._regilament {
    -moz-column-gap: 90px;
         column-gap: 90px;
  }
}
.section-loyalty__main._regilament .section-loyalty__content {
  flex: 0 0 590px;
}
@media (max-width: 1182px) {
  .section-loyalty__main._regilament .section-loyalty__content {
    flex: 0 0 450px;
  }
}
@media (max-width: 991.98px) {
  .section-loyalty__main._regilament .section-loyalty__content {
    flex: 0 0 330px;
  }
}
@media (max-width: 721.98px) {
  .section-loyalty__main._regilament .section-loyalty__content {
    flex: 0 0 auto;
  }
}
.section-loyalty__main._regilament .section-loyalty__right {
  align-self: flex-end;
}
.section-loyalty__main._regilament .section-loyalty__body {
  margin-top: 90px;
  padding-bottom: 0;
}
@media (max-width: 1182px) {
  .section-loyalty__main._regilament .section-loyalty__body {
    margin-top: 70px;
  }
}
@media (max-width: 991.98px) {
  .section-loyalty__main._regilament .section-loyalty__body {
    margin-top: 50px;
  }
}
@media (max-width: 479.98px) {
  .section-loyalty__main._regilament .section-loyalty__body {
    margin-top: 20px;
  }
}
.section-loyalty__main._regilament .section-loyalty__button {
  width: 100%;
  max-width: 100%;
  font-size: 40px;
  min-height: 90px;
  position: relative;
}
.section-loyalty__main._regilament .section-loyalty__button::after {
  content: "";
  aspect-ratio: 250/136;
  background: url(../img/new/decorations/10.png) center/cover no-repeat;
  position: absolute;
  bottom: calc(100% - 4px);
  left: 50%;
  transform: translateX(-50%);
  width: 250px;
}
@media (max-width: 1182px) {
  .section-loyalty__main._regilament .section-loyalty__button::after {
    width: 190px;
  }
}
@media (max-width: 991.98px) {
  .section-loyalty__main._regilament .section-loyalty__button::after {
    width: 140px;
  }
}
@media (max-width: 721.98px) {
  .section-loyalty__main._regilament .section-loyalty__button::after {
    width: 104px;
  }
}
@media (max-width: 1182px) {
  .section-loyalty__main._regilament .section-loyalty__button {
    font-size: 30px;
    min-height: 68px;
  }
}
@media (max-width: 991.98px) {
  .section-loyalty__main._regilament .section-loyalty__button {
    font-size: 22px;
    min-height: 50px;
  }
}
@media (max-width: 479.98px) {
  .section-loyalty__main._regilament .section-loyalty__button {
    font-size: 18px;
    min-height: 44px;
    max-width: 215px;
    align-self: flex-start;
  }
}
.section-loyalty__main._benefits {
  -moz-column-gap: 130px;
       column-gap: 130px;
}
@media (max-width: 1182px) {
  .section-loyalty__main._benefits {
    -moz-column-gap: 100px;
         column-gap: 100px;
  }
}
@media (max-width: 991.98px) {
  .section-loyalty__main._benefits {
    -moz-column-gap: 70px;
         column-gap: 70px;
  }
}
.section-loyalty__main._benefits .section-loyalty__name-section {
  position: relative;
}
.section-loyalty__main._benefits .section-loyalty__name-section::before {
  content: "";
  aspect-ratio: 100/130;
  background: url(../img/new/decorations/07.png) center/cover no-repeat;
  position: absolute;
  top: 50%;
  left: 240px;
  width: 100px;
  z-index: 1;
}
@media (max-width: 1182px) {
  .section-loyalty__main._benefits .section-loyalty__name-section::before {
    width: 76px;
    left: 140px;
  }
}
@media (max-width: 991.98px) {
  .section-loyalty__main._benefits .section-loyalty__name-section::before {
    width: 56px;
    left: 130px;
  }
}
@media (max-width: 721.98px) {
  .section-loyalty__main._benefits .section-loyalty__name-section::before {
    width: 41px;
    left: calc(100vw - 70px);
  }
}
@media (max-width: 479.98px) {
  .section-loyalty__main._benefits .section-loyalty__title {
    max-width: 280px;
  }
}
@media (min-width: 721.98px) {
  .section-loyalty__main._revers {
    flex-direction: row-reverse;
  }
}
@media (max-width: 1182px) {
  .section-loyalty__main {
    -moz-column-gap: 35px;
         column-gap: 35px;
  }
}
@media (max-width: 991.98px) {
  .section-loyalty__main {
    -moz-column-gap: 25px;
         column-gap: 25px;
  }
}
@media (max-width: 721.98px) {
  .section-loyalty__main {
    flex-direction: column;
    row-gap: 20px;
  }
}
.section-loyalty__content {
  flex: 0 0 420px;
  display: flex;
  flex-direction: column;
}
@media (max-width: 1182px) {
  .section-loyalty__content {
    flex: 0 0 335px;
  }
}
@media (max-width: 991.98px) {
  .section-loyalty__content {
    flex: 0 0 250px;
  }
}
@media (max-width: 721.98px) {
  .section-loyalty__content {
    flex: 0 0 auto;
    width: 100%;
    max-width: 100%;
  }
}
.section-loyalty__head {
  display: flex;
  align-items: center;
  -moz-column-gap: 10px;
       column-gap: 10px;
  justify-content: space-between;
  row-gap: 10px;
  flex-wrap: wrap;
}
.section-loyalty__name-section {
  position: relative;
  background: #fff;
  align-self: flex-start;
  display: inline-flex;
  margin-bottom: auto;
}
.section-loyalty__name-section::after {
  content: "";
  position: absolute;
  width: 200vw;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  background: url(../img/title-bgd.png) center/contain repeat-x;
  height: 30px;
  z-index: -1;
}
@media (max-width: 1182px) {
  .section-loyalty__name-section::after {
    height: 23px;
  }
}
@media (max-width: 991.98px) {
  .section-loyalty__name-section::after {
    height: 16px;
  }
}
.section-loyalty__name-section span {
  width: 220px;
  border-radius: 30px 0px;
  background: #3DB44F;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #FFF;
  font-size: 25px;
  font-weight: 400;
  min-height: 64px;
  position: relative;
  z-index: 1;
}
@media (max-width: 1182px) {
  .section-loyalty__name-section span {
    min-height: 48px;
    font-size: 19px;
    width: 170px;
  }
}
@media (max-width: 1182px) {
  .section-loyalty__name-section span {
    min-height: 36px;
    font-size: 14px;
    width: 125px;
    border-radius: 16px 0px;
  }
}
.section-loyalty__link {
  display: flex;
  align-items: center;
  justify-content: center;
  -moz-column-gap: 14px;
       column-gap: 14px;
  color: #009640;
  font-size: 17px;
  font-weight: 500;
  min-height: 29px;
  background: #fff;
  padding: 0px 5px;
}
.section-loyalty__link img, .section-loyalty__link svg {
  flex: 0 0 24px;
  width: 24px;
  height: 24px;
}
.section-loyalty__body {
  margin-top: 35px;
  padding-bottom: 30px;
}
@media (max-width: 1182px) {
  .section-loyalty__body {
    margin-top: 25px;
    padding-bottom: 20px;
  }
}
@media (max-width: 991.98px) {
  .section-loyalty__body {
    margin-top: 20px;
    padding-bottom: 0;
  }
}
.section-loyalty__title {
  color: #000;
  font-size: 40px;
  font-weight: 700;
}
@media (max-width: 1182px) {
  .section-loyalty__title {
    font-size: 30px;
  }
}
@media (max-width: 991.98px) {
  .section-loyalty__title {
    font-size: 22px;
  }
}
.section-loyalty__text {
  color: #383534;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.5;
  padding-right: 30px;
}
@media (max-width: 1182px) {
  .section-loyalty__text {
    padding-right: 20px;
    font-size: 16px;
  }
}
@media (max-width: 991.98px) {
  .section-loyalty__text {
    padding-right: 15px;
    font-size: 14px;
  }
}
@media (max-width: 721.98px) {
  .section-loyalty__text {
    padding-right: 0;
  }
}
.section-loyalty__text p {
  font-size: 20px;
}
@media (max-width: 1182px) {
  .section-loyalty__text p {
    font-size: 16px;
  }
}
@media (max-width: 991.98px) {
  .section-loyalty__text p {
    font-size: 14px;
  }
}
.section-loyalty__text &gt; *:not(:last-child) {
  margin-bottom: 20px;
}
@media (max-width: 1182px) {
  .section-loyalty__text &gt; *:not(:last-child) {
    margin-bottom: 15px;
  }
}
@media (max-width: 991.98px) {
  .section-loyalty__text &gt; *:not(:last-child) {
    margin-bottom: 10px;
  }
}
.section-loyalty__text:not(:first-child) {
  margin-top: 30px;
}
@media (max-width: 1182px) {
  .section-loyalty__text:not(:first-child) {
    margin-top: 25px;
  }
}
@media (max-width: 991.98px) {
  .section-loyalty__text:not(:first-child) {
    margin-top: 20px;
  }
}
.section-loyalty__text b, .section-loyalty__text strong {
  font-weight: 600;
}
.section-loyalty__right {
  align-self: center;
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  position: relative;
}
@media (max-width: 721.98px) {
  .section-loyalty__right {
    flex: 0 0 auto;
    width: 100%;
    max-width: 100%;
  }
}
.section-loyalty__video {
  box-shadow: 0px 4px 18px rgba(0, 0, 0, 0.25);
  border-radius: 10px;
}
.section-loyalty__video iframe {
  border-radius: 10px;
}
.section-loyalty__slider {
  width: 100%;
  max-width: 100%;
  border-radius: 10px;
  box-shadow: 0px 4px 18px rgba(0, 0, 0, 0.25);
}
.section-loyalty__slider .section-loyalty__video {
  box-shadow: none;
}
.section-loyalty__item {
  flex: 0 0 100%;
}
.section-loyalty__item:not(:last-child) {
  margin-right: 20px;
}
.section-loyalty__arrow {
  width: 58px;
  height: 58px;
  flex: 0 0 58px;
  border-radius: 50%;
  border: 2px solid #383534;
  position: absolute;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
@media (max-width: 1182px) {
  .section-loyalty__arrow {
    display: none;
  }
}
.section-loyalty__arrow img, .section-loyalty__arrow svg {
  width: 16px;
  flex: 0 0 16px;
}
.section-loyalty__arrow.section-loyalty-arrow-prev {
  left: -15px;
  transform: translate(-100%, -50%);
}
.section-loyalty__arrow.section-loyalty-arrow-next {
  right: -15px;
  transform: translate(100%, -50%);
}
.section-loyalty__paggination {
  display: flex;
  align-items: center;
  justify-content: center;
  -moz-column-gap: 10px;
       column-gap: 10px;
  margin-top: 15px;
}
.section-loyalty__paggination .swiper-pagination-bullet {
  flex: 0 0 8px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #009640;
  transition: all 0.3s 0s;
}
.section-loyalty__paggination .swiper-pagination-bullet-active {
  width: 12px;
  height: 12px;
  flex: 0 0 12px;
  background: #ED1C24;
}
@media (min-width: 1182px) {
  .section-loyalty__paggination {
    display: none;
  }
}
.section-loyalty__button {
  color: #fff;
  font-size: 25px;
  font-weight: 400;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  background: #ED1C24;
  min-height: 64px;
  transition: all 0.3s 0s;
  margin-top: 50px;
  width: 364px;
  align-self: center;
}
@media (max-width: 1182px) {
  .section-loyalty__button {
    margin-top: 35px;
    font-size: 19px;
    width: 280px;
    min-height: 48px;
  }
}
@media (max-width: 991.98px) {
  .section-loyalty__button {
    margin-top: 25px;
    font-size: 14px;
    width: 210px;
    min-height: 36px;
    border-radius: 3px;
  }
}
@media (max-width: 479.98px) {
  .section-loyalty__button {
    margin-top: 20px;
  }
}
.section-loyalty__button:first-child {
  margin-top: 0;
}
@media (any-hover: hover) {
  .section-loyalty__button:hover {
    background: #991217;
  }
}
.section-loyalty__other {
  margin-top: 100px;
}
@media (max-width: 1182px) {
  .section-loyalty__other {
    margin-top: 80px;
  }
}
.steps-loyalty {
  display: flex;
  flex-wrap: wrap;
  row-gap: 30px;
  -moz-column-gap: 70px;
       column-gap: 70px;
}
@media (max-width: 1182px) {
  .steps-loyalty {
    -moz-column-gap: 50px;
         column-gap: 50px;
  }
}
@media (max-width: 991.98px) {
  .steps-loyalty {
    -moz-column-gap: 40px;
         column-gap: 40px;
  }
}
.steps-loyalty__item {
  display: flex;
  flex-direction: column;
  row-gap: 50px;
  position: relative;
  flex: 0 0 calc((100% - 280px) / 5);
}
@media (max-width: 1182px) {
  .steps-loyalty__item {
    row-gap: 30px;
    flex: 0 0 calc((100% - 200px) / 5);
  }
}
@media (max-width: 991.98px) {
  .steps-loyalty__item {
    flex: 0 0 calc((100% - 160px) / 5);
  }
}
@media (max-width: 721.98px) {
  .steps-loyalty__item {
    flex: 0 0 100%;
    align-items: center;
    text-align: center;
    row-gap: 10px;
  }
}
.steps-loyalty__item:nth-child(3)::after {
  content: "";
  aspect-ratio: 146/121;
  background: url(../img/new/decorations/03.png) center/cover no-repeat;
  position: absolute;
  bottom: calc(100% - 4px);
  left: 0;
  transform: translateX(-40%);
  width: 146px;
}
@media (max-width: 1182px) {
  .steps-loyalty__item:nth-child(3)::after {
    width: 110px;
  }
}
@media (max-width: 991.98px) {
  .steps-loyalty__item:nth-child(3)::after {
    width: 82px;
  }
}
@media (max-width: 721.98px) {
  .steps-loyalty__item:nth-child(3)::after {
    display: none;
  }
}
.steps-loyalty__item:nth-child(1)::after {
  content: "";
  aspect-ratio: 146/121;
  background: url(../img/new/decorations/03.png) center/cover no-repeat;
  position: absolute;
  bottom: calc(100% - 4px);
  left: 50%;
  transform: translateX(-55%);
  width: 54px;
}
@media (min-width: 721.98px) {
  .steps-loyalty__item:nth-child(1)::after {
    display: none;
  }
}
.steps-loyalty__item:last-child .steps-loyalty__head::after {
  display: none;
}
@media (min-width: 721.98px) {
  .steps-loyalty__head {
    position: relative;
  }
}
.steps-loyalty__head::after {
  content: "";
  width: calc(100% + 70px);
  height: 0px;
  border: 1px solid transparent;
  -o-border-image: repeating-linear-gradient(90deg, #E3E3E5 0, #E3E3E5 5px, transparent 5px, transparent 10px) 30;
     border-image: repeating-linear-gradient(90deg, #E3E3E5 0, #E3E3E5 5px, transparent 5px, transparent 10px) 30;
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
@media (max-width: 1182px) {
  .steps-loyalty__head::after {
    width: calc(100% + 50px);
  }
}
@media (max-width: 991.98px) {
  .steps-loyalty__head::after {
    width: calc(100% + 40px);
  }
}
@media (max-width: 721.98px) {
  .steps-loyalty__head::after {
    height: 26px;
    width: 0;
    transform: translateX(-50%);
    top: calc(100% + 2px);
    left: 50%;
    border: 1px dashed #E3E3E5;
  }
}
.steps-loyalty__num {
  color: #fff;
  font-size: 25px;
  font-weight: 600;
  width: 54px;
  height: 54px;
  flex: 0 0 54px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background: #ED1C24;
  position: relative;
  z-index: 1;
}
@media (max-width: 1182px) {
  .steps-loyalty__num {
    width: 42px;
    height: 42px;
    flex: 0 0 42px;
    font-size: 19px;
  }
}
.steps-loyalty__text {
  color: #383534;
  font-size: 20px;
  line-height: 1.5;
  font-weight: 400;
}
@media (max-width: 1182px) {
  .steps-loyalty__text {
    font-size: 16px;
  }
}
@media (max-width: 991.98px) {
  .steps-loyalty__text {
    font-size: 14px;
  }
}
@media (max-width: 721.98px) {
  .steps-loyalty__text {
    font-size: 16px;
  }
}
.steps-loyalty__text b, .steps-loyalty__text strong {
  font-weight: 600;
}

.benefits-loyalty {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  row-gap: 20px;
  -moz-column-gap: 20px;
       column-gap: 20px;
}
@media (min-width: 721.98px) {
  .benefits-loyalty {
    background: url(../img/title-bgd.png) -50px 8px/auto 29px repeat-x;
  }
}
@media (min-width: 721.98px) and (max-width: 1182px) {
  .benefits-loyalty {
    background: url(../img/title-bgd.png) center 5px/auto 22px repeat-x;
  }
}
@media (min-width: 721.98px) and (max-width: 991.98px) {
  .benefits-loyalty {
    background: url(../img/title-bgd.png) center 5px/auto 16px repeat-x;
  }
}
@media (max-width: 721.98px) {
  .benefits-loyalty {
    padding-top: 10px;
    border-top: 1px solid #e2e3e5;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: auto auto;
  }
}
@media (max-width: 479.98px) {
  .benefits-loyalty {
    -moz-column-gap: 10px;
         column-gap: 10px;
  }
}
.benefits-loyalty__item {
  flex: 0 0 auto;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 195px;
}
.benefits-loyalty__item:first-child {
  padding-left: 0;
}
.benefits-loyalty__item:last-child {
  padding-right: 0;
}
@media (max-width: 1182px) {
  .benefits-loyalty__item {
    max-width: 150px;
  }
}
@media (max-width: 721.98px) {
  .benefits-loyalty__item {
    max-width: 100%;
  }
}
.benefits-loyalty__item:nth-child(4) {
  position: relative;
}
.benefits-loyalty__item:nth-child(4) .benefits-loyalty__value {
  position: relative;
}
.benefits-loyalty__item:nth-child(4) .benefits-loyalty__value::after {
  content: "";
  width: 100px;
  height: 100%;
  position: absolute;
  left: 100%;
  top: 0;
  background: #fff;
  display: inline-block;
  z-index: 1;
}
.benefits-loyalty__item:nth-child(4)::before {
  content: "";
  aspect-ratio: 146/121;
  background: url(../img/new/decorations/08.png) center/cover no-repeat;
  position: absolute;
  bottom: calc(100% - 4px);
  left: 50%;
  transform: translateX(-30%);
  width: 146px;
  z-index: 1;
}
@media (max-width: 1182px) {
  .benefits-loyalty__item:nth-child(4)::before {
    width: 110px;
  }
}
@media (max-width: 991.98px) {
  .benefits-loyalty__item:nth-child(4)::before {
    width: 82px;
  }
}
@media (max-width: 721.98px) {
  .benefits-loyalty__item:nth-child(4)::before {
    width: 48px;
  }
}
@media (min-width: 721.98px) {
  .benefits-loyalty__item:first-child {
    text-align: left;
  }
}
@media (max-width: 721.98px) {
  .benefits-loyalty__item:first-child {
    grid-column: 1/4;
    grid-row: 1/2;
  }
}
.benefits-loyalty__title {
  color: #000;
  font-size: 40px;
  font-weight: 700;
  padding: 0px 10px;
  background: #fff;
}
@media (max-width: 1182px) {
  .benefits-loyalty__title {
    font-size: 30px;
  }
}
@media (max-width: 991.98px) {
  .benefits-loyalty__title {
    font-size: 22px;
  }
}
.benefits-loyalty__value {
  color: #ED1C24;
  font-size: 70px;
  font-weight: 700;
  line-height: 0.6;
  background: #fff;
  padding: 0px 10px;
}
@media (max-width: 1182px) {
  .benefits-loyalty__value {
    font-size: 52px;
  }
}
@media (max-width: 991.98px) {
  .benefits-loyalty__value {
    font-size: 40px;
  }
}
@media (max-width: 721.98px) {
  .benefits-loyalty__value {
    font-size: 32px;
    line-height: 0.9;
  }
}
.benefits-loyalty__name {
  color: #000;
  font-size: 35px;
  font-weight: 700;
}
@media (max-width: 1182px) {
  .benefits-loyalty__name {
    font-size: 25px;
  }
}
@media (max-width: 991.98px) {
  .benefits-loyalty__name {
    font-size: 20px;
  }
}
@media (max-width: 479.98px) {
  .benefits-loyalty__name {
    font-size: 16px;
  }
}
.benefits-loyalty__text {
  color: #383534;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.5;
  margin-top: 15px;
}
@media (max-width: 1182px) {
  .benefits-loyalty__text {
    font-size: 15px;
    margin-top: 10px;
  }
}
@media (max-width: 991.98px) {
  .benefits-loyalty__text {
    font-size: 12px;
    margin-top: 5px;
  }
}
@media (max-width: 721.98px) {
  .benefits-loyalty__text {
    font-size: 14px;
    margin-top: 0;
  }
}

.help-loyalty {
  padding: 50px 0px 100px;
}
@media (max-width: 1182px) {
  .help-loyalty {
    padding: 40px 0px 80px;
  }
}
@media (max-width: 991.98px) {
  .help-loyalty {
    padding: 25px 0px 50px;
  }
}
@media (max-width: 479.98px) {
  .help-loyalty {
    padding: 20px 0px 0px;
  }
}
.help-loyalty .wrapper {
  display: flex;
}
@media (max-width: 721.98px) {
  .help-loyalty .wrapper {
    flex-direction: column;
  }
}
.help-loyalty__content {
  flex: 1 1 auto;
}
@media (max-width: 721.98px) {
  .help-loyalty__content {
    flex: 0 0 auto;
    width: 100%;
    max-width: 100%;
  }
}
.help-loyalty__title {
  color: #000;
  font-size: 40px;
  font-weight: 700;
}
@media (max-width: 1182px) {
  .help-loyalty__title {
    font-size: 30px;
  }
}
@media (max-width: 991.98px) {
  .help-loyalty__title {
    font-size: 22px;
  }
}
.help-loyalty__list {
  margin-top: 35px;
  display: flex;
  flex-direction: column;
  row-gap: 5px;
}
@media (max-width: 991.98px) {
  .help-loyalty__list {
    margin-top: 20px;
  }
}
.help-loyalty__main {
  border-radius: 5px;
  background: #E3E3E5;
  display: flex;
  align-items: center;
  -moz-column-gap: 10px;
       column-gap: 10px;
  padding: 10px 30px;
  min-height: 64px;
  cursor: pointer;
  transition: all 0.3s 0s;
}
@media (max-width: 1182px) {
  .help-loyalty__main {
    padding: 5px 25px;
    min-height: 48px;
  }
}
@media (max-width: 991.98px) {
  .help-loyalty__main {
    padding: 5px 20px;
    min-height: 36px;
  }
}
@media (max-width: 479.98px) {
  .help-loyalty__main {
    padding: 5px 10px;
  }
}
.help-loyalty__main._active {
  background: #3DB44F;
}
.help-loyalty__main._active .help-loyalty__name {
  color: #fff;
}
.help-loyalty__main._active .help-loyalty__icon {
  opacity: 0;
}
.help-loyalty__name {
  color: #383534;
  font-size: 25px;
  font-weight: 400;
  line-height: 1.4;
  flex: 1 1 auto;
  transition: all 0.3s 0s;
}
@media (max-width: 1182px) {
  .help-loyalty__name {
    font-size: 20px;
  }
}
@media (max-width: 991.98px) {
  .help-loyalty__name {
    font-size: 14px;
  }
}
.help-loyalty__icon {
  flex: 0 0 32px;
  width: 32px;
  height: 32px;
  transition: all 0.3s 0s;
}
@media (max-width: 1182px) {
  .help-loyalty__icon {
    flex: 0 0 25px;
    width: 25px;
    height: 25px;
  }
}
@media (max-width: 1182px) {
  .help-loyalty__icon {
    flex: 0 0 20px;
    width: 20px;
    height: 20px;
  }
}
.help-loyalty__icon img, .help-loyalty__icon svg {
  width: 100%;
  max-width: 100%;
}
.help-loyalty__body {
  display: none;
  margin-top: 20px;
  margin-bottom: 20px;
  color: #383534;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.5;
  padding-right: 50px;
}
.help-loyalty__body p {
  font-size: 20px;
}
@media (max-width: 1182px) {
  .help-loyalty__body p {
    font-size: 16px;
  }
}
@media (max-width: 991.98px) {
  .help-loyalty__body p {
    font-size: 14px;
  }
}
@media (max-width: 1182px) {
  .help-loyalty__body {
    padding-right: 40px;
    font-size: 16px;
    margin-top: 12px;
    margin-bottom: 12px;
  }
}
@media (max-width: 991.98px) {
  .help-loyalty__body {
    padding-right: 30px;
    font-size: 14px;
  }
}
@media (max-width: 479.98px) {
  .help-loyalty__body {
    padding-right: 15px;
    margin-top: 5px;
    margin-bottom: 5px;
  }
}
.help-loyalty__image {
  flex: 0 0 410px;
  align-self: flex-end;
  display: flex;
  justify-content: center;
}
@media (max-width: 1182px) {
  .help-loyalty__image {
    flex: 0 0 315px;
  }
}
@media (max-width: 991.98px) {
  .help-loyalty__image {
    flex: 0 0 230px;
  }
}
@media (max-width: 721.98px) {
  .help-loyalty__image {
    flex: 0 0 auto;
    width: 100%;
    max-width: 100%;
    justify-content: flex-end;
    padding-right: 10px;
    position: relative;
  }
  .help-loyalty__image::after {
    content: "";
    aspect-ratio: 163/135;
    background: url(../img/new/decorations/11.png) center/cover no-repeat;
    position: absolute;
    bottom: 0px;
    left: 30%;
    transform: translateX(-50%);
    width: 79px;
  }
  .help-loyalty__image::before {
    content: "";
    aspect-ratio: 41/53;
    background: url(../img/new/decorations/12.png) center/cover no-repeat;
    position: absolute;
    top: 0;
    left: 26%;
    transform: translateX(-50%);
    width: 42px;
  }
}
.help-loyalty__img {
  width: 265px;
  position: relative;
}
.help-loyalty__img::after {
  content: "";
  aspect-ratio: 163/135;
  background: url(../img/new/decorations/11.png) center/cover no-repeat;
  position: absolute;
  bottom: calc(100% - 1px);
  left: 50%;
  transform: translateX(-50%);
  width: 163px;
}
@media (max-width: 1182px) {
  .help-loyalty__img::after {
    width: 124px;
  }
}
@media (max-width: 991.98px) {
  .help-loyalty__img::after {
    width: 90px;
  }
}
@media (max-width: 721.98px) {
  .help-loyalty__img::after {
    display: none;
  }
}
@media (max-width: 1182px) {
  .help-loyalty__img {
    width: 200px;
  }
}
@media (max-width: 991.98px) {
  .help-loyalty__img {
    width: 150px;
  }
}
@media (max-width: 721.98px) {
  .help-loyalty__img {
    width: 110px;
  }
}
.help-loyalty__img img {
  width: 100%;
  max-width: 100%;
}/*# sourceMappingURL=loyalty.css.map */
</pre></body></html>