.loyalty-hero {
  position: relative;
  padding-top: 56px;
  padding-bottom: 130px;
  height: 738px;
}
@media (min-width: 768px) {
  .loyalty-hero {
    height: 636px;
  }
}
@media (min-width: 768px) and (max-width: 1200px) {
  .loyalty-hero {
    height: 550px;
  }
}
@media (min-width: 768px) and (max-width: 960px) {
  .loyalty-hero {
    height: 480px;
  }
}
.loyalty-hero__img {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: 0;
  height: 100%;
  z-index: -1;
  width: 100%;
}
@media (min-width: 768px) {
  .loyalty-hero__img {
    width: 1920px;
  }
}
@media (min-width: 768px) and (max-width: 1200px) {
  .loyalty-hero__img {
    width: 1300px;
  }
}
@media (min-width: 768px) and (max-width: 960px) {
  .loyalty-hero__img {
    margin-left: 100px;
  }
}
.loyalty-hero__img img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.loyalty-hero__img .loyalty-img--desktop {
  display: none;
}
@media (min-width: 767px) {
  .loyalty-hero__img .loyalty-img--desktop {
    display: block;
  }
}
@media (min-width: 767px) {
  .loyalty-hero__img .loyalty-img--mobile {
    display: none;
  }
}
.loyalty-hero__cont {
  max-width: 305px;
}
@media (min-width: 768px) {
  .loyalty-hero__cont {
    max-width: 280px;
  }
}
@media (min-width: 960px) {
  .loyalty-hero__cont {
    max-width: 305px;
  }
}
@media (max-width: 767px) {
  .loyalty-hero__cont {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    height: 543px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.loyalty-hero__title {
  color: #fff;
  font-size: 48px;
  font-weight: bold;
  line-height: 1.08;
  margin-bottom: 25px;
}
@media (max-width: 960px) {
  .loyalty-hero__title {
    font-size: 36px;
    margin-bottom: 12px;
  }
}
.loyalty-hero__text {
  color: #fff;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.33;
  margin-bottom: 41px;
}
@media (max-width: 960px) {
  .loyalty-hero__text {
    font-size: 20px;
    margin-bottom: 25px;
  }
}
.loyalty-hero__text p {
  margin-top: 0;
}
.loyalty-hero__text > *:last-child {
  margin-bottom: 0;
}
.loyalty-hero .btn-yellow {
  font-weight: 700;
  font-size: 24px;
}
@media (max-width: 960px) {
  .loyalty-hero .btn-yellow {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .loyalty-hero .btn-yellow {
    margin-top: auto;
    font-size: 16px;
  }
}

.btn-yellow {
  background: #FC3;
  color: #212121;
  font-weight: 700;
  font-size: 20px;
}
.btn-yellow:hover {
  background: #e6ac00;
}
@media (max-width: 767px) {
  .btn-yellow {
    font-size: 16px;
  }
}

.container-medium {
  max-width: 1392px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 16px;
  padding-right: 16px;
}

.loyalty-offer {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 12px 1fr;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
  max-width: 1203px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 16px;
  padding-right: 16px;
  margin-top: -116px;
  margin-bottom: 66px;
}
@media (min-width: 960px) {
  .loyalty-offer {
    -ms-grid-columns: 1fr 24px 1fr 24px 1fr 24px 1fr 24px 1fr;
    grid-template-columns: repeat(5, 1fr);
    gap: 24px;
  }
}

.loyalty-item {
  border-radius: 12px;
  background: #FFF;
  -webkit-box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.08);
          box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.08);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 12px;
  min-height: 213px;
}
@media (min-width: 960px) {
  .loyalty-item {
    padding: 10px;
    min-height: 230px;
  }
}
@media (min-width: 1200px) {
  .loyalty-item {
    padding: 20px;
    min-height: 259px;
  }
}
@media (max-width: 960px) {
  .loyalty-item:last-child {
    -ms-grid-column-span: 2;
    grid-column: span 2;
  }
}
.loyalty-item__img {
  width: 85px;
  height: 85px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 7px;
}
.loyalty-item__img img {
  display: block;
  max-width: 100%;
}
@media (max-width: 767px) {
  .loyalty-item__img {
    width: 78px;
    height: 78px;
  }
}
.loyalty-item__text {
  color: #212121;
  text-align: center;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.4;
}
@media (max-width: 1300px) {
  .loyalty-item__text {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .loyalty-item__text {
    font-size: 16px;
  }
}
.loyalty-item__text p {
  margin: 0;
}

.section-bonus {
  margin-bottom: 63px;
}
@media (min-width: 768px) {
  .section-bonus {
    margin-bottom: 126px;
  }
}

.l-bonus-title {
  color: #00B9BF;
  text-align: center;
  font-size: 28px;
  font-weight: bold;
  line-height: 1.22;
  margin-bottom: 25px;
}
@media (min-width: 768px) {
  .l-bonus-title {
    font-size: 36px;
  }
}

.l-bonus-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 1232px;
  margin-left: auto;
  margin-right: auto;
  padding-right: 16px;
  padding-left: 16px;
  margin-bottom: 43px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (min-width: 768px) {
  .l-bonus-grid {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
@media (max-width: 767px) {
  .l-bonus-grid {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.l-item {
  padding: 0 5px;
  max-width: 178px;
}
@media (min-width: 768px) {
  .l-item {
    max-width: 282px;
  }
}
.l-item__icon {
  width: 82px;
  height: 82px;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.l-item__icon img {
  display: block;
  max-width: 100%;
}
@media (min-width: 768px) {
  .l-item__icon {
    width: 128px;
    height: 128px;
  }
}
.l-item__text {
  color: #212121;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.33;
}
@media (min-width: 768px) {
  .l-item__text {
    font-size: 20px;
  }
}
@media (min-width: 960px) {
  .l-item__text {
    font-size: 24px;
  }
}

.section-loyalty-bn {
  margin-bottom: 74px;
}
@media (max-width: 767px) {
  .section-loyalty-bn {
    margin-bottom: 59px;
  }
}

.loyalty-bn {
  position: relative;
  margin-bottom: 35px;
}
@media (max-width: 767px) {
  .loyalty-bn {
    border-radius: 24px;
    background: #00B9BF;
    overflow: hidden;
  }
}
.loyalty-bn__inner {
  padding: 18px 23px 240px 23px;
}
@media (min-width: 360px) {
  .loyalty-bn__inner {
    padding: 18px 23px 297px 23px;
  }
}
@media (min-width: 768px) {
  .loyalty-bn__inner {
    padding: 40px 0 40px 20px;
    border-radius: 24px;
    background: #00B9BF;
    overflow: hidden;
  }
}
@media (min-width: 960px) {
  .loyalty-bn__inner {
    padding: 44px 0 55px 71px;
  }
}
.loyalty-bn__content {
  position: relative;
  z-index: 2;
}
@media (min-width: 768px) {
  .loyalty-bn__content {
    max-width: 400px;
  }
}
@media (min-width: 960px) {
  .loyalty-bn__content {
    max-width: 500px;
  }
}
@media (min-width: 1300px) {
  .loyalty-bn__content {
    max-width: 635px;
  }
}
.loyalty-bn__tytle {
  color: #FFF;
  font-weight: bold;
  line-height: 1.22;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 24px;
}
@media (min-width: 768px) {
  .loyalty-bn__tytle {
    font-size: 30px;
  }
}
@media (min-width: 1300px) {
  .loyalty-bn__tytle {
    font-size: 36px;
  }
}
.loyalty-bn__text {
  color: #FFF;
  font-weight: 400;
  margin-bottom: 30px;
  font-size: 16px;
  line-height: 1.5;
}
@media (min-width: 768px) {
  .loyalty-bn__text {
    font-size: 20px;
    line-height: 1.33;
  }
}
@media (min-width: 1300px) {
  .loyalty-bn__text {
    font-size: 24px;
  }
}
.loyalty-bn__text p {
  margin: 0;
}
.loyalty-bn__img {
  position: absolute;
  right: 0;
  bottom: 0;
  max-width: 400px;
}
.loyalty-bn__img img {
  display: block;
  max-width: 100%;
}
@media (min-width: 1300px) {
  .loyalty-bn__img {
    max-width: 644px;
  }
}

.loyalty-rules {
  border-bottom: 1px dashed #00B9BF;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
  color: #00B9BF;
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
  display: inline;
}
@media (max-width: 767px) {
  .loyalty-rules {
    font-size: 14px;
  }
}
.loyalty-rules:hover {
  border-color: transparent;
}

.section-l-faq {
  margin-bottom: 69px;
}
@media (min-width: 768px) {
  .section-l-faq {
    margin-bottom: 98px;
  }
}
@media (max-width: 768px) {
  .section-l-faq .container-small {
    padding: 0;
  }
}
.section-l-faq .accordion__body {
  color: #212121;
}
.section-l-faq .accordion__arrow {
  color: #212121;
}
.section-l-faq .accordion__btn:hover .accordion__arrow {
  color: #00B9BF;
}

.container-small {
  max-width: 1028px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  padding-left: 16px;
  padding-right: 16px;
}

.l-faq__title {
  color: #212121;
  text-align: center;
  font-size: 28px;
  font-weight: bold;
  line-height: 1.22;
  margin-bottom: 36px;
}
@media (min-width: 768px) {
  .l-faq__title {
    font-size: 36px;
    margin-bottom: 48px;
  }
}

.section-dreams {
  margin-bottom: 70px;
}
@media (min-width: 768px) {
  .section-dreams {
    margin-bottom: 124px;
  }
}

.dreams {
  display: -ms-grid;
  display: grid;
  gap: 24px;
}
@media (min-width: 960px) {
  .dreams {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}

.dreams-media img {
  display: block;
  width: 100%;
}

@media (max-width: 959px) {
  .dreams-info {
    text-align: center;
  }
}
.dreams-info__date {
  color: #00B9BF;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 2px;
  font-size: 16px;
}
@media (min-width: 768px) {
  .dreams-info__date {
    margin-bottom: 18px;
    font-size: 20px;
  }
}
.dreams-info__title {
  color: #212121;
  font-weight: 700;
  line-height: 1.28;
  font-size: 24px;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .dreams-info__title {
    font-size: 28px;
    margin-bottom: 18px;
  }
}
.dreams-info__text {
  color: #212121;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  margin-bottom: 34px;
  text-align: left;
}
@media (min-width: 960px) {
  .dreams-info__text {
    max-width: 594px;
  }
}
.dreams-info__text p {
  margin-bottom: 8px;
}
.dreams-info__text p:last-child {
  margin-bottom: 0;
}
.personal_link{
  cursor: pointer;
}