#other_sites .informer__rating-wrapper {
	display: flex;
	align-items: start;
	flex-direction: column;
	margin-top: 5px;
	gap: 0px;
	flex-wrap: wrap;
}
#other_sites .informer__rating-wrapper > *{
	flex: 0 0 50%;
}
#other_sites .informer__stars{
	width: auto;
	display: flex;
	flex-direction: row;	
}
#other_sites .informer_v1 .informer__rating{
	color: #141414;
	font-size: 24px;
	font-weight: 700;
	margin-right: 16px;	
}

#other_sites .informer__reviews {
	font-size: 12px;
	color: #8D8C8C;
	line-height: 17px;
}
#other_sites .item a {
	text-decoration: none;	
}

/*----- Отзывы на популярных площадках -----*/
#other_sites {
  padding-top: 40px;
  margin-top: 40px;
}

#other_sites .ttl {
  padding-bottom: 50px;
}

#other_sites .item {
  display: flex;
  flex-direction: column;
  padding: 0px 15px;
  min-height: 1px;
  gap: 10px;
  text-align: center;
}

#other_sites .logo_site {
  max-height: 100px;
}

#other_sites .logo_site img {
  margin: 0 auto;
  max-width: 180px;
}

#other_sites .review_site {
  font-style: normal;
  font-weight: 700;
  font-size: 15px;
  line-height: 21px;
}

#other_sites .review_site span {
  display: block;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 17px;
  color: #8D8C8C;
}

#other_sites .review_site span i {
  display: inline-block;
  width: 13px;
  height: 17px;
  content: '';
  background: url('data:image/svg+xml,<svg width="14" height="14" viewBox="0 0 14 14" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M6.16836 1.31201C6.44961 0.749512 7.24648 0.772949 7.5043 1.31201L9.05117 4.4292L12.473 4.92139C13.0824 5.01514 13.3168 5.76514 12.8715 6.21045L10.4105 8.62451L10.9965 12.0229C11.0902 12.6323 10.434 13.1011 9.89492 12.8198L6.84805 11.2026L3.77773 12.8198C3.23867 13.1011 2.58242 12.6323 2.67617 12.0229L3.26211 8.62451L0.801172 6.21045C0.355859 5.76514 0.590234 5.01514 1.19961 4.92139L4.64492 4.4292L6.16836 1.31201Z" fill="%238D8C8C"/></svg>') center bottom no-repeat;
  margin-bottom: -2px;
  margin-right: 1px;
}

#other_sites .review_site span code,
#other_sites .slider_description code{
  background: none;
  color: #8D8C8C;
  padding: 1px;
  margin-top: -4px;
  display: inline-block;
  font-size: 10px;
  position: absolute;
}
#other_sites .slider_description code{
  position: relative;
  margin: 0;
}

#other_sites .slider_description {
  font-style: normal;
  font-weight: 400;
  font-size: 8px;
  line-height: 11px;
  color: #8D8C8C;
  margin-top: 15px;
}
@media screen and (max-width: 980px) {
  #other_sites_slide .slick-prev {
    left: 0px;
  }

  #other_sites_slide .slick-next {
    right: 0px;
  }
}

@media screen and (max-width: 375px) {
  #other_sites_slide {
    margin-right: -20px;
  }
}

/*----- Отзывы на популярных площадках -----*/

