/* You can add global styles to this file, and also import other style files */
.cdk-overlay-container,.cdk-global-overlay-wrapper{pointer-events:none;top:0;left:0;height:100%;width:100%}
.cdk-overlay-container{position:fixed;z-index:1000}
.cdk-overlay-container:empty{display:none}
.cdk-global-overlay-wrapper{display:flex;position:absolute;z-index:1000}
.cdk-overlay-pane{position:absolute;pointer-events:auto;box-sizing:border-box;z-index:1000;display:flex;max-width:100%;max-height:100%}
.cdk-overlay-backdrop{position:absolute;top:0;bottom:0;left:0;right:0;z-index:1000;pointer-events:auto;-webkit-tap-highlight-color:transparent;transition:opacity 400ms cubic-bezier(0.25, 0.8, 0.25, 1);opacity:0}
.cdk-overlay-backdrop.cdk-overlay-backdrop-showing{opacity:1}
.cdk-high-contrast-active .cdk-overlay-backdrop.cdk-overlay-backdrop-showing{opacity:.6}
.cdk-overlay-dark-backdrop{background:rgba(0,0,0,.32)}
.cdk-overlay-transparent-backdrop,.cdk-overlay-transparent-backdrop.cdk-overlay-backdrop-showing{opacity:0}
.cdk-overlay-connected-position-bounding-box{position:absolute;z-index:1000;display:flex;flex-direction:column;min-width:1px;min-height:1px}
.cdk-global-scrollblock{position:fixed;width:100%;overflow-y:scroll}
@keyframes cdk-text-field-autofill-start{/*!*/}
@keyframes cdk-text-field-autofill-end{/*!*/}
.cdk-text-field-autofill-monitored:-webkit-autofill{animation:cdk-text-field-autofill-start 0s 1ms}
.cdk-text-field-autofill-monitored:not(:-webkit-autofill){animation:cdk-text-field-autofill-end 0s 1ms}
textarea.cdk-textarea-autosize{resize:none}
textarea.cdk-textarea-autosize-measuring{padding:2px 0 !important;box-sizing:content-box !important;height:auto !important;overflow:hidden !important}
textarea.cdk-textarea-autosize-measuring-firefox{padding:2px 0 !important;box-sizing:content-box !important;height:0 !important}
.btn--action {
  margin-left: 5px !important;
}
.actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  margin-bottom: 10px;
}
@media (min-width: 1366px) {
  .actions {
    height: 70px;
    margin-top: -80px;
  }
}
@media (max-width: 1365px) {
  .actions {
    flex-wrap: wrap;
  }
}
.actions__left {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
}
.actions__right {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
}
@media (min-width: 1366px) {
  .actions__right {
    order: 10;
  }
}
@media (min-width: 1366px) {
  .actions__description {
    position: absolute;
    left: 0;
    bottom: 0px;
  }
}
.actions label:not(:last-child),
.actions rees-select:not(:last-child) {
  margin-right: 25px;
}
@media (min-width: 1366px) {
  .actions label:first-child,
  .actions rees-select:first-child {
    margin-left: 35px;
  }
}
.actions small {
  display: block;
  font-size: 12px;
}
.actions .form-input {
  margin-bottom: 0;
  margin-right: 15px;
}
.actions .form-input__content,
.actions .select__value {
  border-bottom: none !important;
}
.actions rees-select,
.actions rees-date-form-input {
  margin-bottom: 0 !important;
}
.actions rees-date-form-input {
  padding-top: 0 !important;
}
.btn {
  border-radius: 4px;
  cursor: pointer;
  height: 50px;
  padding: 0 35px;
  display: block;
  transition: box-shadow 0.16s, color 0.16s;
  color: #4a4a4a;
  white-space: nowrap;
}
.btn .icon {
  transition: none;
}
.btn:not(button):not(input) {
  display: flex;
  align-items: center;
  justify-content: center;
}
.btn--no-padding {
  padding: 0;
  height: auto;
}
.btn--left {
  justify-content: flex-start !important;
  padding: 0;
}
.btn--primary,
.btn--danger,
.btn--primary-outline,
.btn--danger-outline {
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
}
.btn--primary {
  background-color: #0f467b;
  box-shadow: 0px 2px 4px rgba(15,70,123,0);
}
.btn--primary:hover {
  box-shadow: 0px 2px 4px rgba(15,70,123,0.5);
}
.btn--primary-outline {
  background-color: none;
  border: 1px solid #0f467b;
  color: #0f467b;
}
.btn--primary-outline:hover {
  border: 1px solid #e95721;
  color: #e95721;
}
@media (max-width: 480px) {
  .btn--primary-outline {
    white-space: normal;
    font-size: 10px;
    text-align: center;
    line-height: 15px;
    padding: 10px;
    height: auto;
  }
}
.btn--esia {
  background-color: none;
  border: 1px solid #0f467b;
  color: #0f467b;
  padding: 0 40px !important;
  min-height: 52px;
  min-width: 299px;
  white-space: normal;
  height: auto !important;
  margin-bottom: 20px !important;
  gap: 12px;
}
.btn--esia:hover {
  border: 1px solid #e95721;
  color: #e95721;
}
.btn--esia:not(:first-child) {
  margin-bottom: 5px !important;
}
.btn--danger {
  box-shadow: 0px 2px 4px rgba(203,56,56,0);
  background-color: #cb3838;
}
.btn--danger:hover {
  box-shadow: 0px 2px 4px rgba(203,56,56,0.5) !important;
}
.btn--white {
  color: #0f467b;
  background: #fff;
  border: 1px solid #e95721;
  box-shadow: 0px 2px 4px rgba(203,56,56,0.5);
}
.btn--white:hover {
  color: #e95721;
  background: #fff !important;
  box-shadow: 0px 2px 4px rgba(203,56,56,0.5);
}
.btn--hyperlink {
  color: #0f467b;
  background: #fff;
}
.btn--hyperlink:hover {
  color: #e95721;
  background: #fff !important;
}
.btn--danger-outline {
  background-color: none;
  border: 1px solid #ca3939;
  color: #ca3939;
}
.btn--danger-outline:hover {
  border: 1px solid #ca3939;
  color: #ca3939;
}
.btn--link {
  font-size: 15px;
}
.btn--link:focus {
  color: #000;
}
.btn--link:hover {
  color: #e95721 !important;
}
.btn--inline {
  display: inline-block;
}
.btn--inline + .btn--inline {
  margin-left: 24px;
}
.btn--primary-text {
  color: #0f467b;
}
.btn--danger-text {
  color: #ca3939;
}
.btn--esia-text {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 17pt;
}
@media (max-width: 480px) {
  .btn--esia-text {
    font-size: 15pt;
  }
}
@media (max-width: 375px) {
  .btn--esia-text {
    font-size: 12pt;
  }
}
.btn--esia-text__red {
  color: #ee2f53;
}
.btn--esia-text__blue {
  color: #0066b3;
}
@media (max-width: 500px) {
  .btn--esia-full-text {
    display: none;
  }
}
@media (min-width: 500px) {
  .btn--esia-full-text {
    display: '';
  }
}
@media (min-width: 500px) {
  .btn--esia-short-text {
    display: none;
  }
}
@media (max-width: 500px) {
  .btn--esia-short-text {
    display: '';
  }
}
.btn--action {
  font-size: 16px;
  color: #9b9b9b;
  border-bottom: 2px solid transparent;
}
@media (min-width: 1366px) {
  .btn--action:not(:first-child) {
    margin-left: -39px;
  }
}
@media (max-width: 1365px) {
  .btn--action:not(:first-child) {
    margin-left: 20px;
  }
}
.btn--action:hover {
  color: #e95721;
}
.btn--action.active {
  color: #000;
}
@media (max-width: 1365px) {
  .btn--action {
    padding: 0;
  }
}
.btn--action .icon {
  margin-right: 10px;
}
.btn--action-active {
  color: #e95721;
}
.btn--low {
  height: 40px;
}
.btn[disabled] {
  opacity: 0.7;
  pointer-events: none;
}
.btn--loader {
  position: relative;
}
.btn--loader:after {
  border-radius: 4px;
  content: "";
  display: block;
  background-color: #0f467b;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIwIiBoZWlnaHQ9IjMwIiB2aWV3Qm94PSIwIDAgMTIwIDMwIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGZpbGw9IiNmZmZmZmYiPiAgICA8Y2lyY2xlIGN4PSIxNSIgY3k9IjE1IiByPSIxNSI+ICAgICAgICA8YW5pbWF0ZSBhdHRyaWJ1dGVOYW1lPSJyIiBmcm9tPSIxNSIgdG89IjE1IiAgICAgICAgICAgICAgICAgYmVnaW49IjBzIiBkdXI9IjAuOHMiICAgICAgICAgICAgICAgICB2YWx1ZXM9IjE1Ozk7MTUiIGNhbGNNb2RlPSJsaW5lYXIiICAgICAgICAgICAgICAgICByZXBlYXRDb3VudD0iaW5kZWZpbml0ZSIgLz4gICAgICAgIDxhbmltYXRlIGF0dHJpYnV0ZU5hbWU9ImZpbGwtb3BhY2l0eSIgZnJvbT0iMSIgdG89IjEiICAgICAgICAgICAgICAgICBiZWdpbj0iMHMiIGR1cj0iMC44cyIgICAgICAgICAgICAgICAgIHZhbHVlcz0iMTsuNTsxIiBjYWxjTW9kZT0ibGluZWFyIiAgICAgICAgICAgICAgICAgcmVwZWF0Q291bnQ9ImluZGVmaW5pdGUiIC8+ICAgIDwvY2lyY2xlPiAgICA8Y2lyY2xlIGN4PSI2MCIgY3k9IjE1IiByPSI5IiBmaWxsLW9wYWNpdHk9IjAuMyI+ICAgICAgICA8YW5pbWF0ZSBhdHRyaWJ1dGVOYW1lPSJyIiBmcm9tPSI5IiB0bz0iOSIgICAgICAgICAgICAgICAgIGJlZ2luPSIwcyIgZHVyPSIwLjhzIiAgICAgICAgICAgICAgICAgdmFsdWVzPSI5OzE1OzkiIGNhbGNNb2RlPSJsaW5lYXIiICAgICAgICAgICAgICAgICByZXBlYXRDb3VudD0iaW5kZWZpbml0ZSIgLz4gICAgICAgIDxhbmltYXRlIGF0dHJpYnV0ZU5hbWU9ImZpbGwtb3BhY2l0eSIgZnJvbT0iMC41IiB0bz0iMC41IiAgICAgICAgICAgICAgICAgYmVnaW49IjBzIiBkdXI9IjAuOHMiICAgICAgICAgICAgICAgICB2YWx1ZXM9Ii41OzE7LjUiIGNhbGNNb2RlPSJsaW5lYXIiICAgICAgICAgICAgICAgICByZXBlYXRDb3VudD0iaW5kZWZpbml0ZSIgLz4gICAgPC9jaXJjbGU+ICAgIDxjaXJjbGUgY3g9IjEwNSIgY3k9IjE1IiByPSIxNSI+ICAgICAgICA8YW5pbWF0ZSBhdHRyaWJ1dGVOYW1lPSJyIiBmcm9tPSIxNSIgdG89IjE1IiAgICAgICAgICAgICAgICAgYmVnaW49IjBzIiBkdXI9IjAuOHMiICAgICAgICAgICAgICAgICB2YWx1ZXM9IjE1Ozk7MTUiIGNhbGNNb2RlPSJsaW5lYXIiICAgICAgICAgICAgICAgICByZXBlYXRDb3VudD0iaW5kZWZpbml0ZSIgLz4gICAgICAgIDxhbmltYXRlIGF0dHJpYnV0ZU5hbWU9ImZpbGwtb3BhY2l0eSIgZnJvbT0iMSIgdG89IjEiICAgICAgICAgICAgICAgICBiZWdpbj0iMHMiIGR1cj0iMC44cyIgICAgICAgICAgICAgICAgIHZhbHVlcz0iMTsuNTsxIiBjYWxjTW9kZT0ibGluZWFyIiAgICAgICAgICAgICAgICAgcmVwZWF0Q291bnQ9ImluZGVmaW5pdGUiIC8+ICAgIDwvY2lyY2xlPjwvc3ZnPg==");
  background-size: 40px 7px;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}
.btn .icon:first-child:not(:last-child) {
  margin-right: 12px;
}
.btn span {
  vertical-align: middle;
}
.btn-group {
  display: flex;
  justify-content: flex-end;
}
.btn-group .btn {
  margin-left: 20px;
}
.calendar {
  font-size: 15px;
  width: 258px;
  padding-top: 16px;
  transition: transform 0.4s;
}
.calendar__month {
  padding-bottom: 30px;
}
.calendar__month-name {
  text-transform: capitalize;
  text-align: center;
  margin-bottom: 15px;
}
.calendar__week {
  display: flex;
}
.calendar__week:not(:last-child) {
  margin-bottom: 5px;
}
.calendar__week--title .calendar__day {
  font-weight: 600;
  color: #4a4a4a;
}
.calendar__day {
  padding: 4px 0 6px;
  height: 30px;
  flex: 0 0 30px;
  border-radius: 50%;
  text-align: center;
  color: #9b9b9b;
  position: relative;
  transition: color 0.3s 0.07s;
}
.calendar__day:after {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -15px;
  margin-top: -15px;
  background: #0f467b;
  border-radius: 50%;
  content: '';
  transition: transform 0.2s;
  transform: scale(0);
  width: 30px;
  height: 30px;
  z-index: -1;
}
.calendar__day:not(:last-child) {
  margin-right: 8px;
}
.calendar__day--other {
  color: #dcdbdb;
}
.calendar__day--has-event {
  color: #4a4a4a;
  font-weight: 600;
  cursor: pointer;
}
.calendar__day--today {
  color: #fff;
  transition: color 0.2s;
}
.calendar__day--today:after {
  transform: scale(1);
}
.checkbox[disabled] {
  opacity: 0.6;
  pointer-events: none;
}
.checkbox .icon {
  font-size: 30px;
}
.strin-link {
  font-size: 20px;
  color: #0f467b;
  border-bottom: 1px solid;
}
.strin-link:hover {
  color: #e95721;
  border-bottom: 1px solid;
}
.indentation-icon {
  margin-top: 20px;
}
.event {
  color: #4a4a4a;
  padding: 50px 50px 60px 45px !important;
  font-size: 15px;
  display: flex;
}
.event--questions {
  padding-bottom: 20px !important;
}
.event + .event {
  margin-top: -80px;
}
.event hr {
  border: none;
  height: 2px;
  background: #e8e8e8;
  margin: 16px -50px 32px -45px;
}
.event__container {
  flex: 1 0 0%;
}
.event__item {
  display: block;
}
.event__item:not(:last-child) {
  margin-bottom: 60px;
}
.event__emitent {
  font-size: 24px;
  font-weight: 600;
  line-height: 1.25;
  text-transform: uppercase;
}
.event__title {
  font-size: 15px;
  font-weight: 600;
  margin-top: 5px;
}
.event__row {
  display: flex;
}
.event__row:not(:last-child) {
  margin-bottom: 15px;
}
.event__logo {
  position: absolute;
  top: 0;
  right: 0;
  height: 150px;
  width: 150px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: top right;
}
.event__col {
  flex: 1 0 0%;
  position: relative;
}
.event__col .tooltip-help ::ng-deep .tooltip-container {
  right: 0;
}
.event__col--tooltip {
  flex: 0 0 20px;
}
.event__col--first {
  flex: 0 0 85px;
  margin-right: 16px;
  color: #9b9b9b;
}
.event__col--icon {
  margin-right: 16px;
  flex: 0 0 25px;
}
.event__col--logo {
  flex: 0 0 150px;
  position: relative;
}
@media (max-width: 767px) {
  .event__col--logo {
    display: none;
  }
}
.event__col--third {
  flex: 0 0 300px;
  margin-left: 45px;
}
.event__col--fourth {
  flex: 0 0 130px;
  margin-left: 15px;
  margin-right: 40px;
}
.event__col--fourth .label {
  margin-bottom: 0;
}
.event__col--fourth-result {
  margin-right: 130px;
}
.event__col--voting {
  font-size: 15px;
  line-height: 1.67;
  letter-spacing: normal;
  color: #4a4a4a;
  display: contents;
}
.event__col--voting-result-title {
  text-align: center;
  color: #9b9b9b;
}
.event__col--resolution-status {
  font-weight: 600;
  flex: 0 0 90px;
  margin-left: 15px;
}
.event__col table td {
  padding-top: 2px;
  padding-bottom: 2px;
  position: relative;
}
.event__col table td:not(:last-child) {
  padding-right: 16px;
}
.event__date {
  text-align: center;
  width: 50px;
  color: #4a4a4a;
  position: relative;
  top: -5px;
}
.event__date-day {
  font-size: 46px;
}
.event__date-month {
  white-space: nowrap;
  font-size: 15px;
  text-transform: uppercase;
  margin: -0.3em 0 0.2em;
  font-weight: 600;
}
.event__date-time {
  font-size: 15px;
  font-weight: 600;
}
.event__calendar {
  margin-left: 50px;
  flex: 0 0 258px;
  margin-top: -16px;
}
@media (max-width: 1200px) {
  .event__calendar {
    display: none;
  }
}
.event__map,
.event__info,
.event__video {
  margin-left: 50px;
  flex: 0 0 450px;
  max-width: 450px;
}
@media (max-width: 1200px) {
  .event__map,
  .event__info,
  .event__video {
    display: none;
  }
}
.event__map .map-container-inner {
  width: 450px !important;
}
.event__info {
  margin-top: 79px;
}
.event__list a {
  color: #0f467b;
  text-decoration: none;
  transition: color 0.16s;
}
.event__list a:hover {
  color: #e95721;
}
ol.event__list a:before {
  font: normal normal normal 15px/1 'reestr-icons';
  content: "\e925";
  margin-right: 4px;
  position: relative;
  top: 1px;
}
.event__voting {
  flex: 1 0 auto;
  max-width: 100%;
}
.event__question .event__col--first {
  font-size: 20px;
  color: #4a4a4a;
  text-align: right;
  padding-right: 43px;
}
.event__question-resolution:not(:last-child) {
  margin-bottom: 26px;
}
.event__question-resolution .event__col--second {
  padding-top: 4px;
}
.event__question-candidate {
  padding-left: 86px;
}
.event__question-title {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: normal;
  color: #4a4a4a;
}
.event__voting-titles {
  display: flex;
  justify-content: space-between;
}
.event__voting-title {
  display: flex;
  justify-content: center;
  width: 30px;
  font-weight: normal;
}
.event__voting-title--inactive {
  color: #9b9b9b;
}
.event__voting-acceptance {
  margin-bottom: 12px;
}
.event__voting-acceptance ~ .event__voting-titles {
  margin-bottom: -10px;
}
.event__candidates {
  display: flex;
}
.event__candidates-lines {
  flex: 1 0 0;
}
.event__candidates-all {
  flex: 0 0 auto;
  display: flex;
  transition: 0.3s;
  justify-content: flex-end;
  overflow: hidden;
}
.event__candidates-input {
  text-align: right;
  padding-right: 12px;
}
.event__candidates-more {
  border-left: 1px solid #000;
  padding-left: 19px;
  margin-left: 32px;
  background: #fff;
  position: relative;
  z-index: 10;
}
.event__candidates-more .icon {
  font-size: 30px;
}
.event__cumulative-voices {
  text-transform: none;
}
.event__candidate-checkbox {
  display: flex;
  align-items: center;
  white-space: nowrap;
  padding: 11px 0px;
  color: #4a4a4a;
}
.event__candidate-checkbox[disabled] {
  pointer-events: none;
}
.event__candidate-checkbox.active {
  font-weight: 600;
}
.event__candidate-checkbox:not(:last-child) {
  margin-bottom: 11px;
}
.event__candidate-checkbox .icon {
  margin-right: 18px;
}
.event__candidate-checkbox:hover {
  color: #e95721;
}
.event__candidate-accepted {
  font-weight: 600;
  color: #4a4a4a;
}
.event__candidate-not-accepted {
  color: #9b9b9b;
}
.event__candidate-acceptance {
  font-weight: 600;
  text-transform: uppercase;
  margin-right: 32px;
  color: #4a4a4a;
}
.event__candidate-percent {
  height: 40px;
  display: block;
}
.event__status {
  color: #4a4a4a;
  padding: 20px 50px;
  border-top: 2px solid #e8e8e8;
  z-index: 220;
  margin: 0px -50px -40px -45px;
  white-space: nowrap;
}
.event__status--center {
  text-align: center;
}
.event__status--right {
  text-align: right;
}
.event__status-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.event__status-link {
  padding-right: 0;
}
.event__status-link .btn {
  height: auto;
}
.event__status-link:not(.active) {
  cursor: pointer;
}
.event__status-link:not(.active):hover td:not(:first-child) {
  color: #e95721;
}
.event__status-right {
  display: flex;
  justify-content: flex-end;
}
.event__status-table {
  white-space: normal;
  width: 100%;
}
.event__status-table td {
  color: #4a4a4a;
}
.event__status-table td:not(:last-child) {
  padding-right: 32px;
}
.event__status-table div.active td:not(:first-child) {
  color: #0f467b;
}
.event__status-table td:first-child {
  color: #9b9b9b;
}
.event__status-name {
  text-align: right;
}
.event__status-name span {
  display: inline-block;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 24px;
  margin-bottom: -4px;
}
.event__status-securities {
  padding: 13px 40px 13px 0;
  flex: 0 1 100%;
}
.event__status-table {
  max-width: 100%;
}
.event__tabs {
  display: flex;
  align-items: center;
  justify-content: center;
  border-bottom: solid 2px #e8e8e8;
}
.event__tabs .btn {
  font-size: 18px;
  color: #9b9b9b;
}
.event__tabs .btn.active {
  font-weight: 600;
  color: #000;
}
.event__table {
  font-size: 14px !important;
}
.event__table-icon {
  padding-right: 0 !important;
}
.event__table td:last-child {
  padding-right: 16px !important;
}
.event__table tr.supressed {
  color: #777;
}
.event__table .shareholder-name .icon {
  margin-right: 12px;
}
.event__message .modal__body {
  max-width: 600px;
  white-space: pre-line;
}
.event__shareholders-summary {
  width: 100%;
}
.event__shareholders-summary td:last-child {
  text-align: right;
}
.event__modal-code label {
  margin-top: 48px;
}
.event__modal-sent .modal__col--icon i {
  color: #0f467b;
}
.event__modal-sent .event__modal-download {
  color: #0f467b;
  font-size: 18px;
  margin-top: 32px;
}
.event__modal-sent .event__modal-download .icon {
  font-size: 30px;
  margin-right: 18px;
}
.event__reset-button {
  white-space: nowrap;
  padding-left: 0;
  padding-right: 0;
}
.event__video-popup {
  transition: none;
}
.event__video-popup .modal__col--icon p {
  text-align: center;
  color: #9b9b9b;
  font-size: 12px;
  margin-top: 12px;
}
.event__video-embed {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
}
.event__video-embed iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}
.event__video-dummy {
  height: 253px;
  border-radius: 5px;
  background-color: #4a4a4a;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #fff;
  font-size: 12px;
}
.event__video-dummy p {
  margin-top: 12px;
}
@media (max-width: 610px) {
  .event {
    padding: 30px 30px 35px 30px !important;
  }
}
@media (min-width: 1200px) {
  .video-trans {
    display: none;
  }
}
.d-flex {
  display: flex;
}
.a-i-center {
  align-items: center;
}
.event-shareholder-link {
  display: table-row;
}
.event-shareholder-link span {
  display: table-cell;
  padding-right: 18px;
}
.event-dates td:first-child,
.event-times td:first-child {
  width: 260px;
}
.event-times .form-input__content-suffix {
  display: none;
}
.event-times .form-input__content {
  padding-right: 0;
  border-bottom: none;
  min-height: 0;
}
.event-times .form-input__value {
  min-height: 0;
  padding-bottom: 0;
  padding-top: 0;
  color: #0f467b;
}
.event-times .form-input__value::before {
  font: normal normal normal 20px/1 'reestr-icons';
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\e928';
  font-size: 13px;
  vertical-align: middle;
  margin-right: 8px;
  position: relative;
  top: 1px;
}
.event-times .form-input {
  margin-bottom: 0;
}
.event-time-mob {
  margin-top: 40px !important;
}
.event-time-mob .form-input__content-suffix {
  display: none;
}
.event-time-mob .form-input__content {
  padding-right: 0;
  border-bottom: none;
  min-height: 0;
}
.event-time-mob .form-input__value {
  min-height: 0;
  padding-bottom: 0;
  padding-top: 0;
}
.event-time-mob .form-input__placeholder {
  top: -30px;
  color: #9b9b9b;
  font-size: 10px;
}
.hyperlink {
  color: #0f467b;
}
.hyperlink:hover {
  color: #e95721;
}
.clickable-text:hover {
  color: #e95721 !important;
}
.active-item {
  color: #e95721;
}
.flex-container {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.item {
  flex: 1 0 200px;
  margin-bottom: 10px;
}
@font-face {
  font-family: 'Open Sans';
  src: url("/assets/fonts/OpenSans-Light.eot");
  src: url("/assets/fonts/OpenSans-Light.eot#iefix") format('embedded-opentype'), url("/assets/fonts/OpenSans-Light.ttf") format('truetype'), url("/assets/fonts/OpenSans-Light.woff") format('woff'), url("/assets/fonts/OpenSans-Light.svg") format('svg');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'Open Sans';
  src: url("/assets/fonts/OpenSans-Regular.eot");
  src: url("/assets/fonts/OpenSans-Regular.eot#iefix") format('embedded-opentype'), url("/assets/fonts/OpenSans-Regular.ttf") format('truetype'), url("/assets/fonts/OpenSans-Regular.woff") format('woff'), url("/assets/fonts/OpenSans-Regular.svg") format('svg');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Open Sans';
  src: url("/assets/fonts/OpenSans-SemiBold.eot");
  src: url("/assets/fonts/OpenSans-SemiBold.eot#iefix") format('embedded-opentype'), url("/assets/fonts/OpenSans-SemiBold.ttf") format('truetype'), url("/assets/fonts/OpenSans-SemiBold.woff") format('woff'), url("/assets/fonts/OpenSans-SemiBold.svg") format('svg');
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: 'Open Sans';
  src: url("/assets/fonts/OpenSans-Bold.eot");
  src: url("/assets/fonts/OpenSans-Bold.eot#iefix") format('embedded-opentype'), url("/assets/fonts/OpenSans-Bold.ttf") format('truetype'), url("/assets/fonts/OpenSans-Bold.woff") format('woff'), url("/assets/fonts/OpenSans-Bold.svg") format('svg');
  font-weight: 700;
  font-style: normal;
}
.form-control-equalization rees-select,
.form-control-equalization rees-date-form-input,
.form-control-equalization rees-text-input rees-input-frame {
  margin: 0;
  padding: 0;
}
.form-control-equalization rees-date-form-input {
  padding-top: 17px;
}
.form-control-equalization rees-date-form-input .form-input__placeholder {
  color: #a6a6a6;
  top: 18px;
}
.form-control-equalization rees-date-form-input .form-input__placeholder--offset {
  transform: translate3d(0, -24px, 0);
}
.form-control-equalization rees-select {
  padding-top: 17px;
}
.form-control-equalization rees-select .select-placeholder {
  top: 18px;
}
.form-control-equalization rees-select .select-placeholder--offset {
  transform: translate3d(0, -24px, 0);
}
.form-control-equalization rees-input-frame {
  margin: 0 !important;
}
.form-control-equalization .form-input,
.form-control-equalization .select,
.form-control-equalization rees-input-frame {
  margin-bottom: 0 !important;
}
.form-control-equalization rees-autocomplete-input {
  block-size: 56px;
}
.form-control-equalization .select__value {
  color: #4a4a4a;
}
.form-control-equalization rees-checkbox {
  line-height: normal;
  font-size: 14px;
  align-items: center;
  margin: 10px 0;
  color: #4a4a4a;
}
.form-control-equalization rees-checkbox .checkbox {
  margin-right: 15px;
}
.form-control-equalization mat-expansion-panel h3 {
  font-size: 19px;
}
.form-control-equalization mat-expansion-panel h4 {
  font-weight: 600;
  font-size: 17px;
  margin-bottom: 5px;
}
.form-control-equalization .radio-text {
  cursor: pointer;
}
.form-control-equalization p {
  margin: 10px 0;
  padding: 0;
  line-height: 18px;
}
.form-control-equalization rees-input-radio {
  margin-top: 10px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  line-height: 20px;
}
.form-control-equalization rees-input-radio .form_radio {
  margin: 0 !important;
}
.form-control-equalization rees-input-radio .form_radio .radio > div {
  display: flex;
}
.form-control-equalization h2 {
  font-size: 24px;
  line-height: 33px;
  color: #000;
}
.form-control-equalization form {
  max-width: 815px;
}
.form-control-equalization rees-text-input {
  display: block;
}
.form-control-equalization rees-emitent-search:not(:first-child),
.form-control-equalization rees-select:not(:first-child),
.form-control-equalization rees-date-form-input:not(:first-child),
.form-control-equalization rees-text-input:not(:first-child),
.form-control-equalization rees-autocomplete-input:not(:first-child) {
  margin-top: 5px;
}
.form-control-equalization .mat-expansion-panel-header.mat-expanded {
  height: 35px;
}
.form-control-equalization .mat-expansion-panel-header {
  align-items: flex-start;
  padding: 14px 24px;
}
.form-control-equalization rees-file-upload {
  margin-top: 10px;
}
.label {
  display: flex;
  height: 40px;
  margin-bottom: 15px;
  position: relative;
  border-bottom: 2px solid #dcdbdb;
}
.label__hint {
  font-size: 15px;
  display: flex;
  align-items: center;
  color: #9b9b9b;
  padding-right: 3px;
}
.label>.icon {
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -10px;
  color: #9b9b9b;
}
.label>.icon + input {
  padding-left: 33px;
}
.label:after {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 2px;
  content: '';
  background: #e95721;
  transform: scaleX(0);
  transition: transform 0.16s;
}
.label--suffix:before {
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  background: linear-gradient(to right, rgba(255,255,255,0) 0px, #fff 30px, #fff 50px);
  content: '';
  height: 100%;
}
.label__suffix {
  position: absolute;
  right: 0;
  font-size: 20px;
  top: 50%;
  margin-top: -10px;
}
.label__suffix .icon {
  display: block;
}
.label textarea {
  padding-top: 8px;
  padding-bottom: 8px;
  resize: none;
  overflow: hidden;
  min-height: 36px;
}
.label input {
  height: 100%;
}
.label input,
.label textarea {
  width: 100%;
  color: #000;
  display: block;
  font-size: 15px;
  transition: border-bottom-color 0.16s;
}
.label input:invalid,
.label textarea:invalid {
  box-shadow: none;
}
.label input:-webkit-autofill,
.label textarea:-webkit-autofill {
  -webkit-text-fill-color: #9b9b9b !important;
}
.label input::-webkit-input-placeholder,
.label textarea::-webkit-input-placeholder {
  color: #9b9b9b;
  opacity: 1;
}
.label input::-moz-placeholder,
.label textarea::-moz-placeholder {
  color: #9b9b9b;
  opacity: 1;
}
.label input:-ms-input-placeholder,
.label textarea:-ms-input-placeholder {
  color: #9b9b9b;
  opacity: 1;
}
.label input::-moz-placeholder,
.label textarea::-moz-placeholder {
  color: #9b9b9b;
  opacity: 1;
}
.label input::-webkit-contacts-auto-fill-button,
.label textarea::-webkit-contacts-auto-fill-button {
  visibility: hidden;
  display: none !important;
  pointer-events: none;
  position: absolute;
  right: 0;
}
.label input::-webkit-credentials-auto-fill-button,
.label textarea::-webkit-credentials-auto-fill-button {
  visibility: hidden;
  pointer-events: none;
  position: absolute;
  right: 0;
}
.label--filled>.icon {
  color: #000;
}
.label--focus>.icon {
  color: #0f467b;
}
.label--focus:after {
  transform: scaleX(1);
}
.label:hover>.icon {
  color: #e95721;
}
.label--center input {
  text-align: center;
}
.label--search,
.label--select {
  margin-bottom: 0;
  border-bottom-color: transparent;
}
.label--search input,
.label--select input {
  border-bottom: none;
  font-size: 16px;
}
.label--search .select__value.select__value--default,
.label--select .select__value.select__value--default {
  color: #9b9b9b;
}
.label--search .select__value.select__value--highlight,
.label--select .select__value.select__value--highlight {
  color: #e95721;
}
.label--search:hover:before {
  transform: scaleX(1);
}
.label--search:before {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 2px;
  content: '';
  background: #dcdbdb;
  transform: scaleX(0);
  transition: transform 0.16s;
}
.label--select {
  border-bottom-color: transparent;
}
.label--select .select__value {
  border-bottom-color: transparent !important;
}
.label--select:hover .select__value.select__value--default {
  color: #e95721;
}
.label--textarea {
  height: auto;
}
::-ms-clear,
::-ms-reveal {
  display: none;
}
.label-code__lifetime {
  position: absolute;
  font-size: 15px;
  color: #9b9b9b;
  top: 0;
  right: 0;
  height: 100%;
  display: flex;
  align-items: center;
}
.label-code__resend {
  position: absolute;
  font-size: 15px;
  top: 0;
  right: 0;
  height: 100%;
}
.label-code__resend .icon {
  color: #9b9b9b;
}
.form-input {
  font-size: 15px;
  margin-bottom: 12px;
  display: flex;
}
.form-input__hint-placeholder {
  font-size: 15px;
  display: flex;
  align-items: center;
  color: #9b9b9b;
  padding-right: 3px;
  border-bottom: solid 2px #dedede;
}
.form-input.readonly input,
.form-input.readonly textarea,
.form-input.readonly .form-input__value {
  color: #9b9b9b;
}
.form-input.readonly .form-input__value {
  pointer-events: none;
}
.form-input__content {
  position: relative;
  border-bottom: solid 2px #dedede;
  cursor: pointer;
  min-height: 38px;
  flex: 1 0 0%;
}
.form-input__content--suffix {
  padding-right: 50px;
}
.form-input__content--suffix .icon {
  font-size: 15px !important;
}
.form-input__content--suffix .form-input__tooltip {
  margin-left: 65px;
}
.form-input__content--value .form-input__content-suffix {
  left: 100%;
}
.form-input__content input {
  width: 100%;
  height: 38px;
}
.form-input__content textarea {
  width: 100%;
  resize: none;
  padding-top: 13px;
  padding-bottom: 4px;
  height: 50px;
  min-height: 50px;
}
.form-input__content-suffix {
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.form-input__content-suffix--no-click {
  pointer-events: none;
}
.form-input__content-suffix .icon {
  color: #9b9b9b;
}
.form-input__value {
  display: flex;
  align-items: center;
  padding-top: 12px;
  padding-bottom: 11px;
  min-height: 50px;
  position: relative;
}
.form-input__value--mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.form-input__placeholder {
  position: absolute;
  top: 10px;
  left: 0;
  height: 38px;
  font-size: 15px;
  display: flex;
  align-items: center;
  transition: transform 0.16s ease-in-out, font-size 0.16s ease-in-out;
  transform-origin: 0% 50%;
}
.form-input__placeholder--offset {
  transform: translate3d(0, -25px, 0);
  font-size: 11px;
}
.form-input__option {
  cursor: pointer;
  display: flex;
  align-items: center;
  padding: 12px 16px;
  transition: color 0.1s, background-color 0.1s;
  width: 100%;
}
.form-input__option.active {
  background: #0f467b;
  color: #fff;
}
.form-input__option:hover {
  background-color: rgba(15,70,123,0.15);
}
.form-input__tooltip {
  position: absolute !important;
  top: 12px;
  left: 100%;
  margin-left: 15px;
}
.form-input--activated .form-input__placeholder {
  transform: translate3d(0, 0, 0) scale(1);
}
.form-input-hidden {
  opacity: 0;
}
.form-disabled .form-input {
  color: #9b9b9b;
}
.form-disabled .form-input input,
.form-disabled .form-input textarea {
  color: #9b9b9b;
}
.form-disabled .form-input__placeholder {
  color: #c0c0c0;
}
.form-disabled .checkbox,
.form-disabled .checkbox-label {
  opacity: 0.7;
}
.form-footer {
  display: flex;
  align-items: center;
  margin-top: 90px;
}
.form-footer__left,
.form-footer__right {
  display: flex;
  align-items: center;
  flex: 1 0 auto;
}
.form-footer__left {
  justify-content: flex-start;
}
.form-footer__right {
  justify-content: flex-end;
}
.form-input-wrap {
  position: relative;
}
.form-input-calculated {
  pointer-events: none;
}
.form-input-calculated__value {
  font-size: 20px;
  position: absolute;
  top: 20px;
  right: 0;
  text-align: right;
  display: flex;
  align-items: center;
  height: 50px;
}
.form-input-calculated__placeholder {
  color: #c0c0c0;
  font-size: 14px;
  position: absolute;
  top: 8px;
  right: 0;
  text-align: right;
}
.input-group {
  display: flex;
  align-items: flex-end;
}
.input-group .label {
  margin-bottom: 0;
}
.input-group rees-date-form-input {
  margin-bottom: 0;
}
.input-group rees-date-form-input .form-input {
  margin-bottom: 0;
}
.input-group rees-date-form-input .form-input__content:focus {
  border-bottom: 2px solid #e95721;
}
.input-group > * {
  flex: 1 0 0%;
}
.input-contenteditable {
  position: relative;
  margin-bottom: 15px;
  border-bottom: 2px solid #dcdbdb;
  padding-bottom: 10px;
  outline: none;
  display: block;
}
.input-contenteditable::after {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 2px;
  content: '';
  background: #e95721;
  transform: scaleX(0);
  transition: transform 0.16s;
}
.input-contenteditable:focus::after {
  transform: scaleX(1);
}
.icon {
  font: normal normal normal 20px/1 'reestr-icons';
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  transition: color 0.16s;
  vertical-align: middle;
  position: relative;
}
.icon--branded {
  color: #0f467b;
}
.icon--phone:before {
  content: '\e924';
}
.icon--password:before {
  content: '\e90f';
}
.icon--users:before {
  content: '\e910';
}
.icon--emitents:before {
  content: '\e914';
}
.icon--events:before {
  content: '\e901';
}
.icon--settings:before {
  content: '\e905';
}
.icon--logout:before {
  content: '\e903';
}
.icon--search:before {
  content: '\e917';
}
.icon--search-circle:before {
  content: '\e911';
}
.icon--remove-filled:before {
  content: '\e93b';
}
.icon--remove:before {
  content: '\e909';
}
.icon--eye-visible:before {
  content: '\e91a';
}
.icon--eye-visible:after {
  position: absolute;
  top: 50%;
  left: 50%;
  height: 1px;
  background: currentColor;
  content: '';
  width: 27px;
  margin-left: -13px;
  margin-top: -1px;
  transform: rotate(-45deg) scaleX(0);
  transition: transform 0.16s;
  box-shadow: 0px 0px 0px 1px #fff;
}
.icon--eye-hidden:before {
  content: '\e91a';
}
.icon--eye-hidden:after {
  position: absolute;
  top: 50%;
  left: 50%;
  height: 1px;
  background: currentColor;
  content: '';
  width: 27px;
  margin-left: -13px;
  margin-top: -1px;
  transform: rotate(-45deg) scaleX(1);
  transition: transform 0.16s, background 0.16s;
  box-shadow: 0px 0px 0px 1px #fff;
}
.icon--plus:before {
  content: '\e907';
}
.icon--minus:before {
  content: '\e908';
}
.icon--minus-filled:before {
  content: '\e93c';
}
.icon--check:before {
  content: '\e90a';
}
.icon--search:before {
  content: '\e917';
}
.icon--entity:before {
  content: '\e904';
}
.icon--individual:before {
  content: '\e913';
}
.icon--check-filled:before {
  content: '\e91d';
}
.icon--suitcase:before {
  content: '\e922';
}
.icon--filters:before {
  content: '\e927';
}
.icon--alarm:before {
  content: '\e90c';
}
.icon--alarm-filled:before {
  content: '\e934';
}
.icon--events-archive:before {
  content: '\e926';
}
.icon--arrow-left:before {
  content: '\e91f';
}
.icon--qustion:before {
  content: '\e916';
}
.icon--ruble-coin:before {
  content: '₽';
}
.icon--coins:before {
  content: "⛃";
}
.icon--checkbox:before {
  content: '\e935';
}
.icon--checkbox-marked:before {
  content: '\e91e';
}
.icon--checkbox-cross:before {
  content: '\e936';
}
.icon--ellipsis:before {
  content: '\e93a';
}
.icon--profile:before {
  content: '\e923';
}
.icon--question:before {
  content: '\e916';
}
.icon--warning:before {
  content: '\ea07';
}
.icon--notebook:before {
  content: '\e92c';
}
.icon--warn-triangle:before {
  content: '\e92a';
}
.icon--ellipsis-vertical:before {
  content: '\e93f';
}
.icon--presentation:before {
  content: '\e93e';
}
.icon--desk:before {
  content: '\e900';
}
.icon--message:before {
  content: '\e921';
}
.icon--message-filled:before {
  content: '\e943';
}
.icon--new:before {
  content: '\e90b';
}
.icon--reset:before {
  content: '\e937';
}
.icon--revert:before {
  content: '\e938';
}
.icon--pdf:before {
  content: '\e935';
}
.icon--tv-filled:before {
  content: '\e944';
}
.icon--tv:before {
  content: '\e942';
}
.icon--exchange:before {
  content: '\e947';
}
.icon--text-lines:before {
  content: '\e946';
}
.icon--trash:before {
  content: '\e906';
}
.icon--edit:before {
  content: '\e949';
}
.icon--plane:before {
  content: '\e915';
}
.icon--lock:before {
  content: '\e90d';
}
.icon--error:before {
  content: '\e932';
}
.icon--calendar:before {
  content: '\e93d';
}
.icon--document:before {
  content: '\e925';
}
.icon--download:before {
  content: '\e957';
}
.icon--clock:before {
  content: '\e928';
}
.icon--info:before {
  content: '\e919';
}
.icon--bullets-ballot:before {
  content: '\e912';
}
.icon--reminder-done:before {
  content: '\e933';
}
.icon--user-personal:before {
  content: '\e918';
}
.icon--cash-payment:before {
  content: '\e958';
}
.icon--email-send:before {
  content: '\e931';
}
.icon--loud:before {
  content: '\e959';
}
.icon--loud-outline:before {
  content: '\e929';
}
.icon--floppy:before {
  content: '\e95a';
}
.icon--finger:before {
  content: '\e94b';
}
.inputs-dark {
  color: rgba(255,255,255,0.5);
}
.inputs-dark input {
  color: #fff;
}
.inputs-dark input::-webkit-input-placeholder {
  color: rgba(255,255,255,0.5);
}
.inputs-dark input::-moz-placeholder {
  color: rgba(255,255,255,0.5);
}
.inputs-dark input:-ms-input-placeholder {
  color: rgba(255,255,255,0.5);
}
.inputs-dark input::-moz-placeholder {
  color: rgba(255,255,255,0.5);
}
.inputs-dark .btn--action {
  color: rgba(255,255,255,0.5);
}
.inputs-dark .btn--action-active .icon {
  color: #fff;
}
.inputs-dark .btn--action:hover {
  color: #fff !important;
}
.inputs-dark .btn--action:hover .icon {
  color: #fff;
}
.inputs-dark .icon {
  color: rgba(255,255,255,0.5);
}
.inputs-dark .label--select .select__value {
  color: #fff;
}
.inputs-dark .label--select .select__value--default {
  color: rgba(255,255,255,0.5);
}
.inputs-dark .label--select .select__value--default .icon {
  transition: none;
}
.inputs-dark .label--select .select__value--highlight,
.inputs-dark .label--select .select__value--highlight .icon {
  color: #fff;
}
.inputs-dark .label--select:hover .select__value.select__value--default {
  color: #fff !important;
}
.inputs-dark .label--select:hover .select__value.select__value--default .icon {
  color: #fff;
}
.inputs-dark .label:after {
  background: rgba(255,255,255,0.5);
}
.inputs-dark .label:hover:after {
  background: #fff;
}
.inputs-dark .label:hover>.icon {
  color: #fff !important;
}
.inputs-dark countdown-timer {
  color: rgba(255,255,255,0.5);
}
.inputs-dark countdown-timer span {
  color: rgba(255,255,255,0.5) !important;
}
/*
 * Copyright (C) 2016 Sergey Akopkokhyants
 * This project is licensed under the terms of the MIT license.
 * https://github.com/akserg/ng2-slim-loading-bar
 */
.slim-loading-bar {
  position: fixed;
  margin: 0;
  padding: 0;
  top: 0;
  left: 0;
  right: 0;
  z-index: 99999;
}
.slim-loading-bar-progress {
  margin: 0;
  padding: 0;
  z-index: 99998;
  background-color: #4e9300;
  color: #4e9300;
  box-shadow: 0 0 10px 0 /* Inherits the font color */;
  height: 4px;
  opacity: 0;
/* Add CSS3 styles for transition smoothing */
  transition: all 0.5s ease-in-out;
}
.loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #0f467b;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  font-size: 22px;
  text-align: center;
  color: #fff;
  z-index: 100;
}
.loader img {
  margin-bottom: 64px;
  max-width: 320px;
}
body {
  background: #e8e8e8;
  color: #4a4a4a;
  overflow-x: hidden;
}
.container {
  max-width: 1620px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
}
@media (max-width: 1365px) {
  .container {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .container {
    padding-left: 8px;
    padding-right: 8px;
  }
}
@media (min-width: 1695px) {
  .container {
    width: 85%;
  }
}
@media (min-width: 1366px) {
  .container-right {
    margin-left: 240px;
  }
}
.grey {
  color: #9a9a9a;
}
@media (max-width: 1365px) {
  .content {
    width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
  }
}
.hidden {
  display: none !important;
}
.lbr {
  white-space: pre-line;
}
.green {
  color: #4e9300 !important;
}
.red {
  color: #cb3838;
}
.red .icon {
  color: #cb3838;
}
[reestooltipparent] {
  position: relative;
}
.orange {
  color: #e95721;
}
rees-textarea:focus {
  border-bottom: 2px solid #e95721 !important;
}
.message {
  display: flex;
  align-items: flex-start;
  margin-bottom: 50px;
  position: relative;
  width: 100%;
}
.message input,
.message textarea {
  font-size: 18px;
}
.message .label {
  border-bottom-color: rgba(220,219,219,0);
  margin-bottom: 0;
}
.message__title {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 42px;
}
.message__title .label {
  margin-bottom: -23px;
}
.message__text {
  flex: 0 0 auto;
  width: 526px;
  font-size: 18px;
  border-radius: 8px;
  padding: 8px 15px;
  margin-top: -8px;
  text-align: left;
  word-break: break-word;
}
.message__text textarea {
  padding-top: 0;
  padding-bottom: 8px;
}
.message__delete {
  position: absolute;
  left: 100%;
  top: 0;
  padding: 8px;
  margin-left: 40px;
}
.message__time {
  font-size: 15px;
  text-align: right;
  color: #9b9b9b;
  margin-right: 35px;
  width: 85px;
}
.message__save {
  position: absolute !important;
  bottom: 3px;
  right: 0;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.2;
}
.message__hider {
  color: #9b9b9b;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.message__hider .icon {
  color: #9b9b9b;
}
.message--visible .message__hider {
  margin-bottom: 16px;
}
.message--editing .message__save {
  opacity: 1;
  pointer-events: auto;
}
.message--editing .label {
  border-bottom-color: #dcdbdb;
}
.message:hover table-actions,
.message--hover table-actions {
  opacity: 1 !important;
}
.message:hover .message__text,
.message--hover .message__text {
  background-color: #f8f8f8;
}
.messages {
  align-items: flex-start !important;
}
.messages table-actions {
  margin-right: -35px;
  width: 70px;
  opacity: 0;
}
.messages textarea {
  font-size: 18px;
  padding-right: 20px;
}
.messages h2 {
  width: 100%;
  text-align: center;
}
.messages__new {
  margin-left: 135px;
  margin-bottom: 40px;
  width: 500px;
}
.messages__new .message__save {
  opacity: 1;
  pointer-events: auto;
}
html.fixed {
  overflow: hidden;
}
html.fixed body {
  position: fixed;
  overflow-y: scroll;
  width: 100%;
}
.modal-fs {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
  opacity: 0;
  pointer-events: none;
  transition: 0.5s;
  display: flex;
  align-items: center;
  flex-direction: column;
  overflow-y: scroll;
}
.modal-fs.active {
  opacity: 1;
  pointer-events: auto;
}
.modal-fs__container {
  display: flex;
  align-items: center;
  flex-direction: column;
  cursor: default;
}
.modal-fs__body {
  cursor: pointer;
  display: flex;
  align-items: center;
  flex-direction: column;
  background: rgba(255,255,255,0.95);
  width: 100%;
  position: relative;
  z-index: 100;
  padding-top: 130px;
  flex: 1 0 auto;
}
.modal-fs__body > img {
  margin-bottom: 80px;
}
.modal-fs__icon {
  margin-bottom: 40px;
}
.modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255,255,255,0.5);
  opacity: 0;
  pointer-events: none;
  transition: 0.5s;
}
.modal.active {
  opacity: 1;
  pointer-events: auto;
}
.modal__body {
  background-color: #fff;
  box-shadow: 0 4px 10px 1px rgba(0,0,0,0.15);
  font-size: 24px;
  font-weight: normal;
  line-height: 1.25;
  color: #4a4a4a;
  display: flex;
  align-items: center;
  flex-direction: column;
  padding: 35px;
  max-height: 80vh;
  overflow: auto;
  position: relative;
}
@media (max-width: 435px) {
  .modal__body {
    padding: 10px;
  }
}
.modal__icon {
  font-size: 70px;
  margin: 28px 0;
}
.modal__icon--blue {
  color: #0f467b;
}
.modal__icon--orange {
  color: #e95721;
}
.modal__footer {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
  margin-top: 32px;
}
.modal__footer .btn {
  margin-left: 3px;
  margin-right: 3px;
}
.modal__error {
  color: #cb3838;
}
.modal__success {
  color: #4e9300;
}
.modal p {
  font-size: 16px;
}
.modal p:not(:last-child) {
  margin-bottom: 1em;
}
.modal h2 {
  font-size: 24px;
  margin-bottom: 30px;
}
@media (max-width: 435px) {
  .modal h2 {
    margin-bottom: 20px;
    margin-top: 10px;
  }
}
@media (max-width: 375px) {
  .modal h2 {
    font-size: 22px;
  }
}
@media (max-width: 320px) {
  .modal h2 {
    font-size: 19px;
  }
}
.modal__row {
  display: flex;
}
.modal__row--center {
  justify-content: center;
  align-items: center;
}
.modal__col--image {
  margin-right: 66px;
  margin-top: 50px;
  margin-left: 14px;
}
.modal__col--icon {
  margin-right: 66px;
  margin-left: 14px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.modal__col--icon img:not(:last-child),
.modal__col--icon .icon:not(:last-child) {
  margin-bottom: 32px;
}
.modal__col--icon .icon {
  font-size: 120px;
  color: #4a4a4a;
}
.modal__col--icon .icon--branded {
  color: #0f467b;
}
.modal__col--icon .icon--blue {
  color: #0f467b;
}
.modal__close {
  position: absolute;
  width: 25px;
  height: 25px;
  top: 10px;
  right: 10px;
  padding: 3px;
  background: #ececec;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  font-weight: 600;
}
.modal--smaller .modal__body {
  text-align: left;
  width: 600px;
}
.modal--small .modal__body {
  text-align: left;
  width: 720px;
}
.modal--normal .modal__body {
  display: block;
  text-align: left;
}
.modal--scrollable {
  overflow-y: auto;
  align-items: flex-start;
}
.modal--scrollable .modal__body {
  margin-top: 160px;
  margin-bottom: 160px;
}
.modal .green {
  color: #4e9300 !important;
}
.password-input__switch {
  color: #9b9b9b;
}
.password-input__switch:hover {
  color: #e95721;
}
.phone-warning {
  position: relative;
  cursor: pointer;
}
.phone-warning__popup {
  transition: opacity 0.12s, transform 0.12s;
  transform: translate3d(0, -10px, 0);
  opacity: 0;
  pointer-events: none;
  position: absolute;
  top: 36px;
  right: 0;
  border-radius: 8px;
  background-color: #e95721;
  font-size: 11px;
  color: #fff;
  padding: 12px;
  width: 250px;
  z-index: 100;
  display: flex;
}
.phone-warning__popup .icon {
  margin-right: 12px;
}
.phone-warning .icon:hover ~ .phone-warning__popup {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}
.placeholder {
  display: inline-block;
  background-color: #e8e8e8;
  border-radius: 2px;
  height: 20px;
  vertical-align: middle;
  margin-right: 8px;
  width: 100%;
  background-image: linear-gradient(to right, rgba(255,255,255,0) 0px, rgba(255,255,255,0.7) 150px, rgba(255,255,255,0) 300px);
  background-attachment: fixed;
  animation: placeholder-bg 3s infinite;
  background-repeat: no-repeat;
}
.placeholder--200 {
  width: 200px;
}
.placeholder--175 {
  width: 175px;
}
.placeholder--150 {
  width: 150px;
}
.placeholder--100 {
  width: 100px;
}
.placeholder--50 {
  width: 50px;
}
.placeholder--20 {
  width: 20px;
}
@keyframes placeholder-bg {
  0% {
    background-position-x: 100px;
  }
  100% {
    background-position-x: 100vw;
  }
}
.popup-in-table {
  position: absolute;
  background: #fff;
  top: 0;
  left: 50px;
  box-shadow: 0 4px 10px 1px rgba(0,0,0,0.15);
  margin-bottom: 48px;
  z-index: 10;
  padding-bottom: 20px;
}
.popup-in-table__background {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
* {
  box-sizing: border-box;
}
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
button,
textarea,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
fieldset,
img {
  border: 0;
}
addres,
caption,
cite,
code,
dfh,
em,
strong,
th,
var,
optgroup {
  font-style: normal;
  font-weight: normal;
}
del,
ins {
  text-decoration: none;
}
ol,
ul,
li {
  list-style: none;
}
caption,
th {
  text-align: left;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}
b,
strong {
  font-weight: 600;
}
q:before,
q:after {
  content: ' ';
}
abbr,
acronym {
  border: 0;
  font-variant: normal;
}
a {
  color: inherit;
  text-decoration: none;
}
button,
a {
  cursor: pointer;
}
textarea,
input,
button,
a {
  font: inherit;
  background: none;
  outline: none;
  border: none;
  -webkit-appearance: none;
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input[type=number] {
  -moz-appearance: textfield;
}
input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px #fff inset;
}
.table-empty {
  font-size: 24px;
  color: #4a4a4a;
  height: 335px;
  padding-top: 60px;
  text-align: center;
}
.table {
  width: 100%;
  font-size: 15px;
  color: #4a4a4a;
}
.table tr {
  transition: background-color 0.16s;
}
.table td,
.table th {
  padding: 22px;
}
.table td:first-child,
.table th:first-child {
  padding-left: 44px;
}
.table td:last-child,
.table th:last-child {
  padding-right: 44px;
}
.table td {
  font-weight: 500;
}
.table th {
  font-weight: 600;
  border-bottom: 2px solid #dedede;
  white-space: nowrap;
}
.table__clickable {
  cursor: pointer;
}
.table__center {
  text-align: center;
}
.table__row--clickable {
  cursor: pointer;
}
.table__row--clickable:hover {
  background-color: rgba(96,157,219,0.15);
}
.table__no-padding {
  padding: 0 !important;
}
.table__disabled {
  color: #9b9b9b;
}
.table__row--selected {
  background-color: rgba(231,231,231,0.5);
}
.table__row--selected td {
  color: #000;
}
.table__row--actions td {
  padding-top: 0;
}
.table__row--align-top td {
  vertical-align: top;
}
.table__row--supressed td {
  color: #9b9b9b;
}
.table__row--danger {
  color: #f40000;
}
.table__new {
  position: relative;
}
.table__new .icon {
  position: absolute;
  top: 50%;
  margin-top: -10px;
  left: 12px;
  color: #ffb113;
}
.table--popup th {
  border-bottom: none;
}
.table--popup td {
  padding-top: 15px;
  padding-bottom: 15px;
}
.table__col--actions {
  text-align: right;
}
.table__col--actions .icon {
  color: #9b9b9b;
}
.table__cell--whole-space {
  width: 100%;
}
.table__cell--no-wrap {
  white-space: nowrap;
}
.toast-title {
  font-weight: bold;
}
.toast-message {
  word-wrap: break-word;
}
.toast-top-center {
  top: 0;
  right: 0;
  width: 100%;
}
.toast-bottom-center {
  bottom: 16px;
  right: 0;
  width: 100%;
}
.toast-top-full-width {
  top: 0;
  right: 0;
  width: 100%;
}
.toast-bottom-full-width {
  bottom: 0;
  right: 0;
  width: 100%;
}
.toast-top-left {
  top: 12px;
  left: 12px;
}
.toast-top-right {
  top: 12px;
  right: 12px;
}
.toast-bottom-right {
  right: 12px;
  bottom: 12px;
}
.toast-bottom-left {
  bottom: 12px;
  left: 12px;
}
#toast-container {
  position: fixed;
  z-index: 99999;
}
#toast-container > div {
  position: relative;
  font-size: 16px;
  color: #fff;
  border-radius: 5px;
  background-color: rgba(74,73,74,0.7);
  padding: 17px 55px;
  margin: 0 auto 16px;
}
#toast-container.toast-top-center > div,
#toast-container.toast-bottom-center > div {
  width: 600px;
  text-align: center;
}
@media (max-width: 1365px) {
  #toast-container.toast-top-center > div,
  #toast-container.toast-bottom-center > div {
    width: calc(100% - 32px);
    margin-left: 16px;
    margin-right: 16px;
  }
}
#toast-container.toast-top-full-width > div,
#toast-container.toast-bottom-full-width > div {
  width: 96%;
  margin: auto;
}
.toast-progress {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 4px;
  background-color: #000;
  opacity: 0.4;
}
@media all and (max-width: 240px) {
  #toast-container > div {
    width: 11em;
  }
}
@media all and (min-width: 241px) and (max-width: 480px) {
  #toast-container > div {
    width: 18em;
  }
}
@media all and (min-width: 481px) and (max-width: 768px) {
  #toast-container > div {
    width: 25em;
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0;
}
.tooltip.show {
  opacity: 0.9;
}
.tooltip.tooltip-top,
.tooltip.bs-tether-element-attached-bottom {
  padding: 5px 0;
  margin-top: -3px;
}
.tooltip.tooltip-top .tooltip-inner::before,
.tooltip.bs-tether-element-attached-bottom .tooltip-inner::before {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  content: "";
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.tooltip-right,
.tooltip.bs-tether-element-attached-left {
  padding: 0 5px;
  margin-left: 3px;
}
.tooltip.tooltip-right .tooltip-inner::before,
.tooltip.bs-tether-element-attached-left .tooltip-inner::before {
  top: 50%;
  left: 0;
  margin-top: -5px;
  content: "";
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}
.tooltip.tooltip-bottom,
.tooltip.bs-tether-element-attached-top {
  padding: 5px 0;
  margin-top: 3px;
}
.tooltip.tooltip-bottom .tooltip-inner::before,
.tooltip.bs-tether-element-attached-top .tooltip-inner::before {
  top: 0;
  left: 50%;
  margin-left: -5px;
  content: "";
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.tooltip-left,
.tooltip.bs-tether-element-attached-right {
  padding: 0 5px;
  margin-left: -3px;
}
.tooltip.tooltip-left .tooltip-inner::before,
.tooltip.bs-tether-element-attached-right .tooltip-inner::before {
  top: 50%;
  right: 0;
  margin-top: -5px;
  content: "";
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  background-color: #0f467b;
  border-radius: 0.25rem;
}
.tooltip-inner::before {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.fade {
  opacity: 0;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}
.tooltip-help {
  display: inline-block;
  vertical-align: top;
  margin-left: 10px;
}
.tooltip-help__icon {
  margin-top: 4px;
  background: #0f467b;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  cursor: pointer;
  overflow: hidden;
}
.tooltip-help__icon img {
  margin: 3px;
  width: 14px;
  height: 14px;
  display: block;
}
@font-face {
  font-family: 'reestr-icons';
  src: url("/assets/fonts/reestr-icons.eot");
  src: url("/assets/fonts/reestr-icons.eot#iefix") format('embedded-opentype'), url("/assets/fonts/reestr-icons.woff2") format('woff2'), url("/assets/fonts/reestr-icons.ttf") format('truetype'), url("/assets/fonts/reestr-icons.woff") format('woff'), url("/assets/fonts/reestr-icons.svg#reestr-icons") format('svg');
  font-weight: normal;
  font-style: normal;
}
body {
  font-family: 'Open Sans', sans-serif;
  font-size: 100%;
}
p + p {
  margin-top: 20px;
}
.text-center {
  text-align: center;
}
.text--branded {
  color: #0f467b;
}
.text--blue {
  color: #0f467b;
}
.text--highlighted {
  color: #e95721;
}
.text-link {
  color: #0f467b;
  text-decoration: none;
}
.text-link:hover {
  text-decoration: underline;
}
.voting-cb {
  height: 40px;
  flex: 1 0 auto;
  border: 1px solid;
  color: #4a4a4a;
  text-transform: uppercase;
  font-size: 15px;
  position: relative;
  transition: border 0.16s, color 0.16s, background 0.16s;
  font-weight: normal;
  display: block;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.voting-cb:not(.active):hover {
  color: #e95721;
  z-index: 15;
}
.voting-cb:not(.active):hover span:after {
  transform: scaleX(0);
}
.voting-cb:first-child {
  border-radius: 4px 0px 0px 4px;
}
.voting-cb:nth-child(2) {
  margin: 0 -1px;
}
.voting-cb:last-child {
  border-radius: 0px 4px 4px 0px;
}
.voting-cb.inactive {
  color: #9b9b9b;
}
.voting-cb.inactive span:after {
  transform: scaleX(1);
}
.voting-cb[disabled] {
  pointer-events: none;
}
.voting-cb.active {
  background: #0f467b;
  color: #fff;
  border: 1px solid #0f467b;
  z-index: 10;
}
.voting-cb span {
  position: relative;
  display: inline-block;
}
.voting-cb span:after {
  position: absolute;
  top: 13px;
  left: 0;
  right: 0;
  height: 1px;
  background: #9b9b9b;
  content: '';
  display: block;
  transform: scaleX(0);
  transition: transform 0.32s;
}
.voting-result-title {
  height: 40px;
  text-transform: uppercase;
  text-align: center;
}
.voting-result-title+.voting-result-cases {
  margin-top: -14px;
  margin-bottom: -11px;
}
.voting-result-case {
  color: #9b9b9b;
  font-size: 15px;
  margin-bottom: 12px;
}
.voting-result-case .icon {
  margin-right: 15px;
}
.voting-result-case--active {
  color: #000;
}
.voting-resolution-status {
  text-transform: uppercase;
  font-size: 15px;
  margin-top: 6px;
}
.voting-resolution-status--candidate {
  margin-top: 0;
}
.voting-not-accepted {
  color: #9b9b9b;
}
.voting-cumulative-count {
  text-align: right;
}
.voting-show {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #9b9b9b;
}
.voting-split__row {
  display: flex;
  align-items: center;
  border-bottom: solid 2px #dcdbdb;
  padding: 11px 0;
  position: relative;
  margin-bottom: 11px;
  height: 50px;
}
.voting-split__title {
  flex: 0 0 auto;
  padding-left: 7px;
  text-transform: uppercase;
  color: #9b9b9b;
  display: flex;
  align-items: center;
  height: 100%;
  position: relative;
  z-index: 100;
}
.voting-split__title .icon {
  margin-right: 14px;
}
.voting-split__title--active {
  color: #0f467b;
}
.voting-split__input {
  padding-right: 18px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: flex-end;
}
.voting-split__input masked-input {
  width: 100%;
}
.voting-split__input input {
  cursor: pointer;
  text-align: right;
  width: 100%;
}
.voting-split--cumulative .voting-split__title {
  position: absolute;
  top: 0;
  left: 0;
  width: 44px;
  height: 100%;
}
.voting-split--cumulative .voting-split__input {
  padding-left: 45px;
  width: auto;
  position: relative;
}
.voting-split--cumulative input {
  text-align: left;
}
.voting-split__wrap {
  text-align: center;
  font-weight: normal;
}

/* Colors for the ripple elements.*/
/* stylelint-disable-next-line material/theme-mixin-api */
/* stylelint-disable-next-line material/theme-mixin-api */
/* stylelint-disable material/no-prefixes */
/* stylelint-enable */
