/* Внимание! Каждый стиль должен включать #article-article */
#article-article h1 {
    text-align: left;
}




/* Reviews */


/*rating-stars*/
.fa-star:before {
    content: '';
    display: block;
    background: url('/image/catalog/design/star1.png');
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    width: 24px;
    height: 24px;
}

.fa-star-o:before {
    content: '';
    display: block;
    background: url('/image/catalog/design/star0.png');
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    width: 24px;
    height: 24px;
}

.rating .fa-star:before {
    content: '';
    display: block;
    background: url('/image/catalog/design/star1.png');
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    width: 16px;
    height: 16px;
}

.rating .fa-star-o:before {
    content: '';
    display: block;
    background: url('/image/catalog/design/star0.png');
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    width: 16px;
    height: 16px;
}

/*rating-stars-end*/

#article-article #form-review input[type="radio"] {
    margin: -5px 0px 0px 0px !important;
    cursor: pointer;
    width: 21px;
}

#article-article #form-review input[type="radio"]:last-child {
    margin-right: 0px;
}

#article-article #form-review .rating .fa-star:before {
    width: 24px;
    height: 24px;
}

@media (max-width: 767px) {
    .news .col {
        width: 100%;
        flex-basis: content;
    }

    .news .row {
        display: block;
    }
}