.bz-tariff-choice {
  --bz-motion-time-scale: 1.428571;
  color: #081a20;
  box-sizing: border-box;
}
.bz-tariff-choice *,
.bz-tariff-choice *::before,
.bz-tariff-choice *::after { box-sizing: border-box; }
.bz-tariff-choice__eyebrow {
  margin: 0 0 11px;
  color: #935b42;
  font-size: clamp(11px, 1vw, 12px);
  line-height: 1;
  font-weight: 850;
  letter-spacing: .15em;
  text-transform: uppercase;
}
.bz-tariff-choice__title {
  max-width: 900px;
  margin: 0;
  color: #081a20;
  font-size: 42px;
  line-height: .98;
  letter-spacing: -.052em;
  font-weight: 850;
  text-wrap: balance;
}
.bz-tariff-choice__title-desktop { display: inline; }
.bz-tariff-choice__title-mobile { display: none; }
.bz-tariff-choice__stage {
  position: relative;
  min-height: 430px;
  margin-top: clamp(26px, 3vw, 34px);
  overflow: visible;
}
.bz-tariff-choice__view {
  min-height: 430px;
  padding: 0;
  overflow: visible;
}
.bz-tariff-choice__stack {
  position: relative;
  width: min(66%, 660px);
  max-width: 660px;
  min-height: 360px;
  margin: 0 auto;
  transform: translateX(4%);
  isolation: isolate;
}
.bz-tariff-choice__card {
  position: absolute;
  left: 50%;
  width: 91.5%;
  height: 80px;
  min-height: 80px;
  padding: 15px 72px 14px 20px;
  overflow: hidden;
  color: #081a20;
  background: #fbf8f1;
  border: 1px dashed rgba(8, 26, 32, .18);
  box-shadow: 0 10px 24px rgba(8, 26, 32, .07);
  opacity: .82;
  cursor: pointer;
  transform: translateX(-50%);
  transform-origin: 50% 50%;
  transition:
    top .58s cubic-bezier(.16, 1, .3, 1),
    left .58s cubic-bezier(.16, 1, .3, 1),
    width .58s cubic-bezier(.16, 1, .3, 1),
    height .58s cubic-bezier(.16, 1, .3, 1),
    min-height .58s cubic-bezier(.16, 1, .3, 1),
    padding .58s cubic-bezier(.16, 1, .3, 1),
    opacity .36s ease,
    box-shadow .58s cubic-bezier(.16, 1, .3, 1),
    border-color .36s ease,
    background-color .36s ease;
}
.bz-tariff-choice__card:nth-child(1) { left: 50%; }
.bz-tariff-choice__card:nth-child(2) { left: 51.75%; }
.bz-tariff-choice__card:nth-child(3) { left: 53.5%; }
.bz-tariff-choice__card::after {
  content: "";
  position: absolute;
  top: 0;
  right: 54px;
  bottom: 0;
  border-left: 1px dashed rgba(8, 26, 32, .18);
}
.bz-tariff-choice__card > button {
  position: absolute;
  inset: 0;
  z-index: 12;
  border: 0;
  background: transparent;
  cursor: pointer;
}
.bz-tariff-choice__card:focus-within {
  border-color: #a96a4a;
  outline: 2px solid rgba(169, 106, 74, .34);
  outline-offset: 2px;
}
.bz-tariff-choice__card span,
.bz-tariff-choice__card strong,
.bz-tariff-choice__card em,
.bz-tariff-choice__card small {
  position: relative;
  z-index: 2;
  transition:
    transform .54s cubic-bezier(.16, 1, .3, 1),
    font-size .54s cubic-bezier(.16, 1, .3, 1),
    opacity .34s ease,
    margin .54s cubic-bezier(.16, 1, .3, 1),
    max-height .54s cubic-bezier(.16, 1, .3, 1);
}
.bz-tariff-choice__card > span {
  display: block;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: #935b42;
}
.bz-tariff-choice__card > strong {
  display: block;
  margin-top: 12px;
  font-size: 22px;
  line-height: 1.05;
}
.bz-tariff-choice__card > em {
  display: block;
  margin-top: 7px;
  font-style: normal;
  font-size: 18px;
  font-weight: 900;
}
.bz-tariff-choice__card > small {
  display: block;
  max-height: 52px;
  margin-top: 12px;
  overflow: hidden;
  color: rgba(8, 26, 32, .62);
  font-size: 12px;
  line-height: 1.35;
}
.bz-tariff-choice[data-active="1"] .bz-tariff-choice__card:nth-child(1) { top: 0; z-index: 9; }
.bz-tariff-choice[data-active="1"] .bz-tariff-choice__card:nth-child(2) { top: 208px; z-index: 2; opacity: .84; }
.bz-tariff-choice[data-active="1"] .bz-tariff-choice__card:nth-child(3) { top: 274px; z-index: 1; opacity: .72; }
.bz-tariff-choice[data-active="2"] .bz-tariff-choice__card:nth-child(1) { top: 0; z-index: 2; opacity: .79; }
.bz-tariff-choice[data-active="2"] .bz-tariff-choice__card:nth-child(2) { top: 66px; z-index: 9; }
.bz-tariff-choice[data-active="2"] .bz-tariff-choice__card:nth-child(3) { top: 274px; z-index: 1; opacity: .79; }
.bz-tariff-choice[data-active="3"] .bz-tariff-choice__card:nth-child(1) { top: 0; z-index: 1; opacity: .72; }
.bz-tariff-choice[data-active="3"] .bz-tariff-choice__card:nth-child(2) { top: 66px; z-index: 2; opacity: .84; }
.bz-tariff-choice[data-active="3"] .bz-tariff-choice__card:nth-child(3) { top: 132px; z-index: 9; }
.bz-tariff-choice__card.is-active {
  width: 94%;
  height: 224px;
  min-height: 224px;
  padding: 27px 76px 24px 24px;
  z-index: 9;
  opacity: 1;
  background: #fffdf8;
  border-color: rgba(8, 26, 32, .29);
  box-shadow: 0 25px 54px rgba(8, 26, 32, .145);
}
.bz-tariff-choice__card:not(.is-active) > span,
.bz-tariff-choice__card:not(.is-active) > small { display: none; }
.bz-tariff-choice__card:not(.is-active) > strong {
  position: absolute;
  left: 20px;
  right: 158px;
  top: 50%;
  max-width: none;
  margin: 0;
  transform: translateY(-50%);
  font-size: 15px;
  line-height: 1.08;
  white-space: normal;
}
.bz-tariff-choice__card:not(.is-active) > em {
  position: absolute;
  right: 72px;
  top: 50%;
  margin: 0;
  transform: translateY(-50%);
  font-size: 19px;
  line-height: 1;
  opacity: .78;
  white-space: nowrap;
}
.bz-tariff-choice__card.is-active > span {
  display: block;
  font-size: 9px;
  opacity: 1;
}
.bz-tariff-choice__card.is-active > strong {
  position: relative;
  display: block;
  max-width: 68%;
  margin-top: 14px;
  font-size: 24px;
  line-height: 1.04;
}
.bz-tariff-choice__card.is-active > small {
  display: block;
  max-width: 66%;
  max-height: 58px;
  margin-top: 14px;
  opacity: 1;
  font-size: 13px;
  line-height: 1.38;
}
.bz-tariff-choice__card.is-active > em {
  position: absolute;
  right: 76px;
  bottom: 25px;
  margin: 0;
  font-size: 29px;
  line-height: 1;
  opacity: 1;
  white-space: nowrap;
}
.bz-tariff-choice__spine {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 54px;
  padding: 0;
  overflow: hidden;
  writing-mode: vertical-rl;
  text-orientation: mixed;
  font-style: normal;
  font-size: 14px;
  line-height: 1;
  font-weight: 800;
  letter-spacing: .09em;
  text-transform: uppercase;
  color: #935b42;
  background: rgba(169, 106, 74, .035);
  opacity: 0;
  pointer-events: none;
  clip-path: inset(0 0 100% 0);
  transition:
    opacity .28s ease .14s,
    clip-path .34s cubic-bezier(.16, 1, .3, 1) .14s,
    color .28s ease,
    background-color .28s ease;
}
.bz-tariff-choice__card.is-active .bz-tariff-choice__spine {
  opacity: 1;
  clip-path: inset(0);
}
.bz-tariff-choice__spine::before { content: none; display: none; }
.bz-tariff-choice__card.is-active .bz-tariff-choice__spine::before {
  content: "";
  display: block;
  position: absolute;
  right: 9px;
  bottom: 7px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #a96a4a;
  opacity: 1;
}
.bz-tariff-choice__card:not(.is-active) .bz-tariff-choice__spine {
  display: block;
  padding: 0;
  overflow: visible;
  font-size: 0;
  color: rgba(8, 26, 32, .62);
  background: rgba(8, 26, 32, .018);
  opacity: 1;
  clip-path: inset(0);
}
.bz-tariff-choice__card:not(.is-active) .bz-tariff-choice__spine::after {
  content: attr(data-short);
  position: absolute;
  right: 8px;
  bottom: 9px;
  font-size: 11px;
  line-height: 1;
  font-weight: 850;
  letter-spacing: .08em;
  writing-mode: vertical-rl;
  text-orientation: mixed;
}
.bz-tariff-choice.is-switching .bz-tariff-choice__card.is-active {
  animation: bz-tariff-card-forward .6s cubic-bezier(.16, 1, .3, 1) both;
}
.bz-tariff-choice[data-state="entering"] .bz-tariff-choice__card { will-change: transform, box-shadow; }
.bz-tariff-choice[data-state="settled"] .bz-tariff-choice__card { will-change: auto; }
.bz-tariff-choice[data-state="entering"] .bz-tariff-choice__card:nth-child(1) {
  animation: bz-tariff-press-top calc(1320ms * var(--bz-motion-time-scale)) cubic-bezier(.16, 1, .3, 1) both;
}
.bz-tariff-choice[data-state="entering"] .bz-tariff-choice__card:nth-child(2) {
  animation: bz-tariff-press-mid calc(820ms * var(--bz-motion-time-scale)) cubic-bezier(.18, .86, .22, 1) calc(230ms * var(--bz-motion-time-scale)) both;
}
.bz-tariff-choice[data-state="entering"] .bz-tariff-choice__card:nth-child(3) {
  animation: bz-tariff-press-low calc(930ms * var(--bz-motion-time-scale)) cubic-bezier(.18, .86, .22, 1) calc(380ms * var(--bz-motion-time-scale)) both;
}
@keyframes bz-tariff-card-forward {
  0% { transform: translateX(-50%) translateY(9px); box-shadow: 0 11px 25px rgba(8, 26, 32, .075); }
  100% { transform: translateX(-50%); box-shadow: 0 25px 54px rgba(8, 26, 32, .145); }
}
@keyframes bz-tariff-press-top {
  0% { transform: translateX(-50%); }
  20%, 86% { transform: translateX(-50%) translateY(7px); box-shadow: 0 8px 20px rgba(8, 26, 32, .18); }
  100% { transform: translateX(-50%); }
}
@keyframes bz-tariff-press-mid {
  0% { transform: translateX(-50%) translateY(-43px); }
  64% { transform: translateX(-50%) translateY(2px); }
  100% { transform: translateX(-50%); }
}
@keyframes bz-tariff-press-low {
  0% { transform: translateX(-50%) translateY(-88px); }
  72% { transform: translateX(-50%) translateY(2px); }
  100% { transform: translateX(-50%); }
}
#borzilov-lp #bz1092-product-lab [data-tariff-host] { display: contents; }
#borzilov-lp #bz1092-product-lab .bz1092-object > [data-tariff-host] > .bz-tariff-choice {
  grid-area: tariff;
  grid-column: 1 / -1;
  width: auto;
  margin: clamp(64px, 7vw, 80px) var(--pad) 0;
  padding: 0;
}
#borzilov-lp #bz1092-product-lab .bz-tariff-choice + .bz1092-action {
  margin-top: clamp(52px, 6vw, 68px);
}
#borzilov-lp #bz1092-product-lab + .bz1092-author-video--after-monument {
  grid-area: auto;
  width: 100%;
  margin: clamp(96px, 10vw, 148px) auto 0;
}
@media (max-width: 760px) {
  .bz-tariff-choice__title-desktop { display: none; }
  .bz-tariff-choice__title-mobile { display: inline; }
  .bz-tariff-choice__eyebrow { margin-bottom: 10px; font-size: 11px; }
  .bz-tariff-choice__title {
    max-width: 100%;
    font-size: 25px;
    line-height: 1.01;
    letter-spacing: -.045em;
  }
  .bz-tariff-choice__stage,
  .bz-tariff-choice__view { min-height: 454px; }
  .bz-tariff-choice__stage { margin-top: clamp(26px, 8vw, 34px); }
  .bz-tariff-choice__stack {
    width: 100%;
    max-width: none;
    min-height: 350px;
    margin: 0;
    transform: none;
  }
  .bz-tariff-choice__card {
    left: 50%;
    width: 96%;
    height: 78px;
    min-height: 78px;
    padding: 13px 64px 12px 17px;
  }
  .bz-tariff-choice__card:nth-child(1) { left: 50%; }
  .bz-tariff-choice__card:nth-child(2) { left: 51%; }
  .bz-tariff-choice__card:nth-child(3) { left: 51.5%; }
  .bz-tariff-choice[data-active="1"] .bz-tariff-choice__card:nth-child(1) { top: 0; }
  .bz-tariff-choice[data-active="1"] .bz-tariff-choice__card:nth-child(2) { top: 206px; }
  .bz-tariff-choice[data-active="1"] .bz-tariff-choice__card:nth-child(3) { top: 270px; }
  .bz-tariff-choice[data-active="2"] .bz-tariff-choice__card:nth-child(1) { top: 0; }
  .bz-tariff-choice[data-active="2"] .bz-tariff-choice__card:nth-child(2) { top: 64px; }
  .bz-tariff-choice[data-active="2"] .bz-tariff-choice__card:nth-child(3) { top: 270px; }
  .bz-tariff-choice[data-active="3"] .bz-tariff-choice__card:nth-child(1) { top: 0; }
  .bz-tariff-choice[data-active="3"] .bz-tariff-choice__card:nth-child(2) { top: 64px; }
  .bz-tariff-choice[data-active="3"] .bz-tariff-choice__card:nth-child(3) { top: 128px; }
  .bz-tariff-choice__card.is-active {
    width: 97%;
    height: 220px;
    min-height: 220px;
    padding: 22px 68px 22px 18px;
  }
  .bz-tariff-choice__card:not(.is-active) > strong {
    left: 17px;
    right: 145px;
    font-size: 14px;
  }
  .bz-tariff-choice__card:not(.is-active) > em { right: 64px; font-size: 18px; }
  .bz-tariff-choice__card.is-active > strong {
    max-width: 66%;
    margin-top: 13px;
    font-size: 23px;
  }
  .bz-tariff-choice__card.is-active > small {
    max-width: 64%;
    margin-top: 13px;
    font-size: 12px;
  }
  .bz-tariff-choice__card.is-active > em { right: 68px; bottom: 22px; font-size: 27px; }
  .bz-tariff-choice__card::after { right: 48px; }
  .bz-tariff-choice__spine { width: 48px; font-size: 13px; letter-spacing: .075em; }
  .bz-tariff-choice__card.is-active .bz-tariff-choice__spine::before { right: 8px; bottom: 7px; }
  .bz-tariff-choice__card:not(.is-active) .bz-tariff-choice__spine::after { right: 7px; bottom: 8px; font-size: 11px; }
  #borzilov-lp #bz1092-product-lab .bz1092-object > [data-tariff-host] > .bz-tariff-choice {
    order: 5;
    margin: clamp(64px, 18vw, 80px) 0 0;
    padding: 0 16px;
  }
  #borzilov-lp #bz1092-product-lab .bz-tariff-choice + .bz1092-action {
    margin-top: clamp(52px, 15vw, 68px);
  }
  #borzilov-lp #bz1092-product-lab + .bz1092-author-video--after-monument {
    order: initial;
    margin-top: clamp(88px, 24vw, 124px);
  }
  .bz-tariff-choice[data-state="entering"] .bz-tariff-choice__card:nth-child(1) { animation-name: bz-tariff-press-top-mobile; }
  .bz-tariff-choice[data-state="entering"] .bz-tariff-choice__card:nth-child(2) { animation-name: bz-tariff-press-mid-mobile; }
  .bz-tariff-choice[data-state="entering"] .bz-tariff-choice__card:nth-child(3) { animation-name: bz-tariff-press-low-mobile; }
}
@keyframes bz-tariff-press-top-mobile {
  0% { transform: translateX(-50%); }
  20%, 86% { transform: translateX(-50%) translateY(3px); }
  100% { transform: translateX(-50%); }
}
@keyframes bz-tariff-press-mid-mobile {
  0% { transform: translateX(-50%) translateY(-52px); }
  70% { transform: translateX(-50%) translateY(1px); }
  100% { transform: translateX(-50%); }
}
@keyframes bz-tariff-press-low-mobile {
  0% { transform: translateX(-50%) translateY(-105px); }
  76% { transform: translateX(-50%) translateY(1px); }
  100% { transform: translateX(-50%); }
}
@media (prefers-reduced-motion: reduce) {
  .bz-tariff-choice[data-state="entering"] .bz-tariff-choice__card { animation: bz-tariff-reduced 120ms linear both; }
  .bz-tariff-choice__card,
  .bz-tariff-choice__card * { transition-duration: .12s; }
  .bz-tariff-choice.is-switching .bz-tariff-choice__card { animation: none; }
}
@keyframes bz-tariff-reduced {
  0% { opacity: .88; }
  100% { opacity: 1; }
}


/* 2192 — scoped mobile placement: tariff stack replaces the small month-cost strip. */
.bz-tariff-choice__price-context { display: none !important; }
@media (max-width: 760px) {
  #borzilov-lp #bz1092-product-lab .bz1092-object > [data-tariff-host="mobile"] > .bz-tariff-choice {
    order: 5;
    margin: 0;
    padding: clamp(30px, 8vw, 42px) 8px 0;
  }
  .bz-tariff-choice__card.is-active[data-tariff-index="1"] .bz-tariff-choice__price-context {
    position: absolute;
    left: 18px;
    bottom: 18px;
    z-index: 3;
    display: grid !important;
    gap: 4px;
    width: 132px;
    padding: 8px 10px 9px;
    border: 1px solid rgba(35, 57, 93, .16);
    background: #e9edf0;
    color: #081a20;
    box-shadow: inset 0 1px 0 rgba(255,255,255,.68);
    pointer-events: none;
  }
  .bz-tariff-choice__price-context > b {
    font-size: 8px;
    line-height: 1;
    font-weight: 850;
    letter-spacing: .14em;
    text-transform: uppercase;
    color: rgba(8, 26, 32, .58);
  }
  .bz-tariff-choice__price-context > strong {
    margin: 0;
    font-size: 10.5px;
    line-height: 1.05;
    font-weight: 850;
    letter-spacing: -.02em;
    color: #081a20;
    white-space: nowrap;
  }
  .bz-tariff-choice__card.is-active[data-tariff-index="1"] > em {
    bottom: 24px;
  }
}


/* 2193 — mobile tariff typography and cross-browser-safe price row. */
@media (max-width: 760px) {
  .bz-tariff-choice__card.is-active {
    display: grid;
    grid-template-columns: minmax(0, 1fr) max-content;
    grid-template-rows: auto auto minmax(0, 1fr) auto;
    column-gap: 10px;
    row-gap: 0;
    align-content: stretch;
  }

  .bz-tariff-choice__card.is-active > span:not(.bz-tariff-choice__price-context) {
    grid-column: 1 / -1;
    grid-row: 1;
  }

  .bz-tariff-choice__card.is-active > strong {
    grid-column: 1 / -1;
    grid-row: 2;
    max-width: none;
    min-width: 0;
    margin-top: 12px;
    font-size: 22px;
    line-height: 1.03;
  }

  .bz-tariff-choice__card.is-active[data-tariff-index="1"] > strong,
  .bz-tariff-choice__card.is-active[data-tariff-index="2"] > strong {
    white-space: nowrap;
  }

  .bz-tariff-choice__card.is-active > small {
    grid-column: 1 / -1;
    grid-row: 3;
    align-self: start;
    max-width: none;
    width: 100%;
    margin-top: 10px;
    padding-right: 0;
    font-size: 11.5px;
    line-height: 1.32;
  }

  .bz-tariff-choice__card.is-active > em {
    position: static;
    grid-column: 2;
    grid-row: 4;
    align-self: end;
    justify-self: end;
    margin: 0;
    transform: none;
    font-size: 25px;
    line-height: 1;
  }

  .bz-tariff-choice__card.is-active[data-tariff-index="1"] .bz-tariff-choice__price-context {
    position: static;
    grid-column: 1;
    grid-row: 4;
    align-self: end;
    justify-self: start;
    display: inline-flex !important;
    align-items: center;
    width: max-content;
    max-width: 100%;
    min-height: 32px;
    padding: 7px 9px;
    border: 1px solid rgba(35, 57, 93, .16);
    background: #e9edf0;
    color: #081a20;
    box-shadow: inset 0 1px 0 rgba(255,255,255,.68);
    pointer-events: none;
  }

  .bz-tariff-choice__price-context > b {
    display: none !important;
  }

  .bz-tariff-choice__price-context > strong {
    margin: 0;
    font-size: 9.5px;
    line-height: 1;
    font-weight: 850;
    letter-spacing: -.025em;
    color: #081a20;
    white-space: nowrap;
  }
}

@media (max-width: 370px) {
  .bz-tariff-choice__card.is-active {
    column-gap: 8px;
  }
  .bz-tariff-choice__card.is-active > strong {
    font-size: 21px;
  }
  .bz-tariff-choice__card.is-active > em {
    font-size: 24px;
  }
  .bz-tariff-choice__price-context > strong {
    font-size: 9px;
  }
}

/* 2194 — tighter mobile stack, quieter prices, Firefox-safe collapsed rows. */
@media (max-width: 760px) {
  .bz-tariff-choice__stage,
  .bz-tariff-choice__view {
    min-height: 392px;
  }

  .bz-tariff-choice__stack {
    min-height: 310px;
  }

  .bz-tariff-choice__card {
    height: 68px;
    min-height: 68px;
    padding: 11px 62px 10px 16px;
  }

  .bz-tariff-choice__card.is-active {
    height: 198px;
    min-height: 198px;
    padding: 18px 62px 18px 16px;
    grid-template-columns: minmax(0, 1fr) max-content;
    grid-template-rows: auto auto minmax(0, 1fr) auto;
    column-gap: 8px;
  }

  .bz-tariff-choice[data-active="1"] .bz-tariff-choice__card:nth-child(2) { top: 184px; }
  .bz-tariff-choice[data-active="1"] .bz-tariff-choice__card:nth-child(3) { top: 240px; }
  .bz-tariff-choice[data-active="2"] .bz-tariff-choice__card:nth-child(2) { top: 56px; }
  .bz-tariff-choice[data-active="2"] .bz-tariff-choice__card:nth-child(3) { top: 240px; }
  .bz-tariff-choice[data-active="3"] .bz-tariff-choice__card:nth-child(2) { top: 56px; }
  .bz-tariff-choice[data-active="3"] .bz-tariff-choice__card:nth-child(3) { top: 112px; }

  .bz-tariff-choice__card:not(.is-active) {
    display: grid;
    grid-template-columns: minmax(0, 1fr) max-content;
    align-items: center;
    column-gap: 10px;
  }

  .bz-tariff-choice__card:not(.is-active) > strong {
    position: static;
    min-width: 0;
    max-width: none;
    margin: 0;
    transform: none;
    font-size: 13px;
    line-height: 1.05;
    overflow-wrap: normal;
  }

  .bz-tariff-choice__card:not(.is-active) > em {
    position: static;
    justify-self: end;
    margin: 0;
    transform: none;
    font-size: 16px;
    line-height: 1;
  }

  .bz-tariff-choice__card.is-active > strong {
    margin-top: 10px;
    font-size: 21px;
    line-height: 1.02;
  }

  .bz-tariff-choice__card.is-active[data-tariff-index="1"] > strong,
  .bz-tariff-choice__card.is-active[data-tariff-index="2"] > strong {
    white-space: nowrap;
  }

  .bz-tariff-choice__card.is-active > small {
    max-width: none;
    width: 100%;
    margin-top: 8px;
    font-size: 11px;
    line-height: 1.28;
  }

  .bz-tariff-choice__card.is-active > em {
    font-size: 23px;
    line-height: 1;
  }

  .bz-tariff-choice__card.is-active[data-tariff-index="1"] .bz-tariff-choice__price-context {
    min-height: 28px;
    padding: 6px 8px;
  }

  .bz-tariff-choice__price-context > strong {
    font-size: 9px;
  }
}

@media (max-width: 370px) {
  .bz-tariff-choice__card.is-active > strong {
    font-size: 20px;
  }

  .bz-tariff-choice__card.is-active > em {
    font-size: 22px;
  }

  .bz-tariff-choice__card:not(.is-active) > strong {
    font-size: 12.5px;
  }

  .bz-tariff-choice__card:not(.is-active) > em {
    font-size: 15.5px;
  }
}

/* 2196 — raise collapsed spine indexes so Firefox/Chromium do not crop them at the lower edge. */
.bz-tariff-choice__card:not(.is-active) .bz-tariff-choice__spine::after {
  bottom: 15px;
}
@media (max-width: 760px) {
  .bz-tariff-choice__card:not(.is-active) .bz-tariff-choice__spine::after {
    bottom: 14px;
  }
}
