:root {
  --gb-bg: #f3f3f1;
  --gb-surface: #ffffff;
  --gb-surface-soft: #e8e9e7;
  --gb-ink: #171a19;
  --gb-muted: #626764;
  --gb-line: #d1d3d1;
  --gb-graphite: #151817;
  --gb-graphite-soft: #303432;
  --gb-steel: #505754;
  --gb-steel-soft: #e5e7e5;
  --gb-concrete-light: #b9bbb8;
  --gb-concrete: #9fa29f;
  --gb-concrete-dark: #7d817e;
  --gb-signal: #c8b56b;
  --gb-success: #42624f;
  --gb-radius: 16px;
  --gb-shadow: 0 18px 48px rgba(24, 30, 28, .09);
}

html { scroll-behavior: smooth; }

body.gdebeton-redesign {
  margin: 0;
  color: var(--gb-ink);
  background: var(--gb-bg);
  font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.55;
  text-rendering: optimizeLegibility;
}

body.gdebeton-redesign *,
body.gdebeton-redesign *::before,
body.gdebeton-redesign *::after { box-sizing: border-box; }

body.gdebeton-redesign img { max-width: 100%; }
body.gdebeton-redesign a { color: inherit; }
body.gdebeton-redesign p { line-height: 1.65; }

body.gdebeton-redesign h1,
body.gdebeton-redesign h2,
body.gdebeton-redesign h3,
body.gdebeton-redesign .title,
body.gdebeton-redesign .subtitle {
  color: var(--gb-ink);
  font-weight: 650;
  letter-spacing: -.032em;
}

body.gdebeton-redesign h1 { font-size: clamp(34px, 4.2vw, 58px); line-height: 1.05; }
body.gdebeton-redesign h2 { font-size: clamp(27px, 3vw, 40px); line-height: 1.12; }
body.gdebeton-redesign h3 { font-size: clamp(21px, 2vw, 28px); line-height: 1.2; }

body.gdebeton-redesign .container,
body.gdebeton-redesign .wrapper {
  width: min(1240px, calc(100% - 40px));
  max-width: 1240px;
  margin-inline: auto;
}

/* Header: a compact utility layer plus the existing navigation mechanics. */
body.gdebeton-redesign .header {
  position: relative;
  z-index: 80;
  border-bottom: 1px solid var(--gb-line);
  background: rgba(255, 255, 255, .97);
  box-shadow: 0 4px 22px rgba(24, 30, 28, .06);
}

body.gdebeton-redesign .header-utility {
  color: #f4f5f4;
  background: #151917;
}

body.gdebeton-redesign .header-utility__inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 40px;
  min-height: 72px;
  padding-block: 12px;
}

body.gdebeton-redesign .header-utility__group {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: center;
  gap: 8px 34px;
}

body.gdebeton-redesign .header-utility__group--actions { justify-items: start; }

body.gdebeton-redesign .header-utility__link {
  position: relative;
  width: fit-content;
  color: #f4f5f4;
  font-size: 14px;
  font-weight: 620;
  line-height: 1.35;
  text-decoration: none;
}

body.gdebeton-redesign .header-utility__link::after {
  position: absolute;
  right: 0;
  bottom: -3px;
  left: 0;
  height: 1px;
  background: rgba(201, 185, 106, .8);
  content: "";
  transform: scaleX(0);
  transform-origin: left;
  transition: transform .2s ease;
}

body.gdebeton-redesign .header-utility__link:hover::after,
body.gdebeton-redesign .header-utility__link:focus-visible::after { transform: scaleX(1); }

body.gdebeton-redesign .header > .container {
  display: flex;
  align-items: center;
  min-height: 76px;
  gap: 18px;
}

body.gdebeton-redesign .header__logo {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  flex: 0 0 auto;
  height: auto;
  padding: 10px 0;
  text-decoration: none;
}

body.gdebeton-redesign .header__logo .header__brand-mark {
  width: 48px;
  height: 48px;
  flex: 0 0 48px;
}

body.gdebeton-redesign .header__brand-name {
  color: var(--gb-ink);
  font-size: 22px;
  font-weight: 760;
  letter-spacing: -.025em;
  line-height: 1;
}

body.gdebeton-redesign .footer .header__logo svg path:last-child { fill: #fff; }

body.gdebeton-redesign .header .nav-menu {
  display: flex;
  align-items: center;
  flex: 1 1 auto;
  min-width: 0;
}

body.gdebeton-redesign .header__nav {
  display: flex;
  align-items: center;
  width: 100%;
  min-width: 0;
  gap: 14px;
}

body.gdebeton-redesign .header__nav > .catalog_menu { flex: 0 0 auto; }
body.gdebeton-redesign .header__nav .nav__links-wrapper {
  display: flex;
  align-items: center;
  flex: 1 1 auto;
  min-width: 0;
  gap: clamp(10px, 1.5vw, 22px);
  white-space: nowrap;
}

body.gdebeton-redesign .header__nav .nav__link {
  padding: 10px 0;
  color: #3d4542;
  font-size: 13px;
  font-weight: 650;
  letter-spacing: .01em;
  text-decoration: none;
  transition: color .2s ease;
}

body.gdebeton-redesign .header__nav .nav__link:hover { color: var(--gb-steel); }
body.gdebeton-redesign .header .header-flex { flex: 0 0 auto; margin-left: auto; }

body.gdebeton-redesign .header .current-city,
body.gdebeton-redesign .header .login-box { margin: 0; }

body.gdebeton-redesign .header .button-region {
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  border: 1px solid var(--gb-line);
  border-radius: 10px;
  padding: 9px 12px;
  color: var(--gb-ink);
  background: #fff;
  font-size: 13px;
  font-weight: 650;
}

body.gdebeton-redesign .header .catalog_menu > div {
  border-color: var(--gb-line);
  background: #fff;
  box-shadow: var(--gb-shadow);
}

body.gdebeton-redesign .header .catalog_menu > div a { color: var(--gb-ink); }

/* Concrete-texture controls. A subtle highlight runs once, only on hover. */
body.gdebeton-redesign .button,
body.gdebeton-redesign .button-link,
body.gdebeton-redesign .form-subm input,
body.gdebeton-redesign input[type="submit"] {
  position: relative;
  overflow: hidden;
  border: 1px solid var(--gb-concrete-dark) !important;
  border-radius: 10px;
  color: var(--gb-graphite) !important;
  background:
    radial-gradient(circle at 3px 3px, rgba(255,255,255,.34) 0 1px, transparent 1.5px) 0 0 / 11px 11px,
    radial-gradient(circle at 8px 7px, rgba(37,40,38,.18) 0 1px, transparent 1.6px) 0 0 / 14px 14px,
    linear-gradient(135deg, var(--gb-concrete-light), var(--gb-concrete)) !important;
  box-shadow: inset 0 1px rgba(255,255,255,.34), inset 0 -1px rgba(32,35,33,.12);
  font-weight: 750 !important;
  text-decoration: none;
  transition: transform .18s ease, box-shadow .18s ease, background-color .18s ease;
}

body.gdebeton-redesign .button:hover,
body.gdebeton-redesign .button-link:hover,
body.gdebeton-redesign .form-subm input:hover,
body.gdebeton-redesign input[type="submit"]:hover {
  transform: translateY(-1px);
  box-shadow: 0 8px 18px rgba(28, 32, 30, .14), inset 0 1px rgba(255,255,255,.3);
}

body.gdebeton-redesign .button::after,
body.gdebeton-redesign .button-link::after {
  content: "";
  position: absolute;
  inset: -35% auto -35% 0;
  width: 34%;
  pointer-events: none;
  background: linear-gradient(105deg, transparent 0%, rgba(255,255,255,.06) 25%, rgba(255,255,255,.42) 50%, rgba(255,255,255,.06) 75%, transparent 100%);
  transform: translateX(-180%) skewX(-18deg);
}

body.gdebeton-redesign .button:hover::after,
body.gdebeton-redesign .button-link:hover::after { animation: gb-concrete-sheen .68s ease-out both; }

@keyframes gb-concrete-sheen {
  from { transform: translateX(-180%) skewX(-18deg); }
  to { transform: translateX(420%) skewX(-18deg); }
}

body.gdebeton-redesign .header .nav__button {
  min-height: 42px;
  padding: 9px 15px !important;
  text-transform: none;
  letter-spacing: 0;
}

/* Homepage hero: real HTML for SEO, with no background video request. */
body.gdebeton-redesign .mainscreen-section {
  position: relative;
  isolation: isolate;
  min-height: clamp(660px, 78vh, 790px);
  overflow: hidden;
  color: #fff;
  background:
    linear-gradient(90deg, rgba(15,18,17,.96) 0%, rgba(15,18,17,.88) 48%, rgba(15,18,17,.54) 100%),
    url('/img/gdebeton-construction-hero.svg') center 48% / cover no-repeat;
}

body.gdebeton-redesign .mainscreen-section::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: -18%;
  right: -10%;
  width: min(66vw, 820px);
  aspect-ratio: 1;
  border: clamp(70px, 9vw, 132px) solid rgba(255,255,255,.035);
  border-radius: 50%;
  box-shadow: 0 0 0 clamp(70px, 9vw, 132px) rgba(255,255,255,.024);
}

body.gdebeton-redesign .mainscreen-section::after {
  content: "";
  position: absolute;
  z-index: -1;
  inset: auto 0 0;
  height: 38%;
  background: linear-gradient(180deg, transparent, rgba(12,15,14,.48));
}

body.gdebeton-redesign .background-video__wrapper,
body.gdebeton-redesign .mainscreen__img { display: none !important; }

body.gdebeton-redesign .mainscreen-wrapper {
  display: flex;
  align-items: center;
  min-height: inherit;
  padding: 86px 0 150px;
}

body.gdebeton-redesign .mainscreen-content { width: min(850px, 100%); }
body.gdebeton-redesign .mainscreen-content .main-title {
  margin: 0 0 28px;
  color: #fff;
  font-size: clamp(48px, 6.4vw, 76px);
  line-height: 1.02;
  letter-spacing: -.055em;
  text-transform: none;
}

body.gdebeton-redesign .mainscreen-content .hero-kicker {
  display: inline-flex;
  align-items: center;
  width: auto;
  margin: 0 0 26px;
  gap: 9px;
  color: #e0c869;
  font-size: 14px;
  font-weight: 750;
  letter-spacing: .055em;
  text-transform: uppercase;
}

body.gdebeton-redesign .mainscreen-content .hero-kicker svg { flex: 0 0 auto; }
body.gdebeton-redesign .mainscreen-content .hero-lead {
  width: min(780px, 100%);
  margin: 0;
  color: #d8ddda;
  font-size: clamp(17px, 1.9vw, 20px);
  font-weight: 400 !important;
  line-height: 1.65;
  letter-spacing: 0;
  text-transform: none !important;
}

body.gdebeton-redesign .hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 32px;
}

body.gdebeton-redesign .hero-actions a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 58px;
  gap: 10px;
  padding: 14px 22px;
  border-radius: 12px;
  font-size: 17px;
  font-weight: 780;
  text-decoration: none;
}

body.gdebeton-redesign .hero-primary-action { min-width: 300px; }
body.gdebeton-redesign .hero-secondary-action {
  min-width: 220px;
  border: 1px solid rgba(255,255,255,.3);
  color: #fff !important;
  background: rgba(20,23,22,.38);
  backdrop-filter: blur(6px);
  transition: border-color .18s ease, background-color .18s ease, transform .18s ease;
}

body.gdebeton-redesign .hero-secondary-action:hover {
  border-color: rgba(255,255,255,.6);
  background: rgba(255,255,255,.08);
  transform: translateY(-1px);
}

body.gdebeton-redesign .hero-trust {
  display: flex;
  flex-wrap: wrap;
  margin: 30px 0 0;
  padding: 0;
  gap: 16px 28px;
  list-style: none;
}

body.gdebeton-redesign .hero-trust li {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: #d8ddda;
  font-size: 15px;
  line-height: 1.35;
}

body.gdebeton-redesign .hero-trust svg {
  flex: 0 0 auto;
  color: #c9cfcc;
}

/* Calculator and homepage content. */
body.gdebeton-redesign .calc-section,
body.gdebeton-redesign .map-section,
body.gdebeton-redesign .news-section { padding: clamp(48px, 7vw, 88px) 0; }

body.gdebeton-redesign .calc-section {
  position: relative;
  z-index: 4;
  margin-top: -88px;
  padding: 0 0 clamp(54px, 7vw, 88px);
}

body.gdebeton-redesign .calc-container {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
  padding: clamp(24px, 4vw, 42px);
  border: 1px solid rgba(56,63,60,.12);
  border-radius: 26px;
  background: #fff;
  box-shadow: 0 24px 60px rgba(18,22,20,.16);
}

body.gdebeton-redesign .calc-intro {
  display: flex;
  grid-column: 1 / -1;
  align-items: flex-end;
  justify-content: space-between;
  gap: 26px;
  padding-bottom: 4px;
}

body.gdebeton-redesign .calc-intro h2 { margin: 4px 0 8px; font-size: clamp(28px, 3vw, 40px); }
body.gdebeton-redesign .calc-intro p { max-width: 720px; margin: 0; color: var(--gb-muted); }
body.gdebeton-redesign .calc-intro .calc-eyebrow {
  color: var(--gb-steel);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .075em;
  text-transform: uppercase;
}

body.gdebeton-redesign .calc-jump-links {
  display: inline-flex;
  flex: 0 0 auto;
  gap: 6px;
  padding: 5px;
  border: 1px solid var(--gb-line);
  border-radius: 12px;
  background: var(--gb-bg);
}

body.gdebeton-redesign .calc-jump-links a {
  padding: 9px 13px;
  border-radius: 8px;
  color: var(--gb-muted);
  font-size: 14px;
  font-weight: 720;
  text-decoration: none;
}

body.gdebeton-redesign .calc-jump-links a:first-child,
body.gdebeton-redesign .calc-jump-links a:hover { color: #fff; background: var(--gb-steel); }

body.gdebeton-redesign #materials-calculator,
body.gdebeton-redesign #foundation-calculator { scroll-margin-top: 24px; }

body.gdebeton-redesign .calc-container > .price__wrapper { grid-column: 1 / -1; }

body.gdebeton-redesign .calc-form__wrapper,
body.gdebeton-redesign .price__wrapper,
body.gdebeton-redesign .tabs-wrapper,
body.gdebeton-redesign .news__item {
  border: 1px solid var(--gb-line);
  border-radius: var(--gb-radius);
  background: var(--gb-surface);
  box-shadow: 0 10px 30px rgba(24,30,28,.055);
}

body.gdebeton-redesign .calc-form__wrapper { padding: clamp(22px, 3vw, 34px); background: var(--gb-surface-soft); }
body.gdebeton-redesign .calc-form__wrapper .subtitle { margin-top: 0; }
body.gdebeton-redesign .calc__form { gap: 14px; }

body.gdebeton-redesign .input,
body.gdebeton-redesign .select-button,
body.gdebeton-redesign select,
body.gdebeton-redesign textarea,
body.gdebeton-redesign input[type="text"],
body.gdebeton-redesign input[type="email"],
body.gdebeton-redesign input[type="number"],
body.gdebeton-redesign input[type="tel"] {
  min-height: 46px;
  border: 1px solid var(--gb-line) !important;
  border-radius: 10px !important;
  color: var(--gb-ink);
  background: #fff;
  outline: none;
  transition: border-color .18s ease, box-shadow .18s ease;
}

body.gdebeton-redesign .input:focus,
body.gdebeton-redesign select:focus,
body.gdebeton-redesign textarea:focus,
body.gdebeton-redesign input:focus {
  border-color: var(--gb-steel) !important;
  box-shadow: 0 0 0 3px rgba(80,87,84,.12);
}

body.gdebeton-redesign .checkbox-button { background: var(--gb-steel-soft); }
body.gdebeton-redesign .checkbox:checked + .checkbox-button { background: var(--gb-steel); }
body.gdebeton-redesign .price__wrapper { overflow: hidden; }
body.gdebeton-redesign .price__table { width: 100%; border-collapse: collapse; }
body.gdebeton-redesign .price__table tr { border-color: var(--gb-line); }

body.gdebeton-redesign .map-section { background: var(--gb-surface-soft); }

body.gdebeton-redesign .material-directory-intro {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: end;
  gap: 28px;
  margin-bottom: 28px;
}

body.gdebeton-redesign .material-directory-intro__eyebrow {
  margin: 0 0 8px;
  color: var(--gb-steel);
  font-size: 13px;
  font-weight: 760;
  letter-spacing: .09em;
  text-transform: uppercase;
}

body.gdebeton-redesign .material-directory-intro h2 { margin: 0 0 10px; }
body.gdebeton-redesign .material-directory-intro__text {
  max-width: 720px;
  margin: 0;
  color: var(--gb-muted);
}

body.gdebeton-redesign .material-directory-intro__action {
  min-width: 190px;
  text-align: center;
  text-decoration: none;
}

body.gdebeton-redesign .tabs-wrapper {
  overflow: hidden;
  border-radius: 18px 18px 0 0;
  box-shadow: 0 14px 38px rgba(24, 30, 28, .08);
}

body.gdebeton-redesign .map-section .tabs-content {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 8px;
  padding: 10px;
}

body.gdebeton-redesign .map-section .tab-button {
  min-height: 52px;
  border: 1px solid transparent !important;
  border-radius: 12px;
  color: var(--gb-muted);
  background: #f7f8f6 !important;
  font-size: 15px;
  font-weight: 720;
}

body.gdebeton-redesign .map-section .tab-button::before,
body.gdebeton-redesign .map-section .tab-button::after { display: none !important; }

body.gdebeton-redesign .map-section .tab-button--active {
  border-color: var(--gb-concrete-dark) !important;
  color: var(--gb-ink);
  background:
    radial-gradient(circle at 18% 24%, rgba(255,255,255,.44) 0 1px, transparent 1.5px),
    radial-gradient(circle at 76% 68%, rgba(79,84,81,.18) 0 1.5px, transparent 2px),
    linear-gradient(145deg, #c8cac7, #a8aca9) !important;
  background-size: 15px 15px, 19px 19px, auto !important;
  box-shadow: inset 0 1px rgba(255,255,255,.45);
}

body.gdebeton-redesign #manufacturer_map {
  min-height: 480px;
  border: 1px solid var(--gb-line);
  border-top: 0;
  border-radius: 0 0 18px 18px;
  overflow: hidden;
  background: #dfe1de;
}

body.gdebeton-redesign .news-section .title-wrapper {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: end;
  gap: 8px 28px;
  margin-bottom: 30px;
}

body.gdebeton-redesign .news-section .title-wrapper .title { margin: 0; }
body.gdebeton-redesign .news-section .title-wrapper p {
  display: block !important;
  max-width: 760px;
  margin: 0;
  color: var(--gb-muted);
}

body.gdebeton-redesign .news-section .title-wrapper .button {
  grid-column: 2;
  grid-row: 1 / span 2;
  align-self: end;
  text-decoration: none;
}

body.gdebeton-redesign .news-wrapper {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

body.gdebeton-redesign .news__item { overflow: hidden; transition: transform .2s ease, box-shadow .2s ease; }
body.gdebeton-redesign .news__item:hover { transform: translateY(-3px); box-shadow: var(--gb-shadow); }
body.gdebeton-redesign .news__img { aspect-ratio: 16 / 9; object-fit: cover; }

/* Shared content pages and catalog shell. */
body.gdebeton-redesign .site-wrapper { min-height: 100vh; background: var(--gb-bg); }
body.gdebeton-redesign .main-content {
  display: grid;
  grid-template-columns: 270px minmax(0, 1fr);
  gap: 24px;
  padding-block: 34px 70px;
}

body.gdebeton-redesign .main-content > .sidebar,
body.gdebeton-redesign .main-content > .main-section { float: none; width: auto; min-width: 0; }
body.gdebeton-redesign .main-content > .main-section:only-child { grid-column: 1 / -1; }
body.gdebeton-redesign .sidebar { display: flex; flex-direction: column; gap: 16px; }

body.gdebeton-redesign .sidebar .show-calc,
body.gdebeton-redesign .sidebar .open-calc {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  border-radius: 12px;
}

body.gdebeton-redesign .manufacturer-filter,
body.gdebeton-redesign .search-by-name,
body.gdebeton-redesign .sort-block,
body.gdebeton-redesign .about-category,
body.gdebeton-redesign .manufacturer-page,
body.gdebeton-redesign .last-review {
  border: 1px solid var(--gb-line);
  border-radius: var(--gb-radius);
  background: var(--gb-surface);
  box-shadow: 0 8px 26px rgba(24,30,28,.05);
}

body.gdebeton-redesign .manufacturer-filter { overflow: hidden; padding: 8px 16px 16px; }
body.gdebeton-redesign .manufacturer-filter .filter-item { border-color: var(--gb-line); }
body.gdebeton-redesign .manufacturer-filter .filter-item > .name {
  padding: 14px 0;
  color: var(--gb-ink);
  font-weight: 720;
}

body.gdebeton-redesign .manufacturer-filter .filter-item-body {
  max-height: 260px;
  overflow: auto;
  padding-right: 6px;
  scrollbar-width: thin;
}

body.gdebeton-redesign .custom-check label { color: var(--gb-muted); line-height: 1.35; }
body.gdebeton-redesign .manufacturer-filter .form-subm { margin-top: 14px; }
body.gdebeton-redesign .manufacturer-filter .form-subm input { width: 100%; min-height: 44px; }

body.gdebeton-redesign .manufacturer-map {
  overflow: hidden;
  margin-bottom: 18px;
  border: 1px solid var(--gb-line);
  border-radius: var(--gb-radius);
  background: var(--gb-surface);
}

body.gdebeton-redesign .manufacturer-map .map-caption {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-bottom: 1px solid var(--gb-line);
  background: var(--gb-surface);
}

body.gdebeton-redesign .manufacturer-map .map-caption a {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 56px;
  border-right: 1px solid var(--gb-line);
  color: var(--gb-muted);
  font-weight: 700;
  text-decoration: none;
}

body.gdebeton-redesign .manufacturer-map .map-caption a.active { color: #fff; background: var(--gb-steel); }

body.gdebeton-redesign .search-by-name { margin-bottom: 18px; padding: 14px; }
body.gdebeton-redesign .search-by-name form {
  display: grid;
  grid-template-columns: minmax(0,1fr) 48px auto;
  align-items: center;
  gap: 10px;
}

body.gdebeton-redesign .search-by-name .fl-row,
body.gdebeton-redesign .search-by-name .fl-box { width: 100%; margin: 0; }
body.gdebeton-redesign .search-by-name input[type="text"] { width: 100%; padding-inline: 14px; }
body.gdebeton-redesign .search-by-name input[type="submit"] {
  position: relative !important;
  inset: auto !important;
  grid-column: 2;
  grid-row: 1;
  width: 48px;
  min-height: 46px;
  cursor: pointer;
}
body.gdebeton-redesign .search-by-name .pseudo-link { color: var(--gb-steel); font-weight: 680; }

body.gdebeton-redesign .breadcrumbs { margin: 14px 0 18px; color: var(--gb-muted); font-size: 14px; }
body.gdebeton-redesign .main-section > h1 { margin: 16px 0 22px; }
body.gdebeton-redesign .catalog-intro { color: var(--gb-muted); }
body.gdebeton-redesign .sort-block { margin: 18px 0; padding: 14px 16px; color: var(--gb-muted); }
body.gdebeton-redesign .sort-block a { color: var(--gb-steel); }

body.gdebeton-redesign .firm-list,
body.gdebeton-redesign .companies_listing { display: grid; gap: 13px; }

body.gdebeton-redesign .manufacturer-item {
  display: grid;
  grid-template-columns: 46px minmax(0, 1.4fr) minmax(170px, .8fr) minmax(190px, auto);
  align-items: center;
  gap: 16px;
  min-height: 118px;
  padding: 18px;
  border: 1px solid var(--gb-line);
  border-radius: 14px;
  color: var(--gb-ink);
  background: var(--gb-surface);
  text-decoration: none;
  box-shadow: 0 7px 22px rgba(24,30,28,.045);
  transition: transform .18s ease, border-color .18s ease, box-shadow .18s ease;
}

body.gdebeton-redesign .manufacturer-item:hover {
  transform: translateY(-2px);
  border-color: #b4b8b5;
  box-shadow: var(--gb-shadow);
}

body.gdebeton-redesign .manufacturer-item .rating {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border: 1px solid var(--gb-line);
  border-radius: 50%;
  color: #fff;
  background: var(--gb-steel) !important;
  font-weight: 800;
}

body.gdebeton-redesign .manufacturer-item .company {
  color: var(--gb-ink);
  font-size: 19px;
  font-weight: 750;
}

body.gdebeton-redesign .manufacturer-contacts,
body.gdebeton-redesign .manufacturer-contacts .addr { color: var(--gb-muted); }
body.gdebeton-redesign .manufacturer-item .price {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 6px;
  color: var(--gb-muted);
}

body.gdebeton-redesign .manufacturer-item .price b { color: var(--gb-ink); font-size: 18px; }
body.gdebeton-redesign .manufacturer-item .price .button-link { display: inline-flex; padding: 8px 13px; }
body.gdebeton-redesign .more_companies { display: inline-flex; justify-self: center; padding: 11px 20px; }

body.gdebeton-redesign .pager {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 6px;
  max-width: 100%;
  margin: 28px 0;
}
body.gdebeton-redesign .pager a,
body.gdebeton-redesign .pager span {
  display: grid;
  place-items: center;
  min-width: 40px;
  min-height: 40px;
  border: 1px solid var(--gb-line);
  border-radius: 9px;
  background: var(--gb-surface);
}

body.gdebeton-redesign .pager .active { color: #fff; background: var(--gb-steel); }
body.gdebeton-redesign .about-category { margin-top: 26px; padding: clamp(22px, 4vw, 42px); }
body.gdebeton-redesign .about-category h2 { margin-top: 32px; }
body.gdebeton-redesign .about-category h2:first-child { margin-top: 0; }

/* Company page: all current fields, products, reviews and actions remain server-rendered. */
body.gdebeton-redesign .manufacturer-page { padding: clamp(18px, 3vw, 30px); }
body.gdebeton-redesign .manufacturer__info_holder {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 18px;
  align-items: start;
}

body.gdebeton-redesign .manufacturer__info_left { display: flex; align-items: center; gap: 18px; }
body.gdebeton-redesign .manufacturer__logo {
  display: grid;
  place-items: center;
  flex: 0 0 112px;
  width: 112px;
  height: 112px;
  overflow: hidden;
  border-radius: 14px;
  background: var(--gb-steel-soft);
}

body.gdebeton-redesign .manufacturer__logo img { width: 100%; height: 100%; object-fit: contain; }
body.gdebeton-redesign .manufacturer__info h1 { margin: 0 0 10px; font-size: clamp(30px, 4vw, 46px); }
body.gdebeton-redesign .company_rating { color: var(--gb-signal); }
body.gdebeton-redesign .manufacturer__documents { display: flex; gap: 8px; flex-wrap: wrap; }

body.gdebeton-redesign .manufacturer__cities,
body.gdebeton-redesign .manufacturer__contacts_holder {
  margin-top: 18px;
  padding: 18px;
  border: 1px solid var(--gb-line);
  border-radius: 13px;
  background: var(--gb-surface-soft);
}

body.gdebeton-redesign .manufacturer__contacts_holder {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(260px, .8fr);
  gap: 18px;
}

body.gdebeton-redesign .manufacturer__contact-item { padding: 6px 0; color: var(--gb-muted); }
body.gdebeton-redesign .show-contact-item { color: var(--gb-steel); font-weight: 750; cursor: pointer; }
body.gdebeton-redesign .manufacturer__photo_holder { overflow: hidden; border-radius: 12px; background: #fff; }
body.gdebeton-redesign .manufacturer__on-map { overflow: hidden; margin-top: 18px; border-radius: 12px; }

body.gdebeton-redesign .manufacturer__items { margin-top: 26px; }
body.gdebeton-redesign .manufacturer__items_tabs { display: flex; gap: 8px; flex-wrap: wrap; margin-bottom: 16px; }
body.gdebeton-redesign .manufacturer__items_tabs .itemtype {
  border: 1px solid var(--gb-line);
  border-radius: 9px;
  padding: 9px 13px;
  color: var(--gb-muted);
  background: #fff;
  font-weight: 700;
  cursor: pointer;
}

body.gdebeton-redesign .manufacturer__items_tabs .itemtype.selected { color: #fff; background: var(--gb-steel); }
body.gdebeton-redesign .manufacturer__item {
  overflow: hidden;
  border: 1px solid var(--gb-line);
  border-radius: 13px;
  background: #fff;
}

body.gdebeton-redesign .manufacturer__item_main { padding: 16px; }
body.gdebeton-redesign .manufacturer__item_title { color: var(--gb-ink); font-weight: 750; }
body.gdebeton-redesign .manufacturer__item_description { color: var(--gb-muted); }
body.gdebeton-redesign .manufacturer__item_price { color: var(--gb-ink); font-size: 18px; font-weight: 800; }
body.gdebeton-redesign .manufacturer__item > .button-link { display: flex; justify-content: center; margin: 0 16px 16px; padding: 10px; }
body.gdebeton-redesign .manufacturer__about { margin-top: 26px; padding: 22px; border-radius: 13px; background: var(--gb-surface-soft); }
body.gdebeton-redesign .last-review { margin-top: 22px; padding: clamp(20px, 3vw, 30px); }

/* Footer. */
body.gdebeton-redesign .footer {
  padding: 42px 0;
  color: #ccd3d0;
  background: var(--gb-graphite);
}

body.gdebeton-redesign .footer > .container {
  display: grid;
  grid-template-columns: minmax(220px, 1fr) minmax(240px, 1.2fr) minmax(220px, .8fr);
  gap: 28px;
  align-items: start;
}

body.gdebeton-redesign .footer .text-primary,
body.gdebeton-redesign .footer a { color: #ccd3d0; }
body.gdebeton-redesign .footer__nav { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px 18px; }
body.gdebeton-redesign .footer-nav__link { text-decoration: none; }
body.gdebeton-redesign .footer-nav__link:hover { color: #fff; }
body.gdebeton-redesign .footer__feedback .button { display: inline-flex; padding: 10px 14px; }

@media (max-width: 1120px) {
  body.gdebeton-redesign .header__nav { gap: 10px; }
  body.gdebeton-redesign .header__nav .nav__links-wrapper { gap: 11px; }
  body.gdebeton-redesign .header__nav .nav__link { font-size: 12px; }
  body.gdebeton-redesign .header .button-region { padding-inline: 9px; }
  body.gdebeton-redesign .manufacturer-item { grid-template-columns: 44px minmax(0,1fr) minmax(190px, auto); }
  body.gdebeton-redesign .manufacturer-item .manufacturer-contacts { grid-column: 2; }
  body.gdebeton-redesign .manufacturer-item .price { grid-column: 3; grid-row: 1 / span 2; }
}

@media (max-width: 980px) {
  body.gdebeton-redesign .container,
  body.gdebeton-redesign .wrapper { width: min(100% - 28px, 1240px); }
  body.gdebeton-redesign .header-utility__inner { gap: 24px; }
  body.gdebeton-redesign .header-utility__group { gap: 8px 20px; }
  body.gdebeton-redesign .header-utility__link { font-size: 13px; }
  body.gdebeton-redesign .header > .container { min-height: 68px; }
  body.gdebeton-redesign .header .nav-menu { display: none; }
  body.gdebeton-redesign .header .nav-menu.active {
    display: grid !important;
    position: absolute;
    top: calc(100% - 1px);
    right: 14px;
    left: 14px;
    width: auto !important;
    height: auto !important;
    box-sizing: border-box;
    max-height: calc(100vh - 82px);
    overflow-y: auto;
    align-items: stretch;
    align-content: start;
    grid-template-columns: minmax(0, 1fr) !important;
    grid-template-rows: auto !important;
    grid-auto-rows: max-content;
    gap: 12px;
    padding: 14px;
    border: 1px solid var(--gb-line);
    border-radius: 0 0 16px 16px;
    background: #fff;
    box-shadow: 0 18px 42px rgba(22, 28, 26, .18);
  }
  body.gdebeton-redesign .header .nav-menu.active .header__nav {
    width: 100% !important;
    height: auto !important;
    flex-direction: column;
    align-items: stretch;
    justify-content: flex-start !important;
    gap: 10px;
  }
  body.gdebeton-redesign .header .nav-menu.active .catalog_menu,
  body.gdebeton-redesign .header .nav-menu.active .catalog_menu > .nav__button,
  body.gdebeton-redesign .header .nav-menu.active .nav__links-wrapper,
  body.gdebeton-redesign .header .nav-menu.active .header-flex,
  body.gdebeton-redesign .header .nav-menu.active .button-region,
  body.gdebeton-redesign .header .nav-menu.active .login-box,
  body.gdebeton-redesign .header .nav-menu.active .manufacturer-box {
    width: 100%;
  }
  body.gdebeton-redesign .header .nav-menu.active .nav__links-wrapper {
    height: auto !important;
    flex-direction: column;
    align-items: stretch;
    justify-content: flex-start !important;
    gap: 3px;
    white-space: normal;
  }
  body.gdebeton-redesign .header .nav-menu.active .nav__link {
    padding: 11px 13px;
    border-radius: 9px;
    background: var(--gb-bg);
  }
  body.gdebeton-redesign .header .nav-menu.active .header-flex {
    display: grid;
    grid-template-columns: minmax(0, 1fr) !important;
    grid-template-rows: auto !important;
    grid-auto-rows: max-content;
    align-content: start;
    height: auto !important;
    gap: 8px;
    margin: 0;
  }
  body.gdebeton-redesign .header .nav-menu.active .login-box,
  body.gdebeton-redesign .header .nav-menu.active .manufacturer-box {
    position: static !important;
    height: auto !important;
  }
  body.gdebeton-redesign .header .nav-menu.active .manufacturer-box {
    display: grid;
    grid-template-columns: minmax(0, 1fr) !important;
    grid-template-rows: auto !important;
    gap: 7px;
    padding: 10px 12px;
    border-radius: 10px;
    background: var(--gb-bg);
  }
  body.gdebeton-redesign .header .nav-menu.active .manufacturer-box .name,
  body.gdebeton-redesign .header .nav-menu.active .manufacturer-box .to-edit,
  body.gdebeton-redesign .header .nav-menu.active .manufacturer-box .button-link {
    width: auto !important;
    margin: 0 !important;
  }
  body.gdebeton-redesign .header .burger__button { display: inline-flex; margin-left: auto; }
  body.gdebeton-redesign .main-content { grid-template-columns: 1fr; }
  body.gdebeton-redesign .main-content > .sidebar { display: none; }
  body.gdebeton-redesign .main-content > .main-section {
    grid-column: 1;
    width: 100% !important;
    max-width: 100% !important;
  }
  body.gdebeton-redesign .calc-container { grid-template-columns: 1fr; }
  body.gdebeton-redesign .calc-intro { align-items: flex-start; flex-direction: column; }
  body.gdebeton-redesign .news-wrapper { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  body.gdebeton-redesign .manufacturer__contacts_holder { grid-template-columns: 1fr; }
  body.gdebeton-redesign .footer > .container { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 700px) {
  body.gdebeton-redesign .header-utility { display: none; }
  body.gdebeton-redesign .header__logo { gap: 10px; }
  body.gdebeton-redesign .header__logo .header__brand-mark {
    width: 42px;
    height: 42px;
    flex-basis: 42px;
  }
  body.gdebeton-redesign .header__brand-name { font-size: 20px; }
  body.gdebeton-redesign h1 { font-size: 34px; }
  body.gdebeton-redesign .mainscreen-section { min-height: 700px; background-position: 62% center; }
  body.gdebeton-redesign .mainscreen-wrapper { padding: 58px 0 118px; }
  body.gdebeton-redesign .mainscreen-content .main-title { font-size: clamp(40px, 12vw, 54px); }
  body.gdebeton-redesign .mainscreen-content .hero-kicker { margin-bottom: 20px; font-size: 12px; }
  body.gdebeton-redesign .mainscreen-content .hero-lead { font-size: 16px; }
  body.gdebeton-redesign .hero-actions { margin-top: 26px; }
  body.gdebeton-redesign .hero-actions a,
  body.gdebeton-redesign .hero-primary-action,
  body.gdebeton-redesign .hero-secondary-action { width: 100%; min-width: 0; }
  body.gdebeton-redesign .hero-trust { align-items: flex-start; flex-direction: column; gap: 11px; margin-top: 24px; }
  body.gdebeton-redesign .calc-section { margin-top: -64px; padding: 0 0 44px; }
  body.gdebeton-redesign .calc-container { gap: 14px; padding: 18px; border-radius: 20px; }
  body.gdebeton-redesign .calc-intro { gap: 18px; }
  body.gdebeton-redesign .calc-jump-links { width: 100%; }
  body.gdebeton-redesign .calc-jump-links a { flex: 1 1 0; text-align: center; }
  body.gdebeton-redesign .material-directory-intro,
  body.gdebeton-redesign .news-section .title-wrapper { grid-template-columns: 1fr; }
  body.gdebeton-redesign .material-directory-intro__action,
  body.gdebeton-redesign .news-section .title-wrapper .button {
    grid-column: 1;
    grid-row: auto;
    justify-self: stretch;
    width: 100% !important;
  }
  body.gdebeton-redesign .map-section .tabs-content { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  body.gdebeton-redesign #manufacturer_map { min-height: 420px; }
  body.gdebeton-redesign .map-section,
  body.gdebeton-redesign .news-section { padding: 44px 0; }
  body.gdebeton-redesign .news-wrapper { grid-template-columns: 1fr; }
  body.gdebeton-redesign .manufacturer-map .map-caption { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  body.gdebeton-redesign .search-by-name form { grid-template-columns: minmax(0,1fr) 46px; }
  body.gdebeton-redesign .search-by-name .pseudo-link { grid-column: 1 / -1; }
  body.gdebeton-redesign .manufacturer-item {
    grid-template-columns: 42px minmax(0,1fr);
    align-items: start;
    padding: 15px;
  }
  body.gdebeton-redesign .manufacturer-item .manufacturer-contacts { grid-column: 1 / -1; }
  body.gdebeton-redesign .manufacturer-item .price { grid-column: 1 / -1; grid-row: auto; }
  body.gdebeton-redesign .manufacturer__info_holder { grid-template-columns: 1fr; }
  body.gdebeton-redesign .manufacturer__info_left { align-items: flex-start; }
  body.gdebeton-redesign .manufacturer__logo { flex-basis: 78px; width: 78px; height: 78px; }
  body.gdebeton-redesign .manufacturer__info h1 { font-size: 30px; }
  body.gdebeton-redesign .footer > .container { grid-template-columns: 1fr; }
  body.gdebeton-redesign .footer__nav { grid-template-columns: 1fr; }
}

/* Catalog and company refinement — August 2026. */
body.gdebeton-redesign .main-section:has(> .firm-list) {
  display: flex;
  min-width: 0;
  flex-direction: column;
}

body.gdebeton-redesign .main-section:has(> .firm-list) > .breadcrumbs { order: 1; }
body.gdebeton-redesign .main-section:has(> .firm-list) > h1 { order: 2; }
body.gdebeton-redesign .main-section:has(> .firm-list) > .catalog-intro { order: 3; }
body.gdebeton-redesign .main-section:has(> .firm-list) > .search-by-name { order: 4; }
body.gdebeton-redesign .main-section:has(> .firm-list) > .manufacturer-map { order: 5; }
body.gdebeton-redesign .main-section:has(> .firm-list) > .toggle-filter { order: 6; }
body.gdebeton-redesign .main-section:has(> .firm-list) > .manufacturer-filter { order: 7; }
body.gdebeton-redesign .main-section:has(> .firm-list) > .sort-block { order: 8; }
body.gdebeton-redesign .main-section:has(> .firm-list) > .firm-list { order: 9; }
body.gdebeton-redesign .main-section:has(> .firm-list) > .about-category { order: 10; }
body.gdebeton-redesign .main-section:has(> .firm-list) > br { display: none; }

body.gdebeton-redesign .main-section:has(> .firm-list) > h1 {
  max-width: 880px;
  margin-bottom: 12px;
  letter-spacing: -.035em;
}

body.gdebeton-redesign .main-section:has(> .firm-list) > .catalog-intro {
  max-width: 840px;
  margin-bottom: 22px;
  font-size: 16px;
  line-height: 1.65;
}

body.gdebeton-redesign .search-by-name {
  padding: 16px;
  border-radius: 16px;
  background:
    linear-gradient(135deg, rgba(255,255,255,.96), rgba(239,241,239,.98)),
    repeating-linear-gradient(35deg, transparent 0 6px, rgba(35,42,40,.025) 6px 7px);
}

body.gdebeton-redesign .search-by-name input[type="text"] {
  min-height: 48px;
  border-color: #cfd3d0;
  border-radius: 11px;
  background: #fff;
}

body.gdebeton-redesign .search-by-name input[type="submit"] {
  min-height: 48px;
  border: 1px solid #777d79;
  border-radius: 11px;
  background-color: #c8cbc9 !important;
  background-image:
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%231b211f' stroke-width='2' stroke-linecap='round'%3E%3Ccircle cx='11' cy='11' r='7'/%3E%3Cpath d='m20 20-4-4'/%3E%3C/svg%3E"),
    radial-gradient(circle at 18% 25%, rgba(255,255,255,.75) 0 1px, transparent 1.5px),
    linear-gradient(135deg, #d8dad8, #aeb2af) !important;
  background-position: center, 0 0, 0 0 !important;
  background-repeat: no-repeat, repeat, no-repeat !important;
  background-size: 22px 22px, 11px 11px, auto !important;
  color: transparent !important;
  box-shadow: inset 0 1px rgba(255,255,255,.72), 0 5px 12px rgba(25,31,29,.12);
}

body.gdebeton-redesign .search-by-name input[type="submit"]:hover {
  border-color: #5f6561;
  filter: brightness(1.04);
}

body.gdebeton-redesign .manufacturer-map {
  border-radius: 16px;
  box-shadow: 0 9px 26px rgba(24,30,28,.055);
}

body.gdebeton-redesign .manufacturer-map .map-caption a {
  min-height: 52px;
  transition: color .18s ease, background-color .18s ease;
}

body.gdebeton-redesign .manufacturer-map .map-caption a:hover { background: var(--gb-steel-soft); }
body.gdebeton-redesign .manufacturer-map .map-caption a.active:hover { background: var(--gb-steel); }

body.gdebeton-redesign .toggle-filter {
  align-items: center;
  justify-content: space-between;
  min-height: 48px;
  margin: 0 0 12px;
  padding: 10px 15px;
  border: 1px solid var(--gb-line);
  border-radius: 12px;
  color: var(--gb-ink);
  background: var(--gb-surface);
  font-weight: 760;
}

body.gdebeton-redesign .sort-block {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px 14px;
  border-radius: 14px;
}

body.gdebeton-redesign .sort-block a {
  display: inline-flex;
  align-items: center;
  min-height: 36px;
  padding: 6px 11px;
  border: 1px solid var(--gb-line);
  border-radius: 999px;
  background: #fff;
  text-decoration: none;
}

body.gdebeton-redesign .sort-block a:hover {
  border-color: #aeb3b0;
  color: var(--gb-ink);
}

body.gdebeton-redesign .firm-list { gap: 14px; }

body.gdebeton-redesign .manufacturer-item {
  grid-template-columns: 64px 46px minmax(0, 1fr) minmax(195px, auto);
  grid-template-rows: auto auto;
  gap: 6px 14px;
  min-height: 126px;
  padding: 18px 20px;
  border-radius: 17px;
  box-shadow: 0 8px 24px rgba(24,30,28,.05);
}

body.gdebeton-redesign .manufacturer-card-logo {
  display: grid;
  grid-column: 1;
  grid-row: 1 / 3;
  place-items: center;
  align-self: center;
  width: 62px;
  height: 62px;
  overflow: hidden;
  border: 1px solid #d3d6d4;
  border-radius: 14px;
  background:
    radial-gradient(circle at 22% 28%, rgba(255,255,255,.9) 0 1px, transparent 1.6px),
    linear-gradient(145deg, #f3f4f3, #d9dcda);
  background-size: 12px 12px, auto;
  box-shadow: inset 0 1px rgba(255,255,255,.75);
}

body.gdebeton-redesign .manufacturer-card-logo img {
  display: block;
  width: 100%;
  height: 100%;
  padding: 7px;
  object-fit: contain;
}

body.gdebeton-redesign .manufacturer-card-logo span {
  color: #323936;
  font-size: 25px;
  font-weight: 830;
  text-transform: uppercase;
}

body.gdebeton-redesign .manufacturer-item .rating {
  grid-column: 2;
  grid-row: 1 / 3;
  align-self: center;
}

body.gdebeton-redesign .manufacturer-item .rating:empty::before { content: "—"; }

body.gdebeton-redesign .manufacturer-item .company {
  grid-column: 3;
  grid-row: 1;
  align-self: end;
  min-width: 0;
  line-height: 1.25;
}

body.gdebeton-redesign .manufacturer-item .manufacturer-contacts {
  grid-column: 3;
  grid-row: 2;
  align-self: start;
  min-width: 0;
}

body.gdebeton-redesign .manufacturer-item .manufacturer-contacts .addr {
  overflow-wrap: anywhere;
  line-height: 1.45;
}

body.gdebeton-redesign .manufacturer-item .price {
  grid-column: 4;
  grid-row: 1 / 3;
  align-self: center;
  min-width: 178px;
  padding-left: 18px;
  border-left: 1px solid var(--gb-line);
}

body.gdebeton-redesign .manufacturer-item .price b {
  font-size: 18px;
  line-height: 1.25;
}

body.gdebeton-redesign .manufacturer-item .price .button-link {
  min-height: 40px;
  justify-content: center;
  margin-top: 3px;
  padding: 9px 16px;
  border-radius: 10px;
  font-weight: 820;
}

body.gdebeton-redesign .manufacturer-item.premium,
body.gdebeton-redesign .manufacturer-item.highlighted,
body.gdebeton-redesign .manufacturer-item.top,
body.gdebeton-redesign .manufacturer-item.raised {
  border-color: #b9beb9;
  box-shadow: 0 10px 30px rgba(24,30,28,.08);
}

/* Company card: calmer hierarchy, documents and contacts remain fully visible. */
body.gdebeton-redesign .manufacturer-page {
  overflow: hidden;
  border-radius: 20px;
  box-shadow: 0 14px 42px rgba(24,30,28,.07);
}

body.gdebeton-redesign .manufacturer__edit {
  display: inline-flex;
  align-items: center;
  min-height: 40px;
  margin-bottom: 14px;
  padding: 8px 14px;
  border: 1px solid #8c918e !important;
  border-radius: 10px;
  color: #1d2321 !important;
  background:
    radial-gradient(circle at 20% 25%, rgba(255,255,255,.7) 0 1px, transparent 1.5px),
    linear-gradient(135deg, #d7d9d7, #b5b9b6) !important;
  background-size: 11px 11px, auto !important;
  font-weight: 820;
  text-decoration: none;
}

body.gdebeton-redesign .manufacturer__info_holder {
  padding: clamp(18px, 3vw, 28px);
  border: 1px solid var(--gb-line);
  border-radius: 17px;
  background:
    linear-gradient(135deg, rgba(247,248,247,.98), rgba(233,235,233,.98)),
    repeating-linear-gradient(35deg, transparent 0 7px, rgba(35,42,40,.025) 7px 8px);
}

body.gdebeton-redesign .manufacturer__logo {
  flex-basis: 124px;
  width: 124px;
  height: 124px;
  padding: 8px;
  border: 1px solid #d0d4d1;
  border-radius: 17px;
  background: #fff;
  box-shadow: 0 8px 20px rgba(26,32,30,.07);
}

body.gdebeton-redesign .manufacturer__info h1 {
  line-height: 1.08;
  overflow-wrap: anywhere;
}

body.gdebeton-redesign .company_rating {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  margin-top: 4px;
  padding: 5px 10px;
  border: 1px solid #d4d7d5;
  border-radius: 999px;
  color: var(--gb-ink);
  background: rgba(255,255,255,.78);
  font-weight: 780;
}

body.gdebeton-redesign .manufacturer__documents {
  align-items: stretch;
  margin-top: 10px;
}

body.gdebeton-redesign .manufacturer__documents a {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  max-width: 100%;
  padding: 7px 11px;
  border: 1px solid #d0d4d1;
  border-radius: 10px;
  color: var(--gb-steel);
  background: #fff;
  font-size: 14px;
  font-weight: 720;
  line-height: 1.25;
  text-decoration: none;
  overflow-wrap: anywhere;
}

body.gdebeton-redesign .manufacturer__cities {
  display: grid;
  grid-template-columns: max-content minmax(0, 1fr);
  align-items: center;
  gap: 10px 18px;
  border-radius: 15px;
}

body.gdebeton-redesign .manufacturer__contacts_holder {
  padding: 20px;
  border-radius: 15px;
}

body.gdebeton-redesign .manufacturer__contact-item {
  display: grid;
  grid-template-columns: minmax(110px, .42fr) minmax(0, 1fr);
  gap: 10px 16px;
  padding: 12px 0;
  border-bottom: 1px solid rgba(207,211,208,.8);
  line-height: 1.45;
}

body.gdebeton-redesign .manufacturer__contact-item:last-child { border-bottom: 0; }

body.gdebeton-redesign .show-contact-item {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 36px;
  padding: 6px 11px;
  border: 1px solid #bfc4c0;
  border-radius: 9px;
  color: var(--gb-ink);
  background: #fff;
}

body.gdebeton-redesign .manufacturer__photo_holder,
body.gdebeton-redesign .manufacturer__on-map {
  border: 1px solid var(--gb-line);
  border-radius: 14px;
  box-shadow: 0 8px 22px rgba(25,31,29,.06);
}

body.gdebeton-redesign .manufacturer__photo_holder img {
  display: block;
  width: 100% !important;
  height: clamp(220px, 32vw, 360px) !important;
  object-fit: cover !important;
}

body.gdebeton-redesign .manufacturer__items > h2,
body.gdebeton-redesign .manufacturer__about > h2 { letter-spacing: -.025em; }

body.gdebeton-redesign .manufacturer__items_tabs .itemtype {
  min-height: 42px;
  border-radius: 999px;
}

body.gdebeton-redesign .manufacturer__items_tabs .itemtype.selected {
  border-color: #757b77;
  color: var(--gb-ink);
  background:
    radial-gradient(circle at 20% 25%, rgba(255,255,255,.7) 0 1px, transparent 1.5px),
    linear-gradient(135deg, #d5d8d5, #aeb3af);
  background-size: 11px 11px, auto;
}

body.gdebeton-redesign .manufacturer__item {
  margin-bottom: 11px;
  border-radius: 15px;
  box-shadow: 0 7px 20px rgba(25,31,29,.045);
}

body.gdebeton-redesign .manufacturer__item_main {
  display: grid;
  grid-template-columns: minmax(0, 1fr) max-content;
  gap: 8px 18px;
  align-items: center;
  padding: 18px;
}

body.gdebeton-redesign .manufacturer__item_title { font-size: 17px; }
body.gdebeton-redesign .manufacturer__item_description { grid-column: 1; }
body.gdebeton-redesign .manufacturer__item_price { grid-column: 2; grid-row: 1 / span 2; white-space: nowrap; }
body.gdebeton-redesign .manufacturer__about { border: 1px solid var(--gb-line); border-radius: 15px; }

@media (max-width: 1120px) {
  body.gdebeton-redesign .manufacturer-item {
    grid-template-columns: 62px 44px minmax(0, 1fr) minmax(180px, auto);
  }
}

@media (max-width: 700px) {
  body.gdebeton-redesign .main-content { padding-block: 22px 54px; }
  body.gdebeton-redesign .main-section:has(> .firm-list) > .breadcrumbs { margin-top: 0; }
  body.gdebeton-redesign .main-section:has(> .firm-list) > h1 { margin-top: 6px; font-size: clamp(31px, 9vw, 40px); }
  body.gdebeton-redesign .manufacturer-map { margin-bottom: 14px; }
  body.gdebeton-redesign .manufacturer-map .map-caption a { min-height: 48px; padding: 6px; font-size: 13px; }
  body.gdebeton-redesign .sort-block { align-items: flex-start; padding: 13px; }
  body.gdebeton-redesign .sort-block a { min-height: 34px; padding: 5px 9px; font-size: 13px; }
  body.gdebeton-redesign .manufacturer-item {
    grid-template-columns: 58px minmax(0, 1fr) 42px;
    grid-template-rows: auto auto auto;
    gap: 6px 11px;
    min-height: 0;
    padding: 15px;
  }
  body.gdebeton-redesign .manufacturer-card-logo {
    grid-column: 1;
    grid-row: 1 / 3;
    width: 56px;
    height: 56px;
    border-radius: 12px;
  }
  body.gdebeton-redesign .manufacturer-item .company {
    grid-column: 2;
    grid-row: 1;
    align-self: end;
    font-size: 17px;
  }
  body.gdebeton-redesign .manufacturer-item .rating {
    grid-column: 3;
    grid-row: 1;
    width: 38px;
    height: 38px;
  }
  body.gdebeton-redesign .manufacturer-item .manufacturer-contacts {
    grid-column: 2 / 4;
    grid-row: 2;
    align-self: start;
    font-size: 13px;
  }
  body.gdebeton-redesign .manufacturer-item .price {
    grid-column: 1 / 4;
    grid-row: 3;
    display: flex;
    min-width: 0;
    flex-direction: row;
    align-items: center;
    flex-wrap: wrap;
    gap: 6px 10px;
    margin-top: 8px;
    padding: 12px 0 0;
    border-top: 1px solid var(--gb-line);
    border-left: 0;
    font-size: 12px;
  }
  body.gdebeton-redesign .manufacturer-item .price b { margin-right: auto; font-size: 16px; }
  body.gdebeton-redesign .manufacturer-item .price .button-link { min-height: 38px; margin: 0 0 0 auto; }
  body.gdebeton-redesign .manufacturer-page { padding: 15px; border-radius: 16px; }
  body.gdebeton-redesign .manufacturer__info_holder { padding: 16px; }
  body.gdebeton-redesign .manufacturer__info_left { gap: 13px; }
  body.gdebeton-redesign .manufacturer__logo { flex-basis: 82px; width: 82px; height: 82px; padding: 5px; }
  body.gdebeton-redesign .manufacturer__info h1 { font-size: clamp(27px, 8vw, 34px); }
  body.gdebeton-redesign .manufacturer__documents { display: grid; grid-template-columns: 1fr; }
  body.gdebeton-redesign .manufacturer__documents a { width: 100%; }
  body.gdebeton-redesign .manufacturer__cities { grid-template-columns: 1fr; padding: 15px; }
  body.gdebeton-redesign .manufacturer__contacts_holder { padding: 15px; }
  body.gdebeton-redesign .manufacturer__contact-item { grid-template-columns: 1fr; gap: 5px; }
  body.gdebeton-redesign .manufacturer__photo_holder img { height: 230px !important; }
  body.gdebeton-redesign .manufacturer__item_main { grid-template-columns: 1fr; }
  body.gdebeton-redesign .manufacturer__item_description,
  body.gdebeton-redesign .manufacturer__item_price { grid-column: 1; grid-row: auto; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  body.gdebeton-redesign *,
  body.gdebeton-redesign *::before,
  body.gdebeton-redesign *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  body.gdebeton-redesign .button::after,
  body.gdebeton-redesign .button-link::after { display: none; }
}


/* Desktop navigation compatibility with legacy responsive styles. */
@media (min-width: 981px) {
  body.gdebeton-redesign .header .nav-menu {
    position: static !important;
    inset: auto !important;
    width: auto !important;
    height: auto !important;
    margin: 0 !important;
    overflow: visible !important;
    opacity: 1 !important;
    visibility: visible !important;
    transform: none !important;
  }
  body.gdebeton-redesign .header__nav {
    position: static !important;
    inset: auto !important;
    height: auto !important;
    transform: none !important;
  }
  body.gdebeton-redesign .header > .container > .catalog_menu,
  body.gdebeton-redesign .header .burger__button { display: none !important; }
}


/* Keep the restored desktop header horizontal. */
@media (min-width: 981px) {
  body.gdebeton-redesign .header .nav-menu {
    flex-direction: row !important;
    justify-content: flex-start !important;
    padding: 0 !important;
    border: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
  }
  body.gdebeton-redesign .header__nav {
    flex-direction: row !important;
    justify-content: flex-start !important;
  }
  body.gdebeton-redesign .header__nav .nav__links-wrapper {
    flex-direction: row !important;
    justify-content: flex-start !important;
    height: auto !important;
  }
  body.gdebeton-redesign .header .header-flex {
    height: auto !important;
    margin: 0 0 0 auto !important;
  }
}


/* Constrain legacy sidebar widgets to the redesign grid. */
body.gdebeton-redesign .sidebar > .show-calc {
  box-sizing: border-box;
  width: 100% !important;
  max-width: 100% !important;
  overflow: hidden;
  border-radius: 14px;
}
body.gdebeton-redesign .sidebar > .news-block {
  box-sizing: border-box;
  width: 100% !important;
  min-width: 0;
  padding-top: 8px;
}
body.gdebeton-redesign .sidebar > .news-block > h2 {
  width: auto !important;
  max-width: 100%;
  margin: 0 0 18px !important;
  font-size: 28px;
  line-height: 1.12;
  letter-spacing: -.02em;
}
body.gdebeton-redesign .sidebar > .news-block > .button-link { margin-bottom: 8px; }
body.gdebeton-redesign .sidebar > .news-block > .clear { display: none; }
body.gdebeton-redesign .sidebar > .news-block > .news-item {
  box-sizing: border-box;
  width: 100% !important;
  padding: 18px 0;
  border-top: 1px solid var(--gb-line);
}


/* Full-width pages may include a legacy clearing div after the main section. */
body.gdebeton-redesign .main-content > .clear { display: none !important; }
body.gdebeton-redesign .main-content:not(:has(> .sidebar)) {
  grid-template-columns: minmax(0, 1fr);
}
body.gdebeton-redesign .main-content:not(:has(> .sidebar)) > .main-section {
  grid-column: 1 / -1;
  width: 100% !important;
  margin-inline: 0 !important;
}
body.gdebeton-redesign .sidebar > .show-calc > span {
  width: auto !important;
  max-width: calc(100% - 145px);
  margin-left: 145px !important;
  font-size: 15px;
}


/* ========================================================================== */
/* GDEBETON UX EXACT — approved visualization mapping, 2026-08-11             */
/* This layer is intentionally scoped to the live redesign body class.        */
/* ========================================================================== */

body.gdebeton-redesign {
  --gbx-background: #f3f3f1;
  --gbx-surface: #ffffff;
  --gbx-surface-soft: #e8e9e7;
  --gbx-ink: #171a19;
  --gbx-muted: #616663;
  --gbx-line: #d1d3d1;
  --gbx-graphite: #151817;
  --gbx-graphite-soft: #303432;
  --gbx-steel: #505754;
  --gbx-steel-soft: #e5e7e5;
  --gbx-signal: #c8b56b;
  --gbx-signal-dark: #aa984f;
  --gbx-signal-soft: #f2eee0;
  --gbx-success: #42624f;
  --gbx-concrete-button-light: #b9bbb8;
  --gbx-concrete-button: #9fa29f;
  --gbx-concrete-button-dark: #7d817e;
  margin: 0;
  color: var(--gbx-ink);
  background: var(--gbx-background);
  font-family: Inter, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
}

body.gdebeton-redesign *,
body.gdebeton-redesign *::before,
body.gdebeton-redesign *::after { box-sizing: border-box; }
body.gdebeton-redesign a { color: inherit; }
body.gdebeton-redesign p { line-height: 1.6; }
body.gdebeton-redesign h1,
body.gdebeton-redesign h2,
body.gdebeton-redesign h3,
body.gdebeton-redesign .title,
body.gdebeton-redesign .subtitle {
  margin-top: 0;
  color: var(--gbx-ink);
  font-family: Inter, Arial, sans-serif;
  font-weight: 500;
  letter-spacing: -.035em;
  text-transform: none;
}
body.gdebeton-redesign .container,
body.gdebeton-redesign .wrapper {
  width: min(1120px, calc(100% - 48px));
  max-width: 100%;
  min-width: 0;
  margin-left: auto;
  margin-right: auto;
}
body.gdebeton-redesign .site-wrapper { min-height: auto; background: var(--gbx-background); }

/* Header — same compact single-line navigation as the approved mock-up. */
body.gdebeton-redesign .header { position: relative; z-index: 50; background: var(--gbx-surface); box-shadow: none; }
body.gdebeton-redesign .header-utility { color: #cfd6d3; background: var(--gbx-graphite); }
body.gdebeton-redesign .header-utility__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  min-height: 36px;
  padding-top: 0;
  padding-bottom: 0;
}
body.gdebeton-redesign .header-utility__group { display: flex; align-items: center; gap: 15px; }
body.gdebeton-redesign .header-utility__link { color: #cfd6d3; font-size: 13px; text-decoration: none; }
body.gdebeton-redesign .header-utility__link:hover { color: #fff; }
body.gdebeton-redesign .header > .container {
  display: flex;
  align-items: center;
  gap: 20px;
  min-height: 72px;
  padding-top: 0;
  padding-bottom: 0;
}
body.gdebeton-redesign .header__logo {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-width: max-content;
  margin: 0;
  color: var(--gbx-ink);
  font-weight: 500;
  text-decoration: none;
}
body.gdebeton-redesign .header__brand-mark {
  width: 38px;
  height: 38px;
  padding: 8px;
  border-radius: 9px;
  color: var(--gbx-graphite);
  background: var(--gbx-signal);
  transform: rotate(-3deg);
}
body.gdebeton-redesign .header__brand-mark * { stroke: currentColor; }
body.gdebeton-redesign .header__brand-name { font-size: 18px; font-weight: 500; }
body.gdebeton-redesign .nav-menu { display: flex; align-items: center; flex: 1 1 auto; gap: 18px; min-width: 0; }
body.gdebeton-redesign .header__nav { display: flex; align-items: center; flex: 1 1 auto; min-width: 0; }
body.gdebeton-redesign .nav__links-wrapper { display: flex; align-items: center; gap: 17px; margin: 0; padding: 0; }
body.gdebeton-redesign .nav__link {
  display: inline-flex;
  align-items: center;
  min-height: 40px;
  padding: 0;
  border: 0;
  color: #3d4542;
  background: transparent;
  font-size: 15px;
  font-weight: 400;
  text-decoration: none;
  white-space: nowrap;
}
body.gdebeton-redesign .nav__link:hover { color: var(--gbx-signal-dark); }
body.gdebeton-redesign .nav__button:not(.mobile) { margin-right: 17px; padding: 0; color: #3d4542; background: transparent; box-shadow: none; }
body.gdebeton-redesign .header-flex { display: flex; align-items: center; gap: 9px; margin-left: auto; }
body.gdebeton-redesign .button-region,
body.gdebeton-redesign .login-box {
  min-height: 42px;
  border: 1px solid var(--gbx-line);
  border-radius: 10px;
  color: var(--gbx-ink);
  background: var(--gbx-surface);
}
body.gdebeton-redesign .button-region { padding: 0 12px; }
body.gdebeton-redesign .login-box { padding: 0 13px; }
body.gdebeton-redesign .burger__button { display: none; }

/* Approved concrete buttons: textured, bold and with a quiet hover sheen. */
body.gdebeton-redesign .button,
body.gdebeton-redesign button.button,
body.gdebeton-redesign input[type="submit"],
body.gdebeton-redesign .form-subm,
body.gdebeton-redesign .button-link {
  position: relative;
  overflow: hidden;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 42px;
  border: 1px solid var(--gbx-concrete-button-dark);
  border-radius: 10px;
  padding: 10px 14px;
  color: var(--gbx-graphite) !important;
  background:
    radial-gradient(circle at 3px 3px, rgba(255,255,255,.34) 0 1px, transparent 1.5px) 0 0 / 11px 11px,
    radial-gradient(circle at 8px 7px, rgba(37,40,38,.18) 0 1px, transparent 1.6px) 0 0 / 14px 14px,
    linear-gradient(135deg, var(--gbx-concrete-button-light), var(--gbx-concrete-button));
  box-shadow: inset 0 1px rgba(255,255,255,.34), inset 0 -1px rgba(32,35,33,.12);
  font-weight: 700;
  line-height: 1.2;
  text-decoration: none;
  text-transform: none;
  cursor: pointer;
}
body.gdebeton-redesign .button::after,
body.gdebeton-redesign button.button::after,
body.gdebeton-redesign .button-link::after {
  content: "";
  position: absolute;
  inset: -35% auto -35% 0;
  width: 34%;
  pointer-events: none;
  background: linear-gradient(105deg, transparent 0%, rgba(255,255,255,.08) 25%, rgba(255,255,255,.48) 50%, rgba(255,255,255,.08) 75%, transparent 100%);
  transform: translateX(-180%) skewX(-18deg);
}
body.gdebeton-redesign .button:hover::after,
body.gdebeton-redesign button.button:hover::after,
body.gdebeton-redesign .button-link:hover::after { animation: gbx-live-concrete-sheen .68s ease-out both; }
@keyframes gbx-live-concrete-sheen {
  from { transform: translateX(-180%) skewX(-18deg); }
  to { transform: translateX(420%) skewX(-18deg); }
}
body.gdebeton-redesign .button:hover,
body.gdebeton-redesign button.button:hover,
body.gdebeton-redesign .button-link:hover {
  border-color: #656a67;
  background:
    radial-gradient(circle at 3px 3px, rgba(255,255,255,.28) 0 1px, transparent 1.5px) 0 0 / 11px 11px,
    radial-gradient(circle at 8px 7px, rgba(26,29,27,.22) 0 1px, transparent 1.6px) 0 0 / 14px 14px,
    linear-gradient(135deg, #aaadaa, var(--gbx-concrete-button-dark));
}

/* Home hero. The existing responsive construction image remains the live asset. */
body.gdebeton-redesign .mainscreen-section {
  position: relative;
  overflow: hidden;
  min-height: 0;
  padding: 52px 0 46px;
  color: #fff;
  background-color: var(--gbx-graphite);
  background-position: center;
  background-size: cover;
}
body.gdebeton-redesign .mainscreen-section::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background: linear-gradient(90deg, rgba(10,12,11,.94) 0%, rgba(15,17,16,.82) 48%, rgba(18,20,19,.60) 100%);
  pointer-events: none;
}
body.gdebeton-redesign .mainscreen-section::after {
  content: "";
  position: absolute;
  top: -160px;
  right: -70px;
  z-index: 0;
  width: 410px;
  height: 410px;
  border: 70px solid rgba(255,255,255,.035);
  border-radius: 50%;
}
body.gdebeton-redesign .mainscreen-wrapper { position: relative; z-index: 1; min-height: 430px; display: flex; align-items: center; }
body.gdebeton-redesign .mainscreen-content { width: min(680px, 100%); padding: 0; }
body.gdebeton-redesign .hero-kicker {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  margin: 0 0 16px;
  color: #e2d8aa !important;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: .05em;
}
body.gdebeton-redesign .main-title {
  max-width: 680px;
  margin: 0 0 18px;
  color: #fff;
  font-size: clamp(40px, 6vw, 68px);
  line-height: 1.02;
}
body.gdebeton-redesign .hero-lead { max-width: 650px; margin: 0 0 24px; color: #d2d9d6 !important; font-size: 18px; }
body.gdebeton-redesign .hero-actions { display: flex; flex-wrap: wrap; gap: 10px; }
body.gdebeton-redesign .hero-primary-action { min-height: 46px; }
body.gdebeton-redesign .hero-secondary-action {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 46px;
  padding: 10px 14px;
  border: 1px solid rgba(255,255,255,.25);
  border-radius: 10px;
  color: #fff !important;
  background: transparent;
  font-weight: 600;
  text-decoration: none;
}
body.gdebeton-redesign .hero-trust { display: flex; flex-wrap: wrap; gap: 16px; margin: 22px 0 0; padding: 0; color: #cfd6d3; list-style: none; }
body.gdebeton-redesign .hero-trust li { display: inline-flex; align-items: center; gap: 6px; }

/* Calculator, prices and map use the same white panels and steel accents. */
body.gdebeton-redesign .calc-section,
body.gdebeton-redesign .map-section,
body.gdebeton-redesign .news-section { padding: 38px 0 48px; background: var(--gbx-background); }
body.gdebeton-redesign .calc-intro,
body.gdebeton-redesign .material-directory-intro,
body.gdebeton-redesign .news-section .title-wrapper {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 18px;
}
body.gdebeton-redesign .calc-eyebrow { margin: 0 0 7px; color: var(--gbx-signal-dark); font-weight: 600; }
body.gdebeton-redesign .calc-intro h2,
body.gdebeton-redesign .material-directory-intro h2,
body.gdebeton-redesign .news-section .title { margin-bottom: 7px; font-size: clamp(28px, 4vw, 42px); }
body.gdebeton-redesign .calc-intro p,
body.gdebeton-redesign .material-directory-intro p,
body.gdebeton-redesign .news-section .title-wrapper > p { max-width: 650px; margin: 0; color: var(--gbx-muted) !important; }
body.gdebeton-redesign .calc-jump-links { display: flex; gap: 6px; }
body.gdebeton-redesign .calc-jump-links a,
body.gdebeton-redesign .tabs-wrapper .tab-button {
  border: 1px solid var(--gbx-line);
  border-radius: 9px;
  padding: 8px 11px;
  color: var(--gbx-ink);
  background: var(--gbx-surface-soft);
  text-decoration: none;
}
body.gdebeton-redesign .calc-form__wrapper,
body.gdebeton-redesign .price__wrapper {
  border: 1px solid var(--gbx-line);
  border-radius: 16px;
  background: var(--gbx-surface);
  box-shadow: none;
}
body.gdebeton-redesign .calc-form__wrapper { padding: 20px; }
body.gdebeton-redesign .calc-form__wrapper .subtitle { margin-bottom: 5px; }
body.gdebeton-redesign .calc__form { gap: 11px; }
body.gdebeton-redesign .input,
body.gdebeton-redesign .select-button,
body.gdebeton-redesign select,
body.gdebeton-redesign textarea {
  min-height: 44px;
  border: 1px solid var(--gbx-line);
  border-radius: 9px;
  color: var(--gbx-ink);
  background: #fff;
  box-shadow: none;
}
body.gdebeton-redesign .price__wrapper { overflow: hidden; }
body.gdebeton-redesign .price__table { width: 100%; border-collapse: collapse; }
body.gdebeton-redesign .price__table th,
body.gdebeton-redesign .price__table td { padding: 11px 18px; border-top: 1px solid #eceeeb; }
body.gdebeton-redesign .map-section { padding-top: 0; }
body.gdebeton-redesign .tabs-wrapper { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 18px; }
body.gdebeton-redesign .tabs-wrapper .tab-button.active { border-color: var(--gbx-steel); color: #fff; background: var(--gbx-steel); }
body.gdebeton-redesign .map__wrapper,
body.gdebeton-redesign #map { overflow: hidden; border: 1px solid var(--gbx-line); border-radius: 16px; }

/* Knowledge cards — exact proportions from “Полезно перед заказом”. */
body.gdebeton-redesign .news-section { padding-top: 0; }
body.gdebeton-redesign .news-wrapper { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 12px; }
body.gdebeton-redesign .news__item {
  overflow: hidden;
  display: flex;
  flex-direction: column;
  min-width: 0;
  border: 1px solid var(--gbx-line);
  border-radius: 16px;
  color: var(--gbx-ink);
  background: var(--gbx-surface);
  box-shadow: none;
  text-decoration: none;
}
body.gdebeton-redesign .news__img { min-height: 160px; aspect-ratio: auto; background: linear-gradient(140deg, #596663, #313936); }
body.gdebeton-redesign .news__img img { width: 100%; height: 100%; min-height: 160px; object-fit: cover; filter: grayscale(.28) contrast(.92); }
body.gdebeton-redesign .news__text { padding: 15px; }
body.gdebeton-redesign .news__text .subtitle { margin: 7px 0; font-size: 22px; line-height: 1.2; }
body.gdebeton-redesign .news__text > p { margin: 0; color: var(--gbx-muted) !important; }
body.gdebeton-redesign .news-text__desc { color: var(--gbx-muted); }

/* Catalog and regional catalog pages. */
body.gdebeton-redesign .main-content {
  display: grid;
  grid-template-columns: 235px minmax(0,1fr);
  gap: 15px;
  align-items: start;
  padding-top: 28px;
  padding-bottom: 46px;
}
body.gdebeton-redesign .sidebar,
body.gdebeton-redesign .main-section { min-width: 0; }
body.gdebeton-redesign .sidebar {
  position: static;
  width: auto;
  padding: 18px;
  border: 1px solid var(--gbx-line);
  border-radius: 16px;
  background: var(--gbx-surface);
}
body.gdebeton-redesign .show-calc { display: flex; min-height: 44px; margin-bottom: 14px; border-radius: 10px; color: var(--gbx-ink); background: var(--gbx-steel-soft); }
body.gdebeton-redesign .manufacturer-filter { border: 0; background: transparent; }
body.gdebeton-redesign .filter-item { border-top: 1px solid #eceeeb; }
body.gdebeton-redesign .filter-item:first-child { border-top: 0; }
body.gdebeton-redesign .filter-item > .name { padding: 13px 0 9px; color: var(--gbx-ink); font-weight: 500; }
body.gdebeton-redesign .filter-item-body { color: var(--gbx-muted); }
body.gdebeton-redesign .main-section > h1 { margin: 0 0 7px; font-size: clamp(32px,5vw,48px); line-height: 1.05; }
body.gdebeton-redesign .breadcrumbs { margin-bottom: 18px; color: var(--gbx-muted); }
body.gdebeton-redesign .manufacturer-map,
body.gdebeton-redesign .sort-block,
body.gdebeton-redesign .search-by-name {
  border: 1px solid var(--gbx-line);
  border-radius: 12px;
  background: var(--gbx-surface);
  box-shadow: none;
}
body.gdebeton-redesign .manufacturer-map { overflow: hidden; margin-bottom: 16px; }
body.gdebeton-redesign .sort-block { padding: 10px 12px; margin-bottom: 14px; }
body.gdebeton-redesign .firm-list,
body.gdebeton-redesign .companies_listing { display: grid; gap: 10px; }
body.gdebeton-redesign .manufacturer-item {
  position: relative;
  display: grid;
  grid-template-columns: 58px minmax(0,1fr) minmax(170px,auto);
  gap: 14px;
  align-items: center;
  min-height: 0;
  padding: 15px;
  border: 1px solid var(--gbx-line);
  border-radius: 16px;
  color: var(--gbx-ink);
  background: var(--gbx-surface);
  box-shadow: none;
  text-decoration: none;
}
body.gdebeton-redesign .manufacturer-card-logo {
  grid-row: 1 / span 3;
  display: grid;
  place-items: center;
  width: 58px;
  height: 58px;
  padding: 5px;
  border-radius: 12px;
  background: var(--gbx-steel-soft);
}
body.gdebeton-redesign .manufacturer-card-logo img { max-width: 100%; max-height: 100%; object-fit: contain; }
body.gdebeton-redesign .manufacturer-item .rating { position: static; grid-column: 2; width: max-content; height: auto; padding: 3px 7px; border-radius: 999px; color: var(--gbx-success); background: #edf3ef; font-size: 12px; }
body.gdebeton-redesign .manufacturer-item .company { grid-column: 2; color: var(--gbx-ink); font-size: 18px; font-weight: 500; }
body.gdebeton-redesign .manufacturer-contacts { grid-column: 2; color: var(--gbx-muted); }
body.gdebeton-redesign .manufacturer-item .price { grid-column: 3; grid-row: 1 / span 3; min-width: 180px; padding: 0; color: var(--gbx-muted); text-align: right; }
body.gdebeton-redesign .manufacturer-item .price b { display: block; margin-bottom: 3px; color: var(--gbx-ink); font-size: 18px; font-weight: 500; }
body.gdebeton-redesign .manufacturer-item .price .button-link { margin-top: 8px; }
body.gdebeton-redesign .pager { display: flex; flex-wrap: wrap; gap: 6px; margin-top: 18px; }
body.gdebeton-redesign .pager a,
body.gdebeton-redesign .pager span { min-width: 38px; padding: 8px; border: 1px solid var(--gbx-line); border-radius: 8px; background: var(--gbx-surface); text-align: center; }
body.gdebeton-redesign .pager .active { color: #fff; background: var(--gbx-steel); }

/* Company, knowledge, bids and account screens inherit the same card system. */
body.gdebeton-redesign .company-page,
body.gdebeton-redesign .company-box,
body.gdebeton-redesign .content-box,
body.gdebeton-redesign .news-item,
body.gdebeton-redesign .article-item,
body.gdebeton-redesign .bid-item,
body.gdebeton-redesign .cabinet-box,
body.gdebeton-redesign .office-box,
body.gdebeton-redesign .white-box {
  border: 1px solid var(--gbx-line);
  border-radius: 16px;
  background: var(--gbx-surface);
  box-shadow: none;
}
body.gdebeton-redesign .tabs,
body.gdebeton-redesign .company-tabs { display: flex; flex-wrap: wrap; gap: 6px; margin: 15px 0; }
body.gdebeton-redesign .tabs a,
body.gdebeton-redesign .company-tabs a { padding: 9px 12px; border: 1px solid var(--gbx-line); border-radius: 9px; background: var(--gbx-surface); text-decoration: none; }
body.gdebeton-redesign .tabs .active,
body.gdebeton-redesign .company-tabs .active { border-color: var(--gbx-steel); color: #fff; background: var(--gbx-steel); }

/* Footer — same dark three-column finish as the approved screen. */
body.gdebeton-redesign .footer { margin-top: 0; padding: 0; color: #ccd3d0; background: var(--gbx-graphite); }
body.gdebeton-redesign .footer > .container {
  display: grid;
  grid-template-columns: 1fr 2fr 1fr;
  gap: 25px;
  align-items: start;
  padding-top: 28px;
  padding-bottom: 28px;
}
body.gdebeton-redesign .footer p,
body.gdebeton-redesign .footer a { color: #ccd3d0 !important; }
body.gdebeton-redesign .footer__info { display: block; }
body.gdebeton-redesign .footer__info .header__logo { margin-bottom: 14px; }
body.gdebeton-redesign .footer__info .header__logo svg { max-width: 145px; }
body.gdebeton-redesign .footer__nav { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 8px 16px; }
body.gdebeton-redesign .footer-nav__link { text-decoration: none; }
body.gdebeton-redesign .footer__socialmedia { display: none; }
body.gdebeton-redesign .footer__feedback { display: grid; gap: 12px; }
body.gdebeton-redesign .footer__feedback .button { color: var(--gbx-graphite) !important; }

@media (prefers-reduced-motion: reduce) {
  body.gdebeton-redesign .button::after,
  body.gdebeton-redesign .button-link::after { display: none; }
}

@media (max-width: 980px) {
  body.gdebeton-redesign .nav-menu { justify-content: flex-end; }
  body.gdebeton-redesign .header__nav { display: none; }
  body.gdebeton-redesign .burger__button { display: inline-flex; margin-left: auto; }
  body.gdebeton-redesign .main-content { grid-template-columns: 1fr; }
  body.gdebeton-redesign .sidebar { width: 100%; }
  body.gdebeton-redesign .manufacturer-filter { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 12px; }
  body.gdebeton-redesign .footer > .container { grid-template-columns: 1fr 2fr; }
}

@media (max-width: 700px) {
  body.gdebeton-redesign .container,
  body.gdebeton-redesign .wrapper { width: min(100% - 28px,1120px); }
  body.gdebeton-redesign .header-utility { display: none; }
  body.gdebeton-redesign .header > .container { min-height: 64px; gap: 10px; }
  body.gdebeton-redesign .header-flex { display: none; }
  body.gdebeton-redesign .mainscreen-section { padding: 39px 0; }
  body.gdebeton-redesign .mainscreen-wrapper { min-height: 0; }
  body.gdebeton-redesign .main-title { font-size: clamp(38px,12vw,54px); overflow-wrap: anywhere; }
  body.gdebeton-redesign .hero-actions > * { width: 100%; max-width: 100%; white-space: normal; }
  body.gdebeton-redesign .hero-trust { display: grid; }
  body.gdebeton-redesign .calc-intro,
  body.gdebeton-redesign .material-directory-intro,
  body.gdebeton-redesign .news-section .title-wrapper { align-items: flex-start; flex-direction: column; }
  body.gdebeton-redesign .calc-jump-links { overflow-x: auto; width: 100%; }
  body.gdebeton-redesign .news-wrapper { grid-template-columns: 1fr; }
  body.gdebeton-redesign .manufacturer-filter { display: block; }
  body.gdebeton-redesign .manufacturer-item { grid-template-columns: 48px minmax(0,1fr); align-items: start; }
  body.gdebeton-redesign .manufacturer-card-logo { width: 48px; height: 48px; }
  body.gdebeton-redesign .manufacturer-item .price { grid-column: 1 / -1; grid-row: auto; min-width: 0; padding-top: 10px; border-top: 1px solid #eceeeb; text-align: left; }
  body.gdebeton-redesign .footer > .container { grid-template-columns: 1fr; }
  body.gdebeton-redesign .footer__nav { grid-template-columns: 1fr 1fr; }
}



/* UX exact hotfix: override legacy high-specificity hero/navigation rules. */
body.gdebeton-redesign .header .header__nav .nav__link {
  min-height: 40px !important;
  padding: 0 !important;
  font-size: 15px !important;
  font-weight: 400 !important;
  letter-spacing: 0 !important;
  text-transform: none !important;
}
body.gdebeton-redesign .login-box:has(.manufacturer-box) {
  min-width: 94px;
  padding: 0 13px;
  font-size: 0;
}
body.gdebeton-redesign .login-box:has(.manufacturer-box)::before {
  content: "Кабинет";
  font-size: 14px;
  font-weight: 600;
}
body.gdebeton-redesign .mainscreen-section .mainscreen-wrapper {
  min-height: 430px;
  padding: 0 !important;
}
body.gdebeton-redesign .mainscreen-section .mainscreen-content {
  display: flex !important;
  flex-direction: column !important;
  align-items: flex-start !important;
  width: min(680px, 100%) !important;
  max-width: 680px !important;
  padding: 0 !important;
}
body.gdebeton-redesign .mainscreen-section .hero-kicker {
  width: auto !important;
  margin: 0 0 16px !important;
  padding: 0 !important;
}
body.gdebeton-redesign .mainscreen-section .main-title {
  max-width: 680px !important;
  margin: 0 0 18px !important;
  padding: 0 !important;
  font-size: clamp(40px, 6vw, 68px) !important;
  line-height: 1.02 !important;
}
body.gdebeton-redesign .mainscreen-section .hero-lead {
  width: auto !important;
  max-width: 650px !important;
  margin: 0 0 24px !important;
  padding: 0 !important;
  font-size: 18px !important;
  line-height: 1.6 !important;
}
body.gdebeton-redesign .mainscreen-section .hero-actions {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 10px !important;
  margin: 0 !important;
}
body.gdebeton-redesign .mainscreen-section .hero-trust {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 16px !important;
  margin: 22px 0 0 !important;
  padding: 0 !important;
}

@media (max-width: 700px) {
  body.gdebeton-redesign .mainscreen-section .main-title {
    font-size: clamp(38px,12vw,54px) !important;
  }
}


/* Remove legacy vector frame; approved hero uses only the construction backdrop. */
body.gdebeton-redesign .mainscreen-section .mainscreen-content { background: none !important; }


/* Compact approved calculator layout; preserves all live forms. */
body.gdebeton-redesign .calc-section{margin:0!important;padding:38px 0 48px!important}
body.gdebeton-redesign .calc-section .calc-container{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:12px!important;width:min(1120px,calc(100% - 48px))!important;margin:0 auto!important;padding:0!important;border:0!important;border-radius:0!important;background:transparent!important;box-shadow:none!important}
body.gdebeton-redesign .calc-section .calc-intro{grid-column:1/-1!important;width:100%!important;margin:0 0 6px!important;padding:0!important}
body.gdebeton-redesign .calc-section .calc-form__wrapper{display:block!important;width:auto!important;min-width:0!important;margin:0!important;padding:20px!important}
body.gdebeton-redesign .calc-section .price__wrapper{grid-column:1/-1!important;width:100%!important;margin:6px 0 0!important}
@media(max-width:700px){body.gdebeton-redesign .calc-section .calc-container{grid-template-columns:1fr!important;width:min(100% - 28px,1120px)!important}body.gdebeton-redesign .calc-section .calc-intro,body.gdebeton-redesign .calc-section .price__wrapper{grid-column:auto!important}}

body.gdebeton-redesign .calc-section .calc-intro{order:1!important}
body.gdebeton-redesign .calc-section .calc-form__wrapper{max-width:none!important}
body.gdebeton-redesign .calc-section #materials-calculator{order:2!important}
body.gdebeton-redesign .calc-section #foundation-calculator{order:3!important}
body.gdebeton-redesign .calc-section .price__wrapper{max-width:none!important;padding:0!important;order:4!important}

/* Approved knowledge cards and footer. */
body.gdebeton-redesign .news-section .title-wrapper>p{display:none!important}
body.gdebeton-redesign .news-section .title{margin:0!important;font-size:0!important;line-height:1!important}
body.gdebeton-redesign .news-section .title:after{content:"Полезно перед заказом";display:block;color:var(--gbx-ink);font-size:30px;font-weight:500;line-height:1.15;letter-spacing:-.035em}
body.gdebeton-redesign .news-section .news__item:nth-child(n+4){display:none!important}
body.gdebeton-redesign .news-section .news__img{position:relative;display:grid;place-items:center;min-height:176px!important;background:linear-gradient(140deg,#596663,#313936)!important}
body.gdebeton-redesign .news-section .news__img img{opacity:0!important}
body.gdebeton-redesign .news-section .news__img:after{content:"▤";position:absolute;inset:0;display:grid;place-items:center;color:rgba(255,255,255,.85);font-size:28px;font-weight:400}
body.gdebeton-redesign .news-section .news__item:nth-child(2) .news__img:after{content:"▭"}
body.gdebeton-redesign .news-section .news__item:nth-child(3) .news__img:after{content:"▧"}
body.gdebeton-redesign .news-section .news__text{flex:1}
body.gdebeton-redesign .news-section .news__text>p{display:-webkit-box;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:3}
body.gdebeton-redesign .footer .footer__info .header__logo svg{display:none!important}
body.gdebeton-redesign .footer .footer__info .header__logo:after{content:"ГдеБетон";color:#fff;font-size:18px;font-weight:500}
body.gdebeton-redesign .footer .footer-nav__link{font-size:16px!important;font-weight:400!important;letter-spacing:0!important;text-transform:none!important}

/* Approved compact catalog filters and cards. */
body.gdebeton-redesign .sidebar .show-calc{display:flex!important;align-items:center!important;justify-content:center!important;width:100%!important;height:44px!important;min-height:44px!important;margin:0 0 14px!important;padding:0 12px!important;background:var(--gbx-steel-soft)!important}
body.gdebeton-redesign .sidebar .show-calc span{width:auto!important;margin:0!important;padding:0!important;color:var(--gbx-ink)!important;font-size:15px!important;font-weight:600!important;text-transform:none!important}
body.gdebeton-redesign .main-section .breadcrumbs{margin:0 0 18px!important;padding:0!important;border:0!important}
body.gdebeton-redesign .main-section .manufacturer-map{margin:0 0 16px!important}
body.gdebeton-redesign .firm-list .manufacturer-item{min-height:0!important;overflow:visible!important}
body.gdebeton-redesign .firm-list .manufacturer-card-logo{grid-column:1!important;grid-row:1/span 3!important}
body.gdebeton-redesign .firm-list .manufacturer-item .company{grid-column:2!important;grid-row:1!important;margin:0!important}
body.gdebeton-redesign .firm-list .manufacturer-item .rating{grid-column:2!important;grid-row:1!important;align-self:center!important;justify-self:end!important;width:auto!important;height:auto!important;margin:0!important;line-height:1!important}
body.gdebeton-redesign .firm-list .manufacturer-contacts{grid-column:2!important;grid-row:2/span 2!important;margin:0!important;padding:0!important}
body.gdebeton-redesign .firm-list .manufacturer-item .price{grid-column:3!important;grid-row:1/span 3!important;align-self:center!important;margin:0!important}

/* Approved compact company contacts and gallery. */
body.gdebeton-redesign .manufacturer-page .manufacturer__contacts_holder{display:grid!important;grid-template-columns:minmax(240px,.8fr) minmax(0,1.2fr)!important;gap:20px!important;height:auto!important;min-height:0!important;margin:18px -15px 25px!important;padding:20px!important;background:var(--gbx-surface-soft)!important}
body.gdebeton-redesign .manufacturer-page .manufacturer__contacts_holder>div[itemprop="geo"]{display:none!important}
body.gdebeton-redesign .manufacturer-page .manufacturer__contacts{grid-column:1!important;grid-row:1!important;width:auto!important;height:auto!important;margin:0!important}
body.gdebeton-redesign .manufacturer-page .manufacturer__photo_holder{grid-column:2!important;grid-row:1!important;width:100%!important;height:360px!important;min-height:0!important;overflow:hidden!important;border-radius:12px!important}
body.gdebeton-redesign .manufacturer-page .manufacturer_photo{width:100%!important;height:290px!important}
body.gdebeton-redesign .manufacturer-page .manufacturer_photo2{height:60px!important}
body.gdebeton-redesign .manufacturer-page .factory-photos-preview,body.gdebeton-redesign .manufacturer-page .factory-photos-preview img{width:100%!important;height:100%!important;object-fit:cover!important}
@media(max-width:700px){body.gdebeton-redesign .manufacturer-page .manufacturer__contacts_holder{grid-template-columns:1fr!important}body.gdebeton-redesign .manufacturer-page .manufacturer__photo_holder{grid-column:1!important;grid-row:auto!important;height:280px!important}}

/* Approved Knowledge screen. */
body.gdebeton-redesign:has(.knowledge-page-head) .main-content{grid-template-columns:1fr!important}
body.gdebeton-redesign:has(.knowledge-page-head) .main-content>.sidebar{display:none!important}
body.gdebeton-redesign .knowledge-page-head{display:flex;align-items:flex-end;justify-content:space-between;gap:18px;margin:0 0 19px}
body.gdebeton-redesign .knowledge-page-head h1{margin:0 0 7px!important;font-size:clamp(32px,5vw,48px)!important;line-height:1.05!important}
body.gdebeton-redesign .knowledge-page-head p{max-width:680px;margin:0;color:var(--gbx-muted)}
body.gdebeton-redesign .knowledge-tabs{display:flex;flex-wrap:wrap;gap:6px}
body.gdebeton-redesign .knowledge-tabs a{padding:9px 12px;border:1px solid var(--gbx-line);border-radius:9px;background:var(--gbx-surface);text-decoration:none}
body.gdebeton-redesign .knowledge-tabs a.active{border-color:var(--gbx-steel);color:#fff;background:var(--gbx-steel)}
body.gdebeton-redesign:has(.knowledge-page-head) .news-list{display:grid;gap:11px}
@media(max-width:700px){body.gdebeton-redesign .knowledge-page-head{align-items:flex-start;flex-direction:column}}


/* Approved homepage block: nearby offers + compact map callout. */
body.gdebeton-redesign .gbx-approved-nearby {
  padding: 56px 0 34px;
  background: var(--gbx-background);
}
body.gdebeton-redesign .gbx-approved-nearby__inner { min-width: 0; }
body.gdebeton-redesign .gbx-home-split {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(280px, .75fr);
  gap: 16px;
  align-items: stretch;
}
body.gdebeton-redesign .gbx-offers,
body.gdebeton-redesign .gbx-callout {
  border: 1px solid var(--gbx-line);
  border-radius: 16px;
}
body.gdebeton-redesign .gbx-offers {
  min-width: 0;
  padding: 28px;
  background: var(--gbx-surface);
}
body.gdebeton-redesign .gbx-section-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 14px;
}
body.gdebeton-redesign .gbx-section-head h2 {
  margin: 0;
  font-size: clamp(25px, 2.5vw, 34px);
  line-height: 1.12;
}
body.gdebeton-redesign .gbx-button-quiet {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  min-height: 48px;
  padding: 10px 18px;
  border: 1px solid var(--gbx-line);
  border-radius: 10px;
  color: var(--gbx-ink);
  background: var(--gbx-surface);
  font-weight: 700;
  text-decoration: none;
}
body.gdebeton-redesign .gbx-button-quiet:hover,
body.gdebeton-redesign .gbx-button-quiet:focus-visible {
  border-color: var(--gbx-steel);
}
body.gdebeton-redesign .gbx-offer-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 16px;
  align-items: start;
  padding: 16px 0;
  border-top: 1px solid #eceeeb;
  color: var(--gbx-ink);
  text-decoration: none;
}
body.gdebeton-redesign .gbx-offer-row:hover .gbx-offer-row__company > strong,
body.gdebeton-redesign .gbx-offer-row:focus-visible .gbx-offer-row__company > strong {
  text-decoration: underline;
  text-underline-offset: 3px;
}
body.gdebeton-redesign .gbx-offer-row span { display: block; }
body.gdebeton-redesign .gbx-offer-row__company > span {
  margin-top: 4px;
  color: var(--gbx-muted);
}
body.gdebeton-redesign .gbx-offer-row strong {
  font-size: 17px;
  font-weight: 500;
  line-height: 1.35;
}
body.gdebeton-redesign .gbx-offer-row > strong { white-space: nowrap; }
body.gdebeton-redesign .gbx-callout {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-width: 0;
  padding: 28px;
  color: #fff;
  background: var(--gbx-steel);
}
body.gdebeton-redesign .gbx-callout > svg {
  margin-bottom: 10px;
  color: #eef1ef;
}
body.gdebeton-redesign .gbx-callout h2 {
  margin: 0 0 6px;
  color: #fff;
  font-size: clamp(24px, 2.3vw, 32px);
  line-height: 1.12;
}
body.gdebeton-redesign .gbx-callout p {
  margin: 0 0 18px;
  color: #e4edf0;
}
body.gdebeton-redesign .gbx-callout .gbx-map-open {
  width: 100%;
  min-height: 50px;
  text-align: center;
  text-decoration: none;
}
body.gdebeton-redesign .gbx-approved-nearby + .news-section {
  padding-top: 34px;
}
body.gdebeton-redesign .gbx-approved-nearby + .news-section .title-wrapper .title {
  font-size: 0;
}
body.gdebeton-redesign .gbx-approved-nearby + .news-section .title-wrapper .title::after {
  content: "Полезно перед заказом";
  font-size: clamp(25px, 2.5vw, 34px);
  line-height: 1.12;
}

@media (max-width: 920px) {
  body.gdebeton-redesign .gbx-home-split { grid-template-columns: 1fr; }
}
@media (max-width: 620px) {
  body.gdebeton-redesign .gbx-approved-nearby { padding: 38px 0 22px; }
  body.gdebeton-redesign .gbx-offers,
  body.gdebeton-redesign .gbx-callout { padding: 20px; }
  body.gdebeton-redesign .gbx-section-head {
    align-items: flex-start;
    flex-direction: column;
  }
  body.gdebeton-redesign .gbx-button-quiet { width: 100%; }
  body.gdebeton-redesign .gbx-offer-row {
    grid-template-columns: 1fr;
    gap: 7px;
  }
  body.gdebeton-redesign .gbx-offer-row > strong { white-space: normal; }
}

body.gdebeton-redesign .gbx-approved-nearby + .news-section .title-wrapper .title { font-size: clamp(25px, 2.5vw, 34px); }
body.gdebeton-redesign .gbx-approved-nearby + .news-section .title-wrapper .title::after { content: none; }

body.gdebeton-redesign .gbx-approved-nearby + .news-section .title-wrapper .title { font-size: clamp(25px, 2.5vw, 34px) !important; line-height: 1.12 !important; }


/* Company page — approved card design with support for multiple factories. */
body.gdebeton-redesign .gbx-company-page {
  width: 100%;
  min-width: 0;
  padding: 8px 0 48px;
  color: var(--gbx-ink);
}
body.gdebeton-redesign .gbx-company-page .breadcrumbs { margin: 0 0 24px; }
body.gdebeton-redesign .gbx-company-admin-link {
  display: inline-flex;
  width: auto;
  min-height: 42px;
  margin: -10px 0 14px;
  padding: 9px 14px;
  text-decoration: none;
}
body.gdebeton-redesign .gbx-panel {
  border: 1px solid var(--gbx-line);
  border-radius: 16px;
  background: var(--gbx-surface);
  box-shadow: none;
}
body.gdebeton-redesign .gbx-company-hero {
  display: grid;
  grid-template-columns: 118px minmax(0, 1fr) minmax(180px, auto);
  gap: 20px;
  align-items: start;
  padding: 21px;
}
body.gdebeton-redesign .gbx-company-logo-big {
  display: grid;
  place-items: center;
  width: 118px;
  height: 108px;
  overflow: hidden;
  border-radius: 14px;
  color: var(--gbx-steel);
  background: var(--gbx-steel-soft);
  font-size: 22px;
  font-weight: 600;
}
body.gdebeton-redesign .gbx-company-logo-big img {
  width: 100%;
  height: 100%;
  padding: 12px;
  object-fit: contain;
  background: #fff;
}
body.gdebeton-redesign .gbx-company-summary { min-width: 0; }
body.gdebeton-redesign .gbx-verified {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: var(--gbx-success);
  font-size: 15px;
  font-weight: 500;
}
body.gdebeton-redesign .gbx-company-hero h1 {
  margin: 7px 0;
  font-size: clamp(32px, 4vw, 40px);
  line-height: 1.08;
}
body.gdebeton-redesign .gbx-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 7px 11px;
  color: var(--gbx-muted);
}
body.gdebeton-redesign .gbx-meta span { position: relative; }
body.gdebeton-redesign .gbx-meta span + span::before {
  content: "·";
  position: absolute;
  left: -10px;
  color: #a2a7a4;
}
body.gdebeton-redesign .gbx-material-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  margin-top: 8px;
}
body.gdebeton-redesign .gbx-material-badge {
  padding: 5px 7px;
  border-radius: 7px;
  color: #444946;
  background: var(--gbx-steel-soft);
}
body.gdebeton-redesign .gbx-company-actions {
  display: grid;
  gap: 8px;
  min-width: 180px;
}
body.gdebeton-redesign .gbx-company-actions > *,
body.gdebeton-redesign .gbx-company-actions .button,
body.gdebeton-redesign .gbx-company-actions .gbx-button-quiet {
  width: 100%;
  min-height: 52px;
  text-align: center;
  text-decoration: none;
}
body.gdebeton-redesign .gbx-phone-disclosure { position: relative; }
body.gdebeton-redesign .gbx-phone-disclosure summary {
  list-style: none;
  cursor: pointer;
}
body.gdebeton-redesign .gbx-phone-disclosure summary::-webkit-details-marker { display: none; }
body.gdebeton-redesign .gbx-phone-value {
  display: block;
  margin-top: 7px;
  padding: 10px 12px;
  border: 1px solid var(--gbx-line);
  border-radius: 9px;
  background: #fff;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
}
body.gdebeton-redesign .gbx-company-action-disabled { opacity: .62; pointer-events: none; }

body.gdebeton-redesign .gbx-company-factories {
  display: grid;
  grid-template-columns: minmax(260px, 1fr) minmax(280px, 420px) auto;
  gap: 22px;
  align-items: center;
  margin-top: 16px;
  padding: 20px 24px;
}
body.gdebeton-redesign .gbx-company-factories__intro {
  display: flex;
  align-items: center;
  gap: 13px;
  min-width: 0;
}
body.gdebeton-redesign .gbx-factory-icon {
  display: grid;
  flex: 0 0 auto;
  place-items: center;
  width: 46px;
  height: 46px;
  border-radius: 12px;
  color: #fff;
  background: var(--gbx-steel);
}
body.gdebeton-redesign .gbx-company-factories h2 {
  margin: 0 0 3px;
  font-size: 22px;
  line-height: 1.15;
}
body.gdebeton-redesign .gbx-company-factories p {
  margin: 0;
  color: var(--gbx-muted);
  font-size: 14px;
  line-height: 1.45;
}
body.gdebeton-redesign .gbx-factory-select { display: grid; gap: 5px; min-width: 0; }
body.gdebeton-redesign .gbx-factory-select > span {
  color: var(--gbx-muted);
  font-size: 13px;
  font-weight: 600;
}
body.gdebeton-redesign .gbx-factory-select select { width: 100%; min-width: 0; }
body.gdebeton-redesign .gbx-company-factories .gbx-button-quiet {
  min-height: 46px;
  white-space: nowrap;
}

body.gdebeton-redesign .gbx-company-tabs,
body.gdebeton-redesign .gbx-product-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 18px 0;
}
body.gdebeton-redesign .gbx-subtab {
  min-height: 48px;
  padding: 10px 17px;
  border: 1px solid var(--gbx-line);
  border-radius: 10px;
  color: var(--gbx-ink);
  background: var(--gbx-surface);
  font: inherit;
  font-weight: 500;
  cursor: pointer;
}
body.gdebeton-redesign .gbx-subtab[aria-selected="true"] {
  border-color: var(--gbx-steel);
  color: #fff;
  background: var(--gbx-steel);
}
body.gdebeton-redesign .gbx-company-panel {
  display: none;
  padding: 28px;
}
body.gdebeton-redesign .gbx-company-panel.gbx-active { display: block; }
body.gdebeton-redesign .gbx-company-panel[hidden] { display: none !important; }
body.gdebeton-redesign .gbx-company-panel > h2,
body.gdebeton-redesign .gbx-panel-heading h2 {
  margin: 0;
  font-size: clamp(27px, 3.2vw, 38px);
  line-height: 1.08;
}
body.gdebeton-redesign .gbx-product-tabs { margin: 22px 0 8px; }
body.gdebeton-redesign .gbx-product-panel { display: none; }
body.gdebeton-redesign .gbx-product-panel.gbx-active { display: block; }
body.gdebeton-redesign .gbx-product-panel[hidden] { display: none !important; }
body.gdebeton-redesign .gbx-product-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto auto;
  gap: 18px;
  align-items: center;
  padding: 17px 0;
  border-top: 1px solid #eceeeb;
}
body.gdebeton-redesign .gbx-product-row:first-child { border-top: 0; }
body.gdebeton-redesign .gbx-product-row strong { font-size: 16px; font-weight: 600; }
body.gdebeton-redesign .gbx-product-row span {
  display: block;
  margin-top: 4px;
  color: var(--gbx-muted);
}
body.gdebeton-redesign .gbx-product-row > strong { white-space: nowrap; }
body.gdebeton-redesign .gbx-product-row .gbx-button-quiet {
  min-width: 112px;
  min-height: 46px;
  text-decoration: none;
}
body.gdebeton-redesign .gbx-request { color: var(--gbx-signal-dark); }
body.gdebeton-redesign .gbx-empty-state {
  margin: 22px 0 0;
  padding: 18px;
  border-radius: 10px;
  color: var(--gbx-muted);
  background: var(--gbx-surface-soft);
}

body.gdebeton-redesign .gbx-company-about { max-width: 900px; color: var(--gbx-muted); }
body.gdebeton-redesign .gbx-company-contact-grid {
  display: grid;
  grid-template-columns: minmax(280px, .78fr) minmax(380px, 1.22fr);
  gap: 16px;
  margin-top: 22px;
}
body.gdebeton-redesign .gbx-company-contacts {
  padding: 22px;
  border: 1px solid var(--gbx-line);
  border-radius: 14px;
  background: var(--gbx-surface-soft);
}
body.gdebeton-redesign .gbx-company-contacts h3 { margin-bottom: 12px; font-size: 22px; }
body.gdebeton-redesign .gbx-company-contacts p { margin: 9px 0; }
body.gdebeton-redesign .gbx-company-map,
body.gdebeton-redesign #factory_on_map {
  min-height: 330px;
  overflow: hidden;
  border-radius: 14px;
  background: var(--gbx-steel-soft);
}
body.gdebeton-redesign .gbx-panel-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 18px;
}
body.gdebeton-redesign .gbx-review { padding: 16px 0; border-top: 1px solid #eceeeb; }
body.gdebeton-redesign .gbx-review:first-of-type { border-top: 0; }
body.gdebeton-redesign .gbx-docs {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-top: 22px;
}
body.gdebeton-redesign .gbx-doc {
  display: flex;
  flex-direction: column;
  gap: 6px;
  min-height: 112px;
  padding: 18px;
  overflow: hidden;
  border: 1px solid var(--gbx-line);
  border-radius: 12px;
  color: var(--gbx-ink);
  background: var(--gbx-surface-soft);
  text-decoration: none;
}
body.gdebeton-redesign .gbx-doc span { color: var(--gbx-muted); }
body.gdebeton-redesign .gbx-doc-photo { padding: 0; }
body.gdebeton-redesign .gbx-doc-photo img { width: 100%; height: 170px; object-fit: cover; }

@media (max-width: 980px) {
  body.gdebeton-redesign .gbx-company-hero { grid-template-columns: 118px minmax(0,1fr); }
  body.gdebeton-redesign .gbx-company-logo-big { width: 118px; height: 128px; }
  body.gdebeton-redesign .gbx-company-actions { grid-column: 1 / -1; grid-template-columns: 1fr 1fr; }
  body.gdebeton-redesign .gbx-company-factories { grid-template-columns: 1fr minmax(280px, 1fr); }
  body.gdebeton-redesign .gbx-company-factories .gbx-button-quiet { grid-column: 1 / -1; }
}
@media (max-width: 700px) {
  body.gdebeton-redesign .gbx-company-hero { grid-template-columns: 82px minmax(0,1fr); gap: 16px; padding: 20px; }
  body.gdebeton-redesign .gbx-company-logo-big { width: 82px; height: 88px; border-radius: 14px; }
  body.gdebeton-redesign .gbx-company-actions { grid-template-columns: 1fr; }
  body.gdebeton-redesign .gbx-company-factories { grid-template-columns: 1fr; padding: 18px; }
  body.gdebeton-redesign .gbx-company-factories .gbx-button-quiet { grid-column: auto; }
  body.gdebeton-redesign .gbx-company-tabs,
  body.gdebeton-redesign .gbx-product-tabs { flex-wrap: nowrap; overflow-x: auto; padding-bottom: 3px; }
  body.gdebeton-redesign .gbx-subtab { flex: 0 0 auto; }
  body.gdebeton-redesign .gbx-company-panel { padding: 20px; }
  body.gdebeton-redesign .gbx-product-row { grid-template-columns: minmax(0,1fr) auto; }
  body.gdebeton-redesign .gbx-product-row .gbx-button-quiet { grid-column: 1 / -1; width: 100%; }
  body.gdebeton-redesign .gbx-company-contact-grid { grid-template-columns: 1fr; }
  body.gdebeton-redesign .gbx-company-map,
  body.gdebeton-redesign #factory_on_map { min-height: 260px; }
  body.gdebeton-redesign .gbx-docs { grid-template-columns: 1fr; }
  body.gdebeton-redesign .gbx-panel-heading { align-items: flex-start; flex-direction: column; }
}

/* ==========================================================================
   Catalog adaptive rebuild — 2026-08-11
   One final scoped layer intentionally overrides accumulated legacy rules.
   ========================================================================== */

body.gdebeton-redesign .main-content.wrapper {
  display: grid !important;
  grid-template-columns: minmax(270px, 290px) minmax(0, 1fr) !important;
  gap: 24px !important;
  align-items: start !important;
  padding-top: 28px !important;
  padding-bottom: 48px !important;
}

body.gdebeton-redesign .main-content > .sidebar,
body.gdebeton-redesign .main-content > .main-section,
body.gdebeton-redesign .firm-list,
body.gdebeton-redesign .firm-list .manufacturer-item {
  min-width: 0 !important;
}

body.gdebeton-redesign .main-content > .sidebar {
  position: static !important;
  width: auto !important;
  margin: 0 !important;
  padding: 18px !important;
  border: 1px solid var(--gb-line) !important;
  border-radius: 20px !important;
  background: var(--gb-surface) !important;
  box-shadow: none !important;
}

body.gdebeton-redesign .sidebar > .manufacturer-filter:not(.mob-visible) {
  display: block !important;
  width: 100% !important;
}

body.gdebeton-redesign .sidebar > .toggle-filter,
body.gdebeton-redesign .sidebar > .manufacturer-filter.mob-visible {
  display: none !important;
}

body.gdebeton-redesign .sidebar .show-calc {
  display: flex !important;
  min-height: 48px !important;
  width: 100% !important;
  margin: 0 0 12px !important;
  padding: 11px 14px !important;
  align-items: center !important;
  justify-content: center !important;
  border: 1px solid #858a87 !important;
  border-radius: 14px !important;
  color: var(--gb-ink) !important;
  font-size: 16px !important;
  font-weight: 750 !important;
  line-height: 1.2 !important;
  text-align: center !important;
  text-decoration: none !important;
  background-color: #b7bab7 !important;
  background-image:
    radial-gradient(circle at 2px 2px, rgba(255,255,255,.46) 1.2px, transparent 1.4px),
    linear-gradient(145deg, #c9cbc8, #a9aca9) !important;
  background-size: 10px 10px, auto !important;
}

body.gdebeton-redesign .sidebar .show-calc::before {
  content: "▦" !important;
  margin-right: 9px !important;
  font-size: 20px !important;
  line-height: 1 !important;
}

body.gdebeton-redesign .sidebar .manufacturer-filter,
body.gdebeton-redesign .sidebar .manufacturer-filter form {
  width: 100% !important;
  min-width: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
}

body.gdebeton-redesign .sidebar .filter-item {
  width: 100% !important;
  min-width: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  border-top: 1px solid var(--gb-line) !important;
  background: transparent !important;
}

body.gdebeton-redesign .sidebar .filter-item > .name {
  display: flex !important;
  min-height: 48px !important;
  width: 100% !important;
  padding: 13px 28px 12px 2px !important;
  align-items: center !important;
  color: var(--gb-ink) !important;
  font-size: 15px !important;
  font-weight: 750 !important;
  line-height: 1.35 !important;
  white-space: normal !important;
  overflow: visible !important;
  overflow-wrap: anywhere !important;
  text-overflow: clip !important;
}

body.gdebeton-redesign .sidebar .filter-item-body {
  width: 100% !important;
  min-width: 0 !important;
  max-height: 260px !important;
  padding: 4px 2px 12px !important;
  overflow: auto !important;
  overscroll-behavior: contain !important;
  scrollbar-width: thin !important;
}

body.gdebeton-redesign .sidebar .fl-row,
body.gdebeton-redesign .sidebar .custom-check,
body.gdebeton-redesign .sidebar .custom-check label {
  min-width: 0 !important;
  max-width: 100% !important;
}

body.gdebeton-redesign .sidebar .custom-check label {
  display: block !important;
  padding-top: 6px !important;
  padding-bottom: 6px !important;
  font-size: 14px !important;
  line-height: 1.35 !important;
  white-space: normal !important;
  overflow-wrap: anywhere !important;
}

body.gdebeton-redesign .sidebar input[type="submit"],
body.gdebeton-redesign .sidebar .reset-filter,
body.gdebeton-redesign .sidebar .reset {
  min-height: 44px !important;
  border-radius: 12px !important;
  font-weight: 750 !important;
}

body.gdebeton-redesign .main-section {
  width: auto !important;
  min-width: 0 !important;
  margin: 0 !important;
}

body.gdebeton-redesign .main-section > .breadcrumbs {
  margin: 0 0 14px !important;
  color: var(--gb-muted) !important;
  font-size: 14px !important;
  line-height: 1.45 !important;
}

body.gdebeton-redesign .main-section > h1 {
  max-width: 900px !important;
  margin: 0 0 12px !important;
  color: var(--gb-ink) !important;
  font-size: clamp(36px, 4.2vw, 54px) !important;
  font-weight: 650 !important;
  line-height: 1.02 !important;
  letter-spacing: -.035em !important;
}

body.gdebeton-redesign .main-section > h1 + p {
  max-width: 760px !important;
  margin-top: 0 !important;
  color: var(--gb-muted) !important;
  font-size: 17px !important;
  line-height: 1.55 !important;
}

body.gdebeton-redesign .search-by-name {
  margin: 20px 0 12px !important;
  padding: 10px !important;
  border: 1px solid var(--gb-line) !important;
  border-radius: 16px !important;
  background: var(--gb-surface) !important;
  box-shadow: none !important;
}

body.gdebeton-redesign .search-by-name form {
  position: relative !important;
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) 48px auto !important;
  gap: 8px !important;
  align-items: center !important;
  min-width: 0 !important;
}

body.gdebeton-redesign .search-by-name .fl-row,
body.gdebeton-redesign .search-by-name .fl-box {
  grid-column: 1 !important;
  width: 100% !important;
  min-width: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
}

body.gdebeton-redesign .search-by-name input[type="text"] {
  width: 100% !important;
  height: 48px !important;
  padding: 0 16px !important;
  border: 1px solid var(--gb-line) !important;
  border-radius: 12px !important;
  color: var(--gb-ink) !important;
  font-size: 16px !important;
  background: var(--gb-bg) !important;
  outline: none !important;
}

body.gdebeton-redesign .search-by-name input[type="text"]:focus {
  border-color: #777d79 !important;
  box-shadow: 0 0 0 3px rgba(80,87,84,.12) !important;
}

body.gdebeton-redesign .search-by-name input[type="submit"] {
  position: static !important;
  grid-column: 2 !important;
  width: 48px !important;
  height: 48px !important;
  margin: 0 !important;
  border: 1px solid #858a87 !important;
  border-radius: 12px !important;
  opacity: 1 !important;
  cursor: pointer !important;
  background-color: #b7bab7 !important;
}

body.gdebeton-redesign .search-by-name #slide_map {
  position: static !important;
  grid-column: 3 !important;
  display: inline-flex !important;
  min-height: 48px !important;
  margin: 0 !important;
  padding: 0 16px !important;
  align-items: center !important;
  justify-content: center !important;
  border: 1px solid var(--gb-line) !important;
  border-radius: 12px !important;
  color: var(--gb-ink) !important;
  font-size: 15px !important;
  font-weight: 750 !important;
  line-height: 1.2 !important;
  white-space: nowrap !important;
  text-decoration: none !important;
  background: var(--gb-surface) !important;
}

body.gdebeton-redesign .manufacturer-map {
  min-height: 0 !important;
  height: auto !important;
  margin: 0 0 14px !important;
  padding: 0 !important;
  overflow: hidden !important;
  border: 1px solid var(--gb-line) !important;
  border-radius: 16px !important;
  background: var(--gb-surface) !important;
}

body.gdebeton-redesign .manufacturer-map .map-caption {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  min-height: 54px !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  background: var(--gb-surface) !important;
}

body.gdebeton-redesign .manufacturer-map .map-caption > a {
  display: flex !important;
  min-width: 0 !important;
  min-height: 54px !important;
  padding: 9px 10px !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 7px !important;
  border-right: 1px solid var(--gb-line) !important;
  color: var(--gb-ink) !important;
  font-size: 14px !important;
  font-weight: 700 !important;
  line-height: 1.2 !important;
  text-decoration: none !important;
  background: transparent !important;
}

body.gdebeton-redesign .manufacturer-map .map-caption > a:last-child {
  border-right: 0 !important;
}

body.gdebeton-redesign .manufacturer-map.hidden-map #manufacturer_map {
  display: none !important;
  height: 0 !important;
  min-height: 0 !important;
}

body.gdebeton-redesign .manufacturer-map:not(.hidden-map) #manufacturer_map {
  display: block !important;
  height: 420px !important;
  min-height: 420px !important;
  border-top: 1px solid var(--gb-line) !important;
}

body.gdebeton-redesign .sort-block {
  display: flex !important;
  min-width: 0 !important;
  margin: 0 0 14px !important;
  padding: 10px 12px !important;
  align-items: center !important;
  gap: 8px !important;
  overflow-x: auto !important;
  border: 1px solid var(--gb-line) !important;
  border-radius: 14px !important;
  color: var(--gb-muted) !important;
  font-size: 14px !important;
  white-space: nowrap !important;
  background: var(--gb-surface) !important;
  scrollbar-width: thin !important;
}

body.gdebeton-redesign .sort-block > span {
  flex: 0 0 auto !important;
  margin: 0 !important;
}

body.gdebeton-redesign .sort-block a {
  display: inline-flex !important;
  min-height: 36px !important;
  padding: 0 12px !important;
  align-items: center !important;
  border: 1px solid var(--gb-line) !important;
  border-radius: 999px !important;
  color: var(--gb-ink) !important;
  font-weight: 650 !important;
  text-decoration: none !important;
  background: var(--gb-bg) !important;
}

body.gdebeton-redesign .sort-block a.active {
  color: #fff !important;
  border-color: var(--gb-steel) !important;
  background: var(--gb-steel) !important;
}

body.gdebeton-redesign .firm-list {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) !important;
  gap: 12px !important;
  margin: 0 !important;
}

body.gdebeton-redesign .firm-list .manufacturer-item {
  position: relative !important;
  display: grid !important;
  grid-template-columns: 72px minmax(0, 1fr) 190px !important;
  grid-template-rows: auto auto !important;
  column-gap: 16px !important;
  row-gap: 8px !important;
  min-height: 112px !important;
  width: 100% !important;
  margin: 0 !important;
  padding: 18px !important;
  align-items: center !important;
  overflow: hidden !important;
  border: 1px solid var(--gb-line) !important;
  border-radius: 18px !important;
  color: var(--gb-ink) !important;
  text-decoration: none !important;
  background: var(--gb-surface) !important;
  box-shadow: none !important;
  transition: border-color .18s ease, transform .18s ease, box-shadow .18s ease !important;
}

body.gdebeton-redesign .firm-list .manufacturer-item:hover {
  transform: translateY(-1px) !important;
  border-color: #aaafab !important;
  box-shadow: 0 10px 28px rgba(23,26,25,.07) !important;
}

body.gdebeton-redesign .firm-list .manufacturer-card-logo {
  grid-column: 1 !important;
  grid-row: 1 / span 2 !important;
  display: flex !important;
  width: 72px !important;
  height: 72px !important;
  margin: 0 !important;
  align-items: center !important;
  justify-content: center !important;
  overflow: hidden !important;
  border: 1px solid var(--gb-line) !important;
  border-radius: 14px !important;
  background: var(--gb-steel-soft) !important;
}

body.gdebeton-redesign .firm-list .manufacturer-card-logo img {
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  object-fit: contain !important;
}

body.gdebeton-redesign .firm-list .manufacturer-item .company {
  grid-column: 2 !important;
  grid-row: 1 !important;
  min-width: 0 !important;
  margin: 0 !important;
  padding: 0 66px 0 0 !important;
  align-self: end !important;
  color: var(--gb-ink) !important;
  font-size: 19px !important;
  font-weight: 750 !important;
  line-height: 1.25 !important;
  overflow-wrap: anywhere !important;
}

body.gdebeton-redesign .firm-list .manufacturer-item .rating {
  grid-column: 2 !important;
  grid-row: 1 !important;
  justify-self: end !important;
  align-self: end !important;
  position: static !important;
  width: auto !important;
  min-width: 40px !important;
  height: 28px !important;
  margin: 0 !important;
  padding: 0 9px !important;
  border-radius: 999px !important;
  color: var(--gb-ink) !important;
  font-size: 13px !important;
  font-weight: 800 !important;
  line-height: 28px !important;
  text-align: center !important;
  background: var(--gb-steel-soft) !important;
}

body.gdebeton-redesign .firm-list .manufacturer-contacts {
  grid-column: 2 !important;
  grid-row: 2 !important;
  min-width: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  align-self: start !important;
  color: var(--gb-muted) !important;
  font-size: 14px !important;
  line-height: 1.45 !important;
}

body.gdebeton-redesign .firm-list .manufacturer-contacts .addr {
  min-width: 0 !important;
  margin: 0 !important;
  white-space: normal !important;
  overflow: visible !important;
  overflow-wrap: anywhere !important;
  text-overflow: clip !important;
}

body.gdebeton-redesign .firm-list .manufacturer-item .price {
  grid-column: 3 !important;
  grid-row: 1 / span 2 !important;
  display: flex !important;
  min-width: 0 !important;
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  align-self: stretch !important;
  align-items: flex-end !important;
  justify-content: center !important;
  flex-direction: column !important;
  gap: 5px !important;
  border: 0 !important;
  color: var(--gb-muted) !important;
  font-size: 13px !important;
  line-height: 1.35 !important;
  text-align: right !important;
  background: transparent !important;
}

body.gdebeton-redesign .firm-list .manufacturer-item .price b {
  color: var(--gb-ink) !important;
  font-size: 18px !important;
  font-weight: 800 !important;
  line-height: 1.2 !important;
}

body.gdebeton-redesign .firm-list .manufacturer-item .price .button-link {
  display: inline-flex !important;
  min-height: 42px !important;
  margin: 7px 0 0 !important;
  padding: 0 18px !important;
  align-items: center !important;
  justify-content: center !important;
  border: 1px solid #858a87 !important;
  border-radius: 12px !important;
  color: var(--gb-ink) !important;
  font-size: 14px !important;
  font-weight: 800 !important;
  line-height: 1.2 !important;
  text-align: center !important;
  background-color: #b7bab7 !important;
  background-image:
    radial-gradient(circle at 2px 2px, rgba(255,255,255,.44) 1.2px, transparent 1.4px),
    linear-gradient(145deg, #c9cbc8, #a9aca9) !important;
  background-size: 10px 10px, auto !important;
}

body.gdebeton-redesign .main-section .pagination,
body.gdebeton-redesign .main-section .pagination ul {
  display: flex !important;
  max-width: 100% !important;
  flex-wrap: wrap !important;
  gap: 7px !important;
  align-items: center !important;
}

body.gdebeton-redesign .main-section .more-items,
body.gdebeton-redesign .main-section .show-more,
body.gdebeton-redesign .main-section [class*="show-more"] {
  min-height: 48px !important;
  border-radius: 14px !important;
  font-weight: 800 !important;
}

@media (max-width: 980px) {
  body.gdebeton-redesign .main-content.wrapper {
    grid-template-columns: minmax(0, 1fr) !important;
    gap: 16px !important;
    padding-top: 18px !important;
  }

  body.gdebeton-redesign .main-content > .sidebar {
    display: grid !important;
    grid-template-columns: minmax(150px, .7fr) minmax(240px, 1.3fr) !important;
    gap: 10px !important;
    padding: 12px !important;
    border-radius: 16px !important;
  }

  body.gdebeton-redesign .sidebar > .manufacturer-filter:not(.mob-visible) {
    display: none !important;
  }

  body.gdebeton-redesign .sidebar > .show-calc {
    grid-column: 1 !important;
    grid-row: 1 !important;
    margin: 0 !important;
  }

  body.gdebeton-redesign .sidebar > .toggle-filter {
    grid-column: 2 !important;
    grid-row: 1 !important;
    display: flex !important;
    min-height: 48px !important;
    width: 100% !important;
    padding: 10px 42px 10px 16px !important;
    align-items: center !important;
    justify-content: center !important;
    border: 1px solid var(--gb-line) !important;
    border-radius: 14px !important;
    color: var(--gb-ink) !important;
    font-size: 15px !important;
    font-weight: 800 !important;
    line-height: 1.25 !important;
    text-align: center !important;
    background: var(--gb-surface) !important;
    cursor: pointer !important;
  }

  body.gdebeton-redesign .sidebar > .toggle-filter::after {
    content: "⌄" !important;
    position: absolute !important;
    right: 28px !important;
    font-size: 20px !important;
    line-height: 1 !important;
  }

  body.gdebeton-redesign .sidebar > .manufacturer-filter.mob-visible {
    grid-column: 1 / -1 !important;
    grid-row: 2 !important;
    display: block !important;
    margin-top: 2px !important;
    padding: 4px 4px 2px !important;
    border-top: 1px solid var(--gb-line) !important;
  }

  body.gdebeton-redesign .sidebar > .manufacturer-filter.mob-visible.closed-filter {
    display: none !important;
  }

  body.gdebeton-redesign .manufacturer-filter.mob-visible form {
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: 0 12px !important;
  }

  body.gdebeton-redesign .manufacturer-filter.mob-visible .filter-item {
    align-self: start !important;
  }

  body.gdebeton-redesign .manufacturer-filter.mob-visible form > input[type="submit"],
  body.gdebeton-redesign .manufacturer-filter.mob-visible form > .reset-filter,
  body.gdebeton-redesign .manufacturer-filter.mob-visible form > .reset {
    grid-column: auto !important;
    margin-top: 10px !important;
  }

  body.gdebeton-redesign .firm-list .manufacturer-item {
    grid-template-columns: 64px minmax(0, 1fr) 176px !important;
    padding: 16px !important;
  }

  body.gdebeton-redesign .firm-list .manufacturer-card-logo {
    width: 64px !important;
    height: 64px !important;
  }
}

@media (max-width: 700px) {
  body.gdebeton-redesign .wrapper,
  body.gdebeton-redesign .main-content.wrapper {
    width: calc(100% - 24px) !important;
    max-width: none !important;
  }

  body.gdebeton-redesign .main-content.wrapper {
    gap: 14px !important;
    padding-top: 12px !important;
    padding-bottom: 34px !important;
  }

  body.gdebeton-redesign .main-content > .sidebar {
    grid-template-columns: minmax(0, 1fr) !important;
    gap: 8px !important;
    padding: 10px !important;
    border-radius: 15px !important;
  }

  body.gdebeton-redesign .sidebar > .toggle-filter {
    grid-column: 1 !important;
    grid-row: 1 !important;
    min-height: 50px !important;
  }

  body.gdebeton-redesign .sidebar > .show-calc {
    grid-column: 1 !important;
    grid-row: 2 !important;
    min-height: 46px !important;
  }

  body.gdebeton-redesign .sidebar > .manufacturer-filter.mob-visible {
    grid-column: 1 !important;
    grid-row: 3 !important;
    max-height: min(64vh, 560px) !important;
    padding: 2px !important;
    overflow-y: auto !important;
    overscroll-behavior: contain !important;
  }

  body.gdebeton-redesign .manufacturer-filter.mob-visible form {
    display: block !important;
  }

  body.gdebeton-redesign .sidebar .filter-item > .name {
    min-height: 50px !important;
    padding-left: 8px !important;
  }

  body.gdebeton-redesign .main-section > .breadcrumbs {
    margin-bottom: 10px !important;
    font-size: 13px !important;
    overflow-wrap: anywhere !important;
  }

  body.gdebeton-redesign .main-section > h1 {
    margin-bottom: 10px !important;
    font-size: clamp(31px, 10vw, 40px) !important;
    line-height: 1.04 !important;
  }

  body.gdebeton-redesign .main-section > h1 + p {
    font-size: 15px !important;
    line-height: 1.5 !important;
  }

  body.gdebeton-redesign .search-by-name {
    margin-top: 14px !important;
    padding: 8px !important;
    border-radius: 14px !important;
  }

  body.gdebeton-redesign .search-by-name form {
    grid-template-columns: minmax(0, 1fr) 48px !important;
    gap: 8px !important;
  }

  body.gdebeton-redesign .search-by-name #slide_map {
    grid-column: 1 / -1 !important;
    grid-row: 2 !important;
    width: 100% !important;
  }

  body.gdebeton-redesign .manufacturer-map .map-caption {
    grid-template-columns: repeat(4, minmax(72px, 1fr)) !important;
    overflow-x: auto !important;
  }

  body.gdebeton-redesign .manufacturer-map .map-caption > a {
    padding: 8px 6px !important;
    font-size: 13px !important;
  }

  body.gdebeton-redesign .manufacturer-map .map-caption > a i {
    display: none !important;
  }

  body.gdebeton-redesign .manufacturer-map:not(.hidden-map) #manufacturer_map {
    height: 320px !important;
    min-height: 320px !important;
  }

  body.gdebeton-redesign .sort-block {
    margin-bottom: 10px !important;
    padding: 8px !important;
    gap: 6px !important;
    border-radius: 13px !important;
  }

  body.gdebeton-redesign .sort-block a {
    min-height: 38px !important;
    padding: 0 11px !important;
  }

  body.gdebeton-redesign .firm-list {
    gap: 10px !important;
  }

  body.gdebeton-redesign .firm-list .manufacturer-item {
    grid-template-columns: 54px minmax(0, 1fr) !important;
    grid-template-rows: auto auto auto auto !important;
    column-gap: 12px !important;
    row-gap: 8px !important;
    min-height: 0 !important;
    padding: 14px !important;
    align-items: start !important;
    overflow: hidden !important;
    border-radius: 16px !important;
  }

  body.gdebeton-redesign .firm-list .manufacturer-card-logo {
    grid-column: 1 !important;
    grid-row: 1 / span 2 !important;
    width: 54px !important;
    height: 54px !important;
    border-radius: 12px !important;
  }

  body.gdebeton-redesign .firm-list .manufacturer-item .company {
    grid-column: 2 !important;
    grid-row: 1 !important;
    padding-right: 48px !important;
    align-self: start !important;
    font-size: 17px !important;
    line-height: 1.25 !important;
  }

  body.gdebeton-redesign .firm-list .manufacturer-item .rating {
    grid-column: 2 !important;
    grid-row: 1 !important;
    justify-self: end !important;
    align-self: start !important;
    min-width: 36px !important;
    height: 25px !important;
    padding: 0 7px !important;
    font-size: 12px !important;
    line-height: 25px !important;
  }

  body.gdebeton-redesign .firm-list .manufacturer-contacts {
    grid-column: 1 / -1 !important;
    grid-row: 3 !important;
    padding-top: 4px !important;
    font-size: 13px !important;
  }

  body.gdebeton-redesign .firm-list .manufacturer-item .price {
    grid-column: 1 / -1 !important;
    grid-row: 4 !important;
    display: flex !important;
    width: 100% !important;
    min-height: 48px !important;
    margin-top: 2px !important;
    padding-top: 10px !important;
    align-self: auto !important;
    align-items: center !important;
    justify-content: flex-start !important;
    flex-direction: row !important;
    flex-wrap: wrap !important;
    gap: 4px 8px !important;
    border-top: 1px solid var(--gb-line) !important;
    text-align: left !important;
  }

  body.gdebeton-redesign .firm-list .manufacturer-item .price b {
    font-size: 17px !important;
  }

  body.gdebeton-redesign .firm-list .manufacturer-item .price .button-link {
    min-width: 120px !important;
    min-height: 44px !important;
    margin: 0 0 0 auto !important;
    padding: 0 16px !important;
  }
}

@media (max-width: 420px) {
  body.gdebeton-redesign .wrapper,
  body.gdebeton-redesign .main-content.wrapper {
    width: calc(100% - 16px) !important;
  }

  body.gdebeton-redesign .main-content > .sidebar {
    padding: 8px !important;
  }

  body.gdebeton-redesign .main-section > h1 {
    font-size: 30px !important;
  }

  body.gdebeton-redesign .search-by-name input[type="text"] {
    padding: 0 12px !important;
    font-size: 15px !important;
  }

  body.gdebeton-redesign .manufacturer-map .map-caption {
    grid-template-columns: repeat(4, minmax(68px, 1fr)) !important;
  }

  body.gdebeton-redesign .firm-list .manufacturer-item {
    padding: 12px !important;
  }

  body.gdebeton-redesign .firm-list .manufacturer-item .price .button-link {
    width: 100% !important;
    margin: 7px 0 0 !important;
  }
}

/* Compact one-row mobile catalog controls. */
@media (max-width: 980px) {
  body.gdebeton-redesign .sidebar > .toggle-filter {
    position: relative !important;
  }
}

@media (max-width: 700px) {
  body.gdebeton-redesign .main-content > .sidebar {
    grid-template-columns: minmax(118px, .78fr) minmax(0, 1.22fr) !important;
  }

  body.gdebeton-redesign .sidebar > .show-calc {
    grid-column: 1 !important;
    grid-row: 1 !important;
  }

  body.gdebeton-redesign .sidebar > .toggle-filter {
    grid-column: 2 !important;
    grid-row: 1 !important;
    padding-right: 34px !important;
  }

  body.gdebeton-redesign .sidebar > .toggle-filter::after {
    right: 14px !important;
  }

  body.gdebeton-redesign .sidebar > .manufacturer-filter.mob-visible {
    grid-column: 1 / -1 !important;
    grid-row: 2 !important;
  }
}

@media (max-width: 420px) {
  body.gdebeton-redesign .sidebar > .show-calc,
  body.gdebeton-redesign .sidebar > .toggle-filter {
    font-size: 13px !important;
  }
}

/* ==========================================================================
   Catalog mobile screenshot fixes — 2026-08-11
   Matches the real legacy DOM: mobile filters live inside .main-section.
   ========================================================================== */

@media (max-width: 980px) {
  body.gdebeton-redesign {
    overflow-x: clip !important;
  }

  body.gdebeton-redesign .main-content.wrapper {
    grid-template-columns: minmax(0, 1fr) !important;
    width: min(100% - 28px, 1240px) !important;
    margin-top: 0 !important;
    padding-top: 18px !important;
  }

  /* The desktop sidebar only duplicates controls and pushes advertisements
     above the catalogue on phones/tablets. All functions remain in the
     catalogue menu and in the real mobile filter below. */
  body.gdebeton-redesign .main-content > .sidebar,
  body.gdebeton-redesign .main-content .bn-block {
    display: none !important;
  }

  body.gdebeton-redesign .main-content > .main-section {
    display: flex !important;
    min-width: 0 !important;
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    flex-direction: column !important;
  }

  body.gdebeton-redesign .main-section > .toggle-filter {
    position: relative !important;
    order: 6 !important;
    display: flex !important;
    min-height: 50px !important;
    width: 100% !important;
    margin: 0 0 10px !important;
    padding: 10px 46px 10px 16px !important;
    align-items: center !important;
    justify-content: flex-start !important;
    border: 1px solid var(--gb-line) !important;
    border-radius: 14px !important;
    color: var(--gb-ink) !important;
    font-family: inherit !important;
    font-size: 15px !important;
    font-weight: 800 !important;
    line-height: 1.25 !important;
    text-align: left !important;
    background: var(--gb-surface) !important;
    box-sizing: border-box !important;
    cursor: pointer !important;
  }

  body.gdebeton-redesign .main-section > .toggle-filter::before {
    content: "☷" !important;
    display: inline-flex !important;
    width: 24px !important;
    height: 24px !important;
    margin: 0 10px 0 0 !important;
    align-items: center !important;
    justify-content: center !important;
    color: var(--gb-steel) !important;
    font-size: 19px !important;
    line-height: 1 !important;
    background: none !important;
  }

  body.gdebeton-redesign .main-section > .toggle-filter::after {
    content: "⌄" !important;
    position: absolute !important;
    top: 50% !important;
    right: 16px !important;
    width: auto !important;
    height: auto !important;
    margin: 0 !important;
    color: var(--gb-steel) !important;
    font-size: 20px !important;
    line-height: 1 !important;
    background: none !important;
    transform: translateY(-55%) !important;
  }

  body.gdebeton-redesign .main-section > .toggle-filter.opened::after {
    content: "⌃" !important;
    transform: translateY(-35%) !important;
  }

  body.gdebeton-redesign .main-section > .manufacturer-filter.mob-visible {
    order: 7 !important;
    display: block !important;
    width: 100% !important;
    max-height: none !important;
    margin: 0 0 10px !important;
    padding: 8px 14px 12px !important;
    overflow: visible !important;
    border: 1px solid var(--gb-line) !important;
    border-radius: 16px !important;
    background: var(--gb-surface) !important;
    box-shadow: 0 8px 24px rgba(23,26,25,.04) !important;
    box-sizing: border-box !important;
  }

  body.gdebeton-redesign .main-section > .manufacturer-filter.mob-visible.closed-filter {
    display: none !important;
  }

  body.gdebeton-redesign .main-section > .manufacturer-filter.mob-visible form {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) auto !important;
    gap: 0 12px !important;
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  body.gdebeton-redesign .main-section > .manufacturer-filter.mob-visible .filter-item {
    grid-column: 1 / -1 !important;
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    border-bottom: 1px solid var(--gb-line) !important;
    background: transparent !important;
    box-sizing: border-box !important;
  }

  body.gdebeton-redesign .main-section > .manufacturer-filter.mob-visible .filter-item > .name {
    display: flex !important;
    min-height: 48px !important;
    height: auto !important;
    width: 100% !important;
    margin: 0 !important;
    padding: 11px 40px 11px 4px !important;
    align-items: center !important;
    color: var(--gb-ink) !important;
    font-family: inherit !important;
    font-size: 16px !important;
    font-weight: 750 !important;
    line-height: 1.3 !important;
    white-space: normal !important;
    box-sizing: border-box !important;
    cursor: pointer !important;
  }

  body.gdebeton-redesign .main-section > .manufacturer-filter.mob-visible .filter-item > .name::after {
    top: 50% !important;
    right: 8px !important;
    margin-top: 0 !important;
    transform: translateY(-50%) !important;
  }

  body.gdebeton-redesign .main-section > .manufacturer-filter.mob-visible .filter-item-body {
    width: 100% !important;
    max-height: 230px !important;
    padding: 2px 4px 10px !important;
    overflow-y: auto !important;
    overscroll-behavior: contain !important;
    box-sizing: border-box !important;
    scrollbar-width: thin !important;
  }

  body.gdebeton-redesign .main-section > .manufacturer-filter.mob-visible .fl-row,
  body.gdebeton-redesign .main-section > .manufacturer-filter.mob-visible .custom-check {
    width: 100% !important;
    min-width: 0 !important;
    margin: 0 !important;
  }

  body.gdebeton-redesign .main-section > .manufacturer-filter.mob-visible .custom-check label {
    display: block !important;
    min-height: 36px !important;
    padding-top: 8px !important;
    padding-bottom: 7px !important;
    font-size: 14px !important;
    line-height: 1.35 !important;
    white-space: normal !important;
    overflow-wrap: anywhere !important;
    box-sizing: border-box !important;
  }

  body.gdebeton-redesign .main-section > .manufacturer-filter.mob-visible .form-subm {
    grid-column: 1 !important;
    margin: 12px 0 0 !important;
    padding: 0 !important;
  }

  body.gdebeton-redesign .main-section > .manufacturer-filter.mob-visible .form-subm input[type="submit"] {
    display: inline-flex !important;
    width: auto !important;
    min-width: 138px !important;
    height: 46px !important;
    min-height: 46px !important;
    margin: 0 !important;
    padding: 0 20px !important;
    border: 1px solid #858a87 !important;
    border-radius: 12px !important;
    color: var(--gb-ink) !important;
    font-family: inherit !important;
    font-size: 14px !important;
    font-weight: 800 !important;
    line-height: 46px !important;
    text-align: center !important;
    background-color: #b7bab7 !important;
    background-image:
      radial-gradient(circle at 2px 2px, rgba(255,255,255,.44) 1.2px, transparent 1.4px),
      linear-gradient(145deg, #c9cbc8, #a9aca9) !important;
    background-size: 10px 10px, auto !important;
    box-sizing: border-box !important;
  }

  body.gdebeton-redesign .main-section > .manufacturer-filter.mob-visible .reset {
    grid-column: 2 !important;
    display: flex !important;
    min-height: 46px !important;
    margin: 12px 0 0 !important;
    padding: 0 !important;
    align-items: center !important;
    justify-content: flex-end !important;
  }

  body.gdebeton-redesign .main-section > .manufacturer-filter.mob-visible .reset a {
    display: inline-flex !important;
    min-height: 44px !important;
    padding: 0 4px !important;
    align-items: center !important;
    color: var(--gb-muted) !important;
    font-size: 14px !important;
    line-height: 1.25 !important;
    white-space: nowrap !important;
  }

  body.gdebeton-redesign .manufacturer-map .map-caption {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
    width: 100% !important;
    overflow: hidden !important;
  }

  body.gdebeton-redesign .manufacturer-map .map-caption > a {
    width: auto !important;
    min-width: 0 !important;
    max-width: none !important;
    box-sizing: border-box !important;
  }

  body.gdebeton-redesign .sort-block {
    flex-wrap: nowrap !important;
    min-width: 0 !important;
    max-width: 100% !important;
    overflow-x: auto !important;
    white-space: nowrap !important;
    scrollbar-width: thin !important;
  }

  body.gdebeton-redesign .sort-block > span {
    flex: 0 0 auto !important;
  }
}

@media (max-width: 700px) {
  body.gdebeton-redesign .header {
    margin-bottom: 0 !important;
  }

  body.gdebeton-redesign .header > .container {
    min-height: 66px !important;
  }

  body.gdebeton-redesign .main-content.wrapper {
    width: calc(100% - 24px) !important;
    margin-top: 0 !important;
    padding-top: 12px !important;
    padding-bottom: 34px !important;
    gap: 0 !important;
  }

  body.gdebeton-redesign .main-section > .breadcrumbs {
    min-width: 0 !important;
    max-width: 100% !important;
    margin: 0 0 9px !important;
    overflow: hidden !important;
    font-size: 12px !important;
    line-height: 1.35 !important;
    white-space: nowrap !important;
  }

  body.gdebeton-redesign .main-section > h1 {
    max-width: 100% !important;
    margin: 0 0 10px !important;
    font-size: clamp(29px, 8.2vw, 34px) !important;
    font-weight: 700 !important;
    line-height: 1.07 !important;
    letter-spacing: -.03em !important;
  }

  body.gdebeton-redesign .main-section > h1 + p {
    display: -webkit-box !important;
    max-width: none !important;
    margin: 0 0 14px !important;
    overflow: hidden !important;
    color: var(--gb-muted) !important;
    font-size: 15px !important;
    line-height: 1.48 !important;
    -webkit-box-orient: vertical !important;
    -webkit-line-clamp: 5 !important;
  }

  body.gdebeton-redesign .search-by-name {
    margin: 0 0 10px !important;
    padding: 7px !important;
  }

  body.gdebeton-redesign .search-by-name form {
    grid-template-columns: minmax(0, 1fr) 46px !important;
  }

  body.gdebeton-redesign .search-by-name input[type="text"],
  body.gdebeton-redesign .search-by-name input[type="submit"] {
    height: 46px !important;
  }

  body.gdebeton-redesign .search-by-name #slide_map {
    min-height: 44px !important;
  }

  body.gdebeton-redesign .manufacturer-map {
    width: 100% !important;
    margin: 0 0 10px !important;
    border-radius: 14px !important;
  }

  body.gdebeton-redesign .manufacturer-map .map-caption {
    min-height: 48px !important;
  }

  body.gdebeton-redesign .manufacturer-map .map-caption > a {
    min-height: 48px !important;
    padding: 6px 3px !important;
    border-right: 1px solid var(--gb-line) !important;
    font-size: 11.5px !important;
    font-weight: 800 !important;
    letter-spacing: 0 !important;
    text-align: center !important;
    white-space: nowrap !important;
  }

  body.gdebeton-redesign .main-section > .toggle-filter {
    min-height: 48px !important;
    margin-bottom: 8px !important;
    padding-top: 9px !important;
    padding-bottom: 9px !important;
    font-size: 14px !important;
  }

  body.gdebeton-redesign .main-section > .manufacturer-filter.mob-visible {
    margin-bottom: 9px !important;
    padding: 6px 12px 10px !important;
    border-radius: 14px !important;
  }

  body.gdebeton-redesign .main-section > .manufacturer-filter.mob-visible .filter-item > .name {
    min-height: 46px !important;
    padding-top: 9px !important;
    padding-bottom: 9px !important;
    font-size: 15px !important;
  }

  body.gdebeton-redesign .sort-block {
    margin: 0 0 10px !important;
    padding: 7px !important;
    gap: 6px !important;
    border-radius: 13px !important;
    font-size: 0 !important;
  }

  body.gdebeton-redesign .sort-block a {
    min-height: 36px !important;
    padding: 0 11px !important;
    font-size: 12.5px !important;
    font-weight: 750 !important;
  }
}

@media (max-width: 420px) {
  body.gdebeton-redesign .main-content.wrapper {
    width: calc(100% - 16px) !important;
  }

  body.gdebeton-redesign .main-section > h1 {
    font-size: 29px !important;
  }

  body.gdebeton-redesign .main-section > .toggle-filter {
    padding-left: 12px !important;
    padding-right: 36px !important;
  }

  body.gdebeton-redesign .main-section > .toggle-filter::before {
    margin-right: 7px !important;
  }

  body.gdebeton-redesign .main-section > .manufacturer-filter.mob-visible form {
    grid-template-columns: minmax(0, 1fr) auto !important;
    gap: 0 8px !important;
  }

  body.gdebeton-redesign .main-section > .manufacturer-filter.mob-visible .form-subm input[type="submit"] {
    min-width: 124px !important;
    padding: 0 15px !important;
  }

  body.gdebeton-redesign .main-section > .manufacturer-filter.mob-visible .reset a {
    font-size: 13px !important;
  }

  body.gdebeton-redesign .manufacturer-map .map-caption > a {
    font-size: 11px !important;
  }
}

/* Remove the anonymous “offer cheaper” promo from catalogue pages. */
body.gdebeton-redesign:has(.main-section > .firm-list) .offer-cheaper {
  display: none !important;
}

/* ==========================================================================
   Restore the legacy regional-price panel — 2026-08-11
   ========================================================================== */

body.gdebeton-redesign .calc-section .price__wrapper {
  max-width: none !important;
  width: 100% !important;
  margin: 0 !important;
  padding: 0 0 24px !important;
  overflow: hidden !important;
  border: 1px solid #222 !important;
  border-radius: 20px !important;
  color: #fff !important;
  background: #222 !important;
  box-shadow: 0 14px 32px rgba(23,26,25,.14) !important;
  box-sizing: border-box !important;
}

body.gdebeton-redesign .calc-section .price__table {
  width: 100% !important;
  margin: 0 !important;
  border-collapse: collapse !important;
  table-layout: fixed !important;
  color: #fff !important;
  background: #222 !important;
}

body.gdebeton-redesign .calc-section .price__table caption {
  padding: 28px 24px 22px !important;
  border-bottom: 1px solid rgba(255,255,255,.22) !important;
  color: #fff !important;
  font-size: clamp(23px, 2.2vw, 30px) !important;
  font-weight: 650 !important;
  line-height: 1.2 !important;
  text-align: left !important;
  background: #222 !important;
}

body.gdebeton-redesign .calc-section .price__table tr {
  border: 0 !important;
  border-top: 1px solid rgba(255,255,255,.14) !important;
  background: transparent !important;
}

body.gdebeton-redesign .calc-section .price__table tr:first-child {
  border-top: 0 !important;
  background: rgba(255,255,255,.055) !important;
}

body.gdebeton-redesign .calc-section .price__table th,
body.gdebeton-redesign .calc-section .price__table td,
body.gdebeton-redesign .calc-section .price__table .text-primary,
body.gdebeton-redesign .calc-section .price__table .table__header,
body.gdebeton-redesign .calc-section .price__table .table__data {
  padding: 15px 18px !important;
  border: 0 !important;
  color: #fff !important;
  font-size: 14px !important;
  line-height: 1.25 !important;
  opacity: 1 !important;
  visibility: visible !important;
  background: transparent !important;
  box-sizing: border-box !important;
}

body.gdebeton-redesign .calc-section .price__table th {
  font-weight: 750 !important;
}

body.gdebeton-redesign .calc-section .price__table td {
  font-weight: 600 !important;
}

body.gdebeton-redesign .calc-section .price__table th:not(:first-child),
body.gdebeton-redesign .calc-section .price__table td {
  text-align: right !important;
}

body.gdebeton-redesign .calc-section .price__table tr:not(:first-child):hover {
  background: rgba(255,255,255,.045) !important;
}

@media (min-width: 981px) {
  body.gdebeton-redesign .calc-section .calc-container {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    align-items: start !important;
  }

  body.gdebeton-redesign .calc-section .calc-intro {
    grid-column: 1 / -1 !important;
  }

  body.gdebeton-redesign .calc-section .calc-form__wrapper,
  body.gdebeton-redesign .calc-section .price__wrapper {
    grid-column: auto !important;
    align-self: start !important;
  }

  body.gdebeton-redesign .calc-section .price__wrapper {
    min-height: 0 !important;
  }
}

@media (max-width: 980px) {
  body.gdebeton-redesign .calc-section .calc-container {
    grid-template-columns: minmax(0, 1fr) !important;
  }

  body.gdebeton-redesign .calc-section .calc-intro,
  body.gdebeton-redesign .calc-section .calc-form__wrapper,
  body.gdebeton-redesign .calc-section .price__wrapper {
    grid-column: 1 !important;
  }
}

@media (max-width: 570px) {
  body.gdebeton-redesign .calc-section .price__wrapper {
    border-radius: 16px !important;
    padding-bottom: 12px !important;
  }

  body.gdebeton-redesign .calc-section .price__table caption {
    padding: 22px 14px 18px !important;
    font-size: 22px !important;
  }

  body.gdebeton-redesign .calc-section .price__table th,
  body.gdebeton-redesign .calc-section .price__table td,
  body.gdebeton-redesign .calc-section .price__table .table__header,
  body.gdebeton-redesign .calc-section .price__table .table__data {
    padding: 13px 10px !important;
    font-size: 13px !important;
  }
}


/* Catalog: make the company score explicit and preserve the existing score colors. */
body.gdebeton-redesign .firm-list .manufacturer-item .company {
  padding-right: 148px !important;
}
body.gdebeton-redesign .firm-list .manufacturer-item .rating {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 5px !important;
  min-width: 0 !important;
  height: 30px !important;
  padding: 0 10px !important;
  border: 1px solid transparent !important;
  border-radius: 999px !important;
  font-size: 13px !important;
  font-weight: 800 !important;
  line-height: 30px !important;
  white-space: nowrap !important;
}
body.gdebeton-redesign .firm-list .manufacturer-item .rating:not(:empty)::before {
  content: "★ Оценка" !important;
  font-size: 12px !important;
  font-weight: 700 !important;
}
body.gdebeton-redesign .firm-list .manufacturer-item .rating.green {
  color: #fff !important;
  border-color: #2ac158 !important;
  background: #2ac158 !important;
}
body.gdebeton-redesign .firm-list .manufacturer-item .rating.light-green {
  color: #1c2518 !important;
  border-color: #a7e446 !important;
  background: #a7e446 !important;
}
body.gdebeton-redesign .firm-list .manufacturer-item .rating.yellow {
  color: #28230f !important;
  border-color: #ffc815 !important;
  background: #ffc815 !important;
}
body.gdebeton-redesign .firm-list .manufacturer-item .rating.orange {
  color: #25180a !important;
  border-color: #ff9415 !important;
  background: #ff9415 !important;
}
body.gdebeton-redesign .firm-list .manufacturer-item .rating:empty {
  color: var(--gb-muted) !important;
  border-color: var(--gb-line) !important;
  background: var(--gb-steel-soft) !important;
}
body.gdebeton-redesign .firm-list .manufacturer-item .rating:empty::before {
  content: "Нет оценок" !important;
}
@media (max-width: 760px) {
  body.gdebeton-redesign .firm-list .manufacturer-item .company {
    padding-right: 0 !important;
  }
  body.gdebeton-redesign .firm-list .manufacturer-item .rating {
    grid-column: 2 !important;
    grid-row: 2 !important;
    justify-self: start !important;
    align-self: start !important;
    height: 28px !important;
    padding: 0 9px !important;
    line-height: 28px !important;
  }
  body.gdebeton-redesign .firm-list .manufacturer-contacts {
    grid-row: 3 !important;
  }
  body.gdebeton-redesign .firm-list .manufacturer-item .price {
    grid-row: 4 !important;
  }
}
