

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: 1320px;
  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;
  }
}
/*indicators*/

.indicators-invest {
  margin-top: 40px;
}

.indicators-invest-items {
  margin-top: 60px;
  padding: 40px;
  background-color: #fff;
  border-radius: 20px;
}
.indicators-invest-item {
  display: flex;
  gap: 24px;
  width: 100%;
}

.indicators-invest-item-info {
  display: flex;
  width: 100%;
  border-bottom: 1px solid #e4e9ed;
  padding: 24px 0;
  gap: 20px;
}
.indicators-invest-item-list {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.indicators-invest-item:first-of-type .indicators-invest-item-info {
  border-bottom: none;
}
.indicators-invest-item:nth-child(3) .indicators-invest-item-nomination {
  font-family: "PT Astra Fact regular";
  font-weight: normal;
  padding-left: 26px;
  margin-top: 24px;
}

.indicators-invest-item:nth-child(3)
  .indicators-invest-item-list
  .indicators-invest-item-info-wrap:first-of-type
  .indicators-invest-item-nomination {
  font-family: "PT Astra Fact";
  font-weight: bold;
  padding-left: 0;
  margin-top: 0;
}

.indicators-invest-item:nth-child(3)
  .indicators-invest-item-list
  .indicators-invest-item-info-wrap:first-of-type
  .indicators-invest-item-results {
  font-family: "PT Astra Fact";
  font-weight: bold;
  margin-top: 0;
}
.indicators-invest-item:nth-child(3) .indicators-invest-item-results {
  font-family: "PT Astra Fact regular";
  font-weight: normal;
  margin-top: 24px;
}
.indicators-invest-item:nth-child(3)
  .indicators-invest-item-info-wrap:last-of-type
  .indicators-invest-item-info {
  border-bottom: 1px solid #e4e9ed;
  padding-bottom: 24px;
}
.indicators-invest-item:nth-child(3)
  .indicators-invest-item-info-wrap:first-of-type
  .indicators-invest-item-info {
  padding-top: 24px;
}
.indicators-invest-item:nth-child(3) .indicators-invest-item-info {
  padding: 0;
  border-bottom: none;
}
.indicators-invest-item:first-of-type .indicators-invest-item-info {
  padding: 24px 0 22px 0;
}
.indicators-invest-item:last-of-type .indicators-invest-item-info {
  border-bottom: none;
}
.indicators-invest-item:first-of-type .indicators-invest-item-changes {
  color: #2779a0;
  font-family: "PT Astra Fact regular";
  font-size: 14px;
  border-radius: 16px 16px 0 0;
  width: 116px;
  border-bottom: none;
}
.indicators-invest-item:first-of-type .indicators-invest-item-changes-wrap {
  border-radius: 16px 16px 0 0;
}
.indicators-invest-item:last-of-type .indicators-invest-item-changes-wrap {
  border-radius: 0 0 16px 16px;
}
.indicators-invest-item:last-of-type .indicators-invest-item-changes {
  border-bottom: none;
}
.indicators-invest-item:nth-child(3) .indicators-invest-item-changes {
  background-color: transparent;
  padding: 0 16px;
  border-bottom: none;
  font-family: "PT Astra Fact regular";
  margin-top: 24px;
}

.indicators-invest-item:nth-child(3)
  .indicators-invest-item-info-wrap:first-of-type
  .indicators-invest-item-changes-wrap
  .indicators-invest-item-changes {
  font-family: "PT Astra Fact";
  padding: 24px 16px 0 16px;
  margin-top: 0;
}
.indicators-invest-item:nth-child(3)
  .indicators-invest-item-info-wrap:last-of-type
  .indicators-invest-item-changes-wrap
  .indicators-invest-item-changes {
  padding-bottom: 24px;
  border-bottom: 1px solid #e4e9ed;
}

.indicators-invest-item-changes-wrap {
  padding: 0 24px;
  background-color: rgba(222, 243, 255, 0.5);
}
.indicators-invest-item-changes {
  border-bottom: 1px solid #e4e9ed;
  padding: 24px 16px;
  display: flex;
  gap: 8px;
  align-items: center;
  font-family: "PT Astra Fact";
  font-size: 16px;
  width: 116px;
}

.indicators-invest-item-changes-plus {
  color: #4eb9e5;
  font-size: 20px;
  font-weight: bold;
}
.indicators-invest-item-period {
  font-size: 14px;
  color: #2779a0;
  width: 9%;
}
.indicators-invest-item-period-mobile {
  display: none;
  font-size: 14px;
  color: #2779a0;
}
.indicators-invest-item-results {
  width: 9%;
  font-size: 16px;
  color: #001b36;
  font-family: "PT Astra Fact";
}
.indicators-invest-item-nomination {
  width: 67%;
  font-size: 15px;
  font-family: "PT Astra Fact";
  font-weight: bold;
  color: #001b36;
  position: relative;
  line-height: 1.5;
  display: flex;
}
.indicators-invest-item-nomination-span {
  margin-left: 12px;
  color: #56637a;
  font-weight: normal;
  font-family: "PT Astra Fact regular";
}
.indicators-invest-item-nomination-tooltip {
  display: block;
  margin-left: 12px;
  min-width: 20px;
  max-width: 20px;
  height: 20px;
  background: url("../img/tooltip-icon.svg") center center/cover no-repeat;
  cursor: pointer;
}
.indicators-invest-item-nomination-tooltip:hover {
  background: url("../img/tooltip-icon-hover.svg") center center/cover no-repeat;
}
.indicators-invest-item-nomination-tooltip.active {
  background: url("../img/tooltip-icon-hover.svg") center center/cover no-repeat;
}
.indicators-invest-item:nth-child(3) .indicators-invest-item-tooltip-content {
  top: -75px;
  left: -10px;
}
.indicators-invest-item:last-of-type .indicators-invest-item-tooltip-content {
  top: -148px;
  left: -10px;
}

.indicators-invest-item-tooltip-content {
  display: none;
  width: 320px;
  font-size: 13px;
  color: #fff;
  line-height: 1.5;
  background-color: #3a3f4a;
  border-radius: 12px;
  padding: 16px 20px;
  font-weight: normal;
  position: absolute;
  top: -135px;
  left: -10px;
}

.indicators-invest-link:hover {
  background-color: #4eb9e5;
}

.indicators-invest-item-changes-icon {
  width: 20px;
  height: 20px;
}
.indicators-invest-item-info-wrap {
  display: flex;
  width: 100%;
  gap: 24px;
}
.indicators-invest-item-changes-name {
  display: none;
}

@media (max-width: 900px) {
  /* .indicators-invest {
    padding: 60px 0;
  } */

  .indicators-invest-item-tooltip-content {
    top: -76px;
    left: -20px;
  }
  .indicators-invest-item:nth-child(3) .indicators-invest-item-tooltip-content {
    top: -132px;
    left: -20px;
  }
  .indicators-invest-item:last-of-type .indicators-invest-item-tooltip-content {
    top: -153px;
    left: -20px;
  }

  .indicators-invest-header {
    flex-direction: column;
  }
  .indicators-invest-item-period {
    font-size: 14px;
    width: 100%;
    max-width: 56px;
    font-family: "PT Astra Fact regular";
  }
  .indicators-invest-items {
    padding: 40px 32px;
  }
  .indicators-invest-item,
  .indicators-invest-item-info-wrap {
    justify-content: space-between;
  }
  .indicators-invest-item-changes {
    padding: 19px 16px;
    font-size: 15px;
    gap: 4px;
  }
  .indicators-invest-item-changes-icon {
    width: 16px;
    height: 16px;
  }
  .indicators-invest-item-info {
    width: 100%;
    max-width: 100%;
    padding: 16px 0;
    justify-content: space-between;
  }
  .indicators-invest-item-results {
    width: 100%;
    max-width: 56px;
    font-size: 15px;
  }
  .indicators-invest-item:nth-child(3)
    .indicators-invest-item-info-wrap:first-of-type
    .indicators-invest-item-info {
    padding-top: 16px;
  }

  .indicators-invest-item-changes-wrap {
    padding: 0 20px;
  }
  .indicators-invest-item:first-of-type .indicators-invest-item-info {
    padding: 16px 0;
  }
  .indicators-invest-item-nomination {
    width: 100%;
    max-width: 238px;
  }
  .indicators-invest-item:nth-child(3)
    .indicators-invest-item-info-wrap:first-of-type
    .indicators-invest-item-changes-wrap
    .indicators-invest-item-changes {
    padding-top: 16px;
  }
  .indicators-invest-item:nth-child(3)
    .indicators-invest-item-info-wrap:last-of-type
    .indicators-invest-item-changes-wrap
    .indicators-invest-item-changes {
    padding-bottom: 16px;
  }
  .indicators-invest-item:nth-child(3) .indicators-invest-item-results {
    margin-top: 16px;
  }
  .indicators-invest-item:nth-child(3) .indicators-invest-item-nomination {
    padding-left: 16px;
    margin-top: 16px;
  }
  .indicators-invest-item:nth-child(3) .indicators-invest-item-changes {
    margin-top: 16px;
  }
  .indicators-invest-item:nth-child(3)
    .indicators-invest-item-info-wrap:last-of-type
    .indicators-invest-item-info {
    padding-bottom: 16px;
  }
}

@media (max-width: 769px) {
  .indicators-invest-item-nomination {
    font-size: 14px;
  }
  .indicators-invest-items {
    padding: 40px 20px;
  }

  .indicators-invest-item:last-of-type {
    border-bottom: none;
    padding-bottom: 0;
  }

  .indicators-invest-item-changes-icon {
    width: 16px;
    height: 16px;
    margin-left: 18px;
  }

  .indicators-invest-item-results:last-of-type {
    border-bottom: none;
  }

  .indicators-invest-item:nth-child(3)
    .indicators-invest-item-list
    .indicators-invest-item-info-wrap:first-of-type
    .indicators-invest-item-info
    .indicators-invest-item-results:first-of-type {
    margin-top: 24px;
  }

  .indicators-invest-item:last-of-type .indicators-invest-item-changes-wrap {
    border-radius: 0;
  }
  .indicators-invest-item:nth-child(3) .indicators-invest-item-nomination {
    padding-left: 0;
  }
  .indicators-invest-item-changes-wrap {
    padding: 0 16px;
  }
  .indicators-invest-item:first-of-type .indicators-invest-item-changes {
    width: 97px;
    padding: 16px 0;
    display: flex;
    justify-content: center;
  }
  .indicators-invest-item {
    gap: 16px;
    width: 100%;
  }
  .indicators-invest-item-changes {
    width: 97px;
  }
  .indicators-invest-item-info-wrap {
    gap: 16px;
  }

  .indicators-invest-item-tooltip-content {
    left: 0px;
    width: 99%;
    top: -93px;
  }
  .indicators-invest-item:nth-child(3) .indicators-invest-item-tooltip-content {
    top: -72px;
    left: 0;
    width: 99%;
  }
  .indicators-invest-item:last-of-type .indicators-invest-item-tooltip-content {
    top: -148px;
    left: 0;
    width: 99%;
  }
}

@media (max-width: 670px) {
  .indicators-invest-items {
    background-color: #fff;
  }
  .indicators-invest-item-nomination {
    text-align: center;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 100%;
  }
  .indicators-invest-item:last-of-type .indicators-invest-item-nomination {
    flex-direction: column;
  }
  .indicators-invest-item:last-of-type .indicators-invest-item-tooltip-content {
    top: -90px;
    left: 0;
    width: 99%;
  }
  .indicators-invest-item:first-of-type {
    display: none;
  }
  .indicators-invest-item {
    padding-bottom: 32px;
    border-bottom: 1px solid #e4e9ed;
  }
  .indicators-invest-item,
  .indicators-invest-item-info-wrap {
    justify-content: space-between;
    flex-direction: column;
    gap: 0;
  }
  .indicators-invest-item:nth-child(3) .indicators-invest-item-info-wrap {
    padding: 32px 0;
  }
  .indicators-invest-item:nth-child(3) {
    padding-bottom: 0;
  }
  .indicators-invest-item:nth-child(3) .indicators-invest-item-info-wrap {
    border-bottom: 1px solid #e4e9ed;
  }
  .indicators-invest-item-changes {
    padding: 0 16px;
    font-size: 15px;
    gap: 4px;
    border-bottom: none;
  }
  .indicators-invest-item-info {
    width: 100%;
    max-width: 100%;
    padding: 32px 0 0 0;
    border-bottom: none;
    gap: 0;
    flex-direction: column;
  }
  .indicators-invest-item-results {
    width: 100%;
    max-width: 100%;
    padding: 12px;
    display: flex;
    gap: 28px;
    flex-direction: column;
    text-align: center;
    align-items: center;
    justify-content: center;
  }
  .indicators-invest-item-results:nth-child(2),
  .indicators-invest-item:nth-child(4) .indicators-invest-item-results:nth-child(2) {
    margin-top: 24px;
  }

  .indicators-invest-item-period-mobile,
  .indicators-invest-item-changes-name {
    display: block;
    width: 100%;
    max-width: 100px;
    font-size: 15px;
    color: #2779a0;
    font-weight: normal;
    text-align: center;
  }
  .indicators-invest-item-changes-wrap {
    width: 100%;
    max-width: 100%;
    margin-top: 8px;
    display: flex;
    align-items: center;
    padding: 16px 12px;
    border-radius: 12px;
    flex-direction: column;
    gap: 8px;
  }

  .indicators-invest-item:nth-child(3)
    .indicators-invest-item-info-wrap:first-of-type
    .indicators-invest-item-changes-wrap
    .indicators-invest-item-changes {
    padding-top: 0;
  }
  .indicators-invest-item:nth-child(3)
    .indicators-invest-item-info-wrap:first-of-type
    .indicators-invest-item-info {
    padding-top: 0;
  }
  .indicators-invest-item:nth-child(3)
    .indicators-invest-item-info-wrap:last-of-type
    .indicators-invest-item-changes-wrap
    .indicators-invest-item-changes {
    padding-bottom: 0;
    border-bottom: none;
  }
  .indicators-invest-item:nth-child(3) .indicators-invest-item-changes {
    margin-top: 0;
    padding: 0 16px;
  }
  .indicators-invest-item:nth-child(3) .indicators-invest-item-nomination {
    padding-left: 0;
    margin-top: 0;
  }

  .indicators-invest-item:nth-child(3)
    .indicators-invest-item-info-wrap:last-of-type
    .indicators-invest-item-info {
    padding-bottom: 0;
    border-bottom: none;
  }
  .indicators-invest-item:nth-child(3) .indicators-invest-item-results {
    margin-top: 0;
  }
  .indicators-invest-item:nth-child(3)
    .indicators-invest-item-list
    .indicators-invest-item-info-wrap:first-of-type
    .indicators-invest-item-results:nth-child(2) {
    margin-top: 24px;
  }
  .indicators-invest-item-changes {
    text-align: center;
    width: auto;
  }
}
@media (max-width: 457px) {
  .indicators-invest-results-items {
    grid-template-columns: 1fr;
    grid-template-rows: repeat(4, auto);
  }

  .indicators-invest-item-period-mobile {
    max-width: 100%;
  }
  .indicators-invest-item-tooltip-content {
    left: 0px;
    width: 99%;
    top: -134px;
  }
  .indicators-invest-item:nth-child(3) .indicators-invest-item-tooltip-content {
    top: -55px;
    left: 0;
    width: 99%;
  }
  .indicators-invest-item:last-of-type .indicators-invest-item-tooltip-content {
    top: -95px;
    left: 0;
    width: 99%;
  }
  .indicators-invest-item-info {
    justify-content: center;
    align-items: center;
  }
}

/*directory*/

.directory-wrap {
  margin-top: 40px;
  background-color: #ffffff;
  border-radius: 20px;
  padding: 24px 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.directory-info {
  display: flex;
  gap: 32px;
  align-items: center;
}
.directory-info-icon-wrap {
  background-color: #e9f5fc;
  border-radius: 12px;
  width: 64px;
  height: 64px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.directory-info-icon {
  width: 32px;
  height: 32px;
}
.directory-info-text {
  font-size: 24px;
  color: #003b5c;
  line-height: 1.5;
}
.directory-content {
  display: flex;
  justify-content: space-between;
  border: 1px solid #d0d5dd;
  border-radius: 12px;
  padding: 18px;
  width: 100%;
  max-width: 600px;
}
.directory-content-section {
  display: flex;
  gap: 16px;
  align-items: center;
}
.directory-content-section-icon {
  width: 44px;
  height: 44px;
}
.directory-content-section-text {
  display: flex;
  flex-direction: column;
  gap: 4px;
  color: #262930;
  font-size: 16px;
  line-height: 1.5;
}
.directory-content-section-text-span {
  font-size: 14px;
  color: #626b7d;
}
.directory-content-arrow-wrap {
  min-width: 48px;
  max-width: 48px;
  height: 48px;
  background-color: #23a1d8;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1150px) {
  .directory-wrap {
    flex-direction: column;
    gap: 48px;
    padding: 40px 56px;
  }
}
@media (max-width: 769px) {
  .directory-info {
    flex-direction: column;
  }
  .directory-info-text {
    font-size: 20px;
  }
  .directory-content {
    padding: 16px 24px;
    width: 100%;
    max-width: 600px;
  }
  .directory-content-arrow-wrap {
    min-width: 32px;
    max-width: 32px;
    height: 32px;
  }
  .directory-content-section-icon {
    width: 32px;
    height: 32px;
  }
  .directory-content-section-text {
    font-size: 14px;
  }
  .directory-content-section-text-span {
    font-size: 12px;
  }
  .directory-content-arrow {
    width: 9px;
  }
}
@media (max-width: 550px) {
  .directory-wrap {
    padding: 40px 24px;
  }
}
/*results*/

.results {
  margin-top: 40px;
}
.results-wrap {
  background-color: #fff;
  padding: 60px;
  border-radius: 32px;
}
.results-top {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 48px;
}
.results-title {
  color: #003b5c;
  font-size: 32px;
}
.results-select {
  position: relative;
}

.results-select-button {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 159px;

  background-color: transparent;
  /* background: #ffffff; */
  border: 1px solid #c5c9d2;
  border-radius: 12px;
  height: 60px;
  padding: 22px 16px;
  font-size: 14px;

  cursor: pointer;
}
.results-select-button::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  width: 16px;
  height: 16px;
  background: url("../img/grey-arrow.svg") center center/cover no-repeat;
  pointer-events: none;
}

.results-select-list {
  display: none;

  position: absolute;
  left: 0;
  top: 63px;

  margin: 0;
  padding: 0;
  list-style-type: none;

  background: #ffffff;
  /* box-shadow: 0px 4px 8px rgba(171, 191, 125, 0.26); */
  overflow: hidden;

  border-radius: 6px;
  width: 159px;
  border: 1px solid #c5c9d2;
  z-index: 1;
}
.results-select-list.visible {
  display: block;
}

.results-select-list-item {
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
  border: 1px solid #c5c9d2;
  border-bottom: 0px;
  padding: 13px 20px;
  background-color: #fff;
  font-size: 16px;
  cursor: pointer;
}
.results-select-list-item:first-child {
  border-radius: 6px 6px 0 0;
}

.results-select-list-item:last-child {
  border-radius: 0 0 6px 6px;
}

.results-select-input-hidden {
  display: none;
}

.results-select-list.visible {
  display: block;
}
.results-content {
  margin-top: 48px;
  display: flex;
  flex-direction: column;
  gap: 48px;
}
.results-content-period {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.results-content-item {
  border-radius: 20px;
  border: 1px solid #d9dde7;
  padding: 40px;
  display: flex;
  flex-direction: column;
}
.results-content-item-title {
  color: #262930;
  font-size: 28px;
  line-height: 1.5;
}
.results-content-item-list {
  margin-top: 32px;
  display: flex;
  gap: 20px;
}
.results-content-item-list-elem {
  border-radius: 20px;
  background-color: #f5f6fa;
  padding: 20px 24px;
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.results-content-item-info {
  display: flex;
  align-items: center;
  gap: 4px;
}
.results-content-item-desc {
  font-size: 14px;
  color: #003b5c;
}
.results-content-item-wrap-btn {
  border-radius: 10px;
  border: 1px solid #c5c9d2;
  padding: 12px 16px;
  display: flex;
  gap: 12px;
  font-size: 14px;
  color: #003b5c;
}
.results-content-item-wrap-arrow {
  min-width: 20px;
  max-width: 20px;
  height: 20px;
  background-color: #23a1d8;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.results-content-item-wrap-btn:hover .results-content-item-wrap-arrow {
  background-color: #72d0fb;
}
@media (max-width: 1280px) {
  .results-content-item-list {
    flex-direction: column;
  }
}
@media (max-width: 769px) {
  .results-wrap {
    padding: 40px 56px;
  }
  .results-top {
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
    gap: 40px;
  }
  .results-select-button {
    width: 100%;
  }
  .results-title {
    font-size: 24px;
    text-align: center;
  }
  .results-select-list {
    width: 100%;
  }
  .results-content-item-title {
    font-size: 16px;
  }
}
@media (max-width: 550px) {
  .results-wrap {
    padding: 40px 20px;
  }
  .results-content-item {
    padding: 20px;
  }
}
/*reports*/
.reports {
  padding: 40px 0 60px 0;
}
.reports-wrap {
  background-color: #ffffff;
  border-radius: 20px;
  padding: 60px 56px;
}
.reports-top {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 48px;
}
.reports-title {
  color: #003b5c;
  font-size: 32px;
}
.reports-select {
  position: relative;
}

.reports-select-button {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 159px;
  background: #fff;
  border: 1px solid #c5c9d2;
  border-radius: 12px;
  height: 60px;
  padding: 22px 16px;
  font-size: 14px;

  cursor: pointer;
}
.reports-select-button::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  width: 16px;
  height: 16px;
  background: url("../img/grey-arrow.svg") center center/cover no-repeat;
  pointer-events: none;
}

.reports-select-list {
  display: none;

  position: absolute;
  left: 0;
  top: 63px;

  margin: 0;
  padding: 0;
  list-style-type: none;
  border: 1px solid #c5c9d2;
  background: #ffffff;
  /* box-shadow: 0px 4px 8px rgba(171, 191, 125, 0.26); */
  overflow: hidden;

  border-radius: 6px;
  width: 159px;

  z-index: 1;
}
.reports-select-list.visible {
  display: block;
}

.reports-select-list-item {
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
  border: 1px solid #c5c9d2;
  border-bottom: 0px;
  padding: 13px 20px;
  background-color: #fff;
  font-size: 16px;
  cursor: pointer;
}
.reports-select-list-item:first-child {
  border-radius: 6px 6px 0 0;
}

.reports-select-list-item:last-child {
  border-radius: 0 0 6px 6px;
}

.reports-select-input-hidden {
  display: none;
}

.reports-select-list.visible {
  display: block;
}
.reports-content {
  margin: 40px auto 0 auto;
  display: flex;
  flex-direction: column;
  gap: 48px;
  width: 100%;
  max-width: 790px;
}
.reports-content-period {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.reports-content-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border: 1px solid #d9dde7;
  border-radius: 20px;
  width: 100%;
  padding: 24px 40px;
  background-color: #fff;
}
.reports-content-item-info {
  display: flex;
  gap: 4px;
  align-items: center;
}
.reports-content-item-icon {
  width: 32px;
  height: 32px;
}
.reports-content-item-file-desc {
  color: #003b5c;
  font-size: 14px;
  line-height: 1.5;
}
.reports-content-item-desc {
  color: #262930;
  font-size: 18px;
  line-height: 1.5;
}
.reports-content-item-file {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  max-width: 348px;
  /* background-color: #f5f6fa; */
  border-radius: 20px;
  padding: 20px 24px;
}
.reports-content-item-wrap-btn {
  padding: 12px 16px;
  display: flex;
  gap: 12px;
  border: 1px solid #c5c9d2;
  border-radius: 10px;
  color: #003b5c;
  font-size: 14px;
}
.reports-content-item-wrap-arrow {
  width: 20px;
  height: 20px;
  background-color: #23a1d8;
  border-radius: 6px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.reports-content-item-wrap-btn:hover .reports-content-item-wrap-arrow {
  background-color: #72d0fb;
}
@media (max-width: 769px) {
  .reports-wrap {
    padding: 40px 56px;
  }
  .reports-top {
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
    gap: 40px;
  }
  .reports-select-button {
    width: 100%;
  }
  .reports-title {
    font-size: 24px;
    text-align: center;
  }
  .reports-select-list {
    width: 100%;
  }
  .reports-content-item-title {
    font-size: 16px;
  }
  .reports-content-item {
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
    gap: 32px;

    width: 100%;
    padding: 20px;
  }
  .reports-content-item-desc {
    font-size: 16px;
  }
  .reports-content-item-file {
    max-width: 100%;
    justify-content: flex-start;
    padding-left: 0px;
  }
}
@media (max-width: 550px) {
  .reports-wrap {
    padding: 40px 20px;
  }
}
@media (max-width: 393px) {
  .results-content-item-list-elem {
    flex-direction: column;
    gap: 20px;
  }
  .results-content-item-wrap-btn {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
