a {
  color: #257886;
  text-decoration: none;
}
a.inherit {
  color: inherit;
}
a.not-visited, a.meters-pass {
  color: #EE7023;
}

em { color: #EE7023; }


.i::before {
  content: '';
  display: block;
  width: 24px; height: 24px;
  background: url('../img/icons11.png') no-repeat 24px 24px;
  background-image: none, url('../img/icons11.svg');
}
.i_delete::before { background-position: 0 -24px; }
.i_edit::before { background-position: 0 -48px; }
.i_exit::before { background-position: 0 -72px; }
.i_contact::before { background-position: 0 -96px; }
.i_phone::before { background-position: 0 -96px; }
.i_location::before { background-position: 0 -120px; }
.i_clock::before { background-position: 0 -144px; }
.i_web::before { background-position: 0 -168px; }
.i_mail::before { background-position: 0 -192px; }
.i_euro::before { background-position: 0 -216px; }
.i_water::before { background-position: 0 -240px; }
.i_feed::before { background-position: 0 -264px; }
.i_home::before { background-position: 0 -288px; }
.i_home_active::before { background-position: 0 -312px; }
.i_cold::before { background-position: 0 -384px; }
.i_hot::before { background-position: 0 -408px; }
.i_heat::before { background-position: 0 -432px; }
.i_electricity::before { background-position: 0 -456px; }
.i_gas::before { background-position: 0 -480px; }
.i_cool::before { background-position: 0 -504px; }
.i_circulation::before { background-position: 0 -528px; }
.i_folder_empty::before { background-position: 0 -552px; }
.i_folder::before { background-position: 0 -576px; }
.i_folder_blocked::before { background-position: 0 -600px; }
.i_file::before { background-position: 0 -624px; }
.i_menu::before { background-position: 0 -648px; }
.i_signed::before { background-position: 0 -696px; }
.i_files::before { background-position: 0 -744px; }
.i_edoc::before { background-position: 0 -768px; }
.i_download::before { background-position: 0 -792px; }
.i_user::before { background-position: 0 -816px; }
.i_new::before { background-position: 0 -840px; }
.i_house::before { background-position: 0 -864px; }
.i_meter::before { background-position: 0 -888px; }
.i_attachment::before { background-position: 0 -912px; }
.i_calendar::before { background-position: 0 -936px; }


.attachments-count {
  display: inline-block;
  position: relative;
  padding-left: 24px;
  color: #7C6C6C;
  line-height: 24px;
  font-size: 16px;
  white-space: nowrap;
  text-decoration: none;
  font-weight: normal;
  vertical-align: baseline;
}
.attachments-count::before {
  content: '';
  display: block;
  position: absolute; top: 0; left: 0;
  width: 24px; height: 24px;
  background: url('../img/icons11.png') no-repeat 0 -912px;
  background-image: none, url('../img/icons11.svg');
}
.attachments-count_small {
  padding-left: 20px;
  font-size: 14px;
  line-height: 20px;
}
.attachments-count_small::before {
  width: 20px; height: 20px;
  background-position: 0 -760px;
  background-size: 20px auto;
}

.relative {
  position: relative;
}

.embed { width: 880px; }
.embed__container {
  min-height: 64px; max-width: 880px;
  overflow: auto;
}
.embed__image {
  display: block;
  max-width: 100%; max-height: 100%;
}


.toggle {
  color: #522B2A;
  border-bottom: 1px dotted #522B2A;
  text-decoration: none;
}
.toggle:hover {
  color: #826b69;
  border-color: #826b69;
  text-decoration: none;
}
.toggle.active {
  color: #826b69;
  border-bottom-color: #826b69;
}
.toggle.active:hover {
  color: #522B2A;
  border-bottom-color: #522B2A;
}
.toggle.inherit {
  color: inherit;
  border-color: inherit;
}


.h1 {
  margin-bottom: 24px;
  font-size: 44px; font-weight: bold;
  line-height: 1.125;
}
.h2 {
  margin-bottom: 16px;
  font-size: 20px; font-weight: bold;
  line-height: 1.333;
}
.h2_minor {
  color: #A69190;
}
.h3 {
  margin-bottom: 16px;
  font-size: 18px;
  line-height: 1.333;
}

.minor {
  color: #9B8583;
}

.b { font-weight: bold; }

.asterisk::after,
.asterisk-footnote::before {
  content: '*';
  display: inline-block;
  color: #EE7023;
  font-size: 16px;
  line-height: 1;
}

.simple-list__item {
  margin-bottom: 8px;
}
.simple-list__item:last-child {
  margin-bottom: 0;
}


.text {
  font-size: 16px;
  line-height: 1.5;
}
.text h1,
.text h2 {
  color: inherit;
  font-size: 24px; font-weight: bold;
  line-height: 1.125;
}
.text h2 {
  margin-top: 32px;
}
.text h3 {
  margin-top: 20px;
  font-size: 20px;
  line-height: 1.125;
}
.text h4 {
  margin-top: 16px;
  font-size: 18px; font-weight: bold;
  line-height: 1.125;
}
.text h5 {
  margin-top: 8px;
  font-weight: bold;
}
.text h2:first-child,
.text h3:first-child,
.text h4:first-child,
.text h5:first-child {
  margin-top: 0;
}
.text h2,
.text h3,
.text h4 {
  margin-bottom: 8px;
}
.text p { margin-bottom: 16px; }
.text li { margin-bottom: 8px; }
.text ul,
.text ol {
  margin: 8px 0 24px 24px;
}
.text ul ul,
.text ul ol,
.text ol ol,
.text ol ul {
  margin-bottom: 0;
}
.text ul { list-style: disc; }
.text ul ul { list-style: circle; }
.text ul ul ul { list-style: square; }
.text ol { list-style: decimal; }
.text dl { margin-bottom: 16px; }
.text dt { font-weight: bold; }
.text dd { margin-left: 8px; }
.text strong { font-weight: bold; }
.text small { font-size: 14px; }
.text big { font-size: 20px; }
.text em {
  color: #EE7023;
  font-style: normal;
}
.text i {
  font-style: italic;
}
.text mark {
  background-color: #FBF0E6;
}
.text hr { margin: 24px 0; border: none; border-top: 1px solid #eee; }
.text blockquote {
  padding: 0 0 0 24px;
  margin: 0 0 24px;
  border-left: 4px solid #eee;
}
.text th,
.text td {
  padding-right:  8px;
}
.text_counter {
  counter-reset: section;
}
.text_counter h2::before {
  content: counters(section, '.') '. ';
  counter-increment: section;
}
.text_counter ol {
  margin-left: 0; padding-left: 40px;
  list-style: none;
  counter-reset: item;
}
.text_counter ol > li::before {
  content: counters(section, '.') '.' counters(item, '.') '. ';
  counter-increment: item;
  display: inline-block;
  margin-left: -40px;
  min-width: 40px;
}

.boolean {
  display: inline-block;
  position: relative; z-index: 1;
  width: 18px; height: 18px;
  vertical-align: middle;
}
.boolean::before {
  content: '';
  display: block;
  position: absolute; left: 0; z-index: 1;
  width: 18px; height: 18px;

  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.boolean.false::before {
  border: 1px solid #E4D8D8;
  border-radius: 2px;
}
.boolean.true::before {
  height: 9px;
  border: 2px solid #EE7023;
  border-top: none;
  border-right: none;
  border-radius: 0;
  background: transparent;

  -webkit-transform: translateY(2px) rotate(-45deg);
     -moz-transform: translateY(2px) rotate(-45deg);
      -ms-transform: translateY(2px) rotate(-45deg);
       -o-transform: translateY(2px) rotate(-45deg);
          transform: translateY(2px) rotate(-45deg);
}

.error,
.section-block__status.error,
.error .data-summary__description {
  color: #C5131C;
}

.flat-badge {
  display: inline-block;
  padding: 0 4px;
  min-width: 40px; height: 24px;
  max-width: 64px;
  border-radius: 12px;
  background: #FF8C41;
  color: #FFF;
  font-size: 12px;
  line-height: 24px;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.warn,
.orange,
.section-block__status.warn,
.data-summary__description.warn,
.warn .data-summary__description {
  color: #EE7023;
}
.warn_strong {
  color: #C5131C;
}

.red,
.data-summary__description.red {
  color: #C5131C;
}

.green,
.data-summary__description.green {
  color: #79B27D;
}

.notice {
  position: relative;
  margin-bottom: 32px;
  padding: 16px 32px 16px;
  background-color: #FBF2EA;
}
.notice__item {
  margin-top: 16px;
}
.notice__item:first-child {
  margin-top: 0;
}
.notice__text {
  color: #9B8583;
}

.meter-type {
  position: relative;
}
.meter-type::before {
  content: '';
  position: absolute; top: 0; bottom: 0; left: 0;
  width: 8px;
}
.meter-type_hot::before {
  background-color: #D0021B;
}
.meter-type_cold::before {
  background-color: #6092DF;
}

.toggle-title {
  position: relative;
  padding-left: 48px;
}
.toggle-title__toggle {
  color: #728599;
  border-bottom: 1px dotted #a3b0bd;
  text-decoration: none;
}
.toggle-title__toggle::before {
  content: '';
  display: block;
  position: absolute; top: 0; left: 19px; z-index: 1;
  width: 18px; height: 18px;
  background: url('../img/icons11.png') no-repeat -3px -675px;
  background-image: none, url('../img/icons11.svg');

  -webkit-transition: -webkit-transform .3s ease-in-out;
          transition: transform .3s ease-in-out;
}
.toggle-title__toggle:hover {
  border-color: #728599;
  text-decoration: none;
}
.toggle-title__toggle.active::before {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.toggle-title__toggle.active {
  color: #522B2A;
  border-bottom-color: #A0A0A0;
}
.toggle-title__toggle.active:hover {
  border-bottom-color: #522B2A;
}

.toggle-block {
  display: block;
  position: relative;
  padding-right: 16px;
  color: inherit;
}
.toggle-block:hover,
.toggle-block:focus,
.toggle-block:active {
  text-decoration: none;
}
.toggle-block__title {
  display: inline;
  border-bottom: 1px dotted;
}
.toggle-block::before {
  content: '';
  display: block;
  position: absolute; top: 0; right: -8px;
  width: 24px; height: 24px;
  background: url('../img/icons11.png') no-repeat 0 0;
  background-image: none, url('../img/icons11.svg');
  -webkit-transition: -webkit-transform .3s ease-in-out;
          transition: transform .3s ease-in-out;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.toggle-block.active::before {
  -webkit-transform: rotate(270deg);
          transform: rotate(270deg);
}

.menu {
  position: absolute; right: 0; top: -11px; z-index: 50;
  margin-top: 3px; padding: 8px 0;
  min-width: 112px;
  border-radius: 3px;
  background: #FFF;
  white-space: nowrap;
  text-align: left;

  -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, .12), 0 1px 6px rgba(0, 0, 0, .12);
          box-shadow: 0 1px 6px rgba(0, 0, 0, .12), 0 1px 6px rgba(0, 0, 0, .12);
}
.menu__title,
.menu__anchor {
  display: block;
  padding: 7px 16px;
  text-decoration: none;
}
.menu__anchor {
  color: #323232;
  font-size: 14px;
}
.menu__anchor:hover {
  background: #F1F1F1;
  text-decoration: none;
}
.menu__anchor_warn {
  color: #D5001D;
}
.menu__item_separate {
  border-top: 1px solid #F4F2F1;
  margin-top: 8px; padding-top: 8px;
}
.menu__item_separate:first-child {
  border-top: none;
  margin-top: 0; padding-top: 0;
}
.menu__title {
  color: #858585;
  font-size: 12px;
}
.menu_hidden {
  opacity: 0;

  -webkit-transform-origin: top right;
     -moz-transform-origin: top right;
      -ms-transform-origin: top right;
          transform-origin: top right;

  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);

  -webkit-transition: all .25s;
          transition: all .25s;

  -webkit-backface-visibility: hidden;
     -moz-backface-visibility: hidden;
          backface-visibility: hidden;
}

.actions-list {
  font-size: 0;
  white-space: nowrap;
}
.actions-list__item {
  display: inline-block;
  position: relative; z-index: 1;
  font-size: 14px;
  vertical-align: middle;
}
.actions-list__item.active { z-index: 30; }
.actions-list__item.active .menu {
  opacity: 1;

  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}

.badge {
  display: inline-block;
  margin-bottom: 2px;
  padding: 0 4px;
  background: #C3B8B7;
  border-radius: 2px;
  color: #FFF;
  font-weight: 500;
  white-space: nowrap;
  text-decoration: none;
  text-align:  center;
  vertical-align: top;
}
.badge:hover {
  text-decoration: none;
}
.badge_small {
  font-size: 12px;
  line-height: 16px;
  vertical-align: top;
}
.badge_xsmall {
  font-size: 11px;
  line-height: 14px;
  vertical-align: top;
}
.badge_lowercase {
  text-transform: lowercase;
}
.badge_parent_inline {
  display: block;
  margin-bottom: 0;
}
.badge_orange { background: #FF8C41; }
.badge_green { background: #79B27D; }
.badge_blue { background: #6EA7F4; }
.badge_dark_green { background: #3C829C; }
.badge_red { background: #E7391E; }
.badge_gray { background: #81888C; }

.header {
  margin-top: -4px;
  padding-bottom: 24px;
}
.header.i {
  position: relative;
  padding-left: 56px;
}
.header.i::before {
  position: absolute; top: 4px; left: 16px;
}
.header__title {
  padding: 4px 0;
  font-size: 32px; font-weight: bold;
  line-height: 40px;
}
.header__description {
  color: #9C8D8D;
}

.header-nav {
  margin: 0 -12px;
  border-top: 1px solid #EBE7E2;
  font-size: 0;
  white-space: nowrap;
}
.header + .header-nav {
  margin-top: -16px;
}
.header-nav_mobile {
  display: none;
}
.header-nav__anchor {
  color: #512B2B;
  -webkit-transition: color .3s;
      -ms-transition: color .3s;
          transition: color .3s;
}
.header-nav__anchor_i {
  display: block;
  width: 24px; height: 24px;
  overflow: hidden;
}
.header-nav__item {
  display: inline-block;
  position: relative;
  padding: 12px;
  font-size: 16px;
  vertical-align: top;
  line-height: 24px;
}
.header-nav__item_mobile {
  display: none;
}
.header-nav__item_i {
  padding-top: 14px; padding-bottom: 14px;
}
.header-nav__item.active::before {
  content: '';
  display: block;
  position: absolute; bottom: 0; right: 12px; left: 12px;
  height: 4px;
  background: #EE7023;
}
.header-nav__anchor:hover,
.header-nav__anchor:focus {
  color: #928282;
}
.header-nav__item.active,
.header-nav__item.active .header-nav__anchor {
  color: #EE7023;
}
.header-nav__badge {
  position: absolute; top: 8px; right: 2px; z-index: 1;
}

.header-options {
  position: relative;
  display: inline-block;
}
.header-options__title {
  font-size: 32px; font-weight: bold;
  line-height: 40px;
  white-space: nowrap;
}
.header-options__toggle {
  display: block;
  padding-right: 47px;
  border: 1px solid transparent;
  color: inherit;
}
.header-options__toggle::after {
  content: '';
  display: block;
  box-sizing: border-box;
  position: absolute; top: 12px; right: 12px;
  width: 12px; height: 12px;
  border-bottom: 3px solid;
  border-right: 3px solid;
  transform: rotate(45deg);
}
.header-options__toggle.active::after {
  top: 18px;
  -webkit-transform: rotate(225deg);
          transform: rotate(225deg);
}
.header-options__list {
  position: absolute; top: 46px; right: -8px; left: -16px; z-index: 10;
  border-radius: 8px;
  background: #FFF;
  overflow: hidden;
  text-overflow: ellipsis;
  border-top: none;
  -webkit-box-shadow: 0 0 0 1px #E4D8D8;
          box-shadow: 0 0 0 1px #E4D8D8;
}
.header-options__item {
  border-top: 1px solid #F6F4F2;
}
.header-options__item:first-child {
  border-top: none;
}
.header-options__description {
  color: #9C8D8D;
  font-size: 14px;
}
.header-options__anchor {
  display: block;
  padding: 16px 15px;
  color: inherit;
  font-size: 18px;
  white-space: nowrap;
}
.header-options__anchor:hover,
.header-options__anchor:active {
  background: #FEFBF8;
}

.dialog {
  position: fixed; top: 0; right: 0; bottom: 0; left: 0; z-index: 1050;
  overflow: hidden;
  background: rgba(72, 61, 61, .4);
}
.dialog__box {
  position: relative;
  margin: 180px auto 0; padding: 16px 32px;
  width: 400px;
  border-radius: 4px;
  background: #fff;

  -webkit-box-shadow: 0 0 0 1px #E4D8D8;
          box-shadow: 0 0 0 1px #E4D8D8;
}
.dialog__body {
  padding: 16px 0;
  font-size: 18px;
}
.dialog__footer {
  padding-top: 8px;
  text-align: right;
}
.dialog__commit { margin-left: 12px; }

.dialog.fade .dialog__box {
  -webkit-transition: -webkit-transform 0.2s ease-out;
          transition: transform 0.2s ease-out;
  -webkit-transform: translate(0, -100%);
          transform: translate(0, -100%);
}
.dialog.show .dialog__box {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}


.overlay {
  position: absolute; z-index: 1000;
}
.overlay__bg,
.overlay__loader {
  display: block;
  position: absolute; top: 0; right: 0; bottom: 0; left: 0; z-index: 2;
}
.overlay__bg {
  z-index: 1;
  background: #FFF;
  opacity: 0.7;
}
.overlay__ticker {
  position: absolute; top: 50%; left: 50%;
  margin: -3px 0 0 -20px;
}


.empty-block {
  padding: 32px;
  color: #9C8D8D;
  text-align: center;
}


.security-code {
  padding: 32px;
  font-size: 16px;
  text-align: center;
}
.security-code__code {
  color: #EE7023;
  font-size: 48px;
  font-weight: bold;
}


.redirect {
  padding: 32px 0;
  color: #A69190;
  text-align: center;
}
.redirect__ticker {
  margin: 0 auto 16px;
}


.grid-box {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin-left: -32px;

  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.grid-box_reverse {
  -webkit-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.grid-box__span {
  margin-bottom: 32px; margin-left: 32px;
  padding: 40px 32px 32px;
  width: 100%;
  background-color: #FFF;
  border-radius: 8px;
  -webkit-box-shadow: 0 0 0 1px #E4D8D8;
          box-shadow: 0 0 0 1px #E4D8D8;
}
.grid-box__span_1  {
  width: calc(8.3333% - 32px);
}
.grid-box__span_2  {
  width: calc(16.6666% - 32px);
}
.grid-box__span_3  {
  width: calc(25% - 32px);
}
.grid-box__span_4  {
  width: calc(33.3333% - 32px);
}
.grid-box__span_5  {
  width: calc(41.6666% - 32px);
}
.grid-box__span_6  {
  width: calc(50% - 32px);
}
.grid-box__span_7  {
  width: calc(58.3333% - 32px);
}
.grid-box__span_8  {
  width: calc(66.6666% - 32px);
}
.grid-box__span_9  {
  width: calc(75% - 32px);
}
.grid-box__span_10 {
  width: calc(83.3333% - 32px);
}
.grid-box__span_11 {
  width: calc(91.6666% - 32px);
}
.grid-box__span_12 {
  width: calc(100% - 32px);
}
.grid-box__span_minor {
  background-color: #FBF2EA;
}


.num {
  text-align: right;
  white-space: nowrap;
}


.tree__title {
  position: relative;
  padding-left: 32px;
  font-size: 16px;
  line-height: 1.25;
}
.tree__title_size_inherit {
  font-size: inherit;
}
.tree__title_last {
  padding-left: 0;
}
.tree__anchor_icon::before {
  content: '';
  display: block;
  position: absolute; top: -2px; left: 0;
  width: 24px; height: 24px;
}
.tree__description {
  margin-top: 3px;
  color: #9B8583;
  font-size: 12px;
}
.tree__level_1 .tree__title {
  margin-left: 0px;
}
.tree__level_2 .tree__title {
  margin-left: 32px;
}
.tree__level_2 .tree__count {
  color: #777;
}
.tree__level_3 .tree__title {
  margin-left: 64px;
}
.tree__level_3 .tree__count {
  color: #AAA;
}
.tree__level_4 .tree__title {
  margin-left: 96px;
}
.tree__level_4 .tree__count {
  color: #BBB;
}
.tree__level_5 .tree__title {
  margin-left: 128px; font-size: 14px;
}
.tree__level_5 .tree__count {
  color: #BBB;
}
.tree__level .toggle_tree::before {
  content: '';
  display: block;
  position: absolute; top: -2px; left: -8px;
  width: 24px; height: 24px;
  background: url('../img/icons11.png') no-repeat 0 -456px;
  background-image: none, url('../img/icons11.svg');

  -webkit-transition: -webkit-transform .3s ease-in-out;
          transition: transform .3s ease-in-out;
}
.tree__level .toggle_tree.active::before {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.tree__level  a.toggle-load.toggle-loading { position: static; }
.tree__level  a.toggle-load.toggle-loading::before {
  top: -2px; left: -8px;
  width: 24px; height: 24px;
  background: url('../img/spinner_small.gif') no-repeat 50% 50%;
}


.data__td {
  padding: 16px;
  border-top: 1px solid #F6F4F2;
}
.data__th {
  padding: 9px 16px 9px;
  border-bottom: 1px solid #F6F4F2;
  color: #9C8D8D;
  font-size: 12px;
  line-height: 1.1666;
  vertical-align: bottom;
}
.data__th_first,
.data__td_first {
  padding-left: 32px;
}
.data__th_last,
.data__td_last {
  padding-right: 32px;
}
.data__th_right,
.data__td_right {
  text-align: right;
}
.data__td_action {
  padding-top: 8px; padding-bottom: 8px;
  text-align: right;
}
.data__td_badge {
  text-align: right;
  padding-top: 14px;
  padding-right: 8px;
  padding-bottom: 11px;
}
.data__td_button {
  text-align: right;
}
.data__td_action_button {
  text-align: right;
}
.data__td_merge_top {
  padding-top: 0;
  border-top: none;
}

.data__tr_hot .data__td_first,
.data__tr_cold .data__td_first {
  padding-left: 24px;
  border-left: 8px solid transparent;
}
.data__tr_hot .data__td_first {
  border-left: 8px solid #D0021B;
}
.data__tr_cold .data__td_first {
  border-left: 8px solid #6092DF;
}
.data__tr_deleted {
  opacity: .6;
}
.data__tr_bg .data__td {
  background-color: #FBF0E6;
  border-top-color: #FCF9F9;
}
.data__tr:hover .action-inline.invisible {
  visibility: visible;
}

.data-simple__td {
  padding: 16px;
  border-top: 1px solid #F6F4F2;
}
.data-simple__th_first,
.data-simple__td_first {
  padding-left: 32px;
}
.data-simple__th_last,
.data-simple__td_last {
  padding-right: 32px;
}
.data-simple__th_right,
.data-simple__td_right {
  text-align: right;
}
.data-simple__tr:first-child .data-simple__td {
  border-top: none;
}

.data-table__th {
  padding: 9px 16px 9px;
  border-bottom: 1px solid #F6F4F2;
  color: #9C8D8D;
  font-size: 12px;
  line-height: 1.1666;
  vertical-align: bottom;
}
.data-table__td {
  padding: 16px;
  border-top: 1px solid #F6F4F2;
}
.data-table__th_first,
.data-table__td_first {
  padding-left: 32px;
}
.data-table__th_last,
.data-table__td_last {
  padding-right: 32px;
}
.data-table__th_right,
.data-table__td_right,
.data-table__td_right .data-summary {
  text-align: right;
}
.data-table__tr:first-child .data-table__td {
  border-top: none;
}

.data-flex__th {
  background-color: #EBE7E2;
  color: #8c7b7b;
  font-size: 12px;
  line-height: 1.1666;
  vertical-align: bottom;
}
.data-flex__th {
  padding: 10px 16px 9px;
}
.data-flex__td {
  padding: 16px;
  border-top: 1px solid #F6F4F2;
}
.data-flex__th_first,
.data-flex__td_first { padding-left: 32px; }
.data-flex__th_last,
.data-flex__td_last { padding-right: 32px; }
.data-flex__td_num,
.data-flex__th_right,
.data-flex__td_right,
.data-flex__td_right .data-summary {
  text-align: right;
}
.data-flex__td_num {
  white-space: nowrap;
}
.data-flex__tr:first-child .data-flex__td {
  border-top: none;
}

.data-summary + .data-summary {
  margin-top: 8px;
}
.data-summary_badge {
  position: relative;
  padding-left: 48px;
}
.data-summary_field {
  margin-bottom: 16px;
}
.data-summary_margin_bottom {
  margin-bottom: 24px;
}
.data-summary_margin_left {
  margin-left: 24px;
}
.data-summary_overflow_hidden {
  overflow: hidden;
}
.data-summary__title {
  font-size: 16px;
}
.data-summary__title_b {
  font-weight: bold;
}
.data-summary__title_upcase {
  text-transform: uppercase;
}
.data-summary_icon {
  position: relative;
  padding-left: 32px;
}
.data-summary_icon::before {
  position: absolute; top: -2px; left: 0; z-index: 1;
}
.data-summary__big {
  font-size: 24px;
}
.data-summary__badge {
  position: absolute; top: 0; left: 0; z-index: 1;
  min-width: 40px; height: 40px;
  border-radius: 20px;
  background: #EE7023;
  color: #FFF;
  font-size: 16px;
  line-height: 40px;
  text-align: center;
  font-weight: bold;
}
.data-summary_badge.i::before {
  position: absolute; top: 8px; left: 8px; z-index: 2;
  background-image: url('../img/icons_white11.png');
  background-image: none, url('../img/icons_white11.svg');
}
.data-summary_badge.i::after {
  content: '';
  position: absolute; top: 0; left: 0; z-index: 1;
  width: 40px; height: 40px;
  border-radius: 20px;
  background: #EE7023;
}
.data-summary__num {
  font-size: 16px;
}
.data-summary__date {
  margin-top: 4px; margin-bottom: 8px;
  color: #9B8583;
  font-size: 12px;
  white-space: nowrap;
}
.data-summary__text,
.data-summary__description {
  clear: both;
  padding-top: 4px;
}
.data-summary__label,
.data-summary__description {
  color: #9B8583;
  font-size: 12px;
}
.data-summary__more {
  padding-top: 8px;
}
.data-summary_i {
  position: relative;
  padding-left: 32px;
}
.data-summary_i::before {
  position: absolute; top: -2px; left: 0; z-index: 1;
}
.data-summary_i_right {
  padding-right: 32px; padding-left: 0;
}
.data-summary_i_right::before {
  right: 0; left: auto;
}


.invite.box {
  padding: 24px 32px 8px;
}
.invite::after {
  content: '';
  display: table;
  clear: both;
}
.invite__text,
.invite__actions {
  padding-bottom: 16px;
}
.invite__text {
  float: left;
}
.invite__actions {
  float: right;
}
.invite .data-summary__title {
  font-size: 18px;
  font-weight: bold;
}
.invite .data-summary__description {
  padding: 0;
}
.invite .button {
  margin-left: 4px;
}


.values_th {
  padding: 10px 32px;
  color: #9B8583;
}
.values_td {
  padding: 8px 32px 8px 0;
  font-size: 16px;
}
.values_td_b {
  font-weight: bold;
}


.intro {
  margin: 0 auto;
  max-width: 272px;
}
.intro__title {
  margin-bottom: 16px;
  color: #EE7023;
  font-size: 18px; font-weight: bold;
}
.intro__description {
  margin-bottom: 8px;
  font-size: 16px;
  line-height: 1.5;
}
.intro__hint {
  margin-bottom: 16px;
  color: #9B8583;
  font-size: 12px;
}


.list__item {
  position: relative;
  padding: 7px 40px 7px 32px;
}
.list__item:hover .invisible {
  visibility: visible;
}
.list__item_hoverable:hover {
  background-color: rgba(0, 0, 0, .04);
  border-radius: 4px;
}
.list__item_inline {
  display: inline-block;
}
.list__name,
.list__title {
  display: inline-block;
}
.list__title {
  font-size: 16px;
}
.list__name::before,
.list__title::before {
  position: absolute; top: 4px; left: 4px; z-index: 1;
}
.list__actions {
  position: absolute; top: 0; right: 8px;
}
.list__description {
  margin-top: 2px;
  font-size: 11px;
  line-height: 14px;
  color: #81888C;
}

.message-action {
  padding: 8px 32px;
  text-align: right;
}
.message-action::after {
  content: '';
  display: table;
  clear: both;
}
.message-action__message {
  float: left;
  padding: 9px 0;
  text-align: left;
  font-size: 16px; font-weight: bold;
}

.box {
  position: relative; z-index: 1;
  margin-bottom: 32px;
  padding: 24px 32px;
  background-color: #fff;
  border-radius: 8px;
  overflow: hidden;
  -webkit-box-shadow: 0 0 0 1px #E4D8D8;
          box-shadow: 0 0 0 1px #E4D8D8;
}
.box_bg,
.box_bg > .overlay .overlay__bg {
  background-color: #FBF0E6;
}
.box_section {
  padding: 24px 32px;
}
.box_section > .overlay {
  margin-top: -24px; margin-left: -32px;
}
.box_section .box__message {
  margin: -24px -32px 24px;
}
.box_message {
  padding: 40px 32px;
  text-align: center;
}
.box_message > .overlay {
  margin-top: -40px; margin-left: -32px;
}
.box_data,
.box_block {
  padding: 0;
}
.box_highlight {
  -webkit-box-shadow: 0 0 0 1px #EE7023;
          box-shadow: 0 0 0 1px #EE7023;
}
.box__caption {
  padding: 4px 32px;
  border-bottom: 1px solid #F6F4F2;
  font-size: 12px;
  color: #A69190;
}
.box__message {
  padding: 8px 32px;
  background: #FBF2EA;
}
.box__message_warn { background: #EE7023; }
.box__message_ready { background-color: #EE7023; }
.box__message_complete { background-color: #79B27D; }
.box__message_rejected { background-color: #C5131C; }
.box__message_inprocess { background-color: #9E9E9E; }
.box__message_ready,
.box__message_warn,
.box__message_complete,
.box__message_rejected,
.box__message_inprocess {
  color: #FFF;
  font-weight: bold;
}
.box__agreement {
  padding: 16px 32px;
  background: #FCF9F9;
}
.box__total {
  padding: 16px 32px;
  font-size: 20px;
}
.box__total_sum {
  background: #FCF9F9;
  text-align: right;
}
.box__label {
  padding: 16px 32px;
  background: #FCF9F9;
  font-weight: bold;
}
.box__header,
.box__footer {
  background: #FCF9F9;
}
.box__header {
  padding: 20px 32px;
}
.box__body {
  padding: 20px 32px 8px;
}
.box__content {
  padding: 16px 32px;
}
.box__content_separate {
  border-top: 1px solid #F6F4F2;
}
.box__data_bg,
.box__body_bg {
  background: #FBF0E6;
}
.box__footer {
  padding: 10px 32px;
}
.box__footer_transparent {
  border-top: 1px solid #F6F4F2;;
  background: none;
}
.box__footer_right {
  text-align: right;
}
.box__footer_float_right::after {
  content: '';
  display: table;
  clear: both;
}
.box__footer_float_right .button {
  float: right;
  margin-left: 4px;
}
.box__footer::after {
  content: '';
  clear: both;
  display: table;
}
.box__actions {
  padding-top: 8px; padding-bottom: 8px;
}
.box__empty {
  padding: 32px;
  color: #9B8583;
  text-align: center;
}
.box__footnote {
  padding-right: 12px;
  color: #9B8583;
  font-size: 14px;
  line-height: 20px;
}

.box-header::after {
  content: '';
  display: table;
  clear: both;
}
.box-header__title {
  display: inline-block;
  font-size: 18px;
  line-height: 24px;
}
.box-header__title_edit {
  position: relative;
  padding-right: 32px;
}
.box-header__title_edit a { color: inherit; }
.box-header__title_edit .i::before {
  position: absolute; top: 0; right: 0;
}
.box-header__status {
  float: right;
  margin-top: 3px;
}

.box-footer__right {
  float: right;
  text-align: right;
}
.box-footer__right_buttons + .box-footer__left,
.box-footer__right_float_buttons + .box-footer__left {
  padding: 10px 0;
}
.box-footer__right_float_buttons::after {
  content: '';
  display: table;
  clear: both;
}
.box-footer__right_float_buttons .button {
  float: right;
  margin-left: 4px;
}
.box-footer__left {
  float: left;
}
.box-footer__footnote {
  padding-right: 25px;
  overflow: hidden;
}

.status-message {
  padding: 32px;
  text-align: center;
}
.status-message_error::before,
.status-message_success::before,
.status-message_warning::before {
  content: '';
  display: block;
  margin: 0 auto 8px;
  width: 56px; height: 56px;
  background: url('../img/status_2.png') no-repeat 56px 56px;
  background-image: none, url('../img/status_2.svg');
  background-size: 56px auto;
}
.status-message_success::before {
  background-position: 0 0;
}
.status-message_error::before {
  background-position: 0 -56px;
}
.status-message_warning::before {
  background-position: 0 -112px;
}
.status-message__title {
  margin-bottom: 16px;
  font-size: 24px; font-weight: bold;
}
.status-message_error .status-message__title {
  color: #C5131C;
}
.status-message_success .status-message__title {
  color: #79B27D;
}
.status-message_warning .status-message__title {
  color: #EE7023;
}
.status-message_ticker {
  margin: 16px auto;
}
.status-message__text {
  font-size: 16px;
}
.status-message__text + .status-message__actions {
  margin-top: 16px;
}
.status-message__action {
  position: relative;
  display: inline-block;
  padding: 8px 16px;
}
.status-message__action::before {
  content: '';
  display: block;
  position: absolute; top: 12px; left: 0;
  width: 1px; height: 12px;
  background: #EFEBE8;
}
.status-message__action:first-child::before {
  content: none;
}

.meter-snipped {
  padding: 16px 16px 8px 16px;
}
.meter-snipped:first-child {
  border-top: none;
}
.meter-snipped::after {
  content: '';
  display: table;
  clear: both;
}
.meter-snipped__flat,
.meter-snipped__status {
  padding-top: 4px;
  padding-left: 36px;
  font-size: 12px;
}
.meter-snipped__flat {
  clear: both;
  color: #9B8583;
}
.meter-snipped__status {
  text-align: right;
}
.meter-snipped__meter {
  padding: 0 16px 8px 16px;
  font-size: 16px;
}
.meter-snipped__flat,
.meter-snipped__meter,
.meter-snipped__status {
  float: left;
  width: 50%;
}
.meter-snipped__value {
  float: right;

  font-weight: bold;
}
.meter-snipped__number {
  float: left;
}
.meter-snipped__meter_i {
  position: relative;
  padding-left: 36px;
}
.meter-snipped__meter_i::before {
  position: absolute; top: -2px; left: 10px; z-index: 1;
}
.meter-snipped__meter::after {
  content: '';
  display: table;
  clear: both;
}

.meter-value__td_value {
  width: 208px;
}
.meter-value__td_previous {
  padding-right: 32px;
  text-align: right;
}
.meter-value__input {
  padding: 2px 0;
  border: 2px solid #B3A2A2;
  border-radius: 0;
  width: 100%;
  font-size: 24px; font-weight: bold;
  line-height: 28px;
  text-align: center;
  -webkit-appearance: none;
          appearance: none;
}
.meter-value__input:focus {
  border-color: #846C6C;
}
.meter-value__cell {
  display: inline-block;
  padding-left: 4px;
  width: 34px;
  vertical-align: bottom;
  font-size: 18px; font-weight: bold;
}
.meter-value__cell_separator {
  width: auto;
}
.meter-value_error .meter-value__input {
  border-color: #D0021B;
}
.meter-value__warn,
.meter-value__error {
  display: block;
  color: #C5131C;
  font-size: 12px;
  line-height: 14px;
  text-align: right;
}
.meter-value__warn {
  color: #EE7023;
}
.meter-value__warn_strong {
  color: #C5131C;
}


.radiobank {
  margin-left: -16px;
}
.radiobank::after {
  content: '';
  display: table;
  clear: both;
}
.radiobank__item {
  float: left;
  position: relative;
  padding: 8px 0 8px 16px;
  width: 33.3333%;
}
.radiobank__radio {
  position: absolute; top: 0; left: 0;
  opacity: 0;
}
.radiobank__anchor {
  display: block;
  border: 1px solid #E4D8D8;
  border-radius: 4px;
  padding: 8px;
  cursor: pointer;
}
.radiobank__anchor::before {
  content: '';
  display: block;
  margin: 0 auto;
  height: 48px;
  background: url('../img/banks_2.png') no-repeat 48px 48px;
  background-image: none, url('../img/banks_2.svg');
  background-size: 192px auto;
}
.radiobank__radio:checked + .radiobank__anchor {
  border-color: #EE7023;
  background-color: #FCF9F9;
}
.radiobank__anchor_swedbank::before { width: 165px; background-position: 0 0; }
.radiobank__anchor_seb::before { width: 73px; background-position: 0 -48px; }
.radiobank__anchor_citadele::before { width: 94px; background-position: 0 -96px; }
.radiobank__anchor_luminor::before { width: 113px; background-position: 0 -144px; }
.radiobank__anchor_revolute::before { width: 101px; background-position: 0 -192px; }
.radiobank__anchor_img {
  padding-top: 16px; padding-bottom: 16px;
}
.radiobank__anchor_img::before {
  content: none;
}
.radiobank_img {
  display: block;
  height: 32px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.radioauth {
  margin-left: -16px;
}
.radioauth::after {
  content: '';
  display: table;
  clear: both;
}
.radioauth__item {
  float: left;
  position: relative;
  padding: 8px 0 8px 16px;
  width: 33.3333%;
}
.radioauth__item_half {
  width: 50%;
}
.radioauth__radio {
  position: absolute; top: 0; left: 0;
  opacity: 0;
}
.radioauth__label {
  display: block;
  position: relative;
}
.radioauth__label .radioauth__radio {
  right: 0; bottom: 0;
}
.radioauth__anchor {
  display: block;
  position: relative;
  border: 1px solid #E4D8D8;
  border-radius: 4px;
  padding: 6px 6px 6px 79px;
  min-height: 64px;
  color: #522B2A;
  font-size:  16px;
  cursor: pointer;
  text-decoration: none;
}
.radioauth__anchor:hover {
  border-color: #EE7023;
  background-color: #FCF9F9;
}
.radioauth__anchor::before {
  content: '';
  display: block;
  position: absolute; top: 11px; left: 19px;
  width: 40px; height: 40px;
  background: url('../img/auth.png') no-repeat 40px 40px;
  background-image: none, url('../img/auth.svg');
}
.radioauth__anchor_eid::before {
  background-position: 0 0;
}
.radioauth__anchor_eid_mobile::before {
  background-position: 0 -40px;
}
.radioauth__anchor_smart_id::before {
  background-position: 0 -80px;
}
.radioauth__radio:checked + .radioauth__anchor {
  border-color: #EE7023;
  background-color: #FCF9F9;
}
.radioauth__provider {
  display: block;
  padding-top: 4px;
  font-weight: bold;
}
.radioauth__title {
  color: #9B8583;
}
.radioauth__anchor_smart_id .radioauth__provider {
  padding: 0;
  width: 88px; height: 48px;
  background: url('../img/smart_id.png') no-repeat 0 50%;
  background-image: none, url('../img/smart_id.svg');
  white-space: nowrap;
  text-indent: 100%;
  overflow: hidden;
}
.radioauth__anchor_smart_id .radioauth__provider {
  padding-top: 13px;
}

.promo {
  position: relative;
  border: 1px solid #E4D8D8;
  background: #FFF;
  border-radius: 8px;
  overflow: hidden;
}
.promo__action {
  position: absolute; top: 4px; right: 4px; z-index: 10;
  background: rgba(255, 255, 255, .4);
  border-radius: 4px;
}
.promo__remove {
  display: block;
  width: 24px; height: 24px;
  overflow: hidden;

  -webkit-transition: -webkit-transform .3s;
          transition: transform .3s;
}
.promo__remove::after,
.promo__remove::before {
  content: '';
  display: block;
  position: absolute; top: 11px; left: 4px;
  width: 16px; height: 2px;
  background: #877777;
}
.promo__remove::after {
  -webkit-transform: rotate(315deg);
          transform: rotate(315deg);
}
.promo__remove::before {
  -webkit-transform: rotate(225deg);
          transform: rotate(225deg);
}

.promo__remove:hover {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}

.section {
  margin-bottom: 32px;
}
.section__header {
  margin-bottom: 16px;
}
.section__title,
.section__header_title,
.section-header__title {
  font-size: 24px; font-weight: bold;
}
.section-header__title .toggle-block::before {
  top: 2px; right: 0;
}
.section__title_minor,
.section__header_title_minor,
.section-header__title_minor {
  color: #BBACAC;
}
.section-header__subtitle_small {
  font-size: 12px;
}
.section-header__date {
  margin-top: 2px;
  color: #9B8583;
  font-size: 12px;
}
.section-header__action .nav-badge {
  position: relative; top:  -4px;
  font-size:  12px;
}
.section__h1 {
  margin-bottom: 24px;
  font-size: 24px; font-weight: bold;
}
.section__description {
  font-size: 16px;
  line-height: 1.5;
}
.section__description_margin {
  margin-bottom: 24px;
}
.section__footnote {
  color: #9B8583;
  font-size: 12px;
}
.section__buttons {
  margin-top: 24px;
}
.section__links {
  margin-top: 16px;
}

.section-block__header {
  padding: 14px 32px 13px;
  border-top: 1px solid #EFEBE8;
  background: #FCF9F9;
}
.section-block__header:first-child {
  border-top: none;
}
.section-block__header::after,
.section-block__footer::after {
  content: '';
  display: table;
  clear: both;
}
.section-block__header_i {
  position: relative;
  padding-left: 64px;
}
.section-block__header_i::before {
  position: absolute; top: 12px; left: 32px; z-index: 1;
}
.section-block__header_i_right {
  padding-right: 48px;
  padding-left: 32px;
}
.section-block__header_i_right::before {
  right: 16px; left: auto;
}
.section-block__header .actions-list {
  float: right;
}
.section-block__header .actions-list__item {
  margin-left: 12px;
}
.section-block__header_action {
  position: relative;
  padding-right: 68px;
}
.section-block__header_action .actions-list {
  position: absolute; right: 32px; top: 12px;
}
.section-block__header_action.section-block__header_i_right {
  padding-right: 92px;
}
.section-block__header_action.section-block__header_i_right .actions-list {
  right: 56px;
}
.section-block__header_compact {
  padding-top: 6px; padding-bottom: 6px;
}
.section-block__body {
  border-top: 1px solid #EFEBE8;
}
.section-block__body_single {
  border-top: none;
}
.section-block__body_content {
  padding: 24px 32px;
}
.section-block__body_joint,
.section-block__body_survey_items {
  padding-bottom: 0;
}
.section-block__footer {
  padding: 12px 32px;
  border-top: 1px solid #EFEBE8;
  background: #FCF9F9;
}
.section-block__title {
  font-size: 16px;
  line-height: 21px;
}
.section-block__title_b {
  font-weight: bold;
}
.section-block__title_left {
  float: left;
}
.section-block__subtitle {
  font-weight: bold;
}
.section-block__block_left {
  float: left;
}
.section-block__summary {
  padding: 8px 32px;
  background: #FBF2EA;
  font-weight: bold;
}
.section-block__date {
  margin-top: 4px;
  color: #9B8583;
  font-size: 12px;
  white-space: nowrap;
}
.section-block__status {
  color: #9B8583;
}
.section-block__anchor {
  display: block;
}
.section-block__buttons {
  padding: 8px 32px 4px;
  border-top: 1px solid #EFEBE8;
  text-align: right;
}
.section-body__action {
  float: right;
  margin-top: -6px;
}
.contacts {
  font-size: 16px;
}
.contacts__item {
  position: relative;
  padding: 0 0 24px 40px;
}
.contacts__item:last-child {
  padding-bottom: 0;
}
.contacts__item::before {
  position: absolute; top: -2px; left: 0;
}

.chart-header__prev,
.chart-header__next {
  position: absolute; top: 2px;
  display: block;
  padding: 16px 8px;
}
.chart-header__prev {
  left: 24px;
}
.chart-header__next {
  right: 24px;
}
.chart-header__prev::before,
.chart-header__next::before {
  content: '';
  display: block;
  width: 16px; height: 16px;
  background: url('../img/arrows.png') no-repeat 0 0;
  background-image: url('../img/arrows.svg');
}
.chart-header__next::before {
  background-position: 0 -16px;
}
.chart-header__prev.disabled,
.chart-header__next.disabled {
  opacity: .4;
  cursor: default;
}
.chart-header__today {
  display: block;
  font-size: 12px;
}
.chart-header__period {
  padding: 16px 32px;
  position: relative;
  font-size: 18px;
  line-height: 22px;
  text-align: center;
}
.chart-header__month {
  position: relative;
  overflow: hidden;
}
.chart-header__input {
  position: absolute;
  opacity: 0;
  width: 100%;
  font-size: inherit;
  cursor: pointer;
}
.chart-nav {
  height: 38px;
  background-color: #EBE7E2;
  padding: 4px 24px;
}
.chart-nav__item {
  display: inline-block;
  position: relative;
  padding: 4px 12px;
  font-size: 16px;
  vertical-align: top;
  line-height: 26px;
}
.chart-nav__anchor {
  color: #512B2B;
  -webkit-transition: color .3s;
      -ms-transition: color .3s;
          transition: color .3s;
}
.chart-nav__item.active::before {
  content: '';
  display: block;
  position: absolute; bottom: 0; right: 12px; left: 12px;
  height: 3px;
  background: #EE7023;
}
.chart-nav__anchor:hover,
.chart-nav__anchor:focus {
  color: #928282;
}
.chart-nav__item.active,
.chart-nav__item.active .chart-nav__anchor {
  color: #EE7023;
}

.survey__header {
  margin-bottom: 16px;
}
.survey__title {
  margin-bottom: 2px;
  color: #EE7023;
  font-size: 18px; font-weight: bold;
}
.survey__subtitle {
  margin-bottom: 24px;
  color: #A69190;
  font-size: 20px; font-weight: bold;
}
.survey__date {
  color: #9B8583;
  font-size: 12px;
}
.survey__body + .survey__subtitle {
  margin-top: 16px;
}
.survey__footer {
  margin-top: 16px;
}
.survey__footer_right {
  text-align: right;
}

.survey-footer__footnote {
  padding-right: 12px;
  color: #9B8583;
  font-size: 14px;
  line-height: 20px;
}
.survey-footer__footnote_warn {
  color: #EE7023;
}

.survey-items__item {
  margin-bottom: 24px;
  border-top: 1px solid #EFEBE8;
  padding-top: 24px;
}
.survey-items__item:first-child {
  border-top: none;
  padding-top: 0;
}

.survey-item__title {
  font-weight: bold;
  font-size: 18px;
}
/*.survey-item__text.required {
  position: relative;
}
.survey-item__text.required::after {
  position: absolute; top: 0; left: -12px;
  font-weight: bold;
}*/
.survey-item__summary {
  color: #9B8583;
  font-size: 12px;
}

.survey-fields,
.survey-select {
  padding-top: 4px; padding-bottom: 10px;
}
.survey-options {
  padding-top: 4px; padding-left: 24px;
}
.survey-options__item {
  position: relative;
  padding: 10px 0 10px 32px;
  line-height: 20px;
  font-size: 16px;
}
.survey-options__item_selected {
  color: #EE7023;
}
.survey-options__item_other {
  padding-top: 0;
}
.survey-options__item .radio,
.survey-options__item .checkbox,
.survey-options__item .boolean {
  position: absolute; top: 10px; left: 0;
}
.survey-options_single .survey-options__item {
  padding-left: 0;
}
.survey-options_ordered {
  counter-reset: option;
}
.survey-options_ordered .survey-options__item {
  padding-left: 24px;
}
.survey-options_ordered .survey-options__item::before {
  content: counters(option, '.') '. ';
  counter-increment: option;
  display: block;
  position: absolute; top: 11px; left: 0;
  color: #9B8583;
  line-height: 18px;
}
.survey-fields,
.survey-select {
  padding-left: 24px;
  font-size: 16px;
}
.survey-fields__item {
  padding-top: 10px;
}
.survey-fields__label {
  padding-bottom: 2px;
  color: #81888C;
  font-size: 12px;
  line-height: 16px;
}


@media only screen and (min-width: 1001px) {

  .grid {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    margin-left: -32px;

    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .grid_section_margin {
    margin-bottom: -32px;
  }
  .grid_16 {
    margin-left: -16px;
  }
  .grid_16 .grid__span {
    padding-left: 16px;
  }
  .grid__span {
    margin-bottom: 32px; padding-left: 32px;
  }
  .grid__span_1  {
    width: 8.3333%;
  }
  .grid__span_2  {
    width: 16.6666%;
  }
  .grid__span_3  {
    width: 25%;
  }
  .grid__span_4  {
    width: 33.3333%;
  }
  .grid__span_5  {
    width: 41.6666%;
  }
  .grid__span_6  {
    width: 50%;
  }
  .grid__span_7  {
    width: 58.3333%;
  }
  .grid__span_8  {
    width: 66.6666%;
  }
  .grid__span_9  {
    width: 75%;
  }
  .grid__span_10 {
    width: 83.3333%;
  }
  .grid__span_11 {
    width: 91.6666%;
  }
  .grid__span_12 {
    width: 100%;
  }

}


@media only screen and (max-width: 800px) {

  .grid-box {
    display: block;
  }
  .grid-box__span_6  {
    width: auto;
  }

  .radiobank__item {
    width: 50%;
  }
  .radioauth__item,
  .radioauth__item_half {
    width: 50%;
  }

}

@media only screen and (min-width: 891px) {
  a.preview {
    color: #522B2A;
    border-bottom: 1px dotted #522B2A;
    text-decoration: none;
  }
  a.preview:hover {
    border-color: #826B69;
    text-decoration: none;
  }
}

@media only screen and (max-width: 890px) {
  a.preview {
    text-decoration: underline;
  }
}

@media only screen and (min-width: 641px) {

  .h1_mobile {
    display: none;
  }

  .notice {
    border-radius: 8px;
    -webkit-box-shadow: 0 0 0 1px #E4D8D8;
            box-shadow: 0 0 0 1px #E4D8D8;
  }
  .notice__title {
    float: left;
    margin-right: 16px;
  }
  .notice__text {
    text-align: right;
    overflow: hidden;
  }

  .box__footer_float_right .box__footnote {
    float: left;
    padding: 9px 8px 8px 0;
  }

  .data-summary__title_left,
  .section-block__title_left {
    float: left;
  }
  .data-summary__num {
    float: right;
  }
  .data-summary__description_right {
    float: right;
  }
  .data-summary__date,
  .section-block__date {
    float: right;
  }
  .data-summary__date_left {
    float: left;
    margin-bottom: 0;
  }
  .data-summary_mobile_meter_value {
    display: none;
  }
  .data-summary__more_right {
    float: right;
    padding-top: 0;
  }
  .data-summary_text_right {
    text-align: right;
  }

  .data__tr:first-child .data__td {
    border-top: none;
  }

  .data__tfoot .data__tr:first-child .data__td {
    border-top: 2px solid #EBE7E2;
    -webkit-box-shadow: inset 0 1px rgb(255 255 255 / 60%);
            box-shadow: inset 0 1px rgb(255 255 255 / 60%);
  }

  .box_button .box__button {
    position: absolute; top: 50%; right: 32px;
    margin-top: -20px;
  }

  .section-block__body {
    padding-bottom: 4px;
  }
  .section-block__body_content {
    padding-bottom: 24px;
  }
  .section-block__body_joint,
  .section-block__body_survey_items {
    padding-bottom: 0;
  }

  .section-header_clear::after {
    content: '';
    display: table;
    clear: both;
  }
  .section-header__title_inline {
    display: inline-block;
  }
  .section-header__block {
    float: left;
  }
  .section-header__action {
    float: right;
    margin-top: 6px;
  }

  .section-block__title_inline {
    display: inline-block;
  }

  .section-block__action {
    float: right;
  }

  .section-block__status {
    float: right;
    margin-top: 2px;
  }
  .section-block__buttons::after {
    content: '';
    display: table;
    clear: both;
  }
  .section-block__buttons .button_submit {
    float: right;
    margin-left: 8px;
  }

  .survey-mandate {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;

    -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
  }
  .survey-mandate__action {
    margin-left: auto;
  }

  .survey-footer {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;

    -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
  }
  .survey-footer__footnote {
    padding-right: 12px;
  }
  .survey-footer__buttons {
    margin-left: auto;
    text-align: right;
    white-space: nowrap;
  }
  .survey-footer__buttons .button {
    margin-left: 4px;
  }

}

@media only screen and (max-width: 640px) {

  .m_hidden {
    display: none;
  }

  .h1_mobile {
    padding-right: 16px; padding-left: 16px;
    margin-bottom: 16px;
    font-size: 24px;
  }
  .h1_mobile + .section {
    margin-top: 0;
  }

  .notice {
    padding-right: 16px; padding-left: 16px;
    line-height: 1.5;
  }
  .notice__title {
    margin-bottom: 2px;
  }

  .dialog {
    padding: 0 8px;
  }
  .dialog__box {
    padding: 16px;
    width: 100%;
  }
  .dialog__body {
    padding: 0;
  }

  .message-action {
    padding: 8px 16px;
    text-align: left;
  }
  .message-action__message {
    float: none;
    padding: 8px 0;
    text-align: left;
    font-size: 16px; font-weight: bold;
  }

  .header-nav {
    position: relative;
    height: 48px;
  }
  .header-nav__wrapper {
    position: absolute; top: 0; right: 0; left: 0;
    height: 48px;
    overflow: hidden;
  }
  .header-nav__list {
    padding: 0 16px;
    height: 80px;
    overflow-x: auto;
  }

  .box,
  .box_data {
    margin: 0;
    padding: 24px 16px;
  }
  .box + .box {
    margin-top: 16px;
  }
  .box_data {
    padding: 0;
  }
  .box_form_transparent {
    background: none;
  }
  .box_form_transparent .overlay__bg {
    background-color: #EBE7E2;
  }
  .box_message > .overlay {
    margin-top: -24px; margin-left: -16px;
  }
  .box_section {
    padding: 24px;
  }
  .box_section > .overlay {
    margin-top: -24px; margin-left: -16px;
  }
  .box_section .box__message {
    margin: -24px -16px 24px;
  }

  .box__label,
  .box__message,
  .box__total,
  .box__agreement {
    padding-right: 16px; padding-left: 16px;
  }
  .box__header {
    margin-bottom: 24px;
  }
  .box__body {
    padding-right: 16px;
    padding-left: 16px;
  }
  .box__actions {
    padding-top: 16px; padding-bottom: 0;
  }
  .box__content,
  .box__empty {
    padding-right: 16px; padding-left: 16px;
  }
  .box_button .box__button {
    padding-top: 24px;
  }

  .box__header,
  .box__footer {
    background: none;
    padding: 0;
  }
  .box-header__title {
    display: block;
  }
  .box-header__status {
    float: none;
    margin-top: 4px;
  }
  .box__footer {
    padding-top: 16px;
  }
  .box-footer__footnote {
    padding-top: 10px;
  }
  .box_data .box__footer {
    padding: 10px 16px;
  }
  .box-footer__right_buttons,
  .box-footer__right_float_buttons {
    float: none;
  }
  .box-footer__right_buttons + .box-footer__left,
  .box-footer__right_float_buttons + .box-footer__left {
    float: none;
    margin-top: 16px;
  }
  .box-footer_m_transform.box__footer {
    background: none;
  }
  .box-footer__left_m_transorm {
    float: none;
    background: #FCF9F9;
    margin: 16px -16px -10px;
    padding: 10px 16px;
    text-align: center;
  }

  .box__footer_float_right .box__footnote {
    padding-bottom: 8px;
  }

  .radiobank__item,
  .radioauth__item,
  .radioauth__item_half {
    float: none;
    width: auto;
  }

  .status-message {
    padding: 0;
  }

  .data,
  .data .data__tr,
  .data .data__th,
  .data .data__td,
  .data > tbody {
    display: block;
  }
  .data .data__td_m_inline {
    display: table-cell;
  }
  .data,
  .data__td {
    width: auto;
  }
  .data-table__thead,
  .data__thead {
    display: none;
  }
  .data__tfoot {
    border-top: 4px solid #EBE7E2;
  }
  .data__td {
    padding: 12px 16px;
  }
  .data__td_first {
    padding-left: 16px;
    border-top: none;
  }
  .data__td_last {
    padding-right: 16px;
  }
  .data__td_badge {
    text-align: center;
  }
  .data__td_button {
    padding-top: 0;
    border-top: none;
  }
  .data__td_title {
    text-align: left;
  }
  .data__td_action {
    padding-top: 8px; padding-bottom: 8px;
  }
  .data__td_merge_top {
    padding-top: 0;
  }
  .data__td_empty,
  .data .data__td_empty {
    display: none;
  }
  .data td.data__td_m_none {
    display: none;
  }
  .data__td_m_left {
    float: left;
  }
  .data__td_m_right {
    float: right;
  }
  .data__td_m_right .data-summary {
    text-align: right;
  }
  .data__td_m_text_left {
    text-align: left;
  }
  .data__tr {
    position: relative;
    border-top: 1px solid #EFEBE8;
  }
  .data__tr_merge_top {
    border-top: none;
  }
  .data__tr.hidden {
    display: none;
  }
  .data__tr:first-child {
    border-top: none;
  }
  .data__tr_bg + .data__tr_bg {
    border-top: 4px solid #FCF9F9;
  }
  .data__tr_hot .data__td_first,
  .data__tr_cold .data__td_first {
    border-left: none;
  }
  .data__tr_hot::before,
  .data__tr_cold::before {
    content: '';
    position: absolute; top: 0; bottom: 0; left: 0;
    width: 8px;
  }
  .data__tr_hot::before {
    background-color: #D0021B;
  }
  .data__tr_cold::before {
    background-color: #6092DF;
  }
  .data__tr_action .data__td_first {
    padding-right: 72px;
  }
  .data__tr_action .data__td_action {
    position: absolute; top: 0; right: 16px;
    padding: 4px 0;
    border-top: none;
  }
  .data__tr_action .data__td_action .action_icon_right {
    display: block;
    padding: 0 0 0 32px;
    width: 32px; height: 32px;
    overflow: hidden;
  }
  .data__tr_action .data__td_action .action_icon_right::before {
    top: 4px; right: 4px;
  }
  .data .data__tr_m_option {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: nowrap;
       -moz-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
  }
  .data__td_m_option_title {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
  .data__td_m_option {
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
  }
  .data__tr_m_option::after {
    content: '';
    display: table;
    clear: both;
  }
  .data__tr .action-inline.invisible {
    visibility: visible;
  }
  .data__td_action,
  .data__td_action_button {
    float: right;
    padding-left: 0;
    border-top: none;
  }
  .data__td_m_label::before {
    float: left;
    color: #9B8583;
    font-size: 14px;
  }
  .data__td_m_label::after {
    content: '';
    display: table;
    clear: both;
  }
  .data__td_m_label .data-summary {
    text-align: right;
  }

  .data-simple__td {
    padding: 12px 16px;
  }
  .data-simple__td_first {
    padding-left: 16px;
  }
  .data-simple__td_last {
    padding-right: 16px;
  }

  .data-table__td {
    width: auto;
  }
  .data-table__th_first,
  .data-table__td_first {
    padding-left: 16px;
  }
  .data-table__td_last {
    padding-right: 16px;
  }
  .data-table__td_m_none {
    display: none;
  }

  .data-flex,
  .data-flex td,
  .data-flex tr,
  .data-flex tbody,
  .data-flex tfoot {
    display: block;
  }
  .data-flex.hidden,
  .data-flex tr.hidden,
  .data-flex thead {
    display: none;
  }
  .data-flex__thead {
    background: #EBE7E2;
  }
  .data-flex__th,
  .data-flex__td {
    padding: 8px 0;
    width: auto;
  }
  .data-flex__td {
    text-align: right;
  }
  .data-flex__td:first-child {
    border-top: none;
  }
  .data-flex__td::before {
    float: left;
    color: #9B8583;
    font-size: 14px;
  }
  .data-flex__td::after {
    content: '';
    display: table;
    clear: both;
  }
  .data-flex__td_m_title {
    font-weight: bold;
  }
  .data-flex__td_m_title,
  .data-flex__td_m_text_left,
  .data-flex__td_m_text_left .data-summary {
    text-align: left;
  }
  .data-flex .data-flex__td_empty {
    display: none;
  }
  .data-flex__tr {
    border-top: 1px solid #EBE7E2;
    padding: 8px 16px;
  }
  .data-flex__tr:first-child {
    border-top: none;
  }

  .data-summary { text-align: left; }
  .data-summary_m_right { text-align: right; }
  .data-summary_value {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: nowrap;
       -moz-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
    -webkit-flex-direction: row-reverse;
       -moz-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .data-summary_value .data-summary__title {
    align-self: baseline;
  }
  .data-summary_value .data-summary__description {
    margin: 0;
    padding-right: 8px;
    text-align: left;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -webkit-align-self: baseline;
        -ms-flex-item-align: baseline;
            align-self: baseline;
  }
  .data-summary__span {
    display: block;
  }
  .data-summary_mobile_meter_value {
    float: right;
    padding-top: 8px;
    padding-left: 16px;
  }

  .invite.box {
    padding-right: 16px;
    padding-left: 16px;
  }
  .invite__text,
  .invite__actions {
    float: none;
  }
  .invite__actions::after {
    content: '';
    display: table;
    clear: both;
  }
  .invite__actions .button {
    margin: 0;
    float: left;
  }
  .invite__actions .button + .button {
    float: right;
  }

  .list__item .invisible {
    visibility: visible;
  }

  .values,
  .values tr,
  .values td,
  .values tbody {
    display: block;
  }
  .data,
  .data__td,
  .data__th {
    width: auto;
  }
  .values_th {
    padding: 0;
  }
  .values_td {
    padding: 4px 0 0 0;
  }
  .values_tr {
    padding: 16px;
    border-top: 1px solid #F6F4F2;
  }
  .values_tr:first-child {
    border-top: none;
  }

  .survey-footer__footnote {
    margin-bottom: 16px;
  }
  .survey-footer__buttons::after {
    content: '';
    display: table;
    clear: both;
  }
  .survey-footer__buttons .button {
    float: right;
  }
  .survey-footer__buttons .button_simple {
    float: left;
  }

  .grid-box { margin: 0; }
  .grid-box__span {
    margin: 0;
    padding: 16px;
    border-radius: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .grid-box__span,
  .grid-box__span_1,
  .grid-box__span_2,
  .grid-box__span_3,
  .grid-box__span_4,
  .grid-box__span_5,
  .grid-box__span_6,
  .grid-box__span_7,
  .grid-box__span_8,
  .grid-box__span_9,
  .grid-box__span_10,
  .grid-box__span_11,
  .grid-box__span_12  {
    width: auto;
  }

  .meter-name { display: none; }
  .data__tr_meter { position: relative }
  .data__tr_meter .data__td_title {
    padding-right: 148px;
  }
  .data__tr_meter .field {
    position: absolute; top: 8px; right: 16px;
    width: 128px;
  }
  .data__tr_meter .data__td_last {
    padding-top: 0;
    border-top: none;
  }
  .data__tr_meter .data__td_first {
    padding-bottom: 0;
    min-height: 72px;
  }
  .data__tr_meter .meter-value__warn,
  .data__tr_meter .meter-value__error {
    padding-left: 32px;
    text-align: left;
  }
  .meter-value__td_previous .data-summary {
    position: absolute; top: 54px; right: 16px;
    width: 128px;
    text-align: right;
    white-space: nowrap;
  }
  .meter-value__td_previous .data-summary__title {
    color: #9B8583;
    font-size: 14px;
  }
  .meter-value__td_previous .data-summary__description {
    display: none;
  }

  .intro { max-width: inherit; }
  .intro_mobile_app .intro__hint,
  .intro_mobile_app .intro__title,
  .intro_mobile_app .intro__description {
    display: none;
  }

  .promo {
    border-radius: 0;
  }

  .section__footer,
  .section__header {
    padding: 0 16px;
  }

  .section-block__header,
  .section-block__body_content,
  .section-block__summary,
  .section-block__footer {
    padding-right: 16px; padding-left: 16px;
  }
  .section-block__header_i {
    padding-left: 48px;
    position: relative;
  }
  .section-block__header_i::before {
    left: 16px;
  }
  .section-block__header_i_right {
    padding-right: 48px; padding-left: 16px;
  }
  .section-block__header_i_right::before {
    right: 16px; left: auto;
  }
  .section-block__header_action {
    padding-right: 68px;
  }
  .section-block__header_action .actions-list {
    right: 16px;
  }
  .section__title,
  .section__header_title,
  .section-header__title {
    font-size: 24px;
  }
  .section-header__title_m_strong {
    font-size: 24px;
  }
  .section-block__action,
  .section-header__action {
    display: block;
  }
  .section-block__action {
    position: absolute; top: 8px; right: 12px;
    padding: 0 0 0 32px;
    width: 32px;
    height: 32px;
    overflow: hidden;
  }
  .section-block__action::before {
    top: 4px; right: 4px;
  }
  .section-block__action + .section-block__title {
    padding-right: 16px;
  }
  .section-block__action.hidden {
    display: none;
  }
  .section-block__action.hidden + .section-block__title {
    padding-right: 0;
  }
  .section-block__buttons {
    padding: 16px;
  }
  .section-block__buttons .button {
    margin-bottom: 8px;
    width: 100%;
  }

  .meter-snipped__meter {
    float: none;
    margin-top: 8px; margin-bottom: 4px;
    padding-right: 8px;
    width: auto;
  }
  .meter-snipped__meter:first-child {
    margin-top: 0;
  }

  .header {
    padding: 0 16px 24px;
  }
  .header__title {
    font-size: 24px;
    line-height: 36px;
  }
  .header-options {
    display: block;
    margin-right: -8px;
  }
  .header-options__title {
    font-size: 24px;
    line-height: 36px;
  }
  .header-options__list {
    top: 42px;
  }

}
