
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: 1360px;
  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;
  }
}

/*desc*/
.desc {
  padding-top: 48px;
}
.desc-wrap {
  padding: 60px 48px;
  background-color: #ffffff;
  border-radius: 24px;
  display: flex;
  gap: 40px;
}
.desc-line {
  min-width: 8px;
  max-width: 8px;
  height: auto;
  background-color: #23a1d8;
  border-radius: 2px;
}
.desc-texts {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.desc-text {
  font-size: 16px;
  line-height: 1.5;
  color: #262930;
}
@media (max-width: 769px) {
  .desc-wrap {
    padding: 40px;
    gap: 24px;
  }
  .desc-line {
    min-width: 4px;
    max-width: 4px;
  }
}
@media (max-width: 577px) {
  .desc-wrap {
    padding: 36px 20px;
    gap: 24px;
  }
}
/*scheme*/
.scheme {
  padding: 60px 0;
}
.scheme-wrap {
  display: flex;
  flex-direction: column;
}
.scheme-desc {
  margin: 40px auto 0 auto;
  width: 100%;
  max-width: 1089px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.scheme-desc-text {
  color: #262930;
  font-size: 16px;
  line-height: 1.5;
}
.scheme-img-tablet {
  display: none;
}
.scheme-img-mobile {
  display: none;
}
@media (max-width: 769px) {
  .scheme-img-tablet {
    display: block;
    align-self: center;
  }
  .scheme-img {
    display: none;
  }
}
@media (max-width: 577px) {
  .scheme-img-tablet {
    display: none;
  }
  .scheme-img-mobile {
    display: block;
  }
  .scheme-desc-text {
    text-align: center;
  }
}
/*info*/
.info {
  padding-bottom: 60px;
}
.info-wrap {
  padding: 60px 48px;
  background-color: #ffffff;
  border-radius: 24px;
}
.info-title {
  font-size: 20px;
  color: #003b5c;
  line-height: 1.5;
}
.info-subtitle {
  margin-top: 32px;
  color: #262930;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.5;
}
.info-mail-link {
  margin-top: 16px;
  display: flex;
  align-items: center;
  gap: 6px;
  color: #138ab4;
  font-size: 16px;
}
.info-tab {
  margin-top: 32px;
}
.info-tab-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}
.info-tab-top-desc {
  font-size: 20px;
  color: #003b5c;
}
.info-tab-top-arrow-wrap {
  width: 36px;
  height: 36px;
  background-color: #e9f5fc;
  border-radius: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.info-tab-top-arrow {
  transform: rotate(-90deg);
}
.info-tab-top-arrow.active {
  transform: rotate(0);
}
.info-tab-bottom {
  margin-top: 32px;
  padding: 40px 48px;
  background-color: #f5f6fa;
  border-radius: 24px;
  display: none;
}
.info-tab-bottom-section {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-top: 60px;
}
.info-tab-bottom-section:first-of-type {
  margin-top: 0;
}
.info-tab-bottom-desc {
  font-size: 14px;
  color: #01608f;
  line-height: 1.5;
}
.info-tab-bottom-text {
  color: #262930;
  font-size: 16px;
  line-height: 1.5;
}
.info-tab-bottom-table {
  margin-top: 60px;
  display: flex;
  flex-direction: column;
}
.info-tab-bottom-item {
  padding: 20px 0;
  border-bottom: 1px solid #e7eaf1;
  display: flex;
  gap: 30px;
  align-items: center;
}
.info-tab-bottom-item:first-of-type {
  padding: 0;
  border-bottom: none;
}
.info-tab-bottom-item:last-of-type {
  padding-bottom: 0;
  border-bottom: none;
}
.info-tab-bottom-item-column {
  font-size: 12px;
  color: #01608f;
  line-height: 1.5;
  display: none;
}
.info-tab-bottom-row {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.info-tab-bottom-item:first-of-type .info-tab-bottom-item-column {
  display: block;
}
.info-tab-bottom-row:first-of-type {
  width: 100%;
  max-width: 146px;
}
.info-tab-bottom-item:first-of-type .info-tab-bottom-item-column:first-of-type {
  width: 100%;
  max-width: 146px;
}

.info-tab-bottom-row:nth-last-child(2) {
  width: 100%;
  max-width: 332px;
}
.info-tab-bottom-item:first-of-type .info-tab-bottom-item-column:nth-child(2) {
  width: 100%;
  max-width: 332px;
}
.info-tab-bottom-item-desc {
  color: #262930;
  font-size: 14px;
  line-height: 1.5;
}
@media (max-width: 1040px) {
  .info-wrap {
    padding: 48px 36px;
  }
  .info-tab-bottom-item {
    flex-direction: column;
    align-items: flex-start;
  }
  .info-tab-bottom-item:first-of-type {
    display: none;
  }
  .info-tab-bottom-item-column {
    font-size: 12px;
    color: #01608f;
    line-height: 1.5;
    display: block;
  }

  .info-tab-bottom-row:first-of-type {
    width: 100%;
    max-width: 100%;
  }

  .info-tab-bottom-row:nth-last-child(2) {
    width: 100%;
    max-width: 100%;
  }
}
@media (max-width: 577px) {
  .info-wrap {
    padding: 48px 24px;
  }
  .info-title {
    text-align: center;
  }
  .info-subtitle {
    text-align: center;
  }
  .info-mail-link {
    justify-content: center;
  }
  .info-tab-bottom {
    padding: 40px 24px;
  }
}
/*description*/
.description {
  margin-bottom: 48px;
}

.description-wrap {
  padding: 60px 48px;
  background-color: #ffffff;
  border-radius: 24px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(3, auto);
  row-gap: 40px;
  column-gap: 24px;
}
.description-item {
  width: 100%;
  border: 2px solid #e7eaf1;
  border-radius: 24px;
  padding: 36px 32px;
}
.description-item-title {
  font-size: 18px;
  color: #003b5c;
  line-height: 1.5;
}
.description-item-texts {
  margin-top: 20px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.description-item-text {
  font-size: 14px;
  color: #262930;
  line-height: 1.5;
}
.description-item-list {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.description-item-list-desc {
  font-size: 14px;
  color: #262930;
  line-height: 1.5;
  display: flex;
  gap: 6px;
}
.description-item-list-desc::before {
  content: "";
  background: url("../img/li-arrow.svg") center center/cover no-repeat;
  width: 12px;
  height: 12px;
  display: block;
  margin-top: 6px;
}
@media (max-width: 1040px) {
  .description-wrap {
    padding: 48px 56px;
    background-color: #ffffff;
    border-radius: 24px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(5, auto);
    row-gap: 40px;
    column-gap: 24px;
  }
}
@media (max-width: 769px) {
  .description-wrap {
    grid-template-columns: 1fr;
    grid-template-rows: repeat(9, auto);
    row-gap: 24px;
  }
}
@media (max-width: 577px) {
  .description-wrap {
    padding: 48px 24px;
  }
}
