.warning-cookies {
	display: none;
	justify-content: center;
    align-items: center;
    max-width: 300px;
    margin: 0 auto;
    padding: 14px 20px;
    -webkit-font-smoothing: antialiased;
    z-index: 1000;
    background: #21282b;
    flex-direction: column;
    position: fixed;
    bottom: 10px;
    left: auto;
    left: 50%;
    margin-left: -150px;
    color: #fff;
    border-radius: 10px;
}
.warning-cookies .warning__text{margin: 0 auto;    text-align: justify;}
.warning-cookies .warning__text a{color: #fff;border-bottom: 2px solid #fdc300;}
.warning-cookies .warning__text a:hover{color: #fdc300;text-decoration:none;}
.warning-cookies.warning--active {display: flex;}
.warning-cookies .warning__apply {
	display: block;
	max-width: 226px;
	height: 38px;
	line-height: 36px;
	border: 1px solid #797979;
	color: #fff;
	font-size: 14px;
	font-weight: 500;
	text-align: center;
	background: none;
	padding: 0 15px;
	transition: 0.3s;
}
.warning-cookies .warning__apply:hover {
	background: #797979;
	color: #fff;
	text-decoration: none;
}