.comment_form_w {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  line-height: normal;
}
.comment_form_w .user_info {
  margin-right: 20px;
}
.comment_form_w .user_info .user_photo {
  border-radius: 50%;
  overflow: hidden;
}
.comment_form_w .user_info .user_photo.w50 {
  width: 50px;
}
.comment_form_w .user_info .user_photo.w40 {
  width: 40px;
}
.comment_form_w .user_info .user_photo .user_photo_img {
  display: block;
  width: 100%;
}
.comment_form_w .form {
  flex-grow: 1;
}
.comment_form_w .form .caption {
  font-size: 18px;
  margin-bottom: 10px;
}
.comment_form_w .form .params {
  margin-bottom: 12px;
}
.comment_form_w .form .rating .rating-caption {
  color: #929292;
  float: left;
  margin-right: 10px;
}
.comment_form_w .form .rating .stars {
  float: left;
}
.comment_form_w .form .editor {
  border: 2px solid #d0d0d0;
  border-radius: 4px;
}
.comment_form_w .form .editor.focus {
  border-color: #7bba2a;
}
.comment_form_w .form .inp-text {
  display: block;
  width: 100%;
  resize: none;
  padding: 14px 18px;
  outline: none;
  border: none;
}
.comment_form_w .form .actions {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  margin: 0 -5px;
}
.comment_form_w .form .actions .action {
  margin: 0 5px;
}
.comment_form_w .form .actions .ui-btn {
  width: initial;
  padding: 0 19px;
  font-size: 14px;
  line-height: 34px;
}
.comment_form_w .form .actions .attach {
  font-size: 13px;
  color: #999;
  cursor: pointer;
  line-height: 34px;
  position: relative;
  padding-left: 35px;
  padding-right: 19px;
}
.comment_form_w .form .actions .attach:hover {
  color: #7BBB2A;
}
.comment_form_w .form .actions .attach:hover:before {
  background-position: -18px 0;
}
.comment_form_w .form .actions .attach:before {
  content: "";
  position: absolute;
  background: url(/images/attachment.png) 0 0 no-repeat;
  width: 18px;
  height: 18px;
  left: 7px;
  top: 7px;
}
.comment_form_w .stars {
  float: left;
}
.comment_form_w .stars > input {
  display: none;
}
.comment_form_w .stars label {
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='xMinYMid' viewBox='0 0 15 15'%3E%3Cpath class='st0' fill='%23f59841' d='M7.5 0l2.3 4.9 5.2.8-3.7 3.8.9 5.4-4.6-2.6L2.9 15l.9-5.4L0 5.7l5.2-.8L7.5 0z'/%3E%3C/svg%3E");
  width: 15px;
  height: 15px;
  cursor: pointer;
  display: block;
  float: left;
  margin-right: 4px;
}
.comment_form_w .stars :checked ~ label {
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='xMinYMid' viewBox='0 0 15 15'%3E%3Cpath class='st0' fill='%23ccc' d='M7.5 0l2.3 4.9 5.2.8-3.7 3.8.9 5.4-4.6-2.6L2.9 15l.9-5.4L0 5.7l5.2-.8L7.5 0z'/%3E%3C/svg%3E");
}
.comment_form_w .editor {
  position: relative;
  margin-bottom: 12px;
}
.comment_form_w .files {
  padding: 0 15px;
}
.comment_form_w .files .file {
  position: relative;
  padding-left: 36px;
  margin-bottom: 15px;
}
.comment_form_w .files .file .icon {
  position: absolute;
  width: 33px;
  height: 33px;
  top: 0;
  left: 0;
  background: url(/images/blank-file.png) no-repeat;
}
.comment_form_w .files .file .name {
  padding-bottom: 2px;
  text-overflow: ellipsis;
}
.comment_form_w .files .file .name a {
  white-space: nowrap;
}
.comment_form_w .files .file .name .del {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  cursor: pointer;
  border: 1px solid transparent;
  margin-top: -8px;
  top: 6px;
  border-radius: 3px;
}
.comment_form_w .files .file .name .del:before {
  content: "";
  position: absolute;
  background: url(/images/delete.png) no-repeat 0 0;
  width: 10px;
  height: 10px;
  left: 4px;
  top: 4px;
}
.comment_form_w .files .file .name .del:hover:before {
  background-position: -10px 0;
}
.comment_form_w .files .file .download a {
  position: relative;
  padding-left: 16px;
  color: #A0A8BC;
  text-decoration: none;
}
.comment_form_w .files .file .download a:before {
  content: "";
  position: absolute;
  top: 2px;
  left: 0;
  width: 12px;
  height: 12px;
  background: url(/images/download.png) no-repeat 0 0;
}
.comment_form_w .files .file .download a:hover {
  color: #124282;
}
.comment_form_w .files .file .download a:hover:before {
  background-position: -12px 0;
}

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