.home-page-css .g5core-menu-popup .wpml-ls-legacy-list-horizontal {
    display: none;
}
/*  */
@media only screen and (max-width: 600px){
    .logo-home{
        height:auto;
        max-height:180px;
    }
    .all-adress-block .main-screen-adress,
    .all-adress-block .main-screen-time{
        display: none
    }
    .btn.btn-primary.btn-outline.italiana-form,
    .btn.btn-primary.btn-outline.asia-form {
        margin-bottom: 10px;
    }
    .social-icons-block {
        margin-bottom: 10px;
    }
    .main-screen-phone {
        margin-bottom: 10px;
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        justify-content: flex-start;
        align-items: stretch;
        align-content: stretch;
    }
    .main-screen-phone i {
        display: block;
        font-size: 20px;
        line-height: 1.2;
        padding-right: 10px;
    }
    .maim-home-screen-content {
        padding: 55px 0 35px;
    }
    .g5core-site-branding .site-logo {
        max-height: 75px;
    }
    .right-main-screen .logo-center, .left-main-screen .logo-center {
        max-width: 150px;
        width: 100%;
    }
    .wpml-ls-legacy-list-horizontal{
        display: none;
    }
    .g5core-menu-popup{
        width: 100%;
        height: 100%;
        text-align: center;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
        align-content: center;
    }
    .home-page-css .g5core-menu-popup .wpml-ls-legacy-list-horizontal {
        display: block;
        position: absolute;
        top: inherit;
        right: inherit;
        left: inherit;
        z-index: 1;
        bottom: 10px;
    }
    .right-menu-bg,
    .left-menu-bg{
        border: none;
    }
}