.add-comment__textarea::placeholder,
.add-comment__input::placeholder {
    color: rgba(255, 255, 255, .6);
    opacity: 1;
}

.add-comment__textarea::-ms-input-placeholder,
.add-comment__input::-ms-input-placeholder {
    color: rgba(255, 255, 255, 1);
}

.add-comment__textarea::-ms-input-placeholder,
.add-comment__input::-ms-input-placeholder {
    color: rgba(255, 255, 255, 1);
}

.rating-section {
    margin-bottom: 56px;
    padding: 56px 0 0 0;
}

.rating-block {
    background-color: #F3F4F4;
    border-radius: 10px;
    display: flex;
    padding: 60px;
    justify-content: space-between;
}

.rating-block__column {
    margin-right: 40px;
}

.rating-block__column:last-child {
    margin-right: 0;
}

.rating-block__title {
    font-weight: 800;
    font-size: 26px;
    line-height: 160%;
    margin-bottom: 40px;
}

.rating-block__column:last-child .rating-block__title {
    text-align: right;
}

.rating-block__socials {
    display: flex;
}

.rating-block__socials-item {
    margin-right: 20px;
}

.rating-block__socials-item:last-child {
    margin-right: 0;
}

.rating {
    display: flex;
    align-items: flex-end;
}

.rating_mb-0 {
    margin-bottom: 0;
}

.rating__set .rating__item {
    cursor: pointer;
}

.rating .rating__title {
    font-size: 20px;
    font-weight: 400;
    line-height: 100%;
    color: #333333;
    margin-right: 8px;
    margin-bottom: 0px;
}

.rating__body {
    position: relative;
    width: fit-content;
}

.rating__active {
    position: absolute;
    width: 0%;
    height: 100%;
    top: 0;
    left: 0;
    overflow: hidden;
    display: flex;
    align-items: center;
}

.rating__items {
    display: flex;
    align-items: center;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.rating__item {
    flex: 0 0 20%;
    height: 100%;
    opacity: 0;
}

.rating__item:last-child {
    margin-right: 0;
}

.rating__stars {
    display: flex;
}

.star {
    flex: 0 0 56px;
    min-width: 56px;
    margin-right: 10px;
}

.star:last-child {
    margin-right: 0;
}

.rating-section .rating__text {
    font-size: 16px;
    font-weight: 400;
    line-height: 100%;
    color: #333;
    margin: 0;
}

.add-comment__form-wrapper {
    background-image: url("../../img/sections/consultation/background.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 10px;
    padding: 90px;
}

.add-comment__title {
    margin-bottom: 54px;
}

.add-comment__label {
    display: block;
}

.add-comment__textarea {
    resize: none;
    display: block;
    width: 100%;
    height: 140px;
    padding: 16px 20px;
    font-size: 18px;
    line-height: 160%;
    color: #fff;
    border: 1px solid #4991AC;
    border-radius: 10px;
    margin-bottom: 24px;
    font-weight: 400;
    background-color: #4991AC;
    transition: border-color .2s ease;
}

.add-comment__input {
    padding: 0 20px;
    border: 1px solid #4991AC;
    height: 60px;
    border-radius: 10px;
    font-size: 18px;
    line-height: 160%;
    width: 100%;
    display: block;
    color: #fff;
    background-color: #4991AC;
    transition: border-color .2s ease;
}

.add-comment__rating {
    display: block;
}

.add-comment__rating .rating__title {
    margin-bottom: 8px;
}

.add-comment__agreement {
    font-size: 14px;
    line-height: 160%;
    text-align: center;
    color: rgba(255, 255, 255, .6);
}

.add-comment__agreement a {
    color: rgba(255, 255, 255, .6);
    text-decoration: underline;
}

.comments__title {
    margin-bottom: 70px;
}

.comments__list {
    margin: 0 0 24px 0;
    padding: 0;
    list-style: none;
}

.comments__item {
    margin-bottom: 24px;
}

.comments__item:last-child {
    margin-bottom: 0;
}

.comment {
    padding-bottom: 40px;
    border-bottom: 1px solid #CDD2D4;
    margin-bottom: 40px;
}

.comment:last-child {
    margin-bottom: 0;
}

.comment__user {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}

.comment__user-name {
    font-weight: 800;
    font-size: 18px;
    line-height: 160%;
    margin-right: 30px;
    color: #1C7597;
}

.comment__user-date {
    font-size: 14px;
    line-height: 160%;
    color: rgba(106, 119, 125, .7);
}

.comment__text {
    font-size: 18px;
    line-height: 160%;
}

.add-comment__submit {
    margin-top: 40px;
    margin-bottom: 10px;
}

@media (max-width: 991px) {
    .add-comment__container {
        padding: 0;
    }

    .rating-block {
        padding: 40px 15px;
        border-radius: 0;
    }

    .rating-block__title {
        font-size: 18px;
        line-height: 140%;
        margin-bottom: 20px;
    }

    .star {
        flex: 0 0 40px;
        max-width: 40px;
        min-width: 40px;
    }

    .rating-block__socials-link svg {
        width: 40px;
        height: 40px;
    }

    .add-comment__form-wrapper {
        padding: 50px 15px;
        border-radius: 0;
    }

    .add-comment__title {
        margin-bottom: 30px;
    }

    .add-comment__textarea {
        padding: 15px 20px;
        height: 50px;
        font-size: 14px;
        line-height: 140%;
        margin-bottom: 10px;
    }

    .add-comment__input {
        padding: 5px 20px;
        height: 50px;
        font-size: 14px;
        line-height: 140%;
    }

    .add-comment__submit {
        margin-top: 20px;
        margin-bottom: 15px;
    }

    .add-comment__submit {
        padding: 5px 20px;
        min-height: 50px;
        font-size: 14px;
        line-height: 140%;
    }

    .add-comment__agreement {
        font-size: 12px;
        line-height: 140%;
        text-align: initial;
    }

    .comment {
        padding-bottom: 24px;
    }

    .comments__title {
        margin-bottom: 50px;
    }

    .comment__user {
        display: block;
        margin-bottom: 15px;
    }

    .comment__user-name {
        font-size: 16px;
        line-height: 140%;
        margin-right: 0;
        margin-bottom: 10px;
    }

    .comment__user-date {
        font-size: 12px;
        line-height: 140%;
    }

    .comment__text {
        font-size: 14px;
        line-height: 140%;
    }
}

@media (max-width: 575px) {
    .rating-block {
        display: block;
    }

    .rating-block__column {
        margin-right: 0;
        margin-bottom: 30px;
    }

    .rating-block__column:last-child {
        margin-bottom: 0;
    }

    .rating-block__column:last-child .rating-block__title {
        text-align: initial;
    }
}