.mb0 {
    margin-bottom: 0;
}
/* footer */
footer {
    padding: 3em 1em;
    color: #fff;
    display: grid;
    grid-template-columns: 1fr 2fr;
    align-items: flex-start;
    font-family: "Open Sans", sans-serif;
    background: black;
}
footer ul li {
    display: inline-block;
}
footer ul li a {
    font-size: 16px;
    border-right: 1px solid #999;
    font-family: "Open Sans", sans-serif;
    font-weight: bold;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding-right: 25px;
    padding-left: 25px;
}
footer ul li:last-of-type a {
    padding-right: 0;
    border: none;
}
footer a {
    color: #fff;
}
footer span {
    display: inline-block;
    margin-bottom: 5px;
}
footer p {
    font-size: 18px;
    margin-top: 15px;
    margin-bottom: 5px;
}
footer .home {
    display: block;
}
footer .home img {
    width: 450px;
}
footer .address {
    margin: 0 0 15px;
}
footer .phone {
    font-size: 16px;
    margin-right: 60px;
    vertical-align: top;
    text-decoration: none;
}
footer .copy {
    font-size: 12px;
    display: block;
    text-align: right;
    margin-top: 45px;
}
footer > div:nth-of-type(2) {
    text-align: right;
}
footer ul li {
    display: inline-block;
    text-align: center;
    font-size: 18px;
    margin: 15px 0;
}
footer ul li a {
    font-size: 16px;
    border-right: 1px solid #999;
    font-family: "Open Sans", sans-serif;
    font-weight: bold;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 0 15px;
    text-decoration: none;
}

@media (max-width: 1099px) {
    footer {
        grid-template-columns: 1fr;
        justify-items: inherit;
        padding: 3em 1em;
    }
    footer .flags {
        margin: 10px auto 0;
        max-width: 90%;
        display: block;
    }
    footer .logo img {
        display: block;
        margin: 0 auto;
        max-width: 100%;
        width: 100%;
    }
    footer .phone,
    footer .address,
    footer .languages,
    footer .mb0{
        margin: 13px 0;
        text-align: center;
        display: inline-block;
        width: 100%;
    }
    footer .address {
        margin: 0 0 15px;
    }
    footer .phone {
        margin-top: 0;
    }
    footer > div:nth-of-type(2) {
        text-align: left;
    }
    footer div:nth-of-type(2) ul {
        margin: 30px 0;
        text-align: center;
    }
    footer .copy {
        position: initial;
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 0 15px;
    }
    footer span {
        margin-bottom: 0;
        margin-left: 3px;
    }
    footer ul li a {
        padding-right: 10px;
        padding-left: 10px;
    }
}