<?
require($_SERVER["DOCUMENT_ROOT"]."/bitrix/header.php");
$APPLICATION->SetTitle("mobile.css");
?>@media screen and (max-width: 767px) {
    

    html body #header-two,
    html body .header-two {
        position: fixed !important; 
        top: 0 !important;
        left: 0 !important;
        width: 100% !important;
        height: auto !important;
        z-index: 999999 !important;
        background: #ffffff !important;
        background-color: #ffffff !important;
        box-shadow: 0 2px 10px rgba(0,0,0,0.08) !important;
        transform: none !important; 
        transition: none !important; 
        margin: 0 !important;
        display: block !important;
    }


    html body {
        padding-top: 75px !important; 
    }


    html body .header-two__main { 
        display: grid !important;
        grid-template-columns: 44px 1fr 44px 44px !important;
        align-items: center !important;
        gap: 5px !important;
        padding: 5px 10px !important;
        min-height: 60px !important;
        max-height: 70px !important;
        box-sizing: border-box !important;
        float: none !important;
    }
    

    html body .header-two__main-mobile { 
        grid-column: 1 !important; 
        display: flex !important; 
        justify-content: center !important; 
        align-items: center !important; 
        margin: 0 !important;
        float: none !important;
    }
    
    html body .header-two__logo { 
        grid-column: 2 !important; 
        display: flex !important; 
        flex-direction: column !important; 
        align-items: center !important; 
        justify-content: center !important; 
        margin: 0 !important;
        float: none !important;
    }
    
    html body .header-two__search { 
        grid-column: 3 !important; 
        display: flex !important; 
        justify-content: center !important; 
        align-items: center !important; 
        margin: 0 !important; 
        width: 44px !important; 
        overflow: hidden !important;
        float: none !important;
    }
    

    html body .header-two__search input { 
        display: none !important; 
    }
    
    html body .header-two__basket { 
        grid-column: 4 !important; 
        display: flex !important; 
        justify-content: center !important; 
        align-items: center !important; 
        margin: 0 !important;
        float: none !important;
    }
    

    html body .header-two__logo img { 
        max-height: 32px !important; 
        width: auto !important; 
        object-fit: contain !important; 
    }
    
    html body .header-two__logo p { 
        margin: 0 !important; 
        font-size: 10px !important; 
        line-height: 1.1 !important; 
        text-align: center !important; 
    }


    html body .header-two__btn-fixed-menu,
    html body .header-two__city,
    html body .header-two__contact,
    html body .header-two__personal {
        display: none !important;
        opacity: 0 !important;
        visibility: hidden !important;
    }
}<?require($_SERVER["DOCUMENT_ROOT"]."/bitrix/footer.php");?>