.modal-form-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#333333b3;z-index:500;display:flex;align-items:center;justify-content:center;padding:20px;opacity:0;pointer-events:none;transition:opacity .2s;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.modal-form-overlay.active{opacity:1;pointer-events:all}.modal-note{text-align:center;font-size:11px;color:#aaa;position:absolute;bottom:10px;width:100%}.modal-form-dialog{background:#fff;width:100%;max-width:460px;border-radius:6px;border-top:4px solid var(--yellow, #EEBD34);transform:translateY(16px);transition:transform .2s;overflow:hidden}.modal-form-overlay.active .modal-form-dialog{transform:translateY(0)}.modal-form__head{padding:24px 28px 18px;display:flex;justify-content:space-between;align-items:flex-start;border-bottom:1px solid #f0f0f0}.modal-form__title{font-size:22px;font-weight:700;color:#333;letter-spacing:-.01em}.modal-form__subtitle{display:block;font-size:13px;font-weight:400;color:#666;margin-top:4px;letter-spacing:0}.modal-form__close{background:none;border:none;cursor:pointer;color:#c3c2c1;padding:2px;transition:color .15s;margin-top:2px}.modal-form__close:hover{color:#333}.modal-form__close svg{width:20px;height:20px;display:block}.modal-form__body{padding:22px 28px}@media(max-width:768px){.modal-form__body{padding:22px 28px 52px}}.modal-form__field{margin-bottom:16px}.modal-form__label{display:block;font-size:12px;font-weight:600;letter-spacing:.06em;text-transform:uppercase;color:#333;margin-bottom:6px}.modal-form__label .req{color:#d4a820}.modal-form__input,.modal-form__select,.modal-form__textarea{width:100%;font-family:inherit;font-size:15px;color:#333;background:#f9f9f9;border:1.5px solid #e0e0e0;border-radius:4px;padding:11px 14px;outline:none;transition:border-color .15s;-webkit-appearance:none;appearance:none}.modal-form__input:focus,.modal-form__select:focus,.modal-form__textarea:focus{border-color:#d4a820;background:#fff}.modal-form__textarea{resize:vertical;min-height:72px}.modal-form__select-wrap{position:relative}.modal-form__select-wrap:after{content:"";position:absolute;right:13px;top:50%;transform:translateY(-50%);border:5px solid transparent;border-top-color:#888;pointer-events:none}.modal-form__select-wrap .modal-form__select{padding-right:34px;cursor:pointer}.modal-form__submit{width:100%;background:var(--yellow, #EEBD34);color:#333;font-family:inherit;font-size:15px;font-weight:600;padding:14px;border:none;border-radius:3px;cursor:pointer;transition:background .15s;margin-top:4px;letter-spacing:.01em}.modal-form__submit:hover{background:#d4a820}.modal-form__note{text-align:center;font-size:12px;color:#aaa;margin-top:10px}.modal-form__success{padding:48px 28px;text-align:center;display:none}.modal-form__success.show{display:block}.modal-form__body.hidden{display:none}.modal-form__success-check{width:52px;height:52px;background:var(--yellow, #EEBD34);border-radius:50%;display:inline-flex;align-items:center;justify-content:center;margin-bottom:16px}.modal-form__success-check svg{width:26px;height:26px;color:#333}.modal-form__success-title{font-size:20px;font-weight:700;color:#333;margin-bottom:8px}.modal-form__success-body{font-size:14px;color:#666;line-height:1.65}.modal-form__success-body a{color:#d4a820;font-weight:500}.modal-form__error{color:#c00;font-size:12px;margin-top:4px}.modal-form .form-status{margin-bottom:16px}
/*# sourceMappingURL=/cdn/shop/t/5/assets/section-modal-form.css.map */
