#cookies-popup {width:340px; height:auto; display:none}
#cookies-popup.show {display:flex}
#cookies-popup.popup {top:unset; left:unset; padding:20px; position:fixed; background:white; box-shadow:0 0 20px #838383; border-radius:10px; right:30px; bottom:30px; z-index:9999}
#cookies-popup .popup-close {float:right; margin:0; width:20px; height:20px; position:relative; top:5px}
#cookies-popup .popup-close:hover {cursor:pointer; opacity:0.8}
#cookies-popup .popup-head {margin:0; font-size:20px; font-weight:500; letter-spacing:-0.02em}
#cookies-popup .popup-text {clear:both; margin:10px auto 0; opacity:0.8; font-size:12px; font-weight:500; line-height:17px}
#cookies-popup .btn--theme-primary:hover:after {opacity:0}
#cookies-popup .btn--theme-primary:hover {background:-o-linear-gradient(177.34deg,rgba(52,223,192,.8),rgba(52,223,192,0)),#009382; background:linear-gradient(272.66deg,rgba(52,223,192,.8),rgba(52,223,192,0)),#009382; color:#fff}
#cookies-popup a.popup-linkz {border-bottom:0 !important; text-decoration:underline; color:#009382}
#cookies-popup a.popup-linkz:hover {text-decoration:none;}
#cookies-popup .btn {display:inline-block; position:relative; padding:20px; background:#1e48b5; color:#fff; font-weight:500; font-size:18px; line-height:1.5; text-align:center; border-radius:5px; overflow:hidden; box-shadow:0 5px 10px rgb(30,72,181,.4); transition:.2s}
#cookies-popup .btn:hover {background:#77adec; box-shadow:0 5px 10px rgb(30,72,181,.4)}
#cookies-popup .btn:active {background:#77adec; box-shadow:none}
#cookies-popup .btn:disabled {filter:grayscale(100%); opacity:.5; pointer-events:none}
#cookies-popup .btn {margin:12px 0 0 0; padding:0!important; position:relative; width:140px; height:36px; color:#ffffff!important; font-size:14px; font-weight:600; line-height:unset; text-align:center; display:flex; align-items:center; align-content:center; justify-content:center}
#cookies-popup .btn--theme-primary:hover:after {opacity:0}
#cookies-popup .btn--theme-primary:hover {background:#77adec; color:#fff}
@media only screen and (max-width:767px) {#cookies-popup.popup {padding:20px; position:fixed; background:white; box-shadow:0 0 20px #838383; border-radius:10px; left:0; right:unset; bottom:0; z-index:99; width:100%; transform:scale(0.9)}
}

button#submit:disabled, button#submit2:disabled, button#submit3:disabled {
    filter: grayscale(1);
}