/* FOOTER */
footer {
    background-color: #f8f8f8;
}

footer .footer-container {
    padding-top: 96px;
    padding-bottom: 96px;
}

footer .logo-footer {
    width: 15%;
    object-fit: contain;
}

footer .footer-container .footer-menu,
footer .footer-container .footer-times {
    display: flex;
    width: auto;
}

footer .menu-menu-container {
    display: flex;
    align-items: center;
    justify-content: center;
}

footer .menu-menu-container .footer-nav {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(3, auto);
    row-gap: 4px;
    column-gap: 32px;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

footer .menu-menu-container .footer-nav li {
    display: flex;
    align-items: center;
    justify-content: start;
}

footer .menu-menu-container .footer-nav li a {
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    padding: 10px;
    border: 1px solid transparent;
    border-radius: 60px;
    color: #151515 !important;
    font-family: "Montserrat", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 300;
    line-height: 150%;
    transition: all 0.3s ease-in-out;
}

footer .menu-menu-container .footer-nav li.current-menu-item a {
    font-weight: 600;
}

footer .menu-menu-container .footer-nav li a:hover {
    color: #C2A57D !important;
    border: 1px solid #C2A57D;
}

footer .footer-hours {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 16px;
}

footer .footer-hours h4 {
    color: #151515;
    text-align: justify;
    font-family: "Montserrat", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%;
    margin: 0;
}

footer .footer-hours .hours-items {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 32px;
    width: 100%;
}

footer .footer-hours .hours-items .hour-item {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: stretch;
    gap: 16px;
    color: #151515;
    text-align: justify;
    font-family: "Montserrat", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 300;
    line-height: 150%;
}

footer .footer-hours .hours-items .hour-item .day {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

footer .footer-hours .hours-items .hour-item .hours {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

footer .bg-white {
    padding: 48px 16px;
    background: #FFF;
    box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.15);
}

footer .footer-socials .btn-cotainer {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
}

footer .footer-socials .btn-cotainer {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 16px;
}

footer .footer-socials .btn-cotainer .btn-global {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    padding: 10px 16px;
    border-radius: 26px;
    background: #C2A57D;
    border: 3px solid #C2A57D;
    color: #FFF;
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    text-decoration: none;
    line-height: 142.712%;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.10);
    transition: all 0.3s ease-in-out;
}

footer .footer-socials .btn-cotainer .btn-global svg {
    width: 20px;
    height: 20px;
}

footer .footer-socials .btn-cotainer .btn-global svg path {
    stroke: #FFF;
    transition: all 0.3s ease-in-out;
}

footer .footer-socials .btn-cotainer .btn-global:hover {
    background: #fff;
    border: 3px solid #C2A57D;
    color: #C2A57D;
}

footer .footer-socials .btn-cotainer .btn-global:hover svg path {
    stroke: #C2A57D;
}

/* BTN FACEBOOK */
footer .footer-socials .btn-cotainer .btn-global.fb {
    background: #3C579E;
    border: 3px solid #3C579E;
    color: #fff;
}

footer .footer-socials .btn-cotainer .btn-global.fb:hover {
    background: #fff;
    color: #3C579E;
}

footer .footer-socials .btn-cotainer .btn-global.fb:hover svg path {
    stroke: #3C579E;
}

/* BTN REGULAMIN */
footer .footer-socials .btn-cotainer .btn-global.regulamin svg {
    stroke: none;
    fill: #FFF;
    transition: all 0.3s ease-in-out;
}

footer .footer-socials .btn-cotainer .btn-global.regulamin:hover svg {
    fill: #C2A57D;
}

footer .footer-socials .btn-cotainer .btn-global.regulamin svg path:nth-child(1) {
    stroke: none;
    fill: none;
}

footer .footer-socials .btn-cotainer .btn-global.regulamin svg path:nth-child(2) {
    stroke: none;
    fill: #FFF;
    transition: all 0.3s ease-in-out;
}

footer .footer-socials .btn-cotainer .btn-global.regulamin:hover svg path:nth-child(1) {
    stroke: none;
    fill: none;
}

footer .footer-socials .btn-cotainer .btn-global.regulamin:hover svg path:nth-child(2) {
    fill: #C2A57D;
}

footer .footer-socials .btn-cotainer .btn-global.ig {
    position: relative;
    border: unset;
    background: linear-gradient(92deg, #DE2BA1 0%, #F4DE10 100%);
    background-size: 200% 200%;
    background-position: left;
    transition: background-position 0.4s ease-in-out;
    z-index: 2;
}

footer .footer-socials .btn-cotainer .btn-global.ig::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 3px;
    border-radius: 69px;
    background: linear-gradient(92deg, #DE2BA1 0%, #F4DE10 100%);
    background-size: 200% 200%;
    background-position: left;
    -webkit-mask: linear-gradient(#fff 0 0);
    mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    z-index: 2;
    transition: background-position 0.4s ease-in-out;
}

footer .footer-socials .btn-cotainer .btn-global.ig::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 3px;
    border-radius: 69px;
    background: #fff;
    opacity: 0;
    z-index: 0;
    transition: all 0.4s ease-in-out;
}

footer .footer-socials .btn-cotainer .btn-global.ig .kontakt-span-svg {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
    z-index: 2;
}

footer .footer-socials .btn-cotainer .btn-global.ig span svg path {
    fill: white !important;
    stroke: unset !important;
    transition: fill 0.4s ease-in-out;
}

footer .footer-socials .btn-cotainer .btn-global.ig .text {
    position: relative;
    border: unset;
    background-size: 200% 200%;
    background-position: left;
    transition: background-position 0.4s ease-in-out;
    z-index: 2;
}

footer .footer-socials .btn-cotainer .btn-global.ig:hover {
    border: unset;
    background-position: center;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

footer .footer-socials .btn-cotainer .btn-global.ig:hover::before {
    background-position: center;
}

footer .footer-socials .btn-cotainer .btn-global.ig:hover::after {
    opacity: 1;
}

footer .footer-socials .btn-cotainer .btn-global.ig:hover span svg path {
    fill: url(#gradient-fill-ig) !important;
    stroke: unset !important;
}

footer .footer-socials .btn-cotainer .btn-global.ig:hover .text {
    border: unset;
    background: linear-gradient(92deg, #DE2BA1 0%, #F4DE10 100%);
    background-position: center;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

footer .footer-socials .footer-privacy {
    padding-top: 38px;
}

footer .footer-socials .footer-icons-link {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
}

footer .footer-socials .footer-icons-link .sf-icon-size {
    width: 45px;
    height: 45px;
}

footer .footer-socials .footer-icons-link .sf-footer-privacy {
    color: #151515;
    text-align: right;
    font-family: "Montserrat", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
}

@media only screen and (max-width: 1200px) {
    footer .menu-menu-container .footer-nav {
        column-gap: 16px;
    }

    footer .menu-menu-container .footer-nav li a {
        padding: 8px;
        font-size: 16px;
    }

    footer .footer-socials .btn-cotainer .btn-global {
        font-size: 13px;
        padding: 10px 14px;
    }
}


@media only screen and (max-width: 992px) {
    footer .footer-container {
        padding-top: 64px;
        padding-bottom: 64px;
    }

    footer .footer-container .footer-menu,
    footer .footer-container .footer-hours {
        width: 55%;
    }

    footer .logo-footer {
        width: 35%;
    }

    footer .menu-menu-container {
        width: 100%;
    }

    footer .menu-menu-container .footer-nav {
        width: 100%;
    }

    footer .menu-menu-container .footer-nav {
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: auto;
        row-gap: 8px;
        column-gap: normal;
    }

    footer .menu-menu-container .footer-nav li:nth-child(odd) {
        justify-content: start;
        text-align: start;
    }

    footer .menu-menu-container .footer-nav li:nth-child(even) {
        justify-content: end;
        text-align: end;
    }

    footer .menu-menu-container .footer-nav li a {
        font-size: 15px;
    }

    footer .footer-hours .hours-items {
        padding-left: 8px;
        padding-right: 8px;
    }

    footer .footer-hours .hours-items .hour-item {
        width: 100%;
    }

    footer .footer-hours .hours-items .hour-item .day,
    footer .footer-hours .hours-items .hour-item .hours {
        font-size: 15px;
    }

    footer .footer-socials .btn-cotainer .btn-global {
        font-size: 13px;
        padding: 8px 12px;
    }

    footer .footer-socials .btn-cotainer .btn-global svg {
        width: 16px;
        height: 16px;
    }
}

@media only screen and (max-width: 768px) {

    footer .footer-container .footer-menu,
    footer .footer-container .footer-hours {
        width: 60%;
    }

    footer .menu-menu-container {
        width: 100%;
    }

    footer .menu-menu-container .footer-nav {
        width: 100%;
    }

    footer .menu-menu-container .footer-nav li a {
        padding: 7px;
        font-size: 13px;
        white-space: nowrap;
    }

    footer .footer-hours .hours-items .hour-item .day,
    footer .footer-hours .hours-items .hour-item .hours {
        font-size: 13px;
    }
}

@media only screen and (max-width: 576px) {
    footer .logo-footer {
        width: 50%;
    }

    footer .footer-container .footer-menu,
    footer .footer-container .footer-hours {
        width: 100%;
    }
}