.catalog-review {            
    margin: 0 auto;
    border: 1px solid;
    border-radius: 5px;
    padding: 20px;
}

.catalog-review:not(:first-child) {
    margin-top: 25px;
}

.catalog-review__wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px;
}

.catalog-rewview__name {
    margin-top: 10px;
    font-size: 18px;
    font-weight: 700;
}
.catalog-review__text {
    margin-top: 10px;

    font-size: 14px;
    color: #202020;
    line-height: 21px;

}
.catalog-review__date {
    margin-left: 5px;
    color: grey;
}

.catalog-review-form .catalog-review__rating {
    background-image: url(/local/templates/ulric/img/star.png);
}
.catalog-review-form .catalog-review__rating-val {
    background-image: url(/local/templates/ulric/img/star.png);  
}

.catalog-review-form__but {
    background-image: linear-gradient(90deg, #b78c37 50%, #202020 50%);
}

.catalog-review-form__but .line {
    background-color: #202020;
}
.catalog-review__rating {
    position: relative;
    height: 18px;
    width: 90px;
    background-image: url(/local/templates/ulric/img/star-full.png);
    background-size: 20% 100%;
    background-repeat: repeat-x;
}

.catalog-review__rating-val {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    background-image: url(/local/templates/ulric/img/star-active-full.png);
    background-size: 18px 100%;
    background-repeat: repeat-x;
}

.catalog-review__answer {
    padding-left: 40px;
    margin-top: 20px;
}

.catalog-review__answer-title {
    font-weight: 600;
    font-size: 18px;
}
.catalog-review__answer-text {
    margin-top: 10px;

    font-size: 14px;
    color: #202020;
    line-height: 21px;
}
.rating__agree {
    display: flex;
    align-items: center;
}
.rating__agree-label {
    position: relative;

    font-size: 12px;
    color: #202020;
    text-decoration: underline;
    cursor: pointer;
    margin-bottom: 14px;
}
.rating__agree-label a {
    color: inherit;
    user-select: none;            
}

.rating {
    margin: 15px 0 0 0;
    padding: 0;
    border: none;
    display: flex;
    align-items: center;
}
.rating__group {            
    position: relative;
    width: 200px;
    height: 32px;
    background-image: url("/local/templates/ulric/img/star.png");
    background-size: 20% 100%;
    background-repeat: repeat-x;
}
.rating__caption {
    margin-right: 10px;
    padding: 0;
    font-size: 20px;
}
.rating__input {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
}

.rating__input:checked + .rating__star {
    background-image: url("/local/templates/ulric/img/star-active.png");
}

.rating__star {
    cursor: pointer;
    position: absolute;
    top: 0;
    left: 0;
    margin: 0;
    height: 32px;
    font-size: inherit;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    /*background-size: 25px 100%;*/
    background-repeat: repeat-x;
    border: 0;
    background-color: transparent;
}

.rating__star:focus {
    outline: none;
}

.rating__star:hover {
    background-image: url("/local/templates/ulric/img/star-active.png");
}

.rating__star:hover ~ .rating__star {
   /* background-image: url("/local/templates/pandora/img/star.png");*/
}

.rating__star:nth-of-type(1) {
    z-index: 5;
    width: 20%;
}

.rating__star:nth-of-type(2) {
    z-index: 4;
    width: 40%;
}

.rating__star:nth-of-type(3) {
    z-index: 3;
    width: 60%;
}

.rating__star:nth-of-type(4) {
    z-index: 2;
    width: 80%;
}

.rating__star:nth-of-type(5) {
    z-index: 1;
    width: 100%;
}

.review-title {
    text-align: center;
    margin-top: 40px;
    width: 100%;
}

.catalog-review-form__title {
    margin-bottom: 30px;
    text-align: center;
    width: 100%;
    font-size: 25px;
}
.catalog-review-form {
    max-width: 800px;
    margin: 40px auto 0;
}


.catalog-review-form__textarea {
        width: 100%;
        height: 200px;
        border-radius: 5px;
        padding: 15px;
        border: 1px solid #202020;
        background-color: transparent;
        margin-top: 15px;
        font-size: 14px;
        color: #202020;
        transition: 0.3s border;
        resize: none;
}
.catalog-reviews {
  
}
.catalog-reviews {
    margin-top: 30px;
    position: relative;
    min-height: 400px;
}

.catalog-reviews__title {
    position: absolute;
    left: -5px;
    top: -3px;
    transform-origin: left bottom;
    transform: rotate(90deg);
    font-size: 40px;
    color: #202020;
    text-transform: uppercase;
    z-index: 2;
    margin: 0;
    letter-spacing: 8px;
}

.catalog-reviews__cont {
      display: flex;
}
.catalog-reviews__wrap {
    margin: 40px auto 0;
    max-width: 800px;
}



@media screen and (max-width: 1550px) {
    .catalog-reviews {
        margin-top: 100px;
    }
}

@media screen and (max-width: 991px) {
    .catalog-reviews__title {
        font-size: 24px;
        top: 17px;
    }

    .catalog-reviews {
        margin-top: 30px;
    }

    .catalog-reviews__wrap {
        padding-left: 40px;
    }

    .catalog-review__answer {
        padding-left: 25px;
    }

    .rating {
        flex-direction: column;
    }
    .rating__group {
        margin-top: 10px;
    }

    .catalog-reviews__cont .catalog-review-form__title {
        padding: 0 40px;
        font-size: 22px;
    }
}


.raiting-link {
    display: flex;
    justify-content: center;
    margin-top: 15px;
}
.catalog-review__link-text {
    color: #202020;
    text-decoration: underline;
    margin-left: 3px;
}

.catalog-review__link-text:hover {
    color: #b78c37;
}




.item__review {
    margin-top: 10px;
}
.catalog-review__wrap {
    display: flex;
    align-items: center;
}

.catalog-review__rating {
    position: relative;
    height: 18px;
    width: 90px;
    background-image: url(/local/templates/ulric/img/star-full.png);
    background-size: 20% 100%;
    background-repeat: repeat-x;
}

.catalog-review__rating-val {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    background-image: url(/local/templates/ulric/img/star-active-full.png);
    background-size: 18px 100%;
    background-repeat: repeat-x;
}
.catalog-review__link-text {
    color: #202020;
    
    margin-left: 5px;
}