

/* 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/user-registration/admin.css?177021859237356*/
/* Центр страницы */
.admin-middle {
  width: 1040px;
  height: 100%;

  display: flex;
  align-items: flex-start;

  box-sizing: border-box;
  margin: 0;
  padding: 40px 0 37px 0;
}

/* Стили кнопки "Назад" */
.button-back-link {
  display: block;

  position: relative;
  left: 0;
  top: 0;

  max-width: 333px;
  min-width: 156px;
  height: 48px;

  box-sizing: border-box;
  margin: 0 20px 20px 0;
  padding: 14px 0 0 52px;

  text-decoration: none;
  text-align: center;

  border-radius: 20px;

  background-color: var(--active);
  color: var(--white);
}

.button-back-link > p {
  display: block;

  width: 0;

  margin: 0;
  padding: 0;
}

.button-back-image {
  position: absolute;
  left: 12px;
  top: 12px;
}

/* Стили блока с уведомлениями */
.notifications-block {
  display: block;

  width: 333px;

  box-sizing: border-box;
  margin: 0 20px 0 0;
  padding: 20px;

  border-radius: 20px;

  background-color: var(--white);
}

.header-notifications {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;

  width: 100%;
  height: 28px;

  margin: 0 0 20px 0;
  padding: 0;
}

.notifications-title {
  margin: 0;
  padding: 0;

  font-size: 24px;
  font-weight: 600;
  line-height: 28px;

  color: var(--text);
}

.view-all-notifications-link {
  display: block;

  margin: 0;
  padding: 0;

  text-decoration: none;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;

  color: var(--active);
}

.notifications-element-list {
  display: block;

  list-style: none;

  margin: 0;
  padding: 0;
}

.notifications-element-list > li {
  display: block;

  margin: 0 0 16px 0;
  padding: 0;
}

.notifications-element {
  display: grid;
  grid-template-columns: 40px 1fr 24px;

  width: 100%;

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

  text-decoration: none;

  border-radius: 20px;
  border: 1px solid var(--white);

  background-color: var(--white);
}

.notifications-element:last-child {
  margin: 0;
}

.notifications-element:hover {
  border-radius: 20px;
  border: 1px solid var(--blue-stroke);
  background-color: var(--background-blue);

  transition: 0.2s;
}

.notifications-element.notifications-element-active {
  border-radius: 20px;
  border: 1px solid var(--blue-stroke);
  background-color: var(--background-blue);

  transition: 0.2s;
}

.notifications-info {
  display: flex;
  flex-direction: column;
  justify-content: space-between;

  width: 100%;
  height: 100%;

  margin: 0;
  padding: 0;
}

.notifications-info-text-block {
  display: block;

  margin: 0 0 12px 0;
  padding: 0;
}

.notifications-info-title {
  margin: 0 0 4px 0;
  padding: 0;

  font-size: 17px;
  font-weight: 600;
  line-height: 18px;

  color: var(--text);
}

.notifications-info-subtitle {
  margin: 0 0 8px 0;
  padding: 0;

  font-size: 15px;
  font-weight: 400;
  line-height: 17px;

  color: var(--text);
}

.notifications-info-subtitle:last-child {
  margin: 0;
}

.notifications-info-date {
  margin: 0;
  padding: 0;

  font-size: 10px;
  font-weight: 400;
  line-height: 100%;

  color: var(--capture);
}

/* Стили для блока загрузки документов */
.download-block {
  display: grid;
  grid-template-columns: minmax(300px, 686px);

  box-sizing: border-box;
  margin: 0;
  padding: 20px;

  border-radius: 20px;

  background-color: var(--white);
}

.change-password-block {
  display: grid;
  grid-template-columns: minmax(300px, 686px);
  grid-template-rows: 29px 1fr;
  -moz-row-gap: 29px;
  row-gap: 29px;

  box-sizing: border-box;
  margin: 0;
  padding: 20px;

  border-radius: 20px;

  background-color: var(--white);
}

/* Стили страницы с заявкой пользователя */
.document-info-container {
  display: block;

  width: 100%;
  min-width: 250px;

  box-sizing: border-box;
  margin: 0;
  padding: 0;

  border-radius: 20px;

  background-color: var(--background-blue);
}

/* Информация о пользователе */
.based-user-info {
  display: block;

  max-width: 100%;
  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: grid;
  grid-template-columns: 1fr 87px;

  margin: 0 0 32px 0;
  padding: 0;
}

.based-user-info-text {
  display: block;

  margin: 0;
  padding: 0;
}

.based-user-info-title {
  display: block;

  box-sizing: border-box;
  margin: 0 0 8px 0;
  padding: 0;

  word-break: break-all;
  font-size: 30px;
  font-weight: 600;
  line-height: 32px;

  color: var(--text);
}

.based-user-info-subtitle {
  display: block;

  margin: 0;
  padding: 0;

  font-size: 15px;
  font-weight: 400;
  line-height: 17px;

  color: var(--text);
}

.edit-link {
  display: block;

  margin: 0;
  padding: 0;

  text-decoration: none;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;

  color: var(--active);
}

.based-user-info-main {
  display: grid;
  grid-template-columns: 93px 93px 93px 130px;
  -moz-column-gap: 64px;
  column-gap: 64px;
}

.info-wrapper {
  display: block;
}

.info-wrapper-line {
  display: flex;
  justify-content: space-between;

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

.info-name {
  display: block;

  margin: 0 0 4px 0;
  padding: 0;

  font-size: 12px;
  font-weight: 400;
  line-height: 16px;

  color: var(--grey);
}

.info-data {
  display: block;

  margin: 0;
  padding: 0;

  font-size: 15px;
  font-weight: 500;
  line-height: 17px;

  color: var(--text);
}

.document-info {
  display: block;

  position: relative;
  left: 0;
  top: 0;

  width: 100%;

  box-sizing: border-box;
  margin: 0 0 20px 0;
  padding: 20px;

  border-radius: 20px;

  background-color: var(--white);
}

.document-info-title-block {
  display: grid;
  grid-template-columns: minmax(100px, 1fr) auto 24px;
  align-items: center;

  margin: 0;
  padding: 0;

  cursor: pointer;
}

.document-info-title-block::after {
  content: "";

  display: block;

  position: absolute;
  right: 20px;
  top: 20px;

  width: 24px;
  height: 24px;

  background-image: url("/bitrix/templates/rus_gidro/css/user-registration/../../images/arrow-right.png");
  background-repeat: no-repeat;
}

.document-info[open] .document-info-title-block::after {
  background-image: url("/bitrix/templates/rus_gidro/css/user-registration/../../images/arrow-bottom.png");
  background-repeat: no-repeat;
}

.document-info-title {
  display: block;

  margin: 0;
  padding: 0;

  font-size: 30px;
  font-weight: 600;
  line-height: 32px;

  color: var(--text);
}

.document-status-block {
  display: flex;
  align-items: center;
  justify-content: center;

  width: auto;
  min-width: 200px;
  max-width: 300px;
  height: auto;

  margin: 0 0 0 12px;
  padding: 8px 12px;

  border-radius: 12px;

  font-size: 12px;
  font-weight: 400;
  line-height: 14px;
  text-align: center;
  white-space: normal;
  word-wrap: break-word;

  background-color: var(--green-transparent);
  color: var(--green);
}

/* График оформления заявки  */
.indicator-container {
  display: block;

  width: 100%;
  height: 92px;

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

.indicator-graphic {
  display: flex;
  align-items: center;
  justify-content: center;

  width: 647px;
  height: 24px;

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

.indicator-graphic-cell {
  display: flex;
  align-items: center;
  justify-content: center;

  width: 24px;
  height: 24px;

  margin: 0;
  padding: 0;

  box-sizing: border-box;
  border: 2px solid var(--grey);
  border-radius: 12px;

  background-color: var(--white);
}

.indicator-graphic-line {
  display: block;

  width: 230px;
  height: 2px;

  margin: 0;
  padding: 0;

  background-color: var(--grey);
}

.border-active {
  border: 2px solid var(--active);
}

.active {
  background-color: var(--active);
}

.indicator-graphic-info-wrapper {
  display: flex;

  height: 52px;

  margin: 0;
  padding: 0;
}

.indicator-graphic-info-block {
  display: block;

  min-width: 110px;
  max-width: 150px;
  height: 52px;
}

/* Выравнивание третьего шага по правой стороне */
.indicator-graphic-info-block:last-child {
  margin-left: auto;
}

.indicator-graphic-info-box {
  display: block;

  background-color: var(--blue-stroke);
  color: var(--active);

  text-align: center;
  font-size: 12px;
  font-weight: 400;
  line-height: 12px;

  box-sizing: border-box;
  margin: 0 0 8px 0;
  padding: 8px;

  border-radius: 12px;
}

/* Выравнивание текста в третьем блоке по правой стороне */
.indicator-graphic-info-block:last-child .indicator-graphic-info-box {
  text-align: right;
}

.indicator-graphic-info-block:last-child .indicator-graphic-info-date {
  text-align: center;
}

.indicator-graphic-info-box.active {
  background-color: var(--active);
  color: var(--white);
}

.indicator-graphic-info-date {
  display: block;

  margin: 0;
  padding: 0;

  text-align: center;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;

  color: var(--capture);
}

.display-none {
  display: none;
}

.margin-128-left-right {
  margin: 0 123px 0 123px;
}

/* Информация о заявке  */
.application-info-wrapper {
  display: grid;
  grid-template-columns: 126px 1fr;
  grid-template-rows: min-content;

  -moz-column-gap: 32px;
  column-gap: 32px;
  -moz-row-gap: 24px;
  row-gap: 24px;

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

.my-documents-panel-wrapper {
  display: block;

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

.my-documents-panel-container {
  display: block;

  width: 100%;
  min-height: 198px;

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

  border: 1px solid var(--blue-stroke);
  border-radius: 20px;

  background-color: var(--background-blue);
}

.panel-title {
  display: block;

  margin: 0 0 32px 0;
  padding: 0;

  font-size: 24px;
  font-weight: 600;
  line-height: 28px;

  color: var(--text);
}

.panel-subtitle-span-link {
  display: block;

  margin: 0 0 16px 0;
  padding: 0;

  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: 0;

  color: var(--grey);
}

.panel-subtitle-link {
  display: inline;

  margin: 0;
  padding: 0;

  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: 0;

  color: var(--active);
}

.document-list-title {
  display: flex;
  align-items: center;

  height: 18px;

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

  color: var(--text);
}

.panel-subtitle {
  display: block;

  box-sizing: border-box;
  margin: 0 4px 0 0;
  padding: 0;

  font-size: 17px;
  font-weight: 600;
  line-height: 18px;
}

.file-list-info {
  display: flex;
  align-items: center;
  justify-content: center;

  min-height: 72px;

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

  border: 1px dashed var(--grey);
  border-radius: 16px;

  background-color: var(--white);
}

.file-list {
  display: flex;
  align-items: center;
  justify-content: space-between;
  -moz-gap: 16px;
  gap: 16px;

  min-height: 72px;

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

  border: 1px solid var(--active);
  border-radius: 16px;

  background-color: var(--white);
}

.file-list-text-info {
  box-sizing: border-box;
  margin: 0;
  padding: 0;

  font-size: 15px;
  font-weight: 400;
  line-height: 20px;

  color: var(--capture);
}

/* стили блока "документы РЭСК"  */
.resk-documents-container {
  display: block;

  position: relative;
  left: 0;
  top: 0;

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

  background-color: var(--white);
}

.resk-document-title-block {
  display: flex;
  align-items: center;
  justify-content: space-between;

  box-sizing: border-box;
  margin: 0;
  padding: 0;

  color: var(--text);

  cursor: pointer;
}

.resk-document-title-block::after {
  content: "";

  display: block;

  position: absolute;
  right: 16px;
  top: 16px;

  width: 24px;
  height: 24px;

  margin: 0;
  padding: 0;

  background-image: url("/bitrix/templates/rus_gidro/css/user-registration/../../images/arrow-right.png");
  background-repeat: no-repeat;
}

.resk-documents-container[open] .resk-document-title-block::after {
  background-image: url("/bitrix/templates/rus_gidro/css/user-registration/../../images/arrow-bottom.png");
}

.resk-document-title {
  display: block;

  margin: 0;
  padding: 0;

  font-size: 24px;
  font-weight: 600;
  line-height: 28px;
}

.download-document-list-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  -moz-gap: 16px;
  gap: 16px;

  width: 100%;
  min-height: 72px;

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

  border: 1px solid var(--active);
  border-radius: 16px;

  background-color: var(--white);
}

.load-document-container {
  display: flex;

  width: 100%;
  min-height: 72px;

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

  border: 1px dashed var(--grey);
  border-radius: 16px;

  background-color: var(--background-blue);
}

.load-document-container.white {
  background-color: var(--white);
}

input[type="file"] {
  display: none;
}

.setting-periods-input::-webkit-calendar-picker-indicator {
  width: 24px;
  height: 24px;

  background-image: url("/bitrix/templates/rus_gidro/css/user-registration/../../images/mdi-calendar.png");
}

.load-document-button {
  display: flex;
  align-items: center;
  justify-content: center;

  width: 192px;
  height: 40px;

  border: 1px solid var(--active);
  border-radius: 4px;

  background-color: var(--active);
}

.load-document-button > p {
  display: block;

  margin: 0;
  padding: 0;

  font-size: 13px;
  font-weight: 400;
  line-height: 16px;

  color: var(--white);
}

.information-about-the-downloaded-file {
  display: flex;
  flex-direction: column;
  justify-content: space-between;

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

.information-about-uploaded-file {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex: 1;
  min-width: 0;

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

.information-about-the-downloaded-file-text {
  display: block;

  margin: 0;
  padding: 0;

  font-size: 12px;
  font-weight: 400;
  line-height: 16px;

  color: var(--capture);
}

.information-about-uploaded-file-date {
  display: block;

  margin: 0;
  padding: 0;

  font-size: 12px;
  font-weight: 400;
  line-height: 16px;

  color: var(--capture);
}

.download-list-document-and-date {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex: 1;
  min-width: 0;

  height: 100%;

  margin: 0;
  padding: 0;
}

.download-list-document-and-date-ul {
  display: block;

  margin: 0 0 8px 0;
  padding: 0;

  list-style: none;
}

.download-list-document-and-date-element {
  display: flex;
  min-width: 0;
  flex: 1;

  margin: 0 0 8px 0;
  padding: 0;
}

.download-list-document-and-date-element-text {
  display: block;

  margin: 0 16px 0 0;
  padding: 0;

  font-size: 15px;
  font-weight: 400;
  line-height: 17px;
  letter-spacing: -0.24px;

  color: var(--active);
  
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 100%;
  flex: 1;
  min-width: 0;
}

.download-document-button {
  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;
}

.download-document-button-label {
  display: flex;
  align-items: center;
  justify-content: center;

  position: relative;
  top: 0;
  left: 0;

  height: 34px;

  margin: 0;
  padding: 0 16px 0 8px;

  font-size: 13px;
  font-weight: 400;
  line-height: 16px;

  border: 1px solid var(--active);
  border-radius: 4px;

  background-color: var(--active);
  color: var(--white);
  box-sizing: border-box;
  vertical-align: middle;
}

.download-document-button-label > img {
  height: 18px;
  margin: 0 4px 0 0;
  padding: 0;
}

.information-about-uploaded-file-title {
  display: block;

  margin: 0;
  padding: 0;

  font-size: 15px;
  font-weight: 400;
  line-height: 17px;

  color: var(--active);
  
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 100%;
  flex: 1;
  min-width: 0;
}

/* Заголовк страницы */
.page-title {
  display: block;

  margin: 0 0 32px 0;
  padding: 0;

  font-size: 30px;
  font-weight: 700;
  line-height: 32px;
  letter-spacing: 0;
}

.admin-form {
  display: block;

  width: 100%;

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

.download-documents {
  display: block;

  width: 100%;
}

.download-documents-title {
  display: block;

  font-size: 17px;
  font-weight: 600;

  margin: 0 0 16px 0;
  padding: 0;
}

.download-documents-list {
  display: block;

  width: 100%;

  margin: 0 0 48px 0;
  padding: 0;

  list-style: none;
}

.download-documents-list-element {
  display: flex;
  align-items: center;

  width: 100%;

  margin: 0 0 16px 0;
  padding: 0;
}

li:last-child {
  margin: 0;
}

.download-documents-list-element-icon {
  display: flex;
  align-items: center;
  justify-content: center;

  width: 24px;
  height: 24px;

  margin: 0 4px 0 0;
  padding: 0;

  background-image: url("/bitrix/templates/rus_gidro/css/user-registration/../../images/document-icon.png");
}

.download-documents-list-element-name {
  margin: 0;
  padding: 0;

  font-size: 15px;
  font-weight: 400;
  line-height: 17px;
}

/* Стили кнопок */
.admin-button-add-file {
  display: block;

  width: 100%;
  height: 40px;

  margin: 0 0 48px 0;
  padding: 0;

  border: 1px solid var(--active);
  border-radius: 4px;

  background-color: var(--active);
  color: var(--white);
}

.admin-button-send {
  display: block;

  width: 100%;
  height: 40px;

  box-sizing: border-box;
  margin: 32px 0 0 0;
  padding: 0;

  border: 1px solid var(--orange);
  border-radius: 4px;

  background-color: var(--orange);
  color: var(--white);
}

.margin-top-32 {
  margin-top: 32px;
}

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

.margin-bottom-16 {
  margin-bottom: 16px;
}

.margin-bottom-32 {
  margin-bottom: 32px;
}

.margin-bottom-48 {
  margin-bottom: 48px;
}

/* .admin-button:last-child {
    margin: 32px 0 0 0;
    padding: 0;
    
    border: 1px solid var(--orange);
    border-radius: 4px;
    
    background-color: var(--orange);
    color: var(--white);
} */

/* Стили для неактивной кнопки */
.inactive-button {
  background-color: var(--orange-transparent);
}

.add-file-or-attachment-wrapper {
  display: block;

  width: 100%;

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

.add-file-or-attachment-wrapper-margin-48 {
  margin: 0 0 48px 0;
}

.add-file-or-attachment {
  display: none;

  -moz-appearance: none;
  appearance: none;
}

.add-file-or-attachment-label {
  display: flex;
  align-items: center;
  justify-content: center;

  position: relative;
  left: 0;
  top: 0;

  width: 100%;
  height: 40px;

  box-sizing: border-box;
  margin: 0;
  padding: 0;

  border: 1px solid var(--active);
  border-radius: 4px;

  background-color: var(--active);
  color: var(--white);
}

.add-file-or-attachment-label > p {
  font-size: 13px;
  font-weight: 400;
  line-height: 16px;
}

.form-title-block {
  display: block;

  margin: 32px 0 16px 0;
  padding: 0;

  font-size: 24px;
  font-weight: 600;
  line-height: 28px;
}

.form-title-block:first-child {
  margin: 0 0 16px 0;
}

.admin-input-wrapper {
  display: block;

  position: relative;
  left: 0;
  top: 0;

  width: 100%;
  height: 57px;

  margin: 0;
  padding: 0;

  box-sizing: border-box;
}

/* Стили для отдельных блоков на страницах user-registration и application-editing */
.bid-grid-container {
  display: grid;
  grid-template-rows: 57px 57px 57px 57px 57px 57px 57px 57px 57px 57px 57px 57px 57px;
  -moz-row-gap: 16px;
  row-gap: 16px;
}

.client-grid-container {
  display: grid;
  grid-template-rows: 57px 57px 57px 57px 57px;
  -moz-row-gap: 16px;
  row-gap: 16px;
}

.object-grid-container {
  display: grid;
  grid-template-rows: 57px 57px 57px 57px;
  -moz-row-gap: 16px;
  row-gap: 16px;
}

/* Стили для отдельных блоков на странице profile-editing */
.profile-editing-grid-container {
  display: grid;
  grid-template-rows: 57px 57px 57px 57px 57px 57px;
  -moz-row-gap: 16px;
  row-gap: 16px;
}

/* change-password */
.change-password-grid-container {
  display: grid;
  grid-template-rows: 57px 57px 57px;
  -moz-row-gap: 16px;
  row-gap: 16px;
}

.show-password {
  display: block;

  position: absolute;
  right: 12px;
  top: 17px;

  cursor: pointer;
}

.admin-input-consumer {
  display: grid;
  grid-template-columns: 422px 212px;
  -moz-column-gap: 12px;
  column-gap: 12px;

  margin: 0;
  padding: 0;
}

.admin-input {
  width: 100%;
  height: 100%;

  margin: 0;
  padding: 20px 0 0 12px;

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

  border: 1px solid var(--blue-stroke);

  border-radius: 4px;

  box-sizing: border-box;

  background-color: var(--white);
}

.input-title {
  position: absolute;
  top: 8px;
  left: 12px;

  display: inline;

  margin: 0;
  padding: 0;

  font-size: 10px;
  font-weight: 400;
  line-height: 14px;
  letter-spacing: 0.2px;

  color: var(--capture);
}

.show-password {
  display: block;

  position: absolute;
  right: 12px;
  top: 17px;

  cursor: pointer;
}

.event-log-middle {
  display: flex;
  flex-direction: column;
  align-items: center;

  width: 1040px;
  height: 100%;
}

.event-log-setting {
  display: block;

  width: 100%;
  height: 348px;

  box-sizing: border-box;
  margin: 40px 0 20px 0;
  padding: 20px;

  border-radius: 20px;

  background-color: var(--white);
}

/* Стили блока с заголовком */
.event-log-title-block {
  display: flex;
  justify-content: space-between;

  width: 100%;

  box-sizing: border-box;
  margin: 0 0 40px 0;
  padding: 0;

  background-color: var(--white);
}

.event-log-title {
  display: block;

  font-size: 30px;
  font-weight: 600;
  line-height: 32px;

  margin: 0;
  padding: 0;
}

.event-log-button {
  display: block;

  width: 131px;
  height: 39px;

  margin: 0;
  padding: 0;

  border: 1px solid var(--active);
  border-radius: 4px;

  font-size: 13px;
  font-weight: 400;
  line-height: 16px;

  background-color: var(--white);
  color: var(--active);
}

.setting-periods {
  display: grid;
  grid-template-columns: 294px 294px;
  -moz-column-gap: 24px;
  column-gap: 24px;

  width: 612px;
  height: 57px;

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

.setting-periods-input-wrapper {
  display: block;

  position: relative;
  left: 0;
  top: 0;

  width: 294px;
  height: 57px;

  margin: 0;
  padding: 0;

  box-sizing: border-box;
}

.setting-periods-input {
  width: 100%;
  height: 100%;

  -moz-appearance: none;
  appearance: none;

  margin: 0;
  padding: 20px 0 0 12px;

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

  outline: 1px solid var(--active);
  border: 0;

  border-radius: 4px;

  box-sizing: border-box;

  background-color: var(--white);
}

.setting-periods-input:focus {
  outline: 1px solid var(--orange);
}

/* Стили блока с настройками */
.settings-list {
  display: flex;
  justify-content: space-between;

  width: 100%;
  height: 132px;
}

.settings-button-list {
  display: grid;
  grid-template-rows: 39px 39px 39px;
  -moz-row-gap: 8px;
  row-gap: 8px;

  width: 150px;
  height: 132px;

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

.settings-button {
  display: block;

  width: 100%;
  height: 39px;

  margin: 0;
  padding: 0;

  border: 1px solid var(--active);
  border-radius: 4px;

  background-color: var(--white);
  color: var(--active);
}

.settings-button:first-child {
  background-color: var(--active);
  color: var(--white);
}

.settings-checkbox-list {
  display: grid;
  grid-template-columns: 193px 205px 180px 144px;
  grid-template-rows: 24px 24px 24px 24px;
  -moz-column-gap: 29px;
  column-gap: 29px;
  -moz-row-gap: 12px;
  row-gap: 12px;
}

.checkbox-wrapper {
  display: flex;
  align-items: center;

  position: relative;
  left: 0;
  top: 0;

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

.checkbox-input {
  -moz-appearance: none;
  appearance: none;
}

.checkbox-input::before {
  display: block;

  content: "";

  width: 16px;
  height: 16px;

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

.checkbox-label {
  display: inline-block;

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

.checkbox-label::after {
  content: "";
  display: block;

  position: absolute;
  left: 0;
  top: 0;

  width: 24px;
  height: 24px;

  background-image: url("/bitrix/templates/rus_gidro/css/user-registration/../../images/check-box-vector-border-1px-empty.png");
  background-repeat: no-repeat;
  background-position: center;
}

.checkbox-input:checked + .checkbox-label::after {
  content: "";
  display: block;

  position: absolute;
  left: 0;
  top: 0;

  width: 24px;
  height: 24px;

  background-image: url("/bitrix/templates/rus_gidro/css/user-registration/../../images/check-mark-vector-border-1px.png");
  background-repeat: no-repeat;
  background-position: center;
}

.checkbox-label > p {
  font-family: "Inter", sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 17px;

  margin: 0;
  padding: 0;

  font-size: 15px;
  font-weight: 500;
  line-height: 17px;

  color: var(--active);
}

/* Стили формы для поиска заявок */
.application-search {
  display: grid;
  grid-template-columns: 245px 245px 245px 245px;
  -moz-column-gap: 20px;
  column-gap: 20px;

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

.application-search-input-wrapper {
  display: block;

  position: relative;
  left: 0;
  top: 0;

  width: 245px;
  height: 57px;

  margin: 0;
  padding: 0;

  box-sizing: border-box;
}

.setting-periods-button-wrapper {
  display: block;

  width: 245px;
  height: 57px;

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

.setting-periods-button {
  display: none;
  -moz-appearance: none;
  appearance: none;
}

.button-search-label {
  display: flex;
  align-items: center;
  justify-content: center;

  width: 100%;
  height: 100%;

  margin: 0;
  padding: 0;

  outline: 1px solid var(--active);
  border-radius: 4px;

  background-color: var(--active);
}

.button-search-label::before {
  content: "";
  display: block;

  width: 20px;
  height: 20px;

  background-image: url("/bitrix/templates/rus_gidro/css/user-registration/../../images/search-agreement-icon-mini.png");
}

.button-search-label::after {
  content: "Найти";
  display: block;

  font-size: 15px;
  font-weight: 400;
  line-height: 17px;

  box-sizing: border-box;
  margin: 0 0 0 8px;
  padding: 0;

  color: var(--white);
}

.scroll-line {
  display: block;

  width: 1040px;
  height: 8px;

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

  border-radius: 4px;

  background-color: var(--blue-transparent);
}

.scroll {
  display: block;

  width: 32px;
  height: 8px;

  margin: 0;
  padding: 0;

  border-radius: 4px;

  background-color: var(--active);
}

/* Стили для табличной части */
.tabular-report {
  display: flex;

  width: 1040px;

  box-sizing: border-box;
  margin: 0 0 40px 0;
  padding: 0;

  border-radius: 20px;

  background-color: var(--white);
}

.tabular-report-static {
  display: block;

  width: 650px;

  margin: 0;
  padding: 0;
}

.tabular-report-static-header {
  display: grid;
  grid-template-columns: 55px 155px 120px 160px;

  height: 50px;
}

.tabular-report-static-header-title {
  display: flex;
  align-items: center;
  justify-content: center;

  width: 100%;
  height: 50px;

  margin: 0;
  padding: 0;
}

.tabular-report-static-header-title-text {
  display: block;

  box-sizing: border-box;
  margin: 0 10px 0 0;
  padding: 0;

  font-size: 15px;
  font-weight: 500;
  line-height: 17px;

  color: var(--text);
}

.tabular-report-static-header-title-icon {
  display: block;

  margin: 0;
  padding: 0;
}

.tabular-report-static-main {
  display: grid;
  grid-template-columns: 55px 155px 120px 160px;
}

.tabular-report-static-main-element {
  display: flex;
  align-items: flex-start;
  justify-content: center;

  /* min-height управляется через JavaScript для синхронизации высот */
  /* min-height: 80px; */

  box-sizing: border-box;
  margin: 0;
  padding: 8px;
  
  /* Добавляем перенос текста */
  word-wrap: break-word;
  overflow-wrap: break-word;
  white-space: normal;
}

.tabular-report-static-main-element-checkbox {
  display: flex;
  align-items: center;
  justify-content: center;

  position: relative;

  margin: 0;
  padding: 0;
}

.tabular-report-static-main-checkbox {
  margin: 0;
  padding: 0;
}

.tabular-report-static-main-element-checkbox-label {
  margin: 0;
  padding: 0;
}

.tabular-report-static-main-element-checkbox-label::before {
  content: "";
  display: block;

  margin: 0;
  padding: 0;

  width: 24px;
  height: 24px;

  background-image: url("/bitrix/templates/rus_gidro/css/user-registration/../../images/cancellation-mark-vector-border-2px.png");
  background-repeat: no-repeat;
  background-position: center;
}

.tabular-report-static-main-checkbox:checked
  + .tabular-report-static-main-element-checkbox-label::before {
  content: "";
  display: block;

  margin: 0;
  padding: 0;

  width: 24px;
  height: 24px;

  background-image: url("/bitrix/templates/rus_gidro/css/user-registration/../../images/check-mark-vector-border-2px.png");
  background-repeat: no-repeat;
  background-position: center;
}

.tabular-report-static-main-link {
  display: block;

  position: relative;
  left: 0;
  top: 0;

  text-decoration: none;
  font-style: 15px;
  font-weight: 500;
  list-style: 17px;

  color: var(--active);
}

.tabular-report-static-main-link:after {
  content: "";

  position: absolute;
  left: 0;
  bottom: -3px;

  width: 100%;
  height: 1px;

  background-color: var(--active);
}

.tabular-report-static-main-text {
  display: block;

  margin: 0;
  padding: 0;

  font-size: 15px;
  font-weight: 400;
  line-height: 17px;

  color: var(--capture);
  
  /* Добавляем перенос текста */
  word-wrap: break-word;
  overflow-wrap: break-word;
  white-space: normal;
  hyphens: auto;
}

.tabular-report-static-main-text > span {
  display: block;
}

/* Динамическая часть отчета */
.tabular-report-dynamic {
  display: block;
  position: relative;
  left: 0;
  top: 0;

  overflow: hidden;

  width: 2405px;

  margin: 0;
  padding: 0;
}

.tabular-report-dynamic-header {
  display: grid;
  grid-template-columns: 160px 142px 160px 160px 160px 160px 160px 160px 160px 160px 160px 160px 160px 200px 160px;

  height: 50px;
}

.tabular-report-dynamic-header-title {
  display: flex;
  align-items: center;
  justify-content: center;

  width: 100%;
  height: 50px;

  margin: 0;
  padding: 0;
}

.tabular-report-dynamic-main-element {
  display: flex;
  align-items: flex-start;
  justify-content: center;

  /* min-height управляется через JavaScript для синхронизации высот */
  /* min-height: 80px; */

  box-sizing: border-box;
  margin: 0;
  padding: 8px;
  
  /* Добавляем перенос текста */
  word-wrap: break-word;
  overflow-wrap: break-word;
  white-space: normal;
}

.tabular-report-dynamic-header-title-text {
  display: block;

  box-sizing: border-box;
  margin: 0 10px 0 0;
  padding: 0;

  font-size: 15px;
  font-weight: 500;
  line-height: 17px;

  color: var(--text);
}

.tabular-report-dynamic-main {
  display: grid;
  grid-template-columns: 160px 142px 160px 160px 160px 160px 160px 160px 160px 160px 160px 160px 160px 200px 160px;

  width: 2405px;
}

.tabular-report-dynamic-main-text {
  display: block;

  margin: 0;
  padding: 0;

  font-size: 15px;
  font-weight: 400;
  line-height: 17px;

  color: var(--capture);
  
  /* Добавляем перенос текста */
  word-wrap: break-word;
  overflow-wrap: break-word;
  white-space: normal;
  hyphens: auto;
}

/* Стили для кнпок в нижней части */
.container-notification-delete-download-button-list {
  display: flex;
  justify-content: space-between;

  width: 100%;
  height: 40px;

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

.notification-delete-button-block {
  display: grid;
  grid-template-columns: 182px 182px;
  -moz-column-gap: 20px;
  column-gap: 20px;

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

.notification-button {
  display: flex;
  align-items: center;
  justify-content: center;

  width: 182px;
  height: 40px;

  border: 1px solid var(--active);
  border-radius: 4px;

  font-size: 13px;
  font-weight: 400;
  line-height: 16px;

  background-color: var(--white);
  color: var(--active);
}

.delete-button {
  display: flex;
  align-items: center;
  justify-content: center;

  width: 182px;
  height: 40px;

  border: 1px solid var(--red-stroke);
  border-radius: 4px;

  font-size: 13px;
  font-weight: 400;
  line-height: 16px;

  background-color: var(--white);
  color: var(--red-stroke);
}

.download-button {
  display: flex;
  align-items: center;
  justify-content: center;

  width: 245px;
  height: 40px;

  border: 1px solid var(--orange);
  border-radius: 4px;

  font-size: 13px;
  font-weight: 400;
  line-height: 16px;

  background-color: var(--orange);
  color: var(--white);
}

/* Стили модального окна */
.popup-info-wrapper {
  position: fixed;
  left: 0;
  top: 0;

  display: block;

  width: 100%;
  min-height: 100vh;
  max-height: 100vh;

  background-color: var(--popup-transparent);
}

.popup-info-block {
  position: absolute;
  left: 50%;
  top: 50%;

  display: block;
  transform: translate(-50%, -50%);

  width: 775px;

  box-sizing: border-box;
  margin: 0;
  padding: 20px;

  border-radius: 20px;

  background-color: var(--white);
  transition: all 0.2s;
}

.popup-info-title {
  display: block;

  margin: 0 0 24px 0;
  padding: 0;

  font-size: 24px;
  font-weight: 600;
  line-height: 28px;
  letter-spacing: 0;

  color: var(--text);
}

.popup-info-text-block {
  display: block;

  width: 100%;

  margin: 0 0 24px 0;
  padding: 0;
}

.popup-info-text {
  display: block;

  padding: 0;

  font-size: 15px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0;

  color: var(--text);
}

.popup-info-button-block {
  display: flex;
  justify-content: center;
  align-items: end;

  width: 100%;

  margin: 0;
  padding: 0;
}

.popup-info-button {
  display: block;

  width: 146px;
  height: 40px;

  box-sizing: border-box;
  margin: 0;
  padding: 0;

  border: 0;
  border-radius: 4px;

  font-size: 13px;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: -0.08%;

  background-color: var(--orange);
  color: var(--white);

  cursor: pointer;
}

.popup-close {
  display: none;
}

.hidden {
  display: none;
}

.deleted-row {
  background-color: #f0f0f0 !important;
  opacity: 0.5;
}

/* Стили для отображения файлов в таблице */
.tabular-report-static-main-text.files-cell {
  max-width: 180px;
  white-space: pre-line;
  line-height: 1.3;
  font-size: 12px;
  overflow-wrap: break-word;
}

/* Специальные стили для 1-й колонки (документ) */
.tabular-report-static-main-element.col-1 {
  max-width: 160px;
  overflow: visible;
  align-items: flex-start;
}

.tabular-report-static-main-element.col-1 .tabular-report-static-main-text {
  max-width: 160px;
  white-space: normal;
  line-height: 1.4;
  font-size: 14px;
  overflow-wrap: break-word;
  word-break: break-word;
}

/* Специальные стили для 13-й колонки (адрес объекта) */
.tabular-report-static-main-element.col-13 {
  max-width: 160px;
  overflow: visible;
  align-items: flex-start;
}

.tabular-report-static-main-element.col-13 .tabular-report-static-main-text {
  max-width: 160px;
  white-space: normal;
  line-height: 1.4;
  font-size: 14px;
  overflow-wrap: break-word;
  word-break: break-word;
  hyphens: auto;
}

/* Специальные стили для 11-й колонки (почта) */
.tabular-report-static-main-element.col-11 {
  max-width: 160px;
  overflow: visible;
  align-items: flex-start;
}

.tabular-report-static-main-element.col-11 .tabular-report-static-main-text {
  max-width: 160px;
  white-space: normal;
  line-height: 1.4;
  font-size: 14px;
  overflow-wrap: break-word;
  word-break: break-all;
}

/* Специальные стили для 14-й колонки (файлы) */
.tabular-report-static-main-element.col-14 {
  max-width: 160px;
  overflow: visible;
  align-items: flex-start;
}

.tabular-report-static-main-element.col-14 .tabular-report-static-main-text {
  max-width: 160px;
  white-space: pre-line;
  line-height: 1.3;
  font-size: 12px;
  overflow-wrap: break-word;
}

/* Специальные стили для 15-й колонки (район объекта) */
.tabular-report-static-main-element.col-15 {
  max-width: 160px;
  overflow: visible;
  align-items: flex-start;
}

.tabular-report-static-main-element.col-15 .tabular-report-static-main-text {
  max-width: 160px;
  white-space: normal;
  line-height: 1.4;
  font-size: 14px;
  overflow-wrap: break-word;
  word-break: break-word;
  hyphens: auto;
}


/* 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 */


/* 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/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/user-registration/users.css?176434944711231*/
/* Стили кнопки "Назад" */
.button-back-link {
    display: block;

    position: relative;
    left: 0;
    top: 0;

    max-width: 333px;
    min-width: 156px;
    height: 48px;

    box-sizing: border-box;
    margin: 0 20px 20px 0;
    padding: 14px 0 0 52px;

    text-decoration: none;
    text-align: center;

    border-radius: 20px;

    background-color: var(--active);
    color: var(--white);
}

.button-back-link>p {
    display: block;

    width: 0;

    margin: 0;
    padding: 0;
}

.button-back-image {
    position: absolute;
    left: 12px;
    top: 12px;
}

/* Стили страницы "Помощь" */
.container {
    display: grid;
    grid-template-columns: minmax(300px, 686px);

    box-sizing: border-box;
    margin: 0;
    padding: 20px;

    border-radius: 20px;

    background-color: var(--white);
}


.help-title {
    display: block;

    margin: 0;
    padding: 0;

    font-size: 30px;
    font-weight: 700;
    line-height: 32px;

    color: var(--text);
}

.home-link {
    position: relative;
    top: 0;
    left: 0;

    display: none;

    height: 24px;

    box-sizing: border-box;
    margin: 0 0 16px 0;
    padding: 0;

    text-decoration: none;
}

.none {
    display: none;
}

.title-link-text {
    display: inline-block;

    margin: 0;
    padding: 0;

    font-size: 14px;
    font-weight: 400;
    line-height: 100%;

    color: var(--active);
}

.help-list-subtitle {
    display: block;

    box-sizing: border-box;
    margin: 32px 0 16px 0;
    padding: 0;

    font-size: 16px;
    font-weight: 600;
    line-height: 100%;
    letter-spacing: 0;

    color: var(--active);
}

.help-list {
    display: block;

    box-sizing: border-box;
    margin: 0;
    padding: 0 0 0 20px;
}

.help-list-element {
    box-sizing: border-box;
    margin: 0 0 12px 0;
    padding: 0;

    text-decoration: none;
    font-size: 15px;
    font-weight: 500;
    line-height: 100%;

    color: var(--active);

    cursor: pointer;
    
}

.help-list-element:last-child {
    margin: 0;
}

/* Стили страницы с уведомлениями */
.title-line {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;

    width: 100%;
    min-height: 29px;

    box-sizing: border-box;
    margin: 0 0 32px 0;
    padding: 0;

}

.sort-link {
    display: flex;
    align-items: center;

    height: 24px;

    box-sizing: border-box;
    margin: 0;
    padding: 0;

    text-decoration: none;
}


/* Стили блока с уведомлениями */

.notifications-block {
    display: block;

    min-width: 333px;

    box-sizing: border-box;
    margin: 0 20px 0 0;
    padding: 20px;

    border-radius: 20px;

    background-color: var(--white);
}

.header-notifications {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;

    width: 100%;
    height: 28px;

    margin: 0 0 20px 0;
    padding: 0;
}

.notifications-title {
    margin: 0;
    padding: 0;

    font-size: 24px;
    font-weight: 600;
    line-height: 28px;

    color: var(--text);
}

.view-all-notifications-link {
    display: block;

    margin: 0;
    padding: 0;

    text-decoration: none;
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;

    color: var(--active);
}

.cancellation-of-notifications {
    border: 1px solid var(--white);
    background-color: var(--white);

    transition: 0.2s;
}

.cancellation-of-notifications:hover {
    border-radius: 20px;
    border: 1px solid var(--blue-stroke);
    background-color: var(--background-blue);

    transition: 0.2s;
}

.cancellation-of-notifications:last-child {
    margin: 0;
}

/* Страница пользователя */


.edit-link {
    display: block;

    margin: 0;
    padding: 0;

    text-decoration: none;
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;

    color: var(--active);
}

/* стили блока "документы РЭСК"  */
.download-document-list-container {
    display: flex;
    justify-content: space-between;

    width: 100%;
    min-height: 72px;

    box-sizing: border-box;
    margin: 0 0 0px 0;
    padding: 16px;

    border: 1px solid var(--active);
    border-radius: 16px;

    background-color: var(--background-blue);
}

.load-document-container {
    display: flex;

    width: 100%;
    min-height: 72px;

    box-sizing: border-box;
    margin: 0;
    padding: 16px;

    border: 1px dashed var(--grey);
    border-radius: 16px;

    background-color: var(--background-blue);
}

input[type="file"] {
    display: none;
}

.load-document-button {
    display: flex;
    align-items: center;
    justify-content: center;

    width: 192px;
    height: 40px;

    border: 1px solid var(--active);
    border-radius: 4px;

    background-color: var(--active);
}

.load-document-button>p {
    display: block;

    margin: 0;
    padding: 0;

    font-size: 13px;
    font-weight: 400;
    line-height: 16px;

    color: var(--white);
}

.information-about-the-downloaded-file {
    display: flex;
    flex-direction: column;
    justify-content: space-between;

    box-sizing: border-box;
    margin: 0 0 0 32px;
    padding: 0;
}

.information-about-uploaded-file {
    display: flex;
    flex-direction: column;
    justify-content: space-between;

    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

.information-about-the-downloaded-file-text {
    display: block;

    margin: 0;
    padding: 0;

    font-size: 12px;
    font-weight: 400;
    line-height: 16px;

    color: var(--grey);
}

.information-about-uploaded-file-date {
    display: block;

    margin: 0;
    padding: 0;

    font-size: 12px;
    font-weight: 400;
    line-height: 16px;

    color: var(--grey);
}

.information-about-uploaded-file-title {
    display: block;

    margin: 0;
    padding: 0;

    font-size: 15px;
    font-weight: 400;
    line-height: 17px;

    color: var(--active);
}

/* Доп. кнопки в блоке с информацией */
.info-user-link-wrapper {
    display: grid;
    grid-template-rows: 40px 40px;
    -moz-row-gap: 8px;
    row-gap: 8px;

    width: 100%;

    box-sizing: border-box;
    margin: 32px 0 0 0;
    padding: 0;
}

.info-user-link {
    display: flex;
    align-items: center;
    justify-content: center;

    width: 100%;

    box-sizing: border-box;
    margin: 0;
    padding: 0;

    border: 1px solid var(--orange);
    border-radius: 4px;

    text-decoration: none;
    font-size: 13px;
    font-weight: 400;
    line-height: 16px;

    background-color: var(--white);
    color: var(--orange);
}

.info-user-link:last-child {
    border: 1px solid var(--orange);
    background-color: var(--orange);
    color: var(--white);
}

.bid-list-block {
    display: inline-block;

    width: 100%;

    box-sizing: border-box;
    margin: 12px 0 20px 0;
    padding: 0;

    list-style: none;
}

.bid-element-list-block {
    display: grid;
    grid-template-columns: 1fr 24px;

    position: relative;
    top: 0;
    left: 0;

    width: 100%;

    box-sizing: border-box;
    margin: 0 0 20px 0;
    padding: 20px;

    border-radius: 20px;

    background-color: var(--white);
}

.bid-element-content {
    display: block;

    margin: 0;
    padding: 0;

}

.bid-element-title-line {
    display: grid;
    grid-template-columns: max-content max-content;
    -moz-column-gap: 8px;
    column-gap: 8px;

    box-sizing: border-box;
    margin: 0 0;
    padding: 0;

    cursor: pointer;
}

.bid-element-title-line::after {
    content: "";
    display: block;

    position: absolute;
    top: 25px;
    right: 20px;

    width: 24px;
    height: 24px;

    background-image: url("/bitrix/templates/rus_gidro/css/user-registration/../../images/arrow-right.png");
    background-repeat: no-repeat;
}

.bid-element-content[open] .bid-element-title-line::after {
    background-image: url("/bitrix/templates/rus_gidro/css/user-registration/../../images/arrow-bottom.png");
    background-repeat: no-repeat;
}

.bid-element-title {
    display: block;

    box-sizing: border-box;
    margin: 0;
    padding: 0;

    font-size: 30px;
    font-weight: 700;
    line-height: 32px;

    color: var(--text);
}

.bid-element-status-block,
.bid-element-status-block-bottom {
    display: inline-block;

    width: auto;
    min-width: 200px;
    max-width: 300px;
    height: auto;
    min-height: 28px;

    box-sizing: border-box;
    margin: 0;
    padding: 8px 12px;

    border-radius: 12px;

    font-size: 12px;
    font-weight: 400;
    line-height: 14px;
    text-align: center;
    white-space: normal;
    word-wrap: break-word;

    background-color: var(--grey);
    color: var(--capture);
}

.bid-element-status-block-bottom {
    display: none;
}

.bid-element-organization,
.bid-element-text {
    display: block;

    box-sizing: border-box;
    margin: 16px 0 8px 0;
    padding: 0;

    font-size: 13px;
    font-weight: 400;
    line-height: 16px;

    color: var(--capture);
}

.bid-element-text {
    margin: 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(--white);

    border-radius: 20px;
}

.exit-wrapper {
    display: block;

    border-radius: 20px;
}

.exit-title {
    display: block;

    box-sizing: border-box;
    margin: 0 0 16px 0;
    padding: 0;

    text-align: center;
    font-size: 24px;
    font-weight: 700;
    line-height: 100%;
    letter-spacing: 0;

    color: var(--text);
}

.exit-subtitle {
    display: block;

    box-sizing: border-box;
    margin: 0 0 64px 0;
    padding: 0;

    text-align: center;
    font-size: 10px;
    font-weight: 400;
    line-height: 100%;
    letter-spacing: 0;

    color: var(--text);
}

.exit-button-container {
    display: block;

    width: 100%;

    box-sizing: border-box;
    margin: 0;
    padding: 0 16px 0 16px;
}

.exit-button-first {
    display: block;

    width: 100%;
    height: 40px;

    font-size: 13px;
    font-weight: 400;
    line-height: 16px;

    box-sizing: border-box;
    margin: 0 0 16px 0;
    padding: 0;

    border: 1px solid var(--orange);

    background-color: var(--orange);
    color: var(--white);
}

.exit-button-last {
    display: block;

    width: 100%;
    height: 40px;

    box-sizing: border-box;
    margin: 0;
    padding: 0;

    font-size: 13px;
    font-weight: 400;
    line-height: 16px;

    border: 1px solid var(--orange);

    background-color: var(--white);
    color: var(--orange);
}
/* End */
/* /bitrix/templates/rus_gidro/css/user-registration/style.css?17537018103926 */
/* /bitrix/templates/rus_gidro/css/user-registration/admin.css?177021859237356 */
/* /bitrix/templates/rus_gidro/css/user-registration/adaptive-user.css?176528133316825 */
/* /bitrix/templates/rus_gidro/css/adaptive-auth.css?17652813211823 */
/* /bitrix/templates/rus_gidro/css/auth.css?17652813268901 */
/* /bitrix/templates/rus_gidro/css/user-registration/users.css?176434944711231 */
