
.form-group {
    margin-top: 15px;
}


.auth_main {
    justify-content: center;
}


/* startComp:FAQ */
.popup.loyal-faq {
    max-width: 350px;
    top: 50% !important;
    transform: translateY(-50%);
    background: var(--color-default-white);
}

body {
    background: url(/local/templates/florcat_new_register/assets/images/bg-auth.png)!important;
    background-position-y: unset;
}

.iti__globe {
    background-image: url("/local/templates/florcat_new/assets/js/intl-tel-input-master/../img/globe.webp");
    background-size: contain;
    box-shadow: none;
    height: 19px;
    background-position: right center;
}

.iti--allow-dropdown {
    width: 100%;
}

.faq-list {
    gap: 14px;
}

.form-group label:has([name="REGISTER[PERSONAL_PHONE]"])::before {
    content: "\e92e";
}

.form-group label:has([name="REGISTER[EMAIL]"])::before {
    content: "\e92f";
}

.faq-item {
    display: flex;
    position: relative;
    gap: 10px;
    flex-direction: column;
    background: var(--color-rose-5);
    border-radius: 10px;
    cursor: pointer;
}

.faq-item.open {
    padding: 16px;
}

.faq-item--title {
    font-size: 13px;
    line-height: 20px;
    font-weight: 600;
    padding: 16px 40px 16px 16px;
}

.faq-item.open .faq-item--title {
    padding: 0;
}

.faq-item .faq-item--title::after {
    content: "\e93d";
    font-family: 'icon';
    font-weight: 400;
    position: absolute;
    font-size: 24px;
    color: #7C7E7F;
    top: 16px;
    right: 16px;
    transition: transform var(--angle-delay);
}

.faq-item.open .faq-item--title::after {
    transform: var(--angle-effect);
}

.faq-item .faq-item--content {
    overflow: hidden;
    display: none;
    font-size: 16px;
    line-height: 24px;
}

@media screen and (max-width: 1199px) {
    .slide-popup.loyal-faq-mob {
        background: var(--color-rose-5);
    }

    .slide-popup--content {
        display: flex;
        align-items: center;
    }

    .slide-popup--title {
        background: transparent;
    }

    .faq-item--title {
        font-size: 13px;
        line-height: 20px;
        position: relative;
    }

    .faq-item .faq-item--title::after {
        top: calc(50% - 12px);
        right: 14px;
    }

    .faq-item.open .faq-item--title {
        padding-right: 24px;
    }

    .faq-item.open .faq-item--title::after {
        right: -2px;
    }

    .faq-list {
        margin-top: -4px;
    }

    .faq-item {
        border-radius: 15px;
        background: var(--color-default-white);
    }

    .faq-item .faq-item--content {
        font-size: 13px;
        line-height: 20px;
    }
}


.loyalty-block-forms--inner {
    padding: 24px 16px 36px 14px;

}

.auth-form-title {
    margin-bottom: 8px;
}

.loyalty-head {
    gap: 10px
}

.loyalty-head .icon {
    font-size: 32px;
    flex: 1 0 32px;
    color: var(--color-rose-100);
}

.remember-auth {
    font-size: 13px;
    padding-top: 5px;
}

.remember-auth a {
    color: var(--color-default);
}

.auth-form-title .icon-close {
    width: 32px;
    height: 32px;
    font-size: 32px;
}

.loyalty-icon .icon {
    font-size: 60px;
    color: var(--color-rose-40);
}

.loyalty-result {
    margin: 16px 0;
    text-align: center;
}

.loyalty-result * {
    display: block;
}

.gender-group {
}

.gender-group .label {
    line-height: 26px;
}

.gender-group .gender-row {
    gap: 25px;
}

.gender-group label {
    font-size: 16px;
}

.auth-btn-column {
    gap: 12px;
}

.btn.info-bth span {
    text-align: left;
    margin-right: auto;
}

.btn.info-bth .icon-info {
    color: var(--color-rose-100);
}

.btn.info-bth .icon-angle-right {
    color: var(--color-default-60);
}

.date-group {
    grid-template-columns: 0.525fr 1fr 0.6fr;
    gap: 10px;
}


@media screen and (max-width: 1199px) {
    .loyalty-block-forms--inner {
        padding: 0;
        height: 100vh;
    }

    .loyalty-block-forms--inner > * {
        padding: 0 12px 12px;
    }

    .btn.info-bth {
        background: #FFFFFF;
        padding: 20px 18px;
    }

    .btn.info-bth .icon-angle-right {
        align-self: center;
    }

    .loyalty-head {
        gap: 10px;
        padding: 12px 5px 20px;
    }

    .loyalty-head span {
        font-size: 16px;
        font-weight: 600;
        line-height: 1.4;
    }

    .remember-auth {
        font-size: 13px;
        font-weight: 400;
        color: var(--color-default-60);
    }

    .agreement {
        padding-right: 10px;
    }

    .auth-btn-column {
        gap: 8px;
    }

    .date-group {
        grid-template-columns: 0.525fr 1fr 0.675fr;
    }
}