/* Unique /obzor-bani pieces. Shared blocks come from style.css + objects.css. */

.page-obzor-bani {
  --section-py: clamp(56px, 6vw, 88px);
}

.page-obzor-bani .section-head {
  margin-bottom: clamp(24px, 3vw, 40px);
}

.page-obzor-bani .section-sub {
  max-width: 640px;
}

.page-obzor-bani #product {
  background: var(--bg-main);
}

.page-obzor-bani #faq {
  background: var(--bg-soft);
}

.bd-obzor-format-compare {
  max-width: 760px;
  margin: 14px 0 0;
  font-size: 14px;
  line-height: 1.55;
  color: var(--text-muted);
}

.bd-obzor-exchange {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  max-width: 900px;
  margin: 34px auto 0;
  border-top: 1px solid rgba(168, 139, 103, 0.3);
  border-bottom: 1px solid rgba(168, 139, 103, 0.3);
}

.bd-obzor-exchange > div {
  padding: 18px 24px;
}

.bd-obzor-exchange > div + div {
  border-left: 1px solid rgba(168, 139, 103, 0.24);
}

.bd-obzor-exchange span {
  display: block;
  margin-bottom: 7px;
  color: var(--accent-bronze);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.bd-obzor-exchange p {
  margin: 0;
  color: var(--text-main);
  font-size: 15px;
  line-height: 1.5;
}

.bd-obzor-audit-note {
  max-width: 760px;
  margin: 18px 0 0;
  color: var(--text-main);
  font-size: 15px;
  line-height: 1.55;
}

.bd-obzor-stats-source {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 18px 0 0;
  color: var(--text-muted);
  font-size: 12px;
  letter-spacing: 0.04em;
}

.bd-obzor-stats-source .bd-obzor-ico {
  width: 16px;
  height: 16px;
  color: #a88b67;
}

/* Hero */
.page-obzor-bani .hero.hero--obzor .hero-main-img-photo {
  object-position: 58% 42%;
}

.page-obzor-bani .hero.hero--obzor .hero-main-img-video {
  filter: none;
  pointer-events: none;
  user-select: none;
}

.page-obzor-bani .hero.hero--obzor .hero-main-img-video + .hero-main-img-warm {
  display: none;
}

.page-obzor-bani .hero.hero--obzor .hero-btns {
  margin-bottom: 20px;
}

.page-obzor-bani .bd-obzor-hero-proof {
  margin: 0;
  color: var(--text-muted);
  font-size: 12px;
  line-height: 1.5;
  letter-spacing: 0.02em;
}

.page-obzor-bani .hero-example-link {
  align-self: center;
  color: var(--text-main);
  font-size: 13px;
  line-height: 1.4;
  text-decoration: none;
  text-underline-offset: 4px;
}

.page-obzor-bani .hero-example-link:hover,
.page-obzor-bani .hero-example-link:focus-visible {
  color: var(--accent-bronze);
  text-decoration: underline;
}

.bd-obzor-ico {
  width: 16px;
  height: 16px;
  color: #a88b67;
  flex-shrink: 0;
  display: block;
}

/* Results / Reels */
.bd-obzor-reels {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
}

.bd-obzor-reel-card h3 {
  font-family: var(--font-serif);
  font-size: 22px;
  font-weight: 400;
  line-height: 1.2;
  margin: 16px 0 4px;
}

.bd-obzor-reel-location {
  margin: 0 0 10px;
  font-size: 14px;
  line-height: 1.4;
  color: var(--text-muted);
}

.bd-obzor-reel-metrics {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.bd-obzor-reel-metrics li {
  display: grid;
  grid-template-columns: 20px 1fr;
  gap: 10px;
  align-items: start;
}

.bd-obzor-reel-metrics .bd-obzor-ico {
  width: 18px;
  height: 18px;
  margin-top: 4px;
}

.bd-obzor-reel-metrics strong {
  display: block;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: -0.03em;
  line-height: 1.15;
  color: var(--text-main);
}

.bd-obzor-reel-metrics span {
  display: block;
  margin-top: 2px;
  font-size: 12px;
  color: var(--text-muted);
}

.bd-obzor-reel {
  margin: 0;
  overflow: hidden;
  border-radius: var(--radius-md);
  background: #1c1c1e;
  position: relative;
}

.bd-obzor-reel::after {
  content: "";
  position: absolute;
  z-index: 1;
  inset: 0;
  background: rgba(20, 17, 14, 0);
  pointer-events: none;
  transition: background-color 0.3s ease;
}

.bd-obzor-reel-trigger {
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: var(--radius-md);
  background: transparent;
  color: inherit;
  cursor: pointer;
  text-align: left;
}

.bd-obzor-reel-trigger:focus-visible {
  outline: 2px solid var(--accent-bronze);
  outline-offset: 5px;
}

.bd-obzor-reel-trigger .bd-obzor-reel img {
  transition: transform 0.45s ease, filter 0.45s ease;
}

.bd-obzor-reel-trigger:hover .bd-obzor-reel img,
.bd-obzor-reel-trigger:focus-visible .bd-obzor-reel img {
  transform: scale(1.015);
  filter: brightness(0.94);
}

.bd-obzor-reel-trigger:hover .bd-obzor-reel::after,
.bd-obzor-reel-trigger:focus-visible .bd-obzor-reel::after {
  background: rgba(20, 17, 14, 0.1);
}

.bd-obzor-reel-play {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  display: grid;
  width: 50px;
  height: 50px;
  place-items: center;
  border: 1px solid rgba(255, 250, 242, 0.62);
  border-radius: 50%;
  background: rgba(248, 242, 232, 0.95);
  box-shadow: 0 0 0 1px rgba(245, 239, 229, 0.34), 0 7px 18px rgba(28, 25, 22, 0.2);
  color: #5f4e3d;
  transform: translate(-50%, -50%);
  transition: transform 0.35s ease, box-shadow 0.35s ease;
}

.bd-obzor-reel-play::before {
  content: "";
  position: absolute;
  inset: -8px;
  border: 1px solid rgba(183, 145, 102, 0.48);
  border-radius: inherit;
  animation: bd-obzor-play-ring 2.8s ease-out infinite;
}

.bd-obzor-reel-play::after {
  content: "";
  position: absolute;
  inset: -14px;
  border: 1px solid rgba(245, 239, 229, 0.28);
  border-radius: inherit;
  animation: bd-obzor-play-ring 2.8s ease-out 1.4s infinite;
}

.bd-obzor-reel-play svg {
  width: 20px;
  height: 20px;
  margin-left: 2px;
}

.bd-obzor-reel-trigger:hover .bd-obzor-reel-play,
.bd-obzor-reel-trigger:focus-visible .bd-obzor-reel-play {
  box-shadow: 0 0 0 1px rgba(245, 239, 229, 0.48), 0 9px 20px rgba(28, 25, 22, 0.22);
  transform: translate(-50%, -50%) scale(1.07);
}

@keyframes bd-obzor-play-ring {
  0% {
    opacity: 0.35;
    transform: scale(0.94);
  }
  75%,
  100% {
    opacity: 0;
    transform: scale(1.12);
  }
}

.bd-obzor-reel img {
  width: 100%;
  height: auto;
  aspect-ratio: 9 / 16;
  object-fit: contain;
  object-position: center top;
}

.bd-obzor-video-modal {
  position: fixed;
  z-index: 1000;
  inset: 0;
  display: grid;
  place-items: center;
  padding: 4dvh 20px;
  background: rgba(15, 13, 11, 0.91);
  backdrop-filter: blur(3px);
}

body.bd-obzor-video-open {
  overflow: hidden;
}

.bd-obzor-video-modal[hidden] {
  display: none;
}

.bd-obzor-video-backdrop {
  position: absolute;
  inset: 0;
}

.bd-obzor-video-dialog {
  position: relative;
  z-index: 1;
  display: flex;
  width: min(92vw, calc((92dvh - 58px) * 9 / 16));
  max-width: 540px;
  max-height: 92dvh;
  flex-direction: column;
  align-items: stretch;
  border-radius: 10px;
  background: #15120f;
  box-shadow: 0 24px 80px rgba(0, 0, 0, 0.42);
  overflow: visible;
}

.bd-obzor-video-stage {
  width: 100%;
  aspect-ratio: 9 / 16;
  flex: 0 0 auto;
  overflow: hidden;
  border-radius: 10px 10px 0 0;
  background: #0b0a09;
}

.bd-obzor-video {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  background: #0b0a09;
}

.bd-obzor-video-caption {
  min-height: 58px;
  padding: 9px 16px 10px;
  background: #15120f;
  border-radius: 0 0 10px 10px;
}

.bd-obzor-video-title {
  margin: 0;
  color: #fffaf2;
  font-family: var(--font-serif);
  font-size: 22px;
  line-height: 1.15;
}

.bd-obzor-video-subtitle {
  margin: 3px 0 0;
  color: rgba(245, 239, 229, 0.62);
  font-family: var(--font-sans);
  font-size: 12px;
  line-height: 1.3;
}

.bd-obzor-video-close {
  position: absolute;
  z-index: 2;
  top: -12px;
  right: -12px;
  display: grid;
  width: 44px;
  height: 44px;
  place-items: center;
  border: 1px solid rgba(245, 239, 229, 0.45);
  border-radius: 50%;
  background: rgba(28, 25, 22, 0.94);
  color: #f5efe5;
  cursor: pointer;
  font-size: 28px;
  font-weight: 300;
  line-height: 1;
}

.bd-obzor-video-close:focus-visible {
  outline: 2px solid var(--accent-bronze);
  outline-offset: 3px;
}

.bd-obzor-total {
  margin-top: 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0;
  text-align: center;
  padding: 42px 8px 38px;
  border-top: 1px solid rgba(168, 139, 103, 0.28);
  border-bottom: 1px solid rgba(168, 139, 103, 0.28);
  background: linear-gradient(180deg, rgba(245, 240, 232, 0.7) 0%, transparent 100%);
}

.bd-obzor-total-eyebrow {
  margin: 0 0 10px;
}

.bd-obzor-total strong {
  display: block;
  font-family: Inter, sans-serif;
  font-size: clamp(38px, 4vw, 54px);
  font-weight: 800;
  font-variant-numeric: tabular-nums;
  font-feature-settings: "tnum" 1, "lnum" 1;
  line-height: 1;
  letter-spacing: -0.04em;
  color: var(--text-main);
}

.bd-obzor-total span {
  display: block;
  margin-top: 8px;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--text-muted);
}

.bd-obzor-total small {
  display: block;
  margin-top: 8px;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.08em;
  color: var(--accent-bronze);
}

.bd-obzor-total em {
  display: block;
  margin-top: 6px;
  font-size: 11px;
  font-style: normal;
  color: var(--text-muted);
}

/* Comments marquee */
.bd-obzor-comments-marquee {
  overflow: hidden;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.bd-obzor-comments-row {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-inline: clamp(18px, 2.5vw, 36px);
}

.bd-obzor-comments-row::before,
.bd-obzor-comments-row::after {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  bottom: 0;
  width: clamp(10px, 1.4vw, 20px);
  pointer-events: none;
}

.bd-obzor-comments-row::before {
  left: 0;
  background: linear-gradient(90deg, var(--bg-soft, #f4efe7), transparent);
}

.bd-obzor-comments-row::after {
  right: 0;
  background: linear-gradient(270deg, var(--bg-soft, #f4efe7), transparent);
}

.bd-obzor-comments-track {
  display: flex;
  gap: 22px;
  width: max-content;
  animation: bd-obzor-marquee 70s linear infinite;
  will-change: transform;
}

.bd-obzor-comments-row--reverse .bd-obzor-comments-track {
  animation-direction: reverse;
  animation-duration: 84s;
}

.bd-obzor-comments-marquee:hover .bd-obzor-comments-track {
  animation-play-state: paused;
}

@keyframes bd-obzor-marquee {
  from { transform: translate3d(0, 0, 0); }
  to { transform: translate3d(-50%, 0, 0); }
}

.bd-obzor-comment {
  margin: 0;
  flex: 0 0 min(460px, 82vw);
  min-height: 128px;
  display: flex;
  align-items: center;
  background: #222326;
  border-radius: var(--radius-sm);
  padding: 20px 22px;
  overflow: hidden;
}

.bd-obzor-comment img {
  width: 100%;
  height: 86px;
  object-fit: cover;
  object-position: center;
  display: block;
  border-radius: 6px;
}

/* Product / authors */
.bd-obzor-product {
  display: grid;
  grid-template-columns: 48% 1fr;
  gap: clamp(28px, 3.5vw, 48px);
  align-items: stretch;
  margin-bottom: clamp(28px, 3vw, 40px);
}

.bd-obzor-team {
  margin: 0;
  border-radius: var(--radius-md);
  overflow: hidden;
  background: #d9cfc0;
  box-shadow: var(--shadow-soft);
  min-height: 100%;
  position: relative;
}

.bd-obzor-team img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 30%;
}

.bd-obzor-team figcaption {
  position: absolute;
  left: 18px;
  bottom: 18px;
  padding: 8px 11px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 999px;
  background: rgba(28, 25, 22, 0.66);
  color: #fffaf2;
  font-size: 11px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.bd-obzor-product-side {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 20px;
  height: 100%;
  min-height: 100%;
}

.bd-obzor-author {
  display: grid;
  display: block;
  align-items: start;
  padding: 26px 26px 24px;
  border-radius: var(--radius-sm);
}

.bd-obzor-author--denis {
  background: #faf7f2;
  border: 1px solid rgba(52, 46, 41, 0.1);
}

.bd-obzor-author--boris {
  background: #faf7f2;
  border: 1px solid rgba(52, 46, 41, 0.1);
}

.bd-obzor-author-photo {
  width: 78px;
  height: 78px;
  border-radius: 50%;
  object-fit: cover;
  object-position: center;
}

.bd-obzor-author h3 {
  font-family: var(--font-serif);
  font-size: clamp(28px, 2.4vw, 34px);
  font-weight: 400;
  line-height: 1.15;
  margin: 0 0 6px;
  color: var(--text-main);
}

.bd-obzor-author-role {
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--accent-bronze);
  margin: 0 0 10px;
}

.bd-obzor-author-kicker {
  margin: 0 0 7px;
  color: #a88b67;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.bd-obzor-author-lead {
  font-size: 16px;
  line-height: 1.55;
  color: var(--text-muted);
  margin: 0;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.bd-obzor-platforms {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 18px 30px;
  margin-top: 6px;
}

.bd-obzor-platforms-label {
  margin: 6px 0 0;
}

.bd-obzor-platforms-item {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  font-size: 14px;
  color: var(--text-main);
}

.bd-obzor-platforms-item .bd-obzor-ico {
  width: 30px;
  height: 30px;
}

.bd-obzor-article {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin: 0;
  min-height: 94px;
  padding: 22px 24px;
  border-radius: var(--radius-sm);
  background: var(--bg-soft);
  font-size: 18px;
  line-height: 1.5;
  color: var(--text-main);
}

.bd-obzor-article .bd-obzor-ico {
  width: 28px;
  height: 28px;
  margin-top: 1px;
}

.bd-obzor-article-arrow {
  margin-left: auto;
  color: #a88b67;
  font-size: 22px;
  line-height: 1;
}

.bd-obzor-venues {
  margin-top: 8px;
}

.bd-obzor-venues .eyebrow {
  margin-bottom: 10px;
}

.bd-obzor-venues p:last-child {
  margin: 0;
  max-width: 46rem;
  font-size: 17px;
  line-height: 1.6;
  color: var(--text-main);
}

.bd-obzor-legal {
  margin-top: 16px;
  font-size: 11px;
  line-height: 1.5;
  color: var(--text-muted);
}

/* Process */
.bd-obzor-steps {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
}

.bd-obzor-step {
  position: relative;
  padding-right: 12px;
}

.bd-obzor-step:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 22px;
  left: 52px;
  right: 0;
  height: 1px;
  background: rgba(168, 139, 103, 0.32);
}

.bd-obzor-step-icon {
  display: flex;
  width: 58px;
  height: 58px;
  align-items: center;
  justify-content: center;
  margin-bottom: 14px;
}

.bd-obzor-step-icon .bd-obzor-ico {
  width: 56px;
  height: 56px;
}

.bd-obzor-step-num {
  display: block;
  font-family: var(--font-serif);
  font-size: 16px;
  letter-spacing: 0.08em;
  color: #a88b67;
  margin-bottom: 8px;
}

.bd-obzor-step h3 {
  font-family: var(--font-serif);
  font-size: 19px;
  font-weight: 600;
  line-height: 1.3;
  margin: 0;
  text-transform: uppercase;
  color: var(--text-main);
}

.bd-obzor-step p {
  margin: 8px 0 0;
  max-width: 15rem;
  font-size: 15px;
  line-height: 1.5;
  color: var(--text-muted);
}

.bd-obzor-chips {
  margin-top: 36px;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}

.bd-obzor-chips p {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin: 0;
  padding: 20px 20px 18px;
  border-radius: var(--radius-sm);
  background: var(--bg-card);
  border: 1px solid rgba(52, 46, 41, 0.08);
}

.bd-obzor-chips > p > .bd-obzor-ico {
  width: 30px;
  height: 30px;
  margin-top: 1px;
}

.bd-obzor-chips > p > span {
  min-width: 0;
}

.bd-obzor-chips strong {
  display: block;
  font-size: 18px;
  font-weight: 500;
  color: var(--text-main);
  margin-bottom: 4px;
}

.bd-obzor-chips small {
  display: block;
  font-size: 12px;
  color: var(--text-muted);
}

.page-obzor-bani #independence .section-head {
  margin-bottom: 32px;
}

.bd-obzor-format-lead {
  max-width: 36rem;
  margin: 16px 0 0;
  font-size: 17px;
  line-height: 1.6;
  color: rgba(250, 248, 244, 0.68);
}

.page-obzor-bani #independence .bd-soprov-args {
  margin-bottom: 0;
}

.bd-obzor-retain {
  font-size: 16px;
  line-height: 1.6;
  color: var(--text-main);
}

.bd-obzor-retain span {
  display: inline-block;
  margin-top: 4px;
  font-size: 14px;
  color: var(--text-muted);
}

.bd-obzor-retain strong {
  font-size: 13px;
  font-weight: 600;
  color: var(--accent-bronze);
}

.bd-obzor-format-note {
  margin-top: 12px;
  font-size: 14px;
  color: var(--text-muted);
}

@media (max-width: 1100px) {
  .bd-obzor-reels {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
  }

  .bd-obzor-steps,
  .bd-obzor-chips {
    grid-template-columns: 1fr 1fr;
  }

  .bd-obzor-step:nth-child(2)::after {
    display: none;
  }
}

@media (max-width: 900px) {
  .page-obzor-bani .hero.hero--obzor .hero-main-img-photo {
    object-position: 50% 40%;
  }

  .bd-obzor-reels {
    display: flex;
    gap: 14px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 8px;
  }

  .bd-obzor-reel-card {
    flex: 0 0 min(72vw, 280px);
    scroll-snap-align: start;
  }

  .bd-obzor-product {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .bd-obzor-product-side {
    min-height: 0;
    height: auto;
  }

  .bd-obzor-team {
    min-height: 0;
    max-width: 520px;
    aspect-ratio: 4 / 5;
  }

  .bd-obzor-comments-row--reverse {
    display: none;
  }

  .bd-obzor-comments-track {
    animation-duration: 55s;
  }
}

@media (max-width: 640px) {
  .bd-obzor-exchange {
    grid-template-columns: 1fr;
    margin-top: 28px;
  }

  .bd-obzor-exchange > div {
    padding: 16px 18px;
  }

  .bd-obzor-exchange > div + div {
    border-top: 1px solid rgba(168, 139, 103, 0.24);
    border-left: 0;
  }

  .page-obzor-bani .bd-obzor-hero-proof {
    max-width: 30rem;
  }

  .bd-obzor-reel-card {
    flex-basis: min(78vw, 260px);
  }

  .bd-obzor-total {
    padding-top: 28px;
    padding-bottom: 24px;
  }

  .bd-obzor-total strong {
    font-size: 42px;
  }

  .bd-obzor-author {
    grid-template-columns: 68px 1fr;
    padding: 22px 20px 20px;
  }

  .bd-obzor-author-photo {
    width: 68px;
    height: 68px;
  }

  .bd-obzor-venues p:last-child {
    font-size: 16px;
  }

  .bd-obzor-steps,
  .bd-obzor-chips {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .bd-obzor-step {
    padding-right: 0;
    padding-left: 8px;
  }

  .bd-obzor-step:not(:last-child)::after {
    display: none;
  }

  .bd-obzor-platforms {
    gap: 10px 14px;
  }

  .bd-obzor-platforms-item {
    flex: 0 1 calc(50% - 8px);
  }

  .bd-obzor-comment {
    flex-basis: min(390px, 88vw);
    min-height: 112px;
    padding: 16px 18px;
  }

  .bd-obzor-video-modal {
    padding: 5dvh 14px;
  }

  .bd-obzor-video-dialog {
    width: min(92vw, calc((90dvh - 58px) * 9 / 16));
    max-height: 90dvh;
  }

  .bd-obzor-video-title {
    font-size: 20px;
  }

  .bd-obzor-video-close {
    top: -12px;
    right: -8px;
  }

  .bd-obzor-reel-play {
    width: 46px;
    height: 46px;
  }

  .bd-obzor-reel-play svg {
    width: 18px;
    height: 18px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .bd-obzor-reel-trigger .bd-obzor-reel img,
  .bd-obzor-reel-play {
    transition: none;
  }

  .bd-obzor-reel-play::before,
  .bd-obzor-reel-play::after {
    animation: none;
  }

  .bd-obzor-comments-track {
    animation: none;
    will-change: auto;
    flex-wrap: wrap;
    width: 100%;
  }

  .bd-obzor-comments-row--reverse {
    display: flex;
  }

  .bd-obzor-comment {
    flex-basis: calc(50% - 6px);
  }

  .bd-obzor-comment--dup {
    display: none;
  }
}

@media (max-width: 640px) and (prefers-reduced-motion: reduce) {
  .bd-obzor-comment {
    flex-basis: 100%;
  }
}
