.reviews-main-header {
    border-bottom-color: #e1e1e1;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    margin-bottom: 30px;
    position: relative;
    padding-bottom: 14px;
}

.reviews-main-header .header {
    color: #7f7f7f;
    font-size: 18px;
    font-weight: normal;
}


.reviews-main-header::before {
    background: #1e1e1e none repeat scroll 0 0;
    bottom: 0;
    content: "";
    display: block;
    height: 1px;
    left: 0;
    margin: 0 0 -1px;
    position: absolute;
    width: 40px;
}

.reviews-main-content .tagline {
    font-size: 80%;
}

.reviews-main-content .rating-stars-big-expanded {
    margin-top: 10px;
    margin-bottom: 10px;
}

.reviews-main-content .rating-stars-big-expanded .rating-stars {
    display: block;
    width: 120px;
    height:22px;
    background: url(/images/stars-big.png) no-repeat;
    position: absolute;
    z-index: 1;
}

.reviews-main-content .rating-stars-big-expanded .rating-stars-shadow {
    background-position: 0px -23px;
    width:120px;
    position: relative;
    z-index: 0;
}

.reviews-main-content .rating-percent {
    display: inline-block;
    margin-top: 10px;
    margin-bottom: 10px;
}

.reviews-main-content .review-garant {
    font-size: 80%;
    padding-top: 10px;
}

.reviews-main-content .review-garant img {
    width: 120px;
}

.reviews-main-content .review-item-name, .reviews-main-content .review-item-city, .reviews-main-content .review-item-date {
    font-size: 16px;
    font-weight: 800;
}

.reviews-main-content .rating-stars-small-expanded .rating-start-small {
    background: url(/images/stars-small.png) no-repeat;
    width: 75px;
    height:13px;
    position: absolute;
    z-index: 1;
}

.reviews-main-content .rating-stars-small-expanded {
    margin-top: 5px;
    margin-bottom: 5px;
}

.reviews-main-content .rating-stars-small-expanded .rating-start-small-shadow {
    background-position: 0px -14px;
    width:75px;
    position: relative;
    z-index: 0;
}

.reviews-main-content .review-text {
    margin-top: 5px;
    margin-bottom: 5px;
}

.reviews-main-content .review-text blockquote {
    font-style: italic;
    font-size: 90%;
}