.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;
}

/* Popup kontakt / quiz — CF7 w układzie Webflow (form-items-flex) */
.is-popup-kontakt .form-items-flex .wpcf7-form-control-wrap,
.is-popup-quiz .form-items-flex .wpcf7-form-control-wrap {
    display: block;
    width: 100%;
}
.is-popup-kontakt .form-buttons .wpcf7-form-control-wrap,
.is-popup-quiz .form-buttons .wpcf7-form-control-wrap {
    display: block;
}
.is-popup-kontakt input.btn-red-3.btn-nav.btn-show.is-orange.w-button[type="submit"],
.is-popup-quiz input.btn-red-3.btn-nav.btn-show.is-orange.w-button[type="submit"] {
    -webkit-appearance: none;
    appearance: none;
}
.image-7{
    transition:0.3s all;
}
.darkHeader{
    background-color: #141414;
}
.darkHeader .image-7 {
    width: 4.63em;
    height: auto;
}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7-not-valid-tip{
        font-family: Roboto, sans-serif;
}

/* Kotwice: offset pod fixed navbar (~150px). Bez scroll-behavior na html — href="#" (np. lightbox Webflow) nie „sunie” na górę. */
html {
    scroll-padding-top: 150px;
}

/* Webflow lightbox czyta JSON przez jQuery .html(); <script class="w-json"> często zwraca pusty string — używamy div + ukrycie. */
.is-galeria-flex .galeria-f-item.w-lightbox > .w-json {
    display: none !important;
}

/* Popup quiz — overlay jak „Zapisz dziecko” */
.is-popup-quiz {
    z-index: 999999;
    background-color: #000000b3;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    display: none;
    position: fixed;
    top: 0;
    left: 0;
}

.popup-inner.popup-inner--quiz {
    max-width: min(53.75rem, 94vw);
    width: 100%;
    max-height: 92vh;
    overflow-y: auto;
    padding: 2rem 2.25rem;
    background-color: #141414;
}

.is-popup-quiz .kz-quiz-section {
    color: #fff;
    font-family: Roboto, sans-serif;
}

.is-popup-quiz .kz-quiz-head {
    padding-bottom: 1.25rem;
    margin-bottom: 1.25rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.is-popup-quiz .kz-quiz-eyebrow {
    display: inline-block;
    font-size: 0.875rem;
    font-weight: 700;
    color: #ffd600;
    margin-bottom: 0.5rem;
    text-transform: uppercase;
    letter-spacing: 0.06em;
}

.is-popup-quiz .kz-quiz-h1 {
    font-family: Luckiest Guy, sans-serif;
    font-size: clamp(1.5rem, 4vw, 2.25rem);
    line-height: 1.15;
    margin: 0 0 0.5rem;
    font-weight: 400;
}

.is-popup-quiz .kz-quiz-lead {
    font-size: 1rem;
    line-height: 1.55;
    color: rgba(255, 255, 255, 0.75);
    margin: 0;
    max-width: 42rem;
}

.is-popup-quiz .kz-quiz-lead--small {
    font-size: 0.95rem;
}

.is-popup-quiz .kz-quiz-micro {
    font-size: 0.8125rem;
    color: rgba(255, 255, 255, 0.45);
    margin-top: 0.75rem;
    line-height: 1.45;
}

.is-popup-quiz .kz-quiz-screen:not(.kz-quiz-screen--active) {
    display: none !important;
}

.is-popup-quiz .kz-quiz-screen--active {
    display: block;
    animation: kzQuizFade 0.22s ease;
}

@keyframes kzQuizFade {
    from {
        opacity: 0;
        transform: translateY(6px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.is-popup-quiz .kz-quiz-btn {
    appearance: none;
    border: 0;
    cursor: pointer;
    border-radius: 12px;
    font-weight: 700;
    font-family: Roboto, sans-serif;
    transition: 0.15s ease;
}

.is-popup-quiz .kz-quiz-btn--primary {
    background: #ffd600;
    color: #111;
    padding: 0.85rem 1.35rem;
    font-size: 0.95rem;
    margin-top: 1rem;
    text-transform: none;
}

.is-popup-quiz .kz-quiz-btn--primary:hover {
    filter: brightness(0.96);
}

.is-popup-quiz .kz-quiz-progress-top {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    margin-bottom: 1rem;
}

.is-popup-quiz .kz-quiz-progress-label {
    font-size: 0.8125rem;
    font-weight: 700;
    color: rgba(255, 255, 255, 0.65);
}

.is-popup-quiz .kz-quiz-progress-bar {
    height: 8px;
    background: rgba(255, 255, 255, 0.08);
    border-radius: 999px;
    overflow: hidden;
}

.is-popup-quiz .kz-quiz-progress-fill {
    height: 100%;
    width: 0;
    background: linear-gradient(90deg, #ffd600, #ff6b35);
    border-radius: 999px;
    transition: width 0.22s ease;
}

.is-popup-quiz .kz-quiz-question-title {
    font-size: clamp(1.15rem, 3vw, 1.6rem);
    line-height: 1.25;
    margin: 0 0 1rem;
    font-weight: 700;
}

.is-popup-quiz .kz-quiz-answers {
    display: grid;
    gap: 0.65rem;
}

.is-popup-quiz .kz-quiz-answer-btn {
    width: 100%;
    text-align: left;
    background: #2a2a2a;
    border: 1px solid rgba(255, 255, 255, 0.12);
    color: #fff;
    padding: 0.85rem 1rem;
    border-radius: 12px;
    font-size: 0.95rem;
    line-height: 1.35;
    cursor: pointer;
    font-family: Roboto, sans-serif;
    transition: 0.14s ease;
}

.is-popup-quiz .kz-quiz-answer-btn:hover {
    border-color: rgba(255, 214, 0, 0.45);
    background: rgba(255, 214, 0, 0.06);
}

.is-popup-quiz .kz-quiz-answer-btn--selected {
    border-color: #ffd600;
    background: rgba(255, 214, 0, 0.12);
}

.is-popup-quiz .kz-quiz-question-actions {
    margin-top: 1rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 0.75rem;
    flex-wrap: wrap;
}

.is-popup-quiz .kz-quiz-back-link {
    background: none;
    border: 0;
    color: rgba(255, 255, 255, 0.45);
    cursor: pointer;
    font-size: 0.8125rem;
    text-decoration: underline;
    font-family: Roboto, sans-serif;
}

.is-popup-quiz .kz-quiz-back-link:hover {
    color: #fff;
}

.is-popup-quiz .kz-quiz-result-badge {
    display: inline-block;
    padding: 0.35rem 0.65rem;
    border-radius: 999px;
    font-size: 0.75rem;
    font-weight: 700;
    margin-bottom: 0.65rem;
    color: #111;
    background: #ffd600;
}

.is-popup-quiz .kz-quiz-result-title {
    font-size: clamp(1.25rem, 3.5vw, 1.85rem);
    line-height: 1.15;
    margin: 0 0 0.65rem;
    font-weight: 700;
}

.is-popup-quiz .kz-quiz-result-text {
    color: rgba(255, 255, 255, 0.72);
    font-size: 0.95rem;
    line-height: 1.6;
    margin: 0 0 0.75rem;
}

.is-popup-quiz .kz-quiz-result-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 0.45rem;
    margin: 0.5rem 0 1rem;
}

.is-popup-quiz .kz-quiz-tag {
    padding: 0.35rem 0.65rem;
    border-radius: 999px;
    font-size: 0.75rem;
    font-weight: 700;
    border: 1px solid rgba(255, 255, 255, 0.14);
    background: rgba(255, 255, 255, 0.04);
}

.is-popup-quiz .kz-quiz-tag--profile {
    border-color: rgba(255, 214, 0, 0.35);
    color: #ffd600;
}

.is-popup-quiz .kz-quiz-tag--age {
    border-color: rgba(46, 204, 113, 0.35);
    color: #2ecc71;
}

.is-popup-quiz .kz-quiz-result-box {
    background: #2a2a2a;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 14px;
    padding: 1rem 1.1rem;
    margin-bottom: 0.85rem;
}

.is-popup-quiz .kz-quiz-result-box h4 {
    font-size: 1rem;
    margin: 0 0 0.35rem;
    font-weight: 700;
}

.is-popup-quiz .kz-quiz-result-box p {
    margin: 0;
    color: rgba(255, 255, 255, 0.7);
    font-size: 0.9rem;
    line-height: 1.55;
}

.is-popup-quiz .kz-quiz-form-intro {
    font-size: 0.88rem;
    color: rgba(255, 255, 255, 0.65);
    margin: 1rem 0 0.5rem;
    line-height: 1.45;
}

.is-popup-quiz .kz-quiz-cf7-wrap {
    margin-top: 0.35rem;
}
.w-nav-link.w--current{
      color: #ff6200;
}

.page-template-default .page-content,
.error404 .page-content{
 font-family: Roboto, sans-serif;
}
.page-template-default .s-page-content,
.error404 .s-page-content{
        padding: 250px 0px 110px 0px;
}
.image-15{
    width:100%;
    height:100%;
}
.image-16 {
        width: 100%;
        height: auto;
    }
@media screen and (max-width: 991px) {
    .is-reels-video {
        width: 17.5em;
        height: 33em;
    }
}