.testimonials .container {
  display: flex;
  justify-content: space-between;
}
.testimonials .slick-arrow {
  display: none !important;
}
.testimonials .testimonials-swipe {
  display: none;
  align-items: center;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.3);
  position: absolute;
  right: 0;
  top: 15px;
}
.testimonials .testimonials-swipe img {
  opacity: 0.5;
}
.testimonials .testimonials__title {
  font-weight: 500;
  color: rgba(0, 0, 0, 0.5);
}
.testimonials .testimonials__left .testimonial__title {
  font-weight: 700;
}
.testimonials .testimonials__left .testimonial__short-description {
  color: rgba(0, 0, 0, 0.8);
}
.testimonials .testimonials__right .testimonials__container {
  position: relative;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1), 0px -3px 4px -2px rgba(0, 0, 0, 0.06);
}
.testimonials .testimonials__right .testimonial__description {
  font-weight: 500;
  color: rgba(0, 0, 0, 0.5);
}
.testimonials .testimonials__right .testimonial__description .highlight {
  background: rgba(51, 57, 241, 0.1);
  color: rgba(0, 0, 0, 0.8);
}
.testimonials .testimonials__right .testimonial__description .highlight .first,
.testimonials .testimonials__right .testimonial__description .highlight .last {
  position: relative;
  color: rgba(0, 0, 0, 0.8);
}
.testimonials .testimonials__right .testimonial__description .highlight .first:after,
.testimonials .testimonials__right .testimonial__description .highlight .last:after {
  content: "";
  display: inline-block;
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
}
.testimonials .testimonials__right .testimonial__description .highlight .first:after {
  background-image: url(../../../../../../uploads/tenweb-theme/images/icons/cursor-left.svg);
  background-position: top;
  bottom: 0;
}
.testimonials .testimonials__right .testimonial__description .highlight .last:after {
  background-image: url(../../../../../../uploads/tenweb-theme/images/icons/cursor-right.svg);
  background-position: bottom;
  top: 0;
}
.testimonials .testimonials__right .author__name-highlighted {
  position: absolute;
  z-index: -1;
  width: 100%;
  left: 0;
  text-align: center;
  font-weight: 700;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0) 90%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.testimonials .testimonials__right .author {
  text-align: center;
}
.testimonials .testimonials__right .authors__avatar {
  width: 152px;
  margin: 0 auto 16px;
}
.testimonials .testimonials__right .authors__avatar .author__avatar {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  overflow: hidden;
  transform: scale(0.57);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  border: 4px solid transparent;
  margin: 0;
}
.testimonials .testimonials__right .authors__avatar .author__avatar img {
  width: 48px;
  height: 48px;
}
.testimonials .testimonials__right .authors__avatar .author__avatar.slick-center {
  transform: scale(1);
  border-color: #F5F5F6;
}
.testimonials .testimonials__right .authors__avatar .author__avatar.slick-center img {
  width: 48px;
  height: 48px;
}
.testimonials .testimonials__right .author__name {
  font-weight: 700;
  margin-bottom: 4px;
  color: #000000;
}
.testimonials .testimonials__right .author__role {
  color: rgba(0, 0, 0, 0.5);
}
.testimonials .testimonials__right .testimonials-navigation {
  display: flex;
  justify-content: center;
  position: relative;
}
.testimonials .testimonials__right .slick-arrow {
  background: rgba(0, 0, 0, 0.1);
}
.testimonials .testimonials__right .slick-arrow:hover {
  background: rgba(0, 0, 0, 0.2);
}
.testimonials.only_right {
  padding: 0 !important;
  margin: 0 !important;
}
.testimonials.only_right .testimonials__right {
  background: #ffffff;
  border-radius: 10px;
}
.testimonials.one_item .author__name-highlighted {
  z-index: 0;
}
.testimonials.one_item .testimonials-navigation {
  display: none;
}
.testimonials.one_item .authors__avatar {
  position: relative;
  z-index: 1;
}
.testimonials.one_item .authors__avatar .author__avatar {
  margin: 0 auto 12px;
  transform: scale(1);
  border-color: #F5F5F6;
}
