.elementor-37 .elementor-element.elementor-element-8a5a626{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--gap:0px 0px;--row-gap:0px;--column-gap:0px;}.elementor-37 .elementor-element.elementor-element-4837ad2{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--justify-content:center;}.elementor-widget-theme-site-logo .widget-image-caption{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-37 .elementor-element.elementor-element-0e40144 img{width:100%;}.elementor-37 .elementor-element.elementor-element-f15e203{--display:flex;}.elementor-theme-builder-content-area{height:400px;}.elementor-location-header:before, .elementor-location-footer:before{content:"";display:table;clear:both;}@media(min-width:768px){.elementor-37 .elementor-element.elementor-element-4837ad2{--width:25%;}}/* Start custom CSS for html, class: .elementor-element-52b2b02 *//* =========================
   FOOTER GRID
========================= */
.footer-menus {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 60px;
    padding: 20px 0;
    position: relative;
    font-family: 'Poppins', sans-serif;
}

/* =========================
   VERTICAL LINES
========================= */
.footer-menus::before,
.footer-menus::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    width: 1px;
    background: rgba(0,0,0,0.12);
}

.footer-menus::before {
    left: 33.33%;
}

.footer-menus::after {
    left: 66.66%;
}

/* =========================
   COLUMNS – COMMON
========================= */
.menu-col,
.footer-about {
    display: flex;
    flex-direction: column;
    gap: 14px;
    padding-top: 0; /* единая стартовая линия */
}

/* =========================
   LINKS
========================= */
.menu-col a {
    text-decoration: none;
    color: #222;
    font-size: 15px;
    transition: 0.25s;
}

.menu-col a:hover {
    color: #E3000F;
}

/* =========================
   KUO MES IŠSISKIRIAME
========================= */
.footer-about h3 {
    margin: 0 0 10px 0;   /* УБРАЛИ margin-top */
    font-size: 20px;
    font-weight: 700;
}

.footer-about p {
    margin: 0;
    font-size: 15px;
    line-height: 1.6;
    color: #222;
}

/* =========================
   MOBILE
========================= */
@media (max-width: 900px) {
    .footer-menus {
        grid-template-columns: 1fr;
        gap: 35px;
    }

    .footer-menus::before,
    .footer-menus::after {
        display: none;
    }
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-8a5a626 *//* Убираем белый фон у всех WordPress Menu в футере */
footer .elementor-nav-menu,
footer .elementor-nav-menu * {
    background: transparent !important;
    box-shadow: none !important;
}

/* Меню делаем колонкой и по центру */
footer .elementor-nav-menu--layout-horizontal ul,
footer .elementor-nav-menu--layout-vertical ul {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
}

/* Убираем лишние внутренние контейнеры */
footer .elementor-widget-container {
    background: transparent !important;
    padding: 0 !important;
    margin: 0 !important;
}

/* Контейнер тянем на всю ширину */
footer .elementor-container,
footer .elementor-row {
    width: 100% !important;
    max-width: 100% !important;
}/* End custom CSS */