/* SVYAZKA_PRODUCT_LOGO_V3_START */

.mh-product-logo {
    display: block !important;
    width: clamp(260px, 30vw, 380px) !important;
    max-width: 100% !important;
    height: auto !important;
    min-height: 0 !important;
    max-height: none !important;
    aspect-ratio: 881 / 321 !important;
    margin: 0 0 26px !important;
    object-fit: contain !important;
    object-position: left center !important;
    vertical-align: top !important;
    transform: none !important;
    flex-shrink: 0 !important;
}

/* Если логотип лежит внутри flex/grid-обёртки */
.mh-product-logo-wrap,
.mh-hero-brand,
.mh-brand,
.mh-branding {
    align-items: flex-start !important;
    justify-items: start !important;
    justify-content: flex-start !important;
}

/* Ноутбук / узкий десктоп */
@media (max-width: 1280px) {
    .mh-product-logo {
        width: clamp(250px, 34vw, 340px) !important;
        margin-bottom: 22px !important;
    }
}

/* Планшет */
@media (max-width: 980px) {
    .mh-product-logo {
        width: clamp(240px, 46vw, 320px) !important;
        margin-bottom: 20px !important;
    }
}

/* Телефон */
@media (max-width: 768px) {
    .mh-product-logo {
        width: min(280px, 82vw) !important;
        margin: 0 0 18px !important;
    }
}

/* Узкий телефон */
@media (max-width: 480px) {
    .mh-product-logo {
        width: min(248px, 80vw) !important;
        margin: 0 0 16px !important;
    }
}

/* Очень узкий экран */
@media (max-width: 360px) {
    .mh-product-logo {
        width: min(220px, 78vw) !important;
    }
}

/* SVYAZKA_PRODUCT_LOGO_V3_END */
