
.page-header__notification-block__number-of-notifications{
    font-size: 12px;
}

.page-header__username__message-icon{
    cursor: default;
}
.profile-dropdown li:hover{
    background-color: #fad9ff;
}


.page-header__notification-icon,
.page-header__user-icon{
    padding: 5px;
    border-radius: 50%;
}
.page-header__notification-icon:hover,
.page-header__user:hover > .page-header__user-icon {
    background-color: #f3f3f3;
}
.page-header__days-to-end-of-subscription p{
    margin: auto auto 0 auto;
    padding: 5px 5px;
    border:1px solid;
}

.left-side-of-header{
    margin: 0 0 0 auto;
}

.subscription-block{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    width: 100%;
}
.notification-dropdown-text {
    height:25px;
}
.notification-dropdown-text{
    margin: 0;
    padding: 0;
    justify-content: center;
    align-items: center;
}
.notification-dropdown{
}

@media (max-width: 1024px) {
    .prodlit-podpisku{
        display: none;
    }
}
