/* footer.css — 158 правил */

/* Desktop modals - within content-wrapper */
.manager-modal-overlay{position:fixed;inset:0;z-index:600;display:none;align-items:center;justify-content:center;padding:16px}
.manager-modal-overlay.visible{display:flex}
.manager-modal-backdrop{position:absolute;inset:0;background:rgba(11,13,26,0.9);backdrop-filter:blur(4px)}
.v10-box{position:relative;z-index:2;width:580px;max-width:95vw;border-radius:16px;overflow:hidden;border:1px solid rgba(100,116,139,0.2);animation:v10Up .3s ease;background:#131727}
.v10-top{background:linear-gradient(135deg,rgba(255,185,0,0.15),rgba(245,158,11,0.08));padding:28px 24px;position:relative;display:flex;align-items:center;gap:18px}
.v10-avatar{width:80px;height:80px;border-radius:50%;background:linear-gradient(135deg,#FFB900,#f59e0b);display:flex;align-items:center;justify-content:center;font-weight:800;font-size:28px;color:#0b0d1a;border:3px solid #131727;flex-shrink:0}
.v10-info{display:flex;flex-direction:column;gap:2px}
.v10-name{font-size:20px;font-weight:700;color:#e2e8f0}
.v10-role{font-size:13px;color:#77889b}
.v10-phone{font-size:18px;font-weight:700;color:#FFB900;text-decoration:none;margin-top:4px}
.v10-phone:hover{color:#facc15}
.v10-close{position:absolute;top:12px;right:14px;width:32px;height:32px;padding:0;display:flex;align-items:center;justify-content:center;background:transparent;border:none;border-radius:50%;color:#77889b;cursor:pointer;transition:all .2s}
.v10-close:hover{background:rgba(100,116,139,0.5);color:#fff}
.v10-close svg{width:20px;height:20px}
.v10-contacts{display:flex;flex-direction:column;gap:8px;flex:1}
.v10-qr{flex-shrink:0;text-align:center;display:flex;flex-direction:column;align-items:center;gap:8px;width:174px}
.v10-qr .qr-wrap img{width:150px;height:150px}
.v10-foot{padding:12px 24px;border-top:1px solid rgba(100,116,139,0.2);background:#17212B}
.manager-modal-content{position:absolute;top:35px;left:50%;transform:translateX(-50%);width:1280px;max-width:calc(100vw - 48px);padding:0 24px;display:grid;grid-template-columns:1fr 480px;grid-template-rows:auto auto auto;max-height:calc(100vh - 70px);pointer-events:none}
.manager-modal-footer{grid-column:2;grid-row:3;pointer-events:auto;background:#f9fafb;border-top:1px solid #e5e7eb;border-radius:0 0 12px 12px;padding:12px 20px;display:flex;flex-wrap:wrap;gap:12px;justify-content:center;color:#1a1a1a}
.manager-modal-logo-top{color:#1a1a1a}
.manager-modal-logo-bottom{color:#FFB900}
.manager-modal-close{color:#666}
.manager-modal-close:hover{color:#1a1a1a;background:#f3f4f6}
.dg-modal-overlay{display:none;position:fixed;inset:0;z-index:10000}
.dg-modal-backdrop{position:absolute;inset:0;background:rgba(0,0,0,0.4)}
.dg-modal-content{position:absolute;top:35px;left:50%;transform:translateX(-50%);width:1280px;max-width:calc(100vw - 48px);padding:0 24px;pointer-events:none}
.dg-modal-close{color:#666}
.dg-modal-close:hover{color:#1a1a1a}
.tg-modal-overlay{display:none;position:fixed;inset:0;z-index:10000}
.tg-modal{position:absolute;top:35px;left:50%;transform:translateX(-50%);width:1280px;max-width:calc(100vw - 48px);padding:0 24px;pointer-events:none}
.tg-modal-left{background:#fff;color:#1a1a1a;padding:0;border-radius:0}
.tg-modal-name{color:#1a1a1a}
.tg-modal-comment{color:#1a1a1a}
.tg-modal-right{background:#f9fafb;color:#1a1a1a;width:100%;padding:16px 0 0;border-radius:0}
.tg-modal-btn{background:#283341;color:#fff}
.tg-modal-close{position:absolute;top:8px;color:#666;font-size:20px;z-index:10}
.tg-modal-close:hover{color:#1a1a1a}
.footer{background-color:rgba(255,255,255,0.25);width:100%;margin-top:auto;padding-top:0;padding-bottom:0;border-radius:12px 12px 0 0}
[data-theme="dark"] .footer{background-color:#242F3D}
.footer-inner{max-width:1280px;margin:0 auto;padding:40px 80px 0;box-sizing:border-box}
.footer-columns{display:flex;height:auto;justify-content:center;gap:40px;padding:10px 0}
.footer-column{flex:1;padding:0 20px}
.footer-column-left{flex:1.2;padding:0!important;display:flex;flex-direction:column;align-items:center;justify-content:center}
.footer-column-center{flex:0 0 430px;padding:15px 0;display:flex;justify-content:center;gap:70px}
.footer-column-right{padding:15px 0 15px 50px}
.footer-column-center{border-right:1px solid #9B9B9D;border-left:1px solid #9B9B9D}
[data-theme="dark"] .footer-column-center{border-right:1px solid #5B586C;border-left:1px solid #5B586C}
.footer-column-right{padding-right:0}
.footer-logo{display:block;margin:0 auto;width:182px;height:auto}
.footer-logo-light{display:block}
.footer-logo-dark{display:none}
[data-theme="dark"] .footer-logo-light{display:none}
[data-theme="dark"] .footer-logo-dark{display:block}
.footer-slogan{margin:14px auto 0;font-size:16px;font-weight:600;color:#000000;text-align:center}
[data-theme="dark"] .footer-slogan{color:#e6e6e6}
.footer-icons{display:flex;justify-content:center;align-items:center;gap:14px}
.footer-icon-link{display:block;width:26px;height:26px;line-height:0}
.footer-icon-link img{display:block;width:26px;height:26px;opacity:.5;filter:brightness(0)}
[data-theme="dark"] .footer-icon-link img{opacity:1;filter:none}
.footer-contact-item{display:flex;align-items:flex-start;gap:12px;margin-bottom:8px;color:#000000;font-size:14px;line-height:1.4;text-align:left}
.footer-contact-item:last-child{margin-bottom:0}
[data-theme="dark"] .footer-contact-item{color:#e6e6e6}
.footer-contact-icon{width:12px;height:auto;flex-shrink:0;margin-top:2px;opacity:.5;filter:brightness(0)}
[data-theme="dark"] .footer-contact-icon{opacity:1;filter:none}
.footer-map-mobile{display:none;margin-top:30px;text-align:center;position:relative}
.footer-map-mobile #map{display:inline-block;max-width:100%;height:auto;position:relative!important;z-index:1}
.footer-legal-block{padding-top:28px;text-align:center}
.footer-legal-text{font-size:14px;color:rgba(0,0,0,0.5);margin:0}
[data-theme="dark"] .footer-legal-text{color:#B8C4CE}
.footer-spacer{display:inline-block;width:19px}
.footer-copyright-text{margin-top:16px;font-size:12px;color:#000000}
[data-theme="dark"] .footer-copyright-text{color:#e6e6e6}
.footer{background:#242f3d!important;backdrop-filter:blur(24px)!important;-webkit-backdrop-filter:blur(24px)!important;border-top:1px solid rgba(255,255,255,.08)!important;border-radius:0!important;padding:0!important;margin-top:auto!important;width:100%!important}
.footer .footer-inner{max-width:1280px!important;margin:0 auto!important;padding:48px 30px 32px!important;box-sizing:border-box!important;background:none!important}
.footer-v8-grid{display:grid;grid-template-columns:1.5fr 1fr 1fr 1fr;gap:48px}
.footer-v8-logo{font-weight:800;color:#fff;letter-spacing:1px;font-size:22px;text-decoration:none;display:block}
.footer-v8-logo .accent{color:#FFB900}
.footer-v8-desc{color:#c4d0d8;font-size:14px;margin-top:8px;max-width:300px;line-height:1.6}
.footer-v8-actions{display:flex;align-items:center;justify-content:space-between;margin:16px 0 0}
.footer-v8-address{color:#c4d0d8;font-size:13px;margin:0;line-height:1.6;text-align:right;align-self:flex-end}
.footer-v8-address-label{display:block;color:#c4d0d8;font-size:13px;margin-bottom:2px}
.footer-v8-address-text{display:block;color:#fff;font-size:13px}
.footer-city-top{color:#fff!important;font-weight:500}
.footer-v8-btns{margin-top:24px;display:flex;gap:12px}
.footer-v8-phone{padding:10px 24px;border-radius:8px;background:rgba(255,185,0,.15);color:#FFB900;font-weight:600;font-size:13px;text-decoration:none;transition:background .15s}
.footer-v8-phone:hover{background:rgba(255,185,0,.25)}
.footer-v8-write{padding:10px 24px;border-radius:8px;background:rgba(255,255,255,.06);color:#c4d0d8;font-weight:600;font-size:13px;text-decoration:none;transition:background .15s;cursor:pointer;border:none;font-family:inherit}
.footer-v8-write:hover{background:rgba(255,255,255,.1)}
.footer-v8-st{font-size:11px;font-weight:700;color:#8b9cb0;text-transform:uppercase;letter-spacing:.1em;margin:0 0 14px 0}
.footer-v8-nl{font-size:14px;color:#FFB900;margin-bottom:8px;display:block;text-decoration:none;transition:color .15s}
.footer-v8-nl:hover{color:#ffc940}
.footer-v8-divider{height:1px;background:rgba(255,255,255,.06);margin:24px 0}
.footer-v8-bottom{display:flex;justify-content:space-between;align-items:flex-start}
.footer-v8-legal a{color:#FFB900;text-decoration:underline;text-decoration-thickness:2px;text-underline-offset:2px;transition:color .15s}
.footer-v8-legal a:hover{color:#ffc940}
.footer-v8-copy{color:#8b9cb0;font-size:12px;display:flex;justify-content:space-between;align-items:center;margin:0}
.footer-v8-copy-link{color:#ffb900;font-size:12px;text-decoration:underline}
.footer-v8-copy-link:hover{text-decoration:underline}
.footer-v8-disclaimer{color:#5a6a7e;font-size:11px;line-height:1.6;margin:10px 0 0;text-align:left}
.manager-modal-overlay.visible{display:flex}
.manager-modal-backdrop{position:absolute;inset:0;background:rgba(11,13,26,0.9);backdrop-filter:blur(4px);transition:opacity .3s ease}
.manager-modal-overlay.visible .manager-modal-logo{display:flex;flex-direction:column;line-height:1;letter-spacing:-0.05em;font-weight:900;font-style:italic}
.manager-modal-logo-top{font-size:24px;color:#1a1a1a}
.manager-modal-logo-bottom{font-size:24px;color:#facc15;display:flex;align-items:center;gap:4px}
.manager-modal-logo-star{font-size:12px;font-style:normal}
.manager-modal-close{padding:6px;background:transparent;border:none;border-radius:50%;color:#666;cursor:pointer;transition:all .2s ease}
.manager-modal-close:hover{background:rgba(100,116,139,0.5);color:#ffffff}
.manager-modal-close svg{width:20px;height:20px}
.manager-footer-info{display:flex;gap:20px;align-items:center}
.manager-footer-item{display:flex;align-items:center;gap:6px}
.manager-footer-item svg{width:14px;height:14px;flex-shrink:0}
.manager-footer-copy{display:flex;align-items:center;gap:6px}
.manager-footer-copy svg{width:14px;height:14px}
.tg-modal-overlay.active{display:flex}
.tg-modal-close{position:absolute;top:-10px;right:-36px;background:none;border:none;color:#666;font-size:22px;cursor:pointer;line-height:1;z-index:10001;width:28px;height:28px;display:flex;align-items:center;justify-content:center}
.tg-modal-close:hover{color:#c4d0d8}
.tg-modal{background:transparent;width:600px;max-width:95vw;max-height:95vh;position:relative;box-shadow:none}
.tg-modal-left{flex:1;min-width:0;display:flex;flex-direction:column;color:#1a1a1a;background:#fff;padding:20px;border-radius:0;min-height:0}
.tg-modal-author{display:flex;align-items:center;gap:12px;margin-bottom:14px;flex-shrink:0}
.tg-modal-avatar{width:44px;height:44px;border-radius:50%;background:rgba(255,185,0,0.15);display:flex;align-items:center;justify-content:center;overflow:hidden;flex-shrink:0}
.tg-modal-avatar img{width:44px;height:44px;object-fit:cover;border-radius:50%}
.tg-modal-name{font-weight:600;font-size:15px;color:#1a1a1a}
.tg-modal-comment-wrap{overflow-y:auto;flex:1;min-height:0}
.tg-modal-comment{font-size:13px;line-height:1.5;color:#1a1a1a;margin:0}
.tg-modal-right{display:flex;flex-direction:column;align-items:center;gap:12px;flex-shrink:0;width:221px;color:#1a1a1a;background:#f9fafb;padding:20px;border-radius:0}
.tg-modal-qr{border-radius:10px;background:#fff;padding:8px}
.tg-modal-qr-hint{font-size:11px;text-align:center;color:rgba(255,255,255,0.6);margin:0;line-height:1.4}
.tg-modal-btn{display:flex;align-items:center;gap:8px;width:100%;height:38px;padding:0 16px;background:#283341;border:1px solid transparent;border-radius:8px;color:#fff;font-size:13px;font-weight:600;cursor:pointer;text-decoration:none;transition:background .2s}
.tg-modal-btn:hover{background:#313f50}
.tg-modal-btn:active{}
.dg-modal-overlay.visible{display:flex}
.dg-modal-backdrop{position:absolute;inset:0;background:rgba(0,0,0,0.6)}
.dg-modal-content::before{content:"";position:absolute;top:0;left:0;bottom:0;right:16px;background:#fff;border-radius:12px;box-shadow:0 20px 60px rgba(0,0,0,0.3);z-index:-1}
.dg-modal-close{background:none;border:none;font-size:24px;cursor:pointer;color:#666;padding:0 4px;line-height:1;transition:color .15s}
.dg-modal-close:hover{color:#1a1a1a}
.privacy-page{max-width:800px;margin:40px auto;padding:0 20px}
.privacy-title{font-size:28px;font-weight:700;margin-bottom:24px;color:var(--text-primary)}
.privacy-p{margin-bottom:16px}
.privacy-p-sm{margin-bottom:12px}
.privacy-h2{font-size:20px;font-weight:600;margin-top:32px;margin-bottom:12px;color:var(--text-primary)}
.footer-cities{padding:0 0 4px}
.footer-cities-title{font-size:11px;font-weight:700;color:#8b9cb0;text-transform:uppercase;letter-spacing:1px;margin:0 0 10px 0}
.footer-cities-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:3px 14px}
.footer-cities-grid a{font-size:12px;color:#94a3b8;text-decoration:none;line-height:1.8;transition:color .15s}
.footer-cities-grid a:hover{color:#FFB900}
.footer-cities-grid a.footer-city-top{color:#e2e8f0;font-weight:400;font-size:12px}
.footer-cities-grid a.footer-city-top:hover{color:#FFB900}
.footer-cities-grid a.footer-city-primary{color:#FFB900;font-weight:700}
.footer-cities-grid a.footer-city-primary:hover{color:#FFD140}
.footer-cities-note{margin-top:25px;font-size:11px;color:#94a3b8;line-height:1.55}
.footer-cities-note a{color:#FFB900;text-decoration:underline;text-underline-offset:2px}
.footer-cities-note a:hover{color:#FFD140}
.footer-cities-toggle{display:none}
.footer-v8-phone-num{display:inline}
.footer-v8-phone-call{display:none}
.footer-cities{padding:0 0 4px}
.footer-cities-title{font-size:11px;font-weight:700;color:#8b9cb0;text-transform:uppercase;letter-spacing:1px;margin:0 0 10px 0}
