﻿


@media screen and (max-width: 850px) {

    .menu-header .grid_section {
        display: grid;
        width: 100%;
        margin: 0 auto;
        grid-template-columns: 160px auto;
        align-items: center;
        max-width: 1200px;
/*        box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1);
*/        border-radius: 10px;
    }

}


@media screen and (max-width: 767px) {

    .descktop_only {
        display: none;
    }


    .menu-wrap .menu-header {
        padding: 0 15px;
    }

    .menu-header .grid_section {
        grid-template-columns: 210px auto;
    }

    .logo_descktop {
        /* width: 100%; */
        height: 32px;
    }


}