.custom-call-popup{position:fixed;top:0;left:0;width:100vw;height:100vh;z-index:99999;display:flex;align-items:flex-start;padding:40px 0;justify-content:center;align-items:center;visibility:hidden;opacity:0;transition:opacity .3s ease,visibility .3s ease;overflow-y:auto}.custom-call-popup.active{visibility:visible;opacity:1}.custom-call-popup__overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:#0009;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.custom-call-popup__modal{position:relative;background-color:#350010;width:90%;max-width:630px;padding:2rem 1.5rem 2.5rem;border-radius:0;box-shadow:0 10px 40px #0000004d;transform:translateY(30px) scale(.95);opacity:0;transition:all .4s cubic-bezier(.25,1,.5,1);z-index:1;overflow:visible}.custom-call-popup.active .custom-call-popup__modal{transform:translateY(0) scale(1);opacity:1}.custom-call-popup__close-btn{position:absolute;top:1rem;right:1rem;background:transparent;border:none;color:#fff;width:32px;height:32px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:transform .2s ease,opacity .2s ease;z-index:2;padding:0}.custom-call-popup__close-btn:hover{transform:scale(1.1);opacity:.8}.custom-call-popup__close-btn svg{width:26px;height:26px}.custom-call-popup__visually-hidden{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.custom-call-popup__main-area{display:block}.custom-call-popup__main-area.hidden{display:none}.custom-call-popup__header{text-align:center;margin:10px 0}.custom-call-popup__title{color:#fff;font-size:34px;margin:10px 0 20px;font-weight:400}.custom-call-popup__subtitle{color:#f1f1f1;font-size:16px;padding:10px 0}.custom-call-popup__form{display:flex;flex-direction:column;gap:16px}.custom-call-popup__input-wrapper{position:relative;width:100%}.custom-call-popup__input,.custom-call-popup__select,.custom-call-popup__textarea{width:100%;padding:10px 12.5px;background-color:#9e1d4533!important;border-radius:8px;color:#fff!important;-webkit-text-fill-color:#ffffff!important;font-size:16px;outline:none!important;transition:border-color .2s ease,background-color .2s ease;font-family:inherit;box-sizing:border-box;border:none;min-height:56px;max-height:56px}.custom-call-popup__select{cursor:pointer;-webkit-appearance:none;appearance:none;background-image:url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6 9 12 15 18 9'%3e%3c/polyline%3e%3c/svg%3e");background-repeat:no-repeat;background-position:right 1rem center;background-size:1em}.custom-call-popup__select option{background-color:#3e0b1c;color:#fff}.custom-call-popup__select option[value=""]{display:none}.custom-call-popup__custom-select{position:relative;width:100%;-webkit-user-select:none;user-select:none}.custom-call-popup__custom-select-trigger{width:100%;padding:1rem 1.25rem;background-color:#9e1d4533!important;border:none!important;border-radius:8px;color:#fff!important;font-size:16px;cursor:pointer;box-sizing:border-box;display:flex;justify-content:space-between;align-items:center;transition:border-color .2s ease,background-color .2s ease;opacity:.6}.custom-call-popup__custom-select-trigger:after{content:"";width:1em;height:1em;background-image:url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6 9 12 15 18 9'%3e%3c/polyline%3e%3c/svg%3e");background-repeat:no-repeat;background-position:center;background-size:contain;transition:transform .3s ease}.custom-call-popup__custom-select-trigger--open:after{transform:rotate(180deg)}.custom-call-popup__custom-select-list{position:absolute;top:calc(100% + 4px);left:0;width:100%;margin:0;padding:0;list-style:none;background-color:#3e0b1c!important;border:1px solid #712440!important;border-radius:4px;z-index:99999;box-shadow:0 4px 12px #0006;max-height:250px;overflow-y:auto;display:none;scrollbar-width:thin;scrollbar-color:#712440 #3e0b1c}.custom-call-popup__custom-select-list::-webkit-scrollbar{width:8px!important;background-color:#3e0b1c!important}.custom-call-popup__custom-select-list::-webkit-scrollbar-track{background:#3e0b1c!important;border-radius:4px!important}.custom-call-popup__custom-select-list::-webkit-scrollbar-thumb{background:#712440!important;border-radius:4px!important}.custom-call-popup__custom-select-list::-webkit-scrollbar-thumb:hover{background:#9e1d45!important}.custom-call-popup__custom-select-list--open{display:block}.custom-call-popup__custom-select-option{padding:10px 16px;color:#fff;font-size:15px;cursor:pointer;transition:background-color .2s ease}.custom-call-popup__custom-select-option:hover{background-color:#58162d!important}.custom-call-popup__textarea{resize:none;min-height:80px}.custom-call-popup__input::placeholder,.custom-call-popup__textarea::placeholder{color:#fff9!important}.custom-call-popup__input:-webkit-autofill,.custom-call-popup__input:-webkit-autofill:hover,.custom-call-popup__input:-webkit-autofill:focus,.custom-call-popup__input:-webkit-autofill:active,.custom-call-popup__textarea:-webkit-autofill,.custom-call-popup__textarea:-webkit-autofill:hover,.custom-call-popup__textarea:-webkit-autofill:focus,.custom-call-popup__textarea:-webkit-autofill:active,.custom-call-popup__select:-webkit-autofill,.custom-call-popup__select:-webkit-autofill:hover,.custom-call-popup__select:-webkit-autofill:focus,.custom-call-popup__select:-webkit-autofill:active{-webkit-text-fill-color:#ffffff!important;caret-color:#fff!important;transition:background-color 5000s ease-in-out 0s;background-color:#9e1d4533!important}.custom-call-popup__phone-group{position:relative;width:100%;display:block;border-radius:8px}.custom-call-popup__phone-group .iti{position:relative!important;width:100%;display:block}.iti__flag-container{z-index:2}.custom-call-popup__phone-group .iti--container{position:absolute!important;top:100%!important;left:0!important;right:auto!important;bottom:auto!important;width:100%!important;z-index:100!important;transform:none!important}.custom-call-popup__phone-group .iti__country-list{position:relative!important;background-color:#350010!important;border:none!important;color:#fff!important;border-radius:4px;box-shadow:0 4px 12px #0006!important;font-family:inherit;white-space:nowrap!important;box-sizing:border-box!important;overflow-x:hidden!important;scrollbar-width:thin;scrollbar-color:#712440 #3e0b1c;width:100%!important;min-width:280px!important;max-height:250px!important;margin:0!important;top:auto!important;left:auto!important}.custom-call-popup__phone-group .iti__country{display:flex!important;align-items:center;padding:10px 12px!important;outline:none}.custom-call-popup__phone-group .iti__flag-box{flex-shrink:0;margin-right:12px!important}.custom-call-popup__phone-group .iti__country-name{flex-grow:1;white-space:normal!important;word-break:keep-all!important;line-height:1.3;padding-right:8px}.iti__dial-code{flex-shrink:0}.iti__selected-flag{pointer-events:auto;padding-left:10px!important;padding-right:10px!important;font-size:16px!important;font-family:inherit!important;border-radius:8px 0 0 8px}.iti__country-list::-webkit-scrollbar{width:8px!important;background-color:#3e0b1c!important}.iti__country-list::-webkit-scrollbar-track{background:#3e0b1c!important;border-radius:4px!important}.iti__country-list::-webkit-scrollbar-thumb{background:#712440!important;border-radius:4px!important}.iti__country-list::-webkit-scrollbar-thumb:hover{background:#9e1d45!important}.iti__country:hover,.iti__country.iti__highlight{background-color:#9e1d4533!important}.iti__divider{border-bottom:1px solid #712440!important}.iti__dial-code{color:#ffffffb3!important}.iti__selected-dial-code{color:#fff!important}.iti__arrow{border-top-color:#fff!important}.iti__arrow--up{border-bottom-color:#fff!important}.iti--separate-dial-code .custom-call-popup__input{border-radius:8px!important}.custom-call-popup__submit-btn{background-color:#9e1d45;color:#fff;border:none;border-radius:20px;padding:12px 40px;font-size:16px;cursor:pointer;margin:16px 0;align-self:center;transition:background-color .2s ease,transform .1s ease}.custom-call-popup__submit-btn:active{transform:scale(1)}.custom-call-popup__submit-btn:disabled{opacity:.7;cursor:not-allowed}.custom-call-popup__message{text-align:center;font-size:14px;margin-top:15px;display:none;color:#f44336}.custom-call-popup__message--error{display:block}.custom-call-popup__input-error{color:#ff5252;font-size:13px;margin-top:6px;display:none;text-align:left}.custom-call-popup__input-error--visible{display:block}.custom-call-popup__loading-screen{display:none;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:50px 30px;background-color:#faf8f5;border-radius:12px;margin:40px auto;max-width:400px;width:100%}.custom-call-popup__loading-screen.active{display:flex}.custom-call-popup__loading-title{color:#000;font-size:20px;margin:0 0 30px;font-weight:400}.custom-call-popup__spinner{width:65px;height:65px;border:6px solid rgba(113,36,64,.15);border-top:6px solid #712440;border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.custom-call-popup__success-screen{display:none;flex-direction:column;align-items:center;text-align:center;padding:20px 0}.custom-call-popup__success-screen.active{display:flex}.custom-call-popup__success-icon{width:56px;height:56px;border:2px solid #00c853;border-radius:50%;display:flex;align-items:center;justify-content:center;margin-bottom:24px}.custom-call-popup__success-icon svg{width:28px;height:28px;stroke:#00c853}.custom-call-popup__success-title{color:#fff;font-size:34px;margin:0 0 16px;font-weight:400}.custom-call-popup__success-subtitle{color:#fff;font-size:16px;line-height:1.5;margin:0 0 32px;font-weight:400}@media screen and (min-width:768px){.custom-call-popup__modal{padding:2.5rem 3.5rem 3rem}.custom-call-popup__title{font-size:48px}.custom-call-popup__success-title{font-size:36px}.custom-call-popup__close-btn{top:1.5rem;right:1.5rem}}#customCallPhone{padding-left:96px!important}.grecaptcha-badge{visibility:hidden}.iti__divider{display:none!important}.custom-call-popup__recaptcha-container{position:relative;align-self:flex-end;width:72px;height:60px;overflow:hidden;transition:width .3s ease;border-radius:6px;box-shadow:0 0 4px #0003;z-index:1}.custom-call-popup__recaptcha-container:hover{width:256px}
/*# sourceMappingURL=/cdn/shop/t/35/assets/custom-popup-form-styles.css.map */
