#navNotificBlock{
    position: fixed;
    z-index: 1000;
}

#navNotificBlock .body{
    /*padding: 0px 0 0 10%;*/
    margin-left: 30px;
    margin: 0!important;
    font-size: 12px;
}

#navNotificBlock.top{
    top: 0;
    width: 100%;
}

#navNotificBlock.bottom{
    bottom: 0;
    width: 100%;
    z-index: 1100;
    -webkit-box-shadow: 0px -2px 5px 0px rgb(0 0 0 / 20%);
    -moz-box-shadow: 0px -2px 5px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px -2px 5px 0px rgb(0 0 0 / 20%);
}

#navNotificBlock.left{
    left: 0;
    bottom: 0;
    width: 40%;
}

#navNotificBlock.right{
    right: 0;
    bottom: 0;
    width: 40%;
}

@media (max-width: 460px){
    #navNotificBlock.right {
        width: 100%;
    }
    #navNotificBlock.left {
        width: 100%;
    }
}


#navNotificBlock .nav-block-notific{
    display: none;
}

#navNotificBlock .nav-block-notific{
    margin-bottom: 1px;
    padding:15px;
}

#navNotificBlock .nav-block-notific.active{
    display: block;
}

#navNotificBlock .nav-block-notific.active a{
    font-size: 14px;
}

#navNotificBlock .JS-BUTTON {
    /*padding-right: 15%;*/
    margin-top: 15px;
}

/*.nav-block-notific-button{
    user-select: none;
    border: 1px solid transparent;
    font-weight: 500;
    border-width: 2px;
    font-style: normal;
    letter-spacing: 1px;
    margin: .2rem .4rem;
    white-space: normal;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    word-break: break-word;
    -webkit-align-items: center;
    -webkit-justify-content: center;
    display: -webkit-inline-flex;
    padding: 10px;
    border-radius: 3px;
}*/
