/*  Nagłówek    */
#single_header{
    background-color: var(--single_header-bg);
}

.header_content {
    display: block;
    padding-top: 32px;
    padding-bottom: 50px;
}

.header_content{
    padding-top: 30px;
}

.header_content > div{
    margin-top: 35px;
}

.header_content .header_info{
    display: flex;
    flex-direction: row;
    margin-top: 35px;
}

.header_content .header_info > div{
    width: 50%;
    display: flex;
    flex-direction: column;
}

.header_content .header_info > div >p{
    padding-bottom: 20px;
    font-family: Mulish;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0em;
    text-align: left;
    color: var(--color-black);
}

.header_content .header_info > div > p >span{
    font-weight: 700;
}

.header_content > div > h1{
    font-family: 'Space Grotesk';
    font-size: 42px;
    font-style: normal;
    font-weight: 500;
    line-height: 54px;
    letter-spacing: 0em;
    text-align: left;
    padding-bottom: 30px;
    width: 100%;
    border-bottom: 1px solid #CCDFF8;
}

.header_content > div > p{
    font-family: 'Mulish';
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0em;
    text-align: left;
}
/*  end     -   Nagłówek  -   end  */

/*  Szczegóły oferty  */
#details{
    padding-top: 70px;
    background-color: var(--details-bg);
}

#details div{
    margin-bottom: 60px;
}

.block_list > .tag{
    margin-top: 10px;
}

#details div > p{
    font-family: Mulish;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 20px;
    letter-spacing: 0em;
    text-align: left;
    color: var(--color-black);
}

#details div > h3{
    font-family: Space Grotesk;
    font-size: 32px;
    line-height: 150%;
}
/*  end     -   Szczegóły oferty    -   end  */

/*  Aplikuj do nas  */
#apply_form{
    padding-top: 50px;
    padding-bottom: 105px;
    background-color: var(--apply_form-bg);
}

#apply_form h3{
    text-align: center;
    font-family: Space Grotesk;
    font-size: 42px;
    line-height: 150%;
    padding-bottom: 10px;
}

#apply_form .field{
    width: 50%;
}

.field:first-child input{
    margin-right: 0px;
}

.field:last-child input,
.field:last-child label{
    margin-left: 0px;
}

#apply_form .special-field{
    margin-left: 32px;
}

#apply_form input[type="checkbox"] {
    border-color: var(--color-navy);
    background-color: white;
    color: #3657A4FF;
}

#apply_form input[type="checkbox"]:checked {
     background-color: var(--color-blue);
     box-shadow: inset 0px 0px 0px 2px var(--color-white);
 }

#apply_form input[type="checkbox"] {
    border-color: var(--color-navy);
    background-color: white;
    color:  var(--color-navy);
}

#apply_form .form-rules{
    display: flex;
    flex-direction: column;
    font-family: Mulish;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 150%;
    color: var(--color-white);
    margin-top: 29px;
    width: 100%;
    max-width: none !important;
}

#apply_form .form-rules > .rule{
    display: flex;
    flex-direction: row;
    width: 100%;
    color: var(--color-black);
}

#apply_form .form-rules > .rule > label{
    width: 100%;
}

#apply_form .form-rules > .rule:nth-of-type(2){
    margin-top: 20px;
}

#apply_form .require_message {
    font-family: Mulish;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 150%;
    color: var(--color-black);
}

#apply_form input:focus{
    border-color: var(--color-blue);
}

#apply_form textarea:focus{
    border-color: var(--color-blue);
}

#apply_form select{
    border: 1px solid #CCDFF8;
    box-sizing: border-box;
    border-radius: 50px;
    padding: 20px 40px;
    font-family: Mulish;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    color: var(--select-career) !important;
    background-color: var(--contact_content-bg);
    cursor: pointer;
}

#apply_form select:focus{
    border-color: var(--color-blue);
}

#apply_form form > button{
    width: auto;
    margin: 0 auto;
    margin-top: 55px;
}

#apply_form form > div > button{
    width: auto;
    margin: 0 auto;
    margin-top: 55px;
}

#apply_form input[type="file"] {
    background-color: var(--color-blue) !important;
}

#apply_form input[type="file"]::before {
    color: var(--color-white) !important;
}

.file-placeholder{
    color: var(--color-blue);
}
/*  end     -   Aplikuj do nas   -   end  */

/*  Inne oferty pracy     */
#other_offer{
    padding-top: 125px;
    padding-bottom: 135px;
    background-color: var(--work_info-bg);
}

#other_offer h3{
    font-family: Space Grotesk;
    font-size: 34px;
    line-height: 150%;
    font-weight: bold;
}

#other_offer p{
    font-family: Mulish;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0em;
    text-align: left;
}

#other_offer .work_offers{
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-top: 40px;
}

#other_offer .slide-elem {
    display: flex;
    width: 100%;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 24px;
    padding: 36px 70px;
    background-color: var(--slide-elem);
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.06);
}

#other_offer .slide-elem .opis > h4{
    font-family: 'Space Grotesk';
    font-size: 24px;
    line-height: 150%;
    letter-spacing: 0px;
    text-align: left;
    font-weight: bold;
}

#other_offer .slide-elem .opis > p{
    font-family: 'Mulish';
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 20px;
    color: #969696;
}
/*  end     -   Inne oferty pracy   -   end  */

/*  MOBILE  */
@media screen and (min-width: 0px) and (max-width: 900px) {

    .form-group{
        flex-direction: column;
    }

    #apply_form .special-field{
        margin-left: 0px;
    }

    #apply_form select{
        margin-left: 0px;
    }

    #apply_form .field{
        width: 100%;
    }

}

@media screen and (min-width: 0px) and (max-width: 500px) {

    .header_content .header_info{
        flex-direction: column;
    }

    .header_content .header_info > div{
        width: 100%;
    }

    .header_content > div > h1{
        font-size: 32px;
    }

    #other_offer .slide-elem {
        flex-direction: column;
        padding: 36px 35px;
        align-items: flex-start
    }

    #other_offer .slide-elem > button{
        margin-top: 20px;
        margin-left: 0;
    }

    .block_list > .tag{
        width: 100%;
    }

}

