.text_spoiler {
	background: rgb(246 246 246);
	padding: 10px;
}

.comments-tree-item {
	padding-bottom: 0px;
}

.comment-item {
	display: flex;
	padding-top: 20px;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
}

.comment-right {
	padding: 0 0 0 20px;
}

.comment-text {
	color: #777;
	font-size: 14px;
}

.comment-author {
	color: #333;
}

.comment-author a {
	color: #333;
}

.comment-date {
	color: #333;
}

.admincom {
	border-left: 2px solid #0083da;
}

.comments-tree-item:nth-child(even) .comment-item {
	background-color: #f9f9f9;
}

.comments-tree-item:nth-child(even) .comments-tree-list .comments-tree-list .comment-item {
	background-color: #f9f9f9;
}

.comments-tree-item:nth-child(odd) .comment-item {
	background-color: #f1f1f1;
}

.comments-tree-item:nth-child(odd) .comments-tree-list .comments-tree-list .comment-item {
	background-color: #f1f1f1;
}

.comments-tree-list .comments-tree-list .comment-item {
	padding-left: 20px;
	border-left: 2px dashed #ddd;
}

.comments-box .comments-branch,.comments-box .comments-children {
	display: flex;
	flex-direction: column;
}

.comments-box .comment {
	position: relative;
	font-family: "PT Sans",Arial;
	font-size: 14px;
	border-top: 1px solid #eaecee;
	padding-bottom: 14px;
	padding-top: 14px;
}

.comments-box .comment .image {
	float: left;
	position: relative;
	border-radius: 100%;
	border: 1px solid #ff8b00;
}

.comments-box .comment .image img {
	width: 70px;
	height: 70px;
	float: left;
	border-radius: 100%;
	border: 1px solid #fff;
}

.comments-box .comment .text {
	margin-left: 90px;
}

.comments-box .comment .user {
	margin-bottom: 8px;
}

.comments-box .comment .time {
	color: #a3a3a3;
	padding-left: 4px;
	font-size: 12px;
}

.comments-box .comment .user a {
	font-size: 15px;
	color: var(--general-title-color);
	font-weight: 700;
}

.comments-box .comment .comment-edit-form {
	display: none;
}

.comments-box .comment .comment-content {
	font-family: Rubik, sans-serif;
	line-height: 1.4;
	overflow-wrap: break-word;
	word-wrap: break-word;
	-ms-word-break: break-all;
	word-break: break-all;
	word-break: break-word;
	-ms-hyphens: auto;
	-moz-hyphens: auto;
	-webkit-hyphens: auto;
	hyphens: auto;
}

.comments-box .comment .comment-footer {
	margin-top: 10px;
}

.comments-box .reply {
	font-size: 14px;
	color: var(--general-muted-color);
	padding-bottom: 1px;
	display: inline-block;
	line-height: 1;
}

.comments-box .comment-ratig-box {
	margin-left: 12px;
	height: 22px;
	display: inline-block;
	vertical-align: middle;
	font-family: Arial;
}

.comments-box .comment-ratig-box .rating-disliked {
	color: #e44040;
	border-radius: 18px 0 0 18px;
	padding: 5px;
}

.comments-box .comment-ratig-box button {
	border: 1px solid #f5f5f5;
	float: left;
	width: 32px;
	height: inherit;
	line-height: 1;
	text-align: center;
	font-size: 12px;
	transition: all .1s;
	background: #fff;
}

.comments-box .comment-ratig-box .rating-liked {
	color: #26bc1b;
	border-radius: 0 18px 18px 0;
	border-left: none;
	padding: 5px;
}

.comments-box .comment-controls {
	opacity: 1;
	float: right;
	color: var(--general-muted-color);
}

.comments-box .reply {
	font-size: 14px;
	color: #a3a3a3;
	padding-bottom: 1px;
	display: inline-block;
	line-height: 1;
	background: none;
	border: none;
	outline: none;
}

.comments-box .reply:hover {
	color: var(--general-color);
}

button,input[type=button] {
	cursor: pointer;
}

.comments-box .comment:hover .reply {
	visibility: visible;
}

.comments-box .comment-controls {
	float: right;
	color: #a3a3a3;
}

.comments-box .comment-controls a {
	color: inherit;
	font-size: 11px;
	left: 1px;
	display: inline-block;
	line-height: 1;
	margin-left: 10px;
}