

/* Start:/local/templates/cryocyte/components/bitrix/system.pagenavigation/more/style.css?1782273339516*/
.load-more-items {
    text-align: center;
    width: 100%;
    padding: 18px 24px;
    background: #6A00D4;
    color: #fff;
    border: none;
    border-radius: 12px;
    font-size: 16px;
    font-weight: 600;
    font-family: Manrope-Regular;
    cursor: pointer;
    transition: background 0.2s ease, transform 0.1s ease;
    letter-spacing: 0.2px;
    margin-top: 44px;
    box-sizing: border-box;
}

.load-more-items:hover {
    background: #5A00B8;
}

.load-more-items:active {
    transform: scale(0.995);
}

/* 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/system.pagenavigation/more/style.css?1782273339516 */
/* /local/templates/cryocyte/components/bitrix/news/articles/bitrix/news.list/.default/style.css?17831039902326 */
