
.t336 .t336__text {
    margin-top: 30px;
    color: #fff;
    max-width: 600px;
    margin: 30px auto;
}

@media (max-width: 768px) {
    .t336__text {
        max-width: 90%;
        padding: 0 10px;
    }
}

/* === ФИКС ДЛЯ БЛОКА #rec1351023241 — ПОЛНОЕ ОТКЛЮЧЕНИЕ АНИМАЦИЙ И ИЗМЕНЕНИЙ === */

/* 1. Отключаем hover-эффекты для всего блока */
#rec1351023241 .t336__wrapper:hover {
    transform: none !important;
    transition: none !important;
}

/* 2. Фиксируем высоту контейнера с текстом и кнопкой */
#rec1351023241 .t336__textwrapper__content {
    min-height: auto !important;
    height: auto !important;
    padding-bottom: 0px !important; /* фиксированный отступ под кнопку */
}

/* 3. Кнопка — всегда видна, без анимаций, без изменения размеров */
#rec1351023241 .t336__button-container {
    opacity: 1 !important;
    visibility: visible !important;
    margin-top: 20px !important;
    transform: none !important;
    transition: none !important;
    position: static !important;
    display: block !important;
    padding: 0 !important;
    height: auto !important;
}

/* 4. Убираем любые изменения при наведении на кнопку */
#rec1351023241 .t-card__btn {
    display: block !important;
    margin: 0 auto !important;
    max-width: 200px;
    width: auto !important;
    padding: 12px 24px !important; /* фиксированные отступы внутри кнопки */
    box-sizing: border-box !important;
    transition: none !important;
    transform: none !important;
}

#rec1351023241 .t-card__btn:hover {
    transform: none !important;
    box-shadow: none !important;
    background-color: #ffffff !important; /* если нужно — фиксируем цвет */
    color: #000000 !important;
}

#rec1351023241 .t336 .t336__button-wrapper {
    display: inline-block;
    margin-top: 0px;
}

/* === ПОЛНЫЙ ФИКС ДЛЯ БЛОКА #rec1350887721 (t959) — ТЕКСТ ВВЕРХУ КАРТОЧКИ === */

/* 1. Убираем абсолютное позиционирование контента */
#rec1350887721 .t959__card-content {
    position: static !important;
    top: auto !important;
    bottom: auto !important;
    left: auto !important;
    right: auto !important;
    transform: none !important;
    margin: 0 !important;
    padding: 20px 20px 10px !important; /* отступы сверху/снизу/по бокам */
    background: rgba(0,0,0,0.6) !important; /* полупрозрачный фон для читаемости — можно убрать */
    z-index: 10 !important;
    display: block !important;
    height: auto !important;
    min-height: auto !important;
}

/* 2. Убираем оверлей (если он мешает) */
#rec1350887721 .t959__card-overlay {
    display: none !important;
}

/* 3. Скрываем стрелку */
#rec1350887721 .t959__card-arrow {
    display: none !important;
}

/* 4. Фиксируем заголовок и описание */
#rec1350887721 .t-card__title {
    color: white !important;
    font-size: 20px !important;
    line-height: 1.3 !important;
    margin-bottom: 8px !important;
    font-weight: 600 !important;
}

#rec1350887721 .t-card__descr {
    color: rgba(255,255,255,0.9) !important;
    font-size: 16px !important;
    line-height: 1.5 !important;
    margin: 0 !important;
    font-weight: 400 !important;
}

/* 5. Обеспечиваем, что карточка не сжимается */
#rec1350887721 .t959__card-inner {
    position: relative !important;
    overflow: visible !important;
    height: auto !important;
    min-height: auto !important;
}

/* 6. Убираем анимации при наведении (если есть) */
#rec1350887721 .t959__card:hover .t959__card-content {
    transform: none !important;
    opacity: 1 !important;
}


#rec1351927961 .t959__card-inner {
    height: 350px !important;
    max-height: 350px !important;
    min-height: 350px !important;
    overflow: hidden !important; /* если содержимое вылезает — скрываем */
    position: relative !important;
    box-sizing: border-box !important;
    padding: 0 !important; /* убираем внутренние отступы */
}


#rec1352998311 .t-col_8 {
    max-width: 80%;
}

#rec1352998311 .t001__descr {
    max-width: 70%;
}

#rec1352998311 .t-cover {
    background-image: none !important ;
    background-color: transparent;
}

#rec1352998311 .t001__wrapper {
    padding-bottom: 0px;
}

#rec1352998311 .t001__buttons {
    padding-bottom: 0px;
    gap: 20px;
}