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

/* Knowledge hub: news, articles, standards and long-form reading. */
body.gdebeton-redesign .main-section > h1:has(+ .news-list) {
  margin: 8px 0 26px;
  letter-spacing: -.045em;
}

body.gdebeton-redesign .main-section > h1:has(+ .news-list)::before {
  content: "БИБЛИОТЕКА СТРОИТЕЛЬСТВА";
  display: block;
  margin-bottom: 10px;
  color: #6e756f;
  font-size: 12px;
  font-weight: 820;
  letter-spacing: .12em;
  line-height: 1.3;
}

body.gdebeton-redesign .main-section > .news-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  min-width: 0;
}

body.gdebeton-redesign .news-list > .article-item {
  display: flex;
  min-width: 0;
  min-height: 330px;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid var(--gb-line);
  border-radius: 18px;
  color: var(--gb-ink);
  background: var(--gb-surface);
  box-shadow: 0 9px 28px rgba(24,30,28,.055);
  content-visibility: auto;
  contain-intrinsic-size: 330px;
  transition: transform .18s ease, border-color .18s ease, box-shadow .18s ease;
}

body.gdebeton-redesign .news-list > .article-item:hover {
  transform: translateY(-3px);
  border-color: #b3b8b4;
  box-shadow: 0 16px 36px rgba(24,30,28,.1);
}

body.gdebeton-redesign .news-list > .article-item:first-child {
  display: grid;
  grid-column: 1 / -1;
  grid-template-columns: minmax(0, 1.08fr) minmax(300px, .92fr);
  height: 320px;
  min-height: 310px;
}

body.gdebeton-redesign .news-list .article-item .article-img {
  float: none !important;
  width: 100% !important;
  height: 205px;
  margin: 0 !important;
  overflow: hidden;
  background: #d9ddda;
}

body.gdebeton-redesign .news-list > .article-item:first-child .article-img { height: 100%; }

body.gdebeton-redesign .news-list .article-item .article-img a {
  display: block;
  width: 100%;
  height: 100%;
}

body.gdebeton-redesign .news-list .article-item .article-img img {
  display: block;
  width: 100% !important;
  height: 100% !important;
  aspect-ratio: auto !important;
  object-fit: cover;
  transition: transform .35s ease;
}

body.gdebeton-redesign .news-list .article-item:hover .article-img img { transform: scale(1.025); }

body.gdebeton-redesign .news-list .article-item .article-info {
  display: flex;
  min-width: 0;
  flex: 1 1 auto;
  flex-direction: column;
  justify-content: space-between;
  gap: 14px;
  padding: 19px 20px 22px;
}

body.gdebeton-redesign .news-list > .article-item:first-child .article-info {
  justify-content: center;
  padding: clamp(26px, 4vw, 44px);
}

body.gdebeton-redesign .news-list .article-item .post-date,
body.gdebeton-redesign .news-list > .news-item .post-date {
  color: #737a75;
  font-size: 12px;
  font-weight: 780;
  letter-spacing: .055em;
  line-height: 1.35;
  text-transform: uppercase;
}

body.gdebeton-redesign .news-list .article-item .article-info > a {
  color: var(--gb-ink);
  font-size: 19px;
  font-weight: 780;
  letter-spacing: -.018em;
  line-height: 1.35;
  text-decoration: none;
  overflow-wrap: anywhere;
}

body.gdebeton-redesign .news-list > .article-item:first-child .article-info > a {
  font-size: clamp(25px, 3vw, 34px);
  line-height: 1.18;
}

body.gdebeton-redesign .news-list .article-item .article-info > a::after {
  content: "Читать материал →";
  display: block;
  margin-top: 16px;
  color: #59615c;
  font-size: 13px;
  font-weight: 760;
  letter-spacing: .01em;
}

body.gdebeton-redesign .news-list .article-item:hover .article-info > a { color: #3d4641; }

body.gdebeton-redesign .news-list > .news-item {
  position: relative;
  display: flex;
  min-width: 0;
  min-height: 150px;
  flex-direction: column;
  justify-content: center;
  gap: 12px;
  padding: 24px 24px 24px 72px;
  border: 1px solid var(--gb-line);
  border-radius: 16px;
  background:
    radial-gradient(circle at 18% 25%, rgba(255,255,255,.75) 0 1px, transparent 1.6px),
    linear-gradient(145deg, #f8f9f8, #eceeec);
  background-size: 13px 13px, auto;
  box-shadow: 0 8px 24px rgba(24,30,28,.045);
  content-visibility: auto;
  contain-intrinsic-size: 150px;
  transition: transform .18s ease, border-color .18s ease, box-shadow .18s ease;
}

body.gdebeton-redesign .news-list > .news-item::before {
  content: "";
  position: absolute;
  top: 27px;
  left: 24px;
  width: 28px;
  height: 34px;
  border: 2px solid #6c746f;
  border-radius: 4px;
  background:
    linear-gradient(#6c746f,#6c746f) 6px 9px / 14px 2px no-repeat,
    linear-gradient(#6c746f,#6c746f) 6px 15px / 14px 2px no-repeat,
    linear-gradient(#6c746f,#6c746f) 6px 21px / 10px 2px no-repeat;
  opacity: .8;
}

body.gdebeton-redesign .news-list > .news-item:hover {
  transform: translateY(-2px);
  border-color: #b4b9b5;
  box-shadow: 0 13px 30px rgba(24,30,28,.085);
}

body.gdebeton-redesign .news-list > .news-item > a {
  color: var(--gb-ink);
  font-size: 17px;
  font-weight: 760;
  line-height: 1.42;
  text-decoration: none;
  overflow-wrap: anywhere;
}

body.gdebeton-redesign .news-list > .pager {
  grid-column: 1 / -1;
  margin-top: 14px;
}

body.gdebeton-redesign .news-list a:focus-visible,
body.gdebeton-redesign .main-section > article a:focus-visible,
body.gdebeton-redesign .back-link .back:focus-visible {
  outline: 3px solid rgba(89,97,92,.3);
  outline-offset: 3px;
}

/* Long-form pages retain their original semantic article and metadata. */
body.gdebeton-redesign .main-section:has(> article) > .breadcrumbs { margin-bottom: 14px; }

body.gdebeton-redesign .main-section:has(> article) > .back-link { margin: 0 0 14px; }

body.gdebeton-redesign .back-link .back {
  display: inline-flex;
  align-items: center;
  min-height: 40px;
  padding: 8px 13px;
  border: 1px solid #c9ceca;
  border-radius: 999px;
  color: #3f4843;
  background: rgba(255,255,255,.82);
  font-size: 14px;
  font-weight: 740;
  text-decoration: none;
}

body.gdebeton-redesign .back-link .back::before {
  content: "←";
  margin-right: 7px;
  font-size: 18px;
  line-height: 1;
}

body.gdebeton-redesign .main-section > article {
  min-width: 0;
  padding: clamp(24px, 4.8vw, 54px);
  border: 1px solid var(--gb-line);
  border-radius: 21px;
  background: var(--gb-surface);
  box-shadow: 0 14px 42px rgba(24,30,28,.07);
}

body.gdebeton-redesign .main-section > article > h1 {
  max-width: 19ch;
  margin: 0 0 18px;
  font-size: clamp(34px, 4.6vw, 54px);
  letter-spacing: -.045em;
  line-height: 1.07;
  overflow-wrap: anywhere;
}

body.gdebeton-redesign .main-section > article > hr { display: none; }

body.gdebeton-redesign .main-section > article > .post-date {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  margin: 0 0 30px;
  padding: 6px 11px;
  border: 1px solid #d3d7d4;
  border-radius: 999px;
  color: #68706b;
  background: var(--gb-surface-soft);
  font-size: 12px;
  font-weight: 780;
  letter-spacing: .055em;
  text-transform: uppercase;
}

body.gdebeton-redesign .main-section > article [itemprop="description"] {
  min-width: 0;
  color: #303734;
}

body.gdebeton-redesign .main-section > article p {
  max-width: 76ch;
  margin: 0 0 1.25em;
  color: #333a36;
  font-size: 17px;
  line-height: 1.78;
  text-align: left !important;
}

body.gdebeton-redesign .main-section > article h2,
body.gdebeton-redesign .main-section > article h3 {
  max-width: 30ch;
  color: var(--gb-ink);
  letter-spacing: -.032em;
  line-height: 1.2;
  text-align: left !important;
}

body.gdebeton-redesign .main-section > article h2 {
  margin: 2.1em 0 .75em;
  font-size: clamp(26px, 3vw, 36px);
}

body.gdebeton-redesign .main-section > article h3 {
  margin: 1.7em 0 .65em;
  font-size: clamp(21px, 2.4vw, 27px);
}

body.gdebeton-redesign .main-section > article ul,
body.gdebeton-redesign .main-section > article ol {
  max-width: 76ch;
  margin: 22px 0 28px;
  padding: 18px 22px 18px 44px;
  border: 1px solid #d8dcda;
  border-radius: 14px;
  background: var(--gb-surface-soft);
}

body.gdebeton-redesign .main-section > article li {
  margin: 7px 0;
  color: #333a36;
  line-height: 1.65;
}

body.gdebeton-redesign .main-section > article li > p {
  margin: 0;
  font-size: inherit;
  line-height: inherit;
}

body.gdebeton-redesign .main-section > article blockquote {
  max-width: 76ch;
  margin: 28px 0;
  padding: 20px 22px;
  border-left: 4px solid #747b76;
  border-radius: 0 13px 13px 0;
  color: #3e4641;
  background: #ecefec;
  font-size: 17px;
  line-height: 1.65;
}

body.gdebeton-redesign .main-section > article a {
  color: #394c43;
  text-decoration-color: #9aa39e;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

body.gdebeton-redesign .main-section > article a:hover { color: #17201c; }

body.gdebeton-redesign .main-section > article img {
  display: block;
  max-width: 100% !important;
  height: auto !important;
  margin: 26px 0;
  border-radius: 15px;
  box-shadow: 0 10px 30px rgba(25,31,29,.1);
}

body.gdebeton-redesign .main-section > article figure {
  max-width: 100%;
  margin: 28px 0;
}

body.gdebeton-redesign .main-section > article figcaption {
  margin-top: -12px;
  color: #6c746f;
  font-size: 13px;
  line-height: 1.5;
}

body.gdebeton-redesign .main-section > article table {
  display: block;
  width: 100% !important;
  max-width: 100%;
  margin: 28px 0 34px;
  overflow-x: auto;
  border: 1px solid #d3d7d4;
  border-radius: 14px;
  border-spacing: 0;
  background: #fff;
  scrollbar-width: thin;
}

body.gdebeton-redesign .main-section > article table tbody {
  display: table;
  width: 100%;
  min-width: 680px;
  border-collapse: collapse;
}

body.gdebeton-redesign .main-section > article table th,
body.gdebeton-redesign .main-section > article table td {
  padding: 13px 14px;
  border-right: 1px solid #dfe2e0;
  border-bottom: 1px solid #dfe2e0;
  color: #343b37;
  line-height: 1.45;
  text-align: left !important;
  vertical-align: top;
}

body.gdebeton-redesign .main-section > article table th {
  color: #fff;
  background: #3e4541;
  font-weight: 760;
}

body.gdebeton-redesign .main-section > article table tr:last-child td { border-bottom: 0; }
body.gdebeton-redesign .main-section > article table th:last-child,
body.gdebeton-redesign .main-section > article table td:last-child { border-right: 0; }

@media (max-width: 800px) {
  body.gdebeton-redesign .news-list > .article-item:first-child {
    display: flex;
    grid-column: auto;
    height: auto;
  }
  body.gdebeton-redesign .news-list > .article-item:first-child .article-img { height: 205px; }
  body.gdebeton-redesign .news-list > .article-item:first-child .article-info { padding: 19px 20px 22px; }
  body.gdebeton-redesign .news-list > .article-item:first-child .article-info > a { font-size: 21px; }
}

@media (max-width: 700px) {
  body.gdebeton-redesign .main-section > h1:has(+ .news-list) { margin-bottom: 20px; }
  body.gdebeton-redesign .main-section > .news-list { grid-template-columns: 1fr; gap: 14px; }
  body.gdebeton-redesign .news-list > .article-item { min-height: 0; border-radius: 15px; }
  body.gdebeton-redesign .news-list .article-item .article-img,
  body.gdebeton-redesign .news-list > .article-item:first-child .article-img { height: 190px; }
  body.gdebeton-redesign .news-list .article-item .article-info { padding: 17px 17px 20px; }
  body.gdebeton-redesign .news-list .article-item .article-info > a,
  body.gdebeton-redesign .news-list > .article-item:first-child .article-info > a { font-size: 18px; }
  body.gdebeton-redesign .news-list > .news-item { min-height: 132px; padding: 20px 18px 20px 62px; }
  body.gdebeton-redesign .news-list > .news-item::before { top: 24px; left: 19px; }
  body.gdebeton-redesign .main-section > article { padding: 20px 17px 26px; border-radius: 16px; }
  body.gdebeton-redesign .main-section > article > h1 { font-size: clamp(30px, 9vw, 39px); }
  body.gdebeton-redesign .main-section > article > .post-date { margin-bottom: 24px; }
  body.gdebeton-redesign .main-section > article p { font-size: 16px; line-height: 1.7; }
  body.gdebeton-redesign .main-section > article h2 { margin-top: 1.8em; }
  body.gdebeton-redesign .main-section > article ul,
  body.gdebeton-redesign .main-section > article ol { padding: 15px 16px 15px 34px; }
  body.gdebeton-redesign .main-section > article table { margin-inline: 0; }
}

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