.cookies-popup{align-items:center;bottom:0;display:none;justify-content:center;left:0;padding:10px;position:fixed;width:100%;z-index:100}.cookies-popup.open{display:flex}.cookies-popup--dialog{align-items:center;background:#fff;border-radius:30px;box-shadow:2px 5px 20px 0 rgba(0,0,0,.15);display:flex;flex-wrap:wrap;font-family:Poppins,sans-serif;-webkit-justify-content:space-between;justify-content:space-between;padding:30px}.cookies-popup--dialog p{font-size:16px;font-weight:300;margin:0;width:calc(100% - 215px)}.allowcookies{display:flex;padding-left:15px}.allowcookies button{align-items:center;border:0;display:flex;font-size:15px;font-weight:500;height:40px;justify-content:center;line-height:17px;transition:.3s ease;width:100px}.allow--btn{background:#54c3fa;border-radius:25px 0 0 25px;color:#fff}.decline--btn{background:#e75733;border-radius:0 25px 25px 0;color:#fff}.decline--btn:hover{background:#de3106}.allow--btn:hover{background:#2a97e0}@media(max-width:767px){.cookies-popup--dialog{align-items:center;border-radius:20px;justify-content:center;padding:15px;text-align:center}.cookies-popup--dialog p{font-size:14px;margin:0 0 15px;width:100%}.allowcookies button{font-size:13px;height:30px;line-height:14px;width:80px}}