/* /templates2_0/module/comment/template.less */
/**
* Список комментариев
*/
.module_comment_template .user_pic {
  width: 40px;
  height: 40px;
  float: left;
  border-radius: 50%;
}
.module_comment_template.comment_template_list {
  padding-top: .1px;
}
.module_comment_template.comment_template_list .comment_item {
  position: relative;
  box-sizing: border-box;
  border-bottom: #e0e0e0 1px solid;
  margin-top: 20px;
}
.module_comment_template.comment_template_list .comment_item .comment_wrapper {
  position: relative;
  box-sizing: border-box;
  min-height: 40px;
  margin-left: 55px;
  padding: 0 0 20px;
}
.module_comment_template.comment_template_list .comment_item .rating_star {
  margin-left: 10px;
  float: left;
}
.module_comment_template.comment_template_list .comment_item .rate_wrapper {
  margin-right: 5px;
  float: right;
}
.module_comment_template.comment_template_list .comment_item .rate_wrapper> span {
  margin-left: 15px;
}
.module_comment_template.comment_template_list .comment_item .comment_rate {
  margin-left: 5px;
  color: #37a400;
  text-decoration: none;
  display: inline-block;
  font-weight: bold;
}
.module_comment_template.comment_template_list .comment_item .comment_rate.rate_down {
  color: #ff1149;
}
.module_comment_template.comment_template_list .comment_item .comment_rate i {
  top: 0;
  margin-top: -4px;
  float: left;
}
.module_comment_template.comment_template_list .comment_item .comment_rate span {
  font-weight: normal;
}
.module_comment_template.comment_template_list .comment_item .comment_rate span:before {
  content: ' (';
}
.module_comment_template.comment_template_list .comment_item .comment_rate span:after {
  content: ')';
}
.module_comment_template.comment_template_list .comment_item .data {
  font-size: 11px;
  color: #777;
  height: 20px;
}
.module_comment_template.comment_template_list .comment_item .data .buyer {
  font-weight: bold;
  color: #333;
  float: left;
}
.module_comment_template.comment_template_list .comment_item .text {
  line-height: 20px;
  font-size: 12px;
}
.module_comment_template.comment_template_list .comment_item .text .hidden_text {
  display: none;
}
.module_comment_template.comment_template_list .comment_item .text.full .hidden_text {
  display: inline;
}
.module_comment_template.comment_template_list .comment_item .text.full .action_read_full {
  display: none;
}
.module_comment_template.comment_template_list .comment_item .text textarea {
  height: 50px;
}
.module_comment_template.comment_template_list .hide_control {
  text-align: left;
}
.module_comment_template.comment_template_list .hide_control a {
  font: 14px Utkonos;
  margin-left: 55px;
  color: #777;
  border-bottom: 1px dashed;
  text-decoration: none;
}
.module_comment_template.comment_template_list .hide_control i {
  margin-left: 10px;
}
.module_comment_template.comment_template_list .no_comments {
  border-bottom: #e0e0e0 1px solid;
  padding-bottom: 20px;
  margin-top: 20px;
}
.module_comment_template.comment_template_list .manage_comment_wrapper {
  margin-bottom: 10px;
}
.module_comment_template.comment_template_list .manage_comment_wrapper a {
  color: #777;
  font-size: 12px;
  margin-right: 10px;
}
.module_comment_template.comment_template_list .manage_comment_wrapper textarea {
  width: 100%;
  line-height: 20px;
  font-size: 12px;
}
.module_comment_template.comment_template_list .manage_comment_wrapper button {
  cursor: pointer;
  border: none;
  outline: none;
  background-color: transparent;
  padding: 0 0 2px 0;
  margin-right: 25px;
}
.module_comment_template.comment_template_list .manage_comment_wrapper button ins {
  color: #333;
  text-decoration: none;
  border-bottom: #333 1px dashed;
  margin-left: 3px;
}
.module_comment_template.comment_template_list .manage_comment_wrapper button.green ins {
  color: #33935b;
  border-bottom-color: #33935b;
}
.module_comment_template.comment_template_form .comment_form_wrapper {
  margin-left: 55px;
}
.module_comment_template.comment_template_form textarea.el_form {
  position: relative;
  box-sizing: border-box;
  margin-bottom: 10px;
  display: block;
  height: 50px;
  width: 100%;
  min-width: inherit;
}
.module_comment_template.comment_template_form .action_comment_rules {
  margin-left: 20px;
  font-size: 12px;
}
.module_comment_template.comment_template_form .comment_disabled {
  margin-left: 55px;
  margin-top: 20px;
}
.module_comment_template.comment_template_best {
  position: relative;
  box-sizing: border-box;
  text-align: center;
  background-color: #f7f7f7;
  font: normal 18px Utkonos;
  margin: 0 10px;
  padding: 20px;
  word-wrap: break-word;
}
.module_comment_template.comment_template_best .rating_star {
  margin-top: 20px;
}
.module_comment_template.comment_template_best .user_pic {
  display: block;
  float: none;
  margin: 20px auto;
}
.module_comment_template.comment_template_best .signature {
  font-size: 14px;
  margin-top: 5px;
}
#el_modal_window .modal_content.modal_item_comment_rules li {
  line-height: 1.5;
  margin-bottom: 5px;
}
