.comment-post{background:#fff; box-shadow:0 1px 0 0 #d7d8db, 0 0 0 1px #e3e4e8; margin-bottom: 10px; width:100%;}
.comment-post_in{padding: 10px 30px 0px 30px;}
.comments_text{ float:left; width: 500px; margin-left:15px; }
/*Фотографии*/
.comment_photo{width:129px; height:80px;  margin-right:3px; margin-bottom:3px;}
.comment_photo_block{ width:35px; height:35px; display:block;  border: 1px solid #E1E1E1; border-radius: 50%; position:relative;}
.comments_userName{font-size:13px; color:#42648b; font-family:arial;}
.recomments_userName{ font-size:13px; color:#A0A0A0; font-family:arial; }
.recomments_userName:hover span{border-bottom:1px solid #A0A0A0;}

.comments_photo{ width:40px; height:40px; float:left;  }
.comments_date{ font-size:12px; color:#999; font-family:Open Sans,Arial,Helvetica Neue,sans-serif; margin-left:0px; }
.recomments_text{ margin-left:55px; }
.comments_userName{ font-size:13px; color:#42648b; font-family:arial; }
.recomments_userName{ font-size:13px; color:#A0A0A0; font-family:arial; }
.recomments_userName:hover span{border-bottom:1px solid #A0A0A0;}
.commetns_textBox{ font-size:13px; line-height:1.4em; margin-top: 8px; color: #000; font-family:Open Sans,Arial,Helvetica Neue,sans-serif;}
.comments_submit{ width: 80px; background: #604171; outline:none; cursor:pointer; border:none; height:30px; font-size:12px; color: #fff; line-height:30px; text-align:center; position:absolute; right:-15px; bottom:10px; }
.comments_submit:hover{ background: #7F5695;}
.comments_submited{ width: 80px; background: #604171; outline:none; border:none; height:30px; font-size:12px; color: #fff; line-height:30px; text-align:center; position:absolute; right:-15px; bottom:10px; }

.recomment_pattern_text{width:100%; height: 35px; border: 1px solid #eef0f3; background:#fff; border-radius:3px;}
.recomment_pattern_photo{width:35px; height:35px; }

/*Animation*/
@keyframes placeHolderShimmer{
        0%{
                background-position: -468px 0
        }
        100%{
                background-position: 468px 0
        }
}

.animated-comment-form {
        animation-duration: 1.25s;
        animation-fill-mode: forwards;
        animation-iteration-count: infinite;
        animation-name: placeHolderShimmer;
        animation-timing-function: linear;
        background: #FFF;
        background: linear-gradient(to right, #F6F6F6 8%, #F0F0F0 18%, #F6F6F6 33%);
        background-size: 800px 104px;
        height: 35px;
        position: relative;

}

