/* =========================================================
   PODSTRONY OFERTOWE - LEO ROLETY
   ========================================================= */


/* ---------------------------------------------------------
   GŁÓWNA CZĘŚĆ PODSTRONY
   --------------------------------------------------------- */

.oferta_content {
    width: 100%;
    display: flow-root;
}


/* ---------------------------------------------------------
   GŁÓWNE ZDJĘCIE

   Zdjęcie znajduje się po lewej stronie.
   Tekst opływa zdjęcie, a po jego zakończeniu
   przechodzi na całą szerokość strony.
   --------------------------------------------------------- */

.oferta_foto {
    float: left;

    width: 50%;
    height: 600px;

    margin: 0 50px 30px 0;

    overflow: hidden;
}


.oferta_foto img {
    display: block;

    width: 100%;
    height: 100%;

    object-fit: cover;
    object-position: center;
}


/* ---------------------------------------------------------
   OPIS PRODUKTU
   --------------------------------------------------------- */

.oferta_opis {
    font-weight: 800;
    line-height: 1.5;
}


/* ---------------------------------------------------------
   NAGŁÓWKI W OFERCIE
   --------------------------------------------------------- */

.oferta_opis h1,
.oferta_opis h2 {
    color: rgb(255,100,0);
}


/* Wspólny nagłówek dużych sekcji:
   - Dostępna kolorystyka profili
   - Dostępna kolorystyka materiałów
   itd.
*/

.oferta_naglowek_sekcji {
    font-size: 30px;
    line-height: 1.3;
    font-weight: 800;
    color: rgb(255,100,0);

    margin-top: 40px;
    margin-bottom: 10px;
}


/* ---------------------------------------------------------
   DUŻY TEKST WPROWADZAJĄCY
   --------------------------------------------------------- */

.oferta_intro {
    font-size: 30px;
    line-height: 1.4;
}


/* ---------------------------------------------------------
   IKONA PRODUKTU
   --------------------------------------------------------- */

.oferta_ikona {
    float: right;

    width: 100px;
    height: auto;

    margin: 20px 20px 20px 30px;
}


/* =========================================================
   WZORNIKI / KOLORY PROFILI
   ========================================================= */


/* ---------------------------------------------------------
   CAŁA SEKCJA WZORNIKÓW
   --------------------------------------------------------- */

.oferta_wzorniki {
    width: 100%;
    clear: both;

    margin-top: 40px;
}


/* ---------------------------------------------------------
   WIERSZ Z KOLORAMI
   --------------------------------------------------------- */

.oferta_wzorniki_lista {
    display: flex;
    flex-wrap: wrap;

    width: 100%;

    margin: 20px 0 40px 0;
}


/* ---------------------------------------------------------
   POJEDYNCZY WZORNIK
   --------------------------------------------------------- */

.oferta_wzornik {
    width: 25%;
    min-height: 300px;

    padding: 10px;

    box-sizing: border-box;
    text-align: center;
}


/* ---------------------------------------------------------
   ZDJĘCIE WZORNIKA
   --------------------------------------------------------- */

.oferta_wzornik img {
    display: block;

    width: 100%;
    height: 250px;

    object-fit: contain;

    margin: 0 auto 15px auto;
}


/* ---------------------------------------------------------
   PODPIS POD WZORNIKIEM
   --------------------------------------------------------- */

.oferta_wzornik_podpis {
    width: 100%;

    text-align: center;
    font-weight: 800;
}


/* ---------------------------------------------------------
   PODTYTUŁY WZORNIKÓW
   np. Pełny kolor / Drewnopodobne
   --------------------------------------------------------- */

.oferta_wzorniki h3 {
    margin-top: 30px;
}


/* =========================================================
   KOLORYSTYKA MATERIAŁÓW / TKANIN
   ========================================================= */

.oferta_materialy {
    display: flex;
    align-items: center;

    width: 100%;

    margin: 40px 0;
}


/* ---------------------------------------------------------
   LEWA CZĘŚĆ - IKONA + "150 WZORÓW"
   --------------------------------------------------------- */

.oferta_materialy_ikona {
    width: 25%;

    text-align: center;

    font-size: 28px;
    line-height: 1.3;
    font-weight: 900;
}


.oferta_materialy_ikona img {
    display: block;

    width: 100px;
    height: auto;

    margin: 0 auto 15px auto;
}


/* ---------------------------------------------------------
   PRAWA CZĘŚĆ - OPIS MATERIAŁÓW
   --------------------------------------------------------- */

.oferta_materialy_opis {
    width: 75%;

    padding-left: 40px;

    box-sizing: border-box;

    font-size: 26px;
    line-height: 1.6;
}


/* =========================================================
   RESPONSYWNOŚĆ
   ========================================================= */


/* ---------------------------------------------------------
   TABLET / MNIEJSZY EKRAN
   --------------------------------------------------------- */

@media (max-width: 1100px) {

    .oferta_foto {
        float: none;

        width: 100%;
        height: 500px;

        margin: 0 0 40px 0;
    }


    .oferta_ikona {
        float: none;
        display: block;

        margin: 0 auto 30px auto;
    }


    .oferta_intro {
        font-size: 26px;
    }

}


/* ---------------------------------------------------------
   TABLET
   --------------------------------------------------------- */

@media (max-width: 900px) {

    .oferta_wzornik {
        width: 50%;
    }


    .oferta_materialy {
        display: block;
    }


    .oferta_materialy_ikona,
    .oferta_materialy_opis {
        width: 100%;
    }


    .oferta_materialy_ikona {
        margin-bottom: 30px;
    }


    .oferta_materialy_opis {
        padding-left: 0;

        font-size: 26px;
    }

}


/* ---------------------------------------------------------
   TELEFON
   --------------------------------------------------------- */

@media (max-width: 550px) {

    .oferta_wzornik {
        width: 100%;
    }


    .oferta_naglowek_sekcji {
        font-size: 26px;
    }


    .oferta_intro {
        font-size: 24px;
    }

}

/* =========================================================
   SYSTEMY ROLET
   ========================================================= */

.oferta_systemy {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;

    width: 100%;
    margin: 40px 0;
}


/* ---------------------------------------------------------
   POJEDYNCZY SYSTEM
   --------------------------------------------------------- */

.oferta_system {
    width: 31%;

    padding: 30px;
    box-sizing: border-box;

    text-align: center;

    transition: 0.3s;
}


/* ---------------------------------------------------------
   ZDJĘCIE SYSTEMU
   --------------------------------------------------------- */

.oferta_system img {
    display: block;

    width: 100%;
    height: 300px;

    object-fit: cover;

    margin-bottom: 30px;

    transition: 0.3s;
}


/* ---------------------------------------------------------
   PODPIS SYSTEMU
   --------------------------------------------------------- */

.oferta_system_podpis {
    font-size: 20px;
    font-weight: 800;
}


/* ---------------------------------------------------------
   EFEKT PO NAJECHANIU
   --------------------------------------------------------- */

.oferta_system:hover {
    color: white;
    background-color: rgb(255,100,0);
}


.oferta_system:hover img {
    transform: scale(1.05);
}


/* ---------------------------------------------------------
   TABLET
   --------------------------------------------------------- */

@media (max-width: 900px) {

    .oferta_system {
        width: 100%;
        margin-bottom: 30px;
    }

}

/* =========================================================
   INFORMACJE DODATKOWE
   ========================================================= */

.oferta_informacje {
    width: 100%;
    margin: 40px 0;
    
    text-align: center;
    font-size: 24px;
    line-height: 1.6;
}


.oferta_informacje p {
    margin-bottom: 20px;
    
}


/* ---------------------------------------------------------
   DUŻE ZDJĘCIE INFORMACYJNE
   --------------------------------------------------------- */

.oferta_informacje_zdjecie {
    width: 100%;
    margin: 40px auto;

    text-align: center;
}


.oferta_informacje_zdjecie img {
    display: block;

    width: 100%;
    max-width: 1000px;
    height: auto;

    margin: 0 auto;
}


/* ---------------------------------------------------------
   WAŻNA INFORMACJA / KOMUNIKAT
   --------------------------------------------------------- */

.oferta_komunikat {
    width: 100%;

    margin: 40px 0;

    text-align: center;

    font-size: 30px;
    font-weight: 800;
    line-height: 1.4;
}


/* ---------------------------------------------------------
   TELEFON
   --------------------------------------------------------- */

@media (max-width: 550px) {

    .oferta_komunikat {
        font-size: 24px;
    }

}


/* =========================================================
   SYSTEMY - WARIANT 4 KAFLE
   ========================================================= */

.oferta_systemy_4 .oferta_system {
    width: 23%;
}


/* ---------------------------------------------------------
   TABLET
   --------------------------------------------------------- */

@media (max-width: 1100px) {

    .oferta_systemy_4 .oferta_system {
        width: 48%;
        margin-bottom: 30px;
    }

}


/* ---------------------------------------------------------
   TELEFON
   --------------------------------------------------------- */

@media (max-width: 600px) {

    .oferta_systemy_4 .oferta_system {
        width: 100%;
    }

}

/* =========================================================
   GALERIA WZORNIKÓW
   ========================================================= */

.oferta_galeria {
    width: 100%;
    margin: 30px 0 60px 0;

    padding: 30px 0;

    box-sizing: border-box;

    overflow-x: hidden;
    overflow-y: auto;
}


.oferta_galeria #bazaFoto_content {
    width: 100%;
}


/* =========================================================
   WZORNIKI - WARIANT 3 KOLUMNY
   ========================================================= */

.oferta_wzorniki_lista_3 .oferta_wzornik {
    width: 33.333%;
}


@media (max-width: 900px) {

    .oferta_wzorniki_lista_3 .oferta_wzornik {
        width: 50%;
    }

}


@media (max-width: 550px) {

    .oferta_wzorniki_lista_3 .oferta_wzornik {
        width: 100%;
    }

}


/* =========================================================
   PRÓBKI KOLORÓW PROFILI
   ========================================================= */

.oferta_kolory_lista {
    display: flex;
    flex-wrap: wrap;

    width: 100%;
    margin: 20px 0 50px 0;
}


#rolety_rzymskie .oferta_kolor {
    display: flex !important;
    align-items: center;
    justify-content: center;

    flex: 0 0 25%;
    width: 25%;
    height: 150px;
    min-height: 150px;

    box-sizing: border-box;

    border: 3px solid white;

    font-size: 18px;
    font-weight: 800;
    text-align: center;

    transition: transform 0.25s;

    opacity: 1 !important;
    visibility: visible !important;
}


#rolety_rzymskie .oferta_kolor:hover {
    transform: scale(1.05);
}


/* ---------------------------------------------------------
   PEŁNE KOLORY
   --------------------------------------------------------- */

#rolety_rzymskie .oferta_kolor_braz {
    background: rgb(110,80,80) !important;
    color: white !important;
}


#rolety_rzymskie .oferta_kolor_antracyt {
    background: rgb(80,80,80) !important;
    color: white !important;
}


#rolety_rzymskie .oferta_kolor_silver {
    background: rgb(220,220,220) !important;
    color: black !important;
}


#rolety_rzymskie .oferta_kolor_biel {
    background: rgb(240,240,240) !important;
    color: black !important;
}


/* ---------------------------------------------------------
   OKLEINY / STRUKTURALNE
   --------------------------------------------------------- */

#rolety_rzymskie .oferta_kolor_zloty_dab {
    background: rgb(183,132,65) !important;
    color: white !important;
}


#rolety_rzymskie .oferta_kolor_orzech {
    background: rgb(103,70,45) !important;
    color: white !important;
}


#rolety_rzymskie .oferta_kolor_mahon {
    background: rgb(112,49,43) !important;
    color: white !important;
}


#rolety_rzymskie .oferta_kolor_winchester {
    background: rgb(161,117,73) !important;
    color: white !important;
}


/* ---------------------------------------------------------
   RESPONSYWNOŚĆ
   --------------------------------------------------------- */

@media (max-width: 900px) {

    #rolety_rzymskie .oferta_kolor {
        flex-basis: 50%;
        width: 50%;
    }

}


@media (max-width: 550px) {

    #rolety_rzymskie .oferta_kolor {
        flex-basis: 100%;
        width: 100%;
    }

}


/* =========================================================
   ROLETY RZYMSKIE - KOLORY PROFILI
   ========================================================= */

#kolor_btn_1p {
    background-color: rgba(110,80,80,1);
}

#kolor_btn_2p {
    background-color: rgba(80,80,80,1);
}

#kolor_btn_3p {
    background-color: rgba(220,220,220,1);
}

#kolor_btn_4p {
    background-color: rgba(240,240,240,1);
}


#kolor_btn_4 {
    background-color: hsl(10, 50%, 50%);
}

#kolor_btn_5 {
    background-color: hsl(40, 50%, 50%);
}

#kolor_btn_6 {
    background-color: hsl(70, 50%, 50%);
}

#kolor_btn_7 {
    background-color: hsl(100, 50%, 50%);
}

#kolor_btn_8 {
    background-color: hsl(130, 50%, 50%);
}

#kolor_btn_9 {
    background-color: hsl(160, 50%, 50%);
}


/* ---------------------------------------------------------
   POJEDYNCZA PRÓBKA KOLORU
   --------------------------------------------------------- */

.kolor_btn {
    border: 2px solid white;
    border-radius: 0;

    float: left;

    width: 150px;
    height: 150px;

    margin-right: 0;
}


.kolor_btn:hover {
    transform: rotateZ(10deg) scale(1.1);
}


/* ---------------------------------------------------------
   OBSZAR KOLORÓW
   --------------------------------------------------------- */

.obszar_kolorow_btn {
    width: auto;
}


.obszar_kolorow_btn:hover .kolor_btn {
    margin-right: 0;
}

/* =========================================================
   RODZAJE MOSKITIER
   ========================================================= */

.oferta_typy {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;

    width: 100%;
    margin: 40px 0;
}


.oferta_typ {
    width: 31%;

    padding: 30px;

    box-sizing: border-box;

    text-align: center;

    background-color: rgb(245,245,245);
}


.oferta_typ h3 {
    margin-top: 0;

    color: rgb(255,100,0);
}


.oferta_typ p {
    line-height: 1.6;
}


/* ---------------------------------------------------------
   TABLET / TELEFON
   --------------------------------------------------------- */

@media (max-width: 900px) {

    .oferta_typ {
        width: 100%;
        margin-bottom: 25px;
    }

}
