footer{
    background: white;
    width: 100%;
    height: auto;
    /*padding-bottom: 40px;*/
}

#footer-contacts{
    width: 100%;
    height: 120px;
    display: flex;
    align-items: center;
    font-size: 18px;
    border-bottom: 1px solid #9747FF;
}

#footer-contacts > div{
    width: 90%;
    margin: 0 auto;
    height: auto;
    text-align: center;
}

.contact{
    display: inline-block;
    margin: -5px 20px 5px 20px;
    cursor: pointer;
}

.contact a, .contact label{
    cursor: pointer;
    transition: .2s all;
}

.contact a:hover{
    color: #9747FF;
}

.contact img{
    position: relative;
    top: 10px;
}

#footer-privacy{
    width: 100%;
    height: 120px;
    display: flex;
    align-items: center;
    font-size: 18px;
    /*color: #82807a;*/
}

#footer-privacy > div{
    width: 90%;
    height: auto;
    margin: 0 auto;
    text-align: center;
}

#footer-privacy img{
    width: 190px;
    margin-right: 20px;
}

#footer-privacy a{
    position: relative;
    top: -11px;
}

#footer-privacy a:hover{
    color: #9747FF;
}


@media only screen and (max-width: 599px) {
    #footer-contacts{
        font-size: 16px;
        height: auto;
    }

    .contact{
        margin: 0px 20px 10px 20px;
    }

    #footer-privacy{
        font-size: 14px;
    }

    #footer-privacy img {
        display: block;
        margin: 0 auto;
    }

    #footer-privacy a{
        top: 15px;
    }
}

@media only screen and (min-width: 600px) and (max-width: 767px){
    .contact{
        display: block;
        margin: 0px 20px 10px 20px;
    }

    #footer-privacy img {
        display: block;
        margin: 0 auto;
    }

    #footer-privacy a{
        top: 15px;
    }
}
