#vacancies .text {
    margin-bottom: 20px;
}
#vacancies .sections .level1 {
    margin-bottom: 10px;
}
#vacancies .sections .level1 .name {
    display: inline-block;
    font-size: 18px;
    color: #2998ff;
    margin-bottom: 10px;
    border-bottom: 1px dashed;
    cursor: pointer;
}
#vacancies .sections .level1 .name span {
    color: #666;
}
#vacancies .sections .level1 > .list {
    display: none;
}
#vacancies .sections .level2 {
    margin-left: 30px;
}
#vacancies .sections .level2 .name {
    font-size: 14px;
    margin-bottom: 0px;
}
#vacancies .sections .level2 .list {
    margin-bottom: 10px;
    display: none;
}
#vacancies .sections .level2 .title a {
    font-weight: bold;
}
#vacancies .sections .list .item {
    margin-top: 10px;
}

#vacancy .btn-block a {
    color: #fff !important;
}
#vacancy #form {
    display: none;
}