.comment__list{background:#fcfcfc;margin:0;padding:0;border:1px solid #e5e5e5;line-height:1.5;}
.comment__list li{list-style:none;}
.comment__list .avatar{    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    float: left;
    display: block;
    width: 30px;}
.comment__list .h4{margin:1px 55px 4px 46px;font-weight:700;font-size:16px;}
.comment__list .h4 span{margin-left:10px;font-size:13px;color:silver;}
.comment__list .h4 a{opacity:.75;}
.comment__item{border-top:1px solid #dcdcdc;padding:20px 23px 20px 19px;margin-top:0;margin-left:0;word-wrap:break-word;}
.comment__item:first-child{margin-top:-1px;}
.comment__item p{margin:0 0 1em 46px;font-size:16px;}
.comment__item:target{background:#fff;}
.comment__item_child{border-top:1px solid #dcdcdc;padding:20px 0 0;margin-top:20px;margin-left:28px;}
.comment__item_child:target{padding:20px 0 0;padding-left:10px;padding-right:10px;margin-left:18px;margin-right:-10px;}
.comment-for-who{font-style:italic;}
.comment__author{font-weight:700;color:#000;}
.comment__author:active,.comment__author:focus,.comment__author:hover{color:#000;}
.comments .block_title {
    color: #000;
    font-size: 18px;
    line-height: 20px;
    margin-bottom: 40px;
}

#comments .comment_text_place p{ 
	font-size: 16px;
	margin:0;
    margin: 0 0 1em 46px;
}

#comments .comment_text_place .thdrpy{
	text-align:right;
	cursor: pointer;
	margin-bottom:10px;
}

#comments .comment__item{
	margin:0px;
}

#comments .comment__item .comment__item{
	padding:0px;
	padding-top:10px;
}

.comment-respond {
    margin-top: 40px;
}

.comment-respond .block_title, .block_title_commn {
    color: #000;
    font-size: 26px;
    line-height: 32px;
    margin-bottom: 25px;
}

.comment-respond form .columns {
	    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    align-content: flex-start;
    flex-wrap: wrap;
        margin-left: -10px;
}

.comment-respond .form .columns>*.width1of3 {
    width: calc(33.333% - 10px);
}

.comment-respond .form .columns>*.width3of3 {
    width: calc(100% - 10px);
}
.comment-respond .form .line {
    margin-bottom: 14px;
}
.comment-respond .form .columns>* {
    width: calc(50% - 10px);
    margin-left: 10px;
}

.comment-respond  .form .field {
    position: relative;
}

.comment-respond  .form .input {
    color: #7a7979;
    font-size: 14px;
    display: block;
    width: 100%;
    height: 40px;
    padding: 0 17px;
    transition: border-color .2s linear;
    border: 1px solid #f1f1f1;
    border-radius: 3px;
    background: #f1f1f1;
}

.comment-respond .form textarea {
    color: #7a7979;
     font-size:14px;
    display: block;
    width: 100%;
    height: 83px;
    padding: 10px 17px;
    resize: none;
    transition: border-color .2s linear;
    border: 1px solid  #f1f1f1;
    border-radius: 3px;
    background:  #f1f1f1;
}
.comment-respond .form .submit_btn{
    color: #fff;
    font-size:15px;
    font-weight: bold;
    display: inline-block;
    height: 36px;
    padding: 0 29px;
    transition: .2s linear;
    vertical-align: top;
    text-transform: uppercase;
    border: none;
    border-radius: 0;
    background: #0cb524;
    box-shadow: 0 2px 0 0 #4e8900;
    cursor: pointer;
}

.comment__item + .comment-respond{
	padding:20px;
	margin-top:0px;
}

@media (max-width:640px){
	.comment-respond .form .columns>*.width1of3{
		width: 100%;
	}
	#comments .comment__item{
		padding:10px;
	}

	#comments .comment_text_place p{
		font-size:14px;
	}

	.comment__list .h4 span{
		display: block;
		margin-left:0px;
	}

	.comment__list .children{
		padding-left:5px;
	}
}
.comment-reply-link{
    color: #0cb524;
    border-bottom: 1px solid #0cb524;
}
.comment-reply-link:hover{
    text-decoration: none;
    color: #226200;
}
.no_register{
    padding: 20px 19px 29px;
    border: 1px solid #e5e5e5;
    background: #f5f5f5;
}

.wpulike{
    right: 0px;
    top: -45px;
    position: absolute !important;

}

.comment_text_place{
	position: relative;
}

.rmp-widgets-container.rmp-wp-plugin.rmp-main-container{
    margin-top:50px !important;
}

.comment-respond .submit{
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.comments_block{
    margin-top:20px;
}

@media (max-width:640px){
.comment-respond .submit{
    flex-direction: column;
}
.comment-respond .form .submit_btn{
    width:100%;
    margin-bottom:20px;
}
}


.grid-container.three .post-title{
    max-height: 70px;
    overflow: visible;
}

.article-entry h3{
    font-size: 1.4em;
}

@media (max-width:640px){
    .grid-container.three .post-title{
        max-height: initial;
    }
}

#comments{
	margin-bottom:20px;
}

div.h2 {
    width: 100%;
    text-align: center;
    margin-top: 30px;
    margin-bottom: 0;
    font-weight: 400;
    font-size: 2.5em;
}

.home_h1{
    margin-left:20px;
}

@media (max-width:640px){
    .home_h1{
        font-size:18px;
    }
}