#sp-header.scrolled {
    background: #ffffff !important;
    box-shadow: 0 4px 15px rgba(0,0,0,0.08);
}

body {
    padding-top: 0 !important;
}
#sp-header {
    background: transparent !important;
}

#sp-header.scrolled {
    background: #ffffff !important;
}

.sp-megamenu-parent>li.active>a, .sp-megamenu-parent>li.active:hover>a {
    color: #f3f3f3;
}
.sp-megamenu-parent>li.active>a {
    font-weight: 500;
}
.sp-megamenu-parent>li>a, .sp-megamenu-parent>li>span {
    font-size: 14px;
    text-transform: uppercase;
}

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

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

/*LINIA*/
#sp-header .sp-megamenu-parent > li > a {
    position: relative;
}

#sp-header .sp-megamenu-parent > li > a::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 2px; 
    background: #ff6600; 
    transition: width 0.3s ease;
}

#sp-header .sp-megamenu-parent > li > a:hover::after {
    width: 100%;
}

/* Link jako punkt odniesienia */
#sp-header .sp-megamenu-parent > li > a {
    position: relative;
    display: inline-block;
}

#sp-header .sp-megamenu-parent > li > a::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 10px; 
    width: 0;
    height: 2px;
    background: #ff6600;
    transition: width 0.3s ease;
}

#sp-header .sp-megamenu-parent > li > a:hover::after {
    width: 100%;
}

#sp-header .sp-megamenu-parent > li > a {
    color: #040404 !important;
}

#sp-header.scrolled .sp-megamenu-parent > li > a {
    color: #000000 !important; /* możesz dać #222 jeśli chcesz delikatniejszy */
}

#sp-header {
  /*  position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 90px; 
    line-height: 90px;
    background: transparent !important;
    transition: background 0.3s ease, box-shadow 0.3s ease;
    z-index: 9999;
*/  height: 80px;
    width: 100%;
    position: relative;
    z-index: 99;
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.1);
    animation: spFadeIn 0.5s;
}


@media (max-width: 991px) {
    #sp-header {
        height: 60px !important;
        line-height: 50px !important;
    }
}

a.icon_phone::before {
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-right: 8px;
    vertical-align: middle; 

    background-image: url("data:image/svg+xml;utf8,\
<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'>\
<path d='M22 16.92v3a2 2 0 0 1-2.18 2 19.79 19.79 0 0 1-8.63-3.07 19.5 19.5 0 0 1-6-6 19.79 19.79 0 0 1-3.07-8.67A2 2 0 0 1 4.11 2h3a2 2 0 0 1 2 1.72 12.84 12.84 0 0 0 .7 2.81 2 2 0 0 1-.45 2.11L8.09 9.91a16 16 0 0 0 6 6l1.27-1.27a2 2 0 0 1 2.11-.45 12.84 12.84 0 0 0 2.81.7A2 2 0 0 1 22 16.92z'/>\
</svg>");
    background-size: contain;
    background-repeat: no-repeat;
}

/* Pulsowanie */
a.icon_phone::before {
    animation: phonePulse 1.8s infinite ease-in-out;
}
*/
@keyframes phonePulse {
    0%   { transform: scale(1); }
    50%  { transform: scale(1.15); }
    100% { transform: scale(1); }
}

#sp-header.scrolled a.icon_phone::before {
    background-image: url("data:image/svg+xml;utf8,\
<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'>\
<path d='M22 16.92v3a2 2 0 0 1-2.18 2 19.79 19.79 0 0 1-8.63-3.07 19.5 19.5 0 0 1-6-6 19.79 19.79 0 0 1-3.07-8.67A2 2 0 0 1 4.11 2h3a2 2 0 0 1 2 1.72 12.84 12.84 0 0 0 .7 2.81 2 2 0 0 1-.45 2.11L8.09 9.91a16 16 0 0 0 6 6l1.27-1.27a2 2 0 0 1 2.11-.45 12.84 12.84 0 0 0 2.81.7A2 2 0 0 1 22 16.92z'/>\
</svg>");
}

/* Header jako flex */
#sp-header .row.align-items-center {
    display: flex;
    align-items: center;
}

/* Menu normalnie */
#sp-header #sp-menu {
    margin-left: auto;
}

/*
.header-phone {
    margin-left: 40px;
    display: flex;
    align-items: center;
    white-space: nowrap;
    color: #fff;
    font-weight: 500;
}*/



#sp-header .row.align-items-center {
    display: flex;
    align-items: center;
}

#sp-header #sp-menu {
    margin-left: auto;
}

#sp-header #sp-module {
    margin-left: 40px; 
}




.section-title {
    display: flex;
    align-items: center;
    gap: 14px;
}

.section-title h2 {
    margin: 0;
    font-size: 32px;
    font-weight: 700;
    color: #2b2f33;
}

.title-icon {
    width: 32px;
    height: 32px;
    object-fit: contain;
    flex-shrink: 0;
	margin-top: 6px;
}

.sppb-row-container{
    max-width: 1450px !important;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

/*linia hero*/

.linia_hero_home1 .sppb-row {
  display: flex;
  flex-wrap: wrap;
}


.linia_hero_home2 {
  padding: 1px 20px;
  height: 100%;
  border-right: 1px solid #e5e5e5;
}

.linia_hero_home1 .sppb-col-md-3:last-child .linia_hero_home2 {
  border-right: none;
}

@media (max-width: 992px) {
  .linia_hero_home1 .sppb-col-md-3 {
    flex: 0 0 50%;
    max-width: 50%;
  }
}

@media (max-width: 600px) {
  .linia_hero_home1 .sppb-col-md-3 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

.linia_hero_home1 .sppb-row {
  border-bottom: 1px solid #e5e5e5;
}

.linia_hero_home1 {
  position: relative;
}

.linia_hero_home1::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100vw;   /* pełna szerokość ekranu */
  height: 1px;
  background: #e5e5e5;
}

.linia_hero_home2 {
  transition: background 0.3s ease;
}

.linia_hero_home2:hover {
  background: #f2f3f5;
}

.linia_hero_home2 .sppb-img-container img {
  transition: transform 0.3s ease;
}

.linia_hero_home2:hover .sppb-img-container img {
  transform: scale(1.1);
}

.section-label {
  display: flex;
  align-items: center;
  gap: 12px;
}

.section-label::before {
  content: "";
  width: 40px;
  height: 1px;
  background: #c99a2e; 
}

.title-main {
  color: #1f1f1f;
  line-height: 1.2;
}

.title-main span {
  display: block;
  color: #c99a2e;
  font-style: italic;
}

.span span { 
  display: block;
  color: #c99a2e;
  font-style: italic;
  font-weight: 500;
}

.about-text {
  line-height: 1.7;
}

.about-quote {
  border-left: 3px solid #c99a2e;
  padding-left: 18px;
  margin: 25px 0;
  font-style: italic;
  color: #7a8a93;
}

.dzial_prawny_bottom { 
    border: solid 1px #acacac52;
    border-radius: 5px;
}
.sppb-addon-feature .sppb-img-container img {
  transition: transform 0.3s ease;
  transform-origin: center;
  display: inline-block;
}

.sppb-addon-feature .sppb-img-container img {
  transition: transform 0.3s ease;
}

.sppb-addon-feature:hover .sppb-img-container img {
  transform: scale(1.1);
}

.dzial_prawny_bottom {
  transition: box-shadow 0.2s ease, transform 0.2s ease;
}

.dzial_prawny_bottom:hover {
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
  transform: translateY(-2px); /* opcjonalne, daje fajny efekt "unoszenia" */
}

.box-zapytaj {
  border: 1px dashed #d4a24a;
  border-radius: 5px;
  height: 100%;
  min-height: 150px;
  display: flex;
  align-items: center;
  justify-content: center;

  text-align: center;
  transition: all 0.3s ease;
}

.dzial_prawny_bottom_zapytaj {
  height: 100%;
}

.title-step {
  display: flex;
  align-items: center;
  gap: 15px;
}

.step-number {
  color: #c99a2e;
  letter-spacing: 2px;
}

.step-text {
  color: #1d1d1d;
}
.bezpi_col_for .sppb-addon-content {
  position: relative;
  padding-bottom: 15px;
  margin-bottom: 15px;
}

.bezpi_col_for .sppb-addon-content::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: #e5e5e5;
}

.bezpi_col_for .sppb-addon-feature {
  display: flex;
  flex-direction: column;
}

.bezpi_col_for .sppb-addon-content {
  padding-left: 35px;
}

.title_home_na_linia {
  color: #ffffff;
}

.title_home_na_linia span {
  color: #d4a24c;
  font-style: italic; 
}  

.section-label span {
  font-style: normal;
}

/*szkolania*/

.event-box.sppb-addon {
  background: #1e2a3a !important;
  padding: 16px 20px !important;
  border-radius: 5px !important;
}

.event-box.sppb-addon .sppb-media {
  display: flex !important;
  align-items: flex-start !important;
}

.event-box.sppb-addon .sppb-media-body {
  width: 100% !important;
}

.event-box.sppb-addon .sppb-addon-text {
  display: flex !important;
  align-items: center !important;
  width: 100% !important;
}

.event-box.sppb-addon .event-badge {
  border: 1px solid #d4a24c !important;
  color: #d4a24c !important;
  padding: 6px 14px !important;
  border-radius: 5px !important;
  font-size: 11px !important;
  font-weight: 600 !important;
  letter-spacing: 3px;
}

.event-box.sppb-addon .event-date {
  color: #9aa4b2 !important;
  font-size: 14px !important;
}

.event-box.sppb-addon .sppb-addon-title {
  margin-bottom: 2px !important;
}

.event-box.sppb-addon .sppb-addon-text {
  margin-top: 0 !important;
}

.event-box.sppb-addon .sppb-addon-content {
  align-items: center !important;
}

.event-box.sppb-addon .event-badge {
  align-self: center !important;
}

.event-box.sppb-addon .event-badge {
  margin-left: auto !important;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
/*przycisk wkrotce*/
.event-box.sppb-addon .event-badge {
  border: 1px solid #d99726 !important;
  color: #d99726 !important;
}

.event-box.sppb-addon .sppb-addon-title a,
.event-box.sppb-addon .sppb-addon-title {
  color: #ffffff !important;
  text-decoration: none !important;
}

.event-box.sppb-addon .event-badge,
.event-box.sppb-addon .event-badge a {
  color: #d99726 !important;
  text-decoration: none !important;
}

.event-box.sppb-addon {
  transition: all 0.3s ease;
  cursor: pointer;
}

.event-box.sppb-addon:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.25);
  background: #223248 !important; /* lekko jaśniejsze */
}

.dzial_prawny_bottom ul {
  list-style: none;
  padding-left: 0;
}

.dzial_prawny_bottom ul li {
  position: relative;
  padding-left: 20px;
}

.dzial_prawny_bottom ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 6px;
  width: 12px;
  height: 12px;
  background: url("/images/chevron-right.svg") no-repeat center;
  background-size: contain;
}



/* godzina prawy górny 4H */
/* cały box */
.sppb-addon.sppb-addon-feature {
  position: relative;
}

/* badge wyrównany do linii ikonki */
.sppb-addon.sppb-addon-feature .card-time {
  position: absolute;
  top: 28px; /* wysokość ikonki + padding */
  right: 16px;
  transform: translateY(-50%);

  border: 1px solid #d99726;
  color: #d99726;
  padding: 4px 10px;
  border-radius: 8px;
  font-size: 12px;
  font-weight: 600;
}
.title_home_na_linia_stopka_poroz {
	color: #000;
}
.title_home_na_linia_stopka_poroz span {
  color: #d4a24c;
  font-style: italic; 
}

.section-label-lines-two {
    display: flex;
    align-items: center;
    justify-content: center; /* wyśrodkowanie */
    gap: 15px;
    width: 100%;
}

.section-label-lines-two::before,
.section-label-lines-two::after {
    content: "";
    width: 40px;
    height: 1px;
    background: #c99a2e;
}


.header_oferta p {
    max-width: 650px; 
    margin: 0 auto;
    line-height: 1.8;
}

@media (max-width: 767px){
    .phone_menu{
        display: none !important;
    }
}

#sp-header .logo,
#sp-header #sp-logo,
#sp-header #sp-logo a{
    display:flex;
    align-items:center;
    height:100%;
}

#sp-header #sp-logo img{
    display:block;
    height:auto;
    max-height:72px;
    width:auto;
    transition:.3s ease;
}

@media (max-width: 991px){

    #sp-header{
        padding:10px 0;
    }

    #sp-header #sp-logo img{
        max-height:60px;
    }

}

@media (max-width: 767px){

    #sp-header{
        padding:0px 0;
    }
    #sp-header #sp-logo img{
        max-height:53px;
    }
}

@media (max-width: 367px){

    #sp-header #sp-logo img{
        max-height:48px;
    }
}

#sp-header {
    background: #e5e7eb;
}


.dzialy_oferta {
	border: solid 1px #cacaca;
    border-radius: 5px;
}
.dzialy_oferta img {
    background-color: #141d2e;
    height: auto;
	width: auto;
    border-radius: 5px;
	padding: 11px;
	margin-left: 5px;
    margin-top: 2px;
} 

.dzialy {
    background-color: #141d2e;
    color: #fff;
    border-radius: 20px;
    padding: 5px 12px; 
}

.dzialy-wrapper{
    display:flex;
    flex-wrap:wrap;
    gap:10px;
	padding-top: 15px;
}

.adres-box{
    display:flex;
    align-items:flex-start;
    gap:12px;
}

.adres-marker{
    width:18px;
    height:18px;
    min-width:18px;
    margin-top:4px;

    background-image:url('/images/2026/05/07/map-pin-gold.svg');
    background-size:contain;
    background-repeat:no-repeat;
    background-position:center;
}

.kontakt_two img {
	background: #fbf4e9;
	border-radius: 20px;
	width: 45px;
    height: 45px;
	padding: 14px;
} 

#section-id-1778153505723 .sppb-row{
    align-items:flex-start !important;
}

#section-id-1778153505723 .sppb-column{
    height:auto !important;
} 

.kontakt_two{
    position:relative;
}

.kontakt_two:after{
    content:"→";

    position:absolute;
    right:30px;
    top:50%;
    transform:translateY(-50%);

    font-size:28px;
    font-weight:300;

    color:#d8d8d8;

    transition:.3s ease;
}

.kontakt_two:hover:after{
    right:24px;
    color:#c58b3a;
}




.cf-fields{
    display:flex;
    flex-wrap:wrap;
    align-items:center;
}

.cf-btn-submit{
    width:auto !important;
    max-width:none !important;
    flex:none !important;

    margin-left:auto;
}

.pola_wymagane{
    width:auto !important;
    max-width:none !important;
    flex:none !important;

    display:flex;
    align-items:center;

    margin-right:auto;
}

.pola_wymagane p{
    margin:0;
}

#form1_textarea4,
#form1_telefon, 
#form1_email, 
#form1_imi-i-nazwisko  {
    background: #f6f7f9;
}

p {
    margin-bottom: 0rem;
}

.phone-icon {
    display: flex;
    align-items: center;
    white-space: nowrap;
    font-weight: 500;
    padding-left: 24px;
    color: #000;

    width: 18px;
    height: 18px;
    margin-right: 8px;

    background-image: url("data:image/svg+xml;utf8,\
<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23d99726' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'>\
<path d='M22 16.92v3a2 2 0 0 1-2.18 2 19.79 19.79 0 0 1-8.63-3.07 19.5 19.5 0 0 1-6-6 19.79 19.79 0 0 1-3.07-8.67A2 2 0 0 1 4.11 2h3a2 2 0 0 1 2 1.72 12.84 12.84 0 0 0 .7 2.81 2 2 0 0 1-.45 2.11L8.09 9.91a16 16 0 0 0 6 6l1.27-1.27a2 2 0 0 1 2.11-.45 12.84 12.84 0 0 0 2.81.7A2 2 0 0 1 22 16.92z'/>\
</svg>");

    background-size: contain;
    background-repeat: no-repeat;
    background-position: left center;
}

.phone-icon:hover {
    color: #d99726 !important;
}

/*szkolenia*/


/* ============================================================
   SZKOLENIA — DARK CALENDAR CARDS v4
    ============================================================ */

.szkolenia-dark-wrap {
    display: flex;
    flex-direction: column;
    gap: 12px;
    background: transparent;
    padding: 0;
}

.szkolenie-card {
    background: #1e2a3a;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 8px;
    padding: 18px 22px;
    display: flex;
    align-items: center;
    gap: 16px;
    transition: background 0.2s ease, border-color 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
}

.szkolenie-card:hover {
    background: #1a2840;
    border-color: rgba(201, 162, 39, 0.35);
    transform: translateY(-3px);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.35);
}

/* Ikona kalendarza */
.szkolenie-icon {
    flex-shrink: 0;
    width: 22px;
    height: 22px;
}

.szkolenie-icon svg {
    width: 22px;
    height: 22px;
    stroke: #c9a227;
}

/* Treść */
.szkolenie-body {
    flex: 1;
    min-width: 0;
}

.szkolenie-title {
    margin: 0;
    padding: 0;
    font-size: inherit;
    font-weight: inherit;
    line-height: inherit;
}

.szkolenie-title a {
    color: #ffffff;
    font-size: 0.92rem;
    font-weight: 600;
    text-decoration: none;
    display: block;
    margin-bottom: 5px;
    letter-spacing: 0;
    transition: color 0.15s;
}

.szkolenie-title a:hover {
    color: #c9a227;
}

.szkolenie-meta {
    color: #7b8fae;
    font-size: 0.8rem;
    letter-spacing: 0;
}

/* Przyciski */
.szkolenie-btn {
    flex-shrink: 0;
    margin-left: auto;
    padding: 7px 18px;
    border-radius: 5px;
    font-size: 0.78rem;
    font-weight: 500;
    white-space: nowrap;
    text-decoration: none;
    display: inline-block;
    letter-spacing: 0;
    font-family: inherit;
    transition: background 0.2s ease, color 0.2s ease;
}

/* Zapisz się */
.szkolenie-btn--zapisz {
    border: 1px solid #c9a227;
    color: #c9a227;
    background: transparent;
}

.szkolenie-btn--zapisz:hover {
    background: #c9a227;
    color: #0f1825;
    text-decoration: none;
}

/* Wkrótce */
.szkolenie-btn--wkrotce {
    border: 1px solid #c9a227;
    color: #c9a227;
    background: transparent;
    cursor: default;
}

/* On-line */
.szkolenie-btn--online {
    border: 1px solid #c9a227;
    color: #c9a227;
    background: transparent;
    cursor: pointer;
}

.szkolenie-btn--online:hover {
    background: #c9a227;
    color: #0f1825;
    text-decoration: none;
}

/* Responsywność */
@media (max-width: 600px) {
    .szkolenie-card {
        flex-wrap: wrap;
        gap: 8px;
    }
    .szkolenie-title {
    margin: 0;
    padding: 0;
    font-size: inherit;
    font-weight: inherit;
    line-height: inherit;
}

.szkolenie-title a {
        white-space: normal;
    }
    .szkolenie-btn {
        margin-left: 38px;
    }
}

#sp-main-body {
    padding: 0px 0;
}


/* ============================================================
   SZKOLENIE — PASEK INFO NA STRONIE ARTYKUŁU
   ============================================================ */

.szkolenie-article-wrap {
    width: 100%;
}

/* Pasek z datą, godziną, miejscem */
.szkolenie-info-bar {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 0;
    border: none;
    border-radius: 0;
    padding: 22px 24px;
    margin-top: 0;
    margin-bottom: 2rem;
    background: #131d2e;
    box-shadow: 0 0 0 100vmax #131d2e;
    clip-path: inset(0 -100vmax);
}

/* Pojedynczy element w pasku */
.szkolenie-info-item {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 6px 20px;
    position: relative;
    flex-shrink: 0;
}

/* Separator między elementami */
.szkolenie-info-item + .szkolenie-info-item::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    height: 20px;
    width: 1px;
    background: rgba(201, 162, 39, 0.3);
}

/* Ikona */
.szkolenie-info-icon {
    flex-shrink: 0;
    width: 18px;
    height: 18px;
    color: #c9a227;
}

.szkolenie-info-icon svg {
    width: 18px;
    height: 18px;
    stroke: #c9a227;
}

/* Tekst */
.szkolenie-info-text {
    color: #e0e0e0;
    font-size: 0.88rem;
    font-weight: 500;
    white-space: nowrap;
}

/* Dzień tygodnia w nawiasie */
.szkolenie-info-day {
    color: #8a9bbf;
    font-weight: 400;
    margin-left: 4px;
}

/* Treść artykułu */
.szkolenie-article-content {
    line-height: 1.7;
}

/* Responsywność */
@media (max-width: 640px) {
    .szkolenie-info-bar {
        flex-direction: column;
        align-items: flex-start;
        padding: 12px 16px;
        gap: 8px;
    }

    .szkolenie-info-item {
        padding: 4px 0;
    }

    .szkolenie-info-item + .szkolenie-info-item::before {
        display: none;
    }

    .szkolenie-info-text {
        white-space: normal;
    }
}

/* ============================================================
   SZKOLENIE — PASEK INFO (wstrzykiwany przez JS do SP Page Builder)
   Dodaj do Custom CSS w Helix
   ============================================================ */

#szkolenie-info-bar .szkolenie-info-bar-inner {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 0;
    padding: 10px 0;
}

#szkolenie-info-bar .szkolenie-info-item {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 6px 24px;
    position: relative;
}

#szkolenie-info-bar .szkolenie-info-item + .szkolenie-info-item::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    height: 20px;
    width: 1px;
    background: rgba(201, 162, 39, 0.4);
}

#szkolenie-info-bar .szkolenie-info-icon {
    flex-shrink: 0;
    width: 18px;
    height: 18px;
}

#szkolenie-info-bar .szkolenie-info-icon svg {
    width: 18px;
    height: 18px;
    stroke: #c9a227;
}

#szkolenie-info-bar .szkolenie-info-text { 
    color: #e0e0e0;
    font-size: 0.88rem;
    font-weight: 500;
    white-space: nowrap;
}

#szkolenie-info-bar .szkolenie-info-day {
    color: #8a9bbf;
    font-weight: 400;
    margin-left: 4px;
}

@media (max-width: 640px) {
    #szkolenie-info-bar .szkolenie-info-bar-inner {
        flex-direction: column;
        align-items: flex-start;
        padding: 10px 20px;
    }

    #szkolenie-info-bar .szkolenie-info-item {
        padding: 4px 0;
    }

    #szkolenie-info-bar .szkolenie-info-item + .szkolenie-info-item::before {
        display: none;
    }

    #szkolenie-info-bar .szkolenie-info-text {
        white-space: normal;
    }
}

#szkolenie-info-bar {
    background-color: #131d2e !important;
}

#szkolenie-info-bar .szkolenie-info-icon {
    display: flex;
    align-items: center;
}

#szkolenie-info-bar {
    background-color: #131d2e !important;
    box-shadow: 0 0 0 100vmax #131d2e;
    clip-path: inset(0 -100vmax);
} 

#art_szkolenie_new {
    position: relative;
}

#art_szkolenie_new::before,
#art_szkolenie_new::after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100vw;
    background: #131d2e;
    background: #131d2e;
    z-index: -1;
}

#art_szkolenie_new::before {
    right: 100%; 
}

#art_szkolenie_new::after {
    left: 100%;
}

/*Szkolenie_bar_stopka*/

#art_szkolenie_new_stopka {
    position: relative;
}

#art_szkolenie_new_stopka::before,
#art_szkolenie_new_stopka::after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100vw;
    background: #131d2e;
    background: #131d2e;
    z-index: -1;
}

#art_szkolenie_new_stopka::before {
    right: 100%; 
}

#art_szkolenie_new_stopka::after {
    left: 100%;
}


#szkolenie-info-bar {
    position: relative;
}

#szkolenie-info-bar::before,
#szkolenie-info-bar::after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100vw;
    background: #131d2e;
    z-index: -1;
}

#szkolenie-info-bar::before {
    right: 100%;
}

#szkolenie-info-bar::after {
    left: 100%;
}

#szkolenie-info-bar {
    padding-bottom:80px !important;
}

.price-box h4{
    color: #000;
}


.price-box-program h4 {
    font-size: 30px;
} 


.szkolenie-program-header {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 1.5rem;
}

.szkolenie-program-header span {
    font-size: 0.72rem;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: #c9a227;
    white-space: nowrap;
    font-weight: 500;
}

.szkolenie-program-header::after {
    content: '';
    flex: 1;
    height: 1px;
    background: #e4e4e4;
}


/*############pole dodatkowe################*/

.szkolenie-program-list {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.szkolenie-program-item {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    padding: 20px 24px;
    border: 1px solid #cacaca;
    border-radius: 8px;
}

.szkolenie-program-num {
    font-size: 0.82rem;
    font-weight: 700;
    color: #c9a227;
    background: #141d2e;
    border-radius: 6px;
    padding: 6px 10px;
    flex-shrink: 0;
    min-width: 42px;
    text-align: center;
}

.szkolenie-program-title {
    font-weight: 600;
    color: #151c28;
    margin-bottom: 5px;
}

.szkolenie-program-desc {
    font-size: 0.83rem;
    color: #454c5a;
    line-height: 1.5;
}

.szkolenie-program-title {
    font-family: 'Playfair Display', sans-serif;
}

.szkolenie-program-num {
    font-family: 'Playfair Display', sans-serif;
}

.szkolenie-program {
    position: relative;
    background: #f7f7f8;
    box-shadow: 0 0 0 100vmax #f7f7f8;
    clip-path: inset(0 -100vmax);
    }

	
#szkolenie-program {
    position: relative;
}

#szkolenie-program::before,
#szkolenie-program::after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100vw;
    background: #f7f7f8;
    z-index: -1;
}

#szkolenie-program::before {
    right: 100%;
}

#szkolenie-program::after {
    left: 100%;
}

#szkolenie-program {
    background: #f7f7f8 !important;
    box-shadow: 0 0 0 100vmax #f7f7f8;
    clip-path: inset(0 -100vmax);
}

/*tło*/

.szkolenie-info-art-tlo {
    position: relative;
    background: #f6f7f9;
}

.szkolenie-info-art-tlo {
    position: relative;
    background: #f6f7f9;
}

.szkolenie-info-art-tlo::before,
.szkolenie-info-art-tlo::after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100vw;
    background: #f6f7f9;
    z-index: -1;
}

.szkolenie-info-art-tlo::before {
    right: 100%;
}

.szkolenie-info-art-tlo::after {
    left: 100%;
}

/*Linia BEF AFT*/

#szkolenie-info-art-linia {
    position: relative;
    border-bottom: 1px solid #dcdfe5;
}

#szkolenie-info-art-linia::before,
#szkolenie-info-art-linia::after {
    content: '';
    position: absolute;
    top: 0;
    bottom: -1px;
    width: 100vw;
    background: #f6f7f9;
    z-index: -1;
    border-bottom: 1px solid #dcdfe5;
}

#szkolenie-info-art-linia::before {
    right: 100%;
}

#szkolenie-info-art-linia::after {
    left: 100%;
}
#szkolenie-info-art-linia {
    position: relative;
    border-bottom: 1px solid #dcdfe5;
}


#szkolenie-info-art-linia-top {
    position: relative;
    border-top: 1px solid #dcdfe5;
    border-bottom: none;
}

#szkolenie-info-art-linia-top::before,
#szkolenie-info-art-linia-top::after {
    content: '';
    position: absolute;
    top: -1px;
    bottom: 0;
    width: 100vw;
    z-index: -1;
    border-top: 1px solid #dcdfe5;
}

#szkolenie-info-art-linia-top::before {
    right: 100%;
}

#szkolenie-info-art-linia-top::after {
    left: 100%;
}

/*szkolenie dla kogo*/

.szkolenie-dla-kogo ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px 40px;
}

.szkolenie-dla-kogo ul li::before {
    content: '' !important;
    flex-shrink: 0 !important;
    width: 20px !important;
    height: 20px !important;
    margin-top: 1px !important;
    background-image: url('/images/2026/05/15/check.svg') !important;
    background-size: contain !important;
    background-repeat: no-repeat !important;
    display: block !important;
}


.szkolenie-dla-kogo ul li {
    display: flex;
    align-items: center;
    gap: 10px;
    list-style: none;
}

.szkolenie-dla-kogo ul li img {
    flex-shrink: 0;
    vertical-align: middle;
}

.zapisy a {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #c9a227;
    color: #fff !important;
    padding: 12px 24px;
    border-radius: 6px;
    font-size: 0.8rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    text-decoration: none !important;
}

.zapisy a::before {
    content: '';
    width: 18px;
    height: 18px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23fff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M4 4h16c1.1 0 2 .9 2 2v12c0 1.1-.9 2-2 2H4c-1.1 0-2-.9-2-2V6c0-1.1.9-2 2-2z'%3E%3C/path%3E%3Cpolyline points='22,6 12,13 2,6'%3E%3C/polyline%3E%3C/svg%3E");
    background-size: contain;
    background-repeat: no-repeat;
}

.pob_form {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: transparent;
    color: #b59a9a !important;
    padding: 12px 24px;
    border-radius: 6px;
    border: 1px solid #fff;
    font-size: 0.8rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    text-decoration: none !important;
    margin-left: 12px;
}

.pob_form::before {
    content: '';
    width: 18px;
    height: 18px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23fff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4'%3E%3C/path%3E%3Cpolyline points='7 10 12 15 17 10'%3E%3C/polyline%3E%3Cline x1='12' y1='15' x2='12' y2='3'%3E%3C/line%3E%3C/svg%3E");
    background-size: contain;
    background-repeat: no-repeat;
}


.szkolenie-kontakt {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
}

.szkolenie-kontakt-box {
    background: #1e2a3a;
    border: 1px solid rgba(255,255,255,0.07);
    border-radius: 8px;
    padding: 20px 24px;
}

.szkolenie-kontakt-label {
    font-size: 0.8rem;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    color: #c9a227;
    font-weight: 600;
    margin-bottom: 10px;
}

.szkolenie-kontakt-name {
    font-weight: 700;
    color: #ffffff;
    font-size: 0.95rem;
    margin-bottom: 4px;
}

.szkolenie-kontakt-info {
    color: #7a8fae;
    font-size: 0.85rem;
}

.szkolenie-kontakt-info a {
    color: #7a8fae !important;
    text-decoration: none !important;
}

.szkolenie-kontakt-box {
    transition: border-color 0.2s ease;
}

.szkolenie-kontakt-box:hover {
    border-color: #c9a227;
}

@media (max-width: 576px) {
    #szkolenie-info-bar .szkolenie-info-bar-inner {
        align-items: center !important;
        padding: 10px 20px !important;
    }
}

@media (max-width: 1199px) {
    .zapisy {
        margin-bottom: 10px;
        display: block;
    }
}

@media (max-width: 991px) {
    .zapisy {
        margin-bottom: 10px;
        display: block;
    }
}

@media (max-width: 767px) {
    .zapisy {
        margin-bottom: 10px;
        display: block;
    }
}

@media (max-width: 575px) {
    .zapisy {
        margin-bottom: 10px;
        display: block;
    }
}

@media (max-width: 575px) {
    .szkolenie-kontakt {
        grid-template-columns: 1fr;
    }
    
    .szkolenie-kontakt-box {
        text-align: center;
    }
}

.linia_top {
border-top: 1px Solid #e1dfdf;
}

.dzialy_szkolenia img {
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.07);
    height: 67px;
    width: 67px;
    padding: 18px;
    border-radius: 5px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
    backdrop-filter: blur(6px);
    margin: 0 auto;
}
.sp_stopka_pod {
    border-top: 1px solid #282828;
}
.dzialy:hover {
    color: #d99726;
}

a .dzialy {
  display: inline-block;
}

.kontakt-stopka {
	display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 160px;
    height: 51px;
    padding: 0 0px;
    background: #DDA128;
    color: #0B1833;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase;
    text-decoration: none;
    border-radius: 4px;
    transition: all .3s ease;
}

.kontakt-stopka:hover {
    background: #e9ad35;
    transform: translateY(-2px);
}
.icon_facebook{
    width: 32px;
    height: 32px;
    max-width: 32px;
}

@media (max-width: 991px) {
    .icon_facebook {
        display: none;
    }
}

.logo-image-phone {
    height: 55px !important;
}