.content-with-cards {
  margin: 80px 0 40px;
}
@media screen and (min-width: 768px) {
  .content-with-cards {
    margin: 96px 0 64px;
  }
}
@media screen and (min-width: 1440px) {
  .content-with-cards {
    margin: 120px 0 80px;
  }
}
.content-with-cards__pagination {
  padding-top: 24px;
}
.content-with-cards .swiper-slide {
  height: auto;
}
@media screen and (min-width: 768px) {
  .content-with-cards .swiper-slide {
    margin-bottom: 24px;
  }
}
@media screen and (min-width: 768px) {
  .content-with-cards .swiper-wrapper {
    display: flex;
    flex-wrap: wrap;
    margin-right: -24px;
    width: unset;
  }
}
.content-with-cards__content {
  padding: 32px 32px 24px;
  border-radius: 16px;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .content-with-cards__content {
    padding: 64px 64px 40px;
  }
}
.content-with-cards__bg-image {
  position: absolute;
  z-index: 0;
  pointer-events: none;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 16px;
}
.content-with-cards__title {
  color: var(--color-white);
  margin-bottom: 24px;
}
@media screen and (min-width: 1024px) {
  .content-with-cards__title {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 1024px) {
  .content-with-cards__text-paragraphs {
    flex: 0 0 calc(50% - 32px);
  }
}
@media screen and (min-width: 1440px) {
  .content-with-cards__text-paragraphs {
    margin-top: 16px;
    flex: 0 0 calc(50% - 40px);
  }
}
.content-with-cards__text {
  font-size: var(--font-size-m);
  line-height: var(--line-height-m);
  margin-bottom: 16px;
}
.content-with-cards__text:last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 1440px) {
  .content-with-cards__text_m {
    width: 480px;
    margin-right: auto;
  }
}
@media screen and (min-width: 768px) {
  .content-with-cards__text_l {
    font-size: var(--font-size-xl);
    line-height: var(--line-height-xl);
  }
}
.content-with-cards__text-container {
  position: relative;
  z-index: 1;
  color: var(--color-white);
}
.content-with-cards__text-container_v1 {
  margin-bottom: 64px;
}
@media screen and (min-width: 768px) {
  .content-with-cards__text-container_v1 {
    margin-bottom: 96px;
  }
}
@media screen and (min-width: 1440px) {
  .content-with-cards__text-container_v1 {
    margin-bottom: 120px;
  }
}
.content-with-cards__text-container_v2 {
  margin-bottom: 32px;
}
@media screen and (min-width: 768px) {
  .content-with-cards__text-container_v2 {
    margin-bottom: 48px;
  }
}
@media screen and (min-width: 768px) {
  .content-with-cards__text-container {
    gap: 80px;
  }
}
@media screen and (min-width: 1024px) {
  .content-with-cards__text-container {
    display: flex;
    justify-content: space-between;
    gap: 64px;
  }
}
@media screen and (min-width: 1440px) {
  .content-with-cards__text-container {
    margin-bottom: 120px;
    gap: 80px;
  }
}
.content-with-cards__cards {
  margin: 0 -32px;
  padding: 0 24px;
}
@media screen and (min-width: 768px) {
  .content-with-cards__cards {
    margin: 0;
  }
}
.content-with-cards__cards .swiper-wrapper {
  gap: 8px;
}
@media screen and (min-width: 768px) {
  .content-with-cards__cards .swiper-wrapper {
    gap: 0;
  }
}
.content-with-cards__card {
  height: 100%;
}
@media screen and (min-width: 1024px) {
  .content-with-cards__card_single {
    padding: 32px;
  }
}
@media screen and (min-width: 768px) {
  .content-with-cards__card-wrapper {
    width: 100%;
  }
}
@media screen and (min-width: 1024px) {
  .content-with-cards__card-wrapper {
    margin-left: auto;
    width: calc(50% - 32px);
  }
}
@media screen and (min-width: 1440px) {
  .content-with-cards__card-wrapper {
    width: 480px;
    margin-right: 56px;
  }
}
.content-with-cards__card-wrapper .pic-badge__title {
  font-size: var(--font-size-xl);
  line-height: var(--line-height-l);
  margin-bottom: 16px;
}
@media screen and (min-width: 768px) {
  .content-with-cards__card-wrapper .pic-badge__title {
    font-size: 40px;
    line-height: 44px;
  }
}
.content-with-cards__card-wrapper .pic-badge__text {
  font-size: var(--font-size-m);
  line-height: var(--line-height-m);
}
