

/* Start:/include/item_otzyvy.css?17873947011903*/
.otzyvy-list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 1rem;
}
.otzyvy-list-item {
	display: flex;
	justify-content: space-between;
	gap: 1rem;
	width: calc(50% - .5rem);
	min-width: calc(50% - .5rem);
	max-width: calc(50% - .5rem);
	border-style: solid;
	border-width: 1px;
	padding: 14px;
}
.otzyvy-list-item.otzyvy-list-item--video {
	padding: 0;
	border: none;
}
.otzyvy-list-item__left {
	flex: 1 1 auto;
}
.otzyvy-list-item__right {
	width: 140px;
	min-width: 140px;
	max-width: 140px;
}
.otzyvy-list-item {
	/*margin-top: 15px;
	margin-bottom: 15px;*/
}
.otzyvy-list-item:nth-child(-n + 2) {
	margin-top: 0;
}
/*.otzyvy-list-item:nth-last-child(-n + 2)*/
.otzyvy-list-item:last-child,
.otzyvy-list-item:nth-last-child(2):nth-child(odd) {
	margin-bottom: 0;
}
.otzyvy-list-item__answer {
	margin: 10px 0 0 10px;
}
.otzyvy-list-item__answer:before {
	content: ' - ';
}
.otzyvy-list-item__txt {
	padding: 10px;
}
.otzyvy-list-item__txt:before,
.otzyvy-list-item__txt:after {
	content: '"';
}
.otzyvy-list-item__header {
	gap: 1rem;
}

.otzyvy-avatar-link--no-avatar {
	background-image: url('/include/icon_user.svg');
	background-repeat: no-repeat;
	background-position: center;
	background-size: 70%;
	background-position: center;
	background-color: #ededed;
}
.otzyvy-avatar-link {
	display: block;
	width: 60px;
	height: 60px;
	border-radius: 100%;
	overflow: hidden;
}
.otzyvy-avatar-link img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.additional-picture-wrapper {
	display: block;
	max-width: 140px;
	cursor: pointer;
}
.additional-picture {
	max-width: 100%;
	max-height: 100%;
}

@media (max-width: 778px) {
	.otzyvy-list-item__left,
	.otzyvy-list-item__right,
	.otzyvy-list-item {
		width: 100%;
		min-width: 100%;
		max-width: 100%;
		flex-wrap: wrap;
	}
}
/* End */
/* /include/item_otzyvy.css?17873947011903 */
