<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.feedback-item__clinic {
    margin-bottom: 20px;
}

.feedback-item__img {
    display: block;
    width: 100px;
    height: 100px;
    object-fit: contain;
    object-position: 0 0;
}

.feedback-item__client {
    margin-bottom: 16px;
    font-size: 16px;
    line-height: 140%;
    opacity: 0.8;
}

.feedback-item__text {
    margin: 0;
    font-size: 14px;
    line-height: 150%;
}

.feedback-item__more {
    display: none;
}

@media (min-width: 869px) {
    .feedback-item {
        position: relative;
    }

    .feedback-item__clinic {
        max-width: 250px;
    }

    .feedback-item__text {
        min-height: 120px;
        font-size: 16px;
        line-height: 150%;
    }

    .feedback-item__text_collapsed:not(.is-open) {
        position: relative;
        display: -webkit-box;
        height: 120px;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 5;
        overflow: hidden;
    }

    .feedback-item__text_collapsed:not(.is-open)::after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        opacity: 1;
        -webkit-transition: opacity 0.3s ease;
        transition: opacity 0.3s ease;
        background: linear-gradient(180deg, rgba(242, 240, 246, 0) 0%, rgba(242, 240, 246, 0.8) 100%);
    }

    .feedback-item__more {
        position: absolute;
        top: 0;
        left: 270px;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 52px;
        height: 52px;
        background-color: #FFFFFF;
        border: 0;
        border-radius: 50%;
        color: #57438E;
        cursor: pointer;
        transition: transform 0.3s;
    }
}
.feedback-item__doctors {
    display: flex;
    flex-wrap: wrap;
    margin: 6px -6px;
}
.feedback-item__doctors-item {
    width: 166px;
    margin: 6px;
}
</pre></body></html>