

/* Start:/local/templates/lkk_NPFF/css/auth.css?178117984857240*/
@font-face {
    font-family: 'Lato Regular';
    src: url(/local/templates/lkk_NPFF/css/fonts/Lato/lato-regular.woff2) format('woff2'),
    url(/local/templates/lkk_NPFF/css/fonts/Lato/lato-regular.woff) format('woff'),
    url(/local/templates/lkk_NPFF/css/fonts/Lato/lato-regular.ttf) format('truetype'),
    url(/local/templates/lkk_NPFF/css/fonts/Lato/lato-regular.svg) format('svg'),
    url(/local/templates/lkk_NPFF/css/fonts/Lato/lato-regular.eot) format("embedded-opentype");
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Lato Regular';
    src: url(/local/templates/lkk_NPFF/css/fonts/Lato/lato-bold.woff2) format('woff2'),
    url(/local/templates/lkk_NPFF/css/fonts/Lato/lato-bold.woff) format('woff'),
    url(/local/templates/lkk_NPFF/css/fonts/Lato/lato-bold.ttf) format('truetype'),
    url(/local/templates/lkk_NPFF/css/fonts/Lato/lato-bold.eot) format("embedded-opentype");
    font-weight: 700;
    font-style: normal;
}

.wrapper {
    display: flex;
    justify-content: space-between;
    gap: 50px
}

.instruction__close {
    position: relative;
    width: 24px; /* Ширина блока */
    height: 24px; /* Высота блока */
    cursor: pointer;
    float: right;
    margin-top: -25px;
    margin-right: -25px;
    display: none;
}

.instruction__close span {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 16px;
    height: 2px;
    background-color: #EB7F48;
    transform: translate(-50%, -50%) rotate(45deg);
}

.instruction__close span::before,
.instruction__close span::after {
    content: '';
    position: absolute;
    width: 16px;
    height: 2px;
    background-color: #EB7F48;
}

.instruction__close span::before {
    top: 0;
    left: 0;
    transform: rotate(90deg);
}

.instruction__close span::after {
    top: 0;
    right: 0;
    transform: rotate(-90deg);
}

form.disabled, .form_block_left.disabled {
    opacity: .5;
    position: relative
}

form.disabled *, .form_block_left.disabled * {
    pointer-events: none
}

form.disabled:after, .form_block_left.disabled:after {
    width: 50px;
    height: 50px;
    display: block;
    position: absolute;
    top: calc(40% - 25px);
    left: calc(50% - 25px);
    content: '';
    background-image: url(/local/templates/lkk_NPFF/css/../images/icons/spinner1.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center
}

*, *::before, *::after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

ul[class], ol[class] {
    padding: 0
}

body, h1, h2, h3, h4, h5, p, ul[class], ol[class], li, figure, figcaption, blockquote, dl, dd {
    margin: 0
}

body {
    min-height: 100vh;
    scroll-behavior: smooth;
    text-rendering: optimizeSpeed;
    line-height: 1;
    -webkit-font-smoothing: antialiased
}

ul[class], ol[class] {
    list-style: none
}

a:not([class]) {
    -webkit-text-decoration-skip: ink;
    text-decoration-skip-ink: auto
}

img {
    max-width: 100%;
    display: block
}

article > * + * {
    margin-top: 1em
}

input, button, textarea, select {
    font: inherit
}

blockquote, q {
    quotes: none
}

blockquote:before, blockquote:after, q:before, q:after {
    content: '';
    content: none
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

@-webkit-keyframes autofill {
    to {
        color: inherit;
        background: transparent
    }
}

input:-webkit-autofill {
    -webkit-animation-name: autofill;
    -webkit-animation-fill-mode: both
}

input {
    -webkit-box-shadow: inset 0 0 0 50px #fff;
    -webkit-text-fill-color: #000
}

@media (prefers-reduced-motion: reduce) {
    * {
        -webkit-animation-duration: 0.01ms !important;
        animation-duration: 0.01ms !important;
        -webkit-animation-iteration-count: 1 !important;
        animation-iteration-count: 1 !important;
        -webkit-transition-duration: 0.01ms !important;
        -o-transition-duration: 0.01ms !important;
        transition-duration: 0.01ms !important;
        scroll-behavior: auto !important
    }
}

html {
    font-family: 'Lato Regular'
}

* {
    font-style: normal;
    font-size: 16px;
    line-height: 136%;
    color: #1f2e43
}

.text-bold {
    font-weight: bold;
    font-size: inherit;
    font-style: inherit;
    line-height: inherit
}

.mt-5 {
    margin-top: 5px
}

.mt-8 {
    margin-top: 8px
}

.mt-16 {
    margin-top: 16px
}

.mt-20 {
    margin-top: 20px
}

.mt-24 {
    margin-top: 24px
}

.mt-36 {
    margin-top: 36px
}

.mt-48 {
    margin-top: 48px
}

.mt-52 {
    margin-top: 52px
}

.mr-11 {
    margin-right: 11px
}

.mr-18 {
    margin-right: 18px
}

.mr-24 {
    margin-right: 24px
}

.mr-40 {
    margin-right: 40px
}

.d-flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.justify-content-start {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.align-items-start {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start
}

.align-items-center {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.text-grey {
    color: #7e92ae
}

.text-left {
    text-align: left
}

.title {
    font-weight: bold;
    font-size: 44px;
    line-height: 98%;
    letter-spacing: -1px
}

.title-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer
}

.title-container img {
    margin-right: 20px
}

.registered__title {
    font-weight: bold;
    font-size: 24px;
    line-height: 100%;
    letter-spacing: -1px
}

.registered-title {
    font-weight: bold;
    font-size: 22px;
    line-height: 110%;
    letter-spacing: -0.5px;
    color: #333333
}

.auth__instruction {
    border-radius: 6px;
    background: #B3C8DB;
    font-size: 11px;
    color: #ffffff;
    border: none;
    cursor: pointer;
    padding: 4px 10px;
    letter-spacing: .6px;
    display: none;
}
.registered-subtitle {
    font-weight: bold;
    font-size: 22px;
    line-height: 110%;
    letter-spacing: -0.5px;
    color: #333333
}

.registered-container {
    width: 655px;
    margin: 0 auto;
    text-align: left
}

.registered__text {
    font-size: 22px;
    line-height: 126%;
    margin-top: 18px
}

.registered-text {
    font-size: 16px;
    line-height: 136%;
    margin-top: 8px
}

.auth-text:not(.auth-text-already-register) .registered-text{
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 18px;
}

.auth-text:not(.auth-text-already-register) .registered-text .blue_text{
    font-size: 18px;
}

.button_step2 {
    margin-top: 52px;
    margin-right: 40px
}

.button-wrapper_step2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.button_step2_last {
    margin-right: 0
}

.file_uploads_block .drop_zone_wrapper > .drop_zone {
    height: 100%
}

.gosuslugi-auth {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.gosuslugi-auth__image {
    width: 251px;
    height: 251px;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.gosuslugi-auth__info {
    text-align: left;
    max-width: 726px;
    margin-left: 60px
}

.gosuslugi-auth__image img {
    width: 100%;
    height: 100%
}

.gosuslugi-auth__title {
    font-weight: bold;
    font-size: 34px;
    line-height: 100%;
    letter-spacing: -1px
}

.gosuslugi-auth__text {
    font-size: 22px;
    line-height: 126%;
    margin-top: 18px
}

a.gosuslugi-auth__link {
    font-size: 22px;
    line-height: 126%;
    color: #0085ff
}

.gosuslugi-auth__button {
    text-decoration: none;
    width: 378px;
    height: 54px;
    background: #ffffff;
    border: 2px solid #0085ff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 10px;
    font-size: 16px;
    line-height: 136%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 48px
}

.gosuslugi-auth__button img {
    width: 32.52px;
    height: 36px;
    margin-right: 12px
}


.tab {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    margin-top: 12px;
}

.tab > input[type="radio"] {
    display: none;
}

.tab-content {
    display: none;
    margin-top: 38px;
    font-size: 16px;
    grid-area: 2 / 1 / 3 / 3;
}

#tab-btn-1:checked~#content-1,
#tab-btn-2:checked~#content-2,
#tab-btn-3:checked~#content-3 {
    display: block;
}

.tab label {
    font-size: 16px;
    color: #7A8D9F;
    text-decoration: underline;
    text-decoration-style: dotted;
    text-underline-position: under;
    font-weight: 700;
    cursor: pointer;
    display: block;
    text-align: center;
}
input[type="radio"]:checked+label {
    text-decoration: none;
    color: #0285FB;
}

@media (max-width: 1440px) {
    .title {
        font-size: 34px;
        line-height: 100%
    }

    .registered__title {
        font-size: 26px;
        line-height: 100%
    }

    .registered-container {
        width: 100%
    }

    .registered-subtitle {
        font-size: 22px;
        line-height: 110%
    }

    .button-wrapper {
        margin-top: 32px
    }

    .gosuslugi-auth__image {
        width: 190px;
        height: 190px
    }

    .white-not-registered {
        padding: 70px
    }

    .gosuslugi-auth__text, a.gosuslugi-auth__link {
        font-size: 16px;
        line-height: 136%
    }

    .gosuslugi-auth__button {
        width: 100%
    }

    .gosuslugi-auth__title {
        font-size: 30px;
        line-height: 100%;
        letter-spacing: -0.5px
    }

    .file_uploads_block .drop_zone_wrapper .small_text {
        display: none
    }

    .file_uploads_block .drop_zone_wrapper .main_text {
        font-size: 14px;
        line-height: 125%
    }

    .file_uploads_block .drop_zone_wrapper > .drop_zone {
        padding: 10px
    }
    .tab {
        display: block;
    }
    .tab label {
        display: block;
    }
}

@media (max-width: 768px) {
    .title {
        font-size: 34px;
        text-align: left
    }

    .registered__title {
        font-size: 22px;
        line-height: 110%
    }

    .registered__text {
        font-size: 16px;
        line-height: 136%
    }

    .registered-text {
        font-size: 14px;
        line-height: 125%
    }

    .registered__title_hide {
        display: none
    }

    .registered-subtitle {
        font-size: 18px;
        line-height: 120%
    }

    .button-desktop {
        display: none
    }

    .button-mobile {
        display: block;
        width: 100%
    }

    .button_step2 {
        margin-top: 32px;
        margin-right: 40px;
        padding: 16px 0;
        width: 100%
    }

    .button-wrapper_step2 {
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .button_step2_last {
        margin-right: 0
    }

    .gosuslugi-auth {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start
    }

    .white-not-registered {
        padding: 32px 24px
    }

    .gosuslugi-auth__info {
        margin: 0;
        margin-top: 30px
    }

    .gosuslugi-auth__button {
        margin-top: 37px;
        width: 100%
    }

    .gosuslugi-auth__image {
        width: 82px;
        height: 82px
    }
}

.bordered-input {
    border: 1px solid #b3c8db;
    border-radius: 4px
}

.top_line {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.container-white {
    background: #ffffff;
    width: 1182px;
    -webkit-box-shadow: 10px 14px 24px rgba(12, 25, 77, 0.02);
    box-shadow: 10px 14px 24px rgba(12, 25, 77, 0.02);
    border-radius: 20px;
    margin: 48px auto;
    padding: 42px 52px
}

@media (max-width: 1440px) {
    .container-white {
        width: 846px;
        padding: 42px 36px
    }
}

@media (max-width: 768px) {
    .container-white {
        width: 100%;
        padding: 32px 24px
    }
}

.container-grey {
    width: 1384px;
    background: #f2f6fa;
    border-radius: 20px;
    padding: 70px 100px;
    margin: 0 auto
}

@media (max-width: 1440px) {
    .container-grey {
        width: 992px;
        padding: 70px
    }
}

@media (max-width: 768px) {
    .container-grey {
        width: 100%;
        padding: 40px 20px;
        border-radius: 0
    }
}

.button {
    padding: 16px 63px;
    line-height: 136%;
    text-align: center;
    color: #ffffff;
    background: #0085ff;
    border-radius: 10px;
    text-align: center;
    border: none;
    outline: none;
    cursor: pointer
}

.button_back {
    background: #f6faff;
    border: 2px solid #0085ff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 10px;
    color: #0085ff;
    font-size: 16px;
    line-height: 136%;
    padding: 16px 63px
}

.button_login + .button_borderless {
    margin-top: 15px
}

.button_borderless {
    border: none;
    background: #FFFFFF;
    color: #0085FF
}

.button_grey {
    background: #cdd9e9;
    border-radius: 6px;
    color: #ffffff
}

.button_disabled {
    line-height: 136%;
    color: #b3c8db;
    border: 2px solid #d4e0fa;
    border-radius: 10px;
    background: transparent
}

.button-mobile {
    display: none
}

.button_step2 {
    margin-top: 52px;
    margin-right: 40px
}

.button-wrapper_step2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.button_step2_last {
    margin-right: 0
}
.container-white.container-white-pass {
    padding: 42px 48px
}

@media (max-width: 1440px) {
    .button-wrapper {
        margin-top: 32px
    }
}

@media (max-width: 768px) {
    .button-desktop {
        display: none
    }

    .button-mobile {
        display: block;
        width: 100%
    }

    .button_step2 {
        margin-top: 32px;
        margin-right: 40px;
        padding: 16px 0;
        width: 100%
    }

    .button-wrapper_step2 {
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .button_step2_last {
        margin-right: 0
    }
}

.registered-flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.registered-vallet-image {
    width: 110px;
    height: 110px;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-left: 40px
}

.registered-vallet-image img {
    width: 100%
}

.registered-title-5 {
    font-weight: bold;
    font-size: 18px;
    line-height: 21.6px
}

.registered-text-small {
    font-size: 14px;
    line-height: 17.5px
}

.grey-block_bank-req {
    margin-top: 24px
}

.grey-block_copy-doc {
    margin-top: 16px
}

.white-block_bank-req, .white-block_copy-doc {
    display: none
}

@media (max-width: 1440px) {
    .registered-title_registered {
        font-size: 22px;
        line-height: 110%
    }

    .registered-vallet-image {
        width: 90px;
        height: 90px
    }
}

@media (max-width: 768px) {
    .container-white {
        margin-top: 16px
    }

    .grey-block_bank-req, .grey-block_copy-doc {
        display: none
    }

    .white-block_bank-req, .white-block_copy-doc {
        display: block
    }

    .white-block_bank-req .registered-flex, .white-block_copy-doc .registered-flex {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
        text-align: left
    }

    .white-block_bank-req .registered-vallet-image, .white-block_copy-doc .registered-vallet-image {
        margin: 0;
        width: 64px;
        height: 64px;
        margin-bottom: 12px
    }

    .registered-title-5 {
        font-size: 16px
    }
}

@media (max-width: 1279px) and (max-height: 600px) {
    .second .container-white.container-white-pass {
        max-width: max-content;
        overflow: scroll;
        overflow-x: clip;
        flex: 0 0 90%;
        max-width: calc(100vw - 20vw);
        max-height: 100vh;
        margin-top: 65px;
    }
}

.input::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 300px;
    background: #0f1041
}

.input-content {
    padding-left: 10px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    height: 54px
}

.input-content .input-box-content {
    position: relative;
    width: 100%
}

.input-content .input-box-content input.disabled-input ~ label, .input-content .input-box-content input:focus ~ label, .input-content .input-box-content input:valid ~ label, .input-content .input-box-content input:-webkit-autofill ~ label {
    color: #7e92ae;
    -webkit-transform: translateY(-14px);
    -ms-transform: translateY(-14px);
    transform: translateY(-14px);
    font-size: 12px;
    cursor: default
}

.input-content .input-box-content input {
    width: 100%;
    height: 41px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    line-height: 30px;
    font-size: 14px;
    border: 0;
    background: none;
    outline: none;
    border-radius: 0;
    appearance: none;
    -webkit-appearance: none;
    padding-right: 4%
}

.input-content .input-box-content label {
    position: absolute;
    top: 0;
    left: 0;
    height: 30px;
    line-height: 30px;
    color: #ccc;
    cursor: text;
    -webkit-transition: all 500ms ease-out;
    -o-transition: all 500ms ease-out;
    transition: all 500ms ease-out;
    z-index: 1;
    font-size: 15px;
    overflow: hidden;
    text-align: left
}

.error {
    font-size: 12px;
    color: #d11f00;
    display: block;
    text-align: left;
    margin-top: 2px;
    position: absolute;
    left: 0
}

.checkbox_agreement .checkbox__text .error {
    position: relative;
}

.input_wrapper {
    position: relative
}

.suggest {
    text-align: left;
    padding-left: 7px;
    margin-top: 0;
    border: 1px solid #ada8a8;
    border-top: none;
    border-bottom-left-radius: 7px;
    border-bottom-right-radius: 7px;
    position: absolute;
    z-index: 11;
    background-color: #fff;
    width: 100%
}

.suggest li {
    cursor: pointer;
    list-style-type: none;
    padding: 5px 0
}

.input-content.input-error {
    border-color: #d11f00
}

.date_picker {
    width: 20px;
    height: 20px;
    color: #fff
}

.number-input {
    font-weight: 350;
    font-size: 34px;
    line-height: 94%;
    letter-spacing: -1px;
    color: #1F2E43;
    text-align: center
}

.error_text {
    margin-top: 15px;
    color: red;
    height: 15px
}

.checkbox__input {
    position: absolute;
    z-index: 1;
    opacity: 0
}

.checkbox__input + label {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-size: 14px;
    line-height: 125%;
    text-align: left
}

.checkbox__input + label::before {
    content: '';
    display: inline-block;
    width: 22px;
    height: 22px;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    background-color: #ffffff;
    border: 1px solid #cdd9e9;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 5px;
    margin-right: 10px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 50% 50%
}

.checkbox__input:checked + label::before {
    background-color: #ffffff;
    border: 1px solid #cdd9e9;
    background-image: url(/local/templates/lkk_NPFF/css/../images/icons/check_icon.svg)
}

.form_block_left {
    width: 100%;
    margin-top: 32px
}


.form_block_line3 > div {
    -webkit-flex-basis: initial;
    -ms-flex-preferred-size: initial;
    flex-basis: initial
}

.form_block_line1, .form_block_line2 {
    margin-bottom: 20px;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end
}

.middle_name_wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: relative
}

.form_block_right_check-middle-name {
    position: absolute;
    bottom: 0;
    right: -100px
}

@media (max-width: 1440px) {
    .wrapper {
        gap: 0;
    }
    .middle_name_wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .form_block_right_check-middle-name {
        position: initial;
        text-align: start;
        margin-top: 5px
    }

    .form_block_line1 .mr-24 {
        position: relative;
        top: -34px
    }
}

@media (max-width: 768px) {

    .grey-auth .form_block_line .input_wrapper.input_wrapper-series{
        margin-right: 0;
        width: 100%!important;
    }
    .grey-auth .form_block_line .input_wrapper.input_wrapper-number{
        margin-top: 16px;
        margin-bottom: 20px;
    }
    .grey-auth .form_block_line.form_block_rf{
        position: relative;
    }
    .grey-auth .form_block_line.form_block_rf .input_wrapper.w-100.position-absolute{
        top: 125px;
    }

    .form_block_line > div {
        width: 100%;
        margin-top: 30px;
        margin-right: 0
    }

    .form_block_line .input_wrapper {
        width: 100%
    }

    .form_block_line1 .mr-24 {
        position: initial
    }
}

.drop_zone {
    text-align: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border: 2px dashed #b3c8db;
    border-radius: 20px;
    margin: 0 auto;
    height: 300px
}

.drop_zone_error {
    background: #fff6f6
}

.drop_zone_wrapper {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    cursor: pointer
}

.input_file_download {
    display: none
}

[v-cloak] {
    display: none
}

.border-gray-300 {
    border-color: #e2e8f0
}

.bg-gray-100 {
    background-color: #f7fafc
}

.bg-green-300, .drop_zone_success {
    background-color: #def5e5
}

.icon {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 10px
}

.file_icon {
    cursor: pointer
}

.remove_link {
    margin-top: 10px;
    cursor: pointer
}

.download_block_label {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.main_text {
    margin-bottom: 15px;
    font-size: 16px;
    line-height: 136%
}

.small_text {
    font-size: 12px;
    line-height: 105%;
    color: #7e92ae
}

.blue_text {
    color: #0085ff
}

.small_text_mobile, .main_text_mobile {
    display: none
}

.error {
    font-size: 12px;
    color: red
}

.small_text_desktop span {
    font-size: 12px;
    color: #7e92ae
}

.blue_text {
    cursor: pointer
}

.drop_info {
    width: auto;
    padding: 24px
}

@media (max-width: 1440px) {
    .drop_info {
        width: auto;
        padding: 0px
    }
}

@media (max-width: 768px) {
    .small_text_mobile, .main_text_mobile {
        display: block
    }

    .small_text_desktop, .main_text_desktop {
        display: none
    }
}

.input-radio {
    position: absolute;
    z-index: 0;
    opacity: 0;
    width: 18px;
    height: 22px;
    -webkit-box-shadow: none;
    box-shadow: none;
    margin: 0
}

.input-radio + label {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-size: 16px;
    line-height: 136%;
    color: #1f2e43
}

.input-radio + label::before {
    content: '';
    display: inline-block;
    width: 16px;
    height: 16px;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    border: none;
    border-radius: 50%;
    margin-right: 0.5em;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 50% 50%;
    background-image: url(/local/templates/lkk_NPFF/css/../images/icons/radio_empty.svg);
    background-repeat: no-repeat;
    background-size: contain
}

.input-radio:checked + label::before {
    background-image: url(/local/templates/lkk_NPFF/css/../images/icons/radio_checked.svg);
    border-radius: 50%;
    border: none;
    width: 16px;
    height: 16px;
    background-repeat: no-repeat;
    background-size: contain
}

.form_block {
    border: 1px solid grey;
    border-radius: 20px;
    padding: 20px;
    max-width: 1200px;
    margin: 50px auto 0
}

.form_block_line_300 > div > .input_wrapper {
    width: 300px
}

.form_block_line1 {
    margin-bottom: 20px;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end
}

.radio-button-group {
    margin-top: 16px
}

.container-white-step-3 {
    margin-top: 18px
}

.form_block_border {
    background: #ffffff;
    padding: 36px;
    border: 1px solid #d4e0fa;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 20px;
    width: 500px;
    margin-right: 30px
}

.form_block_border .info-text {
    font-size: 14px;
    line-height: 125%;
    color: #7e92ae;
    text-align: left;
    padding: 24px 0 10px 0
}

.line-3-blocks {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.line-3-blocks > div {
    width: 22%;
    margin-right: 17px
}

.line-3-blocks > div > .input_wrapper {
    width: auto
}

.form_block_line_checkbox {
    margin-top: 20px
}

.form_block_line_checkbox .checkbox {
    width: 300px;
    text-align: left
}

.form_block_line > div.input-before-checkbox {
    margin-right: 8px
}

.form_block_line > div.input-before-checkbox + .form_block_right {
    margin: 0
}

.checkbox-wrapper {
    max-width: 280px;
    margin-top: 42px
}

.checkbox-wrapper > div {
    margin-top: 10px
}

.button-wrapper {
    margin-top: 8px
}

.form_block_left_contact {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.form_block_line > div.checkbox-without-home-mobile {
    display: none
}

.form_block_line > div.checkbox-without-home-desktop {
    display: block
}

.form_block_right_check-middle-name, .form_block_right_check-middle-name-requisites {
    display: none
}

.checkbox-without-home-desktop_empty {
    width: 300px
}

@media (max-width: 1440px) {
    .form_block_line_300 > div > .input_wrapper {
        width: 244px
    }

    .form_block_border {
        padding: 0;
        border: none
    }

    .form_block_line_checkbox .checkbox {
        width: 244px
    }

    .checkbox-wrapper {
        max-width: none;
        text-align: left
    }

    .button-wrapper {
        margin-top: 32px
    }
}

@media (max-width: 768px) {
    .form_block_line {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
        margin-bottom: 0
    }

    .form_block_line > div {
        width: 100%;
        margin-top: 16px
    }

    .form_block_line .input_wrapper, .form_block_line_300 > div > .input_wrapper {
        width: 100%
    }

    .form_block_left_contact {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .form_block_left_contact .form_block_border {
        width: 100%
    }

    .form_block_left_contact .form_block_border .info-text {
        padding: 16px 0 6px 0
    }

    .form_block_left_contact .form_block_border_left {
        margin-top: 38px
    }

    .form_block_line > div.checkbox-without-home-desktop {
        display: none
    }

    .form_block_line > div.checkbox-without-home-mobile {
        display: block;
        margin-top: 8px;
        text-align: left
    }

    .line-3-blocks > div {
        width: 100%;
        margin-right: 13px
    }

    .line-3-blocks > div:last-child {
        margin-right: 0
    }

    .form_block_line > div.checkbox-without-street {
        margin: 0;
        margin-top: -10px
    }

    .check-reg-address {
        text-align: left
    }
}

.white-block-add-info {
    margin-top: 24px
}

.white-block-add-info_first {
    margin-top: 34px
}

.white-block-add-info .checkbox {
    text-align: left;
    margin-top: 24px
}

.add-info-checkbox {
    margin-top: 52px;
    max-width: 320px
}

.file_uploads_block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 36px;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end
}

.file_uploads_block__item {
    width: 100%;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-left: 35px
}

.file_uploads_block__item.file_uploads_block__item_first {
    margin-left: 0
}

.have-docs {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.have-docs__radio, .have-docs__text {
    width: 470px;
    text-align: left
}

.have-docs .registered-title {
    margin: 0
}

.have-docs__radio-input {
    margin-top: 18px
}

.white-block-add-info {
    margin-top: 24px
}

.white-block-add-info_first {
    margin-top: 34px
}

.file_uploads_block .drop_zone_wrapper {
    margin-top: 15px;
    height: 219px
}

.checkbox-wrapper_statement {
    text-align: left;
    width: 277px;
    margin-top: 52px
}

.show-statement {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 52px;
    margin-left: 30px;
    cursor: pointer
}

.show-statement__text {
    font-size: 16px;
    line-height: 136%;
    color: #7e92ae
}

.show-statement__icon {
    margin-left: 8px
}

.statement-button-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

@media (max-width: 1440px) {
    .have-docs {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .have-docs__radio {
        width: 477px
    }

    .have-docs__text {
        width: 584px;
        margin-top: 24px
    }

    .white-block-add-info > .registered-text {
        margin-top: 12px
    }

    .white-block-add-info .registered-subtitle {
        font-size: 18px;
        line-height: 120%
    }

    .file_uploads_block__item {
        width: auto;
        -webkit-box-flex: 1;
        -webkit-flex: 1;
        -ms-flex: 1;
        flex: 1;
        margin-left: 15px
    }

    .file_uploads_block__item_last {
        margin-left: 0
    }

    .file_uploads_block .drop_zone_wrapper {
        height: 204px
    }

    .checkbox-wrapper_statement {
        margin-top: 34px
    }

    .statement-button-wrapper {
        margin-top: 32px
    }

    .statement-button-wrapper .button {
        margin-top: 0
    }

    .statement-button-wrapper .button-wrapper {
        margin-top: 0
    }

    .show-statement {
        margin-top: 0
    }
}

@media (max-width: 768px) {
    .file_uploads_block {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-top: 8px
    }

    .have-docs__radio, .have-docs__text {
        width: 100%
    }

    .file_uploads_block__item {
        width: 100%;
        margin-top: 24px
    }

    .file_uploads_block .drop_zone_wrapper {
        height: 122px
    }

    .checkbox-wrapper_statement {
        width: 100%;
        margin-top: 32px
    }

    .statement-button-wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse
    }

    .statement-button-wrapper .button-wrapper {
        width: 100%;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        margin-top: 10px
    }

    .statement-button-wrapper .button-wrapper .button_step2 {
        margin-top: 15px
    }
}

.gosuslugi-auth__image_done {
    width: 233px;
    height: 233px
}

.gosuslugi-auth__text_grey {
    margin-top: 18px;
    font-size: 14px;
    line-height: 125%;
    color: #7e92ae
}

@media (max-width: 1440px) {
    .gosuslugi-auth__image_done {
        width: 136px;
        height: 136px
    }

    .gosuslugi-auth__text_grey {
        font-size: 12px;
        margin-top: 10px
    }

    .button-statement-done {
        margin-top: 18px;
        width: 160px;
        padding: 13px 0
    }
}

@media (max-width: 768px) {
    .gosuslugi-auth__image_done {
        width: 90px;
        height: 90px
    }

    .button-statement-done {
        margin-top: 24px;
        width: 100%
    }

    .file_uploads_block .drop_zone_wrapper .main_text {
        margin: 0
    }
}

.registered-text.registered-text_second {
    margin-top: 24px
}

.auth-text:not(.auth-text-already-register) {
    margin-top: 38px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

.gosuslugi-auth__button.gosuslugi-auth__button_auth {
    margin-top: 20px
}

.form_block_line {
    margin-top: 32px
}

.button_login {
    margin-top: 22px;
    width: 100%
}

.button_login:not([disabled]):hover {
    background-color: #0078e7;
}

.checkbox-line {
    margin-top: 10px;
    text-align: left
}

.checkbox-line .checkbox__input + label {
    font-size: 16px;
    line-height: 22px
}

.checkbox-line .form_block_line {
    margin-top: 32px
}

.container-white.white-first {
    margin-right: 25px;
    width: 40%;
    padding: 48px
}

.container-white.white-last {
    width: 60%;
    padding: 48px
}

.grey-auth {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.grey-auth.second {
    height: fit-content;
}

.instruction__list .list__item {
    position: relative;
}
.instruction__list .list__item:before {
    content: '—';
    color: #587DC7;
    margin-right: 8px;
}

.instruction__img {
    margin-top: 25px;
    margin-bottom: 25px;
}
.instruction .registered-text {
    margin-top: 20px;
}
.grey-auth.second p {
    font-size: 18px;
    display: block;
    margin-bottom: 12px;
}

.blue_text {
    color: #0085ff;
    text-decoration: underline
}

.divider {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 20px 0
}

.divider_last {
    margin: 50px 0
}

.divider-text {
    font-size: 16px;
    line-height: 136%;
    text-align: center;
    color: #b3c8db;
    padding: 0 13px
}

.divider-line {
    height: 1px;
    background: #d4e0fa;
    width: 100%
}

.input-content {
    position: relative
}

#togglepass-icon.closed, .auth-question.closed {
    background-image: url(/local/templates/lkk_NPFF/css/../images/icons/icons_eye-closed.svg);
    background-repeat: no-repeat;
    width: 24px;
    height: 24px;
    z-index: 101
}

#togglepass-icon.opened, .auth-question.opened {
    background-image: url(/local/templates/lkk_NPFF/css/../images/icons/icons_eye-opened.svg);
    background-repeat: no-repeat;
    width: 24px;
    height: 24px;
    z-index: 101
}

#togglepass-icon{
    right: 15px;
}

.input-content-telephone {
    position: relative;
    overflow: visible
}

.auth-question {
    position: absolute;
    top: 15px;
    right: 15px;
    width: 24px;
    height: 24px;
    cursor: pointer;
    z-index: 101;
}

.text-size-small {
    font-size: 14px;
    line-height: 125%
}

.auth-question-overlay {
    background: #7E92AE;
    opacity: 0.5;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 99;
    display: none
}

.auth-question-close {
    position: absolute;
    width: 11px;
    height: 11px;
    top: 20px;
    right: 20px;
    cursor: pointer;
    display: none
}

.auth-question-block {
    background-image: url(/local/templates/lkk_NPFF/css/../images/auth_help.svg);
    width: 440px;
    height: 440px;
    background-repeat: no-repeat;
    position: absolute;
    z-index: 100;
    top: -40px;
    right: -420px;
    display: none;
    padding: 84px;
    padding-top: 32px;
    padding-left: 70px;
    padding-right: 21px
}

@media (max-width: 1440px) {
    .auth-question-block {
        background-image: url(/local/templates/lkk_NPFF/css/../images/auth_help_1024.png);
        width: 392px;
        height: 380px;
        right: -398px
    }
}

@media (max-width: 768px) {
    .auth-question-block {
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        top: auto;
        width: 100%;
        padding: 30px 67px 30px 20px;
        background-color: #fff;
        background-image: none;
        border-radius: 16px 16px 0px 0px;
        z-index: 102;
    }
}

.auth-question-block__title {
    margin-top: 20px
}

@media (max-width: 1440px) {
    .auth-question-block__title {
        font-size: 14px;
        line-height: 125%
    }
}

@media (max-width: 1440px) {
    .auth-question-block__text {
        font-size: 12px;
        line-height: 105%
    }
}

.auth-question-block__text span {
    font-size: inherit
}






.gosuslugi-question-overlay {
    background: #7E92AE;
    opacity: 0.5;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 99;
    display: none
}

.gosuslugi-question-close {
    position: absolute;
    width: 11px;
    height: 11px;
    top: 20px;
    right: 20px;
    cursor: pointer;
    display: none
}

.gosuslugi-question-block {
    background-color: #fff;
    border-radius: 14px;
    box-shadow: 0px 0px 26px 2px rgba(34, 60, 80, 0.2);
    max-width: 360px;
    height: auto;
    background-repeat: no-repeat;
    position: absolute;
    z-index: 100;
    top: -14px;
    right: -390px;
    display: none;
    padding: 20px;
}

.gosuslugi-question-block::before {
    content: "◄";
    color: #fff;
    position: absolute;
    font-size: 26px;
    left: -22px;
    top: 30px;
}

@media (max-width: 768px) {
    .gosuslugi-question-block {
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        top: auto;
        max-width: 100%;
        width: 100%;
        padding: 30px 67px 30px 20px;
        background-color: #fff;
        background-image: none;
        border-radius: 16px 16px 0px 0px;
        z-index: 102;
    }
}

.gosuslugi-question-block__title {
    /* margin-top: 20px */
}

@media (max-width: 1440px) {
    .gosuslugi-question-block__title {
        font-size: 14px;
        line-height: 125%
    }
}



@media (max-width: 1440px) {
    .grey-auth {
        padding: 40px;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .container-white.white-first, .container-white.white-last {
        width: 45%;
        padding: 36px;
        margin: 0
    }

    .container-white.white-first {
        margin-right: 25px
    }

    .grey-auth .form_block_line .input_wrapper {
        width: 100%
    }

    .grey-auth .form_block_line > div {
        margin: 0
    }

    .grey-auth .form_block_line {
        margin-top: 28px
    }

    .grey-auth .gosuslugi-auth__button {
        width: 100%;
        padding: 10px;
        height: 44px
    }

    .grey-auth .gosuslugi-auth__button span {
        font-size: 14px;
        line-height: 125%
    }

    .grey-auth .gosuslugi-auth__button img {
        width: 26px;
        height: 30px
    }

    .grey-auth .divider_last {
        margin: 20px 0
    }

    .grey-auth .button {
        padding: 10px
    }

    .registered__title {
        font-size: 20px;
        line-height: 100%
    }
}
@media (max-width: 1279px) {
    .grey-auth {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        /*-webkit-flex-direction: column;*/
        /*-ms-flex-direction: column;*/
        /*flex-direction: column;*/
        padding: 24px 20px 40px 20px
    }

    .grey-auth.second {
        position: fixed;
        background: rgba(242, 246, 250, .8);
        width: 100%;
        height: 100%;
        left: 0;
        right: 0;
        top: -300%;
        bottom: 0;
        z-index: 101;
        transition: .4s;
    }
    .grey-auth.second.-opened {
        top: 0;
        padding: 0;
    }
    .grey-auth.second p {
        font-size: 16px;
    }
    .auth__instruction {
        display: inline-block;
    }
    .instruction__close {
        display: block;
    }
}

@media (max-width: 768px) {
    .grey-auth {
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .container-white.white-first, .container-white.white-last {
        width: 100%;
        margin-top: 16px;
        padding: 24px
    }
    .auth__instruction {
        margin-top: 20px;
    }
    .registered-text .blue_text {
        font-size: inherit
    }
}

@media (max-width: 450px) {
    .second .container-white.container-white-pass {
        flex: 0 0 auto;
        overflow-y: clip;
        margin-right: 15px;
        margin-left: 15px;
    }
    .second .tab-content {
        font-size: 14px;
    }
}
@media (max-width: 320px) {
    .grey-auth {
        padding: 24px 10px 40px 10px;
    }
    .grey-auth.second.-opened {
        align-items: center;
    }
    .grey-auth.second ul li, .grey-auth.second p {
        font-size: 14px;
    }
    .container-white.container-white-pass {
        padding: 30px 10px;
    }
    .success-register__description, .success-register__description b {
        font-size: 14px;
    }
    .instruction__close {
        margin-right: 0;
    }
    .second .container-white.container-white-pass {
        margin-top: 50px;
    }
    .grey-auth.second .registered__title {
        font-size: 16px;
    }
    .second .container-white.container-white-pass {
        margin-left: 10px;
        margin-right: 10px;
    }
    .instruction__img {
        margin-top: 5px;
        margin-bottom: 15px;
    }
    #tab-btn-1:checked~#content-1, #tab-btn-2:checked~#content-2, #tab-btn-3:checked~#content-3 {
        margin-top: 0;
    }
    .tab-content {
        margin-top: 0;
    }
    .second .container-white.container-white-pass {
        max-width: calc(100vw - 5vw);
    }
    .tab label {
        font-size: 14px;
    }

}
.pass-hint__item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 10px
}

.pass-hint__icon {
    margin-right: 10px;
    background-image: url(/local/templates/lkk_NPFF/css/../images/icons/pass-check.png);
    width: 18px;
    height: 18px;
    background-repeat: no-repeat;
    background-position: -0 -0;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.pass-hint__icon.pass-hint__icon_wrong {
    background-position: -19px -0
}

.auth-error__icon {
    background-image: url(/local/templates/lkk_NPFF/css/../images/icons/pass-check.png);
    width: 18px;
    height: 18px;
    background-repeat: no-repeat;
    background-position: -19px -0;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 17px
}

.pass-hint__text {
    font-size: 12px;
    line-height: 105%;
    letter-spacing: 0.5px;
    color: #128E1F
}

.pass-hint__text.pass-hint__text_wrong {
    color: #D11F00
}

.pass-hint {
    margin-top: 20px
}

.auth-question-block.auth-question-block-pass {
    display: block;
    position: static;
    width: 100%;
    background: none;
    padding: 0;
    height: auto;
}

.form_block_line.form_block_line_hint {
    position: relative
}

.container-white-pass {
    max-width: 442px
}

.container-white-register {
    max-width: 576px
}

.auth-text-already-register {
    margin-top: 8px
}

.auth-error {
    background: #FEF2F4;
    padding: 20px 50px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -48px;
    -webkit-box-align: baseline;
    -webkit-align-items: baseline;
    -ms-flex-align: baseline;
    align-items: center;
    margin-top: 33px;
    margin-bottom: 20px;
}

.button_send {
    margin-top: 10px;
}

.birth_date_ico {
    cursor: pointer;
    position: absolute;
    top: 4px;
    right: 16px;
}

#BIRTH_DATE_HIDDEN{
    opacity: 0;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 40px;
}

.success-register-error {
    display: none;
}

.error-register-error {
    display: none;
}

.send_buton_disabled {
    pointer-events: none;
    background: #0085ff52;
}

.auth-error .auth-question-block__title {
    margin: 0
}

.button_send_error_message {
    margin-top: 10px;
}

.error-input {
    border: 1px solid #D11F00
}

.input-content.error-input .input-box-content label {
    color: #D11F00 !important
}

.input-content .input-box-content label.error-label {
    color: #D11F00 !important
}

.checkbox__input.error-input + label::before {
    border-color: #D11F00 !important
}

.registered__subtitle {
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 120%;
    color: #1F2E43;
    margin-top: 35px
}

.input_wrapper-series {
    width: 160px;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 30px
}

.input_wrapper-number {
    width: 100%
}

.checkbox.checkbox_agreement {
    margin-top: 28px
}

.checkbox_agreement .checkbox__input + .checkbox__text {
    -webkit-box-align: baseline;
    -webkit-align-items: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    position: relative;
    color: #1F2E43
}

.checkbox__text {
    cursor: pointer
}

.checkbox_agreement .checkbox__input + .checkbox__text .registered-text {
    margin-top: 0;
    margin-left: 32px;
    color: #1F2E43
}

.checkbox_agreement .checkbox__input + label::before {
    position: absolute
}

.form_block_line-pass-info {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.form_block_line-first {
    margin-top: 16px
}

.code-check {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 16px
}

.code-check__refresh {
    background: #FFFFFF;
    border: 1px solid #B3C8DB;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 4px;
    width: 54px;
    height: 54px;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-left: 30px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    cursor: pointer
}

.code-check__input {
    font-weight: bold;
    font-size: 18px;
    line-height: 120%;
    text-align: center;
    letter-spacing: 10.5px;
    color: #1F2E43;
    background: #F2F6FA;
    border-radius: 4px;
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}


@media (max-width: 1440px) {
    .auth-question-block.auth-question-block-pass {
        width: 300px;
        right: -270px
    }

    .auth-error {
        margin: 0 -36px;
        margin-top: 23px;
        padding: 20px 40px
    }

    .container-white-register {
        width: auto;
        max-width: 470px;
        padding: 36px 30px
    }

    .grey-auth .form_block_line .input_wrapper.input_wrapper-series {
        width: 132px;
        margin-right: 30px;
        -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0
    }

    .grey-auth .form_block_line.form_block_line-first {
        margin-top: 16px
    }

    .auth-text-already-register .registered-text {
        font-size: 16px;
        line-height: 136%
    }
    .button_send {
        margin-top: 25px;
    }
}

@media (max-width: 768px) {
    .auth-question-block.auth-question-block-pass {
        position: static;
        width: 100%;
        background: none;
        padding: 0;
        height: auto
    }

    .auth-question-close {
        display: block
    }
    
    .gosuslugi-question-close {
        display: block
    }

    .auth-error {
        margin: 0 -24px;
        margin-top: 23px;
        padding: 17px 25px
    }
    .code-check__refresh {
        width: 40px;
        height: 40px;
    }
}

.position-absolute {
    position: absolute
}

.w-100 {
    width: 100%
}

.success-register {
    text-align: center
}

.success-register .envelope-outer {
    margin-bottom: 20px
}

.success-register .envelope-outer img {
    margin-left: auto;
    margin-right: auto
}

.success-register__message {
    margin-bottom: 40px
}

.success-register__title {
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 6px
}

.success-register__description {
    font-size: 16px;
    line-height: 21.76px;
    margin-top: 15px;
}

.success-register__btn {
    padding-top: 16px;
    padding-bottom: 16px
}

.cancel-link {
    font-size: 16px;
    text-decoration: none
}

.form_block_left .input-content.select {
    padding-left: 0
}

.form_block_left .input_wrapper select {
    appearance: none;
    -webkit-appearance: none;
    margin: 0;
    outline: 0;
    border: 0;
    box-shadow: none;
    flex: 1;
    padding: 0 1em;
    color: #1F2E43;
    background-color: rgba(0, 0, 0, 0);
    background-image: none;
    cursor: pointer
}

.form_block_left .input_wrapper select::-ms-expand {
    display: none
}

.form_block_left .input_wrapper .select-outer {
    position: relative;
    display: flex;
    width: 100%;
    height: 54px;
    border-radius: .25em;
    overflow: hidden
}

.form_block_left .input_wrapper .select-outer::after {
    content: '';
    position: absolute;
    top: 16px;
    width: 15px;
    height: 24px;
    background-image: url(/local/templates/lkk_NPFF/css/../images/arr_dn.svg);
    background-repeat: no-repeat;
    background-position: center;
    right: 16px;
    pointer-events: none;
    background-size: contain
}



.recovery-email {
    margin-top: 20px;
    font-size: 16px;
    line-height: 21.76px
}

.recovery-email__btn {
    text-align: center;
    margin-top: 36px
}

@media (max-width: 1440px) {
    .recovery-email__btn {
        padding-top: 0;
        padding-bottom: 0
    }

    .recovery-email__btn .button {
        padding: 16px 0;
        display: block
    }
}

.success-forgot .success-register__btn .button {
    padding: 16px 18px
}

@media (max-width: 1440px) {
    .success-forgot .success-register__btn .button {
        padding: 16px 18px
    }
}

@media (max-width: 350px) {
    .success-forgot .success-register__btn {
        padding-top: 0;
        padding-bottom: 0
    }

    .success-forgot .success-register__btn .button {
        padding: 16px 0px;
        display: block
    }

    .input-content .input-box-content label {
        font-size: 12px;
    }
}

.time-left-info {
    font-weight: bold
}

.sms-code-header {
    font-weight: bold;
    font-size: 18px;
    line-height: 120%;
    margin-bottom: 16px
}

.sms-code {
    margin-bottom: 10px
}

.sms-code__fields-container {
    display: flex
}

.sms-code__field {
    font-style: normal;
    font-weight: 350;
    font-size: 34px;
    line-height: 94%;
    letter-spacing: -1px;
    padding: 14px 0;
    height: 60px;
    margin-right: 20px
}

.resend-code {
    margin-top: 32px
}

.resend-code > p {
    font-size: 14px;
    line-height: 125%;
    margin-bottom: 5px
}

.resend-code__link {
    color: inherit
}

.button {
    width: 100%
}

.pending {
    background-image: url(/local/templates/lkk_NPFF/css/../images/icons/spinner1.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center
}

.agreement-notice {
    font-size: 12px;
    line-height: 105%;
    letter-spacing: 0.5px;
    color: #7e92ae
}

.message {
    margin-top: 15px;
    height: 15px
}

.success {
    color: green
}

.error {
    color: #D11F00
}

.sms-code__error-message {
    font-size: 12px;
    line-height: 20px;
    letter-spacing: 0.5px
}

@media screen and (min-width: 1440px) {
    .container {
        width: 409px
    }

    .sms-code__field {
        margin-right: 27px;
        width: 47px
    }
}

@media screen and (min-width: 1024px) and (max-width: 1439px) {
    .container {
        width: 372px
    }

    .sms-code__field {
        margin-right: 18px;
        width: 54px
    }
}

@media screen and (max-width: 1023px) {
    .container {
        max-width: 272px
    }

    .sms-code__fields-container {
        justify-content: center
    }

    .sms-code__field {
        margin-right: 12px;
        width: 45px
    }

    .resend-code > p {
        text-align: center
    }
}
#auth-form .input-content .input-box-content input{
    padding-right: 50px;
}

.position-relative{
    position: relative;
}

.gosuslugi-question{
    position: absolute;
    top: 15px;
    right: -36px;
    width: 24px;
    height: 24px;
    cursor: pointer;
    z-index: 101;
}
/* End */
/* /local/templates/lkk_NPFF/css/auth.css?178117984857240 */
