.publication-header {
	margin-bottom: 20px;
}

.publication-header span {
	font-family: Trebuchet MS;
	font-size: 18px;
	line-height: 21px;
	color: #1E1E1E;
}

.publication-header .count {
	margin-bottom: 20px;
	font-family: Trebuchet MS;
	font-size: 18px;
	line-height: 21px;
	color: #8C8C8C;
}

#comment-block .publication-comment_avatar img {
	border-radius: 50%;
	width: 50px;
	height: 50px;
}

#comment-block .publication-comment_avatar--staff {
	position: relative;
}

#comment-block .publication-comment_avatar--staff:after {
	content: "";
	background: url('../../images/staff-avatar-icon.png');
	display: block;
	position: absolute;
	top: 33px;
	right: 16px;
	display: block;
	width: 21px;
	height: 21px;
}

#comment-block .publication-comment_avatar img,
.comment-count-block {
	margin-right: 15px;
}

.relative-textarea {
	position: relative;
}

.publication-comment-curent_user textarea {
	overflow: hidden;
	display: block;
	width: 100%;
	border: 1px solid #C8C8C8;
	box-sizing: border-box;
	border-radius: 3px;
	padding-top: 10px;
	padding-left: 13px;
	padding-right: 35px;
	padding-bottom: 13px;
	/* margin-bottom: 5px; */
	font-family: Arial;
	font-size: 15px;
	line-height: 17px;
	color: #1E1E1E;
}

.publication-comment-button-submit {
	position: absolute;
	right: 13px;
	bottom: 10px;
	cursor: pointer;
}

.publication-comment-block form {
	margin: 0 0;
	position: relative;
}

.publication-comment-block button {
	border: 0;
	background: none;
}

.publication-comment-block form textarea:disabled {
	background: #f2f2f2;
	border: 1px solid #c8c8c8;
	box-sizing: border-box;
}

.publication-comment-block-text {
	display: flex;
	padding-top: 16px;
	font-size: 15px;
	line-height: 17px;
	color: #1e1e1e;
}

.publication-comment-block-text-icon {
	display: inline-block;
	width: 16px;
	height: 16px;
	margin-right: 6px;
	line-height: 25px;
}

.publication-comment-curent_user textarea::placeholder {
	/* font-family: Arial; */
	/* font-size: 15px; */
	/* line-height: 17px; */
	/* color: #1E1E1E; */
	font-family: Arial;
	font-size: 15px;
	line-height: 17px;
	margin-bottom: 0;
}

.non-autorized span {
	font-family: Arial;
	font-size: 15px;
	line-height: 17px;
	white-space: pre-wrap;
}

.autorize {
	color: #2F7ABA;
	cursor: pointer;
	display: inline;
}

.publication-comment-block {
	width: 100%;
	position: relative;
}

.publication-subcomment,
.publication-comment,
.publication-comment-curent_user {
	display: flex;
	margin-bottom: 25px;
}

.publication-comment .publication-comment_text p {
	margin-bottom: 10px;
}

.publication-comment[data-sub=true] {
	margin-bottom: 20px;
}

.publication-subcomment {
	margin-bottom: 20px;
}

.publication-subcomment:last-child {
	margin-bottom: 25px;
}

.publication-subcomment,
.publication-comment-curent_user.subcomment {
	margin-left: 65px;
}

.publication-comment-block {
	padding-top: 7px;
}

.publication-comment_fio {
	margin-bottom: 5px;
	font-family: Arial;
	font-size: 15px;
	line-height: 17px;
	color: #1E1E1E;
}

.publication-comment_fio.current_user {
	margin-bottom: 15px;
}
.publication-comment:has(> .publication-subcomment) {
	margin-bottom: 20px;
}
.publication-comment_date {
	margin-bottom: 10px;
	font-family: Arial;
	font-size: 13px;
	line-height: 15px;
	color: #8C8C8C;
}

.publication-comment_text {
	font-family: Arial;
	font-size: 15px;
	line-height: 17px;
	color: #1E1E1E;
}

.publication-comment_answer {
	font-family: Arial;
	font-size: 13px;
	line-height: 15px;
	color: #2F7ABA;
	cursor: pointer;
	padding-top: 5px;
	padding-bottom: 6px;
}

.publication-comment-curent_user.subcomment {

	transition: all 1s ease 0s;
	opacity: 1;
	transform: translateY(0);
}

.publication-comment-curent_user.subcomment.notshow,
.notshow {
	display: none;
	transition: all 1s ease 0s;
	opacity: 100%;
	transform: translateY(-100%);

}

#comments-pagination,
.subcomments-pagination {
	margin-bottom: 20px;
	cursor: pointer;
	font-family: Arial;
	font-size: 15px;
	line-height: 17px;
	color: #2F7ABA;
}
.subcomments-pagination {
	margin-left: 65px;
}
#comment-block {
	padding-top: 50px;
}

.social-comment-flex,
.comment-count {
	display: flex;
	clear: both;
}

/*.comment-count div {
	margin-right: 6px;
}*/

.comment-count-block {
	margin-bottom: 10px;
	margin-top: 27px;
	padding-left: 40px;
	width: 60%;
}

.comment-count_comment,
.comment-count_text {
	font-family: Arial;
	font-size: 15px;
	line-height: 17px;
	color: #8C8C8C;
}

.comment-count-block_text {
	font-family: Arial;
	font-size: 15px;
	line-height: 17px;
	margin-left: 23px;
}

.comment-count {
	margin-bottom: 6px;
}

.non-autorized .auth-social svg {
	width: 24px;
	height: 24px;
	margin-right: 5px;
}

.non-autorized .auth-social svg#Auth-social-link-vk:hover path {
	fill: #5379a6;
}

.non-autorized .auth-social svg#Auth-social-link-fb:hover path {
	fill: #4d67a4;
}

.non-autorized .auth-social {
	text-align: center;
	padding-left: 7px;
	margin-top: -2px;
}

.non-autorized .auth-social a {
	text-decoration: none;
}

.non-autorized .auth-social > p {
	color: #8c8c8c;
}

.non-autorized {
	display: inline-flex;
	margin-top: 15px;
}

.preloader:before {
	position: fixed;
	top: 270px;
}

.press-enter {
	margin-top: 12px;
	font-family: Arial;
	font-size: 15px;
	line-height: 17px;
	color: #8C8C8C;
}

.publication .publication-comment-curent_user {
	margin-bottom: 20px;
}

.publication .publication-comment-curent_user:last-child {
	margin-bottom: 25px;
}

textarea:disabled {
	background-color: white;
}

textarea {
	resize: none;
}

.publication-comment_control {
	display: flex;
}

.publication-comment_answer {
	margin-right: 10px;
	width: 60px;
}

.publication-subcomment .publication-comment_text p {
	margin-bottom: 10px;
}

/* count block */
#comment-count-block .publication-comment_avatar img {
	border-radius: 50%;
	margin-right: 11px;
	width: 30px;
	height: 30px;
}

#comment-count-block .publication-comment_avatar--staff {
	position: relative;
}

#comment-count-block .publication-comment_avatar--staff::after {
	content: "";
	display: block;
	background: url('../../images/staff-avatar-icon.png') no-repeat center / cover;
	position: absolute;
	bottom: 0;
	right: 10px;
	width: 13px;
	height: 13px;
}

#comment-count-block .publication-comment_text p {
	font-family: Arial;
	font-size: 15px;
	line-height: 17px;
	color: #1E1E1E;
	margin-bottom: 9px;
}

#comment-count-block .comment-count .short_name {
	font-family: Arial;
	font-size: 15px;
	line-height: 17px;
	padding-top: 6px;
	color: #8C8C8C;
	overflow-wrap: break-word;
}

#comment-count-block .comment-count .short_name_wrapper {
	max-width: 35%;
}

#comment-count-block .comment-count-block_text {
	padding-top: 6px;
}

#comment-count-block .first_comment_text {
	font-size: 15px;
	line-height: 17px;
	margin-left: 10px;
}

#comment-count-block .first_comment_question {
	font-family: Arial;
	font-size: 15px;
	line-height: 17px;
	margin-bottom: 8px;
	margin-left: 10px;
}
