@import url("https://fonts.googleapis.com/css?family=Roboto:400,700&display=swap");
* {
  box-sizing: border-box;
}
body,
html {
  height: 100%;
  font-family: PT Sans, sans-serif;
}
html.sr .load-hidden {
  visibility: hidden;
}
.wrp {
  padding: 0;
  margin: 0;
  overflow: hidden;
}
.wrp img {
  max-width: 100%;
  display: block;
}
.wrp .clearfix:after {
  content: "";
  display: table;
  clear: both;
}
.hide-mobile {
  display: block;
}
.show-mobile {
  display: none;
}
.it-grad {
  color: #2b2a29;
  font-family: Roboto, sans-serif;
}
.it-grad .preview {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10000;
}
.it-grad .hidden {
  display: none;
}
.arcticmodal-container,
.arcticmodal-overlay {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1000;
}
.arcticmodal-container {
  overflow: auto;
  margin: 0;
  padding: 0;
  border: 0;
  border-collapse: collapse;
}
:first-child + html .arcticmodal-container {
  height: 100%;
}
.arcticmodal-container_i {
  height: 100%;
  margin: 0 auto;
}
.arcticmodal-container_i2 {
  padding: 24px;
  margin: 0;
  border: 0;
  vertical-align: middle;
}
.arcticmodal-error {
  padding: 20px;
  border-radius: 10px;
  background: #000;
  color: #fff;
}
.arcticmodal-loading {
  width: 80px;
  height: 80px;
  border-radius: 10px;
  background: #000 url(https://kapital.kz/assets/18dc49f/img/loading.gif)
    no-repeat 50% 50%;
}
.kapital {
  background-color: #fff;
  position: relative;
  top: 0;
  z-index: 10;
  width: 100%;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: center;
  align-items: center;
  padding: 30px 20px;
}
.kapital,
.kapital__logo {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
}
.kapital__logo {
  text-align: center;
  margin-bottom: 15px;
}
.kapital__link {
  color: #016938;
  font-size: 18px;
  text-decoration: none;
  margin: 0 5px;
  border-radius: 20px;
}
.kapital__list {
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.kapital__list,
.nav {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
}
.nav {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  max-width: 1080px;
  margin: 0 auto;
  padding: 26px 20px;
  grid-template-columns: 160px 1fr;
}
.nav__list {
  display: none;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -ms-flex-align: center;
  align-items: center;
}
.nav__list.active {
  background-color: rgba(0, 141, 210, 0.8);
  position: absolute;
  top: 60px;
  right: 20px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: self-start;
  align-items: self-start;
  padding: 5px 0;
}
.nav__list.active .nav__item {
  margin: 5px 10px;
}
.nav__list.active .nav__link {
  color: #fff;
  padding: 5px 20px;
}
.nav__list.active .nav__link:hover {
  color: #2b2a29;
}
.nav img {
  max-width: 100%;
}
.nav__logo {
  color: #000;
  display: block;
  max-width: 160px;
  font-size: 24px;
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase;
}
.nav__logo img {
  max-width: 100%;
}
.nav__item {
  margin-left: 40px;
}
.nav__link {
  color: #2b2a29;
  font-size: 15px;
  text-decoration: none;
}
.nav__btn {
  display: none;
  width: 30px;
  height: 20px;
  margin-right: 0;
  margin-left: auto;
  border: none;
  outline: none;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: justify;
  justify-content: space-between;
  cursor: pointer;
}
.nav__line {
  width: 100%;
  height: 1px;
  background-color: #2b2a29;
}
@media only screen and (max-width: 768px) {
  .nav__item {
    margin-left: 20px;
  }
}
@media only screen and (max-width: 640px) {
  .nav__list {
    display: none;
  }
}
.header {
  padding: 141px 20px 106px;
  background-color: #fff;
  background-image: url(../img/header-bg.png);
  background-position: 100% 0;
  background-repeat: no-repeat;
}
.header__inner {
  max-width: 1040px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(320px, 460px) 1fr;
}
.header__txt {
  max-width: 460px;
}
.header__title {
  font-size: 46px;
  line-height: 1;
  font-weight: 700;
  margin: 0 0 30px;
}
.header__subtitle {
  font-size: 18px;
  line-height: 30px;
  margin: 0 0 60px;
}
.header__uptitle {
  font-size: 14px;
  margin: 0 0 29px 40px;
  position: relative;
}
.header__uptitle:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: -80px;
  background-image: url(../img/snow.svg);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 100%;
  width: 89px;
  height: 82px;
}
.header__info {
  font-size: 12px;
  line-height: 20px;
  max-width: 356px;
}
.header__parallax {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.header__cloud {
  position: absolute;
  background-image: url(../img/cloud-light.svg);
  background-size: 100%;
  background-repeat: no-repeat;
}
.header__cloud.c1 {
  background-image: url(../img/cloud-dark.svg);
  width: 174px;
  height: 100px;
  margin-top: 4%;
  margin-left: 6%;
}
.header__cloud.c2 {
  width: 98px;
  height: 56px;
  margin-top: 5%;
  margin-left: 58%;
}
.header__cloud.c3 {
  width: 133px;
  height: 76px;
  margin-top: 6%;
  margin-left: 81%;
}
.header__cloud.c4 {
  width: 98px;
  height: 56px;
  margin-top: 31%;
  margin-left: 53%;
}
.header__cloud.c5 {
  background-image: url(../img/cloud-dark.svg);
  width: 98px;
  height: 56px;
  margin-top: 35%;
  margin-left: 33%;
}
.header__cloud.c6 {
  width: 174px;
  height: 100px;
  margin-top: 14%;
  margin-left: 43%;
}
.header__cloud.p1 {
  width: 176px;
  height: 176px;
  margin-top: 30%;
  margin-left: 66%;
}
.header__cloud.p1,
.header__cloud.p2 {
  background-image: url(../img/grad-pie.svg);
}
.header__cloud.p2 {
  width: 108px;
  height: 108px;
  margin-top: 7%;
  margin-left: 71%;
}
.header__list {
  margin: 20px 0;
  padding: 0;
  list-style: none;
}
.header__list li {
  font-size: 16px;
  margin-bottom: 5px;
  padding-left: 10px;
  position: relative;
}
.header__list li:before {
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
}
@media only screen and (max-width: 640px) {
  .header__uptitle {
    font-size: 14px;
    margin: 0 0 29px;
    position: relative;
  }
  .header__uptitle:before {
    display: none;
  }
  .header__title {
    font-size: 32px;
    line-height: 1;
    font-weight: 700;
    margin: 0 0 30px;
  }
  .header__animate {
    display: none;
  }
}
.animate,
.animate__logo {
  position: relative;
}
.animate__logo {
  background-image: url(../img/logo-big.png);
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 100%;
  width: 275px;
  height: 254px;
  margin: 0 auto;
}
.animate__city {
  position: absolute;
  top: 0;
  left: 0;
  color: #008dd2;
  font-size: 18px;
  line-height: 30px;
  text-align: center;
  pointer-events: none;
}
.animate__city img {
  display: block;
  margin: 0 auto;
}
.animate__city:before {
  content: "";
  position: absolute;
}
.animate__city.moscow {
  left: -120px;
}
.animate__city.moscow:before {
  bottom: -50px;
  width: 71px;
  height: 49px;
  border-left: 1px solid #008dd2;
  border-bottom: 1px solid #008dd2;
}
.animate__city.peter {
  top: 300px;
}
.animate__city.peter:before {
  top: -35px;
  left: 120px;
  width: 51px;
  height: 75px;
  border-right: 1px solid #008dd2;
  border-bottom: 1px solid #008dd2;
}
.animate__city.almaty {
  top: 110px;
  left: 320px;
}
.animate__city.almaty:before {
  top: -35px;
  left: -146px;
  width: 185px;
  height: 21px;
  border-right: 1px solid #008dd2;
  border-top: 1px solid #008dd2;
}
.analytics {
  padding: 56px 20px;
  background-color: #008dd2;
  background-image: url(./assets/18dc49f/img/it-grad/cabinet-data-data-center-325229.png);
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: cover;
}
.analytics__title {
  color: #fff;
  font-size: 46px;
  line-height: 1;
  font-weight: 700;
  margin: 0 0 16px;
}
.analytics__subtitle {
  color: #fff;
  font-size: 16px;
  line-height: 24px;
  margin: 0 0 38px;
  max-width: 400px;
}
.analytics__inner {
  max-width: 1040px;
  margin: 0 auto;
}
.analytics__item {
  width: 100%;
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.analytics .highcharts-subtitle,
.analytics .highcharts-title,
.analytics .highcharts-yaxis .highcharts-axis-title {
  text-transform: uppercase;
}
.analytics .highcharts-title {
  font-weight: 700;
}
.analytics .highcharts-container {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
  text-align: left;
  line-height: normal;
  z-index: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  font-size: 12px;
}
.analytics .highcharts-root {
  display: block;
}
.analytics .highcharts-root text {
  stroke-width: 0;
  fill: #fff !important;
}
.analytics .highcharts-strong {
  font-weight: 700;
}
.analytics .highcharts-emphasized {
  font-style: italic;
}
.analytics .highcharts-anchor {
  cursor: pointer;
}
.analytics .highcharts-background {
  fill: transparent;
}
.analytics .highcharts-label-box,
.analytics .highcharts-plot-background,
.analytics .highcharts-plot-border {
  fill: none;
}
.analytics .highcharts-button-box {
  fill: inherit;
}
.analytics .highcharts-tracker-line {
  stroke-linejoin: round;
  stroke: hsla(0, 0%, 75.3%, 0.0001);
  stroke-width: 22;
  fill: none;
}
.analytics .highcharts-tracker-area {
  fill: hsla(0, 0%, 75.3%, 0.0001);
  stroke-width: 0;
}
.analytics .highcharts-title {
  fill: #fff !important;
  font-size: 16px;
}
.analytics .highcharts-subtitle {
  fill: #666;
}
.analytics .highcharts-axis-line {
  fill: none;
  stroke: #ccd6eb;
}
.analytics .highcharts-yaxis .highcharts-axis-line {
  stroke-width: 0;
}
.analytics .highcharts-axis-title {
  fill: #666;
}
.analytics .highcharts-axis-labels {
  fill: #666;
  cursor: default;
  font-size: 12px;
}
.analytics .highcharts-grid-line {
  fill: none;
  stroke: transparent;
}
.analytics .highcharts-xaxis-grid .highcharts-grid-line {
  stroke-width: 1px;
}
.analytics .highcharts-tick {
  stroke: #ccd6eb;
}
.analytics .highcharts-yaxis .highcharts-tick {
  stroke-width: 0;
}
.analytics .highcharts-minor-grid-line {
  stroke: #f2f2f2;
}
.analytics .highcharts-crosshair-thin {
  stroke-width: 1px;
  stroke: #ccc;
}
.analytics .highcharts-crosshair-category {
  stroke: #ccd6eb;
  stroke-opacity: 0.25;
}
.analytics .highcharts-credits {
  cursor: pointer;
  fill: #999;
  font-size: 0.7em;
  transition: fill 0.25s, font-size 0.25s;
}
.analytics .highcharts-credits:hover {
  fill: #000;
  font-size: 1em;
}
.analytics .highcharts-tooltip {
  cursor: default;
  pointer-events: none;
  white-space: nowrap;
  transition: stroke 0.15s;
}
.analytics .highcharts-tooltip text {
  fill: #000 !important;
}
.analytics .highcharts-tooltip .highcharts-header {
  font-size: 0.85em;
}
.analytics .highcharts-tooltip-box {
  stroke-width: 0px;
}
.analytics .highcharts-tooltip-box,
.analytics .highcharts-tooltip-box .highcharts-label-box {
  fill: rgba(219, 219, 216, 0.8);
  fill-opacity: 0.85;
}
.analytics .highcharts-selection-marker {
  fill: #335cad;
  fill-opacity: 0.25;
}
.analytics .highcharts-graph {
  fill: none;
  stroke-width: 2px;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.analytics .highcharts-state-hover .highcharts-graph {
  stroke-width: 3;
}
.analytics .highcharts-point-inactive,
.analytics .highcharts-series-inactive {
  opacity: 0.2;
  transition: opacity 50ms;
}
.analytics .highcharts-state-hover path {
  transition: stroke-width 50ms;
}
.analytics .highcharts-state-normal path {
  transition: stroke-width 0.25s;
}
.analytics .highcharts-data-labels,
.analytics .highcharts-markers,
.analytics .highcharts-point,
.analytics g.highcharts-series {
  transition: opacity 0.25s;
}
.analytics
  .highcharts-legend-point-active
  .highcharts-point:not(.highcharts-point-hover),
.analytics
  .highcharts-legend-series-active
  .highcharts-data-labels:not(.highcharts-series-hover),
.analytics
  .highcharts-legend-series-active
  .highcharts-markers:not(.highcharts-series-hover),
.analytics
  .highcharts-legend-series-active
  g.highcharts-series:not(.highcharts-series-hover) {
  opacity: 0.2;
}
.analytics .highcharts-color-0 {
  fill: #bbe1f3;
  stroke: #bbe1f3;
}
.analytics .highcharts-color-1 {
  fill: #fff;
  stroke: #fff;
}
.analytics .highcharts-area {
  fill-opacity: 0.75;
  stroke-width: 0;
}
.analytics .highcharts-markers {
  stroke-width: 1px;
  stroke: #fff;
}
.analytics .highcharts-point {
  stroke-width: 1px;
}
.analytics .highcharts-dense-data .highcharts-point {
  stroke-width: 0;
}
.analytics .highcharts-data-label {
  font-size: 0.9em;
  font-weight: 700;
}
.analytics .highcharts-data-label-box {
  fill: none;
  stroke-width: 0;
}
.analytics .highcharts-data-label text,
.analytics text.highcharts-data-label {
  fill: #000;
}
.analytics .highcharts-data-label-connector {
  fill: none;
}
.analytics .highcharts-halo {
  fill-opacity: 0.25;
  stroke-width: 0;
}
.analytics .highcharts-markers .highcharts-point-select,
.analytics
  .highcharts-series:not(.highcharts-pie-series)
  .highcharts-point-select {
  fill: #ccc;
  stroke: #404048;
}
.analytics .highcharts-column-series rect.highcharts-point {
  stroke: #fff;
}
.analytics .highcharts-column-series .highcharts-point {
  transition: fill-opacity 0.25s;
}
.analytics .highcharts-column-series .highcharts-point-hover {
  fill-opacity: 0.75;
  transition: fill-opacity 50ms;
}
.analytics .highcharts-pie-series .highcharts-point {
  stroke-linejoin: round;
  stroke: #fff;
}
.analytics .highcharts-pie-series .highcharts-point-hover {
  fill-opacity: 0.75;
  transition: fill-opacity 50ms;
}
.analytics .highcharts-funnel-series .highcharts-point {
  stroke-linejoin: round;
  stroke: #fff;
}
.analytics .highcharts-funnel-series .highcharts-point-hover {
  fill-opacity: 0.75;
  transition: fill-opacity 50ms;
}
.analytics .highcharts-funnel-series .highcharts-point-select {
  fill: inherit;
  stroke: inherit;
}
.analytics .highcharts-pyramid-series .highcharts-point {
  stroke-linejoin: round;
  stroke: #fff;
}
.analytics .highcharts-pyramid-series .highcharts-point-hover {
  fill-opacity: 0.75;
  transition: fill-opacity 50ms;
}
.analytics .highcharts-pyramid-series .highcharts-point-select {
  fill: inherit;
  stroke: inherit;
}
.analytics .highcharts-solidgauge-series .highcharts-point {
  stroke-width: 0;
}
.analytics .highcharts-treemap-series .highcharts-point {
  stroke-width: 1px;
  stroke: #e6e6e6;
  transition: stroke 0.25s, fill 0.25s, fill-opacity 0.25s;
}
.analytics .highcharts-treemap-series .highcharts-point-hover {
  stroke: #999;
  transition: stroke 25ms, fill 25ms, fill-opacity 25ms;
}
.analytics .highcharts-treemap-series .highcharts-above-level {
  display: none;
}
.analytics .highcharts-treemap-series .highcharts-internal-node {
  fill: none;
}
.analytics .highcharts-treemap-series .highcharts-internal-node-interactive {
  fill-opacity: 0.15;
  cursor: pointer;
}
.analytics
  .highcharts-treemap-series
  .highcharts-internal-node-interactive:hover {
  fill-opacity: 0.75;
}
.analytics .highcharts-vector-series .highcharts-point,
.analytics .highcharts-windbarb-series .highcharts-point {
  fill: none;
  stroke-width: 2px;
}
.analytics .highcharts-legend-box {
  fill: none;
  stroke-width: 0;
}
.analytics .highcharts-legend-item > text {
  fill: #000;
  font-weight: 700;
  font-size: 13px;
  cursor: pointer;
  stroke-width: 0;
}
.analytics .highcharts-legend-item:hover text {
  fill: #404048;
}
.analytics .highcharts-legend-item-hidden * {
  fill: #ccc !important;
  stroke: #ccc !important;
  transition: fill 0.25s;
}
.analytics .highcharts-legend-nav-active {
  fill: #039;
  cursor: pointer;
}
.analytics .highcharts-legend-nav-inactive {
  fill: #ccc;
}
.analytics circle.highcharts-legend-nav-active,
.analytics circle.highcharts-legend-nav-inactive {
  fill: hsla(0, 0%, 75.3%, 0.0001);
}
.analytics .highcharts-legend-title-box {
  fill: none;
  stroke-width: 0;
}
.analytics .highcharts-bubble-legend-symbol {
  stroke-width: 2;
  fill-opacity: 0.5;
}
.analytics .highcharts-bubble-legend-connectors {
  stroke-width: 1;
}
.analytics .highcharts-bubble-legend-labels {
  fill: #000;
}
.analytics .highcharts-loading {
  position: absolute;
  background-color: #fff;
  opacity: 0.5;
  text-align: center;
  z-index: 10;
  transition: opacity 0.25s;
}
.analytics .highcharts-loading-hidden {
  height: 0 !important;
  opacity: 0;
  overflow: hidden;
  transition: opacity 0.25s, height 0.25s step-end;
}
.analytics .highcharts-loading-inner {
  font-weight: 700;
  position: relative;
  top: 45%;
}
.analytics .highcharts-pane,
.analytics .highcharts-plot-band {
  fill: #404048;
  fill-opacity: 0.05;
}
.analytics .highcharts-plot-line {
  fill: none;
  stroke: #999;
  stroke-width: 1px;
}
.analytics .highcharts-boxplot-box {
  fill: #fff;
}
.analytics .highcharts-boxplot-median {
  stroke-width: 2px;
}
.analytics .highcharts-bubble-series .highcharts-point {
  fill-opacity: 0.5;
}
.analytics .highcharts-errorbar-series .highcharts-point {
  stroke: #404048;
}
.analytics .highcharts-gauge-series .highcharts-data-label-box {
  stroke: #ccc;
  stroke-width: 1px;
}
.analytics .highcharts-gauge-series .highcharts-dial {
  fill: #404048;
  stroke-width: 0;
}
.analytics .highcharts-polygon-series .highcharts-graph {
  fill: inherit;
  stroke-width: 0;
}
.analytics .highcharts-waterfall-series .highcharts-graph {
  stroke: #000;
  stroke-dasharray: 1, 3;
}
.analytics .highcharts-sankey-series .highcharts-point {
  stroke-width: 0;
}
.analytics .highcharts-sankey-series .highcharts-link {
  transition: fill 0.25s, fill-opacity 0.25s;
  fill-opacity: 0.5;
}
.analytics .highcharts-sankey-series .highcharts-point-hover.highcharts-link {
  transition: fill 50ms, fill-opacity 50ms;
  fill-opacity: 1;
}
.analytics .highcharts-venn-series .highcharts-point {
  fill-opacity: 0.75;
  stroke: #ccc;
  transition: stroke 0.25s, fill-opacity 0.25s;
}
.analytics .highcharts-venn-series .highcharts-point-hover {
  fill-opacity: 1;
  stroke: #ccc;
}
.analytics .highcharts-navigator-mask-outside {
  fill-opacity: 0;
}
.analytics .highcharts-navigator-mask-inside {
  fill: #6685c2;
  fill-opacity: 0.25;
  cursor: ew-resize;
}
.analytics .highcharts-navigator-outline {
  stroke: #ccc;
  fill: none;
}
.analytics .highcharts-navigator-handle {
  stroke: #ccc;
  fill: #f2f2f2;
  cursor: ew-resize;
}
.analytics .highcharts-navigator-series {
  fill: #335cad;
  stroke: #335cad;
}
.analytics .highcharts-navigator-series .highcharts-graph {
  stroke-width: 1px;
}
.analytics .highcharts-navigator-series .highcharts-area {
  fill-opacity: 0.05;
}
.analytics .highcharts-navigator-xaxis .highcharts-axis-line {
  stroke-width: 0;
}
.analytics .highcharts-navigator-xaxis .highcharts-grid-line {
  stroke-width: 1px;
  stroke: transparent;
}
.analytics .highcharts-navigator-xaxis.highcharts-axis-labels {
  fill: #999;
}
.analytics .highcharts-navigator-yaxis .highcharts-grid-line {
  stroke-width: 0;
}
.analytics .highcharts-scrollbar-thumb {
  fill: #ccc;
  stroke: #ccc;
  stroke-width: 1px;
}
.analytics .highcharts-scrollbar-button {
  fill: #e6e6e6;
  stroke: #ccc;
  stroke-width: 1px;
}
.analytics .highcharts-scrollbar-arrow {
  fill: #fff;
}
.analytics .highcharts-scrollbar-rifles {
  stroke: #fff;
  stroke-width: 1px;
}
.analytics .highcharts-scrollbar-track {
  fill: #f2f2f2;
  stroke: #f2f2f2;
  stroke-width: 1px;
}
.analytics .highcharts-button {
  fill: #f7f7f7;
  stroke: #ccc;
  cursor: default;
  stroke-width: 1px;
  transition: fill 0.25s;
}
.analytics .highcharts-button text {
  fill: #000;
}
.analytics .highcharts-button-hover {
  transition: fill 0ms;
  fill: #e6e6e6;
  stroke: #ccc;
}
.analytics .highcharts-button-hover text {
  fill: #000;
}
.analytics .highcharts-button-pressed {
  font-weight: 700;
  fill: #e6ebf5;
  stroke: #ccc;
}
.analytics .highcharts-button-pressed text {
  fill: #000;
  font-weight: 700;
}
.analytics .highcharts-button-disabled text {
  fill: #000;
}
.analytics .highcharts-range-selector-buttons .highcharts-button {
  stroke-width: 0px;
}
.analytics .highcharts-range-label rect {
  fill: none;
}
.analytics .highcharts-range-label text {
  fill: #666;
}
.analytics .highcharts-range-input rect {
  fill: none;
}
.analytics .highcharts-range-input text {
  fill: #000;
}
.analytics .highcharts-range-input {
  stroke-width: 1px;
  stroke: #ccc;
}
.analytics input.highcharts-range-selector {
  position: absolute;
  border: 0;
  width: 1px;
  height: 1px;
  padding: 0;
  text-align: center;
  left: -9em;
}
.analytics .highcharts-crosshair-label text {
  fill: #fff;
  font-size: 1.1em;
}
.analytics .highcharts-crosshair-label .highcharts-label-box {
  fill: inherit;
}
.analytics .highcharts-candlestick-series .highcharts-point {
  stroke: #404048;
  stroke-width: 1px;
}
.analytics .highcharts-candlestick-series .highcharts-point-up {
  fill: #fff;
}
.analytics .highcharts-ohlc-series .highcharts-point-hover {
  stroke-width: 3px;
}
.analytics .highcharts-flags-series .highcharts-point .highcharts-label-box {
  stroke: #999;
  fill: #fff;
  transition: fill 0.25s;
}
.analytics
  .highcharts-flags-series
  .highcharts-point-hover
  .highcharts-label-box {
  stroke: #404048;
  fill: #ccd6eb;
}
.analytics .highcharts-flags-series .highcharts-point text {
  fill: #404048;
  font-size: 0.9em;
  font-weight: 700;
}
.analytics .highcharts-map-series .highcharts-point {
  transition: fill 0.5s, fill-opacity 0.5s, stroke-width 0.25s;
  stroke: #ccc;
}
.analytics .highcharts-map-series .highcharts-point-hover {
  transition: fill 0ms, fill-opacity 0ms;
  fill-opacity: 0.5;
  stroke-width: 2px;
}
.analytics .highcharts-mapline-series .highcharts-point {
  fill: none;
}
.analytics .highcharts-heatmap-series .highcharts-point {
  stroke-width: 0;
}
.analytics .highcharts-map-navigation {
  font-size: 1.3em;
  font-weight: 700;
  text-align: center;
}
.analytics .highcharts-coloraxis {
  stroke-width: 0;
}
.analytics .highcharts-coloraxis-marker {
  fill: #999;
}
.analytics .highcharts-null-point {
  fill: #f7f7f7;
}
.analytics .highcharts-3d-frame {
  fill: transparent;
}
.analytics .highcharts-contextbutton {
  fill: #fff;
  stroke: none;
  stroke-linecap: round;
}
.analytics .highcharts-contextbutton:hover {
  fill: #e6e6e6;
  stroke: #e6e6e6;
}
.analytics .highcharts-button-symbol {
  stroke: #666;
  stroke-width: 3px;
}
.analytics .highcharts-menu {
  border: 1px solid #999;
  background: #fff;
  padding: 5px 0;
  box-shadow: 3px 3px 10px #888;
}
.analytics .highcharts-menu-item {
  padding: 0.5em 1em;
  background: none;
  color: #000;
  cursor: pointer;
  transition: background 0.25s, color 0.25s;
}
.analytics .highcharts-menu-item:hover {
  background: #335cad;
  color: #fff;
}
.analytics .highcharts-drilldown-point {
  cursor: pointer;
}
.analytics .highcharts-drilldown-axis-label,
.analytics .highcharts-drilldown-data-label text,
.analytics text.highcharts-drilldown-data-label {
  cursor: pointer;
  fill: #039;
  font-weight: 700;
  text-decoration: underline;
}
.analytics .highcharts-no-data text {
  font-weight: 700;
  font-size: 12px;
  fill: #666;
}
.analytics .highcharts-axis-resizer {
  cursor: ns-resize;
  stroke: #000;
  stroke-width: 2px;
}
.analytics .highcharts-bullet-target {
  stroke-width: 0;
}
.analytics .highcharts-lineargauge-target,
.analytics .highcharts-lineargauge-target-line {
  stroke-width: 1px;
  stroke: #000;
}
.analytics .highcharts-annotation-label-box {
  stroke-width: 1px;
  stroke: #404048;
  fill: #404048;
  fill-opacity: 0.75;
}
.analytics .highcharts-annotation-label text {
  fill: #e6e6e6;
}
.analytics .highcharts-treegrid-node-collapsed,
.analytics .highcharts-treegrid-node-expanded {
  cursor: pointer;
}
.analytics .highcharts-point-connecting-path {
  fill: none;
}
.analytics .highcharts-grid-axis .highcharts-axis-line,
.analytics .highcharts-grid-axis .highcharts-tick {
  stroke-width: 1px;
}
.graf {
  max-width: 940px;
  margin: 50px auto 0;
  position: relative;
}
.graf__item {
  width: 100%;
  display: grid;
  grid-template-columns: 200px 75px 1fr;
}
.graf__item:first-child .graf__clients {
  background-color: transparent;
  -ms-flex-pack: center;
  justify-content: center;
}
.graf__item:first-child .graf__clients,
.graf__item:first-child .graf__line,
.graf__item:first-child .graf__years {
  color: #fff;
  font-weight: 700;
  font-size: 18px;
}
.graf__item:first-child .graf__line {
  -ms-flex-pack: center;
  justify-content: center;
}
.graf__clients {
  text-decoration: none;
  color: #000;
  background-color: hsla(0, 0%, 100%, 0.8);
  padding: 20px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
.graf__img {
  max-width: 50px;
  margin-right: 20px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.graf__img img {
  max-width: 100%;
}
.graf__name {
  font-size: 13px;
  font-weight: 700;
  word-wrap: break-word;
}
.graf__years {
  text-align: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #fff;
  font-size: 18px;
}
.graf__line,
.graf__years {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
.graf__num {
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  text-align: center;
  width: 100%;
  margin-top: -20px;
}
.graf__colum {
  position: relative;
  background-color: rgba(187, 225, 243, 0.8);
  border-left: 5px solid #fff;
  height: 45px;
}
.graf__colum.xl {
  width: 40%;
}
.graf__colum.sm {
  width: 60%;
}
.graf__colum.md {
  width: 80%;
}
.graf__colum.lg {
  width: 90%;
}
@media only screen and (max-width: 640px) {
  .graf__item {
    grid-template-columns: 150px 50px 1fr;
  }
  .graf__item:first-child .graf__clients,
  .graf__item:first-child .graf__line,
  .graf__item:first-child .graf__years {
    font-weight: 400;
    font-size: 16px;
  }
  .graf__clients {
    background-color: hsla(0, 0%, 100%, 0.8);
    padding: 8px;
  }
  .graf__img {
    max-width: 40px;
    margin-right: 10px;
  }
  .graf__name {
    font-size: 12px;
    font-weight: 400;
  }
  .graf__years {
    font-size: 14px;
  }
}
.progress {
  position: relative;
  background-color: #fff;
  padding: 53px 20px;
}
.progress__title {
  font-size: 46px;
  line-height: 1;
  font-weight: 700;
  text-align: center;
  margin: 0 0 40px;
}
.progress__subtitle {
  font-size: 16px;
  text-align: center;
  margin: 0 auto 38px;
  max-width: 620px;
}
.progress__inner {
  max-width: 940px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-row-gap: 30px;
  position: relative;
}
.progress__inner:before {
  display: none;
  content: "";
  position: absolute;
  top: 47%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-image: url(../img/logo.png);
  background-size: 100%;
  background-position: 50%;
  background-repeat: no-repeat;
  width: 160px;
  height: 16px;
}
.progress__item {
  display: block;
  text-decoration: none;
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  padding: 0 80px 32px;
  text-align: center;
  position: relative;
}
.progress__item:nth-child(2n):after,
.progress__item:nth-child(n + 5):before {
  display: none;
}
.progress__item:before {
  bottom: 0;
  left: 50%;
  width: 60%;
  height: 1px;
}
.progress__item:after,
.progress__item:before {
  content: "";
  position: absolute;
  -webkit-transform: translate(-50%);
  transform: translate(-50%);
  background-color: #c4c4c4;
}
.progress__item:after {
  top: 0;
  right: 0;
  width: 1px;
  height: 80%;
}
.progress__num {
  color: #008dd2;
  font-size: 64px;
  line-height: 1;
  font-weight: 700;
  margin: 0 0 10px;
}
.progress__name {
  color: #008dd2;
  margin: 0 0 14px;
  font-size: 19px;
  line-height: 24px;
  font-weight: 700;
  letter-spacing: -0.4px;
}
.progress__anons {
  font-size: 14px;
  line-height: 20px;
  margin: 0;
}
.progress__parallax {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.progress__cloud {
  position: absolute;
  background-image: url(../img/cloud-dark.svg);
  background-size: 100%;
  background-repeat: no-repeat;
}
.progress__cloud.c1 {
  width: 174px;
  height: 100px;
  margin-top: 39%;
  margin-left: 35%;
}
.progress__cloud.c2 {
  width: 98px;
  height: 56px;
  margin-top: 20%;
  margin-left: 38%;
}
.progress__cloud.c3 {
  width: 133px;
  height: 76px;
  margin-top: 19%;
  margin-left: 51%;
}
.progress__slide {
  max-width: 940px;
  margin: 0 auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.progress__slide img {
  width: 100%;
  max-width: 180px;
  margin: 0 auto;
}
.progress__slide a {
  text-decoration: none;
  display: block;
}
@media only screen and (max-width: 960px) {
  .progress__inner:before {
    top: 48%;
    width: 115px;
    height: 11px;
  }
}
@media only screen and (max-width: 768px) {
  .progress__item {
    padding: 0 20px 32px;
  }
  .progress__item:nth-child(2n):after,
  .progress__item:nth-child(n + 3):before {
    display: none;
  }
  .progress__item:before {
    bottom: 0;
    left: 50%;
    width: 60%;
    height: 1px;
  }
  .progress__item:after,
  .progress__item:before {
    content: "";
    position: absolute;
    -webkit-transform: translate(-50%);
    transform: translate(-50%);
    background-color: #c4c4c4;
  }
  .progress__item:after {
    top: 0;
    right: 0;
    width: 1px;
    height: 80%;
  }
  .progress__slide {
    max-width: 940px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-row-gap: 30px;
  }
}
@media only screen and (max-width: 640px) {
  .progress__inner {
    grid-template-columns: 1fr;
    grid-row-gap: 30px;
  }
  .progress__inner:before {
    display: none;
  }
  .progress__item {
    padding: 0 0 32px;
    max-width: 300px;
  }
  .progress__item:nth-child(2n):after {
    display: none;
  }
  .progress__item:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translate(-50%);
    transform: translate(-50%);
    width: 60%;
    height: 1px;
    background-color: #c4c4c4;
  }
  .progress__item:after {
    display: none;
  }
}
.news {
  background-color: #f2f9fd;
  padding: 53px 20px;
}
.news__title {
  font-size: 46px;
  line-height: 1;
  font-weight: 700;
  text-align: center;
  margin: 0 0 36px;
}
.news__subtitle {
  font-size: 16px;
  text-align: center;
  margin: 0 auto 38px;
  max-width: 620px;
}
.news__inner {
  max-width: 940px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 20px;
  grid-row-gap: 20px;
}
.news__item {
  color: inherit;
  max-width: 300px;
  margin: 0 auto;
}
.news__img {
  max-width: 100%;
  height: 180px;
  margin-bottom: 16px;
  background-color: #fff;
}
.news__img img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
}
.news__info {
  margin-bottom: 14px;
  font-size: 12px;
}
.news__name {
  margin: 0 0 14px;
  font-size: 21px;
  line-height: 26px;
  font-weight: 700;
  display: block;
  text-decoration: none;
  color: #000;
}
.news__anons {
  font-size: 14px;
  line-height: 20px;
  margin: 0;
}
.news__parallax {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.news__cloud {
  position: absolute;
  background-image: url(../img/cloud-light.svg);
  background-size: 100%;
  background-repeat: no-repeat;
}
.news__cloud.c1 {
  width: 174px;
  height: 100px;
  margin-top: 7%;
  margin-left: 27%;
}
.news__cloud.c2 {
  width: 98px;
  height: 56px;
  margin-top: 5%;
  margin-left: 58%;
}
.news__cloud.c3 {
  width: 133px;
  height: 76px;
  margin-top: 6%;
  margin-left: 81%;
}
.news__cloud.p1 {
  background-image: url(../img/grad-pie.svg);
  width: 176px;
  height: 176px;
  margin-top: 7%;
  margin-left: 7%;
}
@media only screen and (max-width: 768px) {
  .news__name {
    font-size: 16px;
    line-height: 20px;
  }
}
@media only screen and (max-width: 768px) {
  .news__inner {
    grid-template-columns: 1fr;
    grid-row-gap: 20px;
  }
}
.video {
  text-align: center;
  padding: 0;
  background-color: #f2f9fd;
  position: relative;
  height: 508px;
}
.video__logo {
  max-width: 265px;
  margin: 0 auto 70px;
  display: none;
}
.video__logo img {
  max-width: 100%;
}
.video__play {
  background-image: url(../img/play.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  width: 100px;
  height: 100px;
  margin: 0 auto 43px;
  cursor: pointer;
  display: none;
}
.video__title {
  display: none;
  max-width: 640px;
  margin: 0 auto;
  color: #fff;
  font-size: 36px;
  line-height: 40px;
  font-weight: 700;
}
.video__box {
  position: relative;
}
.video__close {
  position: absolute;
  right: 0;
  top: -30px;
  color: #fff;
  width: 30px;
  height: 30px;
  z-index: 10;
  cursor: pointer;
}
.video__close:before {
  -webkit-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
}
.video__close:after,
.video__close:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  background-color: #fff;
  width: 100%;
  height: 2px;
}
.video__close:after {
  -webkit-transform: translateY(-50%) rotate(-45deg);
  transform: translateY(-50%) rotate(-45deg);
}
.video .video-container {
  right: 0;
  margin: 0 auto;
  max-width: 903px;
  overflow: hidden;
}
.video .video-container,
.video video {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.video video {
  z-index: 1;
  opacity: 1;
}
@media only screen and (max-width: 768px) {
  .video {
    height: 456px;
  }
}
@media only screen and (max-width: 375px) {
  .video {
    height: 213px;
  }
}
