.elementor-17355 .elementor-element.elementor-element-71bcf4d{--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;}.elementor-theme-builder-content-area{height:400px;}.elementor-location-header:before, .elementor-location-footer:before{content:"";display:table;clear:both;}/* Start custom CSS for html, class: .elementor-element-8ce6753 */.custom-footer {
    background: #ffffff;
    padding-top: 40px;
    border-top: 1px solid #eee;
}

.footer-container {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    padding: 0 15px;
    gap: 30px;
}

.footer-col { flex: 1; }

/* Колонка 1 */
.footer-logo-block { display: flex; align-items: center; margin-bottom: 15px; }
.footer-logo { height: 45px; margin-right: 12px; }
.f-brand { display: block; font-weight: bold; color: #5a2d6d; font-size: 18px; line-height: 1; }
.f-sub { font-size: 16px; color: #5a2d6d; letter-spacing: 1px; }
.footer-desc { color: #888; font-size: 14px; line-height: 1.4; }

/* Колонка 2 (Сетка ссылок) */
.footer-links {
    display: grid;
    grid-template-columns: repeat(2, 1fr); /* 2 колонки ссылок */
    gap: 10px 20px;
    list-style: none !important;
    padding: 0 !important;
    margin: 0 !important;
}
.footer-links li a {
    text-decoration: none;
    color: #DAAA33; /* Золотистый цвет из вашего меню */
    font-size: 14px;
    transition: 0.3s;
}
.footer-links li a:hover { color: #666666; }

/* Колонка 3 */
.contacts-col { font-size: 14px; color: #333; line-height: 1.6; }
.f-phone a { font-weight: bold; color: #5a2d6d; text-decoration: none; font-size: 16px; }
.f-email a { color: #333; text-decoration: none; }
.f-schedule { margin-top: 15px; color: #666; }

/* Желтая полоса */
.footer-bottom {
    background: #DAAA33;
    margin-top: 40px;
    padding: 10px 0;
    color: #fff;
    font-size: 13px;
}

/* Адаптив для мобильных */
@media (max-width: 768px) {
    .footer-container { flex-direction: column; text-align: center; }
    .footer-links { grid-template-columns: 1fr; }
    .footer-logo-block { justify-content: center; }
}


/* Выстраиваем логотип и текст в футере в одну линию */
.footer-logo-link {
    display: flex !important; /* Включает гибкий контейнер для ссылки */
    align-items: center !important; /* Центрирует картинку и текст по вертикали */
    text-decoration: none !important; /* Убирает подчеркивание у текста-ссылки */
}

.footer-logo {
    margin-right: 15px !important; /* Расстояние между картинкой и текстом */
}

.footer-logo-text {
    display: flex;
    flex-direction: column; /* Текст "Приморская" над "Скупка" */
}

/* По умолчанию на десктопе заголовки и плюсики не нужны */
.footer-toggle { display: none; }

@media (max-width: 768px) {
    .footer-toggle {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 15px 0;
        border-bottom: 1px solid #eee;
        cursor: pointer;
        font-size: 16px;
        color: #5a2d6d;
        margin: 0;
    }

    /* Скрываем контент по умолчанию на мобильных */
    .footer-links, .footer-content {
        display: none;
        padding: 15px 0;
    }

    /* Когда добавлен класс active (через JS) — показываем */
    .footer-col.active .footer-links,
    .footer-col.active .footer-content {
        display: block !important;
    }

    /* Поворот плюсика */
    .footer-col.active .footer-toggle span {
        transform: rotate(45deg);
    }
}/* End custom CSS */