

/* Start:/questions/index.css?16779456907869*/
@media (max-width: 767px) {
	.feed_qa .search-results__submit {
		flex-grow: 1;
	}

	.feed_qa .search-results__submit-button {
		width: 100%;
	}
}

.feed_qa .feed__item {
	display: flex;
	align-items: flex-start;
}

.feed_qa .feed__body {
	flex-grow: 1;
	padding-right: 0;
}

.feed_qa .feed__heading {
	max-width: 945px;
}

.feed_qa .info__date:before {
	content: '•';
	margin: 0 10px;
}

.feed_qa .info {
	align-items: center;
}

.feed_qa .info__category a {
	background: transparent;
	padding-left: 0;
}

.icon-text {
	display: flex;
	align-items: center;
}

.icon-text img {
	margin-right: 10px;
}

.icon-text_accent,
a.icon-text_accent {
	color: #6D59FF
}


.feed__footer {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

@media (max-width: 767px) {
	.feed_qa .info__views {
		display: none;
	}
}

.feed_qa .feed__comments {
	border: 1px solid #E0E0E5;
	margin-left: 35px;
	padding: 0 35px;
	height: 40px;
	line-height: 40px;
	display: flex;
	align-items: center;
}

.feed_qa .feed__comments img {
	display: none;
}

.feed_qa .feed__comments span {
	margin-left: 5px;
}

@media (max-width: 767px) {
	.feed_qa .feed__comments {
		line-height: auto;
		margin-left: 0;
		padding: 0;
		height: auto;
		border: 0;
	}

	.feed_qa .feed__comments img {
		display: block;
		margin-right: 10px;
	}

	.feed_qa .feed__comments span {
		display: none;
	}
}

.author {
	display: flex;
	align-items: center;
}

.author__image {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	margin-right: 10px;
	flex-shrink: 0;
}

.author_small {
	font-size: 12px;
}

.author_small .author__image {
	width: 25px;
	height: 25px;
	margin-right: 6px;
}

.feed_qa .feed__answer {
	flex-basis: 350px;
	background: #EFEFF2;
	border-radius: 15px;
	padding: 10px 15px;
	order: 2;
	flex-shrink: 0;
	margin-left: 135px;
	font-size: 12px;
	margin-top: 50px;
}

@media (max-width: 767px) {
	.feed_qa .feed__answer {
		display: none;
	}
}

.feed__answer-header,
.feed__answer-footer {
	display: flex;
	align-items: center;
	justify-content: space-between;
	font-weight: 400;
}

.feed__answer-date {
	color: #A0A0A6;
}

.feed__answer-body {
	margin-top: 15px;
	line-height: 170%;
	letter-spacing: -0.02em;
}

.feed__answer-footer {
	margin-top: 15px;
	color: #A0A0A6;
}

.feed__answer-reply {
	margin-top: 15px;
	font-weight: 400;
}

.like-dislike {
	display: flex;
	align-items: center;
	color: #A0A0A6
}

.like-dislike__dislike:hover .like-dislike__like:hover {
	opacity: .8;
}

.like-dislike__dislike {
	margin-left: 20px;
}


.qa-not-found {
	padding: 60px 0px;
	text-align: center;
	background: #FFFFFF;
	box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.07);
	border-radius: 2px;
}

.qa-not-found__desc,
.qa-not-found__button {
	margin-top: 36px;
}

.qa-not-found__desc {
	font-size: 14px;
	line-height: 170%;
	letter-spacing: -0.02em;
	color: #87878C;
}


.feed_qa-form {
	max-width: 420px;
	margin: 0 auto;
}

.feed_qa-form .feed__main-heading {
	margin-bottom: 50px;
}

.form-qa .input-textarea {
	border: 1.5px solid #E5E5EB;
	border-radius: 2px;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.8;
}

.form-qa .input-select {
	background: #fff no-repeat top 18px right 20px url('/local/templates/i2hard2020/img/icons/select-handle-purple.svg');
	color: #393C46;
	border: 1.5px solid #E5E5EB;
	font-size: 14px;
}

.form-qa .input-textarea_big {
	font-weight: 500;
	font-size: 23px;
	line-height: 125%;
	letter-spacing: -0.03em;
}

.form-qa .input-file {
	padding: 15px 15px 15px 20px;
	background: #FFFFFF;
	border: 1.5px solid #E5E5EB;
	border-radius: 2px;
	font-size: 14px;
	font-weight: 400;
	text-align: center;
	min-height: 130px;
	line-height: 1.8;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
}

/*.form-qa .input-file.uploaded {
	font-size: 0;
}*/

.text-image-wrapper {
	clear: both;
	margin-top: 12px;
}

.form-qa .input-file img {
	max-width: 100%;
	max-height: 100%;
	object-fit: contain;
}

.form-qa .input-file input {
	display: none;
}

.form-qa__author {
	display: flex;
	justify-content: space-between;
}

.qa-question {
	max-width: 1035px;
	margin: 0 auto;
}

.qa-question__body {
	width: 100%;
}

@media (max-width: 767px) {
	.qa-question__info {
		order: 3;
		margin-top: 20px;
		width: 100%;
	}

	.qa-question__info .info__views {
		display: flex;
		margin-left: auto;
	}

	.qa-question__info .author img {
		width: 25px;
		height: 25px;
	}
}

.qa-question__text {
	font-size: 16px;
	line-height: 200%;
	letter-spacing: -0.02em;
	color: #87878C;
	max-width: 890px;
}

@media (max-width: 767px) {
	.qa-question__text {
		font-size: 14px;
		line-height: 1.7;
	}
}

.qa-question__img {
	margin-top: 20px;
}

.qa-question__question {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.qa-question__img {
	max-width: 100%;
}

.qa-question__footer {
	margin-top: 30px;
	display: flex;
	align-items: center;
}

@media (max-width: 767px) {
	.qa-question__footer-count {
		display: none;
	}
}

.qa-question__footer-count_zero {
	display: none;
}

.qa-question__footer-button {
	margin-right: 30px;
	border: 1px solid #6D59FF;
	border-radius: 2px;
	color: #6D59FF;
	background-color: transparent;
	padding: 15px;
	transition: background-color .2s;
}

.qa-question__footer-button:hover {
	background-color: #f1f0fc;
}

@media (max-width: 767px) {
	.qa-question__footer-button {
		width: 100%;
		margin-right: 0;
		background-color: #6D59FF;
		color: #fff;
	}
}

.qa-question__link {
	display: flex;
	font-size: 12px;
	font-weight: 400;
	margin-top: 20px;
	border-top: 1px solid #E0E0E5;
	padding-top: 40px;
}

.qa-question__link-content {
	margin-top: -5px;
}

.qa-question__link-img {
	width: 63px;
	height: 63px;
	flex-shrink: 0;
	border-radius: 2px;
	margin-right: 15px;
}

.qa-question__answers {
	margin-top: 40px;
	padding-bottom: 4px;
}

.qa-question__answers>.qa-question__answer {
	padding-top: 35px;
	margin-top: 35px;
	border-top: 1px solid #E0E0E5;
}

.qa-question__answer-body {
	display: flex;
	flex-wrap: wrap;
}

@media (max-width: 767px) {
	.qa-question__answer-body .author {
		color: #121212;
	}

	.qa-question__answer-body .info:first-child {
		width: 100%;
		justify-content: space-between;
	}

	.qa-question__answer-body .info__date {
		margin-right: 0;
		text-align: right;
	}

	.qa-question__answer-body .info__date:before {
		display: none;
	}
}

.qa-question__answer-btn {
	width: 100%;
	padding-bottom: 5px;
}

@media (max-width: 767px) {
	.qa-question__answer-btn {
		order: 3
	}

	.qa-question__answer-body-views-likes {
		order: 4;
	}
}

.qa-question__answer-reply {
	display: flex;
	align-items: flex-start;
	margin-top: 40px;
	max-width: 790px;
}

.qa-question__answer-reply-pic {}

.qa-question__answer-reply .qa-question__answer-body {
	padding: 10px 15px;
	background: #EFEFF2;
	border-radius: 2px 15px 15px 15px;
}

.qa-question__answer-reply .qa-question__answer-body-text p {
	max-height: 100px;
	transition: max-height .2s;
	overflow: hidden;
	position: relative;
	padding-bottom: 20px;
	margin-bottom: 0;
}

.qa-question__answer-reply .qa-question__answer-body-text p:before {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 30px;
	background: linear-gradient(to bottom, transparent, #EFEFF2);
	height: 20px;
}


.qa-question__answer-body-text {
	width: 100%;
}

.qa-question__answer-body-text p {
	letter-spacing: -0.02em;
}

.qa-question__answer-body-text._show p {
	max-height: 1000px;
}

.qa-question__answer-body-text._show .qa-question__answer-body-text-more img {
	transform: rotate(180deg);
}

.qa-question__answer-body-text-more {
	cursor: pointer;
	display: none;
	padding-bottom: 5px;
}

._large .qa-question__answer-body-text-more {
	display: flex;
}

.qa-question__answer-body-views-likes {
	justify-content: space-between;
	display: flex;
	flex-grow: 1;
}

a.qa-question__answer-btn {
	margin-top: 15px;
	color: #6D59FF
}
/* End */


/* Start:/questions/custom.css?17833424531021*/
.qa-question__form {
	width: 100%;
}
.like-dislike__like {
	cursor: pointer;
}
.like-dislike__dislike {
	cursor: pointer;
}
.button-ask-question {
	width: 100%;
	display: block;
	margin-bottom: 12px;
}
.qa-question__answer-body-text img {
	max-width: 100%;
}

.author {
	position: relative;
}
.author-status-tooltip {
	position: absolute;
	top: 10px;
	right: -10px;
	padding: 5px 15px;
	background: #f1f0fc;
	border-radius: 0 2px 2px 0;
	border-color: #6d59ff;
	color: #6d59ff;
	opacity: 0.9;
}

.autohr__status {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	margin-right: 1px;
	position: relative;
}
.autohr__status span {
	padding: 0 10px;
	background: #eae9f5;
	color: #6d59ff;
	display: inline-block;
	text-decoration: none;
	border-radius: 2px;
}
.autohr__status:before {
    content: '•';
    margin: 0 10px;
}

.autohr__karma {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	margin-right: 1px;
	position: relative;
}
.autohr__karma:before {
    content: '•';
    margin: 0 10px;
}
/* End */
/* /questions/index.css?16779456907869 */
/* /questions/custom.css?17833424531021 */
