.review {
    background: #fff;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
    box-sizing: border-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin-bottom: 30px;
    padding: 20px;
    font-family: var(--fontRegular);
}
.review:first-child {
    margin-top: 0;
}
.review:hover {
    -webkit-box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.15); }

.review_comments {
    -webkit-box-shadow: none;
    box-shadow: none;
    display: none;
    margin: 30px -20px 0 0;
    width: 100%;
    min-width: 270px; }

.review_comments:hover {
    -webkit-box-shadow: none;
    box-shadow: none; }

.review__button {
    margin: 10px; }

.review__buttons {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center; }

.review__commentsIcon {
    background: url(/new_site/img/icon-comments.svg) no-repeat 50% 0;
    background-size: cover;
    display: inline-block;
    font-size: 8pt;
    height: 20px;
    line-height: 12pt;
    margin-left: 10px;
    text-align: center;
    width: 25px; }

.review__date {
    color: #90909f;
    font-size: 10pt;
    line-height: 12pt;
    margin-right: 20px;}

.review__header {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    margin: 0;
    padding-bottom: 10px;
    width: -webkit-calc(100% - 45px);
    width: calc(100% - 45px); }

.review__icon {
    height: 25px;
    margin: 0 20px 5px 0;
    width: 25px; }

.review__showComments:hover .review__link {
    border-bottom: 1px dashed #000; }

.review__name {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 250px;
    -ms-flex: 1 1 250px;
    flex: 1 1 250px;
    font-family: var(--fontRegular);
    font-weight: 600;
    line-height: 16pt; }

.review__showComments {
    color: #369;
    cursor: pointer;
    font-size: 10pt;
    font-weight: 100; }

.review__signature {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0;
    padding-top: 10px;
    width: -webkit-calc(100% + 20px);
    width: calc(100% + 20px); }

.review__text {
    border-bottom: 1px solid #efeff9;
    padding-bottom: 20px;
    text-align: justify;
    width: 100%; }
.review__text:not(:first-child) {
    margin-top: 20px;
}
.review__text_border_none {
    border: none; }

.review__top {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%; }

.reviews {
    background: #efeff9;
    box-sizing: border-box;
    margin: 20px 0 0;
    padding: 30px 3%;
    width: 100%; }

.rating {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    color: #b9b9b9;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    font-size: 10px;
    font-size: 12px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0;
    min-width: 55px;
    text-decoration: none;
}
.rating__stars-wrap {
    display: flex;
    align-items: center;
}
.rating__stars {
    background: url(../images/ico/star.svg) repeat-x 0 0;
    background-size: 10px;
    display: block;
    height: 10px;
    margin: 5px 5px 5px 0;
    position: relative;
    width: 50px;
    flex-grow: 0}

.rating__stars_gold {
    background-image: url(../images/ico/star_gold.svg);
    content: '';
    position: absolute;
    top: -5px;
    left: 0px; }
.rating__stars-rate {
    font-size: 0.85em;
}