.site-footer {
    background-color: #ECECEC;
    padding: 3rem 0;
}

.site-footer .item {
    position: relative;
    padding: 0.5rem 1rem;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    margin: 1.5rem 0;
}

.site-footer .item p {
    padding: 0 1rem;
    margin: 0;
}


.site-footer .it-1 {
    text-align: right;
    width: 50%;
    display: grid;
    grid-template-columns: 90% 10%;
    align-items: center;
}

.site-footer .it-1 img {
    width: auto;
    margin-left: 1em;
}

.site-footer .it-2 {
    text-align: left;
    width: 50%;
}

.site-footer .it-2 .rezos {
    margin-top: -1em;
}

.site-footer .it-2 img {
    width: auto;
    margin-left: 1em;
}

.site-footer .it-3 {
    text-align: center;
    width: 100%;
}

.site-footer .it-3 img {
    width: 150px;
    max-width: 100%;
}

.site-footer .it-5 {
    text-align: left;
    width: 50%;
}

.site-footer .it-4 {
    text-align: right;
    width: 50%;
    display: grid;
    grid-template-columns: 90% 10%;
    align-items: center;
}

.site-footer .it-4 img {
    width: auto;
    margin-left: 1em;
}

.site-footer .it-6 {
    width: 100%;
}

.site-footer .it-6 ul.menu {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.site-footer .it-6 ul.menu li {
    border-bottom: 1px solid #CCC;
    display: block;
    width: 100%;
}

.site-footer .it-6 ul.menu li a {
    padding: 0.8em 1em;
    display: block;
    color: #000000;
}

@media screen and (min-width: 768px) {
    .site-footer {
        background-color: #FFFFFF;
    }
    .site-footer .it-6 {
        width: 100%;
    }

    .site-footer .it-6 ul.menu {
        flex-direction: row;
    }

    .site-footer .it-6 ul.menu li {
        display: inline-block;
        border-left: 1px solid #CCC;
        border-bottom: none;
        width: inherit;
    }

    .site-footer .it-6 ul.menu li:last-child {
        border-right: 1px solid #CCC;
    }

    .site-footer .it-1 {
        width: 50%;
    }

    .site-footer .it-2 {
        width: 50%;
    }

    .site-footer .it-3 {
        width: 100%;
    }

    .site-footer .it-4 {
        width: 50%;
    }

    .site-footer .it-5 {
        width: 50%;
    }
}


@media screen and (min-width: 1280px) {
    /*header a.cpt{left:17%;}*/
    .site-footer {
        padding: 0;
    }

    .site-footer .it-1 {
        width: 20%;
    }

    .site-footer .it-2 {
        width: 20%;
    }

    .site-footer .it-3 {
        width: 20%;
    }

    .site-footer .it-4 {
        width: 20%;
    }

    .site-footer .it-5 {
        width: 20%;
    }

}