

.top-notification2 {
 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;
}

.topNotitication-notice2 {
  background: rgba(255,160,0,0.15) !important;
}

.topNotitication2 b{ 
  color:#FF8F00; 
    rgba(255,111,0,1);
  font-weight: 200; 

}
.topNotitication2 a{ 
  color:#FFB300;
}
