footer {
    margin-top: 20px;
    position: relative;
    width: 100%;
    background: #fff;
    color: white;

}

.container-footer-all {
    width: 100%;
    max-width: 1000px;
    margin: auto;
    padding: 20px 0px;
}

.container-body {
    display: flex;
    justify-content: space-between;
}

.colum1 {
    max-width: 500px;
}


.colum2 {

    max-width: 500px;

}

.colum3 {
    max-width: 500px;
}


.row,
.row2,
.row3 {

    display: flex;
}

.row img {
    width: 45px;
    cursor: pointer;
}

.row a:hover img {

    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}





.row2 img {

    width: 130px;
    cursor: pointer;
}

.row2 a:hover img {

    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

.row3 img {
    width: 230px;
    cursor: pointer;

}

.row3 a:hover img {

    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}




.container-footer {
    width: 100%;
    background: #101010;
}

.footer {
    max-width: 1200px;
    margin: auto;
    display: flex;
    justify-content: space-between;
    padding: 20px;
}

.copyright {
    color: #C7C7C7;
}

.copyright a {
    text-decoration: none;
    color: white;
    font-weight: bold;
}

.information a {
    text-decoration: none;
    color: #C7C7C7;
}

.information a:hover {
    color: #fff;
}



@media screen and (max-width: 1100px) {
    .container-footer {
        width: 100%;
        background: #101010;
    }

    .container-footer-all {
        padding: 0px;
    }

    .container-body {
        flex-wrap: wrap;
        justify-content: center;
    }

    .colum1,
    .colum2,
    .colum3 {
        margin-top: 20px;



    }

    .row {
        margin-left: 20px;
    }



}



@media screen and (max-width:850px) {


    .row2 img {

        width: 100px;
        cursor: pointer;
    }

}
