

.topNotitication-notice {
background: rgba(128,203,196,0.2);
}
.topNotitication a {
  color: #E0F2F1;
    text-decoration:none;
}

.top-notification {
 text-align: center;
  backdrop-filter: blur(15px);         /* делает размытие фона */
  -webkit-backdrop-filter: blur(15px); /* для Safari */
}

.top-notification-wrapper {
  position:sticky;
position: -webkit-sticky; /* Safari */
top:0;
z-index:100;
}

.topNotitication b {
  color: #80CBC4;
  font-weight: 200;
}
