:root{--go-captcha-theme-text-color:#333;--go-captcha-theme-bg-color:#fff;--go-captcha-theme-btn-color:#fff;--go-captcha-theme-btn-bg-color:#4e87ff;--go-captcha-theme-btn-disabled-color:#749ff9;--go-captcha-theme-btn-border-color:#4e87ff;--go-captcha-theme-active-color:#3e7cff;--go-captcha-theme-border-color:rgba(206,223,254,.5);--go-captcha-theme-icon-color:#3c3c3c;--go-captcha-theme-drag-bar-color:#e0e0e0;--go-captcha-theme-drag-bg-color:#3e7cff;--go-captcha-theme-drag-icon-color:#fff;--go-captcha-theme-round-color:#e0e0e0;--go-captcha-theme-loading-icon-color:#3e7cff;--go-captcha-theme-body-bg-color:#34383e;--go-captcha-theme-dot-color:#cedffe;--go-captcha-theme-dot-bg-color:#3e7cff;--go-captcha-theme-dot-border-color:#f7f9fb;--go-captcha-theme-default-color:#3e7cff;--go-captcha-theme-default-bg-color:#ecf5ff;--go-captcha-theme-default-border-color:#3e7cff;--go-captcha-theme-default-hover-color:#e0efff;--go-captcha-theme-error-color:#ed4630;--go-captcha-theme-error-bg-color:#fef0f0;--go-captcha-theme-error-border-color:#ff5a34;--go-captcha-theme-warn-color:#ffa000;--go-captcha-theme-warn-bg-color:#fdf6ec;--go-captcha-theme-warn-border-color:#ffbe09;--go-captcha-theme-success-color:#5eaa2f;--go-captcha-theme-success-bg-color:#f0f9eb;--go-captcha-theme-success-border-color:#8bc640}.go-captcha.gc-wrapper{-webkit-touch-callout:none;box-sizing:border-box;padding:12px 16px;-webkit-user-select:none;-moz-user-select:none;user-select:none}.go-captcha.gc-theme{border:1px solid rgba(206,223,254,.5);border-color:var(--go-captcha-theme-border-color);border-radius:8px;box-shadow:0 0 20px #6464641a;-webkit-box-shadow:0 0 20px hsla(0,0%,39%,.1);-moz-box-shadow:0 0 20px hsla(0,0%,39%,.1)}.go-captcha.gc-theme.gc-wrapper{background-color:var(--go-captcha-theme-bg-color)}.go-captcha .gc-header{-webkit-touch-callout:none;align-items:center;color:var(--go-captcha-theme-text-color);display:flex;font-size:15px;height:36px;-webkit-user-select:none;-moz-user-select:none;user-select:none;width:100%}.go-captcha .gc-header span{flex:1;padding-right:5px}.go-captcha .gc-header em{color:var(--go-captcha-theme-active-color);font-style:normal;font-weight:700;padding:0 3px}.go-captcha .gc-body{border-radius:5px;-webkit-border-radius:5px;-moz-border-radius:5px;display:flex;margin-top:10px;overflow:hidden;width:100%}.go-captcha .gc-body,.go-captcha .gc-body .gc-body-inner{background:var(--go-captcha-theme-body-bg-color);position:relative}.go-captcha .gc-picture{position:relative;width:100%;z-index:2}.go-captcha .gc-hide{visibility:hidden}.go-captcha .gc-loading{align-content:center;display:flex;height:68px;justify-content:center;left:50%;line-height:68px;margin-left:-34px;margin-top:-34px;position:absolute;text-align:center;top:50%;width:68px;z-index:1}.go-captcha .gc-loading circle,.go-captcha .gc-loading svg{fill:var(--go-captcha-theme-loading-icon-color);color:var(--go-captcha-theme-loading-icon-color)}.go-captcha .gc-footer{-webkit-touch-callout:none;align-items:center;color:#34383e;display:flex;height:50px;padding-top:10px;-webkit-user-select:none;-moz-user-select:none;user-select:none;width:100%}.go-captcha .gc-footer .gc-icon-block{flex:1}.go-captcha .gc-icon-block{align-items:center;display:flex}.go-captcha .gc-icon-block svg{fill:var(--go-captcha-theme-icon-color);color:var(--go-captcha-theme-icon-color);cursor:pointer;margin:0 5px}.go-captcha .gc-icon-block img{cursor:pointer;margin:0 5px}.go-captcha .gc-button-block{height:40px;width:120px}.go-captcha .gc-button-block button{-webkit-appearance:none;background-color:var(--go-captcha-theme-btn-bg-color);border:1px solid transparent;border-color:var(--go-captcha-theme-btn-bg-color);border-radius:5px;box-sizing:border-box;color:var(--go-captcha-theme-btn-color);cursor:pointer;display:inline-block;font-size:15px;font-weight:500;height:40px;line-height:1;margin:0;outline:none;padding:9px 15px;text-align:center;transition:.1s;-moz-user-select:none;-webkit-user-select:none;white-space:nowrap;width:100%}.go-captcha .gc-button-block button.disabled{background-color:var(--go-captcha-theme-btn-disabled-color);border-color:var(--go-captcha-theme-btn-disabled-color);pointer-events:none}.go-captcha .gc-drag-slide-bar{height:100%;position:relative;touch-action:none;width:100%}.go-captcha .gc-drag-line{background-color:var(--go-captcha-theme-drag-bar-color);border-radius:7px;height:14px;left:0;margin-top:-7px;position:absolute;right:0;top:50%}.go-captcha .gc-drag-block{-webkit-touch-callout:none;fill:var(--go-captcha-theme-drag-icon-color);align-items:center;background-color:var(--go-captcha-theme-drag-bg-color);border-radius:24px;box-shadow:0 0 20px #64646459;-webkit-box-shadow:0 0 20px hsla(0,0%,39%,.35);-moz-box-shadow:0 0 20px hsla(0,0%,39%,.35);color:var(--go-captcha-theme-drag-icon-color);cursor:pointer;display:flex;height:40px;justify-content:center;left:0;margin-top:-20px;position:absolute;top:50%;-webkit-user-select:none;-moz-user-select:none;user-select:none;width:82px;z-index:2}.go-captcha .gc-drag-block img{height:22px}.go-captcha .gc-drag-block.disabled{background-color:var(--go-captcha-theme-btn-disabled-color);border-color:var(--go-captcha-theme-btn-disabled-color);pointer-events:none}.go-captcha .gc-drag-block-inline{align-items:center;display:flex;height:100%;justify-content:center;width:100%}.go-captcha.gc-click-mode .gc-icon-block{flex:1}.go-captcha.gc-click-mode .gc-picture{cursor:pointer}.go-captcha.gc-click-mode .gc-dots{inset:0;position:absolute}.go-captcha.gc-click-mode .gc-dot{align-items:center;background:var(--go-captcha-theme-dot-bg-color);border:3px solid #f7f9fb;border-color:var(--go-captcha-theme-dot-border-color);border-radius:20px;color:var(--go-captcha-theme-dot-color);cursor:default;display:flex;height:22px;justify-content:center;position:absolute;width:22px;z-index:2}.go-captcha.gc-slide-mode .gc-center{text-align:center}.go-captcha.gc-slide-mode .gc-tile{-webkit-touch-callout:none;cursor:pointer;position:absolute;-webkit-user-select:none;-moz-user-select:none;user-select:none;z-index:2}.go-captcha.gc-slide-mode .gc-tile img{cursor:pointer;display:block;height:100%;width:100%}.go-captcha.gc-rotate-mode .gc-body{align-items:center;background:transparent!important;display:flex;display:-webkit-flex;justify-content:center;margin:10px auto 0}.go-captcha.gc-rotate-mode .gc-body-inner{border-radius:100%}.go-captcha.gc-rotate-mode .gc-picture{align-items:center;border-radius:100%;display:flex;justify-content:center;max-height:100%;max-width:100%;overflow:hidden;position:relative;z-index:2}.go-captcha.gc-rotate-mode .gc-picture img{max-height:100%;max-width:100%}.go-captcha.gc-rotate-mode .gc-round{border:6px solid #e0e0e0;border-color:var(--go-captcha-theme-round-color);border-radius:100%;inset:0;position:absolute;z-index:2}.go-captcha.gc-rotate-mode .gc-thumb{align-items:center;display:flex;inset:0;justify-content:center;position:absolute;z-index:2}.go-captcha.gc-rotate-mode .gc-thumb img{max-height:100%;max-width:100%}.go-captcha.gc-rotate-mode .gc-rotate-thumb-block,.go-captcha.gc-rotate-mode .gc-thumb-block{align-items:center;display:flex;height:100%;justify-content:center;width:100%}.go-captcha.gc-button-mode.gc-btn-block{align-items:center;-webkit-appearance:none;-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px;box-shadow:0 0 20px #3e7cff1a;-webkit-box-shadow:0 0 20px rgba(62,124,255,.1);-moz-box-shadow:0 0 20px rgba(62,124,255,.1);box-sizing:border-box;display:block;display:flex;font-size:13px;font-weight:500;justify-content:center;justify-items:center;letter-spacing:1px;line-height:1;margin:0;outline:none;position:relative;transition:.1s;-moz-user-select:none;-webkit-user-select:none;white-space:nowrap}.go-captcha.gc-button-mode.gc-btn-block span{padding-left:8px}.go-captcha.gc-button-mode.gc-disabled{pointer-events:none}.go-captcha.gc-button-mode.gc-default{background-color:var(--go-captcha-theme-default-bg-color);border:1px solid #50a1ff;border-color:var(--go-captcha-theme-default-border-color);color:var(--go-captcha-theme-default-color);cursor:pointer}.go-captcha.gc-button-mode.gc-default:hover{background-color:var(--go-captcha-theme-default-hover-color)!important}.go-captcha.gc-button-mode.gc-error{background-color:var(--go-captcha-theme-error-bg-color);border:1px solid #ff5a34;border-color:var(--go-captcha-theme-error-border-color);color:var(--go-captcha-theme-error-color);cursor:pointer}.go-captcha.gc-button-mode.gc-warn{background-color:var(--go-captcha-theme-warn-bg-color);border:1px solid #ffbe09;border-color:var(--go-captcha-theme-warn-border-color);color:var(--go-captcha-theme-warn-color);cursor:pointer}.go-captcha.gc-button-mode.gc-success{background-color:var(--go-captcha-theme-success-bg-color);border:1px solid #8bc640;border-color:var(--go-captcha-theme-success-border-color);color:var(--go-captcha-theme-success-color);pointer-events:none}.go-captcha.gc-button-mode .gc-ripple{align-items:center;display:flex;justify-content:center;justify-items:center;position:relative}.go-captcha.gc-button-mode .gc-ripple>*{z-index:2}.go-captcha.gc-button-mode .gc-ripple svg{position:relative;z-index:2}.go-captcha.gc-button-mode .gc-ripple:after{animation:gc-ripple 1.3s infinite;-moz-animation:gc-ripple 1.3s infinite;-webkit-animation:gc-ripple 1.3s infinite;animation-delay:2s;-moz-animation-delay:2s;-webkit-animation-delay:2s;background-color:var(--go-captcha-theme-default-border-color);border-radius:50px;content:"";display:block;height:21px;left:50%;margin-left:-11px;margin-top:-11px;opacity:0;position:absolute;top:50%;width:21px;z-index:1}@keyframes gc-ripple{0%{opacity:0}5%{opacity:.05}20%{opacity:.35}65%{opacity:.01}to{opacity:0;transform:scaleX(2) scaleY(2)}}
body,html{background-color:#0b0b0b;color:#f5c400;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;height:100%;margin:0;padding:0}.container{align-items:center;background:radial-gradient(circle at center,#1a1a1a 0,#000 100%);display:flex;flex-direction:column;height:100vh;justify-content:center;text-align:center}.spinner{animation:spin 1s linear infinite;border:6px solid #333;border-radius:50%;border-top-color:#f5c400;box-shadow:0 0 10px #f5c40066;height:48px;margin:20px 0;width:48px}@keyframes spin{to{transform:rotate(1turn)}}.logo{color:#f5c400;font-size:26px;font-weight:900;letter-spacing:2px;margin-bottom:10px;text-shadow:0 0 10px #f5c40088;text-transform:uppercase}.box{background:#111;border:1px solid #f5c40055;border-radius:12px;box-shadow:0 0 25px #f5c40022;max-width:420px;padding:30px 40px;width:100%}.caption{color:gold;font-size:18px;font-weight:600;margin-bottom:10px}.hint{color:#bfa000;font-size:14px;margin-top:15px}button{background:linear-gradient(90deg,#f5c400,#ffdb4d);border:none;border-radius:6px;color:#000;cursor:pointer;font-size:16px;font-weight:700;letter-spacing:1px;margin-top:20px;padding:12px 20px;text-transform:uppercase;transition:.3s ease}button:hover{background:linear-gradient(90deg,#ffdb4d,#f5c400);box-shadow:0 0 15px #f5c400aa;transform:translateY(-2px)}.go-captcha.gc-theme{background:transparent;border:none;box-shadow:none}.gc-theme.gc-wrapper{margin:auto}.go-captcha .gc-button-block button:disabled,.go-captcha .gc-button-block button[disabled]{background-color:#444;border-color:#444;color:#999;cursor:not-allowed;opacity:.6}.captcha-error{background-color:#1a0000;border:1px solid #ff3b3b;border-radius:6px;box-shadow:0 0 10px #ff000044;color:#ff4d4d;font-weight:600;margin-bottom:5px;margin-top:16px;max-width:400px;padding:12px 16px}.loader{animation:l21 2s linear infinite;background:linear-gradient(90deg,#f5c400 50%,#0000 0) 100%/200% 100%;font-family:monospace;font-size:12px;font-weight:700;width:-moz-fit-content;width:fit-content}.loader:before{background:inherit;-webkit-background-clip:text;background-clip:text;background-image:linear-gradient(90deg,#000 50%,#f5c400 0);color:#0000;content:"Проверяем...";padding:0 5px}@keyframes l21{to{background-position:0}}
