.box-cookie {
	display: flex;
	justify-content: center;
	align-items: center;
	min-height: 92px;
	width: 76%;
	min-width: 583px;
	position: fixed;
	z-index: 9999;
	bottom: 5%;
	max-width: 960px;
	left: 50%;
	transform: translateX(-50%);
	opacity: 0.91;
	background: #BFD3C4;
	border: 2px solid rgba(255, 255, 255, 0.1);
	box-shadow: 15px 15px 39px #ADADAD;
	border-radius: 10px;
}

.box-cookie.cookie-notification_hidden_yes {
	display: none;
}

.cookie-desc {
	margin: 20px;
	margin-left: 40px;
	line-height: 160%;
	color: #0A631E;
}

.cookie-button {
	margin: 20px;
	margin-right: 40px;
	height: 46px;
	min-width: 148px;
	max-width: 148px;
	background: #E7EEE9;
	font-weight: 700;
	color: #226e62;
	text-transform: uppercase;
	box-shadow: 0 2px 7px rgba(0, 0, 0, 0.04);
	border-radius: 5px;
}

.btn-reset {
	padding: 0;
	border: none;
	cursor: pointer;
}

@media (max-width: 767px) {
	.box-cookie {
		flex-wrap: wrap;
		width: 90% !important;
		min-width: 320px;
	}

	.cookie-button {
		margin-top: 0;
		width: 100%;
	}
}