@charset "UTF-8";
/*stylelint-disable*/
/* shadows */
/* Transitions */
/* Breakpoints */
/* На данном этапе участвуют только в respond-to-min */
/* Sizes */
/* Z-indexes */
/*stylelint-enable*/
/*stylelint-disable*/
/* For respond-to */
/* End respond-to */
/*stylelint-enable*/
/*stylelint-disable*/
/*stylelint-enable*/
.investors-digits-tabs {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 45%;
          flex: 1 1 45%; }
  @media only screen and (max-width: 750px) {
    .investors-digits-tabs {
      margin-bottom: 25px; } }
  .investors-digits-tabs__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-right: 30px; }
    @media only screen and (max-width: 750px) {
      .investors-digits-tabs__list {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        margin-right: 0;
        width: 100vw;
        margin-left: -20px;
        overflow-x: scroll; } }
  .investors-digits-tabs__item {
    position: relative;
    padding: 5px 0;
    margin-bottom: 15px;
    font-size: 16px;
    line-height: 140%;
    cursor: pointer;
    white-space: nowrap; }
    @media only screen and (max-width: 750px) {
      .investors-digits-tabs__item {
        margin-right: 25px;
        margin-bottom: 0; } }
    .investors-digits-tabs__item:after {
      content: '';
      position: absolute;
      top: 86%;
      left: 0;
      width: 100%;
      height: 1px;
      background-color: #3b4658;
      opacity: 0;
      -webkit-transition: opacity .3s ease;
      transition: opacity .3s ease; }
    .investors-digits-tabs__item:first-child {
      padding-top: 0; }
      @media only screen and (max-width: 750px) {
        .investors-digits-tabs__item:first-child {
          padding-top: 5px;
          margin-left: 20px; } }
    .investors-digits-tabs__item:last-child {
      margin-bottom: 0; }
      @media only screen and (max-width: 750px) {
        .investors-digits-tabs__item:last-child {
          padding-right: 20px; }
          .investors-digits-tabs__item:last-child._active:after {
            width: calc(100% - 20px); } }
    .investors-digits-tabs__item._active:after {
      opacity: 1; }

.investors-digits-docs {
  width: 100%; }
  .investors-digits-docs__title-main {
    margin-bottom: 32px; }
  .investors-digits-docs__container {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse; }
  @media only screen and (max-width: 750px) {
    .investors-digits-docs__list {
      display: none;
      margin-bottom: 20px; } }
  .investors-digits-docs__list._mobile {
    display: none; }
    @media only screen and (max-width: 750px) {
      .investors-digits-docs__list._mobile {
        display: block;
        margin-bottom: 20px; } }
  .investors-digits-docs__list-element {
    display: none; }
    .investors-digits-docs__list-element._active {
      display: block; }
  .investors-digits-docs__container-desk {
    width: 430px;
    margin: 0 20px; }
    @media screen and (max-width: 1279px) {
      .investors-digits-docs__container-desk {
        width: 54%; } }
    @media only screen and (max-width: 750px) {
      .investors-digits-docs__container-desk {
        display: none; } }
  .investors-digits-docs__title {
    margin-bottom: 44px;
    margin-top: 44px;
    text-align: left; }
    @media screen and (max-width: 1279px) {
      .investors-digits-docs__title {
        margin-top: 40px;
        margin-bottom: 32px; } }
    @media only screen and (max-width: 750px) {
      .investors-digits-docs__title {
        margin-top: 0;
        margin-bottom: 20px; } }
  .investors-digits-docs__tabs {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    z-index: 1; }
    .investors-digits-docs__tabs._mobile-tabs {
      width: 100%;
      margin: 0 auto;
      background-color: #3b4658; }
  .investors-digits-docs__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: -44px;
    -webkit-transform: translateY(0);
            transform: translateY(0); }
    @media screen and (max-width: 1279px) {
      .investors-digits-docs__header {
        margin-top: 0; } }
    @media only screen and (max-width: 750px) {
      .investors-digits-docs__header {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start;
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start; } }
    .investors-digits-docs__header._hidden {
      opacity: 0;
      -webkit-transform: translateY(10px);
              transform: translateY(10px); }
    .investors-digits-docs__header._visible {
      opacity: 1;
      -webkit-transition: all 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
      transition: all 0.8s cubic-bezier(0.165, 0.84, 0.44, 1); }
  .investors-digits-docs__headings {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%; }
    @media only screen and (max-width: 750px) {
      .investors-digits-docs__headings {
        z-index: 3;
        width: calc(100% - 80px);
        pointer-events: none; } }
  @media only screen and (max-width: 750px) {
    .investors-digits-docs__wrapper {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; } }
  .investors-digits-docs__heading {
    width: calc(95% - 490px);
    font-size: 16px;
    line-height: 140%;
    padding-left: 32px; }
    @media screen and (max-width: 1279px) {
      .investors-digits-docs__heading {
        width: 35%;
        font-size: 14px;
        line-height: 171%;
        padding-left: 24px; } }
    @media only screen and (max-width: 750px) {
      .investors-digits-docs__heading {
        width: 100%;
        line-height: 133%;
        padding-left: 20px;
        padding-right: 90px; } }
    .investors-digits-docs__heading._title {
      height: auto; }
  .investors-digits-docs__value {
    text-align: left;
    width: 100%; }
    @media only screen and (max-width: 750px) {
      .investors-digits-docs__value {
        width: 80px;
        text-align: center; } }
  .investors-digits-docs__heading-unit {
    font-size: 16px;
    line-height: 150%;
    font-weight: 400;
    color: #a8a19a; }
    @media screen and (max-width: 1279px) {
      .investors-digits-docs__heading-unit {
        font-size: inherit;
        font-weight: inherit; } }
  .investors-digits-docs__cell {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    min-height: 70px;
    font-size: 16px;
    line-height: 22px;
    font-weight: 300; }
    @media screen and (max-width: 1279px) {
      .investors-digits-docs__cell {
        font-size: 14px;
        line-height: 171%; } }
    @media only screen and (max-width: 750px) {
      .investors-digits-docs__cell {
        -webkit-box-pack: end;
            -ms-flex-pack: end;
                justify-content: flex-end;
        min-height: 60px;
        margin-left: auto;
        background: #fff;
        text-align: right; }
        .investors-digits-docs__cell:nth-child(2n) {
          background: #fafafa; } }
    .investors-digits-docs__cell:first-child {
      height: 92px;
      font-weight: 400; }
      @media only screen and (max-width: 750px) {
        .investors-digits-docs__cell:first-child {
          height: 56px; } }
    .investors-digits-docs__cell._heading {
      margin: 0;
      width: 100%;
      background: #fafafa;
      font-size: 18px;
      line-height: 133%;
      font-weight: 400;
      text-align: left;
      vertical-align: center; }
      @media screen and (max-width: 1279px) {
        .investors-digits-docs__cell._heading {
          font-size: 14px;
          line-height: 171%; } }
      @media only screen and (max-width: 750px) {
        .investors-digits-docs__cell._heading {
          font-size: 12px;
          line-height: 133%; } }
      .investors-digits-docs__cell._heading:first-child {
        height: 92px;
        background-color: #3b4658; }
        @media only screen and (max-width: 750px) {
          .investors-digits-docs__cell._heading:first-child {
            height: 56px; } }
      .investors-digits-docs__cell._heading:nth-child(2n) {
        background: #fff; }
        @media only screen and (max-width: 750px) {
          .investors-digits-docs__cell._heading:nth-child(2n) {
            background: #fafafa; } }
      @media only screen and (max-width: 750px) {
        .investors-digits-docs__cell._heading:nth-child(2n-1) {
          background: #fff; } }
    .investors-digits-docs__cell._big-rows {
      min-height: 88px; }
      @media only screen and (max-width: 750px) {
        .investors-digits-docs__cell._big-rows {
          min-height: 77px; } }
    .investors-digits-docs__cell._title {
      font-size: 18px;
      line-height: 133%;
      font-weight: 500; }
    @media screen and (max-width: 1279px) {
      .investors-digits-docs__cell {
        font-size: 14px;
        line-height: 171%; } }
  .investors-digits-docs__tables {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    z-index: 2;
    margin-left: auto;
    overflow-y: visible; }
    .investors-digits-docs__tables._not-slider {
      -webkit-box-pack: end;
          -ms-flex-pack: end;
              justify-content: flex-end; }
    @media only screen and (max-width: 750px) {
      .investors-digits-docs__tables {
        display: block;
        width: 100%;
        margin-right: 0; } }
  .investors-digits-docs__slider-controls {
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 430px;
    top: 0;
    right: 0; }
    @media screen and (max-width: 1279px) {
      .investors-digits-docs__slider-controls {
        -webkit-box-sizing: content-box;
                box-sizing: content-box;
        width: 60%;
        padding: 0 20px; } }
    @media only screen and (max-width: 750px) {
      .investors-digits-docs__slider-controls {
        top: 20px;
        width: 100%;
        padding: 0; } }
  .investors-digits-docs__prev, .investors-digits-docs__next {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: absolute;
    top: 15px;
    right: 48px;
    -webkit-transform: translateY(50%);
            transform: translateY(50%);
    width: 32px;
    height: 32px;
    border: 1px solid #fff;
    background-color: #3b4658;
    cursor: pointer;
    outline: none;
    z-index: 2; }
    @media only screen and (max-width: 750px) {
      .investors-digits-docs__prev, .investors-digits-docs__next {
        top: -22px;
        right: 20px; } }
    .investors-digits-docs__prev svg, .investors-digits-docs__next svg {
      width: 12px;
      height: 12px;
      fill: #fff; }
    .investors-digits-docs__prev.swiper-button-disabled, .investors-digits-docs__next.swiper-button-disabled {
      opacity: .5; }
  .investors-digits-docs__prev {
    left: -96px; }
    @media screen and (max-width: 1279px) {
      .investors-digits-docs__prev {
        left: -50px; } }
    @media only screen and (max-width: 750px) {
      .investors-digits-docs__prev {
        left: 20px; } }
  .investors-digits-docs__next svg {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg); }
  .investors-digits-docs ._title {
    color: #fff; }
  .investors-digits-docs__container-mobile {
    position: relative;
    margin-bottom: 20px; }
  .investors-digits-docs__table {
    width: 30%; }
    @media only screen and (max-width: 750px) {
      .investors-digits-docs__table {
        width: 80px; }
        .investors-digits-docs__table._active {
          display: block; } }
  @media only screen and (max-width: 750px) {
    .investors-digits-docs__tab {
      padding: 16px;
      font-size: 18px;
      line-height: 156%;
      text-align: center;
      color: #fff; } }
  .investors-digits-docs__section {
    position: relative;
    display: none; }
    .investors-digits-docs__section._active {
      display: block; }
  .investors-digits-docs__button {
    position: relative;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    width: 305px;
    height: 60px;
    margin-top: 56px; }
    @media only screen and (max-width: 750px) {
      .investors-digits-docs__button {
        width: 100%;
        margin-top: 30px; } }
    .investors-digits-docs__button:after {
      content: '';
      position: absolute;
      top: 22px;
      right: 24px;
      width: 16px;
      height: 14px;
      background-repeat: no-repeat;
      background-position: center;
      background-image: url(data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgMTggMTQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik0xIDkuOTk5MDJWMTMuNDk5SDE3VjkuOTk5MDJNOSA5Ljk5OTAyVi0wLjAwMDk3NjU2Mk05IDkuOTk5MDJMMTEuNSA3LjQ5OTAyTTkgOS45OTkwMkw2LjUgNy40OTkwMiIgc3Ryb2tlPSJ3aGl0ZSIgc3Ryb2tlLXdpZHRoPSIwLjciLz4KPC9zdmc+Cg==); }
  .investors-digits-docs__button-icon {
    min-width: 13px;
    min-height: 17px;
    margin-left: 40px;
    margin-right: 20px;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgMTUgMTkiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik01IDYuNjkxMzNIMTEuNU01IDguNzY4MjVIMTEuNU01IDEwLjg0NTJIMTEuNU05LjUgMi43NjgyNVYwLjk5OTAyM0g2LjYzMTU4SDFWMTUuMjI5OEgyLjk0NzM3TTUgMTQuODQ1Mkg4LjVNMTAgMTQuODQ1MkgxMS41TTIuOTQ3MzcgMTcuOTk5SDE0VjUuNTM3NDlMMTEuMDUyNiAyLjc2ODI1SDIuOTQ3MzdWMTcuOTk5WiIgc3Ryb2tlPSJ3aGl0ZSIgc3Ryb2tlLXdpZHRoPSIwLjciLz4KPC9zdmc+Cg==); }
  .investors-digits-docs__block {
    position: relative;
    display: none;
    width: 75%; }
    @media only screen and (max-width: 750px) {
      .investors-digits-docs__block {
        width: 100%; } }
    .investors-digits-docs__block._active {
      display: block; }
  .investors-digits-docs__list-doc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
  .investors-digits-docs__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
    margin-bottom: 40px; }
    @media only screen and (max-width: 750px) {
      .investors-digits-docs__item {
        -webkit-box-flex: 1;
            -ms-flex: 1 1 100%;
                flex: 1 1 100%;
        margin-bottom: 30px; } }
    .investors-digits-docs__item:last-child {
      margin-bottom: 0; }
    .investors-digits-docs__item:hover .investors-digits-docs__name {
      text-decoration: underline;
      -webkit-transition: -webkit-text-decoration .3s ease;
      transition: -webkit-text-decoration .3s ease;
      transition: text-decoration .3s ease;
      transition: text-decoration .3s ease, -webkit-text-decoration .3s ease; }
  .investors-digits-docs__icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 45px;
    height: 45px;
    margin-right: 22px;
    font-size: 14px;
    border: 1px solid #dedede; }
  .investors-digits-docs__text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
  .investors-digits-docs__name {
    position: relative;
    margin-bottom: 6px;
    font-size: 18px;
    line-height: 20px;
    -webkit-transition: -webkit-text-decoration .3s ease;
    transition: -webkit-text-decoration .3s ease;
    transition: text-decoration .3s ease;
    transition: text-decoration .3s ease, -webkit-text-decoration .3s ease; }
  .investors-digits-docs__desc {
    line-height: 18px;
    color: #a8a19a; }
    @media only screen and (max-width: 750px) {
      .investors-digits-docs__desc {
        font-size: 16px; } }
  .investors-digits-docs__notes {
    padding-left: 32px;
    margin-top: 25px;
    color: #a8a19a; }
    @media screen and (max-width: 1279px) {
      .investors-digits-docs__notes {
        padding-left: 24px; } }
    @media only screen and (max-width: 750px) {
      .investors-digits-docs__notes {
        margin-top: 0; } }
  .investors-digits-docs__note {
    margin-bottom: 8px; }
    @media only screen and (max-width: 750px) {
      .investors-digits-docs__note {
        margin-bottom: 5px; } }
    .investors-digits-docs__note:last-child {
      margin-bottom: 0; }
  .investors-digits-docs__credit-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    border: 1px solid #dedede; }
    @media only screen and (max-width: 750px) {
      .investors-digits-docs__credit-item {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start; } }
    .investors-digits-docs__credit-item:not(:last-child) {
      border-bottom: 1px solid transparent; }
      @media only screen and (max-width: 750px) {
        .investors-digits-docs__credit-item:not(:last-child) {
          margin-bottom: 20px;
          border-bottom: 1px solid #dedede; } }
  .investors-digits-docs__credit-item-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    min-width: 299px;
    min-height: 94px;
    padding-left: 40px;
    background-color: #f9f9f9;
    font-size: 28px;
    line-height: 33px; }
    @media only screen and (max-width: 750px) {
      .investors-digits-docs__credit-item-header {
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start;
        width: 100%;
        min-width: auto;
        min-height: auto;
        padding: 12px 20px;
        font-size: 20px;
        line-height: 24px; } }
  .investors-digits-docs__credit-item-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
    padding-left: 123px;
    padding-right: 75px;
    font-size: 16px;
    line-height: 24px;
    opacity: .8; }
    @media only screen and (max-width: 750px) {
      .investors-digits-docs__credit-item-info {
        padding: 21px 20px 23px; } }
  .investors-digits-docs__credit-item-date {
    position: relative; }
    .investors-digits-docs__credit-item-date:after {
      content: "";
      position: absolute;
      top: 95%;
      left: 0;
      width: 100%;
      height: 1px;
      background-color: #14191a;
      opacity: 1;
      -webkit-transition: opacity .3s ease;
      transition: opacity .3s ease; }
    .investors-digits-docs__credit-item-date:hover:after {
      opacity: 0; }
  .investors-digits-docs__press {
    margin-top: 96px; }
    @media only screen and (max-width: 750px) {
      .investors-digits-docs__press {
        margin-top: 40px; } }
  .investors-digits-docs__press-title {
    margin-bottom: 32px; }
    @media only screen and (max-width: 750px) {
      .investors-digits-docs__press-title {
        margin-bottom: 24px; } }

.investors-digits {
  padding-bottom: 1px;
  background-color: #fff; }
  .investors-digits__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 102px 0; }
    @media only screen and (max-width: 750px) {
      .investors-digits__wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        padding: 36px 0; } }

