.comments-item {
	padding: 20px;
	position: relative;
	background: white;
	padding-left: 80px;
  	margin: 20px 0;
	box-shadow: 2px 3px 7px 0px #00000024;
	background-repeat: no-repeat;
	background-position: 20px 20px;
	background-image: url(/local/templates/informatika/components/bitrix/news.list/comments/images/avatar.svg);
}

.comments-item-name {
	font-weight: 700;
	font-size: 16px;
	line-height: 130%;
	color: #000000;
	margin-bottom: 10px;
	letter-spacing: 0%;
	vertical-align: middle;
}

.set-comment-like {
	cursor: pointer;
}

.comments-item-text {
	font-weight: 400;
	font-size: 16px;
	line-height: 130%;
	letter-spacing: 0%;
	vertical-align: middle;
	color: #555555;
}

.comments-item-like-minus {
	background-image: url(/local/templates/informatika/components/bitrix/news.list/comments/images/dislike.svg);
}

.comments-item-like-plus {
	background-image: url(/local/templates/informatika/components/bitrix/news.list/comments/images/like.svg);
}

.comments-item-like-minus,
.comments-item-like-plus {
	color: #555555;

	background-position: left center;
	background-repeat: no-repeat;
	min-width: 46px;
	min-height: 22px;
	font-size: 14px;
	padding-left: 24px;
}

.comments-item-like {
	display: flex;
  	align-items: center;
  	gap: 20px;	
  	position: absolute;
  	right: 14px;
  	top: 18px;
}

@media screen and (max-width:767px){
	.comments-item-like {
		margin-top: 22px;
		position:static;
	}
}