.block-cookie {
	-webkit-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	position: fixed;
	left: 0;
	right: 0;
	bottom: 1.5em;
	width: max-content;
	margin: 0 auto;
	padding: 1em 2em;
	background: #fff;
	-webkit-box-shadow: var(--shadow-def);
	-moz-box-shadow: var(--shadow-def);
	box-shadow: var(--shadow-def);
	/*-webkit-border-radius: 0.625em;
	-moz-border-radius: 0.625em;
	border-radius: 0.625em;*/
	font-size: .75em;
	z-index: 205;
}

.block-cookie.nx-flex-row-c-c {
	display: none;
}

.block-cookie.nx-flex-row-c-c.active {
	display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.block-cookie .text-cookie {
	margin: 0.5em 1em 0.5em 0;
	padding: 0;
}

.block-cookie a {
	display: block;
}

.block-cookie .btn {
	min-width: 105px;
	height: 32px;
	padding: 8px 30px;
	line-height: 1;
	margin: 0;
}

@media only screen and (max-width: 1024px) {
	.block-cookie {
		bottom: 70px;
	}
}

@media only screen and (max-width: 640px) {
	.block-cookie {
		width: 90%;
	}
}

@media only screen and (max-width: 480px) {
	.block-cookie {
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		text-align: center;
	}

	.block-cookie .text-cookie {
		margin-right: 0;
	}

	.block-cookie a {
		margin-top: 0.5em;
	}

	.block-cookie .btn {
		margin-top: 0.75em;
	}
}