.vote_smile:after{
	content: 'нажмите, чтобы выбрать';
	font-size: 12px;
	position: absolute;
	top: 0;
	color: #7f7c7a;
}

.vote_smile_wrap {
	position: relative;
	left: 0;
}
.vote_smile {
	position: absolute;
	background: #fff;
	border-radius: 4px;
	transition: all ease .2s;
	z-index: 4;
	border: 1px solid #166eb7;
	justify-content: space-around;
	align-items: center;
	max-height: 53px;
	display: none;
	bottom: 36px;
	left: 50%;
	transform: translate(-50%);
	width: 190px;
	padding-top: 15px;
}

.vote_smile-item{
	transition: background ease 200ms;
	cursor: pointer;
	max-height: 45px;
}
.vote_smile-item img {
	padding: 2px 7px;
}
.vote_smile-item:hover {
	background: #e9f6fd;
}

@media screen and (max-width: 440px) {
	.vote_smile_like{
		left: 83%;
	}
	.vote_smile_dislike{
		left: 83%;
	}
	.vote_smile:before{
		left: 58px;
	}
}

.info_rating {
	padding: 18px;
	margin-bottom: 20px;
	background-color: #fff;
	border-radius: 8px;
	margin-bottom: 0;
	color: #fff;
}
.info_rating  .vote_smile_like{
	left: -230px;
	top: -63px;
}

.info_rating  .vote_smile_dislike{
	left: -112px;
	top: -63px;
}

#comments {

}
.title_unsubscribe,
.title_subscribe {
	margin-left: 10px;
}
.comment_body__delete {
	padding-left: 10px;
	color:#999999;
}

.comment_item * {
	font-size: 14px;
}

.comment_item {
	position: relative;
	/*padding: 10px;*/
	margin-bottom: 0px;
	/*margin-left: 10px;
	margin-top: 10px;
	background: #fff;*/
}

.comment_item__root {
	background: #fff;
	margin-bottom: 6px;
	position: relative;
	padding: 10px;
	/*margin-left: -15px;*/
	margin-top: 0px;
	border-radius: 16px;
	/* overflow: hidden; */
	box-shadow: 0 1px 0 0 #d7d8db, 0 0 0 1px #dcdad7;
}

.comment_item:not(.comment_item__root) {
	margin-bottom: 10px;
}

.comment__children {
	border-left: 1px solid #d6d6d6;
	position: relative;
	padding-left: 15px;
	margin-left: 5px;
	margin: 10px 0 10px 5px;
	overflow: visible !important;
}
.comment__children:before {
	ontent: "";
	height: 22px;
	width: 8px;
	position: absolute;
	left: -4px;
	top: 0;
}
.comment__children.empty {
	/*padding: 0;
	margin: 0;*/
	border-left: none;
}
.comment__children.empty .comment__children__collapse__minus {
	display: none;
}

.comment__children__collapse {
	display: block;
	position: absolute;
	width: 14px;
	height: 100%;
	left: -8px;
	top: 0;
	cursor: pointer;
}
.comment__children__collapse__minus {
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	width: 14px;
	height: 14px;
	left: -8px;
	top: 0;
	cursor: pointer;
	border-radius: 4px;
	background-color: #8ac858;
}

.comment__children__expand {
	padding: 5px;
	cursor: pointer;
	display: none;
	position: relative;
}

.comment__children__expand__content {
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.comment__children__expand__plus {
	background-color: #8ac858;
	width: 14px;
	height: 14px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 4px;
}
.comment__children__expand__text {
	color: #757575;
	font-size: 12px;
	padding-left: 5px;
}

.comment_item .vipIcon {
  font-size: 10px;
}

.comment_item-border {
	border-left: 1px solid #d6d6d6;
	padding-left: 10px;
	top: 20px;
	left: -7px;
	height: calc(100% - 30px);
	position: absolute;
	padding-bottom: 1px;
}

.comment_header {
	width: 100%;
	margin-bottom: 14px;
	background: #e9f6fd;
	border-radius: 8px;
	padding: 5px;
	position: relative;
	flex-direction: column;
	gap: 10px;
}

.comment_head {
	display: flex;
	max-width: 100%;
	gap: 10px;
}
.comment_header_footer {
	margin-top: 5px;
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
}


.userPhoto {
	height: 30px;
	width: 30px;
	z-index: 1;
}
.userPhoto_online:after {
	display: block;
	border: 2px solid #fff;
	height: 10px;
	width: 10px;
	border-radius: 50%;
	right: -5px;
	bottom: 0px;
	position: absolute;
	background-color: #8ac176;
	z-index: 2;
	content: " ";
}

.comment_head_info_row {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}

.comment_head_info .ratingBlock__value {
	font-size: 12px;
	padding: 0;
	background: white;
}
.comment_head_info .ratingBlock__value{
	padding: 2px 3px;
}
.comment_head_info-name {
	font-size: 13px;
	color: #003c85;
	text-decoration: none;
	word-break: break-word;
}

.comment_head_info-status {
	color: #019126;
	margin-right: 6px;
	position: relative;
	font-size: 13px;
}

.comment_head_info-position {
	color: #d00;
	font-weight:normal;
	margin-right: 5px;
	font-size: 14px;
	font-weight: bold;
}

.comment_head_info-position span {
	font-size: 11px;
	color:#a91801;
}
.comment_head_info-city {
	font-size: 13px;
	color: #7f7c7a;
	margin-right: 12px;
	position: relative;
}
.comment_head_info_row .btn_grey-grd {
	color:#212121;
	font-size: 12px;
}

.comment_head_info-date {
  font-size: 13px;
  color: #7f7c7a;
  margin-right: 6px;
  text-decoration: none;
}

.comment_body {
  font-size: 16px;
  word-wrap: break-word;
}
.comment_body .smile {
	height: fit-content;
	width: fit-content;
}
.comment__text {
  display: flex;
  flex-direction: column;
}
.comment__text .object_youtube_video {
	margin-bottom: 10px;
}

.comment_item .box-rating__arrow {
  display: none;
}
.comment_body * {
	font-size: 16px;
	line-height: 1.4;
	word-break: break-word;
}
@media (max-width: 450px) {
	.comment_head {
		margin-bottom: 5px;
	}

	blockquote.quote {
		margin-bottom: 5px;
	}
}


.comment__action {
	display: flex;
	flex-wrap: wrap;
	padding: 5px;
	background: #f0f0f2;
	align-items: center;
	cursor: default;
	border-radius: 8px;
	margin-top: 10px;
  /* width: max-content; */
  /* margin-bottom: 10px; */
}
.comment__action .btn_like{
	padding: 3px 5px;
	background: white;
}

.commentAction {
	cursor: pointer;
	font-size: 14px;
	padding: 5px 10px;
	border-radius: 8px;
	color: #7b7b7b;
	background: #ffffff;
	margin-left: 10px;
}
.commentAction + .commentAction {
	margin-left: 5px;
}
.commentAction:hover {
	background: #f1f9ff;
}

.commentAction--quote svg {
	top: 4px;
	position: relative;
}

.comment_up_pay__svg_arr {
	fill: var(--pink);
	transform: rotate(180deg);
	width: 11px;
	height: 14px;
	top: 1px;
	position: relative;
}
.comment_up_pay__svg_rub {
	fill: var(--pink);
	width: 12px;
	height: 14px;
	top: 1px;
	margin-left: 5px;
	position: relative;
}
.comment_up_pay__svg_arr:hover {
	fill: var(--pink600);
}

@media(max-width:500px) {
	.commentAction {
		font-size: 12px;
		padding: 4px 5px;
	}
}

@media(max-width:340px) {
	.commentAction {
		font-size: 12px;
		padding: 5px 2px;
		margin-left: 5px;
	}
}

.comment__action-rating_up {
	position: relative;
	font-size: 14px;
	color: #ffa101;
	cursor: pointer;
}



.comment__action-rating_up-icon {
	fill: #ffa101;
	height: 18px;
	width: 18px;
	position: relative;
	top: -1px;
	display: block;
}

.comment__action-rating_down-icon {
	fill: #ffa101;
	height: 18px;
	width: 18px;
	transform: rotateZ(180deg);
	position: relative;
	left: 0px;
	top: 1px;
	display: block;
}

.comment__action-rating_count {
	display: flex;
	align-items: center;
	/* max-width: 100px; */
	font-size: 16px;
	cursor: pointer;
	font-weight: bold;
	font-style: inherit;
	color: #003c85;
}


.comment__action-rating_down {
	font-size: 14px;
	color: #ffa101;
	position: relative;
	cursor: pointer;
	height: 30px;
	width: 30px;
}
.comment__action-rating_count a b u{
	color: #003c85;
	font-style: normal;
	font-size: 16px;
	text-decoration: none;
}
.comment__action-rating_count a {
	font-style: normal;
	font-size: 16px;
	text-decoration: none;
}
.payComment{
	display: flex;
	/*display: none;*/
	align-items: baseline;
	justify-content: center;
	gap: 2px;
	background: white;
	padding: 2px;
	border-radius: 4px;
	cursor: pointer;

}

.payComment span{
	font-size: 12px;
	line-height: 0;
	font-weight: 500;
	color: #212121;
}


.payComment svg{
	fill: var(--pink);
	transform: rotate(180deg);
	width: 11px;
	height: 14px;
}
.payComment:hover svg{
	fill: var(--pink600);
}

.comment_head_dd {
	cursor: pointer;
	display: flex;
	color: #5c6779;
	padding: 2px 5px;
	border-radius: 5px;
	background: #ffffff;
	user-select: none;
	height: max-content;
	z-index: 1;
}
.comment_head_dd svg{
	fill: #7f7c7a;
	width: 15px;
	height: 15px;
}

.comment_head_dd:hover{
  background: var(--blue400);
}

.comment_head_dd:hover svg{
  fill: var(--white);
}

.comment-claim-text{
  display: block;
}

.new_comment__text {
  margin:0;
  font-size: 14px;
  color:#000;
  overflow: hidden;
  line-height: 160%;
}
.new_comment__text p {
  font-size: 14px;
}
.new_comment__text a {
	color: #2483d3;
    max-width: 280px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: auto;
}
.new_comment__text a:hover{
  color:#e29716;
}
.new_comment__data {
  text-align:right;
}

.new_comment__content {
	width: 95%;
	background: #faf2e2;
	border-radius: 5px;
	margin: 0px auto 10px;
	position: relative;
	padding-bottom: 5px;
	text-wrap: normal;
}
.new_comment__content:first-child {
  margin-top: 0px;
}

.myCommentControlRow{
  display: flex;
  margin-top: 10px;
  flex-wrap: wrap;
  gap: 5px;
}

.LightboxLink {
	display: block;
	border: 2px solid #f0f0f4;
	transition: border-color .12s;
}

.LightboxLink:hover {
	border-color: #c0c4f4;
}

.LightboxLink img {
	display: block;
}

.LightboxLink--sm {
	max-width: 420px;
}

.comment_body blockquote {
  font-size: 16px;
}
.comment_body blockquote img {
  width: max-content;
}
.comment_body blockquote .quote-title_name, .quote-title_say{
  font-size: 15px;
}

.comment__action-claim span{
	  font-size: 12px;
	color: #7f7c7a;
}
.comment__action-claim{
	position: absolute;
	right: 10px;
	cursor: pointer;
	z-index: 1;

}
.comment__action-claim[data-level="1"]{
  right: 0px;

}
.comment__action-claim[data-level="2"]{
  right: -10px;
}
.comment__action-claim[data-level="3"]{
  right: -20px;
}
.comment__action-claim[data-level="4"]{
  right: -30px;
}

.editMyComment{
	margin-left: auto;
	font-size:13px!important;
	color:#7f7c7a;
}

@media screen and (max-width:500px){
	.editMyComment{
		margin-left: 0;
		margin-top: 10px;
	}
}
@media screen and (max-width: 440px) {
	.comment__action-rating_up-icon,
	.comment__action-rating_down-icon{
		height: 16px;
		width: 16px;
	}
	.comment__action-rating_up,
	.comment__action-rating_down{
		width: 30px;
		height: 30px;
	}
	.comment__action-rating_count u {
		font-size: 13px;
	}
	.comment__action-claim[data-level="2"]{
		right: -8px;
	}
	.comment__action-claim[data-level="3"]{
		right: -12px;
	}
	.comment__action-claim[data-level="4"]{
		right: -16px;
	}
}

/* Стили для блока оценки рейтинга лайки/дислайки */
.box-rating {
	display: flex;
	justify-content: space-between;
	align-content: center;
	padding: 10px 10px 10px 10px;
	cursor: default;
	flex-direction: column;
}
.box-rating__title {
	color: #000;
	font-size: 16px;
	width: 100%;
	text-align: center;
	margin-bottom:5px;
	font-weight: bold;
}

.box-rating span {
	color: inherit;
}

@media (min-width: 576px) {
	.box-rating__control {
		display: flex;
		justify-content: center;
		align-items: flex-start;
	}
}

.box-rating .box-rating__control {
	position: relative;
	margin: 0 auto;
}
.box-rating .box-rating__control .vote_smile{
	left: 76px;
	top: -96px;
	height: 60px;
	max-height: 60px;
	border: 1px solid #9c9c9c;
	padding-bottom: 5px;
	padding-top: 12px;
	box-shadow: 1px 1px 3px 0px rgba(50, 50, 50, 0.33);
}


.comment__action-rating{
  display: flex;
}
.comment__action-rating .btn{
  height: auto;
}

.box-rating__control span{
	color: #000;
}
.box-rating__control .vote_smile{
	border: 1px solid #565656;
}


.box-rating .box-rating__control .comment__action-rating_down{
	width: auto;
	height: 30px;
}
.box-rating .vote_smile-item{
	padding: 5px;
	margin-top: 5px;
	width: 40px;
	height: 40px;
	border-radius: 7px;
	border: 1px solid #b5b5b5;
}

.box-rating .comment__action-rating_up-icon{
	top: 7px;
}
.box-rating .comment__action-rating_down-icon {
	top: 7px;
	left: 5px;
}

.box-rating .vote_smile-item img {
	padding: 0;
	width: 100%;
	height: 100%;
	object-fit: contain;
}





.box-rating__control .vote_smile{
	display: none;
}
.publicationLikes .box-rating__control {
  display: flex;
  align-items: stretch;
}
/*
.publicationLikes .box-rating__control .btn_like{
   border: 1px solid #fff; 
  margin-right: 5px;
  height: 42px;
}
.publicationLikes .box-rating__control .btn_like svg{
  width: 30px;
  height: 30px;
}*/
/*.publicationLikes .btn_like:last-of-type{
  margin-right: 0;
}*/
.publicationLikes .vote_smile_wrap .vote_smile{
  top: -66px;
  left: -120px;
}
.publicationLikes .box-rating__control .btn_grey-grd svg{
  position: relative;
  top: 0;
  height: 30px;
  min-height: 30px;
  min-width: 30px;
  width: 30px;
}
.publicationLikes .btn_like{
  display: flex;
  align-items: center;
}

.publicationLikes .btn_like span{
  margin-left: 10px;
  font-size: 20px;
}


.publicationLikes .box-rating__control-count{
  padding: 5px 10px;
  font-size: 20px;
  cursor: pointer;
  font-weight: bold;
  color: black;
}


.box-rating__arrow {
	width: 24px;
	height: 22px;
	z-index: 100;
	fill: #ff2400;
	position: absolute;
	left: calc(50% - 19px);
	top: calc(100% + 12px);
	transform: rotate(180deg);
	-webkit-animation: LeadArrow .5s infinite alternate ease-in-out;
	animation: LeadArrow .5s infinite alternate ease-in-out;
}

@-webkit-keyframes LeadArrow {
	0% {
		-webkit-transform: translateY(10px) rotate(180deg);
		opacity: .5;
	}
	100% {
		-webkit-transform: translateY(0) rotate(180deg);
		opacity: 1;
	}
}

@keyframes LeadArrow {
	0% {
		transform: translateY(8px) rotate(180deg);
		opacity: .5;
	}
	100% {
		transform: translateY(-1px) rotate(180deg);
		opacity: 1;
	}
}

@media (max-width: 490px) {
	.box-rating {
		flex-direction: column;
		align-items: center;
	}
}

/* Стили для блока оценки рейтинга лайки/дислайки */

/* Стиль стрелки указывающий на комментарий */


.forum_input{
	padding: 5px 10px;
	display: block;
	width: 90%;
	margin-bottom: 10px
}

.box-rating__arrow--for-comments {
	display: none;
	left: 40%;
	top: -40px;
	fill: #ffa101;
	-webkit-animation: LeadArrowDown .5s infinite alternate ease-in-out;
	animation: LeadArrowDown .5s infinite alternate ease-in-out;
}

@media (max-width:750px){
  .box-rating__arrow--for-comments {
	left: 50%;
  }
}
@media (max-width:600px){
  .box-rating__arrow--for-comments {
	left: 80%;
  }
}

@media (max-width: 450px){
  .comment__action-rating_count *, .comment__action-rating_count {
	font-size: 13px;
  }
  .comment__action-rating .btn{
	height: max-content;
	line-height: 1;
  }
  .comment_head .rating_star-img{
	max-width: 10px;
  }
  .comment_head .ratingBlock__value{

  }
}

@-webkit-keyframes LeadArrowDown {
	0% {
		-webkit-transform: translateY(10px) ;
		opacity: 1;
	}
	100% {
		-webkit-transform: translateY(0) ;
		opacity: .5;
	}
}

@keyframes LeadArrowDown {
	0% {
		transform: translateY(8px) ;
		opacity: 1;
	}
	100% {
		transform: translateY(-1px) ;
		opacity: .5;
	}
}
/* END Стиль стрелки указывающий на комментарий */

.comment_fast_anwswer {
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	width: 100%;
	align-items: center;
	background: #fff;
	padding: 10px;
	margin: 10px 0 10px 0;
}
.comment_fast_anwswer__text {
	border: 1px solid #ddd;
	outline: none;
	border-radius: 8px;
	width: 100%;
	padding: 5px 10px;
	font-size: 14px;
	margin: 0 5px 0 0;
}
.comment__action {
	display: flex;
}