

/* Start:/local/components/dev/page/templates/loyalty_program/style.css?17786811807094*/
/* === Loyalty program page === */
.pageStatis.lp {
    max-width: 915px;
    margin-top: 30px;
}

.pageStatis.lp h1 {
    font: normal 500 50px 'Manrope', sans-serif;
    text-align: left;
    padding: 0;
    margin: 0 0 30px;
}

.lp .lp__h2 {
    color: #141414;
    font: normal 500 30px 'Manrope', sans-serif;
    margin: 80px 0 30px;
}

/* --- Cards: преимущества --- */
.lp-cards {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 14px;
}

.lp-card {
    background: #F4F4F4;
    border-radius: 8px;
    padding: 28px 18px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    text-align: center;
    min-height: 170px;
}

.lp-card__ico {
    color: #782431;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    margin-bottom: 14px;
}

.lp-card__ico svg {
    width: 40px;
    height: 40px;
}

.lp-card__text {
    color: #141414;
    font: normal 500 16px / 1.45 'Manrope', sans-serif;
}

.lp-cardRegCta {
    margin: 28px 0 0;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
}

/* Глобальные .flex + .feedbackPopupThanks__btn из _/dist/css/style.css */
.lp-cardRegCta .feedbackPopupThanks__btn {
    margin-top: 0;
    box-sizing: border-box;
    border: none;
    align-self: flex-start;
    cursor: pointer;
    width: 190px;
}

.lp-cardRegCta .feedbackPopupThanks__btn:hover {
    background-color: #000;
}

.lp-cardRegCta .feedbackPopupThanks__btn:focus-visible {
    outline: none;
    box-shadow: 0 0 0 2px #fff, 0 0 0 4px rgba(20, 20, 20, 0.35);
}

/* --- Tiers: BASE / SILVER / GOLD --- */
.lp-tiers {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 14px;
}

.lp-tier {
    border-radius: 8px;
    padding: 24px 22px;
    color: #fff;
    min-height: 200px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.lp-tier__name {
    font: normal 500 30px 'Manrope', sans-serif;
    margin-bottom: 12px;
}

.lp-tier__desc {
    font: normal 500 16px / 1.5 'Manrope', sans-serif;
    flex: 1;
}

.lp-tier__note {
    font: normal 400 14px 'Manrope', sans-serif;
    opacity: 0.75;
    margin-top: 18px;
}

.lp-tier--base   { background: linear-gradient(115.2deg,  #772330 0%,    #9F4150 100%); }
.lp-tier--silver { background: linear-gradient(114.42deg, #575B64 0%,    #8C919D 98.91%); }
.lp-tier--gold   { background: linear-gradient(114.97deg, #7F6A50 1.17%, #CBB793 99.13%); }

/* --- Note под уровнями --- */
.lp .lp-note {
    color: #6B6B6B;
    font: normal 400 13px / 1.5 'Manrope', sans-serif;
    margin: 18px 0 0;
}

/* --- Stats: «Как копятся баллы?» --- */
.lp-stats {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 14px;
}

.lp-stat {
    background: #F4F4F4;
    border-radius: 8px;
    padding: 28px 18px;
    text-align: center;
    height: 170px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.lp-stat__value {
    color: #782431;
    font: normal 600 30px 'Manrope', sans-serif;
    margin-bottom: 10px;
}

.lp-stat__desc {
    color: #141414;
    font: normal 500 16px / 1.45 'Manrope', sans-serif;
}

/* --- FAQ: аккордеон --- */
.lp-faq details {
    border: none;
    border-bottom: 1px solid #E0E0E0;
    border-radius: 0;
    margin-bottom: 0;
    padding: 0;
    font-family: 'Manrope', sans-serif;
}

.lp-faq details summary {
    color: #141414;
    font: normal 500 16px 'Manrope', sans-serif;
    padding: 16px 30px 16px 4px;
    list-style: none;
    cursor: pointer;
    position: relative;
    transition: color 0.2s ease;
}

.lp-faq details summary::-webkit-details-marker { display: none; }

.lp-faq details summary::after {
    content: '';
    position: absolute;
    right: 8px;
    top: 50%;
    width: 8px;
    height: 8px;
    border-right: 1.5px solid #6B6B6B;
    border-bottom: 1.5px solid #6B6B6B;
    transform: translateY(-65%) rotate(-45deg);
    transition: transform 0.2s ease, border-color 0.2s ease;
}

.lp-faq details[open] summary::after {
    transform: translateY(-25%) rotate(45deg);
    border-color: #141414;
}

.lp-faq details p {
    color: #4d4d4d;
    font: normal 400 16px / 1.6 'Manrope', sans-serif;
    margin: 0 0 16px;
    padding: 0 4px;
}

/* === Tablet === */
@media (max-width: 915px) {
    .pageStatis.lp { max-width: 95%; }
    .pageStatis.lp h1 { font-size: 40px; }

    .lp .lp__h2 {
        font-size: 18px;
        margin: 36px 0 16px;
    }

    .lp-cards,
    .lp-stats,
    .lp-tiers {
        grid-template-columns: repeat(3, 1fr);
        gap: 10px;
    }

    .lp-card {
        padding: 18px 10px;
        min-height: 120px;
    }

    .lp-tier {
        padding: 18px 14px;
        min-height: 170px;
    }

    .lp-tier__name { font-size: 18px; }
    .lp-tier__desc { font-size: 14px; }
    .lp-tier__note { font-size: 12px; }

    .lp-stat { padding: 18px 10px; }
    .lp-stat__value { font-size: 16px; }
    .lp-card__text,
    .lp-stat__desc { font-size: 14px; line-height: 1.4; }
}

/* === Mobile === */
@media (max-width: 520px) {
    .pageStatis.lp h1 { font-size: 30px; }

    .lp .lp__h2 { margin-top: 30px; }

    .lp .lp-note br { display: none; }

    /* Преимущества */
    .lp-cards { grid-template-columns: 1fr; }

    .lp-card {
        justify-content: center;
        gap: 14px;
        padding: 20px 18px;
        min-height: 170px;
    }

    .lp-card__ico {
        margin-bottom: 0;
        flex-shrink: 0;
    }

    .lp-card__text { font-size: 16px; }

    /* Уровни: заголовок сверху, описание по центру, подпись снизу */
    .lp-tiers {
        grid-template-columns: 1fr;
        gap: 16px;
    }

    .lp-tier {
        display: grid;
        grid-template-rows: auto 1fr auto;
        text-align: left;
        min-height: 208px;
        padding: 22px 20px;
        border-radius: 12px;
    }

    .lp-tier__name {
        font-size: 26px;
        margin-bottom: 0;
    }

    .lp-tier__desc {
        align-self: center;
        justify-self: start;
        font-size: 15px;
        line-height: 1.45;
        margin: 12px 0;
    }

    .lp-tier__note {
        align-self: end;
        margin-top: 0;
        font-size: 13px;
        opacity: 0.85;
    }

    /* Баллы */
    .lp-stats { grid-template-columns: 1fr; gap: 12px; }

    .lp-stat { padding: 16px 20px; }

    .lp-stat__value {
        font: normal 600 25px 'Manrope', sans-serif;
        margin-bottom: 0;
    }

    .lp-stat__desc {
        font-weight: 400;
        margin-top: 10px;
    }
}

/* End */


/* Start:/local/components/dev/loyalty.card.register/templates/.default/style.css?17793888738190*/
body.lpCardReg--lock {
    overflow: hidden;
}

.lpCardReg__overlay {
    position: fixed;
    inset: 0;
    background: rgba(20, 20, 20, 0.45);
    /* выше .header (z-index: 9999), ниже fancybox (99999) */
    z-index: 10000;
}

.lpCardReg__modal {
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 100000;
    width: min(440px, calc(100vw - 32px));
    max-height: min(90vh, 720px);
    overflow: auto;
    background: #fff;
    border-radius: 12px;
    padding: 28px 24px 32px;
    box-shadow: 0 16px 48px rgba(0, 0, 0, 0.18);
}

.lpCardReg__close {
    position: absolute;
    right: 12px;
    top: 8px;
    border: 0;
    background: transparent;
    font-size: 28px;
    line-height: 1;
    cursor: pointer;
    color: #141414;
    padding: 4px 10px;
}

.lpCardReg__title {
    font: normal 500 24px 'Manrope', sans-serif;
    margin: 0 0 10px;
    color: #141414;
    padding-right: 28px;
}

.lpCardReg__lead {
    font: normal 400 14px / 1.5 'Manrope', sans-serif;
    color: #555;
    margin: 0 0 20px;
}

.lpCardReg__row {
    margin-bottom: 14px;
}

.lpCardReg__row--gender .lpCardReg__radio {
    margin-right: 16px;
}

.lpCardReg__label {
    display: block;
    font: normal 500 13px 'Manrope', sans-serif;
    margin-bottom: 6px;
    color: #141414;
}

.lpCardReg__req {
    color: #782431;
}

.lpCardReg__input {
    width: 100%;
    box-sizing: border-box;
    border: 1px solid #c8c8c8;
    border-radius: 8px;
    padding: 10px 12px;
    font: normal 400 15px 'Manrope', sans-serif;
    color: #141414;
    background: #fff;
    transition: border-color 0.15s ease, box-shadow 0.15s ease;
    /* глобально * { caret-color: transparent } в style.css — иначе каретка невидима */
    caret-color: auto !important;
}

.lpCardReg__input:hover:not(:disabled):not(:focus) {
    border-color: #aeaeae;
}

.lpCardReg__input:focus,
.lpCardReg__input:focus-visible {
    outline: none;
    border-color: #141414;
    box-shadow: 0 0 0 2px rgba(20, 20, 20, 0.12);
}

.select2-container.lpCardRegS2 {
    font-family: 'Manrope', sans-serif;
}

.select2-container.lpCardRegS2 .select2-selection--single {
    height: auto;
    min-height: 42px;
    border: 1px solid #c8c8c8;
    border-radius: 8px;
    background: #fff;
}

.select2-container.lpCardRegS2 .select2-selection--single .select2-selection__rendered {
    line-height: 1.45;
    padding: 10px 36px 10px 12px;
    font-size: 15px;
    color: #141414;
    font-family: 'Manrope', sans-serif;
}

.select2-container.lpCardRegS2 .select2-selection--single .select2-selection__placeholder {
    color: #9a9a9a;
}

.select2-container.lpCardRegS2 .select2-selection--single .select2-selection__arrow {
    height: 100%;
    top: 0;
    right: 6px;
}

.select2-container--open.lpCardRegS2 .select2-selection--single,
.select2-container--focus.lpCardRegS2 .select2-selection--single {
    border-color: #141414 !important;
    box-shadow: 0 0 0 2px rgba(20, 20, 20, 0.12);
}

.select2-container.select2-container--open.lpCardReg-dropdown-up .select2-selection--single,
.select2-container--open .lpCardRegS2-dropdown {
    z-index: 100100;
}

.lpCardRegS2-dropdown,
.lpCardRegS2-dropdown.select2-dropdown {
    z-index: 100100;
    border-color: #c8c8c8;
    border-radius: 8px;
    font-family: 'Manrope', sans-serif;
    color: #141414;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
}

.lpCardRegS2-dropdown .select2-results {
    font-family: 'Manrope', sans-serif;
    color: #141414;
}

.lpCardRegS2-dropdown .select2-results__options {
    max-height: 280px;
    font-family: 'Manrope', sans-serif;
    color: #141414;
}

.lpCardRegS2-dropdown .select2-results__option {
    font: normal 400 14px / 1.4 'Manrope', sans-serif !important;
    color: #141414 !important;
    padding: 8px 12px;
    background: #fff;
}

.lpCardRegS2-dropdown .select2-results__option * {
    color: inherit !important;
    font-family: inherit !important;
    background: transparent !important;
}

.lpCardRegS2-dropdown .select2-results__option--highlighted[aria-selected],
.lpCardRegS2-dropdown .select2-results__option--highlighted {
    background: #141414 !important;
    color: #fff !important;
}

.lpCardRegS2-dropdown .select2-results__option[aria-selected=true] {
    background: #f3f3f3 !important;
    color: #141414 !important;
}

.lpCardRegS2-dropdown .select2-search--dropdown {
    padding: 8px;
}

.lpCardRegS2-dropdown .select2-search--dropdown .select2-search__field {
    border: 1px solid #c8c8c8;
    border-radius: 6px;
    padding: 8px 10px;
    font: normal 400 14px 'Manrope', sans-serif;
    color: #141414;
    outline: none;
}

.lpCardRegS2-dropdown .select2-search--dropdown .select2-search__field:focus {
    border-color: #141414;
    box-shadow: 0 0 0 2px rgba(20, 20, 20, 0.12);
}

.lpCardReg__fieldset {
    border: 1px solid #eee;
    border-radius: 8px;
    padding: 12px 14px 14px;
    margin: 0 0 16px;
}

.lpCardReg__legend {
    font: normal 500 13px 'Manrope', sans-serif;
    padding: 0 6px;
    color: #141414;
}

.lpCardReg__hint {
    margin: 0 0 10px;
    font: normal 400 12px / 1.4 'Manrope', sans-serif;
    color: #666;
}

.lpCardReg__check {
    display: inline-flex;
    align-items: flex-start;
    gap: 8px;
    font: normal 400 14px / 1.45 'Manrope', sans-serif;
    margin-right: 14px;
    cursor: pointer;
}

.lpCardReg__check--block {
    display: flex;
    margin: 0 0 16px;
}

.lpCardReg__check a {
    color: #782431;
}

.lpCardReg__error {
    box-sizing: border-box;
    color: #b71c1c;
    font: normal 500 14px / 1.45 'Manrope', sans-serif;
    margin: 0 0 14px;
    padding: 12px 14px;
    background: #ffebee;
    border: 1px solid rgba(183, 28, 28, 0.35);
    border-left: 4px solid #c62828;
    border-radius: 8px;
}

.lpCardReg__error a,
.lpCardReg__error .lpCardReg__link {
    color: #8b1538;
    font-weight: 600;
}

.lpCardReg__error a:hover,
.lpCardReg__error .lpCardReg__link:hover {
    color: #5d0f26;
}

.lpCardReg__error .lpCardReg__link:focus-visible {
    outline: 2px solid rgba(198, 40, 40, 0.45);
    outline-offset: 2px;
    border-radius: 2px;
}

.lpCardReg__submit {
    width: 100%;
    border: 0;
    border-radius: 8px;
    background: #141414;
    color: #fff;
    font: normal 600 15px 'Manrope', sans-serif;
    padding: 14px 16px;
    cursor: pointer;
    transition: background-color 0.15s ease, opacity 0.15s ease;
}

.lpCardReg__submit:hover:not(:disabled) {
    background: #000;
}

.lpCardReg__submit:focus-visible {
    outline: none;
    box-shadow: 0 0 0 2px #fff, 0 0 0 4px rgba(20, 20, 20, 0.35);
}

.lpCardReg__submit:disabled {
    opacity: 0.55;
    cursor: not-allowed;
}

.lpCardReg__resend {
    margin-top: 16px;
    font: normal 400 13px 'Manrope', sans-serif;
    color: #555;
}

.lpCardReg__link {
    background: none;
    border: 0;
    padding: 0;
    color: #141414;
    cursor: pointer;
    font: inherit;
    text-decoration: underline;
    text-underline-offset: 2px;
}

.lpCardReg__link:hover {
    color: #000;
}

.lpCardReg__link:focus-visible {
    outline: 2px solid rgba(20, 20, 20, 0.35);
    outline-offset: 2px;
    border-radius: 2px;
}

.lpCardReg__timer {
    margin-left: 8px;
}

.lpCardReg__qr {
    display: flex;
    justify-content: center;
    margin: 16px 0;
}

.lpCardReg__qr-img {
    border: 1px solid #eee;
    border-radius: 8px;
}

.lpCardReg__serial {
    text-align: center;
    font: normal 500 14px 'Manrope', sans-serif;
    color: #555;
    margin: 0 0 12px;
}

.lpCardReg__cardlink {
    display: block;
    text-align: center;
    text-decoration: none;
    font-weight: 600;
}

.lpCardReg__cardlink:hover {
    text-decoration: underline;
}

.lpCardReg__captcha {
    width: 0;
    height: 0;
    overflow: hidden;
    visibility: hidden;
}

/* End */


/* Start:/_/dist/css/select2/select2.min.css?177866918714966*/
.select2-container{box-sizing:border-box;display:inline-block;margin:0;position:relative;vertical-align:middle}.select2-container .select2-selection--single{box-sizing:border-box;cursor:pointer;display:block;height:28px;user-select:none;-webkit-user-select:none}.select2-container .select2-selection--single .select2-selection__rendered{display:block;padding-left:8px;padding-right:20px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.select2-container .select2-selection--single .select2-selection__clear{position:relative}.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered{padding-right:8px;padding-left:20px}.select2-container .select2-selection--multiple{box-sizing:border-box;cursor:pointer;display:block;min-height:32px;user-select:none;-webkit-user-select:none}.select2-container .select2-selection--multiple .select2-selection__rendered{display:inline-block;overflow:hidden;padding-left:8px;text-overflow:ellipsis;white-space:nowrap}.select2-container .select2-search--inline{float:left}.select2-container .select2-search--inline .select2-search__field{box-sizing:border-box;border:none;font-size:100%;margin-top:5px;padding:0}.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button{-webkit-appearance:none}.select2-dropdown{background-color:white;border:1px solid #aaa;border-radius:4px;box-sizing:border-box;display:block;position:absolute;left:-100000px;width:100%;z-index:1051}.select2-results{display:block}.select2-results__options{list-style:none;margin:0;padding:0}.select2-results__option{padding:6px;user-select:none;-webkit-user-select:none}.select2-results__option[aria-selected]{cursor:pointer}.select2-container--open .select2-dropdown{left:0}.select2-container--open .select2-dropdown--above{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--open .select2-dropdown--below{border-top:none;border-top-left-radius:0;border-top-right-radius:0}.select2-search--dropdown{display:block;padding:4px}.select2-search--dropdown .select2-search__field{padding:4px;width:100%;box-sizing:border-box}.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button{-webkit-appearance:none}.select2-search--dropdown.select2-search--hide{display:none}.select2-close-mask{border:0;margin:0;padding:0;display:block;position:fixed;left:0;top:0;min-height:100%;min-width:100%;height:auto;width:auto;opacity:0;z-index:99;background-color:#fff;filter:alpha(opacity=0)}.select2-hidden-accessible{border:0 !important;clip:rect(0 0 0 0) !important;-webkit-clip-path:inset(50%) !important;clip-path:inset(50%) !important;height:1px !important;overflow:hidden !important;padding:0 !important;position:absolute !important;width:1px !important;white-space:nowrap !important}.select2-container--default .select2-selection--single{background-color:#fff;border:1px solid #aaa;border-radius:4px}.select2-container--default .select2-selection--single .select2-selection__rendered{color:#444;line-height:28px}.select2-container--default .select2-selection--single .select2-selection__clear{cursor:pointer;float:right;font-weight:bold}.select2-container--default .select2-selection--single .select2-selection__placeholder{color:#999}.select2-container--default .select2-selection--single .select2-selection__arrow{height:26px;position:absolute;top:1px;right:1px;width:20px}.select2-container--default .select2-selection--single .select2-selection__arrow b{border-color:#888 transparent transparent transparent;border-style:solid;border-width:5px 4px 0 4px;height:0;left:50%;margin-left:-4px;margin-top:-2px;position:absolute;top:50%;width:0}.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear{float:left}.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow{left:1px;right:auto}.select2-container--default.select2-container--disabled .select2-selection--single{background-color:#eee;cursor:default}.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear{display:none}.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b{border-color:transparent transparent #888 transparent;border-width:0 4px 5px 4px}.select2-container--default .select2-selection--multiple{background-color:white;border:1px solid #aaa;border-radius:4px;cursor:text}.select2-container--default .select2-selection--multiple .select2-selection__rendered{box-sizing:border-box;list-style:none;margin:0;padding:0 5px;width:100%}.select2-container--default .select2-selection--multiple .select2-selection__rendered li{list-style:none}.select2-container--default .select2-selection--multiple .select2-selection__clear{cursor:pointer;float:right;font-weight:bold;margin-top:5px;margin-right:10px;padding:1px}.select2-container--default .select2-selection--multiple .select2-selection__choice{background-color:#e4e4e4;border:1px solid #aaa;border-radius:4px;cursor:default;float:left;margin-right:5px;margin-top:5px;padding:0 5px}.select2-container--default .select2-selection--multiple .select2-selection__choice__remove{color:#999;cursor:pointer;display:inline-block;font-weight:bold;margin-right:2px}.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover{color:#333}.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice,.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline{float:right}.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice{margin-left:5px;margin-right:auto}.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove{margin-left:2px;margin-right:auto}.select2-container--default.select2-container--focus .select2-selection--multiple{border:solid black 1px;outline:0}.select2-container--default.select2-container--disabled .select2-selection--multiple{background-color:#eee;cursor:default}.select2-container--default.select2-container--disabled .select2-selection__choice__remove{display:none}.select2-container--default.select2-container--open.select2-container--above .select2-selection--single,.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple{border-top-left-radius:0;border-top-right-radius:0}.select2-container--default.select2-container--open.select2-container--below .select2-selection--single,.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple{border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--default .select2-search--dropdown .select2-search__field{border:1px solid #aaa}.select2-container--default .select2-search--inline .select2-search__field{background:transparent;border:none;outline:0;box-shadow:none;-webkit-appearance:textfield}.select2-container--default .select2-results>.select2-results__options{max-height:200px;overflow-y:auto}.select2-container--default .select2-results__option[role=group]{padding:0}.select2-container--default .select2-results__option[aria-disabled=true]{color:#999}.select2-container--default .select2-results__option[aria-selected=true]{background-color:#ddd}.select2-container--default .select2-results__option .select2-results__option{padding-left:1em}.select2-container--default .select2-results__option .select2-results__option .select2-results__group{padding-left:0}.select2-container--default .select2-results__option .select2-results__option .select2-results__option{margin-left:-1em;padding-left:2em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-2em;padding-left:3em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-3em;padding-left:4em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-4em;padding-left:5em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-5em;padding-left:6em}.select2-container--default .select2-results__option--highlighted[aria-selected]{background-color:#5897fb;color:white}.select2-container--default .select2-results__group{cursor:default;display:block;padding:6px}.select2-container--classic .select2-selection--single{background-color:#f7f7f7;border:1px solid #aaa;border-radius:4px;outline:0;background-image:-webkit-linear-gradient(top, #fff 50%, #eee 100%);background-image:-o-linear-gradient(top, #fff 50%, #eee 100%);background-image:linear-gradient(to bottom, #fff 50%, #eee 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0)}.select2-container--classic .select2-selection--single:focus{border:1px solid #5897fb}.select2-container--classic .select2-selection--single .select2-selection__rendered{color:#444;line-height:28px}.select2-container--classic .select2-selection--single .select2-selection__clear{cursor:pointer;float:right;font-weight:bold;margin-right:10px}.select2-container--classic .select2-selection--single .select2-selection__placeholder{color:#999}.select2-container--classic .select2-selection--single .select2-selection__arrow{background-color:#ddd;border:none;border-left:1px solid #aaa;border-top-right-radius:4px;border-bottom-right-radius:4px;height:26px;position:absolute;top:1px;right:1px;width:20px;background-image:-webkit-linear-gradient(top, #eee 50%, #ccc 100%);background-image:-o-linear-gradient(top, #eee 50%, #ccc 100%);background-image:linear-gradient(to bottom, #eee 50%, #ccc 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0)}.select2-container--classic .select2-selection--single .select2-selection__arrow b{border-color:#888 transparent transparent transparent;border-style:solid;border-width:5px 4px 0 4px;height:0;left:50%;margin-left:-4px;margin-top:-2px;position:absolute;top:50%;width:0}.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear{float:left}.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow{border:none;border-right:1px solid #aaa;border-radius:0;border-top-left-radius:4px;border-bottom-left-radius:4px;left:1px;right:auto}.select2-container--classic.select2-container--open .select2-selection--single{border:1px solid #5897fb}.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow{background:transparent;border:none}.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b{border-color:transparent transparent #888 transparent;border-width:0 4px 5px 4px}.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single{border-top:none;border-top-left-radius:0;border-top-right-radius:0;background-image:-webkit-linear-gradient(top, #fff 0%, #eee 50%);background-image:-o-linear-gradient(top, #fff 0%, #eee 50%);background-image:linear-gradient(to bottom, #fff 0%, #eee 50%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0)}.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0;background-image:-webkit-linear-gradient(top, #eee 50%, #fff 100%);background-image:-o-linear-gradient(top, #eee 50%, #fff 100%);background-image:linear-gradient(to bottom, #eee 50%, #fff 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0)}.select2-container--classic .select2-selection--multiple{background-color:white;border:1px solid #aaa;border-radius:4px;cursor:text;outline:0}.select2-container--classic .select2-selection--multiple:focus{border:1px solid #5897fb}.select2-container--classic .select2-selection--multiple .select2-selection__rendered{list-style:none;margin:0;padding:0 5px}.select2-container--classic .select2-selection--multiple .select2-selection__clear{display:none}.select2-container--classic .select2-selection--multiple .select2-selection__choice{background-color:#e4e4e4;border:1px solid #aaa;border-radius:4px;cursor:default;float:left;margin-right:5px;margin-top:5px;padding:0 5px}.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove{color:#888;cursor:pointer;display:inline-block;font-weight:bold;margin-right:2px}.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover{color:#555}.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice{float:right;margin-left:5px;margin-right:auto}.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove{margin-left:2px;margin-right:auto}.select2-container--classic.select2-container--open .select2-selection--multiple{border:1px solid #5897fb}.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple{border-top:none;border-top-left-radius:0;border-top-right-radius:0}.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--classic .select2-search--dropdown .select2-search__field{border:1px solid #aaa;outline:0}.select2-container--classic .select2-search--inline .select2-search__field{outline:0;box-shadow:none}.select2-container--classic .select2-dropdown{background-color:#fff;border:1px solid transparent}.select2-container--classic .select2-dropdown--above{border-bottom:none}.select2-container--classic .select2-dropdown--below{border-top:none}.select2-container--classic .select2-results>.select2-results__options{max-height:200px;overflow-y:auto}.select2-container--classic .select2-results__option[role=group]{padding:0}.select2-container--classic .select2-results__option[aria-disabled=true]{color:grey}.select2-container--classic .select2-results__option--highlighted[aria-selected]{background-color:#3875d7;color:#fff}.select2-container--classic .select2-results__group{cursor:default;display:block;padding:6px}.select2-container--classic.select2-container--open .select2-dropdown{border-color:#5897fb}

/* End */
/* /local/components/dev/page/templates/loyalty_program/style.css?17786811807094 */
/* /local/components/dev/loyalty.card.register/templates/.default/style.css?17793888738190 */
/* /_/dist/css/select2/select2.min.css?177866918714966 */
