html, body {
    color: #000000;
    font-family: 'Montserrat', sans-serif !important;
    font-size: 14px !important;
}



a:not([href="#"]) {
    text-decoration: underline !important;
}

.intro_recrutation {
    align-items: center;
    background-image: url(../img/recrutation_bg.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    height: 100%;
    min-height: 240px;
    padding: 3rem 0;
}

.intro_recrutation.uafm {
    background-image: url(../img/recrutation_bg-uafm.png);
}

.intro_recrutation .main_title {
    font-size: 2.25rem;
    font-weight: 500;
    line-height: 3rem;
    margin-bottom: 2rem;
    text-align: center;
}

.intro_recrutation .info .title {
    align-items: center;
    display: flex;
    font-size: 1rem;
    line-height: 1.5rem;
    margin-bottom: .75rem;
}

.intro_recrutation .info .text {
    align-items: center;
    display: flex;
    font-size: 1.2rem;
    font-weight: 500;
    margin-bottom: .75rem;
    line-height: 1.25rem;
}

.promocja_title {
    font-size: 1.25rem;
    font-weight: 500;
    margin-bottom: 1.5rem;
    line-height: 1.25rem;
}

.wybor_trybu {
    display: flex;
    flex-direction: row;
    margin-bottom: 1.5rem;
}

.promocja_item {
    font-size: 1rem;
    line-height: 1.5rem;
}

.wybor_promocji .title {
    font-size: 1.15rem;
    font-weight: 600;
    margin-bottom: 1.5rem;
    line-height: 1.25rem;
}

.contact_form_container .title_form {
    font-size: 1.5rem;
    font-weight: 500;
    margin-bottom: 2rem;
    line-height: 3rem;
    text-align: left;
}

.contact_form_container .title_form.smaller {
    display: block;
    font-size: 1.125rem;
    font-weight: 500;
    margin-bottom: 1.5rem;
    line-height: 1.5rem;
    margin-top: 2rem;
    text-align: left;
    width: 100%;
}

.contact_form_container .sub_title_form {
    font-weight: 500;
    margin-bottom: 1.5rem;
    line-height: 1.5rem;
}

.contact_form_container .form-group {
    margin-bottom: 1.5rem;
}

.contact_form_container .form-group > label {
    display: inline-flex;
    font-size: 1rem;
    /*font-weight: 500;*/
    line-height: 1.25rem;
    margin-bottom: .5rem;
}

.contact_form_container .form-group .radio > label {
    /*background: purple;*/
    display: inline-flex;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.25rem;
    margin-bottom: 0;
}

.contact_form_container .form-group .radio label {
    color: #2a2a2a;
    display: inline-block;
    font-size: 1rem;
    font-weight: normal;
    line-height: 1.25rem;
    width: 100%;
}

.contact_form_container .checkbox label {
    display: inline-block;
    font-size: 1rem;
    font-weight: normal;
    line-height: 1.25rem;
    width: 100%;
    /*color: #000000;*/
    /*margin-right: 10px;*/
}

.contact_form_container label.checkbox {

}

.contact_form_container label.checkbox input {
    margin-right: 5px;
}













.intro_recrutation .info {
    margin: 30px auto;
    max-width: 100%;
    width: 100%;
}

.intro_recrutation .info_item:nth-child(1),
.intro_recrutation .info_item:nth-child(2),
.intro_recrutation .info_item:nth-child(3),
.intro_recrutation .info_item:nth-child(4) {
    margin-bottom: 20px;
}

.intro_recrutation .info_item:nth-child(even) {
    align-items: flex-end;
    display: flex;
    flex-direction: column;
}

/*.first_step .intro_recrutation .info_item:last-child {*/
/*    display: none;*/
/*}*/



.intro_recrutation .info .title .btn_details {
    align-items: center;
    background: #2a2a2a;
    border-radius: 50%;
    color: white;
    display: flex;
    height: 24px;
    justify-content: center;
    margin: 0 15px;
    min-width: 24px;
}



.intro_recrutation .recrutation-steps {
    align-items: center;
    display: flex;
    justify-content: space-between;
    list-style: none;
}

.nav_recrutation li a {
    align-items: center;
    color: #2a2a2a;
    display: flex;
    flex-direction: row;
    font-size: 16px;
    font-weight: normal;
    line-height: 24px;
    text-decoration: underline;
    transition: 0.3s;
}

.nav_recrutation li.current a {
    color: #2a2a2a;
    font-size: 18px;
    font-weight: bold;
    line-height: 22px;
}

.nav_recrutation li.selected a {
    color: #2a2a2a;
}

.intro_recrutation .recrutation-steps li span {
    align-items: center;
    border: 1px solid #000000;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    margin-right: 10px;
    min-height: 38px;
    min-width: 38px;
}

.intro_recrutation .recrutation-steps li.current span {
    background: #FBB800;
    border: 1px solid #FBB800;
    color: #2a2a2a;
}

.intro_recrutation .recrutation-steps li.selected span {
    background: #2a2a2a;
    border: 1px solid #2a2a2a;
    color: #FBB800;
}


/*content*/
.recrutation .content {
    padding: 30px 0 60px;
}

/*wybor_trybu*/



@media (min-width: 992px) {
    .wybor_trybu {
        justify-content: center;
    }
}

.wybor_trybu .form-group {
    border: 1px solid #000000;
    border-radius: 10px;
    box-sizing: border-box;
    filter: drop-shadow(4px 4px 50px rgba(196, 196, 196, 0.3));
    padding: 10px 20px;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.wybor_trybu .form-group.checked {
    background: #FBB800;
    border: 1px solid #FFFFFF;
    box-shadow: 4px 4px 50px rgba(196, 196, 196, 0.3);
    color: white;
}

.wybor_trybu .form-group:hover {
    border: 1px solid #FBB800;
}

.wybor_trybu .form-group.checked:hover {
    background: #FBB800;
    border: 1px solid #FFFFFF;

}

.recrutation.first_step .content [type="radio"]:checked,
.recrutation.first_step .content [type="radio"]:not(:checked) {
    left: -9999px;
    position: absolute;
}

.recrutation.first_step .content [type="radio"]:checked + label,
.recrutation.first_step .content [type="radio"]:not(:checked) + label {
    color: #2a2a2a;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    font-weight: normal;
    line-height: 17px;
    min-height: 16px;
    padding-left: 28px;
    position: relative;
    text-align: center;
    width: 100%;
}

.recrutation.first_step .content [type="radio"]:checked + label {
    color: #2a2a2a;
}

.recrutation.first_step .content [type="radio"]:not(:checked) + label:before {
    background: #fff;
    border: 1px solid #000000;
    border-radius: 100%;
    content: '';
    height: 16px;
    left: 0;
    position: absolute;
    top: 0;
    width: 16px;
}

.wybor_trybu .form-check:hover [type="radio"]:not(:checked) + label:before {
    border: 1px solid #FBB800;
}

.recrutation.first_step .content [type="radio"]:checked + label:before {
    background: #2a2a2a;
    border: 2px solid #fff;
    border-radius: 100%;
    content: '';
    height: 16px;
    left: 0;
    position: absolute;
    top: 0;
    width: 16px;
}

.recrutation.first_step .content [type="radio"]:checked + label:after,
.recrutation.first_step .content [type="radio"]:not(:checked) + label:after {
    background: #fff;
    border-radius: 100%;
    content: '';
    height: 8px;
    left: 4px;
    position: absolute;
    top: 4px;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    width: 8px;
}

.recrutation.first_step .content [type="radio"]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}

.recrutation.first_step .content [type="radio"]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.promocja_item [type="radio"] + label:before,
.promocja_item [type="radio"] + label:after {
    bottom: 0 !important;
    left: 0 !important;
    margin: auto !important;
    right: 0 !important;
    top: 0 !important;
}

.promocja_item [type="radio"]:checked + label:after,
.promocja_item [type="radio"]:not(:checked) + label:after {
    bottom: 0 !important;
    left: 0 !important;
    margin: auto !important;
    right: 0 !important;
    top: 0 !important;
}

.promocja_item .form-check-label {
    padding: 35px !important;
}

.wybor_trybu [type="radio"]:checked + label {
    color: #FFFFFF;
    font-size: 14px;
    font-weight: normal;
    line-height: 17px;
    opacity: 1;
    text-align: center;
    -webkit-transform: scale(1);
    transform: scale(1);
}

/*wybor_trybu*/

.wybor_promocji {
    /*margin-top: 5%;*/
}





.wybor_promocji .form-group {
    background: #FFFFFF;
    border-radius: 0px;
    box-shadow: 4px 4px 50px rgba(196, 196, 196, 0.3);
    margin: 0;
    padding: 15px 20px 20px 20px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.wybor_promocji .form-group.checked {
    background: #FBB800;
}

.wybor_promocji .form-group:hover {
    background: rgba(196, 196, 196, 0.1);
}

.wybor_promocji .form-group.checked:hover {
    background: rgba(251, 184, 0, 1);
}

.wybor_promocji .form-group.checked .promocja_item {
    color: #2a2a2a;
}

.wybor_promocji .form-group .promocja_item:nth-child(2) {
    align-items: center;
    display: flex;
    justify-content: center;
    position: relative;
}

.wybor_promocji .form-group .promocja_item:nth-child(2):before {
    border-left: 1px solid #000000;
    bottom: 0;
    content: '';
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 1px;
}

.wybor_promocji .form-group.checked .promocja_item:nth-child(2):before {
    border-left: 1px solid #000000;
}

.wybor_promocji .form-group [type="radio"]:not(:checked) + label:before {
    border: 1px solid rgba(74, 74, 73, 0.6);
}

.wybor_promocji .form-group [type="radio"]:not(:checked) + label:before,
.wybor_promocji .form-group [type="radio"]:checked + label:before {
    height: 20px;
    width: 20px;
}

.wybor_promocji .form-group [type="radio"]:checked + label:after,
.wybor_promocji .form-group [type="radio"]:not(:checked) + label:after {
    height: 12px;
    width: 12px;
}

.wybor_promocji .form-group.checked .promocja_item:nth-child(2):before {
    border-left: 1px solid #000000;
}


.recrutation .submit_section {
    margin: 30px 0;
}

.recrutation .submit_section .side:nth-child(2) {
    display: flex;
    justify-content: flex-end;
}

.recrutation .submit_section .form-control {
    background-color: #fff;
    border: 1px solid #000000;
    border-radius: 0rem;
    box-sizing: border-box;
    color: #000000;
    filter: drop-shadow(4px 4px 50px rgba(196, 196, 196, 0.3));
    font-size: 14px;
    font-weight: normal;
    height: 100%;
    line-height: 15px;
    max-height: 40px;
    max-width: 300px;
}

.recrutation .submit_section .form-control:focus {
    border: 1px solid #FBB800 !important;
}



.form-control:focus {
    box-shadow: 0 0 0 0 rgba(196, 196, 196, 0);
}

.recrutation .submit_section button {
    background: #FFFFFF;
    border: 1px solid #2a2a2a;
    border-radius: 3px;
    box-shadow: 4px 4px 50px rgba(196, 196, 196, 0.3);
    box-sizing: border-box;
    color: #2a2a2a;
    font-size: 14px;
    font-weight: normal;
    line-height: 17px;
    max-height: 40px;
    padding: 12px 20px;
    text-align: center;
    text-transform: uppercase;
    transition: 0.3s;
}

.recrutation .submit_section button:hover {
    background: #FBB800;
    border: 1px solid transparent;
    box-shadow: 4px 4px 50px rgba(196, 196, 196, 0.3);
}

.recrutation .btn_next:hover {
    transform: scale(1.05);
    box-shadow: 0 0 0 2px #2a2a2a !important;
}

.recrutation .btn_next {
    align-items: center;
    background-color: #FBB800;
    border: none !important;
    border-radius: 10px;
    color: #2a2a2a;
    display: flex;
    font-size: 14px;
    font-weight: bold;
    line-height: 17px;
    padding: 10px 15px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    transition: 0.3s;
}

.recrutation .btn_next svg {
    margin-left: 10px;
}

.recrutation .btn_next {
    outline: none !important;
}

.recrutation .btn_next:hover {
    background-color: #FBB800;
}

.recrutation .btn_next:focus {
    background: #2a2a2a;
    color: #FBB800;
}

.recrutation .btn_next svg path {
    transition: 0.3s;
}

.recrutation .btn_next:hover svg path {
    fill: #FBB800;
}

/*klauzula page begin*/

.klauzula .nav_recrutation {
    display: none;
}

.klauzula_card {
    margin: 40px 0;
}

.klauzula_card .title {
    font-size: 24px;
    font-weight: bold;
    line-height: 29px;
    margin-bottom: 15px;
    position: relative;
    text-align: center;
}

.klauzula_card .title::before {
    background: #FBB800;
    content: '';
    display: block;
    height: 100%;
    left: 50%;
    position: absolute;
    top: 0;
    -webkit-transform: rotate(4deg);
    transform: rotate(4deg);
    width: 20%;
    z-index: -1;
}

.klauzula_card .sub_title {
    color: #2a2a2a;
    font-size: 16px;
    font-weight: normal;
    line-height: 24px;
    margin-bottom: 30px;
    text-align: center;
}

.klauzula_card .text {
    color: #000000;
    font-size: 12px;
    font-weight: normal;
    line-height: 15px;
}

.klauzula_card .text a {
    color: #2a2a2a;
    font-size: 12px;
    font-weight: normal;
    line-height: 15px;
}

/*klauzula page end*/
strong {
    font-weight: bold;
}

/*contact_form_container*/



@media (min-width: 992px) {
    .contact_form_container .side:nth-child(2) {
        align-items: flex-end;
        display: flex;
        flex-direction: column;
        width: 100%;
    }
}

.contact_form_container .btn_details {
    align-items: center;
    background: rgba(74, 74, 73, 0.6);
    border-radius: 50%;
    color: white;
    display: flex;
    font-size: 12px;
    height: 14px;
    justify-content: center;
    margin: 0 5px;
    width: 14px;
}

.contact_form_container .form-group,
.contact_form_container .checkbox {
    /*max-width: 350px;*/
    width: 100%;
}

.contact_form_container .checkbox {
    display: flex;
    flex-direction: row;
    margin-bottom: 12px;
}



.contact_form_container .checkbox label input {
    margin-right: 5px;
    position: relative;
    top: 2px;
}




.contact_form_container .form-group .radio input {
    margin-right: 5px;
    position: relative;
    top: 2px;
}



.contact_form_container .form-control {
    background-color: #fff;
    border: 1px solid #000000;
    border-radius: 0rem;
    font-size: 1rem;
    height: auto;
    padding: .75rem !important;
    /*line-height: 15px;*/
    width: 100%;
}

.form-control {
    transition: none !important;
}

.contact_form_container .form-control:focus {
    background: #fafafa;
    border: 1px solid #FBB800 !important;
}



.form-group > label.checkbox:focus {
    /*background: #fafafa;*/
    /*border: 1px solid #FBB800 !important;*/
    /*display: none;*/
}

.contact_form_container .form-group:last-child .btn_next {
    justify-content: flex-start;
    margin-top: 30px;
}

/*radio style*/

.contact_form_container [type="radio"]:checked,
.contact_form_container [type="radio"]:not(:checked) {
    /*position: absolute;*/
    /*left: -9999px;*/
}

.contact_form_container [type="radio"]:checked + label,
.contact_form_container [type="radio"]:not(:checked) + label {
    color: #2a2a2a;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    font-weight: normal;
    line-height: 17px;
    min-height: 16px;
    padding-left: 28px;
    position: relative;
    text-align: left;

}

.contact_form_container [type="radio"]:not(:checked) + label:before {
    background: #fff;
    border: 1px solid rgba(74, 74, 73, 0.4);
    border-radius: 100%;
    content: '';
    height: 16px;
    left: 0;
    position: absolute;
    top: 0;
    width: 16px;
}


.contact_form_container [type="radio"]:checked + label:before {
    background: #fff;
    border: 2px solid #FBB800;
    border-radius: 100%;
    content: '';
    height: 16px;
    left: 0;
    position: absolute;
    top: 0;
    width: 16px;
}

.contact_form_container [type="radio"]:checked + label:after,
.contact_form_container [type="radio"]:not(:checked) + label:after {
    background: #FBB800;
    border-radius: 100%;
    content: '';
    height: 8px;
    left: 4px;
    position: absolute;
    top: 4px;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    width: 8px;
}

.contact_form_container [type="radio"]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}

/*payment-method-form*/

.fourth_step .contact_form_container .checkbox,
.fourth_step .contact_form_container .form-group,
.sub_title_form {
    margin-bottom: 10px;
    max-width: 100%;
}

.fourth_step .contact_form_container .prompocja > label,
.fourth_step .contact_form_container .form-group > label {
    margin-bottom: 15px;
}

.fourth_step .contact_form_container .prompocja > label {
    color: #2a2a2a;
    font-size: 14px;
    font-weight: bold;
    line-height: 17px;
}

.fourth_step .btn_next {
/*    background: #FBB800;*/
/*    border: 1px solid transparent;*/
/*    border-radius: 3px;*/
/*    box-shadow: 4px 4px 50px rgba(196, 196, 196, 0.3);*/
/*    box-sizing: border-box;*/
/*    color: #2a2a2a;*/
/*    font-size: 14px;*/
/*    font-weight: normal;*/
    line-height: 17px;
    max-height: 40px;
    padding: 12px 20px;
    text-align: center;
    text-transform: uppercase;
    transition: 0.3s;
}

.fourth_step .btn_next:hover {
/*    background: #2a2a2a;*/
/*    border: 1px solid #2a2a2a;*/
/*    color: #FBB800;*/
}

/*invalid-feedback*/
.form-control.is-valid, .was-validated .form-control:valid {
    background-image: url(../img/valid.svg);
    border-color: #FBB800;
}

.was-validated .form-control:valid:focus {
    border-color: #FBB800;
    box-shadow: 0 0 0 0.2rem rgba(251, 184, 0, 0.25);
}

form .alert {
    border: 1px solid transparent;
    border-radius: 4px;
    display: none;
    margin-bottom: 20px;
    padding: 15px;
}

.alert-danger {
    background-color: #884442 !important;
    border: none !important;
    color: #fff !important;
}

.was-validated.alert_active .alert {
    display: block;
}

.invalid-feedback {
    font-size: 70%;
    margin-left: 20px;
}


.was-validated input:required:invalid + label,
.was-validated select:focus:required:invalid {
    border-color: #ee5f5b;
    color: #dc3545;
}


@media (min-width: 1600px) {
    .intro_recrutation .container,
    .recrutation .container {
        max-width: 1300px !important;
    }
}

@media (min-width: 1200px) {
    .kolumna.prawa,
    .kolumna.lewa {
        width: 95%;
    }

    .kolumna.prawa {
        margin-left: 5%;
    }
}

@media (min-width: 1650px) {
    .nav_recrutation {
        margin: 0 auto;
        max-width: 80%;
    }

    .contact_form_container .title_form,
    .contact_form_container .form-group, .contact_form_container .checkbox {
        /*max-width: 90%;*/
    }
}

@media (min-width: 481px) and (max-width: 991px) {

    .intro_recrutation .recrutation-steps {
        flex-wrap: wrap;
    }
    .intro_recrutation .recrutation-steps li {
        margin: 5px 0;
        max-width: 50%;
        width: 100%;
    }
}

@media (min-width: 320px) and (max-width: 480px) {
    .intro_recrutation {
        padding: 5% 0;
    }

    .intro_recrutation .main_title {
        font-size: 26px;
        line-height: 34px;
    }

    .wybor_trybu,
    .intro_recrutation .recrutation-steps {
        flex-wrap: wrap;
    }

    .intro_recrutation .recrutation-steps li {
        margin: 5px 0;
        max-width: 50%;
        width: 100%;
    }

    .wybor_trybu .form-group {
        max-width: 80%;
        width: 100%;
    }

    .intro_recrutation .info_item:nth-child(even) {
        align-items: flex-start;
    }

    .wybor_promocji .form-group .row {
        flex-wrap: nowrap;
    }

    .wybor_promocji .form-group .promocja_item:nth-child(2):before {
        display: none;
    }

    .recrutation .submit_section .form-control {
        max-width: 100%;
    }

    .recrutation .submit_section .side:nth-child(2) {
        margin: 15px 0;
    }

    .intro_recrutation .info .title {
        font-size: 12px;
        line-height: 16px;
    }

    .intro_recrutation .info .title .btn_details {
        height: 20px;
        margin: 0 5px;
        min-width: 20px;
    }

    .intro_recrutation .info_item:nth-child(1), .intro_recrutation .info_item:nth-child(2),
    .intro_recrutation .info_item {
        margin-bottom: 10px;
    }

    .intro_recrutation .recrutation-steps li span {
        margin-right: 7px;
        min-height: 28px;
        min-width: 28px;
    }

    .nav_recrutation li.current a,
    .nav_recrutation li a {
        font-size: 14px;
        line-height: 18px;
    }
}

.form-control.is-valid, .was-validated .form-control:valid,
.form-control.is-invalid, .was-validated .form-control:invalid {
    background-position: right calc(15px) center !important;
}

.form-group.has-error .help-block {
    color: #884442;
    font-size: 13px;
    list-style: none;
    margin-top: 5px;
}

.intro_recrutation .btn_details:focus {
    background: #FBB800 !important;
    color: #2a2a2a !important;
    outline: none;
}

.nav_recrutation li a:focus {
    outline: none !important;
}

.nav_recrutation li a {
    padding: 5px;
}

.nav_recrutation li a:focus {
    box-shadow: 0 0 0 2px #2a2a2a !important;
}

.wybor_trybu .form-group:focus-within {
    background: #2a2a2a !important;
}

.wybor_trybu .form-group:focus-within label {
    color: #FBB800 !important;
}

.wybor_promocji .form-group:focus-within {
    background: #2a2a2a !important;
}

.wybor_promocji .form-group:focus-within label {
    color: #FBB800 !important;
}

.wybor_promocji .form-group:focus-within .title,
.wybor_promocji .form-group:focus-within .text {
    color: #FBB800 !important;
}

select:focus,
input[type="date"]:focus,
input[type="text"]:focus {
    border: 1px solid #FBB800 !important;
    box-shadow: none !important;
    outline: none !important;
}

input[type="checkbox"]:focus,
input[type="radio"]:focus {
    /*box-shadow: 0 0 0 2px #2a2a2a !important;*/
    outline: none !important;
}

.btn-przejdz-dalej {
    padding: 5px;
}

.btn-przejdz-dalej:focus {
    background: #FBB800 !important;
    box-shadow: 0 0 0 2px #2a2a2a !important;
    color: #2a2a2a !important;
    outline: none !important;
}

.form-group > .radio {

}

div.radiogroup,
div.checkbox {
    border: 2px solid transparent;
}

.checkbox label,
div[role="radiogroup"] > .form-group .radio label {
    padding: 8px 5px 9px;
}

.checkbox label:focus-within,
div[role="radiogroup"] > .form-group .radio label:focus-within {
    box-shadow: 0 0 0 1px #FBB800 !important;
}

.table .form-group.form-check-inline {
    border: 1px solid transparent;
    border-radius: 10px;
    margin: 0;
    padding: 10px 20px;
    transition: all 0.2s ease;
}

.table .form-group.form-check-inline.checked {
    background: #FBB800;
    border: 1px solid #FFFFFF;
    box-shadow: 4px 4px 50px rgb(196 196 196 / 30%);
    color: white;
}

.table .form-group.form-check-inline:focus-within {
    background: #2a2a2a !important;
}

.table .form-group.form-check-inline:focus-within label {
    color: #FBB800 !important;
}

.kolorystyka {
    border: 1px solid;
    float: right;
    padding: 5px 10px;
    text-decoration: none !important;
}

.kolorystyka.tekst-czarny-tlo-biale {
    background: #fff !important;
    border-color: #000 !important;
    color: #000 !important;
}

.kolorystyka.tekst-bialy-tlo-czarne {
    background: #000 !important;
    border-color: #000 !important;
    color: #fff !important;
}

body.tekst-bialy-tlo-czarne,
.tekst-bialy-tlo-czarne .intro_recrutation
{
    background: #000000;
}

 {
    background: #000000;
}

.tekst-bialy-tlo-czarne .intro_recrutation h1.main_title,
.tekst-bialy-tlo-czarne .intro_recrutation h2.title,
.tekst-bialy-tlo-czarne .intro_recrutation .text,
.tekst-bialy-tlo-czarne .nav_recrutation a,
.tekst-bialy-tlo-czarne .nav_recrutation .current a,
/*.tekst-bialy-tlo-czarne .wybor_trybu,*/
.tekst-bialy-tlo-czarne .wybor_promocji .promocja_title,
.tekst-bialy-tlo-czarne .wybor_promocji .promocja_item,
/*.tekst-bialy-tlo-czarne .btn-przejdz-dalej,*/
.tekst-bialy-tlo-czarne label,
.aaa
{
    color: #ffffff;
}

.tekst-bialy-tlo-czarne .intro_recrutation .info .title .btn_details {
    background: #ffffff;
    color: #000000;
}

.tekst-bialy-tlo-czarne .intro_recrutation .recrutation-steps li:not(.current) span {
    border-color: #ffffff;
}

.tekst-bialy-tlo-czarne .wybor_promocji .form-group {
    background: #222222;
    box-shadow: none;
}

.tekst-bialy-tlo-czarne .wybor_promocji .form-group.checked {
    background: #FBB800;
}

.tekst-bialy-tlo-czarne .recrutation .submit_section .form-control {
    background: #222222;
    border-color: #ffffff;
    color: #ffffff;
}

.tekst-bialy-tlo-czarne .recrutation .submit_section .form-control:focus {
    border-color: rgba(251, 184, 0, 1) !important;
}



/*.tekst-bialy-tlo-czarne .btn-przejdz-dalej img {*/
/*    display: none;*/
/*}*/

/*.tekst-bialy-tlo-czarne .btn-przejdz-dalej:hover {*/
/*    color: #000000;*/
/*}*/

.help-block {
    font-weight: bold !important;
}

.form-group.has-error select,
.form-group.has-error input[type="text"],
.form-group.has-error input[type="date"] {
    background: rgba(136, 68, 66, 0.05) !important;
    border-color: #884442;
}

.form-group.has-error .radio {
    background: rgba(136, 68, 66, 0.05) !important;
}

.dsadas {
    margin-left: 2px;
}

.dsadas label.checkbox:focus-within {
    box-shadow: 0 0 0 1px #FBB800 !important;
}

.dsadas label.checkbox {
    margin-bottom: 0 !important;
    padding: 8px 5px 9px;
}

.dsadas > .has-error,
.checkbox.has-error {
    background: rgba(136, 68, 66, 0.05) !important;
    border: 1px solid #884442;
}

.form-group.has-error > .radio {
    border: 1px solid #884442 !important;
    border-bottom: none !important;
    border-top: none !important;
}

.form-group.has-error > .radio:first-of-type {
    border-top: 1px solid #884442 !important;
}

.form-group.has-error > .radio:last-of-type {
    border-bottom: 1px solid #884442 !important;
}

.form-group.has-error > .radio:first-of-type {
    /*background: red !important;*/
}

.form-group .radio {
    padding: 0 1px;
}

.checkbox label {
    margin-bottom: 0 !important;
}

.iti__selected-country:focus-within {
    outline: none;
}

::placeholder {
    color: #bbbbbb !important;
    opacity: 1;
}

::-ms-input-placeholder { /* Edge 12 -18 */
    color: #bbbbbb !important;
}

.select2-selection__placeholder {
    color: #bbbbbb !important;
}

select:invalid {
    color: #bbbbbb !important;
}
