.detail-vacancy-container{

    background: white;
    margin-bottom: 30px;
}
.detail-vacancy-header{
    box-sizing: border-box;
    padding: 32px 30px 29px;
    border-bottom: 1px solid #ECEBEB;
}
.detail-vacancy-title{
    margin-bottom: 31px;
}

.vacancy-short-info-item-name{
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    margin-bottom: 4px;
}
.vacancy-short-info-item-value{
    font-size: 18px;
    font-weight: 700;
    line-height: 25px;
}
.detail-vacancy-short-info{
    display: flex;
    justify-content: space-between;
}
.vacancy-short-info-btn{
    width: 240px;
}
.vacancy-short-info-btn a{
    width: 100%;
    padding: 12px;
}

.detail-vacancy-body{
    box-sizing: border-box;
    padding: 30px 30px 29px;
}

.detail-vacancy-desc-title{
    font-size: 18px;
    font-weight: 700;
    line-height: 25px;
    margin-bottom: 10px;
}
.detail-vacancy-text{
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    margin-bottom: 21px;
}
.detail-vacancy-desc:last-of-type .detail-vacancy-text{
    margin-bottom: 0px;
}
.detail-vacancy-text ul{
    padding-left: 18px;
}
.detail-vacancy-text ul li{
    position: relative;
    margin-bottom: 4px;
}
.detail-vacancy-text ul li:last-of-type{
    margin-bottom: 0px;
}
.detail-vacancy-text ul li:before{
    content: "";
    position: absolute;
    display: inline-block;
    width: 5px;
    height: 5px;
    background: #F36246;
    border-radius: 50%;
    left: -18px;
    top: 9px;
}


.detail-vacancy-form{
    background: white;
}
.detail-vacancy-form-header{
    box-sizing: border-box;
    padding: 30px 30px 29px;
    border-bottom: 1px solid #ECEBEB;
}
.detail-vacancy-form-title{
    font-size: 21px;
    font-weight: 700;
    line-height: 28px;
}
.detail-vacancy-form-line{
    box-sizing: border-box;
    padding: 20px 30px 20px;
    border-bottom: 1px solid #ECEBEB;
}
.detail-vacancy-form-line:last-of-type{
    border-bottom: 0px;
}
.detail-vacancy-form-line-title{

}
.detail-vacancy-form-line-title a{
    font-size: 18px;
    font-weight: 700;
    line-height: 28px;
    color: #303030;
    display: inline-block;
    width: 100%;
    position: relative;
}
.detail-vacancy-form-line-title a:after{
    content: "";
    position: absolute;
    display: inline-block;
    width: 16px;
    height: 16px;
    background: url(../img/icons/icon-arrow-filter-top.svg) no-repeat center center;
    right: 0px;
    top: 50%;
    transform: rotate(180deg) translateY(6px);
}
.detail-vacancy-form-line-title a.active:after{
    transform: translateY(-8px);
}
.form-field-line-item{
    display: inline-block;
    width: 100%;
    vertical-align: top;
}
.detail-vacancy-form-line-content{
    padding-top: 30px;
}
.detail-vacancy-form-line-content .formField{
    margin-bottom: 30px;
}
.form-field-checkboxes{
    margin-top: 12px;
    display: inline-block;
}
.form-field-checkboxes .customCheckbox{
    float: left;
    margin-right: 40px;
}
.form-field-checkboxes .customCheckbox-new .jq-radio.checked .jq-radio__div{
    width: 14px;
    height: 14px;
    background: #f36246;
}
.form-field-checkboxes .customCheckbox-new{
    float: left;
    margin-right: 40px;
}
.form-field-checkboxes .customCheckbox-new input{
    display: none;
}
.form-field-checkboxes .customCheckbox-new input + span{
    position: relative;
    padding-left: 25px;
}
.form-field-checkboxes .customCheckbox-new input + span:before{
    content: "";
    position: absolute;
    display: inline-block;
    width: 16px;
    height: 16px;
    border: 1px solid #7F7F7F;
    border-radius: 2px;
    left: 0px;
}
.form-field-checkboxes .customCheckbox-new input:checked + span:after{
    content: "";
    position: absolute;
    display: inline-block;
    width: 12px;
    height: 12px;
    border-radius: 2px;
    left: 3px;
    top: 3px;
    background: #f36246;
}

.customCheckbox input:checked + span{

}

.add-child{

}
.add-child a{
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
    color: #F36246;
    position: relative;
}
.add-child a:before{
    position: absolute;
    border-bottom: 1px dashed #F36246;
    left: 0px;
    bottom: -1px;
}
.add-child a:hover:before{
    opacity: 0;
}


.form-field-line.line-btn{
    padding: 20px;
}

.two-fields-in-line{
    display: flex;
    width: 100%;
    justify-content: space-between;
}
.form-field-line .formField .two-fields-in-line input{
    width: 46.5%;
}
.form-field-line .formField .two-fields-in-line span{
    font-size: 14px;
    font-weight: 700;
    line-height: 45px;
}

.form-field-line .formField.other-view{
    margin-bottom: 10px;
    vertical-align: top;
}
.form-field-line .formField.other-view .formLabel{
    width: 50%;
    float: left;
    box-sizing: content-box;
    padding-right: 20px;
}
.form-field-line .formField.other-view .number-container{
    display: inline-block;
    float: left;
    position: relative;
    width: 40%;
}
.form-field-line .formField.other-view .number-container .control{
    position: absolute;
    display: inline-block;
    width: 15px;
    height: 15px;
    font-size: 0px;
    cursor: pointer;
}

.form-field-line .formField.other-view .number-container .control:after{
    content: "";
    position: absolute;
    width: 15px;
    height: 2px;
    left: 0px;
    top: 7px;
    background: #303030;
}

.form-field-line .formField.other-view .number-container .control.minus{
    left: 10px;
    top: 15px;
}
.form-field-line .formField.other-view .number-container .control.plus{
    right: 10px;
    top: 15px;
}
.form-field-line .formField.other-view .number-container .control.plus:before{
    content: "";
    position: absolute;
    width: 2px;
    height: 15px;
    left: 7px;
    top: 0px;
    background: #303030;
}
.form-field-line .formField.other-view .number-container input{
    box-sizing: border-box;
    padding: 0 40px;
    text-align: center;

    font-size: 18px;
    font-weight: 600;
    line-height: 25px;

    height: 45px;
}
.detail-vacancy .formField.other-view .number-container input::-webkit-outer-spin-button, .detail-vacancy .formField.other-view .number-container input::-webkit-inner-spin-button{
    -webkit-appearance: none;
}
.detail-vacancy .vacancies-select{
    background: #f7f6f6;
    border: 1px solid #ecebeb;
    box-sizing: border-box;
    border-radius: 2px;
    font-size: 14px;
    line-height: 16px;
    color: #303030;
    width: 100%;
    box-sizing: border-box;
    outline: 0;
    padding: 14px 14px 13px;
    vertical-align: top;
}

.detail-vacancy input[type="date"]{
    background: #f7f6f6;
    border: 1px solid #ecebeb;
    box-sizing: border-box;
    border-radius: 2px;
    font-size: 14px;
    line-height: 16px;
    color: #303030;
    width: 100%;
    box-sizing: border-box;
    outline: 0;
    padding: 14px 14px 13px;
    vertical-align: top;
}

.detail-vacancy .orange-text{
    color: #ff6243;
}

@media (max-width: 768px){
    .detail-vacancy .detail-vacancy-short-info{
        flex-direction: column;
        gap: 10px;
    }
    .detail-vacancy .vacancy-short-info-btn{
        width: 100%;
        margin-top: 30px;
    }
    .detail-vacancy .form-field-line.line-tree .formField{
        width: 100%;
    }
    .detail-vacancy .form-field-checkboxes{
        display: flex;
        gap: 10px;
        flex-direction: column;
    }
    .detail-vacancy-form-line-title a:after{
        right: -15px;
    }
    .detail-vacancy .form-field-line .formField.other-view{
        display: flex;
        justify-content: space-between;
    }
    .detail-vacancy .form-field-line.line-two .formField{
        margin-bottom: 30px;
    }
}
.form-field-line-item.ocenka-block-line .form-field-line .formField.other-view .number-container input{
    pointer-events: none;
}
