footer {
    position: relative;
    display: block;
    margin-top: 24px;
}
.footer-manufacturers {
    position: relative;
    padding: 24px 0;
}

.footer-manufacturers img {
    position: relative;
    display: block;
    margin: 0 auto;
    width: auto !important;
    height: auto !important;
}

.footer-manufacturers .owl-carousel .owl-stage {
    display: flex;
    align-items: center;
}

.footer-main {
    position: relative;
    display: block;
    padding: 24px 0;
    background: #EDEDED;
}

.row-footer-main {
    position: relative;
    display: flex;
    gap: 0px;
    flex-wrap: nowrap;
    align-items: stretch;
    margin: 0 -24px;
    border-bottom: 1px solid #cccccc;;
}

.footer-title {
    position: relative;
    display: block;
    font-size: 20px;
    font-weight: 600;
    color: var(--color-primary);
    margin-bottom: 12px;
    text-align: center;
    text-transform: uppercase;
}

.footer-logo-container,
.footer-menu-container,
.footer-newsletter-container {
    position: relative;
    display: block;
    flex: 1 1 auto;
    width: 25%;
    padding: 0 24px;
    padding-bottom: 24px;
    
}
.row-footer-main > * + * {
    border-left: 1px solid #cccccc;
}

.footer-anpc a {
    position: relative;
    display: block;
    margin-top: 6px;
    text-align: center;
}
.footer-anpc a img {
    max-width: 100%;
}

.footer-social {
    position: relative;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 12px;
    margin-bottom: 24px;
}
.footer-social a {
    position: relative;
    display: block;
    font-size: 24px;
    flex: 0 0 auto;
}

.footer-menu {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 6px;
    margin-bottom: 12px;
}
.footer-menu a {
    position: relative;
    display: block;
}

.footer-copy {
    position: relative;
    display: block;
    text-align: center;
    padding: 24px 0;
    background: #EDEDED;
}
.footer-copy a {
    font-weight: 600;
}
.footer-newsletter {
    position: relative;
}
.footer-newsletter .alert-danger {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 3;
}

.footer-newsletter .btn.btn-primary {
    background: var(--color-primary);
    border-color: var(--color-primary);
}
.footer-newsletter .btn.btn-primary:hover {
    background: var(--color-third);
    border-color: var(--color-third);
}