

/* Start:/local/templates/native_24/components/bitrix/news/native_articles/bitrix/catalog.section.list/.default/style.css?17854857054214*/
.native-article-sections {
    --sections-dark: #153e35;
    --sections-green: #6c9569;
    --sections-light-green: #badf93;
    --sections-border: #dfe7df;
    --sections-background: #f5f8f5;
    --sections-muted: #74807a;

    padding: 20px 0 42px;
}

.native-article-sections *,
.native-article-sections *::before,
.native-article-sections *::after {
    box-sizing: border-box;
}

.native-article-sections__heading {
    margin-bottom: 24px;
}

.native-article-sections__heading-title,
.native-articles-page__subtitle {
    margin: 0;
    padding: 0 0 14px;
    border-bottom: 4px solid var(--sections-light-green);
    color: var(--sections-dark);
    font-size: 30px;
    font-weight: 500;
    line-height: 1.25;
}

.native-articles-page__subtitle {
    margin-top: 8px;
    margin-bottom: 4px;
}

.native-article-sections__grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 20px;
}

.native-article-sections__item {
    min-width: 0;
}

.native-article-sections__card {
    display: flex;
    align-items: flex-start;
    height: 100%;
    min-height: 168px;
    padding: 24px 22px;
    border: 1px solid var(--sections-border);
    border-radius: 4px;
    background: #fff;
    color: var(--sections-dark);
    text-decoration: none;
    box-shadow: 0 5px 22px rgba(21, 62, 53, 0.035);
    transition:
        border-color 0.25s ease,
        box-shadow 0.25s ease,
        transform 0.25s ease;
}

.native-article-sections__card:hover {
    border-color: var(--sections-light-green);
    color: var(--sections-dark);
    text-decoration: none;
    box-shadow: 0 12px 32px rgba(21, 62, 53, 0.09);
    transform: translateY(-4px);
}

.native-article-sections__icon {
    display: flex;
    flex: 0 0 60px;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    margin-right: 17px;
    border-radius: 4px;
    background:
        linear-gradient(
            135deg,
            rgba(186, 223, 147, 0.25),
            rgba(108, 149, 105, 0.09)
        );
    color: var(--sections-green);
}

.native-article-sections__icon img {
    display: block;
    max-width: 42px;
    max-height: 42px;
    object-fit: contain;
}

.native-article-sections__icon svg {
    width: 38px;
    height: 38px;
}

.native-article-sections__content {
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
    min-width: 0;
    height: 100%;
}

.native-article-sections__title {
    margin-bottom: 9px;
    color: var(--sections-dark);
    font-size: 19px;
    font-weight: 500;
    line-height: 1.3;
    transition: color 0.2s ease;
}

.native-article-sections__card:hover
.native-article-sections__title {
    color: var(--sections-green);
}

.native-article-sections__description {
    margin-bottom: 15px;
    color: var(--sections-muted);
    font-size: 14px;
    line-height: 1.5;
}

.native-article-sections__bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: auto;
    color: var(--sections-green);
}

.native-article-sections__count {
    font-size: 13px;
    line-height: 1.4;
}

.native-article-sections__arrow {
    display: flex;
    align-items: center;
    transition: transform 0.2s ease;
}

.native-article-sections__card:hover
.native-article-sections__arrow {
    transform: translateX(5px);
}

@media (max-width: 1150px) {
    .native-article-sections__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 700px) {
    .native-article-sections {
        padding-top: 10px;
        padding-bottom: 34px;
    }

    .native-article-sections__heading-title,
    .native-articles-page__subtitle {
        font-size: 26px;
    }

    .native-article-sections__grid {
        grid-template-columns: 1fr;
        gap: 15px;
    }

    .native-article-sections__card {
        min-height: 140px;
        padding: 20px;
    }
}

@media (max-width: 420px) {
    .native-article-sections__card {
        padding: 17px;
    }

    .native-article-sections__icon {
        flex-basis: 52px;
        width: 52px;
        height: 52px;
        margin-right: 14px;
    }

    .native-article-sections__title {
        font-size: 18px;
    }
}
/* End */


/* Start:/bitrix/components/bitrix/system.show_message/templates/.default/style.min.css?167638191451*/
font.errortext{color:red}font.notetext{color:green}
/* End */
/* /local/templates/native_24/components/bitrix/news/native_articles/bitrix/catalog.section.list/.default/style.css?17854857054214 */
/* /bitrix/components/bitrix/system.show_message/templates/.default/style.min.css?167638191451 */
