.year-report-with-cards {
  margin-bottom: 80px;
  padding: 24px;
}
@media screen and (min-width: 768px) {
  .year-report-with-cards {
    margin-bottom: 96px;
    padding: 40px;
  }
}
@media screen and (min-width: 1440px) {
  .year-report-with-cards {
    margin-bottom: 120px;
    padding: 64px;
  }
}
.year-report-with-cards__title {
  margin-bottom: 24px;
}
@media screen and (min-width: 768px) {
  .year-report-with-cards__title {
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 1024px) {
  .year-report-with-cards__title {
    margin-bottom: 56px;
  }
}
.year-report-with-cards__text {
  margin-bottom: 20px;
}
@media screen and (min-width: 1024px) {
  .year-report-with-cards__text {
    margin-bottom: 24px;
  }
}
@media screen and (min-width: 1024px) {
  .year-report-with-cards__text-container {
    flex: 0 0 55%;
  }
}
@media screen and (min-width: 1440px) {
  .year-report-with-cards__text-container {
    flex: 0 0 45%;
  }
}
.year-report-with-cards__content-text {
  margin-bottom: 32px;
}
@media screen and (min-width: 768px) {
  .year-report-with-cards__content-text {
    display: flex;
    margin-bottom: 64px;
  }
}
.year-report-with-cards__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.year-report-with-cards__image-cropped {
  margin-bottom: 32px;
  height: 153px;
  width: 110px;
}
@media screen and (min-width: 768px) {
  .year-report-with-cards__image-cropped {
    margin-right: 64px;
    margin-bottom: 0;
    height: 296px;
    flex: 0 0 210px;
  }
}
.year-report-with-cards__slider {
  margin: 0 -24px 8px;
}
@media screen and (min-width: 768px) {
  .year-report-with-cards__slider {
    margin: 0;
  }
}
.year-report-with-cards__slide {
  height: 100%;
}
.year-report-with-cards__card {
  border-radius: 54px 16px 16px 16px;
  padding: 24px;
  position: relative;
  z-index: 1;
  background-color: var(--color-grey-2);
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media screen and (min-width: 1024px) {
  .year-report-with-cards__card {
    padding: 32px;
  }
}
.year-report-with-cards__document-size {
  color: var(--color-grey-1);
  font-size: 16px;
  line-height: 22px;
  margin-left: 12px;
}
.year-report-with-cards__card-text {
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
  margin-bottom: 24px;
  position: relative;
  z-index: 1;
}
.year-report-with-cards__file {
  font-size: var(--font-size-s);
  line-height: var(--line-height-s);
  display: flex;
  align-items: center;
}
.year-report-with-cards__pagination {
  padding: 24px 24px 24px;
}
.year-report-with-cards .swiper-slide {
  height: auto;
}
@media screen and (min-width: 768px) {
  .year-report-with-cards .swiper-slide {
    height: unset;
    margin-bottom: 24px;
  }
}
@media screen and (min-width: 1440px) {
  .year-report-with-cards .swiper-slide {
    margin-bottom: 16px;
  }
}
.year-report-with-cards .swiper-wrapper {
  align-items: stretch;
}
@media screen and (min-width: 768px) {
  .year-report-with-cards .swiper-wrapper {
    flex-wrap: wrap;
    width: unset;
    margin-right: -24px;
  }
}
