/* -------------- b-comments-form -------------- */
.b-comments-form{
    overflow: hidden;
    clear:both;
}
.b-comments-form form{
    width: 58.5%;
}
.b-comments-form h2>span {
    color:#a3a3a3;
    font-size: 26px;
    line-height: 38px;
    padding-top: 11px;
}
.b-comments-form h2 {
    margin: 0;
    color: #fff;
}
.b-comments-form .content__item-form {
    padding: 30px 30px 0px;
}
.b-comments-form .content__item {
    clear:both;
    padding: 92px 40px 88px;
}
.b-comments-form form .btn {
    float: right;
    width: 225px;
    margin-bottom: 30px;
}

.b-comments-form .comment-reply-title {
    display: none;
}

.b-comments-form .comment-notes {
    display: none;
}
/* -------------- /b-comments-form -------------- */

/*comments-list*/
.b-comments{
    overflow: hidden;
    clear:both;
}
.b-comments-header{
    padding: 90px 40px;
    margin-bottom: 40px;
}
.b-comments-header h2{
    font: 100 52px/52px 'Roboto',sans-serif;
    margin: 0;
}
.b-comments .grey{
    margin-bottom: 0;
}
.comments-list li{
    border-top:1px solid #000;
    padding: 40px 40px 5px;
    text-align: left;
    background: #262626;
    overflow: hidden;
}
.comments-list {
    width: 100%;
}
.comments-list__title>div{
    max-width: 790px;
    display: inline-block;
}
.comments-list__title{
    padding-top: 10px;
    margin-bottom: 12px;
}
.comments-list__text{
    padding-left: 90px;
    max-width: 790px;
}
.comments-list__title span{
    display: block;
    vertical-align: top;
}
.comments-list__title .comment-title,
.comments-list .url{
    font-size: 32px;
    line-height: 42px;
    font-weight: 300;
    margin-bottom: 11px;
    text-decoration: none;
    color: white;
    font-style: normal;
}
.comments-list__title .comment-time{
    font-size: 26px;
    line-height: 38px;
    font-weight: 300;
    color: #a3a3a3;
}
.content .comments-list__title img{
    width: 60px;
    height: 60px;
    display: inline-block;
    margin-top:-6px;
    vertical-align: top;
    margin-right: 25px;
}
/* //comments-list*/

@media screen and (max-width: 1419px) {
    /* -------------- b-comments-form -------------- */
    .b-comments-form form{
        width: 100%;
    }

    .b-comments-form .content__item,.b-comments-form .content__item-form {
        padding: 0 33px;
    }
    .b-comments-form .content__row .content__item {
        padding: 92px 40px 88px;
    }
    /* -------------- /b-comments-form -------------- */

    /* -------------- b-comments -------------- */
    .b-comments-header {
        padding: 45px 40px 50px;
    }
    .content__news-article .content__item{
        padding: 0 31px;
    }
    /* -------------- /b-comments -------------- */
}
@media screen and (max-width: 1024px) {

    /* -------------- b-comments -------------- */
    .b-comments-header {
        padding: 52px 40px 55px;
    }
    .comments-list li {
        padding: 36px 40px 5px;
    }
    /* -------------- /b-comments -------------- */
}
@media screen and (max-width: 767px) {
    /* -------------- b-comments-form -------------- */
    .b-comments-form .content__row.grey{
        margin-bottom: 22px;
    }
    .b-comments-form .text-field,.b-comments-form .textarea-field {
        margin-bottom: 20px;
    }

    .b-comments-form .content__item h2>span{
        font-size: 22px;
        line-height: 32px;
    }
    .b-comments-form .content__item h2{
        font-size: 36px;
        line-height: 51px
    }
    .b-comments-form .content__item  {
        padding: 0px 20px;
    }
    .b-comments-form .content__row .content__item {
        padding: 27px 17px 31px;
    }
    .b-comments-form form input[type=submit],
    .b-comments-form .form-submit button{
        width: 100%;
    }
    /* -------------- /b-comments-form -------------- */

    /* -------------- b-comments -------------- */
    .b-comments-header {
        padding: 25px 20px 29px;
    }
    .comments-list__title{
        padding-top: 6px;
    }
    .comments-list__title .comment-title{
        font-size: 26px;
        line-height: 26px;
        margin-bottom: 3px;
    }
    .comments-list__title .comment-time{
        font-size: 18px;
        line-height: 38px;
    }
    .comments-list__text p{
        font-size: 16px;
        line-height: 26px;
    }
    .comments-list li {
        padding: 26px 20px 26px;
    }
    .comments-list__text{
        padding-left: 0;
    }
    .content .comments-list__title img{
        margin-right: 14px;
        margin-top: -2px;
    }
    /* -------------- /b-comments -------------- */
}




.comments-list {
    clear: both;
}

.comment-author {
    margin-left: -90px;
}

.comment-author img {
    width: 60px;
    height: 60px;
    display: inline-block;
    margin-top: -6px;
    vertical-align: top;
    margin-right: 25px;
}

.comment-author .fn {
    font-size: 32px;
    line-height: 42px;
    font-weight: 300;
    margin-bottom: 11px;
}

.comment-author .says {
    display: none;
}

.comment-body {
    padding-left: 90px;
    max-width: 790px;
}

.comment-body p:last-of-type {
    margin-bottom: 0;
}

.comment-body .reply {
    margin-bottom: 30px;
    margin-top: 20px;
}

.comment-meta {
    margin-bottom: 12px;
}

.comment-meta a {
    font-size: 26px;
    line-height: 38px;
    font-weight: 300;
    color: #a3a3a3;
    text-decoration: none;
}