.support-popup{position:fixed!important;top:0;left:0;right:0;bottom:0;width:100%;height:100%;height:100dvh;z-index:2147483647!important;display:flex;align-items:center;justify-content:center;visibility:hidden;pointer-events:none;transition:visibility .28s cubic-bezier(.16,1,.3,1);padding:14px;box-sizing:border-box;backface-visibility:hidden;-webkit-backface-visibility:hidden}.support-popup[hidden]{display:none!important}.support-popup.is-active{visibility:visible;pointer-events:auto}.support-popup .support-popup__backdrop{position:absolute;top:0;left:0;right:0;bottom:0;width:100%;height:100%;background-color:#000000a6;backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px);cursor:pointer;z-index:1;opacity:0;transition:opacity .28s cubic-bezier(.16,1,.3,1);will-change:opacity;transform:translateZ(0);-webkit-transform:translate3d(0,0,0)}.support-popup.is-active .support-popup__backdrop{opacity:1}.support-popup .support-popup__dialog{position:relative;z-index:2;background:var(--support-popup-bg-color, #ffffff);color:var(--support-popup-text-color, #1a1a1a);border-radius:0;width:100%;max-width:380px;max-height:88vh;max-height:88dvh;overflow-y:auto;overflow-x:hidden;box-shadow:0 16px 40px #00000038,0 4px 12px #00000014;padding:22px 20px 20px;box-sizing:border-box;opacity:0;transform:scale(.95) translateY(8px);transition:transform .28s cubic-bezier(.16,1,.3,1),opacity .28s cubic-bezier(.16,1,.3,1);margin:auto;will-change:transform,opacity}.support-popup .support-popup__bg-image{position:absolute;top:0;left:0;width:100%;height:100%;background-size:cover;background-repeat:no-repeat;z-index:1;pointer-events:none;border-radius:inherit}.support-popup .support-popup__bg-overlay{position:absolute;top:0;left:0;width:100%;height:100%;z-index:2;pointer-events:none;border-radius:inherit}.support-popup.is-active .support-popup__dialog{opacity:1;transform:scale(1) translateY(0)}.support-popup .support-popup__close-btn{position:absolute;top:10px;right:10px;background:transparent;border:none;cursor:pointer;padding:6px;display:flex;align-items:center;justify-content:center;color:var(--support-popup-text-color, #777777);border-radius:50%;transition:background-color .15s ease,color .15s ease;line-height:1;z-index:5;width:30px;height:30px}.support-popup .support-popup__close-btn:hover,.support-popup .support-popup__close-btn:focus-visible{background-color:#00000014;color:var(--support-popup-text-color, #000000);outline:none}.support-popup .support-popup__view{position:relative;z-index:3;animation:supportPopupFadeIn .2s ease forwards}.support-popup .support-popup__view[hidden]{display:none!important}@keyframes supportPopupFadeIn{0%{opacity:0;transform:translateY(4px)}to{opacity:1;transform:translateY(0)}}.support-popup .support-popup__header{text-align:center;margin-bottom:18px;padding:0 12px}.support-popup .support-popup__heading{font-size:18px;font-weight:700;margin:0 0 8px;line-height:1.3;color:var(--support-popup-text-color, #111111);letter-spacing:1.5px;text-transform:uppercase}.support-popup .support-popup__subheading{font-size:13px;line-height:1.5;color:var(--support-popup-text-color, #555555);opacity:.88;margin:0}.support-popup .support-popup__text-line{font-size:12px;line-height:1.45;color:var(--support-popup-text-color, #ffffff);opacity:.9;text-align:center;margin:10px 0}.support-popup .support-popup__text-line--align-left{text-align:left}.support-popup .support-popup__text-line--align-center{text-align:center}.support-popup .support-popup__text-line--align-right{text-align:right}.support-popup .support-popup__text-line--name{margin-top:10px;margin-bottom:12px}.support-popup .support-popup__text-line--submit{margin-top:12px;margin-bottom:10px}.support-popup .support-popup__field{margin-bottom:14px;text-align:left}.support-popup .support-popup__label{display:block;font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:.8px;color:var(--support-popup-text-color, #333333);margin-bottom:5px}.support-popup .support-popup__required{color:#d93025}.support-popup input.support-popup__input,.support-popup textarea.support-popup__textarea{width:100%;padding:9px 12px;font-family:inherit;font-size:13px;color:#111;background-color:#fff;border:1px solid #cccccc;border-radius:6px;box-sizing:border-box;transition:border-color .15s ease,box-shadow .15s ease}.support-popup input.support-popup__input:focus,.support-popup textarea.support-popup__textarea:focus{outline:none;border-color:#000;box-shadow:0 0 0 1px #000}.support-popup input.support-popup__input.has-error,.support-popup textarea.support-popup__textarea.has-error{border-color:#d93025;box-shadow:0 0 0 1px #d93025}.support-popup .support-popup__phone-input-group{display:flex;align-items:stretch;width:100%;border:1px solid #cccccc;border-radius:6px;background-color:#fff;transition:border-color .15s ease,box-shadow .15s ease;overflow:hidden;box-sizing:border-box}.support-popup .support-popup__phone-input-group:focus-within{border-color:#000;box-shadow:0 0 0 1px #000}.support-popup .support-popup__phone-input-group.has-error{border-color:#d93025;box-shadow:0 0 0 1px #d93025}.support-popup .support-popup__phone-prefix{display:inline-flex;align-items:center;justify-content:center;padding:0 12px;background-color:#f7f7f7;color:#111;font-size:13px;font-weight:600;border-right:1px solid #cccccc;-webkit-user-select:none;user-select:none;letter-spacing:.5px;white-space:nowrap}.support-popup input.support-popup__input--phone{border:none!important;border-radius:0!important;box-shadow:none!important;flex:1;min-width:0;padding:9px 12px}.support-popup input.support-popup__input--phone:focus{border:none!important;box-shadow:none!important;outline:none!important}.support-popup textarea.support-popup__textarea{resize:vertical;min-height:65px}.support-popup .support-popup__field-error{font-size:11px;color:#d93025;margin-top:3px;display:none}.support-popup .support-popup__form-alert{padding:8px 12px;border-radius:6px;font-size:12px;margin-bottom:12px}.support-popup .support-popup__form-alert--error{background-color:#fde8e8;color:#9b1c1c;border:1px solid #f8b4b4}.support-popup .support-popup__form-footer{display:flex;justify-content:center;align-items:center;margin-top:16px;width:100%}.support-popup .support-popup__btn{display:inline-flex;align-items:center;justify-content:center;font-family:inherit;font-size:14px;font-weight:600;padding:10px 30px;border-radius:6px;cursor:pointer;transition:all .2s ease;text-decoration:none;box-sizing:border-box;min-width:150px;line-height:1.2}.support-popup .support-popup__btn--primary{background-color:#000;color:#fff;border:1px solid #000000}.support-popup .support-popup__btn--primary:hover{background-color:#222;border-color:#222}.support-popup .support-popup__btn--primary:focus-visible{outline:2px solid #000000;outline-offset:2px}.support-popup .support-popup__btn-spinner{display:none;width:14px;height:14px;margin-left:8px;border:2px solid rgba(255,255,255,.4);border-top-color:#fff;border-radius:50%;animation:supportPopupSpin .7s infinite linear}@keyframes supportPopupSpin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.support-popup .support-popup__btn--submit.is-loading{opacity:.85;cursor:not-allowed}.support-popup .support-popup__btn--submit.is-loading .support-popup__btn-spinner{display:inline-block}.support-popup .support-popup__view--success{text-align:center;padding:16px 10px}.support-popup .support-popup__success-icon{display:inline-flex;align-items:center;justify-content:center;width:48px;height:48px;border-radius:50%;background-color:#000;color:#fff;margin-bottom:14px}.support-popup .support-popup__success-greeting{font-size:14px;font-weight:500;color:var(--support-popup-text-color, #666666);opacity:.9;margin:0 0 6px;letter-spacing:.3px}.support-popup .support-popup__success-greeting [data-support-popup-name-display]{color:var(--support-popup-text-color, #111111);font-weight:700}.support-popup .support-popup__success-title{font-size:20px;font-weight:700;margin:0 0 10px;color:var(--support-popup-text-color, #111111);line-height:1.3;letter-spacing:.5px}.support-popup .support-popup__success-message{font-size:13px;color:var(--support-popup-text-color, #555555);opacity:.9;line-height:1.5;margin:0}@media screen and (max-width:540px){.support-popup{padding:16px;align-items:center;justify-content:center}.support-popup .support-popup__dialog{max-width:325px;width:92%;padding:18px 16px 16px;border-radius:0;transform:scale(.95) translateY(4px);box-shadow:0 12px 32px #00000047;margin:auto}.support-popup.is-active .support-popup__dialog{transform:scale(1) translateY(0)}.support-popup .support-popup__close-btn{top:8px;right:8px;width:26px;height:26px;padding:4px}.support-popup .support-popup__close-btn svg{width:13px;height:13px}.support-popup .support-popup__header{margin-bottom:14px;padding:0 6px}.support-popup .support-popup__heading{font-size:16px;letter-spacing:1.2px;margin:0 0 4px}.support-popup .support-popup__subheading{font-size:12px;line-height:1.4}.support-popup .support-popup__field{margin-bottom:11px}.support-popup .support-popup__label{font-size:10.5px;margin-bottom:3px;letter-spacing:.6px}.support-popup input.support-popup__input,.support-popup textarea.support-popup__textarea{padding:8px 10px;font-size:12px;border-radius:5px}.support-popup .support-popup__phone-prefix{padding:0 9px;font-size:12px}.support-popup input.support-popup__input--phone{padding:8px 10px}.support-popup textarea.support-popup__textarea{min-height:50px}.support-popup .support-popup__field-error{font-size:10px;margin-top:2px}.support-popup .support-popup__form-alert{padding:6px 10px;font-size:11px;margin-bottom:8px}.support-popup .support-popup__form-footer{margin-top:14px}.support-popup .support-popup__btn{padding:9px 24px;font-size:13px;min-width:130px;border-radius:5px}.support-popup .support-popup__btn--submit{width:auto}.support-popup .support-popup__view--success{padding:12px 0}.support-popup .support-popup__success-icon{width:42px;height:42px;margin-bottom:10px}.support-popup .support-popup__success-icon svg{width:24px;height:24px}.support-popup .support-popup__success-greeting{font-size:13px;margin:0 0 4px}.support-popup .support-popup__success-title{font-size:17px;margin:0 0 8px}.support-popup .support-popup__success-message{font-size:12px;line-height:1.45}}
/*# sourceMappingURL=/cdn/shop/t/21/assets/support-popup.css.map */
