/* SVYAZKA_LOGO_PACK_V2_START */

.mh-product-logo {
    display: block !important;

    width: min(520px, 100%) !important;
    height: auto !important;
    max-height: none !important;

    margin: 0 0 28px !important;

    object-fit: contain !important;
    object-position: left center !important;
}

@media (max-width: 1320px) {
    .mh-product-logo {
        width: min(500px, 100%) !important;
    }
}

@media (max-width: 768px) {
    .mh-product-logo {
        width: min(350px, 100%) !important;
        margin-bottom: 22px !important;
    }
}

@media (max-width: 420px) {
    .mh-product-logo {
        width: min(310px, 100%) !important;
    }
}

/* SVYAZKA_LOGO_PACK_V2_END */
