.question9111ru {
	background: #ffffff;
	border-radius: 16px;
	padding: 15px;
	margin-bottom: 10px;
}
.questionBlock{
	background: white;
	border-radius: 8px;
	padding: 0 5px 5px 5px;
}
.question__header {
	background: #E9F6FD;
	border-radius: 8px;
	padding: 10px;
	margin-bottom: 10px;
	display: flex;
	justify-content: flex-start;
}

.question9111ru__h1 {
	word-break: break-word;
	margin-bottom: 0;
	font-size: 22px;
}
.question__text,
.question__text p {
	font-size: 17px;
	line-height: 130%;
	color: #000000;
	margin-bottom: 10px;
}
.question9111ru__bottom {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	flex-wrap: nowrap;
}
.questionTags{
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 10px;
	/*box-shadow: 0px 4px 8px rgba(0, 28, 73, 0.08);*/
}
.questionTags::-webkit-scrollbar-button {
	width:5px;
	height:0px
}

.questionTags a{
	background: #1c92ce;
	color: white;
	border-radius: 8px;
	align-self: flex-start;
	white-space: normal;
	/* box-shadow: 2px 2px 2px #19191999; */
	padding: 2px 5px;
	text-decoration: none;
}

.answerBlock__title {
	display: flex;
	align-items: center;
	margin-bottom: 20px;
	padding-top: 10px;
	margin-top: 10px;
	/*border-top: 1px solid rgb(230, 230, 230);*/

}

.answerBlock__title h3 {
	padding: 0;
	margin: 0;
	font-size: 16px;
	color: #7e7e7e;
	font-weight: normal;
}

.answerBlock__title svg {
	width: 14px;
	height: 14px;
	fill: #8a8a8a;
	margin-right: 5px;
}

.answerBlock__list {
	padding: 15px;
}
@media screen and (max-width: 500px) {

	.question9111ru__bottom {
		flex-wrap: wrap;
	}

	.questionTags{
	flex-wrap: wrap;
	}
	.questionTags a{
		background: #f1f1f1;
		color: #444444;
	}
}
@media (max-width: 400px){

	.questionTags a{
	min-width: 45%;
	}
}
.question__bottom > div {
	font-size: 14px;
	line-height: 18px;
	color: #7F7C7A;
}
.question9111ru__bottom__2 {
	display: flex;
}
.question9111ru__separator {
	border-bottom: #D7D8DB 1px solid;
	margin: 10px 0;
	display: block;
}
.question9111ru__сontrols_button {
	text-align: right;
}
.phoneBanner {
	margin: 10px;
	border-radius: 16px;
	overflow: hidden;
	border:1px solid #222;
}
.question9111ru__button__like {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-right: 5px;
	padding: 5px 10px;
}
.question9111ru__button__like strong {
	color: #ffffff;
	font-size: 16px;
	font-weight: 500;
}
.question9111ru__button__like__svg {
	fill: #ffffff;
	width: 15px;
	height: 15px;
}

.answer9111ru__list {
	display: flex;
	flex-direction: column;
	gap: 10px;
	padding: 0 5px 15px 5px;
}
.answer9111ru__children {
	position: relative;
	overflow: visible !important;
	padding: 0;
	display: flex;
	flex-direction: column;
	gap: 15px;
	margin-top: 15px;
}
.answer9111ru__children[data-children="0"],
.answer9111ru__children[data-children="1"],
.answer9111ru__children[data-children="2"],
.answer9111ru__children[data-children="3"],
.answer9111ru__children[data-children="4"] {
	border-left: 1px solid #d6d6d6;
	position: relative;
	padding-left: 0px;
	margin-left:15px;
	overflow: visible !important;
}
.answer9111ru__children[data-children="0"] {
	margin-left:30px;
}
.answer9111ru__children.empty {
	padding: 0;
	margin: 0;
	border-left: none;
	line-height: 0;
}
.answer9111ru {
	display: flex;
	flex-direction: column;
	width: 100%;
	padding-left:5px;
}

.answer9111ru__header {
	position: relative;
	background: #E9F6FD;
	border-radius: 8px;
	padding: 5px;
	gap: 10px;
	margin-bottom: 10px;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	flex-direction: row;
}
.answer9111ru__header__author {
	 background-color: #fbf6e5;
}
.answer9111ru__avatar {
	width: 30px;
	height: 30px;
	min-width: 30px;
	min-height: 30px;
	position: relative;
	z-index: 1;
}
.answer9111ru__avatar img {
	width: 30px;
	height: 30px;
	border-radius: 50%;
}
.answer9111ru__avatar__online:after {
	display: block;
    border: 2px solid #fff;
    height: 10px;
    width: 10px;
    border-radius: 50%;
    right: -5px;
    bottom: 0;
    position: absolute;
    background-color: #8ac176;
    z-index: 2;
    content: " ";
}
.answer9111ru__user_info {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: flex-start;
	gap: 5px;
}
.answer9111ru__user_info__item {
	display: flex;
	flex-wrap: wrap;
	gap: 5px;
	align-items: center;
	justify-content: flex-start;
}
.answer9111ru__user__status {
	font-size: 14px;
	font-weight: 500;
	color: #d00;
}
.answer9111ru__user__name {
	font-size: 14px;
	font-weight: 600;
	color: #353e4e;
	text-decoration: none;
}
.answer9111ru .ratingBlock__value {
	border: none;
	font-size: 14px;
	padding: 0 3px;
	margin-right: 5px;
	display: flex;
	align-items: center;
	background: rgb(255, 255, 255);
}

.answer9111ru__footer {
	display: flex;
	flex-wrap: wrap;
	padding: 5px;
	background: #f0f0f2;
	align-items: center;
	cursor: default;
	border-radius: 8px;
	margin-top: 10px;
	gap: 5px;
}

.answer9111ru__footer .btn_like {
	padding: 3px 5px;
	background: white;
}

.answer9111ru__footer__likes {
	font-weight: 600;
	gap: 5px;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	font-size: 16px;
}
.answer9111ru__footer__btn__thanks,
.answer9111ru__footer__btn__nothanks {
	cursor: pointer;
	font-size: 13px;
	padding: 4px 8px;
	border-radius: 8px;
	border: none;
	outline: none;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: flex-start;
	gap: 5px;
	height: 26px;
	transition: background linear 0.1s;
}
.answer9111ru__footer__btn__thanks {
	color: #fff;
	background: #4681f4;
}
.answer9111ru__footer__btn__thanks:hover {
	background: #55c2da;
}
.answer9111ru__footer__btn__nothanks {
	color: #fff;
	background: #a881af;
}
.answer9111ru__footer__btn_answer,
.answer9111ru__footer__btn_delete {
	cursor: pointer;
	font-size: 14px;
	padding: 5px 10px;
	border-radius: 8px;
	color: #7b7b7b;
	background: #fff;
}
.answer9111ru__footer__btn_answer {
	background:#eee;
}
.answer9111ru__footer__btn_answer-fakeform {
	border:1px solid #ccc;
	background:#fff;
	border-radius:10px;
	width:100%;
	height:40px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.answer9111ru__controls {
	display: flex;
	flex-wrap: wrap;
	padding: 5px 0;
	background: #f0f0f2;
	align-items: center;
	cursor: default;
	border-radius: 8px;
	margin-top: 10px;
	gap: 5px;
}
.answer9111ru__controls__radio {
	display: flex;
	flex-direction: row;
	align-items: center;
	padding: 5px;
}
.answer9111ru__controls__radio input {
	position: relative;
	top: -2px;
}
.answer9111ru__controls select {
	padding: 2px 4px;
	font-size: 12px;
	outline: none;
	border-radius: 4px;
	border: #ddd 1px solid;
	background-color: #fff;
	width: auto;
	max-width: 300px;
}
.answer9111ru__controls__buttons {
	display: flex;
	flex-direction: row;
	align-items: center;
	padding: 5px;
	gap: 5px
}
.answer9111ru__controls__buttons button {
	outline: none;
	border: none;
	cursor: pointer;
	font-size: 12px;
	padding: 4px 8px;
	background-color: #fff;
	border-radius: 4px;
}
.answer9111ru__neuronet-warning {
	border: 2px solid #dd0000;
	padding:6px;
	color:#444;
	font-size:14px;
	border-radius: 6px;
}

.comment_head_dd {
	cursor: pointer;
	display: flex;
	color: #5c6779;
	padding: 2px 5px;
	border-radius: 5px;
	background: #ffffff;
	user-select: none;
	height: max-content;
}
.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);
}

.answer9111ru blockquote.quote {
	background: #f5f5f5;
	border-radius: 4px;
	border: none;
	font-weight: 400;
	font-size: 14px;
	font-style: italic;
	padding: 5px 10px;
}
.answer9111ru:last-child {
	/*margin-bottom: 5px;*/
}
.answer__utility {
    display: flex;
	align-items: center;
    cursor: default;
	background: white;
	border-radius: 8px;
	margin-top: 5px;
}

.answer__utility .btn{
	padding: 2px 5px;
}

.answer__utility__no {
	margin-left: 5px;
}

.answer9111ru__edge {
	display: flex;
	flex-direction: column;
	gap: 5px;
	background: rgb(237, 244, 251);
	padding: 10px;
	border-radius: 8px;

}
.answer9111ru__edge--bottom {
	background: rgb(247, 247, 247);
	border:1px solid #222;
	/* margin-left: 40px; */
}
.answer9111ru__text {
	overflow: hidden;
    text-overflow: ellipsis;
	/* padding-left: 40px; */
}
.answer9111ru__text .answer9111ru__text__disabled {
	color: #d00;
	font-weight: 700;
}
.answer9111ru__text .dangerBlock {
	border:none;
	padding: 5px 10px;
	color: #131313;
	border-radius: 6px;
	width: max-content;
    max-width: 100%;
	margin-bottom: 5px;
}

.answer9111ru__text,
.answer9111ru__text > p,
.answer9111ru__text_text > p
{
	font-size: 16px;
	line-height: 22px;
	color: #000000;
	padding: 0 0 5px 0;
	margin: 0;
}
.answer9111ru__text > p,
.answer9111ru__text_text > p
{
	margin: 0 0 10px 0;
}
.answer9111ru__text > p:last-child {
	margin: 0;
}
.answer9111ru__text blockquote {
	box-shadow: none;
	display: block;
}
.answer9111ru__text_text h3 {
	margin-top:10px;
}

.answer9111ru__signature {
    font-size: 14px;
    line-height: 18px;
    word-break: break-word;
    /*border-top: 1px solid #bfbfbf;*/
    margin-top: 8px;
    color: #8c8c8c;
    padding-top: 8px;
}
.answer9111ru__signature_pro {
	color: #8c0000;
}
.answer9111ru__the_best {
	display: flex;
	align-items: center;
	width: max-content;
	font-size: 14px;
	border-radius: 8px;
	color: #2f2f2f;
	background: #ffcd35;
	padding: 5px 10px;
	line-height: 22px;
	font-weight: bold;
	margin-bottom: 10px;
}
.answer9111ru__the_best svg {
	fill: #2f2f2f;
	width: 14px;
	height: 14px;
	margin-right: 5px;
}
.answer9111ru__control__buttons {
/*	display: flex;
	flex-wrap: wrap;*/
}
.answer9111ru__control__buttons div {
	margin-right: 5px;
}
.review9111ru__form {
	background-color: #fbf6e5;
	padding: 10px;
	display: flex;
	width: 100%;
	flex-direction: column;
	gap: 10px;
	border-radius: 8px;
	margin: 10px 0 0 0;
}
.review9111ru__line {
	border: none;
	padding: 0;
	border-radius: 8px;
	background-color: #FBF6E5;
	padding: 10px 15px;
	width: 100%;
	color: #636363;
	margin: 10px 0;
	font-size: 14px;
}
.review9111ru {
	/*padding: 15px;*/
	border-left: 1px solid #C4C4C4;
	padding: 0 0 0 15px;
	margin: 15px 0 15px 0;

}
.review9111ru:last-child {
	margin-bottom: 5px;
}
.review9111ru__user_info {
	background: #E9F6FD;
	border-radius: 4px;
	padding: 10px;
	margin-bottom: 20px;
	display: flex;
	justify-content: flex-start;
}
.review9111ru__user_info__ava {
	margin-right: 10px;
	min-width: 34px;
	min-height: 34px;
}
.review9111ru__user_info__ava img {
	border-radius: 50%;
}
.review9111ru__user_info__name {
	flex-grow: 1;
}

.review9111ru__user_info__name__online {
	font-size: 14px;
	line-height: 18px;
	color: #019126;
}

.review9111ru__user_info__listinfo {
	display: flex;
	flex-wrap: nowrap;
	justify-content: flex-start;
}
.review9111ru__user_info__listinfo > div {
	font-size: 14px;
	line-height: 18px;
	color: #7F7C7A;
	margin-right: 5px;
}
.review9111ru__user_info__date {
	font-size: 13px;
	line-height: 18px;
	text-align: right;
	color: #7F7C7A;
}

.review9111ru__text,
.review9111ru__text > p{
	font-size: 16px;
	line-height: 21px;
	color: #000000;
	margin-bottom: 10px;
}
.a_review{
	margin-top: 15px;
	padding: 15px 10px;
	background: #DDF9DB;
	/*border: 1px solid #D7D8DB;*/

	border-radius: 4px;
}
.a_review ._a_col{
	min-width: 36px;
	margin-right: 12px;
}
.a_review ._user{
    padding-bottom: 15px;
    margin-bottom: 15px;
}
.a_review ._user ._ava img{
	border-radius: 50%;
}
.a_review ._info ._name{
	font-weight: bold;
	font-size: 16px;
	line-height: 21px;
	text-decoration: none;
	display: block;
	color:#212121;
}
.a_review ._info ._extra_text{
	font-size: 16px;
	line-height: 21px;
}
.a_review ._body ._text{
	font-size: 14px;
	line-height: 18px;
}
.a_review ._body ._controls ._control_icon{
	fill:#014266;
	width: 16px;
	height: 16px;
}
.status_save_review {
	text-align: center;
	font-size: 20px;
	margin-top: 10px;
	display: none;
}

.review_form_manual {
	margin-top: 10px;
	max-width: 400px;
	padding: 10px;
	display: block;
}
.review_form__textarea {
	resize: none;
	width: 100%;
	padding: 10px;
	display: flex;
	height: 80px;
	background: #FFFFFF;
	border: 1px solid #B7B4B1;
	border-radius: 3px;
	margin-bottom: 10px;
}
.review_form__rating {
	margin-left: 20px;
	position: relative;
	top: -10px;
}

@media (max-width: 450px){
	.review_form__stars {
		display: flex;
		flex-direction: column;
	}
	.review_form__rating{
		display: flex;
		flex-direction: row-reverse;
		margin-left: 0;
		margin-top: 10px;
	}

}

.mentionedLaws-blockTitle svg{
	width: 25px;
	height: 25px;
	min-width: 25px;
	min-height: 25px;
	fill: #f1cb00;
	margin-right: 10px;
}
.mentionedLaws{
padding: 10px;
}
.mentionedLaws-item{
	margin-left: 10px;
	margin-bottom: 15px;
}
.mentionedLaws-title{
	display: flex;
	align-items: center;
}
.mentionedLaws-title svg{
	width: 15px;
	min-width: 15px;
	height: 20px;
	min-height: 20px;
	fill: #e53215;
	margin-right: 10px;
}
.mentionedLaws-artiles {
	margin-left: 5px;
	border-left: 1px solid rgb(65, 65, 65);
}
.mentionedLaws-artile{
	display: flex;
	align-items: flex-start;
}
.mentionedLaws-artile svg{
	width: 12px;
	min-width: 12px;
	height: 12px;
	min-height: 12px;
	fill: green;
	margin-right: 5px;
	margin-left: 10px;
}

/* templates/urist/anketa/answers.twig */

.reviews_anketa_header--answers.reviews_anketa_header {
	display: flex;
	justify-content: flex-start
}
.reviews_anketa_header--answers .reviews_anketa_header__cal{
	display: inline-block;
	position: relative;
	top: -1px;
	width: auto;
	min-width: 150px;
	margin-right: 20px;
}
.reviews_anketa_header--answers .reviews_anketa_header__cal svg {
	position: relative;
	display: block;
	float: left;
	width: 24px;
	height: 24px;
	margin-right: 10px;
}
.reviews_anketa_header--answers .reviews_anketa_header__cal input {
	border-radius: 4px;
	cursor: pointer;
	border: 1px #d2d2d2 solid;
	font-size: 15px;
	text-align: center;
	width: auto;
	max-width: 120px;
	display: block;
	float: left;
	outline: none;
	padding: 4px 5px;

}

.answers-card__body {
	position: relative;
}

.answers-card {
	padding: 15px;
	background-color: #fff;
	margin-bottom: 10px;
	box-shadow: 0 1px 0 0 #d7d8db, 0 0 0 1px #dcdad7;
	border-radius: 16px;
	overflow: hidden;
	position: relative;

	display: block;
	border: none;
}

.answers-card__time {
	margin-bottom: 9px;
	color: #003c85;
	font-size: 14px;
	line-height: 18px;
	font-weight: bold;
	cursor: pointer;
	text-decoration: underline;
}

.answers-card__text {
	font-size: 14px;
	line-height: 18px;
}

.TeaserXs > a {
	text-decoration: none;
	display: flex;
	align-items: flex-start;
}

.TeaserXs__image {
	width: 100%;
	max-width: 70px;
	min-width: 70px;
	height: auto;
	max-height: 70px;
	object-fit: cover;
	margin-right: 12px;
}

.TeaserXs__text {
	font-size: 14px;
	line-height: 1.3;
}

.TeaserXs__title {
	margin-right: 5px;
	color: #003C85;
	font-size: inherit;
	line-height: inherit;
}

.TeaserXs > a:hover .TeaserXs__title {
	color: #166EB7;
}

@media (min-width: 768px) {
	.TeaserXs__text {
		font-size: 16px;
		line-height: 1.4;
	}
}

@keyframes attention-white {
	from 	{transform: scale(1);
			box-shadow: 0 0 5px rgba(0, 0, 0, 0);
			}
	50% 	{transform: scale(1.02);
			box-shadow: 0 5px 5px rgba(0, 0, 0, .2);
			}
	to 		{transform: scale(1);
			box-shadow: 0 0 5px rgba(0, 0, 0, 0);
			}
}

.simpleQuestionBlock{
	/* font-size: 16px; */
	/*margin-bottom: 10px;*/
}
.question_files_list {
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	width: 100%;
}

.question_files_header {
	font-size: 14px;
	font-weight: 700;
	margin: 10px 0 5px 0;
}

.question_files_list__item {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: row;
	padding: 5px 10px;
	margin: 0 10px 10px 0;
	background-color: #eff6db;
	border-radius: 8px;
}

.answer9111ru .userName{
	font-size: 15px;
}

.messageSender svg {
	transform: translateX(2px);
	fill: #272727;
}

.messageSender__wrapper{
	position: relative;
	padding: 7px 10px;
	border-radius: 16px;
	background: white;
}
.messageSender{
	position: relative;
	z-index: 1;
	min-height: 40px;
	max-height: 100px;
	background: white;
	overflow-x: hidden;
	overflow-y: auto;
	font-size: 15px;
	font-weight: 400;
	white-space: pre-wrap;
	/* outline: none; */
	scrollbar-width: thin;
}
textarea.messageSender{
	border: none;
	width: 100%;
}

.messageSender::-webkit-scrollbar {
	width: 6px!important;
	height: 6px!important;
}
.messageSender::-webkit-scrollbar-thumb {
	background-color: hsla(0,0%,100%,.16);
}
.messageSender::-webkit-scrollbar-thumb {
	background-color: rgba(0,0,0,.2);
}
.messageSender::-webkit-scrollbar-track {
	background-color: initial;
}
.messageSender::-webkit-scrollbar-track {
	background: hsla(0,0%,100%,.1);
}
.messageSender[contenteditable=true]:empty:not(:focus)::before {
	content: attr(placeholder);
	color: #999;
	pointer-events: none;
}

.messageSender__submit{
	height: 35px;
	flex-shrink: 0;
	width: 35px;
	border-radius: 50%;
	padding: 0;
}

.messageSender__submit svg{
	transform: translateX(2px);
}
.tagsItems{
	display: flex !important;
	flex-wrap: wrap;
	border-radius: 16px;
	background-color: white;
}
#article_questions > div:nth-child(even) {
	background:#fbfbfb;
	border-top:1px solid #999;
	border-bottom:1px solid #999;
}
#article_questions > div:nth-child(odd) {
   background:#efefef;
}
#adfox_156162562249587361, #adfox_156716793107022975 {
	padding-top:10px;
	padding-bottom:10px;
	border-top:2px solid #002;
	border-bottom: 2px solid #002;
}
.question__country {
	width: 20px;
	height: 20px;
	display: inline-flex;
	border: 1px solid #d4d4d4;
	margin-right: 5px;
	border-radius: 50%;
}

.fast_form_answer__wrap {
	display: block;
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	background: #fff;
	z-index: 21;
}
.fast_form_answer {
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 5px;
	z-index: 1;
}
.fast_form_answer__content {
	width: 100%;
	display: flex;
	flex-direction: row;
	align-items: center;
	gap: 5px;
	z-index: 1;
}
.fast_form_answer__input__wrap {
	flex-grow: 1;
	width: 100%;
	border-radius: 16px;
	min-height: 34px;
	padding: 0 5px 0 10px;
	background-color: #fff;
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
}
.fast_form_answer__input {
	font-size: 14px;
	flex-grow: 1;
	line-height: 20px;
	width: 100%;
	height: 100%;
	border: none;
	outline: none;
	max-height: 30vh;
	overflow-x: hidden;
	overflow-y: auto;
}
.fast_form_answer__input[placeholder]:empty::before {
    content: attr(placeholder);
    color: #888;
}
.fast_form_answer__input[placeholder]:empty:focus::before {
    content: "";
}
.fast_form_answer__clip_file {
	border: none;
	outline: none;
	height: 100%;
	display: none;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.fast_form_answer__send {
	width: 100%;
	min-width: 34px;
	max-width: 34px;
	height: 100%;
	min-height: 34px;
	max-height: 34px;
	background-color: #008a7c;
	/*background-color: #12499A;*/
	/*background-color: #25D366;*/
	border-radius: 50%;
	border: none;
	outline: none;
	position: relative;
	cursor: pointer;
}
.fast_form_answer__send:disabled {
	background-color: #04b09f;
}
.fast_form_answer__send svg {
	position: absolute;
	left: 11px;
	top: 10px;
}

.fast_form_answer__upload_file__wrap {
	display: none;
	width: 100%;
	overflow-x: auto;
	white-space: nowrap;
}
.fast_form_answer__upload_file {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	gap: 5px;
	margin-bottom: 5px;
}

.form_answer_edit {
	padding: 10px;
	margin-bottom: 15px;
	background-color: #ddd;
	border-radius: 4px;
}