@media (min-width: 1024px) {
    .simple-header {
        height: 58px !important;
        margin-top: 1em;
    }
    .simple-header .header-contact, .simple-header .header-email {
        margin-top: -0.55em;
    }
    .header {
        height: 80px;
        padding-top: 1em;
    }
    .header-logo a {
        margin-top: -1.15em !important;
    }
    .header-logo .header-logo-title a {
        margin-top: -0.25em !important;
    }
}
@media (max-width: 1023px) {
    .header {
        height: 76px !important;
        padding-top: 0.3em;
        margin-bottom: -1.4em;
    }
    .header .header-content>* {
        height: initial;
        min-height: initial;
    }
    .header i-search .cba-search-box--active {
        margin-top: 1.2em;
    }
    .header-logo a {
        margin-top: -0.02em;
    }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
    .simple-header {
        height: 72px !important;
    }
    .simple-header__logo .header-logo {
        margin-top: initial !important;
    }
}
@media screen and (max-width: 767px) {
    .simple-header__info .header-contact, .simple-header__info .header-email {
        margin-top: 1.75em !important;
    }
}