.page-title{
    font-size: 32px;
    margin: 40px 0 0 0;
}
.page-title strong{
    font-size: 26px;
}
.vacancies-text {
    font-size: 18px;
}

/*Текст вакансии*/
.vacancies-text h3{
    font-size: 24px;
}

/*Форма обратной связи*/

.callback_form_block {
    margin: 60px 0;
    display: flex;
    /*display: none;*/
    flex-direction: row;
}

/*Текст*/
.callback_text {
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.callback_text-title {
    font-size: 24px;
    font-weight: 550;
    text-align: center;
}

.callback_text-text {
    margin-top: 30px;
    font-size: 16px;
}

.whats_app-link {
    color: #ffad32;
    text-decoration: none;
    font-weight: 450;
}

/*Форма*/
.callback_form {
    width: 50%;
}

.callback_form-form {
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    max-width: 400px;
    gap: 20px;
}

.callback_form-form .form-group {
    width: 100%;

}

.callback_form-form .form-group .callback_input {
    width: 100%;
    height: 38px;
    border: 1px solid #e9e9eb;
    background: none !important;
    border-radius: 5px;
    padding-left: 5px;
}

/*Чекбокс*/

/* Стили для чекбокса с согласием */
.checkbox-agree input[type="checkbox"] {
    display: none;
}

.checkbox-agree input[type="checkbox"] + label {
    position: relative;
    padding-left: 25px;
    cursor: pointer;
}

.checkbox-agree input[type="checkbox"] + label::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 20px;
    height: 20px;
    border: 1px solid #ccc;
    background-color: #fff;
}

.checkbox-agree input[type="checkbox"]:checked + label::before {
    background-color: #ffad32;
    border-color: #ffad32;
}

.checkbox-agree input[type="checkbox"]:checked + label::after {
    content: '\2713';
    position: absolute;
    left: 3px;
    bottom: 20px;
    color: #fff;
    font-size: 16px;
}

/* Стили для текста рядом с чекбоксом */
.checkbox-agree label {
    font-size: 14px;
}
