#notification {z-index: 99;width: 100%;transition: top 0.2s ease-in-out;}
   #notification.promo-up {top: -48px!important;}
   .promo-bg {width: 100%;padding: 6px 0;background-color: #242424;}
   .notification__message p {margin: 0;color: #000000;font-size: 14px!important;}
   .notification__message p a {text-decoration: underline;color: #ffffff;}
   @media (max-width: 991px){
     .notification__message p {font-size: 14px!important;}
   }
