.article_bottom + #showsomm_btn + .article_bottom{
	background:none;
	color:#333;
	/*display:none;*/
}
.article_bottom + #showsomm_btn + .article_bottom a{
	color:#333;
}

.morecomm2{
	text-align: center; 
	margin: 10px 0;
}

.comment{
    margin-bottom: 20px;
    padding-top: 20px;
	clear:both;
	overflow:auto;
	border-top: 1px solid #eee;
}

.photo_shadow {
    border: 2px solid #fff;
    box-shadow: 0 0 3px rgba(0,0,0,0.5);
}
.comment .name {
    font-weight: bold;
    font-size: 9pt;
    margin-bottom: 5px;
    text-indent: 0;
}
.comment .date {
    font-weight: bold;
    font-size: 8pt;
}
.comment .buttons{
    margin: 10px 0;
}
.comment .buttons > span{
	display:inline-block;
	float:right;
}
.comment .buttons > span br{
	display:none;
    height: 5px;
	clear:both;
}
.comment .buttons noindex{margin-left:10px;}

.complain{margin:0 15px; text-decoration:underline dashed #ff0000;}

.theme_regular a, .theme_regular .theme_link {
    color: #fff;
    text-decoration: underline;
}
.plus, .minus{
	display:inline-block;
	height:23px;
	width:21px;
	background:url(/static/img/like.png) no-repeat left top;
}
.minus{
	background-position:-21px 0;
	vertical-align:middle;
}

.comment img .photo_shadow,
.photo_shadow.pic_margin{
	vertical-align: top;
	display: inline-block;
}
.pic_margin + label {
    display: none;
}
.ans_comment_btn {
	margin:10px 0;
}
p.username {
    font-size: 12px;
    padding: 10px 0;
    margin: 0;
    text-align: left;
    font-weight: bold;
	color:#333;
}

.comment_form label {
    display: none;
}

.block.article .comment_form p{text-indent:0;}

.comment_form .submit {
	clear:both;
	margin:10px 10px 10px 0;
}

.comment.answer {
	background: #fff;
	padding: 20px 0 10px 10px;
	color: #333;
	box-sizing: border-box;
	overflow: auto;
	margin-bottom: 0px;
}
.comment_body {
	padding-left:10px;
}
.comment.answer .answerwho {
	text-indent: 0;
	margin-bottom: 10px;
	font-size: 12px;
}

.anscompaste{overflow:auto; clear:both; display:block;}
.anscompaste form img{
	display: inline-block;
	vertical-align: top;
}

.comment_form > div form,
.anscompaste > div form{
	overflow:auto;
	display:block;
}
.comment_form > div form > div:last-of-type,
.anscompaste > div form > div:last-of-type{
	padding-left:10px;
}

.comment_form > div form > div:last-of-type textarea,
.anscompaste > div form > div:last-of-type textarea{
	width:100%;
}
.comment > div:first-of-type,
.comment_form > div form > div:first-of-type,
.anscompaste > div form > div:first-of-type{
	padding:2px;
}
.comment_text{
/* 	border-bottom: 1px solid #000;
	border-top: 1px solid #000;
	padding: 10px 0; */
	color:#797676;
}

#showsomm_btn{
	padding-top:20px;
}

.underline_blue{
	text-decoration: underline dashed #31b0d5;
	cursor:pointer;
}
.underline_blue:hover{
	text-decoration: none;
}

@media screen and (max-width: 570px){
	.comment_form textarea{height:82px;}
	.comment .buttons > span{
		display:block;
		float:left;
	}
}
@media screen and (max-width: 320px){
	time{display:block;}
	.comment .buttons > span{margin-top:5px;}
	.comment .buttons > span br{display:block; margin-bottom:10px; padding-bottom:10px;}
	.complain {margin:0 0 0 6px;}
}

/* стили для блока вопрос-ответ */

.article_bottom--question {
		background: none;
		color: #000000;
		overflow: initial;
	}
	.article_bottom--question .comments_scroll {
		margin-bottom: 18px;
	}
	.block.article .article_bottom--question p {
		margin-bottom: 0;
		text-indent: 0;
	}
	.question {
		position: relative;
		margin: 0 -20px;
		padding: 9px 10px 0 43px;
		border-radius: 5px;
		background-image: -moz-linear-gradient( to bottom, #e1e1e1 0%, #ededed 100%);
  		background-image: -webkit-linear-gradient( to bottom, #e1e1e1 0%, #ededed 100%);
  		background-image: linear-gradient( to bottom, #e1e1e1 0%, #ededed 100%);
	}
	.question::before {
		content: '';
		position: absolute;
		top: -10px;
		left: -10px;
		width: 32px;
		height: 32px;
		background-image: url('/static/img/line_icon.png');

	}
	.question_body {
		display: flex;
		justify-content: space-between;
		padding: 0 0 5px;
	}
	.question .name {
		position: relative;
		color: #000000;
		padding-bottom: 5px;
    	font-size: 16px;
	}
	.question .name::after {
		content: '';
		position: absolute;
		bottom: 0;
		left: 0;
		width: 100%;
		height: 2px;
		background-color: #fff;

	}
	.block.article .article_bottom--question p.question_warn {
		margin: 20px 0;
		font-weight: 700;
		font-size: 16px;
		text-align: center;
	}
	.block.article .article_bottom--question p.name {
		margin-bottom: 5px;
	}
	.question_body .date {
		font-size: 14px;
		text-align: right;
	}
	.question-text {
		padding: 0 0 15px;
		margin-bottom: 0;
		color: #0b4f84;
		font-size: 18px;
		line-height: 21px;
		font-weight: 700;
  		text-shadow: 0.5px 0.866px 0px rgba(255, 255, 255, 0.8);
	}
	.has-answer .question-text:hover {
		text-decoration: underline;
		cursor: pointer;
	}
	.question_answer {
		display: none;
		position: relative;
		margin: 0 -20px;
		padding: 10px 83px 25px;
		border-radius: 5px;
		background-color: #e1f3ff;
		font-weight: 700;
		font-size: 16px;
	}
	.question_answer::before {
		content: '';
		position: absolute;
		top: 10px;
		left: 73px;
		width: 2px;
		height: calc(100% - 35px);
		background-color: #b5b5b5;
	}
	.question_answer-text {
		padding-top: 10px;
		font-weight: normal;
	}
	.question_answer .question_up {
		position: absolute;
		bottom: 5px;
		left: 50%;
		transform: translateX(-50%);
		width: 21px;
		height: 12px;
		background-image: url('/static/img/question-arrow.png');
		background-repeat: no-repeat;
	}

	.article_bottom--question .btn {
		padding: 10px 25px;
		text-transform: uppercase;
  		font-size: 18px;
  		color: rgb(255, 255, 255);
  		text-shadow: 0.5px 0.866px 0px rgba(0, 0, 0, 0.49);
  		border-radius: 6px;
  		background-image: -moz-linear-gradient( to bottom, rgb(19,86,137), rgb(23,118,187));
  		background-image: -webkit-linear-gradient( to bottom, rgb(19,86,137), rgb(23,118,187));
  		background-image: linear-gradient( to bottom, rgb(19,86,137), rgb(23,118,187));
	}
	.question_popup {
		display: none;
		width: 99%;
		max-width: 690px;
		padding: 30px;
		border-radius: 5px;
		background-color: #fff;
	}
	.question_popup p {
		text-indent: 0!important;
	}
	.question_popup .btn {
		border: 1px solid #808080;
		font-size: 15px;
		background-color: #fff;
	}
	.question_form {
		display: none;
		width: 99%;
		max-width: 430px;
		padding: 45px 30px 30px;
		border-radius: 5px;
		background-color: #f7f7f7;
		text-align: center;
	}
	.question_form p {
		margin-top: 3px;
		margin-bottom: 25px!important;
		text-indent: 0!important;
		font-size: 12px;
		text-align: left;
	}
	.question_form input,
	.question_form textarea {
		width: 100%;
		padding: 7px;
		background-color: #fff;
		border: 1px solid #c0c0c0;
		border-radius: 4px;
		line-height: 15px;
	}
	.question_form textarea {
		height: 155px;
		margin-bottom: 30px;
	}
	.question_form button {
		font-size: 15px;
	}
	.question_form ::-webkit-input-placeholder { color: #000000; }
	.question_form ::-moz-placeholder          { color: #000000; } /* Firefox 19+ */
	.question_form :-moz-placeholder           { color: #000000; } /* Firefox 18- */
	.question_form :-ms-input-placeholder      { color: #000000; }

	.question_f input, textarea {
		max-width: 100%;
	}

	@media screen and (max-width: 991px) {
	    .question, .question_answer {margin: 0;}
	}

	@media screen and (max-width: 570px){
		.question {
		    padding: 9px 10px 0 30px;
		}
		.question_answer {
			padding: 10px 53px 25px;
		}
		.question_answer::before {
			left: 43px;
		}
		.question_popup {
		    padding: 15px;
		}
		.question_form {
		    padding: 25px 15px 20px;
		}
		.question_f .form-group {
			margin-top: 10px;
		    margin-bottom: 10px;
		}
	}