  .waCaseBA_260513,
  .waCaseBA_260513 * {
    box-sizing: border-box;
  }

  .waCaseBA_260513 {
    --waCaseBA-text: #151515;
    --waCaseBA-line: rgba(21, 21, 21, 0.10);
    --waCaseBA-pink-gradient: linear-gradient(0.75turn, rgba(255,0,131,1) 0%, rgba(244,100,254,1) 100%);
    --waCaseBA-blue-gradient: linear-gradient(0.75turn, rgba(67,34,255,1) 0%, rgba(116,246,247,1) 100%);

    max-width: 1040px;
    margin: 48px auto;
    font-family: CYGRE, Arial, sans-serif;
    color: var(--waCaseBA-text);
  }

  .waCaseBA_260513[data-show-metrics="0"] .waCaseBA_260513__top,
  .waCaseBA_260513[data-show-badges="0"] .waCaseBA_260513__badge,
  .waCaseBA_260513[data-show-text="0"] .waCaseBA_260513__text,
  .waCaseBA_260513[data-show-price="0"] .waCaseBA_260513__price,
  .waCaseBA_260513[data-show-cta="0"] .waCaseBA_260513__cta {
    display: none !important;
  }

  .waCaseBA_260513[data-show-price="0"][data-show-cta="0"] .waCaseBA_260513__side,
  .waCaseBA_260513[data-show-text="0"][data-show-price="0"][data-show-cta="0"] .waCaseBA_260513__bottom {
    display: none !important;
  }

  .waCaseBA_260513__shell {
    padding: 16px;
    border-radius: 30px;
    background: #fff;
    border: 1px solid var(--waCaseBA-line);
    box-shadow: 0 10px 28px rgba(0, 0, 0, 0.05);
  }

  .waCaseBA_260513__top {
    display: flex;
    flex-wrap: wrap;
    gap: 9px;
    padding: 2px 2px 14px;
  }

  .waCaseBA_260513__metric {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    min-height: 48px;
    padding: 9px 15px 9px 12px;
    border-radius: 999px;
    background: linear-gradient(180deg, #fff 0%, #f7f7f7 100%);
    border: 1px solid rgba(21, 21, 21, 0.08);
    line-height: 1;
    white-space: nowrap;
    overflow: hidden;
    box-shadow: 0 8px 22px rgba(0, 0, 0, 0.055);
  }

  .waCaseBA_260513__metric::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
      radial-gradient(circle at 20% 0%, rgba(255,255,255,0.95), transparent 42%),
      linear-gradient(135deg, rgba(255,0,131,0.07), rgba(244,100,254,0.05), transparent 60%);
    pointer-events: none;
  }

  .waCaseBA_260513__metric-num,
  .waCaseBA_260513__metric-text {
    position: relative;
    z-index: 1;
  }

  .waCaseBA_260513__metric-num {
    min-width: 31px;
    font-size: 28px;
    line-height: 0.92;
    font-weight: 950;
    letter-spacing: -0.06em;
    text-align: center;
  }

  .waCaseBA_260513__metric-text {
    font-size: 13px;
    font-weight: 850;
    color: rgba(21, 21, 21, 0.82);
  }

  .waCaseBA_260513__slider {
    --waCaseBA-pos: 50%;

    position: relative;
    overflow: hidden;
    border-radius: 24px;
    background: #f1f1f1;
    border: 1px solid rgba(21, 21, 21, 0.08);
    cursor: ew-resize;
    user-select: none;
    touch-action: pan-y;
  }

  .waCaseBA_260513__layer {
    display: block;
    width: 100%;
  }

  .waCaseBA_260513__layer--after {
    position: relative;
    z-index: 1;
  }

  .waCaseBA_260513__layer--before {
    position: absolute;
    inset: 0;
    z-index: 2;
    clip-path: inset(0 calc(100% - var(--waCaseBA-pos)) 0 0);
  }

  .waCaseBA_260513__img {
    display: block;
    width: 100%;
    height: auto;
    max-width: 100%;
    object-fit: contain;
    transform: none !important;
    filter: none !important;
    pointer-events: none;
  }

  .waCaseBA_260513__layer--before .waCaseBA_260513__img {
    height: 100%;
  }

  .waCaseBA_260513__divider {
    position: absolute;
    z-index: 5;
    top: 0;
    bottom: 0;
    left: var(--waCaseBA-pos);
    width: 2px;
    transform: translateX(-50%);
    background: rgba(255, 255, 255, 0.96);
    box-shadow: 0 0 10px rgba(0,0,0,0.18);
    pointer-events: none;
  }

  .waCaseBA_260513__handle {
    position: absolute;
    z-index: 6;
    left: var(--waCaseBA-pos);
    top: 50%;
    width: 52px;
    height: 52px;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    background: #fff;
    box-shadow: 0 8px 22px rgba(0,0,0,0.22);
    pointer-events: none;
  }

  .waCaseBA_260513__handle::before,
  .waCaseBA_260513__handle::after {
    content: "";
    position: absolute;
    top: 50%;
    width: 9px;
    height: 9px;
    border-top: 2px solid #151515;
    border-left: 2px solid #151515;
    opacity: 0.72;
  }

  .waCaseBA_260513__handle::before {
    left: 17px;
    transform: translateY(-50%) rotate(-45deg);
  }

  .waCaseBA_260513__handle::after {
    right: 17px;
    transform: translateY(-50%) rotate(135deg);
  }

  .waCaseBA_260513__range {
    position: absolute;
    z-index: 8;
    inset: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: ew-resize;
  }

  .waCaseBA_260513__badge {
    position: absolute;
    top: 14px;
    z-index: 7;
    padding: 8px 11px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.9);
    border: 1px solid rgba(21, 21, 21, 0.08);
    font-size: 11px;
    font-weight: 900;
    line-height: 1;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #151515;
    pointer-events: none;
    box-shadow: 0 5px 16px rgba(0,0,0,0.08);
  }

  .waCaseBA_260513__badge--before {
    left: 14px;
  }

  .waCaseBA_260513__badge--after {
    right: 14px;
  }

  .waCaseBA_260513__bottom {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 14px;
    align-items: stretch;
    padding-top: 14px;
  }

  .waCaseBA_260513__text {
    padding: 15px 17px;
    border-radius: 22px;
    background: #f6f6f6;
    border: 1px solid rgba(21, 21, 21, 0.07);
    color: rgba(21, 21, 21, 0.78);
    font-size: 15px;
    line-height: 1.48;
  }

  .waCaseBA_260513__text p {
    margin: 0;
  }

  .waCaseBA_260513__side {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    min-width: 380px;
  }

  .waCaseBA_260513__price,
  .waCaseBA_260513__cta {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 0;
    min-height: 76px;
    border-radius: 30px;
    color: #fff !important;
    text-align: center;
    text-decoration: none !important;
  }

  .waCaseBA_260513__price {
    flex-direction: column;
    padding: 13px 16px;
    background-image: var(--waCaseBA-blue-gradient);
  }

  .waCaseBA_260513__price-label {
    margin: 0 0 4px;
    font-size: 9px;
    line-height: 1.2;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    opacity: 0.78;
    font-weight: 900;
  }

  .waCaseBA_260513__price-value {
    font-size: 22px;
    line-height: 1.05;
    font-weight: 950;
    white-space: nowrap;
    letter-spacing: -0.04em;
  }

  .waCaseBA_260513__price-note {
    margin-top: 4px;
    font-size: 10px;
    line-height: 1.2;
    opacity: 0.74;
  }

  .waCaseBA_260513__cta {
    padding: 14px 20px;
    background-image: var(--waCaseBA-pink-gradient);
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 950;
    line-height: 1.15;
    transition: opacity 0.2s ease;
  }

  .waCaseBA_260513__cta:hover {
    opacity: 0.9;
  }

  @media (max-width: 760px) {
    .waCaseBA_260513 {
      margin: 28px 10px;
    }

    .waCaseBA_260513__shell {
      padding: 9px;
      border-radius: 24px;
      box-shadow: 0 8px 22px rgba(0, 0, 0, 0.045);
    }

    .waCaseBA_260513__top {
      flex-wrap: nowrap;
      gap: 7px;
      overflow-x: auto;
      padding: 3px 3px 10px;
      scrollbar-width: none;
      -webkit-overflow-scrolling: touch;
    }

    .waCaseBA_260513__top::-webkit-scrollbar {
      display: none;
    }

    .waCaseBA_260513__metric {
      flex: 0 0 auto;
      min-height: 44px;
      gap: 7px;
      padding: 8px 12px 8px 10px;
      box-shadow: none;
    }

    .waCaseBA_260513__metric-num {
      min-width: 25px;
      font-size: 23px;
    }

    .waCaseBA_260513__metric-text {
      font-size: 11px;
    }

    .waCaseBA_260513__slider {
      border-radius: 18px;
    }

    .waCaseBA_260513__handle {
      width: 44px;
      height: 44px;
    }

    .waCaseBA_260513__handle::before {
      left: 14px;
    }

    .waCaseBA_260513__handle::after {
      right: 14px;
    }

    .waCaseBA_260513__badge {
      top: 8px;
      padding: 6px 8px;
      font-size: 9px;
      letter-spacing: 0.06em;
    }

    .waCaseBA_260513__badge--before {
      left: 8px;
    }

    .waCaseBA_260513__badge--after {
      right: 8px;
    }

    .waCaseBA_260513__bottom {
      display: block;
      padding-top: 9px;
    }

    .waCaseBA_260513__text {
      padding: 12px 13px;
      border-radius: 18px;
      font-size: 13px;
      line-height: 1.42;
      margin-bottom: 8px;
    }

    .waCaseBA_260513__side {
      grid-template-columns: 1fr;
      gap: 8px;
      width: 100%;
      min-width: 0;
    }

    .waCaseBA_260513__price,
    .waCaseBA_260513__cta {
      width: 100%;
      min-height: 56px;
      border-radius: 30px;
    }

    .waCaseBA_260513__price {
      padding: 12px 14px;
    }

    .waCaseBA_260513__price-label {
      font-size: 8px;
      margin-bottom: 3px;
    }

    .waCaseBA_260513__price-value {
      font-size: 20px;
    }

    .waCaseBA_260513__price-note {
      font-size: 9px;
      margin-top: 3px;
    }

    .waCaseBA_260513__cta {
      padding: 13px 16px;
      font-size: 12px;
    }
  }





#wa-price-table-uq2026 {
  --wa-bg:#f5f5f3;
  --wa-surface:#ffffff;
  --wa-surface-2:#f7f7f5;
  --wa-surface-3:#ededeb;
  --wa-text:#18191b;
  --wa-muted:#707177;
  --wa-muted-2:#8d8e93;
  --wa-line:rgba(24,25,27,.10);
  --wa-line-strong:rgba(24,25,27,.16);

  --wa-graphene:#141519;
  --wa-graphene-2:#23252a;
  --wa-graphene-3:#31343a;

  --wa-titanium:#b8a38a;
  --wa-titanium-2:#d6c4aa;
  --wa-titanium-soft:#ece7df;

  --wa-cta:linear-gradient(.75turn,rgba(255,0,131,1) 0%,rgba(244,100,254,1) 100%);

  --wa-shadow-card:0 18px 42px rgba(20,21,25,.08);
  --wa-shadow-mobile:0 10px 26px rgba(20,21,25,.06);

  width:100%;
  max-width:1320px;
  margin:0 auto;
  color:var(--wa-text);
  font-family:CYGRE,Arial,sans-serif;
  box-sizing:border-box;
  overflow-x:hidden;
}

#wa-price-table-uq2026 * {
  box-sizing:border-box;
}

.wa-uqpt__top {
  display:flex;
  align-items:flex-end;
  justify-content:space-between;
  gap:24px;
  margin-bottom:18px;
}

.wa-uqpt__title-wrap {
  min-width:0;
}

.wa-uqpt__eyebrow {
  margin-bottom:8px;
  color:var(--wa-muted);
  font-size:11px;
  line-height:1;
  font-weight:760;
  letter-spacing:.16em;
  text-transform:uppercase;
}

.wa-uqpt__title {
  margin:0;
  color:var(--wa-text);
  font-size:clamp(32px,3.4vw,54px);
  line-height:.95;
  font-weight:780;
  letter-spacing:-.055em;
}

.wa-uqpt__search {
  display:block;
  width:min(430px,100%);
  flex:0 0 auto;
}

.wa-uqpt__search-input {
  width:100%;
  height:52px;
  padding:0 18px;
  border:1px solid var(--wa-line);
  border-radius:999px;
  background:#fff;
  color:var(--wa-text);
  font-family:inherit;
  font-size:15px;
  outline:none;
  appearance:none;
  -webkit-appearance:none;
  box-shadow:none;
  transition:border-color .18s ease, background .18s ease;
}

.wa-uqpt__search-input::placeholder {
  color:#8d8e93;
}

.wa-uqpt__search-input:focus {
  border-color:rgba(184,163,138,.72);
  background:#fff;
}

/* filters */

.wa-uqpt__groups,
.wa-uqpt__tabs {
  display:flex;
  flex-wrap:wrap;
  gap:8px;
}

.wa-uqpt__groups {
  margin:0 0 10px;
}

.wa-uqpt__tabs {
  margin:0 0 14px;
}

.wa-uqpt__group,
.wa-uqpt__tab {
  border:none;
  border-radius:999px;
  font-family:inherit;
  line-height:1;
  cursor:pointer;
  -webkit-tap-highlight-color:transparent;
  transition:background .18s ease,color .18s ease,border-color .18s ease,opacity .18s ease;
}

.wa-uqpt__group {
  height:40px;
  padding:0 18px;
  border:1px solid var(--wa-line);
  background:#fff;
  color:var(--wa-text);
  font-size:12px;
  font-weight:820;
  letter-spacing:-.01em;
}

.wa-uqpt__group.is-active {
  background:var(--wa-graphene);
  border-color:var(--wa-graphene);
  color:#fff;
}

.wa-uqpt__tab {
  height:35px;
  padding:0 14px;
  border:1px solid var(--wa-line);
  background:var(--wa-surface-2);
  color:#62656c;
  font-size:11px;
  font-weight:780;
  letter-spacing:.005em;
}

.wa-uqpt__tab.is-active {
  background:#fff;
  color:#806c52;
  border-color:rgba(184,163,138,.55);
}

.wa-uqpt__group:hover,
.wa-uqpt__tab:hover {
  opacity:.82;
}

.wa-uqpt__meta {
  min-height:17px;
  margin-bottom:10px;
  padding-left:2px;
  color:var(--wa-muted);
  font-size:12px;
  line-height:1.2;
}

/* table */

.wa-uqpt__table {
  width:100%;
  max-width:100%;
  overflow:hidden;
  isolation:isolate;
  border:1px solid var(--wa-line);
  border-radius:28px;
  background:#fff;
  box-shadow:var(--wa-shadow-card);
}

.wa-uqpt__table > .wa-uqpt__head:first-child,
.wa-uqpt__table > .wa-uqpt__group-title:first-child,
.wa-uqpt__table > .wa-uqpt__section:first-child,
.wa-uqpt__table > .wa-uqpt__row:first-child {
  border-top-left-radius:28px;
  border-top-right-radius:28px;
  overflow:hidden;
}

.wa-uqpt__table > .wa-uqpt__head:first-child {
  background-clip:padding-box;
}

.wa-uqpt__head,
.wa-uqpt__group-title,
.wa-uqpt__section,
.wa-uqpt__row {
  background-clip:padding-box;
}

.wa-uqpt__head,
.wa-uqpt__row {
  display:grid;
  grid-template-columns:minmax(0,60fr) minmax(92px,15fr) minmax(44px,5fr) minmax(82px,10fr) minmax(88px,10fr);
}

.wa-uqpt__head {
  background:linear-gradient(180deg,#f6f6f4 0%,#e9e9e6 100%);
  border-bottom:1px solid var(--wa-line);
}

.wa-uqpt__th {
  min-width:0;
  padding:15px 12px;
  border-right:1px solid rgba(24,25,27,.07);
  color:#666970;
  font-size:10px;
  line-height:1.2;
  font-weight:760;
  letter-spacing:.065em;
  text-transform:uppercase;
  white-space:nowrap;
  overflow:hidden;
  text-overflow:ellipsis;
}

.wa-uqpt__th:last-child,
.wa-uqpt__cell:last-child {
  border-right:none;
}

/* group title */

.wa-uqpt__group-title {
  display:flex;
  align-items:center;
  gap:11px;
  padding:20px 22px;
  background:
    radial-gradient(circle at 0% 0%, rgba(214,196,170,.15), transparent 34%),
    linear-gradient(135deg,var(--wa-graphene) 0%,var(--wa-graphene-2) 52%,#101115 100%);
  color:#fff;
  font-size:17px;
  line-height:1.1;
  font-weight:770;
  letter-spacing:-.025em;
}

.wa-uqpt__group-title::before {
  content:"";
  width:9px;
  height:9px;
  border-radius:50%;
  background:linear-gradient(135deg,var(--wa-titanium-2),var(--wa-titanium));
  flex:0 0 auto;
}

/* section */

.wa-uqpt__section {
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  padding:16px 18px;
  background:linear-gradient(180deg,#f3f3f1 0%,#e8e8e5 100%);
  border-top:1px solid var(--wa-line);
  border-bottom:1px solid var(--wa-line);
}

.wa-uqpt__section::before {
  content:"Раздел";
  align-self:center;
  padding:6px 10px;
  border-radius:999px;
  background:#fff;
  color:#806c52;
  border:1px solid rgba(24,25,27,.08);
  font-size:9px;
  line-height:1;
  font-weight:860;
  letter-spacing:.08em;
  text-transform:uppercase;
  flex:0 0 auto;
}

.wa-uqpt__section-title {
  flex:1 1 auto;
  min-width:0;
  color:var(--wa-text);
  font-size:14px;
  line-height:1.15;
  font-weight:820;
  letter-spacing:-.015em;
}

.wa-uqpt__section-count {
  flex:0 0 auto;
  min-width:28px;
  height:24px;
  padding:0 8px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  border-radius:999px;
  background:#fff;
  color:#7e6a58;
  border:1px solid rgba(24,25,27,.08);
  font-size:11px;
  line-height:1;
  font-weight:760;
}

/* rows */

.wa-uqpt__row {
  min-height:58px;
  border-bottom:1px solid var(--wa-line);
  background:#fff;
}

.wa-uqpt__row:last-child {
  border-bottom:none;
}

.wa-uqpt__row:hover {
  background:#fff;
}

.wa-uqpt__cell {
  min-width:0;
  padding:12px;
  display:flex;
  align-items:center;
  border-right:1px solid rgba(24,25,27,.06);
  font-size:13px;
  line-height:1.25;
}

.wa-uqpt__cell--service {
  font-weight:690;
  letter-spacing:-.012em;
}

.wa-uqpt__cell--nomenclature,
.wa-uqpt__cell--ifns,
.wa-uqpt__cell--more {
  justify-content:center;
  text-align:center;
}

.wa-uqpt__cell--nomenclature {
  flex-wrap:wrap;
  gap:5px;
}

.wa-uqpt__cell--price {
  justify-content:flex-end;
  text-align:right;
  font-weight:820;
  white-space:nowrap;
  letter-spacing:-.02em;
}

.wa-uqpt__code {
  max-width:100%;
  padding:6px 9px;
  border-radius:999px;
  background:#f0f0ee;
  color:#676a71;
  border:1px solid rgba(24,25,27,.08);
  font-size:10.5px;
  line-height:1.1;
  font-weight:760;
  word-break:break-word;
}

.wa-uqpt__code--empty {
  opacity:.45;
}

.wa-uqpt__tax {
  width:32px;
  height:32px;
  padding:0;
  border:none;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  border-radius:999px;
  color:#fff;
  font-family:inherit;
  font-size:13px;
  line-height:1;
  font-weight:860;
  cursor:help;
  box-shadow:none;
  -webkit-tap-highlight-color:transparent;
}

.wa-uqpt__tax--1 {
  background:#8f7762;
}

.wa-uqpt__tax--2 {
  background:var(--wa-graphene);
}

.wa-uqpt__tax--0,
.wa-uqpt__tax--other {
  background:#757780;
}

/* CTA */

.wa-uqpt__more,
.wa-uqpt__more-empty {
  width:100%;
  min-height:38px;
  padding:0 12px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  border-radius:30px;
  font-size:10px;
  line-height:1;
  font-weight:850;
  letter-spacing:.045em;
  text-transform:uppercase;
  white-space:nowrap;
}

.wa-uqpt__more {
  background-image:var(--wa-cta);
  color:#fff!important;
  text-decoration:none!important;
  box-shadow:none!important;
  transition:opacity .16s ease;
}

.wa-uqpt__more:hover {
  opacity:.88;
}

.wa-uqpt__more-empty {
  background:transparent;
  color:rgba(24,25,27,.25);
}

.wa-uqpt__empty {
  padding:28px;
  text-align:center;
  font-size:14px;
  color:var(--wa-muted);
}

.wa-uqpt__tip {
  position:fixed;
  z-index:999999;
  left:0;
  top:0;
  max-width:min(320px,calc(100vw - 24px));
  padding:12px 14px;
  border-radius:16px;
  background:rgba(28,30,34,.96);
  color:#fff;
  font-size:12px;
  line-height:1.35;
  opacity:0;
  transform:translateY(4px);
  pointer-events:none;
  backdrop-filter:blur(18px);
  -webkit-backdrop-filter:blur(18px);
  transition:opacity .14s ease, transform .14s ease;
}

.wa-uqpt__tip.is-visible {
  opacity:1;
  transform:translateY(0);
}

@media (max-width:1120px) {
  .wa-uqpt__head,
  .wa-uqpt__row {
    grid-template-columns:minmax(0,60fr) minmax(82px,15fr) minmax(38px,5fr) minmax(76px,10fr) minmax(68px,10fr);
  }

  .wa-uqpt__cell,
  .wa-uqpt__th {
    padding-left:8px;
    padding-right:8px;
  }

  .wa-uqpt__cell {
    font-size:12.5px;
  }

  .wa-uqpt__more {
    min-width:58px;
    padding:0 10px;
    font-size:9px;
  }
}

/* mobile */

@media (max-width:760px) {
  #wa-price-table-uq2026 {
    width:100%;
    max-width:100%;
    padding-left:14px;
    padding-right:14px;
    overflow-x:hidden;
  }

  .wa-uqpt__top {
    display:grid;
    gap:12px;
    margin-bottom:10px;
  }

  .wa-uqpt__title {
    font-size:31px;
    line-height:.96;
  }

  .wa-uqpt__eyebrow {
    margin-bottom:6px;
    font-size:10px;
  }

  .wa-uqpt__search {
    position:sticky;
    top:calc(var(--wa-mobile-sticky-top, 8px) + env(safe-area-inset-top, 0px));
    z-index:40;
    width:100%;
    max-width:100%;
    padding:0;
    background:transparent;
  }

  .wa-uqpt__search-input {
    height:46px;
    font-size:16px;
    line-height:46px;
    background:rgba(255,255,255,.96);
    border-color:rgba(24,25,27,.10);
    box-shadow:0 8px 20px rgba(20,21,25,.06);
    -webkit-text-size-adjust:100%;
  }

  .wa-uqpt__groups,
  .wa-uqpt__tabs {
    width:100%;
    max-width:100%;
    flex-wrap:nowrap;
    overflow-x:auto;
    overflow-y:hidden;
    gap:8px;
    margin-left:0;
    margin-right:0;
    padding:6px 1px 10px;
    scrollbar-width:none;
    -webkit-overflow-scrolling:touch;
  }

  .wa-uqpt__groups::-webkit-scrollbar,
  .wa-uqpt__tabs::-webkit-scrollbar {
    display:none;
  }

  .wa-uqpt__groups {
    margin-bottom:2px;
  }

  .wa-uqpt__tabs {
    margin-bottom:8px;
  }

  .wa-uqpt__group,
  .wa-uqpt__tab {
    flex:0 0 auto;
    text-transform:none;
    letter-spacing:0;
  }

  .wa-uqpt__group {
    height:36px;
    padding:0 15px;
    font-size:11px;
    font-weight:800;
    background:#fff;
  }

  .wa-uqpt__tab {
    height:34px;
    padding:0 13px;
    font-size:10.5px;
    font-weight:800;
  }

  .wa-uqpt__meta {
    margin-bottom:8px;
    font-size:11px;
  }

  .wa-uqpt__table {
    display:grid;
    gap:10px;
    width:100%;
    max-width:100%;
    overflow:visible;
    isolation:auto;
    border:none;
    border-radius:0;
    background:transparent;
    box-shadow:none;
  }

  .wa-uqpt__head {
    display:none;
  }

  .wa-uqpt__group-title {
    margin-top:6px;
    padding:14px 16px;
    border-radius:20px;
    font-size:14px;
    line-height:1.12;
  }

  .wa-uqpt__group-title::before {
    width:7px;
    height:7px;
    min-width:7px;
  }

  .wa-uqpt__section {
    margin-top:8px;
    padding:13px;
    border:none;
    border-radius:18px;
    background:linear-gradient(180deg,#f3f3f5 0%,#e7e7eb 100%);
    box-shadow:none;
  }

  .wa-uqpt__section::before {
    content:"";
    width:5px;
    min-width:5px;
    align-self:stretch;
    padding:0;
    border-radius:999px;
    background:linear-gradient(180deg,var(--wa-titanium-2),var(--wa-titanium));
    border:none;
  }

  .wa-uqpt__section-title {
    font-size:13px;
    font-weight:850;
    letter-spacing:-.015em;
  }

  .wa-uqpt__section-count {
    min-width:25px;
    height:22px;
    padding:0 7px;
    font-size:10px;
  }

  .wa-uqpt__row {
    display:grid;
    grid-template-columns:minmax(0,1fr) auto;
    grid-template-areas:
      "service service"
      "price more";
    column-gap:10px;
    row-gap:10px;
    min-height:0;
    width:100%;
    max-width:100%;
    padding:14px;
    border:1px solid rgba(24,25,27,.08);
    border-radius:20px;
    background:#fff;
    box-shadow:var(--wa-shadow-mobile);
  }

  .wa-uqpt__cell {
    min-height:0;
    min-width:0;
    padding:0;
    border:none;
  }

  .wa-uqpt__cell--service {
    grid-area:service;
    font-size:14px;
    line-height:1.22;
    font-weight:760;
    letter-spacing:-.018em;
  }

  .wa-uqpt__cell--nomenclature,
  .wa-uqpt__cell--ifns {
    display:none;
  }

  .wa-uqpt__cell--price {
    grid-area:price;
    justify-content:flex-start;
    text-align:left;
    font-size:16px;
    line-height:1;
    font-weight:860;
    color:var(--wa-text);
  }

  .wa-uqpt__cell--more {
    grid-area:more;
    justify-content:flex-end;
  }

  .wa-uqpt__more {
    width:auto;
    min-width:116px;
    height:36px;
    min-height:36px;
    padding:0 16px;
    border-radius:30px;
    font-size:10.5px;
    letter-spacing:.04em;
  }

  .wa-uqpt__more-empty {
    width:auto;
    height:36px;
    min-height:36px;
    padding:0 14px;
    border-radius:30px;
    background:#ececf0;
    font-size:10px;
    color:rgba(24,25,27,.34);
  }
}

@media (max-width:390px) {
  #wa-price-table-uq2026 {
    padding-left:12px;
    padding-right:12px;
  }

  .wa-uqpt__row {
    padding:12px;
    border-radius:18px;
  }

  .wa-uqpt__cell--service {
    font-size:13.3px;
  }

  .wa-uqpt__cell--price {
    font-size:15px;
  }

  .wa-uqpt__more {
    min-width:106px;
    height:34px;
    min-height:34px;
    padding:0 13px;
    font-size:10px;
  }
}
</style>