.footer {
	padding-bottom: 15vh!important;
}
body:after {
	content: "";
	display: block;
	position: fixed;
	z-index: 99999;
	height: 50px;/*15vh;*/
	width: 100%;
	right: 0;
	bottom: 0;
	left: 0;
	background: #fff url(/assets/images/1ukrainian-health-warning.png) no-repeat;
	background-size: 100% 100%;
}
.cc_banner {
	margin-bottom: 15vh;
}

@media (max-width: 1199px) {
	body:after {
		background-image: url(/assets/images/ukrainian-health-warning_mobile.png);
	}
}

@media (max-height: 1770px) {
	.pwag-modal__content {
		padding-bottom: 15vh;
	}
}
@media (max-height: 520px) {
	.pwag-logo {
	    padding: 20px 0 0 0;
	}
}