

.recruit-content-lists {
    float: left;
    width: 100%;
    padding-bottom: 15px;
}

.recruit-top{
    display: table;
    margin-bottom: 100px;
    margin-top: 10px;
}

.recruit-desc {
    width: 45%;
    text-align: center;
    font-size: 16px;
    font-family: 'Roboto Light';
    color: #000000;
    vertical-align:top;
    padding-right:5%;
    float: left;
}

.recruit-title {
    font-size: 36px;
    font-family: 'Roboto Thin';
    font-weight: bold;
    color: #313234;
    margin-bottom: 30px;
    text-align: left;
}

.recruit-desc-mob-img {
    display: none;
}

.recruit-text {
    font-size: 16px;
    font-family: 'Roboto Light';
    color: #6B6B6B;
    text-align: justify;
}

.recruit-desc-img {
    width: 50%;
    float: right;
    text-align: center;
}
.recruit-proc-section{
    display: grid;
    grid-template-columns: auto auto auto auto;
    grid-gap: 0 40px;
}
.recruit-proc-img {
    text-align: center;
    float: left;
}

.recruit-proc-img img {
    width: 73px;
}

.recruit-proc-text {
    font-size: 16px;
    font-family: 'Roboto Light';
    color: #6B6B6B;
    vertical-align: top;
}
.recruit-proc-span-red {
    display: block;
    padding-bottom: 10px;
    color: #9D0131;
    font-weight: bold;
    font-size: 16px;
    min-height: 45px;
}
.recruit-why-desc {
    font-size: 16px;
    font-family: 'Roboto Light';
    color: #6B6B6B;
    margin-top: 29px;
    width: 100%;
    padding-right: 5%;
}

.recruit-offerts-category {
    margin: 20px 0;
    font-family: 'Roboto Regular';
    color: #505457;
}

.recruit-offerts-category form{
    display: flex;
}

.recruit-offerts-category span{
    padding: 0 40px 0 5px;
    text-transform: uppercase;
    margin-bottom: auto;
    margin-top: auto;
    vertical-align: middle;
}

.catallwrapper, .catwrapper {
    display: block;
    position: relative;
    padding-left: 20px;
    margin-bottom: 12px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    line-height: 15px;
}

.catallwrapper input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.catwrapper input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 18px;
    width: 18px;
    border: solid #505457;
    border-width: 1px;
    background-color: #ffffff;
    padding: 0 !important;
}

.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.catallwrapper input:checked ~ .checkmark:after {
    display: block;
}

.catwrapper input:checked ~ .checkmark:after {
    display: block;
}

.catallwrapper .checkmark:after {
    left: 5px;
    width: 5px;
    height: 10px;
    border: solid black;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.catwrapper .checkmark:after {
    left: 5px;
    width: 5px;
    height: 10px;
    border: solid black;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.recruit-offerts-section {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    margin-top: 30px;
    grid-auto-rows: 1fr;
    padding-bottom: 20px;
}

.recruit-offerts-item {
    text-align: center;
    float: left;
    padding: 10px 20px 0 20px;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-align: start;
    align-items: flex-start;
    height: 100%;
}



.recruit-offerts-item .elemContent {
    width:100%;
    height: 100%;
    border-bottom: 1px solid #c8c8c8;
}

.jofferspage-active {
    font-family: Roboto Regular;
    font-size: 38px;
    color: #B91731;
}

.jofferspage-notactive {
    font-family: Roboto Regular;
    font-size: 22px;
    color: #505457;
    font-weight: bold;
}
.jofferspage_control {
    display: inline;
    padding: 0 10px 0 10px;
}
.jofferspage_control a {
    font-size: 22px;
    font-family: "Roboto Bold";
    color: #505457;
}

.offerts-pagination td {
    vertical-align: bottom;
}
.pagtable{
    display: table;
    width: 100%;
    margin: 10px auto 10px auto;
    max-width: 1200px;
    padding: 10px 0 20px 0;
    border-bottom: 1px solid #c8c8c8;
}
.pagtableRow {
    display: table-row;
}
.pagtableCellBorder {
    display: table-cell;
    width:9%;
}
.pagtableCellContr {
    display: table-cell;
    padding: 0 10px 0 10px;
    width: 13%;
    font-size: 14px;
    color: #505457;
    text-align: center;
}
.pagtableCellContrList {
    display: table-cell;
    padding: 0 10px 0 10px;
    width: 1%;
    font-size: 14px;
    color: #505457;
    text-align: center;
}
.pagtableCell {
    display: none;
    width: 1%;
    padding: 0 5px 0 5px;
    text-align: center;
}
.pagtableCellList {
    display: table-cell;
    width: 1%;
    padding: 0 5px 0 5px;
    text-align: center;
}
.elemContent h3 {
    margin-top: 0;
    margin-bottom: 15px;
    font-size: 1.5em;
}

.elemPhoto {
    width: 100%;
}

.elemContent .content-text_rec {
    padding-bottom: 15px;
    color: #505457;
}

.elemContent .content-text_rec a{
    color: #000;
}

.elemContent .content-text_rec .content_desc_text{
    padding: 2px 0;
}

.down-section {
    padding-top: 0px;
}
.down-section .bottom-btn-box {
    text-align: center;
}
.down-section p{
    text-align: center;
    padding: 10px 0;
}
.down-section-text {
    padding-top: 20px;
    font-family: 'Roboto Regular';
    color: #505457;
    margin: 0 auto 0 auto;
    max-width: 1200px;
}

.jobpage-content {
    display: flex;
    border-bottom: 1px solid #c8c8c8;
    padding: 15px 10px 0 10px;
}

.jobpage-left {
    width: 70%;
    float: left;
}
.jobpage-right {
    width: 30%;
    float: left;
    font-family: 'Roboto Regular';
}

.cont-left {
    padding: 5px 15px 0 0;
    border-right: 1px solid #c8c8c8;
    font-family: 'Roboto Regular';
}

.cont-left .backToList {
    display:flex;
}

.cont-left .backToList .backToListButton {
    display:flex;
    border: 1px solid #c8c8c8;
}

.cont-left .backToList img{
    padding: 5px;
}

.cont-left .backToList span{
    margin-bottom: auto;
    margin-top: auto;
    padding-left: 10px;
}

.backToList a {
    color: #505457;
}

.cont-right {
    padding: 5px;
}

.jobpage-title {
    max-width: 1200px;
    font-family: "Roboto Bold";
    font-weight: bold;
    font-size: 30px;
    color: #9D0131;
    text-align: center;
    padding: 10px 0;
    word-wrap: break-word;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
}

.panorama-image {
    padding: 20px 0;
}

.panorama-image img{
    width: 100%;
}

.jobpage-details {
    padding-bottom: 35px;
    font-family: 'Roboto Light';
}

.jobpage-localization {
    text-align: center;
    padding: 5px 0;
    font-size: 18px;
    color: #485358;
}

.jobpage-type {
    text-align: center;
    padding: 5px 0;
    font-size: 18px;
    color: #485358;
}

.jobpage-element-content-text {
    margin-left: 0px;
    padding: 0 5px 10px 0;
    width: 90%;
    overflow: hidden;
    font-size: 15px;
    font-family: 'Roboto Regular';
    word-wrap: break-word;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
    color: #485358;
}

.jobpage-element-content-text p {
    font-family: 'Roboto Regular';
    font-size: 16px;
    padding-top: 10px;
}

.jobpage-element-content-text ul{
    padding-inline-start: 20px;
    list-style-position: outside;
    list-style-type: disc;
    font-family: 'Roboto Light';
    font-size: 14px;
}

.jobpage-element-content-text ul li{
    list-style: disc;
    padding-bottom: 10px;
}

.div-jobpage-element-content {
    display: inline-block;
    position: relative;
    width: 100%;
}

.jobpage-element-image {
    overflow: hidden;
}

.jobpage-element-img-div {
    width: 100%;
    overflow: hidden;
    text-align: center;
}

.jobpage-element-img-div img {
    width: 90%;
}

.jobpage-element-img img {
    width: 600px;
}

.jobpage-benefits {
    font-family: 'Roboto Regular';
    font-size: 15px;
    padding-top: 10px;
    color: #9D0131;
    font-weight: bold;
    text-align: left;
}

.collage-section {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    margin-top: 20px;
    margin-bottom: 20px;
    grid-auto-rows: 1fr;
    grid-column-gap: 30px;
    grid-row-gap: 20px;
}

.collage-section-item {
    text-align: center;
}

.collage-section-item p{
    padding: 15px 0;
    font-family: 'Roboto Light';
}

.jobpage-element-tekst-content {
    font-family: 'Roboto Regular';
    font-size: 14px;
    padding-top: 20px;
    width: 100%;
}

.jobpage-element-tekst-content p {
    font-size: 14px;
    padding: 5px 0;
}

.jobpage-element-tekst-content .ghost-btn-center-wrapper {
    width: 100%;
}

.jobpage-element-tekst-content a.ghost-btn {
    margin-left: auto;
    margin-right: auto;
}

.ghost-btn-center-wrapper{
    display: inline-block;
    margin-left: auto;
    margin-right: auto;
    padding: 15px 0;
}

a.ghost-btn {
    cursor: pointer;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    padding: 6px 10px;
    font-weight: bold;
    line-height: 20px;
    font-size: 14px;
    color: #fff;
    border: 2px solid #9e0032;
    text-decoration: none;
    transition: background-color .2s ease-out,color .2s ease-out,border-color .2s ease-out;
    background-color: #9e0032;
    text-align: center;
    text-decoration: none !important;
}

a.ghost-btn.center {
    margin-left: auto;
    margin-right: auto;
}

a.ghost-btn:hover {
    background-color: white !important;
    color: #9D0131 !important;
    text-decoration: none !important;
}

a.ghost-btn-arrow::after {
    font-family: "FontAwesome";
    content: "\f105";
    font-size: 2em;
    padding-left: 10px;
}

.random-offerts-title {
    text-align: center;
    padding: 5px 0px 0px 0px;
    color: #505457;
    font-size: 13px;
}

.random-offerts-title-arrow::after {
    font-family: "FontAwesome";
    content: "\f107";
    padding-left: 10px;
    color: #505457;
    font-size: 18px;
}

.random-offerts-item {
    text-align: center;
    padding: 10px 0px 0px 0px;
    width: 100%;
    border-bottom: 1px solid #c8c8c8;
}

.offerts-pagination {
    padding: 30px 0px 30px 0px;
    width: 100%;
}

.jobofferstitle {
    font-size: 36px;
    border-bottom: 1px solid #c8c8c8;
    color: #505457;
    font-weight: bold;
    font-family: "Roboto Thin";
    width: 96%;
    margin-top: 30px;
    padding-bottom: 10px;
}

.recruit-contentpage-element-title.lewo, .recruit-contentpage-element-title.prawo {
    text-align: left;
    color: #505457;
    font-weight: bold;
    font-family: "Roboto Thin";
    font-size: 36px;
    border-bottom: 1px solid #c8c8c8;
    margin: 15px 0 20px 0;
    margin-top: 15px;
    margin-right: 0px;
    margin-bottom: 20px;
    margin-left: 0px;
    padding-bottom: 10px;
}

.collage43-section{
    width: 100%;
    margin: 20px 0 20px 0;
}
.collage43-section-row {
    display: flex;
    margin-top: 10px;
    justify-content: center;
}
.collage43-section-cell {
    padding: 3px 10px;
    margin-right: 10px;
    width: 20%;
    text-align: center;
}

.recruit-contentpage-element-content-text {
    margin-left: 0px;
    padding-right: 5px;
    width: 35%;
    overflow: hidden;
    font-size: 16px;
    font-family: 'Roboto Light';
    color: #000000;
    word-wrap: break-word;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
}

.recruit-contentpage-element-content-text p {
    display: block;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
}

.contentpage-element-content-text.obrazek.prawo {
    float: left;
}

.recruit-contentpage-element-content-text.full-width.prawo {
    width: 100%;
}

@media all and (min-width: 1140px) {
    .recruit-contentpage-element-content-text {
        width: 45%;
    }
}

@media all and (min-width: 1025px) {
    .mobcatwrapper {
        display: none !important;
    }
    .recruit-offerts-cat-mob {
        display: none;
    }

    .recruit-offerts-item:nth-child(3n-1) {
        border-left: 1px solid #c8c8c8;
        border-right: 1px solid #c8c8c8;
    }

    .recruit-contentpage-element-image.prawo {
        float: right;
        margin-left: 15px;
    }

    .recruit-contentpage-element-image {
        height: 370px;
        width: 588px;
        overflow: hidden;
    }
}

@media all and (max-width: 1024px) {
    .recruitment.contentpage-element-image.prawo {
        float: left;
        margin: 0;
        width: 100%;
        height: auto;
        padding: 0;
    }

    .recruitment.contentpage-element-image.lewo {
        float: left;
        margin: 0;
        width: 100%;
        height: auto;
        padding: 0;
    }

    .recruitment.contentpage-element-content-text.obrazek.prawo {
        float: left;
        padding: 0;
        margin-top: 10px;
        width: 100%;
    }

    .recruitment.contentpage-element-content-text.obrazek.lewo {
        float: left;
        padding: 0;
        margin-top: 10px;
        width: 100%;
    }

    .recruit-offerts-category {
        display: none;
    }

    .recruit-offerts-section {
        grid-template-columns: repeat(2, 1fr);
        margin-top: 100px;
    }

    .recruit-offerts-item:nth-child(2n-1) {
        border-right: 1px solid #c8c8c8;
    }

    .recruit-proc-section {
        grid-template-columns: 50% 50%;
        grid-gap: 0;
    }

    .recruit-proc-img {
        padding: 20px 10px;
    }

    .recruit-proc-border {
        width: 100%;
    }

    .recruit-desc-text {
        width: 100%;
        padding-left: 0;
    }

    .recruit-desc-text .ghost-btn-center-wrapper {
        display: table;
    }

    .recruit-proc-img:nth-child(-n+2) .recruit-proc-border {
        border-bottom: 1px solid;
        height: 100%;
    }

    .recruit-proc-img:nth-child(2n) {
        border-left: 1px solid;
    }

    .jobpage-left {
        width: 100%;
        padding-right: 20px;
    }

    .jobpage-left .cont-left {
        border-right: none;
        padding-right: 0;
    }

    .jobpage-element-img-div img {
        width: 80%;
    }

    .jobpage-right {
        display: none;
    }

    .panorama-mob {
        display: block;
        float: none;
        width: 100%;
        margin: 0 !important;
    }

    .panorama-mob img {
        margin: 0 !important;
        width: 100%;
    }

    .recruit-offerts-category {
        display: none;
    }

    .recruit-offerts-cat-mob {
        font-family: 'Roboto Regular';
        color: #505457;
        border: 1px solid #c8c8c8;
        padding: 10px;
        position: absolute;
        width: 90%;
        display: none;
    }

    .recruit-offerts-cat-mob form {
        display: block;
    }

    .recruit-offerts-cat-mob span {
        padding: 0 40px 0 5px;
        text-transform: uppercase;
        margin-bottom: auto;
        margin-top: auto;
        vertical-align: middle;
    }

    .jc_menu_box-mobile {
        display: block !important;
        border: 1px solid #c8c8c8;
        width: 52px;
        text-align: center;
        float: inline-start;
        height: 53px;
    }

    .jc_menu_box-mobile i {
        font-size: 26px;
        cursor: pointer;
        background: #FFFFFF;
        text-align: center;
        width: 52px;
        line-height: 52px;
        margin: 1px 0 1px 0;
    }

    .jc_menu_box-mobile.active {
        border-bottom: 0;
        position: absolute;
        z-index: 1;
    }

    .catallwrapper, .catwrapper {
        display: block;
        position: relative;
        padding-left: 20px;
        margin-bottom: 20px;
        cursor: pointer;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        line-height: 15px;
    }

    .catallwrapper {
        margin-top: 15px;
    }

    .mobcatwrapper {
        margin: 10px 0 0 0;
        display: block !important;
        position: absolute;
        width: 99%;
        height: 72px;
    }

    .mobcatmenuheader {
        display: flex;
        width: 120px;
    }

    .mobcatmenulabel {
        padding-left: 10px;
        line-height: 52px;
        font-size: 18px;
        color: #505457;
    }

    .recruit-contentpage-element-image {
        height: 250px;
    }

    .recruit-contentpage-element-img {
        width: 100%;
        margin: 0 !important;
    }

    .recruit-contentpage-element-content-text {
        width: 100%;
        padding: 0 15px;
        margin-top: 20px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .pagtableCellBorder {
        width:3%;
    }

}
@media all and (max-width: 768px) {
    .recruit-proc-section{
        grid-template-columns: auto;
    }

    .recruit-proc-img:nth-child(-n+2) .recruit-proc-border {
        border-bottom: none;
    }

    .recruit-proc-img:nth-child(2n) {
        border-left: none;
    }

    .recruit-proc-img {
        width:auto;
        margin-bottom:20px;
        border-bottom: 1px solid #505457;
        padding: 10px;
    }

    .recruit-proc-img:last-child {
        border-bottom: none;
    }

    .recruit-offerts-item:nth-child(2n-1) {
        border-right: none !important;
    }

    .recruit-proc-img img {
        padding-bottom:10px;
    }

    .prevnextlabel {
        display: none;
    }

    .recruit-offerts-section {
        grid-template-columns: repeat(1, 1fr);
    }

    .pagtableCellContr {
        width: 8%;
    }

    .collage-section {
        display: grid;
        grid-template-columns: repeat(3,1fr);
        grid-auto-rows: 1fr;
        grid-column-gap: 1px;
        grid-row-gap: 20px;
    }

    .collage43-section-cell img {
        width: 80%;
    }

    .collage43-section-cell {
        padding: 3px 1%;
        margin-right: 10px;
        width: 20%;
        text-align: center;
        font-size: 10px;
    }

}