.sp-megamenu-parent>li>a, .sp-megamenu-parent>li>span {
    font-size: 17px;
}

.sp-slider #sp-slider-item-1755684451073-num-0-key #sp-slider-inner-item-1755684451074-num-0-key {
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
}

.sp-slider #sp-slider-item-1755684451073-num-0-key #sp-slider-inner-item-1755684451074-num-1-key {
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
}

.logowanie {
  display: inline-block;
  padding: 10px 20px;
  border: 1px solid #fff;
  color: #fff;
  background-color: transparent;
  font-weight: bold;
  text-transform: uppercase;
  text-decoration: none;
  transition: all 0.3s ease;
  border-radius: 10px;
}

.logowanie:hover {
  background-color: #fff;
  color: #333;
}

.social_top {
    width: 20px;
    height: auto;
    margin: 12px 0px 6px 13px;
    float: right;
}

.co_to_jest {
    padding: 12px 100px 18px 100px;
    background: #25a9e0;
    color: #fff;
    border-radius: 4px;
    position: relative;
    display: block;
    width: 100%;
    max-width: 537px;
    font-weight: 700;
}

#sp-top-bar {
    margin: 0px 0px -15px 0;
}

.linia_home{
  position: relative;
  display: inline-block;     
  margin-bottom: 24px;     
  line-height: 1.2;
}

.linia_home::after{
  content: "";
  position: absolute;
  left: 0;                   
  bottom: -15px;             
  width: 90px;              
  height: 4px;               
  background: #e53935;      
  border-radius: 2px;
}

.czytaj_w {
  display: inline-block;
  padding: 12px 30px;
  background-color: #e30613;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  border-radius: 25px;         
  transition: background-color 0.3s ease;
}
 
.czytaj_w:hover {
  background-color: #b5040f; 
}

.sppb-addon-image-layout-wrap {
   box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}

#sppb-addon-1755697265124 #btn-1755697265124.sppb-btn-link,
#sppb-addon-1755699486131 #btn-1755699486131.sppb-btn-link, 
#sppb-addon-1755699486134 #btn-1755699486134.sppb-btn-link
 {
    text-align: right;
    display: block;
    font-size: 13px;
    color: #ff0000;
}

/*table home*/
.ais-section {
  --ais-red: #e30613;
  --ais-text: #222;
  --ais-muted: #6b6b6b;
  --ais-border: #ddd;
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
}
/*
.ais-container {
  max-width: 1080px;
  margin: 0 auto;
  padding: 24px 16px 8px;
}*/

.ais-eyebrow {
  margin: 0 0 4px;
  color: var(--ais-red);
  font-weight: 700;
  letter-spacing: .05em;
  text-transform: uppercase;
  font-size: 14px;
}

.ais-title {
  margin: 0 0 20px;
  font-size: clamp(24px, 4vw, 34px);
  line-height: 1.2;
  color: var(--ais-text);
  position: relative;
}

.ais-title::after {
  content: "";
  display: block;
  width: 120px;
  height: 3px;
  background: var(--ais-red);
  margin-top: 8px;
  border-radius: 2px;
}

/* lista */
.ais-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.ais-row {
  display: grid;
  grid-template-columns: 1fr 2.2fr auto;
  align-items: center;
  gap: 20px;
  padding: 16px 6px;
  border-bottom: 1px solid var(--ais-border);
}

.ais-row:first-child {
  border-top: 1px solid var(--ais-border);
}

.ais-col-title {
    font-weight: 500;
    color: var(--ais-text);
    font-size: 18px;
}

.ais-col-desc {
  color: var(--ais-muted);
  line-height: 1.5;
}

/* przycisk strzałka */
.ais-row-cta {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  /*box-shadow: 0 2px 6px rgba(0,0,0,.15);*/
  transition: transform .15s ease, box-shadow .15s ease;
}

.ais-row-cta img {
    width: 40px;
    height: auto;
    display: block;
}

.ais-row:hover .ais-row-cta {
  transform: translateX(2px);
 /* box-shadow: 0 4px 10px rgba(0,0,0,.25);*/
}

/* responsywność */
@media (max-width: 768px) {
  .ais-row {
    grid-template-columns: 1fr auto;
    grid-template-rows: auto auto;
  }
  .ais-col-desc {
    grid-column: 1 / -1;
  }
}


/*koniec table home*/ 


.ais-box {
  display: flex;              /* logo i tekst obok siebie */
  align-items: flex-start;    /* wyrównanie tekstu do góry logo */
  gap: 10px;                  /* odstęp między logo a tekstem */
  margin: 0;
  padding: 0;
}

.ais-box img {
  width: 79px;
  height: 79px;
  object-fit: contain;
  flex-shrink: 0;             /* obrazek nie zwęża się */
}

.ais-box span {
  font-size: 15px;
  line-height: 1.3;           /* ciaśniejszy odstęp między wierszami */
  color: #222;
  display: block;
}

.ais-box strong {
  display: block;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 2px;         /* minimalny odstęp nad adresem */
  line-height: 1.2;
}
.ais-box32 {
  display: flex;
  align-items: center;
  gap: 12px; /* odstęp ikona ↔ tekst */
  font-family: Arial, sans-serif;
}

.ais-box32 img {
  width: 44px;
  height: 47px;
  object-fit: contain;
  flex-shrink: 0;
}

.ais-box32 .ais-text {
  display: flex;
  flex-direction: column; /* ustawia "Zadzwoń" nad numerem */
  line-height: 1.2;
}

.ais-box32 strong {
  font-size: 14px;
  color: #000;
  margin-bottom: 3px;
}

.ais-box32 .ais-text a {
  font-size: 30px;
  font-weight: 700;
  color: #c60000; /* czerwony numer */
  text-decoration: none;
}

.ais-box32 .ais-text a:hover {
  text-decoration: underline;
}

.na1 {
  font-size: 16px;
  font-weight: 700;
  color: #c60000;              /* czerwony */
  text-transform: uppercase;
  display: inline-block;
  margin-bottom: 8px;
}

.na2 {
  font-size: 32px;
  font-weight: 800;
  line-height: 1.3;
  color: #fff;                 /* biały tekst */
  text-transform: uppercase;
  margin-bottom: 20px;
  position: relative;
  display: inline-block;
}

.na2::after {
  content: "";
  display: block;
  width: 120px;                 /* długość linii */
  height: 3px;                 /* grubość linii */
  background-color: #c60000;   /* kolor linii */
  margin-top: 10px;            /* odstęp od tekstu */
}

.na22 {
  text-transform: uppercase;
  position: relative;
  display: inline-block;
}
.na22::after {
  content: "";
  display: block;
  width: 120px;                 /* długość linii */
  height: 3px;                 /* grubość linii */
  background-color: #c60000;   /* kolor linii */
  margin-top: 10px; 
}

.czthaga {
  position: relative;
  display: inline-block;
  color: #e30613;          /* kolor tekstu */
  cursor: pointer;
}

/* pseudo-element dla linii */
.czthaga::after {
  content: "";
  position: absolute;
  bottom: -3px;            /* odstęp od tekstu */
  left: 0;
  width: 0;
  height: 2px;
  background: #e30613;     /* kolor linii */
  transition: width 0.3s ease;
}

/* efekt pojawienia się linii od lewej */
.czthaga:hover::after {
  width: 100%;
}



















/*STOPKA*/

/* ========================
   STOPKA AIS HOLDING
   ======================== */

.ft {
  --ft-bg: #1f2830;          /* główne tło */
  --ft-bg-soft: #222b33;     /* dolny pasek */
  --ft-txt: #e6edf2;         /* główny tekst */
  --ft-muted: #c6cfd6;       /* linki/link muted */
  --ft-red: #e30613;         /* kolor akcentu */
  --ft-line: #5b6470;        /* linia separatora */
  background: var(--ft-bg);
  color: var(--ft-txt);
  font-family: "Segoe UI", Arial, sans-serif;
  font-size: 15px;
  line-height: 1.6;
}

/* --- układ główny --- */
.ft__inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 32px 32px 18px;
  display: grid;
  grid-template-columns: 1.2fr 1fr 1fr 1fr;
  gap: 20px 32px;            /* odstępy między kolumnami */
}

/* --- nagłówki --- */
.ft h3, 
.ft h4 {
  color: #fff;
  font-weight: 700;
  margin: 0 0 12px;
  font-size: 16px;
}

/* --- kolumna CTA (lewa) --- */
.ft__cta p {
  color: #cfd6dc;
  margin: 0 0 16px;
  max-width: 38ch;
  font-size: 14px;
}

/* przycisk kontakt */
.ft__btn {
  display: inline-block;
  padding: 10px 22px;
  border-radius: 24px;
  background: var(--ft-red);
  color: #fff !important;
  text-decoration: none;
  font-weight: 600;
  transition: background 0.3s ease;
}
.ft__btn:hover {
  background: #c1050f;
}

/* --- listy linków --- */
.ft__list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.ft__list li {
  margin: 8px 0;
}
.ft .ft__list a {
  display: inline-block;
  color: var(--ft-muted) !important;  /* wymuszenie */
  text-decoration: none;
  line-height: 1.5;
  transition: color 0.2s ease;
}
.ft .ft__list a:hover {
  color: #fff !important;
}

/* --- social media --- */
.ft__socialTitle {
  margin-top: 18px;
}
.ft__socials {
  display: flex;
  gap: 12px;
}
.ft__soc {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.08);
  color: #e6edf2;
  display: grid;
  place-items: center;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.14);
  transition: background 0.2s ease;
}
.ft__soc:hover {
  background: rgba(255, 255, 255, 0.2);
}

/* --- dolny pasek --- */
.ft__bar {
  background: var(--ft-bg-soft);
}
.ft__barInner {
  max-width: 100%;
  margin: 0 auto;
  padding: 0px 24px 12px;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 12px;
  color: #c6cfd6;
  font-size: 14px;
}
.ft__barCenter a {
  color: #c6cfd6 !important;
  text-decoration: none;
  margin: 0 6px;
}
.ft__barCenter a:hover {
  color: #fff !important;
}
.ft__dot {
  margin: 0 8px;
  color: #8f98a3;
}

/* --- responsywność --- */
@media (max-width: 992px) {
  .ft__inner {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 640px) {
  .ft__inner {
    grid-template-columns: 1fr;
    padding: 24px 16px 12px;
  }
  .ft__barInner {
    grid-template-columns: 1fr;
    text-align: center;
  }
}



.ft__fullwidth-link {
  display: block;
  width: 100vw;
  margin: 0;
  padding: 14px 32px;
  background-color: var(--ft-bg-soft);
  color: var(--ft-muted);
  text-align: center;
  text-decoration: none;
  font-size: 15px;
  border-top: 1px solid var(--ft-line);
  transition: background-color 0.3s ease, color 0.3s ease;
}

.ft__fullwidth-link:hover {
  background-color: #2a333c;
  color: #ffffff;
}



.sp-megamenu-parent>li>a, .sp-megamenu-parent>li>span {
    font-size: 17px;
}

.sp-slider #sp-slider-item-1755684451073-num-0-key #sp-slider-inner-item-1755684451074-num-0-key {
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
}

.sp-slider #sp-slider-item-1755684451073-num-0-key #sp-slider-inner-item-1755684451074-num-1-key {
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
}

.logowanie {
  display: inline-block;
  padding: 10px 20px;
  border: 1px solid #fff;
  color: #fff;
  background-color: transparent;
  font-weight: bold;
  text-transform: uppercase;
  text-decoration: none;
  transition: all 0.3s ease;
  border-radius: 10px;
}

.logowanie:hover {
  background-color: #fff;
  color: #333;
}

.social_top {
    width: 20px;
    height: auto;
    margin: 12px 0px 6px 13px;
    float: right;
}

.co_to_jest {
    padding: 12px 100px 18px 100px;
    background: #25a9e0;
    color: #fff;
    border-radius: 4px;
    position: relative;
    display: block;
    width: 100%;
    max-width: 537px;
    font-weight: 700;
}

#sp-top-bar {
    margin: 0px 0px -15px 0;
}

.linia_home{
  position: relative;
  display: inline-block;     
  margin-bottom: 24px;     
  line-height: 1.2;
}

.linia_home::after{
  content: "";
  position: absolute;
  left: 0;                   
  bottom: -15px;             
  width: 90px;              
  height: 4px;               
  background: #e53935;      
  border-radius: 2px;
}

.czytaj_w {
  display: inline-block;
  padding: 12px 30px;
  background-color: #e30613;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  border-radius: 25px;         
  transition: background-color 0.3s ease;
}
 
.czytaj_w:hover {
  background-color: #b5040f; 
}

.sppb-addon-image-layout-wrap {
   box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}

#sppb-addon-1755697265124 #btn-1755697265124.sppb-btn-link,
#sppb-addon-1755699486131 #btn-1755699486131.sppb-btn-link, 
#sppb-addon-1755699486134 #btn-1755699486134.sppb-btn-link
 {
    text-align: right;
    display: block;
    font-size: 13px;
    color: #ff0000;
}

/*table home*/
.ais-section {
  --ais-red: #e30613;
  --ais-text: #222;
  --ais-muted: #6b6b6b;
  --ais-border: #ddd;
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
}
/*
.ais-container {
  max-width: 1080px;
  margin: 0 auto;
  padding: 24px 16px 8px;
}*/

.ais-eyebrow {
  margin: 0 0 4px;
  color: var(--ais-red);
  font-weight: 700;
  letter-spacing: .05em;
  text-transform: uppercase;
  font-size: 14px;
}

.ais-title {
  margin: 0 0 20px;
  font-size: clamp(24px, 4vw, 34px);
  line-height: 1.2;
  color: var(--ais-text);
  position: relative;
}

.ais-title::after {
  content: "";
  display: block;
  width: 120px;
  height: 3px;
  background: var(--ais-red);
  margin-top: 8px;
  border-radius: 2px;
}

/* lista */
.ais-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.ais-row {
  display: grid;
  grid-template-columns: 1fr 2.2fr auto;
  align-items: center;
  gap: 20px;
  padding: 16px 6px;
  border-bottom: 1px solid var(--ais-border);
}

.ais-row:first-child {
  border-top: 1px solid var(--ais-border);
}

.ais-col-title {
    font-weight: 500;
    color: var(--ais-text);
    font-size: 18px;
}

.ais-col-desc {
  color: var(--ais-muted);
  line-height: 1.5;
}

/* przycisk strzałka */
.ais-row-cta {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  box-shadow: 0 2px 6px rgba(0,0,0,.15);
  transition: transform .15s ease, box-shadow .15s ease;
}

.ais-row-cta img {
    width: 40px;
    height: auto;
    display: block;
}

.ais-row:hover .ais-row-cta {
  transform: translateX(2px);
 /* box-shadow: 0 4px 10px rgba(0,0,0,.25);*/
}

/* responsywność */
@media (max-width: 768px) {
  .ais-row {
    grid-template-columns: 1fr auto;
    grid-template-rows: auto auto;
  }
  .ais-col-desc {
    grid-column: 1 / -1;
  }
}


/*koniec table home*/ 


.ais-box {
  display: flex;              /* logo i tekst obok siebie */
  align-items: flex-start;    /* wyrównanie tekstu do góry logo */
  gap: 10px;                  /* odstęp między logo a tekstem */
  margin: 0;
  padding: 0;
}

.ais-box img {
  width: 79px;
  height: 79px;
  object-fit: contain;
  flex-shrink: 0;             /* obrazek nie zwęża się */
}

.ais-box span {
  font-size: 15px;
  line-height: 1.3;           /* ciaśniejszy odstęp między wierszami */
  color: #222;
  display: block;
}

.ais-box strong {
  display: block;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 2px;         /* minimalny odstęp nad adresem */
  line-height: 1.2;
}
.ais-box32 {
  display: flex;
  align-items: center;
  gap: 12px; /* odstęp ikona ↔ tekst */
  font-family: Arial, sans-serif;
}

.ais-box32 img {
  width: 44px;
  height: 47px;
  object-fit: contain;
  flex-shrink: 0;
}

.ais-box32 .ais-text {
  display: flex;
  flex-direction: column; /* ustawia "Zadzwoń" nad numerem */
  line-height: 1.2;
}

.ais-box32 strong {
  font-size: 14px;
  color: #000;
  margin-bottom: 3px;
}

.ais-box32 .ais-text a {
  font-size: 30px;
  font-weight: 700;
  color: #c60000; /* czerwony numer */
  text-decoration: none;
}

.ais-box32 .ais-text a:hover {
  text-decoration: underline;
}

.na1 {
  font-size: 16px;
  font-weight: 700;
  color: #c60000;              /* czerwony */
  text-transform: uppercase;
  display: inline-block;
  margin-bottom: 8px;
}

.na2 {
  font-size: 32px;
  font-weight: 800;
  line-height: 1.3;
  color: #fff;                 /* biały tekst */
  text-transform: uppercase;
  margin-bottom: 20px;
  position: relative;
  display: inline-block;
}

.na2::after {
  content: "";
  display: block;
  width: 120px;                 /* długość linii */
  height: 3px;                 /* grubość linii */
  background-color: #c60000;   /* kolor linii */
  margin-top: 10px;            /* odstęp od tekstu */
}

.na22 {
  text-transform: uppercase;
  position: relative;
  display: inline-block;
}
.na22::after {
  content: "";
  display: block;
  width: 120px;                 /* długość linii */
  height: 3px;                 /* grubość linii */
  background-color: #c60000;   /* kolor linii */
  margin-top: 10px; 
}

.czthaga {
  position: relative;
  display: inline-block;
  color: #e30613;          /* kolor tekstu */
  cursor: pointer;
}

/*linia*/
.ft__hard-line {
  width: 100vw;
  height: 1px;
  background-color: #5b6470; /* lub inny kolor */
  margin: 0;
  padding: 0;
}

.ft__barInner {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 12px;
}

.ft__socials {
  display: flex;
  gap: 12px;
}

.ft__soc {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.08);
  color: #e6edf2;
  display: grid;
  place-items: center;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.14);
  transition: background 0.2s ease;
}

.ft__soc:hover {
  background: rgba(255, 255, 255, 0.2);
}

.ft__barCenter a {
  color: #c6cfd6;
  text-decoration: none;
  margin: 0 6px;
}

.ft__barCenter a:hover {
  color: #ffffff;
}

.ft__dot {
  color: #8f98a3;
  margin: 0 8px;
}
/*koniec linii*/



:root{
--badge-bg: #e51022;
--badge-fg: #fff;
--card-bg: #f1f3f5;
--card-fg: #1f2937;
--card-radius: 8px;
--gap: 14px;
--maxw: 1050px;
}


*{ box-sizing: border-box; }


.wrap{
max-width: var(--maxw);
margin: 40px auto;
padding: 0 16px 40px;
}


h1{
font-size: clamp(22px, 3vw, 30px);
font-weight: 700;
margin: 0 0 18px;
letter-spacing: .2px;
}


ol.eco-list{
counter-reset: step;
list-style: none;
padding: 0;
margin: 0;
display: grid;
gap: 10px;
}


.eco-list > li{
counter-increment: step;
display: grid;
grid-template-columns: 52px 1fr;
align-items: center;
gap: var(--gap);
}


.eco-list > li::before{
content: counter(step);
display: grid;
place-items: center;
width: 42px;
height: 42px;
border-radius: 50%;
background: var(--badge-bg);
color: var(--badge-fg);
font-weight: 700;
font-size: 18px;
box-shadow: 0 1px 0 rgba(0,0,0,.08), inset 0 0 0 2px rgba(255,255,255,.15);
}


.card{
background: var(--card-bg);
border-radius: var(--card-radius);
padding: 18px 20px;
box-shadow: 0 1px 0 rgba(0,0,0,.03);
}


.card p{ margin: 0; }


@media (max-width: 520px){
}


h2 {
  position: relative;
  font-weight: 700;
  margin-bottom: 16px;
}

h2::after {
  content: "";
  display: block;
  width: 109px;      /* długość kreski */
  height: 3px;      /* grubość kreski */
  background: #e51022; /* czerwony kolor */
  margin-top: 6px;  /* odstęp od tekstu */
}

/* =========================================
   AIS – DWUKOLUMNOWA LISTA Z ANIMOWANYMI STRZAŁKAMI
   ========================================= */

.ais-steps ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px 30px;
}

.ais-steps li {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  font-size: 17px;
  color: #222;
  font-weight: normal;
  line-height: 1.5;
  transition: color 0.25s ease;
}

.ais-steps li img {
  width: 31px;
  height: auto;
  flex-shrink: 0;
  transition: transform 0.25s ease;
}

/* animacja: lekkie przesunięcie strzałki przy hover */
.ais-steps li:hover img {
  transform: translateX(4px);
}


/* wersja mobilna: jedna kolumna */
@media (max-width: 768px) {
  .ais-steps ul {
    grid-template-columns: 1fr;
  }
}

.sp-megamenu-parent>li:hover>a {
    color: #e30613;
}

a:hover, a:focus, a:active {
    color: #cbcbcb;
}

