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;
  align-self: center;
}
@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(../images/new/decorations_ani/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;
  max-width: 684px;
  margin-left: auto;
}
@media (max-width: 721.98px) {
  .banner-loyalty__image {
    flex: 0 0 auto;
    width: 100%;
    max-width: 87%;
    margin: 0px 0px 0px -20px;
  }
}
.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: grid;
  grid-template-columns: repeat(4, 1fr);
  row-gap: 20px;
  -moz-column-gap: 35px;
  column-gap: 35px;
  position: relative;
}
.nav-loyalty__list::after {
  content: "";
  aspect-ratio: 169/136;
  background: url(../images/new/decorations_ani/01.png) center/cover no-repeat;
  position: absolute;
  bottom: calc(100% - 4px);
  left: 53%;
  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: 25px;
    column-gap: 25px;
  }
}
@media (max-width: 991.98px) {
  .nav-loyalty__list {
    -moz-column-gap: 20px;
    column-gap: 20px;
  }
}
.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: 100px;
  transition: all 0.3s 0s;
}
@media (max-width: 1182px) {
  .nav-loyalty__item {
    flex: 0 0 calc((100% - 140px) / 5);
    font-size: 19px;
    min-height: 74px;
  }
}
@media (max-width: 991.98px) {
  .nav-loyalty__item {
    flex: 0 0 calc((100% - 100px) / 5);
    font-size: 14px;
    min-height: 56px;
  }
}
@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;
}
.section-loyalty__main._reward-about .section-loyalty__right {
  z-index: 2;
}
@media (max-width: 721.98px) {
  .section-loyalty__main._reward-about .section-loyalty__video::after {
    content: "";
    aspect-ratio: 138/126;
    background: url(../images/new/decorations_ani/02.png) center/cover no-repeat;
    position: absolute;
    bottom: calc(100% - 1px);
    right: 0;
    transform: translateX(20%);
    width: 57px;
  }
}
.section-loyalty__main._reward-about .section-loyalty__button {
  position: relative;
}
.section-loyalty__main._reward-about .section-loyalty__button::after {
  content: "";
  aspect-ratio: 138/126;
  background: url(../images/new/decorations_ani/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._reward-about .section-loyalty__button::after {
    width: 105px;
  }
}
@media (max-width: 991.98px) {
  .section-loyalty__main._reward-about .section-loyalty__button::after {
    width: 78px;
  }
}
@media (max-width: 721.98px) {
  .section-loyalty__main._reward-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(../images/new/decorations_ani/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(../images/new/decorations_ani/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(../images/new/decorations_ani/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(../images/new/decorations_ani/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(../images/new/decorations_ani/09.png) center/cover no-repeat;
  position: absolute;
  bottom: -30px;
  left: 0;
  transform: translateX(-50%);
  pointer-events: none;
  width: 207px;
  z-index: 1;
  pointer-events: none;
}
@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(../images/new/decorations_ani/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(../images/new/decorations_ani/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(../images/new/decorations_ani/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-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-about .section-loyalty__title {
  position: relative;
}
.section-loyalty__main._reward-about .section-loyalty__right {
  position: relative;
  overflow: visible;
}
@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(../images/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;
}
@media (max-width: 1182px) {
  .section-loyalty__text {
    font-size: 16px;
  }
}
@media (max-width: 991.98px) {
  .section-loyalty__text {
    font-size: 14px;
  }
}
.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;
    margin-bottom: 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 {
    width: 48px;
    height: 48px;
    flex: 0 0 48px;
  }
}
@media (max-width: 991.98px) and (min-width: 721.98px) {
  .section-loyalty__arrow {
    flex: 0 0 38px;
    width: 38px;
    height: 38px;
  }
}
.section-loyalty__arrow img, .section-loyalty__arrow svg {
  width: 16px;
  flex: 0 0 16px;
}
@media (max-width: 1182px) {
  .section-loyalty__arrow img, .section-loyalty__arrow svg {
    width: 14px;
    flex: 0 0 14px;
  }
}
@media (max-width: 991.98px) and (min-width: 721.98px) {
  .section-loyalty__arrow img, .section-loyalty__arrow svg {
    width: 10px;
    flex: 0 0 10px;
  }
}
.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;
  align-items: stretch;
  grid-template-columns: 100%;
  -moz-column-gap: 20px;
  column-gap: 20px;
  row-gap: 25px;
}
@media (max-width: 1182px) {
  .section-loyalty__buttons {
    row-gap: 20px;
  }
}
@media (max-width: 991.98px) {
  .section-loyalty__buttons {
    row-gap: 14px;
  }
}
@media (max-width: 479.98px) {
  .section-loyalty__buttons {
    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(../images/new/decorations_ani/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(../images/new/decorations_ani/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(../images/title-bgd.png) -50px 8px/auto 29px repeat-x;
  }
}
@media (min-width: 721.98px) and (max-width: 1182px) {
  .benefits-loyalty {
    background: url(../images/title-bgd.png) center 5px/auto 22px repeat-x;
  }
}
@media (min-width: 721.98px) and (max-width: 991.98px) {
  .benefits-loyalty {
    background: url(../images/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(../images/new/decorations_ani/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;
}
@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__icon {
  transition: all 0.3s 0s;
}
.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(../images/new/decorations_ani/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(../images/new/decorations_ani/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(../images/new/decorations_ani/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: #9ACA3C;
  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(../images/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 {
  width: 100%;
  max-width: 100%;
}
@media (max-width: 479.98px) {
  .reward-loyalty__wrapper .section-loyalty__title {
    font-size: 22px;
  }
}
.reward-loyalty__row {
  margin-top: -150px;
  padding-top: 150px;
}
.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;
  }
}
@media (min-width: 721.98px) {
  .steps__item {
    flex: 0 0 calc((100% - 100px) / 3);
  }
}
.steps__item {
  width: 100%;
  max-width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  row-gap: 20px;
}
.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;
  }
}

@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: 106%;
  width: 106%;
  margin-left: -3%;
  margin-top: -9.5%;
}
.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;
  position: relative;
  z-index: 2;
}
@media (max-width: 1182px) {
  .info-details-promo__icon {
    width: 25px;
    height: 25px;
  }
}
.info-details-promo__icon {
  cursor: pointer;
}
.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: 17px;
  top: 17px;
  background: #4F9722;
  border-radius: 10px;
  padding: 18px 20px;
  max-width: 260px;
  width: 100vw;
  font-size: 14px;
  line-height: 1.5;
  color: #fff;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  z-index: 1;
}
.info-details-promo__body > *:not(:last-child) {
  margin-bottom: 30px;
}
.info-details-promo__body b {
  font-weight: 600;
}

.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(../images/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;
  }
}
.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;
  pointer-events: none;
  background: url(../images/new/decorations_ani/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;
    left: auto;
    right: 0;
    transform: translateX(50%) scaleX(-1);
  }
}
.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(../images/new/decorations_ani/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__arrows {
  z-index: 2;
}

.section-loyalty__name-section._left::after {
  content: "";
  position: absolute;
  width: 200vw;
  right: 100%;
  top: 50%;
  left: auto;
  transform: translateY(-50%);
  background: url(../images/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(../images/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: 16px;
}

.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(../images/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(../images/new/decorations_ani/03.png) center/cover no-repeat;
  aspect-ratio: 172/145;
  width: 172px;
  right: -30px;
}
@media (max-width: 1182px) {
  .loyalty._promo .banner-loyalty__buttons::after {
    width: 130px;
  }
}
@media (max-width: 991.98px) {
  .loyalty._promo .banner-loyalty__buttons::after {
    width: 96px;
    right: -10px;
  }
}
.loyalty._promo .nav-loyalty__list::after {
  aspect-ratio: 187/149;
  background: url(../images/new/decorations_ani/04.png) center/cover no-repeat;
}
@media (max-width: 721.98px) {
  .loyalty._promo .section-loyalty__buttons {
    max-width: 202px;
    width: 100%;
    margin-top: 50px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
  }
}
.loyalty._promo .section-loyalty__main._about .section-loyalty__button::after {
  pointer-events: none;
  aspect-ratio: 101/130;
  background: url(../images/new/decorations_ani/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(../images/new/decorations_ani/09.png) center/cover no-repeat;
  pointer-events: none;
}
@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(../images/new/decorations_ani/09.png) center/cover no-repeat;
}
.loyalty._promo .section-loyalty__main._tutorial .section-loyalty__text::after {
  aspect-ratio: 82/105;
  background: url(../images/new/decorations_ani/10.png) center/cover no-repeat;
}
.loyalty._promo .section-loyalty__main._tutorial .section-loyalty__video::before {
  aspect-ratio: 231/248;
  background: url(../images/new/decorations_ani/11.png) center/cover no-repeat;
}
.loyalty._promo .section-loyalty__main._benefits .section-loyalty__name-section::before {
  aspect-ratio: 110/142;
  background: url(../images/new/decorations_ani/12.png) center/cover no-repeat;
}
.loyalty._promo .benefits-loyalty__item:nth-child(4)::before {
  aspect-ratio: 154/130;
  background: url(../images/new/decorations_ani/13.png) center/cover no-repeat;
}
.loyalty._promo .section-loyalty__main._regilament .section-loyalty__button::after {
  aspect-ratio: 269/130;
  background: url(../images/new/decorations_ani/14.png) center/cover no-repeat;
}
.loyalty._promo .help-loyalty__img::after {
  aspect-ratio: 154/130;
  background: url(../images/new/decorations_ani/15.png) center/cover no-repeat;
}

@media (max-width: 721.98px) {
  .section-loyalty__main._start {
    flex-direction: column-reverse;
  }
}
.section-loyalty__main._start .section-loyalty__right {
  overflow: visible;
}
.section-loyalty__main._start .section-loyalty__image {
  margin-left: -150px;
  margin-right: -50px;
  margin-top: -50px;
}
@media (max-width: 991.98px) {
  .section-loyalty__main._start .section-loyalty__image {
    margin-left: -114px;
  }
}
@media (max-width: 721.98px) {
  .section-loyalty__main._start .section-loyalty__image {
    margin-top: 10px;
    margin-left: -20px;
    margin-right: -35px;
  }
}
.section-loyalty__main._start .section-loyalty__text {
  padding-right: 0;
}

@media (max-width: 991.98px) {
  .reward-loyalty__row._premii .section-loyalty__content {
    flex: 0 0 280px;
    padding-right: 0;
  }
}
.reward-loyalty__row._premii .section-loyalty__right {
  align-self: flex-start;
}
@media (max-width: 721.98px) {
  .reward-loyalty__row._premii .section-loyalty__image {
    margin-left: -17px;
  }
}

.section-loyalty__main._reward-participate {
  display: grid;
  justify-content: space-between;
  grid-template-columns: 1fr 192px 360px;
  -moz-column-gap: 50px;
  column-gap: 50px;
}
@media (max-width: 1182px) {
  .section-loyalty__main._reward-participate {
    -moz-column-gap: 30px;
    column-gap: 30px;
    grid-template-columns: 1fr 150px 274px;
  }
}
@media (max-width: 991.98px) {
  .section-loyalty__main._reward-participate {
    -moz-column-gap: 20px;
    column-gap: 20px;
    grid-template-columns: 1fr 130px 202px;
  }
}
@media (max-width: 721.98px) {
  .section-loyalty__main._reward-participate {
    grid-template-columns: 100%;
  }
}
@media (max-width: 991.98px) {
  .section-loyalty__main._reward-participate .section-loyalty__content .section-loyalty__text br {
    display: none;
  }
}
.section-loyalty__main._reward-participate .section-loyalty__center, .section-loyalty__main._reward-participate .section-loyalty__right {
  align-self: flex-start;
}
.section-loyalty__main._reward-participate .section-loyalty__center {
  padding-top: 74px;
}
@media (max-width: 1182px) {
  .section-loyalty__main._reward-participate .section-loyalty__center {
    padding-top: 58px;
  }
}
@media (max-width: 991.98px) and (min-width: 721.98px) {
  .section-loyalty__main._reward-participate .section-loyalty__center {
    padding-top: 44px;
  }
}
@media (max-width: 721.98px) {
  .section-loyalty__main._reward-participate .section-loyalty__center {
    padding-top: 0;
  }
}
@media (max-width: 991.98px) and (min-width: 721.98px) {
  .section-loyalty__main._reward-participate .section-loyalty__right {
    margin-top: 5px;
  }
}

.facts-loyalty {
  display: grid;
  grid-template-columns: 250px 1fr;
  -moz-column-gap: 35px;
  column-gap: 35px;
  width: 100%;
  max-width: calc(100% - 470px);
  margin-top: -45px;
}
@media (max-width: 1182px) {
  .facts-loyalty {
    grid-template-columns: 190px 1fr;
    max-width: calc(100% - 370px);
    margin-top: -20px;
  }
}
@media (max-width: 991.98px) {
  .facts-loyalty {
    grid-template-columns: 157px 1fr;
    -moz-column-gap: 10px;
    column-gap: 10px;
    max-width: calc(100% - 275px);
    margin-top: -20px;
  }
}
@media (max-width: 721.98px) {
  .facts-loyalty {
    grid-template-columns: 100%;
    row-gap: 16px;
    margin-top: 42px;
    width: 100%;
    max-width: 100%;
  }
}
.facts-loyalty__title {
  color: #000;
  font-size: 40px;
  font-weight: 700;
  display: inline-block;
  align-self: center;
  padding-top: 50px;
}
@media (max-width: 1182px) {
  .facts-loyalty__title {
    font-size: 30px;
  }
}
@media (max-width: 991.98px) {
  .facts-loyalty__title {
    font-size: 22px;
  }
}
@media (max-width: 721.98px) {
  .facts-loyalty__title {
    padding-bottom: 0;
    padding-top: 0;
  }
}
.facts-loyalty__content {
  overflow: hidden;
}
.facts-loyalty__slide {
  padding: 52px 28px 28px;
  flex: 0 0 100%;
  background-color: #4F9722;
  border-radius: 10px;
}
@media (max-width: 1182px) {
  .facts-loyalty__slide {
    padding: 40px 20px 28px;
  }
}
@media (max-width: 991.98px) {
  .facts-loyalty__slide {
    border-radius: 6px;
    padding: 30px 15px 20px;
  }
}
@media (max-width: 721.98px) {
  .facts-loyalty__slide {
    padding: 12px 18px 16px;
  }
}
.facts-loyalty__text {
  color: #fff;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.5;
}
@media (max-width: 1182px) {
  .facts-loyalty__text {
    font-size: 16px;
  }
}
@media (max-width: 991.98px) {
  .facts-loyalty__text {
    font-size: 14px;
  }
}
@media (max-width: 721.98px) {
  .facts-loyalty__text br {
    display: none;
  }
}
.facts-loyalty__text p {
  font-size: 20px;
}
@media (max-width: 1182px) {
  .facts-loyalty__text p {
    font-size: 16px;
  }
}
@media (max-width: 991.98px) {
  .facts-loyalty__text p {
    font-size: 14px;
  }
}
.facts-loyalty__text > *:not(:last-child) {
  margin-bottom: 20px;
}
@media (max-width: 1182px) {
  .facts-loyalty__text > *:not(:last-child) {
    margin-bottom: 15px;
  }
}
@media (max-width: 991.98px) {
  .facts-loyalty__text > *:not(:last-child) {
    margin-bottom: 10px;
  }
}
.facts-loyalty__text:not(:first-child) {
  margin-top: 30px;
}
@media (max-width: 1182px) {
  .facts-loyalty__text:not(:first-child) {
    margin-top: 25px;
  }
}
@media (max-width: 991.98px) {
  .facts-loyalty__text:not(:first-child) {
    margin-top: 20px;
  }
}
.facts-loyalty__text b, .facts-loyalty__text strong {
  font-weight: 600;
}
.facts-loyalty__paggination {
  display: flex;
  justify-content: center;
  padding: 10px 0px;
}
@media (min-width: 721.98px) {
  .facts-loyalty__paggination {
    display: none !important;
  }
}

.section-loyalty__arrows {
  position: absolute;
  width: calc(100% - 285px);
  right: 0;
  bottom: 0;
  transform: translateY(50%);
  display: flex;
  justify-content: space-between;
}
@media (max-width: 1182px) {
  .section-loyalty__arrows {
    width: calc(100% - 225px);
  }
}
@media (max-width: 991.98px) {
  .section-loyalty__arrows {
    width: calc(100% - 167px);
  }
}
@media (max-width: 721.98px) {
  .section-loyalty__arrows {
    width: 112px;
  }
}
.section-loyalty__arrows .section-loyalty__arrow {
  position: static;
  background-color: #fff;
  border-color: #fff;
}
.section-loyalty__arrows .section-loyalty__arrow.section-loyalty-arrow-prev {
  transform: translateX(-50%);
}
.section-loyalty__arrows .section-loyalty__arrow.section-loyalty-arrow-next {
  transform: translateX(50%);
}
@media (max-width: 721.98px) {
  .section-loyalty__arrows .section-loyalty__arrow {
    transform: translateX(0) !important;
  }
}

.section-loyalty__slide {
  flex: 0 0 100%;
}

.paggination-swiper {
  display: flex;
  align-items: center;
  justify-content: center;
  -moz-column-gap: 15px;
  column-gap: 15px;
}
@media (max-width: 991.98px) {
  .paggination-swiper {
    -moz-column-gap: 12px;
    column-gap: 12px;
    width: 100%;
  }
}
.paggination-swiper .swiper-pagination-bullet {
  cursor: pointer;
  flex: 0 0 16px;
  width: 16px;
  height: 16px;
  transform: rotate(45deg);
  background-color: #4F9722;
  border: 4px solid #4F9722;
  border-radius: 0;
}
@media (max-width: 991.98px) {
  .paggination-swiper .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    flex: 0 0 12px;
    border-width: 3px;
  }
}
.paggination-swiper .swiper-pagination-bullet-active {
  background-color: transparent;
  border-color: #ED1C24;
}

@media (min-width: 721.98px) {
  .reward-loyalty__wrapper {
    background: url(../images/new/decorations_ani/brocc.png) calc(100% + 250px) 33%/630px no-repeat, #9ACA3C;
  }
}
@media (min-width: 721.98px) and (max-width: 1182px) {
  .reward-loyalty__wrapper {
    background: url(../images/new/decorations_ani/brocc.png) calc(100% + 200px) 33%/480px no-repeat, #9ACA3C;
  }
}
@media (min-width: 721.98px) and (max-width: 991.98px) {
  .reward-loyalty__wrapper {
    background: url(../images/new/decorations_ani/brocc.png) calc(100% + 150px) 34%/340px no-repeat, #9ACA3C;
  }
}

.section-loyalty__main._reward-promoti .section-loyalty__right {
  align-self: flex-start;
  overflow: visible;
  position: relative;
  margin-bottom: 100px;
}
@media (max-width: 1182px) {
  .section-loyalty__main._reward-promoti .section-loyalty__right {
    margin-bottom: 60px;
  }
}
@media (max-width: 991.98px) {
  .section-loyalty__main._reward-promoti .section-loyalty__right {
    margin-bottom: 40px;
  }
}
.section-loyalty__main._reward-promoti .section-loyalty__right .section-loyalty__arrows {
  width: 150px;
}
@media (max-width: 1182px) {
  .section-loyalty__main._reward-promoti .section-loyalty__right .section-loyalty__arrows {
    width: 120px;
  }
}
@media (max-width: 991.98px) and (min-width: 721.98px) {
  .section-loyalty__main._reward-promoti .section-loyalty__right .section-loyalty__arrows {
    width: 100px;
  }
}
.section-loyalty__main._reward-promoti .section-loyalty__right .section-loyalty__paggination {
  position: absolute;
  width: 150px;
  right: 0;
  top: calc(100% + 20px);
  margin-top: 0;
}
@media (max-width: 1182px) {
  .section-loyalty__main._reward-promoti .section-loyalty__right .section-loyalty__paggination {
    width: 120px;
  }
}
@media (max-width: 991.98px) and (min-width: 721.98px) {
  .section-loyalty__main._reward-promoti .section-loyalty__right .section-loyalty__paggination {
    width: 100px;
  }
}
@media (max-width: 721.98px) {
  .section-loyalty__main._reward-promoti .section-loyalty__right .section-loyalty__paggination {
    width: 100%;
  }
}

.section-loyalty__main._reward-about {
  position: relative;
}
.section-loyalty__main._reward-about .section-loyalty__right {
  align-self: flex-start;
  position: relative;
}
.section-loyalty__main._reward-about .section-loyalty__right .section-loyalty__video-slider {
  position: relative;
  z-index: 1;
}
.section-loyalty__main._reward-about .section-loyalty__right .facts-loyalty {
  position: relative;
  width: 100%;
  max-width: 100%;
}
.section-loyalty__main._reward-about .section-loyalty__right .section-loyalty__paggination {
  position: absolute;
  left: 0;
  top: calc(100% + 20px);
  margin-top: 0;
  justify-content: flex-start;
}
@media (max-width: 721.98px) {
  .section-loyalty__main._reward-about .section-loyalty__right .section-loyalty__paggination {
    justify-content: center;
  }
}
@media (max-width: 479.98px) {
  .section-loyalty__main._reward-about .section-loyalty__right .section-loyalty__paggination {
    top: calc(100% + 15px);
  }
}
.section-loyalty__main._reward-about .section-loyalty__right::after {
  content: "";
  width: 90px;
  aspect-ratio: 90/115;
  position: absolute;
  bottom: 100%;
  left: 30%;
  display: inline-block;
  pointer-events: none;
  background: url(../images/new/decorations_ani/10.png) center/cover no-repeat;
}
@media (max-width: 1182px) {
  .section-loyalty__main._reward-about .section-loyalty__right::after {
    width: 68px;
  }
}
@media (max-width: 991.98px) {
  .section-loyalty__main._reward-about .section-loyalty__right::after {
    width: 50px;
  }
}
@media (max-width: 479.98px) {
  .section-loyalty__main._reward-about .section-loyalty__right::after {
    width: 27px;
  }
}
.section-loyalty__main._reward-about::after {
  content: "";
  width: 83px;
  aspect-ratio: 83/107;
  position: absolute;
  bottom: 38%;
  right: -75px;
  display: inline-block;
  background: url(../images/new/decorations_ani/11.png) center/cover no-repeat;
  pointer-events: none;
}
@media (max-width: 1182px) {
  .section-loyalty__main._reward-about::after {
    width: 63px;
    right: -50px;
  }
}
@media (max-width: 991.98px) {
  .section-loyalty__main._reward-about::after {
    width: 46px;
    right: -40px;
  }
}
@media (max-width: 721.98px) {
  .section-loyalty__main._reward-about::after {
    display: none;
  }
}

.section-loyalty__main._reward-coupons .section-loyalty__right::after {
  content: "";
  width: 93px;
  aspect-ratio: 93/119;
  position: absolute;
  bottom: 0;
  right: 4%;
  display: inline-block;
  pointer-events: none;
  background: url(../images/new/decorations_ani/12.png) center/cover no-repeat;
}
@media (max-width: 1182px) {
  .section-loyalty__main._reward-coupons .section-loyalty__right::after {
    width: 71px;
  }
}
@media (max-width: 991.98px) {
  .section-loyalty__main._reward-coupons .section-loyalty__right::after {
    width: 52px;
  }
}
@media (max-width: 721.98px) {
  .section-loyalty__main._reward-coupons .section-loyalty__right::after {
    display: none;
  }
}

.reward-loyalty__row._pasi {
  position: relative;
}
.reward-loyalty__row._pasi::after {
  content: "";
  width: 103px;
  aspect-ratio: 103/133;
  position: absolute;
  top: 185px;
  left: 50%;
  display: inline-block;
  background: url(../images/new/decorations_ani/13.png) center/cover no-repeat;
  pointer-events: none;
}
@media (max-width: 1182px) {
  .reward-loyalty__row._pasi::after {
    width: 78px;
    top: 165px;
  }
}
@media (max-width: 991.98px) {
  .reward-loyalty__row._pasi::after {
    width: 58px;
  }
}
@media (max-width: 721.98px) {
  .reward-loyalty__row._pasi::after {
    display: none;
  }
}
.reward-loyalty__row._pasi .section-loyalty__buttons {
  position: relative;
}
.reward-loyalty__row._pasi .section-loyalty__buttons::after {
  content: "";
  width: 38px;
  aspect-ratio: 103/133;
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%);
  display: inline-block;
  pointer-events: none;
  background: url(../images/new/decorations_ani/13.png) center/cover no-repeat;
}
@media (min-width: 721.98px) {
  .reward-loyalty__row._pasi .section-loyalty__buttons::after {
    display: none;
  }
}/*# sourceMappingURL=loyalty.css.map */