/* stylelint-disable max-line-length */
/* stylelint-disable max-line-length */
@media (min-width: 48rem) {
  .testimonials {
    margin-bottom: -107px;
  }
}
.testimonials__items {
  padding-bottom: 60px;
}
.testimonials__items .swiper-pagination {
  bottom: 20px;
}
.testimonials__items .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background-color: var(--color-silver);
  opacity: 1;
  margin: 0 10px !important;
  border-radius: 50%;
  transition: background-color 0.3s, transform 0.3s;
  position: relative;
}
.testimonials__items .swiper-pagination-bullet-active::after {
  content: "";
  width: 30px;
  height: 30px;
  position: absolute;
  top: calc(50% - 15px);
  right: calc(50% - 15px);
  border-radius: 100%;
  background-color: rgba(199, 201, 206, 0.1019607843);
}
@media (min-width: 48rem) {
  .testimonials__items .swiper-pagination-bullet:first-of-type {
    margin-left: 0 !important;
  }
}
@media (min-width: 48rem) {
  .testimonials__items .swiper-pagination {
    bottom: 417px;
    text-align: left;
  }
}
@media (min-width: 64rem) {
  .testimonials__items .swiper-pagination {
    bottom: 155px;
    padding-left: 10px;
  }
}
@media (min-width: 64rem) {
  .testimonials__items {
    padding-bottom: 0;
    padding-left: 10px;
  }
}
.testimonials__item {
  display: flex;
  flex-direction: column;
}
.testimonials__item img {
  width: 100%;
  max-width: 900px;
  transition: 0.5s all ease-in-out;
  opacity: 0;
}
.testimonials__item-text {
  background-color: var(--color-silver);
  padding: 20px;
  box-sizing: border-box;
  transition: 0.5s all ease-in-out;
  opacity: 0;
}
.testimonials__item-text h1,
.testimonials__item-text h2 {
  color: var(--color-charcoal);
  font-weight: 100;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media (min-width: 64rem) {
  .testimonials__item-text h1,
  .testimonials__item-text h2 {
    line-height: 49.27px;
  }
}
.testimonials__item-text span {
  color: var(--color-pink);
  margin-top: 10px;
  display: block;
}
@media (min-width: 48rem) {
  .testimonials__item-text {
    position: absolute;
    max-width: 400px;
    padding: 40px;
    border-radius: 25px;
    right: 0;
    top: 50%;
  }
}
@media (min-width: 64rem) {
  .testimonials__item-text {
    max-width: 600px;
    bottom: 107px;
    top: initial;
    padding: 62px 74px 71px 77px;
  }
}
.testimonials__item.swiper-slide-visible .testimonials__item-text,
.testimonials__item.swiper-slide-visible img {
  opacity: 1;
}
@media (min-width: 48rem) {
  .testimonials__item {
    position: relative;
    padding-bottom: 391px;
  }
}
@media (min-width: 64rem) {
  .testimonials__item {
    padding-bottom: 200px;
  }
}
