

/* Start:/local/templates/main_composite_adaptive/components/bitrix/news.list/external_reviews/style.css?17161912223163*/
.external_reviews {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	flex-wrap: nowrap;
  margin: 50px 0;
}

.reviews_section {
	width: 48%;
	border: 1px solid #e6e6e6;
	padding: 20px;
  position: relative;
  max-height: 1000px;
  overflow: hidden;
}

.reviews_section-opened {
  max-height: none;
  padding-bottom: 100px;
}

.reviews_section-header {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: flex-start;
  /*margin-bottom: 30px;*/
}
#content .map_pict>img {height: 50px; width: auto;}

.rate {
	display: flex;
	justify-content: flex-start;
	align-items: flex-end;
    margin: 20px 0;
}
.map_score {
    font-size: 48px;
    color: #000;
    margin:0 20px 0 0;
    line-height: 1;
}

.Stars {
  --percent: calc(var(--rating) / 5 * 100%);
  display: inline-block;
  font-size: 30px;
  font-family: Times;
  line-height: 1;
}
.Stars::before {
  content: "★★★★★";
  letter-spacing: 3px;
  background: linear-gradient(90deg, #fc0 var(--percent), #ddd var(--percent));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.rsi_stars {font-size: 24px;}

.scrore_btn_wrapper {
    padding: 6px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    background: #f6f6f6;
}

.scrore_btn_wrapper>span {font-weight: 600;}
.map_btn {
    margin: 6px 6px 6px 20px;
    padding: 12px 16px;
    line-height: 16px;
    border-radius: 8px;
    -webkit-transition: background-color .1s ease-out;
    transition: background-color .1s ease-out;
    text-decoration: none !important;
    background: #258ffb;
    color: #fff !important;
    font-size: 14px;
    font-weight: 700;
    border: none;
}

.map_btn:hover {
    background: #1a6df2;
}


/*.rs_items_wrapper {margin-top: 30px;}*/
.rs_item {
  border-bottom: 1px solid #f6f6f6;
  padding: 24px 0;
}

.rsi_header {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 10px;
}

.rsi_avatar {
  width: 40px;
  height: 40px;
  border-radius: 20px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  margin-right: 20px;
}
.rsi_user>p {margin: 0;}
.rsi_username {
  font-size: 16px;
  font-weight: 700;
  color: #000;
}
.rsi_date {
  font-size: 14px;
  color: #999;
}
.rsi_text {
  color: #000;
  font-size: 16px;
  line-height: 1.4;
}

.section_clip {
  background: linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 55%, rgba(255,255,255,0.09567577030812324) 100%);
  height: 140px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}

.section_clip>button {margin-bottom: 20px;}

@media screen and (max-width: 1023px) {
  #content .map_pict>img {height: 40px;}
  .map_score {font-size: 36px; margin-right: 10px;}
  .rsi_text {font-size: 14px;}
  .map_btn {
    font-size: 13px;
    margin-left: 10px;
    padding: 12px;
    text-align: center;
  }
}

@media screen and (max-width: 599px) {
  .external_reviews {display: block;}
  .reviews_section {width: 100%;}
  .reviews_section:first-of-type {margin-bottom: 40px;}
}
/* End */
/* /local/templates/main_composite_adaptive/components/bitrix/news.list/external_reviews/style.css?17161912223163 */
