

/* Start:/local/templates/cvetoland/components/bitrix/catalog.section.list/aside/style.css?17790366381655*/
.catalog-sidebar-sections {
    margin-bottom: 20px;
    padding: 0 0 20px;
    background: transparent;
    border: none;
    box-shadow: none;
}

.catalog-sidebar-sections__title {
    margin: 0 0 14px;
    padding: 0;
    font-family: 'Manrope', sans-serif;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: #111;
}

.catalog-sidebar-sections__list,
.catalog-sidebar-sections__sublist {
    list-style: none;
    margin: 0;
    padding: 0;
}

.catalog-sidebar-sections__item + .catalog-sidebar-sections__item {
    margin-top: 4px;
}

.catalog-sidebar-sections__link,
.catalog-sidebar-sections__sublink {
    display: block;
    padding: 10px 0;
    border-radius: 10px;
    font-family: 'Manrope', sans-serif;
    font-size: 14px;
    line-height: 1.35;
    color: #333;
    text-decoration: none;
    transition: background 0.2s ease, color 0.2s ease;
}

.catalog-sidebar-sections__link:hover,
.catalog-sidebar-sections__sublink:hover {
    background: #f5f5f5;
    color: #111;
    text-decoration: none;
}

.catalog-sidebar-sections__item.is-active > .catalog-sidebar-sections__link {
    background: #f3f3f3;
    color: #111;
    font-weight: 600;
    padding-left: 12px;
}

.catalog-sidebar-sections__sublist {
    display: none;
    margin: 4px 0 8px;
    padding: 0;
    border: none;
}

.catalog-sidebar-sections__item.is-expanded > .catalog-sidebar-sections__sublist {
    display: block;
}

.catalog-sidebar-sections__sublink {
    padding-left: 16px;
}

.catalog-sidebar-sections__subitem.is-active .catalog-sidebar-sections__sublink {
    color: #111;
    font-weight: 600;
}

/* End */


/* Start:/local/templates/cvetoland/components/bitrix/news.detail/cvetoland/style.css?17790408795076*/
.news-article {
    font-family: 'Manrope', -apple-system, BlinkMacSystemFont, sans-serif;
    color: #222;
    max-width: 720px;
}

.news-article__header {
    margin-bottom: 24px;
}

.news-article__date {
    display: block;
    margin-bottom: 10px;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #888;
}

.news-article__title {
    margin: 0;
    font-family: 'Playfair Display', Georgia, serif;
    font-size: clamp(28px, 4vw, 40px);
    font-weight: 600;
    line-height: 1.25;
    color: #111;
}

.news-article__figure {
    margin: 0 0 28px;
    border-radius: 12px;
    overflow: hidden;
    background: #f3f3f3;
}

.news-article__image {
    display: block;
    width: 100%;
    height: auto;
    max-height: 480px;
    object-fit: cover;
}

.news-article__body {
    font-size: 16px;
    line-height: 1.75;
    color: #333;
}

.news-article__body p {
    margin: 0 0 1em;
}

.news-article__body p:last-child {
    margin-bottom: 0;
}

.news-article__body img {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
    margin: 1em 0;
}

.news-article__body h2,
.news-article__body h3 {
    font-family: 'Playfair Display', Georgia, serif;
    color: #111;
    margin: 1.5em 0 0.6em;
}

.news-article__body ul,
.news-article__body ol {
    margin: 0 0 1em;
    padding-left: 1.4em;
}

.news-article__body table {
    width: 100%;
    margin: 1.5em 0;
    border-collapse: collapse;
    font-size: 15px;
    line-height: 1.5;
    background: #fff;
    border: 1px solid #e8e8e8;
    border-radius: 10px;
    overflow: hidden;
}

.news-article__body thead th {
    padding: 12px 16px;
    text-align: left;
    font-weight: 600;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    color: #666;
    background: #fafafa;
    border-bottom: 1px solid #e8e8e8;
    vertical-align: middle;
}

.news-article__body tbody th {
    padding: 12px 16px;
    font-weight: 600;
    color: #111;
    text-align: left;
    background: #fff;
    border-bottom: 1px solid #eee;
    vertical-align: top;
}

.news-article__body tbody td {
    padding: 12px 16px;
    border-bottom: 1px solid #eee;
    color: #333;
    vertical-align: top;
}

.news-article__body tbody tr:last-child th,
.news-article__body tbody tr:last-child td {
    border-bottom: none;
}

.news-article__body tbody tr:hover td,
.news-article__body tbody tr:hover th {
    background: #fafafa;
}

.news-article__body table p {
    margin: 0;
}

.news-article__body table p + p {
    margin-top: 0.5em;
}

@media (max-width: 640px) {
    .news-article__body table {
        font-size: 14px;
        border-radius: 8px;
    }

    .news-article__body thead th,
    .news-article__body tbody th,
    .news-article__body tbody td {
        padding: 10px 12px;
        word-break: break-word;
    }
}



.news-article__share .product-detail-share {
    margin-top: 0;
    padding-top: 0;
    border-top: none;
}

.news-article__share .product-detail-share__label {
    display: block;
    margin-bottom: 12px;
    font-family: 'Manrope', sans-serif;
    font-size: 12px;
    font-weight: 600;
    color: #999;
    text-transform: uppercase;
    letter-spacing: 0.06em;
}

.news-article__share .product-detail-share__list {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.news-article__share .product-detail-share__btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    min-width: 44px;
    max-width: 44px;
    padding: 0;
    border: 1px solid #e0e0e0;
    border-radius: 50%;
    background: #fff;
    color: #262626;
    font-size: 18px;
    line-height: 1;
    text-decoration: none;
    overflow: hidden;
    transition: transform 0.15s ease, border-color 0.15s ease, color 0.15s ease, background 0.15s ease;
}

.news-article__share .product-detail-share__btn:hover {
    transform: scale(1.06);
    text-decoration: none;
}

.news-article__share svg,
.news-article__share .product-detail-share__svg {
    display: block;
    width: 20px;
    height: 20px;
    max-width: 20px;
    max-height: 20px;
    flex-shrink: 0;
}

.news-article__share .product-detail-share__svg--max {
    width: 22px;
    height: 22px;
    max-width: 22px;
    max-height: 22px;
}

.news-article__share .product-detail-share__btn--max:hover {
    background: #5c6bc0;
    border-color: #5c6bc0;
    color: #fff;
}

.news-article__share .product-detail-share__btn--vk:hover {
    background: #2787f5;
    border-color: #2787f5;
    color: #fff;
}

.news-article__share .product-detail-share__btn--telegram:hover {
    background: #229ed9;
    border-color: #229ed9;
    color: #fff;
}

.news-article__share .product-detail-share__btn--whatsapp:hover {
    background: #25d366;
    border-color: #25d366;
    color: #fff;
}


.news-article__footer {
    margin-top: 40px;
    padding-top: 28px;
    border-top: 1px solid #eee;
}

.news-page__article {
    padding-bottom: 64px;
}

.news-article__share .product-detail-share__btn i {
    line-height: 1;
}

/* End */
/* /local/templates/cvetoland/components/bitrix/catalog.section.list/aside/style.css?17790366381655 */
/* /local/templates/cvetoland/components/bitrix/news.detail/cvetoland/style.css?17790408795076 */
