.gdpr-box{box-sizing:border-box;position:fixed;width:100%;bottom:0;left:0;background-color:rgba(255,255,255,.9);padding:70px;display:-webkit-flex;display:flex;-webkit-justify-content:space-between;justify-content:space-between;z-index:100;transition:transform 1s;transform:translateY(0)}.gdpr-box.ok{transition-delay:0s;transform:translateY(500px)}.gdpr-box p{width:70%;font-size:18px;line-height:3rem}.gdpr-box button{width:20%;min-width:180px;padding:1rem 2rem;background-color:#8CBB00;color:#fff;font-size:18px;text-align:center}@media screen and (max-width:750px),screen and (max-device-width:750px){.gdpr-box{background-color:rgba(255,255,255,.9);padding:1rem;display:block}.gdpr-box button,.gdpr-box p{width:100%;margin-bottom:1rem;font-size:14px}}