/* Весь блок */.m-rating-area {    height: 83px;    display: block;    max-width: 500px;    margin: 15px auto 0 auto;    padding-left: 91px;    border: 1px solid #444;    position: relative;    background: linear-gradient(to bottom, #1e1e1e 0%, #282828 100%);}/* Загрузка */.m-load {    background: #2a2a2a url('../images/m_load.gif') 50% 50% no-repeat !important;}/* Суммарный рейтинг */.m-rating-rate {    float: left;    margin-left: -90px;    width: 80px;    font: bold 27px/60px Arial;    text-align: center;    color: #ccc;    height: 80px;    text-shadow: 0 1px #000;    box-shadow: inset 0 1px 1px #111;    background: linear-gradient(to bottom, #282828 0%, #323232 100%);}/* Количество голосов */.m-rating-rate-votes {    font: normal 11px/20px Arial;    margin-top: -15px;    color: #bbb;    cursor: pointer;    text-shadow: none;}.m-rating-rate-votes:hover {    color: #ef622a;}/* Разбивка колонок */.m-rating-column {    width: 180px;    float: left;    height: 80px;}/* Область одного рейтинга */.m-rating-field {    padding: 5px 0 5px 40px;    height: 40px;}/* Оценка */.m-rating-value {    float: left;    cursor: pointer;    margin-left: -40px;    width: 30px;    height: 30px;    color: #fff;    font: bold 15px/30px Arial;    text-align: center;    text-shadow: 0 1px 2px rgba(0,0,0,0.5);    box-shadow: 0 1px 0 #000;    border-radius: 3px;    background: linear-gradient(to bottom, #377dd2 0%, #235ab4 100%);}.m-rating-field:hover .m-rating-value {    background: #ef622a;}/* Сам рейтинг */.m-rating {    margin: 0;    padding: 0;    list-style: none;}.m-rating:after {    content: "";    display: table;    clear: both;}.m-rating li {    float: left;    padding: 0 1px;}.m-rating li span {    display: block;    width: 10px;    height: 10px;    border-radius: 5px;    background: #555;    text-indent: -10000px;    cursor: pointer;    box-shadow: inset 0 1px 1px rgba(0,0,0,0.5), 0 1px 0 #000;}.m-rating li.m-current span {    background: #44a0de;}.m-rating li.m-hover span {    background: #ef622a;}.m-rating-label {    color: #bbb;}/* --- Мобильные правки --- */@media (max-width: 768px) {    .m-rating-area {        height: auto !important;        padding-left: 12px !important;        padding-right: 12px;        margin: 10px 0 !important;        box-sizing: border-box;    }    .m-rating-rate {        float: none !important;        margin: 0 0 8px 0 !important;        width: auto !important;        height: auto !important;        font: bold 18px/24px Arial !important;        line-height: 1 !important;        text-align: left !important;        padding: 6px 10px !important;        border-radius: 4px;        display: inline-block;    }    .m-rating-rate-votes {        display: inline-block;        vertical-align: middle;        margin-top: 0 !important;        font-size: 11px !important;    }    .m-rating-column {        width: 100% !important;        float: none !important;        height: auto !important;        margin-bottom: 6px !important;    }    .m-rating-field {        padding: 6px 8px !important;        height: auto !important;        display: flex;        align-items: center;        justify-content: space-between;    }    .m-rating-value {        margin-left: 0 !important;        width: 30px !important;        height: 30px !important;        font: bold 13px/30px Arial !important;        border-radius: 4px !important;        flex: 0 0 auto;    }    .m-rating li span {        width: 8px !important;        height: 8px !important;        border-radius: 4px !important;    }}@media (max-width: 420px) {    .m-rating-rate {        font: bold 16px/20px Arial !important;        padding: 5px 8px !important;    }    .m-rating-value {        width: 28px !important;        height: 28px !important;        font: bold 12px/28px Arial !important;    }    .m-rating-field {        padding: 5px 6px !important;    }}