

/* Start:/local/templates/olissys2026/components/bitrix/news.list/fpatents/style.css?17851397641241*/
#fpatents-list {
margin-bottom:60px;
}

/* ===== Блок патентов (fpatents) — CSS Grid ===== */

.f-stuff-grid-main {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 32px 24px;
}

.f-stuff-col-main {
    min-width: 0;
}

.f-stuff-card-main {
    border: none;
    background: transparent;
}

.f-stuff-img-main {
    width: 100%;
    height: auto;
    border-radius: 20px;
box-shadow: 0px 4px 50px 0px #0000001A;
margin-bottom:15px;
}

.f-stuff-cbody-main {
    padding: 12px 0 0 0;
}

.f-stuff-ctitle-main {
    font-size: 20px; /* было 14px, +40% */
    font-weight: 400;
    line-height: 1.4;
    margin: 0;
    text-align: center;
}

.f-stuff-ctitle-bold {
    display: block;
    font-weight: 700;
}

.f-stuff-ctitle-normal {
    display: block;
    font-weight: 400;
}

/* Планшеты */
@media (max-width: 991.98px) {
    .f-stuff-grid-main {
        grid-template-columns: repeat(2, 1fr);
        gap: 28px 20px;
    }
}

/* Мобильные — 1 в ряд */
@media (max-width: 575.98px) {
    .f-stuff-grid-main {
        grid-template-columns: 1fr;
        gap: 24px;
        justify-items: center;
    }

    .f-stuff-col-main {
        max-width: 320px;
        width: 100%;
    }
}
/* End */
/* /local/templates/olissys2026/components/bitrix/news.list/fpatents/style.css?17851397641241 */
