/* wrapper Swipera */
.is--services-nav .swiper-wrapper {
    display: flex;
    align-items: stretch;
}
#w-dropdown-list-wpml .dropdown_list {
  min-width: unset;
}
/* każdy slajd */
.is--services-nav .swiper-slide {
    height: auto;
    display: flex;
}

/* zawartość slajdu (jeśli masz wewnętrzny kontener) */
.is--services-nav .services_nav_item {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.wpcf7-list-item{
  margin-left:0;
}
.wpcf7-list-item label {
    color: #8d9091;
    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: #8d9091;
}
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;
}
.brands_left_col{
    min-width:19em;
}
.wpcf7-form-control-wrap{
    width:100%;
}
textarea.w-input, textarea.w-select {
    height: 70px;
}
.checkbox_field .wpcf7-form-control-wrap{
    width:auto;
}
.checkbox_field .text_weight_medium{
    padding-left:3px;
}
.checkbox_field .wpcf7-form-control-wrap {
    position: static;
}
.wpcf7-not-valid-tip{
    font-size:12px;
}
.checkbox_field{
    position:relative;
}
.checkbox_field .wpcf7-not-valid-tip{
        position: absolute;
    top: -19px;
}
.contact_map{
    height:720px!important;
}
.gm-style-iw-c {
    padding: 0 !important;
}

/* 2. Styluje kontener treści (tam gdzie jest Twój tekst) */
.gm-style-iw-d {
    overflow: hidden !important; /* Ukrywa paski przewijania */
    padding: 12px 30px 12px 15px !important; /* Prawy padding (30px) robi miejsce na "X" */
    max-height: none !important;
}

/* 3. Naprawia problematyczny nagłówek (gm-style-iw-chr) */
.gm-style-iw-chr {
    position: absolute !important; /* Wyjmuje element z przepływu - to usuwa odstęp! */
    top: 0;
    right: 0;
    width: auto !important;
    height: auto !important;
    z-index: 100;
    background: transparent !important;
    border: none !important;
    padding: 0 !important;
    margin: 0 !important;
}

/* 4. Opcjonalnie: Styluje sam przycisk "X", aby ładnie wyglądał w rogu */
.gm-style-iw-chr button.gm-ui-hover-effect {
    margin: 5px 5px 0 0 !important; /* Margines od krawędzi */
    background: rgba(255, 255, 255, 0.8) !important; /* Lekkie tło pod X, żeby był widoczny */
    border-radius: 50% !important; /* Okrągły przycisk */
    width: 24px !important;
    height: 24px !important;
    box-shadow: 0 1px 3px rgba(0,0,0,0.2) !important;
        display: flex !important;
    align-items: center;
    justify-content: center;
}
.gm-ui-hover-effect>span{
        width: 19px!important;
    height: 19px!important;
    margin: 0px!important;
}
/* Grid dla archiwum bloga */
.blog_archive_grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr; /* 3 kolumny */
    gap: 40px; /* Odstęp między kafelkami */
    margin-top: 60px;
    margin-bottom: 80px;
}

/* Responsywność */
@media screen and (max-width: 991px) {
    .blog_archive_grid {
        grid-template-columns: 1fr 1fr; /* 2 kolumny na tabletach */
        gap: 30px;
    }
}

@media screen and (max-width: 767px) {
    .blog_archive_grid {
        grid-template-columns: 1fr; /* 1 kolumna na mobilu */
        gap: 20px;
    }
}

/* Paginacja */
.pagination {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-top: 40px;
}
.pagination .page-numbers {
    padding: 10px 15px;
    border: 1px solid #AEB4D1;
    color: #192E57;
    text-decoration: none;
    transition: all 0.3s;
}
.pagination .page-numbers.current,
.pagination .page-numbers:hover {
    background-color: #FB8368;
    color: white;
    border-color: #FB8368;
}
/* Ukrywa domyślny input pliku, ale rozciąga go na cały przycisk */
.cv-file-input {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
    z-index: 10;
}

/* Zmiana kursora na łapkę */
.cv_btn {
    cursor: pointer;
}
#cv-filename {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 150px; /* Dostosuj szerokość do swojego przycisku */
    display: inline-block;
    vertical-align: middle;
}
.cky-btn{
    margin:0!important;
}
.cky-notice-btn-wrapper{
    gap:5px;
}
.page-template-default .container.is-hero {
 
    min-height: 25.56em;
    padding-top: 12.63em;
    padding-bottom: 3.75em;
}
.error404 .hero_component {
    z-index: 3;
    max-width: 59em;
    position: relative;
    margin: 0 auto;
}
 .checkbox{
width:12px;
height:12px;
margin-top:0;
}
.footer_form_block .checkbox_field{
    align-items: flex-start;
}
.footer_form_block .wpcf7-not-valid-tip{
    color:#fff;
}
.dropdown_link.w--current{
    color: var(--_colors---colors--orange);
}
.form_exp_component {
    padding-left: 0;
}
.page-template-template-landing .app_info_exp_checkmark,
.page-template-template-landing .check_icon.is--small {
    flex: none;
    width: 1.38em;
    height: 1.38em;
}

html {
    scroll-behavior: smooth;
}

/* 3.3 / 1.4 — hierarchia i odstępy tylko w treści CMS, rozmiary z tokenów */
.post_rich_text h1,
.w-richtext h1 {
    font-size: var(--_typography---h1--font-size);
    margin-bottom: 0.6em;
    scroll-margin-top: 7rem;
}
.post_rich_text h2,
.w-richtext h2 {
    font-size: var(--_typography---h2--font-size);
    margin-bottom: 0.5em;
    scroll-margin-top: 7rem;
}
.post_rich_text h3,
.w-richtext h3 {
    font-size: var(--_typography---h3--font-size);
    margin-bottom: 0.4em;
    scroll-margin-top: 7rem;
}
.post_rich_text h4,
.w-richtext h4 {
    font-size: var(--_typography---h4--font-size);
    margin-bottom: 0.35em;
    scroll-margin-top: 7rem;
}

/* R3-01: we wpisie treść o stopień niżej niż hero h1.h2 */
.post_main_container .post_rich_text h2 {
    font-size: var(--_typography---h3--font-size);
}
.post_main_container .post_rich_text h3 {
    font-size: var(--_typography---h4--font-size);
}
.post_main_container .post_rich_text h4 {
    font-size: var(--_typography---h5--font-size);
}

/* R3-02: odstęp po usunięciu pustych nagłówków-odstępników */
.post_main_container .post_rich_text h2:not(:first-child),
.post_main_container .post_rich_text h3:not(:first-child),
.post_main_container .post_rich_text h4:not(:first-child) {
    margin-top: 25px;
}

/* 1.3 — listy zawsze do lewej, także przy justify */
.post_rich_text ul,
.post_rich_text ol,
.w-richtext ul,
.w-richtext ol {
    text-align: left !important;
}
.post_rich_text li,
.w-richtext li {
    text-align: left !important;
    align-items: flex-start;
    justify-content: flex-start;
    background-position: 0 0.35em;
}

/* 1.5 — miniaturki: od razu stan po hoverze.
   IX2 „Blog Slide” pisze height/kolor inline (JS), więc samo transition:none nie zatrzymuje animacji. */
.blog_slide_img {
    height: 19.69em !important;
}
.blog_slide_exp_wrap {
    max-height: none !important;
    opacity: 1 !important;
    transform: none !important;
    visibility: visible !important;
    height: auto !important;
}
.blog_slide_item .blog_tag_wrap {
    background-color: var(--_colors---colors--orange) !important;
    color: var(--_colors---colors--bg) !important;
}
.blog_slide_item {
    border-top: 0 !important;
    border-left: 0 !important;
    border-right: 0 !important;
    border-bottom-color: transparent !important;
}
.blog_slide_content_wrap > .text_15px {
    transition: color .2s ease;
}
.blog_slide_item:hover .blog_slide_content_wrap > .text_15px,
.blog_slide_item:focus-visible .blog_slide_content_wrap > .text_15px {
    color: var(--_colors---colors--orange);
}
.blog_slide_item,
.blog_slide_img,
.blog_slide_img_wrap,
.blog_slide_img_fill,
.blog_slide_exp_wrap,
.blog_slide_line,
.blog_slide_item .blog_tag_wrap {
    transition: none !important;
    animation: none !important;
}
/* Swiper autoHeight bierze wysokość aktywnego (zwiniętego) slajdu i przycisk
   „Zobacz wszystkie” wchodzi na wyższe karty. */
.swiper.main_slider.is--blog,
.swiper.main_slider.is--blog > .swiper-wrapper {
    height: auto !important;
}

/* 2.1 breadcrumbs — inside .navbar so they inherit position:fixed and never collide on scroll */
.navbar {
    overflow: visible;
}
body:not(.home):not(.page-template-template-home) .navbar {
    background-color: var(--_colors---colors--blue, #192E57);
}
.bm-breadcrumbs {
    position: static;
    width: 100%;
    pointer-events: none;
    padding: 1.25em 0 0.75em;
}
.bm-breadcrumbs__inner {
    max-width: 90em;
    margin: 0 auto;
    padding: 0 4.38em;
    pointer-events: none;
}
.bm-breadcrumbs__trail {
    font-size: var(--_typography---text-12px--font-size, 0.75rem);
    color: inherit;
    margin: 0;
    line-height: 1.4;
    pointer-events: none;
}
.home .bm-breadcrumbs,
.page-template-template-home .bm-breadcrumbs {
    display: none;
}
.bm-breadcrumbs a {
    pointer-events: auto;
    color: inherit;
    text-decoration: none;
}
.bm-breadcrumbs a:hover {
    color: var(--_colors---colors--orange, #FB8368);
}
@media screen and (max-width: 991px) {
    .bm-breadcrumbs {
        padding: 0.75em 0 0.75em;
    }
    .bm-breadcrumbs__inner {
        padding: 0 1.5em;
    }
}

/* 3.4 TOC */
.bm-toc {
    margin: 2em 0;
    padding: 1.25em 1.5em;
    border: 1px solid var(--_colors---colors--light-blue, #B6C8DA);
}
.bm-toc__title {
    margin: 0 0 0.75em;
}
.bm-toc__list {
    margin: 0;
    padding-left: 1.25em;
}
.bm-toc__item {
    margin: 0.35em 0;
}
.bm-toc__item--h3 {
    margin-left: 0.75em;
}
.bm-toc__link {
    color: var(--_colors---colors--blue, #192E57);
    text-decoration: none;
}
.bm-toc__link:hover {
    color: var(--_colors---colors--orange, #FB8368);
}

/* 2.2 menu bez JS */
html:not(.w-mod-js) .dropdown:hover .w-dropdown-list,
html:not(.w-mod-js) .dropdown:focus-within .w-dropdown-list,
html:not(.w-mod-js) .dropdown:hover .dropdown_list-wrap,
html:not(.w-mod-js) .dropdown:focus-within .dropdown_list-wrap {
    display: block !important;
}
@media screen and (min-width: 992px) {
    .dropdown:hover .w-dropdown-list,
    .dropdown:focus-within .w-dropdown-list {
        display: block;
    }
}
.bm-nav-toggle {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    clip-path: inset(50%);
    white-space: nowrap;
    border: 0;
    opacity: 0;
}
.bm-nav-toggle-btn {
    display: none;
    cursor: pointer;
}
html.w-mod-js .bm-nav-toggle,
html.w-mod-js .bm-nav-toggle-btn {
    display: none !important;
}
@media screen and (max-width: 991px) {
    html:not(.w-mod-js) .menu_button.w-nav-button {
        display: none !important;
    }
    html:not(.w-mod-js) .bm-nav-toggle-btn {
        display: flex;
        align-items: center;
        justify-content: center;
        margin-left: auto;
        width: 3.2em;
        height: 3.2em;
        padding: 0;
        background-color: var(--_colors---colors--orange);
        border-radius: 50em;
        color: var(--_colors---colors--bg);
        font-size: 1em;
        line-height: 1;
    }
    html:not(.w-mod-js) .w-nav[data-collapse='medium'] .w-nav-menu {
        display: none;
    }
    html:not(.w-mod-js) .bm-nav-toggle:checked + .navbar_component {
        flex-wrap: wrap;
    }
    html:not(.w-mod-js) .bm-nav-toggle:checked + .navbar_component .w-nav-menu {
        display: block !important;
        position: static;
        float: none;
        order: 3;
        flex: 0 0 100%;
        width: 100%;
        max-height: 80dvh;
        overflow: auto;
    }
    html:not(.w-mod-js) .dropdown .w-dropdown-list,
    html:not(.w-mod-js) .dropdown .dropdown_list-wrap {
        display: none;
        position: static;
    }
    html:not(.w-mod-js) .dropdown:focus-within .w-dropdown-list,
    html:not(.w-mod-js) .dropdown:focus-within .dropdown_list-wrap {
        display: block !important;
    }
}

/* 3.2 widgety: p.h2 zachowuje wygląd */
.contact_cta_title_wrap > p.h2,
.footer_cta_left_col > p.h2 {
    margin: 0;
}