.career_form_wrapper {
    background-color: #E7E9EF;
}

.section-dft.career_form_wrapper {
    padding-top: 40px;
    padding-bottom: 40px;
}

.career_form_background_block {
    display: inline-block;
    width: 100%;
    background-color: transparent;
    background-image: url("../images/career_bg_img.png");
    background-position: 60px 0;
    background-size: 385px;
    background-repeat: no-repeat;
}

.career_form_block {
    max-width: 590px;
    float: right;
    padding: 30px 60px;
    border-radius: 15px;
    background-color: #fff;
    color: #141212;
}

.career_form_block .title_container {
    margin-bottom: 25px;
}

.career_form_block .title_container .title_text {
    display: block;
    font-family: Roboto;
    font-style: normal;
    font-weight: 500;
    font-size: 36px;
    line-height: 45px;
    color: #E41B23;
}

.career_form_block .title_container .subtitle_text {
    display: block;
    margin-top: 12px;
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 19px;
    line-height: 23px;
    color: #141212;
}

.career_form form .field_item {
    margin-bottom: 24px;
}

.career_form form input[type="text"] {
    color: #000;
    width: 100%;
    display: block;
    height: 35px;
    border-radius: 0;
    border-bottom: 1px solid #646464;
}

.career_form form input[type="text"]::placeholder {
    color: #646464;
}

.career_form form textarea {
    color: #000;
    width: 100%;
    display: block;
    height: 35px;
    border-radius: 0;
    border: 0;
    border-bottom: 1px solid #646464;
    font-size: 16px;
    font-family: "Roboto", Arial, sans-serif;
    font-weight: 300;
    line-height: 1.88;
    resize: vertical;
    max-height: 100px;
}

.career_form form textarea::placeholder {
    color: #646464;
}

.career_form form .field_item_file input[type="file"] {
    opacity: 0;
    position: absolute;
}

.career_form form .field_item_file .label-file {
    color: #000;
    width: 100%;
    display: block;
    position: relative;
    height: 35px;
    border-radius: 0;
    border: 0;
    border-bottom: 1px solid #646464;
    font-size: 16px;
    font-family: "Roboto", Arial, sans-serif;
    font-weight: 300;
    line-height: 1.88;
}

.career_form form .field_item_file .label-file .label-file__link {
    opacity: .7;
    color: #646464;
}

.career_form form .field_item_file .label-file:after {
    content: "";
    position: absolute;
    right: 5px;
    top: 11px;
    width: 14px;
    height: 16px;
    background-color: transparent;
    background-image: url("../images/ico_upload.png");
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}

.career_form form .field_item_file .about_file {
    display: none;
}

.career_form form button.custom_bq_submit_btn {
    display: block;
    margin: 24px auto 0;
    padding: 15px 35px;
    background: #ED1C24;
    border-radius: 40px;
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 17px;
    line-height: 26px;
    text-align: center;
    color: #FFFFFF;
}

.career_form form .checkBtn {
    display: block;
    margin-top: 20px;
    width: 100%;
    font-size: 15px;
    color: #646464;
}

.career_form form .form-error {
    font-family: "Roboto", Arial, sans-serif;
    font-weight: 300;
    font-size: 12px;
    line-height: 1.25;
    color: #c21a24;
}

@media (max-width: 1200px) {
    .career_form_background_block {
        background-position: left center;
        background-size: 250px;
    }
}

@media (max-width: 992px) {
    .career_form_block {
        max-width: unset;
        float: unset;
        width: 100%;
        text-align: center;
    }

    .career_form_background_block {
        background-image: none;
    }
}