.ucr-reviews [hidden],.ucr-modal[hidden]{display:none!important}.ucr-reviews,.ucr-modal{--ucr-accent:#DA1921;--ucr-accent-dark:#bd151c;--ucr-stars:#ef9b00;--ucr-text:#252525;--ucr-muted:#8b8b8b;--ucr-line:#ededed;--ucr-card:#f7f7f7;--ucr-soft:#f8f8f8;--ucr-radius:14px;font-family:Arial,sans-serif;color:var(--ucr-text);box-sizing:border-box}.ucr-reviews *,.ucr-modal *{box-sizing:border-box}.ucr-reviews{width:100%;max-width:1180px;margin:0 auto;padding:22px 0}.ucr-reviews__header{display:flex;align-items:flex-start;justify-content:space-between;gap:24px;margin-bottom:28px}.ucr-reviews__title{font-size:32px;line-height:1.15;margin:0 0 10px;font-weight:700}.ucr-reviews__summary{display:flex;align-items:center;gap:10px;color:var(--ucr-muted);font-size:14px}.ucr-reviews__average{font-size:22px;color:var(--ucr-text);font-weight:700}.ucr-btn{appearance:none;border:0;border-radius:7px;padding:13px 22px;font-size:14px;font-weight:700;cursor:pointer;transition:.2s ease}.ucr-btn--primary{background:var(--ucr-accent);color:#fff}.ucr-btn--primary:hover{background:var(--ucr-accent-dark)}.ucr-review{background:var(--ucr-card);border:0;border-radius:12px;padding:24px;margin:0 0 22px;}.ucr-review__top{display:flex;align-items:center;gap:15px;margin-bottom:20px}.ucr-review__avatar{width:58px;height:58px;border-radius:50%;display:flex;align-items:center;justify-content:center;flex:0 0 58px;background:#f0f0f0;color:#777;font-weight:700;font-size:20px;text-transform:uppercase}.ucr-review__meta{min-width:0}.ucr-review__name-row{display:flex;align-items:center;gap:10px;flex-wrap:wrap;margin-bottom:7px}.ucr-review__name{font-size:16px;font-weight:700}.ucr-review__date{font-size:12px;color:#aaa}.ucr-stars{display:inline-flex;gap:3px;line-height:1}.ucr-star{font-size:18px;color:#ddd}.ucr-star.is-active{color:var(--ucr-stars)}.ucr-review__section{margin-top:16px}.ucr-review__label{font-size:15px;font-weight:700;margin-bottom:8px}.ucr-review__text{font-size:14px;line-height:1.6;color:#555;white-space:pre-line}.ucr-review__photos{display:flex;flex-wrap:wrap;gap:9px;margin-top:18px}.ucr-review__photo{display:block;width:82px;height:82px;border-radius:4px;overflow:hidden;background:#eee}.ucr-review__photo img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .2s ease}.ucr-review__photo:hover img{transform:scale(1.04)}.ucr-reviews__loading,.ucr-reviews__empty{padding:25px 0;color:var(--ucr-muted);display:flex;align-items:center;gap:10px}.ucr-spinner{width:18px;height:18px;border:2px solid #ddd;border-top-color:var(--ucr-accent);border-radius:50%;animation:ucr-spin .7s linear infinite}@keyframes ucr-spin{to{transform:rotate(360deg)}}.ucr-reviews__pagination{display:flex;gap:7px;flex-wrap:wrap;margin-top:22px}.ucr-page{border:1px solid var(--ucr-line);background:#fff;border-radius:6px;min-width:36px;height:36px;padding:0 10px;cursor:pointer;color:#000}.ucr-page.is-active{background:var(--ucr-accent);border-color:var(--ucr-accent);color:#fff}.ucr-modal[hidden]{display:none!important}.ucr-modal{position:fixed;inset:0;z-index:2147483647;background:rgba(0,0,0,.55);display:flex;align-items:center;justify-content:center;padding:20px;overflow:auto}.ucr-modal__dialog{position:relative;width:min(820px,100%);background:#fff;border-radius:16px;padding:28px;box-shadow:0 20px 80px rgba(0,0,0,.25)}.ucr-modal__title{margin:0 0 24px;font-size:26px}.ucr-modal__close{position:absolute;top:14px;right:14px;width:36px;height:36px;border:0;border-radius:50%;background:#f2f2f2;font-size:26px;line-height:1;cursor:pointer;color:#555}.ucr-form__grid{display:grid;grid-template-columns:1fr 1fr;gap:16px 20px}.ucr-field{display:flex;flex-direction:column;gap:7px}.ucr-field--full{margin-top:16px}.ucr-field__label{font-size:13px;font-weight:700}.ucr-field__input,.ucr-field__textarea{width:100%;border:1px solid #ddd!important;border-radius:7px!important;background:#fff;padding:12px 13px!important;font:inherit;outline:none}.ucr-field__textarea{min-height:130px;resize:vertical}.ucr-field__textarea--short{min-height:92px}.ucr-field__input:focus,.ucr-field__textarea:focus{border-color:var(--ucr-accent);box-shadow:0 0 0 2px rgba(218,25,33,.12)}.ucr-rating-input{display:flex;flex-direction:row-reverse;justify-content:flex-end;gap:2px}.ucr-rating-input input{position:absolute;opacity:0;pointer-events:none}.ucr-rating-input label{font-size:30px;color:#ddd;cursor:pointer;line-height:1}.ucr-rating-input label:hover,.ucr-rating-input label:hover~label,.ucr-rating-input input:checked~label{color:var(--ucr-stars)}.ucr-upload{display:flex;align-items:center;gap:12px;flex-wrap:wrap;margin-top:18px;cursor:pointer}.ucr-upload input{display:none}.ucr-upload__button{display:inline-flex;padding:10px 14px;border-radius:7px;background:#333;color:#fff;font-weight:700;font-size:13px}.ucr-upload__hint{font-size:12px;color:#999}.ucr-upload__preview{display:flex;gap:8px;flex-wrap:wrap;margin-top:12px}.ucr-upload__preview img{width:70px;height:70px;object-fit:cover;border-radius:6px;border:1px solid #eee}.ucr-form__message{min-height:20px;margin:14px 0 8px;font-size:13px}.ucr-form__message.is-error{color:#b42318}.ucr-form__message.is-success{color:#16803c}.ucr-btn--submit{min-width:180px}.ucr-honeypot{position:absolute!important;left:-99999px!important;opacity:0!important;width:1px!important;height:1px!important}@media(max-width:700px){.ucr-reviews{padding:16px 0}.ucr-reviews__header{align-items:stretch;flex-direction:column}.ucr-reviews__header .ucr-btn{align-self:flex-start}.ucr-reviews__title{font-size:28px}.ucr-form__grid{grid-template-columns:1fr}.ucr-modal__dialog{padding:22px 16px}.ucr-review__text{font-size:14px}.ucr-review__photo{width:72px;height:72px}}

body.ucr-modal-is-open .header__bottom{z-index:1!important}

/* =========================================================
   UCR REVIEWS — UNIQUE / 2 В РЯД
   ========================================================= */


/* =========================
   ШАПКА
   ========================= */

.ucr-reviews__header {
    position: relative;
    display: grid;
    grid-template-columns: 1fr auto;
    align-items: center;
    gap: 30px;

    margin: 0 0 34px;
    padding: 30px 34px;

    background:
        radial-gradient(circle at 90% 10%, rgba(218,25,33,.10), transparent 28%),
        linear-gradient(135deg, #f5f1eb 0%, #faf8f5 100%);

    border: 0;
    border-radius: 24px;

    box-shadow: none;
    overflow: hidden;
}

.ucr-reviews__header::before {
    content: "Отзывы";

    position: absolute;
    right: 34px;
    bottom: -15px;

    font-size: 72px;
    line-height: 1;
    font-weight: 900;

    color: rgba(20,20,20,.035);

    pointer-events: none;
    user-select: none;
}

.ucr-reviews__header > * {
    position: relative;
    z-index: 2;
}

.ucr-reviews__title {
    margin: 0 0 12px;

    font-size: 34px;
    line-height: 1.05;
    font-weight: 800;

    letter-spacing: -.03em;

    color: #171717;
}

.ucr-reviews__summary {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 11px;
}

.ucr-reviews__average {
    display: inline-flex;
    align-items: center;
    justify-content: center;

    min-width: 48px;
    height: 34px;

    padding: 0 10px;

    background: #171717;
    border-radius: 100px;

    font-size: 15px;
    font-weight: 800;

    color: #fff;
}

.ucr-reviews__count {
    font-size: 13px;
    color: #77716b;
}

.ucr-reviews__header .ucr-stars {
    gap: 1px;
}

.ucr-reviews__header .ucr-star {
    font-size: 17px;
}


/* кнопка */

.ucr-reviews__header .ucr-btn--primary {
    min-height: 50px;

    padding: 0 24px;

    border-radius: 100px;

    background: #171717;
    color: #fff;

    box-shadow: none;

    transition:
        background .2s ease,
        transform .2s ease;
}

.ucr-reviews__header .ucr-btn--primary:hover {
    background: #DA1921;
    transform: translateY(-2px);
}


/* =========================
   СЕТКА — 2 В РЯД
   ========================= */

.ucr-reviews__list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
}


/* =========================
   КАРТОЧКА
   ========================= */

.ucr-review {
    position: relative;

    display: flex;
    flex-direction: column;

    min-width: 0;
    margin: 0 !important;
    padding: 0 0 24px;

    background: #f4f1ed;

    border: 0;
    border-radius: 22px;

    box-shadow: none;

    overflow: hidden;

    transition:
        transform .25s ease,
        box-shadow .25s ease;
}

.ucr-review:hover {
    transform: translateY(-5px);

    box-shadow:
        0 18px 45px rgba(28,22,16,.10);
}


/* декоративная большая кавычка */

.ucr-review::after {
    content: "“";

    position: absolute;
    right: 18px;
    top: 72px;

    font-family: Georgia, serif;
    font-size: 86px;
    line-height: 1;

    color: rgba(218,25,33,.08);

    pointer-events: none;
}


/* =========================
   ВЕРХ КАРТОЧКИ
   ========================= */

.ucr-review__top {
    position: relative;

    display: flex;
    align-items: center;
    gap: 13px;

    margin: 0 0 22px;
    padding: 20px 22px;

    background: #1b1b1b;
}

.ucr-review__avatar {
    width: 48px;
    height: 48px;
    flex: 0 0 48px;

    display: flex;
    align-items: center;
    justify-content: center;

    border-radius: 16px;

    background: #DA1921;

    color: #fff;

    font-size: 17px;
    font-weight: 800;
}

.ucr-review__meta {
    flex: 1;
    min-width: 0;
}

.ucr-review__name-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;

    margin: 0 0 7px;
}

.ucr-review__name {
    overflow: hidden;

    font-size: 15px;
    line-height: 1.2;
    font-weight: 700;

    color: #fff;

    white-space: nowrap;
    text-overflow: ellipsis;
}

.ucr-review__date {
    flex-shrink: 0;

    font-size: 11px;
    color: rgba(255,255,255,.48);
}


/* звезды внутри темной шапки */

.ucr-review__top .ucr-star {
    font-size: 15px;
    color: #4d4d4d;
}

.ucr-review__top .ucr-star.is-active {
    color: #ef9b00;
}


/* =========================
   СЕКЦИИ
   ========================= */

.ucr-review__section {
    position: relative;

    margin: 0 22px;
    padding: 0;
}


/* основной отзыв */

.ucr-review__section:first-of-type {
    margin-bottom: 20px;
}

.ucr-review__section:first-of-type .ucr-review__label {
    display: inline-flex;
    align-items: center;

    margin: 0 0 10px;

    padding: 6px 10px;

    background: #fff;
    border-radius: 100px;

    font-size: 10px;
    line-height: 1;
    font-weight: 800;

    letter-spacing: .08em;
    text-transform: uppercase;

    color: #DA1921;
}

.ucr-review__section:first-of-type .ucr-review__text {
    position: relative;
    z-index: 2;

    font-size: 15px;
    line-height: 1.7;

    color: #27231f;
}


/* остальные секции */

.ucr-review__section:not(:first-of-type) {
    display: grid;
    grid-template-columns: 74px minmax(0, 1fr);
    gap: 13px;

    margin-top: 0;
    padding: 13px 0;

    border-top: 1px solid rgba(0,0,0,.075);
}

.ucr-review__section:not(:first-of-type) .ucr-review__label {
    margin: 2px 0 0;

    font-size: 10px;
    line-height: 1.3;
    font-weight: 800;

    letter-spacing: .07em;
    text-transform: uppercase;

    color: #817b75;
}

.ucr-review__section:not(:first-of-type) .ucr-review__text {
    font-size: 13px;
    line-height: 1.55;

    color: #5d5751;
}


/* плюс */

.ucr-review__section:nth-of-type(2) .ucr-review__label {
    color: #32815c;
}


/* минус */

.ucr-review__section:nth-of-type(3) .ucr-review__label {
    color: #b04b50;
}


/* =========================
   ФОТО
   ========================= */

.ucr-review__photos {
    display: flex;
    flex-wrap: wrap;
    gap: 7px;

    margin: 17px 22px 0;
}

.ucr-review__photo {
    position: relative;

    display: block;

    width: 72px;
    height: 72px;

    border-radius: 14px;

    overflow: hidden;

    background: #ddd;
}

.ucr-review__photo img {
    display: block;

    width: 100%;
    height: 100%;

    object-fit: cover;

    transition: transform .3s ease;
}

.ucr-review__photo:hover img {
    transform: scale(1.08);
}


/* =========================
   ПАГИНАЦИЯ
   ========================= */

.ucr-reviews__pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;

    margin-top: 34px;
}

.ucr-page {
    min-width: 38px;
    height: 38px;

    padding: 0 11px;

    border: 0;
    border-radius: 100px;

    background: #f0eeeb;

    font-size: 12px;
    font-weight: 700;

    color: #5f5b57;

    transition: .2s ease;
}

.ucr-page:hover {
    background: #dfdbd6;
    color: #171717;
}

.ucr-page.is-active {
    background: #171717;
    color: #fff;
}


/* =========================
   ПЛАНШЕТ
   ========================= */

@media (max-width: 900px) {

    .ucr-reviews__list {
        grid-template-columns: 1fr;
    }

}


/* =========================
   МОБИЛЬНЫЕ
   ========================= */

@media (max-width: 700px) {

    .ucr-reviews__header {
        grid-template-columns: 1fr;

        gap: 22px;

        padding: 24px 20px;

        border-radius: 18px;
    }

    .ucr-reviews__header::before {
        display: none;
    }

    .ucr-reviews__title {
        font-size: 28px;
    }

    .ucr-reviews__header .ucr-btn--primary {
        width: 100%;
    }

    .ucr-review {
        border-radius: 18px;
    }

    .ucr-review__top {
        padding: 18px;
    }

    .ucr-review__section {
        margin-left: 18px;
        margin-right: 18px;
    }

    .ucr-review__photos {
        margin-left: 18px;
        margin-right: 18px;
    }

    .ucr-review__name-row {
        flex-direction: column;
        align-items: flex-start;

        gap: 3px;
    }

    .ucr-review__section:not(:first-of-type) {
        grid-template-columns: 1fr;
        gap: 5px;
    }

    .ucr-review__photo {
        width: 68px;
        height: 68px;
    }

}