

/* Start:/local/templates/main/components/bitrix/news.line/reviews/style.css?17763491692354*/
.review {
    /*border: 1px solid #eee;*/
    display: grid;
    grid-gap: 1rem;
    box-shadow: 0 .125rem 1.25rem 0 #0001;
}
.review__top {
    display: flex;
    justify-content: space-between;
    line-height: 1;
    color: #777;
}
.review__date {
    opacity: .6;
}
.review__date::before {
    content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="0 0 67 67"><g><path d="M45.833 27.083c-10.348 0-18.75 8.402-18.75 18.75 0 10.349 8.402 18.75 18.75 18.75 10.349 0 18.75-8.401 18.75-18.75 0-10.348-8.401-18.75-18.75-18.75zm-43.721 6.25v21.763a6.214 6.214 0 0 0 6.214 6.214H25a2.084 2.084 0 0 0 0-4.167H8.326a2.046 2.046 0 0 1-2.047-2.047V33.333a2.085 2.085 0 0 0-2.084-2.083 2.085 2.085 0 0 0-2.083 2.083zm43.721-2.083c8.049 0 14.584 6.535 14.584 14.583 0 8.049-6.535 14.584-14.584 14.584-8.048 0-14.583-6.535-14.583-14.584 0-8.048 6.535-14.583 14.583-14.583zm-2.083 6.224v8.359c0 .789.446 1.511 1.152 1.864l6.658 3.329a2.084 2.084 0 0 0 1.863-3.727l-5.506-2.753v-7.072c0-1.15-.934-2.084-2.084-2.084a2.085 2.085 0 0 0-2.083 2.084zM13.542 47.917h6.25a2.085 2.085 0 0 0 2.083-2.084 2.085 2.085 0 0 0-2.083-2.083h-6.25c-1.15 0-2.084.934-2.084 2.083 0 1.15.934 2.084 2.084 2.084zm0-6.25h6.25a2.085 2.085 0 0 0 2.083-2.084 2.085 2.085 0 0 0-2.083-2.083h-6.25c-1.15 0-2.084.934-2.084 2.083 0 1.15.934 2.084 2.084 2.084zm0-6.25h6.25a2.085 2.085 0 0 0 2.083-2.084 2.085 2.085 0 0 0-2.083-2.083h-6.25c-1.15 0-2.084.934-2.084 2.083 0 1.15.934 2.084 2.084 2.084zm17.737-25h-12.5V6.25a2.084 2.084 0 0 0-4.167 0v4.167H8.326a6.214 6.214 0 0 0-6.214 6.213V25a2.084 2.084 0 0 0 4.167 0v-2.083h54.166v4.231a2.084 2.084 0 0 0 4.167 0V16.63a6.213 6.213 0 0 0-6.213-6.213h-6.287V6.25a2.084 2.084 0 0 0-4.167 0v4.167h-12.5V6.25a2.084 2.084 0 0 0-4.166 0zm29.166 8.333v-2.12a2.045 2.045 0 0 0-2.046-2.047h-6.287v4.167zm-45.833-4.167H8.325c-1.13 0-2.046.917-2.046 2.047v2.12h8.333zm33.333 0H18.779v4.167h29.166z" fill="currentColor" opacity="1"/></g></svg>');
    width: 1.3em;
    height: 1.3em;
    display: inline-block;
    vertical-align: sub;
    margin-right: .5em;
    opacity: .4;
}
.review__person {
    font-weight: 600;
}
.review__title {
    display: flex;
    align-items: center;
    min-height: 3.25em;
    font-size: 1.125rem;
    font-weight: 600;
}
.review__media {
    border-radius: .5rem;
    overflow: hidden;
}
/* End */


/* Start:/local/templates/main/components/bitrix/catalog.section/projects/style.css?17763491693121*/
.product-card {
    border-radius: 1rem;
    height: 100%;
    box-shadow: 0 .125rem .5rem 0 #0001;
    transition: .5s;
}
.product-card:hover {
    transform: translateY(-1%);
    box-shadow: 0 .125rem 1.5rem 0 #0001;
}
.product-card__container {
    display: flex;
    flex-direction: column;
    border-radius: inherit;
    height: 100%;
    overflow: hidden;
    background: #fff;
}
.product-card__title {
    display: block;
    font-size: clamp(1.125rem, 1.6vw, 1.375rem);
    font-weight: 700;
    /*text-transform: uppercase;*/
}
.product-card__subtitle {
    font-size: .8rem;
    letter-spacing: .05em;
    text-transform: uppercase;
    opacity: .8;
}
.product-card__image {
    position: relative;
    cursor: pointer;
}
.product-card__image:has(.product-card__benefits)::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: min(15rem, 25%);
    background: linear-gradient(to bottom, #0007, transparent);
}
.product-card__benefits { display: none; }
.product-card__features {
    display: grid;
    grid-gap: .25rem;
    height: fit-content;
    /*color: #848484;*/
}
.product-card__content {
    display: grid;
    grid-gap: .75rem;
    padding: 1.5rem 1.25rem;
    flex-grow: 1;
}
.product-feature__item {
    display: flex;
    align-items: center;
    border-radius: 1.5rem;
    padding: .25rem .75rem;
    font-weight: 500;
    background: #f2f2f2;
}
/*.product-feature__item {
    display: flex;
    align-items: baseline;
}
.product-feature__item::before {
    content: '';
    margin: 0 .75rem;
    border-bottom: 1px dashed currentColor;
    flex-grow: 1;
    order: 1;
    opacity: .4;
}
.product-feature__item span:last-child {
    order: 1;
}*/
.product-card__bottom {
    margin-top: .75rem;
}
.product-card__price {
    margin-top: .25rem;
    /*margin-bottom: .625rem;*/
    display: flex;
    justify-content: space-between;
}
.product-price {
    font-weight: 500;
}
.product-price__value {
    font-size: clamp(1rem, 1.4vw, 1.25rem);
}
.product-price::before {
    content: 'от ';
}
.product-price__value::after {
    content: ' ₽';
}

@media screen and (min-width: 480px) {
    .product-card__benefits {
        position: absolute;
        top: 1rem;
        right: 1rem;
        left: 1rem;
        bottom: 1rem;
        display: flex;
        flex-wrap: wrap;
        align-items: flex-start;
        align-content: flex-start;
    }
    .product-card__label {
        margin: 0 .375rem .375rem 0;
        display: flex;
        padding: .25rem .75rem;
        border-radius: 1rem;
        font-size: .8rem;
        font-weight: 600;
        background: #fffc;
        backdrop-filter: blur(3px);
        z-index: 1;
    }
    .product-card__label::before {
        content: "";
        align-self: center;
        margin-right: .375rem;
        margin-left: -.25em;
        font-size: .375rem;
        line-height: 1;
        width: 1em;
        height: 1em;
        border-radius: 50%;
        display: block;
        /*box-shadow: 0 0 0 3em #91c20e22;*/
        background: #91c20e;
        color: var(--color-secondary);
    }
}
/* End */
/* /local/templates/main/components/bitrix/news.line/reviews/style.css?17763491692354 */
/* /local/templates/main/components/bitrix/catalog.section/projects/style.css?17763491693121 */
