

/* Start:/bitrix/templates/perfect/components/perfect/forum.topic.reviews/article/style.css?17542979692150*/
.comments {
	display: flex;
}
.comments table, .comments .tr, .comments td,
.comments thead, .comments tbody {
	display: block;
}
.comments .site {
	width: 50%;
	margin-right: 30px;
}
.reviews-text {
	text-align: justify;
	line-height: 16px;
}
.reviews-text * {
	font-size: 14px !important;
}
.comments .author, .comments .date {
	font-size: 16px;
	font-weight: normal;
}
.comments .date {
	color: #a24b16;
}
.comments .text {
	background-color: transparent !important;
	padding-top: 5px;
}
.comments .text br {
	margin-top: 5px;
	display: block;
}
.reviews-post-table {
	padding-top: 12px;
	padding-bottom: 12px;
	border-bottom: 1px solid #e3e3e3;
}
#vk_comments {
	width: 50% !important;
	margin-right: 10px;
	margin-top: 15px;
	position: relative;
	box-sizing: content-box;
}
#vk_comments::after {
	content: '';
	width: calc(100% - 2px);
	height: 100%;
	left: 0px;
	top: 0px;
	position: absolute;
	border: 1px solid #e4e5e2;
	pointer-events: none;
}
.comments form {
	margin-top: 15px;
}
.comments form input[type="submit"] {
    margin-top: 8px !important;
	margin-bottom: 8px;
}
.comments .pagination {
	margin-top: 20px;
}
.comments .reviews-actions {
	width: 100%;
	margin-top: 7px;
	display: block;
	text-align: right;
}
.comments .comment_button {
	position: relative;
}
.comments .comment_button:after {
	content: ' | ';
	color: #c5c6c4;
}
.comments .comment_button:last-child:after {
	content: unset;
}
.comments .comment_button a {
	color: #475ab8 !important;
	font-size: 14px;
}

.comments .reviews-post-hidden thead, .comments .reviews-post-hidden .text {
	opacity: 0.3 !important;
	transition: opacity 0.2s;
}
.comments .reviews-post-hidden:hover thead, .comments .reviews-post-hidden:hover .text {
	opacity: 1 !important;
}
.comments .reviews-note-box-text p {
	font-size: 14px;
	text-align: center;
}



/* АДАПТИВНЫЕ СТИЛИ */
@media (max-width: 768px) {
	.comments {
		padding: 0px 20px;
		display: block;
	}
	.comments .site {
		width: 100%;
		left: 0px;
		margin: 0px;
		margin-top: 35px;
	}
	.comments .text {
		text-align: left;
	}
	#vk_comments {
		width: 100% !important;
		margin: 0px;
		margin-top: 15px;
	}
}
/* End */
/* /bitrix/templates/perfect/components/perfect/forum.topic.reviews/article/style.css?17542979692150 */
