#main #body {
    overflow-x: hidden;
    color: #000!important;

    font-family: "Montserrat", serif;
    font-optical-sizing: auto;
    font-weight: 300;
    font-style: normal;
}

@media (min-width:992px) {

    #main #body .hidden-elements-device[data-device-hidden*='"desktop":true'],
    #main #body footer[data-device-hidden*='"desktop":true'],
    #main #body header[data-device-hidden*='"desktop":true'] {
        display: block
    }

   
}

@media (min-width:768px) and (max-width:991px) {

    #main #body .hidden-elements-device[data-device-hidden*='"tablet":true'],
    #main #body footer[data-device-hidden*='"tablet":true'],
    #main #body header[data-device-hidden*='"tablet":true'] {
        display: block
    }
}

@media (max-width:767px) {

    #main #body .hidden-elements-device[data-device-hidden*='"phone":true'],
    #main #body footer[data-device-hidden*='"phone":true'],
    #main #body header[data-device-hidden*='"phone":true'] {
        display: block
    }

  /*  #ul-id-0-15 {
        display: none!important;
    }
    */
}