.cookie-info {
	background: #e9e9e9;
	border-top: 1px solid #262626;
	padding: 10px 0;
	-webkit-box-shadow: 0px 0 20px 0px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0px 0 20px 0px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 0 20px 0px rgba(0, 0, 0, 0.2);
}
.cookie-info__container {
	width: 980px;
	margin: 0 auto;
}
.cookie-info__wrapper {
	font: 14px / 18px HelveticaNeueCyr, Helvetica, sans-serif;
	display: flex;
	justify-content: space-between;
	gap: 10px 20px;
}
.cookie-info__wrapper a {
	color: black;
	text-decoration: underline;
}
.cookie-info__btn {
	font-size: 15px;
	display: inline-block;
	border: 2px solid #262626;
	padding: 6px 12px;
	color: black;
	text-decoration: none;
	text-align: center;
	white-space: nowrap;
	cursor: pointer;
	text-transform: uppercase;
}
.cookie-info__btn:hover {
	background-color: #262626;
	color: #e9e9e9;
}
