p {
    margin: 0;
}

.visually-hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    border: 0;
    padding: 0;
    white-space: nowrap;
    clip-path: inset(100%);
    clip: rect(0 0 0 0);
    overflow: hidden;
}

::-webkit-input-placeholder {
    color: #9BA6B6;
}

::-moz-placeholder {
    color: #9BA6B6;
}

button:focus,
button:active {
    outline: none;
}

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

.rating {
    display: flex;
    align-items: flex-end;
    margin-bottom: 16px;
}

.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 32px;
    min-width: 32px;
    margin-right: 8px;
}

.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 {
    margin-bottom: 56px;
    padding: 0;
}

.add-comment__body {
    background-color: #fff;
    box-shadow: 0px 12px 50px rgba(0, 0, 0, 0.05), 0px 12px 50px rgba(0, 0, 0, 0.05);
    border-radius: 3px;
    padding: 32px 48px;
}

.add-comment .add-comment__title {
    font-weight: 400;
    font-size: 30px;
    line-height: 130%;
    text-align: center;
    color: #333;
    margin-top: 0;
    margin-bottom: 24px;
}

.add-comment__label {
    display: block;
}

.add-comment__textarea {
    resize: none;
    display: block;
    width: 100%;
    height: 152px;
    padding: 12px 24px;
    font-size: 16px;
    line-height: 140%;
    color: #333;
    border: 1px solid #E1E2E6;
    border-radius: 3px;
    margin-bottom: 16px;
    font-weight: 400;
}

.add-comment .add-comment__input {
    padding: 12px 24px;
    border: 1px solid #E1E2E6;
    border-radius: 3px;
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    width: 100%;
    display: block;
    margin-bottom: 16px;
    color: #333;
}

.add-comment__rating {
    display: block;
}

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

.add-comment__submit {
    margin: 0 auto 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #FB607F;
    box-shadow: 0px 4px 7px rgba(251, 96, 127, 0.35);
    border-radius: 3px;
    border: 0;
    padding: 10px 20px;
    min-width: 163px;
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    text-transform: uppercase;
    color: #fff;
    transition: box-shadow .2s ease, background-color .2s ease;
}

.add-comment__submit:hover {
    box-shadow: 0 4px 7px rgb(70 128 254 / 35%);
    background-color: #4680fe;
}

.add-comment .add-comment__agreement {
    font-size: 12px;
    line-height: 140%;
    text-align: center;
    color: #9BA6B6;
    margin: 0;
}

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

.comments .comments__title {
    font-weight: 400;
    font-size: 30px;
    line-height: 100%;
    text-align: center;
    color: #333;
    margin-top: 0;
    margin-bottom: 32px;
}

.comment__user-rating .star {
    width: 16px;
    height: 16px;
    flex: 0 0 16px;
    min-width: 16px;
    margin-right: 8px;
}

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

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

.comments .comments__item {
    margin-bottom: 24px;
}

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

.comment {
    display: none;
    padding: 24px 0 24px 24px;
    background-color: #fff;
    box-shadow: 0px 12px 50px rgba(0, 0, 0, 0.05), 0px 12px 50px rgba(0, 0, 0, 0.05);
    border-radius: 10px;
}

.comments .comment::before {
    display: none!important;
}

.comments .comment__text {
    font-size: 16px;
    line-height: 140%;
    color: #333;
    margin-bottom: 0;
    margin-right: 16px;
    flex-grow: 1;
}

.comment__user {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 10px 8px;
    max-width: 131px;
    min-width: 131px;
}

.comment__user-picture {
    margin-bottom: 10px;
}

.comment__user-picture::after {
    display: none;
}

.comments .comment__user-name {
    font-weight: 700;
    font-size: 16px;
    line-height: 18px;
    color: #333;
    min-width: 115px;
    text-align: center;
    margin-bottom: 8px;
}

.comments .comment__user-date {
    font-size: 14px;
    line-height: 16px;
    color: #757575;
    text-align: center;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.comments__more {
    border: 1px solid #FB607F;
    filter: drop-shadow(0px 4px 7px rgba(251, 96, 127, 0.35));
    border-radius: 3px;
    padding: 9px 20px;
    min-width: 193px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    text-transform: uppercase;
    color: #FB607F;
    margin: 0 auto;
    transition: color .2s ease, border-color .2s ease, box-shadow .2s ease;
}

.comments__more:hover {
    border-color: #4680fe;
    color: #4680fe;
    box-shadow: 0 4px 7px rgb(70 128 254 / 35%);
}