/*Style dokumnetu*/
/*FONT GOOGLE*/
@import url('https://fonts.googleapis.com/css2?family=Roboto+Mono:ital,wght@0,100..700;1,100..700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Instrument+Serif:ital@0;1&family=Roboto+Mono:ital,wght@0,100..700;1,100..700&display=swap');
@font-face{

    font-family: "Blauer Nue";

    src: url("../fonts/BlauerNeue-Bold.woff2");

}
/*kolory proektu - zmienne-var*/
:root{
    --color-akcent1:#596831;
    --color-akcent2:#C9B32A;
    --color-akcent3: #FDFAE7;
    --color-akcent4: #FDBF01;
    --color-akcent5: #625427;
    --color-akcent6: #222222;
}

/*SELEKTORY GLOBALNE*/
*{
    box-sizing: border-box; 
    transition: 0.5s;
    margin: 0;
    padding: 0;
}

html{
    scroll-behavior: smooth;   
}

body{
    overflow-x: hidden;
}

a{
    text-decoration: none !important;
}

p{
    font-family: "Roboto Mono", monospace;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
}

img{
    max-width: 100%;
}

h1{
    color: var(--color-akcent2);
    font-family: "Blauer Nue";
    font-size: 189px;
    line-height: normal;
}

h2{
    color: var(--color-akcent3);
    font-family: "Instrument Serif", serif;
    font-weight: 400;
    font-style: italic;
    font-size: 110px;
}

h3{
    color: var(--color-akcent4);
    font-family: "Blauer Nue";
    font-size: 48px;
    line-height: normal;
}

h4{
    color: var(--color-akcent4);
    font-family: "Instrument Serif", serif;
    font-weight: 400;
    font-style: italic;
    font-size: 96px;
}

h5{
    color: var(--color-akcent5);
    font-family: "Blauer Nue";
    font-size: 36px;
    line-height: normal;
}

h6{
    color: var(--color-akcent5);
    font-family: "Roboto Mono", monospace;
    font-optical-sizing: auto;
    font-weight: 300;
    font-size: 64px;
    font-style: normal;
}

/*WSZYSTKIE SEKCJE*/
section{
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    /* scroll-margin-top: 89px;  */
}
.zawartosc{
    /* background-color: red; */
    max-width: 1420px;
    width: 100%;
    display: flex;
}

/* NAWIGACJA MOBILE */

.nakladka{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 0;
    overflow: hidden;
    z-index: 2;
    background: rgba(253, 250, 231, 0.20);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
}

.burger{
    display: none !important;
    position: fixed;
    top: 20px;
    right: 20px;
    z-index: 3;
    font-size: 40px;
    color: var(--color-akcent3);
    cursor: pointer;
}

.zamknijX{
    position: absolute;
    top: 25px;
    right: 10px;
    color: var(--color-akcent6);
    font-size: 50px;
    cursor: pointer;
    background-color: var(--color-akcent3);
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
}

.nakladka ol{
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 60px;
}

.nakladka ol li{
    list-style: none;
}

.nakladka ol li a:hover{
    color: var(--color-akcent4);
}

.nakladka ol li a{
    color: var(--color-akcent6);
    font-family: "Roboto Mono", monospace;
    font-size: 16px;
    font-weight: 600;
}

.nakladka .logo{
    position: absolute;
    top: 25px;
    left: 25px;
}

.nakladka .logo img{
    width: 200px;
}

 /* NAWIGACJA DESKTOP */
nav{
    width: calc(100% - 40px);
    max-width: 1420px;
    height: 76px;

    position: fixed;
    top: 35px;
    left: 50%;
    transform: translateX(-50%);

    box-sizing: border-box;

    z-index: 1;

    background: rgba(253, 250, 231, 0.20);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);

    border-radius: 60px;
}

/* LISTA */
nav ol{
    margin: 0;
    padding: 0 35px;
    display: flex;
    align-items: center;
    height: 100%;
    gap: 70px;
}

/* LOGO */
.logo{
    margin-right: auto;
    display: flex;
    align-items: center;
    
}

.logo img{
    width: 200px;
}

/* ELEMENTY */
nav ol li{
    list-style: none;
    display: flex;
    align-items: center;
}

nav ol li a:hover{
color: var(--color-akcent2);
}

/* LINKI */
nav ol li a{
    color: var(--color-akcent6);
    font-family: "Roboto Mono";
    font-weight: 600;
    font-size: 16px;
}


   /* PIERWSZA SEKCJA */

#pierwsza{
    max-width: 100%;
    height: 1107px;
    background-color: var(--color-akcent1);
    background-image: url(../img/zdj-strona-glowna.png);
    background-size: cover;
    overflow: visible;
    background-position: center 100px;
    background-repeat: no-repeat;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 40px 60px 0;
}

#pierwsza .zawartosc{
    /* background-color: red; */
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

#pierwsza .naglowek{
    margin-top: 170px;
    text-align: center;
}

#pierwsza h1{
    line-height: .8;
    font-size: 8vw;
}

#pierwsza h2{
    margin-top: -35px;
    font-size: 4.5vw;
}

#pierwsza .opis{
    margin-top: 400px;
    line-height: 25px;
    text-align: center;
    /* background-color: red; */
}

#pierwsza .opis p{
    color: var(--color-akcent3);
    font-size: 20px;
    font-weight: 400;
    /* line-height: 1.6; */
}

#pierwsza .opis a{
    width: 220px;
    height: 40px;
    margin: 40px auto 0;
    border-radius: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--color-akcent3);
    font-family: "Roboto Mono", monospace;
    font-size: 16px;
    font-weight: 400;
    backdrop-filter: blur(20px);
}

#pierwsza .opis a:hover{
    background-color: var(--color-akcent4);
    color: var(--color-akcent5);
}



/* =========================
   DRUGA SEKCJA
========================= */

#druga{
    height: 999px;
    background-color: var(--color-akcent5);
    padding-top: 40px;
    overflow: hidden;
    padding: 40px 80px 0;
}

/* NAGŁÓWEK */

#druga h3{
    font-size: clamp(36px, 8vw, 52px);
    text-align: center;
    margin-bottom: 30px;
}

/* OPIS */

#druga .wstep{
    /* background-color: red; */
    max-width: 365px;
    margin: 0 auto 70px;
    text-align: center;
    color: var(--color-akcent3);
    font-weight: 400;
    line-height: 1.6;
}

/* KONTENER KART */

#druga .zawartosc{
    /* background-color: red; */
    margin: 0 auto;
    margin-top: -170px;
    display: flex;
    justify-content: center;
    gap: 200px;
    align-items: flex-start;
}

/* KARTA */

#druga article{
    position: relative;
}

/* ZDJĘCIE */

#druga article img{
    object-fit: cover;
}

/* DZIEŃ */

#druga article h4{
    margin-top: -35px;
    margin-bottom: 20px;
    line-height: .8;
    font-size: 4vw;
}

/* OPIS DNIA */

#druga article p{
    color: var(--color-akcent3);
    font-family: "Roboto Mono", monospace;
    /* font-size: 20px; */
    font-weight: 400;
    line-height: 1.4;
}

/* ŚRODKOWA KARTA */

#druga .wyroznij{
    margin-top: 230px;
}

/* PRAWA KARTA */

#druga article:last-child{
    margin-top: 50px;
}

/* gify */

#druga article:first-of-type::before{
    content: "";
    position: absolute;
    top: -60px;
    left: -70px;
    width: 80px;
    height: 80px;
    background-image: url(../img/gwiazdki.svg);
    background-size: contain;
    background-repeat: no-repeat;

    animation: animacja 3s ease-in-out infinite;
}

#druga .wyroznij::after{
    content: "";
    position: absolute;
    right: -70px;
    bottom: 80px;
    width: 70px;
    height: 96px;
    background-image:url(../img/gwiazdki2.svg);
    background-size: contain;
    background-repeat: no-repeat;

    animation: animacja 3s ease-in-out infinite;
}

#druga article:first-of-type::after{
    content: "";
    position: absolute;
    top: 80px;
    right: -180px;
    width: 155px;
    height: 244px;
    background-image: url(../img/sznurek1.svg);
    background-size: contain;
    background-repeat: no-repeat;
}

#druga article:last-of-type::before{
    content: "";
    position: absolute;
    top: -30px;
    right: -40px;
    width: 42px;
    height: 44px;
    background-image: url(../img/zawijas.svg);
    background-size: contain;
    background-repeat: no-repeat;

    animation: animacja 3s ease-in-out infinite;
}

#druga .wyroznij::before{
    content: "";
    position: absolute;
    top: -120px;
    right: -190px;
    width: 164px;
    height: 118px;
    background-image: url(../img/sznurek2.svg);
    background-size: contain;
    background-repeat: no-repeat;
}


/* ANIMACJA */

@keyframes animacja{

    0%{
        transform: rotate(0deg) scale(1);
    }

    50%{
        transform: rotate(5deg) scale(1.1);
    }

    100%{
        transform: rotate(0deg) scale(1);
    }

}


/* ===== SEKCJA 3 ===== */

#trzecia {
    background-color: var(--color-akcent3);
    padding: 120px 0;
    height: 999px;
}

/* GŁÓWNY KONTENER SEKCJI */

.trzecia-wrapper {
    /* background-color: red; */
    max-width: 1400px;
    margin: 0 auto;
}

/* NAGŁÓWEK */

.naglowek-sekcji {
    padding: 20px;
    margin-bottom: 60px;
}

.naglowek-sekcji h3 {
    color: var(--color-akcent5);
    margin: 0;
    padding-bottom: 40px;
    line-height: 0.95;
}

/* PRZEWIJANIE */

.scroll-x {
    overflow-x: auto;
    padding-top: 80px;
    padding-bottom: 130px;

    padding-left: 20px;
    padding-right: 20px;
}

/* PASEK */

.scroll-x::-webkit-scrollbar {
    height: 10px;
}

.scroll-x::-webkit-scrollbar-track {
    background-color: #DDD5BF;
    border-radius: 999px;
}

.scroll-x::-webkit-scrollbar-thumb {
    background-color: #8A7844;
    border-radius: 999px;
}

.scroll-x::-webkit-scrollbar-thumb:hover {
    background-color: #6A5A27;
}

/* KONTENER KART */

.miejsca {
    display: flex;
    gap: 24px;
    width: max-content;
}

/* POJEDYNCZA KARTA */

.karta {
    width: 355px;
    height: 355px;
    padding: 35px;
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    position: relative;
    align-items: center;
    text-align: center;
}

/* KARTA WYRÓŻNIONA */

.karta--featured::before {
    content: "";
    position: absolute;
    top: -35px;
    left: 280px;
    width: 100px;
    height: 100px;
    background-image:url(../img/TOPPICK.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;

    animation: pulsowanie 3s ease-in-out infinite;

}

/* WARIANTY KOLORÓW */

.karta--yellow {
    background-color: var(--color-akcent2);
    color:var(--color-akcent5);
    border:1px solid #000000;
}

.karta--gold {
    background-color: var(--color-akcent4);
    color:var(--color-akcent5);
    border:1px solid #000000;
}

.karta--light {
    background-color:var(--color-akcent3);
    color: var(--color-akcent5);

    border:1px solid #000000;
}

.karta--dark {
    background-color: #dbbb50;
    color: var(--color-akcent5);
    border:1px solid #000000;
}

/* TYTUŁY KART */

.karta h5 {
    margin: 0 0 90px;

    font-size: 36px;
    font-weight: 700;
    line-height: 1.1;
}

/* OPISY */

.karta p {
    margin: 0;
    font-size: 16px;
    line-height: 1.9;
}

@keyframes pulsowanie {

    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.08);
    }

    100% {
        transform: scale(1);
    }

}


/* SEKCJA 4  */

#czwarta {
    overflow: hidden;
    min-height: 0;
    height: 130px;
}

/* ŻÓŁTY PASEK */

.przewijany-pasek {
    width: 100%;
    overflow: hidden;
    background-color: #F4BC00;

    padding: 15px 0;
}

/* PRZESUWAJĄCA SIĘ ZAWARTOŚĆ */

.przewijana-zawartosc {
    display: flex;
    align-items: center;
    gap: 50px;
    width: max-content;

    animation: przewijanie 25s linear infinite;
}

/* TEKST */

.przewijana-zawartosc span {
    color: #5D4C20;
    font-size: 48px;
    font-family: Blauer Nue;
    font-weight: 700;
    white-space: nowrap;
}

/* GWIAZDKA */

.przewijana-zawartosc img {
    width: 100px;
    height: 100px;

    flex-shrink: 0;
}

/* ANIMACJA */

@keyframes przewijanie {

    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(-50%);
    }

}



   /* PIĄTA SEKCJA */

#piata {
    background-color: var(--color-akcent1);
    padding: 50px 0;
}

/* OPIS */

.opis-kosztow {
    /* background-color: red; */
    width: min(1200px, 90%);
    margin: 0 auto 70px;
    text-align: center;
}

.opis-kosztow h3 {
    margin: 0 0 30px;

    color: var(--color-akcent3);

    font-size: 48px;
    font-weight: 700;
    line-height: 1.1;
}

.opis-kosztow p {
    max-width: 650px;

    margin: 0 auto;

    color: var(--color-akcent3);

    font-size: 16px;
    line-height: 1.7;
}

/* KONTENER */

.koszty {
    width: min(1200px, 90%);

    margin: 0 auto;

    display: flex;
    justify-content: center;
    gap: 20px;
}

/* KOLUMNY */

.lewa-strona,
.prawa-strona {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

/* KAFELKI */

.kafel {
    border-radius: 20px;

    padding: 35px;

    box-sizing: border-box;

    border: 1px solid rgba(0, 0, 0, 0.15);

    transition:
        transform 0.3s ease,
        box-shadow 0.3s ease,
        border-color 0.3s ease;
}

.kafel:hover {
    transform: translateY(-8px);

    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);

    border-color: #000;
}

/* ROZMIARY DESKTOP */

.kafel.zolty {
    width: 578px;
    height: 209px;
}

.kafel.oliwkowy {
    width: 578px;
    height: 326px;
    display: flex;
    flex-direction: column;
}

.kafel.oliwkowy h3 {
    color: var(--color-akcent3);
    margin-bottom: 30px;
}

.kafel.oliwkowy h6 {
    color: var(--color-akcent3);
    margin-top: auto;
    margin-bottom: auto;
}
.kafel.czarny {
    width: 578px;
    height: 326px;
    display: flex;
    flex-direction: column;
}

.kafel.czarny h6{
    color: var(--color-akcent4);
    margin-top: auto;
    margin-bottom: auto;
}

.kafel.czarny h3 {
    margin-bottom: 30px;
}

.kafel.oliwkowy p,
.kafel.czarny p {
    margin-top: auto;
}

.kafel.jasny {
    width: 578px;
    height: 209px;
}

/* KOLORY */

.kafel.zolty {
    background-color: var(--color-akcent4);
    color: var(--color-akcent5);
}

.kafel.oliwkowy {
    background-color: var(--color-akcent2);
    color: var(--color-akcent3);
}

.kafel.czarny {
    background-color: var(--color-akcent6);
    color: var(--color-akcent4);
}

.kafel.jasny {
    background-color: var(--color-akcent3);
    color: var(--color-akcent5);
}

/* NAGŁÓWKI */

.kafel h5 {
    margin: 0 0 15px;

    font-size: 22px;
    font-weight: 700;
}

/* CENY */

.kafel h6 {
    margin-top: 10px;
    font-size: 64px;
    font-weight: 300;
}

/* OPISY */

.kafel p {
    margin-top: 20px;

    font-size: 14px;
    line-height: 1.6;
}


/* ===========================
   SZÓSTA SEKCJA
=========================== */

#szosta {
    background-color: var(--color-akcent5);
    background-image: url("../img/zdjecie-koncowe.png");
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: 100% auto;
    overflow: hidden;
    /* padding-top: 10px; */
    padding-bottom: 400px;
}


/* TEKST */

.tekst-koncowy {
    /* background-color: red; */
    width: min(1400px, 90%);
}


.tekst-koncowy h1 {
    margin: 0;
    color: var(--color-akcent2);
    font-size: 189px;
    font-weight: 700;
    line-height: 0.85;
}


.tekst-koncowy h2 {
    margin: -40px 0 0 260px;
    color: var(--color-akcent3);
    font-size: 110px;
}


.tekst-koncowy p {
    width: 500px;
    margin: 70px 0 0 0;
    color: var(--color-akcent3);
    line-height: 1.8;
    /* align-items: center; */
    justify-content: center;
    font-weight: 400;
}

/* ===== STOPKA ===== */

footer {
    height: 470px;
    background-color: var(--color-akcent3);
}

footer .zawartosc {
    width: min(1400px, 90%);
    height: 100%;

    margin: 0 auto;

    display: flex;
    justify-content: space-between;
    align-items: center;

    position: relative;
}


/* ===== LEWA STRONA ===== */

.sociale {
    width: 600px;
}

.sociale h3 {
    margin: 0 0 25px;

    color: var(--color-akcent5);

    font-size: 64px;
    font-weight: 700;
    line-height: 1.05;
}

.sociale p {
    margin: 0 0 40px;

    color: var(--color-akcent5);

    font-size: 18px;
    line-height: 1.6;
}


/* ===== IKONY ===== */

.ikony {
    display: flex;
    gap: 20px;
}

.ikony a {
    display: flex;
}

.ikony img {
    width: 60px;
    height: 60px;
}


/* ===== PRAWA STRONA ===== */

.newsletter {
    width: 320px;
}

.newsletter h4 {
    margin: 0 0 30px;
    color: var(--color-akcent5);
    font-family: Roboto Mono;
    font-style: normal;
    font-size: 36px;
    font-weight: 500;
    line-height: 1.2;
}

.newsletter form {
    display: flex;
    flex-direction: column;
    gap: 20px;
}


/* INPUT EMAIL */

.newsletter input[type="email"] {
    width: 100%;
    height: 50px;
    padding: 0 25px;
    border: none;
    border-radius: 50px;
    background-color: var(--color-akcent2);
    color: var(--color-akcent5);
    font-size: 16px;
    font-family: Roboto Mono;
    box-sizing: border-box;
}

.newsletter input[type="email"]::placeholder {
    color: var(--color-akcent5);
}


/* ZGODY */

#zgody {
    display: flex;
    align-items: flex-start;
    gap: 12px;
}

#zgody input {
    margin-top: 3px;
}

#zgody label {
    color: var(--color-akcent5);
    font-family: Roboto Mono;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.5;
}


/* PRZYCISK */

.newsletter input[type="submit"] {
    width: 100px;
    height: 45px;

    border: 1px solid var(--color-akcent5);

    background: transparent;

    color: var(--color-akcent5);

    font-size: 16px;
    font-weight: 700;

    cursor: pointer;

    transition: 0.3s ease;
}

.newsletter input[type="submit"]:hover {
    background-color: var(--color-akcent5);
    color: var(--color-akcent3);
}


/* ===== COPYRIGHT ===== */

.copyright {
    position: absolute;

    left: 50%;
    bottom: 35px;

    transform: translateX(-50%);
}

.copyright p {
    margin: 0;

    color: var(--color-akcent5);

    font-size: 14px;
}


/* Smartfon < 600px */

@media(max-width:600px){

    nav{
        display: none;
    }

    .burger{
        display: block !important;
    }
    

    #pierwsza{
        height: 874px;
        background-position: 50% right;
    }

    #pierwsza .naglowek{
        margin-top: 140px;
        font-size: 55px;
    }

    #pierwsza h1{
        font-size: 70px;
        text-align: center;
    }

    #pierwsza h2{
        font-size: 50px;
        margin-top: -10px;
        text-align: center;
    }

    #pierwsza .opis{
        /* background-color: red; */
        margin-top: 500px;
        width: 90%;
    }

    #pierwsza .opis p{
        font-size: 16px;
        line-height: 1.5;
    }
    
    .nakladka ol li a{
        font-size: 30px;
    }

    .nakladka .logo img{
        margin-top: 5px;
        width: 180px;
        height: auto;
    }

/* trzecia */

    #trzecia {
        padding: 80px 0;
    }

    .trzecia-wrapper {
        width: 100%;
    }

    .naglowek-sekcji {
        width: 90%;
        margin: 0 auto 50px;
    }

    .naglowek-sekcji h3 {
        font-size: 42px;
        line-height: 1;
    }

    .scroll-x {
        padding-left: 30px;
    }

    .miejsca {
        gap: 25px;
    }

    .karta {
        width: 355px;
        aspect-ratio: 1;
        padding: 28px;
    }

    .karta h5 {
        margin: 0 0 90px;
        font-size: 32px;
        margin-bottom: 24px;
    }

    .karta p {
        font-size: 16px;
        line-height: 1.7;
    }

    .karta--featured::before {
        width: 100px;
        height: 100px;

        top: -35px;
        left: 280px;
    }

    .przewijany-pasek {
        padding: 35px 0;
    }

    .przewijana-zawartosc {
        gap: 35px;
    }

    .przewijana-zawartosc span {
        font-size: 42px;
    }

    .przewijana-zawartosc img {
        width: 60px;
        height: 60px;
    }

/* piata */

    #piata {
        padding: 80px 0;
    }

    .opis-kosztow {
        margin-bottom: 50px;
    }

    .opis-kosztow h3 {
        font-size: 42px;
    }

    .opis-kosztow p {
        font-size: 14px;
    }

    .koszty {
        width: 90%;
    }

    .lewa-strona,
    .prawa-strona {
        max-width: none;
    }

    .kafel {
        width: 100% !important;

        padding: 25px;
    }

    .kafel.zolty,
    .kafel.jasny {
        height: 180px;
    }

    .kafel.oliwkowy,
    .kafel.czarny {
        height: 240px;
    }

    .kafel h5 {
        margin-bottom: 20px;

        font-size: 18px;
    }

    .kafel h6 {
        margin-bottom: 20px;

        font-size: 42px;
    }

    .kafel p {
        font-size: 13px;
    }


/* SZOSTA */

    #szosta {
        /* /* padding-top: 40px; */
        background-size: auto;
        background-position: bottom 0 right 35%;
    }

    .tekst-koncowy {
        width: 90%;
        margin: 0 auto;
        text-align: center;
        position: relative;
        top: -200px;
    }

    .tekst-koncowy h1 {
        font-size: 64px;
        line-height: 0.9;
    }

    .tekst-koncowy h2 {
        margin: -15px 0 0;
        font-size: 64px;
    }

    .tekst-koncowy p {
        width: 100%;
        margin: 20px auto 0;
        line-height: 1.8;
    }

    /* stopka */

        footer {
        height: auto;
        padding: 80px 0 40px;
    }

    footer .zawartosc {
        flex-direction: column;
        align-items: center;
        gap: 60px;
    }

    .sociale,
    .newsletter {
        width: 100%;
        text-align: center;
    }

    .sociale h3 {
        font-size: 42px;
    }

    .sociale p {
        font-size: 16px;
    }

    .ikony {
        justify-content: center;
    }

    .newsletter h4 {
        font-size: 36px;
    }

    #zgody {
        justify-content: center;
        text-align: left;
    }

    .newsletter input[type="submit"] {
        margin: 0 auto;
    }

    .copyright {
        position: static;
        transform: none;
    }
}


@media(max-width:1200px){

    #druga{
        height: auto;
        padding-bottom: 100px;
    }

    #druga .wstep{
        /* background-color: red; */
        max-width: 340px;
        margin: 0 auto 200px;
        text-align: center;
        position: relative;
        /* z-index: 2; */
    }

    #druga article:first-of-type::after,
    #druga .wyroznij::before{
        display: none;
    }

    #druga .zawartosc{
        flex-wrap: wrap;
        justify-content: center;
        gap: 80px 60px;
    }

    #druga h3{
        margin-bottom: 30px;
    }

    #druga article{
        text-align: center;
    }

    #druga article p{
        margin: 0 auto;
    }

    #druga article h4{
        font-size: 64px;
        text-align: center;
    }

    #druga .wyroznij,
    #druga article:last-child{
        margin-top: 0;
    }

    #druga article:first-of-type::after{
        top: auto;
        right: 250px;
        left: auto;
        bottom: -100px;
}

    #druga .wyroznij::before{
        top: auto;
        right: -90px;
        bottom: -100px;
    }

    #druga article:last-of-type::before{
        left: -50px;
        bottom: -30px;
        top: auto;
        right: auto;

    }

        .koszty {
        flex-direction: column;
        align-items: center;
    }

    .lewa-strona,
    .prawa-strona {
        width: 100%;
        max-width: 578px;
    }

    .kafel.zolty,
    .kafel.oliwkowy,
    .kafel.czarny,
    .kafel.jasny {
        width: 100%;
    }


}