
/* ============================================================
   HOME HEADER ALIGN UP V42
   Поднять шапку + одна нижняя линия
   ============================================================ */

@media (min-width:981px){

    /*
     * Основная сетка.
     * Вся группа немного выше.
     */

    html[data-site-theme]
    body.site-home-modern
    .home-nav-v1{

        min-height:94px!important;

        padding-top:8px!important;
        padding-bottom:12px!important;

        align-items:end!important;

        box-sizing:border-box!important;

        transform:translateY(-12px)!important;

    }


    /*
     * ВСЕ шесть колонок имеют одну точку снизу.
     */

    html[data-site-theme]
    body.site-home-modern
    .home-logo-v1,

    html[data-site-theme]
    body.site-home-modern
    .home-catalog-v1,

    html[data-site-theme]
    body.site-home-modern
    .home-links-v1,

    html[data-site-theme]
    body.site-home-modern
    .home-city-v1,

    html[data-site-theme]
    body.site-home-modern
    .site-theme-toggle-v33,

    html[data-site-theme]
    body.site-home-modern
    .home-account-v1{

        align-self:end!important;

        margin-top:0!important;
        margin-bottom:0!important;

        top:auto!important;
        bottom:auto!important;

    }


    /* ===================== LOGO ===================== */

    html[data-site-theme]
    body.site-home-modern
    .home-logo-v1{

        height:64px!important;

        display:flex!important;

        align-items:flex-end!important;
        justify-content:flex-start!important;

        padding:0 0 0 10px!important;

        transform:none!important;

    }


    html[data-site-theme]
    body.site-home-modern
    .home-logo-v1 img{

        display:block!important;

        width:190px!important;
        height:62px!important;

        margin:0!important;

        object-fit:contain!important;
        object-position:left bottom!important;

        transform:none!important;

    }


    /* ===================== CATALOG ===================== */

    html[data-site-theme]
    body.site-home-modern
    .home-catalog-v1{

        height:54px!important;
        min-height:54px!important;
        max-height:54px!important;

        margin:0!important;

        display:flex!important;
        align-items:center!important;
        justify-content:center!important;

        transform:none!important;

    }


    /* ===================== CENTER LINKS ===================== */

    html[data-site-theme]
    body.site-home-modern
    .home-links-v1{

        height:54px!important;
        min-height:54px!important;

        display:flex!important;

        align-items:center!important;
        justify-content:center!important;

        gap:48px!important;

        margin:0!important;
        padding:0!important;

        transform:none!important;

    }


    html[data-site-theme]
    body.site-home-modern
    .home-links-v1 a,

    html[data-site-theme]
    body.site-home-modern
    .home-links-v1 button{

        height:54px!important;

        display:inline-flex!important;

        align-items:center!important;
        justify-content:center!important;

        margin:0!important;
        padding:0 4px!important;

        line-height:1!important;

        transform:none!important;

    }


    /* ===================== CITY ===================== */

    html[data-site-theme]
    body.site-home-modern
    .home-city-v1{

        height:54px!important;
        min-height:54px!important;
        max-height:54px!important;

        margin:0!important;

        align-items:center!important;

        transform:none!important;

    }


    /* ===================== THEME ===================== */

    html[data-site-theme]
    body.site-home-modern
    .site-theme-toggle-v33{

        width:54px!important;
        min-width:54px!important;
        max-width:54px!important;

        height:54px!important;
        min-height:54px!important;
        max-height:54px!important;

        margin:0!important;

        transform:none!important;

    }


    html[data-site-theme]
    body.site-home-modern
    .site-theme-toggle-v33:hover{

        transform:scale(1.05)!important;

    }


    /* ===================== ACCOUNT ===================== */

    html[data-site-theme]
    body.site-home-modern
    .home-account-v1{

        width:54px!important;
        min-width:54px!important;
        max-width:54px!important;

        height:54px!important;
        min-height:54px!important;
        max-height:54px!important;

        margin:0!important;
        padding:0!important;

        display:flex!important;

        align-items:center!important;
        justify-content:center!important;

        transform:none!important;

    }


    /*
     * Принудительно исключаем случай,
     * когда старые патчи ещё двигают
     * отдельные элементы через translateY.
     */

    html[data-site-theme]
    body.site-home-modern
    .home-nav-v1 > *{

        translate:none!important;

    }

}


/* ============================================================
   981–1350
   ============================================================ */

@media (min-width:981px) and (max-width:1350px){

    html[data-site-theme]
    body.site-home-modern
    .home-nav-v1{

        transform:translateY(-9px)!important;

    }


    html[data-site-theme]
    body.site-home-modern
    .home-logo-v1{

        height:60px!important;

    }


    html[data-site-theme]
    body.site-home-modern
    .home-logo-v1 img{

        width:170px!important;
        height:58px!important;

    }


    html[data-site-theme]
    body.site-home-modern
    .home-catalog-v1,

    html[data-site-theme]
    body.site-home-modern
    .home-links-v1,

    html[data-site-theme]
    body.site-home-modern
    .home-city-v1{

        height:50px!important;
        min-height:50px!important;
        max-height:50px!important;

    }


    html[data-site-theme]
    body.site-home-modern
    .home-links-v1 a,

    html[data-site-theme]
    body.site-home-modern
    .home-links-v1 button{

        height:50px!important;

    }


    html[data-site-theme]
    body.site-home-modern
    .site-theme-toggle-v33,

    html[data-site-theme]
    body.site-home-modern
    .home-account-v1{

        width:50px!important;
        min-width:50px!important;
        max-width:50px!important;

        height:50px!important;
        min-height:50px!important;
        max-height:50px!important;

    }

}


/* ============================================================
   MOBILE / TABLET
   старую адаптивную геометрию не ломаем
   ============================================================ */

@media (max-width:980px){

    html[data-site-theme]
    body.site-home-modern
    .home-nav-v1{

        transform:none!important;

    }

}

