[aria-label="breadcrumb"] {
    position: relative;
    z-index: 5;
}
[aria-label="breadcrumb"].is-white .breadcrumb .breadcrumb-item a {
    color: #fff;
}
[aria-label="breadcrumb"].is-white .breadcrumb .breadcrumb-item {
    font-size: 13px;
}
[aria-label="breadcrumb"].is-white .breadcrumb .breadcrumb-item.active {
    color: rgba(255,255,255,.5);
}
[aria-label="breadcrumb"].is-white .breadcrumb .breadcrumb-item::after {

    background-image: url("data:image/svg+xml,%3Csvg width='4' height='9' viewBox='0 0 4 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath opacity='0.7' d='M3.85609 5.30237L0.838849 8.76696C0.646917 8.98746 0.335731 8.98746 0.143891 8.76696C-0.0479637 8.54665 -0.0479637 8.18934 0.143891 7.96905L2.81368 4.90341L0.143969 1.83789C-0.0478861 1.61749 -0.0478861 1.26021 0.143969 1.0399C0.335824 0.819504 0.646994 0.819504 0.838927 1.0399L3.85616 4.50454C3.95209 4.61475 4 4.75904 4 4.9034C4 5.04782 3.952 5.19222 3.85609 5.30237Z' fill='white'/%3E%3C/svg%3E%0A");
}
.banner-main-top {
    position: relative;
}
.banner-main-top__text {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 46px;
}
.banner-main-top__image {
    position: absolute;
    z-index: 0;
    top: 0;
    right: 0;
    height: 100%;
}
.banner-main-top__image picture {
    height: 100%;
    display: block;
}
.banner-main-top__image img {
    display: block;
    height: 100%;
}
.banner-main-top__inner {
    position: relative;
    background-color: #FDE046;
    display: grid;
    grid-template-columns: 530px 1fr;
    height: 560px;
}
.banner-main-top__title {
    font-family: 'exm', sans-serif;
    font-size: 34px;
    line-height: 44px;
    font-weight: 700;
    text-transform: uppercase;
    color: #000;
}
.banner-main-top__descr {
    margin-top: 17px;
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    color: rgba(76, 84, 88, 1);
}
.page-loyalty section {
    margin: 56px auto;
}
.section-about-loyalty__title {
    font-family: 'exm', sans-serif;
    font-size: 28px;
    line-height: 32px;
    font-weight: 700;
    color: #000000;
    margin-bottom: 32px;
}
.section-about-loyalty__text {
    font-size: 15px;
    color: rgba(76, 84, 88, 1);
}
.section-about-loyalty__text b, .section-about-loyalty__text strong {
    color: #000;
}
.section-about-loyalty__text p {
    margin: 16px 0;
}
.section-about-loyalty__text > *:first-child {
    margin-top: 0;
}
.section-about-loyalty__text > *:last-child {
    margin-bottom: 0;
}
.section-about-loyalty__notification {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 16px;
    font-size: 15px;
    color: rgba(78, 84, 88, 1);
    margin-top: 16px;
}
.section-about-loyalty__notification-text {
    flex: 1;
    min-width: 0;
    font-size: 13px;
    line-height: 125%;
    color: #4C5458;
}
.section-about-loyalty,
.section-loyalty-how,
.section-loyalty-faq,
.section-loyalty-partner {
    width: 100%;
    max-width: 767px;
}
.section-about-loyalty {
    display: grid;
    grid-template-columns: 1fr 1fr;
}
.section-about-loyalty__content {
    flex: 1;
    min-width: 0;
    max-width: 633px;
    margin-right: auto;
}
.section-about-loyalty__img {
    padding: 32px 0;
}
.section-about-loyalty__img img {
    display: block;
}
.section-loyalty-percent {
    border-radius: 4px;
    padding: 32px 24px;
    background: linear-gradient(90deg, rgba(243, 200, 27, 0.1) 0%, rgba(255, 182, 0, 0.1) 100%);
}
.section-loyalty-percent--alt {
    background: transparent;
    border: 1px solid rgba(211, 219, 232, 1);
    margin-top: 24px;
    margin-bottom: 24px;
}
.section-loyalty-percent__descr {
    font-size: 16px;
    line-height: 140%;
    color: #4E5458;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px;
}
.loyalty-percent-price {
    font-size: 20px;
    line-height: 32px;
    font-family: 'exs';
    color: #000;
    position: relative;
    top: -2px;
}
.section-loyalty-percent__head {
    margin-bottom: 32px;
}
.section-loyalty-percent__title {
    font-family: 'exm', sans-serif;
    font-size: 28px;
    line-height: 32px;
    font-weight: 700;
    color: #000000;
}
.section-loyalty-percent__grid {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}
.section-loyalty-percent__col {
    flex: 1 0 calc(20% - (8px - (8px / 5)));
    width: calc(20% - (8px - (8px / 5)));
    max-width: calc(20% - (8px - (8px / 5)));
}
.loyalty-percent__progress {
    margin-bottom: 16px;
    border-radius: 4px;
    height: 8px;
    background: rgba(243, 244, 245, 1);
}
.loyalty-percent__progress-inner {
    border-radius: 4px;
    width: 100%;
    height: 8px;
    background: #EBB500;
}
.loyalty-percent__title {
    font-family: 'exm', sans-serif;
    font-size: 20px;
    line-height: 160%;
    margin-bottom: 16px;
}
.loyalty-percent__percent {
    font-family: 'rm';
    font-size: 19px;
    line-height: 100%;
    color: #FF0000;
    margin-bottom: 8px;

}
.loyalty-percent__sum {
    font-size: 14px;
    line-height: 140%;
    color: #4C5458;
    font-family: 'r';
}
.section-loyalty-how__head {
    margin-bottom: 32px;
    font-family: 'exm', sans-serif;
    font-size: 28px;
    line-height: 32px;
    font-weight: 700;
    color: #000000;
}
.section-loyalty-how__grid {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
}
.section-loyalty-how__col {
    flex: 1 0 calc(33.332% - (24px - (24px / 3)));
    width: calc(33.332% - (24px - (24px / 3)));
    max-width: calc(33.332% - (24px - (24px / 3)));
}
.loyalty-how__item {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
}
.loyalty-how__icon {
    width: 48px;
    flex: 1 0 48px;
    max-width: 48px;
    height: 48px;
}
.loyalty-how__icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.loyalty-how__text {
    flex: 1;
    min-width: 0;
    font-family: 'exm', sans-serif;
    font-size: 13px;
    line-height: 137%;
    color: #000;
}
.loyalty-how__text b, .loyalty-how__text strong {
    font-family: 'exs';
    font-weight: 400;
}
.section-loyalty-faq__head {
    margin-bottom: 24px;
}
.section-loyalty-faq__title {
    font-family: 'exm', sans-serif;
    font-size: 28px;
    line-height: 32px;
    font-weight: 700;
}
.section-loyalty-partner__title {
    font-family: 'exm', sans-serif;
    font-size: 28px;
    line-height: 32px;
    font-weight: 700;
    color: #000000;
    margin-bottom: 32px;
}
.loyalty-partner-card {
    display: grid;
    grid-template-columns: 202px 1fr;
    gap: 16px;
}
.loyalty-partner-card__logo {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(248, 248, 249, 1);
}
.loyalty-partner-card__title {
    font-size: 20px;
    line-height: 24px;
    font-weight: 700;
    color: #000;
    margin-bottom: 8px;
}
.loyalty-partner-card__description {
    font-size: 13px;
    line-height: 125%;
    color: rgba(78, 84, 88, 1);
    margin-bottom: 16px;
}
.loyalty-partner-card__link {
    font-size: 15px;
    line-height: 100%;
    font-weight: 700;
    color: #000;
    background-color: rgba(255, 209, 53, 1);
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    vertical-align: top;
    padding: 0 16px;
    white-space: nowrap;
    height: 40px;
    transition: 200ms;
    user-select: none;
}
.loyalty-partner-card__link:hover,
.loyalty-partner-card__link:focus,
.loyalty-partner-card__link:active {
    text-decoration: none;
    color: #000;
    background-color: rgba(255, 209, 53, 0.75);
}
.page-loyalty {
    margin-bottom: 81px;
}
.tables-info {
    margin-bottom: 24px;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    background-color: rgba(243, 200, 27, 0.1);
}
.tables-info__col {
    width: 50%;
    padding: 32px 4px;
    box-sizing: border-box;
}
.tables-info__col:nth-child(odd) {
    border-right: 1px solid #D3DBE8;
}
.tables-info__title {
    text-align: center;
    color: #000;
    font-size: 16px;
    line-height: 140%;
    margin-bottom: 8px;
}
.tables-info__val {
    text-align: center;
    font-size: 32px;
    line-height: 32px;
    color: rgba(0, 0, 0, 1);
    font-family: 'exs';
}
.section-about-loyalty__notification--alt {
    margin-top: 24px;
}
.sidebar-info {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}
.sidebar-info__col {
    width: 50%;
    border-radius: 4px;
    padding: 16px 0;
    border: 1px solid rgba(211, 219, 232, 1);
    box-sizing: border-box;
}
.sidebar-info__title {
    text-align: center;
    font-size: 14px;
    line-height: 140%;
    margin-bottom: 8px;
    color: rgba(76, 84, 88, 1);

}
.sidebar-info__val {
    text-align: center;
    font-size: 20px;
    line-height: 32px;
    color: rgba(0, 0, 0, 1);
    font-family: 'exs';
}
/**/


.tables-info-row {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;


}

.tables-info-row__col {
    flex: 1;
    min-width: 0;
}

.tables-info__col--alt {
    border: 0 !important;
    background-color: rgba(243, 200, 27, 0.1);
}
.tables-info--alt {
    border: unset;
    background: unset;

}
.tables-info__col--full {
    flex: 1 0 100%;
    width: 100%;
    max-width: 100%;
}

.tables-info__col--iconed {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    padding: 16px;
    background: linear-gradient(90deg, rgba(85, 150, 154, 0.1) 0%, rgba(31, 186, 89, 0.1) 100%);
    border-radius: 4px;

    border: unset !important;
}
.tables-info__col-icon-image {
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: linear-gradient(90deg, rgba(85, 150, 154, 0.1) 0%, rgba(31, 186, 89, 0.1) 100%);
    width: 48px;
    height: 48px;
}
.tables-info__col--iconed .tables-info__title {
    font-weight: 400;
    font-size: 14px;
    line-height: 140%;
    color: #4C5458;
    margin-bottom: 0;
    text-align: left;
}
.tables-info__col--iconed .tables-info__val {
    color: #000000;
    font-size: 20px;
    line-height: 160%;
    text-align: left;

}
.empty-block {
    padding: 56px 0;
}
.empty-block__image {
    display: flex;
    justify-content: center;
    margin-bottom: 24px;
}
.empty-block__title {
    font-size: 22px;
    line-height: 24px;
    color: #000000;
    font-family: 'exm', sans-serif;
    max-width: 383px;
    margin: 0 auto;
    margin-bottom: 24px;
    text-align: center;
}
.empty-block__descr {
    text-align: center;
    font-size: 15px;
    line-height: 20px;
    color: #4C5458;
    text-align: center;
    font-family: 'r';
    max-width: 414px;
    margin: 0 auto;
    opacity: .6;
}
.tables-info-row {
    margin-bottom: 24px;
}
.tables-info-row .tables-info {
    margin-bottom: 0;
    border: 1px solid #D3DBE8;
}
@media (max-width: 1151px) {
    .banner-main-top__inner {
        grid-template-columns: 500px 1fr;
        height: 400px;
    }
    .banner-main-top__text {
        padding: 30px;
    }
}

@media (max-width: 991px) {
    .section-loyalty-percent__grid {
        justify-content: center;
        gap: 16px 8px;
    }
    .section-loyalty-percent__col {
        flex: 1 0 calc(33.332% - (8px - (8px / 3)));
        width: calc(33.332% - (8px - (8px / 3)));
        max-width: calc(33.332% - (8px - (8px / 3)));
    }
    .banner-main-top__inner {
        grid-template-columns: 290px 1fr;
    }
    .section-about-loyalty {
        grid-template-columns: 1fr;
        gap: 8px;
    }
    .section-about-loyalty__content {
        max-width: none;
        margin-right: 0;
    }
    .section-about-loyalty__img {
        display: flex;
        justify-content: center;
    }
    .section-about-loyalty__img img {
        flex-shrink: 0;
    }
}

@media (max-width: 768px) {
    .r-section .tables-info-row {
        gap: 24px;
        margin-top: 27px;
    }
    .section-loyalty-how__col {
        flex: 1 0 100%;
        width: 100%;
        max-width: 100%;
    }
    [aria-label="breadcrumb"].is-white .breadcrumb .breadcrumb-item {
        font-size: 13px;
    }
    [aria-label="breadcrumb"].is-white .breadcrumb {
        padding-top: 20px;
    }
    .banner-main-top__title {
        font-size: 24px;
        line-height: 32px;
    }
    .banner-main-top__image img {
        object-position: right;
    }
    .banner-main-top__image::before {
        width: 27%;
        background: linear-gradient(90deg, #0e8039 0%, rgba(255,255,255,0) 100%);
        z-index: 3;
    }
    .banner-main-top__descr {
        max-width: 200px;
    }
    .page-loyalty section {
        margin: 32px 0;
    }
    .banner-main-top {
        margin-bottom: 40px;
    }
    .banner-main-top__text {
        padding: 20px;
    }
    .section-about-loyalty__title {
        font-size: 22px;
        line-height: 24px;
        margin-bottom: 32px;
    }
    .section-about-loyalty__text {
        font-size: 15px;
        color: rgba(76, 84, 88, 1);
    }
    .section-about-loyalty {
        gap: 32px;
        margin-top: 8px !important;
    }
    .section-loyalty-percent__head {
        margin-bottom: 24px;
    }
    .section-loyalty-percent__title {
        font-size: 22px;
        line-height: 24px;
    }
    .section-loyalty-percent__col {
        flex: 1 0 100%;
        width: 100%;
        max-width: 100%;
    }
    .section-loyalty-percent {
        padding: 24px 16px;
    }
    .loyalty-percent__progress {
        margin-bottom: 8px;
    }
    .section-loyalty-percent__grid {
        gap: 24px;
    }
    .section-loyalty-how__head {
        margin-bottom: 32px;
        font-size: 22px;
        line-height: 24px;
    }
    .section-loyalty-faq__title {
        font-size: 22px;
        line-height: 24px;
    }
    .section-loyalty-percent__descr-text {
        width: 100%;
        flex: 1 0 100%;
        width: 100%;
    }

    .tables-info-row__col {
        flex: 1 0 100%;
        width: 100%;
        max-width: 100%;
        min-width: 0;
    }
    .banner-main-top__inner {
        grid-template-columns: 290px 1fr;
        height: 250px;
    }

    .banner-main-top__image picture {
        transform: translateX(31%);
    }
    .banner-main-top__image {
        overflow: hidden;
    }
}

@media (max-width: 639px) {
    .loyalty-partner-card {
        grid-template-columns: 1fr;
    }
    .loyalty-partner-card__logo {
        min-height: 136px;
    }
    .banner-main-top .uk-container {
        padding-left: 0;
        padding-right: 0;
    }
}