

/* Start:/local/templates/vodohod/components/bitrix/news.list/reviews/style.css?168535629311341*/
.testimonials {
  padding-top: 60px;
  padding-bottom: 120px
}

.testimonials__heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 40px
}

@media (max-width: 710px) {
  .testimonials__heading {
    flex-direction: column;
    align-items: flex-start
  }
}

.testimonials__heading-title {
  font-size: 24px;
  font-weight: 700;
  line-height: 28px;
  color: #171717
}

@media (max-width: 710px) {
  .testimonials__heading-title {
    margin-bottom: 35px
  }
}

.testimonials__heading-link {
  display: block;
  padding: 20px 30px;
  font-size: 12px;
  line-height: 12px;
  text-transform: uppercase;
  text-decoration: none;
  color: #FFFFFF;
  background: #8F2E3F;
  border-radius: 2px
}

@media (max-width: 710px) {
  .testimonials__heading-link {
    text-align: center;
    width: 100%;
    margin: 0 auto
  }
}

.testimonials__filters {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 35px;
  align-items: center;
}

.testimonials__filters .pictures__filter{
    margin-bottom: 0;
}

.testimonials__filters  .pictures__filter-text {
    margin-bottom: 0!important;
}


.testimonials__filters .select .label {
    padding-left: 0;
}

.testimonials__filters .select:before {
    right: 50px;
}

.testimonials__filters .select:after {
    right: 50px;
}

@media (max-width: 767px) {
  .testimonials__filters {
    align-items: center;
  }
  .testimonial__head {
    align-items: flex-start !important;
    flex-direction: column;
  }
  .testimonial__user {
    margin-right: 0;
  }
  .date__filter {
    margin-right: 10px;
  }

  .pictures__filter {
    margin-left: 0;
    margin-right: 5px;
    margin-bottom: 5px;
    /* margin-top: 30px; */
  }
}
@media (max-width: 410px) {
  .pictures__filter .pictures__filter-text{
    font-size: 12px !important;
    padding-top: 2px !important;
  }

  .pictures__filter {
    margin-bottom: 0 !important;
  }
}

@media (max-width: 400px) {
  .testimonials__filters {
    flex-direction: row;
    align-items: flex-start;
  }
  .date__filter {
    margin-bottom: 30px;
  }
}

.swiper-testimonials {
  position: relative;
  overflow: visible;
}

.swiper-test-next {
  display: block;
  width: 52px;
  height: 52px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  background-image: url(/local/client/img/r-arrow.svg);
  background-position: center;
  background-repeat: no-repeat;
  z-index: 1000;
  cursor: pointer
}

/*@media (max-width: 1650px) {*/
/*  .swiper-test-next {*/
/*    right: calc(25% - 75px)*/
/*  }*/
/*}*/

@media (max-width: 1350px) {
  .swiper-test-next {
    display: none
  }
}

.swiper-test-prev {
  display: block;
  width: 52px;
  height: 52px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background-image: url(/local/client/img/l-arrow.svg);
  background-position: center;
  background-repeat: no-repeat;
  z-index: 1000;
  cursor: pointer
}

/*@media (max-width: 1650px) {*/
/*  .swiper-test-prev {*/
/*    left: calc(25% - 75px)*/
/*  }*/
/*}*/

@media (max-width: 1350px) {
  .swiper-test-prev {
    display: none
  }
}

.test-slide {
  opacity: .5
}

.test-slide.test-slide-active {
  opacity: 1
}

.test-slide.swiper-slide-next {
  opacity: 1
}

.swiper-test-prev.swiper-button-disabled {
  opacity: 0;
  pointer-events: none;
}

.swiper-test-next.swiper-button-disabled {
  opacity: 0;
  pointer-events: none;
}

.testimonial {
  display: flex;
  flex-direction: column;
  /*max-width: 580px;*/
  height: 100%;
  width: 100%;
  border: 1px solid #FAFAFA;
  background: #FFFFFF;
  box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.03);
  padding: 20px;
}

.testimonial__body {
  display: flex;
  flex-direction: column;
}

.testimonial-slide {
  /* width: 580px; */
  height: 100%;
  border: 1px solid #FAFAFA;
  box-shadow: 0px 10px 30px rgb(0 0 0 / 3%);
  opacity: 0.5;
  /*overflow: hidden;*/
}

.testimonial-slide.swiper-slide-next, .testimonial-slide.swiper-slide-active {
    opacity: 1;
}

@media (max-width: 767px) {
  .testimonial-slide {
    width: 280px;
  }
}

.testimonial__head {
  margin-bottom: 15px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-direction: column;
  gap: 16px;
}

@media (max-width: 480px) {
  .testimonial__head {
    margin-bottom: 5px;
    flex-direction: column;
    align-items: flex-start
  }
}

.testimonial__user {
  display: flex;
  align-items: center;
  margin-right: 10px;
  width: 100%;
}

@media (max-width: 480px) {
  .testimonial__user {
    margin-bottom: 24px
  }
}

.testimonial__user-avatar {
  display: block;
  min-width: 65px;
  height: 65px;
  border-radius: 50%;
  overflow: hidden
}

.testimonial__img {
  width: 100%;
  height: auto;
}

.testimonial__user-info {
    display: flex;
    align-items: center;
    gap: 12px;
}

.testimonial__user-info-left {
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 400;
    font-size: 24px;
    line-height: 27px;
    color: #8395AF;
    width: 65px;
    height: 65px;
    background: #EAF3FF;
    border-radius: 70px;
}

.testimonial__name {
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 700;
  line-height: 16px;
  color: #171717
}

.testimonial__date {
  font-weight: 400;
  font-size: 12px;
  line-height: 12px;
  color: #171717
}

.testimonial__value {
  text-decoration: underline;
  margin-left: 10px;
}

.testimonial__meta {
  /* margin-left: 10px; */
  flex-shrink: 0;
}

.testimonial__meta-block {
  display: flex;
}

.testimonial__meta-block + .testimonial__meta-block {
  margin-top: 11px;
}

.testimonial__property {
  font-weight: 400;
  font-size: 12px;
  line-height: 14px;
  color: #171717
}

.testimonial__value {
  font-weight: 400;
  font-size: 12px;
  line-height: 14px;
  color: #3E5577
}

.testimonial__description {
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
  display: block;
  overflow: hidden
}

@media (max-width: 480px) {
  .testimonial__description {
    font-size: 12px;
    line-height: 19px
  }
}

.testimonial__action {
  margin-top: 10px;
  margin-bottom: 15px
}

.testimonial__action.active::after {
  transform: rotate(0deg) !important;
}

.testimonial__gallery {
  display: flex;
  flex-wrap: wrap;
  margin-top: auto;
  gap: 10px;
  flex-grow: 1;
  align-items: flex-start;
}

.testimonial__gallery-img {
  display: block;
  object-fit: cover
}

.testimonial__img-link {
  width: calc(33.333% - 7px);
}

.roomtour__btn-wrap {
  position: absolute;
  right: 25px;
  bottom: 20px
}

.testimonial__slider {
  position: relative;
}

.testimonial__slider .swiper-promo-prev {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 18px;
  height: 18px;
  z-index: 100;
}

.testimonial__slider .swiper-promo-prev:before {
  content: '';
  background-image: url(/local/client/img/arrow-new-gray.svg);
  display: block;
  background-position: center;
  background-size: contain;
  position: relative;
  transform: rotate(-180deg);
  width: 18px;
  height: 18px;
  z-index: 110;
}

.testimonial__slider .swiper-promo-next {
  position: absolute;
  top: 50%;
  right: 0;
  width: 18px;
  z-index: 110;
  height: 18px;
  transform: translateY(-50%);
}

.testimonial__slider .swiper-promo-next:before {
  content: '';
  background-image: url(/local/client/img/arrow-new-gray.svg);
  display: block;
  background-position: center;
  background-size: contain;
  position: relative;
  width: 18px;
  height: 18px;
  z-index: 110;
}

.testimonial__slider .swiper-promo-prev.disabled,
.testimonial__slider .swiper-promo-next.disabled {
  display: none;
}

.testimonial__slider .swiper-promo-prev:after {
  content: '';
  width: 45px;
  height: 72px;
  position: absolute;
  top: -32px;
  left: 0;
  z-index: 100;
  cursor: default;
  background-image: linear-gradient(-90deg, rgba(255, 255, 255, 0) 0%, #FFFFFF 55%);
}

.testimonial__slider .swiper-promo-next:after {
  content: '';
  width: 45px;
  height: 72px;
  position: absolute;
  top: -32px;
  right: 0;
  z-index: 100;
  cursor: default;
  background-image: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, #FFFFFF 55%);
}

.testimonial__slider[data-items-count="1"] .swiper-promo-next,
.testimonial__slider[data-items-count="1"] .swiper-promo-prev,
.testimonial__slider[data-items-count="2"] .swiper-promo-next,
.testimonial__slider[data-items-count="2"] .swiper-promo-prev,
.testimonial__slider[data-items-count="3"] .swiper-promo-next,
.testimonial__slider[data-items-count="3"] .swiper-promo-prev,
.testimonial__slider[data-items-count="4"] .swiper-promo-next,
.testimonial__slider[data-items-count="4"] .swiper-promo-prev {
  display: none;
}

@media (max-width: 767px) {
  .testimonial__slider .swiper-promo-next,
  .testimonial__slider .swiper-promo-prev,
  .testimonial__slider:after,
  .testimonial__slider:before {
    display: none !important;
  }
}

@media (max-width: 768px) {
  .roomtour__btn-wrap {
    bottom: 10px;
    right: 10px
  }
}

.roomtour__btn {
  display: block;
  position: relative;
  padding: 5px 20px 5px 5px;
  font-size: 12px;
  font-weight: 400;
  line-height: 15px;
  border: none;
  background: #fff;
  align-self: flex-start;
  color: #8F2E3F;
}

.roomtour__btn::after {
  content: "";
  display: block;
  width: 10px;
  height: 6px;
  position: absolute;
  right: 0;
  top: 10px;
  background: url(/local/client/img/red-arrow-up.svg);
  background-repeat: no-repeat;
  background-position: center;
  transform: rotate(-180deg);
  transition: transform .3s ease-in-out
}

.testimonial .roomtour__btn::after {
    transform: rotate(180deg)!important;
}
.roomtour__btn:hover::after {
  transform: rotate(-180deg) translateY(-5px)
}

/*.swiper-testimonials:after {*/
/*  content: '';*/
/*  width: calc((100vw - 990px) / 2);*/
/*  height: 100%;*/
/*  position: absolute;*/
/*  top: 0;*/
/*  right: calc(-1 * (100vw - 1290px) / 2);*/
/*  background-color: rgba(255,255,255,.5);*/
/*  z-index: 10;*/
/*}*/

/*.swiper-testimonials:before {*/
/*  content: '';*/
/*  width: calc((100vw - 990px) / 2);*/
/*  height: 100%;*/
/*  position: absolute;*/
/*  top: 0;*/
/*  left: calc(-1 * (100vw - 1290px) / 2);*/
/*  background-color: rgba(255,255,255,.5);*/
/*  z-index: 10;*/
/*}*/

/*.swiper-testimonials[data-sliding="end"]:after {*/
/*  display: none;*/
/*}*/

/*.swiper-testimonials[data-sliding="start"]:before {*/
/*  display: none;*/
/*}*/


@media (max-width: 1279px) {

  .testimonials__slider {
    overflow: visible;

  }
  .swiper-testimonials {
    overflow: visible;
  }
}


@media (max-width: 767px) {
  .promo__slider .swiper-slide {
    height: auto;
    width: 266px!important;
  }

  .promo__slider .swiper-slide img{
    height: 100px;
  }
}

.mfp-review-gallery .mfp-counter{
  display: none;
}

/* End */
/* /local/templates/vodohod/components/bitrix/news.list/reviews/style.css?168535629311341 */
