.uc-text_title {
    { color: white; text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000; }
}

.glwrapper {
    background-color: #16181B;
}

.t-beforeafter__image {

border-top: 3px solid #C9A24D;
border-bottom: 3px solid #C9A24D;
}


/* =========================================
   AGMA — PREMIUM FOOTER T344
   ========================================= */

/* ---------- DESKTOP ---------- */

.t344 .t344__title {
    letter-spacing: 0.04em;
    line-height: 1.3;
}

.t344 .t344__descr {
    line-height: 1.55;
}

.t344 .t344__descr ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.t344 .t344__descr li {
    margin: 0 0 7px 0;
    padding: 0;
}

.t344 .t344__descr a {
    text-decoration: none !important;
    transition: opacity 0.2s ease;
}

.t344 .t344__descr a:hover {
    opacity: 0.65;
}


/* =========================================
   MOBILE — 2 КОЛОНКИ
   ========================================= */

@media screen and (max-width: 640px) {

    /* Контейнер */
    .t344 .t-container {
        display: flex !important;
        flex-wrap: wrap !important;
        align-items: flex-start !important;

        padding-left: 10px !important;
        padding-right: 10px !important;
    }


    /* 4 блока → 2 × 2 */
    .t344 .t344__col {
        width: 50% !important;
        max-width: 50% !important;
        flex: 0 0 50% !important;

        margin-left: 0 !important;
        margin-right: 0 !important;

        padding-left: 10px !important;
        padding-right: 10px !important;

        box-sizing: border-box !important;
    }


    /* Заголовки */

    .t344 .t344__title {
        margin: 0 0 14px 0 !important;

        font-size: 12px !important;
        font-weight: 500 !important;

        letter-spacing: 0.08em !important;
        line-height: 1.35 !important;

        text-transform: uppercase;
    }


    /* Описание */

    .t344 .t344__descr {
        margin: 0 !important;

        font-size: 13px !important;
        line-height: 1.55 !important;
    }


    /* Список */

    .t344 .t344__descr ul {
        margin: 0 !important;
        padding: 0 !important;

        list-style: none !important;
    }


    /* Пункты */

    .t344 .t344__descr li {
        position: relative;

        margin: 0 0 8px 0 !important;
        padding: 0 0 0 11px !important;

        line-height: 1.45 !important;
    }


    /* Маленькая точка вместо стандартного bullet */

    .t344 .t344__descr li::before {
        content: "";

        position: absolute;
        left: 0;
        top: 0.62em;

        width: 3px;
        height: 3px;

        border-radius: 50%;

        background: currentColor;
        opacity: 0.45;
    }


    /* Ссылки */

    .t344 .t344__descr a {
        text-decoration: none !important;
    }


    /* Вертикальный ритм между двумя рядами */

    .t344 .t344__col:nth-of-type(1),
    .t344 .t344__col:nth-of-type(2) {
        margin-bottom: 42px !important;
    }


    /* Убираем служебный элемент Tilda */

    .t344 .t344__floatbeaker_lr3 {
        display: none !important;
    }

}


/* =========================================
   SMALL MOBILE
   ========================================= */

@media screen and (max-width: 380px) {

    .t344 .t-container {
        padding-left: 6px !important;
        padding-right: 6px !important;
    }

    .t344 .t344__col {
        padding-left: 7px !important;
        padding-right: 7px !important;
    }

    .t344 .t344__title {
        font-size: 11px !important;
        letter-spacing: 0.07em !important;
        margin-bottom: 12px !important;
    }

    .t344 .t344__descr {
        font-size: 12px !important;
        line-height: 1.5 !important;
    }

    .t344 .t344__descr li {
        margin-bottom: 7px !important;
    }
}