div.news-list
{
	word-wrap: break-word;
}
div.news-list img.preview_picture
{
	float:left;
	margin:0 4px 6px 0;
}
.news-date-time {
	color:#486DAA;
}

.star {
    background-image: url(images/star_full.svg);
    -webkit-background-size: cover;
    background-size: cover;
    margin-right: 2px;
    -webkit-transition: none;
    transition: none
}

.star:hover {
    cursor: pointer
}


.star.half {
    background-image: url(images/star_half.svg);
}

.star.empty {
    background-image: url(images/star_empty.svg);
}

.star.empty.active {
    background-image: url(images/star_full.svg);
}
.star, .star.empty {
    height: 14px;
    width: 14px;
    cursor: default !important;
}

.feedbacks__page {
  padding-top: 30px;
}
.feedbacks__page .rating {
  font-weight: 700;
}
.feedbacks__page .element_description .ec-comments-list {
  padding-top: 20px;
}
.feedbacks__sort{
  display: flex;
  margin: 0;
}
div .reviews-header{
  font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji" !important;
}
.feedbacks-sort__item {
  margin: 0 45px 0 0;
  font-size: 14px;
  font-weight: 500;
}
.feedbacks-sort__item:last-child {
  margin: 0;
}
.feedbacks-sort__item a {
  color: #000;
  text-decoration: none;
}
.feedbacks-sort__item a::after {
  content: "";
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='8' height='5' viewBox='0 0 8 5' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M2.82002 1.4379L1.71734 0.30311C1.33246 -0.0929764 0.699358 -0.10206 0.303271 0.282822C-0.0928155 0.667703 -0.101899 1.3008 0.282983 1.69689L2.95624 4.44797C3.14453 4.64175 3.40323 4.75108 3.67342 4.75108C3.94361 4.75108 4.2023 4.64175 4.3906 4.44797L7.06386 1.69689C7.44874 1.3008 7.43966 0.667704 7.04357 0.282823C6.64748 -0.102059 6.01438 -0.0929759 5.6295 0.303111L4.51828 1.4379L3.66915 2.2511L2.82002 1.4379Z' fill='black'/%3e%3c/svg%3e ");
  width: 8px;
  height: 5px;
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 1px 9px;
}
.feedbacks-sort__item a.sort-up::after {
  transform: rotate(-180deg);
}
.feedbacks-sort__item input[type=checkbox] {
  position: absolute;
  opacity: 0;
}
.feedbacks-sort__item input[type=checkbox] + label {
  padding-left: 30px;
  position: relative;
  cursor: pointer;
  margin: 0;
}
.feedbacks-sort__item input[type=checkbox] + label::before {
  content: "";
  position: absolute;
  left: 0;
  top: 1px;
  background: #FCFCFC;
  border: 1px solid #E2E2E2;
  border-radius: 3px;
  width: 20px;
  height: 20px;
  transition: 0.4s;
}
.feedbacks-sort__item input[type=checkbox] + label::after {
  content: "";
  position: absolute;
  width: 14px;
  height: 14px;
  left: 3px;
  top: 4px;
  border-radius: 2px;
  background: #0DB14B;
  transition: 0.4s;
  opacity: 0;
  transform: scale(0);
}
.feedbacks-sort__item input[type=checkbox]:checked + label::before {
  border-color: #0DB14B;
}
.feedbacks-sort__item input[type=checkbox]:checked + label::after {
  opacity: 1;
  transform: scale(1);
}
.feedbacks__header {
  padding: 30px 0 10px;
  display: flex;
  justify-content: space-between;
}
.feedbacks__header h2, .feedbacks__header .h2 {
  margin: 0;
}
.feedbacks__list .owl-carousel {
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  padding: 0 60px;
}
@media (max-width: 992px) {
  .feedbacks__list .owl-carousel {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .feedbacks__list .owl-carousel .owl-nav {
    display: flex;
    justify-content: center;
    padding: 40px 0 20px;
    width: 100%;
  }
}
.feedbacks__list .owl-carousel .owl-nav button.owl-prev {
  left: 15px;
}
.feedbacks__list .owl-carousel .owl-nav button.owl-next {
  right: 15px;
}
.feedbacks__list .owl-carousel .owl-nav button.owl-prev, .feedbacks__list .owl-carousel .owl-nav button.owl-next {
  top: 50%;
  transform: translate(0, -50%);
}
@media (max-width: 992px) {
  .feedbacks__list .owl-carousel .owl-nav button.owl-prev, .feedbacks__list .owl-carousel .owl-nav button.owl-next {
    transform: none;
    position: relative;
    top: auto;
    margin: 0 10px;
    right: auto;
    left: auto;
  }
}
.feedbacks__item {
  width: 100%;
}
.owl-item .feedbacks__item {
  flex: 0 0 100%;
  max-width: 100%;
  padding: 15px;
}
.feedbacks-item__back {
  background: #FFFFFF;
  border: 1px solid #E2E2E2;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  padding: 18px 25px;
}
.feedbacks-item__header {
  margin-bottom: 10px;
  display: flex;
  position: relative;
}
.feedbacks-item-header__icon {
  width: 100%;
  flex: 0 0 55px;
  max-width: 55%;
  margin: 0 18px 0 0;
}
.feedbacks-item-header__desc {
  flex: auto;
  padding-top: 8px;
}
.feedbacks-item-header__date {
  font-weight: 500;
  font-size: 11px;
  line-height: 13px;
  text-transform: uppercase;
  margin-bottom: 5px;
}
.feedbacks-item-header__bottom {
  display: flex;
  justify-content: space-between;
}
.feedbacks-item-header__name {
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
}
@media (max-width: 992px) {
  .feedbacks-item-header__rating {
    position: absolute;
    right: 0;
    top: 7px;
  }
  .modal-feedback .feedbacks-item-header__rating {
    right: 20px;
    top: 7px;
  }
}
.feedbacks-item-header__rating .stars-list {
  display: flex;
  align-items: center;
  margin-left: 10px;
  margin-right: 5px;
}
.feedbacks-item__text {
  margin-bottom: 15px;
}
.feedbacks-item__text p {
  padding: 0;
  margin: 0;
}
.feedbacks-item__more {
  font-size: 14px;
}
.feedbacks-item__more a {
  color: #0db14b;
  text-decoration: underline;
}
.feedbacks__comment {
  border: 1px solid #E2E2E2;
  padding: 18px 25px;
  margin-bottom: 20px;
}
.feedbacks__comment.no-border {
  padding: 0;
  border: none;
}
.feedbacks-comment__header {
  display: flex;
  position: relative;
  border-bottom: 1px solid #E2E2E2;
  padding-bottom: 10px;
  margin-bottom: 22px;
}
.feedbacks-comment-header__icon {
  width: 100%;
  flex: 0 0 55px;
  max-width: 55%;
  margin: 0 18px 0 0;
}
.feedbacks-comment-header__desc {
  flex: auto;
  padding-top: 8px;
}
.feedbacks-comment-header__date {
  font-weight: 500;
  font-size: 11px;
  line-height: 13px;
  text-transform: uppercase;
  margin-bottom: 5px;
}
.feedbacks-comment-header__bottom {
  display: flex;
  justify-content: space-between;
}
.feedbacks-comment-header__name {
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
}
.feedbacks-comment-header__rating .rating {
  display: flex;
}
@media (max-width: 992px) {
  .feedbacks-comment-header__rating {
    position: absolute;
    right: 0;
    top: 0;
  }
}
.feedbacks-comment-header__rating .stars-list {
  display: flex;
  align-items: center;
  margin-left: 10px;
  margin-right: 5px;
}
.feedbacks-comment-header__rating .count-rating {
  color: #73be7a;
  font-weight: 400;
}
.feedbacks-comment__rating .rating {
  display: flex;
  margin-bottom: 15px;
}
@media (max-width: 992px) {
  .feedbacks-comment__rating {
    position: absolute;
    right: 0;
    top: 0;
  }
}
.feedbacks-comment__rating .stars-list {
  display: flex;
  align-items: center;
  margin-left: 10px;
  margin-right: 5px;
}
.feedbacks-comment__rating .count-rating {
  color: #73be7a;
  font-weight: 400;
}
.feedbacks-comment__body {
  font-size: 14px;
}
.feedbacks-comment__content {
  margin-bottom: 5px;
}
.feedbacks-comment-content__item {
  margin-bottom: 15px;
}
.feedbacks-comment-content__item.images {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -5px;
}
.feedbacks-comment-content__item.images img {
  border-radius: 5px;
  margin: 0 5px;
  flex: 0 0 65px;
}
.feedbacks-comment-content-item__title {
  font-weight: 700;
}
.feedbacks-comment-content-item__text p {
  padding: 0;
  margin: 0;
}
.feedbacks-comment-content__rating .rating {
  display: flex;
  margin-bottom: 15px;
}
.feedbacks-comment-content__rating .stars-list {
  display: flex;
  align-items: center;
  margin-left: 10px;
  margin-right: 5px;
}
.feedbacks-comment-content__rating .count-rating {
  color: #73be7a;
  font-weight: 400;
}
.feedbacks-comment__footer {
  display: flex;
  justify-content: space-between;
}
.feedbacks-comment__more {
  font-size: 14px;
}
.feedbacks-comment__more a {
  color: #0db14b;
  text-decoration: underline;
}
.feedbacks-comment__likes {
  display: flex;
  font-size: 14px;
}
.feedbacks-comment__likes a {
  margin: 0 0 0 15px;
  text-decoration: none;
}
.feedbacks-comment__likes a i {
  margin: 0 5px 0 0;
  color: #b1b1b1;
}
.feedbacks-comment__likes a.up {
  color: #73be7a;
}
.feedbacks-comment__likes a.down {
  color: #d26262;
}
.feedbacks-comment__answer {
  padding-top: 30px;
  padding-left: 30px;
  position: relative;
}
.feedbacks-comment__answer::before {
  content: "";
  position: absolute;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='17' height='11' viewBox='0 0 17 11' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M8.22256 9C7.25175 9 6.3147 8.60339 5.61923 7.88767C4.92281 7.17098 4.52666 6.19297 4.52666 5.16739V3.31319L5.62934 4.44797C6.01422 4.84406 6.64732 4.85314 7.04341 4.46826C7.4395 4.08338 7.44858 3.45028 7.0637 3.05419L4.39044 0.30311C4.20215 0.109335 3.94345 0 3.67326 0C3.40307 0 3.14438 0.109335 2.95608 0.30311L0.282823 3.05419C-0.102059 3.45028 -0.0929758 4.08338 0.303111 4.46826C0.699197 4.85314 1.3323 4.84406 1.71718 4.44797L2.52666 3.61493V5.16739C2.52666 6.70518 3.11999 8.18556 4.18488 9.28145C5.25071 10.3783 6.7025 11 8.22256 11H16C16.5523 11 17 10.5523 17 10C17 9.44772 16.5523 9 16 9H8.22256Z' fill='%23D6D6D6'/%3e%3c/svg%3e");
  width: 17px;
  height: 11px;
  left: 0;
  top: 35px;
}
.feedbacks-comment__answer .feedbacks-comment__header {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 10px;
}
.feedbacks-comment__answer .feedbacks-comment__content {
  max-width: 440px;
}
.feedbacks-comment__form {
  padding-top: 25px;
  padding-bottom: 25px;
}
.feedbacks-comment__form .form-group label {
  margin-bottom: 5px;
  font-weight: 600;
  font-size: 14px;
}
.feedbacks-comment__form .form-group label.required::after {
  content: " *";
  color: #73be7a;
}
.feedbacks-comment__form .form-group .file-input {
  height: 38px;
  background: #FCFCFC;
  border: 1px solid #E2E2E2;
  border-radius: 5px;
  position: relative;
  overflow: hidden;
}
.feedbacks-comment__form .form-group .file-input__label {
  width: 100%;
  display: flex;
  height: 38px;
  align-items: center;
  padding: 5px 13px;
  cursor: pointer;
}
.feedbacks-comment__form .form-group .file-input__label span {
  text-decoration: underline;
  margin: 0 5px 0 0;
}
.feedbacks-comment__form .form-group .file-input__label::before {
  content: "";
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='13' height='19' viewBox='0 0 13 19' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M11.9019 5.74937L9.58306 14.3792C9.29899 15.4364 8.60641 16.3381 7.65769 16.8858C6.70897 17.4336 5.58182 17.5825 4.52421 17.2999C3.46659 17.0174 2.56514 16.3264 2.01816 15.379C1.47118 14.4316 1.32348 13.3054 1.60756 12.2482L3.92638 3.61831C4.11577 2.9135 4.57748 2.31239 5.20996 1.94723C5.84244 1.58207 6.59387 1.48276 7.29895 1.67116C8.00403 1.85956 8.605 2.32022 8.96965 2.95182C9.3343 3.58342 9.43277 4.3342 9.24339 5.03902L6.9186 13.6723C6.82391 14.0247 6.59305 14.3253 6.27681 14.5078C5.96057 14.6904 5.58485 14.7401 5.23231 14.6459C4.87978 14.5517 4.57929 14.3214 4.39697 14.0056C4.21464 13.6898 4.16541 13.3144 4.2601 12.962L6.40574 4.99539' stroke='black' stroke-width='1.4' stroke-linecap='round' stroke-linejoin='round'/%3e%3c/svg%3e ");
  width: 13px;
  height: 19px;
  display: inline-block;
  vertical-align: middle;
  margin: 0 10px 0 0;
}
.feedbacks-comment__form .form-group .file-input input {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 400%;
  height: 200%;
  transform: translate(-50%, -50%);
  opacity: 0;
}
.feedbacks-comment__form .form-group .rating {
  display: flex;
}
.feedbacks-comment__form .form-group .stars-list {
  display: flex;
  align-items: center;
  margin-right: 5px;
}
.feedbacks-comment__form .form-group .count-rating {
  color: #73be7a;
  font-weight: 400;
}
.feedbacks-comment__form .nb {
  font-weight: 600;
  font-size: 14px;
  color: #b1b1b1;
  margin-bottom: 33px;
}
.feedbacks-comment__form .nb span {
  color: #73be7a;
}

.modal.modal-feedback .modal-dialog {
  max-width: 600px;
}
.modal.modal-feedback .modal-body {
  padding: 0;
}
.modal.modal-feedback .modal-header {
  padding: 0;
  border-bottom: none;
}
.modal.modal-feedback .modal-content {
  padding: 0;
}
.modal.modal-feedback .modal-content .feedbacks__item .feedbacks-item__back {
  border: none;
  box-shadow: none;
  padding: 28px 55px;
}
@media (max-width: 768px) {
  .modal.modal-feedback .modal-content .feedbacks__item .feedbacks-item__back {
    padding: 28px 20px;
  }
}

.emarket-comments .title-1 {
  width: 100%;
  overflow: hidden;
}
.emarket-comments .title-1 h1,
.emarket-comments .title-1 span {
  float: left;
}
.emarket-comments .title-1 span {
  line-height: 1.2;
  margin-left: 5px;
}