.cookie-policy {
    display: none;
    position: fixed;
    bottom: 0px;
    left: 0px;
    width: 100%;
    color: #000;
    background-color: rgba(255, 255, 255, 0.94);
    text-align: center;
    padding: 0px 0px 20px 0;
    z-index: 999;
}

.gdpr-c {width: 60%;}
.gdpr-title {color: #EC1D25; font-size: 5em; position: relative;}
.gdpr-subtitle {font-weight: 300; letter-spacing: 3px;}
.cookie-policy p {font-size: 14px; line-height: 1.6; margin-top: 20px;
     text-align: justify;}
.gdpr-c p a {text-decoration: underline;}
.gdpr-y {margin-top: 25px; display: block; background-color: white; color: black; width: 100%; border-radius: 0; text-transform: uppercase; letter-spacing: 1px; padding: 10px 0; font-size: 18px;}
.gdpr-n {display: block; margin-top: 10px; background-color: white; width: 100%; border-radius: 0; text-transform: uppercase; letter-spacing: 3px; padding: 10px 0; font-size: 14px;}
.gdpr-info {display: block;
margin-top: 10px;
background-color: transparent;
width: 100%;
padding: 10px 0;
text-align: center;
color: #ec1d25;
font-weight: 400;}

@media (max-width: 768px) {

	.gdpr-c {width: 100%;} }