
.header-center {
    min-height: 108px;
}
.header-center__wrapper {
    padding: 14px 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.header-center__logo {
    max-width: 200px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: auto;
    float: left;
    min-height: 80px;
    max-height: 80px;
    height: 80px;
}

.header-center__logo img {
    width: 100%;
    height: 100%;
}

.header-center__logo-container {
    width: 300px;
    display: inline-flex;
    justify-content: center;
}

@media (max-width: 1299px) {
    .header-center__logo {
        float: none;
        width: 181px;
        margin: 0 auto;
    }
    .header-center__logo-container {
        display: block;
    }
}

@media (max-width: 991px) {
    .header-center {
        display: none;
    }
}