.footer{
    background-color: #07101B;
    color: #fff;
}

.footer-header{
    display: flex;
    justify-content: space-between;
    padding-bottom: 50px;
}

.footer-logo{
    width: 145px;
    height: 250px;
    
    background-color: #0A4B8F;
    background-image: url(../img/footer_logo.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 70%;
}

.footer-cols{
    padding-top: 80px;
    display: flex;
    justify-content: space-around;
    flex-wrap: nowrap;
    flex-basis: 80%;
    font-size: 18px;
    color: #fff;
}

    .footer-cols-items-title{
        font-size: 20px;
        color: #C77A20;
        text-transform: uppercase;
        margin-bottom: 20px;
    }

    .footer-list-link{
    }
    
        .footer-list-link a{
            font-size: 18px;
            color: #fff;
            display: block;
        }
        
    .footer-mini-title{
        color: #C1C1C1;
    }
    
.footer-navigation{
    display: flex;
    justify-content: end;
    margin-bottom: 50px;
}

.footer-social{
    display: flex;
}

.footer-social-button{
    width: 55px;
    height: 55px;
    cursor: pointer;
    margin-right: 20px;
    background-position: center;
    background-size: cover;
    border-radius: 10px;
    filter: grayscale(100%);
}
    
    .footer-whatsup{
        background-image: url(../img/whatsup_top_icon.png);
        background-position: center;
        background-size: 100%;
    }
    
    .footer-instagram{
        background-image: url(../img/instagram_top_icon.png);
        background-position: center;
        background-size: 100%;
    }

.footer-buttons-bar{
    flex-basis: 80%;
}

.footer-buttons-bar .button{
    background-color: #fff;
    margin-right: 50px;
}

    .footer-buttons-bar .button:hover{
        background-color: #FF9B26;
        border: 2px solid #FF9B26;
        color: #000;
    }

.footer-bottom{
    border-top: 2px solid #1C242E;
    color: #6A7076;
    padding: 25px;
    box-sizing: border-box;
    text-align: left;
}

@media only screen and (min-width: 1921px) {
    .footer .page-content{
        padding: 0 200px;
    }
}

@media only screen and (max-width: 1920px){
    
    .footer .page-content {
        padding: 0 150px;
    }
    
    .footer-list-link a{
        font-size: 16px;
    }
    
    .footer-cols-items-title{
        font-size: 18px;
    }
    
    .footer-cols{
        font-size: 16px;
    }
    
}

@media only screen and (max-width: 1300px){
    
    .footer .page-content {
        padding: 0 50px;
    }
    
}


@media only screen and (max-width: 768px){
    
    .footer .page-content {
        padding: 0 10px;
        padding: 0px;
    }
    
    .footer-header{
        flex-wrap: wrap;
        padding-bottom: 0px;
    }
    
    .footer-logo{
        flex-basis: 100%;
        height: 120px;
        background-size: 12%;
        margin: 0;
    }
    
    .footer-cols{
        flex-basis: 100%;
        box-sizing: border-box;
        flex-wrap: wrap;
        padding: 0 10px;
        margin-top: 10px;
    }
    
    .footer-cols-items{
        flex-basis: 50%;
        margin-bottom: 25px;
        padding: 25px;
        box-sizing: border-box;
    }
    
    .footer-navigation{
        flex-wrap: wrap;
    }
    
    .footer-social{
        width: 100%;
        justify-content: space-between;
        padding: 0px 30px;
        margin-bottom: 30px;
    }
    
    .footer-social-button{
        margin-right: 0px;
    }
    
    .footer-buttons-bar{
        flex-basis: 100%;
        padding: 0px 30px;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    
    .footer-buttons-bar .button{
        margin-right: 0px;
        margin-bottom: 10px;
        font-size: 16px;
    }
    
    .footer-adress a{
        color: #fff;
    }
    
    .footer-cols{
        justify-content: space-between;
    }
    
    .footer-social{
        justify-content: left;
    }
    
    .footer-social-button {
        margin-right: 15px;
    }
    
}