.cookie-apply{
	display: none;
	position: fixed;
	bottom: 0px;
	width: 25%;
	background-color: #fff;
	z-index: 9999999999;
	padding: 15px;
}

.cookie-apply__close{
	position: absolute;
	top: 15px;
	right: 15px;
}

.cookie-apply p{
	padding-right: 40px;
}

.cookie-apply button{
	width: 130px;
}

@media(max-width: 576px){
	.cookie-apply{
		 width: 100%;
	}
}