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

.pages-footer {
    gap: 92px;
    justify-content: space-around;
    align-items: end;
}



.pages-footer div div a {
    color: #212121;

    font-family: 'Epilogue';
    font-size: 18px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    text-decoration: none;
    transition: all 0.3s ease-in-out;
    padding: 10px;
    border-radius: 10px;
}

.pages-footer div div a:hover {
    background-color: #FF9100;
    color: white;
    box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.10);
}

.godziny-div span {
    color: #FF9100;
    text-align: right;
    font-size: 32px;
    font-style: normal;
    font-weight: 800;
    line-height: 120%;
    /* 38.4px */
    text-transform: uppercase;
    font-family: 'Epilogue';
}

.footer-logo {
    width: 100%;
}

.godziny-otwarcia {
    grid-template-columns: repeat(2, 1fr);
    display: grid;
    gap: 12px;
}

.godziny-otwarcia {
    color: #212121;
    font-family: 'Epilogue';
    font-size: 18px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
}

.desc-footer {
    border-top: 1px solid rgba(33, 33, 33, 0.50);
    padding-top: 24px;
}

.polityka-footer {
    color: #212121;
    font-family: Epilogue;
    font-size: 18px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
}

a.policy {
    text-decoration: none;
    color: black;
    transition: all 0.2s ease-in-out;
}

.circle-footer {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    background: #FF9100;
    border-radius: 28px;
    color: #FFF;
    padding: 6px 10px;
    font-family: Epilogue;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
}

a.policy:hover {
    color: #FF9100;
}

@media screen and (min-width: 992px) {
    .mega-sub-menu {
        box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.25) !important;
    }
}

@media screen and (max-width: 992px) {
    #mega-menu-wrap-header-menu .mega-menu-toggle.mega-menu-open+#mega-menu-header-menu {
        /* From https://css.glass */
        background: rgba(0, 0, 0, 0.5) !important;
        border-radius: 0px 0px 16px 16px !important;
        box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1) !important;
        backdrop-filter: blur(9px) !important;
        -webkit-backdrop-filter: blur(9px) !important;
    }

    #mega-menu-wrap-header-menu #mega-menu-header-menu>li.mega-menu-item {
        padding: 12px 12px 0px 12px !important;
    }

    .mega-menu-toggle {
        background-color: transparent !important;
    }

    .whole-footer {
        gap: 36px;
    }

    .footer-1-mobil {
        display: flex;
        justify-content: center;
    }

    .footer-1-mobil {
        order: 1;
    }

    .pages-footer {
        gap: 12px !important;
        align-items: center;
    }

    .footer-3-mobil {
        order: 3;
    }

    .pages-footer {
        gap: 92px;
        justify-content: space-around;
        align-items: end;
    }

    .footer-2-mobil {
        order: 2;
    }

    .desc-footer {
        align-items: center;
        gap: 24px;
    }

    .footer-logo {
        width: 30%;
    }

    .pages-footer div {
        align-items: center;
    }
}



/* end of footer */