/* 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: rgba(17, 14, 9, 0.75);
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    /* 24px */
    letter-spacing: -0.32px;
    text-decoration: none;
}


.godziny-div span {
    color: #D5C19A;
    text-align: right;
    font-family: Trirong;
    font-size: 29px;
    font-style: italic;
    font-weight: 300;
    line-height: 120%;
    /* 34.8px */
    letter-spacing: -1.45px;
}

.footer-logo {
    width: 100%;
}

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

.godziny-otwarcia {
    color: rgba(17, 14, 9, 0.75);
    font-family: Montserrat;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    /* 27px */
    letter-spacing: -0.36px;
}

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

.polityka-footer {
    color: rgba(17, 14, 9, 0.75);
    font-family: Montserrat;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    /* 19.5px */
    letter-spacing: -0.26px;
}

a.policy {
    color: rgba(17, 14, 9, 0.75);
    font-family: Montserrat;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    /* 19.5px */
    text-decoration: none;
    letter-spacing: -0.26px;
}

.circle-footer {
    display: grid;
    place-items: center;
    width: 30px;
    height: 30px;
    border-radius: 10px;
    background: #D5C19A;
    box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.10);
}



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

    .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 */