* {
  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;
}
html {
  color: #222;
  font-size: 1em;
  line-height: 1.4;
}
* {
  box-sizing: border-box;
}
body {
  position: relative;
  overflow: hidden;
  background: #eee !important;
  color: #000;
}
body:before {
  /* footer helper */
  content: "";
  height: 100%;
  float: left;
  width: 0;
  margin-top: -32767px;
}
.sections {
  position: fixed;
  overflow: hidden;
  top: 50%;
  left: 50%;
  width: 1920px;
  height: 1080px;
  background: #fff;
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.2);
}
.section {
  overflow: hidden;
  height: 0;
}
.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;
  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 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;
}
/*
 ******************************* .l-page *********************************/
.l-page {
  position: relative;
}
.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;
  }
}
.menu {
  position: absolute;
  overflow: hidden;
  z-index: 50;
  top: 0;
  left: 0;
  width: 470px;
  height: 1080px;
  background: #fff;
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.9);
  transition: all 0.5s ease;
  transform: translateX(-470px);
}
.menu a {
  color: inherit;
  text-decoration: none;
}
body.index .menu,
body.has-menu .menu {
  box-shadow: 0 0 64px 0 rgba(0, 0, 0, 0.9);
  transform: translateX(0);
}
.menu__logo {
  position: absolute;
  top: 20px;
  left: 50px;
  width: 300px;
  height: 79px;
  background: url("../img/logo.svg") no-repeat;
  background-size: contain;
  cursor: pointer;
  background-position: 0 10px;
}
.menu .i-nav-side .menu-list.level_1 {
  position: absolute;
  top: 120px;
  left: 50px;
  width: 420px;
}
.menu .i-nav-side .menu-list.level_1 .menu-list__item.level_1 {
  position: relative;
  margin-bottom: 15px;
  padding: 0 0 9px 72px;
  text-transform: uppercase;
  line-height: 24px;
  font-size: 20px;
  color: #6E52E1;
  font-family: 'Grtsk Giga', sans-serif;
  cursor: pointer;
}
.menu .i-nav-side .menu-list.level_1 .menu-list__item.level_1[data-id="41"],
.menu .i-nav-side .menu-list.level_1 .menu-list__item.level_1[data-id="44"],
.menu .i-nav-side .menu-list.level_1 .menu-list__item.level_1[data-id="223"] {
  line-height: 48px;
}
.menu .i-nav-side .menu-list.level_1 .menu-list__item.level_1::before {
  content: attr(data-number);
  position: absolute;
  top: 0;
  left: 0;
  width: 72px;
  height: 100%;
  text-align: center;
  line-height: 52px;
  font-size: 42px;
  font-weight: 500;
  font-family: 'Grtsk Giga', sans-serif;
  color: #6E52E1;
  transition: color 0.5s;
}
.menu .i-nav-side .menu-list.level_1 .menu-list__item.level_1::after {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  margin-left: 72px;
  max-width: 0;
  white-space: pre;
  color: #ea4235;
  content: attr(data-hover);
  transition: max-width 0.5s;
}
.menu .i-nav-side .menu-list.level_1 .menu-list__item.level_1 ins {
  position: absolute;
  left: 0;
  bottom: 0;
  max-width: 0;
  width: 100%;
  border-bottom: 2px solid #ea4235;
  transition: max-width 0.5s;
}
.menu .i-nav-side .menu-list.level_1 .menu-list__item.level_1:hover::before,
.menu .i-nav-side .menu-list.level_1 .menu-list__item.level_1.is-active::before {
  color: #6E52E1;
}
.menu .i-nav-side .menu-list.level_1 .menu-list__item.level_1:hover ins,
.menu .i-nav-side .menu-list.level_1 .menu-list__item.level_1.is-active ins,
.menu .i-nav-side .menu-list.level_1 .menu-list__item.level_1:hover::after,
.menu .i-nav-side .menu-list.level_1 .menu-list__item.level_1.is-active::after {
  max-width: 100%;
}
.menu .i-nav-side .menu-list.level_2 {
  display: block !important;
  position: relative;
  top: -10px;
  padding-left: 72px;
  font-family: 'panton', sans-serif;
}
.menu .i-nav-side .menu-list.level_2 .menu-list__item {
  display: block;
  cursor: pointer;
  color: #374897;
  transition: color 0.5s;
}
.menu .i-nav-side .menu-list.level_2 .menu-list__item:hover {
  color: #ea4235;
}
.submenu {
  position: absolute;
  left: 470px;
  width: 900px;
  padding: 20px 50px;
  height: 1080px;
  background: #fff;
  box-sizing: border-box;
  transition: all 0.5s ease;
}
.submenu .w-nav-item {
  line-height: 34px;
  font-size: 26px;
  white-space: nowrap;
  cursor: pointer;
  color: #374897;
  transition: all 0.5s ease;
}
.submenu .w-nav-item:hover {
  color: #ea4235;
}
.hover_submenu.has-menu .menu,
.show_submenu.has-menu .menu {
  overflow: visible;
}
.hover_submenu.has-menu .submenu,
.show_submenu.has-menu .submenu {
  box-shadow: 9px 0 10px 0 rgba(0, 0, 0, 0.3);
}
.show_submenu .slide-tabs {
  display: none !important;
}
.preloader {
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
}
.preloader__helper {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -48px 0 0 -150px;
  width: 300px;
  height: 96px;
  background: url("../img/logo.svg") 50% 50% no-repeat;
  background-size: contain;
  backface-visibility: hidden;
  perspective: 1000px;
  transform: scale(1);
  animation: preloader 2s infinite linear;
}
@keyframes preloader {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(0.9);
  }
  100% {
    transform: scale(1);
  }
}
.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;
}
/* Portrait */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
  html,
  body {
    overflow: hidden;
  }
  .touch .rotate-helper {
    display: block;
  }
}
/* Landscape */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  body {
    background: #fff !important;
  }
  .sections {
    height: 188%;
    box-shadow: none;
  }
  .menu {
    height: 188%;
  }
  .toggle-animation {
    top: 0;
    right: 0;
    bottom: auto;
    left: auto;
  }
  .toggle-conclusion {
    top: 0;
    right: 24px;
    bottom: auto;
    left: auto;
  }
}
.d3chart {
  position: relative;
}
.d3chart-legend {
  padding: 5px 0;
  text-align: center;
  font-size: 0;
}
.d3chart-legend__item {
  display: inline-block;
  vertical-align: top;
  margin: 0 10px;
  color: #555765;
  white-space: nowrap;
  font-size: 18px;
}
.d3chart-legend__item ins {
  content: "";
  display: inline-block;
  vertical-align: baseline;
  width: 30px;
  height: 13px;
  background: currentColor;
  margin-right: 5px;
}
.d3chart_bar .d3chart__itogo {
  margin-bottom: 10px;
  text-align: right;
  line-height: 40px;
  font-size: 24px;
  color: #f6bd42;
}
.d3chart_bar .d3chart__itogo span {
  font-size: 36px;
  font-weight: bold;
  color: #f6bd42;
}
.w-chart-comments {
  position: relative;
  width: 100%;
}
.w-chart-comment {
  position: absolute;
  top: -20px;
  font-size: 15px;
  transform: translateX(-50%);
}
/*# sourceMappingURL=canvas.css.map */