.notifications-block{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99999;
}

.notifications-block__item{
    padding: 15px;
    background: #ff8d00;
    color: #fff;
    display: flex;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

.notifications-block__item-close-btn{
    border: 0;
    background: none;
    color: #fff;
    padding: 0 15px;
    font-size: 32px;
}
