.notification_cookie {
	position: fixed;
	right: 6.3rem;
	bottom: 6.3rem;
	width: 41rem;
	height: auto;
	min-height: 9rem;
	z-index: 100;
	padding: 2.4rem;
	background-color: #fff;
	box-shadow: 0 1px 20px #0000001a;
	border-radius: 16px;
	display: flex;
	justify-content: space-between;
}
.notification_cookie__text {
	display: flex;
	flex-direction: column;
	color: #39393d;
	margin-right: 3.2rem;
	max-width: 68%;
}
.notification_cookie__text-cookie {
	margin-bottom: .4rem;
}
.notification_cookie .btn.btn-default {max-height: 4rem;}
.notification_cookie__text.polz {display: none}
.polzl {display: block;text-align: center;}
.polzl .notification_cookie__text {display: none}
.polzl .notification_cookie__text.polz{text-align: left;display: block}
.polzl .notification_cookie__text {max-width: 100%;}
@media screen and (max-width: 768px) {
	.notification_cookie {
		right: 0;
		width: 100%;
		bottom: 3.8rem;
	}
	.notification_cookie .btn.btn-default {width: 11rem;}
	.notification_cookie .notification_cookie__text {margin-right: 0;}
}