.cookie-box {
	background-color: rgba(43,155,73,.9);
	bottom: 0;
	color: #fff;
	font-family: Avenir-medium, arial;
	font-size: 14px;
	left: 0;
	padding: 15px;
	position: fixed;
	width: 100%;
	z-index: 9000;
}

.cookie-box__button {
	color: #fff;
	cursor: pointer;
	background: #3269ce;
	border: none;
	border-radius: 4px;
	margin: 20px 0 0;
	padding: 10px 20px;
	text-align: center;
	width: 100%;
	max-width: 236px;
}

@media (min-width: 768px) {
	.cookie-box {
		background-color: rgba(43,155,73,.9);
		bottom: 0;
		color: #fff;
		font-family: Avenir-medium, arial;
		font-size: 14px;
		left: 0;
		padding: 25px 350px 25px 15px;
		position: fixed;
		width: 100%;
		z-index: 9000;
	}

	.cookie-box__button {
		color: #fff;
		background: #3269ce;
		border: none;
		border-radius: 4px;
		margin: 0;
		position: absolute;
		right: 15px;
		padding: 10px 20px;
		top: 50%;
		transform: translateY(-50%);
		text-align: center;
		width: 100%;
		max-width: 236px;
	}
}
