.footer-desktop{
    position: relative;
    width: 100vw;
    height: 300px;
    background-color: rgb(0, 0, 0);

}

.addr-icon {
    height: 50px;
}

.post-icon {
    height: 35px;
}

.fb-icon {
    height: 45px;
}

.flex-colum-flexb-grow {
    position: relative;
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    flex-grow: grow;
    color: var(--cadet-blue-2);
}

.flex-row-100-wid {
    position: relative;
    gap: 10px;
    width: 100%;
    height: auto;
    display: flex;
    color: var(--cadet-blue-2);
}

.footer-desktop__container{
    padding-left: 15px;
    font-size: 22px !important; 
    width: 100vw;
    height: 100%;
    justify-content: space-around;
    display: flex;
    margin: auto ;
}

.footer-desktop__addr-div {
   
    flex-basis: 20%;
    height: 100%;
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: center;
}


.footer-desktop__menu{
    padding: 30px 0;
    flex-basis: 20%;
    height: 100%;
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: space-around;
    flex-direction: column;
    font-size: 18px;
    color: var(--cadet-blue-2);
}
.footer-desktop__menu span{
    text-align: center;
    line-height: 18px;
}
.footer-desktop__menu div{
    display: flex;
    align-content: center;
    align-items: center;
}

.footer-desktop__menu span a,
.flex-row-100-wid {
    color: var(--cadet-blue-2);
}

@media (max-width:1000px) {
    .footer-desktop{
        height: fit-content;
    }
    .footer-desktop__container{
        justify-content: left;
        align-items: left;
        align-content: left;
        height: fit-content;
        flex-direction: column;
    }
    .footer-desktop__menu {
        flex-basis: 30%;
        justify-content: left;
        align-items: flex-start;
        align-content: left;
        gap: 14px;
    }
    .footer-desktop__menu-web {
        font-size: 1.7rem;
        padding: 2px 0;
    }
    .footer-desktop__logo{
        max-width: 220px;
        align-self: center;
        width: 100vw;
        order: 1;
    }
    .footer-desktop__addr-div{
        margin-bottom: 30px;
        order: 4;
    }
    .footer-desktop__menu-web{
        order: 2;
    }
    .footer_desktop__socjale{
        order: 3;
    }
}