

.topNotitication-notice1 {
 background:rgba(255,202,40,0.1);
}

.topNotitication1 a {
  color: rgba(255,224,130,1);
}

.top-notification1 {
 text-align: center;
  width: 100%;
    padding-top: 10px;
    padding-bottom: 7px;
    padding-left: 10px;
    line-height: 15px;
      backdrop-filter: blur(15px);         /* делает размытие фона */
  -webkit-backdrop-filter: blur(15px); /* для Safari */
}

.top-notification-wrapper {
  position:sticky;
position: -webkit-sticky; /* Safari */
top:0;
z-index:100;
}

.topNotitication1 b{ 
  color: rgba(255,202,40,1);
  font-weight: 200;
}
