@media screen and (max-width: 639px) {
    /* Базовый сброс для контейнеров */
    #rec1198224431 .t537__container,
    #rec1205400826 .t537__container,
    #rec1198233671 .t537__container {
        display: flex !important;
        flex-wrap: wrap !important;
        margin: 0 -5px !important;
        width: calc(100% + 10px) !important;
        max-width: 100vw !important;
        overflow-x: hidden !important;
    }

    /* Главный враппер для отступов */
    #rec1198224431 .t537,
    #rec1205400826 .t537,
    #rec1198233671 .t537 {
        padding: 0 10px !important;
        box-sizing: border-box !important;
    }

    /* Колонки - 2 в ряд */
    #rec1198224431 .t537__col,
    #rec1205400826 .t537__col,
    #rec1198233671 .t537__col {
        width: calc(50% - 10px) !important;
        margin: 0 5px 15px 5px !important;
        padding: 0 !important;
        float: none !important;
        display: inline-block !important;
        vertical-align: top !important;
        box-sizing: border-box !important;
        page-break-inside: avoid !important;
        break-inside: avoid !important;
    }

    /* Жесткое переопределение настроек Tilda */
    #rec1198224431 .t-list__container_inrow3,
    #rec1205400826 .t-list__container_inrow3,
    #rec1198233671 .t-list__container_inrow3 {
        display: flex !important;
        flex-wrap: wrap !important;
        justify-content: space-between !important;
    }

    /* Карточка */
    #rec1198224431 .t537__card,
    #rec1205400826 .t537__card,
    #rec1198233671 .t537__card {
        display: flex !important;
        flex-direction: column !important;
        height: 100% !important;
        width: 100% !important;
        align-items: center !important; /* Добавлено для центрирования */
    }

    /* Контейнер изображения */
    #rec1198224431 .t537__imgcontainer,
    #rec1205400826 .t537__imgcontainer,
    #rec1198233671 .t537__imgcontainer {
        height: 120px !important;
        min-height: 120px !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        overflow: hidden !important;
        background: #f5f5f5 !important;
        width: 100% !important; /* Добавлено для выравнивания */
    }

    /* Изображение */
    #rec1198224431 .t537__img,
    #rec1205400826 .t537__img,
    #rec1198233671 .t537__img {
        width: auto !important;
        height: 100% !important;
        max-width: 100% !important;
        object-fit: contain !important;
    }

    /* Текстовая часть с фиксом для выравнивания */
    #rec1198224431 .t537__textwrapper,
    #rec1205400826 .t537__textwrapper,
    #rec1198233671 .t537__textwrapper {
        min-height: 60px !important;
        padding: 10px 5px !important; /* Изменено для лучшего выравнивания */
        display: flex !important;
        flex-direction: column !important;
        justify-content: center !important;
        align-items: center !important; /* Добавлено для центрирования */
        width: 100% !important;
        box-sizing: border-box !important;
    }

    /* Заголовок с фиксом для первой карточки */
    #rec1198224431 .t537__title,
    #rec1205400826 .t537__title,
    #rec1198233671 .t537__title {
        text-align: center !important;
        margin: 0 auto !important; /* Изменено для центрирования */
        padding: 0 !important;
        font-size: 14px !important;
        line-height: 1.3 !important;
        width: 100% !important;
        max-width: 100% !important;
        word-break: break-word !important;
    }

    /* Специальный фикс для первой карточки */
    #rec1198224431 .t537__col:first-child .t537__title,
    #rec1205400826 .t537__col:first-child .t537__title,
    #rec1198233671 .t537__col:first-child .t537__title {
        transform: none !important;
        text-align: center !important;
        margin-left: auto !important;
        margin-right: auto !important;
    }

    /* Фикс для WebKit */
    @supports (-webkit-overflow-scrolling: touch) {
        #rec1198224431 .t537__container,
        #rec1205400826 .t537__container,
        #rec1198233671 .t537__container {
            -webkit-overflow-scrolling: touch !important;
        }
    }
}


@media (max-width: 767px) {
    #rec1200523481 .t-animate,
    #rec1203706526 .t-animate {
        padding-top: 30px !important;
        padding-bottom: 30px !important;
    }
}