

/* Start:/bitrix/templates/rus_gidro/css/user-registration/style.css?17537018103926*/
:root {
    --active: rgba(0, 93, 159, 1);
    --background-blue: rgba(235, 243, 255, 1);
    --white: rgba(255, 255, 255, 1);
    --text: rgba(44, 49, 72, 1);
    --capture: rgba(103, 109, 115, 1);
    --blue-stroke: rgba(0, 93, 159, 0.2);
    --grey: rgba(171, 173, 182, 1);
    --orange: rgb(240, 132, 0);
    --orange-transparent: rgba(240, 132, 0, 0.4);
    --green: rgba(6, 193, 48, 1);
    --green-transparent: rgba(6, 193, 48, 0.1);
    --red-stroke: rgba(255, 61, 61, 1);
    --blue-transparent :#005D9F33;
    --orange-transparent: rgba(240, 132, 0, 0.4);
    --popup-transparent: rgba(0, 0, 0, 0.2);
}

* {
    font-family: "Inter", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
}

body {
    min-height: 100vh;

    margin: 0;
    padding: 0;

}

/* Стиль оберкти страницы */
.wrapper {
    position: relative;
    left: 0;
    top: 0;
    
    min-height: 100vh;
    display: grid;
    grid-template-rows: 80px 1fr;
}

/* Стили шапки */
.header {
    display: flex;
    justify-content: center;

    width: 100%;

    background-color: var(--white);
}

.header-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;

    position: relative;
    left: 0;
    top: 0;

    min-width: 375px;
    max-width: 1040px;
    width: 100%;
    height: 100%;

}

.header-nav {
    display: flex;
    justify-content: space-between;

    width: 487px;

    margin: 0;
    padding: 0;
}

.nav-list {
    display: flex;
    align-items: center;
    justify-content: space-between;

    width: 360px;
    
    margin: 0;
    padding: 0;

    list-style: none;
}

.nav-element {
    display: block;

    margin: 0;
    padding: 0;
}

.nav-element-link {
    display: block;

    margin: 0;
    padding: 0;

    text-decoration: none;
    font-size: 17px;
    font-weight: 600;
    line-height: 18px;
    letter-spacing: 0;

    color: var(--active);
}

.nav-exit-link {
    display: flex;
    align-items: center;

    margin: 0;
    padding: 0;

    text-decoration: none;
}

.nav-exit-icon {
    display: block;

    box-sizing: border-box;
    margin: 0 8px 0 0;
    padding: 0;
}

.nav-exit-text {
    display: block;

    margin: 0;
    padding: 0;

    font-size: 17px;
    font-weight: 600;
    line-height: 18px;
    letter-spacing: 0;

    color: var(--active);
}

/* Стили Бурuер меню */
.header-burger-menu {
    display: none;
}

.header-nav-burger {
    display: none;
    
    position: absolute;
    right: 16px;
    top: 60px;

    width: 180px;
    
    z-index: 1000;

    border: 1px solid var(--grey);
    border-radius: 10px;

    background-color: var(--white);
}

.nav-burger-list {
    display: block;

    margin: 0;
    padding: 16px;

    list-style: none;
}

.nav-burger-element {
    display: flex;
    align-items: center;

    height: 25px;

    margin: 0 0 10px 0;
    padding: 0;
}

.nav-burger-number-notifications {
    display: flex;
    align-items: center;
    justify-content: center;

    min-width: 25px;
    height: 25px;
    
    margin: 0 0 0 10px;
    padding: 0;

    font-size: 12px;
    
    border-radius: 50%;

    background-color: var(--orange);
    color: var(--white);
}

.nav-burger-element-link {
    color: var(--active);

    text-decoration: none;
    font-size: 17px;
    font-weight: 600;

}

.menu-active {
    display: block;
}

/* Стили логотипа сайта */
.header-logo {
    width: 116px;
    height: 44px;
}

/* Стили главного блока */
.main {
    display: flex;

    flex-direction: column;

    justify-content: center;
    align-items: center;

    background-color: var(--background-blue);
}

/* End */


/* Start:/bitrix/templates/rus_gidro/css/auth.css?17652813268901*/
/* Доп. стили */
/* .margin-left-16 {
    margin-left: 16px;
} */

.auth-middle {

    display: grid;

    grid-template-rows: auto;
    grid-template-columns: minmax(510px, 300px);
 
    margin: 0;
    padding: 32px 0 0 0;
    box-sizing: border-box;
    
    background-color: var(--white);

    border-radius: 20px;
}

.auth-block {
    display: grid;
    grid-template-rows: min-content min-content;

    width: 100%;

    margin: 0;
    padding: 0;
}

/* Заголовок формы */
.auth-title {
    display: block;
    
    width: 100%;

    box-sizing: border-box;
    margin: 0;
    padding: 0 16px;
}

.user-title {
    display: block;
    
    width: 100%;

    box-sizing: border-box;
    margin: 0;
    padding: 0 32px;
}

.auth-title-text {
    margin: 0;
    padding: 0;

    text-align: center;
    font-style: Helvetica;
    font-size: 36px;
    font-weight: 700;
    line-height: 40px;

    color: var(--active);
}

.auth-subtitle-text {
    margin: 8px 0 0 0;
    padding: 0;

    text-align: center;
    font-size: 15px;
    font-weight: 400;
    line-height: 17px;
    letter-spacing: -0.24px;
}

/* Стили формы */
.auth-form {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;

    box-sizing: border-box;
    margin: 0;
    padding: 72px;
    max-height: 100vh;
    overflow-y: auto;
}

.auth-code-form {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;

    box-sizing: border-box;
    margin: 0;
    padding: 32px 72px 40px 72px;
    max-height: 100vh;
    overflow-y: auto;
}

/* Блок полей для ввода */
.auth-input-container {
    width: 100%;

    display: flex;
    flex-direction: column;

    margin: 0 0 32px 0;
    padding: 0;
    box-sizing: border-box;
}

.auth-code-input-container {
    width: 100%;

    display: flex;
    flex-direction: column;

    margin: 0 0 32px 0;
    padding: 0;
    box-sizing: border-box;
}

.auth-input-wrapper {
    display: block;

    position: relative;
    left: 0;
    top: 0;
    
    width: 100%;
    height: 57px;

    box-sizing: border-box;
    margin: 0 0 16px 0;
    padding: 0;

    box-sizing: border-box;
}

.auth-input-wrapper.margin-bottom-8px {
    margin-bottom: 8px;
}

.code-box-container {
    display: flex;
    justify-content: space-between;

    margin: 0 0 16px 0;
    padding: 0 16px 0 16px;
}

.code-block-wrapper {
    display: block;

    margin: 0 0 16px 0;
    padding: 0;
}

.auth-input-wrapper:last-child {
    margin: 0;
    padding: 0;
}

.auth-input {
    width: 100%;
    height: 100%;

    color: var(--text);
    font-size: 15px;
    font-weight: 400;
    line-height: 17px;

    background-color: var(--background-blue);
    border: 1px solid var(--blue-stroke);

    border-radius: 4px;

    box-sizing: border-box;

    margin: 0;
    padding: 20px 0 0 12px;
}

.code-box-input {
    display: block;

    width: 68px;
    height: 68px;

    border: 1px solid var(--blue-stroke);
    border-radius: 4px;

    text-align: center;
    font-size: 36px;
    font-weight: 400;
    line-height: 40px;
    letter-spacing: 0;

    background-color: var(--background-blue);
    color: var(--text);

    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

.error-input {
    border: 1px solid var(--red-stroke);

    background-color: var(--red-background);
}


.code-box-input {
    display: block;
    
    width: 68px;
    height: 68px;
    
    box-sizing: border-box;
}

.input-title {
    position: absolute;
    top: 8px;
    left: 12px;
    
    display: inline;
    
    margin: 0;
    padding: 0;
    
    font-size: 10px;
    font-weight: 400;
    line-height: 14px;
    
    color: var(--capture);
}

/* Стили рамки для input при фокусе */
input[type="text"]:focus {
    outline: none;
    border: 1px solid var(--orange);
}

input[type="password"]:focus {
    outline: none;
    border: 1px solid var(--orange);
}

input[type="email"]:focus {
    outline: none;
    border: 1px solid var(--orange);
}

input[type="tel"]:focus {
    outline: none;
    border: 1px solid var(--orange);
}

/* Доп. элемнты формы */
.show-password {
    display: block;
    
    position: absolute;
    right: 12px;
    top: 17px;

    cursor: pointer;
}

.checkbox-block {
    position: relative;

    margin: 16px 0 0 0;
    padding: 0;
}

.checkbox-input {
    appearance: none;
    position: absolute;
}


.checkbox-label::before {
    content: "";
    display: block;
    
    width: 16px;
    height: 16px;
    
    margin: 0;
    padding: 0;
    
    border: 1px solid var(--grey);
    
    background-color: var(--background-blue);
}

.checkbox-input:checked + .checkbox-label::before {
    background-color: var(--active);
}

.checkbox-text {
    display: block;

    position: absolute;
    top: 0;
    left: 24px;

    margin: 0;
    padding: 0;

    font-size: 10px;
    font-weight: 400;
    line-height: 100%;

    color: var(--grey);
}

.code-timer {
    margin: 0;
    padding: 0;
    
    text-align: center;
    font-size: 10px;
    font-weight: 400;

    color: var(--grey);
}

/* Доп. элементы в блоке input */

.link-button-form {
    display: block;

    margin: 0;
    padding: 0;

    text-decoration: none;
    font-size: 10px;
    font-weight: 400;
    line-height: 100%;

    color: var(--active);
}

.link-button-form.margin-left-16 {
    margin: 0 0 0 16px;
}

.text-error-input {
    display: block;

    margin: 0;
    padding: 0;

    text-decoration: none;
    font-size: 10px;
    font-weight: 400;
    line-height: 100%;

    color: var(--red-stroke);
}

.text-error-input.margin-left-16 {
    margin: 0 0 0 16px;
}

.additional-line-password-recovery-user {
    display: flex;
    justify-content: space-between;
    
    width: 100%;
    height: 12px;
    
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

.number-not-registered-text {
    display: block;

    box-sizing: border-box;
    margin: 0;
    padding: 0;
    
    text-decoration: none;
    font-size: 10px;
    font-weight: 400;
    line-height: 100%;
    letter-spacing: 0;

    color: var(--red-stroke);
}

.no-access-to-the-number-text {
    display: block;

    box-sizing: border-box;
    margin: 0;
    padding: 0;

    text-decoration: none;
    font-size: 10px;
    font-weight: 400;
    line-height: 100%;
    letter-spacing: 0;

    color: var(--active);
}

/* Блок кнопок для отправки */
.auth-button-container {
    width: 100%;

    display: flex;
    flex-direction: column;

    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

.auth-button-first {
    display: block;

    width: 100%;
    height: 40px;

    margin: 0 0 16px 0;
    padding: 0;

    border: 0;
    border-radius: 4px;

    font-size: 13px;
    font-weight: 400;
    line-height: 16px;
    vertical-align: middle;


    background-color: var(--active);
    color: var(--white);

    cursor: pointer;

    transition: all .2s;
}

.auth-button-first:hover {
    background-color: var(--orange);

    transition: all .2s;
}

.auth-button-last {
    display: block;

    width: 100%;
    height: 40px;

    margin: 0 0 16px 0;
    padding: 0;

    border: 0;
    border-radius: 4px;

    outline: 1px solid var(--active);

    font-size: 13px;
    font-weight: 400;
    line-height: 16px;
    vertical-align: middle;


    background-color: var(--white);
    color: var(--active);

    cursor: pointer;
    
    transition: all .2s; 
}

.auth-button-last:hover {
    outline: 1px solid var(--orange);

    background-color: var(--orange);
    color: var(--white);

    transition: all .2s;   
}


input:last-child {
    margin: 0;
}

.login-personal-account-container {
    width: 100%;

    display: flex;
    flex-direction: column;
    justify-content: end;

    box-sizing: border-box;
    margin: 64px 0 32px 0;
    padding: 0 72px;
}

.login-personal-account-link {
    display: flex;
    align-items: center;
    justify-content: center;

    width: 100%;
    height: 40px;

    margin: 0;
    padding: 0;

    border: 0;
    border-radius: 4px;

    text-decoration: none;
    font-size: 13px;
    font-weight: 400;
    line-height: 16px;
    vertical-align: middle;


    background-color: var(--active);
    color: var(--white);

    cursor: pointer;

    transition: all .2s;
}
/* End */


/* Start:/bitrix/templates/rus_gidro/css/adaptive-auth.css?17652813211823*/
@media (max-width: 1040px) {
  .wrapper {
    min-height: 100vh;
    display: grid;
    grid-template-rows: 76px 1fr;
  }

  .header {
    background-color: var(--background-blue);
  }

  .header-inner {
    width: 100%;

    display: flex;
    align-items: center;

    box-sizing: border-box;
    padding: 0 16px;
  }

  .header-nav {
    display: none;
  }

  .auth-middle {
    height: 100% !important;

    display: grid;

    grid-template-rows: 1fr;
    grid-template-columns: minmax(300px, 510px);

    margin: 0;
    padding: 24px 16px;
    box-sizing: border-box;

    background-color: var(--background-blue) !important;

    border-radius: 20px;
  }

  .auth-title-text {
    margin: 0;
    padding: 0;

    text-align: center;
    font-style: Helvetica;
    font-size: 24px;
    font-weight: 600;
    line-height: 28px;

    color: var(--text);
  }

  .auth-form {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;

    margin: 0;
    padding: 24px 0 0 0;
    box-sizing: border-box;
  }

  .auth-code-form {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;

    margin: 0;
    padding: 24px 0 0 0;
    box-sizing: border-box;
  }

  .auth-input {
    color: var(--text);
    font-size: 15px;
    font-weight: 400;
    line-height: 17px;

    background-color: var(--white);
    border: 1px solid var(--grey);
  }

  /* Доп. элементы в блоке input */
  .link-button-form {
    color: var(--grey);
  }

  /* Блок кнопок для отправки */
  .auth-button-container {
    width: 100%;

    display: flex;
    flex-direction: column;

    box-sizing: border-box;
    margin: 0 0 46px 0;
  }

  .login-personal-account-container {
    display: flex;
    align-items: end;

    padding: 0;
    margin: 0 0 46px 0;
  }
}

/* End */


/* Start:/bitrix/templates/rus_gidro/css/user-registration/adaptive-user.css?176528133316825*/
@media (max-width: 1040px) {

    /* Доп. стили */
    .background-color-white {
        background-color: var(--white);
    }

    .background-color-background-blue {
        background-color: var(--background-blue);
    }

    .margin-128-left-right {
        margin: 0;
    }

    .wrapper {
        min-height: 100vh;
        display: grid;
        grid-template-rows: 76px 1fr;
    }


    .header-inner {
        width: 100%;

        display: flex;
        align-items: center;

        box-sizing: border-box;
        padding: 0 16px;
    }

    .header-nav {
        display: none;
    }

    /* Центр страницы */
    .admin-middle {
        width: 100%;
        height: 100%;

        display: flex;
        align-items: flex-start;
        justify-content: center;

        box-sizing: border-box;
        margin: 0;
        padding: 0 16px 37px 16px;
    }

    /* Скрыть кнопку "Назад" */
    .additional-container {
        display: none;
    }

    /* Скрыть панель уведомлений */
    .notifications-block {
        display: none;
    }

    /* Для старниц "Уведомления" и "Помощь" */
    .container {

        display: flex;
        justify-content: space-between;
        flex-direction: column;
        
        position: relative;
        top: 0;
        left: 0;

        width: 100%;
        height: 100%;

        box-sizing: border-box;
        margin: 0;
        padding: 0;
    }

    .container-help {
        box-sizing: border-box;
        margin: 0;
        padding: 20px;

        border-radius: 20px;

        background-color: var(--white);
    }

    .container-notifications {
        box-sizing: border-box;
        margin: 0;
        padding: 0;
    }

    /* Стиль для заголовка */
    .page-title {
        font-size: 24px;
        text-align: center;
    }

    .help-title {
        text-align: center;
    }

    .download-documents-title {
        font-size: 16px;

    }

    /* Стили для формы */
    .admin-form {
        display: flex;
        justify-content: space-between;
        flex-direction: column;

        width: 100%;
        height: 100%;

        box-sizing: border-box;
        margin: 0;
        padding: 0;
    }

    /* Стили кнопки "На главную" */
    .home-link {
        order: 1;

        display: flex;

        align-items: center;
        justify-content: center;

        width: 100%;
        height: 40px;

        margin: 48px 0 0 0;
        padding: 0;

        background-color: var(--orange);
    }

    .title-link-text {
        font-size: 13px;
        font-weight: 400;
        line-height: 16px;
        letter-spacing: -0.08%;

        color: var(--white);
    }

    /* .change-password-grid-container {
        width: 100%;
        height: 100%;

        display: flex;
        flex-direction: column;
    } */

    /* Стили для линии с текстом заголовка и сортировкой */
    .title-line {
        display: grid;
        grid-template-rows: 29px 24px;
        grid-template-columns: 100%;
        -moz-row-gap: 13px;
        row-gap: 13px;

        width: 100%;

        box-sizing: border-box;
        margin: 0 0 32px 0;
        padding: 0;
    }

    .notifications-title {
        text-align: center;
    }

    .sort-link {
        display: flex;
        align-items: center;
        justify-content: end;

        height: 24px;

        box-sizing: border-box;
        margin: 0;
        padding: 0;

        text-decoration: none;
    }

    /* Стили для страницы "Смена пароля" (Доделать) */

    .download-block {
        display: grid;
        grid-template-columns: minmax(0, 686px);
        grid-template-rows: 29px 1fr;
        -moz-row-gap: 29px;
        row-gap: 29px;

        height: 100%;

        box-sizing: border-box;
        margin: 0;
        padding: 0;

        border-radius: 20px;

        background-color: var(--background-blue);
    }


    .change-password-block {
        display: grid;
        grid-template-columns: minmax(0, 686px);

        height: 100%;

        box-sizing: border-box;
        margin: 0;
        padding: 0;

        border-radius: 20px;

        background-color: var(--background-blue);
    }

    .download-block-flex-wrapper {
        display: flex;
        flex-direction: column;
        justify-content: space-between;

        height: 100%;
    }

    .download-documents-list-element-name {
        font-size: 15px;
        line-height: 17px;
        letter-spacing: -0.24px;

        color: var(--active);
    }

    .download-documents-list-element-icon {
        background-image: url("/bitrix/templates/rus_gidro/css/user-registration/../images/document-icon-blue.png");
    }

    /* Стили страницы пользователя */
    .document-info-container {
        display: block;

        width: 100%;

        box-sizing: border-box;
        margin: 0;
        padding: 0;

        border-radius: 20px;

        background-color: var(--background-blue);
    }

    .based-user-info {
        display: block;

        min-width: 250px;
        min-height: 166px;

        box-sizing: border-box;
        margin: 0 0 8px 0;
        padding: 20px;

        border-radius: 20px;

        background-color: var(--white);
    }

    .based-user-info-header {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;

        margin: 0 0 32px 0;
        padding: 0;
    }

    .based-user-info-text {
        flex: 1;
        min-width: 0;
    }

    .based-user-info-title {
        font-size: 18px;
        font-weight: 600;
        line-height: 22px;
        word-wrap: break-word;
        overflow-wrap: break-word;
        word-break: normal;
        hyphens: auto;
    }

    .based-user-info-main {
        display: grid;
        grid-template-columns: 93px minmax(93px, 130px);
        grid-template-rows: 37px 37px;

        width: 100%;

        -moz-column-gap: 64px;
        column-gap: 64px;
        -moz-row-gap: 16px;
        row-gap: 16px;
    }

    .info-user-link-wrapper {
        display: grid;
        grid-template-rows: 40px;
    }

    .info-user-link:last-child {
        display: none;
    }

    .info-user-link:first-child {
        background-color: var(--orange);
        color: var(--white);
    }

    .bid-element-title-line::after {
        position: absolute;
        top: 18px;
        right: 20px;
    }

    .bid-element-status-block-bottom {
        display: inline-block;
    }

    .bid-element-status-block {
        display: none;
    }

    .bid-element-list-block {
        display: grid;
        grid-template-columns: 1fr 24px;

        width: 100%;
        min-height: auto;

        box-sizing: border-box;
        margin: 0 0 20px 0;
        padding: 20px;

        border-radius: 20px;

        background-color: var(--white);
    }

    .bid-element-title {
        font-size: 17px;
        font-weight: 700;
        line-height: 18px;
    }

    .bid-element-organization {
        display: none;
    }

    .bid-element-text {
        font-size: 10px;
        line-height: 14px;

        margin: 8px 0 16px 0;
    }

    .document-status-block {
        display: none !important;
    }
    
    /* Стили для обертки статуса заявки на мобильных */
    .document-title-status-wrapper {
        flex-direction: column !important;
        align-items: flex-start !important;
        -moz-gap: 12px !important;
        gap: 12px !important;
    }
    
    .document-title-status-wrapper .document-info-title {
        width: 100%;
        margin: 0 0 8px 0;
    }

    .document-info-title {
        font-size: 17px;
        font-weight: 600;
        line-height: 18px;
    }

    .document-info-title-block {
        display: grid;
        grid-template-columns: 1fr 24px;

        margin: 0;
        padding: 0;
    }

    .document-info-title-block::after {
        position: absolute;
        right: 20px;
        top: 10px;
    }

    .indicator-container {
        display: flex;
        justify-content: start;

        height: 220px;
    }

    .indicator-graphic {
        display: flex;
        flex-direction: column;

        width: 24px;
        height: 200px;

        box-sizing: border-box;
        margin: 0 0 16px 0;
        padding: 0 32px 0 58px;
    }

    .indicator-graphic-info-wrapper {
        display: grid;
        grid-template-columns: auto;
        grid-template-rows: 84px 84px 84px;

        height: 52px;

        margin: 0;
        padding: 0;
    }

    .indicator-graphic-cell {
        display: flex;
        align-items: center;
        justify-content: center;

        width: 24px;
        height: 24px;

        box-sizing: border-box;
        border: 2px solid var(--grey);
        border-radius: 12px;

        background-color: var(--white);
    }

    .indicator-graphic-cell.border-active {
        border: 2px solid var(--active);
    }

    .indicator-graphic-cell.active {
        background-color: var(--active);
    }

    .indicator-graphic-cell-image {
        width: 12px;
        height: 12px;
        object-fit: contain;
        display: block;
    }

    /* Скрываем изображения с пустым или некорректным путем */
    .indicator-graphic-cell img[src=""],
    .indicator-graphic-cell img:not([src]),
    .indicator-graphic-cell img[src$="/images/"] {
        display: none !important;
    }

    /* Убеждаемся, что кружок остается видимым даже без изображения */
    .indicator-graphic-cell:empty::after {
        content: '';
        display: block;
        width: 12px;
        height: 12px;
    }

    .indicator-graphic-line {
        width: 2px !important;
        height: 60px !important;
        /* Инвертируем ширину в высоту при переходе в колонку */
        min-width: 2px;
        max-width: 2px;
    }

    
.indicator-graphic-info-block:first-child {
    justify-items: start;
}

.indicator-graphic-info-block:last-child {
    justify-items: start;
}

/* Исправление отступа для второго шага на мобильных */
.indicator-graphic-info-block:nth-child(2) {
    margin-left: 0 !important;
    margin-right: 0 !important;
}

    .document-info {
        padding: 12px;
    }

    .application-info-wrapper {
        display: none;
    }

    .my-documents-panel-container {
        display: block;

        width: 100%;
        min-height: auto;

        box-sizing: border-box;
        margin: 0 0 32px 0;
        padding: 12px;

        border: 1px solid var(--blue-stroke);
        border-radius: 20px;

        background-color: var(--background-blue);
    }

    .panel-title {
        display: block;

        margin: 0 0 24px 0;
        padding: 0;

        font-size: 17px;
        font-weight: 600;
        line-height: 18px;

        color: var(--text);
    }

    .panel-subtitle {
        font-size: 13px;
        line-height: 16px;
    }

    .panel-icon {
        display: none;
    }

    .file-list-text-info {
        font-size: 10px;
        line-height: 14px;

        color: var(--capture);
    }

    .resk-documents-container {
        display: block;

        box-sizing: border-box;
        margin: 0;
        padding: 16px;

        border-radius: 20px;

        background-color: var(--background-blue);
    }

    .resk-document-title {
        display: block;

        margin: 0;
        padding: 0;

        font-size: 17px;
        font-weight: 600;
        line-height: 18px;
        letter-spacing: 0;
    }

    .my-documents-panel-container {
        border: 0;
    }

    .download-document-list-container {
        display: flex;
        flex-direction: column;
        align-items: start;
        -moz-gap: 0;
        gap: 0;
        -moz-row-gap: 16px;
        row-gap: 16px;

        margin: 40px 0 24px 0;
    }

    .resk-documents-container {
        display: block;

        box-sizing: border-box;
        margin: 0;
        padding: 12px;
    }

    .information-about-uploaded-file {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        width: 100%;

        box-sizing: border-box;
        margin: 0 0 8px 0;
        padding: 0;
    }

    .file-list {
        display: flex;
        flex-direction: column;
        align-items: start;
        -moz-gap: 0;
        gap: 0;
        -moz-row-gap: 16px;
        row-gap: 16px;
    }

    .download-document-button-label {
        width: 100%;
        order: 1;

        margin: 8px 0 0 0;
    }

    .download-document-button {
        /* Скрываем input - используется только label для визуализации */
        display: none !important;
        -moz-appearance: none !important;
        appearance: none !important;
        visibility: hidden !important;
        position: absolute !important;
        width: 0 !important;
        height: 0 !important;
        opacity: 0 !important;
    }
    
    /* Выравнивание кнопок Скачать и Удалить по одной линии */
    .document-buttons-container {
        display: flex !important;
        align-items: center !important;
        -moz-gap: 10px;
        gap: 10px;
    }
    
    .document-buttons-container .download-document-button-label,
    .document-buttons-container .delete-document-button {
        height: 34px !important;
        min-height: 34px !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        box-sizing: border-box !important;
        width: auto !important;
    }
    
    .document-buttons-container .delete-document-button {
        height: 34px !important;
        min-height: 34px !important;
    }

    .download-document-list-container {
        background-color: var(--white);
    }

    .information-about-uploaded-file-title {
        font-size: 13px;
        line-height: 16px;

    }

    .information-about-uploaded-file-date {
        font-size: 10px;
        line-height: 14px;

    }

    .load-document-container {
        display: flex;
        flex-direction: column;

        background-color: var(--white);
    }

    .load-document-button {
        margin: 0 0 8px 0;
    }

    .information-about-the-downloaded-file-text {
        order: -1;
    }

    .load-document-button {
        order: -1;

        width: 100%;
    }

    .information-about-the-downloaded-file {
        order: 1;
        margin: 0 0 8px 0;
    }

    /* Стили страницы для выхода */
    .exit-middle {
        display: grid;
        grid-template-rows: 1fr;
        grid-template-columns: minmax(300px, 446px);


        box-sizing: border-box;
        margin: 0;
        padding: 32px;

        background-color: var(--background-blue);

        border-radius: 20px;
    }

    .exit-button-container {
        display: block;

        width: 100%;

        box-sizing: border-box;
        margin: 0;
        padding: 0;
    }

    /* Модальное окно */
    .popup-info-wrapper {
        position: static;
        left: 0;
        top: 0;

        display: block;

        width: 100%;
        min-height: 100vh;
        max-height: 100vh;

        background-color: var(--popup-transparent);
    }

    .popup-info-block {
        position: absolute;

        display: flex;
        flex-direction: column;

        width: 100%;
        height: 100%;

        box-sizing: border-box;
        margin: 0;
        padding: 20px;

        border-radius: 0;

        background-color: var(--white);
        transition: all .2s;
    }

    .popup-info-button-block {
        align-content: flex-end;
    }

    .popup-info-wrapper.popup-close {
        display: none;
    }

    .header-burger-menu {
        display: block;
    }
}
/* End */
/* /bitrix/templates/rus_gidro/css/user-registration/style.css?17537018103926 */
/* /bitrix/templates/rus_gidro/css/auth.css?17652813268901 */
/* /bitrix/templates/rus_gidro/css/adaptive-auth.css?17652813211823 */
/* /bitrix/templates/rus_gidro/css/user-registration/adaptive-user.css?176528133316825 */
