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

#career__header .container {
    padding-top: 30px;
}

#career__header .career__header_content{
    max-width: 613px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    padding-top: 30px;
    padding-bottom: 48px;
}

#career__header .career__header_content{
    color: var(--color-black);
}

#career__header .career__header_content h2 {
    font-weight: bold;
    margin-bottom: 16px;
    color: var(--color-black);
}

#career__header .career__header_content p {
    display: block;
    font-family: 'Mulish';
    font-weight: 400;
    line-height: 24px;
}

#career__content {
    background-color: var(--career__content-bg);
    padding-bottom: 170px;
    padding-top: 120px;
}

#career__content h3{
    font-family: 'Space Grotesk';
    font-size: 34px;
    line-height: 150%;
    font-weight: bold;
    text-align: center;
}

#career__content .header-items{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: space-evenly;
    margin-top: 50px;
}

#career__content .header-items > .header__item{
    display: flex;
    flex-direction: column;
    margin-top: 50px;
}

@media screen and (min-width: 0px) and (max-width: 500px) {
    #career__content .header-items > .header__item {
        width: 100%;
    }
}

#career__content .header-items > .header__item > img{
    display: flex;
    width: 64px;
    height: 64px;
    margin: 0 auto;
}

#career__content .header-items > .header__item > p{
    display: flex;
    justify-content: space-around;
    width: 80%;
    margin: 0 auto;
    color: var(--color-black);
    text-align: center;
    font-family: 'Mulish';
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0em;
    padding-top: 36px;
    padding-left: 0;
    padding-right: 0;
}

#career-image {
    position: relative;
    width: 100%;
}

#career-image::before{
    content: '';
    position: absolute;
    width: 100%;
    height: 45%;
    top: 0;
    background-color: var(--career__header-bg);
    z-index: -1;
}

#career-image::after{
    content: '';
    position: absolute;
    width: 100%;
    height: 55%;
    bottom: 0;
    background-color: var(--career__content-bg);
    z-index: -1;
}

#career-image .company-image-content {
    height: 100%;
}

.career-image-content img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#career__content p {
    color: var(--color-black);
    font-family: 'Mulish';
    font-weight: 400;
    line-height: 24px;
    text-align: justify;
}

#career__content p:nth-of-type(1){
    padding-right: 17px;
}

#career__content p:nth-of-type(2){
    padding-left: 17px;
}
/*  end     -   Nagłówek   -   end  */

/*  Oferty pracy     */
#work_info{
    background-color: var(--work_info-bg);
    padding-top: 95px;
}

#work_info h3{
    font-family: Space Grotesk;
    font-size: 34px;
    line-height: 150%;
    font-weight: bold;
    color: var(--color-black);
}

#work_info p{
    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);
}

#work_info .work_offers{
    margin-top: 27px;
    padding-bottom: 120px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

#work_info .slide-elem {
    /*border: 1px solid var(--color-black);*/
    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);
}

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

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

/*  Aplikuj do nas    */
#apply_us{
    background-color: var(--apply_us-bg);
    padding-top: 120px;
    padding-bottom: 130px;
    color: var(--color-white);
}

#apply_us .col-12 {
    margin: 0 auto;
}

#apply_us .col-12 > h3{
    text-align: center;
    color: var(--color-white);
    font-family: 'Space Grotesk';
    font-size: 68px;
    line-height: 150%;
}

#apply_us form{
    margin-top: 60px;
}
#apply_us .field > label {
    color: var(--color-white);
}

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

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

#apply_us .field{
    width: 50%;
}

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

#apply_us input, textarea{
    color: var(--color-white);
    background-color: var(--apply_us-bg);
}

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

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

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

#apply_us .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_us .form-rules > .rule{
    display: flex;
    flex-direction: row;
    width: 100%;
}

#apply_us .form-rules > .rule > label{
    width: 100%;
    flex-wrap: wrap;
}

#apply_us .form-rules > .rule > p{
    display: block;
    height: auto;
    /*width: 50%;*/
}

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

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

#apply_us 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: white;
    background-color: var(--apply_us-bg);
    cursor: pointer;
}

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

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

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

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

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

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

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

#apply_us form > button:hover{
    background-color: var(--color-white);
    color: var(--color-blue);
}
/*  end     -   Aplikuj do nas   -   end  */


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

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

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

    #apply_us .col-12 > h3 {
        font-size: 44px;
    }
    
    h3{
        font-size: 30px !important;
    }
}

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

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

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

    #apply_us .field{
        width: 100%;
    }

}