footer {
    background-color: var(--black);
}

footer a {
    display: block;
    margin: 0 0 10px 0;
    color: #FFFFFF !important;
}

.footer__wrapper {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
}

.footer__wrapper a,
.footer__box div {
    font-size: 14px;
    font-weight: 500;
    color: #FFFFFF;
}

.footer__logo {
    width: 100%;
    margin: 10px 0 0 0;
    display: flex;
    flex-direction: row !important;
    justify-content: flex-start !important;
    align-items: center !important;
}

.footer__logo .footer__logo__image {
    width: 80px;
    height: 80px;
}

.footer__logo .footer__logo-title {
    margin: 0 0 0 20px;
    color: #FFFFFF;
    font-weight: 600;
}

.footer__category,
.footer__info,
.footer__contact,
.footer__social {
    width: 50%;
    display: flex;
    flex-direction: column;
}

.footer__contact,
.footer__social {
    width: 100%;
}

.footer__category .footer__category-title,
.footer__info .footer__info-title,
.footer__contact .footer__contact-title,
.footer__social .footer__social-title,
.footer__social-duble .footer__social-title {
    margin: 0 0 40px 0;
    font-size: 16px;
    font-weight: 500;
    color: #FFFFFF;
}

.footer__social {
    display: none;
}

.footer__social-duble .footer__social-title {
    margin: 16px 0 20px 0;
}

.footer__box {
    margin: 0 0 10px 0;
    display: flex;
    flex-direction: row;
    align-items: center;
}

.footer__box > a {
    margin: 0;
}

.footer__box .svg {
    width: 24px;
    height: 24px;
    margin: 0 10px 0 0;
}

.map-image {
    background-image: url("../../../../image/svg/map.svg");
}

.phone-two-image {
    background-image: url("../../../../image/svg/phone_two.svg");
}

.email-image {
    background-image: url("../../../../image/svg/email.svg");
}

.instagram-image {
    background-image: url("../../../../image/svg/instagram.svg");
}

.facebook-image {
    background-image: url("../../../../image/svg/facebook.svg");
}

.footer__copyright {
    padding: 50px 0 30px 0;
    text-align: center;
    font-size: 12px;
    color: #ffffff;
}


@media screen and (min-width: 576px) {

}

@media screen and (min-width: 768px) {
    .footer__social {
        display: flex;
    }

    .footer__social-duble {
        display: none;
    }

    .footer__contact,
    .footer__social {
        width: 50%;
    }
}

@media screen and (min-width: 992px) {
    footer .container {
    }

    .footer__wrapper {
        padding: 40px 0 30px 0;
        flex-wrap: nowrap;
        justify-content: space-between;
    }

    .footer__category,
    .footer__info,
    .footer__contact,
    .footer__social {
        width: auto;
    }

    .footer__logo {
        width: 88px;
        margin: 0;
        display: flex;
        flex-direction: column !important;
        align-items: center !important;
    }

    .footer__logo .footer__logo__image {
        width: 88px;
        height: 88px;
    }

    .footer__logo .footer__logo-title {
        margin: 0 0 0 0;
    }
}
