@import url(https://fonts.bunny.net/css?family=bree-serif:700|sans-serif:400);
#bd-chat-bubble{position:fixed;bottom:28px;right:28px;z-index:99998;display:flex;align-items:center;gap:10px;background:#f07c00;color:#fff;border:2px solid #f07c00;border-radius:50px;padding:14px 22px 14px 18px;cursor:pointer;box-shadow:0 4px 20px rgba(0,0,0,.18);font-family:Arial,sans-serif;font-size:15px;font-weight:600;transition:background .2s,color .2s,transform .15s}#bd-chat-bubble:hover{background:#fff;color:#f07c00;border:2px solid #f07c00;transform:translateY(-2px)}#bd-chat-bubble svg{width:22px;height:22px;flex-shrink:0}#bd-icon-close{display:none}#bd-chat-bubble.is-open #bd-icon-chat{display:none}#bd-chat-bubble.is-open #bd-icon-close{display:block}#bd-chat-bubble.is-open #bd-bubble-label{display:none}#bd-chat-bubble.is-open{border-radius:50%;padding:14px}#bd-chat-window{position:fixed;bottom:100px;right:28px;z-index:99997;width:380px;max-height:82vh;background:#fff;border-radius:16px;box-shadow:0 8px 40px rgba(0,0,0,.18);display:flex;flex-direction:column;overflow:hidden;font-family:Arial,sans-serif;opacity:0;transform:translateY(16px) scale(.97);pointer-events:none;transition:opacity .22s ease,transform .22s ease}#bd-chat-window.is-open{opacity:1;transform:translateY(0) scale(1);pointer-events:auto}#bd-chat-header{display:flex;align-items:center;justify-content:space-between;background:#f07c00;color:#fff;padding:14px 16px;flex-shrink:0}#bd-chat-header-info{display:flex;align-items:center;gap:10px}#bd-chat-avatar{width:44px;height:44px;border-radius:50%;overflow:hidden;border:2px solid rgba(255,255,255,.8);box-shadow:0 2px 8px rgba(0,0,0,.15);flex-shrink:0}#bd-chat-avatar img{width:100%;height:100%;object-fit:cover;display:block}#bd-chat-header-info strong{display:block;font-size:14px;line-height:1.3}#bd-chat-header-info span{font-size:12px;opacity:.85}#bd-chat-close{background:none;border:0;color:#fff;font-size:24px;cursor:pointer;line-height:1;padding:0 4px;opacity:.8;transition:opacity .15s}#bd-chat-close:hover{opacity:1}#bd-chat-body{overflow-y:auto;padding:16px;flex:1}#bd-chat-intro{font-size:13px;color:#555;margin:0 0 14px;line-height:1.5}.bd-name-row{display:flex;gap:10px}.bd-name-row .\_form_element{flex:1;min-width:0}#_form_7_{font-size:14px;line-height:1.6;font-family:Arial,helvetica,sans-serif;margin:0;position:relative;text-align:left;padding:0;box-sizing:border-box;background:transparent!important;border:0!important;max-width:100%}._form_hide{display:none;visibility:hidden}._form_show{display:block;visibility:visible}#_form_7_ input[type="text"],#_form_7_ input[type="tel"],#_form_7_ input[type="date"],#_form_7_ textarea{padding:9px 11px;height:auto;border:1px solid #ccc;border-radius:4px;color:#000!important;font-size:13px;box-sizing:border-box;width:100%;font-family:Arial,sans-serif}#_form_7_ textarea{resize:vertical;min-height:80px}#_form_7_ input::placeholder,#_form_7_ textarea::placeholder{color:#999}#_form_7_ input[type="text"]:focus,#_form_7_ input[type="tel"]:focus,#_form_7_ textarea:focus{outline:0;border-color:#f07c00;box-shadow:0 0 0 2px rgba(239,125,0,.15)}#_form_7_ ._submit{cursor:pointer;font-family:Arial,sans-serif;font-size:14px;font-weight:600;text-align:center;background:#f07c00!important;border:0!important;border-radius:6px!important;color:#fff!important;padding:11px 20px!important;width:100%;margin-top:4px;transition:background .2s}#_form_7_ ._submit:hover{background:#d46e00!important}#_form_7_ ._submit:disabled{cursor:not-allowed;opacity:.4}#_form_7_ ._submit.processing{position:relative}#_form_7_ ._submit.processing::before{content:"";width:1em;height:1em;position:absolute;z-index:1;top:50%;left:50%;border:double 3px transparent;border-radius:50%;background-image:linear-gradient(#f07c00,#f07c00),conic-gradient(#f07c00,#fff);background-origin:border-box;background-clip:content-box,border-box;animation:1200ms ease 0s infinite normal none running _spin}@keyframes _spin{0%{transform:translate(-50%,-50%) rotate(90deg)}100%{transform:translate(-50%,-50%) rotate(450deg)}}#_form_7_ ._form-label,#_form_7_ ._form_element ._form-label{font-weight:bold;font-size:12px;margin-bottom:4px;display:block;color:#333}#_form_7_ .field-required{color:#e00}#_form_7_ ._form_element{position:relative;margin-bottom:10px;font-size:0;max-width:100%}#_form_7_ ._form_element *{font-size:13px}#_form_7_ ._form_element._clear{clear:both;width:100%;float:none}#_form_7_ ._form_element input[type="text"],#_form_7_ ._form_element select,#_form_7_ ._form_element textarea:not(.g-recaptcha-response){display:block;width:100%;box-sizing:border-box;font-family:inherit}#_form_7_ ._field-wrapper{position:relative}#_form_7_ ._full_width{width:100%}#_form_7_ ._button-wrapper{margin-top:12px}#_form_7_ ._show_be_error{min-width:100%}#_form_7_ input[type="text"]._has_error,#_form_7_ textarea._has_error{border:1px solid #e55!important}#_form_7_ ._error{display:block;position:absolute;font-size:12px;z-index:10000001}#_form_7_ ._error._above{padding-bottom:4px;bottom:36px;right:0}#_form_7_ ._error._below{padding-top:6px;top:100%;right:0}#_form_7_ ._error-inner{padding:6px 10px;background:#fdd;font-size:12px;font-family:Arial,sans-serif;color:#000;border-radius:4px}#_form_7_ ._error-inner._form_error{margin-bottom:5px;text-align:left}#_form_7_ ._error-arrow{position:absolute;width:0;height:0}#_form_7_ ._error._above ._error-arrow{bottom:-4px;right:12px;border-left:6px solid transparent;border-right:6px solid transparent;border-top:6px solid #fdd}#_form_7_ ._error._below ._error-arrow{top:0;right:12px;border-left:6px solid transparent;border-right:6px solid transparent;border-bottom:6px solid #fdd}#_form_7_ ._form-thank-you{text-align:center;font-size:15px;padding:20px 0;color:#333}.g-recaptcha{transform:scale(.87);transform-origin:left top}@media(max-width:420px){#bd-chat-window{right:0;left:0;bottom:80px;width:100%;border-radius:16px 16px 0 0}#bd-chat-bubble{right:16px;bottom:16px}.bd-name-row{flex-direction:column;gap:0}}
