      .cookieConsentContainer {
	z-index: 999;
	width: 478px;
	min-height: 20px;
	box-sizing: border-box;
	padding: 30px 30px 30px 30px;
	background: #F4F4F4;
	opacity: 0.9;
	box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
	border-radius: 30px;
	overflow: hidden;
	position: fixed;
        bottom: 125px;
	right: 30px;
	display: none;
}
.cookieConsentContainer .cookieTitle a {
	font-style: normal;
	font-weight: bold;
	font-size: 18px;
	color: #00a859;
}

.cookieConsentContainer .cookieDesc p {
	margin: 0;
	padding: 0;
	
	color: #464951;
	font-size: 13px;
	line-height: 20px;
	display: block;
	margin-top: 10px;

} .cookieConsentContainer .cookieDesc a {
	
	font-style: normal;
	font-weight: bold;
	color: #00a859;
	text-decoration: underline;
}
.cookieConsentContainer .cookieButton a {
	display: inline-block;
	color: #FFFFFF;
	font-size: 14px;
	font-weight: bold;  
	margin-top: 14px;
	background: #00a859;
	box-sizing: border-box; 
	box-shadow: 0px 4px 15px rgba(50, 107, 125, 0.25);
	border-radius: 5px;
	padding: 15px 24px;
	text-align: center;
	transition: background 0.3s;
}
.cookieConsentContainer .cookieButton a:hover { 
	cursor: pointer;
	background: #00a859;
	color: white;
}

@media (max-width: 980px) {
	.cookieConsentContainer {
		bottom: 0px !important;
		left: 0px !important;
		width: 100%  !important;
	}
}