

/* Start:/local/templates/main/components/bitrix/news.list/reviews/style.css?17475207891257*/
.active2 .carousel-img, .active2 img {
  height: 400px!important;
}
.owl-carousel .owl-stage {
  display: flex;
  align-items: flex-start;
}
.carousel-img {
    height: 205px;
    object-fit: cover;
    cursor: pointer;
    transition: all 0.3s ease;
}
.reviews {
  position: relative;
}
.slider-texts {
  position: absolute;
  width: 80%;
  right: 0;
  top:0;
}
.slider-texts h3 {
  margin-bottom: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.owl-prev {
  position: absolute;
  left: -70px;
  top: 25%;
}
.owl-next {
  position: absolute;
  right: -70px;
  top: 25%;
}
.reviews .rating2 {
  display: flex;
  align-items: center;
  gap: 10px;
}
.title .name svg {
  width: 14px;
  height: 14px;
}
.title img {
  width: 40px!important;
  height: 40px;
  border-radius: 100%;
}
.block-6 .owl-item .item {
  align-items: flex-start;
  gap:10px;
  flex-direction: column;
}
@media (min-width: 768px) {
  .reviews {
    /*min-height: 456px;*/
  }
}
@media (max-width: 600px) {
  .block-6 .owl-item .item {
    padding: 0 10px;
  }
  .slider-texts h3 {
    flex-direction: column;
  }
  .slider-texts {
    position: relative;
    width: 100%;
    margin-bottom: 30px;
  }
  .carousel-img {
    height: 400px!important;
  }
}
/* End */
/* /local/templates/main/components/bitrix/news.list/reviews/style.css?17475207891257 */
