

/* Start:/local/templates/gpn/components/bitrix/system.auth.registration/.default/style.css?17260654464936*/
.grant-application__input input {
    width: 100%;
    height: 56px;
    margin: 8px 0 24px 0;
    padding: 18px 16px;
    border: 1px solid transparent;
    background: #f2f5f7;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    font-family: Inter,sans-serif;
    font-weight: 400;
    font-size: 0.875rem;
    line-height: 143%;
    outline: none;
    color: #0f0f0f;
    max-width:700px;
}

.register__form-password{
    position: relative;
}

.authorization-section__loginForm__wrapper {
    align-items: flex-start;
}

.authorization-section__loginForm_right {
    position: sticky;
    top: 10px;
}

.grant-application__input label {
    color: #0F0F0F;
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    display:block;
}

.grant-application__select select {
    width: 100%;
    height: 56px;
    margin: 8px 0 24px 0;
    padding: 18px 16px;
    border: 1px solid transparent;
    background: #f2f5f7;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    font-family: Inter,sans-serif;
    font-weight: 400;
    font-size: 0.875rem;
    line-height: 143%;
    outline: none;
    color: #0f0f0f;
    max-width:700px;
}

.grant-application__select label {
    color: #0F0F0F;
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    display:block;
}

.grant-application__select select option {
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
}

#checkboxJFace
{
    font-size: 1rem !important;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
}
.link_application {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: end;
    justify-content: flex-start;
    color: #009AFF;
    text-align: left;
    font-size: 0.8125rem;
    font-style: normal;
    font-weight: 500;
    line-height: 134%;
    letter-spacing: 1.04px;
    text-transform: uppercase;
    margin-top: 8px;
}

.authorization-section__loginForm_left {
    padding: 60px 0;
}

.grant-application__input label span {
    color: var(--black-60, #6F6F6F);
}

input[type="checkbox"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 24px;
    height: 24px;
    -webkit-border-radius: 4px;
            border-radius: 4px;
    border: 1px solid #CCD9E4;
    outline: none;
    cursor: pointer;
    vertical-align: middle;
    margin-right: 8px;
}

input[type="checkbox"]::before {
    content: '';
    display: block;
    width: 24px;
    height: 24px;
    text-align: center;
    line-height: 24px;
    color: white;
    background-color: #009AFF;
    background-image: url('data:image/svg+xml;charset=utf-8,<svg width="13" height="10" viewBox="0 0 13 10" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M11.6667 1L4.33333 8.33333L1 5" stroke="white" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>');
    background-repeat: no-repeat;
    background-position: center;
    -webkit-border-radius: 4px;
            border-radius: 4px;
    font-size: 14px;
    font-weight: bold;
    opacity: 0;
}

input[type="checkbox"]:checked::before {
    opacity: 1;
}

.checkbox-group {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.grant-application__checkbox-group .lk_my-profile__radio_wrap {
    margin-bottom: 0;
}

.grant-application__checkbox-group .lk_my-profile__radio_wrap label {
    width: 50%;
}

#jNote {
    color: var(--black-60, #6F6F6F);
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    margin-bottom: 5px;
}

.grant-application__form .grant-application__checkbox-group {
    margin-bottom: 0;
}

.input_field {
    margin-bottom: 24px;
}

.header {
    overflow: hidden;
}

.header__list {
    display: none!important;
}

.grant-application__form_top {
    margin-bottom: 24px;
}

@media screen and (max-width: 767px) {
    .authorization-section__loginForm_left {
        padding: 16px 0 40px;
    }

    .grant-application__input input {
        margin-bottom: 16px!important;
    }

    .grant-application__form_top {
        margin-bottom: 16px;
    }

    .authorization-section__loginForm__form .authorization-section__loginForm__form__button {
        font-size: 12px;
        line-height: 18px;
        padding: 13px 32px;
        margin: 24px 0 12px 0;
    }

    .input_field {
        margin-bottom: 16px;
    }

    .forgot_pass_bottom .link_application {
        margin-top: 0;
    }
    .lk_my-profile__radio_wrap label {
        font-size: 15px;
    }
}

#jNote{
    display: none;
}
/* End */
/* /local/templates/gpn/components/bitrix/system.auth.registration/.default/style.css?17260654464936 */
