.year-statistic-with-documents {
  margin: 80px 0;
}
@media screen and (min-width: 768px) {
  .year-statistic-with-documents {
    margin: 96px 0;
  }
}
@media screen and (min-width: 1440px) {
  .year-statistic-with-documents {
    margin: 120px 0;
  }
}
.year-statistic-with-documents__title {
  margin-bottom: 24px;
}
.year-statistic-with-documents__head {
  border-bottom: 1px solid var(--color-grey-3);
  padding-bottom: 16px;
  margin-bottom: 24px;
}
@media screen and (min-width: 768px) {
  .year-statistic-with-documents__head {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}
@media screen and (min-width: 1024px) {
  .year-statistic-with-documents__head {
    padding-bottom: 14px;
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 1440px) {
  .year-statistic-with-documents__head {
    margin-bottom: 24px;
    padding-bottom: 24px;
  }
}
@media screen and (min-width: 768px) {
  .year-statistic-with-documents__tabs {
    margin-bottom: 12px;
  }
}
.year-statistic-with-documents__blocks:not(._active) {
  display: none;
}
@media screen and (min-width: 1024px) {
  .year-statistic-with-documents__blocks {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 24px;
  }
}
@media screen and (min-width: 1440px) {
  .year-statistic-with-documents__blocks {
    margin-bottom: 40px;
  }
}
.year-statistic-with-documents__block {
  position: relative;
  z-index: 1;
  padding: 32px;
  border-radius: 16px;
  margin-bottom: 32px;
}
@media screen and (min-width: 1024px) {
  .year-statistic-with-documents__block {
    height: 200px;
    padding: 40px;
  }
}
.year-statistic-with-documents__block_grey {
  background-color: var(--color-grey-2);
  margin-bottom: 16px;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (min-width: 768px) {
  .year-statistic-with-documents__block_grey {
    justify-content: space-between;
  }
}
@media screen and (min-width: 1024px) {
  .year-statistic-with-documents__block_grey {
    flex: 1 0 59%;
    margin-bottom: 0;
  }
}
.year-statistic-with-documents__block_green {
  background-color: var(--color-emerald);
  margin-bottom: 24px;
  color: var(--color-white);
}
@media screen and (min-width: 1024px) {
  .year-statistic-with-documents__block_green {
    margin-left: 24px;
    flex: 0 0 38%;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 1440px) {
  .year-statistic-with-documents__block_green {
    flex: 0 0 32%;
  }
}
.year-statistic-with-documents__block-info:first-of-type {
  margin-bottom: 32px;
  flex: 0 0 50%;
  margin-right: 14px;
}
@media screen and (min-width: 768px) {
  .year-statistic-with-documents__block-info {
    flex: 0 0 30%;
  }
  .year-statistic-with-documents__block-info:first-of-type {
    margin-bottom: 0;
    flex: 0 0 30%;
    margin-right: 0;
  }
}
.year-statistic-with-documents__cropped-corner {
  position: absolute;
  z-index: 0;
  top: -1px;
  left: -1px;
}
.year-statistic-with-documents__block-number {
  font-size: 40px;
  line-height: 44px;
  letter-spacing: -0.03em;
  display: block;
  margin-bottom: 4px;
}
@media screen and (min-width: 1440px) {
  .year-statistic-with-documents__block-number {
    margin-bottom: 8px;
    font-size: 56px;
    line-height: 56px;
  }
}
.year-statistic-with-documents__block-text {
  font-size: var(--font-size-s);
  line-height: var(--line-height-s);
}
@media screen and (min-width: 1440px) {
  .year-statistic-with-documents__block-text {
    font-size: 16px;
    line-height: 20px;
  }
}
.year-statistic-with-documents__block-text_grey {
  color: var(--color-grey-1);
  margin-bottom: 16px;
  display: block;
  font-weight: 400;
}
@media screen and (min-width: 1024px) {
  .year-statistic-with-documents__block-text_grey {
    margin-bottom: 39px;
  }
}
@media screen and (min-width: 1440px) {
  .year-statistic-with-documents__block-text_grey {
    margin-bottom: 12px;
  }
}
.year-statistic-with-documents__block-title {
  font-size: 20px;
  line-height: 24px;
  margin-bottom: 32px;
  display: block;
}
@media screen and (min-width: 768px) {
  .year-statistic-with-documents__block-title {
    margin-bottom: 43px;
    font-size: 24px;
    line-height: 28px;
  }
}
.year-statistic-with-documents__block-download {
  display: flex;
  align-items: center;
}
.year-statistic-with-documents__block-download-text {
  color: var(--color-orange);
  font-size: 16px;
  line-height: 22px;
}
.year-statistic-with-documents__block-download-link {
  font-weight: 300;
  margin-right: 16px;
}
