#header_vac .black-title-width span {
    color: #F0B020;
}
.form_sempro, .form_send {
    margin-top: -150px;
    position: relative;
    z-index: 1;
    background-color: transparent;
    padding-bottom: 164px;
    border-bottom: 2px solid #1F1F1F;
}
.form_send {
    display: none;
}
body {
    background: #080808;
}
#header_vac .black-title-width {
    max-width: 680px;
    text-align: center;
    margin: 0 auto;
}
#header_vac {
    padding-top: 105px;
    top: 0;
}
.form_inner {
    border-radius: 24px;
    background: #FFF;
    width: 100%;
    max-width: 1072px;
    padding: 32px;
    margin: 0 auto;
    position: relative;
}
.form_inner::after {
    content: '';
    background-image: url(../images/vacancy/logo_bg-sempro.svg);
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    top: -16px;
    left: 50%;
    transform: translateX(-50%);
    width: 542px;
    height: 490px;
    z-index: -1;
}

.sempro_info {
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
}
.fill {
    border-radius: 40px;
    background: #F6F6F6;
    width: 169px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    line-height: 20px
}
.sempro-form-label, .wpcf7-list-item-label {
    color: #080808;
    font-size: 16px;
    line-height: 130%;
    margin-bottom: 16px;
}
.sempro_form_wrap {
    display: flex;
    justify-content: space-between;
    align-items: start;
}
#vacancy-form .form-submit input {
    width: 100%;
}
#vacancy-form .form-submit {
    margin-top: 40px;
    width: 100%;
    max-width: 100%;
}
.wpcf7-list-item {
    margin: 0;
    display: block;
}
.wpcf7-list-item ~ label::before {
    content: '\2713';
    text-align: center;
    color: white;
    line-height: 1em;
    width: 1em;
    height: 1em;
    border: 2px inset #000;
    border-radius: 0.25em;
    margin: 0.25em;
    display: inline-block;
}



.form_inner input[type="radio"],
.form_inner input[type="checkbox"]{
    display: none;
}
.container {
    margin-bottom: 10px;
}
.wpcf7-list-item-label {
    position: relative;
    display: block;
    margin-bottom: 16px;
}

/* Base styles for spans */
.wpcf7-list-item-label::before,
.wpcf7-list-item-label::after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
}
.mb-40 {
    margin-bottom: 40px;
}
.checkbox_wrapper {
    padding-left: 30px;
}

/* Check-boxes */
.wpcf7-list-item-label::before {
    width: 18px;
    height: 18px;
    border-radius: 4px;
    background-color: #fff;
    left: -28px;
    box-sizing: border-box;
    border: 2px solid #1A1B3233;
    transition: border-color .2s;
}

.wpcf7-list-item-label::after {
    content: '';
    left: -24px;
    top: 0;
    color: #000;
    width: 10px;
    height: 10px;
    border-radius: 2px;
    transition: color .2s;
}
input[type="checkbox"]:checked + .wpcf7-list-item-label::after {
    background-color: #F0B020;
}

.wpcf7-free-text {
    border: none;
    border-bottom: 1px solid #000;
    background: transparent;
    outline: none;
}
label {
    margin: 0;
}
.send_img {
    margin-top: 32px;
    margin-bottom: 16px;
    text-align: center;
}
.send_title {
    color: #293132;
    text-align: center;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
    margin: 0 auto 48px;
}
.send_btns {
    text-align: center;
    margin-bottom: 80px;
    justify-content: center;
    display: flex;
    gap: 16px;
}
.socials_title {
    color: #080808;
    text-align: center;
    margin-bottom: 16px;
    font-size: 16px;
    font-style: normal;
    font-weight: 450;
    line-height: 130%;
}
.socials_inner {
    display: flex;
    border-radius: 16px;
    border: 1px solid #080808;
}
.socials {
    width: 20%;
    color: #080808;
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    height: 166px;
    line-height: 24px;
    align-items: center;
    justify-content: center;
    display: flex;
    border-right: 1px solid #080808;
}
.socials:last-child {
    border-right: none;
}

@media (max-width: 991px) {
    .form_sempro, .form_send {
        margin-top: -200px;
    }
    .sempro_form_wrap {
        flex-direction: column;
    }
    .form_inner {
        padding: 16px;
    }
    .form_inner::after {
        top: -10px;
        width: 345px;
        height: 310px;
    }

}
@media (max-width: 767px) {
    .send_btns {
        flex-direction: column;
        margin-bottom: 68px;
    }
    .socials_inner {
        flex-direction: column;
    }
    .socials {
        width: 100%;
        border-bottom: 1px solid #080808;
        border-right: none;
    }
    .socials:last-child {
        border-bottom: none;
    }
    #header_vac {
        padding-top: 72px;
    }
    .sempro-form-label {
        margin-top: 20px;
    }
    .col-12 {
        padding: 0;
    }
    .sempro_info {
        margin-bottom: 12px;
    }
    #header_vac .black-title-width {
        font-size: 24px;
        font-weight: 500;
        line-height: 130%;
    }

}