//* DODatkowe dla zapytaj o cenę */
/* Konkret: przycisk "Zapytaj o cenę" w bloku atrybutu ceny */
.crs-attr-txt a.ng-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;

  padding: 10px 18px;
  min-height: 38px;

  font-size: 13px;
  font-weight: 700;
  letter-spacing: .4px;
  text-decoration: none;

  border: 1px solid #ffffff;
  background-color: #fdc600;
  color: #0259a1;

  border-radius: 999px;
  line-height: 1;
  cursor: pointer;

  transition: transform .15s ease, box-shadow .15s ease, filter .15s ease;
}

.crs-attr-txt a.ng-button:hover {
  transform: translateY(-1px);
  box-shadow: 0 8px 18px rgba(0,0,0,.18);
  filter: brightness(0.98);
}

.crs-attr-txt a.ng-button:focus-visible {
  outline: 3px solid rgba(253,198,0,.45);
  outline-offset: 3px;
}

/* CSS Buttonu dla szkolenia OSP */
/* Specjalny przycisk dla szkolenia z indywidualną wyceną */
.price-btn-long {
    font-size: 0.85em;          /* mniejszy tekst */
    font-weight: 700;
    padding: 8px 14px;
    line-height: 1.25;
    text-align: center;

    white-space: normal;        /* POZWALA na łamanie */
    word-break: normal;
    overflow-wrap: break-word;

    display: inline-flex;       /* kluczowe */
    align-items: center;
    justify-content: center;

    max-width: 220px;           /* kontrola łamania na 2 linie */
}

/* Na mobile trochę wężej */
@media (max-width: 768px) {
    .price-btn-long {
        max-width: 180px;
        font-size: 0.8em;
    }
}

/*Zakładki tutora robione */

/* Styl zakładek */
.tutor-nav {
    display: flex;
    justify-content: flex-start;
    margin: 0;
    padding: 0;
}

.tutor-nav .tutor-nav-item {
    list-style: none;
    margin-right: 10px;
}

.tutor-nav .tutor-nav-link {
    text-decoration: none;
    padding: 10px 15px;
    border-bottom: 2px solid transparent;
    font-weight: bold;
    color: #0073e6; /* Kolor aktywnej zakładki */
    transition: all 0.3s ease;
}

.tutor-nav .tutor-nav-link.is-active {
    border-bottom: 2px solid #0073e6; /* Aktywny kolor */
    color: #0073e6;
}

.tutor-nav .tutor-nav-link:hover {
    color: #005bb5;
    border-bottom: 2px solid #005bb5;
}

/* Usunięcie lewego marginesu */
.tutor-course-single-content {
    margin-left: 0 !important;
    padding-left: 0 !important;
}

.woocommerce-cart-icon {
    position: relative;
    display: inline-block;
    font-family: Arial, sans-serif;
    font-size: 14px;
    color: #0070b9;
    text-align: center;
}

.cart-icon {
    position: relative;
}

.cart-svg-icon {
    width: 24px;
    height: 24px;
    color: #0070b9;
}

.cart-count {
    position: absolute;
    top: -8px;
    right: -10px;
    background-color: #FFA500; /* Pomarańczowy kolor tła */
    color: #000;
    font-size: 12px;
    font-weight: bold;
    border-radius: 50%;
    padding: 2px 6px;
    min-width: 18px;
    text-align: center;
}

.cart-text {
    display: block;
    margin-top: 2px;
    color: #0070b9; /* Kolor tekstu Koszyk */
    font-weight:normal;
    color:#0070b9;
    font-size:0.8em;
}

#createaccount + span {
    font-weight: bold;
}

/* Styl dla pól select */
select {
    width: 100%;
    padding: 10px;
    font-size: 16px;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
    background-color: #f9f9f9;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none;
    color: #333;
}

/* Styl na hover i focus dla pola select */
select:hover, select:focus {
    border-color: #007bff; /* Dopasuj kolor do koloru obramowania przy focus dla pola tekstowego */
    background-color: #fff;
}

/* Opcjonalne dopasowanie koloru i stylu pola w stanie disabled */
select:disabled {
    background-color: #e9ecef;
    color: #6c757d;
}

/* Ikona strzałki w dół dla select, aby była bardziej widoczna */
select::-ms-expand {
    display: none;
}

/* Dla lepszej kontroli wyglądu select na Safari */
select::-webkit-inner-spin-button,
select::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Styl dla kontenera select, jeśli używasz */
.select-container {
    position: relative;
    display: inline-block;
    width: 100%;
}


.top-container {
  background-color:#ffffff;
  color:#000000;
  padding: 20px 0px 20px 0px;
}
.container {
  padding:10px !important;
}

/* POWTARZALNE */
.padding-small {
  padding:20px !important;
}

.padding-big {
  padding:40px !important;
}

.padding-very-small {
  padding:10px !important;
}

.padding-mini {
  padding:3px !important;
}

.basic-form p {
  font-size: 0.9em;
}

.tel-none {
  padding:1px;
}

.normal-none {
  display:none;
}

.col-center {
  text-align:center;
}

.crs-level-wrapper {
  min-height:#150px;
}

/* NADPISANE */
.crs-duration-wrapper {
  min-height:150px !important;
}

@media (max-width: 900px) {
  .tel-none {
    display: none;
  }

  .normal-none {
    padding: 1px;
    display: block;
  }

}

@media(max-width: 900px) {
  .tel-none {
    display:none;
  }

  .normal-none {
    padding:1px;
  }
}

.nl-row p {
  font-size:0.7em;
}

.menu__glowne {
  border-top: 1px solid #cbcbcb !important;
  border-bottom: 1px solid #cbcbcb !important;
  margin-bottom: 20px !important;
}

.little-menu {
  color: #231f20;
  margin: 0 15px 0 0;
  display: inline-block;
}

.nav-peter a:hover{
  color:#0070b9;
}

.header__cta {
    border: none;
    background-color: #005ac4;
    color: #fff;
    border-radius: 10px;
    padding: 3px 10px 10px;
    display: flex;
    align-items: center;
    font-weight: 600;
    font-size: 0.8em;
    line-height: 19px;
    text-align: left
}

.header__cta p {
    font-weight: normal;
    margin: 3px 0 0 10px;
}

/*.header__cta:hover {
    border: none;
    background-color: #005ac4;
    color: #fdc600;
    border-radius: 10px;
    padding: 5px 13px;
    display: flex;
    align-items: center;
    font-weight: 600;
    font-size: 0.8em;
    line-height: 18px;
    text-align: left
} */

.kontakt input {
  border-radius: 10px !important;
}

#pod_top {
  text-align: center;
  margin:0 auto;

}

.pod_top_class {
  margin: 0px 0 0 0;
  padding:0 12px 0 12px !important;
}

.pod_top_class_2 {
  margin: 20px 0 0 0;
  padding:0px 0px 0px 0px !important;

}

.col_in_pod_top {
  background-color:#f0efef;
}

.info_in_pod_top {
  padding-left:40px;
  text-align: left;
  color:#231f20;
  padding-top:20px;
  padding-bottom:20px;
}

.intro {
  height: auto;
    background: url(../img/intro-background-2.png) center no-repeat #0071ce;
    background-size: cover;
    text-align: left;
    padding: 60px 0 80px 0;
}

.intro .txt-bright a {
  background-color: #ffffff;
  border: 1px solid #0070b9;
  border-radius:20px;
  padding:10px 20px 10px 20px;
  color:#0070b9;
  font-size:1em;
  font-weight:bold;
  margin:10px;
  line-height:3em;
}

.intro .txt-bright a:hover {
  background-color: #fdc600;
  border: 1px solid #ffffff;
  border-radius:20px;
  padding:10px 20px 10px 20px;
  color:#0070b9;
  font-size:1em;
  font-weight:bold;
  margin:10px;
  line-height:3em;
}

.pozostale {
  background: url(img/szkolenia_expert6.png) center no-repeat #0071ce;
  background-size: cover;
  background-position: bottom center;
  padding: 10px 0px 0 30px;
  text-align: left;
}

.pozostale-home {
  background: url(img/szkolenia_expert3.png) center no-repeat #0071ce;
  background-size: cover;
  padding: 10px 0 0 30px;
  text-align: left;
}

.pozostale-mobile {
  background: url(https://szkolenia.navigate.pl/wp-content/themes/navigate-szkolenia/img/naviexpert-rwd5.png) center no-repeat #0071ce;
  background-size: cover;
  padding: 0px 0 0 30px;
  text-align: left;
  min-height:370px;

}

.pozostale-mobile-glowna {
  background: url(https://szkolenia.navigate.pl/wp-content/themes/navigate-szkolenia/img/naviexpert-rwd2.png) center no-repeat #0071ce;
  background-size: cover;
  padding: 0px 0 0 30px;
  text-align: left;
  min-height:370px;

}

.pozostale-mobile-link2 {
  background-color: #fdc600;
  border: 1px solid #ffffff;
  border-radius:20px;
  padding:10px 20px 10px 20px;
  color:#0070b9;
  font-size:1em;
  font-weight:bold;
  margin:0px;
  line-height:3em;
}

.pozostale-mobile .pozostale-mobile-link {
  background-color: #fdc600;
  border: 1px solid #ffffff;
  border-radius:20px;
  padding:10px 20px 10px 20px;
  color:#0070b9;
  font-size:1em;
  font-weight:bold;
  margin:0px;
  line-height:3em;
}

.pozostale-mobile h2 {
  color:#0070b9;
  margin-top:10px;
  font-size:1.7em;
}

.pozostale h2 {
  color:#0070b9;
  margin-top:10px;
  font-size:2.4em;
}

.pozostale-home h2 {
  color:#0070b9;
  margin-top:10px;
  font-size:2.4em;
}

.pozostale .pozostale-link {
  background-color: #fdc600;
  border: 1px solid #ffffff;
  border-radius:20px;
  padding:10px 20px 10px 20px;
  color:#0070b9;
  font-size:1em;
  font-weight:bold;
  margin:10px;
  line-height:3em;
}

.normal-link {
  color:#0070b9;
  font-weight:bold;
  font-size:1.2em;
}

.pozostale .pozostale-link:hover {
  background-color: #ffffff;
  border: 1px solid #0070b9;
  border-radius:20px;
  padding:10px 20px 10px 20px;
  color:#0070b9;
  font-size:1em;
  font-weight:bold;
  margin:10px;
  line-height:3em;
}

.pozostale-home .pozostale-link {
  background-color: #fdc600;
  border: 1px solid #ffffff;
  border-radius:20px;
  padding:10px 20px 10px 20px;
  color:#0070b9;
  font-size:1em;
  font-weight:bold;
  margin:10px;
  line-height:3em;
}

.pozostale-home .pozostale-link:hover {
  background-color: #ffffff;
  border: 1px solid #0070b9;
  border-radius:20px;
  padding:10px 20px 10px 20px;
  color:#0070b9;
  font-size:1em;
  font-weight:bold;
  margin:10px;
  line-height:3em;
}

.content-onas {
  text-align:left;
  margin-top:20px;
  padding: 50px 0 0 30px;
  background-color:#ffffff;

}

.instruktor-zdjecie {
    min-height:200px;
}

.instruktor-opis {
  padding-left:20px;
  padding-right:20px
}

.instruktor-imie {
  color:#0070b9;
  font-size:1.3em;
  font-weight:900;
}

.tytul-szkolenie-home {
  font-size: 1.2em;
  line-height: 1em;
  font-weight:bold;
  color:#0070b9;
}

.dlaczego_navigate {
  padding:28px;
}

.full-newsletter {
  border: 0px #fdc600 solid;
  border-radius: 30px;
  padding: 40px;
  background-color: rgba(255,255,255,0.7);

}

/* CENNIK */

.cennik-kont {
  background-color:#f8f8f8;
  padding:20px;
}

.cennik-kont h2 {
  color:#0070b9;
}

.cennik-kont table {
  width:100%;
  border-collapse: collapse;
}

.cennik-kont td {
  padding:10px;
}

.cennik-kont tr {
  background-color: #ffffff;
}

.cennik-kont tr:nth-last-of-type(2n) {
  background-color: #d7d7d7;
}

.cen_title_szkolenie {
  color: #0070b9;
  width:70%;
}

.cen_cena_szkolenie {
  color: #0070b9;
  font-size: 1.2em;
  width:30%;
  font-weight:800;
  text-align:right;
}

.cennik-opis {
  padding-left:40px;
  padding-right:40px;
}

.cennik-opis img {
  display:inline-block !important;
}

.cennik-price {
  display:block;
  align-self: center;
  text-align:center;
  padding:20px;
  color:#ffffff;
  background: #0070b9;
  font-size: 1.5em;
  font-weight:700;
}

.cennik-zobacz {
  display:block;
  align-self: center;
  text-align:center;
  padding:20px;
  color:#0070b9;
  background:#fdc600;
  font-size:1.2em;
  font-weight:700;
  border:1px #ffffff solid;
  border-radius:30px;
  width:80%
}

.cennik-zobacz a {
  color:#0070b9;
  text-decoration: none;
}

.cennik-zobacz hover {
  display:block;
  align-self: center;
  text-align:center;
  padding:20px;
  color:#0070b9;
  background:#cecece;
  font-size:1.2em;
  font-weight:700;
  border:1px #ffffff solid;
  border-radius:30px;
  width:80%
}

/* KATALOG SZKOLEŃ */
.katalog-wprowadzenie {

}

.katalog-wprowadzenie a {
  color:#0070b9;
  text-decoration: none;
  font-weight:700;
}

.kontakt-karolina {
  background-color:#f8f8f8;
  padding:40px;
  border-radius:20px;
}

/* SINGLE PRODUCT */
.box_terminy {
  background: url(img/intro-background.jpg) center no-repeat #0071ce;
  padding:15px;
  padding-top: 30px;

}

.box_terminy span {
  color:#ffffff;
  font-size: 1em;
  align-items: center;
}

.box_terminy p {
  color:#ffffff;
  font-size: 1em;
  align-items: center;
}

.box_terminy h2 {
  color:#ffffff;
}

.terminy-szkolenia {
  border-top:1px solid #ffffff;
  margin-top:10px;
}

.zapisz-sie-button-box {
  padding:0px;
  align-self: center;
}

.zapytaj-button-box button {
  font-size:0.9em !important;
  margin-top:10px;
}

.cechy-szkolenia {
  display:block;
  padding:10px;
  background: #0070b9;
}

.cechy-szkolenia-kont {
  align-self: center;
  padding-top:10px;
  padding-left:30px;
}

.cechy-szkolenia-kont span {
  font-size: 1.2em;
  font-weight:bold;
  color:#ffffff;
}

.cechy-szkolenia-kont p {
  color:#ffffff;
}

.opis-szkolenia {
  padding-left:40px;
  padding-right:40px;
}

.opis-szkolenia h2 {
  padding-right:100px;
}

.zapewniamy {
  text-align:center;
  align-items: center;
  align-self: center;
}

.zapewniamy img {
  display:block;
  height: auto;
  max-width: 100%;
  margin-bottom: 20px;
}

.dodatkowe_informacje {
  background: #f8f8f8;
  color:#000;
  text-align: center;
  padding:0px;
}

.dodatkowe_informacje_naglowek {
  background:#0070b9;
  color:#ffffff;
  padding:15px;
  text-align:center;
}

.dodatkowe_informacje_naglowek h2 {
  color:#ffffff;
}

.instruktor-box {
  align-items: center !important;
}

.sylwetka-absolwenta {
  background:url(img/atom-background-full.svg);
  background-position: bottom no-repeat #0071ce;
  background-size:cover;
  padding:20px;
  background-color:#0070b9;
  color:#fff;
  border-radius:30px;
  margin-left:-20px;
}

.sylwetka-absolwenta h2 {
  color:#ffffff;
}

.sylwetka-absolwenta h3 {
  color:#ffffff;
}

.sylwetka-absolwenta h4 {
  color:#ffffff;
}

.footer-pio {
  background-color: #00145b;
  padding-top:30px;
}

.footer-tresc {
  font-size:0.9em;
  color:#ffffff;
}

.footer-tresc span {
  font-size: 1em;
  font-weight:bold;
}

.footer-tresc a {
  font-size:0.9em;
  color:#ffffff;
  text-decoration:none;
  display: block;
}

.footer-tresc a:hover {
  font-size:0.9em;
  color:#fdc600;
  text-decoration:none;
  display:block;
}

.footer-tresc h2 {
  color:#ffffff;
}

.footer_social {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin: 15px 0 0 0;
}

.footer_social a {
  margin-right:20px;
}

.footer_last {
  padding:30px;
  background-color: #000a2f;
  color:#ffffff;
}

.footer_last_inner_nav {
color:#ffffff;
}

.footer_last_inner_nav a {
  text-decoration: none;
  display: inline-block;
  margin-right:20px;
  color:#ffffff;
}

.footer_last_inner_nav a:hover {
  color:#fdc600;
}

.footer_last_inner_copy {
  text-align:right;
}

.site-content {
  margin-bottom: opx !important;
}

.homepage-ico {
  max-width:150px;

}

.ikony-newsletter {
  max-width: 150px;
}

.wiecej {
  position: absolute;
  bottom:20px;
  left:20px;
}

.single-text {
  padding:2px;
}

.single-text a {
  font-weight: 700;
  color:#0070b9;
  text-decoration: none;
}

.more-posts-container {
  margin:4px;
  border-radius:10px;
  background:#f8f8f8;
  color:#000000;
  border-radius: 20px;
  height:100%;
  position: relative;
}

.more-posts-container-photo {
  min-height:200px;
  border-top-right-radius: 20px;
  border-top-left-radius: 20px;
}

.more-posts-container-content {
  margin-top:20px;
  text-align:left;
  padding:20px;
  font-size:0.9em;

}

.more-posts-date {
  color:#0070b9;
  font-weight:400;
}

.inne-art-row {
  display: table;
}

/* SINGLE WPIS */
.single-date {
  padding-top:10px;
  padding-bottom:10px;
  padding-right: 20px;
  padding-left: 20px;
  background:#f8f8f8;
  border-radius:10px;
  max-width:200px;
}

.onas-img {
  min-height: 200px;
}

.dane-firmy-kontakt {
  padding:30px;
  background:# f8f8f8;
  font-size: 0.9em;
}

.rodzaj-szkolenia {
  padding:19px;
  align-self: center;
  text-align:center;
  background-color: #0070b9;
  color:#ffffff;
  border-radius: 16px;
}

.rodzaj-szkolenia a {

  color:#ffffff;
}

.rodzaj-szkolenia a:hover {

  color:#fdc600;
}

.rodzaj-szkolenia h3 {

  color:#ffffff;
}

.rodzaj-szkolenia h3:hover {

  color:#fdc600;
}

@media(max-width: 991px) {
  .ikony-newsletter {
    text-align: center;
  }
}

/* MENU HAMBURGER */
#menuToggle
{
  display: block;
  position: relative;
  top: 4px;
  left: 50px;

  z-index: 1;

  -webkit-user-select: none;
  user-select: none;
}

#menuToggle a
{
  text-decoration: none;
  color: #ffffff;
  font-size:1.2em;
  transition: color 0.3s ease;
}

#menuToggle a:hover
{
  color: #fdc600;
}


#menuToggle input
{
  display: block;
  width: 40px;
  height: 32px;
  position: absolute;


  cursor: pointer;

  opacity: 0; /* hide this */
  z-index: 2; /* and place it over the hamburger */

  -webkit-touch-callout: none;
}

/*
 * Just a quick hamburger
 */
#menuToggle span
{
  display: block;
  width: 33px;
  height: 4px;
  margin-bottom: 5px;
  position: relative;

  background: #0070b9;
  border-radius: 3px;

  z-index: 1;

  transform-origin: 4px 0px;

  transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
              background 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
              opacity 0.55s ease;
}

#menuToggle span:first-child
{
  transform-origin: 0% 0%;
}

#menuToggle span:nth-last-child(2)
{
  transform-origin: 0% 100%;
}

/*
 * Transform all the slices of hamburger
 * into a crossmark.
 */
#menuToggle input:checked ~ span
{
  opacity: 1;
  transform: rotate(45deg) translate(-2px, -1px);
  background: #ffffff;
}

/*
 * But let's hide the middle one.
 */
#menuToggle input:checked ~ span:nth-last-child(3)
{
  opacity: 0;
  transform: rotate(0deg) scale(0.2, 0.2);
}

/*
 * Ohyeah and the last one should go the other direction
 */
#menuToggle input:checked ~ span:nth-last-child(2)
{
  transform: rotate(-45deg) translate(0, -1px);
}

/*
 * Make this absolute positioned
 * at the top left of the screen
 */
#menu
{
  position: absolute;
  width: 400px;
  margin: -100px 0 0 -50px;
  padding: 50px;
  padding-top: 100px;

  background: #0070b9;
  list-style-type: none;
  -webkit-font-smoothing: antialiased;
  /* to stop flickering of text in safari */

  transform-origin: 0% 0%;
  transform: translate(-100%, 0);

  transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0);
}

#menu li
{
  padding: 4px 0;
  font-size: 18px;
}

/*
 * And let's slide it in from the left
 */
#menuToggle input:checked ~ ul
{
  transform: none;
}


/* MENU STRONA NAVIGATE.pl */
.header__navbar {
    border-top: 1px solid #cbcbcb;
    border-bottom: 1px solid #cbcbcb;
    transition: all 150ms linear
}

@media(max-width: 991px) {
    .header__navbar {
        border:none
    }
}

.header__nav {
    display: flex;
    align-content: center;
    justify-content: flex-start
}

@media(max-width: 991px) {
    .header__nav {
        position:fixed;
        top: 0;
        right: 0;
        width: 320px;
        height: 100vh;
        background-color: #fff;
        flex-direction: column;
        border-left: 1px solid #cbcbcb;
        transition: all 150ms linear;
        align-items: center;
        padding: 60px 0 30px 0;
        height: 100%;
        overflow: scroll;
        transform: translate(100%, 0%)
    }

    .header__nav.open {
        transform: translate(0%, 0%)
    }
}

.header__nav--mobile {
    width: 100%
}

@media(min-width: 991px) {
    .header__nav--mobile {
        display:none
    }
}

.header__nav-item:not(:last-child) {
    padding: 0 30px 0 0
}

@media(max-width: 991px) {
    .header__nav-item:not(:last-child) {
        padding:0
    }
}

@media(max-width: 991px) {
    .header__nav-item {
        width:100%
    }
}

.header__nav-item>a,.header__nav-item span {
    display: flex;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    padding: 24px 0;
    position: relative;
    transition: all 150ms linear
}

@media(max-width: 991px) {
    .header__nav-item>a,.header__nav-item span {
        padding:0 15px;
        margin: 0 0 15px 0
    }
}

.header__nav-item>a:after,.header__nav-item span:after {
    content: "";
    width: 0%;
    height: 3px;
    background-color: #231f20;
    position: absolute;
    bottom: 0;
    left: 0;
    transition: all 150ms linear
}

.header__nav-item>a:hover:after,.header__nav-item span:hover:after {
    width: 100%
}

@media(max-width: 991px) {
    .header__nav-item>a {
        padding:0 15px 15px;
        border-bottom: 1px solid #cbcbcb
    }
}

.header__nav-item span:after {
    content: none
}

.header__nav-item:hover .header__dropdown-menu {
    opacity: 1;
    pointer-events: inherit
}

.header__dropdown-menu {
    background-color: #fff;
    position: fixed;
    padding: 30px 0 0 0;
    top: 158px;
    left: 0;
    width: 100%;
    transition: all 150ms linear;
    box-shadow: 0 12px 18px rgba(0,0,0,.08);
    opacity: 0;
    pointer-events: none
}

@media(max-width: 991px) {
    .header__dropdown-menu {
        position:relative;
        top: 0 !important;
        opacity: 1;
        pointer-events: inherit;
        padding: 0;
        margin: 15px 0;
        box-shadow: none;
        border-bottom: 1px solid #cbcbcb
    }
}

.header__dropdown-menu__row {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap
}

@media(max-width: 991px) {
    .header__dropdown-menu__row {
        flex-direction:column;
        max-width: 100% !important
    }
}

.header__dropdown-menu__row--1 {
    max-width: 1165px
}

.header__dropdown-menu__row--2 {
    max-width: 1165px
}

.header__dropdown-menu__row--3 {
    max-width: 800px
}

.header__dropdown-menu__row--4 {
    max-width: 340px
}

.header__dropdown-menu h4 {
    margin: 0 0 30px 0;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    transition: all 150ms linear
}

@media(max-width: 991px) {
    .header__dropdown-menu h4 {
        margin:0 0 10px 0;
        font-size: 14px;
        line-height: 21px;
        font-weight: 400
    }
}

.header__dropdown-menu h4 img {
    margin: 0 10px 0 0
}

.header__dropdown-menu h4:hover {
    color: #005ac4
}

.header__dropdown-menu__nav {
    display: flex;
    flex-direction: column;
    margin: 0 0 30px 0
}

@media(max-width: 991px) {
    .header__dropdown-menu__nav {
        margin:0 0 15px 0;
        display: none
    }
}

@media(max-width: 991px) {
    .header__dropdown-menu__nav--slide {
        display:none
    }

    .header__dropdown-menu__nav--slide .header__dropdown-menu__nav {
        display: block
    }
}

.header__dropdown-menu__nav a {
    font-size: 14px;
    line-height: 21px;
    font-weight: 400;
    padding: 0
}

@media(max-width: 991px) {
    .header__dropdown-menu__nav a {
        display:block
    }
}

.header__dropdown-menu__nav a:not(:last-child) {
    margin: 0 0 10px 0
}

.header__dropdown-menu__nav a:hover {
    color: #005ac4
}

@media(max-width: 991px) {
    .header__dropdown-menu__nav a:hover {
        color:#231f20
    }
}

.header__dropdown-menu.shrink {
    top: 125px
}

.header.shrink .header__wrapper {
    padding: 0
}

@media(min-width: 991px) {
    .header.shrink .header__nav a,.header.shrink .header__nav span {
        padding:15px 0
    }
}

@media(min-width: 991px) {
    .header.shrink .header__dropdown-menu__nav a {
        padding:0
    }
}

@media(max-width: 991px) {
    .header--with-baner .header__nav {
        top:44px
    }
}

.header--with-baner .header__dropdown-menu {
    top: 202px
}

.header--with-baner .header__dropdown-menu.shrink {
    top: 169px
}

.hamburger {
    display: inline-block;
    cursor: pointer;
    transition-property: opacity,filter;
    transition-duration: .25s;
    transition-timing-function: linear;
    font: inherit;
    color: inherit;
    text-transform: none;
    background-color: rgba(0,0,0,0);
    border: 0;
    margin: 0;
    padding-right: 0px;
    overflow: visible;
    transition: all 150ms linear;
    position: relative;
    z-index: 999
}

.hamburger:focus {
    outline: none !important
}

@media(min-width: 991px) {
    .hamburger {
        display:none
    }
}

.hamburger-box {
    width: 30px;
    height: 6px;
    display: inline-block;
    position: relative
}

.hamburger-inner {
    display: block;
    top: 50%;
    margin-top: -2px
}

.hamburger-inner,.hamburger-inner::before,.hamburger-inner::after {
    width: 30px;
    height: 3px;
    background-color: #231f20;
    border-radius: 0px;
    position: absolute;
    transition-property: transform;
    transition-duration: .15s;
    transition-timing-function: ease
}

.hamburger-inner::before,.hamburger-inner::after {
    content: "";
    display: block
}

.hamburger-inner::before {
    top: -8px
}

.hamburger-inner::after {
    bottom: -8px
}

.hamburger.is-active .hamburger-inner::after {
    width: 100%
}

.hamburger--squeeze .hamburger-inner {
    transition-duration: .075s;
    transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19)
}

.hamburger--squeeze .hamburger-inner::before {
    transition: top .075s .12s ease,opacity .075s ease
}

.hamburger--squeeze .hamburger-inner::after {
    transition: bottom .075s .12s ease,transform .075s cubic-bezier(0.55, 0.055, 0.675, 0.19)
}

.hamburger--squeeze.is-active .hamburger-inner {
    transform: rotate(45deg);
    transition-delay: .12s;
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1)
}

.hamburger--squeeze.is-active .hamburger-inner::before {
    top: 0;
    opacity: 0;
    transition: top .075s ease,opacity .075s .12s ease
}

.hamburger--squeeze.is-active .hamburger-inner::after {
    bottom: 0;
    transform: rotate(-90deg);
    transition: bottom .075s ease,transform .075s .12s cubic-bezier(0.215, 0.61, 0.355, 1)
}

/* Tylko dla długiego przycisku z indywidualną wyceną */
a.ng-button.regular-btn.price-btn-long{
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;

  max-width: 260px;          /* możesz podnieść do 280 jeśli potrzeba */
  width: 260px;              /* stała szerokość = przewidywalne 2 linie */
  padding: 10px 14px !important;

  font-size: 13px !important;
  font-weight: 700 !important;
  line-height: 1.2 !important;

  text-transform: none !important;  /* wyłącz uppercase dla czytelności */
  text-align: center !important;

  white-space: normal !important;
  word-break: normal !important;
  overflow-wrap: anywhere !important; /* pewne łamanie w środku długich wyrazów */
}
