

/* Start:/local/templates/personcat/components/bitrix/system.auth.form/.default/style.css?17762517776298*/
.auth-page {
    width: 100%;
    padding: 24px 0 48px;
}

.auth-login-page {
    width: 100%;
}

.auth-login-card {
    width: 100%;
    border-radius: 28px;
    background: linear-gradient(180deg, rgba(31, 35, 49, 0.96) 0%, rgba(22, 26, 37, 0.98) 100%);
    border: 1px solid rgba(255, 255, 255, 0.08);
    box-shadow: 0 18px 48px rgba(8, 12, 20, 0.28);
}

.auth-login-card__body {
    padding: 32px 28px 28px;
}

.auth_logo_text {
    display: inline-block;
    margin-bottom: 14px;
}

.auth-page-title {
    margin-bottom: 22px;
    font-size: 28px;
    line-height: 1.15;
    font-weight: 700;
    color: #fff;
}

.auth .errortext {
    font-weight: 500;
    font-size: 12px;
    line-height: 1.25;
    letter-spacing: 0.02em;
    color: #eb7f7f;
    padding-left: 20px;
    margin-bottom: 6px;
}

.auth .log-in {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.auth .wr_search_filter {
    width: 100%;
}

.auth .footer_btn_login {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-top: 8px;
}

.auth .auth-form-submit {
    width: 100%;
    justify-content: center;
}

.auth-register-btn {
    width: 100%;
    justify-content: center;
    text-decoration: none;
    box-sizing: border-box;
}

.auth-captcha {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.auth-captcha__label {
    font-size: 13px;
    color: rgba(242, 246, 247, 0.74);
}

.auth-captcha__image {
    width: 180px;
    max-width: 100%;
    border-radius: 12px;
}

.telegram-auth {
    margin-top: 22px;
    text-align: center;
}

.telegram-auth__separator {
    color: rgba(242, 246, 247, 0.68);
    font-size: 12px;
    line-height: 1.4;
    margin-bottom: 12px;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

.telegram-auth-mock {
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 18px;
    box-sizing: border-box;
    padding: 14px;
}

.telegram-auth-mock__field {
    display: block;
    margin-bottom: 10px;
    text-align: left;
}

.telegram-auth-mock__field span {
    color: rgba(242, 246, 247, 0.7);
    display: block;
    font-size: 12px;
    margin-bottom: 5px;
}

.telegram-auth-mock__field input {
    background: rgba(255, 255, 255, 0.94);
    border: 0;
    border-radius: 12px;
    box-sizing: border-box;
    color: #1d2733;
    font-size: 14px;
    height: 40px;
    padding: 0 12px;
    width: 100%;
}

.telegram-auth-mock__button {
    align-items: center;
    background: #229ed9;
    border: 0;
    border-radius: 12px;
    color: #fff;
    cursor: pointer;
    display: inline-flex;
    font-size: 14px;
    font-weight: 700;
    height: 42px;
    justify-content: center;
    width: 100%;
}

.vk-auth {
    margin-top: 22px;
    text-align: center;
}

.vk-auth__separator {
    color: rgba(242, 246, 247, 0.68);
    font-size: 12px;
    line-height: 1.4;
    margin-bottom: 12px;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

.vk-auth__widget {
    color: rgba(242, 246, 247, 0.72);
    font-size: 13px;
    min-height: 44px;
}

.vk-auth-mock {
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 18px;
    box-sizing: border-box;
    padding: 14px;
}

.vk-auth-mock__field {
    display: block;
    margin-bottom: 10px;
    text-align: left;
}

.vk-auth-mock__field span {
    color: rgba(242, 246, 247, 0.7);
    display: block;
    font-size: 12px;
    margin-bottom: 5px;
}

.vk-auth-mock__field input {
    background: rgba(255, 255, 255, 0.94);
    border: 0;
    border-radius: 12px;
    box-sizing: border-box;
    color: #1d2733;
    font-size: 14px;
    height: 40px;
    padding: 0 12px;
    width: 100%;
}

.vk-auth-mock__button {
    align-items: center;
    background: #0077ff;
    border: 0;
    border-radius: 12px;
    color: #fff;
    cursor: pointer;
    display: inline-flex;
    font-size: 14px;
    font-weight: 700;
    height: 42px;
    justify-content: center;
    width: 100%;
}

@media (max-width: 767px) {
    .auth-page {
        padding: 16px 0 32px;
    }

    .auth-login-card {
        border-radius: 20px;
    }

    .auth-login-card__body {
        padding: 22px 18px 20px;
    }

    .auth-page-title {
        font-size: 24px;
    }
}

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

.auth-section-title {
    color: rgba(242, 246, 247, 0.72);
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.02em;
    margin-bottom: 18px;
}

.social-auth {
    margin-top: 24px;
}

.social-auth__divider {
    align-items: center;
    color: rgba(242, 246, 247, 0.56);
    display: flex;
    font-size: 12px;
    gap: 12px;
    letter-spacing: 0.08em;
    margin-bottom: 16px;
    text-transform: uppercase;
}

.social-auth__divider:before,
.social-auth__divider:after {
    background: rgba(255, 255, 255, 0.12);
    content: '';
    flex: 1;
    height: 1px;
}

.social-auth__grid {
    display: grid;
    gap: 14px;
}

.social-auth__item {
    background: rgba(255, 255, 255, 0.055);
    border: 1px solid rgba(255, 255, 255, 0.11);
    border-radius: 18px;
    box-sizing: border-box;
    padding: 16px;
    text-align: left;
}

.social-auth__head {
    align-items: center;
    display: flex;
    gap: 12px;
    margin-bottom: 14px;
}

.social-auth__icon {
    align-items: center;
    border-radius: 13px;
    color: #fff;
    display: inline-flex;
    flex: 0 0 42px;
    font-size: 14px;
    font-weight: 800;
    height: 42px;
    justify-content: center;
    width: 42px;
}

.social-auth__icon--telegram {
    background: linear-gradient(135deg, #29a8ea 0%, #1687c8 100%);
}

.social-auth__icon--vk {
    background: linear-gradient(135deg, #2688eb 0%, #0069d9 100%);
}

.social-auth__title {
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.2;
}

.social-auth__text {
    color: rgba(242, 246, 247, 0.62);
    font-size: 12px;
    line-height: 1.3;
    margin-top: 3px;
}

.telegram-auth,
.vk-auth {
    margin-top: 0;
    text-align: left;
}

.telegram-auth__separator,
.vk-auth__separator {
    display: none;
}

.telegram-auth-mock,
.vk-auth-mock {
    background: rgba(0, 0, 0, 0.14);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 14px;
    box-sizing: border-box;
    padding: 12px;
}

/* End */
/* /local/templates/personcat/components/bitrix/system.auth.form/.default/style.css?17762517776298 */
