.com_glav {
		 /* border: 2px solid red; */
		 /* border: 1mm ridge blue; */
		 max-height: 300px;
		 width: 100%;
		 /* margin: 20 auto; */
		 overflow: auto;
display: none;
}

.comments {
	/* display: none; */
	position: relative;
	/* text-align: center; */
	margin: auto;
	width: 99%;
	/* border: 1px solid red; */
	/* height: 40vh; */
	/* overflow: auto; */
	/* border: 1px solid green; */
	/* align-items: center; */
	/* justify-content: center; */
	/* border: 1px solid rgba(126, 128, 131, 0.308); */
}

.hid_comm {
	background-color: rgba(126, 128, 131, 0.308);
	position: absolute;
	/* border: 1px solid rgba(126, 128, 131, 0.308); */
	/* border:1px solid yellow; */
	width: 19px;
	height: 100%;
	float: left;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
}

.comment {
	/*display: flex;*/
	left: 21px;
	/*right: 1px;*/
	position: relative;
	margin-top: 15px;
	width: 95%;
	padding: 5px 10px 10px 10px;
	border: 1px solid rgba(126, 128, 131, 0.308);
}

.mess {
	font-weight: lighter;
}

.comment_niz {
	margin-top: 10px;
	/* border: 1px solid rgba(134, 157, 192, 0.3); */
	text-align: right;
	/* border: 1px solid rgba(126, 128, 131, 0.308); */
}

.img_avatar {
	//border: 1px solid rgba(134, 157, 192, 0.128);
	border-radius: 6px;
}

.com img {
	width: 1.5rem;
 }
 
 .gray {
	color: gray;
	font-family: 'El Messiri', sans-serif;
	font-weight: 300;
	font-size: 0.9rem;
}

.smiles-content {
	 border:1px solid gray;
	/* display: block; */
display: none;
	//position: absolute;
	margin-top:0.5rem;
	width: 75%;
	//margin:auto;
	/* height: 240px; */
	/* box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2); */
	z-index: 10;
	/* right: 15%; */
	/* float: right; */
	top: 5px;
	margin-left: 40px;
	padding: 3px;
}

.temp {
	padding: 0.5rem;
	margin-left: 30px;
display:inline-block;
	text-indent: 10px;
	width: 75%;
	/* min-height: 1.5em; */
	/* margin: 35px; */
	border: 1px solid gray;
	border-radius: 5px;
	/* float: left; */
	/* display: flex; */
}

.temp:empty:before {
	/*[contenteditable]:empty:before {*/
	content: attr(data-placeholder);
	color: #464242;
	/* color:gray; */
	/* display: inline-block; */
	/* outline-style: solid; */
	outline: none;
}

.okno_com_img img {
	width: 1.4rem;
 }
 
 /* ===== БЛОК ОТВЕТОВ====== */
.otvets {
	display: none;
	
	position: relative;
	width: 93%;
	border: 1px solid rgba(134, 157, 192, 0.3);
	margin: auto;
	left: 5px;
}

.otvet {
	left: 30px;
	/*right: 1px;*/
	position: relative;
	margin-top: 15px;
	width: 91%;
	/* margin: auto; */
}

.hid_otvts {
	position: absolute;
	background-color: rgba(126, 128, 131, 0.308);
	/* border:1px solid red; */
	width: 15px;
	height: 100%;
	float: left;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
}


