#pbn-alcohol-v2 {
  color: var(--pbn-color-text);
  background: var(--pbn-color-surface);
  font-family: var(--pbn-font-family);
  font-size: var(--pbn-font-size-body);
  line-height: var(--pbn-line-height-body);
  overflow: clip;
}

#pbn-alcohol-v2 *,
#pbn-alcohol-v2 *::before,
#pbn-alcohol-v2 *::after {
  box-sizing: border-box;
}

#pbn-alcohol-v2 h1,
#pbn-alcohol-v2 h2,
#pbn-alcohol-v2 h3,
#pbn-alcohol-v2 p {
  letter-spacing: 0;
}

#pbn-alcohol-v2 p {
  margin: 0 0 1rem;
}

#pbn-alcohol-v2 a:not(.pbn-button) {
  color: var(--pbn-color-primary-dark);
  text-underline-offset: 0.2em;
}

#pbn-alcohol-v2 .pbn-button {
  min-height: 56px;
  padding: 13px 22px;
  border: 2px solid var(--pbn-color-primary);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--pbn-color-primary-dark);
  background: var(--pbn-color-surface);
  font-weight: 800;
  text-align: center;
  text-decoration: none;
}

#pbn-alcohol-v2 .pbn-button--primary {
  border-color: var(--pbn-color-accent);
  color: var(--pbn-color-surface) !important;
  background: var(--pbn-color-accent);
  box-shadow: var(--pbn-shadow-button);
}

#pbn-alcohol-v2 .pbn-button--primary:hover,
#pbn-alcohol-v2 .pbn-button--primary:focus-visible {
  color: var(--pbn-color-surface) !important;
  filter: brightness(0.94);
}

.pbn-alcohol__breadcrumbs {
  padding-block: 16px;
  border-bottom: 1px solid var(--pbn-color-border);
  background: var(--pbn-color-surface);
  font-size: var(--pbn-font-size-small);
}

.pbn-alcohol__breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.pbn-alcohol__hero {
  position: relative;
  min-height: 540px;
  display: flex;
  align-items: center;
  isolation: isolate;
  background: var(--pbn-color-background);
}

.pbn-alcohol__hero-media,
.pbn-alcohol__hero-media img {
  position: absolute;
  inset: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
}

.pbn-alcohol__hero-media img {
  object-fit: cover;
  object-position: center;
}

.pbn-alcohol__hero-copy {
  width: min(54%, 640px);
  padding-block: 56px;
}

.pbn-alcohol__eyebrow {
  margin-bottom: 12px;
  color: var(--pbn-color-primary-dark);
  font-size: var(--pbn-font-size-small);
  font-weight: 800;
  text-transform: uppercase;
}

.pbn-alcohol__hero h1 {
  max-width: 650px;
  margin: 0 0 18px;
  color: var(--pbn-color-heading);
  font-size: clamp(2.25rem, 4vw, 3.5rem);
  line-height: var(--pbn-line-height-heading);
}

.pbn-alcohol__lead {
  max-width: 620px;
  color: var(--pbn-color-text);
  font-size: 1.125rem;
}

.pbn-alcohol__facts,
.pbn-alcohol__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.pbn-alcohol__facts {
  margin: 22px 0;
}

.pbn-alcohol__fact {
  padding: 7px 12px;
  border: 1px solid var(--pbn-color-border);
  border-radius: var(--pbn-radius-pill);
  color: var(--pbn-color-heading);
  background: var(--pbn-color-surface);
  font-size: var(--pbn-font-size-small);
  font-weight: 800;
}

.pbn-alcohol__button-secondary {
  border-color: var(--pbn-color-primary) !important;
  color: var(--pbn-color-primary-dark) !important;
  background: var(--pbn-color-surface) !important;
}

.pbn-alcohol__intro {
  max-width: 760px;
  margin-top: 18px;
  color: var(--pbn-color-muted);
  font-size: 1.0625rem;
}

.pbn-alcohol__grid-3,
.pbn-alcohol__trust-grid,
.pbn-alcohol__gallery {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: var(--pbn-grid-gap);
  margin-top: 28px;
}

.pbn-alcohol__route-card {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  display: flex;
  min-width: 0;
  flex-direction: column;
  padding: clamp(24px, 3vw, 32px);
  border: 1px solid var(--pbn-color-border);
  background: var(--pbn-color-surface);
  box-shadow: 0 6px 0 var(--pbn-color-border), var(--pbn-shadow-card);
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.pbn-alcohol__route-card::before,
.pbn-alcohol__area-card::before,
.pbn-alcohol__trust-card::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0 0 auto;
  height: 6px;
  background: var(--pbn-color-primary);
}

.pbn-alcohol__route-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 0 var(--pbn-color-border), 0 24px 44px color-mix(in srgb, var(--pbn-color-primary) 16%, transparent);
}

.pbn-alcohol__route-card p {
  flex: 1;
}

.pbn-alcohol__route-link {
  min-height: 52px;
  margin-top: 16px;
  padding: 12px 16px;
  border: 1px solid var(--pbn-color-border);
  border-radius: var(--pbn-radius-button);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  background: var(--pbn-color-background);
  font-weight: 800;
  text-decoration: none;
}

.pbn-alcohol__route-link::after,
.pbn-alcohol__next-link::after {
  content: "→";
  font-size: 1.3em;
  line-height: 1;
}

.pbn-alcohol__process,
.pbn-alcohol__doctor,
.pbn-alcohol__consultation {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
  gap: clamp(28px, 5vw, 64px);
  align-items: center;
}

.pbn-alcohol__media {
  width: 100%;
  overflow: hidden;
  border-radius: var(--pbn-radius-card);
  box-shadow: var(--pbn-shadow-card);
  background: var(--pbn-color-background);
}

.pbn-alcohol__media img {
  display: block;
  width: 100%;
  height: auto;
}

.pbn-alcohol__steps {
  display: grid;
  gap: 14px;
  margin-top: 24px;
  counter-reset: treatment-step;
}

.pbn-alcohol__prep-card {
  margin-top: 24px;
  box-shadow: none;
}

.pbn-alcohol__prep-card ul {
  margin: 12px 0 0;
  padding-left: 20px;
}

.pbn-alcohol__step {
  position: relative;
  min-height: 58px;
  padding-left: 54px;
  counter-increment: treatment-step;
}

.pbn-alcohol__step::before {
  content: counter(treatment-step);
  position: absolute;
  top: 0;
  left: 0;
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  border-radius: var(--pbn-radius-pill);
  color: var(--pbn-color-surface);
  background: var(--pbn-color-primary);
  font-weight: 800;
}

.pbn-alcohol__step h3 {
  margin-bottom: 4px;
}

.pbn-alcohol__format-table {
  margin-top: 28px;
  border-top: 1px solid var(--pbn-color-border);
}

.pbn-alcohol__format-row {
  display: grid;
  grid-template-columns: minmax(170px, 0.7fr) minmax(0, 1.3fr) auto;
  gap: 20px;
  align-items: center;
  padding-block: 20px;
  border-bottom: 1px solid var(--pbn-color-border);
}

.pbn-alcohol__next-link {
  min-width: 180px;
  justify-content: space-between !important;
  gap: 16px;
}

.pbn-alcohol__format-row h3,
.pbn-alcohol__format-row p {
  margin: 0;
}

.pbn-alcohol__price-list {
  max-width: 820px;
  margin-top: 24px;
}

.pbn-alcohol__price-note {
  max-width: 820px;
  margin-top: 18px;
  color: var(--pbn-color-muted);
  font-size: var(--pbn-font-size-small);
}

.pbn-alcohol__doctor-photo {
  max-width: 460px;
  margin-inline: auto;
  aspect-ratio: 1;
}

.pbn-alcohol__doctor-photo img {
  height: 100%;
  object-fit: cover;
}

.pbn-alcohol__credential-list {
  display: grid;
  gap: 10px;
  margin: 22px 0;
  padding: 0;
  list-style: none;
}

.pbn-alcohol__credential-list li {
  padding-left: 26px;
  position: relative;
}

.pbn-alcohol__credential-list li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: var(--pbn-color-success);
  font-weight: 800;
}

.pbn-alcohol__gallery figure {
  margin: 0;
  display: grid;
  align-content: start;
  gap: 14px;
}

.pbn-alcohol__gallery-image {
  aspect-ratio: 4 / 3;
}

.pbn-alcohol__gallery-image img {
  height: 100%;
  object-fit: cover;
}

.pbn-alcohol__gallery figcaption {
  min-height: 48px;
  padding: 0 4px 12px;
  color: var(--pbn-color-heading);
  font-weight: 800;
}

.pbn-alcohol__trust-card {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding-top: clamp(28px, 3vw, 36px);
  border: 1px solid var(--pbn-color-border);
  box-shadow: 0 6px 0 var(--pbn-color-border), var(--pbn-shadow-card);
}

.pbn-alcohol__consultation-visual {
  position: relative;
  aspect-ratio: 0.57;
  max-height: 640px;
  margin: 0;
}

.pbn-alcohol__consultation-visual picture,
.pbn-alcohol__consultation-visual img {
  display: block;
  width: 100%;
  height: 100%;
}

.pbn-alcohol__consultation-visual img {
  object-fit: cover;
  object-position: center;
}

.pbn-alcohol__consultant-caption {
  position: absolute;
  z-index: 2;
  left: 24px;
  bottom: 24px;
  width: 48%;
  display: grid;
  gap: 7px;
  color: var(--pbn-color-text);
}

.pbn-alcohol__consultant-caption strong {
  color: var(--pbn-color-heading);
  font-size: 1.08rem;
  line-height: 1.2;
}

.pbn-alcohol__consultant-caption span {
  font-size: 0.875rem;
  line-height: 1.35;
}

.pbn-alcohol__consultant-caption .pbn-button {
  width: 100%;
  min-height: 48px;
  margin-top: 8px;
  padding: 9px 10px;
  font-size: 0.8125rem;
}

.pbn-alcohol__gallery {
  margin-bottom: 42px;
}

.pbn-alcohol__trust-grid {
  clear: both;
  margin-top: 0;
}

.pbn-alcohol__license-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(8px, 2vw, 18px);
  max-width: 980px;
  margin-top: 28px;
  user-select: none;
  -webkit-touch-callout: none;
}

.pbn-alcohol__license-doc {
  margin: 0;
  padding: clamp(6px, 1.4vw, 12px);
  border: 1px solid var(--pbn-color-border);
  border-radius: var(--pbn-radius-card);
  background: var(--pbn-color-surface);
  box-shadow: var(--pbn-shadow-card);
}

.pbn-alcohol__license-doc img {
  display: block;
  width: 100%;
  height: auto;
  pointer-events: none;
  user-select: none;
  -webkit-user-drag: none;
}

.pbn-alcohol__area-groups {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: var(--pbn-grid-gap);
  margin-top: 28px;
}

.pbn-alcohol__area-card {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding: clamp(26px, 4vw, 38px);
  border: 1px solid var(--pbn-color-border);
  box-shadow: 0 6px 0 var(--pbn-color-border), var(--pbn-shadow-card);
}

.pbn-alcohol__area-card h3 {
  margin-top: 0;
}

.pbn-alcohol__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin-top: 20px;
}

.pbn-alcohol__tags span {
  padding: 8px 11px;
  border: 1px solid var(--pbn-color-border);
  border-radius: var(--pbn-radius-pill);
  color: var(--pbn-color-heading);
  background: var(--pbn-color-background);
  font-size: var(--pbn-font-size-small);
  font-weight: 750;
}

.pbn-alcohol__area-note,
.pbn-alcohol__map-note {
  margin: 24px 0 14px;
  color: var(--pbn-color-muted);
}

.pbn-alcohol__map-shell {
  position: relative;
  min-height: 420px;
  margin-top: 28px;
  overflow: hidden;
  border: 1px solid var(--pbn-color-border);
  border-radius: var(--pbn-radius-card);
  background: var(--pbn-color-background);
  box-shadow: 0 6px 0 var(--pbn-color-border), var(--pbn-shadow-card);
}

.pbn-alcohol__map-placeholder,
.pbn-alcohol__map-placeholder img {
  display: block;
  width: 100%;
  height: auto;
}

.pbn-alcohol__map-activate {
  position: absolute;
  z-index: 3;
  left: 50%;
  bottom: 28px;
  min-height: 56px;
  padding: 14px 24px;
  border: 0;
  border-radius: var(--pbn-radius-button);
  transform: translateX(-50%);
  color: var(--pbn-color-surface);
  background: var(--pbn-color-primary);
  box-shadow: var(--pbn-shadow-button);
  font-weight: 800;
  cursor: pointer;
}

.pbn-alcohol__map-activate:disabled {
  opacity: 0.72;
  cursor: wait;
}

.pbn-alcohol__map-canvas {
  position: absolute;
  inset: 0;
  z-index: 2;
}

.pbn-alcohol__map-marker {
  width: 34px;
  height: 34px;
  border: 2px solid var(--pbn-color-surface);
  border-radius: 50%;
  display: grid;
  place-items: center;
  color: var(--pbn-color-surface);
  background: var(--pbn-color-primary);
  box-shadow: var(--pbn-shadow-button);
  font-weight: 900;
}

.pbn-alcohol__map-popup {
  min-width: 220px;
  display: grid;
  gap: 8px;
  color: var(--pbn-color-heading);
}

.pbn-alcohol__map-popup span {
  color: var(--pbn-color-muted);
}

.pbn-alcohol__map-popup a {
  padding: 10px 12px;
  border-radius: 10px;
  color: var(--pbn-color-surface) !important;
  background: var(--pbn-color-accent);
  text-align: center;
  text-decoration: none;
  font-weight: 800;
}

.pbn-alcohol__family-links {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: var(--pbn-grid-gap);
  margin-top: 24px;
}

.pbn-alcohol__faq-wrap {
  max-width: 900px;
  margin-top: 26px;
}

.pbn-alcohol__cta {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 28px;
  align-items: center;
}

.pbn-alcohol__cta h2 {
  margin: 0 0 10px;
  color: var(--pbn-color-heading);
  font-size: var(--pbn-font-size-h2);
  line-height: var(--pbn-line-height-heading);
}

.pbn-alcohol__sticky-call {
  display: none;
}

@media (max-width: 900px) {
  .pbn-alcohol__grid-3,
  .pbn-alcohol__trust-grid,
  .pbn-alcohol__gallery {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .pbn-alcohol__process,
  .pbn-alcohol__doctor,
  .pbn-alcohol__consultation {
    grid-template-columns: 1fr;
  }

  .pbn-alcohol__area-groups {
    grid-template-columns: 1fr;
  }

  .pbn-alcohol__doctor-photo {
    width: min(100%, 520px);
  }
}

@media (max-width: 767px) {
  #pbn-alcohol-v2 {
    padding-bottom: 86px;
  }

  .pbn-alcohol__hero {
    min-height: calc(177.66vw + 90px);
    display: block;
    overflow: hidden;
    background: var(--pbn-color-surface);
  }

  .pbn-alcohol__hero-copy {
    width: 100%;
    padding: 28px 0 0;
  }

  .pbn-alcohol__hero h1 {
    max-width: 620px;
    font-size: clamp(2rem, 9vw, 2.65rem);
  }

  .pbn-alcohol__lead {
    max-width: 92%;
    font-size: 1rem;
  }

  .pbn-alcohol__hero-media img {
    object-position: center top;
  }

  .pbn-alcohol__hero-media {
    inset: 0 0 auto;
    height: 177.66vw;
  }

  .pbn-alcohol__facts {
    max-width: 92%;
  }

  .pbn-alcohol__fact:nth-child(2),
  .pbn-alcohol__hero-copy > .pbn-alcohol__price-note {
    display: none;
  }

  .pbn-alcohol__hero-actions {
    position: absolute;
    z-index: 4;
    top: calc(177.66vw + 14px);
    right: 16px;
    left: 16px;
    width: auto;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
  }

  #pbn-alcohol-v2 .pbn-alcohol__hero-actions .pbn-button {
    min-width: 0;
    min-height: 60px;
    padding: 9px 8px;
    font-size: clamp(0.75rem, 3.2vw, 0.9rem);
    line-height: 1.15;
  }

  .pbn-alcohol__actions {
    width: min(100%, 420px);
  }

  #pbn-alcohol-v2 .pbn-alcohol__hero-actions {
    width: auto;
    max-width: none;
    box-sizing: border-box;
  }

  .pbn-alcohol__grid-3,
  .pbn-alcohol__trust-grid,
  .pbn-alcohol__gallery,
  .pbn-alcohol__family-links {
    grid-template-columns: 1fr;
  }

  .pbn-alcohol__format-row {
    grid-template-columns: 1fr;
    gap: 12px;
    padding: 24px 18px;
    border: 1px solid var(--pbn-color-border);
    border-radius: var(--pbn-radius-card);
    background: var(--pbn-color-surface);
    box-shadow: 0 6px 0 var(--pbn-color-border), var(--pbn-shadow-card);
  }

  .pbn-alcohol__format-table {
    border-top: 0;
    display: grid;
    gap: 24px;
  }

  #pbn-alcohol-v2 .pbn-alcohol__next-link {
    width: 100%;
  }

  .pbn-alcohol__cta {
    grid-template-columns: 1fr;
  }

  .pbn-alcohol__sticky-call {
    position: fixed;
    right: max(84px, calc(env(safe-area-inset-right) + 72px));
    bottom: max(12px, env(safe-area-inset-bottom));
    left: max(12px, env(safe-area-inset-left));
    z-index: 500;
    min-height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: var(--pbn-radius-button);
    color: var(--pbn-color-surface) !important;
    background: var(--pbn-color-accent);
    box-shadow: var(--pbn-shadow-button);
    font-weight: 800;
    text-decoration: none;
    opacity: 0;
    visibility: hidden;
    transform: translateY(16px);
    pointer-events: none;
    transition: opacity 180ms ease, transform 180ms ease, visibility 180ms ease;
  }

  .pbn-alcohol__sticky-call.is-visible {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    pointer-events: auto;
  }

  .pbn-alcohol__gallery {
    gap: 30px;
    margin-bottom: 46px;
  }

  .pbn-alcohol__gallery figcaption {
    min-height: 0;
    padding: 0 6px 18px;
  }

  .pbn-alcohol__trust-grid {
    gap: 24px;
  }

  .pbn-alcohol__license-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 6px;
  }

  .pbn-alcohol__license-doc {
    padding: 5px;
    border-radius: 10px;
  }

  .pbn-alcohol__map-shell {
    min-height: 620px;
  }

  .pbn-alcohol__map-placeholder,
  .pbn-alcohol__map-placeholder img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .pbn-alcohol__map-activate {
    bottom: 20px;
    width: calc(100% - 32px);
  }

  .pbn-alcohol__consultant-caption {
    left: 14px;
    bottom: 18px;
    width: 47%;
    gap: 5px;
  }

  .pbn-alcohol__consultant-caption strong {
    font-size: 0.86rem;
  }

  .pbn-alcohol__consultant-caption span {
    font-size: 0.7rem;
    line-height: 1.28;
  }

  .pbn-alcohol__consultant-caption .pbn-button {
    min-height: 44px;
    padding: 7px 6px;
    font-size: 0.68rem;
    line-height: 1.15;
  }
}

@media (max-width: 390px) {
  .pbn-alcohol__hero {
    min-height: calc(177.66vw + 90px);
  }

  .pbn-alcohol__hero-copy {
    padding-top: 30px;
  }

  .pbn-alcohol__fact {
    padding-inline: 10px;
    font-size: 0.8125rem;
  }
}

/* The legacy desktop header exceeds the viewport at its 992px breakpoint. */
@media (min-width: 992px) and (max-width: 1050px) {
  .header.d-lg-block {
    display: none !important;
  }

  .short-header.d-lg-none {
    display: block !important;
  }

  .short-header .links > .telegram {
    display: none !important;
  }

  .short-header .pbn-mobile-max {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    flex: 0 0 44px !important;
    width: 44px !important;
    height: 44px !important;
    margin: 0 6px 0 0 !important;
    padding: 5px !important;
    border-radius: 12px !important;
  }

  .short-header .pbn-mobile-max img {
    width: 34px !important;
    height: 34px !important;
    margin: 0 !important;
  }

  .short-header .menu {
    flex: 0 0 52px !important;
    min-width: 52px !important;
    min-height: 52px !important;
    margin-left: 0 !important;
  }

  .footer .share .row {
    margin-right: 0;
    margin-left: 0;
  }
}

@media (min-width: 1051px) {
  #pbn-alcohol-v2 {
    margin-top: 303px;
  }
}

@media (prefers-reduced-motion: reduce) {
  #pbn-alcohol-v2 *,
  #pbn-alcohol-v2 *::before,
  #pbn-alcohol-v2 *::after {
    scroll-behavior: auto;
  }
}
