

/* Start:/bitrix/components/navigator/notificblock/templates/.default/style.css?17479023131622*/
#navNotificBlock{
    position: fixed;
    z-index: 1000;
}

#navNotificBlock.top{
    top: 0;
    width: 100%;
}

#navNotificBlock.bottom{
    bottom: 0;
    width: 100%;
    z-index: 1100;
}

#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:10px;
}

#navNotificBlock .nav-block-notific.active{
    display: block;
}

#navNotificBlock .nav-block-notific.active a{
    font-size: 18px;
}

.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;
}

#navNotificBlock .nav-block-notific.active{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
}

.body{
max-width: 70%;
}
/* End */
/* /bitrix/components/navigator/notificblock/templates/.default/style.css?17479023131622 */
