/* /templates2_0/module/login/reviews/index.less */
.module_login_reviews {
  position: relative;
  box-sizing: border-box;
}
.module_login_reviews-header {
  position: relative;
  box-sizing: border-box;
  font: bold 42px Utkonos;
  color: #00782c;
  text-align: center;
}
.module_login_reviews-wrap {
  position: relative;
  box-sizing: border-box;
  margin-top: 50px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: none;
  flex-wrap: nowrap;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-around;
  -ms-flex-pack: justify;
  justify-content: space-around;
}
.module_login_reviews-wrap:before,
.module_login_reviews-wrap:after {
  content: none;
  display: none;
}
.module_login_reviews-item {
  position: relative;
  box-sizing: border-box;
  text-align: center;
  width: 250px;
  -webkit-flex: 1 1 250px;
  -ms-flex: 1 1 250px;
  flex: 1 1 250px;
}
.module_login_reviews-userpic {
  position: relative;
  box-sizing: border-box;
  background: #eee 50% 50% no-repeat;
  background-size: cover;
  border-radius: 50%;
  margin-left: auto;
  margin-right: auto;
  height: 80px;
  width: 80px;
}
.module_login_reviews-comment {
  position: relative;
  box-sizing: border-box;
  margin-top: 30px;
  font: normal 14px Tahoma, sans-serif;
  color: #333;
}
.module_login_reviews-foot {
  position: relative;
  box-sizing: border-box;
  margin-top: 50px;
  text-align: center;
}
.module_login_reviews-feedback {
  position: relative;
  box-sizing: border-box;
  background-color: #a8c800;
  display: block;
  font: bold 24px/2.5 Utkonos;
  padding: 0 60px;
  margin-left: auto;
  margin-right: auto;
  color: #fff;
  text-decoration: none;
  width: 300px;
}
.module_login_reviews-feedback:hover {
  color: #fff;
  text-decoration: none;
  background-color: #bcdf03;
}
.module_login_reviews-comment_wrap {
  position: relative;
  box-sizing: border-box;
  height: 50px;
  overflow-y: hidden;
}
.module_login_reviews-comment_wrap-full {
  height: auto;
  overflow-y: visible;
}
.module_login_reviews-comment_marker {
  position: relative;
  display: block;
  text-align: center;
  text-decoration: none;
  font: bold 24px Utkonos;
  width: 30px;
  margin-left: auto;
  margin-right: auto;
}
