/* Блок «Навигация» — филиалы [kvdoc_filials]. Неймспейс .vbf-* */
.vbf{ --vbf-line:#E7E9F0; --vbf-ink:#1A1F36; --vbf-mut:#5B6478; --vbf-brand:#2C6CF6; --vbf-accent:#FF6B5E; --vbf-dark:#1B2440; color:var(--vbf-ink); padding:54px 0; max-width:none !important; }
/* full-bleed: блок центрирован в потоке, растягиваем на всю ширину вьюпорта
   (работает в constrained/flow-странице, где родитель ограничен contentSize) */
.entry-content > .vbf,
.is-layout-flow > .vbf,
.is-layout-constrained > .vbf{ margin-left:calc(50% - 50vw); margin-right:calc(50% - 50vw); }
.vbf *{ box-sizing:border-box; }
.vbf-wrap{ max-width:1100px; margin:0 auto; padding:0 24px; }
.vbf-head{ text-align:center; margin-bottom:40px; }
.vbf-title{ font-family:var(--wp--preset--font-family--heading,inherit); font-size:clamp(1.7rem,3.4vw,2.4rem); font-weight:800; margin:0 0 10px; letter-spacing:-.01em; }
.vbf-sub{ font-size:clamp(1rem,1.5vw,1.12rem); color:var(--vbf-mut); margin:0; }

.vbf-list{ display:flex; flex-direction:column; gap:36px; }
.vbf-item{ display:grid; grid-template-columns:minmax(0,440px) minmax(0,1fr); gap:40px; align-items:start; }
.vbf-item__media{ border-radius:16px; overflow:hidden; background:#EEF1F6; aspect-ratio:1456/1099; }
.vbf-item__img{ width:100%; height:100%; object-fit:cover; display:block; }

.vbf-item__name{ font-family:var(--wp--preset--font-family--heading,inherit); font-size:clamp(1.3rem,2.2vw,1.7rem); font-weight:700; margin:0 0 18px; }
.vbf-item__cols{ display:grid; grid-template-columns:1fr 1fr; gap:22px; margin-bottom:20px; }
.vbf-item__k{ font-weight:700; font-size:1rem; margin-bottom:8px; color:var(--vbf-ink); }
.vbf-item__k--srv{ margin-top:4px; }
.vbf-item__addr{ font-size:.98rem; line-height:1.5; color:var(--vbf-mut); }
.vbf-item__sched{ display:flex; flex-direction:column; gap:6px; }
.vbf-item__sched-row{ font-size:.98rem; line-height:1.4; }
.vbf-item__sched-d{ color:var(--vbf-ink); }
.vbf-item__sched-h{ color:var(--vbf-accent); font-weight:600; }
.vbf-item__srv{ list-style:none; margin:0 0 24px; padding:0; column-gap:28px; }
.vbf-item__srv li{ position:relative; padding-left:20px; margin-bottom:9px; font-size:.98rem; line-height:1.4; color:#2B3147; }
.vbf-item__srv li::before{ content:""; position:absolute; left:2px; top:.55em; width:6px; height:6px; border-radius:50%; background:var(--vbf-brand); }
.vbf-item__route{ display:inline-flex; align-items:center; justify-content:center; padding:13px 30px; border-radius:999px; background:var(--vbf-dark); color:#fff; font-weight:600; font-size:.98rem; text-decoration:none; transition:filter .15s ease; }
.vbf-item__route:hover{ filter:brightness(1.18); color:#fff; }

/* для нечётных филиалов — картинку можно держать слева (по умолчанию слева у всех, как в референсе) */

@media (max-width:860px){
	.vbf-item{ grid-template-columns:1fr; gap:20px; }
	.vbf-item__media{ max-width:520px; }
	.vbf-item__cols{ gap:18px; }
}
@media (max-width:480px){
	.vbf-item__cols{ grid-template-columns:1fr; }
	.vbf-item__route{ width:100%; }
}
