

/* Start:/local/templates/main/components/bitrix/news/inner_feedbacks/bitrix/news.detail/.default/style.css?17749541511175*/
div.feedback-detail {
	position: relative;
}
div.feedback-detail .feedback-company-name {
	display: block;
	font-size: small;
}

.feedback-detail__title-block {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex: 70px auto;
	margin-bottom: 15px;
}
.feedback-title {
	margin-top: 0;
	font-size: 1em;
	margin-bottom: 0 !important;
	flex-grow: 1;
}

div.feedback-detail div.feedback-detail-text { padding-left: 10px; }
div.feedback-detail div.feedback-detail-photo,
div.feedback-detail div.feedback-detail-text {
	display: table-cell;
	vertical-align: top;
}

div.feedback-detail div.feedback-detail-text {
	font-style: italic;
}

.feedback-detail-photo {
	display: inline-block;
	background-repeat: no-repeat;
	background-position: center;
	background-color: #fefefe;
	background-size: 100%;
	width: 70px;
	height: 70px;
	border-radius: 50%;
	border: 2px solid #444;
  	box-shadow: 0px 0px 0px 4px #fff;
  	z-index: 111;
}

.feedback-detail-photo + .feedback-title {
	margin-left: -15px;
	padding-left: 25px;
}

.back-to-feedbacks {
	margin-top: 25px;
	display: flex;
	justify-content: center;
}
/* End */
/* /local/templates/main/components/bitrix/news/inner_feedbacks/bitrix/news.detail/.default/style.css?17749541511175 */
