

/* Start:/local/components/olmi/vacancy/templates/.default/style.css?17641473741940*/
.b-vacancy__title {
    font-size: 24px;
    margin-bottom: 20px;
    margin-top: 0;
}
.b-vacancy-form {
    max-width: 700px;
}
.b-vacancy-form__row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
}
.b-vacancy-form__row_hidden {
    display: none;
}
.b-vacancy-form__label {
    flex-basis: 33%;
    margin-top: 5px;
}
.b-vacancy-form__errors {
    color: red;
    display: none;
    margin-bottom: 10px;
}
.b-vacancy-form__input {
    outline: 0;
    width: 100%;
    border: 1px solid #000;
    height: 30px;
    line-height: 30px;
    background: none;
    flex-basis: 65%;
    padding-left: 5px;
}

.b-vacancy-form__textarea {
    height: 100%;
    line-height: 20px;
}

.b-vacancy-form__file {
    width: 100%;
    flex-basis: 65%;
}

.b-vacancy-form__input_submit {
    font-weight: bold;
    background: #cfb09d;
    color: #fff;
    border-bottom: none;
    border: none;
}
.b-vacancy-form__input_submit:hover {
    background: #00f3a0;
    color: #000;
}
.b-vacancy-form__success {
    display: none;
    font-weight: bold;
}
.b-vacancy-form-order {
    width: 100%;
    overflow: auto;
}
.b-vacancy-form-order__title {
    margin-bottom: 10px;
}
.b-vacancy-form-order-items {
    width: 100%;
}
.b-vacancy-form-order-item__general {
    border: 1px solid;
    padding: 5px;
}
.b-vacancy-form-order-item__general_last {
    text-align: right;
}
.b-vacancy-form-order-item__wrap {
    padding: 2px;
    width: 100%;
    cursor: pointer;
    display: flex;
    align-items: center;
}
.b-vacancy-form-order-item__check {
    height: 18px;
    width: 18px;
    margin: 0 !important;
    cursor: pointer;
}
.b-vacancy-form-order-item__name {
    padding-left: 5px;
}
.b-vacancy-form-order-item__name {
    width: 100%;
}
.b-vacancy-form-order__error {
    border: 1px solid red;
}

@media screen and (max-width: 767px) {
    .b-vacancy-form {
        font-size: 12px;
    }
}

/* End */
/* /local/components/olmi/vacancy/templates/.default/style.css?17641473741940 */
