footer{
    width: 100%; 
    background-color: #f9f9fb;
    height: 200px;
    position: relative;
    transform: translateY(0%);
}

.footer-container{
    width: 100%; 
    height: 200px;  
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #656565;
}

.footer-top ul{
    display: flex;
    flex-direction: column;
}

.footer-top ul li{
    list-style: none;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.footer-top ul li:nth-child(1){
    margin-bottom: 10px;
}

.footer-top ul li:nth-child(3){
    margin-top: 5px;
}


@media (max-width:768px){
/*     .footer-top{
        padding: 0 20px 0 20px;
    } */

    .footer-top ul{
        font-size: 15px;
        margin-bottom: 90px;
    }

    .footer-top ul li{
        flex-direction: row;
    }

    .footer-top ul li .adress{
        width: 100%;
    }

/*     .footer-container{
        position: absolute;
        bottom: -35px;
    } */
    footer{
        transform: translateY(45%);
    }

    .footer-container{
        font-weight: bold;
        height: 250px;
    }

    .company__info .divider{
        display: none;
    }

    .company__info span{
        margin: 5px;
    }
    
}


@media (max-width:680px){

    
}

@media (max-width:580px){

/*     footer{
        height: 300px;
    } */

/*     .footer-top ul li:nth-child(1) {
        order: 2;
        margin-bottom: 0px;
        margin-top: 15px;
    }

    .footer-top ul li:nth-child(2) {
        order: 1;
        
    }

    .footer-top ul li:nth-child(3) {
        order: 3;
        margin-top: 15px;
    }

    .footer-top ul li:nth-child(4) {
        order: 4;
        margin-top: 15px;
    } */

/*     .footer-container{
        height: 300px;
    } */


}

@media (max-width:480px){

    .footer-top ul{
        font-size: 11px;
    }
    
}

@media (max-width:370px){

    .footer-top ul{
        font-size: 11px;
    }
    
}
