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;
  visibility: visible !important;
}
body:before {
  /* footer helper */
  content: "";
  height: 100%;
  float: left;
  width: 0;
  margin-top: -32767px;
}
.w-share-link {
  cursor: pointer;
  display: inline-block;
  vertical-align: baseline;
  text-align: center;
  text-decoration: none;
}
/* Header */
.header {
  position: absolute;
  z-index: 20;
  top: 0;
  left: 0;
  width: 100%;
  height: 110px;
  transition: 0.5s ease;
}
.header.is-active {
  opacity: 0;
}
.header-i {
  position: relative;
  margin: auto;
  width: 1260px;
}
.header__logo {
  position: absolute;
  top: 32px;
  left: 0;
  width: 93px;
  height: 67px;
  background: url("../img/logo.svg") 50% 50% no-repeat;
  background-size: 100% auto;
  text-decoration: none;
  color: #FFF;
  line-height: 33px;
  font-size: 24px;
}
.header__logo span {
  position: absolute;
  top: 0;
  white-space: nowrap;
  left: 120px;
}
.header__title {
  position: absolute;
  top: 50px;
  left: 110px;
  color: #FFF;
  text-transform: uppercase;
  line-height: 1;
  font-size: 36px;
  text-decoration: none;
  font-family: 'Sofia Sans Condensed', sans-serif;
}
.header-links {
  position: absolute;
  top: 50px;
  right: 0;
  display: flex;
  line-height: 32px;
}
.header-links__item {
  display: block;
  margin-left: 16px;
  width: 32px;
  height: 32px;
  color: #FFF;
  text-decoration: none;
  transition: all 0.5s ease;
}
.header-links__item_4 {
  margin-left: 64px;
}
.header-links__item:hover {
  opacity: 0.8;
}
.header-links__item svg {
  display: block;
  margin: auto;
  height: 100%;
}
.header .w-share {
  position: absolute;
  top: 45px;
  left: 3px;
  transform: scale(0);
  opacity: 0;
  transform-origin: 50% 0;
  transition: all 0.5s ease;
}
.header .w-share.is-active {
  transform: scale(1);
  opacity: 1;
}
.header .w-share-link {
  display: inline-block;
  vertical-align: top;
  box-sizing: border-box;
  margin: 0 4px;
  width: 41px;
  height: 41px;
  border-radius: 50%;
  background: #FFF;
  color: #00B1C4;
  text-align: center;
  font: 23px/41px FontAwesome;
  transition: all 0.5s ease;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.6);
}
.header .w-share-link[data-service="fb"]::before {
  content: "\f09a";
}
.header .w-share-link[data-service="tw"]::before {
  content: "\f099";
}
.header .w-share-link[data-service="vk"]::before {
  content: "\f189";
}
.header .w-share-link:hover {
  box-shadow: 0 0 5px 0 #000000;
}
/* 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 {
  overflow: hidden;
  height: 0;
}
.sections {
  min-height: 100%;
  box-sizing: border-box;
}
.section.is-active {
  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;
  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 0.3em;
  content: "/";
  line-height: 0.6;
  /* IE11 fix */
}
.breadcrumbs__item:last-child::after {
  content: "";
}
.l-primary,
.l-secondary {
  display: flex;
  vertical-align: top;
  box-sizing: border-box;
}
.l-primary-h,
.l-secondary-h {
  position: relative;
  /*overflow: hidden;*/
  /*width: 575px;*/
  margin: 20px 0 0;
  padding: 0 20px;
  background: #FFF;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
}
.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: static;
  margin: 0 auto;
  text-align: center;
}
.index .w-navbar,
.popup .w-navbar {
  display: none;
}
.w-navbar-action {
  position: fixed;
  background: #FFF;
  text-decoration: none;
  color: #000;
  padding: 20px;
  filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.3));
  user-select: none;
}
.w-navbar-action.type_prev {
  transform: translate(-100%, -50%);
  padding-right: 50px;
  top: 50%;
  left: 50px;
  border-bottom-right-radius: 50px;
  border-top-right-radius: 50px;
  transition: all 0.5s;
}
.w-navbar-action.type_prev svg {
  position: absolute;
  height: 30px;
  top: 50%;
  right: 25px;
  transform: translateY(-50%);
}
.w-navbar-action.type_prev:hover {
  transform: translate(0, -50%);
  left: 0;
}
.w-navbar-action.type_prev:hover svg {
  opacity: 0;
}
.w-navbar-action.type_prev::before {
  content: "";
  position: fixed;
  top: 50%;
  right: 0;
  width: 300px;
  height: 100vh;
  transform: translateY(-50%);
}
.w-navbar-action.type_next {
  transform: translate(100%, -50%);
  padding-left: 50px;
  top: 50%;
  right: 50px;
  border-bottom-left-radius: 50px;
  border-top-left-radius: 50px;
  transition: all 0.5s;
}
.w-navbar-action.type_next::before {
  content: "";
  position: fixed;
  top: 50%;
  left: 0;
  width: 300px;
  height: 100vh;
  transform: translateY(-50%);
}
.w-navbar-action.type_next svg {
  position: absolute;
  height: 30px;
  top: 50%;
  left: 25px;
  transform: translateY(-50%);
  transition: all 0.5s;
}
.w-navbar-action.type_next:hover {
  transform: translate(0, -50%);
  right: 0;
}
.w-navbar-action.type_next:hover svg {
  opacity: 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;
}
.w-search {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  padding: 35px 20px;
  width: 875px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  background-color: #ffffff;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
.w-search-submit {
  display: none;
}
.w-search-input {
  display: block;
  position: relative;
}
.w-search-input i {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  display: block;
  text-align: center;
}
.w-search-suggest {
  position: static !important;
  box-shadow: none;
}
.w-search-suggest-item-title {
  color: #0058a7;
  text-decoration: none;
  font-font: 'Alegreya Sans', sans-serif;
}
.w-search-suggest-h {
  width: 100%;
}
.w-search-suggest-close {
  display: none;
}
.w-search input[type="text"],
.w-search input[type="search"] {
  border: 1px solid #225dac;
  padding: 2px 5px;
  width: 100%;
  font-size: 22px;
  color: #000;
}
.w-search.is-active {
  display: block;
}
/*
 ************** 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;
}
/*
 ************************ 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%);
  -ms-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;
  }
  .rotate-helper {
    display: block;
  }
}
.preloader {
  display: none;
  position: fixed;
  z-index: 20;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #FFF;
}
.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 */