@font-face {
  font-family: "PT Astra Fact regular";
  src: url(../fonts/PTAstraFact-Regular.ttf);
}

@font-face {
  font-family: "PT Astra Fact";
  src: url(../fonts/PTAstraFact-Bold.ttf);
}

html {
  scroll-padding-top: 55px;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "PT Astra Fact regular";
  /* outline: 1px solid red; */
}

h1,
h2,
h3,
h4,
h5 {
  font-weight: normal;
  margin: 0;
}

body {
  overflow-x: hidden;
  background-color: #f7f8fb;
}

img {
  max-width: 100%;
}

a {
  text-decoration: none;
}

li {
  list-style-type: none;
}

.locked {
  overflow: hidden;
}
.container-investors {
  width: 100%;
  max-width: 1134px;
  margin: 0 auto;
  padding: 0 20px;
}
.section-top {
  padding: 40px 0;
  background-color: #ffffff;
}
.section-top-topic {
  color: #626b7d;
  font-size: 14px;
  text-align: center;
}
.section-top-title {
  margin-top: 24px;
  color: #262930;
  font-size: 40px;
  text-align: center;
}
@media (max-width: 769px) {
  .section-top-title {
    font-size: 32px;
  }
}

/*investments*/
.investments {
  padding: 48px 0;
}
.investments-wrap {
  display: flex;
  flex-direction: column;
  gap: 60px;
}
.investments-item {
  padding: 48px;
  border-radius: 32px;
  background-color: #ffffff;
  display: flex;
  flex-direction: column;
}
.investments-item-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}
.investments-item-top-content {
  display: flex;
  gap: 40px;
}
.investments-item-line {
  min-width: 8px;
  max-width: 8px;
  height: auto;
  background-color: #23a1d8;
  border-radius: 2px;
}
.investments-item-title {
  font-size: 24px;
  line-height: 1.5;
  color: #01608f;
  width: 100%;
  max-width: 600px;
}
.investments-item-desc {
  margin-top: 40px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.investments-item-text {
  font-size: 16px;
  color: #262930;
  line-height: 1.5;
}
.investments-item-extra-text {
  font-size: 10px;
  color: #626b7d;
  line-height: 1.5;
}
.investments-item-img-wrap {
  margin: 40px auto 0 auto;
  width: 100%;
  max-width: 900px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.investments-item-img-title {
  font-size: 20px;
  color: #01608f;
  line-height: 1.5;
}
.investments-item-img {
  margin-top: 40px;
}
.investments-item-img-wrap .investments-item-img {
  margin-top: 24px;
}
.investments-item-list {
  margin-top: 40px;
  display: flex;
  flex-direction: column;
  gap: 28px;
}
.investments-item-list-unit {
  font-size: 16px;
  color: #262930;
  line-height: 1.5;
  display: flex;
  gap: 12px;
}
.investments-item-list-unit::before {
  content: "";
  display: block;
  background: url("../img/dark-arrow.svg") center center/cover no-repeat;
  min-width: 16px;
  max-width: 16px;
  height: 16px;
  margin-top: 5px;
}
.investments-item-list-unit-span {
  font-weight: bold;
}
.investments-item-list-unit-link {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 16px;
  color: #138ab4;
}
.investments-item-section {
  margin-top: 40px;
}
.investments-item-section:last-of-type {
  margin-top: 80px;
}
.investments-item-section-title {
  font-size: 20px;
  color: #01608f;
  line-height: 1.5;
}
.investments-item-section .investments-item-list {
  width: 100%;
  max-width: 870px;
  margin: 40px auto 0 auto;
}
.investments-item-section .investments-item-text {
  margin-top: 24px;
}
.investments-item-extra-info {
  margin: 40px auto 0 auto;
  width: 100%;
  max-width: 708px;
  display: flex;
  gap: 40px;
  align-items: center;
  background-color: #f5f6fa;
  border-radius: 20px;
  padding: 15px 15px 40px 40px;
}
.investments-item:last-of-type .investments-item-extra-info {
  padding: 40px;
}
.investments-item-extra-section {
  display: flex;
  flex-direction: column;
  gap: 28px;
}
.investments-item-extra-title {
  color: #262930;
  font-size: 32px;
  line-height: 1.5;
}
.investments-item-extra-section-text {
  font-size: 16px;
  color: #262930;
  line-height: 1.5;
}
.investments-item-extra-wrap-year {
  border-radius: 10px;
  background-color: #d9dde7;
  width: fit-content;
  padding: 6px 12px;
}

.investments-item-extra-wrap-year-wrapper {
  display: flex;
  gap: 10px;
}

.investments-item-extra-year {
  font-size: 12px;
  color: #262930;
}
.investments-item-img-mobile {
  display: none;
}
.investments-item-top-img-mobile {
  display: none;
}
@media (max-width: 769px) {
  .investments-item {
    padding: 36px 48px;
  }
  .investments-item-title {
    font-size: 20px;
  }
  .investments-item-top {
    gap: 40px;
  }
  .investments-item-top-content {
    gap: 24px;
  }
  .investments-item-img-title {
    text-align: center;
  }
}
@media (max-width: 700px) {
  .investments-item-extra-info {
    flex-direction: column;

    padding: 40px 5px 40px 25px;
  }
  .investments-item-extra-title {
    text-align: center;
  }
  .investments-item-extra-text {
    text-align: center;
  }
  .investments-item-extra-section {
    padding-right: 20px;
  }
  .investments-item:last-of-type .investments-item-extra-info {
    padding: 40px 25px;
  }
  .investments-item-extra-wrap-year {
    align-self: center;
  }
}
@media (max-width: 577px) {
  .investments-item-top {
    flex-direction: column;
  }

  .investments-item-top-content {
    order: 2;
  }
  .investments-item {
    padding: 36px 20px;
  }
  .investments-item-img-mobile {
    display: block;
    margin-top: 40px;
    align-self: center;
  }
  .investments-item-img {
    display: none;
  }
  .investments-item-top-img-mobile {
    display: block;
    order: 1;
  }
  .investments-item-top-img {
    display: none;
  }
}
