/* CSS kod pishite v etom faile, chotobi pri ustanovke obnovlenii ne bilo problem  */
/* --------------------------------------- */
/* Here you can put custom css rules for your site */

* {
	box-sizing: border-box;
} 
.cookie-notification {
	position: fixed;
	background-color: rgba(0, 0, 0, .8);
	bottom: 0;
	width: 50%;
	color: white;
	padding: 15px;
}
.cookie-notification__buttons{ 
	color: black; 
}
.cookie-notification_hidden_yes {
	display: none;
} 
.cookie-notification__body {
	margin-bottom: 10px;
}