/*
==========
= FOOTER =
==========
 */

footer {
    position: relative;
    color: #fff;
    padding-top: 40px;
    padding-bottom: 40px;
}

@media screen and (min-width: 768px) {
    footer {
        padding-top: 80px;
        padding-bottom: 86px;
    }
}

footer:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin-left: auto;
    margin-right: auto;
    background-image: linear-gradient(212deg, #6e6e6e 0%, #444444 100%);

    display: block;
    max-width: 1400px;
    width: 100%;
}

@media screen and (min-width: 768px) {
    footer:before {
        background-image: linear-gradient(245deg, #6e6e6e 0%, #444444 100%);
    }
}

.footer-logo {
    display: block;
    text-decoration: none;
    width: 57px;
    margin-bottom: 26px;
}
@media screen and (min-width: 768px) {
    .footer-logo {
        width: 75px;
        margin-bottom: 26px;
    }
}
.footer-logo svg {
    display: block;
}

.footer-content {
    display: flex;
    justify-content: flex-start;
    align-items: felx-start;
    flex-wrap: wrap;
}

.footer-content-group {
    width: 100%;
    max-width: 418px;
}

@media screen and (min-width: 768px) {
    .footer-content-group {
        border-right: 1px solid #fff;
    }
}

footer p {
    font-size: 16px;
    letter-spacing: 0.6px;
    line-height: 24px;
    margin-bottom: 9px;
}
@media screen and (min-width: 768px) {
    footer p {
        font-size: 18px;
        letter-spacing: 0.6px;
        line-height: 24px;
    }
}
.footer-address,
.footer-times {
    margin-bottom: 18px;
}
@media screen and (min-width: 768px) {
    .footer-address,
    .footer-times {
        margin-bottom: 28px;
    }
}
.timegroup {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
}
@media screen and (min-width: 768px) {
    .time br {
        display: none;
    }
}
.weekday {
    flex: 0 0 57px;
}
.footer-nav-group {
    display: none;
}
@media screen and (min-width: 768px) {
    .footer-nav-group {
        display: block;
        margin-left: 105px;
    }
}

@media screen and (min-width: 900px) {
    .footer-nav-group {
        display: flex;
        justify-content: flex-start;
        align-items: flex-start;
        flex: 1 1 auto;
    }
}
.footer-nav {
    font-weight: 400;
    letter-spacing: 0.44px;
}
@media screen and (min-width: 768px) {
    .footer-nav {
        width: 50%;
        flex: 0 0 50%;
    }

    .footer-nav li {
        margin-bottom: 29px;
    }
}
.footer-nav a {
    text-decoration: none;
}

.footer-nav-3 {
    display: block;
}

@media screen and (min-width: 768px) {
    .footer-nav-3 {
        display: none;
    }
}

@media (hover: hover) {
    footer a:hover {
        text-decoration: underline;
    }
}
