.cookie-accept {
	position:fixed;
	z-index:100;

}

@media (min-width: 1200px) {
	.cookie-accept {
		width:479px;
		bottom:100px;
		right:100px;
	}
}

@media (min-width: 992px) and (max-width: 1199.95px) {
	.cookie-accept {
		width:479px;
		bottom:60px;
		right:80px;
	}
}

@media (min-width: 768px) and (max-width: 991.95px) {
	.cookie-accept {
		width:479px;
		bottom:60px;
		right:80px;
	}

}

@media (max-width: 767px) {
	.cookie-accept {
		width:90%;
		left: 5%;
		bottom:60px;
	}

}