

/* Start:/local/templates/main/css/investors-page.css?17657972634022*/
.title_media {
  padding: 30px 0 134px;
}

@media (min-width: 1025px) {
  .pd-rl {
    padding: 0px 157px;
  }
}
.lead-text {
  margin: 119px 0 43px;
}

.lead-text.lead-text--small-bottom {
  margin-bottom: 43px;
}

.acts {
  margin-bottom: 40px;
}
.acts-item {
  position: relative;
  padding-left: 24px;
  font-family: "Stem-Regular";
  font-size: 18px;
  line-height: 140%;
  font-weight: 400;
  display: flex;
}
.acts-item:not(:last-child) {
  margin-bottom: 16px;
}
.acts-item::before {
  content: "";
  position: absolute;
  height: 6px;
  width: 6px;
  background-color: #0f4dbc;
  border-radius: 50%;
  left: 0;
  top: 10px;
}
@media (min-width: 1025px) {
  .acts {
    max-width: 57.2916666667vw;
  }
}

.acts.acts--wide {
  max-width: 62.5vw;
}

p {
  font-family: "Stem-Regular";
  font-size: 18px;
  line-height: 140%;
  margin-bottom: 35px;
}
@media (min-width: 1025px) {
  p {
    max-width: 62.5vw;
  }
}

a {
  font-family: "Stem-Regular";
  font-size: 16px;
  line-height: 100%;
  text-decoration-line: underline;
  color: var(--light-blue);
}

.documents {
  background: rgba(160, 160, 160, 0.1);
  backdrop-filter: blur(25px);
  padding: 56px 43px 64px 45px;
  margin-top: 131px;
}
.documents h2 {
  font-family: "Stem-Regular";
  font-size: 56px;
  font-weight: 500;
  line-height: 100%;
  letter-spacing: -0.01em;
  margin-bottom: 85px;
  margin-top: 0;
  padding-bottom: 0;
  color: #000000;
}
.documents_item {
  margin-top: 37px;
}
.documents_title-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
}
.documents_title-box:hover .documents_title {
  color: var(--light-blue);
}
.documents_title-box:hover .documents_toggle-icon {
  border: 1px solid var(--light-blue);
  background-color: var(--light-blue);
}
.documents_title-box:hover .documents_toggle-icon::before, .documents_title-box:hover .documents_toggle-icon::after {
  background-color: white;
}
.documents_title {
  font-family: "Stem-Regular";
  font-size: 28px;
  line-height: 120%;
  margin-bottom: 0;
  transition: color 0.3s;
}
.documents_body {
  margin-top: 32px;
  display: none;
  column-gap: 61px;
  row-gap: 20px;
  flex-wrap: wrap;
}
.documents_body .doc-item {
  display: flex;
  gap: 16px;
  text-decoration: none;
  cursor: pointer;
}
.documents_body .doc-item span {
  font-family: "Stem-Regular";
  font-size: 12px;
  line-height: 100%;
  max-width: 148px;
  color: var(--light-blue);
  align-self: start;
}
.documents_body .doc-item svg {
  min-width: 39px;
  width: 39px;
}
.documents_body .doc-item:hover svg path {
  fill: var(--blue);
}
.documents_body .doc-item:hover span {
  color: var(--blue);
}
.documents_toggle-icon {
  border: 1px solid var(--grey);
  border-radius: 50%;
  height: 40px;
  width: 40px;
  min-width: 40px;
  position: relative;
  margin-top: -8px;
  transition: border 0.3s, background 0.3s;
}
.documents_toggle-icon::before, .documents_toggle-icon::after {
  content: "";
  position: absolute;
  background-color: var(--blue);
  width: 23px;
  height: 1px;
  transition: background 0.3s;
}
.documents_toggle-icon::before {
  left: 50%;
  top: 50%;
  transform: translate(-50%) rotate(90deg);
}
.documents_toggle-icon::after {
  left: 50%;
  top: 50%;
  transform: translate(-50%);
}
.documents hr {
  margin-top: 40px;
  margin-bottom: 0;
}
.documents .opened .documents_toggle-icon::before {
  display: none;
}
.documents .opened .documents_body {
  display: flex;
}

@media (max-width: 1025px) {
  .title_media {
    padding: 0 24px;
  }
  .lead-text {
    margin-top: 30px;
    margin-bottom: 20px;
  }
  .acts {
    margin-bottom: 20px;
  }
  .acts-item {
    font-size: 16px;
  }
  p {
    font-size: 16px;
    margin-bottom: 20px;
  }
  .documents {
    margin-top: 20px;
  }
  .documents h2 {
    font-size: 32px;
    margin-bottom: 30px;
  }
  .documents_title {
    font-size: 22px;
  }
  .documents_item hr {
    margin-top: 20px;
  }
  .documents_body {
    margin-top: 20px;
  }
}

/*# sourceMappingURL=investors-page.css.map */

/* End */
/* /local/templates/main/css/investors-page.css?17657972634022 */
