/** Shopify CDN: Minification failed

Line 145:4 Expected ":"

**/
.testimonials {
  padding: 0px 0;
  text-align: center;
  overflow: hidden;
}

.testimonials__title {
  margin-bottom: 30px;
}

.testimonial__slide {
  display: none;
  justify-content: center;
  width: 100%;
  padding-bottom: 30px;
}

.testimonial__slide:first-child {
  display: flex;
}

.testimonial__rating {
  margin-bottom: 50px;
  margin-left: -28px;
}

.testimonial__text {
  margin-bottom: 10px;
}

.testimonial__author {
  font-weight: bold;
}

.testimonial__descr {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.testimonials__wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  width: 100%;
}

.testimonials__img {
  position: relative;
  z-index: 2;
}

.testimonial__rating {
  display: flex;
  justify-content: center;
}

.testimonial__star {
  position: relative;
}

.testimonial__star:nth-child(1) {
  bottom: 0;
  left: -60px;
}
.testimonial__star:nth-child(2) {
  bottom: 30px;
  left: -25px;
}
.testimonial__star:nth-child(3) {
  bottom: 50px;
  left: 16px;
}
.testimonial__star:nth-child(4) {
  bottom: 30px;
  left: 55px;
}
.testimonial__star:nth-child(5) {
  bottom: 0;
  left: 90px;
}
.testimonial__descr-block {
  width: 815px;
  border-radius: 10px;
  color: #000;
  padding: 15px 35px;
}

.testimonial__text {
  color: rgb(var(--color-foreground));
  font-weight: 700;
  font-size: 40px;
  margin-block-start: 0em;
  margin-block-end: 0em;
}

.testimonial__author {
  color: rgb(var(--color-foreground));
  font-weight: 300;
  font-size: 14px;
  line-height: 117%;
  letter-spacing: 0.04em;
  margin-top: 20px;
}

.testimonials__dots {
  text-align: center;
}

.testimonial__dot {
  height: 10px;
  width: 10px;
  margin: 0 5px;
  background-color: rgba(var(--color-foreground), 0.4);
  border-radius: 100%;
  display: inline-block;
  cursor: pointer;
}

.testimonial__dot.active {
  background-color: rgb(var(--color-foreground));
}

.testimonial__image {
    max-width: 500px;
}

@media(max-width: 1360px) {
  .testimonial__descr-block {
    width: 100%;
  }

  .testimonials {
    padding-top: 100px;
  }

  .testimonials__wrapper {
    justify-content: space-between;
    gap: 0;
  se}
}

@media(max-width: 776px) {

  .testimonial__rating {
    margin-left: 0px;
  }
  
  .testimonial__image {
    width: 400px;
    height: auto;
    object-position: right;
  }
}

@media(max-width: 776px) {

 .testimonial__descr-block {
    width: 480px;
  }

  .testimonial__author {
    color: #000 !important;
  }

  .testimonial__text {
   font-size: 22px;
   color: #000;
  }

  .testimonial__descr-block {
    background: rgb(var(--color-foreground));
  }
  .testimonials__wrapper {
    justify-content: space-between;
    flex-direction: column;
    gap: 85px;
  }

  .testimonials {
      padding-top: 70px;
  }
  
  .testimonials .container {
    display: flex;
    flex-direction: column;
  }

  .testimonial__slide {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .testimonial__image {
    object-position: center;
    width: 100%;
    height: 490px;
    object-fit: cover;
  }

  .testimonials .container {
    padding-left: 0px;
    padding-right: 0px;
  }

  .testimonial__slide {
    padding-bottom: 30px;
  }
}

@media (max-width: 900px) and (min-width: 776px) {
    .testimonial__image {
        max-width: 350px;
    }
}

@media(max-width: 568px) {

  .testimonial__descr {
    padding-left: 24px;
    padding-right: 24px;
  }

  .testimonial__descr-block {
    min-height: 130px;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  
  .testimonial__descr-block,
  .testimonial__descr,
  .testimonial__slide,
  .testimonials__slider {
    width: 100%;
  }

  .testimonial__rating {
    position: relative;
    left: -15px;
  }

  .testimonial__image {
    width: 480px;
    height: 483px;
    object-fit: contain;
    margin-left: -35px;
  }
}

@media(max-width: 390px) {
  .testimonial__image {
    width: 100%;
    margin-left: -25px;
  }
}
