/* tzd: VK carousel */
.tzd-vk-carousel{position:relative;max-width:960px;margin:0 auto}
.tzd-vk-track{display:flex;overflow-x:auto;scroll-snap-type:x mandatory;
  -webkit-overflow-scrolling:touch;scroll-behavior:smooth;gap:0}
.tzd-vk-slide{flex:0 0 100%;scroll-snap-align:center}

.tzd-vkvideo{position:relative;aspect-ratio:16/9;background:#000;
  border-radius:12px;overflow:hidden}
.tzd-vkvideo iframe{position:absolute;inset:0;width:100%;height:100%}

/* Навигация */
.tzd-vk-nav{position:absolute;top:50%;transform:translateY(-50%);
  width:44px;height:44px;border:none;border-radius:9999px;
  background:rgba(255,255,255,.9);color:#111;font-size:24px;line-height:44px;
  box-shadow:0 4px 16px rgba(0,0,0,.12);cursor:pointer;z-index:5}
.tzd-vk-prev{left:8px} .tzd-vk-next{right:8px}
.tzd-vk-nav:hover{background:#fff}

.tzd-vk-dots{display:flex;justify-content:center;gap:8px;margin-top:12px}
.tzd-vk-dots .tzd-dot{width:8px;height:8px;border-radius:50%;
  background:#cfd6e0;border:0}
.tzd-vk-dots .tzd-dot.is-active{background:#0f4aa0}

@media (max-width:640px){
  .tzd-vk-carousel{max-width:100%}
  .tzd-vk-nav{width:38px;height:38px;font-size:20px;line-height:38px}
}
