.sd-location-switcher{display:inline-block;max-width:100%;font-family:inherit}.sd-location-switcher__toggle{display:inline-flex;align-items:center;gap:10px;min-height:46px;padding:10px 16px;border:1px solid #d7dce3;border-radius:14px;background:#fff;color:#111827;cursor:pointer;box-shadow:0 8px 24px rgba(17,24,39,.08);transition:border-color .2s ease,box-shadow .2s ease,transform .2s ease;font:inherit;max-width:100%}.sd-location-switcher__toggle:hover,.sd-location-switcher__toggle:focus{border-color:#9ca3af;box-shadow:0 14px 32px rgba(17,24,39,.14)}.sd-location-switcher__toggle:focus{outline:none;box-shadow:0 0 0 3px rgba(59,130,246,.18),0 14px 32px rgba(17,24,39,.14)}.sd-location-switcher__toggle-label{display:flex;flex-direction:column;align-items:flex-start;min-width:0}.sd-location-switcher__toggle-caption{font-size:12px;line-height:1.2;color:#6b7280}.sd-location-switcher__toggle-value{font-size:15px;line-height:1.35;font-weight:600;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:320px}.sd-location-switcher__toggle-icon{flex:0 0 auto;font-size:14px;color:#6b7280}.sd-location-switcher-modal[hidden]{display:none!important}.sd-location-switcher-modal{position:fixed;inset:0;z-index:9999}.sd-location-switcher-modal__backdrop{position:absolute;inset:0;background:rgba(17,24,39,.52);backdrop-filter:blur(2px)}.sd-location-switcher-modal__dialog{position:relative;display:flex;flex-direction:column;width:min(960px,calc(100vw - 32px));max-height:min(88vh,860px);margin:40px auto;background:#fff;border-radius:24px;box-shadow:0 32px 90px rgba(17,24,39,.28);overflow:hidden}.sd-location-switcher-modal__header{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;padding:24px 28px 18px;border-bottom:1px solid #eef2f7}.sd-location-switcher-modal__title-wrap{min-width:0}.sd-location-switcher-modal__eyebrow{margin:0 0 6px 0;font-size:12px;line-height:1.25;font-weight:700;letter-spacing:.08em;color:#6b7280;text-transform:uppercase}.sd-location-switcher-modal__title{margin:0;font-size:28px;line-height:1.15;font-weight:700;color:#111827}.sd-location-switcher-modal__subtitle{margin:8px 0 0 0;font-size:14px;line-height:1.5;color:#6b7280}.sd-location-switcher-modal__close{flex:0 0 auto;display:inline-flex;align-items:center;justify-content:center;width:44px;height:44px;border:1px solid #e5e7eb;border-radius:14px;background:#fff;color:#111827;cursor:pointer;font-size:22px;line-height:1;transition:border-color .2s ease,box-shadow .2s ease,background .2s ease}.sd-location-switcher-modal__close:hover,.sd-location-switcher-modal__close:focus{outline:none;border-color:#cbd5e1;box-shadow:0 10px 24px rgba(17,24,39,.12);background:#f9fafb}.sd-location-switcher-modal__body{padding:20px 28px 28px;overflow:auto}.sd-location-switcher-modal__search{position:relative;margin:0 0 18px 0}.sd-location-switcher-modal__search-input{display:block;width:100%;height:54px;padding:0 18px;border:1px solid #d1d5db;border-radius:16px;background:#f9fafb;color:#111827;font:inherit;box-sizing:border-box}.sd-location-switcher-modal__search-input:focus{outline:none;border-color:#60a5fa;background:#fff;box-shadow:0 0 0 3px rgba(96,165,250,.18)}.sd-location-switcher-modal__search-hint{margin:10px 2px 0;font-size:12px;line-height:1.45;color:#6b7280}.sd-location-switcher__list-inner{padding:2px 0 0}.sd-location-switcher__summary{display:flex;justify-content:space-between;gap:12px;flex-wrap:wrap;margin:0 0 16px 0;padding:0 0 16px 0;border-bottom:1px solid #eef2f7}.sd-location-switcher__summary-current{font-size:13px;color:#111827}.sd-location-switcher__summary-count{font-size:12px;color:#6b7280}.sd-location-switcher__group+.sd-location-switcher__group{margin-top:18px}.sd-location-switcher__group-title{margin:0 0 12px 0;font-size:12px;font-weight:700;line-height:1.3;letter-spacing:.06em;color:#6b7280;text-transform:uppercase}.sd-location-switcher__items{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.sd-location-switcher__item{display:flex;align-items:flex-start;justify-content:space-between;gap:10px;padding:14px 16px;border:1px solid #e5e7eb;border-radius:16px;background:#fff;color:#111827;text-decoration:none;transition:border-color .2s ease,box-shadow .2s ease,transform .2s ease;min-height:72px;box-sizing:border-box}.sd-location-switcher__item:hover{border-color:#bfdbfe;box-shadow:0 14px 28px rgba(59,130,246,.12);transform:translateY(-1px)}.sd-location-switcher__item.is-active{border-color:#93c5fd;background:#eff6ff}.sd-location-switcher__item-main{display:flex;flex-direction:column;gap:6px;min-width:0}.sd-location-switcher__item-name{font-size:15px;line-height:1.35;font-weight:600;word-break:break-word}.sd-location-switcher__item-meta{font-size:12px;line-height:1.35;color:#6b7280}.sd-location-switcher__item-badge{flex:0 0 auto;padding:5px 9px;border-radius:999px;background:#dbeafe;color:#1d4ed8;font-size:11px;line-height:1;font-weight:700;text-transform:uppercase;white-space:nowrap}.sd-location-switcher__item-badge.is-muted{background:#f3f4f6;color:#6b7280}.sd-location-switcher__empty{padding:26px 18px;border:1px dashed #d1d5db;border-radius:18px;background:#f9fafb;text-align:center;color:#6b7280}.sd-location-switcher-modal-open{overflow:hidden}@media (max-width:900px){.sd-location-switcher__items{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:640px){.sd-location-switcher{display:block}.sd-location-switcher__toggle{width:100%;justify-content:space-between}.sd-location-switcher__toggle-value{max-width:100%}.sd-location-switcher-modal__dialog{width:100vw;max-height:100vh;height:100vh;margin:0;border-radius:0}.sd-location-switcher-modal__header{padding:18px 16px 14px}.sd-location-switcher-modal__title{font-size:22px}.sd-location-switcher-modal__body{padding:16px 16px 20px}.sd-location-switcher__items{grid-template-columns:1fr}}.sd-location-switcher__form{display:none}.dlocations-clear{clear:both}.sd-location-switcher{position:relative}.sd-location-switcher__detect[hidden]{display:none!important}.sd-location-switcher__detect{position:fixed;z-index:10050;top:calc(100% + 10px);left:0;min-width:320px;max-width:min(420px,calc(100vw - 24px));padding:14px 14px 12px;border:1px solid #e5e7eb;border-radius:16px;background:#fff;box-shadow:0 20px 48px rgba(17,24,39,.18);color:#111827;text-align:left}.sd-location-switcher__detect:before{content:"";position:absolute;left:24px;top:-7px;width:12px;height:12px;background:#fff;border-left:1px solid #e5e7eb;border-top:1px solid #e5e7eb;transform:rotate(45deg)}.sd-location-switcher__detect-text{font-size:15px;line-height:1.4;margin:0 28px 12px 0;color:#111827}.sd-location-switcher__detect-actions{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.sd-location-switcher__detect-btn{display:inline-flex;align-items:center;justify-content:center;min-height:34px;padding:7px 12px;border:1px solid #d1d5db;border-radius:10px;background:#fff;color:#111827;cursor:pointer;font:inherit;font-size:13px;line-height:1.2;text-decoration:none}.sd-location-switcher__detect-btn:hover,.sd-location-switcher__detect-btn:focus{outline:none;border-color:#9ca3af;box-shadow:0 6px 16px rgba(17,24,39,.1)}.sd-location-switcher__detect-btn--primary{border-color:#2563eb;background:#2563eb;color:#fff}.sd-location-switcher__detect-btn--primary:hover,.sd-location-switcher__detect-btn--primary:focus{border-color:#1d4ed8;background:#1d4ed8;color:#fff}.sd-location-switcher__detect-close{position:absolute;top:8px;right:8px;display:inline-flex;align-items:center;justify-content:center;width:26px;height:26px;border:0;border-radius:8px;background:transparent;color:#6b7280;cursor:pointer;font:inherit;font-size:18px;line-height:1}.sd-location-switcher__detect-close:hover,.sd-location-switcher__detect-close:focus{outline:none;background:#f3f4f6;color:#111827}@media (max-width:640px){.sd-location-switcher__detect{left:0;right:0;min-width:0;width:auto}.sd-location-switcher__detect-actions{align-items:stretch}.sd-location-switcher__detect-btn{flex:1 1 auto}}.sd-location-switcher__detect.is-visible{display:block!important;visibility:visible!important;opacity:1!important}.sd-location-switcher__list{transition:opacity .18s ease}.sd-location-switcher__list.is-loading{opacity:.55;pointer-events:none}.dvideo{width:100%;margin:1.2em auto;box-sizing:border-box}.dvideo_frame{position:relative;width:100%;height:0;padding-bottom:var(--dvideo-ratio,56.25%);overflow:hidden;border-radius:16px;background:#10131a;box-shadow:0 8px 30px rgba(18,29,53,.12)}.dvideo_preview,.dvideo_player{position:absolute;inset:0;width:100%;height:100%;border:0;margin:0;padding:0}.dvideo_preview{display:block;cursor:pointer;background:#111827;color:#fff;overflow:hidden;text-align:left}.dvideo_preview:focus-visible{outline:3px solid currentColor;outline-offset:-5px}.dvideo_poster{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.dvideo_placeholder{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;background:radial-gradient(circle at 50% 35%,#344766 0,#1c293b 42%,#111827 100%)}.dvideo_placeholder_provider{position:absolute;left:50%;top:26%;transform:translateX(-50%);font-size:clamp(14px,2vw,22px);font-weight:700;letter-spacing:.04em;opacity:.72}.dvideo_placeholder_icon{font-size:clamp(34px,7vw,72px);opacity:.12;transform:translateX(4%)}.dvideo_preview_shade{position:absolute;inset:0;background:linear-gradient(to top,rgba(0,0,0,.62),rgba(0,0,0,.02) 58%)}.dvideo_play{position:absolute;z-index:3;left:50%;top:50%;display:flex;align-items:center;justify-content:center;width:72px;height:72px;transform:translate(-50%,-50%);border-radius:50%;background:#fff;color:#111827;font-size:28px;line-height:1;padding-left:5px;box-shadow:0 8px 24px rgba(0,0,0,.24);transition:transform .18s ease,box-shadow .18s ease}.dvideo_preview:hover .dvideo_play{transform:translate(-50%,-50%) scale(1.06);box-shadow:0 10px 30px rgba(0,0,0,.3)}.dvideo_provider{position:absolute;z-index:3;left:14px;top:14px;padding:5px 9px;border-radius:999px;background:rgba(8,13,24,.72);color:#fff;font-size:12px;font-weight:700;line-height:1;backdrop-filter:blur(6px)}.dvideo_title{position:absolute;z-index:3;left:20px;right:20px;bottom:16px;font-size:16px;font-weight:700;line-height:1.35;text-shadow:0 1px 3px rgba(0,0,0,.45)}.dvideo_lightbox_enabled .dvideo_title{right:128px}.dvideo_open_hint{position:absolute;z-index:3;right:16px;bottom:17px;padding:4px 8px;border-radius:7px;background:rgba(8,13,24,.72);font-size:11px;font-weight:600;white-space:nowrap}.dvideo_caption{margin-top:8px;color:#606978;font-size:.94em;line-height:1.5}.dvideo_error{padding:12px 14px;border:1px solid #e2a7a7;border-radius:10px;background:#fff5f5;color:#8d2727}.dvideo_vertical{margin-left:auto;margin-right:auto}.dvideo_lightbox_shell{width:calc(100vw - 36px);box-sizing:border-box;background:#0c1018;padding:10px;border-radius:16px}.dvideo_lightbox_shell .dvideo_frame{box-shadow:none;border-radius:10px}.fancybox-slide--html .dvideo_lightbox_shell{margin:0}.dvideo_gallery{width:100%;margin:1.5em 0;box-sizing:border-box}.dvideo_gallery_title{margin:0 0 14px;font-size:clamp(20px,2.6vw,30px);line-height:1.2}.dvideo_gallery_caption{margin-top:12px;color:#606978;line-height:1.55}.dvideo_gallery .dvideo{margin-top:0;margin-bottom:0}.dvideo_gallery_grid{display:grid;grid-template-columns:repeat(var(--dvideo-gallery-columns,3),minmax(0,1fr));gap:18px}.dvideo_gallery_grid_item{min-width:0}.dvideo_gallery_grid_item .dvideo_frame{border-radius:12px}.dvideo_gallery_grid_item .dvideo_title{font-size:14px}.dvideo_gallery_stage{min-width:0}.dvideo_gallery_panel[hidden]{display:none!important}.dvideo_gallery_thumbs{display:grid;grid-template-columns:repeat(var(--dvideo-gallery-columns,3),minmax(0,1fr));gap:10px;margin-top:12px}.dvideo_gallery_thumb{display:grid;grid-template-columns:112px minmax(0,1fr);gap:10px;align-items:center;width:100%;min-width:0;padding:8px;border:1px solid #dde2ea;border-radius:12px;background:#fff;color:#222;text-align:left;cursor:pointer;box-sizing:border-box;transition:border-color .16s ease,box-shadow .16s ease,transform .16s ease}.dvideo_gallery_thumb:hover{transform:translateY(-1px);box-shadow:0 6px 18px rgba(18,29,53,.08)}.dvideo_gallery_thumb.is-active{border-color:#7a8ba8;box-shadow:0 0 0 2px rgba(87,109,145,.12)}.dvideo_gallery_thumb:focus-visible{outline:3px solid #4b6ea8;outline-offset:2px}.dvideo_gallery_thumb_media{position:relative;display:block;width:112px;height:64px;overflow:hidden;border-radius:8px;background:#172033}.dvideo_gallery_thumb_media img{width:100%;height:100%;object-fit:cover;display:block}.dvideo_gallery_thumb_placeholder{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;color:#fff;font-size:22px;opacity:.72}.dvideo_gallery_thumb_text{display:flex;min-width:0;flex-direction:column;gap:4px}.dvideo_gallery_thumb_text b{display:block;overflow:hidden;color:#1f2937;font-size:13px;line-height:1.3;text-overflow:ellipsis;white-space:nowrap}.dvideo_gallery_thumb_text span{color:#7a8494;font-size:11px;line-height:1.25}@media(max-width:980px){.dvideo_gallery_grid{grid-template-columns:repeat(2,minmax(0,1fr))}.dvideo_gallery_thumbs{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:640px){.dvideo_frame{border-radius:12px}.dvideo_play{width:58px;height:58px;font-size:23px}.dvideo_title{left:14px;right:14px;bottom:12px;font-size:14px}.dvideo_provider{left:10px;top:10px}.dvideo_open_hint{display:none}.dvideo_lightbox_enabled .dvideo_title{right:14px}.dvideo_gallery_grid{grid-template-columns:1fr;gap:14px}.dvideo_gallery_thumbs{display:flex;gap:8px;overflow-x:auto;padding:2px 2px 8px;scroll-snap-type:x proximity}.dvideo_gallery_thumb{grid-template-columns:96px 130px;flex:0 0 242px;scroll-snap-align:start}.dvideo_gallery_thumb_media{width:96px;height:56px}.dvideo_lightbox_shell{width:calc(100vw - 16px);padding:6px;border-radius:10px}}