html {
  overflow-y: scroll;
  overflow-x: visible;
  height: 100%;
}
* {
  outline: 0;
}
/* remove border on ff not fully loaded img's / 2016: actual */
img:-moz-loading {
  visibility: hidden;
}
/* Disable font boosting in Browser for Android / 2016: actual */
.touch * {
  max-height: 1000000px;
}
body {
  height: 100%;
  background: #fff;
  color: #000;
  overflow: visible !important;
}
body:before {
  /* footer helper */
  content: "";
  height: 100%;
  float: left;
  width: 0;
  margin-top: -32767px;
}
/* Header */
.header {
  position: fixed;
  z-index: 20;
  top: 0;
  left: 0;
  width: 100%;
}
.header-i {
  position: relative;
  margin: auto;
}
.header__logo {
  float: left;
}
.header__logo > img {
  display: block;
}
/* Footer */
.footer {
  position: relative;
  clear: both;
  /* footer helper */
  box-sizing: border-box;
}
.footer-i {
  position: relative;
  margin: auto;
}
.footer__copyright {
  position: relative;
  z-index: 1;
  float: left;
}
.footer__downstream {
  position: relative;
  z-index: 1;
  float: right;
}
.section {
  display: none;
  overflow: hidden;
  height: 0;
}
.sections {
  min-height: 100%;
  box-sizing: border-box;
}
.section.is-active {
  display: block;
  overflow: visible;
  height: 100%;
  padding-top: 0;
  /* Heaader height */
  box-sizing: border-box;
}
.section_index {
  position: relative;
}
.section_index.is-active {
  position: static;
}
body.popup .section_panels {
  overflow: hidden;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
}
.section_popup {
  white-space: nowrap;
  text-align: center;
  background: rgba(255, 255, 255, 0.9);
  font-size: 0;
}
.section_popup:before {
  height: 100%;
  display: inline-block;
  vertical-align: middle;
  content: '';
}
.section_popup .l-submain {
  display: inline-block;
  white-space: normal;
  vertical-align: middle;
  text-align: left;
}
.section_popup .w-toolbar {
  font-size: 12px;
}
.l-submain {
  margin: auto;
}
.l-submain-h {
  position: relative;
}
/*
 ******************************** .l-popup *********************************/
.l-popup {
  background: #FFF;
}
.l-popup-h {
  position: relative;
  margin: 0 20px;
  padding: 20px 0;
  text-align: center;
}
.l-popup-inner {
  display: inline-block;
  text-align: left;
  width: 100%;
}
.l-popup-inner .g-grid-cell {
  width: 100% !important;
}
/* TODO next sections */
.l-submain.for_panels .l-submain-h {
  display: table;
  table-layout: fixed;
  position: relative;
  overflow: hidden;
  width: 100%;
}
.l-submain.for_popup .l-submain-h {
  height: 100%;
}
.breadcrumbs {
  margin: 0 0 20px;
}
.breadcrumbs__item::after {
  display: inline-block;
  overflow: hidden;
  /* IE11 fix */
  padding: 0 .3em;
  content: "/";
  line-height: 0.6;
  /* IE11 fix */
}
.breadcrumbs__item:last-child::after {
  content: "";
}
.l-primary,
.l-secondary {
  display: table-cell;
  vertical-align: top;
  overflow: hidden;
  box-sizing: border-box;
}
.l-primary-h,
.l-secondary-h {
  position: relative;
  /*overflow: hidden;*/
  /*width: 575px;*/
  margin: 0 25px;
}
.l-secondary {
  display: none;
}
.w-toolbar {
  position: absolute;
  top: 0;
  right: 0;
}
/*
 ******************************* Panel navigation *********************************/
.w-navbar {
  z-index: 10;
  left: 0;
  width: 100%;
}
.w-navbar-h {
  position: relative;
  margin: 0 auto;
  text-align: center;
}
.index .w-navbar,
.popup .w-navbar {
  display: none;
}
.w-navbar-action {
  position: absolute;
  top: 0;
}
.w-navbar-action.type_top {
  left: 50%;
  margin-left: -30px;
}
.w-navbar-action.type_bookmark {
  left: 50%;
  margin-left: 30px;
}
.w-navbar-action.type_prev {
  left: 0;
}
.w-navbar-action.type_next {
  right: 0;
}
/*
 ******************************* .l-page *********************************/
.l-page {
  position: relative;
}
.l-page-h {
  padding: 20px 0 60px;
}
.w-telescope {
  clear: both;
}
.l-side {
  display: table-cell;
  vertical-align: top;
  overflow: hidden;
  width: 250px;
  box-sizing: border-box;
}
.l-side-h {
  padding: 20px 24px;
}
.l-extra {
  display: table-cell;
  vertical-align: top;
  width: 250px;
  box-sizing: border-box;
}
.l-extra-h {
  padding: 0 20px;
}
.w-bookmarks-item {
  position: relative;
}
/*
 *************** Plugin: search *****************/
.w-search {
  position: relative;
  float: right;
}
.w-search-input,
.w-search-submit {
  display: inline-block;
}
.w-search input[type="text"],
.w-search input[type="search"] {
  border: 0;
  background: transparent;
}
.w-search-input-loader {
  opacity: 0;
}
.w-search-input-loader.is-active {
  opacity: 1;
}
.w-search-suggest {
  display: none;
  position: absolute;
  z-index: 999;
  right: 0;
  box-shadow: rgba(0, 0, 0, 0.5) 0 0 1px;
}
.w-search-suggest-h {
  position: relative;
  width: 525px;
  height: 100%;
  background: #FFF;
}
.w-search-suggest-close {
  position: absolute;
  overflow: hidden;
  top: 0;
  right: 0;
  margin: 0;
}
.w-search-suggest-body {
  height: 100%;
  overflow: auto;
}
.w-search-suggest-title {
  margin: 0;
  padding: 0 10px;
}
.w-search-suggest-section {
  position: relative;
}
.w-search-suggest-section-list {
  position: relative;
  overflow: auto;
  height: 100%;
}
.w-search-suggest-item {
  display: block;
  position: relative;
  overflow: hidden;
  padding: 10px;
  margin: 0;
  border-bottom: 1px solid #D9D9D9;
  text-decoration: none;
}
.w-search-suggest-item:last-child {
  border-bottom: 0;
}
.w-search-suggest-item em {
  font-style: normal;
  background-color: #fff161;
  padding: 0 2px;
  color: #000000;
  -webkit-text-fill-color: #000000;
}
.w-search-suggest-item:hover {
  background: #F1F1F1;
}
.w-search-suggest-item:hover .w-search-table-gap {
  background-position: 0 -38px;
}
.w-search-suggest-item:hover .w-search-table-break {
  background-position: 0 -30px;
}
.w-search-suggest-item-title {
  color: black;
  margin: 0;
  text-decoration: underline;
}
.w-search-suggest-item-body {
  text-decoration: none;
  padding: 5px 0;
  color: #010101;
}
.w-search-table-gap {
  background: transparent url(../img/search-gap.png) repeat-x;
  height: 38px;
  position: relative;
  top: 60px;
  margin-bottom: -38px;
  z-index: 26;
}
.w-search-table-break {
  background: transparent url(../img/search-break.png) repeat-x;
  height: 30px;
  margin-top: -40px;
  position: relative;
  z-index: 26;
}
.w-search-notfound {
  padding: 100px 0;
  text-align: center;
}
/*
 ************** Gui widget: grided content *******************/
.g-grid {
  position: relative;
  /* children position absolute fix */
}
.g-grid-row::after {
  content: "";
  display: block;
  clear: both;
}
.g-grid-cell {
  float: left;
}
.g-grid-cell:first-child {
  margin-left: 0 !important;
}
.w-share-link {
  cursor: pointer;
  display: inline-block;
  vertical-align: baseline;
  text-align: center;
  text-decoration: none;
}
/*
 ************************ Internationalization ************************/
html[lang="ru"] .i18n.lang_en,
html[lang="en"] .i18n.lang_ru {
  display: none !important;
}
.g-html .datatable {
  display: none;
}
.i-fixedsticky-active {
  position: fixed;
  top: 0 !important;
  left: 0;
  z-index: 1;
}
@media print {
  @page {
    margin: 2cm;
  }
  body {
    background: #fff !important;
    min-width: 0 !important;
  }
  body:before,
  body:after {
    content: none;
  }
  .noprint {
    display: none !important;
  }
  * {
    /*color: #000 !important;
		border-color: #000 !important;*/
    -webkit-print-color-adjust: exact;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a {
    text-decoration: underline;
  }
  a[href^=http]:after {
    content: " (" attr(href) ") ";
  }
  a[href^="#"]:after {
    content: "";
  }
  pre,
  .kz1,
  .kz2,
  blockquote {
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  .i-accordion,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  tr {
    display: table-row;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3,
  h4 {
    page-break-after: avoid;
  }
  .l-main,
  .l-submain,
  .l-submain-h,
  .i-view,
  .l-primary,
  .l-secondary,
  .l-wide,
  .l-popup {
    position: static !important;
    overflow: visible !important;
    height: auto !important;
    border: 0 !important;
    min-height: 0 !important;
    float: none !important;
  }
  .l-primary-h,
  .l-secondary-h,
  .l-wide-h,
  .l-popup-h {
    margin: auto !important;
  }
  .l-submain-h {
    width: auto !important;
    float: none !important;
  }
  .l-primary {
    left: 0 !important;
    margin: 0 auto !important;
  }
  .g-grid-accordion-row {
    display: block !important;
    visibility: visible !important;
    height: auto !important;
  }
  /*.g-html .i-accordion {
		padding: 0 !important;
		font-weight: bold !important;
	}*/
  .l-page-h {
    padding: 0 !important;
  }
  .sections {
    padding: 0 !important;
  }
  .section.is-active {
    width: auto;
    padding: 0 !important;
  }
  .section.is-active .l-submain-h {
    margin: 0 auto;
  }
  .sections::after {
    content: none;
  }
  body.popup .section_index,
  body.popup .section_panels {
    display: none;
  }
}
body.type_pdf {
  background: #fff !important;
  min-width: 0 !important;
  width: auto !important;
}
body.type_pdf .l-page > * {
  overflow: hidden;
  -webkit-print-color-adjust: exact;
}
body.type_pdf .l-submain-h {
  margin: 0 !important;
  width: 100% !important;
}
body.type_pdf .preloader {
  display: none;
}
.rotate-helper {
  display: none;
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.9);
  color: #FFF;
  text-align: center;
  font-size: 18px;
}
.rotate-helper__content {
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.rotate-helper__content .fa {
  vertical-align: top;
  line-height: 144px;
}
.rotate-helper__content .fa.fa-repeat {
  font-size: 26px;
}
@media all and (orientation: portrait) {
  html,
  body {
    overflow: hidden;
  }
  .touch .w-rotate-helper {
    display: block;
  }
}
.preloader {
  display: none;
  position: fixed;
  z-index: 20;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.95);
}
.preloader__helper {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}
.preloader.is-active {
  display: block;
}
.offline .w-share,
.offline .w-chart-buttons,
.offline .w-chartbuilder-buttons-group.type_export {
  display: none !important;
}
/*# sourceMappingURL=canvas.css.map */