.container-fluid.cookie_block {
	display: none;
	position: fixed;
	bottom: 0;
	left: 0;
	background: #fff;
	color: var(--default-color);
	z-index: 9999;
	padding-top: 20px;
	padding-bottom: 20px;
	/* font-weight: 300; */
	font-size: 10px;
	line-height: normal;
}
.cookie_block a {
	color: var(--color-y);
}
.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;
}


@media screen and (min-width: 768px) {
	.container-fluid.cookie_block {
		bottom: 0!important;
		padding-top: 16px;
		padding-bottom: 16px;
	}
}