* {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

html, body { height: 100%; }
body {
  display: -ms-flexbox;
  color: #413A33;
  font: normal 14px/1.33 'Roboto', Helvetica, Arial, Tahoma, sans-serif;
  background: #F9F6F1;
}

input, select, textarea, button {
  font-family: 'Roboto', Helvetica, Arial, Tahoma, sans-serif;
}

a { color: #174769; }
a.att { color: #E75A1C; font-weight: bold; }
a:hover { text-decoration: underline; }
a.inherit { color: inherit; }
a.inherit:hover { text-decoration: underline; }

::-webkit-input-placeholder { color: #7A7068; }
:-moz-placeholder { color: #7A7068; opacity: 1; }
::-moz-placeholder { color: #7A7068; opacity: 1; }
:-ms-input-placeholder { color: #7A7068; }

::-webkit-scrollbar {
  width: 3px; height: 3px;
  background: #F9F6F1;
}
::-webkit-scrollbar-track {
  background: none;
}
::-webkit-scrollbar-thumb {
  border-radius: 3px;
  background: #413A33;
  background: rgba(47, 52, 58, .3);
  background-clip: padding-box;
}
::-webkit-scrollbar-thumb:hover {
  background: #413A33;
  background: rgba(47, 52, 58, .7);
}
::-webkit-scrollbar-button { display: none; }

.i::before {
  content: '';
  display: block;
  width: 24px; height: 24px;
  background: url('../img/icons.png') no-repeat 24px 24px;
  background-image: none, url('../img/icons.svg');
}
.i_document::before { background-position: 0 -24px; }
.i_download::before { background-position: 0 -48px; }
.i_edit::before { background-position: 0 -144px; }
.i_delete::before { background-position: 0 -168px; }
.i_new::before { background-position: 0 -192px; }

.h1 {
  font-size: 46px;
  line-height: 1.125;
}
.h2 {
  font-size: 32px;
  line-height: 1.125;
}
.h2_small {
  font-size: 26px;
}
.h3 {
  font-size: 24px;
  line-height: 1.125;
}
.h4 {
  font-size: 20px;
  line-height: 1.125;
}

.nowrap {
  white-space: nowrap;
}

.text {
  font-size: 16px;
  line-height: 1.5;
}
.text h1,
.text h2 {
  color: inherit;
  font-size: 32px;
  line-height: 1.125;
}
.text h2 {
  margin-top: 40px;
}
.text h3 {
  margin-top: 24px;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.125;
}
.text h4 {
  margin-top: 16px;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.125;
}
.text h5 {
  margin-top: 8px;
  font-size: 16px;
  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 ul.custom { list-style: none; }
.text ul.custom > li > span {
  display: inline-block;
  margin-left: -24px;
  width: 20px;
  white-space: nowrap;
}
.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 em {
  color: #118236;
  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 h3::before {
  content: counters(section, '.') '. ';
  counter-increment: section;
}
.text_counter ol.counter {
  margin-left: 0; padding-left: 40px;
  list-style: none;
  counter-reset: item;
}
.text_counter ol.counter > li::before {
  content: counters(section, '.') '.' counters(item, '.') '. ';
  counter-increment: item;
  display: inline-block;
  margin-left: -40px;
  min-width: 40px;
}

.layout {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 100vh;
  overflow: hidden;
  -webkit-box-align: stretch;
    -webkit-align-items: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;

  -ms-flex: 1 1 auto;

  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.layout__nav,
.layout__form,
.layout__message,
.layout__header,
.layout__footer,
.layout .responsive {
  -webkit-box-flex: 0;
  -webkit-flex: none;
      -ms-flex: none;
          flex: none;
}
.layout__nav {
  background: #FFF;
}
.layout__body {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
}
.layout__form,
.layout__header,
.layout .responsive,
.layout__form .overlay__bg,
.layout .responsive .overlay__bg {
  background: #F5EFEF;
}
.layout__message,
.layout__message .overlay__bg {
  background: #FFDEC9;
}
.layout__body {
  border-top: 4px solid #F5EFEF;
}
.layout__footer {
  margin-top: auto;
  background: #574E43;
}
.layout__floating {
  position: relative;
  margin: 0 auto;
  max-width: 1024px;
  width: 100%;
}
.layout__floating .floating-action {
  position: absolute; right: 16px; bottom: -28px; z-index: 20;
}

.flash {
  position: fixed; top: 0; right: 0; left: 0; z-index: 200;
  padding: 30px 8px 8px;
  min-height: 80px;
  font-size: 16px;
  text-align: center;
  cursor: pointer;
}
.flash_error {
  background: #C5131C;
  color: #FFF;
}
.flash_warn {
  background: #FF8C41;
  color: #FFF;
}
.flash_notice {
  background: #009146;
  color: #FFF;
}

.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: #F5EFEF;
  opacity: 0.7;
}
.overlay__ticker {
  position: absolute; top: 50%; left: 50%;
  margin: -3px 0 0 -20px;
}

.loader-ticker {
  width: 26px;
  font-size: 0;
  white-space: nowrap;
  overflow: hidden;
}
.loader-ticker_center {
  margin: 0 auto;
}
.loader-ticker_inline {
  display: inline-block;
  vertical-align: middle;
  line-height: 0;
}
.loader-ticker_space_right {
  margin-right: 8px;
}
.loader-ticker::before,
.loader-ticker__bar,
.loader-ticker__bar::after,
.loader-ticker__bar::before {
  display: inline-block;
}
.loader-ticker::before,
.loader-ticker__bar::after,
.loader-ticker__bar::before {
    content: '';
    width: 6px; height: 6px;
    background-color: #009146;
    -webkit-animation-name: ticker-bounce;
       -moz-animation-name: ticker-bounce;
        -ms-animation-name: ticker-bounce;
         -o-animation-name: ticker-bounce;
            animation-name: ticker-bounce;
    -webkit-animation-duration: .8775s;
       -moz-animation-duration: .8775s;
        -ms-animation-duration: .8775s;
         -o-animation-duration: .8775s;
            animation-duration: .8775s;
    -webkit-animation-iteration-count: infinite;
       -moz-animation-iteration-count: infinite;
        -ms-animation-iteration-count: infinite;
         -o-animation-iteration-count: infinite;
            animation-iteration-count: infinite;
    -webkit-animation-direction: normal;
       -moz-animation-direction: normal;
        -ms-animation-direction: normal;
         -o-animation-direction: normal;
            animation-direction: normal;
}
.loader-ticker__bar::after,
.loader-ticker__bar::before {
  margin-left: 4px;
}
.loader-ticker::before {
  -webkit-animation-delay: .1795s;
     -moz-animation-delay: .1795s;
      -ms-animation-delay: .1795s;
       -o-animation-delay: .1795s;
          animation-delay: .1795s;
}
.loader-ticker__bar::before {
  -webkit-animation-delay: .4055s;
     -moz-animation-delay: .4055s;
      -ms-animation-delay: .4055s;
       -o-animation-delay: .4055s;
          animation-delay: .4055s;
}
.loader-ticker__bar::after {
  -webkit-animation-delay: .5285s;
     -moz-animation-delay: .5285s;
      -ms-animation-delay: .5285s;
       -o-animation-delay: .5285s;
          animation-delay: .5285s;
}
.loader-ticker_big {
  width: 36px;
}
.loader-ticker_big::before,
.loader-ticker_big .loader-ticker__bar::after,
.loader-ticker_big .loader-ticker__bar::before {
  width: 8px; height: 8px;
}
.loader-ticker_big .loader-ticker__bar::after,
.loader-ticker_big .loader-ticker__bar::before {
  margin-left: 6px;
}
.loader-ticker_white::before,
.loader-ticker_white .loader-ticker__bar::after,
.loader-ticker_white .loader-ticker__bar::before {
  background: #FFF;
}
@keyframes ticker-bounce {
  0%    {}
  50%   { opacity: .2; }
  100%  {}
}
@-o-keyframes ticker-bounce {
  0%    {}
  50%   { opacity: .2; }
  100%  {}
}
@-ms-keyframes ticker-bounce {
  0%    {}
  50%   { opacity: .2; }
  100%  {}
}
@-webkit-keyframes ticker-bounce {
  0%    {}
  50%   { opacity: .2; }
  100%  {}
}
@-moz-keyframes ticker-bounce {
  0%    {}
  50%   { background-color: rgba(128, 242, 13, 0.2); }
  100%  {}
}

@keyframes ticker-bounce-inverse {
  0%    {}
  50%   { background-color: fade(#fff, 20%); }
  100%  {}
}
@-o-keyframes ticker-bounce-inverse {
  0%    {}
  50%   { background-color: fade(#fff, 20%); }
  100%  {}
}
@-ms-keyframes ticker-bounce-inverse {
  0%    {}
  50%   { background-color: fade(#fff, 20%); }
  100%  {}
}
@-webkit-keyframes ticker-bounce-inverse {
  0%    {}
  50%   { background-color: fade(#fff, 20%); }
  100%  {}
}
@-moz-keyframes ticker-bounce-inverse {
  0%    {}
  50%   { background-color: fade(#fff, 20%); }
  100%  {}
}

.index_gray {
  background: #F9F6F1;
}
.index_dark_gray {
  background: #F5EFEF;
}
.index_white {
  background: #FFF;
}
.index__empty {
  padding: 32px 0;
  color: #877D76;
  font-size: 16px;
  text-align: center;
}
.index__button {
  padding: 32px 0;
  text-align: center;
}

.wrapper {
  margin: 0 auto;
  padding: 0 16px;
  max-width: 1024px;
}

.body_gray {
  background: #F9F6F1;
}


.nav {
  position: relative;
  padding: 0 16px 0 288px;
  min-height: 80px;
}
.nav__home,
.nav__user,
.nav__signin {
  display: block;
  position: absolute; left: 16px; top: 0;
  background-color: #009146;
  min-height: 80px;
  color: #FFF;
  line-height: 80px;
  text-align: center;
}
.nav__home {
  width: 88px;
}
.nav__home::before {
  content: '';
  position: absolute; left: 50%; top: 50%;
  margin: -12px 0 0 -12px;
  width: 24px; height: 24px;
  background: url('../img/icons.png') no-repeat 0 0;
  background-image: none, url('../img/icons.svg');
}
.nav__user,
.nav__signin {
  left: 104px;
  padding: 0 8px;
  width: 152px;
  border-left: 2px solid #62BE8F;
  font-size: 18px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.nav__signup {
  position: absolute; top: 28px; right: 16px;
  color: #118236;
  font-size: 18px;
  line-height: 24px;
}
.nav__signout {
  position: absolute; top: 28px; right: 16px;
  width: 24px; height: 24px;
}
.nav__signout::before {
  content: '';
  display: block;
  width: 24px; height: 24px;
  background: url('../img/icons.png') no-repeat 0 -96px;
  background-image: none, url('../img/icons.svg');
}

.nav__user_unconfirmed::after,
.nav__signin.active::after,
.nav__signup.active::after {
  content: '';
  position: absolute; left: 50%; bottom: -1px;
  margin-left: -8px;
  border: 8px solid transparent;
  border-bottom-color: #F5EFEF;
}
.nav__user_unconfirmed::after {
  border-bottom-color: #FFDEC9;
}
.nav__signup.active::after {
  bottom: -29px;
}
.nav__toggle {
  display: none;
}

.nav-list {
  margin-left: -16px;
  padding: 24px 0;
  font-size: 0;
}
.nav-list__item {
  display: inline-block;
  position: relative;
  padding: 4px 16px 4px 16px;
  font-size: 18px;
  line-height: 24px;
}
.nav-list__anchor {
  color: inherit;
}

.nav-ext {
  display: none;
}

.layout .responsive__header {
  padding: 32px 0 16px;
}
.layout .responsive__body {
  padding: 16px 0;
}
.layout .responsive_480 .responsive__body {
  max-width: 480px;
}
.layout .responsive__footer {
  padding-bottom: 40px;
  text-align: right;
}
.layout .responsive__footer .button { margin-left: 4px; }

.form__title {
  padding-top: 32px;
}
.form__body {
  padding: 32px 0;
}
.form__body_merge_top {
  padding-top: 0;
}
.form__summary {
  margin-bottom: 24px;
}
.form__fieldset {
  margin-top: 16px;
  padding-top: 16px;
  border-top: 1px solid #DFDDDA;
}
.form__fieldset:first-child {
  margin-top: 0;
  padding-top: 0;
  border-top: none;
}
.form__message {
  margin-bottom: 16px;
  padding: 7px 16px;
  background: #DFDDDA;
  border-radius: 4px;
  color: #7A7068;
  line-height: 18px;
  text-align: center;
}

.message__header {
  padding-top: 16px; padding-bottom: 8px;
  font-size: 24px;
  line-height: 1.25;
}
.message__body {
  padding-bottom: 16px;
}
.message__text {
  line-height: 1.5;
}

.header {
  padding-bottom: 52px;
}
.header::after {
  content: '';
  display: table;
  clear: both;
}
.header__img {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;

  float: left;
  margin-right: 32px;
  width: 240px; height: 240px;
  background: #FFF;
  text-align: center;
  line-height: 240px;
  justify-content: center;

  -webkit-flex-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.header__img img {
  max-width: 240px;
  max-height: 240px;
}
.header__intro {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 240px;
  overflow: hidden;
}
.header__text {
  padding-top: 40px;
  overflow: hidden;
}

.footer {
  position: relative;
  padding: 32px 8px 32px 168px;
  min-height: 156px;
  background: #574E43;
  color: #FFF;
}
.footer a { color: #FFF; }
.footer__img {
  position: absolute; top: 32px; left: 16px;
}
.footer__copyright {
  font-size: 12px;
}

.toggle {
  color: #413A33;
  border-bottom: 1px dotted #413A33;
  text-decoration: none;
}
.toggle:hover {
  border-color: #413A33;
  text-decoration: none;
}
.toggle_triangle.active {
  position: relative;
}
.toggle_triangle.active::after {
  content: '';
  position: absolute; left: 50%; bottom: -8px;
  margin-left: -8px;
  border: 8px solid transparent;
  border-bottom-color: #F9F6F1;
}
.toggle-block {
  position: relative;
  padding-right: 32px;
}
.toggle-block .toggle::before {
  content: '';
  display: block;
  position: absolute; top: 0; right: 4px;
  width: 24px; height: 24px;
  background: url('../img/icons.png') no-repeat 0 -72px;
  background-image: none, url('../img/icons.svg');

  -webkit-transition: -webkit-transform .3s ease-in-out;
          transition: transform .3s ease-in-out;
}
.toggle-block .toggle.active::before {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.toggle-block__title {

}
.toggle-block:hover {
  text-decoration: none;
}

.search {
  padding: 48px 0 40px;
  background: #DFDDDA;
}
.search_compact {
  padding: 16px 0 0;
}
.search_compact .search__hint {
  padding-bottom: 16px;
}
.search .overlay__bg {
  background: #DFDDDA;
}
.search__wrapper {
  position: relative;
}
.search__wrapper::after {
  content: '';
  display: table;
  clear: both;
}
.search__form {
  position: relative;
  margin-bottom: 16px;
}
.search__input {
  padding: 17px 64px 17px 16px;
  border: 1px solid #887E76;
  border-radius: 4px;
  width: 100%;
  background: #FFF;
  color: #413A33;
  font-size: 24px;
  line-height: 28px;
  box-shadow: none;
}
.search__button {
  display: block;
  position: absolute; top: 0; right: 0;
  padding: 0;
  width: 64px; height: 64px;
  border: none;
  background: transparent;
  color: #FFF;
  font-size: 12px;
  line-height: 14px;
  cursor: pointer;

  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.search__button::before {
  content: '';
  display: block;
  position: absolute; top: 12px; right: 12px;
  width: 40px;
  height: 40px;
  background: url('../img/search.png') no-repeat 0 0;
  background-image: none, url('../img/search.svg');
}
.search__hint {
  float: left;
  color: #877D76;
}
.search__toggle {
  white-space: nowrap;
  float: right;
}
.search .toggle_triangle.active::after {
  bottom: -41px;
  border-bottom-color: #F9F6F1;
}

.search-ext {
  background: #F9F6F1;
}
.search-ext .overlay__bg {
  background: #F9F6F1;
}
.search-ext__wrapper {
  padding-top: 24px;
  padding-bottom: 32px;
}

.data-table__th {
  padding: 8px;
  border-bottom: 1px solid #D5C7BC;
  color: #7A7068;
  font-size: 12px;
}
.data-table__td {
  padding: 16px 8px;
  border-top: 1px solid #D5C7BC;
}
.data-table__td_action {
  padding-top: 10px;
  padding-bottom: 10px;
  text-align: right;
}
.data-table__th_first,
.data-table__td_first {
  padding-left: 0;
}
.data-table__th_last,
.data-table__td_last {
  padding-right: 0;
}
.data-table__th_right,
.data-table__td_right {
  text-align: right;
}
.data-table__tr:first-child .data-table__td {
  border-top: none;
}

.data-summary__title {
  font-size: 18px;
}
.data-summary__title_b {
  font-weight: bold;
}
.data-summary__title_warn {
  color: #FF8C41;
}
.data-summary__strong {
  font-size: 32px;
}
.data-summary__description {
  color: #7A7068;
  font-size: 12px;
}
.data-summary__description_warn {
  color: #FF8C41;
}
.data-summary_i {
  position: relative;
  padding-left: 32px;
}
.data-summary_i::before {
  position: absolute; top: -4px; left: 0; z-index: 1;
}

.product-summary + .data-summary,
.data-summary + .data-summary {
  margin-top: 16px;
}

.section {
  padding: 32px 0;
}
.section_margin_top {
  padding-top: 48px;
}
.section_compact {
  padding: 16px 0;
}
.section_compact:first-child {
  padding-top: 32px;
}
.section_compact:last-child {
  padding-bottom: 40px;
}
.section__title + .section__body::before {
  content: '';
  display: block;
  height: 16px;
}
.section__footer {
  padding-top: 16px;
}

.section-header {
  margin-bottom: 24px;
}
.section-header::after {
  content: '';
  display: table;
  clear: both;
}
.section-header__title {
  float: left;
  padding: 3px 16px 3px 0;
}
.section-header__actions {
  float: right;
}

.section-footer::after {
  content: '';
  display: table;
  clear: both;
}
.section-footer__actions {
  float: left;
}
.section-footer__button {
  float: right;
}

.subsection {
  margin-top: 32px;
}
.subsection:first-child {
  margin-top: 0;
}
.subsection__title {
  margin-bottom: 8px;
}
.subsection__title.h3.toggle-block .toggle::before {
  top: 3px;
}

.image-grid {
  margin-left: -16px;

  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;

  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.image-grid__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;

  margin-bottom: 16px; margin-left: 16px;
  padding: 16px;
  border-radius: 4px;
  text-align: center;
  background: #FFF;

  -webkit-justify-content: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.image-grid__item_2 {
  width: calc(16.6666% - 16px);
}
.image-grid__item_3 {
  width: calc(25% - 16px);
}
.image-grid__item_4 {
  width: calc(33.3333% - 16px);
}
.image-grid__item_6 {
  width: calc(50% - 16px);
}
.image-grid__item img {
  max-width: 100%;
}

.action {
  position: relative;
  display: inline-block;
  height: 32px;
  color: #9C8D8D;
  font-size: 14px;
  line-height: 32px;
  text-decoration: none;
  white-space: nowrap;
}
.action:hover {
  color: #7C6C6C;
  text-decoration: none;
}
.action_i {
  position: relative; z-index: 1;
  padding-left: 32px;
}
.action_i::before {
  position: absolute; top: 4px; left: 4px;
}
.action_i_right { padding-left: 0; padding-right: 32px; }
.action_i_right::before { left: auto; right: 4px; }
.action_i_only {
  width: 32px;
  padding: 4px;
  overflow: hidden;
}
.action_i_only::before { position: static; }
.action.hidden {
  display: none;
}

.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;
}

.button {
  display: inline-block;
  position: relative;
  padding: 11px 32px 12px;
  height: 46px;
  border: 1px solid #524B42; border-radius: 4px;
  background: none;
  color: #413B34;
  font-size: 16px; font-weight: bold;
  line-height: 21px;
  vertical-align: middle;
  text-align: center; text-decoration: none;
  white-space: nowrap;
  cursor: pointer;

  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;

  -webkit-transition: background-color, border-color 0.3s linear;
          transition: background-color, border-color 0.3s linear;
}
.button:hover,
.button:focus,
.button:active {
  -webkit-box-shadow: 0 0 0 2px rgba(82, 75, 66, 0.2);
          box-shadow: 0 0 0 2px rgba(82, 75, 66, 0.2);

  text-decoration: none;
}
.button_i {
  padding-left: 48px;
}
.button_i::before {
  position: absolute; top: 8px; left: 12px;
}

.button_small {
  padding-top: 8px;
  padding-bottom: 9px;
  height: 40px;
}

.button_submit {
  border-color: transparent;
  background: #009146;
  color: #FFF;
}
.button_submit:hover,
.button_submit:focus {
  -webkit-box-shadow: 0 0 0 2px rgba(0, 145, 70, 0.2);
          box-shadow: 0 0 0 2px rgba(0, 145, 70, 0.2);
}
.button_submit.disabled,
.button_submit.disabled,
.button_submit:disabled,
.button_submit[disabled] {
  opacity: .6;

  -webkit-box-shadow: none;
          box-shadow: none;
}

.button_orange {
  border-color: transparent;
  background: #FF8C41;
  color: #FFF;
}
.button_orange:hover,
.button_orange:focus {
  -webkit-box-shadow: 0 0 0 2px rgba(255, 140, 65, 0.2);
          box-shadow: 0 0 0 2px rgba(255, 140, 65, 0.2);
}
.button_orange.disabled,
.button_orange.disabled,
.button_orange:disabled,
.button_orange[disabled] {
  opacity: .6;

  -webkit-box-shadow: none;
          box-shadow: none;
}

.button_red {
  border-color: transparent;
  background-color: #E7391E;
  color: #FFF;
}
.button_red:hover,
.button_red:focus,
.button_red:active {
  background-color: #E7391E;

  -webkit-box-shadow: 0 0 0 2px rgba(231, 57, 30, 0.2);
          box-shadow: 0 0 0 2px rgba(231, 57, 30, 0.2);
}
.button_red.disabled,
.button_red.disabled,
.button_red:disabled,
.button_red[disabled] {
  opacity: .6;

  -webkit-box-shadow: none;
          box-shadow: none;
}

.button_stretch {
  display: block;
  padding-right: 8px; padding-left: 8px;
  width: 100%;
}

.button .loader-ticker {
  position: absolute; top: 50%; left: 50%;
  margin: -3px 0 0 -13px;
  line-height: 0;
}
.button .loader-ticker::before,
.button .loader-ticker__bar::after,
.button .loader-ticker__bar::before {
  background-color: #FFF;
}
.button .loader-ticker + .button__title {
  visibility: hidden;
}

.required::after {
  content: '*';
  color: #E7391E;
  font-size: 16px;
  line-height: 16px;
}

.field,
.field-attach__file {
  padding: 11px 15px 12px;
  height: 46px;
  border: 1px solid #D5C7BC;
  border-radius: 4px;
  background: #fff;
  color: #333;
  font-size: 16px;
  line-height: 21px;
  box-shadow: none;
}
.field:focus,
.field-attach__input:focus ~ .field-attach__file {
  border-color: #403A33;

  -webkit-box-shadow: 0 0 0 2px rgba(64, 58, 51, 0.2);
          box-shadow: 0 0 0 2px rgba(64, 58, 51, 0.2);
}
.field_stretch { width: 100%; }
.field_textarea {
  height: auto;
}
.field_period,
.field_datepicker {
  padding-right: 28px;
  background-image: url('../img/datepicker.png');
  background-image: none, url('../img/datepicker.svg');
  background-repeat: no-repeat;
  background-position: 100% 10px;
  -webkit-appearance: none;
          appearance: none;
}
.field_lookup {
  padding-right: 28px;
  background-image: url('../img/lookup.png');
  background-image: none, url('../img/lookup.svg');
  background-repeat: no-repeat;
  background-position: 100% 10px;
  -webkit-appearance: none;
          appearance: none;
}
.field_select {
  padding-right: 20px;
  background-repeat: no-repeat;
  background-position: 100% 50%;
  background-image: url('../img/select.png');
  background-image: none, url('../img/select.svg');
  -webkit-appearance: none;
          appearance: none;
}
.field_select::-ms-expand { display: none; }
.field_num { text-align: right; }
.field_action {
  padding-right: 32px;
}
.field.invalid {
  border-color: #E7391E;
}
.field.invalid:focus {
  border-color: #E7391E;

  -webkit-box-shadow: 0 0 0 2px rgba(231, 57, 30, 0.2);
          box-shadow: 0 0 0 2px rgba(231, 57, 30, 0.2);
}
.field.valid {
  border-color: #53D683;
}
.field.valid:focus {
  border-color: #53D683;

  -webkit-box-shadow: 0 0 0 2px rgba(83, 214, 131, 0.2);
          box-shadow: 0 0 0 2px rgba(83, 214, 131, 0.2);
}
.field[readonly],
.field[readonly]:focus,
.field:disabled,
.field:disabled:focus {
  border-color: #EEE;
  background-color: #FAFAFA;
  color: #877D76;

  -webkit-box-shadow: none;
          box-shadow: none;
}

.field-attach {
  position: relative; z-index: 1;
  overflow: hidden;
}
.field-attach__file {
  display: block;
  position: relative; z-index: 1;
  padding-right: 104px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.field-attach__button {
  position: absolute; top: 4px; right: 4px; z-index: 2;
  padding: 0;
  width: 96px; height: 38px;
  border-radius: 4px;
  background: #DFDDDA;
  color: #7A7068;
  font-size: 14px; font-weight: bold;
  line-height: 38px;
  text-align: center;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.field-attach__input {
  position: absolute; top: 0; right: 0; z-index: 3;
  border: solid transparent;
  width: 100%; height: 40px;
  cursor: pointer;
  opacity: 0;

  -moz-transform: translate(-300px, 0) scale(4);
}
.field-attach__remove {
  position: absolute; top: 4px; right: 100px; z-index: 3;
  width: 32px; height: 32px;
  border: none;
  visibility: hidden;

  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.field-attach__remove.active {
  visibility: visible;
}
.field-attach__remove::before {
  content: '';
  display: block;
  position: absolute; top: 4px; left: 4px;
  width: 24px; height: 24px;
  background: url('../img/icons.png') no-repeat 0 -120px;
  background-image: none, url('../img/icons.svg');
}
.field-attach__input.invalid ~ .field-attach__file { border-color: #e7391e; }
.field-attach__input.invalid:focus ~ .field-attach__file {
  border-color: #e7391e;
  box-shadow: 0 1px #e7391e;
}

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

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

.field-block {
  position: relative;
  margin-bottom: 12px; padding: 20px 0 4px 0;
  text-align: left;
}
.field-block_compact {
  margin-bottom: 0; padding-bottom: 0;
}
.field-block::after {
  content: '';
  display: table;
  clear: both;
}
.field-block__label {
  display: block;
  position: absolute; top: 0; z-index: 2;
  color: #877D76;
  font-size: 12px;
  line-height: 18px;
}
.field-block__label {
  left: 0; right: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;

  -webkit-transform-origin: left center;
          transform-origin: left center;
}
.field-block .field.animate + .field-block__label {
  -webkit-transition: all ease-out 150ms;
          transition: all ease-out 150ms;
}
.field-block .field_empty + .field-block__label {
  font-size: 16px;

  -webkit-transform: translate3d(16px, 34px, 0);
          transform: translate3d(16px, 34px, 0);
}
.field-block .field_empty + .field-block__label {
  cursor: text;
}
.field-block .field:focus + .field-block__label {
  font-size: 12px;

  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.field-block .field:focus + .field-block__label {
  cursor: default;
}
.field-block__hint,
.field-block__warning,
.field-block__error {
  display: block;
  padding-top: 6px; padding-bottom: 2px;
  font-size: 12px;
  line-height: 12px;
}
.field-block__hint {
  float: left;
  color: #999;
}
.field-block__error,
.field-block__warning {
  float: right;
}
.field-block__warning {
  color: #FF8C41;
}
.field-block__error {
  color: #E7391E;
}
.field-block__error + .field-block__hint { display: none; }
.field-block__description {
  display: block;
  padding-top: 4px;
  color: #877D76;
  font-size: 12px;
  line-height: 16px;
}
.field-block__range {
  position: relative;
  font-size: 0;
}
.field-block__range::after {
  content: '';
  display: table;
  clear: both;
}
.field-block__range .field {
  float: left;
  width: calc(50% - 8px);
}
.field-block__range .field:last-child {
  float: right;
}
.field-block__range::before {
  content: '-';
  position: absolute; top: 50%; left: 50%;
  margin: -8px 0 0 -8px;
  width: 16px;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
}
.field-block .passmeter {
  position: absolute; top: 61px; right: 1px; left: 1px; z-index: 1;
}

.chip {
  display: inline-block;
  position: relative;
  margin-left: 4px; margin-top: 4px;
  padding: 4px 8px;
  border-radius: 4px;
  background: #DFDDDA;
  font-size: 16px;
  white-space: nowrap;
  text-decoration: none;
  max-width: 100%;
}
.chip:hover {
  text-decoration: none;
}
.chip_remove {
  padding-right: 32px;
}
.chip_hoverable {
  -webkit-transition: background .3s;
          transition: background .3s;
}
.chip_hoverable:hover {
  background-color: #D7D5D1;
}
.chip__title {
  font-weight: 600;
  overflow: hidden;
  text-overflow: ellipsis;
}
.chip__remove {
  position: absolute; top: 0; right: 0;
  width: 32px; height: 32px;
  white-space: nowrap;
  overflow: hidden;

  -webkit-transition: -webkit-transform .3s;
          transition: transform .3s;
}
.chip__remove::after,
.chip__remove::before {
  content: '';
  display: block;
  position: absolute; top: 15px; left: 8px;
  width: 16px; height: 2px;
  background: #7C6C6C;
}
.chip__remove::after {
  -webkit-transform: rotate(315deg);
          transform: rotate(315deg);
}
.chip__remove::before {
  -webkit-transform: rotate(225deg);
          transform: rotate(225deg);
}
.chip__remove:hover {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}
.chip__description {
  padding-top: 4px;
  color: #877D76;
  font-size: 12px;
  overflow: hidden;
  text-overflow: ellipsis;
}

.chips {
  margin-left: -4px;
  margin-bottom: 4px;
  font-size: 0;
}
.chips_block {
  margin-bottom: 16px;
}

.passmeter {
  display: none;
  position: relative;
  height: 4px;
  background: #D5C7BC;
  border-radius: 0 0 3px 3px;
  overflow: hidden;
}
.passmeter_active { display: block; }
.passmeter__bar {
  display: block;
  width: 50%; height: 4px;
}
.passmeter_strong .passmeter__bar { background-color: #009146; }
.passmeter_good .passmeter__bar { background-color: #FF8C41; }
.passmeter_weak .passmeter__bar { background-color: #e95021; }
.passmeter_bad .passmeter__bar { background-color: #C5131C; }

.switch {
  display: inline-block;
  position: relative; z-index: 1;
  height: 20px;
  padding-left: 36px;
  margin: 0;
  cursor: pointer;
  text-align: left;
}
.switch input {
  position: absolute; top: 0; z-index: 1;
  width: 36px; height: 20px;
  margin-left: -36px;
  cursor: pointer;
  opacity: 0;
}
.switch i {
  display: inline-block;
  width: 0;
  height: 18px;
  margin-top: -2px;
  margin-right: 40px;
  margin-left: -36px;
  line-height: 1;
  vertical-align: middle;
  background-color: #EE7023;
}
.switch i::before {
  position: absolute; top: 3px; left: 1px;
  width: 34px; height: 14px;
  background-color: #9e9e9e;
  border-radius: 8px;
  content: '';
  -webkit-transition: all .2s;
     -moz-transition: all .2s;
          transition: all .2s;
}
.switch i::after {
  position: absolute; top: 0; left: 0;
  width: 20px; height: 20px;
  background-color: #fff;
  border-radius: 20px;
  content: '';

  -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, .12), 0 2px 6px rgba(0, 0, 0, .12);
          box-shadow: 0 2px 6px rgba(0, 0, 0, .12), 0 2px 6px rgba(0, 0, 0, .12);

  -webkit-transition: all .2s;
     -moz-transition: all .2s;
          transition: all .2s;
}
.switch input:checked + i::before {
  background: inherit;
  opacity: .5;
}
.switch input:checked + i::after {
  left: 16px;
  background: inherit;
}
.switch input:focus + i::after {
  -webkit-box-shadow: 0 0 0 8px rgba(182, 182, 182, .2);
          box-shadow: 0 0 0 8px rgba(182, 182, 182, .2);
}
.switch input:checked:focus + i::after {
  -webkit-box-shadow: 0 0 0 8px rgba(238, 112, 35, .1);
          box-shadow: 0 0 0 8px rgba(238, 112, 35, .1);
}

.switch input:disabled i,
.switch input:disabled + i::before,
.switch input:disabled + i::after {
  background: #BDBDBD;
}
.switch input:disabled + i::before {
  opacity: .5;
}
.switch input:disabled:focus + i::after,
.switch input:disabled:checked:focus + i::after {
  -webkit-box-shadow: 0 0 0 8px rgba(182, 182, 182, .2);
          box-shadow: 0 0 0 8px rgba(182, 182, 182, .2);
}

.switch-block {
  display: block;
  padding: 11px 12px 12px 15px;
  border: 1px solid transparent;
  border-radius: 4px;
  background: #FFF;
  color: #333;
  font-size: 16px;
  line-height: 21px;
}
.switch-block::after {
  content: '';
  display: table;
  clear: both;
}
.switch-block__switch {
  margin-left: 8px;
  float: right;
}
.switch-block__title {
  display: block;
  overflow: hidden;
}
.switch-block__title_small {
  font-size: 12px;
}
.switch-block__description {
  display: block;
  color: #877D76;
  clear: both;
  font-size: 12px;
}

.suggestions {
  display: none;
  position: absolute;
  min-width: 90px;
  margin-top: -4px;
  padding-bottom: 4px;
  background: #FFF;
  border: 1px solid #C5C5C5;
  border-top: none;
  border-radius: 0 0 4px 4px;
  overflow: hidden;
}
.suggestions_top {
  border: 1px solid #C5C5C5;
  border-bottom: none;
  border-radius: 4px 4px 0 0;
  margin-top: 4px;
  padding-top: 4px;
}
.suggestions_empty { padding: 4px 8px; }
.suggestions strong { color: #FF9226; font-weight: normal; }
.suggestions__header {
  padding: 4px 12px;
  background: #F7F7F7;
  color: #877D76;
  font-size: 12px;
}
.suggestions__body {
  position: relative; z-index: 1;
  overflow: auto;
  overflow-x: hidden;
}
.suggestions__item {
  padding: 8px 12px;
  border-top: 1px solid #F6F3F0;
  font-size: 14px;
  cursor: default;
  white-space: nowrap;
}
.suggestions__item:first-child::before { border-top: none; }
.suggestions__item_selected { background: #F9F6F1; }
.suggestions__item .data-summary__title {
  font-size: 14px;
}
.suggestions__item .data-summary__title,
.suggestions__item .data-summary__description {
    overflow: hidden;
    text-overflow: ellipsis;
}
.suggestions__empty {
  padding: 8px 12px 4px;
  border-top: 1px solid #F6F3F0;
  color: #877D76;
  font-size: 12px;
}

.suggestion::after {
  content: '';
  display: table;
  clear: both;
}
.suggestion__value {
  float: right;
  color: #7F858C;
}

.floating-action {
  display: inline-block;
  position: relative;
  padding-right: 56px;
  height: 56px;
  border: none;
  border-radius: 28px;
  background: #009146;
  color: #fff;
  appearance: none;
  overflow: visible;
  box-sizing: border-box;
  cursor: pointer;
}
.floating-action__title {
  display: block;
  padding-left: 0;
  max-width: 0;
  white-space: nowrap;
  font-size: 16px; font-weight: bold;
  line-height: 56px;
  overflow: hidden;

  -webkit-transition: max-width .5s ease-in-out;
     -moz-transition: max-width .5s ease-in-out;
       -o-transition: max-width .5s ease-in-out;
          transition: max-width .5s ease-in-out;
}
.floating-action__title::before {
  content: '';
  display: inline-block;
  width: 24px;
}
.floating-action__icon {
  display: block;
  position: absolute; top: 0; right: 0;
  width: 56px; height: 56px;

  -webkit-transition: -webkit-transform .25s cubic-bezier(.215, .61, .355, 1);
     -moz-transition: -moz-transform .25s cubic-bezier(.215, .61, .355, 1);
       -o-transition: -o-transform .25s cubic-bezier(.215, .61, .355, 1);
          transition: transform .25s cubic-bezier(.215, .61, .355, 1);
}
.floating-action__icon::after,
.floating-action__icon::before {
  content: '';
  display: block;
  position: absolute; top: 50%; left: 50%;
  width: 20px; height: 2px;
  background-color: #FFF;

  -webkit-transform-origin: 50% 50%;
     -moz-transform-origin: 50% 50%;
      -ms-transform-origin: 50% 50%;
          transform-origin: 50% 50%;

  -webkit-transform: translateX(-10px) translateY(0%) rotate(0deg);
    -moz-transform: translateX(-10px) translateY(0%) rotate(0deg);
     -ms-transform: translateX(-10px) translateY(0%) rotate(0deg);
         transform: translateX(-10px) translateY(0%) rotate(0deg);
}
.floating-action__icon::after {
  -webkit-transform: translateX(-10px) translateY(0%) rotate(90deg);
     -moz-transform: translateX(-10px) translateY(0%) rotate(90deg);
      -ms-transform: translateX(-10px) translateY(0%) rotate(90deg);
          transform: translateX(-10px) translateY(0%) rotate(90deg);
}
.floating-action:hover {
  text-decoration: none;
}
.floating-action:hover .floating-action__title {
  max-width: 400px;
}
.floating-action_orange {
  background: #FF8C41;
}

.floating-bar {
  position: relative;
  margin: 0 auto;
  max-width: 1024px;
}
.floating-bar .floating-action {
  position: absolute; right: 16px; top: -28px; z-index: 20;
}

.dialog {
  position: fixed; top: 0; right: 0; bottom: 0; left: 0; z-index: 1050;
  overflow: hidden;
  background: rgba(87, 78, 67, .6);
}
.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 #D5C7BC;
          box-shadow: 0 0 0 1px #D5C7BC;
}
.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);
}

.cookie-confirm {
  height: 100px;
}
.cookie-confirm__window {
  position: fixed; bottom: 0; right: 0; left: 0; z-index: 100;
  background: #FFDEC9;
  padding: 16px 0;
  overflow: hidden;
  min-height: 100px;

  -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, .2);
     -moz-box-shadow: 0 0 6px rgba(0, 0, 0, .2);
          box-shadow: 0 0 6px rgba(0, 0, 0, .2);

  -webkit-transition: transform .3s;
     -moz-transition: transform .3s;
       -o-transition: transform .3s;
          transition: transform .3s;
}
.cookie-confirm__wrapper {
  position: relative;
}
.cookie-confirm__header {
  padding-bottom: 4px;
  font-size: 16px;
  font-weight: bold;
}
.cookie-confirm__body {
  font-size: 14px;
  line-height: 1.25;
}
.cookie-confirm__action {
  display: inline-block;
  padding: 8px 8px 9px;
  height: 40px; min-width: 120px;
  border: 1px solid #FF8C41; border-radius: 4px;
  background: #FF8C41;
  color: #FFF;
  font-size: 16px; font-weight: bold;
  line-height: 21px;
  vertical-align: middle;
  text-align: center; text-decoration: none;
  white-space: nowrap;
  cursor: pointer;

  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;

  -webkit-transition: background-color, border-color 0.3s linear;
          transition: background-color, border-color 0.3s linear;
}
.cookie-confirm__action:hover,
.cookie-confirm__action:focus,
.cookie-confirm__action:active {
  -webkit-box-shadow: 0 0 0 2px rgba(255, 140, 65, 0.2);
          box-shadow: 0 0 0 2px rgba(255, 140, 65, 0.2);

  text-decoration: none;
}

.error-page {
  padding: 32px;
  width: 480px;
  font-size: 14px;
}
.error-page__title {
  margin-top: 8px;
  margin-bottom: 8px;
  font-size: 24px; font-weight: bold;
  line-height: 1.333;
}
.error-page__code {
  color: #DFDDDA;
  font-size: 64px; font-weight: bold;
  line-height: 1;
}
.error-page__description {
  color: #877D76;
}


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

  .nav-list__anchor_active::after {
    content: '';
    position: absolute; left: 50%; bottom: -24px;
    margin-left: -8px;
    border: 8px solid transparent;
    border-bottom-color: #F5EFEF;
  }

  .message__body_grid {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    margin-left: -16px;

    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .message__body_grid .message__text {
    padding-left: 16px;
    line-height: 1.5;
  }
  .message__body_grid .message__actions {
    margin-top: auto; margin-left: auto;
    padding-bottom: 4px; padding-left: 16px;
  }

  .footer-nav {
    margin-left: -32px;
    padding: 16px 0;
    font-size: 0;
  }
  .footer-nav__item {
    display: inline-block;
    padding: 4px 0 4px 32px;
    font-size: 16px;
    white-space: nowrap;
  }

  .h2.toggle-block .toggle::before {
    top: 4px;
  }

  .button_200 {
    min-width: 200px;
  }

  .cookie-confirm__body {
    padding-right: 160px;
  }
  .cookie-confirm__footer {
    position: absolute; right: 16px; bottom: 0;
  }

}

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

  .text h2 {
    font-size: 22px;
    font-weight: bold;
  }
  .text h3 {
    font-size: 18px;
  }
  .text h4 {
    font-size: 16px;
    font-weight: bold;
  }
  .text h4 {
    font-size: 16px;
  }

  .m_hidden {
    display: none;
  }

  .wrapper {
    padding: 0 16px;
    max-width: 640px;
  }

  .layout::before {
    content: '';
    display: block;
    height: 48px;
    background: #F5EFEF;
  }
  .layout__nav {
    position: fixed; top: 0; right: 0; left: 0; z-index: 100;
  }

  .scrolled .layout__nav {
    -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, .2);
       -moz-box-shadow: 0 0 6px rgba(0, 0, 0, .2);
            box-shadow: 0 0 6px rgba(0, 0, 0, .2);
  }

  .nav {
    padding: 0 64px 0 176px;
    min-height: 48px;
  }
  .nav__home,
  .nav__user,
  .nav__signin {
    display: block;
    left: 16px;
    min-height: 48px;
    line-height: 48px;
  }
  .nav__home {
    width: 48px;
  }
  .nav__home::before {
    margin: -10px 0 0 -10px;
    width: 20px; height: 20px;
    background-size: 20px auto;
  }
  .nav__user,
  .nav__signin {
    left: 64px;
    width: 112px;
    font-size: 16px;
  }
  .nav__signup,
  .nav__signout {
    display: none;
  }
  .nav__user_unconfirmed::after,
  .nav__signin.active::after,
  .nav__signup.active::after {
    content: none;
  }
  .nav__toggle {
    display: block;
    position: absolute; top: 4px; right: 12px; z-index: 51;
    width: 40px; height: 40px;
    color: #009146;
    cursor: pointer;
  }
  .nav__toggle > div,
  .nav__toggle::after,
  .nav__toggle::before {
    position: absolute; top: 50%; left: 50%;
    width: 22px; height: 2px;
    background-color: #009146;

    -webkit-transition: -webkit-transform .25s cubic-bezier(.215, .61, .355, 1);
       -moz-transition: -moz-transform .25s cubic-bezier(.215, .61, .355, 1);
         -o-transition: -o-transform .25s cubic-bezier(.215, .61, .355, 1);
            transition: transform .25s cubic-bezier(.215, .61, .355, 1);

    -webkit-transform-origin: 50% 50%;
       -moz-transform-origin: 50% 50%;
        -ms-transform-origin: 50% 50%;
            transform-origin: 50% 50%;
  }
  .nav__toggle > div {
    -webkit-transform: translateX(-50%) translateY(0%) rotate(0deg);
       -moz-transform: translateX(-50%) translateY(0%) rotate(0deg);
        -ms-transform: translateX(-50%) translateY(0%) rotate(0deg);
            transform: translateX(-50%) translateY(0%) rotate(0deg);
  }
  .nav__toggle::after,
  .nav__toggle::before {
      content: '';
  }
  .nav__toggle::after {
    -webkit-transform: translateX(-50%) translateY(300%) rotate(0deg);
       -moz-transform: translateX(-50%) translateY(300%) rotate(0deg);
        -ms-transform: translateX(-50%) translateY(300%) rotate(0deg);
            transform: translateX(-50%) translateY(300%) rotate(0deg);
  }
  .nav__toggle::before {
    -webkit-transform: translateX(-50%) translateY(-300%) rotate(0deg);
       -moz-transform: translateX(-50%) translateY(-300%) rotate(0deg);
        -ms-transform: translateX(-50%) translateY(-300%) rotate(0deg);
            transform: translateX(-50%) translateY(-300%) rotate(0deg);
  }
  .nav__toggle.active > div {
    -webkit-transform: translateX(-50%) translateY(0%) rotate(0deg) scaleX(0);
       -moz-transform: translateX(-50%) translateY(0%) rotate(0deg) scaleX(0);
        -ms-transform: translateX(-50%) translateY(0%) rotate(0deg) scaleX(0);
            transform: translateX(-50%) translateY(0%) rotate(0deg) scaleX(0);
  }
  .nav__toggle.active::after {
    -webkit-transform: translateX(-50%) translateY(0%) rotate(-45deg);
       -moz-transform: translateX(-50%) translateY(0%) rotate(-45deg);
        -ms-transform: translateX(-50%) translateY(0%) rotate(-45deg);
            transform: translateX(-50%) translateY(0%) rotate(-45deg);
  }
  .nav__toggle.active::before {
    -webkit-transform: translateX(-50%) translateY(0%) rotate(225deg);
       -moz-transform: translateX(-50%) translateY(0%) rotate(225deg);
        -ms-transform: translateX(-50%) translateY(0%) rotate(225deg);
            transform: translateX(-50%) translateY(0%) rotate(225deg);
  }

  .nav-list {
    margin-left: 0;
    padding: 10px 0;
    font-size: 0;
  }
  .nav-list__item {
    display: none;
    padding: 4px 0 4px 16px;
    font-size: 16px;
    line-height: 20px;
  }
  .nav-list__item:first-child {
    display: inline-block;
  }

  .nav-ext {
    display: block;
    position: absolute; top: 48px; right: 0; left: 0; z-index: 50;
    height: 0;
    background: #FFF;
    overflow: hidden;
    -webkit-transition: height .25s cubic-bezier(.215,.61,.355,1);
       -moz-transition: height .25s cubic-bezier(.215,.61,.355,1);
         -o-transition: height .25s cubic-bezier(.215,.61,.355,1);
            transition: height .25s cubic-bezier(.215,.61,.355,1);
  }
  .nav-ext.active {
    height: calc(100vh - 48px);
  }
  .nav-ext__list {
    margin: 0 auto;
    padding: 0 16px;
    max-width: 640px;
  }
  .nav-ext__item {
    border-top: 1px solid #D5C7BC;
    font-size: 16px;
  }
  .nav-ext__item:first-child {
    border-top: none;
  }
  .nav-ext__anchor {
    display: block;
    padding: 13px 0 14px;
    color: inherit;
  }
  .nav-ext__anchor_active {
    color: #009146;
    font-weight: bold;
  }
  .nav-ext__anchor_bold {
    font-weight: bold;
  }

  .header {
    padding-bottom: 16px;
  }
  .header__img {
    margin-right: 16px;
    width: 160px; height: 160px;
    line-height: 160px;
    overflow: hidden;
  }
  .header__img img {
    max-width: 100%;
  }
  .header__intro {
    min-height: 160px;
  }
  .header__text {
    padding-top: 16px;
    padding-bottom: 8px;
  }

  .message__header {
    font-size: 18px;
  }
  .message__actions {
    margin-top: 16px;
  }

  .footer {
    padding: 20px 16px 16px 120px;
    min-height: 64px;
  }
  .footer__img {
    top: 24px; left: 16px;
  }
  .footer__img img {
    width: 88px; height: auto;
  }

  .footer-nav {
    margin-bottom: 20px;
  }
  .footer-nav__item {
    padding: 4px 0;
    font-size: 14px;
  }

  .h1 {
    font-size: 24px;
  }
  .h2 {
    font-size: 20px;
  }
  .h3 {
    font-size: 18px;
  }

  .form__body {
    padding-top: 16px;
    padding-bottom: 16px;
  }
  .form__summary {
    margin-bottom: 16px;
  }

  .search {
    padding: 32px 0;
  }
  .search-ext__form {
    padding: 16px 0;
  }
  .search_compact {
    padding: 16px 0 0;
  }
  .search__input {
    padding: 11px 46px 12px 8px;
    font-size: 16px;
    line-height: 21px;
    box-shadow: none;
  }
  .search__button {
    width: 46px; height: 46px;
  }
  .search__button::before {
    top: 7px; right: 7px;
    width: 32px; height:  32px;
    background-size: 32px auto;
  }
  .search__hint,
  .search__toggle {
    font-size: 11px;
  }
  .search .toggle_triangle.active::after {
    bottom: -33px;
  }

  .field {
    padding-right: 7px;
    padding-left: 7px;
  }

  .field-grid__span_1,
  .field-grid__span_2,
  .field-grid__span_3,
  .field-grid__span_4 {
    width: 50%;
  }
  .field-grid__span_5,
  .field-grid__span_6,
  .field-grid__span_7,
  .field-grid__span_8,
  .field-grid__span_9,
  .field-grid__span_10,
  .field-grid__span_12 {
    width: 100%;
  }

  .chip {
    display: block;
  }

  .button_m_stretch {
    display: block;
    width: 100%;
  }
  .button_m_stretch.button_i {
    text-align: left;
  }

  .product-summary {
    font-size: 12px;
  }
  .product-summary .h1 {
    font-size: 20px;
  }

  .data-summary__title {
    font-size: 14px;
  }
  .data-summary__strong {
    font-size: 16px;
  }
  .data-summary__text {
    font-size: 12px;
  }
  .data-summary__text_m_hidden,
  .data-summary__description_m_hidden {
    display: none;
  }

  .subsection__title.h3.toggle-block .toggle::before {
    top: 0;
  }

  .section {
    padding-top: 24px;
    padding-bottom: 24px;
  }
  .section + .section {
    padding-top: 0;
  }
  .section-header {
    margin-bottom: 12px;
  }
  .section-header__title {
    padding-top: 11px;
    padding-bottom: 4px;
  }
  .section-footer__actions {
    display: none;
  }
  .section-footer__button {
    float: none;
    display: block;
    width: 100%;
  }
  .subsection {
    margin-top: 16px;
  }

  .data-table__th {
    font-size: 9px;
  }
  .data-table_m,
  .data-table_m .data-table__td,
  .data-table_m .data-table__tbody {
    display: block;
  }
  .data-table__td_empty,
  .data-table__td_m_hidden,
  .data-table__th_m_hidden,
  .data-table__thead_m_hidden,
  .data-table_m .data-table__td_m_hidden {
    display: none;
  }
  .data-table_m .data-table__tr {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .data-table_m .data-table__td {
    padding-left: 0;
    width: 50%;
  }
  .data-table_m .data-table__td_m_stretch {
    width: 100%;
    padding-bottom: 0;
  }
  .data-table_m .data-table__td_first {
    padding-left: 0;
  }
  .data-table_m .data-table__td_right {
    padding-right: 8px;
  }
  .data-table_m .data-table__td_right {
    text-align: left;
  }
  .data-table_m .data-table__tr:first-child .data-table__td {
    border-top: 1px solid #D5C7BC;
  }
  .data-table_m .data-table__tr:first-child .data-table__td:nth-child(1),
  .data-table_m .data-table__tr:first-child .data-table__td:nth-child(2) {
    border-top: none;
  }
  .data-table_m .data-table__td::before {
    margin-bottom: 4px;
    display: block;
    color: #7A7068;
    font-size: 9px;
  }
  .data-table_m .data-table__td_m_action {
    position: absolute; top: 0; right: 0;
    padding: 0;
    border-top: none;
    width: auto;
  }
  .data-table_m .data-table__tr:first-child .data-table__td_m_action {
    border-top: none;
  }

  .data-table_m .data-table__td_empty,
  .data-table_m .data-table__thead {
    display: none;
  }

  .image-grid__item_2 {
    width: calc(25% - 16px);
  }
  .image-grid__item_3 {
    width: calc(50% - 16px);
  }
  .image-grid__item_4 {
    width: calc(75% - 16px);
  }
  .image-grid__item_6 {
    width: calc(100% - 16px);
  }

  .field-grid__span_1,
  .field-grid__span_2,
  .field-grid__span_3,
  .field-grid__span_4 {
    width: 100%;
  }

  .flash {
    padding: 13px 8px 0;
    min-height: 48px;
  }

  .cookie-confirm {
    height: 180px;
  }
  .cookie-confirm__footer {
    padding-top: 8px;
  }
  .cookie-confirm__action {
    display: block;
    width: 100%;
  }

}