.p-10 {
    padding: 10px !important;
}

.mb-10 {
    margin-bottom: 10px !important;
}

.pr-30 {
    padding-right: 30px !important;
}

.pb-10 {
    padding-bottom: 10px !important;
}

.evaluate2 {
    border: 1px solid #dddddd;
    border-radius: 5px;
    max-width: 750px;
}

.evaluate2__form2-star {
 /*   display: none;*/
}

.evaluate2__form {
    margin: auto;
}

    .evaluate2__form button {
        background: #0551c1;
        font-size: 14px;
        border: 1px solid #0551c1;
    }

.evaluate2__details-form {
    display: flex;
    justify-content:center;
}

.evaluate2__form2 {
    margin-top: 15px;
}

.evaluate2__star {
    margin-top: 15px;
    display: inline-block;
}

    .evaluate2__star input {
        border: 0;
        width: 1px;
        height: 1px;
        overflow: hidden;
        clip: rect(1px 1px 1px 1px);
        clip: rect(1px, 1px, 1px, 1px);
        opacity: 0;
    }

    .evaluate2__star label {
        position: relative;
        float: right;
        color: #C8C8C8;
    }

        .evaluate2__star label:before {
            margin: 5px;
            content: "\f005";
            font-family: FontAwesome;
            display: inline-block;
            font-size: 1.5em;
            color: #ccc;
            -webkit-user-select: none;
            -moz-user-select: none;
            user-select: none;
        }

    .evaluate2__star input:checked ~ label:before {
        color: #333;
    }

    .evaluate2__star label:hover ~ label:before {
        color: #333;
    }

    .evaluate2__star label:hover:before {
        color: #333;
    }

.evaluate1__title {
    line-height: 1.3em;
    font-size: 20px;
    color: #333;
}

.average-rating {
    border-right: 1px solid #eeeeee;
    display: flex;
    margin-right: 10px;
}

.average-rating__text {
    font-size: 40px;
    color: #fd9727;
    font-weight: 700;
    margin: auto 0;
}

.average-rating__img {
    width: 32px;
    height: 32px;
}

.average-rating__icon {
    margin: auto 0;
}

.evaluation-details {
    border-right: 1px solid #eeeeee;
    padding-right: 10px;
    margin-right: 10px;
}

.evaluation-details__list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.evaluation-details__item {
    display: flex;
    font-size: 13px;
    line-height: 18px;
    color: #0551c1;
}

.evaluation-details__img {
    width: 12px;
    height: 12px;
}

.evaluation-details__number {
    width: 12px;
    color: #333;
}

.evaluation-details__icon {
    padding-right: 10px;
    transform: translate(0px, -2px);
}

.evaluation-details__progress {
    width: 140px;
    padding-right: 10px;
    margin: auto;
}

    .evaluation-details__progress .progress {
        height: 5px;
    }

    .evaluation-details__progress .progress-bar {
        background: #f25800;
    }

.evaluate3__name {
    font-size: 14px;
    color: #333333;
    margin-bottom: 5px;
    font-weight: bold;
}

.evaluate3__name-icon {
    display: flex;
}

.evaluate3__list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.evaluate3__img {
    width: 13px;
    height: 13px;
    display: flex;
    margin: auto;
}

.evaluate3__text {
    color: #52b858;
    font-size: 13px;
}

.evaluate3__content {
    font-size: 14px;
    font-style: normal;
    line-height: 1.5;
    color: #333333;
}

.evaluate3__icon {
    display: flex;
    padding-right: 5px;
}

.star1 {
    margin-bottom: 5px;
}

.star1__img {
    width: 13px;
    height: 13px;
}

.comment1 textarea {
    font-size: 14px;
}

.comment2__name {
    font-size: 16px;
    color: #333;
    font-weight: 700;
    line-height: 22px;
}

.comment2__content {
    font-size: 14px;
    color: #333;
    line-height: 24px;
}

.comment3 {
    background: #f8f8f8;
    border: 1px solid #dfdfdf;
    position: relative;
}

.comment3__name {
    font-size: 16px;
    color: #333;
    font-weight: 700;
}

.comment3__work {
    background: #f1c40f;
    font-size: 11px;
    color: #333;
}

.comment3__content {
    font-size: 14px;
    color: #333;
    line-height: 22px;
}

.comment3:after,
.comment3:before {
    top: -20px;
    left: 18px;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

.comment3:before {
    border-color: rgba(238, 238, 238, 0);
    border-bottom-color: #f8f8f8;
    border-width: 11px;
    margin-left: -11px;
    z-index: 1;
}

.comment3:after {
    border-color: rgba(255, 255, 255, 0);
    border-bottom-color: #dfdfdf;
    border-width: 10px;
    margin-left: -10px;
}

.comment3__name-work {
    display: flex;
}


.message-box {
    max-width: 100%;
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin: 5px 0;
}

    .message-box .error {
        color: red;
    }

    .message-box .success {
        color: blue;
    }
