  .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;
  }
}






  .wa-kvh27,
  .wa-kvh27 * {
    box-sizing: border-box;
  }

  .wa-kvh27 {
    --wa-kvh27-pink: #ff0083;
    --wa-kvh27-purple: #f464fe;
    --wa-kvh27-blue: #4322ff;
    --wa-kvh27-cyan: #74f6f7;
    --wa-kvh27-green: #25d366;

    --wa-kvh27-menu-height: 68px;
    --wa-kvh27-pad-top: calc(var(--wa-kvh27-menu-height) + clamp(22px, 3.2vh, 42px));
    --wa-kvh27-pad-bottom: clamp(28px, 4vh, 54px);

    position: relative;
    isolation: isolate;
    overflow: hidden;
    width: 100%;
    height: 100vh;
    height: 100svh;
    height: 100dvh;
    min-height: 640px;
    color: #fff;
    background:
      radial-gradient(circle at 82% 18%, rgba(116, 246, 247, .10), transparent 30%),
      radial-gradient(circle at 78% 88%, rgba(255, 0, 131, .16), transparent 32%),
      linear-gradient(135deg, #07070b 0%, #120f17 54%, #050509 100%);
    font-family: CYGRE, Arial, sans-serif;
    contain: layout paint style;
  }

  .wa-kvh27__heartfield {
    position: absolute;
    inset: 0;
    z-index: 1;
    overflow: hidden;
    pointer-events: none;
    contain: strict;
  }

  .wa-kvh27__heart {
    position: absolute;
    display: block;
    line-height: 1;
    transform: translate3d(0, 0, 0);
    mix-blend-mode: screen;
    user-select: none;
    will-change: transform;
    animation: waKvh27HeartFloat 16s ease-in-out infinite alternate;
  }

  .wa-kvh27__heart--one {
    right: -5%;
    bottom: -7%;
    font-size: clamp(300px, 25vw, 420px);
    opacity: .26;
    filter: blur(22px) saturate(1.14);
    animation-duration: 20s;
  }

  .wa-kvh27__heart--two {
    left: 41%;
    top: 6%;
    font-size: clamp(186px, 15.5vw, 260px);
    opacity: .29;
    filter: blur(18px) saturate(1.12);
    animation-duration: 17s;
    animation-delay: -5s;
  }

  .wa-kvh27__heart--three {
    left: 25%;
    bottom: 10%;
    font-size: clamp(115px, 9.6vw, 161px);
    opacity: .24;
    filter: blur(15px) saturate(1.10);
    animation-duration: 15s;
    animation-delay: -3s;
  }

  @keyframes waKvh27HeartFloat {
    0% {
      transform: translate3d(-46px, 34px, 0) rotate(-12deg) scale(1);
    }

    50% {
      transform: translate3d(58px, -46px, 0) rotate(11deg) scale(1.10);
    }

    100% {
      transform: translate3d(-22px, 58px, 0) rotate(18deg) scale(.95);
    }
  }

  .wa-kvh27__inner {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: minmax(340px, 40.5vw) minmax(0, 1fr);
    align-items: stretch;
    width: 100%;
    height: 100%;
    min-height: inherit;
  }

  .wa-kvh27__videoSide {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    min-width: 0;
    height: 100%;
    padding:
      var(--wa-kvh27-pad-top)
      clamp(26px, 2.618vw, 54px)
      var(--wa-kvh27-pad-bottom)
      clamp(24px, 4vw, 64px);
    overflow: visible;
  }

  .wa-kvh27__videoSide::before {
    content: "";
    position: absolute;
    left: 55%;
    top: 50%;
    width: min(72%, 410px);
    aspect-ratio: 1;
    transform: translate(-50%, -50%);
    border-radius: 999px;
    background: radial-gradient(circle, rgba(255, 0, 131, .20), transparent 64%);
    filter: blur(36px);
    opacity: .58;
    pointer-events: none;
  }

  .wa-kvh27__videoFrame {
    position: relative;
    z-index: 2;
    overflow: hidden;
    height: 100%;
    max-height: calc(100dvh - var(--wa-kvh27-pad-top) - var(--wa-kvh27-pad-bottom));
    aspect-ratio: 9 / 16;
    border: 1px solid rgba(255, 255, 255, .14);
    border-radius: clamp(28px, 3vw, 46px);
    background: #000;
    box-shadow:
      0 26px 68px rgba(0, 0, 0, .40),
      0 0 0 8px rgba(255, 255, 255, .024);
    contain: paint;
  }

  .wa-kvh27__iframe {
    position: absolute;
    inset: 0;
    display: block;
    width: 100%;
    height: 100%;
    border: 0;
    pointer-events: none;
  }

  .wa-kvh27__mobileOverlay {
    display: none;
  }

  .wa-kvh27__info {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: clamp(22px, 3.6vh, 40px);
    width: min(780px, calc(100% - 34px));
    height: 100%;
    margin: 0 auto 0 0;
    padding:
      var(--wa-kvh27-pad-top)
      0
      var(--wa-kvh27-pad-bottom);
  }

  .wa-kvh27__desktopHead,
  .wa-kvh27__details {
    position: relative;
    z-index: 2;
  }

  .wa-kvh27__label {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-bottom: clamp(16px, 2.4vh, 26px);
    color: rgba(255, 255, 255, .72);
    font-size: 12px;
    line-height: 1;
    letter-spacing: .12em;
    text-transform: uppercase;
    font-weight: 500;
  }

  .wa-kvh27__label::before {
    content: "";
    width: 8px;
    height: 8px;
    flex: 0 0 8px;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--wa-kvh27-pink), var(--wa-kvh27-cyan));
    box-shadow: 0 0 20px rgba(255, 0, 131, .72);
  }

  .wa-kvh27__title,
  .wa-kvh27__mobileTitle {
    margin: 0;
    font-family: "Tenor Sans", CYGRE, Arial, sans-serif;
    font-size: clamp(56px, 7.2vw, 116px);
    line-height: .86;
    letter-spacing: -.05em;
    text-transform: uppercase;
    text-wrap: balance;
    font-weight: 650;
  }

  .wa-kvh27__subtitle {
    max-width: 700px;
    color: rgba(255, 255, 255, .90);
    font-size: clamp(24px, 3vw, 44px);
    line-height: 1.04;
    letter-spacing: -.04em;
    text-wrap: balance;
    font-weight: 600;
  }

  .wa-kvh27__subtitle:empty {
    display: none;
  }

  .wa-kvh27__description {
    max-width: 640px;
    margin: clamp(16px, 2.4vh, 24px) 0 0;
    color: rgba(255, 255, 255, .72);
    font-size: clamp(16px, 1.35vw, 19px);
    line-height: 1.52;
    font-weight: 400;
  }

  .wa-kvh27__features {
    display: flex;
    flex-wrap: wrap;
    gap: 9px;
    margin-top: clamp(20px, 3vh, 32px);
  }

  .wa-kvh27__features span {
    display: inline-flex;
    align-items: center;
    min-height: 38px;
    padding: 0 15px;
    border: 1px solid rgba(255, 255, 255, .16);
    border-radius: 999px;
    background: rgba(255, 255, 255, .08);
    color: rgba(255, 255, 255, .84);
    font-size: 13px;
    line-height: 1;
    white-space: nowrap;
    font-weight: 500;
  }

  .wa-kvh27__desktopButtons {
    display: grid;
    grid-template-columns: 1.2fr .72fr .82fr .92fr;
    gap: 10px;
    margin-top: clamp(24px, 3.8vh, 40px);
    max-width: 720px;
  }

  .wa-kvh27__btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    min-height: 52px;
    padding: 0 18px;
    border-radius: 999px;
    color: #fff !important;
    text-decoration: none !important;
    text-align: center;
    font-size: 12px;
    line-height: 1;
    letter-spacing: .07em;
    text-transform: uppercase;
    transition: transform .18s ease, background .18s ease, border-color .18s ease;
    font-weight: 750;
  }

  .wa-kvh27__btn:hover {
    transform: translateY(-2px);
  }

  .wa-kvh27__btnIcon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 21px;
    height: 21px;
    flex: 0 0 21px;
    color: currentColor;
  }

  .wa-kvh27__btnIcon svg {
    display: block;
    width: 100%;
    height: 100%;
    fill: none;
    stroke: currentColor;
    stroke-width: 2.15;
    stroke-linecap: round;
    stroke-linejoin: round;
  }

  .wa-kvh27__btn--telegram .wa-kvh27__btnIcon svg {
    fill: currentColor;
    stroke: none;
  }

  .wa-kvh27__btn--whatsapp .wa-kvh27__btnIcon svg {
    fill: none;
    stroke: currentColor;
    stroke-width: 1.85;
  }

  .wa-kvh27__btnIcon--max {
    width: 22px;
    height: 22px;
    border-radius: 50%;
    border: 1.5px solid currentColor;
    font-size: 11px;
    line-height: 1;
    font-weight: 800;
    letter-spacing: 0;
  }

  .wa-kvh27__btn--main {
    background: linear-gradient(.75turn, var(--wa-kvh27-pink) 0%, var(--wa-kvh27-purple) 100%);
    box-shadow: 0 16px 34px rgba(255, 0, 131, .24);
  }

  .wa-kvh27__btn--max {
    border: 1px solid rgba(255, 255, 255, .24);
    background: rgba(255, 255, 255, .10);
  }

  .wa-kvh27__btn--telegram {
    background: linear-gradient(.75turn, var(--wa-kvh27-blue) 0%, var(--wa-kvh27-cyan) 100%);
    box-shadow: 0 16px 34px rgba(67, 34, 255, .18);
  }

  .wa-kvh27__btn--whatsapp {
    border: 1px solid rgba(37, 211, 102, .40);
    background: rgba(37, 211, 102, .22);
  }

  @media (max-width: 980px) {
    .wa-kvh27 {
      width: 100vw;
      max-width: 100vw;
      height: auto;
      min-height: 0;
      margin-left: calc(50% - 50vw);
      margin-right: calc(50% - 50vw);
      overflow: visible;
      border-radius: 0;
      background:
        radial-gradient(circle at 18% 12%, rgba(255, 0, 131, .18), transparent 34%),
        radial-gradient(circle at 88% 40%, rgba(116, 246, 247, .12), transparent 34%),
        linear-gradient(135deg, #07070b 0%, #120f17 52%, #050509 100%);
      contain: none;
    }

    .wa-kvh27__inner {
      display: flex;
      flex-direction: column;
      width: 100vw;
      max-width: 100vw;
      height: auto;
      min-height: 0;
      margin: 0;
      border-radius: 0;
      overflow: visible;
    }

    .wa-kvh27__videoSide {
      position: relative;
      width: 100vw;
      max-width: 100vw;
      height: 100vh;
      height: 100svh;
      min-height: 560px;
      padding: 0;
      margin: 0;
      overflow: hidden;
      border-radius: 0;
    }

    .wa-kvh27__videoSide::before {
      display: none;
    }

    .wa-kvh27__videoFrame {
      position: absolute;
      inset: 0;
      width: 100vw;
      max-width: 100vw;
      max-height: none;
      height: 100%;
      aspect-ratio: auto;
      border: 0;
      border-radius: 0;
      box-shadow: none;
      overflow: hidden;
      background: #000;
      clip-path: none;
      contain: none;
    }

    .wa-kvh27__iframe {
      position: absolute;
      top: 0;
      left: 50%;
      right: auto;
      bottom: auto;
      display: block;
      width: calc(100vw + 8px);
      max-width: none;
      height: 100%;
      min-height: 100%;
      border: 0;
      border-radius: 0;
      transform: translateX(-50%);
      overflow: hidden;
      background: #000;
    }

    .wa-kvh27__mobileOverlay {
      position: absolute;
      left: 0;
      right: 0;
      bottom: 0;
      z-index: 6;
      display: block;
      width: min(100% - 24px, 620px);
      margin: 0 auto;
      padding: 0 0 18px;
    }

    .wa-kvh27__mobileTitle {
      font-size: clamp(42px, 14vw, 76px);
      line-height: .86;
    }

    .wa-kvh27__mobileButtons {
      display: grid;
      grid-template-columns: repeat(3, minmax(0, 1fr));
      gap: 8px;
      margin-top: 18px;
    }

    .wa-kvh27__mobileButtons .wa-kvh27__btn--main {
      grid-column: 1 / -1;
    }

    .wa-kvh27__info {
      display: block;
      width: min(100% - 24px, 620px);
      height: auto;
      margin: 0 auto;
      padding: 34px 0 48px;
    }

    .wa-kvh27__desktopHead {
      display: none;
    }

    .wa-kvh27__details {
      padding: 0;
      border: 0;
      border-radius: 0;
      background: transparent;
      box-shadow: none;
    }

    .wa-kvh27__subtitle {
      font-size: clamp(26px, 7.2vw, 40px);
      line-height: 1.06;
    }

    .wa-kvh27__description {
      margin-top: 16px;
      font-size: 15px;
      line-height: 1.52;
    }

    .wa-kvh27__features {
      display: flex;
      flex-wrap: wrap;
      overflow: visible;
      gap: 8px;
      margin-top: 22px;
      padding-bottom: 0;
    }

    .wa-kvh27__features span {
      min-height: 34px;
      padding: 0 13px;
      font-size: 12px;
      white-space: nowrap;
    }

    .wa-kvh27__btn {
      min-height: 44px;
      padding: 0 10px;
      font-size: 10px;
      letter-spacing: .04em;
      gap: 6px;
      font-weight: 750;
    }

    .wa-kvh27__btnIcon {
      width: 15px;
      height: 15px;
      flex-basis: 15px;
    }

    .wa-kvh27__btnIcon--max {
      width: 16px;
      height: 16px;
      font-size: 9px;
      font-weight: 800;
    }

    .wa-kvh27__heart--one {
      right: -34%;
      bottom: 10%;
      font-size: 320px;
      opacity: .22;
      filter: blur(22px) saturate(1.1);
    }

    .wa-kvh27__heart--two {
      left: -18%;
      top: 8%;
      font-size: 198px;
      opacity: .26;
      filter: blur(18px) saturate(1.08);
    }

    .wa-kvh27__heart--three {
      left: 42%;
      bottom: -3%;
      font-size: 122px;
      opacity: .22;
      filter: blur(15px) saturate(1.06);
    }
  }

  @media (max-width: 520px) {
    .wa-kvh27__videoSide {
      min-height: 520px;
    }

    .wa-kvh27__mobileOverlay {
      width: calc(100% - 20px);
      padding-bottom: 12px;
    }

    .wa-kvh27__label {
      margin-bottom: 10px;
      font-size: 10px;
      letter-spacing: .08em;
    }

    .wa-kvh27__mobileTitle {
      font-size: clamp(40px, 15vw, 64px);
    }

    .wa-kvh27__mobileButtons {
      margin-top: 14px;
      gap: 7px;
    }

    .wa-kvh27__info {
      width: calc(100% - 24px);
      padding-top: 34px;
      padding-bottom: 46px;
    }

    .wa-kvh27__subtitle {
      font-size: clamp(25px, 7.4vw, 36px);
    }

    .wa-kvh27__description {
      margin-top: 16px;
    }

    .wa-kvh27__features {
      gap: 7px;
      margin-top: 22px;
    }

    .wa-kvh27__features span {
      min-height: 32px;
      padding: 0 11px;
      font-size: 11px;
    }
  }

  @media (max-height: 680px) and (min-width: 981px) {
    .wa-kvh27 {
      min-height: 560px;
      --wa-kvh27-pad-top: calc(var(--wa-kvh27-menu-height) + 18px);
      --wa-kvh27-pad-bottom: 24px;
    }

    .wa-kvh27__label {
      margin-bottom: 12px;
    }

    .wa-kvh27__title {
      font-size: clamp(50px, 6.4vw, 90px);
    }

    .wa-kvh27__subtitle {
      font-size: clamp(22px, 2.5vw, 34px);
    }

    .wa-kvh27__description {
      display: none;
    }

    .wa-kvh27__features {
      margin-top: 16px;
    }

    .wa-kvh27__desktopButtons {
      margin-top: 20px;
    }
  }

  @media (max-height: 680px) and (max-width: 980px) {
    .wa-kvh27__mobileOverlay .wa-kvh27__label {
      display: none;
    }

    .wa-kvh27__mobileButtons {
      margin-top: 12px;
    }

    .wa-kvh27__btn {
      min-height: 40px;
    }
  }

  @media (prefers-reduced-motion: reduce) {
    .wa-kvh27__heart {
      animation: none;
    }

    .wa-kvh27__btn {
      transition: none;
    }
  }


