.summary-top__container {
  padding: 40px 15px 25px;
}
.summary-top__title {
  margin-bottom: 32px;
  max-width: 585px;
  width: 100%;
}
.summary-top__text {
  max-width: 620px;
  width: 100%;
}
.summary-top__text p {
  font-size: 18px;
  line-height: 150%;
  margin-bottom: 28px;
}
.summary-top__items {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  margin-bottom: 7px;
}
.summary-top__item {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-preferred-size: 48%;
      flex-basis: 48%;
  background: rgb(236, 246, 255);
  border-radius: 16px;
  padding: 16px;
  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: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 4px;
}
.summary-top__item-amount {
  font-weight: 600;
  font-size: 24px;
  line-height: 120%;
  color: rgb(24, 116, 193);
}
.summary-top__item-text {
  font-size: 18px;
  line-height: 130%;
  text-align: center;
}
.summary-top__last-update {
  color: rgb(106, 106, 106);
  font-size: 14px;
  line-height: 150%;
  text-align: center;
}

.summary-text {
  padding: 29px 0 21px;
}
.summary-text p {
  line-height: 150%;
  margin-bottom: 24px;
}

.data-summary__title {
  margin-bottom: 30px;
  text-align: center;
}
.data-summary__items {
  row-gap: 32px;
}
.data-summary__item {
  padding: 32px 31px;
  border-radius: 32px;
  border: 1px solid rgb(238, 238, 238);
}
.data-summary__item-title {
  font-weight: 600;
  font-size: 24px;
  line-height: 120%;
  margin-bottom: 24px;
}
.data-summary__item-title--mounthly {
  margin-bottom: 8px;
}
.data-summary__item-title--region {
  margin-bottom: 16px;
}
.data-summary__caption {
  line-height: 120%;
  color: rgb(106, 106, 106);
}
.data-summary__item-text {
  margin-bottom: 16px;
}
.data-summary__item-text--grey {
  color: rgb(106, 106, 106);
  font-weight: 600;
}
.data-summary__values {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  margin-bottom: 16px;
}
.data-summary__values-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.data-summary__values-title {
  font-weight: 600;
  font-size: 14px;
  line-height: 150%;
}
.data-summary__values-value {
  font-size: 14px;
  line-height: 150%;
  font-weight: 500;
  color: rgb(15, 121, 58);
}
.data-summary__values-value span {
  font-size: 14px;
  font-weight: 500;
  line-height: 150%;
}
.data-summary__chart img {
  max-width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.data-summary__info--regional {
  padding: 32px;
  border-radius: 32px;
  border: 1px solid rgb(238, 238, 238);
}
.data-summary__info-text {
  margin-bottom: 16px;
  line-height: 150%;
}
.data-summary__info-text--total {
  font-size: 14px;
  font-weight: 500;
}
.data-summary__statistics {
  gap: 16px;
  margin-bottom: 16px;
}
.data-summary__statistics-item {
  padding: 6px 12px;
  font-size: 14px;
  line-height: 150%;
  border-radius: 100px;
  background-color: rgb(236, 246, 255);
  color: rgb(24, 116, 193);
}
.data-summary__statistics-item.new {
  background-color: rgb(232, 246, 237);
  color: rgb(20, 163, 77);
}
.data-summary__btns {
  gap: 16px;
}
.data-summary__btn {
  padding: 10px 20px;
  font-weight: 500;
}
.data-summary__btn--ai {
    position: relative;
    border: none;
    background: none;
    overflow: hidden;
    padding: 10px 20px;
    border-radius: 34px;
    background-clip: padding-box;
    max-width: 130px;
    width: 100%;
    text-align: left;
}

.data-summary__btn--ai:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(to right, rgb(255, 40, 208) 0%, rgb(30, 159, 232) 100%);
    z-index: 1;
    border-radius: 34px;
}

.data-summary__btn--ai:after {
    content: '';
    position: absolute;
    top: 1px;
    left: 1px;
    right: 1px;
    bottom: 1px;
    background: #fff;
    border-radius: 34px;
    z-index: 3;
}

.data-summary__btn--ai__text {
    position: relative;
    z-index: 5;
    display: inline-flex;
    transition: all 500ms ease-in;
    background-image: linear-gradient(266.53deg, #1E9FE8 0%, #FF28D0 100%);
        background-clip: text;
        color: transparent;
    gap: 4px;
    @media (max-width: 780px) {
        font-size: 12px;
    }
}
.data-summary__btn--ai__text:before {
    content: '';
    display: inline-block;
    width: 16px;
    height: 16px;
    background: url(../img/ai__stars.svg);
    margin-top: 3px;
    @media (max-width: 780px) {
        margin-top: 0;
    }
}
.data-summary__btn--ai:hover, .data-summary__btn--ai__text:hover {
    background-image: linear-gradient(266.53deg, #FF28D0 0%, #1E9FE8 100%);
    color: transparent;
}
.data-summary__btn--ai:hover::before, .data-summary__btn--ai__text:hover::before {
    animation: animateStars 500ms ease-in-out forwards;
}
.data-summary__stat-blocks {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  gap: 16px;
  padding-top: 32px;
}
.data-summary__stat-block {
  padding: 8px 16px;
  border-radius: 16px;
  background: rgb(236, 246, 255);
  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: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  gap: 4px;
  width: 30%;
}
.data-summary__stat-title {
  font-size: 14px;
  line-height: 120%;
  font-weight: 600;
  color: rgb(106, 106, 106);
}
.data-summary__stat-value {
  line-height: 120%;
  font-weight: 600;
}
.data-summary__stat-percents {
  font-size: 12px;
  line-height: 120%;
  font-weight: 600;
  color: rgb(24, 116, 193);
}

.stages {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  padding-top: 14px;
}

.stage {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
}
.stage__title {
  color: rgb(106, 106, 106);
  font-size: 14px;
  line-height: 150%;
}
.stage__value {
  font-weight: 600;
}
.stage__persents {
  padding: 2px 4px;
  text-align: center;
  border-radius: 100px;
  background-color: rgb(236, 246, 255);
  color: rgb(24, 116, 193);
  font-weight: 600;
  font-size: 12px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.monthly-updates {
  margin-bottom: 26px;
}
.monthly-updates__titles {
  padding: 6px 0;
}
.monthly-updates__title {
  font-weight: 600;
}
.monthly-updates__values {
  padding: 8px 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-top: 1px solid rgb(238, 238, 238);
}
.monthly-updates__value--green {
  color: rgb(20, 163, 77);
}

.country-table {
  margin-bottom: 24px;
}
.country-table .row {
  padding-top: 4px;
  padding-bottom: 4px;
  border-bottom: 1px solid rgb(238, 238, 238);
  font-size: 14px;
}
.country-table .row:last-child {
  border-bottom: none;
}
.country-table .col-4, .country-table .col-2, .country-table .col-lg-4, .country-table .col-3 {
  font-size: 14px;
}
.country-table__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}
.country-table__title span {
  font-size: 14px;
  font-weight: 600;
}
.country-table__title .sort {
  background: url("../../img/icon__sort.svg") no-repeat;
  display: block;
  width: 14px;
  height: 14px;
  background-size: 14px 14px;
  cursor: pointer;
}
.country-table__title .sort.asc {
  background: url("../../img/icon__sort--asc.svg") no-repeat;
  background-size: 14px 14px;
}
.country-table__title .sort.desc {
  background: url("../../img/icon__sort--desc.svg") no-repeat;
  background-size: 14px 14px;
}
.country-table__progress {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.country-table__progress div {
  font-size: 14px;
}
.country-table__progress .progress {
  width: 100%;
  max-width: 78px;
  height: 8px;
  border-radius: 100px;
}
.country-table__progress .progress-bar {
  background: #1874c1;
}

.investors__list.review-marquee__inner {
  -webkit-animation: 50s linear 0s infinite normal none running marqueReviews;
          animation: 50s linear 0s infinite normal none running marqueReviews;
}

.investors__item.review-marquee__item {
  width: 100%;
}

@media (max-width: 991px) {
  .summary-top__container {
    padding: 24px 15px;
  }
  .summary-top__title {
    font-size: 24px;
    margin-bottom: 16px;
  }
  .summary-top__text p {
    font-size: 14px;
    line-height: 150%;
    margin-bottom: 8px;
  }
  .summary-top__item {
    padding: 12px;
  }
  .summary-top__item-amount {
    font-size: 18px;
  }
  .summary-top__item-text {
    font-size: 16px;
  }
  .summary-text {
    padding: 18px 0;
  }
  .summary-text p {
    font-size: 14px;
    line-height: 150%;
    margin-bottom: 12px;
  }
  .data-summary__title {
    margin-bottom: 18px;
  }
  .data-summary__item {
    padding: 24px;
  }
  .data-summary__item-title {
    font-size: 18px;
    margin-bottom: 16px;
  }
  .data-summary__item-text {
    font-size: 14px;
  }
  .data-summary__caption {
    font-size: 14px;
  }
  .data-summary__info-text {
    font-size: 14px;
    margin-bottom: 12px;
  }
  .data-summary__info-text strong {
    font-size: 14px;
  }
  .data-summary__stat-block {
    width: unset;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -ms-flex-preferred-size: 47%;
        flex-basis: 47%;
  }
  .monthly-updates {
    margin-bottom: 18px;
  }
  .monthly-updates__titles, .monthly-updates__values {
    padding: 4px 0;
  }
  .monthly-updates__title, .monthly-updates__value {
    font-size: 14px;
  }
  .stage__title {
    font-size: 12px;
    line-height: 120%;
  }
  .stage__value {
    font-weight: 600;
    font-size: 14px;
  }
  .stage__persents {
    font-size: 10px;
  }
}
@media (max-width: 780px) {
  .summary-top__item-amount {
    font-size: 16px;
  }
  .summary-top__item-text {
    font-size: 14px;
  }
  .data-summary__title {
    margin-bottom: 16px;
  }
  .data-summary__items {
    gap: 24px;
  }
  .data-summary__item {
    padding: 16px;
    margin-bottom: 16px;
  }
  .data-summary__item-title {
    margin-bottom: 8px;
  }
  .data-summary__info--regional {
    margin-top: 16px;
    padding: 16px;
  }
  .data-summary__info-text--total {
    margin-bottom: 0;
  }
  .data-summary__stat-blocks {
    padding-top: 24px;
  }
}
@media (max-width: 680px) {
  .country-table__progress div {
    width: 47px;
  }
  .country-table__progress .progress {
    width: calc(100% - 47px);
  }
}
@media (max-width: 576px) {
  .monthly-updates__title, .monthly-updates__value {
    font-size: 12px;
    text-align: center;
  }
  .monthly-updates__value {
    padding-bottom: 2px;
    font-weight: 600;
  }
  .monthly-updates__value--green {
    padding-bottom: 0;
  }
    .monthly-updates__value--month {
        text-align: center;
    }
  .country-table {
    margin-bottom: 16px;
  }
  .country-table .row {
    font-size: 12px;
  }
  .country-table .col-4,
  .country-table .col-2,
  .country-table .col-lg-4,
  .country-table .col-3 {
    font-size: 12px;
  }
  .country-table__progress div {
    font-size: 12px;
  }
  .country-table__title {
    gap: 2px;
  }
  .country-table__title span {
    font-size: 12px;
  }
  .country-table .sort {
    width: 12px;
    height: 12px;
    background-size: 12px 12px;
  }
  .country-table .sort.asc, .country-table .sort.desc {
    background-size: 12px 12px;
  }
}
@media (max-width: 460px) {
  .country-table__progress {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
  .country-table__progress .progress {
    width: 100%;
  }
}

.black-link, .black-link:hover {
    color: black;
}

.flag-icon-squared {
    -webkit-box-shadow: 0 0 1px 1px rgba(0, 0, 0, .1);
    box-shadow: 0 0 1px 1px rgba(0, 0, 0, .1);
}
