

/* Start:/local/templates/new_heder/css/loyalty.css?176286585824769*/
@charset "UTF-8";

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* Убираем внутренние отступы только для элементов у которых есть классы */

ul,
ol {
  padding: 0;
}

/* Убираем внешние отступы */

body,
h1,
h2,
h3,
h4,
p,
ul,
ol,
li,
figure,
figcaption,
blockquote,
dl,
dd {
  margin: 0;
}

body {

  min-height: 100vh;
  min-width: 320px;
  font-family: 'Bron Sans Cyrl', "Arial", sans-serif;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  scroll-behavior: smooth;
  overflow-x: hidden;
  color: #333333;


  /*padding-top: 14%;*/
  /*background-image: url('/loyalty/img/desk.png');*/
  /*background-position: center top;*/
  /*background-repeat: no-repeat;*/
  /*opacity: 0.5;*/
}

/* Удаляем стандартную стилизацию для всех ul и il, у которых есть атрибут class*/

ul,
ol {
  list-style: none;
}

/* Элементы a, у которых нет класса, сбрасываем до дефолтных стилей */

a:not([class]) {
  -webkit-text-decoration-skip: ink;
  text-decoration-skip-ink: auto;
}

/* Упрощаем работу с изображениями */

img {
  max-width: 100%;
  display: block;
}

/* Указываем понятную периодичность в потоке данных у article*/

article > * + * {
  margin-top: 1em;
}

/* Наследуем шрифты для инпутов и кнопок */

input,
button,
textarea,
select {
  font: inherit;
}

/* Удаляем все анимации и переходы для людей, которые предпочитай их не использовать */

.container {
  max-width: 1460px;
  margin: 0 auto;
  padding-left: 10px;
  padding-right: 10px;
}

.button-loyalty {
  position: relative;
  display: inline-block;
  font-weight: 500;
  font-size: 15px;
  line-height: 15px;
  text-align: center;
  letter-spacing: 0.035em;
  text-transform: uppercase;
  text-decoration: none;
  color: #BB559D;
  -webkit-transition: all linear .3s;
  -o-transition: all linear .3s;
  transition: all linear .3s;
}

.button-loyalty::after {
  content: '';
  position: absolute;
  bottom: -3px;
  height: 1px;
  width: 100%;
  left: 0;
  background: transparent;
  -webkit-transition: all linear .3s;
  -o-transition: all linear .3s;
  transition: all linear .3s;
}

.button-loyalty:hover:after {
  background: #BB559D;
}

.section-header {
  font-weight: 300;
  font-size: 26px;
  line-height: 135%;
  color: #2B2626;
}

/*.logo-footer {*/
/*  width: 150px;*/
/*  margin: auto;*/
/*}*/

.s-top {
  padding-top: 137px;
  padding-bottom: 120px;
  background: #F3F3F3;
  position: relative;
  overflow: hidden;
}

.s-top:after {
  content: '';
  position: absolute;
  bottom: 0px;
  width: 255px;
  height: 157px;
  right: -10px;
  display: block;
  background-image: url("/loyalty/img/ring-mob.png");
  background-repeat: no-repeat;
}

.s-top::before {
  display: none;
}

.s-top__container {
  position: relative;
}

.s-top__container:after {
  display: none;
}

.s-top__wrapper {
  background: transparent;
}

.hero {
  width: 300px;
  margin: auto;
  padding-top: 144px;
  padding-left: 30px;
  padding-right: 30px;
  padding-bottom: 40px;
  position: relative;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(187, 85, 157, 0.07)), to(rgba(187, 85, 157, 0.07))), rgba(255, 255, 255, 0.15);
  background: -o-linear-gradient(bottom, rgba(187, 85, 157, 0.07), rgba(187, 85, 157, 0.07)), rgba(255, 255, 255, 0.15);
  background: linear-gradient(0deg, rgba(187, 85, 157, 0.07), rgba(187, 85, 157, 0.07)), rgba(255, 255, 255, 0.15);
}

.hero__logo {
  width: 195px;
  height: 171px;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.hero__list {
  margin-bottom: 36px;
}

.hero__button {
  position: relative;
  display: block;
  width: 210px;
  text-align: left;
}

.hero__button:before {
  content: '';
  position: absolute;
  top: 45%;
  right: -5px;
  -webkit-transform: translate(0%, -50%);
      -ms-transform: translate(0%, -50%);
          transform: translate(0%, -50%);
  width: 25px;
  height: 25px;
  display: block;
  background-image: url("/loyalty/img/up.png");
  background-size: 23px;
  background-repeat: no-repeat;
}

.hero-list__item {
  position: relative;
  margin-bottom: 20px;
  padding-left: 15px;
  font-weight: normal;
  font-size: 16px;
  line-height: 16px;
  color: #2B2626;
}

.hero-list__item:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: block;
  width: 1px;
  height: 25px;
  background: #BB559D;
}

.hero-list__item:last-child {
  margin-bottom: 0;
}

.s-bonus {
  padding-top: 58px;
  padding-bottom: 30px;
}

.s-bonus__header {
  margin-bottom: 30px;
}

.bonus-list__item {
  position: relative;
  margin-bottom: 38px;
}

.bonus-list__item:after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: -5px;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: block;
  width: 110px;
  height: 1px;
  background: #bb559d;
}

.bonus-list__item:last-child {
  margin-bottom: 0;
}

.bonus-list__text {
  display: block;
  font-weight: normal;
  font-size: 16px;
  line-height: 135%;
  text-align: center;
  letter-spacing: 0.035em;
  color: #2B2626;
}

.s-rules {
  padding-top: 30px;
  padding-bottom: 90px;
}

.s-rules__header {
  margin-bottom: 30px;
  line-height: 26px;
}

.rules-list {
  margin-bottom: 30px;
}

.rules-list__item {
  position: relative;
  margin-bottom: 30px;
  padding-left: 8px;
  font-weight: normal;
  font-size: 16px;
  line-height: 135%;
  letter-spacing: 0.035em;
  color: #2B2626;
}

.rules-list__item::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  background: #BB559D;
  width: 1px;
  height: 50px;
}

.rules-list__item:last-child {
  margin-bottom: 0;
}

.decore {
  position: relative;
}

.decore__small {
  position: absolute;
  bottom: -90px;
  left: 50%;
  -webkit-transform: translate(-50%, 0%);
      -ms-transform: translate(-50%, 0%);
          transform: translate(-50%, 0%);
  display: block;
  width: 205px;
  height: 224px;
}

.s-talk {
  padding-top: 30px;
  padding-bottom: 30px;
}

.s-talk__header {
  margin-bottom: 130px;
}

.s-talk__button {
  position: relative;
  display: block;
  max-width: min-content;
  padding-right: 20px;
  margin-left: auto;
  margin-right: 30px;
  font-size: 13px;
  line-height: 13px;
  text-align: left;
}

.s-talk__button--item {
  display: none;
}

.s-talk__button:before {
  content: '';
  position: absolute;
  top: 60%;
  right: -14px;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 20px;
  height: 25px;
  display: block;
  background-image: url("/loyalty/img/up.png");
  background-size: 20px;
  background-repeat: no-repeat;
}

.talk-list {
  margin-bottom: 30px;
}

.talk-list__item {
  position: relative;
  font-weight: normal;
  font-size: 16px;
  line-height: 135%;
  text-align: center;
  letter-spacing: 0.035em;
  color: #2B2626;
  margin: auto;
  margin-bottom: 140px;
  width: 300px;
}

.talk-list__item:before {
  display: block;
  content: '';
  position: absolute;
  background-repeat: no-repeat;
}

.talk-list__item--first:before {
  top: -75px;
  width: 163px;
  height: 104px;
  background-image: url("/loyalty/img/01.png");
}

.talk-list__item--second:before {
  top: -70px;
  width: 179px;
  height: 104px;
  background-image: url("/loyalty/img/02.png");
}

.talk-list__item--third {
  margin-bottom: 0;
}

.talk-list__item--third:before {
  top: -70px;
  width: 179px;
  height: 104px;
  background-image: url("/loyalty/img/03.png");
}

.s-brilliant {
  padding-top: 30px;
  padding-bottom: 30px;
}

.s-brilliant__text {
  margin-top: 110px;
  font-weight: 250;
  font-size: 18px;
  line-height: 135%;
  letter-spacing: 0.035em;
  color: #2B2626;
}

.s-faq {
  position: relative;
  padding-top: 30px;
  padding-bottom: 184px;
}

.s-faq:before {
  content: '';
  position: absolute;
  display: block;
  left: 50%;
  top: 43%;
  width: 100%;
  height: 1035px;
  transform: translate(-50%,-50%);
  background-size: 100%;
  background-repeat: no-repeat;
  background-image: url("/loyalty/img/decore-bg-mobile.png");
}

.s-faq__container {
  position: relative;
}

.s-faq__header {
  margin-bottom: 30px;
}

.faq-list {
  position: relative;
}
.logo-footer {
  width: 150px;
  margin: auto;
}

.faq-list__item {
  position: relative;
  background: rgba(255, 255, 255, 0.9);
  padding-top: 10px;
  padding-bottom: 10px;
  margin-bottom: 30px;
}

.faq-list__item:last-child {
  margin-bottom: 0;
  background: none;
}

.faq-list__title {
  position: relative;
  margin-bottom: 15px;
  padding-left: 10px;
  font-weight: normal;
  font-size: 20px;
  line-height: 20px;
  letter-spacing: 0.035em;
  color: #2B2626;
}

.faq-list__title:before {
  content: '';
  width: 2px;
  height: 100%;
  position: absolute;
  left: 0;
  background: #BB559D;
  top: 50%;
  transform: translate(0,-50%);
}

.faq-list__text {
  padding-left: 10px;
  font-weight: normal;
  font-size: 16px;
  line-height: 135%;
  letter-spacing: 0.035em;
  color: #2B2626;
}

.faq-list__mail {
  color: #2B2626;
  text-decoration: none;
}

@media screen and (min-width: 400px){
  .s-faq:before {
    background-size: 90%;
  }
}

@media screen and (min-width: 600px) {
  .section-header {
    font-size: 40px;
  }

  .s-top {
    padding-top: 167px;
  }

  .s-top:after {
    display: none;
  }

  .s-top::before {
    display: block;
    content: '';
    position: absolute;
    top: 46%;
    right: 0;
    -webkit-transform: translate(0%, -50%);
        -ms-transform: translate(0%, -50%);
            transform: translate(0%, -50%);
    width: 236px;
    height: 571px;
    background-image: url("/loyalty/img/ring600.png");
    background-repeat: no-repeat;
  }

  .hero {
    width: 308px;
    margin-left: 10px;
  }

  .s-bonus {
    padding-bottom: 90px;
  }

  .s-bonus__header {
    max-width: 580px;
    text-align: left;
  }

  .bonus-list {
    position: relative;
    overflow: hidden;
    padding-bottom: 10px;
  }

  .bonus-list:after {
    content: '';
    position: absolute;
    bottom: 0;
    display: block;
    background-image: url("/loyalty/img/line-last.png");
    background-repeat: no-repeat;
    background-size: 100%;
    width: 100%;
    height: 32px;
  }

  .bonus-list__item:after {
    display: none;
  }

  .bonus-list__item:first-child:after {
    content: '';
    position: absolute;
    -webkit-transform: unset;
        -ms-transform: unset;
            transform: unset;
    left: 0;
    bottom: -40px;
    display: block;
    width: 100%;
    height: 34px;
    background: none;
    background-image: url("/loyalty/img/line-first.png");
    background-repeat: no-repeat;
    background-size: 100%;
  }

  .bonus-list__item--w50 {
    display: inline-block;
    width: 50%;
    float: left;
  }

  .bonus-list__text {
    max-width: 260px;
    margin: auto;
    text-align: center;
  }

  .bonus-list__text--first {
    max-width: 356px;
    display: block;
    margin: auto;
  }

  .s-rules {
    padding-bottom: 150px;
  }

  .s-rules__header {
    margin-bottom: 60px;
  }

  .rules-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }

  .rules-list__item {
    width: calc(50% - 10px);
    margin-bottom: 40px;
  }

  .rules-list__item:nth-child(2) {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
  }

  .decore {
    max-width: 478px;
    height: 576px;
    margin-left: auto;
  }

  .decore__main {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }

  .decore__small {
    left: 0;
    -webkit-transform: translate(-36%, 0%);
        -ms-transform: translate(-36%, 0%);
            transform: translate(-36%, 0%);
    bottom: -150px;
    width: 280px;
    height: 302px;
  }

  .decore__small--right {
    left: unset;
    right: -130px;
    -webkit-transform: translate(0%);
        -ms-transform: translate(0%);
            transform: translate(0%);
    bottom: -90px;
  }

  .s-talk {
    padding-top: 60px;
  }

  .s-talk__button {
    display: none;
  }

  .s-talk__button--item {
    width: 180px;
    display: block;
    -webkit-align-self: flex-end;
        -ms-flex-item-align: end;
            align-self: flex-end;
    margin-left: 70px;
    margin-right: auto;
  }

  .talk-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }

  .talk-list__item {
    width: calc(45.83333% - 10px);
    margin-bottom: 100px;
  }

  .talk-list__item--third {
    margin-bottom: 0;
  }

  .s-brilliant__text {
    font-size: 30px;
  }

  .s-brilliant__decore {
    max-width: 447px;
    height: 542px;
    margin-left: 0;
  }

  .s-faq:before {
    left: 56%;
    top: 50%;
    transform: translate(-50%,-50%);
    width: 500px;
    height: 626px;
    background-image: url("/loyalty/img/decore-bg-600.png");
    background-size:80%;
  }

  .s-faq__header {
    font-size: 45px;
    line-height: 45px;
    margin-bottom: 60px;
  }

  .faq-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    align-items: flex-start;
  }

  .logo-footer {
    width: 187px;
    position: absolute;
    left: 0;
    top: 0px;
  }

  .faq-list__item {
    width: calc(46.6% - 10px);
    margin-bottom: 20px;
  }
  .faq-list__title {
    padding-left: 10px;
    font-size: 18px;
  }
  .faq-list__text {
    padding-left: 10px;
    line-height: 21px;
  }

  .faq-list__item--first {
    order: 0;
  }
  .faq-list__item--second {
    order: 3;
  }
  .faq-list__item--three {
    order: 5;
  }
  .faq-list__item--four {
    order: 2;
  }
  .faq-list__item--five {
    order: 4;
  }
  .faq-list__item:last-child {
    position: relative;
    order: 5;
  }
}

@media screen and (min-width: 600px) and (min-width: 1000px) {
  .bonus-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }

  .bonus-list:after {
    height: 19px;
    background-image: url("/loyalty/img/line-1440.png");
  }
}

@media screen and (min-width: 1000px) {
  .section-header {
    font-size: 45px;
  }

  .s-top {
    padding-top: 0;
    padding-bottom: 0;
    background: transparent;
  }

  .s-top::before {
    display: none;
  }

  .s-top__container:after {
    content: '';
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0%, -50%);
        -ms-transform: translate(0%, -50%);
            transform: translate(0%, -50%);
    width: 570px;
    height: 642px;
    right: 10px;
    display: block;
    background-image: url("/loyalty/img/ring.png");
    background-repeat: no-repeat;
  }

  .s-top__wrapper {
    background: #F3F3F3;
  }

  .s-top__wrapper {
    padding-top: 111px;
    padding-bottom: 60px;
  }

  .hero {
    width: 400px;
    padding-top: 198px;
    padding-left: 89px;
    padding-right: 80px;
    padding-bottom: 60px;
  }

  .hero__logo {
    width: 252px;
    height: 220px;
    top: 25px;
  }

  .s-bonus {
    padding-top: 111px;
    padding-bottom: 60px;
  }

  .s-bonus__header {
    max-width: 100%;
    margin-bottom: 83px;
  }

  .bonus-list__item {
    width: calc(33.33333% - 10px);
  }

  .bonus-list__item:first-child:after {
    display: none;
  }

  .bonus-list__item--w50 {
    display: block;
    width: calc(33.33333% - 10px);
    float: unset;
  }

  .s-rules__header {
    line-height: 135%;
  }

  .s-rules__wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }

  .rules-list {
    max-width: 325px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 0;
  }

  .rules-list__item {
    width: 100%;
    margin-bottom: 0;
  }

  .rules-list__item:nth-child(2) {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
        -ms-flex-order: 0;
            order: 0;
  }

  .decore__small {
    width: 241px;
    height: 260px;
    bottom: unset;
    top: 50%;
    left: 0;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }

  .decore__small--right {
    right: -50%;
    left: unset;
    top: unset;
    bottom: -43%;
  }

  .s-talk__button {
    display: block;
    margin-right: 75px;
  }

  .s-talk__button--item {
    display: none;
  }

  .talk-list {
    -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
            justify-content: space-around;
  }

  .talk-list__item {
    width: calc(25% - 10px);
    margin:unset;
    margin-bottom: 0;

  }

  .s-brilliant {
    padding-top: 60px;
    padding-bottom: 120px;
  }

  .s-brilliant__text {
    font-size: 40px;
    margin-top: 30px;
  }

  .s-brilliant__wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .s-brilliant__decore {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 447px;
        -ms-flex: 0 0 447px;
            flex: 0 0 447px;
    margin-right: 30px;
  }

  .logo-footer {
    width: 337px;
  }

  .s-faq:before {
    width: 960px;
    height: 651px;
    background-image: url("/loyalty/img/decore-bg-1000.png");
    background-size: 100%;
  }

  .faq-list__title {
    padding-left: 30px;
    font-size: 25px;
    line-height: 33px;
  }
  .faq-list__text {
    padding-left: 30px;
  }

  .faq-list__item {
    width: calc(44.13333% - 10px);
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .sandwich {
    display: none;
  }
}

@media screen and (min-width: 1200px) {

  .logo-footer {
    position: absolute;
    bottom: -9%;
    right: 11%;
  }

  .s-top::before {
    display: none;
  }

  .s-top__container:after {
    height: 642px;
    top: 49.1%;
    right: 10px;
    display: block;
    background-image: url("/loyalty/img/ring.png");
    background-repeat: no-repeat;
    width: 650px;/*735px;*/
  }

  .hero {
    margin-left: 17%;
  }

  .hero__list {
    margin-bottom: 56px;
  }

  .hero-list__item {
    margin-bottom: 40px;
  }

  .s-bonus {
    padding-bottom: 70px;
  }

  .bonus-list__item {
    margin-bottom: 0;
  }

  .bonus-list__text {
    max-width: 340px;
  }

  .bonus-list__text--first {
    max-width: 450px;
  }

  .bonus-list {
    padding-bottom: 78px;
  }

  .s-rules {
    padding-top: 44px;
    padding-bottom: 40px;
  }
  .s-rules__header {
    margin-bottom: 21px;
  }

  .rules-list {
    max-width: 523px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .rules-list__item {
    margin-bottom: 60px;
    padding-left: 30px;
  }

  .rules-list__item:nth-child(2) {
    order: -1;
  }

  .rules-list__item:last-child {
    margin-bottom: 0;
  }

  .decore {
    max-width: 513px;
    height: 470px;
    margin-right: 128px;
  }

  .decore__small {
    top: 48%;
    left: -15px;
    width: 336px;
    height: 362px;
  }

  .decore__small--right {
    right: -63%;
    left: unset;
    top: unset;
    bottom: -40%;
  }

  .s-talk {
    padding-top: 74px;
  }

  .s-talk__button {
    margin-right: 90px;
    font-size: 15px;
    font-weight: 600;
  }

  .talk-list {
    margin-bottom: 53px;
  }

  .talk-list__item {
    font-weight: 400;
    margin-top: 32px;
    line-height: 22px;
  }

  .talk-list__item:before {
    top: -70px;
    left: 0;
  }
  .talk-list__item--first:before {
    top: -70px;
    left: 18px;
  }

  .s-brilliant {
    padding-top: 94px;
    padding-bottom: 180px;
  }

  .s-brilliant__text {
    font-size: 45px;
    margin-top: 120px;
  }

  .s-brilliant__decore {
    width: 600px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 600px;
        -ms-flex: 0 0 600px;
            flex: 0 0 600px;
    height: 818px;
  }

  .s-faq:before {
    width: 1082px;
    background-image: url(/loyalty/img/decore-bg-desktop.png);
    background-size: 1100px;
    top: 447px;
    height: 855px;
    left: 54%;
  }

  .faq-list {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }

  .faq-list__item {
    width: 483px;
    margin-right: 150px;
  }

  .faq-list__item--first {
    order: 0;
  }
  .faq-list__item--second {
    order: 3;
  }
  .faq-list__item--three {
    order: 5;
  }
  .faq-list__item--four {
    order: 2;
    margin-right: 0;
  }
  .faq-list__item--five {
    order: 4;
    margin-right: 0;
  }

  .faq-list__item--first:before {
    display: none;
  }
  .faq-list__item--first:after {
    display: none;
  }
  .faq-list__item--second:before {
    display: none;
  }
  .faq-list__item--three:before {
    display: none;
  }
  .faq-list__item--four:before {
    display: none;
  }
  .faq-list__item--five:before {
    display: none;
  }
  .faq-list__item--four:after {
    display: none;
  }
  .faq-list__item--five:after {
    display: none;
  }
  .faq-list__item:last-child {
    margin-right: 0;
  }

  .faq-list__title {
    padding-left: 30px;
    padding-right: 30px;
    font-size: 25px;
    line-height: 25px;
    margin-bottom: 30px;
  }

  .faq-list__title:before {
    height: 50px;
  }

  .faq-list__text {
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media screen and (min-width: 1400px) {
  .logo-footer {
    position: absolute;
    bottom: -6%;
    right: 17%;
    width: 476px;
  }
  .decore {
    max-width: 593px;
    height: 704px;
  }

  .s-brilliant__text {
    margin-top: 190px;
  }

  .s-brilliant__decore {
    margin-right: 44px;
    max-width: 676px;
    flex: 0 0 676px;
    height: 818px;
  }
  .s-brilliant__decore .decore__main {
    width: 100%;
  }
  .decore__small--right {
    right: -54%;
    bottom: -31%;
  }
  .s-faq {
    padding-top: 5px;
  }
  .s-faq:before {
    width: 1256px;
    background-image: url(/loyalty/img/decore-bg-desktop.png);
    background-size: 100%;
    top: 40%;
    height: 855px;
    left: 50%;
  }
  .s-faq__header {
    margin-bottom: 125px;
  }
  .faq-list__item {
    margin-bottom: 40px;
  }
  .faq-list__item--first {
    order: 0;
    margin-right: 234px;
  }
  .faq-list__item--second {
    order: 3;
    margin-right: 234px;
  }
  .faq-list__item--three {
    order: 5;
    margin-right: 234px;
  }
  .faq-list__item--four {
    order: 2;
    margin-right: 0;
  }
  .faq-list__item--five {
    order: 4;
    margin-right: 0;
  }

  .faq-list__title {
    margin-bottom: 30px;
  }
}

@media (prefers-reduced-motion: reduce) {
  * {
    -webkit-animation-duration: 0.01ms !important;
            animation-duration: 0.01ms !important;
    -webkit-animation-iteration-count: 1 !important;
            animation-iteration-count: 1 !important;
    -webkit-transition-duration: 0.01ms !important;
         -o-transition-duration: 0.01ms !important;
            transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}

@media screen and (max-width: 1000px){
    .footer {
        margin: 0px 0 0;
    }
    .s-faq {
      padding-bottom: 143px;
    }
    
}
@media screen and (max-width: 600px){
    .s-faq {
      padding-bottom: 70px;
    }
}

/* End */
/* /local/templates/new_heder/css/loyalty.css?176286585824769 */
