footer{
    width: 100%;
    height: 460px;
    background-color: #0A0A0A;
    position: relative;
    color: white;
    overflow: hidden;
}

footer > div{
    float: left;
    width: 33%;
    height: 100%;
    display: flex;
    align-items: center;
}

footer > div > div{
    height: 200px;
}

#footer-logo > div{
    margin: 0 auto;
}

#footer-social p, #footer-license p{
    color: #B9B3B3;
    width: 440px;
}

#footer-social-networks, #footer-licenses{
    margin-top: 30px;
}

.social-network{
    display: inline-block;
    width: 40px;
    height: 40px;
    border-radius: 40px;
    margin-right: 10px;
    overflow: hidden;
}

.social-network a{
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .3s all;
    background-color: #4B4B4B;
}

.social-network a:hover{
    background-color: #146EF4;
}

.social-network > div{
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .3s all;
    background-color: white;
}

#footer-red-1{
    position: absolute;
    left: 0;
    bottom: 0;
}

#footer-red-2{
    position: absolute;
    right: 0;
    bottom: 0;
}

@media only screen and (max-width: 599px) {
    footer{
        height: 515px;
    }

    footer > div{
        float: initial;
        width: 90%;
        margin: 0 auto;
        height: auto;
    }

    footer > div > div{
        height: auto;
    }

    #footer-logo{
        margin-top: 30px !important;
        margin-bottom: 20px !important;
    }

    #footer-logo img{
        width: 160px;
    }

    #footer-social-networks, #footer-licenses {
        margin-bottom: 15px;
        margin-top: 0;
    }

    #footer-social p, #footer-license p{
        font-size: 14px;
        line-height: 24px;
        width: 90%;
    }

    #footer-red-2{
        display: none;
    }
}

@media only screen and (min-width: 600px) and (max-width: 767px){
    footer{
        height: 515px;
    }

    footer > div{
        float: initial;
        width: 90%;
        margin: 0 auto;
        height: auto;
    }

    footer > div > div{
        height: auto;
    }

    #footer-logo{
        margin-top: 30px !important;
        margin-bottom: 20px !important;
    }

    #footer-logo img{
        width: 160px;
    }

    #footer-social-networks, #footer-licenses {
        margin-bottom: 15px;
        margin-top: 0;
    }

    #footer-social p, #footer-license p{
        font-size: 14px;
        line-height: 24px;
        width: 90%;
    }

    #footer-red-2{
        display: none;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px){
    footer{
        height: 515px;
    }

    footer > div{
        float: initial;
        width: 90%;
        margin: 0 auto;
        height: auto;
    }

    footer > div > div{
        height: auto;
    }

    #footer-logo{
        margin-top: 30px !important;
        margin-bottom: 20px !important;
    }

    #footer-logo img{
        width: 190px;
    }

    #footer-social-networks, #footer-licenses {
        margin-bottom: 15px;
        margin-top: 0;
    }

    #footer-social p, #footer-license p{
        line-height: 24px;
        width: 90%;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    #footer-social p, #footer-license p {
        width: 90%;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1727px) {
    #footer-social p, #footer-license p {
        width: 90%;
    }
}
