

/* Start:/bitrix/templates/main2_in_new/components/des/solution.filter/.default/style.css?17721867122212*/
.sfx-filter-section {
    background: #ffffff;
    border: 1px solid #e1e1e1;
    border-radius: 12px;
    padding: 20px 25px;
    margin-bottom: 30px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.03);
}

.sfx-filter-grid {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    gap: 20px;
}

.sfx-filter-item {
    flex: 1;
    min-width: 220px;
}

.sfx-filter-label {
    display: block;
    font-size: 12px;
    font-weight: 700;
    color: #888;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 8px;
}

.sfx-filter-input select {
    width: 100%;
    height: 44px;
    border: 1px solid #dcdcdc;
    border-radius: 8px;
    padding: 0 12px;
    font-size: 14px;
    color: #333;
    background-color: #fff;
    outline: none;
    transition: border-color 0.2s;
    cursor: pointer;
    -webkit-appearance: none;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23888' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6 9 12 15 18 9'%3e%3c/polyline%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right 10px center;
    background-size: 16px;
}

.sfx-filter-input select:focus {
    border-color: #78b833;
}

.sfx-filter-submit {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    height: 44px;
    padding: 0 25px;
    background-color: #78b833;
    color: #fff;
    border: none;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    transition: background 0.2s, transform 0.1s;
}

.sfx-filter-submit:hover {
    background-color: #69a32a;
}

.sfx-filter-submit:active {
    transform: scale(0.98);
}

.sfx-filter-submit svg {
    opacity: 0.8;
}

@media (max-width: 991px) {
    .sfx-filter-item {
        flex: 1 1 calc(50% - 10px);
    }
}

@media (max-width: 600px) {

    .sfx-filter-item,
    .sfx-filter-submit {
        flex: 1 1 100%;
        width: 100%;
    }

    .sfx-filter-grid {
        gap: 15px;
    }
}
/* End */


/* Start:/bitrix/templates/.default/components/bitrix/news.list/news_cards/style.css?17721777602765*/
/* Контейнер сетки */
.news-grid {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
    padding: 20px 0;
}

/* Обертка одной карточки */
.news-item-card {
    width: 50%;
    padding: 15px;
    box-sizing: border-box;
    display: flex;
}

/* Сама ссылка-карточка */
.news-item-card__link {
    display: flex;
    flex-direction: column;
    width: 100%;
    text-decoration: none !important;
    /* Убираем подчеркивание ссылки */
    color: #333;
    background: #fff;
    border: 1px solid #f0f0f0;
    border-radius: 12px;
    overflow: hidden;
    transition: box-shadow 0.3s ease, border-color 0.3s ease;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
}

/* Эффект при наведении (без приподнятия) */
.news-item-card__link:hover {
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
    /* Только усиливаем тень */
    border-color: #78b833;
    /* Цвет бренда */
    text-decoration: none !important;
}

/* Блок с картинкой */
.news-item-card__image {
    position: relative;
    padding-bottom: 56%;
    overflow: hidden;
    background: #f9f9f9;
}

.news-item-card__image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Контентная часть */
.news-item-card__content {
    padding: 25px;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}

/* Дата */
.news-item-card__date {
    display: inline-block;
    font-size: 13px;
    color: #78b833;
    font-weight: 600;
    margin-bottom: 12px;
    padding-bottom: 8px;
    border-bottom: 1px solid #eee;
}

/* Заголовок */
.news-item-card__title {
    margin: 0 0 15px 0;
    font-size: 19px;
    line-height: 1.3;
    font-weight: 700;
    color: #2c3e50;
    transition: color 0.3s ease;
    text-decoration: none !important;
    /* Убираем подчеркивание у заголовка */
}

/* Цвет заголовка при наведении */
.news-item-card__link:hover .news-item-card__title {
    color: #78b833;
    text-decoration: none !important;
}

/* Текст анонса */
.news-item-card__preview {
    font-size: 14px;
    color: #666;
    line-height: 1.6;
    margin-bottom: 0;
    text-decoration: none !important;
    /* Обрезка текста до 3 строк */
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

/* Адаптив */
@media (max-width: 768px) {
    .news-item-card {
        width: 100%;
    }
}
/* End */
/* /bitrix/templates/main2_in_new/components/des/solution.filter/.default/style.css?17721867122212 */
/* /bitrix/templates/.default/components/bitrix/news.list/news_cards/style.css?17721777602765 */
