/* Top Bar */
.cs-topbar{background:var(--cs-primary);color:#fff;font-size:13px;padding:10px 0 12px}
.cs-topbar__inner{display:block}
.cs-topbar__left{display:flex;justify-content:center;align-items:center;min-height:30px;text-align:center}
.cs-topbar__tagline{font-size:18px;font-weight:700;line-height:1.35;color:#fff}
.cs-topbar__right{display:flex;align-items:center;justify-content:center;gap:22px;min-height:52px}
.cs-topbar .cs-searchform{display:flex;flex:0 0 220px;max-width:220px;gap:0;margin:0}
.cs-topbar .cs-searchform__input{width:100%;height:28px;padding:0 9px;font-size:12px;border:0;border-radius:0;background:#fff;color:var(--cs-text)}
.cs-topbar .cs-searchform__input::placeholder{color:#999}
.cs-topbar .cs-searchform__btn{width:30px;height:28px;padding:0;font-size:0;background:rgba(255,255,255,.22);border:0;border-radius:0}
.cs-topbar .cs-searchform__btn::after{content:"⌕";font-size:18px;color:#fff}
.cs-topbar__contacts{display:flex;align-items:center;gap:20px}
.cs-topbar__link,.cs-topbar__hours{display:flex;align-items:center;gap:6px;color:#fff;text-decoration:none;white-space:nowrap;font-size:12px;font-weight:600}
.cs-topbar__link:hover{color:#fff;opacity:.8}
.cs-topbar__link svg,.cs-topbar__hours svg{flex-shrink:0}
.cs-topbar__social{display:flex;align-items:center;gap:5px}
.cs-topbar__social a{display:flex;align-items:center;justify-content:center;width:22px;height:22px;color:#fff;background:rgba(255,255,255,.14);transition:opacity .2s ease}
.cs-topbar__social a:hover{opacity:.75;color:#fff}
.cs-topbar__social svg{width:14px;height:14px}
.cs-topbar__qrcodes{display:flex;align-items:center;gap:8px;padding-left:16px;border-left:1px solid rgba(255,255,255,.25)}
.cs-topbar__qrcodes img{display:block;width:64px;height:64px;object-fit:cover;background:#fff;border-radius:2px}

@media(max-width:1200px){
  .cs-topbar__right{gap:14px}
  .cs-topbar__contacts{gap:12px}
  .cs-topbar .cs-searchform{flex-basis:180px;max-width:180px}
  .cs-topbar__qrcodes img{width:54px;height:54px}
}

@media(max-width:900px){
  .cs-topbar__tagline{font-size:16px}
  .cs-topbar__right{gap:10px}
  .cs-topbar__contacts{gap:8px}
  .cs-topbar__link,.cs-topbar__hours{font-size:11px}
  .cs-topbar__qrcodes{padding-left:8px}
  .cs-topbar__qrcodes img{width:46px;height:46px}
}

@media(max-width:700px){
  .cs-topbar{padding:8px 0}
  .cs-topbar__tagline{font-size:14px}
  .cs-topbar__right{flex-wrap:wrap;gap:8px;min-height:0;padding-top:8px}
  .cs-topbar .cs-searchform{display:none}
  .cs-topbar__contacts{flex-wrap:wrap;justify-content:center;gap:6px 12px}
  .cs-topbar__link,.cs-topbar__hours{font-size:11px}
  .cs-topbar__social{display:none}
  .cs-topbar__qrcodes{display:none}
}
