.prostobau-footer {
    background-color: #ffffff !important;
    background: #ffffff !important;
    padding: 60px 0 30px 0 !important;
    margin-top: 0 !important;
    padding-top: 80px !important;
    border-top: 1px solid #e9ecef !important;
    position: relative !important;
    width: 100% !important;
    clear: both !important;
    color: #333 !important;
}

/* Переопределение любых темных фонов - только для контейнеров */

.prostobau-footer-container,
.prostobau-footer-content,
.prostobau-footer-section {
    background-color: transparent !important;
    background: transparent !important;
}

/* Исправление для всех SVG в футере - предотвращение больших иконок */
.prostobau-footer svg.e-font-icon-svg,
.prostobau-footer svg,
.prostobau-footer-list svg,
.prostobau-footer-list li a svg,
.prostobau-footer-list li svg {
    width: 12px !important;
    height: 12px !important;
    min-width: 12px !important;
    max-width: 12px !important;
    min-height: 12px !important;
    max-height: 12px !important;
    display: inline-block !important;
    vertical-align: middle !important;
    flex-shrink: 0 !important;
    box-sizing: border-box !important;
    overflow: visible !important;
}

.prostobau-footer .social-media-list svg.e-font-icon-svg,
.prostobau-footer .social-media-list svg,
.prostobau-footer-social svg,
.prostobau-footer-social li svg,
.prostobau-footer-social li a svg {
    width: 16px !important;
    height: 16px !important;
    min-width: 16px !important;
    max-width: 16px !important;
    min-height: 16px !important;
    max-height: 16px !important;
}

.prostobau-footer::before {
    content: '' !important;
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    height: 3px !important;
    background: linear-gradient(90deg, #FF5B05 0%, #e04a00 100%) !important;
}

.prostobau-footer-container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 40px;
}

.prostobau-footer-content {
    display: grid;
    grid-template-columns: 2.5fr 1.2fr 1.2fr 1.8fr;
    gap: 60px;
    margin-bottom: 40px;
}

/* Улучшенная адаптивность для больших экранов */
@media (min-width: 1200px) {
    .prostobau-footer-container {
        padding: 0 60px;
    }

    .prostobau-footer-content {
        gap: 80px;
    }

    .prostobau-footer-section:not(.prostobau-footer-brand) {
        position: relative;
        padding-left: 30px;
    }

    .prostobau-footer-section:not(.prostobau-footer-brand):before {
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        bottom: 0;
        width: 2px;
        background: linear-gradient(180deg, #FF5B05 0%, transparent 100%);
        opacity: 0.3;
    }
}

/* Левая колонка - Логотип и описание */
.prostobau-footer-brand {
    padding-right: 30px;
}

@media (min-width: 1200px) {
    .prostobau-footer-brand {
        padding-right: 40px;
    }
}

.prostobau-footer-logo {
    margin-bottom: 20px;
}

.footer-logo-img {
    max-width: 80px;
    height: auto;
}

@media (min-width: 1200px) {
    .footer-logo-img {
        max-width: 90px;
    }
}

.prostobau-footer-description {
    margin-bottom: 25px;
}

.prostobau-footer-description p {
    font-size: 14px;
    line-height: 1.6;
    color: #333;
    margin: 0;
}

@media (min-width: 1200px) {
    .prostobau-footer-description p {
        font-size: 15px;
        line-height: 1.7;
    }
}

/* Социальные сети - точная копия prostobau.de */
.prostobau-footer-social {
    margin-top: 20px !important;
}

.social-media-list {
    display: flex !important;
    gap: 15px !important;
    list-style: none !important;
    padding: 0 !important;
    margin: 0 !important;
}

.social-media-list li a {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 40px !important;
    height: 40px !important;
    background-color: #FF5B05 !important;
    color: white !important;
    border-radius: 50% !important;
    text-decoration: none !important;
    transition: all 0.3s ease !important;
}

.social-media-list li a:hover {
    background-color: #e04a00 !important;
    transform: translateY(-2px) !important;
}

.social-media-list li a i {
    font-size: 16px !important;
}

/* SVG иконки для социальных сетей - точная копия prostobau.de */
.social-media-list li a svg {
    width: 16px !important;
    height: 16px !important;
    min-width: 16px !important;
    max-width: 16px !important;
    min-height: 16px !important;
    max-height: 16px !important;
    display: inline-block !important;
    vertical-align: middle !important;
    flex-shrink: 0 !important;
    box-sizing: border-box !important;
    overflow: visible !important;
    min-height: 16px !important;
    max-height: 16px !important;
    fill: white !important;
    display: inline-block !important;
    vertical-align: middle !important;
    flex-shrink: 0 !important;
}

/* Заголовки секций */
.prostobau-footer-title {
    font-size: 18px;
    font-weight: 600;
    color: #333;
    margin-bottom: 20px;
    margin-top: 0;
}

@media (min-width: 1200px) {
    .prostobau-footer-title {
        font-size: 20px;
        margin-bottom: 25px;
    }
}

/* Списки ссылок - точная копия prostobau.de */
.prostobau-footer-list {
    list-style: none !important;
    padding: 0 !important;
    margin: 0 !important;
}

.prostobau-footer-list li {
    margin-bottom: 12px !important;
}

.prostobau-footer-list li a {
    display: flex !important;
    align-items: center !important;
    color: #666 !important;
    text-decoration: none !important;
    font-size: 14px !important;
    padding: 8px 0 !important;
    border-radius: 4px !important;
    transition: all 0.3s ease !important;
}

.prostobau-footer-list li a:hover {
    color: #FF5B05 !important;
    transform: translateX(5px) !important;
}

.prostobau-footer-list li a:hover svg {
    fill: #e04a00 !important;
    transform: translateX(3px) !important;
}

.prostobau-footer-list li a:hover i {
    color: #e04a00 !important;
    transform: translateX(3px) !important;
}

/* SVG иконки стрелок - точная копия prostobau.de */
.prostobau-footer-list li a svg {
    fill: #FF5B05 !important;
    margin-right: 8px !important;
    width: 12px !important;
    height: 12px !important;
    min-width: 12px !important;
    max-width: 12px !important;
    min-height: 12px !important;
    max-height: 12px !important;
    flex-shrink: 0 !important;
    transition: all 0.3s ease !important;
    display: inline-block !important;
    vertical-align: middle !important;
}

.prostobau-footer-list li a i {
    color: #FF5B05 !important;
    margin-right: 8px !important;
    font-size: 12px !important;
    width: 12px !important;
}

.prostobau-footer-list li a span {
    flex: 1 !important;
}

/* Информационная секция */
.prostobau-footer-info-links {
    margin-bottom: 30px;
}

.prostobau-footer-info-links h4 {
    margin: 0 0 15px 0;
    font-size: 16px;
    font-weight: 500;
}

.prostobau-footer-info-links h4 a {
    color: #333;
    text-decoration: none;
    padding: 5px 0;
    display: inline-block;
    border-bottom: 2px solid transparent;
    transition: all 0.3s ease;
}

.prostobau-footer-info-links h4 a:hover {
    color: #FF5B05;
    border-bottom-color: #FF5B05;
}

/* Контактная информация */
.prostobau-footer-contact {
    margin-top: 20px;
}

.prostobau-footer-email {
    padding: 15px;
    background: linear-gradient(135deg, #fff 0%, #f8f9fa 100%);
    border-radius: 8px;
    border: 1px solid #e9ecef;
    transition: all 0.3s ease;
}

.prostobau-footer-email:hover {
    box-shadow: 0 4px 12px rgba(255, 91, 5, 0.1);
    border-color: #FF5B05;
}

.email-label {
    font-size: 12px;
    font-weight: 600;
    color: #666;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 8px;
}

.email-address {
    font-size: 15px;
    color: #333;
    font-weight: 600;
}

/* Адаптивность */
@media (max-width: 992px) {
    .prostobau-footer-content {
        grid-template-columns: 1fr 1fr;
        gap: 30px;
    }

    .prostobau-footer-brand {
        grid-column: 1 / -1;
        text-align: center;
        padding-right: 0;
        margin-bottom: 20px;
    }
}

@media (max-width: 768px) {
    .prostobau-footer {
        padding: 40px 0 20px 0;
        margin-top: 0;
        padding-top: 60px;
    }

    .prostobau-footer-content {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .prostobau-footer-brand {
        text-align: center;
        margin-bottom: 30px;
    }

    /* Логотип по центру */
    .prostobau-footer-logo {
        text-align: center;
    }

    .footer-logo-img {
        display: block;
        margin: 0 auto;
    }

    /* Direktlinks и Leistungen в одном ряду */
    .prostobau-footer-links,
    .prostobau-footer-services {
        display: inline-block;
        width: 48%;
        vertical-align: top;
    }

    .prostobau-footer-links {
        margin-right: 4%;
    }

    /* Information после них, выровненная по центру */
    .prostobau-footer-info {
        text-align: center;
        margin-top: 20px;
    }

    .social-media-list {
        justify-content: center;
    }

    .prostobau-footer-container {
        padding: 0 15px;
    }
}

@media (max-width: 480px) {
    .prostobau-footer {
        padding: 30px 0 15px 0;
        margin-top: 0;
        padding-top: 40px;
    }

    .prostobau-footer-content {
        gap: 25px;
    }

    .prostobau-footer-title {
        font-size: 16px;
        margin-bottom: 15px;
    }

    /* На очень маленьких экранах тоже держим Direktlinks и Leistungen в ряду */
    .prostobau-footer-links,
    .prostobau-footer-services {
        display: inline-block;
        width: 48%;
        vertical-align: top;
    }

    .prostobau-footer-links {
        margin-right: 4%;
    }

    /* Information по центру */
    .prostobau-footer-info {
        text-align: center;
        margin-top: 20px;
    }

    /* Логотип по центру на маленьких экранах */
    .prostobau-footer-logo {
        text-align: center;
    }

    .footer-logo-img {
        display: block;
        margin: 0 auto;
        max-width: 100px;
    }
}

.prostobau-footer-email {
    padding: 0;
}
}

/* Font Awesome иконки - если не подключены */
.fas,
.fab {
    font-family: "Font Awesome 5 Free", "Font Awesome 5 Brands";
    font-weight: 900;
}

.fab {
    font-weight: 400;
}