.style-wrap {
  border-radius: 4px;
  margin-bottom: 12px;
  box-shadow: 0 2px 12px 0 rgba(0,0,0,0.302);
  background: #fff;
  padding: 30px;
}
.style-wrap:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 425px) {
  .style-wrap {
    padding: 30px 10px;
  }
}
.link[href] {
  color: #242424;
  text-decoration: none;
}
.link[href]:hover {
  color: #ec1751;
  text-decoration: underline;
}
.link {
  color: #ec1751;
  text-decoration: underline;
}
.link:hover {
  text-decoration: underline;
}
.link-btn,
.reviews-link-box__link {
  background: #ec1751;
  border-radius: 4px;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  box-sizing: border-box;
  box-shadow: 0 2px 8px rgba(0,0,0,0.3);
  font-size: 16px;
}
.link-btn:hover,
.reviews-link-box__link:hover {
  color: #242424;
  cursor: pointer;
}
.logo {
  display: flex;
  align-items: center;
  padding: 10px 0;
  text-decoration: none;
  color: #ec1751;
  font-weight: 800;
  font-size: 29px;
  line-height: 39px;
}
@media screen and (max-width: 375px) {
  .logo {
    font-size: 24px;
  }
}
.logo .dark-part {
  color: #242424;
}
.reviews__list-item {
  position: relative;
}
.reviews__list-item._before-good {
  overflow: hidden;
}
.reviews__list-item._before-good:before {
  content: "";
  display: flex;
  position: absolute;
  width: 0;
  height: 0;
  border: 11px solid;
  border-color: #ec1751 transparent transparent #ec1751;
  border-radius: 4px;
  top: -1px;
  left: -1px;
}
.reviews__list-item._before-bad {
  overflow: hidden;
}
.reviews__list-item._before-bad:before {
  content: "";
  display: flex;
  position: absolute;
  width: 0;
  height: 0;
  border: 11px solid;
  border-color: #242424 transparent transparent #242424;
  border-radius: 4px;
  top: -1px;
  left: -1px;
}
.reviews__top {
  display: flex;
  justify-content: space-between;
}
.reviews__top-link {
  font-size: 20px;
  font-weight: 600;
}
.reviews__top-link:hover {
  color: #242424;
  text-decoration: none;
}
@media screen and (max-width: 375px) {
  .reviews__top-link {
    margin-bottom: 4px;
    font-size: 16px;
  }
}
@media screen and (max-width: 375px) {
  .reviews__top {
    flex-direction: column;
    align-items: center;
  }
}
.reviews__author-info {
  color: #b4b4b4;
}
@media screen and (max-width: 375px) {
  .reviews__author-info {
    font-size: 14px;
  }
}
.reviews__text {
  margin: 24px 0 18px;
  font-style: italic;
  line-height: 1.5em;
}
@media screen and (max-width: 375px) {
  .reviews__text {
    margin: 20px 0;
    font-size: 14px;
  }
}
.reviews__likes {
  display: flex;
}
@media screen and (max-width: 375px) {
  .reviews__likes {
    margin-top: 12px;
  }
}
.reviews__likes-btn {
  border: none;
  padding: 0;
  background: transparent;
  display: flex;
  margin-right: 12px;
  align-items: flex-end;
}
.reviews__likes-btn::after {
  content: attr(data-count);
  display: flex;
  color: #565656;
  margin-left: 4px;
  align-self: flex-end;
  font-size: 16px;
}
@media screen and (max-width: 375px) {
  .reviews__likes-btn::after {
    font-size: 14px;
  }
}
.reviews__likes-btn:last-child {
  margin-right: 0;
}
.reviews__likes-btn:hover {
  cursor: pointer;
}
.reviews__likes-btn > svg {
  fill: #ec1751;
}
.reviews__evaluation {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 375px) {
  .reviews__evaluation {
    flex-direction: column;
    align-items: center;
  }
}
.new-raviews__info {
  margin: 48px 0 24px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.new-raviews__title {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.new-raviews__title::after {
  content: "";
  width: 60px;
  height: 1px;
  display: block;
  background: #ec1751;
  margin: 12px 0 12px;
}
.new-raviews__text {
  text-align: center;
  max-width: 636px;
}
.reviews-link-box {
  display: flex;
  justify-content: center;
  margin-top: 12px;
}
.reviews-link-box__link {
  width: 200px;
  padding: 8px 10px;
}
@media screen and (max-width: 375px) {
  .reviews-link-box__link {
    font-size: 14px;
  }
}
