.navbar-brand {
    padding: 0;
    img {
        display: block;
        width: 160px !important;
        height: 50px;
        margin-right: -30px;
    }
}
@media (min-width: 48em) {
    .navbar-brand img {
        width: 150px !important;
    }
}
@media (min-width: 62em) {
    .navbar-brand img {
        width: 200px !important;
    }
}
@media (min-width: 75em) {
    .navbar-brand img {
        width: 240px !important;
    }
}

.foot__copy {
    padding-left: 200px !important;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: .875rem;
    color: #697882;
    background: url("../img/logo-foot.svg") no-repeat 0 0;
    background-size: 130px 40px
}
.foot__copy.cz {
    background: url("../img/logo70cz-foot.svg") no-repeat 0 0;
    background-size: 180px 40px;
}
.foot__copy.en {
    background: url("../img/logo70en-foot.svg") no-repeat 0 0;
    background-size: 180px 40px;
}