@charset "UTF-8";
@font-face {
  font-family: "fontello";
  src: url("../font/fontello.eot?30867855");
  src: url("../font/fontello.eot?30867855#iefix") format("embedded-opentype"), url("../font/fontello.woff2?30867855") format("woff2"), url("../font/fontello.woff?30867855") format("woff"), url("../font/fontello.ttf?30867855") format("truetype"), url("../font/fontello.svg?30867855#fontello") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'fontello';
    src: url('../font/fontello.svg?30867855#fontello') format('svg');
  }
}
*/
[class^=icon-]:before, [class*=" icon-"]:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: never;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: 0.2em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: 0.2em;
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}

.icon-star:before {
  content: "\e600";
} /* '' */
.icon-star-half:before {
  content: "\e601";
} /* '' */
.icon-left-circle:before {
  content: "\e602";
} /* '' */
.icon-right-circle:before {
  content: "\e603";
} /* '' */
.icon-star-half-alt:before {
  content: "\f123";
} /* '' */
svg.bi.bi-star-fill {
  margin-top: -4px;
}

@media (max-width: 767px) {
  .perf-compact {
    height: auto;
    padding: 30px !important;
  }
}

.perf_compact {
  height: 270px !important;
}
@media (max-width: 767px) {
  .perf_compact {
    height: auto !important;
  }
}

.perf-review-title {
  font-size: 20px;
  font-weight: bold;
}
@media (max-width: 767px) {
  .perf-review-title {
    font-size: 24px;
    margin: 0;
  }
}

.perf-review-card {
  width: 425px;
  height: 170px;
  background: #F2F2F2;
  border-radius: 30px;
  margin-right: 20px;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start !important;
  flex-direction: column;
  padding: 20px;
}
@media (max-width: 767px) {
  .perf-review-card {
    margin-right: 20px !important;
    justify-content: center !important;
    align-items: center !important;
  }
}
.perf-review-card .perf-review-card-title {
  font-size: 16px;
  font-weight: 600;
  margin: 0;
}
@media (max-width: 767px) {
  .perf-review-card .perf-review-card-title {
    font-size: 14px;
    font-weight: 250;
  }
  .perf-review-card .perf-review-card-title p {
    text-align: center !important;
  }
}
@media (max-width: 767px) {
  .perf-review-card .perf_review_content p {
    text-align: center !important;
  }
}
.perf-review-card .perf-review-card-stars {
  margin-left: 35px;
}
@media (max-width: 767px) {
  .perf-review-card .perf-review-card-stars {
    margin-left: -5px;
  }
}
.perf-review-card .perf-review-card-stars i.icon-star {
  color: #BC2A79;
}

.perf-reviews-block .glider-slide {
  min-width: 30%;
  min-height: 165px;
}
@media (max-width: 767px) {
  .perf-reviews-block .glider-slide {
    min-width: 88vw;
    margin: 0;
    width: 15% !important;
  }
}
.perf-reviews-block .glider-next.disabled, .perf-reviews-block .glider-prev.disabled {
  display: none;
  transition: display 1.5s ease;
}
.perf-reviews-block .perf-review-rating-stars {
  margin-left: 10px;
}

.perf_star_yellow {
  color: #FFD800 !important;
  font-size: 24px;
}

.perf-empty-star {
  color: #BABABA !important;
}

.perf-total-rating .perf-empty-star {
  font-size: 22px;
  margin-top: 4px;
}

.perf_half_star {
  margin: 0 5px;
  padding: 0;
  display: flex;
  align-items: center;
  margin-top: 6px;
}
.perf_half_star .perf_half_star_dx {
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
  color: #BABABA;
}
.perf_half_star .perf_half_star_sx {
  color: #FFD800;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

.perf-reviews-block .perf-slider-logo-container {
  width: 100%;
  margin: 0 auto;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .perf-reviews-block .perf-slider-logo-container {
    margin: 20px 0;
  }
}
.perf-reviews-block .perf-slider-logo-container .slider-wrapper-compact, .perf-reviews-block .perf-slider-logo-container .slider-wrapper-carousel {
  overflow-y: hidden;
  transform: translateZ(0);
  margin: 0 auto;
  position: relative;
}
.perf-reviews-block .perf-slider-logo-container .perf_arrow_prev {
  position: absolute;
  background: 0 0;
  z-index: 2;
  font-size: 40px;
  text-decoration: none;
  left: 20px;
  top: 40%;
  cursor: pointer;
  color: #666;
  opacity: 1;
  line-height: 1;
  transition: opacity 0.5s cubic-bezier(0.17, 0.67, 0.83, 0.67), color 0.5s cubic-bezier(0.17, 0.67, 0.83, 0.67);
  border: 0;
  padding: 0;
  user-select: none;
  outline: 0;
  margin-right: 10px;
}
.perf-reviews-block .perf-slider-logo-container .perf_arrow_prev i {
  opacity: 0.6;
}
@media screen and (max-width: 767px) {
  .perf-reviews-block .perf-slider-logo-container .perf_arrow_prev {
    left: -30px;
  }
}
.perf-reviews-block .perf-slider-logo-container .perf_arrow_next {
  position: absolute;
  background: 0 0;
  z-index: 2;
  font-size: 40px;
  text-decoration: none;
  right: 20px;
  top: 40%;
  cursor: pointer;
  color: #666;
  opacity: 1;
  line-height: 1;
  transition: opacity 0.5s cubic-bezier(0.17, 0.67, 0.83, 0.67), color 0.5s cubic-bezier(0.17, 0.67, 0.83, 0.67);
  border: 0;
  padding: 0;
  user-select: none;
  outline: 0;
  margin-left: 10px;
}
.perf-reviews-block .perf-slider-logo-container .perf_arrow_next i {
  opacity: 0.6;
}
@media screen and (max-width: 767px) {
  .perf-reviews-block .perf-slider-logo-container .perf_arrow_next {
    right: -30px;
  }
}
.perf-reviews-block .perf-slider-logo-container .perf_arrow_prev.disabled, .perf-reviews-block .perf-slider-logo-container .perf_arrow_next.disabled {
  display: none;
}

@media screen and (max-width: 767px) {
  .perf-slider-logo-container {
    width: 80%;
  }
  .perf-logo-container.glider-slide {
    min-width: 1px;
    width: 145px;
    padding: 0 10px;
  }
}

/*# sourceMappingURL=performize_reviews-public.css.map */
