.catalog-review{
    border-bottom: 1px solid #E5E5E5;
    padding: 23px 35px 30px 35px;
}

.catalog-review__name{
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 23px;
    letter-spacing: -0.01em;
    color: #424242;
}

.catalog-review__text-content{
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    letter-spacing: -0.01em;
    color: #999999;
    margin-bottom: 20px;
}

.catalog-review__answer {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    letter-spacing: -0.01em;
    color: #424242;
    background: #E1E8F0;
    border-radius: 3px;
    padding: 22px 18px 26px 30px;
    margin-top: 12px;
}

.catalog-review__text-title{
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    letter-spacing: -0.01em;
    color: #424242;
    margin-bottom: 5px;
}

.catalog-review__answer-title{
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    letter-spacing: -0.01em;
    color: #004394;
}

.rating-star{
    padding: 0 1px;
}

.catalog-review__is-recommended{
    display: inline-block;
    min-width: 125px;
    height: 33px;
    border: 1px solid #E5E5E5;
    border-radius: 10px;
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 31px;
    letter-spacing: -0.01em;
    color: #87B700;
    padding: 0 14px 0 35px;
    margin-left: auto;
    background: url("./img/recommended.png") left 15px top 7px no-repeat;
}

.catalog-review__user-circle{
    width: 46px;
    height: 46px;
    border: 2px solid #E1E8F0;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 23px;
    letter-spacing: -0.01em;
    color: #004394;
}

.catalog-review-top{
    display: flex;
    align-items: center;
    margin-bottom: 25px;
    flex-wrap: wrap;
}

.catalog-review__stars-date{
    display: flex;
    align-items: center;
}

.catalog-review__stars-date-name{
    margin-left: 15px;
    margin-bottom: 5px;
}

.catalog-review__date{
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
    letter-spacing: -0.01em;
    color: #B3B3B3;
    margin-left: 15px;
}

.catalog-review__stars img{
    margin-top: -4px;
}

#reviews-content{
    padding: 4px 0 22px;
}

.catalog-review__answer-toggle{
    width: 28px;
    height: 28px;
    background: url("./img/answer-toggle-minus.svg") center no-repeat;
}

.catalog-review__answer-toggle.collapsed{
    background: url("./img/answer-toggle-plus.svg") center no-repeat;
}

.catalog-review__answer-wrapper{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.catalog-review-open-form{
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    letter-spacing: -0.01em;
    color: #B3B3B3;
    text-align: center;
    margin-top: 20px;
    cursor: pointer;
}

@media (max-width: 530px) {
    .catalog-review__stars-date-name{
        width: calc(100% - 62px);
    }
    .catalog-review__is-recommended{
        margin: 10px auto;
    }
}
