.base-rating-product-item {
    display: flex;
    align-items: center;
    margin-top: 15px;
    cursor: pointer;
    justify-content: center;
}
.base-rating-product-item .base-stars__item::before {
    height: 24px;
    width: 24px;
}
.base-rating-product-item__text {
    font-size: 16px;
    margin-left: 10px;
    text-transform: lowercase;
}
.short-mode .base-rating-product-item__text{
    font-size: 14px;
    color: #595959;
}
.product-item--list .base-rating-product-item{
    justify-content: flex-start;
    margin-bottom: 10px;
}
.product-card .base-rating-product-item{
    justify-content: flex-start;
    margin-top: 0!important;
    margin-bottom: 5px;
}
.base-product-comment {
    padding: 20px 30px 36px;
    background-color: #fff;
    border-radius: 2px;
    margin-bottom: 20px;
}
.product-item__base-rating {
    margin-top: 5px !important;
}
.catalog .catalog__content__products .base-rating-product-item {
    justify-content: flex-start;
}
@media (max-width: 767.98px) {
    .base-product-comment {
        padding: 20px 15px;
    }
}
.base-product-comment:last-child {
    margin-bottom: 0;
}
.base-product-comment__top {
    margin-bottom: 18px;
}
.base-product-comment__block {
    display: flex;
    align-items: center;
    flex: 1 1 auto;
}
@media (min-width: 767.98px) {
    .base-product-comment__top {
        display: flex;
        align-items: center;
    }
}
.base-product-comment__date {
    color: #78727d;
    font-size: 14px;
    line-height: 1.71em;
    white-space: nowrap;
    margin-right: 15px;
}
.content-base-product-comment__title {
    font-weight: 700;
}
.base-product-comment__author {
    color: #00c4d9;
    font-weight: 700;
    flex: 1 1 auto;
    font-size: 18px;
}
.content-base-product-comment__text {
    margin-bottom: 16px;
    white-space: pre-wrap;
}
.content-base-product-comment__text:last-child {
    margin-bottom: 0;
}
.base-product-comment__source {
    height: 25px;
    max-width: 100px;
    object-fit: contain;
    display: flex;
    align-items: center;
}
.base-stars__item {
    display: inline-block;
    margin-right: -4px;
}
.base-stars {
    -webkit-box-flex: unset;
    -ms-flex: unset;
    flex: unset;
}
.base-product-comment__stars {
    margin-right: 12px;
    height: 20px;
}
.base-stars__item::before {
    content: "";
    display: block;
    width: 18px;
    height: 18px;
    margin-right: 2px;
    background-image: url('/local/templates/rs.scarlett/assets/img/comments/star-gray.svg');
    background-repeat: no-repeat;
    background-size: contain;
}
.base-stars__item_active::before {
    background-image: url('/local/templates/rs.scarlett/assets/img/comments/star-gold.svg');
}
.base-product-comments__bottom {
    display: flex;
    justify-content: center;
    margin-top: 20px;
}
.base-product-comments__button {
    font-family: Prosto-Bold, sans-serif;
    font-size: 1.15rem;
    overflow: hidden;
    padding: 9px 30px;
    color: #00c4d9;
    border: 2px solid #00c4d9;
    cursor: pointer;
    transition: all .2s;
    position: relative;
    background: transparent;
}
.rating-product-card {
    display: flex;
    align-items: center;
    cursor: pointer;
}
.product-item__inner .rating-product-card{
    justify-content: center;
}
.product-item.product-item--news .base-rating-product-item{
    justify-content: center;
}
.rating-product-card__item {
    margin-right: 15px;
    /*height: 20px;*/
}
.short-mode .rating-product-card__item{
    margin-right: 0;
}
.rating-product-card__text{
    font-size: 16px;
}
.product-card__rating {
    margin-top: 0px !important;
}
.base-product-comments__select {
    margin-left: auto;
}
.catalog .product-item__base-rating--list .base-stars {
    padding-left: 0;
}
.catalog .product-item__base-rating--list {
    margin-bottom: 15px;
    margin-top: 0;
}
.catalog .base-stars__item::before {
    content: "";
    display: block;
    width: 18px;
    height: 18px;
    margin-right: 2px;
    background-image: url('/local/templates/rs.scarlett/assets/img/comments/star-gray.svg');
    background-repeat: no-repeat;
    background-size: contain;
}
.catalog .base-stars__item_active::before {
    background-image: url('/local/templates/rs.scarlett/assets/img/comments/star-gold.svg');
}
.similar-models .product-card__rating {
    padding-left: 20px;
}

.base-product-comments__select .jq-selectbox__dropdown {
    top: auto !important;
}

.base-product-comments-info {
    margin-bottom: 30px;
}
.base-product-comments-info__item span {
    font-weight: 700;
}
@media (min-width: 567.98px) {
    .base-product-comments-info {
        display: flex;
        align-items: center;
    }
    .base-product-comments-info__title {
        margin-right: 25px;
    }
}
@media (max-width: 567.98px) {
    .base-product-comments-info__title {
        margin-bottom: 10px;
    }
    .base-product-comments-info {
        margin-bottom: 20px;
    }
}

.rating-product-card__item {
    position: relative;
    vertical-align: middle;
    display: inline-block;
    color: #C3BFC7;
    overflow: hidden;
}
.rating-product-card__item .full-stars {
    position: absolute;
    left: 0;
    top: 0;
    white-space: nowrap;
    overflow: hidden;
    color: #F6C65C;
}
.rating-product-card__item .empty-stars:before,
.rating-product-card__item .full-stars:before {
    content:"\2605\2605\2605\2605\2605";
    font-size: 24px;
}
.rating-product-card__item .short-stars:before{
    content:"\2605";
    font-size: 24px;
    color: #00c4d9;
}
.rating-product-card__item .short-stars.empty-stars:before{
    color: #595959;
}
/*.rating-product-card__item .empty-stars:before {
    -webkit-text-stroke: 1px #848484;
}
.rating-product-card__item .full-stars:before {
    -webkit-text-stroke: 1px orange;
}*/
/* Webkit-text-stroke is not supported on firefox or IE */

/* Firefox */
@-moz-document url-prefix() {
    .full-stars {
        color: #F6C65C;
    }
}