.Privacy-Policy-Header{
		width: 350px;
	margin-bottom: 80px;
height: 41px;
display: block;
margin-top: 64px;
margin-left: 13.6%;

font-family: 'LGVAnastasia';
font-style: normal;
font-weight: 400;
font-size: 64px;
line-height: 41px;

color: #3E3A2B;
}
.Privacy-Policy-Headeren{
	margin-bottom: 80px;
	width: 350px;
height: 41px;
display: block;
margin-top: 64px;
margin-left: 13.6%;

font-family: 'BarlowCondensedBold';
font-style: normal;
font-size: 60px;
line-height: 41px;

color: #3E3A2B;
}



.cookie_desktop_div{
	position: fixed;
	    left: 50%;
    transform: translate(-50%, 0);
	z-index: 999;
	padding-left: 40px;
	display: none;
	bottom:  30px;
	width: 80%;
	height: 136px;
	background: #FFFFFF;
	border-radius: 24px;
	box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.15);
}

.cookie_desktop_text{
	display: inline-block;
	margin-top: 50px;
font-family: 'FiraGO';
font-style: normal;
font-weight: 400;
font-size: 18px;
line-height: 26px;

/* identical to box height, or 144% */

color: #3E3A2B;


}

.cookie-deny{
	display: inline-block;
	width: 17%;
	margin-top: 35px;
	margin-right: 20px;
	float: right;
height: 56px;

background: #F1F1E6;
border-radius: 10px;
border: none;

font-family: 'LGVAnastasia';
font-style: normal;
font-weight: 400;
font-size: 32px;
line-height: 20px;

/* or 62% */
text-align: center;

color: #3E3A2B;

}.cookie-denyen{
	display: inline-block;
	width: 17%;
	margin-top: 35px;
	margin-right: 20px;
	float: right;
height: 56px;

background: #F1F1E6;
border-radius: 10px;
border: none;

font-family: 'BarlowCondensedBold';
font-style: normal;
font-weight: 400;
font-size: 27px;
line-height: 20px;

/* or 62% */
text-align: center;

color: #3E3A2B;

}

.cookie-accept{
margin-right: 40px;
width: 17%;
height: 56px;
float: right;
margin-top: 35px;
border: none;
display: inline-block;
background: #F6C042;
border-radius: 10px;

font-family: 'LGVAnastasia';
font-style: normal;
font-weight: 400;
font-size: 32px;
line-height: 20px;

/* or 62% */
text-align: center;

color: #3E3A2B;
}.cookie-accepten{
margin-right: 40px;
width: 17%;
height: 56px;
float: right;
margin-top: 35px;
border: none;
display: inline-block;
background: #F6C042;
border-radius: 10px;

font-family: 'BarlowCondensedBold';
font-style: normal;
font-weight: 400;
font-size: 27px;
line-height: 20px;

/* or 62% */
text-align: center;

color: #3E3A2B;
}

.cookies_text{
		display: block;
	text-align: justify;
	font-weight: 400;
	font-style: normal;
	line-height: 26px;
	margin-top: 32px;
	font-family: 'FiraGO';
	font-size:  16px;
	width: 80%;
	margin: auto;
	margin-bottom: 70px;
}

@media only screen and (max-width: 1295px) {
.cookie_desktop_div{
	width: 95%;
	height: 300px;
	bottom: 5px;
}
.cookie-deny{
	display: block;
	position: absolute;
	margin-top: 90px;
	margin-right: 80%;
	width: 45%;
}
.cookie-accept{
	display: block;
	position: absolute;
	margin-top: 20px;
	width: 45%;
	margin-right: 80%;
}
}