.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 {
  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 {
  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;
}
.site__stats {
  display: flex;
}
@media screen and (max-width: 689px) {
  .site__stats {
    flex-direction: column;
    justify-content: center;
    padding: 30px 10px;
  }
}
.site__stats-item {
  display: flex;
  flex-direction: column;
  border-right: 1px solid #b4b4b4;
  padding: 0 30px;
  flex-grow: 1;
}
.site__stats-item:last-child {
  border-right: none;
  padding: 0 0 0 30px;
}
@media screen and (max-width: 689px) {
  .site__stats-item:last-child {
    padding: 20px 10px 0 10px;
  }
}
.site__stats-item:first-child {
  padding: 0 30px 0 0;
}
@media screen and (max-width: 689px) {
  .site__stats-item:first-child {
    padding: 0 10px 20px 10px;
    border-top: none;
  }
}
@media screen and (max-width: 689px) {
  .site__stats-item {
    border-top: 1px solid #b4b4b4;
    border-right: none;
    padding: 20px 0px;
  }
}
.site__stats-title {
  font-weight: bold;
  text-align: center;
}
.site__stats-link {
  text-align: center;
}
.site__stats-info {
  text-align: center;
}
.site__info {
  display: flex;
}
.progress-block {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.progress-block__group {
  margin-bottom: 15px;
}
.progress-block__group:last-child {
  margin-right: 0;
}
@media screen and (max-width: 584px) {
  .progress-block__group {
    margin-bottom: 10px;
  }
}
.progress-block__item {
  display: flex;
  flex-direction: column;
  margin-right: 12px;
  flex-grow: 1;
}
.progress-block__item:last-child {
  margin-right: 0;
}
@media screen and (max-width: 584px) {
  .progress-block__item {
    margin-right: 0;
  }
}
@media screen and (max-width: 584px) {
  .progress-block {
    flex-direction: column;
  }
}
.progress-block__top {
  display: flex;
  margin-bottom: 6px;
  line-height: 0.9em;
}
.progress-block__top > span {
  margin-right: 4px;
}
.progress-block__box-wrapper {
  padding: 8px;
  border-radius: 4px;
  border: 1px solid #b4b4b4;
}
.progress-block__box {
  display: flex;
  position: relative;
  height: 4px;
}
.decor {
  display: flex;
  position: absolute;
  margin: auto;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
}
.decor__item {
  flex-grow: 1;
  background: transparent;
  width: 23px;
  height: 4px;
  border-right: 2px solid #fbfbfb;
  box-shadow: inset 0px 0px 2px 1px rgba(0,0,0,0.1);
  position: relative;
}
.decor__item:last-child {
  border-right: 0;
}
.progress {
  -webkit-appearance: progress-bar;
  -moz-appearance: progressbar;
  flex-grow: 1;
  box-sizing: border-box;
  height: 4px;
  border-radius: 2px;
  background: #b4b4b4;
  display: flex;
  align-items: center;
  width: 100%;
}
.progress::-webkit-progress-bar {
  border-radius: 2px;
  background: #b4b4b4;
  display: flex;
  align-items: center;
  width: 100%;
}
.progress-good::-webkit-progress-value {
  border-radius: 2px;
  height: 4px;
  background: #ec1751;
}
.progress-bad::-webkit-progress-value {
  border-radius: 2px;
  height: 4px;
  background: #242424;
}
.progress::-moz-progress-bar {
  border-radius: 2px;
  background: #ec1751;
  display: flex;
  align-items: center;
  width: 100%;
}
.site-reviews-title {
  margin: 48px 0 24px;
}
@media screen and (max-width: 375px) {
  .site-reviews-title {
    font-size: 22px;
    margin: 48px 0 20px;
  }
}
