

/* Start:/local/templates/olissys2026/components/bitrix/news.list/fstuff_new/style.css?17851370202017*/
/* ===== Блок сотрудников (fstuff) ===== */

.f-stuff-container-main {
    margin-bottom: 60px; /* отступ до следующего блока */
}

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

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

.f-stuff-card-main {
    border: none;
    background: transparent;
    display: flex;
    flex-direction: column;
    align-items: center;
}

/* Фото */
.f-stuff-img-main {
    width: 200px;
    height: 200px;
    border-radius: 50%;
    object-fit: cover;
    margin: 0 auto;
}

/* Блок с текстом под фото */
.f-stuff-cbody-main {
    padding: 0;
    margin-top: 20px; /* отступ от фото */
    text-align: center;
}

/* ФИО жирным */
.f-stuff-ctitle-main {
    font-weight: 700;
    font-size: 21px; /* было 16px, +30% */
    margin: 0 0 4px 0;
}

/* Должность */
.f-stuff-ccbt-main {
    font-weight: 400;
    font-size: 18px; /* было 14px, +30% */
    color: #8a8a8a;
    margin: 0 0 16px 0; /* отступ перед телефоном */
}

/* Телефон / почта */
.f-stuff-ctext-main {
    font-size: 18px; /* было 14px, +30% */
    line-height: 1.6;
    margin: 0;
}

.f-stuff-ctext-main a {
    color: inherit;
    text-decoration: none;
    display: block; /* телефон и почта на разных строках */
}

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

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

    .f-stuff-card-main {
        max-width: 280px;
        width: 100%;
        text-align: center;
        align-items: center;
    }

    .f-stuff-cbody-main {
        text-align: center;
    }
}
/* End */
/* /local/templates/olissys2026/components/bitrix/news.list/fstuff_new/style.css?17851370202017 */
