

/* Start:/local/templates/sibdk/components/bitrix/news.list/reviews_redesign/style.css?17531599804211*/
section#reviews {
  --gray-color: #696969;
  --light-gray-color: #AFAFAF;
  --black-color: #222222;
  --red-color: #F41F1F;
}
section#reviews .icon {
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
section#reviews .icon.UserIcon {
  background-image: url("/local/templates/sibdk/components/bitrix/news.list/reviews_redesign/./images/user_icon.svg");
}
section#reviews .icon.GisLogo {
  background-image: url("/local/templates/sibdk/components/bitrix/news.list/reviews_redesign/./images/2gislogo.svg");
}
section#reviews .icon.GoogleLogo {
  background-image: url("/local/templates/sibdk/components/bitrix/news.list/reviews_redesign/./images/GoogleLogo.svg");
}
section#reviews .icon.FlampLogo {
  background-image: url("/local/templates/sibdk/components/bitrix/news.list/reviews_redesign/./images/FlampLogo.svg");
}
section#reviews h2 {
  color: var(--black-color);
  font-size: 25px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  margin-bottom: 10px;
}
section#reviews .reviews-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  row-gap: 30px;
  -moz-column-gap: 30px;
       column-gap: 30px;
  position: relative;
  margin-bottom: 33px;
}
section#reviews .reviews-container::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #FFF 100%);
}
section#reviews .reviews-container .reviews-container-item {
  display: flex;
  flex-direction: column;
  width: calc(33.33% - 20px);
  padding: 30px;
  background-color: #fff;
  box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.05), 0px 4px 40px 0px rgba(0, 0, 0, 0.05);
  border-radius: 10px;
}
section#reviews .reviews-container .reviews-container-item .reviews-container-item-header {
  display: grid;
  grid-template-columns: 34px 100%;
  grid-template-rows: 1fr 1fr;
  grid-template-areas: "icon_area name_area" "icon_area date_area";
  -moz-column-gap: 15px;
       column-gap: 15px;
  margin-bottom: 18px;
}
section#reviews .reviews-container .reviews-container-item .reviews-container-item-header .reviews-container-item-header-icon {
  grid-area: icon_area;
  width: 34px;
  height: 34px;
}
section#reviews .reviews-container .reviews-container-item .reviews-container-item-header .reviews-container-item-header-name {
  grid-area: name_area;
  color: var(--black-color);
  font-size: 17px;
  font-style: normal;
  font-weight: 600;
  line-height: 21px;
}
section#reviews .reviews-container .reviews-container-item .reviews-container-item-header .reviews-container-item-header-date {
  grid-area: date_area;
  color: var(--light-gray-color);
  font-size: 13px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
}
section#reviews .reviews-container .reviews-container-item .reviews-container-item-body {
  color: var(--gray-color);
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
section#reviews .score-container {
  width: 340px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-left: auto;
  margin-right: auto;
  padding: 13px 10px;
  border-radius: 10px;
  background: #FFF;
  box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.05), 0px 4px 40px 0px rgba(0, 0, 0, 0.05);
  margin-bottom: 40px;
}
section#reviews .score-container .score-container-logo.GisLogo {
  width: 142px;
  height: 40px;
}
section#reviews .score-container .score-container-logo.GoogleLogo {
  width: 119px;
  height: 40px;
}
section#reviews .score-container .score-container-logo.FlampLogo {
  width: 160px;
  height: 40px;
}
section#reviews .score-container .score-container-value-container {
  padding: 8px 12px 8px 50px;
  background-color: #FEF7E5;
  border-radius: 8px;
  color: var(--gray-color);
  font-size: 17px;
  font-style: normal;
  font-weight: 300;
  line-height: 21px;
  position: relative;
}
section#reviews .score-container .score-container-value-container span {
  color: var(--black-color);
  font-size: 27px;
  font-style: normal;
  font-weight: 600;
  line-height: 21px;
}
section#reviews .score-container .score-container-value-container::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 12px;
  transform: translateY(-50%);
  width: 30px;
  height: 30px;
  background-image: url("/local/templates/sibdk/components/bitrix/news.list/reviews_redesign/./images/star.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}/*# sourceMappingURL=style.css.map */
/* End */
/* /local/templates/sibdk/components/bitrix/news.list/reviews_redesign/style.css?17531599804211 */
