.home_brands_logo_wrap {
	opacity: 0.5;
}

.wpcf7-list-item{
  margin-left:0;
}
.wpcf7-list-item label {
    color: #1f1c75;
    font-weight: 400!important;
        font-size: .88em;
    line-height: 1.3;
}
.wpcf7-list-item label {
    display: flex;
    align-items: flex-start;
}
.wpcf7-list-item label a{
     color: #1f1c75;
}
input[type="checkbox"] {
    flex-shrink: 0;
    margin-right: 10px;
    margin-top:4px;
}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output {
    border-color: #ce0202;
    background: #ce0202;
    color: #fff;
    padding: 10px;
    margin: 10px 0px 20px 0px;
    font-size: 14px;
    line-height: 21px;
}
.wpcf7 form.sent .wpcf7-response-output {
    border-color: #46b450;
    background: #46b450;
    color: #fff;
    padding: 10px;
    margin: 0px;
    font-size: 14px;
    line-height: 21px;
    margin-bottom: 20px;
    margin-top:10px;
}
body {
 font-size: 1.1111111111111112vw;
}
/* Max Font Size */
@media screen and (min-width:1440px) {
 body {font-size: 1rem;}
}
/* Container Max Width */
.container {
  max-width: 90em;
}
/* Inherit Properties */
a,
.w-tab-link,
.w-nav-link,
.w-dropdown-btn,
.w-dropdown-toggle,
.w-dropdown-link {
  color: inherit;
  text-decoration: inherit;
  font-size: inherit;
}
/* Make text look crisper and more legible in all browsers */
body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
/* Get rid of top margin on first element in any rich text element */
.w-richtext > :not(div):first-child, .w-richtext > div:first-child > :first-child {
  margin-top: 0 !important;
  padding-top: 0 !important;
}
/* Get rid of bottom margin on last element in any rich text element */
.w-richtext>:last-child, .w-richtext ol li:last-child, .w-richtext ul li:last-child {
    margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}
.w-select {
    -webkit-appearance: none;
    -moz-appearance: none;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
input[type=number]{
    -moz-appearance: textfield;
}
/* Min Font Size */
@media screen and (max-width:991px) {
 body {font-size: 0.6881944444444444rem;}
}
@media only screen and (min-width: 992px) and (max-width: 1100px)  {
     .text_14px {font-size: 0.6222222222222223rem;}
}
@media only screen and (min-width: 992px) and (max-width: 1250px)  {
    .text_12px {font-size: 0.5610416666666667rem;}
}

    .button:hover .button_arrow{
    color: #FDEBE8;
  }
  .button.is--text-white:hover .button_arrow{
    color: #FFFFFF;
  }
  .product_item_link:hover .product_item_img_wrap{
    margin-bottom: 2em;
  }
  .merchants_item:hover .merchant_tag{
    background-color: #FDEBE8;
  }
  .swiper{
    overflow: hidden !important;
  }
  .swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets.swiper-pagination-horizontal{
    top: 0;
    bottom: 0;
    width: auto;
    position: relative;
  }
  .swiper-navigation .swiper-pagination .swiper-pagination-bullet {
    width: 0.75em;
    height: 0.75em;
    background: white;
    opacity: 1.0;
    border-radius: 50em;
    margin-left: 1.25em;
    margin-right: 1.25em;
   }
  @media screen and (max-width:991px) {
        .swiper-navigation .swiper-pagination .swiper-pagination-bullet {
      margin-left: 1em;
      margin-right: 1em;
     }
  }
  @media screen and (max-width:767px) {
        .swiper-navigation .swiper-pagination .swiper-pagination-bullet {
      margin-left: 0.7em;
      margin-right: 0.7em;
     }
  }
  .swiper-navigation .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 0.75em;
    height: 0.75em;
    background: #1F1C75;
    opacity: 1.0;
    border-radius: 50em;
  }
  /* Nav CSS */
  .navbar.on-scroll .navbar_bg{
    opacity: 1.0;
  }
  .nav_link:hover .nav_link_line{
    transform: translate(0%, 0);
  }
  .nav_link.w--current .nav_link_line{
    transform: translate(0%, 0);
  }
  .dropdown_toggle:hover .nav_link_line{
    transform: translate(0%, 0);
  }
  .dropdown_toggle.w--open .nav_link_line{
    transform: translate(0%, 0);
  }
  @media screen and (max-width:991px) {
  }
    .swiper-navigation .swiper-scrollbar-drag {
      height: 2px;
      background: #192E57;
      border-radius: 0px;
    }
    .swiper-navigation .swiper-scrollbar.swiper-scrollbar-horizontal.is--light .swiper-scrollbar-drag {
      height: 2px;
      background: #ECE7DB;
      border-radius: 0px;
    }
   .swiper-navigation .swiper-scrollbar.swiper-scrollbar-horizontal {
        height: 2px;
      border-radius: 0px;
      background: #B6C8DA;
    }
    .swiper-button-next, .swiper-button-prev {
       display: none;
    }
    .swiper{
        overflow: visible;
    }
/* --- Stylizacja Easy Table of Contents (ETOC) --- */

/* Główny kontener spisu treści - odpowiednik .post_toc_component */
#ez-toc-container {
    background-color: transparent; /* Przykładowy kolor tła, dostosuj */
    padding: 00px;
    border: 0px solid #e0e0e0; /* Przykładowa ramka, dostosuj */
    margin-bottom: 0px; /* Dostosuj margines */
    border-radius: 0px; /* Przykładowe zaokrąglenie */
}

/* Kontener tytułu (jeśli chcemy ukryć przycisk "rozwiń/zwiń") */
#ez-toc-container .ez-toc-title-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px; /* Odstęp pod tytułem */
}

/* Tytuł "Spis treści" - odpowiednik .text_18px.text_weight_semibold.text_color_main */
#ez-toc-container p.ez-toc-title {
    font-size: 1.125rem; /* Odpowiednik ok. 18px (jeśli 1rem = 16px) */
    font-weight: 600;    /* text_weight_semibold */
    color: #FF7517;     /* text_color_main - przykładowy kolor główny, dostosuj! */
    margin: 0;           /* Usunięcie domyślnego marginesu p */
    padding: 0;
}

/* Opcjonalnie: Ukrycie przycisku rozwijania/zwijania "[rozwiń/zwiń]" */
#ez-toc-container .ez-toc-toggle {
    display: none !important;
}

/* Ogólne style dla list (resetowanie domyślnych stylów przeglądarki) */
#ez-toc-container nav ul.ez-toc-list,
#ez-toc-container nav ul.ez-toc-list ul {
    list-style: none !important;
    margin: 0;
    padding-left: 0; /* Główne usunięcie wcięcia */
}

/* Lista pierwszego poziomu - odpowiednik .toc_right_col */
#ez-toc-container nav ul.ez-toc-list {
    /* Tutaj możesz dodać style, jeśli .toc_right_col miał specyficzne właściwości */
}

/* Elementy listy (li) */
#ez-toc-container nav ul.ez-toc-list li {
    margin-bottom: 8px; /* Odstęp między linkami */
}
#ez-toc-container nav ul.ez-toc-list li:last-child {
    margin-bottom: 0;
}

/* Linki w spisie treści - odpowiednik a.toc_link + div.text_14px */
#ez-toc-container nav ul.ez-toc-list a.ez-toc-link {
border-bottom: 1px solid var(--_colors---colors--transparent);
    width: 100%;
    padding-bottom: .81em;
    transition: all .3s;
    display: block;
    font-size: var(--_typography---text-14px--font-size);
    line-height: var(--_typography---text-14px--line-height);
    color:#1f1c75;
    text-decoration: none!important;
}
#ez-toc-container nav ul.ez-toc-list a.ez-toc-link:hover {
    border-bottom: 1px solid var(--_colors---colors--main);
    background-image: url(../images/arrow.svg);
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: .4375em;
    padding-left: 1em;
    font-weight: 700;
}
/* Linki w spisie treści - tekst wewnątrz (jeśli ETOC używa span.ez-toc-section-label) */
 

 
/* Zagnieżdżone listy (podpoziomy) - odpowiednik .toc_row */
#ez-toc-container nav ul.ez-toc-list ul.ez-toc-list {
    padding-left: 20px; /* Główne wcięcie dla podpoziomów */
    margin-top: 8px;    /* Odstęp od rodzica */
}

/* Usuwanie numeracji, jeśli wtyczka ją dodaje, a nie chcesz jej */
#ez-toc-container nav ul.ez-toc-list a.ez-toc-link .ez-toc-number {
    display: none !important;
}
div#ez-toc-container nav ul ul li {
    font-size: 100%;
}
 
#ez-toc-container nav ul.ez-toc-list a.ez-toc-link{
  margin-bottom:.81em;
}
#ez-toc-container {
    grid-column-gap: 2em;
    grid-row-gap: 2em;
    border-top: 1px solid var(--_colors---colors--stroke);
    border-bottom: 1px solid var(--_colors---colors--stroke);
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 3.75em;
    padding-top: 2.63em;
    padding-bottom: 2.63em;
    display: flex
;
}
#ez-toc-container nav{
  max-width: 42.75em;
}
.cs-top-space{
    margin-top:1em;
}
textarea.w-input, textarea.w-select {
    height: 100px;
}
.wpcf7-submit{
    display:none;
}
.wpcf7-spinner{
    display:none;
}
#plik-cv-cf7 { /* lub .wpcf7-form-control-wrap.plik-cv-wrapper input[type="file"] */
    opacity: 0;
    position: absolute;
    width: 0.1px;
    height: 0.1px;
    overflow: hidden;
    z-index: -1;
}
label.resume_btn[for="plik-cv-cf7"] {
    cursor: pointer;
    /* Twoje pozostałe style dla .resume_btn */
}
.resume_btn:hover svg{
    color:#fff;
}
.wpcf7-not-valid-tip{
    font-size:0.88em;
}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output {
    border-color: #ce0202;
    background: #ce0202;
    color: #fff;
    padding: 8px;
    margin: 10px 0px 20px 0px;
    font-size: 12px;
    line-height: 21px;
}
.section_404 a{
    margin-top:25px;
}
.w-lightbox-frame{
width: 680px;
    height: auto;
    aspect-ratio: 16 / 9;    
}
.w-lightbox-figure{
    height:100%;
}
.radios_list .wpcf7-radio{
     grid-column-gap: .63em;
    grid-row-gap: .63em;
    flex-flow: column;
    display: flex;
    align-items:flex-start;

}
.radios_list .wpcf7-list-item label {
    display: flex;
    align-items: center;
    gap: 7px;
        font-weight: 500!important;
}
.cs-info{
    text-align:center;
    width:100%;
    margin:20px 0 40px 0;
}
form.search_wrap[data-w-id="32d6afbc-e835-3a21-1afc-86b13c481e21"].is-expanded-on-load {
    width: auto !important; /* Lub inna docelowa szerokość, np. 200px, 100% */
    /* Możliwe, że trzeba będzie dodać inne style, np. opacity: 1 !important; */
}
.google-map{
    height:500px;
}
.mpf{
    height:100%!important;
}
#custom-google-map{
    height:100%!important;
}
.gm-style .gm-style-iw-c{
    padding:0;
    background:#1f1c75;
}
.gm-style .gm-style-iw{
     font-size: 16px;
     font-weight:400!important;   
     color:#fdebe8;
    font-family: Montserrat, Arial, sans-serif;
}
.gm-style .gm-style-iw-d{
    overflow:auto!important;   
}
.sgk_map_card_info_window{
    padding:15px;
    padding-right: 40px;
}
.sgk_map_google_link{
    color: var(--_colors---colors--white);
    text-decoration: underline;
    display: inline-block;
}
.sgk_map_google_link:hover{
    color: var(--_colors---colors--main);
}
.gm-style .gm-style-iw-tc::after{
     background:#1f1c75;
}
.gm-ui-hover-effect>span {
    background-color: #fff;
}
.gm-style-iw-chr{
    position: absolute;
    right: 0;
    top: 0;
}
.sgk_map_search_wrap #map-search-input{
    min-width:410px;
    padding-left: 1em;
    outline:none;
}
@media (max-width:500px){
    .sgk_map_search_wrap #map-search-input{
        width:100%;
        max-width:100%;
        margin-bottom:10px;
    }
}
.cta-single{
    grid-area: span 1 / span 1 / span 1 / span 2!important;
}
.cta-double{
    grid-area: span 1 / span 2 / span 1 / span 2!important;
}
.cta-full{
    grid-area: span 1 / span 3 / span 1 / span 2!important;
}
.cta-single {
    display: flex;
    flex-direction: column-reverse;
    align-items: flex-start;
}

@media screen and (max-width: 479px) {
    .cta-single {
        align-items: center;
        text-align: center; /* opcjonalnie, jeśli są teksty */
    }
}
.cta-single .products_cta_icon {
    max-width: 8em;
}


@media screen and (max-width: 779px) {
    .products_grid{
        display:flex;
        flex-wrap:wrap;
    }
    .product_item_link{
        width:48%;
    }
}

@media screen and (max-width: 479px) {
    .product_item_link{
        width:100%;
    }
}