 .cookie-notification {
   position: fixed;
   left:5%;
   bottom: 10px;
   width: 90%;
   border-radius:10px;
   padding: 5px;
   border:1px solid #ccc;
   background-color:#fff;
   z-index:999999999;
 }

 .cookie-notification__close{
   position: absolute;
   left:calc(100% - 32px);
   top:0;
   width: 32px;
   height:32px;
   border:none;
   background:url(/wp-content/themes/asvt_2024/img/close_24.png) no-repeat center;
   cursor:pointer;
 }

 .cookie-notification div{
   font-size:13px;
   color: #858b9f;
 }

 .cookie-notification p{
   margin:5px;
 }

 .cookie-notification__header{
   font-size:17px !important;
 }

 .cookie-notification_hidden_yes {
   display: none;
 }

 .cookie-notification__header {
   margin-bottom: 10px;
   font-size: 23px;
 }

 .cookie-notification__body {
   margin-bottom: 10px;
 }

 .cookie-notification__buttons{
   text-align:center;
 }

 .cookie-notification__button{
   color:#fff;
   /*font-size:11px !important;*/
   font-weight:bold;
   margin-right:20px;
   padding:10px 25px 10px 25px;
   background-color:#3768f1;
   border:1px solid #9ab3f8;
   border-radius:10px;
   cursor:pointer;
 } 
