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: 54px;
  }
}
@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: 15px;
  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% - 60px) / 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;
  }
}
.section-loyalty__main._reward-participate .section-loyalty__body {
  padding-bottom: 0;
}
.section-loyalty__main._reward-participate .section-loyalty__right {
  align-self: flex-end;
  overflow: visible;
}
.section-loyalty__main._reward-participate .section-loyalty__button {
  position: relative;
}
.section-loyalty__main._reward-participate .section-loyalty__button._green-fill::after {
  content: "";
  width: 103px;
  aspect-ratio: 103/132;
  background: url(../img/new/reward/decoration/03.png) center/cover no-repeat;
  position: absolute;
  bottom: 100%;
  right: 10%;
}
@media (max-width: 1182px) {
  .section-loyalty__main._reward-participate .section-loyalty__button._green-fill::after {
    width: 78px;
  }
}
@media (max-width: 991.98px) {
  .section-loyalty__main._reward-participate .section-loyalty__button._green-fill::after {
    width: 57px;
  }
}
@media (max-width: 721.98px) {
  .section-loyalty__main._reward-participate .section-loyalty__button._green-fill::after {
    display: none;
  }
}
.section-loyalty__main._reward-participate .section-loyalty__button._stroke::after {
  content: "";
  width: 103px;
  aspect-ratio: 103/132;
  background: url(../img/new/reward/decoration/04.png) center/cover no-repeat;
  position: absolute;
  bottom: 100%;
  left: 10%;
}
@media (max-width: 1182px) {
  .section-loyalty__main._reward-participate .section-loyalty__button._stroke::after {
    width: 78px;
  }
}
@media (max-width: 991.98px) {
  .section-loyalty__main._reward-participate .section-loyalty__button._stroke::after {
    width: 57px;
  }
}
@media (max-width: 721.98px) {
  .section-loyalty__main._reward-participate .section-loyalty__button._stroke::after {
    display: none;
  }
}
.section-loyalty__main._reward-coupons .section-loyalty__body {
  padding-bottom: 0;
}
.section-loyalty__main._reward-coupons .section-loyalty__right {
  align-self: flex-end;
  position: relative;
  overflow: visible;
}
.section-loyalty__main._reward-coupons .section-loyalty__right::after {
  content: "";
  aspect-ratio: 166/210;
  width: 166px;
  position: absolute;
  bottom: 0;
  right: -80px;
  background: url(../img/new/reward/decoration/egg-02.png) center/cover no-repeat;
}
@media (max-width: 1182px) {
  .section-loyalty__main._reward-coupons .section-loyalty__right::after {
    width: 126px;
    right: 0px;
  }
}
@media (max-width: 991.98px) {
  .section-loyalty__main._reward-coupons .section-loyalty__right::after {
    width: 93px;
  }
}
@media (max-width: 479.98px) {
  .section-loyalty__main._reward-coupons .section-loyalty__right::after {
    width: 67px;
  }
}
.section-loyalty__main._reward-about .section-loyalty__title {
  position: relative;
}
.section-loyalty__main._reward-about .section-loyalty__title::after {
  content: "";
  aspect-ratio: 101/129;
  background: url(../img/new/reward/decoration/01.png) center/cover no-repeat;
  position: absolute;
  bottom: 30px;
  right: 0px;
  width: 101px;
}
@media (max-width: 1182px) {
  .section-loyalty__main._reward-about .section-loyalty__title::after {
    width: 76px;
    bottom: 20px;
    right: 10px;
  }
}
@media (max-width: 991.98px) {
  .section-loyalty__main._reward-about .section-loyalty__title::after {
    width: 56px;
  }
}
@media (max-width: 721.98px) {
  .section-loyalty__main._reward-about .section-loyalty__title::after {
    width: 47px;
  }
}
.section-loyalty__main._reward-about .section-loyalty__right {
  position: relative;
  overflow: visible;
}
.section-loyalty__main._reward-about .section-loyalty__right::after {
  content: "";
  width: 158px;
  aspect-ratio: 158/180;
  position: absolute;
  bottom: -10px;
  left: -100px;
  background: url(../img/new/reward/decoration/egg-01.png) center/cover no-repeat;
}
@media (max-width: 1182px) {
  .section-loyalty__main._reward-about .section-loyalty__right::after {
    width: 120px;
    left: 10px;
  }
}
@media (max-width: 991.98px) {
  .section-loyalty__main._reward-about .section-loyalty__right::after {
    width: 90px;
  }
}
@media (max-width: 479.98px) {
  .section-loyalty__main._reward-about .section-loyalty__right::after {
    width: 47px;
    left: auto;
    right: 10px;
  }
}
.section-loyalty__main._reward-about .section-loyalty__right::before {
  content: "";
  width: 106px;
  aspect-ratio: 106/137;
  position: absolute;
  bottom: 170px;
  left: -75px;
  z-index: 1;
  background: url(../img/new/reward/decoration/02.png) center/cover no-repeat;
}
@media (max-width: 1182px) {
  .section-loyalty__main._reward-about .section-loyalty__right::before {
    width: 80px;
    left: 20px;
    bottom: 120px;
  }
}
@media (max-width: 991.98px) {
  .section-loyalty__main._reward-about .section-loyalty__right::before {
    width: 60px;
    bottom: 90px;
  }
}
@media (max-width: 479.98px) {
  .section-loyalty__main._reward-about .section-loyalty__right::before {
    width: 32px;
    bottom: 40px;
    right: 20px;
    left: auto;
  }
}
@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;
  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;
  display: inline-block;
}
@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 > *:not(:last-child) {
  margin-bottom: 20px;
}
@media (max-width: 1182px) {
  .section-loyalty__text > *:not(:last-child) {
    margin-bottom: 15px;
  }
}
@media (max-width: 991.98px) {
  .section-loyalty__text > *: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;
  overflow: hidden;
}
@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__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;
}
.section-loyalty__button._green-fill {
  background: #00A651;
  color: #fff;
}
@media (any-hover: hover) {
  .section-loyalty__button._green-fill:hover {
    background: #058844;
  }
}
.section-loyalty__button._stroke {
  background: none;
  color: #fff;
  border: 2px solid #fff;
}
@media (any-hover: hover) {
  .section-loyalty__button._stroke:hover {
    background: #fff;
    color: #000;
  }
}
@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__buttons {
  display: grid;
  grid-template-columns: 1fr 1fr;
  -moz-column-gap: 20px;
  column-gap: 20px;
}
@media (max-width: 479.98px) {
  .section-loyalty__buttons {
    display: flex;
    flex-direction: column;
    row-gap: 10px;
    align-items: stretch;
    width: 100%;
  }
}
.section-loyalty__buttons .section-loyalty__button {
  margin: 0;
  width: auto;
}
@media (max-width: 479.98px) {
  .section-loyalty__buttons .section-loyalty__button {
    width: 100%;
    max-width: 100%;
  }
}
.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%;
}

.reward-loyalty__wrapper {
  border-radius: 34px;
  background: linear-gradient(43deg, #ECE956 -10.51%, #8BC751 97.74%);
  padding: 45px 55px;
  display: flex;
  flex-direction: column;
  row-gap: 100px;
}
@media (max-width: 1182px) {
  .reward-loyalty__wrapper {
    padding: 30px 40px;
    row-gap: 80px;
  }
}
@media (max-width: 991.98px) {
  .reward-loyalty__wrapper {
    row-gap: 40px;
    padding: 20px 30px;
  }
}
@media (max-width: 721.98px) {
  .reward-loyalty__wrapper {
    padding: 30px 20px;
    margin: 0px -20px;
    border-radius: 0;
  }
}
.reward-loyalty__wrapper .section-loyalty__name-section {
  position: relative;
}
.reward-loyalty__wrapper .section-loyalty__name-section span {
  width: 235px;
  z-index: 1;
  background: #ED1C24;
}
@media (max-width: 1182px) {
  .reward-loyalty__wrapper .section-loyalty__name-section span {
    width: 180px;
  }
}
@media (max-width: 991.98px) {
  .reward-loyalty__wrapper .section-loyalty__name-section span {
    width: 135px;
  }
}
.reward-loyalty__wrapper .section-loyalty__name-section::after {
  background: url(../img/new/title-bgd-w.svg) left center/contain repeat-x;
  z-index: 0;
  left: calc(100% + 5px);
  transform: translateY(-50%);
}
.reward-loyalty__wrapper .section-loyalty__image img {
  max-width: 100%;
}
@media (max-width: 479.98px) {
  .reward-loyalty__wrapper .section-loyalty__title {
    font-size: 22px;
  }
}
.reward-loyalty__steps {
  margin-top: 100px;
}
@media (max-width: 1182px) {
  .reward-loyalty__steps {
    margin-top: 80px;
  }
}
@media (max-width: 991.98px) {
  .reward-loyalty__steps {
    margin-top: 40px;
  }
}
@media (max-width: 479.98px) {
  .reward-loyalty__steps {
    margin-top: 20px;
  }
}

.steps {
  display: flex;
  -moz-column-gap: 50px;
  column-gap: 50px;
}
@media (max-width: 721.98px) {
  .steps {
    display: flex;
    flex-direction: column;
    align-items: center;
    row-gap: 40px;
  }
}
.steps__item {
  width: 100%;
  max-width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  row-gap: 20px;
}
@media (min-width: 721.98px) {
  .steps__item {
    flex: 0 0 calc((100% - 100px) / 3);
  }
}
.steps__image {
  width: 100%;
  max-width: 100%;
  display: flex;
  align-items: flex-end;
  position: relative;
  aspect-ratio: 500/410;
}
@media (max-width: 721.98px) {
  .steps__image {
    aspect-ratio: unset;
  }
}
@media (max-width: 479.98px) {
  .steps__image {
    max-width: 200px;
  }
}
.steps__image img {
  width: 100%;
  max-width: 100%;
}
.steps__info {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  row-gap: 20px;
}
@media (max-width: 479.98px) {
  .steps__info {
    row-gap: 10px;
  }
}
.steps__step {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 52px;
  aspect-ratio: 52/60;
  border-radius: 50% 50% 50% 50%/60% 60% 40% 40%;
  background: #ED1C24;
  color: #fff;
  font-size: 25px;
  font-weight: 600;
  line-height: 1.4;
}
@media (max-width: 479.98px) {
  .steps__step {
    width: 30px;
    font-size: 14px;
  }
}
.steps__text {
  max-width: 245px;
  color: #383534;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.5;
}
@media (max-width: 1182px) {
  .steps__text {
    font-size: 16px;
  }
}
@media (max-width: 991.98px) {
  .steps__text {
    font-size: 14px;
  }
}
.steps__text b {
  font-weight: 600;
}

.loyalty._promo .banner-loyalty {
  padding-top: 30px;
}
@media (max-width: 479.98px) {
  .loyalty._promo .banner-loyalty {
    padding-top: 20px;
  }
}
.loyalty._promo .reward-loyalty {
  margin: 50px 0px;
}
@media (max-width: 1182px) {
  .loyalty._promo .reward-loyalty {
    margin: 30px 0px;
  }
}
@media (max-width: 991.98px) {
  .loyalty._promo .reward-loyalty {
    margin: 20px 0px;
  }
}
@media (max-width: 721.98px) {
  .loyalty._promo .reward-loyalty {
    margin: 0px 0px 20px;
  }
}
.loyalty._promo .reward-loyalty__wrapper {
  background: linear-gradient(197deg, #95D663 8.24%, #4F9722 188.55%);
}
.loyalty._promo ._reward-coupons .section-loyalty__right {
  margin-right: -55px;
}
@media (max-width: 1182px) {
  .loyalty._promo ._reward-coupons .section-loyalty__right {
    margin-right: -40px;
  }
}
@media (max-width: 991.98px) {
  .loyalty._promo ._reward-coupons .section-loyalty__right {
    margin-right: -30px;
  }
}
@media (max-width: 721.98px) {
  .loyalty._promo ._reward-coupons .section-loyalty__right {
    margin-right: -20px;
  }
}

.banner-loyalty__image._promo {
  margin: 0px !important;
}
@media (max-width: 721.98px) {
  .banner-loyalty__image._promo {
    max-width: 100%;
  }
}

.mc-banner {
  display: flex;
  align-items: center;
  -moz-column-gap: 30px;
  column-gap: 30px;
}
@media (max-width: 1182px) {
  .mc-banner {
    -moz-column-gap: 20px;
    column-gap: 20px;
  }
}
@media (max-width: 991.98px) {
  .mc-banner {
    -moz-column-gap: 15px;
    column-gap: 15px;
  }
}
@media (max-width: 721.98px) {
  .mc-banner {
    justify-content: center;
  }
}
.mc-banner__image {
  flex: 0 0 120px;
}
@media (max-width: 1182px) {
  .mc-banner__image {
    flex: 0 0 90px;
  }
}
@media (max-width: 991.98px) {
  .mc-banner__image {
    flex: 0 0 62px;
  }
}
.mc-banner__image img, .mc-banner__image svg {
  width: 100%;
  max-width: 100%;
}
.mc-banner__title {
  color: #ED1C24;
  font-size: 40px;
  font-weight: 700;
  flex: 1 1 auto;
  text-align: left;
}
@media (max-width: 1182px) {
  .mc-banner__title {
    font-size: 30px;
  }
}
@media (max-width: 991.98px) {
  .mc-banner__title {
    font-size: 20px;
  }
}

.section-loyalty__mc {
  margin-top: 20px;
}

.mc-row {
  display: flex;
  align-items: flex-end;
  -moz-column-gap: 15px;
  column-gap: 15px;
}
.mc-row__image {
  flex: 0 0 92px;
}
@media (max-width: 1182px) {
  .mc-row__image {
    flex: 0 0 74px;
  }
}
@media (max-width: 991.98px) {
  .mc-row__image {
    flex: 0 0 60px;
  }
}
.mc-row__image img, .mc-row__image svg {
  width: 100%;
  max-width: 100%;
}
.mc-row__text {
  color: #fff;
  font-size: 25px;
  font-weight: 700;
  line-height: 1.3;
}
@media (max-width: 1182px) {
  .mc-row__text {
    font-size: 20px;
  }
}
@media (max-width: 991.98px) {
  .mc-row__text {
    font-size: 16px;
  }
}

.steps-reward {
  display: flex;
  justify-content: space-between;
  text-align: center;
  -moz-column-gap: 40px;
  column-gap: 40px;
}
@media (max-width: 721.98px) {
  .steps-reward {
    row-gap: 40px;
    flex-direction: column;
    align-items: center;
  }
}
.steps-reward__item {
  flex: 0 1 330px;
  max-width: 330px;
}
@media (max-width: 721.98px) {
  .steps-reward__item {
    max-width: 184px;
    flex: 0 0 auto;
  }
}
.steps-reward__item:first-child .steps-reward__image img {
  max-width: 118%;
  width: 118%;
}
.steps-reward__image {
  position: relative;
  max-width: 100%;
}
.steps-reward__image img {
  width: 100%;
  max-width: 100%;
}
.steps-reward__step {
  color: #fff;
  font-size: 25px;
  font-weight: 600;
  width: 54px;
  height: 54px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 50%);
  background: #ED1C24;
}
@media (max-width: 1182px) {
  .steps-reward__step {
    font-size: 20px;
    width: 40px;
    height: 40px;
  }
}
@media (max-width: 991.98px) {
  .steps-reward__step {
    width: 30px;
    height: 30px;
    font-size: 14px;
  }
}
.steps-reward__info {
  margin-top: 45px;
}
@media (max-width: 1182px) {
  .steps-reward__info {
    margin-top: 38px;
  }
}
@media (max-width: 991.98px) {
  .steps-reward__info {
    margin-top: 30px;
  }
}
.steps-reward__text {
  color: #383534;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.4;
}
@media (max-width: 1182px) {
  .steps-reward__text {
    font-size: 16px;
  }
}
@media (max-width: 991.98px) {
  .steps-reward__text {
    font-size: 12px;
  }
}
.steps-reward__text b {
  font-weight: 600;
}

.reward-loyalty__partners {
  margin-top: 68px;
}
@media (max-width: 1182px) {
  .reward-loyalty__partners {
    margin-top: 30px;
  }
}
@media (max-width: 991.98px) {
  .reward-loyalty__partners {
    margin-top: 24px;
  }
}
@media (max-width: 479.98px) {
  .reward-loyalty__partners {
    margin-top: 20px;
  }
}

.partners-reward {
  position: relative;
  display: flex;
  align-items: center;
  -moz-column-gap: 40px;
  column-gap: 40px;
}
@media (max-width: 1182px) {
  .partners-reward {
    flex-wrap: wrap;
    justify-content: center;
    row-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
  }
}
@media (max-width: 1182px) {
  .partners-reward__slider {
    flex: 0 0 100%;
  }
}
@media (max-width: 721.98px) {
  .partners-reward__slider {
    flex: 0 0 calc(100% + 40px);
    margin: 0px -20px;
    padding: 0px 20px;
  }
}
.partners-reward__item {
  flex: 0 0 calc((100% - 135px) / 4);
  aspect-ratio: 1;
  border-radius: 10px;
  background: #fff;
}
@media (max-width: 1182px) {
  .partners-reward__item {
    flex: 0 0 calc((100% - 60px) / 4);
  }
}
@media (max-width: 721.98px) {
  .partners-reward__item {
    flex: 0 0 116px;
  }
}
.partners-reward__item img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.partners-reward__item:not(:last-child) {
  margin-right: 45px;
}
@media (max-width: 1182px) {
  .partners-reward__item:not(:last-child) {
    margin-right: 20px;
  }
}
.partners-reward__arrow {
  width: 57px;
  height: 57px;
  flex: 0 0 57px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 1px solid #fff;
  cursor: pointer;
  transition: all 0.3s 0s;
}
@media (max-width: 1182px) {
  .partners-reward__arrow {
    order: 1;
  }
}
@media (max-width: 991.98px) {
  .partners-reward__arrow {
    flex: 0 0 48px;
    width: 48px;
    height: 48px;
  }
}
@media (any-hover: hover) {
  .partners-reward__arrow:hover {
    background: #fff;
  }
  .partners-reward__arrow:hover svg path[fill] {
    fill: black;
  }
  .partners-reward__arrow:hover svg path[stroke] {
    stroke: black;
  }
}
.partners-reward__arrow img, .partners-reward__arrow svg {
  width: 12px;
  flex: 0 0 12px;
}
.partners-reward__arrow s svg path {
  transition: all 0.3s 0s;
}
.partners-reward__arrow s svg path[fill] {
  fill: #fff;
}
.partners-reward__arrow s svg path[stroke] {
  stroke: #fff;
}

._prizes-row-reward {
  position: relative;
}

.reward-loyalty__prizes {
  position: relative;
  z-index: 1;
}
.reward-loyalty__prize-decoration {
  position: absolute;
  inset: 0;
  margin: -300px -55px;
  padding: 300px 55px;
  pointer-events: none;
  overflow: hidden;
}
@media (max-width: 1182px) {
  .reward-loyalty__prize-decoration {
    margin: -300px -40px;
    padding: 300px 40px;
  }
}
@media (max-width: 991.98px) {
  .reward-loyalty__prize-decoration {
    margin: -300px -30px;
    padding: 300px 30px;
  }
}
@media (max-width: 721.98px) {
  .reward-loyalty__prize-decoration {
    margin: -50px -20px;
    padding: 50px 20px;
  }
}

.prizes-reward {
  display: flex;
  justify-content: center;
  -moz-column-gap: 20px;
  column-gap: 20px;
}
@media (max-width: 1182px) {
  .prizes-reward {
    -moz-column-gap: 15px;
    column-gap: 15px;
  }
}
@media (max-width: 721.98px) {
  .prizes-reward {
    flex-direction: column;
    row-gap: 30px;
    align-items: center;
  }
}
.prizes-reward__item {
  flex: 0 0 250px;
}
@media (max-width: 1182px) {
  .prizes-reward__item {
    flex: 0 0 192px;
  }
}
@media (max-width: 991.98px) {
  .prizes-reward__item {
    flex: 0 0 140px;
  }
}
@media (max-width: 721.98px) {
  .prizes-reward__item {
    flex: 0 0 auto;
    width: 140px;
  }
}
.prizes-reward__item img {
  width: 100%;
  max-width: 100%;
  max-height: 100%;
}

.prize-decoration-reward__lemon {
  position: absolute;
  width: 335px;
  transform: rotate(30deg) translateY(-50%);
  top: 50%;
  left: -230px;
}
.prize-decoration-reward__lemon img {
  width: 100%;
  max-width: 100%;
}
@media (max-width: 1182px) {
  .prize-decoration-reward__lemon {
    width: 258px;
    left: -170px;
  }
}
@media (max-width: 991.98px) {
  .prize-decoration-reward__lemon {
    width: 190px;
    left: -130px;
  }
}
@media (max-width: 721.98px) {
  .prize-decoration-reward__lemon {
    top: 50px;
    left: -70px;
    transform: rotate(30deg);
    width: 140px;
  }
}
.prize-decoration-reward__broc {
  position: absolute;
  width: 430px;
  transform: rotate(-23deg) translateY(-50%);
  top: 50%;
  right: -260px;
}
.prize-decoration-reward__broc img {
  width: 100%;
  max-width: 100%;
}
@media (max-width: 1182px) {
  .prize-decoration-reward__broc {
    width: 330px;
    right: -190px;
  }
}
@media (max-width: 991.98px) {
  .prize-decoration-reward__broc {
    width: 245px;
    right: -150px;
  }
}
@media (max-width: 479.98px) {
  .prize-decoration-reward__broc {
    width: 140px;
    top: 240px;
    right: -50px;
    transform: rotate(-23deg);
  }
}

.section-loyalty__image {
  position: relative;
}

.section-loyalty__car-table {
  position: absolute;
  width: 20%;
  top: -10px;
  left: 14%;
}
@media (max-width: 1182px) {
  .section-loyalty__car-table {
    width: 140px;
    left: 90px;
  }
}
@media (max-width: 991.98px) {
  .section-loyalty__car-table {
    width: 100px;
    left: 70px;
  }
}
.section-loyalty__car-table img, .section-loyalty__car-table svg {
  width: 100%;
  max-width: 100%;
}

.info-details-promo {
  position: relative;
  z-index: 3;
}
.info-details-promo._active .info-details-promo__body {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
}
.info-details-promo__icon {
  width: 35px;
  height: 35px;
  cursor: pointer;
}
@media (max-width: 1182px) {
  .info-details-promo__icon {
    width: 25px;
    height: 25px;
  }
}
.info-details-promo__icon img, .info-details-promo__icon svg {
  width: 35px;
  height: 35px;
  flex: 0 0 35px;
}
@media (max-width: 1182px) {
  .info-details-promo__icon img, .info-details-promo__icon svg {
    width: 25px;
    height: 25px;
    flex: 0 0 25px;
  }
}
.info-details-promo__body {
  position: absolute;
  right: calc(100% + 30px);
  top: -10px;
  background: #fff;
  border-radius: 16px;
  padding: 30px;
  max-width: 480px;
  width: 100vw;
  font-size: 20px;
  line-height: 1.5;
  color: #383534;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  z-index: 1;
}
@media (max-width: 1182px) {
  .info-details-promo__body {
    font-size: 18px;
  }
}
@media (max-width: 991.98px) {
  .info-details-promo__body {
    font-size: 16px;
    max-width: 420px;
  }
}
@media (max-width: 479.98px) {
  .info-details-promo__body {
    max-width: 280px;
    padding: 15px;
    font-size: 14px;
    right: calc(100% + 20px);
    border-radius: 8px;
  }
}
.info-details-promo__body b {
  font-weight: 600;
}
.info-details-promo__body::after {
  content: "";
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-left: 14px solid #fff;
  border-bottom: 10px solid transparent;
  position: absolute;
  top: 18px;
  left: calc(100% - 1px);
  display: inline-block;
}
@media (max-width: 479.98px) {
  .info-details-promo__body::after {
    top: 12px;
  }
}

.section-loyalty__more {
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  display: inline-flex;
  align-items: center;
  -moz-column-gap: 12px;
  column-gap: 12px;
}
@media (max-width: 1182px) {
  .section-loyalty__more {
    display: none;
  }
}
.section-loyalty__more img, .section-loyalty__more svg {
  width: 22px;
  height: 22px;
  flex: 0 0 22px;
}

.reward-loyalty__row._promotii .section-loyalty__name-section::after {
  content: "";
  position: absolute;
  width: 200vw;
  top: 50%;
  transform: translateY(-50%) translateX(-50%);
  background: url(../img/title-bgd.png) center/contain repeat-x;
  height: 30px;
}
@media (min-width: 1182px) {
  .reward-loyalty__row._promotii .section-loyalty__name-section::after {
    left: auto;
    right: 50%;
    transform: translateY(-50%);
  }
}
@media (max-width: 1182px) {
  .reward-loyalty__row._promotii .section-loyalty__name-section::after {
    height: 23px;
  }
}
@media (max-width: 991.98px) {
  .reward-loyalty__row._promotii .section-loyalty__name-section::after {
    height: 16px;
  }
}

.section-loyalty__name-section._left::after {
  content: "";
  position: absolute;
  width: 200vw;
  right: 100%;
  top: 50%;
  left: auto;
  transform: 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._left::after {
    height: 23px;
  }
}
@media (max-width: 991.98px) {
  .section-loyalty__name-section._left::after {
    height: 16px;
  }
}
.section-loyalty__name-section._center::after {
  content: "";
  position: absolute;
  width: 200vw;
  top: 50%;
  transform: translateY(-50%) translateX(-50%);
  background: url(../img/title-bgd.png) center/contain repeat-x;
  height: 30px;
}
@media (max-width: 1182px) {
  .section-loyalty__name-section._center::after {
    height: 23px;
  }
}
@media (max-width: 991.98px) {
  .section-loyalty__name-section._center::after {
    height: 16px;
  }
}

.section-loyalty__head-right {
  flex: 0 0 420px;
  display: flex;
  align-items: center;
  -moz-column-gap: 20px;
  column-gap: 20px;
}
@media (max-width: 1182px) {
  .section-loyalty__head-right {
    flex: 0 0 335px;
  }
}
@media (max-width: 991.98px) {
  .section-loyalty__head-right {
    flex: 0 0 250px;
  }
}
@media (max-width: 721.98px) {
  .section-loyalty__head-right {
    flex: 0 0 auto;
    width: 100%;
    max-width: 100%;
  }
}

.section-loyalty__head._full {
  justify-content: flex-end;
  margin-bottom: 50px;
  overflow: hidden;
}
@media (max-width: 1182px) {
  .section-loyalty__head._full {
    margin-bottom: 40px;
  }
}
@media (max-width: 991.98px) {
  .section-loyalty__head._full {
    margin-bottom: 20px;
  }
}
.section-loyalty__head._full .section-loyalty__name-section span {
  padding: 0px 35px;
  flex: 0 0 auto;
  width: auto;
  min-width: 235px;
}
@media (max-width: 1182px) {
  .section-loyalty__head._full .section-loyalty__name-section span {
    padding: 0px 24px;
    min-width: 180px;
  }
}
@media (max-width: 991.98px) {
  .section-loyalty__head._full .section-loyalty__name-section span {
    padding: 0px 16px;
    min-width: 135px;
  }
}
@media (max-width: 479.98px) {
  .section-loyalty__head._full .section-loyalty__name-section span {
    padding: 0px 8px;
  }
}
.section-loyalty__head._full._left {
  justify-content: flex-start;
}
@media (max-width: 479.98px) {
  .section-loyalty__head._full {
    margin: 0px -20px;
    padding: 0px 20px;
  }
}

.section-loyalty__info-details {
  position: absolute;
  top: -10px;
  right: 55px;
}
@media (max-width: 1182px) {
  .section-loyalty__info-details {
    right: 40px;
  }
}
@media (max-width: 991.98px) {
  .section-loyalty__info-details {
    right: 30px;
  }
}
@media (max-width: 721.98px) {
  .section-loyalty__info-details {
    right: 20px;
    top: 30px;
  }
}

.section-loyalty__main._benefits .section-loyalty__right {
  overflow: visible;
}

.section-loyalty__item {
  flex: 0 0 100%;
}
.section-loyalty__item:not(:last-child) {
  margin-right: 20px;
}

.reward-loyalty__row._prizes-row-reward {
  position: relative;
}
.reward-loyalty__row._prizes-row-reward .section-loyalty__info-details {
  right: 0 !important;
  top: -50px;
}
@media (max-width: 991.98px) {
  .reward-loyalty__row._prizes-row-reward .section-loyalty__info-details {
    top: -30px;
  }
}
@media (max-width: 721.98px) {
  .reward-loyalty__row._prizes-row-reward .section-loyalty__info-details {
    top: 170px;
  }
}

.section-loyalty__button._green-fill {
  background: #4F9722;
}
@media (any-hover: hover) {
  .section-loyalty__button._green-fill:hover {
    background: #417c1c;
  }
}

.section-loyalty__main._tutorial .section-loyalty__right {
  overflow: visible;
}

.reward-loyalty__wrapper .section-loyalty__name-section::after {
  background: url(../img/new/title-bgd-w.svg) center/contain repeat-x;
}

.section-loyalty__main._regilament .section-loyalty__right {
  overflow: visible;
}

.reward-loyalty__row._premii .section-loyalty__head {
  margin-bottom: 40px;
}

@media (min-width: 721.98px) {
  .section-loyalty__body {
    margin-top: 0;
  }
}

@media (max-width: 721.98px) {
  .benefits-loyalty {
    border: none;
  }
}

.loyalty._promo .banner-loyalty__buttons::after {
  background: url(../img/new/decorations/new/03.png) center/cover no-repeat;
  aspect-ratio: 172/145;
}
.loyalty._promo .nav-loyalty__list::after {
  aspect-ratio: 187/149;
  background: url(../img/new/decorations/new/04.png) center/cover no-repeat;
}
@media (max-width: 721.98px) {
  .loyalty._promo .section-loyalty__buttons {
    margin-top: 75px;
    position: relative;
  }
  .loyalty._promo .section-loyalty__buttons::before {
    content: "";
    width: 48px;
    aspect-ratio: 45/58;
    position: absolute;
    bottom: 100%;
    transform: translateX(-50%);
    left: 40%;
    display: inline-block;
    background: url(../img/new/decorations/new/06.png) center/cover no-repeat;
  }
  .loyalty._promo .section-loyalty__buttons::after {
    content: "";
    width: 48px;
    aspect-ratio: 45/58;
    position: absolute;
    bottom: 100%;
    transform: translateX(-50%);
    left: 65%;
    display: inline-block;
    background: url(../img/new/decorations/new/07.png) center/cover no-repeat;
  }
}
.loyalty._promo .section-loyalty__main._about .section-loyalty__button::after {
  pointer-events: none;
  aspect-ratio: 101/130;
  background: url(../img/new/decorations/new/08.png) center/cover no-repeat;
  width: 101px;
}
@media (max-width: 1182px) {
  .loyalty._promo .section-loyalty__main._about .section-loyalty__button::after {
    width: 80px;
  }
}
@media (max-width: 991.98px) {
  .loyalty._promo .section-loyalty__main._about .section-loyalty__button::after {
    width: 63px;
  }
}
.loyalty._promo .steps-loyalty__item:nth-child(3)::after {
  width: 108px;
  aspect-ratio: 108/140;
  pointer-events: none;
  transform: translateX(-30%);
  background: url(../img/new/decorations/new/09.png) center/cover no-repeat;
}
@media (max-width: 1182px) {
  .loyalty._promo .steps-loyalty__item:nth-child(3)::after {
    width: 85px;
  }
}
@media (max-width: 991.98px) {
  .loyalty._promo .steps-loyalty__item:nth-child(3)::after {
    width: 70px;
  }
}
.loyalty._promo .steps-loyalty__item:nth-child(1)::after {
  aspect-ratio: 108/140;
  background: url(../img/new/decorations/new/09.png) center/cover no-repeat;
}
.loyalty._promo .section-loyalty__main._tutorial .section-loyalty__text::after {
  aspect-ratio: 82/105;
  background: url(../img/new/decorations/new/10.png) center/cover no-repeat;
}
.loyalty._promo .section-loyalty__main._tutorial .section-loyalty__video::before {
  aspect-ratio: 231/248;
  background: url(../img/new/decorations/new/11.png) center/cover no-repeat;
}
.loyalty._promo .section-loyalty__main._benefits .section-loyalty__name-section::before {
  aspect-ratio: 110/142;
  background: url(../img/new/decorations/new/12.png) center/cover no-repeat;
}
.loyalty._promo .benefits-loyalty__item:nth-child(4)::before {
  aspect-ratio: 154/130;
  background: url(../img/new/decorations/new/13.png) center/cover no-repeat;
}
.loyalty._promo .section-loyalty__main._regilament .section-loyalty__button::after {
  aspect-ratio: 269/130;
  background: url(../img/new/decorations/new/14.png) center/cover no-repeat;
}
.loyalty._promo .help-loyalty__img::after {
  aspect-ratio: 154/130;
  background: url(../img/new/decorations/new/15.png) center/cover no-repeat;
}

.banner-loyalty__image {
  position: relative;
}
.banner-loyalty__image::before {
  content: "";
  width: 11.5%;
  aspect-ratio: 1;
  background: url(../img/new/decorations/new/cross-01.svg) center/cover no-repeat;
  position: absolute;
  top: 29%;
  left: 5%;
  display: inline-block;
}
.banner-loyalty__image::after {
  content: "";
  width: 11.5%;
  aspect-ratio: 1;
  background: url(../img/new/decorations/new/cross-02.svg) center/cover no-repeat;
  position: absolute;
  top: 82%;
  left: 92.3%;
  display: inline-block;
}

.banner-loyalty__buttons::after {
  aspect-ratio: 146/121;
  width: 146px;
  background: url(../img/new/decorations/03.png) center/cover no-repeat;
}
@media (max-width: 1182px) {
  .banner-loyalty__buttons::after {
    width: 120px;
  }
}
@media (max-width: 991.98px) {
  .banner-loyalty__buttons::after {
    width: 73px;
  }
}

.nav-loyalty__list::after {
  left: 50%;
  transform: translateX(-50%);
}

.section-loyalty__right::before, .section-loyalty__right::after {
  display: none;
}

.reward-loyalty__row._premii {
  position: relative;
}
.reward-loyalty__row._premii::before {
  content: "";
  width: 103px;
  aspect-ratio: 103/133;
  position: absolute;
  bottom: calc(100% - 4px);
  left: 140px;
  display: inline-block;
  z-index: 1;
  background: url(../img/new/decorations/new/05.png) center/cover no-repeat;
}
@media (max-width: 1182px) {
  .reward-loyalty__row._premii::before {
    width: 80px;
    left: 55px;
  }
}
@media (max-width: 991.98px) {
  .reward-loyalty__row._premii::before {
    width: 60px;
    left: 22px;
  }
}
@media (max-width: 479.98px) {
  .reward-loyalty__row._premii::before {
    width: 42px;
    left: 60px;
  }
}
.reward-loyalty__row._premii .section-loyalty__image img {
  position: relative;
  z-index: 1;
}
@media (max-width: 721.98px) {
  .reward-loyalty__row._premii .section-loyalty__image {
    margin-top: 15%;
  }
}
.reward-loyalty__row._premii .section-loyalty__image::before {
  content: "";
  width: 12.5%;
  aspect-ratio: 93/119;
  display: inline-block;
  background: url(../img/new/decorations/new/01.png) center/cover no-repeat;
  position: absolute;
  bottom: 100%;
  left: 10%;
}
.reward-loyalty__row._premii .section-loyalty__image::after {
  content: "";
  width: 10%;
  aspect-ratio: 1;
  background: url(../img/new/decorations/new/cross-02.svg) center/cover no-repeat;
  position: absolute;
  left: 42%;
  top: 12%;
  transform: translate(-50%, -50%);
  display: inline-block;
}
@media (max-width: 721.98px) {
  .reward-loyalty__row._premii .section-loyalty__image::after {
    top: 0;
    background: url(../img/new/decorations/new/cross-01.svg) center/cover no-repeat;
  }
}

.reward-loyalty__wrapper {
  position: relative;
}
.reward-loyalty__wrapper::after {
  content: "";
  aspect-ratio: 1;
  width: 85px;
  background: url(../img/new/decorations/new/cross-01.svg) center/cover no-repeat;
  position: absolute;
  left: 20%;
  top: -57px;
}
@media (max-width: 1182px) {
  .reward-loyalty__wrapper::after {
    display: none;
  }
}
.reward-loyalty__wrapper::before {
  content: "";
  aspect-ratio: 1;
  width: 85px;
  background: url(../img/new/decorations/new/cross-01.svg) center/cover no-repeat;
  position: absolute;
  left: 30%;
  bottom: -57px;
}
@media (max-width: 1182px) {
  .reward-loyalty__wrapper::before {
    display: none;
  }
}

.reward-loyalty__row._promotii .section-loyalty__right {
  position: relative;
  overflow: visible;
  z-index: 1;
}
.reward-loyalty__row._promotii .section-loyalty__right::after {
  content: "";
  width: 207px;
  aspect-ratio: 207/400;
  position: absolute;
  bottom: -80px;
  left: 0;
  transform: translateX(-60%);
  display: inline-block;
  z-index: 1;
  background: url(../img/new/decorations/09.png) center/cover no-repeat;
}
@media (max-width: 1182px) {
  .reward-loyalty__row._promotii .section-loyalty__right::after {
    width: 151px;
    bottom: -50px;
  }
}
@media (max-width: 991.98px) {
  .reward-loyalty__row._promotii .section-loyalty__right::after {
    width: 129px;
  }
}
@media (max-width: 479.98px) {
  .reward-loyalty__row._promotii .section-loyalty__right::after {
    width: 71px;
    bottom: -35px;
    transform: translateX(-50%);
  }
}
.reward-loyalty__row._promotii .section-loyalty__right::before {
  content: "";
  width: 143px;
  aspect-ratio: 143/130;
  position: absolute;
  bottom: calc(100% - 4px);
  right: 10%;
  display: inline-block;
  z-index: 1;
  background: url(../img/new/decorations/new/02.png) center/cover no-repeat;
}
@media (max-width: 1182px) {
  .reward-loyalty__row._promotii .section-loyalty__right::before {
    width: 110px;
  }
}
@media (max-width: 991.98px) {
  .reward-loyalty__row._promotii .section-loyalty__right::before {
    width: 70px;
  }
}
@media (max-width: 479.98px) {
  .reward-loyalty__row._promotii .section-loyalty__right::before {
    display: none;
  }
}
.reward-loyalty__row._promotii .section-loyalty__main {
  position: relative;
}
.reward-loyalty__row._promotii .section-loyalty__main::after {
  content: "";
  width: 85px;
  aspect-ratio: 1;
  background: url(../img/new/decorations/new/cross-02.svg) center/cover no-repeat;
  position: absolute;
  left: -29px;
  top: -20px;
  display: inline-block;
}
@media (max-width: 1182px) {
  .reward-loyalty__row._promotii .section-loyalty__main::after {
    display: none;
  }
}

.reward-loyalty__row._prizes-row-reward {
  position: relative;
}
.reward-loyalty__row._prizes-row-reward::before {
  content: "";
  width: 8%;
  aspect-ratio: 1;
  background: url(../img/new/decorations/new/cross-01.svg) center/cover no-repeat;
  position: absolute;
  left: 38%;
  top: -80px;
  transform: translate(-50%, -50%);
  display: inline-block;
}
@media (max-width: 991.98px) {
  .reward-loyalty__row._prizes-row-reward::before {
    top: -30px;
  }
}
@media (max-width: 721.98px) {
  .reward-loyalty__row._prizes-row-reward::before {
    display: none;
  }
}
.reward-loyalty__row._prizes-row-reward::after {
  content: "";
  width: 8%;
  aspect-ratio: 1;
  background: url(../img/new/decorations/new/cross-02.svg) center/cover no-repeat;
  position: absolute;
  right: 20%;
  bottom: -100px;
  transform: translate(-50%, -50%);
  display: inline-block;
}
@media (max-width: 991.98px) {
  .reward-loyalty__row._prizes-row-reward::after {
    bottom: -40px;
  }
}
@media (max-width: 721.98px) {
  .reward-loyalty__row._prizes-row-reward::after {
    display: none;
  }
}

@media (min-width: 1182px) {
  .section-loyalty__main._reward-about {
    position: relative;
  }
  .section-loyalty__main._reward-about::before {
    content: "";
    width: 85px;
    aspect-ratio: 1;
    top: 80%;
    transform: translateY(-50%);
    right: -111px;
    position: absolute;
    display: inline-block;
    z-index: 1;
    background: url(../img/new/decorations/new/cross-03.svg) center/cover no-repeat;
  }
}

@media (min-width: 1182px) {
  .reward-loyalty__prizes {
    position: relative;
  }
  .reward-loyalty__prizes::before {
    content: "";
    width: 85px;
    aspect-ratio: 1;
    top: 110%;
    transform: translateY(-50%);
    left: -111px;
    position: absolute;
    display: inline-block;
    z-index: 1;
    background: url(../img/new/decorations/new/cross-03.svg) center/cover no-repeat;
  }
}

@media (min-width: 1182px) {
  .reward-loyalty__row._pasii {
    position: relative;
  }
  .reward-loyalty__row._pasii::before {
    content: "";
    width: 85px;
    aspect-ratio: 1;
    top: 45%;
    transform: translateY(-50%);
    right: -111px;
    position: absolute;
    display: inline-block;
    z-index: 1;
    background: url(../img/new/decorations/new/cross-03.svg) center/cover no-repeat;
  }
}/*# sourceMappingURL=loyalty.css.map */
