

/* Start:/local/templates/cryocyte/components/bitrix/news/articles/bitrix/news.detail/.default/style.css?17822748411857*/

.content-wrapper {
    display: flex;
    gap: 40px;
    align-items: flex-start;
    font-family: Manrope-Regular;
}

.article-body {
    flex: 1;
    min-width: 0;
}

.catalog-section .header {
    color: #2C2C2C;
}

.article-body b,
.article-body b p {
    color: #175D54;
    font-family: Manrope-Bold;
}

.article-body p {
    font-size: 15px;
    color: #333;
    line-height: 1.65;
    margin-bottom: 0px;
}

.article-body p:last-child {
    margin-bottom: 0;
}

.catalog-section h2 {
    font-size: 38px;
    line-height: 42px;
    color: #2C2C2C;
    margin-top: 48px;
    margin-bottom: 24px;
    font-family: Manrope-Bold;
}

.catalog-section h2:first-child {
    margin-top: 0px;
}

/* Table of Contents */
.toc {
    width: 280px;
    flex-shrink: 0;
    position: sticky;
    top: 40px;
    background: #fff;
    border: 1px solid #e8e8e8;
    border-radius: 12px;
    padding: 24px 20px;
    box-sizing: border-box;
}

.toc-title {
    font-size: 20px;
    line-height: 24px;
    opacity: 0.4;
    font-family: Manrope-Bold;
    color: #2C2C2C;
    text-align: center;
    margin-bottom: 22px;
}

.toc ol {
    list-style: none;
    counter-reset: toc-counter;
    padding: 0;
}

.toc li {
    counter-increment: toc-counter;
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 24px;
}

.toc li::before {
    content: counter(toc-counter) ". ";
    color: #175D54;
    font-weight: 600;
    margin-right: 2px;
}

.suggestions {
    margin-top: 76px;
    margin-bottom: 100px;
}

.suggestions .header {
    color: #2C2C2C;
}

@media (max-width: 900px) {
    .article-container {
        padding: 40px 20px;
    }

    .content-wrapper {
        flex-direction: column-reverse;
    }

    .toc {
        width: 100%;
        position: static;
    }

    h1 {
        font-size: 28px;
    }

    h2 {
        font-size: 24px;
    }
}
/* End */


/* Start:/local/templates/cryocyte/components/bitrix/news/articles/bitrix/news.list/.default/style.css?17831039902326*/
.catalog-section .header {
    color: #2C2C2C;
}

.tags {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-bottom: 72px;
}

.tag {
    padding: 10px 18px;
    border: 1px solid #d9d9d9;
    border-radius: 8px;
    background: #fff;
    font-size: 14px;
    color: #1a1a1a;
    cursor: pointer;
    transition: all 0.2s ease;
    font-family: Manrope-Regular;
    white-space: nowrap;
    text-decoration: unset;
}

.tag:hover {
    border-color: #7B2D8E;
    color: #7B2D8E;
}

.tag.active {
    background: #7B2D8E;
    color: #fff;
    border-color: #7B2D8E;
}

.cards-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

.articles-list {
    margin-bottom: 100px;
}

.card {
    font-family: Manrope-Regular;
    display: flex;
    flex-direction: column;
    text-decoration: none;
}

.card-image {
    width: 100%;
    height: 250px;
    background: #F0E6F6;
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 16px;
    overflow: hidden;
}

.card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.card-image span {
    font-size: 64px;
    font-weight: 700;
    color: #D4B8E0;
    letter-spacing: 2px;
    user-select: none;
}

.card-date {
    font-size: 13px;
    color: #888;
    margin-bottom: 8px;
}

.card-title {
    font-size: 17px;
    font-weight: 700;
    color: #1a1a1a;
    line-height: 1.35;
    margin-bottom: 10px;
}

.card-excerpt {
    font-size: 14px;
    color: #666;
    line-height: 1.55;
    margin-bottom: 14px;
    flex-grow: 1;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.card-link {
    font-size: 14px;
    font-weight: 600;
    color: #7B2D8E;
    text-decoration: none;
    transition: opacity 0.2s;
}

.card-link:hover {
    opacity: 0.75;
}

#pag {
    width: 100%;
    overflow: hidden;
    display: block;
}

@media (max-width: 900px) {
    body {
        padding: 24px 20px;
    }

    .cards-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }

    h1 {
        font-size: 28px;
    }
}

@media (max-width: 600px) {
    .cards-grid {
        grid-template-columns: 1fr;
    }

    h1 {
        font-size: 24px;
    }
}
/* End */
/* /local/templates/cryocyte/components/bitrix/news/articles/bitrix/news.detail/.default/style.css?17822748411857 */
/* /local/templates/cryocyte/components/bitrix/news/articles/bitrix/news.list/.default/style.css?17831039902326 */
