.header-logo-block {
    position: relative;
    display: block;
    width: 80px;
    height: 34px;
    text-decoration: none;
}

.header-logo-block .header-logo-image {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: center;
    object-position: center;
}

@media (min-width: 375px) {
    .header-logo-block {
        width: 86px;
        height: 36px;
    }
}

@media (min-width: 1200px) {
    .header-logo-block {
        width: 150px;
        height: 63px;
    }
}