.module-testimonials--title {
  font-size: var(--text-3xl-m);
}
.module-testimonials--phone {
  display: block;
  margin: auto;
  width: 10%;
  filter: drop-shadow(0 3px 6px rgba(0, 0, 0, 0.3));
}
.testimonial-text {
  display: block;
}
.testimonial-author > * {
  display: block;
}
.testimonial-author--name {
  color: var(--orange);
}

@media screen and (min-width: 1024px) {
  .module-testimonials--title {
    top: calc(var(--gap-2xl) * -1);
  }
  section.module-testimonials .site-wrapper {
    padding: 0 6.2rem;
    box-sizing: border-box;
  }
  .module-testimonials--title {
    position: absolute;
  }
  .module-testimonials--phone {
    width: 19.6rem;
  }
  .testimonials-slider {
    position: absolute;
    top: 0;
    height: 100%;
    width: calc(100% - 12.4rem);
    overflow: visible;
  }
  .testimonials-slider .swiper-wrapper {
    display: block;
    position: relative;
    width: 100%;
  }
  .testimonials-slider .swiper-slide {
    position: absolute;
    pointer-events: all;
    height: fit-content;
    width: fit-content;
  }
  .testimonials-slider .swiper-slide:nth-child(1) {
    top: calc(var(--gap-2xl) * -1);
    left: 51%;
  }
  .testimonials-slider .swiper-slide:nth-child(2) {
    left: 0;
    top: 50%;
    transform: translateY(-50%);
  }
  .testimonials-slider .swiper-slide:nth-child(3) {
    right: 0;
    bottom: 4.5rem;
    transform: translateX(4.2rem);
  }
  .testimonials-slider .swiper-slide:nth-child(1n + 4) {
    display: none;
  }
  .testimonial-text {
    box-sizing: border-box;
    width: 24.25rem;
    font-size: var(--text-s);
    padding: 2em;
  }
  .testimonial-text--big {
    width: 23.5em;
    font-size: 1.43rem;
    font-weight: 500;
    padding: 3rem;
  }
  .testimonial-author {
    position: absolute;
    right: 1rem;
    top: 100%;
    pointer-events: none;
    text-align: right;
    margin-top: 1em;
  }
}
@media screen and (max-width: 1023px) {
  .module-testimonials--title {
    text-align: center;
    margin-top: calc(var(--gap-2xl) * -1 - 1em);
    /* font-size: var(--text-5xl); */
  }
  .testimonial-author {
    font-size: var(--text-xl);
    text-align: center;
    position: relative;
    margin: var(--gap-2xl) auto var(--gap-3xl) auto;
  }
  .module-testimonials--phone {
    width: 70%;
  }
  .testimonials-slider {
    --bottom: var(--gap-200);
    width: 100%;
    left: 50%;
    transform: translateX(-50%);
    margin-top: -15%;
    padding-bottom: var(--bottom);
    margin-bottom: calc(var(--bottom) * -1);
  }
  .testimonials-slider .swiper-wrapper {
    align-items: flex-end;
  }
  .testimonials-slider .swiper-slide {
    width: 80%;
  }
  .testimonial-text {
    padding: 1.5rem;
    font-size: var(--text-l-m);
    margin: 0 2.5vw;
  }
  .testimonial-text--big {
    font-weight: 500;
    font-size: var(--text-xl-m);
  }
  .testimonials-slider .swiper-pagination {
    bottom: calc(var(--bottom) - 2rem);
  }
}
