header .cont-logo {
    width: 280px;
    min-width: 280px;
    max-width: 280px;
    height: 90px;
}

header .cont-logo .logo {
    width: 100%;
    height: 100%;
    display: block;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}
@media (max-width: 768px) {
    header .cont-logo,
    .cont-search-in-page .cont-logo {
        width: 180px !important;
        min-width: 180px !important;
        max-width: 180px !important;
        height: 60px !important;
    }