

/* Start:/local/templates/prohome/components/bezgvozdej/reviews.list/reviews.list/style.css?17558015742756*/
.mrzv-popup-order-content-block .bg_reviews {
    width: 100%
}

.mrzv-popup-order-content-block .bg_review {
    margin: 0px 0 0
}

.bg_reviews {
    width: 700px;
    max-width: 100%;
    margin: 0 auto;
    padding: 0
}

.bg_review {
    display: block;
    margin: 100px 0 0;
    padding: 0;
    box-sizing: border-box
}

.bg_info {
    width: calc(100% - 24px);
    height: 16px;
    margin: 10px 12px
}

.bg_rating {
    display: block;
    float: left
}

.bg_author {
    display: ;
    color: orange
}

.bg_date {
    float: right;
    text-align: right
}

.star_yellow {
    display: block;
    float: left;
    width: 18px;
    height: 15px;
    margin-top: 4px;
    background: url(/local/templates/prohome/components/bezgvozdej/reviews.list/reviews.list/img/star.png) 0px bottom no-repeat
}

.star_grey {
    display: block;
    float: left;
    width: 18px;
    height: 15px;
    margin-top: 4px;
    background: url(/local/templates/prohome/components/bezgvozdej/reviews.list/reviews.list/img/star.png) 0px top no-repeat
}

.bg_rating_title {
    margin-left: 10px;
    color: #666
}

.bg_text {
    width: 100%;
    padding: 12px 20px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 12px;
    overflow: hidden;
    box-sizing: border-box
}

.bg_review .bg_comment_hidden {
    display: none
}

.bg_review .bg_comment_open {
    display: block;
    width: 80%;
    margin-top: 0px;
    margin-left: 20%;
    padding: 10px;
    font-size: 15px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 12px;
    box-sizing: border-box
}

.bg_comment_link {
    display: block;
    float: right;
    width: 80%;
    margin: 10px 0 0 12px;
    color: orange;
    font-size: 17px;
    text-decoration: none
}


@media screen and (max-width:885px) {
    .bg_reviews {
        width: 100%
    }

    .bg_info {
        margin: 10px 12px;
        font-size: 14px
    }

    .bg_date {
        display: block;
        margin: 10px 0
    }

    .bg_comment_link {
        font-size: 14px
    }
}

.btn-show-more {
    display: inline-block;
    padding: 12px 24px;
    background-color: #d6a429;
    /* фирменный жёлтый */
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
    border: none;
    border-radius: 4px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15);
    cursor: pointer;
    transition: all 0.3s ease;
    text-align: center;
    text-decoration: none;
}

.btn-show-more:hover {
    background-color: #323232;
    /* насыщенный тёмный при наведении */
    color: #ffffff;
}

.bg_pager {
    width: 100%;
    text-align: center;
    margin: 20px auto;
}

.btn-loader {
    width: 18px;
    height: 18px;
    border: 2px solid #fff;
    border-top-color: transparent;
    border-radius: 50%;
    animation: spin 0.8s linear infinite;
}

@keyframes spin {
    to {
        transform: rotate(360deg);
    }
}
/* End */
/* /local/templates/prohome/components/bezgvozdej/reviews.list/reviews.list/style.css?17558015742756 */
