body.uslugi {
  --sv-text: #101828;
  --sv-secondary: #475467;
  --sv-muted: #667085;
  --sv-border: #e4e7ec;
  --sv-surface: #ffffff;
  --sv-background: #f5f7fb;
  --sv-orange: #ff5a00;
  --sv-orange-soft: #fff3eb;
  --sv-shadow: 0 8px 22px rgba(16, 24, 40, 0.05);
  --sv-radius: 14px;
  font-family: Manrope, "Segoe UI", sans-serif;
  color: var(--sv-text);
}

body.uslugi,
body.uslugi #top,
body.uslugi #middle,
body.uslugi #center,
body.uslugi main {
  background: var(--sv-background) !important;
}

body.uslugi #middle {
  display: block;
  position: static;
}

body.uslugi #middle::before,
body.uslugi.bg_middle #middle::before,
body.bg_middle.uslugi #middle::before {
  display: none !important;
  content: none !important;
}

body.uslugi #left,
body.uslugi #right,
body.uslugi .child_articles,
body.uslugi .categories-module.new_stati {
  display: none !important;
}

body.uslugi #middle > main > article:not(.specteh-services-page__row),
body.uslugi #middle article:not(.specteh-services-page__row),
body.uslugi.bg_middle #middle > main > article:not(.specteh-services-page__row),
body.bg_middle.uslugi #middle > main > article:not(.specteh-services-page__row) {
  max-width: var(--specteh-layout-max);
  margin: 0 auto !important;
  padding: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

body.uslugi main {
  overflow: visible !important;
}

body.uslugi .specteh-services-page {
  max-width: var(--specteh-layout-max);
  margin: 0 auto;
  padding: 4px 0 36px;
}

body.uslugi .specteh-services-page__panel {
  margin: 0 0 16px;
  padding: 22px 24px;
  border: 1px solid var(--sv-border);
  border-radius: calc(var(--sv-radius) + 2px);
  background: #fff;
  box-shadow: var(--sv-shadow);
}

body.uslugi .specteh-services-subnav {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin: 0 0 16px;
  padding: 16px 18px;
  border: 1px solid var(--sv-border);
  border-radius: calc(var(--sv-radius) + 2px);
  background: #fff;
  box-shadow: var(--sv-shadow);
}

body.uslugi .specteh-services-subnav__primary {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

body.uslugi .specteh-services-subnav__link {
  display: inline-flex;
  align-items: center;
  min-height: 40px;
  padding: 0 16px;
  border: 1px solid var(--sv-border);
  border-radius: 999px;
  background: #fff;
  color: var(--sv-secondary);
  font-size: 14px;
  font-weight: 600;
  line-height: 1.2;
  text-decoration: none !important;
  transition: border-color 0.14s ease, color 0.14s ease, background 0.14s ease, box-shadow 0.14s ease;
}

body.uslugi .specteh-services-subnav__link:hover {
  border-color: #ffb68a;
  color: var(--sv-orange);
}

body.uslugi .specteh-services-subnav__link.is-active {
  border-color: var(--sv-orange);
  background: var(--sv-orange-soft);
  color: var(--sv-orange);
  box-shadow: inset 0 0 0 1px rgba(255, 90, 0, 0.08);
}

body.uslugi .specteh-services-subnav__scroll {
  display: flex;
  gap: 8px;
  margin: 0 -2px;
  padding: 2px;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: thin;
}

body.uslugi .specteh-services-subnav__chip {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  min-height: 34px;
  padding: 0 14px;
  border: 1px solid var(--sv-border);
  border-radius: 999px;
  background: #f8fafc;
  color: var(--sv-muted);
  font-size: 13px;
  font-weight: 600;
  line-height: 1.2;
  white-space: nowrap;
  text-decoration: none !important;
  transition: border-color 0.14s ease, color 0.14s ease, background 0.14s ease;
}

body.uslugi .specteh-services-subnav__chip:hover {
  border-color: #ffd0b0;
  background: #fff;
  color: #c45f00;
}

body.uslugi .specteh-services-subnav__chip.is-active {
  border-color: rgba(255, 90, 0, 0.35);
  background: var(--sv-orange-soft);
  color: #c45f00;
}

body.uslugi .specteh-services-page__hero {
  margin: 0 0 16px;
}

body.uslugi .specteh-services-page__eyebrow {
  margin: 0 0 8px;
  color: #c45f00;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

body.uslugi .specteh-services-page__title {
  margin: 0 0 10px;
  font-size: clamp(28px, 4vw, 40px);
  line-height: 1.12;
  font-weight: 800;
  letter-spacing: -0.03em;
  color: var(--sv-text);
}

body.uslugi .specteh-services-page__lead {
  margin: 0 0 18px;
  max-width: 760px;
  color: var(--sv-secondary);
  font-size: 16px;
  line-height: 1.65;
}

body.uslugi .specteh-services-page__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 0 0 18px;
}

body.uslugi .specteh-services-page__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 18px;
  border: 1px solid transparent;
  border-radius: 12px;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.2;
  text-decoration: none !important;
  cursor: pointer;
  transition: background 0.14s ease, border-color 0.14s ease, color 0.14s ease, transform 0.14s ease;
}

body.uslugi .specteh-services-page__btn--primary {
  background: var(--sv-orange);
  color: #fff !important;
}

body.uslugi .specteh-services-page__btn--primary:hover {
  background: #e65100;
}

body.uslugi .specteh-services-page__btn--accent {
  background: var(--sv-orange-soft);
  border-color: rgba(255, 90, 0, 0.35);
  color: #c45f00 !important;
}

body.uslugi .specteh-services-page__btn--accent:hover {
  background: #ffe8d9;
}

body.uslugi .specteh-services-page__btn--ghost {
  border-color: var(--sv-border);
  background: var(--sv-surface);
  color: var(--sv-secondary) !important;
}

body.uslugi .specteh-services-page__btn--ghost:hover {
  border-color: rgba(255, 90, 0, 0.35);
  color: #c45f00 !important;
}

body.uslugi .specteh-services-page__meta-links {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

body.uslugi .specteh-services-page__meta-links a {
  color: var(--sv-muted);
  font-size: 13px;
  font-weight: 600;
  text-decoration: none !important;
}

body.uslugi .specteh-services-page__meta-links a:hover {
  color: #c45f00;
}

body.uslugi .specteh-services-page__trust {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin: 0;
  padding-top: 16px;
  border-top: 1px solid var(--sv-border);
}

body.uslugi .specteh-services-page__trust-item {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

body.uslugi .specteh-services-page__trust-icon {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border-radius: 12px;
  background: var(--sv-orange-soft);
  color: #c45f00;
  border: 1px solid rgba(255, 90, 0, 0.12);
}

body.uslugi .specteh-services-page__trust-icon svg {
  display: block;
  width: 22px;
  height: 22px;
}

body.uslugi .specteh-services-page__trust-title {
  margin-bottom: 4px;
  color: var(--sv-text);
  font-size: 14px;
  font-weight: 700;
  line-height: 1.3;
}

body.uslugi .specteh-services-page__trust-text {
  color: var(--sv-muted);
  font-size: 13px;
  line-height: 1.5;
}

body.uslugi .specteh-services-page__section-head {
  margin: 0 0 16px;
}

body.uslugi .specteh-services-page__section-title {
  margin: 0 0 6px;
  color: var(--sv-text);
  font-size: clamp(22px, 3vw, 28px);
  line-height: 1.2;
  font-weight: 800;
  letter-spacing: -0.02em;
}

body.uslugi .specteh-services-page__section-lead {
  margin: 0;
  color: var(--sv-muted);
  font-size: 14px;
  line-height: 1.55;
}

body.uslugi .specteh-services-page__directions {
  margin: 0 0 16px;
}

body.uslugi .specteh-services-page__directions-scroll {
  margin: 0 -4px;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: thin;
}

body.uslugi .specteh-services-page__directions-list {
  display: flex;
  gap: 10px;
  min-width: min-content;
  padding: 2px 4px 6px;
}

body.uslugi .specteh-services-page__direction {
  display: flex;
  flex: 0 0 auto;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  width: 124px;
  padding: 12px 10px;
  border: 1px solid var(--sv-border);
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 2px 10px rgba(16, 24, 40, 0.04);
  color: var(--sv-text);
  text-align: center;
  text-decoration: none !important;
  transition: border-color 0.14s ease, transform 0.14s ease, box-shadow 0.14s ease;
}

body.uslugi .specteh-services-page__direction:hover {
  transform: translateY(-1px);
  border-color: rgba(255, 90, 0, 0.28);
  box-shadow: 0 14px 28px rgba(16, 24, 40, 0.08);
}

body.uslugi .specteh-services-page__direction-media {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  overflow: hidden;
  border-radius: 14px;
  background: linear-gradient(145deg, #fff7f0 0%, #ffffff 100%);
  border: 1px solid rgba(255, 90, 0, 0.12);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.9);
}

body.uslugi .specteh-services-page__direction-media--icon {
  color: #c45f00;
}

body.uslugi .specteh-services-page__direction-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
}

body.uslugi .specteh-services-page__direction-icon svg {
  display: block;
  width: 30px;
  height: 30px;
}

body.uslugi .specteh-services-page__direction:hover .specteh-services-page__direction-media--icon {
  border-color: rgba(255, 90, 0, 0.28);
  background: linear-gradient(145deg, #fff3eb 0%, #ffffff 100%);
}

body.uslugi .specteh-services-page__direction:hover .specteh-services-page__direction-icon {
  color: #ff5a00;
}

body.uslugi .specteh-services-page__direction-title {
  display: -webkit-box;
  overflow: hidden;
  color: var(--sv-secondary);
  font-size: 12px;
  font-weight: 700;
  line-height: 1.35;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

body.uslugi .specteh-services-page__catalog {
  margin: 0 0 16px;
}

body.uslugi .specteh-services-page__catalog.specteh-services-page__panel {
  padding-bottom: 18px;
  overflow: visible;
}

body.uslugi .specteh-services-page__list {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin: 0;
  border-top: 0;
}

body.uslugi .specteh-services-page__row {
  display: grid;
  grid-template-columns: 148px minmax(0, 1fr) auto;
  gap: 18px;
  align-items: center;
  width: 100%;
  margin: 0;
  padding: 16px 20px !important;
  border: 1px solid var(--sv-border);
  border-radius: 18px;
  background: #fff !important;
  box-shadow: 0 4px 16px rgba(16, 24, 40, 0.04);
  transition: border-color 0.15s ease, box-shadow 0.15s ease, transform 0.15s ease;
}

body.uslugi .specteh-services-page__row:hover {
  border-color: rgba(255, 90, 0, 0.25);
  background: #fff;
  box-shadow: 0 14px 32px rgba(16, 24, 40, 0.08);
  transform: translateY(-1px);
}

body.uslugi .specteh-services-page__row[hidden] {
  display: none !important;
}

body.uslugi .specteh-services-page__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

body.uslugi .specteh-services-page__card {
  display: flex;
  flex-direction: column;
  min-height: 0;
  border: 1px solid var(--sv-border);
  border-radius: calc(var(--sv-radius) + 2px);
  background: #fff;
  box-shadow: 0 4px 16px rgba(16, 24, 40, 0.05);
  overflow: hidden;
  transition: transform 0.16s ease, box-shadow 0.16s ease, border-color 0.16s ease;
}

body.uslugi .specteh-services-page__card:hover {
  transform: translateY(-2px);
  border-color: rgba(255, 90, 0, 0.22);
  box-shadow: 0 16px 36px rgba(16, 24, 40, 0.1);
}

body.uslugi .specteh-services-page__card-media {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  height: 152px;
  overflow: hidden;
  background: linear-gradient(160deg, #f8fafc 0%, #eef2f7 55%, #e8edf3 100%);
  border-bottom: 1px solid rgba(0, 0, 0, 0.04);
  text-decoration: none !important;
}

body.uslugi .specteh-services-page__card-media-frame {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding: 14px 16px;
}

body.uslugi .specteh-services-page__card-media img {
  display: block;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 124px;
  object-fit: contain;
  border-radius: 8px;
  filter: contrast(1.04) saturate(1.05);
  transition: transform 0.2s ease, filter 0.2s ease;
}

body.uslugi .specteh-services-page__card:hover .specteh-services-page__card-media img {
  transform: scale(1.02);
  filter: contrast(1.06) saturate(1.08);
}

body.uslugi .specteh-services-page__card-media--empty {
  position: relative;
}

body.uslugi .specteh-services-page__card-media--empty::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, #fff3eb 0%, #eef2f6 100%);
}

body.uslugi .specteh-services-page__card-body {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  gap: 6px;
  padding: 14px 14px 12px;
  background: #fff;
}

body.uslugi .specteh-services-page__card-title {
  margin: 0;
  font-size: 15px;
  line-height: 1.32;
  font-weight: 700;
  color: var(--sv-text);
}

body.uslugi .specteh-services-page__card-title a {
  color: inherit;
  text-decoration: none !important;
}

body.uslugi .specteh-services-page__card-title a:hover {
  color: #c45f00;
}

body.uslugi .specteh-services-page__card-excerpt {
  margin: 0;
  color: var(--sv-muted);
  font-size: 12px;
  line-height: 1.45;
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

body.uslugi .specteh-services-page__card-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  margin-top: 4px;
  padding-top: 8px;
  border-top: 1px solid var(--sv-border);
}

body.uslugi .specteh-services-page__card-link {
  color: var(--sv-orange);
  font-size: 13px;
  font-weight: 700;
  text-decoration: none !important;
}

body.uslugi .specteh-services-page__card-link:hover {
  color: #c45f00;
}

body.uslugi .specteh-services-page__card-order {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 30px;
  padding: 0 10px;
  border: 1px solid rgba(255, 90, 0, 0.35);
  border-radius: 8px;
  background: var(--sv-orange-soft);
  color: #c45f00;
  font-size: 12px;
  font-weight: 700;
  cursor: pointer;
  transition: background 0.14s ease, border-color 0.14s ease;
}

body.uslugi .specteh-services-page__card-order:hover {
  background: #ffe8d9;
}

body.uslugi .specteh-services-page__pagination {
  margin-top: 8px;
}

body.uslugi .specteh-services-page__pagination .pagination {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style: none;
}

body.uslugi .specteh-services-page__pagination .page-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 40px;
  min-height: 40px;
  padding: 0 12px;
  border: 1px solid var(--sv-border);
  border-radius: 12px;
  background: var(--sv-surface);
  color: var(--sv-secondary);
  font-weight: 600;
  text-decoration: none !important;
}

body.uslugi .specteh-services-page__pagination .page-item.active .page-link,
body.uslugi .specteh-services-page__pagination .page-link:hover {
  border-color: rgba(255, 90, 0, 0.45);
  background: var(--sv-orange-soft);
  color: #c45f00;
}

body.uslugi .specteh-services-page__cta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-top: 4px;
  padding: 22px 24px;
  border: 1px solid rgba(255, 90, 0, 0.18);
  border-radius: calc(var(--sv-radius) + 2px);
  background: #fff;
  box-shadow: var(--sv-shadow);
}

body.uslugi .specteh-services-page__cta-title {
  margin: 0 0 6px;
  color: var(--sv-text);
  font-size: 22px;
  line-height: 1.25;
  font-weight: 800;
}

body.uslugi .specteh-services-page__cta-text {
  margin: 0;
  max-width: 560px;
  color: var(--sv-muted);
  font-size: 14px;
  line-height: 1.55;
}

body.uslugi .specteh-services-page__cta-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

body.uslugi .specteh-services-page__empty {
  color: var(--sv-muted);
}

@media (max-width: 991px) {
  body.uslugi .specteh-services-page__trust {
    grid-template-columns: 1fr;
  }

  body.uslugi .specteh-services-page__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  body.uslugi .specteh-services-page__panel,
  body.uslugi .specteh-services-subnav,
  body.uslugi .specteh-services-page__cta {
    padding: 18px 16px;
  }
}

@media (max-width: 575px) {
  body.uslugi .specteh-services-page__grid {
    grid-template-columns: 1fr;
  }

  body.uslugi .specteh-services-page__lead {
    font-size: 15px;
  }

  body.uslugi .specteh-services-subnav__primary {
    flex-wrap: nowrap;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 2px;
  }

  body.uslugi .specteh-services-subnav__link {
    flex: 0 0 auto;
  }

  body.uslugi .specteh-services-page__actions,
  body.uslugi .specteh-services-page__cta-actions {
    flex-direction: column;
    align-items: stretch;
  }

  body.uslugi .specteh-services-page__btn {
    width: 100%;
  }

  body.uslugi .specteh-services-page__card-media {
    height: 136px;
  }

  body.uslugi .specteh-services-page__card-media img {
    max-height: 108px;
  }
}


/* ---- /uslugi nav redesign ---- */
body.uslugi .specteh-services-page__section-head--compact {
  margin-bottom: 12px;
}

body.uslugi .specteh-services-page__section-head--compact .specteh-services-page__section-title {
  margin-bottom: 0;
}

body.uslugi .specteh-services-page__search {
  margin: 0 0 20px;
}

body.uslugi .specteh-services-page__catalog-top {
  display: flex;
  align-items: baseline;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 8px 12px;
  margin: 0 0 14px;
}

body.uslugi .specteh-services-page__catalog-title {
  margin: 0;
  color: var(--sv-text);
  font-size: clamp(22px, 3vw, 28px);
  line-height: 1.2;
  font-weight: 800;
  letter-spacing: -0.02em;
}

body.uslugi .specteh-services-page__catalog-count {
  margin: 0;
  color: var(--sv-muted);
  font-size: 0.95rem;
  font-weight: 600;
  line-height: 1.3;
  white-space: nowrap;
}

body.uslugi .specteh-services-page__catalog-count [data-specteh-services-count] {
  color: var(--sv-text);
  font-weight: 800;
}

body.uslugi .specteh-services-page__search-label {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
}

body.uslugi .specteh-services-page__search-bar {
  display: flex;
  align-items: center;
  gap: 8px;
  min-height: 64px;
  padding: 8px 8px 8px 18px;
  border: 1px solid var(--sv-border);
  border-radius: 18px;
  background: #f8fafc;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.9);
  transition: border-color 0.15s ease, box-shadow 0.15s ease, background 0.15s ease;
}

body.uslugi .specteh-services-page__search-bar:focus-within {
  border-color: rgba(255, 90, 0, 0.45);
  background: #fff;
  box-shadow: 0 0 0 4px rgba(255, 90, 0, 0.12);
}

body.uslugi .specteh-services-page__search-icon {
  flex: 0 0 auto;
  color: #98a2b3;
}

body.uslugi .specteh-services-page__search-input {
  flex: 1 1 auto;
  min-width: 0;
  height: 48px;
  border: 0;
  background: transparent;
  color: var(--sv-text);
  font-family: inherit;
  font-size: 1.05rem;
  font-weight: 600;
  outline: none;
}

body.uslugi .specteh-services-page__search-input::placeholder {
  color: #98a2b3;
  font-weight: 500;
}

body.uslugi .specteh-services-page__search-clear {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  padding: 0;
  border: 0;
  border-radius: 999px;
  background: transparent;
  color: #8e8e93;
  cursor: pointer;
  transition: background 0.15s ease, color 0.15s ease;
}

body.uslugi .specteh-services-page__search-clear:hover,
body.uslugi .specteh-services-page__search-clear:focus-visible {
  background: rgba(0, 0, 0, 0.06);
  color: #1d1d1f;
  outline: none;
}

body.uslugi .specteh-services-page__search-clear:active {
  background: rgba(0, 0, 0, 0.1);
}

body.uslugi .specteh-services-page__search-clear[hidden] {
  display: none !important;
}

body.uslugi .specteh-services-page__search-clear svg {
  display: block;
  pointer-events: none;
}

body.uslugi .specteh-services-page__search-submit {
  flex: 0 0 auto;
  min-height: 48px;
  padding: 0 22px;
  border: 0;
  border-radius: 14px;
  background: #ff8311;
  color: #fff;
  font-family: inherit;
  font-size: 0.98rem;
  font-weight: 800;
  cursor: pointer;
  transition: background 0.15s ease;
}

body.uslugi .specteh-services-page__search-submit:hover {
  background: #e6740a;
}

body.uslugi .specteh-services-page__search-hint {
  margin: 10px 2px 0;
  color: var(--sv-muted);
  font-size: 0.88rem;
  line-height: 1.4;
}

body.uslugi .specteh-services-page__popular {
  margin: 0 0 16px;
}

body.uslugi .specteh-services-page__popular-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0;
  padding: 0;
  overflow: visible;
}

body.uslugi .specteh-services-page__popular-pill {
  display: inline-flex;
  align-items: center;
  max-width: 100%;
  min-height: 36px;
  padding: 7px 14px;
  border: 1px solid var(--sv-border);
  border-radius: 999px;
  background: #fff;
  color: var(--sv-secondary);
  font-size: 0.88rem;
  font-weight: 600;
  line-height: 1.25;
  text-decoration: none !important;
  white-space: nowrap;
  transition: border-color 0.14s ease, background 0.14s ease, color 0.14s ease, box-shadow 0.14s ease;
}

body.uslugi .specteh-services-page__popular-pill:hover {
  border-color: rgba(255, 90, 0, 0.35);
  background: #fff7f0;
  color: #c45f00;
  box-shadow: 0 4px 12px rgba(255, 90, 0, 0.08);
}

@media (max-width: 575px) {
  body.uslugi .specteh-services-page__popular-pill {
    white-space: normal;
    text-align: left;
  }
}

body.uslugi .specteh-services-page__row-media {
  display: block;
  width: 148px;
  height: 104px;
  overflow: hidden;
  border-radius: 14px;
  background: #eef2f6;
  text-decoration: none !important;
}

body.uslugi .specteh-services-page__row-media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

body.uslugi .specteh-services-page__row-media--empty {
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(145deg, #fff7f0 0%, #ffffff 100%);
  color: #c45f00;
  border: 1px solid rgba(255, 90, 0, 0.12);
}

body.uslugi .specteh-services-page__row-media-fallback,
body.uslugi .specteh-services-page__row-media-fallback svg {
  display: block;
  width: 36px;
  height: 36px;
}

body.uslugi .specteh-services-page__row-title {
  margin: 0 0 6px;
  font-size: 1.12rem;
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: -0.02em;
}

body.uslugi .specteh-services-page__row-title a {
  color: var(--sv-text);
  text-decoration: none !important;
}

body.uslugi .specteh-services-page__row-title a:hover {
  color: #c45f00;
}

body.uslugi .specteh-services-page__row-excerpt {
  margin: 0;
  color: var(--sv-secondary);
  font-size: 0.95rem;
  line-height: 1.55;
}

body.uslugi .specteh-services-page__row-actions {
  display: flex;
  flex-direction: column;
  gap: 8px;
  min-width: 168px;
  margin-right: 0;
  padding-right: 2px;
  box-sizing: border-box;
}

body.uslugi .specteh-services-page__row-order,
body.uslugi .specteh-services-page__row-more {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0 14px;
  border-radius: 12px;
  font-family: inherit;
  font-size: 0.92rem;
  font-weight: 800;
  text-decoration: none !important;
  cursor: pointer;
}

body.uslugi .specteh-services-page__row-order {
  border: 1.5px solid var(--sv-orange);
  background: transparent;
  color: #c45f00;
}

body.uslugi .specteh-services-page__row-order:hover {
  background: #fff7f0;
  border-color: #f67300;
  color: #a34d00;
}

body.uslugi .specteh-services-page__row-more {
  border: 1px solid var(--sv-border);
  background: #fff;
  color: var(--sv-text);
}

body.uslugi .specteh-services-page__row-more:hover {
  border-color: rgba(255, 90, 0, 0.35);
  color: #c45f00;
}

body.uslugi .specteh-services-page__list-empty {
  margin: 18px 0 0;
  padding: 16px 18px;
  border: 1px dashed #d0d5dd;
  border-radius: 14px;
  background: #f8fafc;
  color: var(--sv-muted);
  font-size: 0.95rem;
}

@media (max-width: 991px) {
  body.uslugi .specteh-services-page__row {
    grid-template-columns: 120px minmax(0, 1fr);
  }

  body.uslugi .specteh-services-page__row-media {
    width: 120px;
    height: 90px;
  }

  body.uslugi .specteh-services-page__row-actions {
    grid-column: 1 / -1;
    flex-direction: row;
    min-width: 0;
  }

  body.uslugi .specteh-services-page__row-order,
  body.uslugi .specteh-services-page__row-more {
    flex: 1 1 auto;
  }
}

@media (max-width: 639px) {
  body.uslugi .specteh-services-page__search-bar {
    flex-wrap: wrap;
    min-height: 0;
    padding: 12px;
  }

  body.uslugi .specteh-services-page__search-input {
    width: calc(100% - 40px);
    font-size: 1rem;
  }

  body.uslugi .specteh-services-page__search-submit {
    width: 100%;
  }

  body.uslugi .specteh-services-page__row {
    grid-template-columns: 1fr;
  }

  body.uslugi .specteh-services-page__row-media {
    width: 100%;
    height: 180px;
  }
}
