.container-fluid.cookie_block {
	display: none;
	position: fixed;
	bottom: 0;
	left: 0;
	background: #E9E9E9;
	color: #6A768A;
	z-index: 9999;
	padding-top: 16px;
	padding-bottom: 16px;
	/* font-weight: 300; */
    font-size: 12px;
    line-height: normal;
}
.cookie_block a {
	color: #DE749E;
}
.cookie_block .container {
	display: flex;
	align-items: center;
	justify-content: flex-start;
}
.cookie_block .btn-cookies {
	margin-right: 16px;
	/* min-width: 120px; */
}
.cookie_block .btn-cookies img {
    width: 32px;
    min-width: 32px;
    height: 32px;
    border-radius: 5px;
    box-shadow: 0 0 5px 0 rgba(196, 204, 211, 0.75);
}
.cookie_block span a {
	/* text-decoration: underline; */
}
.cookie_block span a:hover {
	opacity: .85;
}