@media (max-width: 767px) {

}

@media (max-width: 480px) {
    .strony-aplikowanie-button {
        display: none;
    } 
    .strony-kariera-tlo2_l {
        float: none;
        width: 100%;
    }

    .strony-kariera-tlo2_p {
        float: none;
        width: 100%;
        margin-left: 0px;
    }    
    
    .strony-kariera-tlo2_l .boxy_home2 {
        width: 100% !important;
        float: none !important;
        height: 520px !important;
        margin-bottom: 30px;
        padding: 20px;
    }    
    .strony-aplikowanie-ik span {
        display: block;
        margin: auto;
        font-size: 14px;
        line-height: 2;
    }
    .strony-aplikowanie-ik2 {
        margin: auto;
        margin-right: 5px;
    }
    .strony-aplikowanie-ik3 {
        margin: auto;
        margin-right: 5px;
    }
    .napis-strony-kariera-mobile {
        position: relative;
        padding-bottom: 40px;
    }
    .napis-strony-kariera-mobile img {
        width: 1400px;
        max-width: none;
        position: absolute;
    }
    .strony-kariera-promocji-wpisy_tlo1 .strony-blog-wpisy_tlo1_txt {
        width: 100%;
    }    
    
    .strony-kariera-tlo2 .formularz_lewa {
        float: none;
        width: 100%;
        margin-right: 0px;
        position: relative;
        z-index: 2;
        padding-bottom: 20px;
    }
    .strony-kariera-tlo2 .formularz_prawa {
        float: none;
        width: 100%;
        padding-right: 0px;
        position: relative;
        z-index: 2;
    }    
    
    
.rekrutacja-sekcja {
    position: relative;
    width: 100%;
    min-height: 920px;
    padding: 20px;
    overflow: hidden;
    box-sizing: border-box;
}


/* TŁO */

.rekrutacja-krok-tlo {
    position: absolute;
    z-index: 0;
    width: 350px;
    left: -40px;
    top: 0;
}

.rekrutacja-krok-tlo img {
    width: 100%;
    height: auto;
    display: block;
}


/* ================================================= */
/* PIONOWA LINIA                                     */
/* ================================================= */

.rekrutacja-linia {
    position: absolute;

    left: 36px;
    right: auto;

    top: 65px;
    bottom: 70px;

    width: 2px;
    height: auto;

    background: #d9d9d9;

    z-index: 1;
}


/* ================================================= */
/* IKONA NA GÓRZE                                    */
/* ================================================= */

.rekrutacja-ikona-start {
    position: absolute;

    left: 25px;
    top: 15px;

    width: 24px;
    height: 40px;

    z-index: 5;
}

.rekrutacja-ikona-start img {
    width: 100%;
    height: 100%;

    object-fit: contain;

    transform: rotate(90deg);
    transform-origin: center center;
}


/* ================================================= */
/* ZDJĘCIE / IKONA NA DOLE                           */
/* ================================================= */

.rekrutacja-zdjecie {
    position: absolute;

    left: 17px;
    right: auto;

    bottom: 15px;
    top: auto;

    width: 42px;
    height: 55px;

    z-index: 5;
}

.rekrutacja-zdjecie img {
    width: 100%;
    height: 100%;

    object-fit: contain;

    transform: rotate(90deg);
    transform-origin: center center;
}


/* ================================================= */
/* KROKI                                             */
/* ================================================= */

.rekrutacja-kroki {
    position: relative;

    z-index: 3;

    display: flex;
    flex-direction: column;
    justify-content: space-between;

    width: 100%;
    height: 760px;

    margin-top: 55px;

    padding-left: 72px;

    box-sizing: border-box;
}


/* ================================================= */
/* POJEDYNCZY KROK                                   */
/* ================================================= */

.rekrutacja-krok {
    position: relative;

    width: 100%;
    min-height: 100px;

    padding: 0;

    text-align: left;
}


/* ================================================= */
/* KROPKA                                            */
/* ================================================= */

.rekrutacja-kropka {
    position: absolute;

    left: -56px;
    top: 18px;

    width: 14px;
    height: 14px;

    border-radius: 50%;
    background: #bfbfbf;

    border: 3px solid #ffffff;
    box-sizing: content-box;

    transform: translateX(-50%);

    z-index: 6;
}


/* AKTYWNA KROPKA */

.rekrutacja-krok-aktywny .rekrutacja-kropka {
    background: #8D6BDB;

    box-shadow:
        0 0 0 4px rgba(141, 107, 219, 0.16);
}


/* ================================================= */
/* NUMER                                             */
/* ================================================= */

.rekrutacja-krok h3 {
    margin: 0 0 10px 0;

    font-size: 18px;
    line-height: 1;

    color: #050816;

    letter-spacing: 0.03em;
}


/* ================================================= */
/* OPIS                                              */
/* ================================================= */

.rekrutacja-krok p {
    margin: 0;

    max-width: none;

    font-size: 13px;
    line-height: 1.4;

    font-weight: 400;

    color: #111827;
}    
    
    
}
