    /* Скрываем скроллбар для всего сайта */
html, body {
  -ms-overflow-style: none; /* Internet Explorer и Edge */
  scrollbar-width: none; /* Firefox */
}

/* Скрываем скроллбар для Chrome, Safari и Opera */
html::-webkit-scrollbar,
body::-webkit-scrollbar {
  display: none;
  width: 0;
  height: 0;
}

   .t396__artboard::-webkit-scrollbar {
        height: 0; /* Скрывает скроллбар */
    }

/* === СТИЛИ ДЛЯ ВНУТРЕННЕГО КОНТЕНТА СТАТЬИ (ПОПАП) === */

/* Общий фон попапа статьи */
.t-feed__post-popup {
    background-color: #003735 !important;
}

/* Обёртка кнопки закрытия — цвет #003f3d */
.t-feed__post-popup__close-wrapper {
    background-color: #003f3d !important;
}

/* Текст кнопки закрытия — капс */
.js-feed-close-text,
.t-feed__post-popup__close-text {
    color: #EFE7DF !important;
    text-transform: uppercase !important;
    letter-spacing: 0.03em !important;
    font-weight: 500 !important;
}

/* Контент статьи — полная ширина (12 колонок) */
.t-feed__post-popup__content {
    width: 100% !important;
    max-width: 100% !important;
    padding: 0 40px !important;
}

/* Цвет текста для всех элементов внутри статьи */
.t-feed__post-popup,
.t-feed__post-popup p,
.t-feed__post-popup h1,
.t-feed__post-popup h2,
.t-feed__post-popup h3,
.t-feed__post-popup h4,
.t-feed__post-popup h5,
.t-feed__post-popup h6,
.t-feed__post-popup span,
.t-feed__post-popup a,
.t-feed__post-popup__text {
    color: #EFE7DF !important;
}

/* Заголовок статьи — 60px, капс, вес 400, минимальный отступ */
.js-feed-post-title,
.t-feed__post-popup__title {
    color: #EFE7DF !important;
    text-transform: uppercase !important;
    letter-spacing: 0.03em !important;
    font-weight: 400 !important;
    font-size: 60px !important;
    line-height: 1.2 !important;
    margin-bottom: 8px !important;
}

/* Дата публикации */
.t-feed__post-popup__date,
.js-feed-post-date {
    color: #EFE7DF !important;
    opacity: 0.8 !important;
    font-size: 18px !important;
}

/* Текст статьи */
.t-feed__post-popup__text {
    color: #EFE7DF !important;
    line-height: 1.8 !important;
    font-size: 18px !important;
}

/* Параграфы */
.t-feed__post-popup__text p {
    margin-bottom: 20px !important;
    line-height: 1.8 !important;
}

/* Изображение */
.t-feed__post-popup__img {
    border-radius: 8px !important;
    margin: 30px 0 !important;
    max-width: 100% !important;
    height: auto !important;
}

/* Автор */
.t-feed__post-popup__author-name,
.js-feed-post-author-name {
    color: #EFE7DF !important;
    font-weight: 500 !important;
    opacity: 0.9 !important;
}

/* Иконка закрытия */
.t-popup__close-icon path {
    stroke: #EFE7DF !important;
}

/* Ссылки в попапе */
.t-feed__post-popup a {
    color: #EFE7DF !important;
    text-decoration: underline !important;
    opacity: 0.9 !important;
}

.t-feed__post-popup a:hover {
    opacity: 1 !important;
}

/* === СТИЛИ ДЛЯ ЦИТАТ === */

/* Цитата в статье */
.t-redactor__quote {
    background-color: #EFE7DF !important;
    color: #003735 !important;
    border-left: 4px solid #003735 !important;
    padding: 20px 25px !important;
    margin: 25px 0 !important;
    border-radius: 8px  8px 8px 8px  !important; /* Скругление только правых углов */
    font-style: italic !important;
    line-height: 1.7 !important;
    font-size: 18px !important;
    position: relative !important;
}

/* Текст цитаты */
.t-redactor__quote p {
    margin: 0 !important;
    color: #003735 !important;
}

/* Автор цитаты */
.t-redactor__quote cite,
.t-redactor__quote footer {
    display: block !important;
    margin-top: 10px !important;
    color: #003735 !important;
    font-style: normal !important;
    font-weight: 600 !important;
    opacity: 0.8 !important;
}

/* === СТИЛИ ДЛЯ КАРТОЧЕК В ЛЕНТЕ === */

/* Общий фон карточек постов */
.t-feed__col-grid__post-wrapper,
.t-feed__post {
    background-color: #EFE7DF !important;
    color: #003735 !important;
    border-radius: 8px !important;
    overflow: hidden !important;
    height: auto !important;
    max-height: none !important;
}

/* Заголовки карточек в ленте — размер 20px, IBM Plex Sans, вес 600 */
.t-feed__post-title,
.t-feed__link,
.js-feed-post-link,
.t-feed__post-title a {
    color: #003735 !important;
    font-family: 'IBM Plex Sans', sans-serif !important;
    text-transform: uppercase !important;
    letter-spacing: 0.03em !important;
    font-weight: 600 !important;
    font-size: 20px !important;
    line-height: 1.3 !important;
    margin: 15px 0 10px !important;
    text-decoration: none !important;
    display: block !important;
}

/* Текст в карточках ленты */
.t-feed__post-description,
.t-feed__post-descr,
.t-feed__post-excerpt {
    color: #003735 !important;
    font-family: 'IBM Plex Sans', sans-serif !important;
    line-height: 1.6 !important;
    font-size: 16px !important;
    opacity: 0.9 !important;
    margin-bottom: 10px !important;
}

/* Дата в карточках ленты */
.t-feed__post-date,
.t-feed__post-date span {
    color: #003735 !important;
    font-family: 'IBM Plex Sans', sans-serif !important;
    opacity: 0.7 !important;
    font-size: 14px !important;
    text-transform: uppercase !important;
    letter-spacing: 0.02em !important;
}

/* Изображения в карточках ленты */
.t-feed__post-img,
.t-feed__post-img img {
    border-radius: 8px !important;
    width: 100% !important;
    height: auto !important;
    margin: 0 !important;
}

/* === СТИЛИ ДЛЯ ФУТЕРА === */

/* Фон футера */
.t-footer,
.t-footer__wrapper,
.t-footer__container {
    background-color: #003735 !important;
}

/* Текст и ссылки в футере */
.t-footer,
.t-footer a,
.t-footer p,
.t-footer span,
.t-footer__text,
.t-footer__link {
    color: #EFE7DF !important;
    font-family: 'IBM Plex Sans', sans-serif !important;
}

/* Ссылки в футере */
.t-footer a {
    text-decoration: none !important;
    opacity: 0.8 !important;
}

.t-footer a:hover {
    opacity: 1 !important;
}

/* Логотипы платежных систем */
.t-footer__paymentlogo {
    filter: invert(1) !important;
}

/* === ОБЩИЕ СТИЛИ === */

/* Центрирование контента */
.t-feed__post-popup__container {
    max-width: 1200px !important;
    margin: 0 auto !important;
}

/* Отступы */
.t-feed__post-popup__content-wrapper {
    padding: 60px 0 !important;
}



.staff-name {font-weight: 400 !important;font-family: 'DAMN';text-transform: uppercase;font-size: 40px !important;text-align: left;color: #004442;}

.staff-role {
    font-family: 'IBMPlexSans';
    text-align: left;
}

staff-container {
}

div#staff-container {
    background-color: #EFE7DF !important;
    padding: 0 4.6vw;
    padding-bottom: 80px;
    padding-top: 20px;
    grid-template-columns: 1fr 1fr 1fr 1fr !important;
}

.staff-card {
    background: none !important;
    box-shadow: none !important;
}

img.staff-photo {
    height: 450px;
    border-radius: 12px;
}

.staff-card {
    border-radius: 0px !important;
}




/* Адаптивность */
@media (max-width: 960px) {
    .t-feed__post-popup__content {
        padding: 0 20px !important;
    }
    .t-feed__post-popup__content-wrapper {
        padding: 40px 0 !important;
    }
    .t-feed__post-popup__title {
        font-size: 50px !important;
        margin-bottom: 6px !important;
    }
    .t-feed__link {
        font-size: 18px !important;
    }
}

@media (max-width: 768px) {
    .t-feed__post-popup__title {
        font-size: 42px !important;
        margin-bottom: 5px !important;
    }
    .t-feed__link {
        font-size: 16px !important;
    }
}

@media (max-width: 480px) {
    .t-feed__post-popup__content {
        padding: 0 15px !important;
    }
    .t-feed__post-popup__title {
        font-size: 36px !important;
        margin-bottom: 4px !important;
    }
    .t-feed__link {
        font-size: 15px !important;
    }
    
    div#staff-container {
    grid-template-columns: 1fr !important;
}
}