.poleznoe-reviews {
  margin: 28px 0 8px;
  padding: 24px;
  border-radius: 8px;
  background: #f7fafb;
}

.poleznoe-reviews__head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 18px;
}

.poleznoe-reviews__title {
  margin: 0 0 4px;
  font-size: 22px;
  font-weight: 500;
  line-height: 1.25;
  color: #222;
}

.poleznoe-reviews__subtitle {
  margin: 0;
  color: #8a8a8a;
  font-size: 13px;
  line-height: 1.35;
}

.poleznoe-reviews__all {
  flex: 0 0 auto;
  color: #007088;
  font-size: 14px;
  text-decoration: underline;
  white-space: nowrap;
}

.poleznoe-reviews__all:hover {
  color: #fea0a0;
}

.poleznoe-reviews__slider {
  margin: 0 12px;
  padding: 0 20px;
}

.poleznoe-reviews__item {
  margin: 0 8px;
  padding: 20px;
  height: 260px;
  display: flex !important;
  flex-direction: column;
  border-radius: 8px;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.04);
}

.poleznoe-reviews__item-head {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 10px;
}

.poleznoe-reviews__author {
  font-weight: 600;
  color: #222;
}

.poleznoe-reviews__date {
  color: #c9c9c9;
  font-size: 13px;
  white-space: nowrap;
}

.poleznoe-reviews__stars {
  display: flex;
  gap: 3px;
  margin-bottom: 12px;
}

.poleznoe-reviews__star {
  width: 12px;
  height: 12px;
  border-radius: 2px;
  background: #dde3e6;
}

.poleznoe-reviews__star.is-on {
  background: #f5b942;
}

.poleznoe-reviews__text {
  flex: 1 1 auto;
  min-height: 0;
  overflow: auto;
  color: #4a4a4a;
  font-size: 15px;
  line-height: 1.45;
  scrollbar-width: thin;
}

.poleznoe-reviews__link {
  display: inline-block;
  margin-top: 12px;
  color: #007088;
  font-size: 14px;
  text-decoration: underline;
}

.poleznoe-reviews__link:hover {
  color: #fea0a0;
}

.poleznoe-reviews .slick-dots {
  display: flex !important;
  justify-content: center;
  gap: 8px;
  margin: 16px 0 0;
  padding: 0;
  list-style: none;
}

.poleznoe-reviews .slick-dots li {
  margin: 0;
  width: auto;
  height: auto;
}

.poleznoe-reviews .slick-dots button {
  width: 8px;
  height: 8px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: #c9d5d9;
  font-size: 0;
  line-height: 0;
  cursor: pointer;
}

.poleznoe-reviews .slick-dots .slick-active button {
  background: #007088;
}

.poleznoe-reviews .slick-arrow {
  position: absolute;
  top: 50%;
  z-index: 2;
  display: flex !important;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  margin-top: -18px;
  padding: 0;
  border: 1px solid #007088;
  border-radius: 50%;
  background: #fff;
  color: #007088;
  font-size: 0;
  line-height: 0;
  cursor: pointer;
  transition: color 0.15s ease, border-color 0.15s ease;
}

.poleznoe-reviews .slick-arrow:hover {
  color: #fea0a0;
  border-color: #fea0a0;
}

.poleznoe-reviews .slick-prev {
  left: -10px;
}

.poleznoe-reviews .slick-next {
  right: -10px;
}

.poleznoe-reviews .slick-prev:before,
.poleznoe-reviews .slick-next:before {
  content: '';
  display: block;
  box-sizing: border-box;
  width: 8px;
  height: 8px;
  margin: 0;
  border-top: 2px solid currentColor;
  border-right: 2px solid currentColor;
}

.poleznoe-reviews .slick-prev:before {
  transform: translateX(1px) rotate(-135deg);
}

.poleznoe-reviews .slick-next:before {
  transform: translateX(-1px) rotate(45deg);
}

@media screen and (max-width: 767px) {
  .poleznoe-reviews {
    padding: 18px 14px;
  }

  .poleznoe-reviews__head {
    align-items: flex-start;
    flex-direction: column;
  }

  .poleznoe-reviews .slick-prev {
    left: 0;
  }

  .poleznoe-reviews .slick-next {
    right: 0;
  }
}
