
/* ============================================================
   HOME HEADER ALIGN UP V43
   Поднимаем всю шапку ещё выше
   ============================================================ */

@media (min-width:981px){

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

        transform:translateY(-30px)!important;

    }

}


/* чуть мягче на средних экранах */

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

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

        transform:translateY(-24px)!important;

    }

}


/* tablet/mobile не трогаем */

@media (max-width:980px){

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

        transform:none!important;

    }

}

