.news-detail-custom .content{
    margin-bottom: 28px;
}

.article-page{
    margin-bottom: 30px;
}
.article-page .col-md-9+.col-md-3{
    padding-left: 43px;
}

.article__vote{
    padding-top: 20px;
    padding-left: 3px;
    /*text-align: right;*/
}

.article__banner-counter{
    display: inline-block;
    padding-left: 3px;
}

span + .article__banner-counter{
    padding-left: 20px;
    padding-top: 15px;
}

.artcile-view {
    /*margin-left: 40px;*/
    color: rgba(255, 255, 255, 0.6);
    line-height: 1;
    font-size: 13px;
    padding-left: 29px;
    position: relative;
    display: inline-block;
    padding-right: 30px;
}

.artcile-view:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 20px;
    height: 12px;
    background: url(images/views.png) 0 0 no-repeat;
}

.top-wrapper .artcile-view{
    margin-left: 0;
    color: #777;
}

.top-wrapper .artcile-view:before{
    background-position-x: -20px;
}


.article-help {
    color: rgba(255, 255, 255, 0.5);
    font-size: 15px;
    height: 32px;
    line-height: 32px;
    display: inline-block;
}
.top-wrapper .article-help{
    color: #777;
    margin-top: -10px;
}

.article-help-btn {
    display: inline-block;
    height: 32px;
    line-height: 31px;
    padding: 0 18px;
    border-radius: 20px;
    background-color: rgba(255, 255, 255, 0.1);
    color: #fff;
    margin-left: 20px;
    text-decoration: none;
}

.top-wrapper .article-help-btn{
    color: #777;
    background-color: rgba(127, 127, 127, 0.2);
}

.article-help-btn:hover,
.article-help-btn:focus {
    transition: background-color 0.1s;
    background-color: rgba(255, 255, 255, 1);
    text-decoration: none !important;
}

.top-wrapper .article-help-btn:hover,
.top-wrapper .article-help-btn:focus {
    background-color: rgba(127, 127, 127, 0.1);
}

.article-help-btn + .article-help-btn {
    margin-left: 6px;
}

.article-help-thanks {
    color: #6fc203;
    font-size: 14px;
    line-height: 16px;
    padding: 0 20px 0 40px;
    background: url(images/double-check.png) 0 center no-repeat;
    -webkit-transition: opacity 0.5s;
    -moz-transition: opacity 0.5s;
    -ms-transition: opacity 0.5s;
    -o-transition: opacity 0.5s;
    transition: opacity 0.5s;
}

.hide-thanks .article-help-thanks {
    opacity: 0;
}
