.exco-trigger,#ExpertConsultationPortal{--exco-accent: #68920e;--exco-accent-dark: #4d6b0a;--exco-font: "Figtree", var(--font-body-family, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif)}.exco-trigger{display:flex;align-items:center;gap:16px;width:100%;margin:12px 0;padding:16px 18px;background:#fff;border:1px solid #e5e5df;border-radius:8px;text-align:left;cursor:pointer;font-family:var(--exco-font);color:inherit;transition:background-color .18s ease,border-color .18s ease,box-shadow .18s ease}.exco-trigger:hover{background:#fafaf8;border-color:#d9d9cf;box-shadow:0 2px 10px #0000000d}.exco-trigger:focus-visible{outline:2px solid var(--exco-accent);outline-offset:2px}.exco-trigger__avatars{display:flex;flex:none}.exco-trigger__avatar{width:56px;height:56px;border-radius:50%;border:2px solid #fff;background:var(--exco-accent);overflow:hidden;display:flex;align-items:center;justify-content:center}.exco-trigger__avatar+.exco-trigger__avatar{margin-left:-14px}.exco-trigger__avatar img{width:100%;height:100%;object-fit:cover}.exco-trigger__avatar svg{width:34px;height:34px;fill:#fff;opacity:.92}.exco-trigger__text{display:flex;flex-direction:column;flex:1 1 auto;min-width:0}.exco-trigger__title{display:block;margin:0;font-weight:600;font-size:1.2rem;line-height:1.3;color:#1d1d1b}.exco-trigger__subtitle{display:block;margin:4px 0 0;font-size:.95rem;line-height:1.4;color:#6b6b66}.exco-trigger__chevron{flex:none;width:22px;height:22px;color:#9a9a92}.exco-trigger__chevron svg{width:100%;height:100%}.exco-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:90000;background:transparent;opacity:1;visibility:hidden;transition:visibility 0s linear .32s}.exco-open .exco-overlay{opacity:1;visibility:visible;transition:opacity .3s ease}.exco-drawer{position:fixed;top:0;right:0;bottom:0;z-index:90001;width:min(470px,100vw);visibility:hidden;transition:visibility 0s linear .32s}.exco-open .exco-drawer{visibility:visible;transition:visibility 0s linear 0s}.exco-drawer__panel{display:flex;flex-direction:column;height:100%;background:#fff;box-shadow:-8px 0 30px #0000002e;transform:translate(100%);transition:transform .32s cubic-bezier(.4,0,.2,1);font-family:var(--exco-font)}.exco-open .exco-drawer__panel{transform:translate(0)}.exco-drawer__panel:focus{outline:none}.exco-drawer__close{position:absolute;top:14px;right:14px;z-index:2;width:40px;height:40px;display:flex;align-items:center;justify-content:center;padding:0;border:none;border-radius:50%;background:#fff3;color:#fff;cursor:pointer;transition:background-color .16s ease}.exco-drawer__close:hover{background:#ffffff57}.exco-drawer__close:focus-visible{outline:2px solid #fff;outline-offset:2px}.exco-drawer__close svg{width:22px;height:22px}.exco-drawer__header{flex:none;display:flex;align-items:center;gap:16px;padding:24px 58px 24px 24px;background:var(--exco-accent);color:#fff}.exco-drawer__avatar{flex:none;width:68px;height:68px;border-radius:50%;overflow:hidden;background:#ffffff38;border:2px solid rgba(255,255,255,.6);display:flex;align-items:center;justify-content:center}.exco-drawer__avatar img{width:100%;height:100%;object-fit:cover}.exco-drawer__avatar-icon svg{width:35px;height:35px;fill:#fff}.exco-drawer__title{margin:0;font-weight:700;font-size:1.55rem;line-height:1.25}.exco-drawer__subtitle{margin:6px 0 0;font-size:1.1rem;line-height:1.4;opacity:.94}.exco-drawer__body{flex:1 1 auto;overflow-y:auto;-webkit-overflow-scrolling:touch;padding:20px 24px 32px}.exco-phone{display:flex;align-items:center;gap:15px;padding:17px 18px;background:#f5f6f3;border-radius:12px}.exco-phone__icon{flex:none;width:48px;height:48px;border-radius:50%;background:var(--exco-accent);display:flex;align-items:center;justify-content:center}.exco-phone__icon svg{width:24px;height:24px;fill:#fff}.exco-phone__label{margin:0;font-size:1.05rem;color:#6b6b66}.exco-phone__number{display:inline-block;margin:2px 0;font-size:1.55rem;font-weight:700;color:var(--exco-accent-dark);text-decoration:none}.exco-phone__number:hover{text-decoration:underline}.exco-phone__number--empty{font-size:1.05rem;font-weight:600;color:#b0683a}.exco-phone__hours{margin:2px 0 0;font-size:1rem;color:#6b6b66}.exco-email{display:flex;align-items:center;gap:15px;margin-top:12px;padding:17px 18px;background:#f5f6f3;border-radius:12px;text-decoration:none;color:inherit;font-family:var(--exco-font);transition:background-color .16s ease}.exco-email:hover{background:#eceeea}.exco-email:focus-visible{outline:2px solid var(--exco-accent);outline-offset:2px}.exco-email__icon{flex:none;width:48px;height:48px;border-radius:50%;background:var(--exco-accent);display:flex;align-items:center;justify-content:center}.exco-email__icon svg{width:22px;height:22px;fill:#fff}.exco-email__text{display:flex;flex-direction:column;flex:1 1 auto;min-width:0}.exco-email__label{margin:0;font-size:1.05rem;color:#6b6b66}.exco-email__address{display:block;margin:2px 0 0;font-size:1.2rem;font-weight:700;color:var(--exco-accent-dark);word-break:break-all}.exco-email:hover .exco-email__address{text-decoration:underline}.exco-chat{display:flex;align-items:center;gap:15px;width:100%;margin-top:12px;padding:16px 18px;background:#fff;border:1.5px solid var(--exco-accent);border-radius:12px;text-align:left;cursor:pointer;font-family:var(--exco-font);transition:background-color .16s ease,box-shadow .16s ease}.exco-chat:hover{background:#f3f6ec;box-shadow:0 2px 12px #68920e2e}.exco-chat:focus-visible{outline:2px solid var(--exco-accent);outline-offset:2px}.exco-chat__icon{flex:none;width:48px;height:48px;border-radius:50%;background:var(--exco-accent);display:flex;align-items:center;justify-content:center}.exco-chat__icon svg{width:24px;height:24px;fill:#fff}.exco-chat__text{flex:1 1 auto;min-width:0}.exco-chat__label{display:block;font-weight:600;font-size:1.2rem;color:#1d1d1b}.exco-chat__hint{display:block;margin-top:2px;font-size:1.05rem;color:#6b6b66}.exco-chat__arrow{flex:none;width:22px;height:22px;color:var(--exco-accent)}.exco-chat__arrow svg{width:100%;height:100%}.exco-sku{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-top:12px;padding:14px 16px;border:1px solid #ececea;border-radius:10px}.exco-sku[hidden]{display:none}.exco-sku__label{font-size:1.08rem;color:#6b6b66}.exco-sku__value{font-size:1.2rem;font-weight:700;color:#1d1d1b}.exco-acc{border-bottom:1px solid #ececea}.exco-acc:first-of-type{border-top:1px solid #ececea;margin-top:18px}.exco-acc__summary{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:18px 2px;cursor:pointer;list-style:none}.exco-acc__summary::-webkit-details-marker{display:none}.exco-acc__summary:focus-visible{outline:2px solid var(--exco-accent);outline-offset:2px}.exco-acc__label{display:flex;align-items:center;gap:12px;min-width:0;font-size:1.25rem;font-weight:600;color:#1d1d1b}.exco-acc__icon{flex:none;width:25px;height:25px;color:var(--exco-accent)}.exco-acc__icon svg{width:100%;height:100%}.exco-acc__caret{flex:none;width:24px;height:24px;color:#8a8a82;transition:transform .2s ease}.exco-acc__caret svg{width:100%;height:100%}.exco-acc[open]>.exco-acc__summary .exco-acc__caret{transform:rotate(180deg)}.exco-acc__panel{padding:0 2px 16px}.exco-faq{border-top:1px solid #f0f0ee}.exco-faq:first-child{border-top:none}.exco-faq__q{display:flex;align-items:flex-start;justify-content:space-between;gap:10px;padding:14px 0;font-size:1.15rem;font-weight:600;color:#2c2c29;cursor:pointer;list-style:none}.exco-faq__q::-webkit-details-marker{display:none}.exco-faq__q:focus-visible{outline:2px solid var(--exco-accent);outline-offset:2px}.exco-faq__caret{flex:none;width:19px;height:19px;margin-top:3px;color:#a2a29a;transition:transform .2s ease}.exco-faq__caret svg{width:100%;height:100%}.exco-faq[open] .exco-faq__caret{transform:rotate(180deg)}.exco-faq__a{padding:0 0 14px;font-size:1.1rem;line-height:1.6;color:#545550}.exco-faq__a>:first-child{margin-top:0}.exco-faq__a>:last-child{margin-bottom:0}.exco-faq__a a{color:var(--exco-accent-dark)}.exco-faq-group+.exco-faq-group{margin-top:8px}.exco-faq-group__title{margin:16px 0 2px;font-size:.92rem;font-weight:700;letter-spacing:.04em;text-transform:uppercase;color:var(--exco-accent-dark)}.exco-loading,.exco-empty{margin:6px 0;font-size:1.1rem;color:#8a8a82}.exco-faq-error{font-size:1.1rem;color:#6b6b66}.exco-faq-error__link{display:inline-block;margin-top:4px;color:var(--exco-accent-dark);font-weight:600}.exco-fb__intro{margin:6px 0 14px;font-size:1.1rem;line-height:1.5;color:#545550}.exco-fb__cats{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:16px}.exco-fb__cat{cursor:pointer}.exco-fb__cat input{position:absolute;opacity:0;pointer-events:none}.exco-fb__cat span{display:inline-block;padding:8px 15px;border:1px solid #d9d9d3;border-radius:999px;font-size:1rem;color:#545550;transition:all .15s ease}.exco-fb__cat:hover span{border-color:var(--exco-accent)}.exco-fb__cat input:checked+span{background:var(--exco-accent);border-color:var(--exco-accent);color:#fff}.exco-fb__cat input:focus-visible+span{outline:2px solid var(--exco-accent);outline-offset:2px}.exco-fb__label{display:block;margin-bottom:7px;font-size:1.1rem;font-weight:600;color:#2c2c29}.exco-fb__textarea{width:100%;padding:13px 15px;border:1px solid #d9d9d3;border-radius:10px;font-family:var(--exco-font);font-size:1.1rem;line-height:1.5;color:#2c2c29;resize:vertical;min-height:110px}.exco-fb__textarea:focus{outline:none;border-color:var(--exco-accent);box-shadow:0 0 0 3px #68920e29}.exco-fb__submit{margin-top:14px;width:100%;padding:15px 20px;border:none;border-radius:10px;background:var(--exco-accent);color:#fff;font-family:var(--exco-font);font-size:1.2rem;font-weight:600;cursor:pointer;transition:background-color .16s ease}.exco-fb__submit:hover{background:var(--exco-accent-dark)}.exco-fb__submit:focus-visible{outline:2px solid var(--exco-accent-dark);outline-offset:2px}.exco-fb__submit:disabled{opacity:.6;cursor:default}.exco-fb__hint{margin:11px 0 0;font-size:.92rem;color:#9a9a92;text-align:center}.exco-fb__status{margin:14px 0 0;font-size:1.1rem;line-height:1.5}.exco-fb__status:empty{display:none}.exco-fb__status--success{color:var(--exco-accent-dark);font-weight:600}.exco-fb__status--error{color:#c0392b}.exco-fb__status--pending{color:#6b6b66}@media screen and (max-width:749px){.exco-drawer{width:100vw}.exco-drawer__header{padding:20px 56px 20px 20px}.exco-drawer__body{padding:18px 20px 30px}.exco-drawer__title,.exco-phone__number{font-size:1.42rem}}@media(prefers-reduced-motion:reduce){.exco-overlay,.exco-drawer,.exco-drawer__panel,.exco-trigger,.exco-chat,.exco-acc__caret,.exco-faq__caret{transition:none!important}}
/*# sourceMappingURL=/cdn/shop/t/98/assets/custom-expert-consultation.css.map */
