/* kontakt */
.container.container-footer__contact {
    margin-bottom: 0;
}

.container-footer__contact {
    position: relative;
    background-color: var(--red-hi);
    overflow: hidden;
    padding-top: 4rem;
    padding-bottom: 4rem;
}

.container-footer__contact::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: url('../../images/footer/footer-contact-bg.jpg');
    background-size: cover;
    background-position: center;
    opacity: 0.1;
    z-index: 1;
}

.container-footer__contact>* {
    position: relative;
    z-index: 2;
}

.footer-contact {
    color: var(--white);
    text-align: center;
}

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

.footer-contact__slogan {
    margin-top: 1.5rem;
    color: var(--white);
}

.footer-contact__kontakt {
    max-width: 830px;
    margin: 2.25rem auto 0 auto;
    display: flex;
    align-items: center;
    gap: 1rem;
    justify-content: space-between;
    padding: 1.5rem 0;
    border-top: 1px solid var(--white);
    border-bottom: 1px solid var(--white);
}

@media (max-width: 830px) {
    .footer-contact__kontakt {
        flex-direction: column;
        align-items: start;
        gap: 2.5rem;
        max-width: 340px;
    }
}

.footer-contact__kontakt > div {
    display: flex;
    gap: 1rem;
    align-items: center;
}

.footer-contact__kontakt a {
    color: var(--white);
    text-decoration: none;
}

.footer-contact__kontakt a:hover {
    opacity: 0.7;
}

.footer-contact__social {
    max-width: 830px;
    margin: 2.5rem auto 0 auto;
    display: flex;
    align-items: center;
    gap: 2rem;
    justify-content: center;
}

.footer-contact__social a {
    color: var(--white);
    text-decoration: none;
}

.footer-contact__social a:hover {
    opacity: 0.7;
}

.footer-contact__zasady {
    max-width: 830px;
    margin: 2rem auto 0 auto;
    display: flex;
    align-items: center;
    gap: 3rem;
    justify-content: center;
}

@media (max-width: 830px) {
    .footer-contact__zasady {
        flex-direction: column;
        align-items: center;
        gap: 1.25rem;
    }
}

.footer-contact__zasady a {
    color: var(--white);
    text-decoration: none;
}

.footer-contact__zasady a:hover {
    opacity: 0.7;
}

/* brands */
.container-footer__brands {
    position: relative;
    overflow: hidden;
    padding-top: 0;
    padding-bottom: 0;
}

.footer-brands .field--name-field-nadpis {
    text-align: center;
}

.footer-brands .field--name-field-brands {
    margin-top: 3rem;
    display: flex;
    flex-wrap: wrap;
    gap: 3.5rem;
    justify-content: center;
}

.footer-brands .brand-link:hover {
    opacity: 0.7;
}

.footer-brands .brand-link img,
.footer-brands .brand-no-link img {
    height: 70px;
    width: auto;
    display: block;
}