* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 90px;
}

body {
  font-family: Arial, Helvetica, sans-serif;
  background: #ffffff;
  color: #1c1c1c;
  line-height: 1.6;
  overflow-x: clip;
}

img {
  display: block;
  width: 100%;
}

a {
  color: inherit;
  text-decoration: none;
}

button {
  font: inherit;
}

input {
  font: inherit;
}

textarea {
  font: inherit;
}

button {
  -webkit-tap-highlight-color: transparent;
}

a {
  -webkit-tap-highlight-color: transparent;
}

.wkopane {
  color: #1c1c1c;
}

.szambo {
  color: #f5ad18;
}

.etykieta_sekcji {
  display: inline-block;
  color: #d98d00;
  font-size: 13px;
  line-height: 1;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  margin-bottom: 17px;
}

.etykieta_mala {
  display: inline-block;
  color: #d98d00;
  font-size: 13px;
  line-height: 1;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  margin-bottom: 17px;
}






.nawigacja {
  width: 100%;
  min-height: 82px;
  padding: 0 6%;
  display: flex;
  align-items: center;
  gap: 36px;
  background: #ffffff;
  position: sticky;
  top: 0;
  z-index: 1000;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
}

.nazwa {
  flex-shrink: 0;
}

.nazwa {
  flex-shrink: 0;
}

.Nazwa-firmy {
  display: flex;
  align-items: center;
  font-size: 27px;
  font-weight: 800;
}

.logo_header {
  width: 120px;
  height: 80px;
  object-fit: contain;
  flex-shrink: 0;
}


.nawigacja-lista {
  display: flex;
  align-items: center;
  gap: 30px;
  list-style: none;
  margin-left: auto;
}

.nawigacja-lista a {
  position: relative;
  font-size: 15px;
  font-weight: 600;
  color: #272727;
  transition: color 0.25s ease;
}

.nawigacja-lista a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -7px;
  width: 0;
  height: 2px;
  background: #f5ad18;
  transition: width 0.25s ease;
}

.nawigacja-lista a:hover {
  color: #d88e00;
}

.nawigacja-lista a:hover::after {
  width: 100%;
}

.zadzwon {
  order: 3;
  flex-shrink: 0;
}

.header-call {
  display: flex;
  align-items: center;
  gap: 9px;
  padding: 11px 17px;
  border-radius: 8px;
  background: #f5ad18;
  color: #161616;
  font-weight: 700;
  transition: background 0.25s ease,
    transform 0.25s ease;
}

.header-call:hover {
  background: #ffc343;
  transform: translateY(-1px);
}

.phone-icon {
  flex-shrink: 0;
}

.call-number {
  font-size: 16px;
}

.call-label {
  display: none;
}

.nav-toggle {
  display: none;
  width: 44px;
  height: 44px;
  border: 0;
  border-radius: 7px;
  background: #f5ad18;
  cursor: pointer;
  align-items: center;
  justify-content: center;
}

.hamburger {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 5px;
  background: #191919;
}

.hamburger::before {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 5px;
  background: #191919;
}

.hamburger::after {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 5px;
  background: #191919;
}

.hamburger {
  position: relative;
}

.hamburger::before {
  content: "";
  position: absolute;
  left: 0;
}

.hamburger::after {
  content: "";
  position: absolute;
  left: 0;
}

.hamburger::before {
  top: -7px;
}

.hamburger::after {
  top: 7px;
}

.nawigacja_stopki {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.nawigacja_stopki h3 {
  margin-bottom: 22px;
  color: #ffffff;
  font-size: 14px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 1.2px;
}

.nawigacja_stopki a {
  position: relative;
  margin-bottom: 9px;
  color: #a9a9a9;
  font-size: 14px;
  transition: color 0.2s ease,
    transform 0.2s ease;
}

.nawigacja_stopki a:hover {
  color: #f5ad18;
  transform: translateX(4px);
}










 

.hero {
  min-height: calc(100vh - 82px);
  display: flex;
  align-items: center;
  position: relative;
  isolation: isolate;
  background-image: linear-gradient(
      90deg,
      rgba(15, 15, 15, 0.89) 0%,
      rgba(15, 15, 15, 0.72) 44%,
      rgba(15, 15, 15, 0.25) 100%
    ),
    url("assets/IMG_1105.webp");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.hero-nakladka {
  position: absolute;
  inset: 0;
  z-index: -2;
  background: linear-gradient(
    90deg,
    rgba(15, 15, 15, 0.9) 0%,
    rgba(15, 15, 15, 0.72) 48%,
    rgba(15, 15, 15, 0.3) 100%
  );
}

.hero-content {
  width: min(1180px, 88%);
  margin: 0 auto;
  padding: 100px 0;
  position: relative;
  z-index: 1;
  color: #ffffff;
}

.hero {
  min-height: calc(100vh - 82px);
  display: flex;
  align-items: center;
  position: relative;
  isolation: isolate;
}

.hero-content {
  width: min(1180px, 88%);
  margin: 0 auto;
  padding: 100px 0;
  position: relative;
  z-index: 1;
  color: #ffffff;
}

.hero-content h1 {
  max-width: 820px;
  font-size: clamp(43px, 5.6vw, 76px);
  line-height: 1.02;
  letter-spacing: -2.5px;
  margin-bottom: 25px;
}

.hero-content > p {
  max-width: 720px;
  font-size: 18px;
  color: rgba(255, 255, 255, 0.86);
  margin-bottom: 16px;
}

.hero-content > p:first-of-type {
  max-width: 660px;
  font-size: 21px;
  font-weight: 600;
  color: #ffffff;
}

.przycisk-hero {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-height: 55px;
  margin-top: 18px;
  margin-bottom: 19px;
  padding: 0 27px;
  background: #f5ad18;
  color: #161616;
  border-radius: 7px;
  font-size: 16px;
  font-weight: 800;
  transition: background 0.25s ease,
    transform 0.25s ease;
}

.przycisk-hero:hover {
  background: #ffc343;
  transform: translateY(-2px);
}








.sekcja_oferta {
  padding: 105px 6%;
}

.kontener_oferta {
  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
}

.sekcja_oferta {
  background: #ffffff;
  padding: 110px 6%;
}

.kontener_oferta {
  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
}

.warianty_oferty {
  margin-top: 20px;
  padding: 17px 0;
  border-top: 1px solid #e5e5e1;
  border-bottom: 1px solid #e5e5e1;
}

.warianty_oferty strong {
  color: #242424;
}

.przycisk_oferty {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  margin-top: 20px;
  padding: 0 0 6px;
  border-bottom: 1px solid #f5ad18;
  color: #1c1c1c;
  font-size: 14px;
  font-weight: 800;
  transition: color 0.2s ease,
    gap 0.2s ease;
}

.przycisk_oferty:hover {
  color: #bd7900;
  gap: 16px;
}



.przycisk_oferty:hover {
  color: #996200;
}





.sekcja_oferta {
  padding-top: 50px;
  padding-bottom: 50px;
  padding-left: 6%;
  padding-right: 6%;
}






.sekcja_dlaczego {
  padding: 105px 6%;
}

.kontener_dlaczego {
  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
}

.naglowek_dlaczego {
  max-width: 760px;
  margin-bottom: 52px;
}

.naglowek_dlaczego h2 {
  font-size: clamp(34px, 4vw, 48px);
  line-height: 1.08;
  letter-spacing: -1.7px;
  color: #191919;
  margin-bottom: 22px;
}

.naglowek_dlaczego p {
  font-size: 17px;
  color: #686868;
}

.sekcja_dlaczego {
  background: #ffffff;
}

.karta_zalety {
  padding: 35px;
  border: 1px solid #e7e7e3;
  border-radius: 12px;
  background: #fafaf8;
}

.ikona_zalety {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 53px;
  height: 53px;
  margin-bottom: 27px;
  border-radius: 8px;
  background: #f5ad18;
  color: #1a1a1a;
  font-size: 15px;
  font-weight: 900;
}

.karta_zalety h3 {
  font-size: 22px;
  margin-bottom: 11px;
}

.karta_zalety p {
  color: #696969;
  font-size: 15px;
}

.dokumentacja_zbiornikow {
  display: grid;
  grid-template-columns: 1fr 1fr;
  overflow: hidden;
  border-radius: 13px;
  background: #1c1c1c;
  color: #ffffff;
}

.dokumentacja_tresc {
  padding: 45px;
}

.zawartosc_zestawu {
  padding: 45px;
}

.dokumentacja_tresc {
  border-right: 1px solid rgba(255, 255, 255, 0.12);
}

.dokumentacja_zbiornikow .etykieta_mala {
  color: #f5ad18;
}

.dokumentacja_zbiornikow h3 {
  max-width: 420px;
  font-size: 27px;
  line-height: 1.2;
  margin-bottom: 22px;
}

.lista_dokumentow {
  list-style: none;
  display: grid;
  gap: 13px;
}

.lista_zestawu {
  list-style: none;
  display: grid;
  gap: 13px;
}

.lista_dokumentow li {
  position: relative;
  padding-left: 26px;
  color: #e6e6e6;
}

.lista_zestawu li {
  position: relative;
  padding-left: 26px;
  color: #e6e6e6;
}

.lista_dokumentow li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0;
  color: #f5ad18;
  font-weight: 900;
}

.lista_zestawu li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0;
  color: #f5ad18;
  font-weight: 900;
}

.zawartosc_zestawu > p {
  color: #a9a9a9;
  font-size: 13px;
  margin-top: 22px;
}








.sekcja_o_firmie {
  padding: 105px 6%;
}

.kontener_o_firmie {
  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
}

.tresc_o_firmie h2 {
  font-size: clamp(34px, 4vw, 48px);
  line-height: 1.08;
  letter-spacing: -1.7px;
  color: #191919;
  margin-bottom: 22px;
}

.tresc_o_firmie > p {
  font-size: 17px;
  color: #686868;
}

.przycisk_o_firmie {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 24px;
  border-radius: 7px;
  border: 0;
  background: #f5ad18;
  color: #171717;
  font-weight: 800;
  cursor: pointer;
  white-space: nowrap;
  transition: transform 0.25s ease,
    background 0.25s ease;
}

.przycisk_o_firmie:hover {
  background: #ffc343;
  transform: translateY(-2px);
}

.sekcja_o_firmie {
  background: #ffffff;
}

.kontener_o_firmie {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 75px;
  align-items: center;
}

.zdjecie_o_firmie {
  min-height: 590px;
  height: 100%;
  overflow: hidden;
  border-radius: 12px;
  background: #e5e5e5;
}

.zdjecie_o_firmie img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.tresc_o_firmie > p {
  margin-bottom: 15px;
}

.haslo_o_firmie {
  margin: 27px 0;
  padding: 20px 23px;
  background: #fff5dc;
  border-left: 4px solid #f5ad18;
  border-radius: 4px;
  color: #1f1f1f;
  font-size: 17px;
}







.sekcja_o_firmie {
  padding: 120px 6%;
  background: #f7f7f5;
}

.kontener_o_firmie {
  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 0.82fr 1.18fr;
  gap: 85px;
  align-items: center;
}

.grafika_o_firmie {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 0;
  padding: 30px 0;
  background: transparent;
  overflow: visible;
}

.grafika_o_firmie img {
  width: 100%;
  max-width: 560px;
  height: auto;
  display: block;
  object-fit: contain;
  transform: scale(1.50);
}

.tresc_o_firmie {
  min-width: 0;
}

.tresc_o_firmie .etykieta_sekcji {
  display: inline-block;
  margin-bottom: 18px;
  color: #ce8500;
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 1.5px;
}

.tresc_o_firmie h2 {
  max-width: 620px;
  margin: 0 0 30px;
  color: #181818;
  font-size: clamp(40px, 4vw, 58px);
  line-height: 1.03;
  letter-spacing: -2px;
}

.opis_o_firmie {
  max-width: 610px;
}

.opis_o_firmie p {
  margin: 0 0 16px;
  color: #6b6b6b;
  font-size: 16px;
  line-height: 1.75;
}

.konkrety_o_firmie {
  margin-top: 42px;
  border-top: 1px solid #ccccca;
}

.konkret_o_firmie {
  display: grid;
  grid-template-columns: 145px 1fr;
  gap: 25px;
  padding: 19px 0;
  border-bottom: 1px solid #ccccca;
}

.konkret_o_firmie strong {
  color: #d98d00;
  font-size: 20px;
  font-weight: 800;
}

.konkret_o_firmie span {
  color: #222222;
  font-size: 15px;
  font-weight: 700;
}

.dokumenty_o_firmie {
  margin-top: 38px;
  padding-top: 30px;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 35px;
  border-top: 2px solid #1d1d1d;
}

.podpis_dokumenty {
  display: block;
  margin-bottom: 9px;
  color: #ce8500;
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 1.3px;
}

.dokumenty_o_firmie p {
  max-width: 390px;
  margin: 0;
  color: #626262;
  font-size: 19px;
  line-height: 1.65;
}

.przycisk_o_firmie {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 15px 24px;
  background: #f5ad18;
  color: #181818;
  font-size: 14px;
  font-weight: 800;
  transition: background 0.2s ease,
    transform 0.2s ease;
}

.przycisk_o_firmie:hover {
  background: #e49a08;
  transform: translateY(-2px);
}





.sekcja_o_firmie {
  padding-top: 50px;
  padding-bottom: 50px;
  padding-left: 6%;
  padding-right: 6%;
}






.sekcja_pojemnosci {
  padding: 105px 6%;
}

.kontener_pojemnosci {
  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
}

.naglowek_pojemnosci {
  max-width: 760px;
  margin-bottom: 52px;
}

.naglowek_pojemnosci h2 {
  font-size: clamp(34px, 4vw, 48px);
  line-height: 1.08;
  letter-spacing: -1.7px;
  color: #191919;
  margin-bottom: 22px;
}

.naglowek_pojemnosci p {
  font-size: 17px;
  color: #686868;
}

.sekcja_pojemnosci {
  background: #f5ad18;
}

.sekcja_pojemnosci .etykieta_sekcji {
  color: #282828;
}

.sekcja_pojemnosci .naglowek_pojemnosci h2 {
  color: #181818;
}

.sekcja_pojemnosci .naglowek_pojemnosci p {
  color: rgba(24, 24, 24, 0.75);
}

.tabela_pojemnosci_wrapper {
  width: 100%;
  overflow-x: auto;
  background: #ffffff;
  border-radius: 12px;
  box-shadow: 0 18px 45px rgba(30, 30, 30, 0.12);
}

.tabela_pojemnosci {
  width: 100%;
  border-collapse: collapse;
  background: #ffffff;
}

.tabela_pojemnosci th {
  padding: 23px 28px;
  text-align: left;
  border-bottom: 1px solid #e8e8e8;
}

.tabela_pojemnosci td {
  padding: 23px 28px;
  text-align: left;
  border-bottom: 1px solid #e8e8e8;
}

.tabela_pojemnosci th {
  background: #f6f6f4;
  color: #1a1a1a;
  font-size: 17px;
  line-height: 1.25;
  font-weight: 800;
}

.tabela_pojemnosci td {
  color: #292929;
  font-size: 17px;
}

.tabela_pojemnosci td:first-child {
  width: 30%;
  font-size: 19px;
  font-weight: 800;
}

.tabela_pojemnosci tbody tr {
  transition: background 0.2s ease;
}

.tabela_pojemnosci tbody tr:hover {
  background: #fff8e8;
}

.tabela_pojemnosci tbody tr:last-child td {
  border-bottom: 0;
}

.pomoc_w_doborze {
  margin-top: 32px;
  padding: 35px 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 35px;
  border-radius: 12px;
  background: #1c1c1c;
  color: #ffffff;
}

.pomoc_w_doborze_tresc {
  max-width: 670px;
}

.pomoc_w_doborze h3 {
  font-size: 25px;
  margin-bottom: 8px;
}

.pomoc_w_doborze p {
  color: #c5c5c5;
}

.przycisk_pojemnosci {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 24px;
  border-radius: 7px;
  border: 0;
  background: #f5ad18;
  color: #171717;
  font-weight: 800;
  cursor: pointer;
  white-space: nowrap;
  transition: transform 0.25s ease,
    background 0.25s ease;
}

.przycisk_pojemnosci:hover {
  background: #ffc343;
  transform: translateY(-2px);
}





.sekcja_pojemnosci {
  padding-top: 50px;
  padding-bottom: 50px;
  padding-left: 6%;
  padding-right: 6%;
}






.sekcja_montaz {
  padding: 105px 6%;
}

.kontener_montaz {
  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
}

.naglowek_montaz {
  max-width: 760px;
  margin-bottom: 52px;
}

.naglowek_montaz h2 {
  font-size: clamp(34px, 4vw, 48px);
  line-height: 1.08;
  letter-spacing: -1.7px;
  color: #191919;
  margin-bottom: 22px;
}

.naglowek_montaz p {
  font-size: 17px;
  color: #686868;
}

.przycisk_montaz {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 24px;
  border-radius: 7px;
  border: 0;
  background: #f5ad18;
  color: #171717;
  font-weight: 800;
  cursor: pointer;
  white-space: nowrap;
  transition: transform 0.25s ease,
    background 0.25s ease;
}

.przycisk_montaz:hover {
  background: #ffc343;
  transform: translateY(-2px);
}

.sekcja_montaz {
  background: #f7f7f5;
}

.kroki_montazu {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}

.krok_montazu {
  min-height: 310px;
  padding: 35px;
  position: relative;
  overflow: hidden;
  background: #ffffff;
  border: 1px solid #f5ad18;
  border-radius: 2px;
}

.numer_kroku {
  display: block;
  margin-bottom: 45px;
  color: #f5ad18;
  font-size: 47px;
  line-height: 1;
  font-weight: 900;
  letter-spacing: -2px;
}

.numer_kroku img{
  width: 60px;
  height: 60px;
  background-color: #f5ad18;
  border-radius: 6px;
}

.tresc_kroku h3 {
  font-size: 22px;
  line-height: 1.2;
  margin-bottom: 15px;
}

.tresc_kroku p {
  color: #696969;
  font-size: 15px;
  margin-bottom: 10px;
}

.informacja_wykop {
  margin-top: 25px;
  padding: 37px 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 35px;
  background: #1c1c1c;
  color: #ffffff;
  border-radius: 12px;
}

.informacja_wykop_tresc {
  max-width: 690px;
}

.informacja_wykop h3 {
  font-size: 25px;
  margin-bottom: 9px;
}

.informacja_wykop p {
  color: #bdbdbd;
}





.sekcja_montaz {
  padding-top: 50px;
  padding-bottom: 50px;
  padding-left: 6%;
  padding-right: 6%;
}





.sekcja_realizacje {
  padding: 105px 6%;
}

.kontener_realizacje {
  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
}

.naglowek_realizacje {
  max-width: 760px;
  margin-bottom: 52px;
}

.naglowek_realizacje h2 {
  font-size: clamp(34px, 4vw, 48px);
  line-height: 1.08;
  letter-spacing: -1.7px;
  color: #191919;
  margin-bottom: 22px;
}

.naglowek_realizacje p {
  font-size: 17px;
  color: #686868;
}

.przycisk_realizacje {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 24px;
  border-radius: 7px;
  border: 0;
  background: #f5ad18;
  color: #171717;
  font-weight: 800;
  cursor: pointer;
  white-space: nowrap;
  transition: transform 0.25s ease,
    background 0.25s ease;
}

.przycisk_realizacje:hover {
  background: #ffc343;
  transform: translateY(-2px);
}

.sekcja_realizacje {
  background: #1b1b1b;
  color: #ffffff;
}

.naglowek_realizacje .etykieta_sekcji {
  color: #f5ad18;
}

.naglowek_realizacje h2 {
  color: #ffffff;
}

.naglowek_realizacje p {
  color: #b8b8b8;
}

.galeria_realizacji {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 17px;
}

.realizacja {
  margin: 0;
  position: relative;
  height: 380px;
  overflow: hidden;
  border-radius: 10px;
  background: #2b2b2b;
}

.realizacja img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.45s ease;
}

.realizacja_video video {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.realizacja_video {
  position: relative;
}

.kontener_video {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.video_realizacji {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  cursor: pointer;
}

.przycisk_play {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 74px;
  height: 74px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 50%;
  background: rgba(245, 173, 24, 0.94);
  color: #181818;
  cursor: pointer;
  transform: translate(-50%, -50%);
  transition: transform 0.25s ease,
    background 0.25s ease,
    opacity 0.25s ease;
}

.przycisk_play:hover {
  background: #ffffff;
  transform: translate(-50%, -50%) scale(1.08);
}

.przycisk_play svg {
  margin-left: 4px;
}

.przycisk_play.ukryty {
  opacity: 0;
  pointer-events: none;
}



.realizacja::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    180deg,
    transparent 42%,
    rgba(0, 0, 0, 0.82) 100%
  );
  pointer-events: none;
}

.realizacja:hover img {
  transform: scale(1.05);
}

.realizacja figcaption {
  position: absolute;
  left: 23px;
  right: 23px;
  bottom: 20px;
  z-index: 2;
}

.realizacja figcaption strong {
  display: block;
}

.realizacja figcaption span {
  display: block;
}

.realizacja figcaption strong {
  font-size: 18px;
  margin-bottom: 3px;
}

.realizacja figcaption span {
  color: #d2d2d2;
  font-size: 13px;
}

.wezwanie_realizacje {
  margin-top: 32px;
  padding: 35px 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 35px;
  background: #f5ad18;
  color: #171717;
  border-radius: 12px;
}

.wezwanie_realizacje_tresc {
  max-width: 660px;
}

.wezwanie_realizacje h3 {
  font-size: 25px;
  margin-bottom: 5px;
}

.wezwanie_realizacje p {
  color: rgba(23, 23, 23, 0.76);
}

.wezwanie_realizacje .przycisk_realizacje {
  background: #191919;
  color: #ffffff;
}

.wezwanie_realizacje .przycisk_realizacje:hover {
  background: #303030;
}





.sekcja_realizacje {
  padding-top: 50px;
  padding-bottom: 50px;
  padding-left: 6%;
  padding-right: 6%;
}






.sekcja_faq {
  padding: 105px 6%;
}

.kontener_faq {
  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
}

.naglowek_faq {
  max-width: 760px;
  margin-bottom: 52px;
}

.naglowek_faq h2 {
  font-size: clamp(34px, 4vw, 48px);
  line-height: 1.08;
  letter-spacing: -1.7px;
  color: #191919;
  margin-bottom: 22px;
}

.naglowek_faq p {
  font-size: 17px;
  color: #686868;
}

.sekcja_faq {
  background: #f7f7f5;
}

.kontener_faq {
  max-width: 950px;
}

.lista_faq {
  display: grid;
  gap: 12px;
}

.element_faq {
  overflow: hidden;
  border: 1px solid #e4e4df;
  border-radius: 9px;
  background: #ffffff;
}

.element_faq summary {
  position: relative;
  padding: 23px 60px 23px 25px;
  color: #222222;
  font-size: 17px;
  font-weight: 750;
  cursor: pointer;
  list-style: none;
}

.element_faq summary::-webkit-details-marker {
  display: none;
}

.element_faq summary::after {
  content: "+";
  position: absolute;
  right: 25px;
  top: 50%;
  transform: translateY(-50%);
  color: #d88e00;
  font-size: 28px;
  font-weight: 400;
}

.element_faq[open] summary::after {
  content: "×";
}

.element_faq[open] summary {
  border-bottom: 1px solid #ecece8;
}

.odpowiedz_faq {
  padding: 21px 25px 24px;
}

.odpowiedz_faq p {
  max-width: 760px;
  color: #696969;
  margin-bottom: 8px;
}

.odpowiedz_faq p:last-child {
  margin-bottom: 0;
}





.sekcja_faq {
  padding-top: 50px;
  padding-bottom: 50px;
  padding-left: 6%;
  padding-right: 6%;
}





.sekcja_kontakt {
  padding: 105px 6%;
}

.kontener_kontakt {
  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
}

.dane_kontaktowe h2 {
  font-size: clamp(34px, 4vw, 48px);
  line-height: 1.08;
  letter-spacing: -1.7px;
  color: #191919;
  margin-bottom: 22px;
}

.dane_kontaktowe > p {
  font-size: 17px;
  color: #686868;
}

.przycisk_formularza {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 24px;
  border-radius: 7px;
  border: 0;
  background: #f5ad18;
  color: #171717;
  font-weight: 800;
  cursor: pointer;
  white-space: nowrap;
  transition: transform 0.25s ease,
    background 0.25s ease;
}

.przycisk_formularza:hover {
  background: #ffc343;
  transform: translateY(-2px);
}

.sekcja_kontakt {
  background: #ffffff;
}

.kontener_kontakt {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: 75px;
  align-items: start;
}

.dane_kontaktowe > p {
  margin-bottom: 40px;
}

.telefon_kontakt {
  padding: 20px 0;
  border-bottom: 1px solid #e8e8e5;
}

.godziny_kontaktu {
  padding: 20px 0;
  border-bottom: 1px solid #e8e8e5;
}

.email_kontakt {
  padding: 20px 0;
  border-bottom: 1px solid #e8e8e5;
}

.podpis_kontakt {
  display: block;
  margin-bottom: 5px;
  color: #777777;
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 1.1px;
}

.telefon_kontakt a {
  color: #171717;
  font-size: 30px;
  line-height: 1.2;
  font-weight: 900;
}

.email_kontakt a {
  color: #2b2b2b;
  font-size: 16px;
}

.godziny_kontaktu p {
  color: #2b2b2b;
  font-size: 16px;
}

.telefon_kontakt a:hover {
  color: #d88e00;
}

.email_kontakt a:hover {
  color: #d88e00;
}

.formularz_kontaktowy {
  padding: 40px;
  background: #f7f7f5;
  border-radius: 13px;
  border: 1px solid #e6e6e1;
}

.naglowek_formularza {
  margin-bottom: 30px;
}

.naglowek_formularza h3 {
  color: #1b1b1b;
  font-size: 28px;
  line-height: 1.2;
  margin-bottom: 10px;
}

.naglowek_formularza p {
  color: #6b6b6b;
  font-size: 15px;
}

.formularz {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 19px;
}

.pole_formularza {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.pole_formularza label {
  color: #282828;
  font-size: 14px;
  font-weight: 700;
}

.pole_formularza label span {
  color: #8e8e8e;
  font-size: 12px;
  font-weight: 400;
}

.pole_formularza input {
  width: 100%;
  border: 1px solid #dcdcd7;
  border-radius: 7px;
  outline: none;
  background: #ffffff;
  color: #202020;
  padding: 14px 15px;
  transition: border-color 0.2s ease,
    box-shadow 0.2s ease;
}

.pole_formularza textarea {
  width: 100%;
  border: 1px solid #dcdcd7;
  border-radius: 7px;
  outline: none;
  background: #ffffff;
  color: #202020;
  padding: 14px 15px;
  transition: border-color 0.2s ease,
    box-shadow 0.2s ease;
}

.pole_formularza input {
  min-height: 51px;
}

.pole_formularza textarea {
  resize: vertical;
  min-height: 145px;
}

.pole_formularza input:focus {
  border-color: #e8a51e;
  box-shadow: 0 0 0 3px rgba(245, 173, 24, 0.14);
}

.pole_formularza textarea:focus {
  border-color: #e8a51e;
  box-shadow: 0 0 0 3px rgba(245, 173, 24, 0.14);
}

.pole_wiadomosc {
  grid-column: 1 / -1;
}

.zgoda_formularza {
  grid-column: 1 / -1;
  display: flex;
  align-items: flex-start;
  gap: 11px;
}

.zgoda_formularza input {
  width: 17px;
  height: 17px;
  margin-top: 3px;
  accent-color: #f5ad18;
  flex-shrink: 0;
}

.zgoda_formularza label {
  color: #777777;
  font-size: 12px;
  line-height: 1.5;
}

.zgoda_formularza a {
  color: #c87f00;
  text-decoration: underline;
}

.przycisk_formularza {
  grid-column: 1 / -1;
  justify-self: start;
  margin-top: 5px;
  padding-left: 31px;
  padding-right: 31px;
}

.kontakt_stopki {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.kontakt_stopki h3 {
  margin-bottom: 22px;
  color: #ffffff;
  font-size: 14px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 1.2px;
}

.element_kontaktu_stopki {
  display: flex;
  align-items: center;
  gap: 11px;
  margin-bottom: 13px;
  color: #c5c5c5;
  font-size: 14px;
  transition: color 0.2s ease;
}

.element_kontaktu_stopki svg {
  flex-shrink: 0;
  color: #f5ad18;
}

.element_kontaktu_stopki:hover {
  color: #ffffff;
}









.sekcja_kontakt {
  padding-top: 50px;
  padding-bottom: 50px;
  padding-left: 6%;
  padding-right: 6%;
}





.nazwa_stopki {
  display: inline-flex;
  align-items: center;
  font-size: 27px;
  font-weight: 800;
  letter-spacing: -1px;
}

.stopka {
  background: #181818;
  color: #ffffff;
}

.marka_stopki {
  max-width: 300px;
}

.nazwa_stopki {
  display: inline-flex;
  align-items: center;
  margin-bottom: 18px;
  font-size: 27px;
  line-height: 1;
  font-weight: 800;
  letter-spacing: -1px;
}

.marka_stopki .wkopane {
  color: #ffffff;
}

.marka_stopki .szambo {
  color: #f5ad18;
}

.marka_stopki p {
  color: #929292;
  font-size: 14px;
  line-height: 1.7;
}

.sociale_stopki {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.sociale_stopki h3 {
  margin-bottom: 22px;
  color: #ffffff;
  font-size: 14px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 1.2px;
}

.ikony_social {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.social_link {
  display: flex;
  align-items: center;
  gap: 11px;
  color: #a9a9a9;
  font-size: 14px;
  transition: color 0.2s ease,
    transform 0.2s ease;
}

.social_link svg {
  flex-shrink: 0;
  color: #f5ad18;
}

.social_link:hover {
  color: #ffffff;
  transform: translateX(4px);
}

.polityka_stopki {
  margin-top: 12px;
  color: #898989;
  font-size: 13px;
  transition: color 0.2s ease;
}

.polityka_stopki:hover {
  color: #f5ad18;
}

.dol_stopki {
  border-top: 1px solid #303030;
}

.dol_stopki_wewnatrz {
  width: 88%;
  max-width: 1180px;
  margin: 0 auto;
  min-height: 68px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
}

.dol_stopki p {
  color: #696969;
  font-size: 12px;
}

.dol_stopki a {
  color: #999999;
  transition: color 0.2s ease;
}

.dol_stopki a:hover {
  color: #f5ad18;
}







.podpisek:hover {
  color: #f5ad18;
  transform: scale(1.05);
  transition: 1s ease;
}




.kontener_stopki {
  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
}

.naglowek_oferty {
  max-width: 760px;
  margin-bottom: 52px;
}

.naglowek_oferty h2 {
  font-size: clamp(34px, 4vw, 48px);
  line-height: 1.08;
  letter-spacing: -1.7px;
  color: #191919;
  margin-bottom: 22px;
}

.naglowek_oferty p {
  font-size: 17px;
  color: #686868;
}

.naglowek_oferty {
  max-width: 780px;
  margin-bottom: 65px;
}

.naglowek_oferty .etykieta_sekcji {
  display: inline-block;
  margin-bottom: 16px;
  color: #d98d00;
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 1.5px;
}

.naglowek_oferty h2 {
  max-width: 760px;
  margin-bottom: 22px;
  color: #181818;
  font-size: clamp(36px, 4vw, 52px);
  line-height: 1.05;
  letter-spacing: -1.7px;
}

.naglowek_oferty p {
  max-width: 720px;
  color: #666666;
  font-size: 17px;
  line-height: 1.75;
}

.siatka_oferty {
  display: block;
  border-top: 1px solid #d9d9d5;
}

.karta_oferty {
  display: grid;
  grid-template-columns: minmax(320px, 0.9fr) minmax(0, 1.1fr);
  gap: 60px;
  align-items: center;
  padding: 42px 0;
  border-bottom: 1px solid #d9d9d5;
  background: transparent;
}

.karta_oferty:nth-child(even) .zdjecie_oferty {
  order: 2;
}

.karta_oferty:nth-child(even) .tresc_oferty {
  order: 1;
}

.zdjecie_oferty {
  position: relative;
  height: 350px;
  overflow: hidden;
  background: #ffffff;
}

.zdjecie_oferty::after {
  display: none;
}

.zdjecie_oferty img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  padding: 0;
  transform: scale(1.12);
  transition: transform 0.45s ease;
}

.karta_oferty:hover .zdjecie_oferty img {
  transform: scale(1.17);
}

.tresc_oferty {
  display: block;
  padding: 0;
}

.tresc_oferty h3 {
  position: relative;
  margin-bottom: 18px;
  padding-top: 18px;
  color: #1a1a1a;
  font-size: clamp(27px, 3vw, 36px);
  line-height: 1.1;
  letter-spacing: -0.8px;
}

.tresc_oferty p {
  max-width: 570px;
  margin-bottom: 13px;
  color: #696969;
  font-size: 16px;
  line-height: 1.7;
}





.siatka_zalet {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
  margin-bottom: 45px;
}

.kontener_stopki {
  width: 88%;
  max-width: 1180px;
  margin: 0 auto;
  padding: 70px 0 60px;
  display: grid;
  grid-template-columns: 1.35fr 0.8fr 0.9fr 1fr;
  gap: 60px;
  align-items: start;
}

@media (max-width: 1050px) {
  .nawigacja {
    padding-left: 4%;
    padding-right: 4%;
    gap: 22px;
  }

  .nawigacja-lista {
    gap: 18px;
  }

  .call-number {
    display: none;
  }

  .call-label {
    display: inline;
  }

  .kontener_o_firmie {
    gap: 50px;
  }

  .kontener_kontakt {
    gap: 50px;
  }

  .kontener_stopki {
    grid-template-columns: 1.2fr 1fr 1fr;
    gap: 45px;
  }

  .marka_stopki {
    grid-column: 1 / -1;
    max-width: 420px;
  }
}

@media (max-width: 900px) {
  .sekcja_oferta {
    padding-left: 5%;
    padding-right: 5%;
  }

  .karta_oferty {
    grid-template-columns: 1fr;
    gap: 28px;
    padding: 38px 0;
  }

  .karta_oferty:nth-child(even) .zdjecie_oferty {
    order: initial;
  }

  .karta_oferty:nth-child(even) .tresc_oferty {
    order: initial;
  }

  .zdjecie_oferty {
    height: 360px;
  }

  .sekcja_o_firmie {
    padding-left: 5%;
    padding-right: 5%;
  }

  .kontener_o_firmie {
    grid-template-columns: 1fr;
    gap: 45px;
  }

  .grafika_o_firmie {
    padding: 10px 0;
  }

  .grafika_o_firmie img {
    width: 100%;
    max-width: 430px;
    height: auto;
    margin: 0 auto;
    transform: none;
  }

  .sekcja_pojemnosci {
    padding-left: 5%;
    padding-right: 5%;
  }

  .sekcja_montaz {
    padding-left: 5%;
    padding-right: 5%;
  }

  .kroki_montazu {
    grid-template-columns: 1fr;
  }

  .krok_montazu {
    min-height: auto;
  }

  .informacja_wykop {
    align-items: flex-start;
    flex-direction: column;
  }

  .sekcja_realizacje {
    padding-left: 5%;
    padding-right: 5%;
  }

  .galeria_realizacji {
    grid-template-columns: repeat(2, 1fr);
  }

  .wezwanie_realizacje {
    align-items: flex-start;
    flex-direction: column;
  }

  .sekcja_faq {
    padding-left: 5%;
    padding-right: 5%;
  }

  .sekcja_kontakt {
    padding-left: 5%;
    padding-right: 5%;
  }

  .kontener_kontakt {
    grid-template-columns: 1fr;
    gap: 45px;
  }
}

@media (max-width: 850px) {
  html {
    scroll-padding-top: 72px;
  }

  .nawigacja {
    min-height: 72px;
    padding-left: 18px;
    padding-right: 18px;
    justify-content: space-between;
    gap: 10px;
  }

  .nazwa {
    min-width: 0;
  }

  .Nazwa-firmy {
    gap: 7px;
    font-size: 21px;
    line-height: 1;
    white-space: nowrap;
  }

  .logo_header {
    width: 58px;
    height: 58px;
  }

  .zadzwon {
    margin-left: auto;
  }

  .header-call {
    width: 44px;
    height: 44px;
    padding: 0;
    justify-content: center;
  }

  .call-number {
    display: none;
  }

  .call-label {
    display: none;
  }

  .nav-toggle {
    display: flex;
    width: 44px;
    height: 44px;
    flex-shrink: 0;
  }

  .nawigacja-lista {
    position: absolute;
    top: 72px;
    left: 0;
    right: 0;
    width: 100%;
    padding: 18px 20px 24px;
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    background: #ffffff;
    box-shadow: 0 15px 25px rgba(0, 0, 0, 0.08);
  }

  .nawigacja-lista.aktywna {
    display: flex;
  }

  .nawigacja-lista li {
    width: 100%;
  }

  .nawigacja-lista a {
    width: 100%;
    display: block;
    padding: 12px 0;
  }

  .hero {
    min-height: 650px;
    background-position: 58% center;
  }

  .hero-content {
    width: 100%;
    padding: 78px 5%;
  }

  .hero-content h1 {
    max-width: 680px;
    font-size: clamp(40px, 7vw, 58px);
  }

  .hero-content > p {
    max-width: 650px;
  }

  .sekcja_dlaczego {
    padding-left: 5%;
    padding-right: 5%;
  }

  .siatka_zalet {
    grid-template-columns: 1fr;
  }

  .dokumentacja_zbiornikow {
    grid-template-columns: 1fr;
  }

  .dokumentacja_tresc {
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  }

  .pomoc_w_doborze {
    align-items: flex-start;
    flex-direction: column;
  }

  .kontener_stopki {
    width: 90%;
    grid-template-columns: 1fr 1fr;
  }

  .marka_stopki {
    grid-column: 1 / -1;
  }
}

@media (max-width: 600px) {
  html {
    scroll-padding-top: 76px;
  }

   .nawigacja {
    min-height: 76px;
    padding-left: 12px;
    padding-right: 12px;
    gap: 8px;
  }

  .nazwa {
    min-width: 0;
    flex-shrink: 1;
  }

  .Nazwa-firmy {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 18px;
    letter-spacing: -0.5px;
    white-space: nowrap;
  }

  .logo_header {
    width: 66px;
    height: 66px;
    object-fit: contain;
    flex-shrink: 0;
    margin-right: 5px;
    transform: scale(2);
  }

  .nazwa_tekst {
  position: absolute;
  left: 50%;
  top: 50%;

  display: flex;
  align-items: center;
  gap: 0;

  transform: translate(-50%, -50%);

  font-size: 18px;
  font-weight: 800;
  white-space: nowrap;
}

.wkopane,
.szambo {
  margin: 0;
  padding: 0;
}

.zadzwon {
  margin-left: auto;
  order: 3;
}

.nav-toggle {
  order: 4;
}

  .zadzwon {
    order: 3;
    margin-left: auto;
    flex-shrink: 0;
  }

  .nav-toggle {
    order: 4;
    width: 40px;
    height: 40px;
    flex-shrink: 0;
  }

  .header-call {
    width: 40px;
    height: 40px;
    padding: 0;
    justify-content: center;
  }

  .call-label,
  .call-number {
    display: none;
  }

  .nawigacja-lista {
    top: 76px;
    padding-left: 18px;
    padding-right: 18px;
  }


  .hero {
    min-height: 600px;
    background-image: linear-gradient(
        90deg,
        rgba(15, 15, 15, 0.92) 0%,
        rgba(15, 15, 15, 0.78) 100%
      ),
      url("assets/IMG_1105.webp");
    background-position: 58% center;
  }

  .hero-content {
    width: 100%;
    padding: 58px 18px;
  }

  .hero-content h1 {
    max-width: 100%;
    margin-bottom: 22px;
    font-size: clamp(34px, 10vw, 40px);
    line-height: 1.03;
    letter-spacing: -1.2px;
  }

  .hero-content > p {
    max-width: 100%;
    font-size: 15px;
    line-height: 1.6;
  }

  .hero-content > p:first-of-type {
    max-width: 100%;
    font-size: 16px;
  }

  .przycisk-hero {
    width: 100%;
    min-height: 52px;
    padding-left: 14px;
    padding-right: 14px;
    text-align: center;
  }

  .sekcja_oferta {
    padding-top: 60px;
    padding-bottom: 60px;
    padding-left: 18px;
    padding-right: 18px;
  }

  .naglowek_oferty {
    margin-bottom: 38px;
  }

  .naglowek_oferty h2 {
    font-size: 34px;
    letter-spacing: -1px;
  }

  .naglowek_oferty p {
    font-size: 15px;
  }

  .karta_oferty {
    gap: 22px;
    padding: 30px 0;
  }

  .zdjecie_oferty {
    height: 260px;
  }

  .zdjecie_oferty img {
    transform: scale(1.08);
  }

  .karta_oferty:hover .zdjecie_oferty img {
    transform: scale(1.08);
  }

  .tresc_oferty {
    padding: 0;
  }

  .tresc_oferty h3 {
    font-size: 28px;
  }

  .tresc_oferty p {
    font-size: 15px;
  }

  .sekcja_dlaczego {
    padding-top: 60px;
    padding-bottom: 60px;
    padding-left: 18px;
    padding-right: 18px;
  }

  .naglowek_dlaczego {
    margin-bottom: 34px;
  }

  .naglowek_dlaczego h2 {
    font-size: 34px;
    letter-spacing: -1px;
  }

  .karta_zalety {
    padding: 26px;
  }

  .dokumentacja_tresc {
    padding: 28px 22px;
  }

  .zawartosc_zestawu {
    padding: 28px 22px;
  }

  .sekcja_o_firmie {
    padding-top: 60px;
    padding-bottom: 60px;
    padding-left: 18px;
    padding-right: 18px;
  }

  .kontener_o_firmie {
    gap: 35px;
  }

  .grafika_o_firmie {
    min-height: 0;
    padding: 0;
  }

  .grafika_o_firmie img {
    width: 100%;
    max-width: 285px;
    height: auto;
    margin: 0 auto;
    transform: none;
  }

  .tresc_o_firmie h2 {
    font-size: 35px;
    letter-spacing: -1.1px;
  }

  .opis_o_firmie p {
    font-size: 15px;
  }

  .konkrety_o_firmie {
    margin-top: 32px;
  }

  .konkret_o_firmie {
  grid-template-columns: 125px 1fr;
  gap: 16px;
  padding: 17px 0;
  align-items: center;
}

.konkret_o_firmie strong {
  white-space: nowrap;
}

  .konkret_o_firmie span {
    font-size: 14px;
  }

  .dokumenty_o_firmie {
    margin-top: 30px;
    padding-top: 25px;
    align-items: flex-start;
    flex-direction: column;
    gap: 22px;
  }

  .dokumenty_o_firmie p {
    font-size: 15px;
  }

  .przycisk_o_firmie {
    width: 100%;
    white-space: normal;
    text-align: center;
  }

  .sekcja_pojemnosci {
    padding-top: 60px;
    padding-bottom: 60px;
    padding-left: 18px;
    padding-right: 18px;
  }

  .naglowek_pojemnosci {
    margin-bottom: 34px;
  }

  .naglowek_pojemnosci h2 {
    font-size: 34px;
    letter-spacing: -1px;
  }

  .tabela_pojemnosci_wrapper {
    width: 100%;
    overflow-x: auto;
    border-radius: 8px;
  }

  .tabela_pojemnosci {
    min-width: 520px;
  }

  .tabela_pojemnosci th {
    padding: 16px 14px;
    font-size: 14px;
  }

  .tabela_pojemnosci td {
    padding: 16px 14px;
    font-size: 14px;
  }

  .tabela_pojemnosci td:first-child {
    font-size: 16px;
  }

  .pomoc_w_doborze {
    margin-top: 26px;
    padding: 26px 22px;
    gap: 22px;
  }

  .przycisk_pojemnosci {
    width: 100%;
    white-space: normal;
    text-align: center;
  }

  .sekcja_montaz {
    padding-top: 60px;
    padding-bottom: 60px;
    padding-left: 18px;
    padding-right: 18px;
  }

  .naglowek_montaz {
    margin-bottom: 34px;
  }

  .naglowek_montaz h2 {
    font-size: 34px;
    letter-spacing: -1px;
  }

  .naglowek_montaz p {
    font-size: 15px;
  }

  .kroki_montazu {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .krok_montazu {
    min-height: auto;
    padding: 26px 22px;
  }

  .numer_kroku {
    margin-bottom: 24px;
  }

  .numer_kroku img {
    width: 54px;
    height: 54px;
  }

  .tresc_kroku h3 {
    font-size: 21px;
  }

  .tresc_kroku p {
    font-size: 15px;
  }

  .informacja_wykop {
    margin-top: 22px;
    padding: 27px 22px;
    gap: 22px;
    align-items: flex-start;
    flex-direction: column;
  }

  .informacja_wykop h3 {
    font-size: 23px;
  }

  .przycisk_montaz {
    width: 100%;
    white-space: normal;
    text-align: center;
  }

  .sekcja_realizacje {
    padding-top: 60px;
    padding-bottom: 60px;
    padding-left: 18px;
    padding-right: 18px;
  }

  .naglowek_realizacje {
    margin-bottom: 34px;
  }

  .naglowek_realizacje h2 {
    font-size: 34px;
    letter-spacing: -1px;
  }

  .galeria_realizacji {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .realizacja {
    height: 310px;
  }

  .realizacja figcaption {
    left: 18px;
    right: 18px;
    bottom: 17px;
  }

  .realizacja figcaption strong {
    font-size: 17px;
  }

  .przycisk_play {
    width: 60px;
    height: 60px;
  }

  .przycisk_play svg {
    width: 25px;
    height: 25px;
  }

  .wezwanie_realizacje {
    padding: 26px 22px;
    gap: 22px;
  }

  .przycisk_realizacje {
    width: 100%;
    white-space: normal;
    text-align: center;
  }

  .sekcja_faq {
    padding-top: 60px;
    padding-bottom: 60px;
    padding-left: 18px;
    padding-right: 18px;
  }

  .naglowek_faq {
    margin-bottom: 34px;
  }

  .naglowek_faq h2 {
    font-size: 34px;
    letter-spacing: -1px;
  }

  .element_faq summary {
    padding: 19px 50px 19px 18px;
    font-size: 16px;
  }

  .element_faq summary::after {
    right: 18px;
  }

  .odpowiedz_faq {
    padding: 18px 18px 21px;
  }

  .sekcja_kontakt {
    padding-top: 60px;
    padding-bottom: 60px;
    padding-left: 18px;
    padding-right: 18px;
  }

  .dane_kontaktowe h2 {
    font-size: 34px;
    letter-spacing: -1px;
  }

  .dane_kontaktowe > p {
    margin-bottom: 30px;
    font-size: 15px;
  }

  .telefon_kontakt a {
    font-size: 26px;
  }

  .formularz_kontaktowy {
    padding: 26px 20px;
  }

  .naglowek_formularza h3 {
    font-size: 25px;
  }

  .formularz {
    grid-template-columns: 1fr;
  }

  .pole_wiadomosc {
    grid-column: auto;
  }

  .zgoda_formularza {
    grid-column: auto;
  }

  .przycisk_formularza {
    grid-column: auto;
    width: 100%;
  }

  .kontener_stopki {
    width: calc(100% - 36px);
    margin: 0 auto;
    padding: 38px 0 36px;

    display: grid;
    grid-template-columns: 1fr;
    gap: 38px;
  }

  .marka_stopki {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.logo_stopki_link {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.logo_stopki {
  display: block;
  width: auto;
  height: 145px;
  margin: 0 auto;
}

  .nawigacja_stopki,
  .sociale_stopki,
  .kontakt_stopki {
    width: 100%;

    display: flex;
    flex-direction: column;
    align-items: flex-start;

    margin: 0;
    padding: 0;
  }

  .nawigacja_stopki h3,
  .sociale_stopki h3,
  .kontakt_stopki h3 {
    margin: 0 0 18px;

    color: #ffffff;

    font-size: 15px;
    font-weight: 800;
    line-height: 1.2;
    text-transform: uppercase;
    letter-spacing: 1.2px;
  }

  .nawigacja_stopki a {
    display: block;

    margin: 0 0 11px;
    padding: 0;

    color: #b8b8b8;

    font-size: 14px;
    line-height: 1.45;
  }

  .nawigacja_stopki a:last-child {
    margin-bottom: 0;
  }

  .ikony_social {
    width: 100%;

    display: flex;
    flex-direction: column;
    gap: 13px;
  }

  .social_link {
    width: 100%;

    display: grid;
    grid-template-columns: 22px 1fr;
    align-items: center;
    gap: 11px;

    margin: 0;

    font-size: 14px;
  }

  .social_link svg {
    width: 20px;
    height: 20px;

    margin: 0;

    justify-self: center;
  }

  .element_kontaktu_stopki {
    width: 100%;

    display: grid;
    grid-template-columns: 22px 1fr;
    align-items: center;
    gap: 11px;

    margin: 0 0 14px;

    font-size: 14px;
  }

  .element_kontaktu_stopki:last-of-type {
    margin-bottom: 0;
  }

  .element_kontaktu_stopki svg {
    width: 20px;
    height: 20px;

    margin: 0;

    justify-self: center;
  }

  .dol_stopki {
    width: 100%;

    margin: 0;
    border-top: 1px solid #303030;
  }

  .dol_stopki_wewnatrz {
    width: calc(100% - 36px);
    min-height: 0;

    margin: 0 auto;
    padding: 18px 0;

    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 5px;
  }

  .dol_stopki p {
    margin: 0;

    font-size: 11px;
    line-height: 1.5;
  }
}

@media (max-width: 420px) {
  .Nazwa-firmy {
    font-size: 17px;
  }

  .logo_header {
    width: 46px;
    height: 46px;
  }

  .header-call {
    width: 38px;
    height: 38px;
  }

  .nav-toggle {
    width: 38px;
    height: 38px;
  }

  .hero-content h1 {
    font-size: 34px;
  }

  .realizacja {
    height: 285px;
  }


  .konkret_o_firmie {
    grid-template-columns: 150px minmax(0, 1fr);
    gap: 14px;
  }
}


@media (max-width: 600px) {
  html,
  body {
    width: 100%;
    max-width: 100%;
    overflow-x: hidden;
  }

  body {
    position: relative;
  }

  .nawigacja {
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    overflow: hidden;
  }

  .hero {
    width: 100%;
    max-width: 100%;
    margin: 0;
    overflow: hidden;
    box-sizing: border-box;
  }

  .hero-content {
    width: 100%;
    max-width: 100%;
    margin: 0;
    padding-left: 18px;
    padding-right: 18px;
    box-sizing: border-box;
  }

  .hero-content h1,
  .hero-content p,
  .przycisk-hero {
    max-width: 100%;
  }
}

.marka_stopki {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: none;
  height: 100%;
}

.logo_stopki_link {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}

.logo_stopki {
  display: block;
  width: auto;
  height: 220px;
  max-width: 100%;
  object-fit: contain;
}

@media (max-width: 600px) {
  .marka_stopki {
    justify-content: flex-start;
  }

  .logo_stopki_link {
    justify-content: flex-start;
  }

  .logo_stopki {
    height: 150px;
  }
}

@media (max-width: 850px) {
  html,
  body {
    overflow-x: clip;
  }

  .nawigacja {
    position: sticky;
    top: 0;
    z-index: 2000;
    overflow: visible;
  }

  .nawigacja-lista {
    top: 100%;
    z-index: 1999;
  }
}

@media (max-width: 600px) {
  html {
    scroll-padding-top: 76px;
  }

  .logo_header {
    width: 60px;
    height: 60px;
    margin-right: 0;
    transform: none;
  }

  .hero {
    min-height: 540px;
    background-position: 60% center;
  }

  .hero-content {
    padding-top: 42px;
    padding-bottom: 42px;
  }
}

@media (max-width: 420px) {
  .logo_header {
    width: 52px;
    height: 52px;
  }
}

@media (max-width: 600px) {
  .logo_header {
    width: 72px;
    height: 72px;
    margin-right: 0;
    object-fit: contain;
    transform: scale(1.55);
    transform-origin: center;
  }
}

@media (max-width: 420px) {
  .logo_header {
    width: 78px;
    height: 78px;
    transform: scale(1.55);
  }
}