/* Sizes */
.investors-news-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 316px;
  width: calc(100% / 3 - 20px);
  margin: 0 10px;
  padding: 44px 32px;
  background-color: #f6f6f6;
  cursor: pointer;
  -webkit-transition: background-color .3s, -webkit-box-shadow .3s;
  transition: background-color .3s, -webkit-box-shadow .3s;
  transition: box-shadow .3s, background-color .3s;
  transition: box-shadow .3s, background-color .3s, -webkit-box-shadow .3s; }
  @media only screen and (max-width: 750px) {
    .investors-news-block {
      width: 100%;
      padding: 24px;
      margin: 0 0 20px; } }
  .investors-news-block:hover {
    background: #3b4658; }
    .investors-news-block:hover .investors-news-block__date {
      color: #fff;
      opacity: 1; }
    .investors-news-block:hover .investors-news-block__title {
      color: #fff; }
    .investors-news-block:hover .investors-news-block__more {
      color: #fff; }
  .investors-news-block._gray {
    background-color: #f6f6f6;
    border: none; }
    .investors-news-block._gray:hover {
      background-color: #3b4658; }
  .investors-news-block:last-child {
    margin-bottom: 0; }
  .investors-news-block__date {
    font-size: 20px;
    line-height: 22px;
    opacity: .4;
    -webkit-transition: color .3s;
    transition: color .3s; }
  .investors-news-block__title {
    max-height: 117px;
    margin-top: 44px;
    font-size: 20px;
    line-height: 140%;
    overflow: hidden;
    -webkit-transition: color .3s;
    transition: color .3s; }
    @media only screen and (max-width: 750px) {
      .investors-news-block__title {
        max-height: 164px; } }
  .investors-news-block__more {
    padding-top: 20px;
    margin-top: auto;
    font-size: 16px;
    line-height: 18px;
    text-decoration: underline;
    text-decoration-skip-ink: none;
    -webkit-transition: color .3s;
    transition: color .3s; }

.investors-events-block {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 220px;
  padding: 44px 80px 44px 44px;
  margin-bottom: 20px;
  border: 1px solid #dedede; }
  @media only screen and (max-width: 750px) {
    .investors-events-block {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      height: auto;
      min-height: 195px;
      padding: 24px 24px 18px; } }
  .investors-events-block:last-child {
    margin-bottom: 0; }
  .investors-events-block._passed {
    opacity: .7; }
    .investors-events-block._passed .investors-events-block__calendar {
      pointer-events: none; }
  .investors-events-block._white {
    border: none;
    background-color: #fff; }
  .investors-events-block__info {
    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;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 21%;
            flex: 1 1 21%;
    border-right: 1px solid #f6f6f6; }
    @media only screen and (max-width: 750px) {
      .investors-events-block__info {
        -webkit-box-flex: 1;
            -ms-flex: 1 1 100%;
                flex: 1 1 100%;
        margin-bottom: 25px;
        border-right: none; } }
  .investors-events-block__date {
    opacity: .4; }
  .investors-events-block__time {
    opacity: .4; }
  .investors-events-block__link {
    position: relative;
    margin-top: auto;
    margin-bottom: 7px;
    font-size: 16px;
    line-height: 18px; }
    @media only screen and (max-width: 750px) {
      .investors-events-block__link {
        margin-top: 15px;
        margin-bottom: 0; } }
    .investors-events-block__link:after {
      content: "";
      position: absolute;
      top: 96%;
      left: 0;
      width: 100%;
      height: 1px;
      background-color: #3b4658;
      opacity: 1;
      -webkit-transition: opacity .3s ease;
      transition: opacity .3s ease; }
    @media (hover), (min-width: 0 \0) {
      .investors-events-block__link:hover:after {
        opacity: 0; } }
  .investors-events-block__body {
    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-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 79%;
            flex: 1 1 79%;
    padding-left: 52px; }
    @media only screen and (max-width: 750px) {
      .investors-events-block__body {
        -webkit-box-flex: 1;
            -ms-flex: 1 1 100%;
                flex: 1 1 100%;
        padding-left: 0; } }
  .investors-events-block__body-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
  .investors-events-block__title {
    max-width: 610px; }
    @media only screen and (max-width: 750px) {
      .investors-events-block__title {
        max-width: none;
        margin-bottom: 15px; } }
  .investors-events-block__text {
    font-size: 20px;
    line-height: 140%; }
    @media only screen and (max-width: 750px) {
      .investors-events-block__text {
        font-size: 18px;
        line-height: 120%; } }
  .investors-events-block__calendar {
    position: relative;
    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;
    width: 53px;
    height: 53px;
    border: 1px solid #dcdcdc;
    -webkit-transition: border .3s ease;
    transition: border .3s ease;
    cursor: pointer; }
    @media only screen and (max-width: 750px) {
      .investors-events-block__calendar {
        position: absolute;
        top: 24px;
        right: 24px;
        width: 45px;
        height: 45px; } }
    @media (hover), (min-width: 0 \0) {
      .investors-events-block__calendar:hover {
        border: 1px solid #3b4658; }
        .investors-events-block__calendar:hover .investors-events-block__calendar-tooltip {
          opacity: 1; } }
  .investors-events-block__calendar-icon {
    min-width: 24px;
    min-height: 24px;
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjUiIGhlaWdodD0iMjUiIHZpZXdCb3g9IjAgMCAyNSAyNSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGcgY2xpcC1wYXRoPSJ1cmwoI2NsaXAwKSI+CjxwYXRoIGQ9Ik0zLjUgMjAuNDE1OVY0LjY4NTU1SDIxLjVWMjAuNDc3NEwzLjUgMjAuNDE1OVoiIHN0cm9rZT0iIzNCNDY1OCIgc3Ryb2tlLXdpZHRoPSIxLjQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz4KPHBhdGggZD0iTTguNSAxLjcyNDYxVjcuNjQ2NTRNMTYuNSAxLjcyNDYxVjcuNjQ2NTQiIHN0cm9rZT0iIzNCNDY1OCIgc3Ryb2tlLXdpZHRoPSIxLjQiLz4KPHBhdGggZD0iTTMuNSAxMC42MDc0SDIxLjUiIHN0cm9rZT0iIzNCNDY1OCIgc3Ryb2tlLXdpZHRoPSIxLjUiLz4KPHBhdGggZD0iTTE3LjUgMjMuMDI1MUMxNC4wMTE4IDIzLjAyNTEgMTEuMiAyMC4yMzY3IDExLjIgMTYuODE2MUMxMS4yIDEzLjM5NTYgMTQuMDExOCAxMC42MDcyIDE3LjUgMTAuNjA3MkMyMC45ODgyIDEwLjYwNzIgMjMuOCAxMy4zOTU2IDIzLjggMTYuODE2MUMyMy44IDIwLjIzNjcgMjAuOTg4MiAyMy4wMjUxIDE3LjUgMjMuMDI1MVoiIGZpbGw9IndoaXRlIiBzdHJva2U9IiMzQjQ2NTgiIHN0cm9rZS13aWR0aD0iMS40Ii8+CjxwYXRoIGQ9Ik0xNy4xNzU4IDE0LjQ1MjFWMTcuNDc5M0gxOS44NDEyIiBzdHJva2U9IiMzQjQ2NTgiIHN0cm9rZS13aWR0aD0iMS40Ii8+CjwvZz4KPGRlZnM+CjxjbGlwUGF0aCBpZD0iY2xpcDAiPgo8cmVjdCB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIGZpbGw9IndoaXRlIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgwLjUgMC43MjQ2MDkpIi8+CjwvY2xpcFBhdGg+CjwvZGVmcz4KPC9zdmc+Cg==) center no-repeat; }
  .investors-events-block__calendar-tooltip {
    position: absolute;
    top: -108%;
    left: -96%;
    padding: 12px 14px;
    font-size: 12px;
    line-height: 14px;
    text-align: center;
    color: #3b4658;
    background-color: white;
    -webkit-box-shadow: 0 0 16px 4px rgba(0, 0, 0, 0.1);
            box-shadow: 0 0 16px 4px rgba(0, 0, 0, 0.1);
    white-space: nowrap;
    opacity: 0;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
    pointer-events: none;
    z-index: 2; }
    @media screen and (max-device-width: 1024px) {
      .investors-events-block__calendar-tooltip {
        display: none; } }
    .investors-events-block__calendar-tooltip:before {
      content: "";
      position: absolute;
      left: 42%;
      top: 114%;
      display: block;
      width: 0;
      height: 0;
      border-right: 14px solid transparent;
      border-left: 14px solid transparent;
      border-top: 14px solid white;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%); }
  .investors-events-block__tags {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    @media only screen and (max-width: 750px) {
      .investors-events-block__tags {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; } }
  .investors-events-block__tag {
    display: inline;
    padding: 8px 12px;
    margin-right: 12px;
    border-radius: 2px;
    background-color: #f6f6f6;
    line-height: 16px;
    white-space: nowrap; }
    @media only screen and (max-width: 750px) {
      .investors-events-block__tag {
        margin-bottom: 6px; } }
    .investors-events-block__tag:last-child {
      margin-right: 0; }

.investors-menu {
  height: 75px;
  background-color: #f2f2f2; }
  @media only screen and (max-width: 750px) {
    .investors-menu {
      height: 65px; } }
  .investors-menu.--fixed {
    position: fixed;
    top: 61px;
    width: 100%;
    -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.1);
            box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.1);
    z-index: 9; }
  .investors-menu__container {
    position: relative;
    height: 100%; }
    @media only screen and (max-width: 750px) {
      .investors-menu__container {
        padding: 0; } }
  .investors-menu__list {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap; }
    @media only screen and (max-width: 750px) {
      .investors-menu__list {
        overflow-x: scroll; }
        .investors-menu__list:before, .investors-menu__list:after {
          content: "";
          display: block;
          -ms-flex-negative: 0;
              flex-shrink: 0;
          width: 20px;
          height: 100%; } }
  .investors-menu__item {
    position: relative;
    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;
    height: 100%;
    margin-right: 50px;
    font-size: 16px;
    line-height: 26px;
    cursor: pointer;
    -webkit-transition: color .3s;
    transition: color .3s; }
    @media only screen and (max-width: 750px) {
      .investors-menu__item {
        margin-right: 30px; } }
    .investors-menu__item:last-child {
      margin-right: 0; }
      @media only screen and (max-width: 750px) {
        .investors-menu__item:last-child {
          padding-right: 30px; }
          .investors-menu__item:last-child:after {
            width: calc(100% - 30px); } }
    .investors-menu__item:after {
      content: '';
      position: absolute;
      top: 0;
      right: 0;
      left: 0;
      width: 100%;
      height: 2px;
      background-color: #3b4658;
      opacity: 0;
      -webkit-transition: opacity .3s;
      transition: opacity .3s; }
    .investors-menu__item._active {
      color: #a9adb4; }
      .investors-menu__item._active:after {
        opacity: 1; }
    .investors-menu__item:hover {
      color: #647795; }
  .investors-menu__overlay {
    position: absolute;
    top: 0;
    right: 0;
    width: 58px;
    height: 65px;
    opacity: 0;
    -webkit-transition: opacity .3s ease;
    transition: opacity .3s ease; }
    @media only screen and (max-width: 750px) {
      .investors-menu__overlay {
        opacity: 1; } }
    .investors-menu__overlay:after {
      content: "";
      position: absolute;
      width: 56px;
      height: 100%;
      top: 0;
      right: 0;
      background: -webkit-gradient(linear, right top, left top, color-stop(50.24%, #f2f2f2), to(rgba(242, 242, 242, 0)));
      background: linear-gradient(270deg, #f2f2f2 50.24%, rgba(242, 242, 242, 0) 100%); }

.investors-contacts-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  @media only screen and (max-width: 750px) {
    .investors-contacts-card {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; } }
  .investors-contacts-card__img {
    position: relative;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    height: 340px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    opacity: 0;
    -webkit-transition: opacity .3s ease;
    transition: opacity .3s ease; }
    @media only screen and (max-width: 750px) {
      .investors-contacts-card__img {
        width: 60%;
        height: 100%;
        min-height: 225px;
        margin-bottom: 24px; } }
    .investors-contacts-card__img._image-loaded {
      opacity: 1; }
  .investors-contacts-card__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    padding: 64px;
    background-color: #f9f9f9; }
    @media only screen and (max-width: 750px) {
      .investors-contacts-card__body {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        padding: 20px;
        margin: 0; } }
  .investors-contacts-card__person {
    max-width: 250px;
    margin-right: auto; }
    @media only screen and (max-width: 750px) {
      .investors-contacts-card__person {
        max-width: none;
        margin: 0 0 35px; } }
  .investors-contacts-card__name {
    margin-bottom: 20px;
    font-size: 24px;
    line-height: 36px; }
    @media only screen and (max-width: 750px) {
      .investors-contacts-card__name {
        margin-bottom: 10px;
        font-size: 20px;
        line-height: 24px; } }
  .investors-contacts-card__phone {
    margin-right: 268px; }
    @media only screen and (max-width: 750px) {
      .investors-contacts-card__phone {
        margin: 0 0 35px; } }
  .investors-contacts-card__text {
    margin-bottom: 5px;
    font-size: 14px;
    font-weight: 300;
    line-height: 110%; }
    .investors-contacts-card__text._light {
      margin-bottom: 16px;
      font-weight: 400;
      color: #a8a19a; }
    @media only screen and (max-width: 750px) {
      .investors-contacts-card__text {
        margin-bottom: 0;
        font-size: 16px; } }

.investors-contacts {
  padding-bottom: 102px;
  background-color: #fff; }
  @media only screen and (max-width: 750px) {
    .investors-contacts {
      padding-bottom: 52px; } }
  .investors-contacts__info {
    display: block;
    margin-bottom: 16px;
    font-size: 20px;
    line-height: 164%;
    white-space: nowrap; }
    @media only screen and (max-width: 750px) {
      .investors-contacts__info {
        margin-bottom: 5px; } }
  .investors-contacts__link {
    position: relative;
    display: inline;
    font-size: 16px;
    line-height: 164%;
    cursor: pointer; }
    .investors-contacts__link:after {
      content: "";
      position: absolute;
      top: 100%;
      left: 0;
      width: 100%;
      height: 1px;
      background-color: #3b4658;
      opacity: 1;
      -webkit-transition: opacity .3s ease;
      transition: opacity .3s ease; }
    @media (hover), (min-width: 0 \0) {
      .investors-contacts__link:hover:after {
        opacity: 0; } }
    .investors-contacts__link._hidden {
      opacity: 0;
      pointer-events: none; }
      @media only screen and (max-width: 750px) {
        .investors-contacts__link._hidden {
          display: none; } }

.investors__title {
  font-size: 28px;
  line-height: 34px; }
  @media only screen and (max-width: 750px) {
    .investors__title {
      font-size: 18px;
      line-height: 24px; } }

.investors__subtitle {
  font-size: 24px;
  line-height: 164%; }
  @media only screen and (max-width: 750px) {
    .investors__subtitle {
      font-size: 20px;
      line-height: 140%; } }

.investors__text {
  font-weight: 300;
  font-size: 16px;
  line-height: 164%;
  opacity: .8; }

