.feedback {
  background-color: #f7f7f8;
  margin: 2.5rem 0 0;
}
.feedback_widgetWrapper {
  width: 100%;
  margin: auto;
  padding: 0 0 3rem 0;
}
.feedback_widgetTitle {
  color: #333;
  font-size: 32px;
  font-weight: 700;
  text-align: center;
  margin: 0px auto 32px auto;
}
.feedback_widgetContent {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
}
.feedback_widgetItem {
  position: relative;
  margin: 0px;
  text-align: center;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.feedback_widgetImageWrapper {
  position: absolute;
  border-radius: 50%;
  overflow: hidden;
  top: 42px;
  right: 42px;
}
.feedback_widgetImage {
  position: relative;
  margin: auto;
}
.feedback_widgetItemTitle {
  color: #fff;
  background-color: #08c;
  color: #fff;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 400;
  text-align: center;
  padding: 0.5rem 1rem;
  width: -webkit-calc(100% - 2rem);
  width: calc(100% - 2rem);
  margin: 1.5rem auto 0px auto;
}
.feedback_widgetItemDescr {
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 300;
  padding: 0rem 2rem;
  margin: auto;
  text-align: center;
}
.feedback_item {
  zoom: 1;
  margin-bottom: 1rem;
}
.feedback_item:after,
.feedback_item:before {
  content: "";
  display: table;
}
.feedback_item:after {
  clear: both;
}
.feedback_item:not(.feedback_item__last) {
  padding-bottom: 1rem;
  border-bottom: 1px dashed #cecece;
}
.feedback_itemHeader {
  margin-bottom: 1rem;
}
.feedback_itemTitle {
  margin: 0;
  padding: 0;
  line-height: 1;
  font-family: "Open Sans", sans-serif;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.25;
}
.feedback_itemDate {
  display: block;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1;
  margin-top: 0.5rem;
}
.feedback_itemImage {
  float: left;
  width: 280px;
  height: 160px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-print-color-adjust: exact;
  print-color-adjust: exact;
}
.feedback_itemImage__placeholder {
  background-color: #eee;
  background-size: 40% 40%;
}
.feedback_itemDescription {
  margin: 0;
}
.feedback_itemDescription__photo {
  margin-left: 300px;
}
body[data-page-type="HomePage"] .feedback {
  margin-top: 0px;
}

/*# sourceMappingURL=../maps/component/feedback.css.map */
