html,body{
	padding: 0;
	margin: 0;
}


.ppc1_fll{
	width: 100%;
	height: auto;
	margin: 0 auto 0 auto;
	padding: 60px 0 60px 0;
}
.ppc1_bd{
	width: 1000px;
	height: auto;
	margin: 0 auto 0 auto;
	padding: 0 0 0 0;
}
.ppc1_cmnt{
	width: 100%;
	height: auto;
	margin: 0 auto 0 auto;
	padding: 0 0 0 0;
}
.ppc1_cmnt_p1{
	font-family: sans-serif;
	line-height: 145%;
	color: #37474f;
	font-weight: 500;
	text-align: justify;
}
.ppc1_cmnt_p2{
	font-size: 11px;
	font-family: sans-serif;
	line-height: 145%;
	color: #ffffff;
	font-weight: 500;
	text-align: center;
	padding-bottom: 15px;
	
	background-image: url("../../img/background2-1600x900.jpg");
	background-size:     cover;                      
    background-repeat:   no-repeat;
    background-position: center center;
	background-attachment: fixed;
}
.ppc1_cmnt_p2 a{
	color: #ffffff;
	text-decoration: underline !important;
}
ppc1_b1{	
	font-weight: 700;
}
ppc1_b2{
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 4px;
}


@keyframes cookies-eu-banner-go-back {
    0% {
        transform: translateY(200px);
		opacity: 0;
    }
    100% {
        transform: translateY(0);
		opacity: 1;
    }
}

.cookies-eu-banner {
  width: 100%;
  padding: 0;
  font-family: sans-serif;
  font-size: 13px;
  text-align: center;
  position: fixed;
  bottom: 20px;
  z-index: 9999999999999999999999999999999999;
	
  line-height: 145%;
  font-weight: 500;
	
  letter-spacing: 1px;
	
	animation: cookies-eu-banner-go-back 1.0s;
}

.cookies-eu-banner-cmnt1{
  width: 1000px;
  margin: 0 auto 0 auto;
  padding: 30px 0 30px 0;
  border-radius: 12px;
  background: #ebf1f6;
  color: #37474f;
}
.cookies-eu-banner-cmnt1 a{
  display: block;
  color: #37474f;
	
	text-decoration: underline !important;
}

.cookies-eu-banner button {
  text-decoration: none;
  background: #24323d;
  color: #fff;
  border: 0px;
  cursor: pointer;
  padding:15px 24px;
  margin: 10px auto 10px auto;
  font-size: 14px;
  font-weight: 500;
  transition:background .3s;
  display: block;
  border-radius:5px;
  letter-spacing: 1px;
}

.cookies-eu-banner button:hover {
  background: #5f7d99;
}

.hidden-cookies-eu-banner {
  display: none;
}

@media (max-width:980px){	
	
.ppc1_bd{
	width: 95%;
}
.ppc1_cmnt_p1{
	text-align: left;
}

.cookies-eu-banner-cmnt1{
  width: 85%;
   padding: 30px 18px 30px 18px;
}	
	
}