

/* Start:/local/templates/cherit/components/bitrix/news/local-news/bitrix/news.detail/.default/style.css?17904435556392*/
.cherit-news-article,
.cherit-news-products,
.cherit-news-comments {
    width: min(100%, 980px);
    margin-right: auto;
    margin-left: auto;
}

.cherit-news-article {
    padding: 36px 0 20px;
}

.cherit-news-article__header {
    max-width: 860px;
    margin: 0 auto 28px;
}

.cherit-news-article__back {
    display: inline-flex;
    margin-bottom: 18px;
    color: var(--cherit-color-accent, #04af20);
    font-weight: 700;
    text-decoration: none;
}

.cherit-news-article__back::before {
    content: "←";
    margin-right: 8px;
}

.cherit-news-article h1 {
    margin: 0;
    color: var(--cherit-color-text, #171717);
    font-size: 44px;
    line-height: 1.12;
}

.cherit-news-article__lead {
    margin: 18px 0 0;
    color: var(--cherit-color-text-muted, #666);
    font-size: 18px;
    line-height: 1.55;
}

.cherit-news-article__cover {
    margin: 0 0 32px;
}

.cherit-news-article__cover img {
    display: block;
    width: 100%;
    max-height: 560px;
    object-fit: contain;
    border-radius: 8px;
    background: #f6f7f8;
}

.cherit-news-article__body,
.cherit-news-article__additional {
    max-width: 860px;
    margin: 0 auto;
    color: var(--cherit-color-text, #242424);
    font-size: 17px;
    line-height: 1.7;
}

.cherit-news-article__body img,
.cherit-news-article__additional img {
    max-width: 100%;
    height: auto;
}

.cherit-news-article__body p,
.cherit-news-article__additional p {
    margin: 0 0 18px;
}

.cherit-news-gallery {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
    margin: 36px 0;
}

.cherit-news-gallery figure {
    margin: 0;
}

.cherit-news-gallery img {
    display: block;
    width: 100%;
    aspect-ratio: 16 / 10;
    object-fit: contain;
    border-radius: 6px;
    background: #f6f7f8;
}

.cherit-news-gallery figcaption {
    margin-top: 10px;
    color: var(--cherit-color-text-muted, #666);
    font-size: 14px;
}

.cherit-news-article__video {
    position: relative;
    width: 100%;
    margin: 36px auto;
    aspect-ratio: 16 / 9;
}

.cherit-news-article__video iframe,
.cherit-news-article__video video {
    width: 100%;
    height: 100%;
    border: 0;
}

.cherit-news-meta {
    display: flex;
    align-items: center;
    gap: 22px;
    max-width: 860px;
    margin: 36px auto 0;
    padding: 18px 0;
    border-top: 1px solid #e2e5e8;
    border-bottom: 1px solid #e2e5e8;
    color: var(--cherit-color-text-muted, #666);
    font-size: 14px;
}

.cherit-news-meta__item {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    color: inherit;
    text-decoration: none;
}

.cherit-news-share {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-left: auto;
    padding: 8px 12px;
    border: 1px solid #cdd2d7;
    border-radius: 6px;
    background: #fff;
    color: var(--cherit-color-text, #242424);
    font: inherit;
    font-weight: 700;
    cursor: pointer;
}

.cherit-news-share:hover,
.cherit-news-share:focus-visible {
    border-color: var(--cherit-color-accent, #04af20);
    color: var(--cherit-color-accent, #04af20);
}

.cherit-news-products,
.cherit-news-comments {
    padding: 36px 0;
}

.cherit-news-products > h2,
.cherit-news-comments__heading h2 {
    margin: 0;
    font-size: 28px;
}

.cherit-news-products > h2 {
    margin-bottom: 20px;
}

.cherit-catalog--news .cherit-product-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.cherit-news-comments {
    max-width: 860px;
    margin-bottom: 64px;
    border-top: 1px solid #e2e5e8;
}

.cherit-news-comments__heading {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 24px;
}

.cherit-news-comments__heading span {
    display: inline-grid;
    min-width: 26px;
    height: 26px;
    place-items: center;
    border-radius: 50%;
    background: #eff8f1;
    color: var(--cherit-color-accent, #04af20);
    font-size: 13px;
    font-weight: 700;
}

.cherit-news-comments__message,
.cherit-news-comments__auth {
    margin-bottom: 20px;
    padding: 16px;
    border-radius: 6px;
    background: #f6f7f8;
}

.cherit-news-comments__message--error {
    border: 1px solid #e7a4a4;
    background: #fff4f4;
    color: #a11b1b;
}

.cherit-news-comment-list {
    display: grid;
    gap: 14px;
    margin: 0 0 28px;
    padding: 0;
    list-style: none;
}

.cherit-news-comment {
    padding: 18px;
    border: 1px solid #e2e5e8;
    border-radius: 6px;
    background: #fff;
}

.cherit-news-comment__meta {
    display: flex;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 10px;
}

.cherit-news-comment__meta time,
.cherit-news-comments__empty,
.cherit-news-comment-form__footer {
    color: var(--cherit-color-text-muted, #666);
    font-size: 13px;
}

.cherit-news-comment p {
    margin: 0;
    white-space: normal;
}

.cherit-news-comment-form {
    display: grid;
    gap: 10px;
}

.cherit-news-comment-form label {
    font-weight: 700;
}

.cherit-news-comment-form textarea {
    width: 100%;
    min-height: 128px;
    padding: 14px;
    resize: vertical;
    border: 1px solid #cdd2d7;
    border-radius: 6px;
    color: var(--cherit-color-text, #242424);
    font: inherit;
    line-height: 1.5;
}

.cherit-news-comment-form textarea:focus {
    border-color: var(--cherit-color-accent, #04af20);
    outline: 2px solid rgba(4, 175, 32, 0.14);
}

.cherit-news-comment-form__footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
}

.cherit-news-comments__auth p {
    margin: 0 0 12px;
}

@media (max-width: 820px) {
    .cherit-news-article,
    .cherit-news-products,
    .cherit-news-comments {
        width: 100%;
    }

    .cherit-news-gallery,
    .cherit-catalog--news .cherit-product-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 560px) {
    .cherit-news-article {
        padding-top: 24px;
    }

    .cherit-news-article h1 {
        font-size: 30px;
    }

    .cherit-news-article__body,
    .cherit-news-article__additional {
        font-size: 16px;
    }

    .cherit-news-meta {
        flex-wrap: wrap;
        gap: 14px;
    }

    .cherit-news-share {
        width: 100%;
        justify-content: center;
        margin-left: 0;
    }

    .cherit-news-comment__meta,
    .cherit-news-comment-form__footer {
        align-items: flex-start;
        flex-direction: column;
    }
}

/* End */
/* /local/templates/cherit/components/bitrix/news/local-news/bitrix/news.detail/.default/style.css?17904435556392 */
