

/* Start:/local/components/bokus/reviews/templates/.default/style.css?16638565632104*/
.hide {
  display: none;
}

.reviews__container {
  max-width: 1200px;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin: 50px auto 100px;
  font-family: "Open Sans", sans-serif;
}

.layout-reviews {
  margin-top: 50px;
  height: 100%;
}

.reviews__card {
  width: 100%;
  height: 100%;
  max-width: none;
  margin-top: auto;
  overflow: hidden;
  background: #0b121c;
  border-radius: 20px;
  padding: 20px;
}

.reviews__header__container {
  margin-bottom: 10px;
  align-items: center;
  display: flex;
}

.reviews__avatar {
  position: relative;
  margin-right: 20px;
}

.reviews__img {
  display: block;
  width: 100%;
}

.bottom-two-button-bar {
  display: flex;
  flex-direction: row;
  justify-content: center;
}

.btn-review {
  width: 278px;
  height: 62px;
  border-radius: 5px;
}

.btn-see-more {
  border: none;
  background-color: Transparent;
  background-repeat: no-repeat;
  outline: none;
  text-decoration-line: underline;
  text-transform: uppercase;
  color: white;
  font-family: "Oswald", sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: 0.05em;
  font-size: 16px;
  line-height: 24px;
}

.btn-see-more:hover {
  border: 2px solid #F65932;
}

.btn-see-more:active {
  background-color: #f65932;
  text-decoration-line: none;
  transition-duration: 0.1s;
}

.reviews__description {
  font-size: 16px;
  line-height: 25px;
  font-weight: 400;
  overflow: hidden;
  text-overflow: ellipsis;
  max-height: 300px;
}

.popup-open {
  margin: 30px auto;
}

.grid-item {
  float: left;
  margin-bottom: 30px;
}

.grid-sizer, .grid-item {
  width: 48%;
}

.gutter-sizer {
  width: 4%;
}

@media (max-width: 767px) {
  .grid-sizer, .grid-item {
    width: 100%;
  }

  .grid-item {
    margin-bottom: 5%;
  }

  .reviews__card {
    margin-top: auto;
  }
}
@media (max-width: 1150px) {
  .reviews__container {
    width: 100%;
  }

  .layout-reviews {
    margin-top: 30px;
  }

  .grid {
    margin: auto 10px;
  }
}
@media (max-width: 800px) {
  .reviews__card:first-child {
    margin-left: 0;
  }
}

/*# sourceMappingURL=style.css.map */

/* End */


/* Start:/local/components/bokus/modal.reviews/templates/.default/style.css?165392156940*/


/*# sourceMappingURL=style.css.map */

/* End */
/* /local/components/bokus/reviews/templates/.default/style.css?16638565632104 */
/* /local/components/bokus/modal.reviews/templates/.default/style.css?165392156940 */
