
/* ============================================================
   HOME HEADER BOTTOM ALIGN V41
   Единая нижняя линия элементов шапки
   ============================================================ */

@media (min-width:981px){

    /*
     * Вся шапка получает одну нижнюю точку.
     */

    body.site-home-modern
    .home-nav-v1{

        min-height:104px!important;

        align-items:end!important;

        padding-top:14px!important;
        padding-bottom:14px!important;

        box-sizing:border-box!important;

    }


    /*
     * Все основные блоки привязываем
     * именно к НИЗУ сетки.
     */

    body.site-home-modern
    .home-logo-v1,

    body.site-home-modern
    .home-catalog-v1,

    body.site-home-modern
    .home-links-v1,

    body.site-home-modern
    .home-city-v1,

    body.site-home-modern
    .site-theme-toggle-v33,

    body.site-home-modern
    .home-account-v1{

        align-self:end!important;

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

    }


    /* ========================================================
       ЛОГО
       ======================================================== */

    body.site-home-modern
    .home-logo-v1{

        height:68px!important;

        display:flex!important;

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

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

    }


    body.site-home-modern
    .home-logo-v1 img{

        display:block!important;

        height:64px!important;

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

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

    }


    /* ========================================================
       КАТАЛОГ
       ======================================================== */

    body.site-home-modern
    .home-catalog-v1{

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

        margin-bottom:0!important;

    }


    /* ========================================================
       ЦЕНТРАЛЬНЫЕ ССЫЛКИ
       ======================================================== */

    body.site-home-modern
    .home-links-v1{

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

        display:flex!important;

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

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

    }


    /*
     * Сам текст опускаем к общей нижней линии.
     * Низ текста теперь совпадает визуально
     * с низом остальных элементов.
     */

    body.site-home-modern
    .home-links-v1 a,

    body.site-home-modern
    .home-links-v1 button{

        height:auto!important;

        min-height:0!important;

        display:inline-flex!important;

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

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

        line-height:1!important;

        vertical-align:bottom!important;

    }


    /* ========================================================
       ГОРОД
       ======================================================== */

    body.site-home-modern
    .home-city-v1{

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

        margin-bottom:0!important;

    }


    /* ========================================================
       ТЕМА
       ======================================================== */

    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-bottom:0!important;

    }


    /* ========================================================
       ЛК
       ======================================================== */

    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-bottom:0!important;

        display:flex!important;

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

    }

}


/*
 * Средний desktop:
 * сохраняем ту же нижнюю линию,
 * немного уменьшаем элементы.
 */

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

    body.site-home-modern
    .home-nav-v1{

        min-height:96px!important;

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

    }


    body.site-home-modern
    .home-logo-v1{

        height:62px!important;

    }


    body.site-home-modern
    .home-logo-v1 img{

        height:58px!important;

    }


    body.site-home-modern
    .home-catalog-v1,

    body.site-home-modern
    .home-city-v1{

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

    }


    body.site-home-modern
    .home-links-v1{

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

    }


    body.site-home-modern
    .home-links-v1 a,

    body.site-home-modern
    .home-links-v1 button{

        margin-bottom:9px!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;

    }

}

