/** @format */

.answers {
	margin-top: 30px;
}

.answers__title {
	font-weight: 700;
	font-size: 25px;
	line-height: 29px;
	color: #000000;
}

.answers__subtitle {
	margin-top: 5px;
	font-weight: 400;
	font-size: 14px;
	line-height: 16px;
	color: #7a7777;
}

.answers__items {
	padding-top: 16px;
}

.answers__comments {
	margin-left: 20px;
	padding-left: 8px;
	border-left: 1px solid #e6e5e5;
}

.answers__comment {
	margin-top: 15px;
}

.answer-item {
	padding: 20px 0px;
	border-bottom: 1px solid #e6e5e5;
}

.answer-user__info-wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.answer-user__logo {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	width: 50px;
	height: 50px;
}

.answer-user__logo img {
	width: 100%;
	height: 100%;
}

.answer-user__info {
	margin-left: 10px;
}

.answer-user__name {
	font-weight: 700;
	font-size: 19px;
	line-height: 22px;
	color: #000000;
}

.answer-user__date {
	font-weight: 400;
	font-size: 17px;
	line-height: 20px;
	color: #7a7777;
}

.answer-user__text {
	margin-top: 12px;
	font-size: 19px;
	line-height: 22px;
	color: #000000;
}

.answer-user__text img {
	margin-top: 10px;
	width: 200px;
}

#commentForm {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: start;
	margin-top: 20px;
	/* max-width: 600px; */
	background-color: #fff;
	padding: 10px;
	border: 1px solid #ccc;
}

.form__item {
	/* width: 100%; */
	margin-right: 10px;
	color: snow;
	border-radius: 50%;
}

.file {
	width: 100%;
	max-width: 90px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.file__item {
	position: relative;
}

.file__item label {
	margin-top: 10px;
}

#commentForm .form__avatar {
	border-radius: 50%;
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	background-color: #fff;
	background: url(../img/user-0.jpg) no-repeat center center/cover;
	width: 70px;
	height: 70px;
	overflow: hidden;
}

#commentForm input,
#commentForm textarea {
	width: 100%;
	padding: 12px 20px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border: 1px solid #ccc;
	background-color: #f8f8f8;
	resize: none;
	font-size: inherit;
}

.file__input {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	font-size: 0;
	cursor: pointer;
}

#commentForm .file-label {
	display: inline-block;
	width: 100%;
	color: #000;
	font-size: 12px;
	padding: 2px 5px;
	border: 1px solid #000;
	border-radius: 4px;
	text-align: center;
	margin-top: 5px;
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#ccc));
	background: linear-gradient(to bottom, #fff, #ccc);
}

#commentForm input,
#commentForm textarea {
	width: 100%;
	padding: 12px 20px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border: 1px solid #ccc;
	background-color: #f8f8f8;
	resize: none;
}

textarea {
	overflow: auto;
	margin-top: 15px;
}

#commentPush {
	display: inline-block;
	background-color: transparent;
	border: none;
	border-radius: 5px;
	background-color: #b6b6b6;
	color: white;
	font-weight: bold;
	padding: 10px 15px;
	text-decoration: none;
	margin: 5px 0px 0px 0px;
	cursor: pointer;
	-webkit-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

#commentPush:hover {
	background-color: yellow;
}
.form__inputs {
	width: 100%;
	margin-left: 10px;
}
.form__avatar img {
	width: 100%;
	height: 100%;
	margin: 0 !important;
	object-fit: cover;
}
/*# sourceMappingURL=comment.css.map */
