.hot_vacancy {
    position: absolute;
    display: flex;
    margin-top: -17px;
    align-items: center;
}
.hot_vacancy span {
    color: #FF5C39;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-left:3px;
}
.not_vacancy * {
    color:#9D9DA3 !important;
    fill:#9D9DA3 !important;
}
.not_vacancy .vacancy__requirement:before {
    background: url('/wp-content/themes/imaris/images/gray_vacancy.svg') no-repeat center;
}
