@charset "UTF-8";.wm-chat-fab{align-items:center;animation:wm-chat-fab-in .3s ease-out;background:#d32536;border:none;border-radius:44px;bottom:24px;box-shadow:0 4px 12px #00000026;color:#fff;cursor:pointer;display:flex;height:44px;justify-content:center;padding:0 10px;position:fixed;right:24px;transition:transform .2s ease,box-shadow .2s ease;width:44px;z-index:9999}.wm-chat-fab:hover{box-shadow:0 6px 20px #0003;transform:scale(1.08)}.wm-chat-fab:active{transform:scale(.95)}.wm-chat-fab svg{height:24px;transition:transform .2s ease;width:24px}.wm-chat-fab--open svg{transform:rotate(90deg)}@media (max-width:767px){.wm-chat-fab{bottom:80px;right:16px}}@keyframes wm-chat-fab-in{0%{opacity:0;transform:scale(0)}to{opacity:1;transform:scale(1)}}.wm-chat-greeting{animation:wm-chat-greeting-in .3s ease-out;background:#fff;border-radius:12px 12px 12px 0;bottom:80px;box-shadow:0 4px 20px #00000040;color:#3b3d40;cursor:pointer;font-family:Manrope,sans-serif;font-size:14px;font-weight:600;letter-spacing:-.42px;line-height:20px;padding:20px 28px 20px 20px;position:fixed;right:24px;width:196px;z-index:9999}.wm-chat-greeting__close{background:none;border:none;color:#717179;cursor:pointer;line-height:1;padding:2px;position:absolute;right:12px;top:11px}.wm-chat-greeting__close svg{display:block;height:8px;width:8px}@media (max-width:767px){.wm-chat-greeting{bottom:136px;right:16px;width:180px}}@keyframes wm-chat-greeting-in{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.wm-chat-window{animation:wm-chat-open .25s ease-out;background:#fff;border-radius:16px;bottom:88px;box-shadow:0 8px 32px #0000001f;display:flex;flex-direction:column;height:min(600px,100vh - 120px);overflow:hidden;position:fixed;right:24px;transform-origin:bottom right;width:380px;z-index:10000}.wm-chat-window--closing{animation:wm-chat-close .2s ease-in forwards}@media (max-width:767px){.wm-chat-window{animation:wm-chat-slide-up .3s ease-out;border-radius:0;height:100dvh;inset:0;position:fixed;width:100vw}.wm-chat-window--closing{animation:wm-chat-slide-down .25s ease-in forwards}}@keyframes wm-chat-open{0%{opacity:0;transform:scale(.9) translateY(20px)}to{opacity:1;transform:scale(1) translateY(0)}}@keyframes wm-chat-close{0%{opacity:1;transform:scale(1) translateY(0)}to{opacity:0;transform:scale(.9) translateY(20px)}}@keyframes wm-chat-slide-up{0%{transform:translateY(100%)}to{transform:translateY(0)}}@keyframes wm-chat-slide-down{0%{transform:translateY(0)}to{transform:translateY(100%)}}.wm-chat-header{align-items:center;background:#17499f;color:#fff;display:flex;flex-shrink:0;font-family:Manrope,sans-serif;gap:20px;min-height:48px;padding:12px 24px}.wm-chat-header__status{background:#10b981;border-radius:50%;flex-shrink:0;height:8px;width:8px}.wm-chat-header__info{align-items:center;display:flex;flex:1;gap:12px;min-width:0}.wm-chat-header__title{flex:1;font-size:14px;font-weight:600;line-height:16px;min-width:0;text-transform:uppercase}.wm-chat-header__title small{color:#fff9;display:block;font-size:11px;font-weight:400;margin-top:0;text-transform:none}.wm-chat-header__close{background:none;border:none;color:#fff;cursor:pointer;flex-shrink:0;line-height:1;opacity:.7;padding:8px;transition:opacity .15s}.wm-chat-header__close:hover{opacity:1}.wm-chat-header__close svg{display:block;height:16px;width:16px}.wm-chat-header__new-chat{background:none;border:none;color:#fff;cursor:pointer;flex-shrink:0;line-height:1;opacity:.7;padding:8px;transition:opacity .15s}.wm-chat-header__new-chat:hover{opacity:1}.wm-chat-header__new-chat svg{display:block;height:20px;width:20px}@media (max-width:767px){.wm-chat-header{min-height:56px;padding-top:calc(12px + env(safe-area-inset-top,0px))}}.wm-chat-messages{display:flex;flex:1;flex-direction:column;gap:16px;overflow-y:auto;padding:24px;-webkit-overflow-scrolling:touch;overscroll-behavior:contain;scrollbar-width:none}.wm-chat-messages::-webkit-scrollbar{display:none}.wm-chat-messages>*{flex-shrink:0}.wm-chat-msg{font-family:Manrope,sans-serif;font-size:12px;font-weight:500;letter-spacing:-.36px;line-height:18px;max-width:85%;padding:12px;word-wrap:break-word;animation:wm-msg-in .2s ease-out;overflow-wrap:break-word}.wm-chat-msg--bot{align-self:flex-start;background:#f0f7ff;border:1px solid rgba(36,94,194,.13);border-radius:0 12px 12px;color:#3b3d40;max-width:100%}.wm-chat-msg--user{align-self:flex-end;background:transparent;border-radius:12px 12px 0;color:#3b3d40;text-align:right}.wm-chat-msg__dots{display:inline-flex;gap:3px;margin-left:4px;vertical-align:middle}.wm-chat-msg__dots span{animation:wm-typing-bounce 1.2s ease-in-out infinite;background:#717179;border-radius:50%;display:inline-block;height:4px;width:4px}.wm-chat-msg__dots span:nth-child(2){animation-delay:.15s}.wm-chat-msg__dots span:nth-child(3){animation-delay:.3s}.wm-chat-msg a{color:#3e73cf;text-decoration:underline}.wm-chat-msg--user .wm-chat-msg a{color:#3e73cf}.wm-chat-msg .wm-chat-heading{font-size:14px;font-weight:600;margin:8px 0 4px}.wm-chat-msg .wm-chat-heading:first-child{margin-top:0}.wm-chat-msg .wm-chat-list{list-style:disc;margin:4px 0;padding-left:18px}.wm-chat-msg .wm-chat-list li{margin:2px 0}.wm-chat-msg .wm-chat-hr{border:none;border-top:1px solid rgba(0,0,0,.1);margin:8px 0}.wm-chat-msg .wm-chat-code{background:#0000000f;border-radius:4px;font-family:monospace;font-size:13px;padding:1px 5px}@keyframes wm-msg-in{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.wm-chat-typing{align-self:flex-start;background:#f0f7ff;border:1px solid rgba(36,94,194,.13);border-radius:0 12px 12px;display:flex;gap:4px;padding:12px}.wm-chat-typing span{animation:wm-typing-bounce 1.2s ease-in-out infinite;background:#717179;border-radius:50%;height:4px;width:4px}.wm-chat-typing span:nth-child(2){animation-delay:.15s}.wm-chat-typing span:nth-child(3){animation-delay:.3s}@keyframes wm-typing-bounce{0%,60%,to{transform:translateY(0)}30%{transform:translateY(-6px)}}.wm-chat-actions-wrap{background:#f0f7ff;border:1px solid #92afe0;border-radius:13px;flex-shrink:0;padding:16px}.wm-chat-actions{display:grid;gap:8px;grid-template-columns:1fr 1fr}.wm-chat-action-btn{background:#fff;border:1px solid rgba(62,115,207,.3);border-radius:3px;color:#3b3d40;cursor:pointer;font-family:Manrope,sans-serif;font-size:12px;font-weight:600;height:34px;letter-spacing:-.15px;line-height:20px;padding:0 16px;text-align:center;transition:background .15s,border-color .15s;white-space:nowrap}.wm-chat-action-btn:hover{background:#17499f;border-color:#17499f;color:#fff}.wm-chat-action-btn:active{transform:scale(.98)}.wm-chat-car-card{background:#fff;border:1px solid rgba(36,94,194,.13);border-radius:13px;display:flex;flex-direction:column;gap:0;overflow:hidden;width:100%}.wm-chat-car-card__img{background:#eee;border-radius:12px 12px 0 0;display:block;flex-shrink:0;height:180px;object-fit:cover;width:100%}.wm-chat-car-card__info{display:flex;flex-direction:column;gap:12px;line-height:16px;margin-top:20px;padding:0 16px 16px}.wm-chat-car-card__info strong{color:#000;display:block;font-family:Manrope,sans-serif;font-size:14px;font-weight:700;letter-spacing:-.15px}.wm-chat-car-card__specs{display:flex;flex-direction:column;font-size:12px;gap:4px}.wm-chat-car-card__spec-row{align-items:center;display:flex;gap:6px;height:16px;white-space:nowrap}.wm-chat-car-card__spec-row .spec-label{color:#4a5565;font-family:Manrope,sans-serif;font-weight:500;letter-spacing:-.31px}.wm-chat-car-card__spec-row .spec-value{color:#000;font-family:Manrope,sans-serif;font-weight:600;letter-spacing:-.15px}.wm-chat-car-card__detail-link{color:#3e73cf;cursor:pointer;font-family:Manrope,sans-serif;font-size:12px;font-weight:700;letter-spacing:-.15px;text-decoration:none}.wm-chat-car-card__detail-link:hover{text-decoration:underline}.wm-chat-car-card__actions{display:flex;gap:6px;margin-top:6px}.wm-chat-car-card__actions a,.wm-chat-car-card__actions button{background:#fff;border:1px solid rgba(36,94,194,.13);border-radius:6px;color:#3e73cf;cursor:pointer;font-size:12px;padding:4px 10px;text-decoration:none}.wm-chat-car-card__actions a:hover,.wm-chat-car-card__actions button:hover{background:#f0f4ff}.wm-chat-msg--bot .wm-chat-car-card{margin-top:16px}.wm-chat-msg--bot .wm-chat-car-card+.wm-chat-car-card{margin-top:24px}.wm-chat-car-photo{border-radius:12px;display:block;margin:0 0 4px;overflow:hidden;width:100%}.wm-chat-car-photo img{background:#eee;display:block;height:180px;object-fit:cover;width:100%}.wm-chat-calc-result{background:#fafbfc;border:1px solid rgba(0,0,0,.1);border-radius:10px;font-size:13px;margin-top:8px;padding:12px}.wm-chat-calc-result__title{font-weight:600;margin-bottom:8px}.wm-chat-calc-result__row{display:flex;justify-content:space-between;padding:3px 0}.wm-chat-calc-result__row--total{border-top:1px solid rgba(0,0,0,.1);font-size:14px;font-weight:700;margin-top:6px;padding-top:8px}.wm-chat-tracking{background:#fafbfc;border:1px solid rgba(0,0,0,.1);border-radius:10px;font-size:13px;margin-top:8px;padding:12px}.wm-chat-tracking__title{font-weight:600;margin-bottom:8px}.wm-chat-tracking__row{color:#717179;display:flex;gap:8px;padding:3px 0}.wm-chat-tracking__row strong{color:#3b3d40}.wm-chat-tool-loading{align-items:center;background:#f0f7ff;border:1px solid rgba(36,94,194,.13);border-radius:0 12px 12px;color:#3b3d40;display:flex;font-family:Manrope,sans-serif;font-size:12px;font-weight:500;gap:8px;letter-spacing:-.36px;line-height:18px;padding:12px}.wm-chat-tool-loading__spinner{flex-shrink:0;height:24px;position:relative;width:24px}.wm-chat-tool-loading__spinner:before{animation:wm-spin .8s linear infinite;border:2px solid transparent;border-radius:50%;border-top-color:#17499f;content:"";display:block;height:100%;width:100%}@keyframes wm-spin{to{transform:rotate(1turn)}}.wm-chat-search-plate{align-items:center;background:#f0f7ff;border:1px solid rgba(36,94,194,.13);border-radius:0 12px 12px;color:#3b3d40;display:flex;font-family:Manrope,sans-serif;font-size:12px;font-weight:500;gap:8px;letter-spacing:-.36px;line-height:18px;padding:12px}.wm-chat-search-plate__spinner{animation:wm-spin .8s linear infinite;border:2px solid transparent;border-radius:50%;border-top-color:#17499f;flex-shrink:0;height:24px;width:24px}.wm-chat-phone-prompt{background:#f0f7ff;border:1px solid rgba(36,94,194,.13);border-radius:0 12px 12px;padding:12px}.wm-chat-phone-prompt__text{color:#3b3d40;font-family:Manrope,sans-serif;font-size:12px;font-weight:500;letter-spacing:-.36px;line-height:18px;margin-bottom:16px}.wm-chat-phone-prompt__field{align-items:center;background:#fff;border:1px solid rgba(23,73,159,.14);border-radius:3px;display:flex;gap:12px;height:34px;margin-bottom:12px;padding:0 16px}.wm-chat-phone-prompt__field:focus-within{border-color:#17499f}.wm-chat-phone-prompt__flag{flex-shrink:0;font-size:14px;line-height:1}.wm-chat-phone-prompt__input{background:transparent;border:none;border-radius:0;color:#3b3d40;font-family:Manrope,sans-serif;font-size:12px;font-weight:500;padding:0;width:100%}@supports (-webkit-touch-callout:none){.wm-chat-phone-prompt__input{font-size:16px}}.wm-chat-phone-prompt__input::placeholder{color:#717179}.wm-chat-phone-prompt__input:focus{outline:none}.wm-chat-phone-prompt__error{color:#d32536;font-size:11px;margin-bottom:4px;min-height:0}.wm-chat-phone-prompt__error:empty{display:none}.wm-chat-phone-prompt__buttons{display:flex;gap:8px}.wm-chat-phone-prompt__submit{background:#d32536;border:none;border-radius:3px;color:#fff;cursor:pointer;flex:1;font-family:Manrope,sans-serif;font-size:12px;font-weight:700;height:34px;padding:0 34px}.wm-chat-phone-prompt__submit:hover{opacity:.9}.wm-chat-phone-prompt__skip{background:none;border:1px solid rgba(0,0,0,.1);border-radius:3px;color:#717179;cursor:pointer;font-size:12px;height:34px;padding:0 16px}.wm-chat-phone-prompt__skip:hover{background:#f3f4f6}.wm-chat-messenger-choice{background:#f0f7ff;border:1px solid rgba(36,94,194,.13);border-radius:0 12px 12px;padding:12px}.wm-chat-messenger-choice__text{color:#3b3d40;font-size:13px;margin-bottom:10px}.wm-chat-messenger-choice__buttons{display:grid;gap:8px;grid-template-columns:1fr 1fr}.wm-chat-messenger-choice__btn{background:#fff;border:1px solid rgba(0,0,0,.1);border-radius:8px;color:#3b3d40;cursor:pointer;font-size:13px;padding:10px 8px;text-align:center;transition:background .15s,border-color .15s}.wm-chat-messenger-choice__btn:hover{background:#fef2f4;border-color:#d32536}.wm-chat-messenger-choice__btn--call:before{content:"📞 "}.wm-chat-messenger-choice__btn--telegram:before{content:"✈️ "}.wm-chat-messenger-choice__btn--whatsapp:before{content:"💬 "}.wm-chat-messenger-choice__btn--viber:before{content:"📱 "}.wm-chat-input{align-items:center;background:#fff;border-top:1px solid rgba(0,0,0,.1);display:flex;flex-shrink:0;gap:8px;padding:8px}.wm-chat-input__field{border:1px solid #4a5565;border-radius:34px;color:#3b3d40;flex:1;font-family:Manrope,sans-serif;font-size:12px;font-weight:500;height:34px;line-height:1.2;max-height:34px;outline:none;overflow:hidden;padding:8px 12px;resize:none}@supports (-webkit-touch-callout:none){.wm-chat-input__field{font-size:16px}}.wm-chat-input__field:focus{border-color:#17499f}.wm-chat-input__field::placeholder{color:#717179}.wm-chat-input__menu{align-items:center;background:none;border:1px solid #d5d5d5;border-radius:30px;color:#717179;cursor:pointer;display:flex;flex-shrink:0;height:34px;justify-content:center;padding:0;transition:color .15s,border-color .15s,background .15s;width:34px}.wm-chat-input__menu:hover{border-color:#17499f;color:#17499f}.wm-chat-input__menu--active{background:#17499f;border-color:#17499f;color:#fff}.wm-chat-input__menu--active:hover{background:#143f89;border-color:#143f89;color:#fff}.wm-chat-input__menu svg{height:20px;width:20px}.wm-chat-input__send{align-items:center;background:#d32536;border:none;border-radius:30px;color:#fff;cursor:pointer;display:flex;flex-shrink:0;height:34px;justify-content:center;transition:opacity .15s,background .15s;width:34px}.wm-chat-input__send:disabled{background:#d3253657;cursor:default}.wm-chat-input__send svg{height:20px;width:20px}@media (max-width:767px){.wm-chat-input{padding-bottom:calc(8px + env(safe-area-inset-bottom,0px))}}.wm-chat-footer-cta{align-items:center;background:linear-gradient(90deg,#f4f4f580,#f4f4f580),#fff;border-top:1px solid rgba(0,0,0,.1);color:#3b3d40;cursor:pointer;display:flex;flex-shrink:0;font-family:Manrope,sans-serif;font-size:12px;font-weight:500;gap:4px;justify-content:center;letter-spacing:-.36px;line-height:18px;padding:8px 24px;transition:background .15s}.wm-chat-footer-cta:hover{background:#f3f4f6}.wm-chat-footer-cta svg{height:16px;width:16px}@media (max-width:767px){.wm-chat-body-locked{overflow:hidden!important}}.wm-chat-window[dir=rtl] .wm-chat-msg--user{margin-left:0;margin-right:48px;text-align:right}.wm-chat-window[dir=rtl] .wm-chat-msg--bot{text-align:right}.wm-chat-window[dir=rtl] .wm-chat-input{direction:rtl}.wm-chat-window[dir=rtl] .wm-chat-input__field,.wm-chat-window[dir=rtl] .wm-chat-phone-prompt__input,.wm-chat-window[dir=rtl] .wm-chat-car-card__info{text-align:right}.wm-chat-window[dir=rtl] .wm-chat-footer-cta{direction:rtl}.wm-chat-search-confirm{background:#f8fafc;border:1px solid rgba(0,0,0,.1);border-radius:12px;margin:8px 0;padding:12px}.wm-chat-search-confirm__title{color:#3b3d40;font-size:13px;font-weight:600;margin-bottom:8px}.wm-chat-search-confirm__row{border-bottom:1px solid #f1f3f5;display:flex;font-size:13px;justify-content:space-between;padding:4px 0}.wm-chat-search-confirm__row span:first-child{color:#717179}.wm-chat-search-confirm__row span:last-child{color:#3b3d40;font-weight:500}.wm-chat-search-confirm__row:last-of-type{border-bottom:none}.wm-chat-search-confirm__buttons{display:flex;gap:8px;margin-top:10px}.wm-chat-search-confirm__btn{border:none;border-radius:8px;cursor:pointer;flex:1;font-size:13px;font-weight:500;padding:8px 12px;transition:background .15s}.wm-chat-search-confirm__btn--confirm{background:#d32536;color:#fff}.wm-chat-search-confirm__btn--confirm:hover{background:#b01f2d}.wm-chat-search-confirm__btn--edit{background:#f1f3f5;color:#3b3d40}.wm-chat-search-confirm__btn--edit:hover{background:#e5e7eb}.wm-chat-difficulty{background:#fff7ed;border:1px solid #fed7aa;border-radius:12px;margin:8px 0;padding:12px}.wm-chat-difficulty__text{color:#3b3d40;font-size:13px;margin-bottom:10px}.wm-chat-difficulty__buttons{display:flex;gap:8px}.wm-chat-difficulty__btn{border:none;border-radius:8px;cursor:pointer;flex:1;font-size:13px;font-weight:500;padding:8px 12px;transition:background .15s}.wm-chat-difficulty__btn--callback{background:#d32536;color:#fff}.wm-chat-difficulty__btn--callback:hover{background:#b01f2d}.wm-chat-difficulty__btn--continue{background:#f1f3f5;color:#3b3d40}.wm-chat-difficulty__btn--continue:hover{background:#e5e7eb}@media (prefers-reduced-motion:reduce){.wm-chat-fab,.wm-chat-greeting,.wm-chat-msg,.wm-chat-msg__dots span,.wm-chat-tool-loading__spinner,.wm-chat-typing span,.wm-chat-window{animation-duration:.01ms!important;transition-duration:.01ms!important}}
