.vacancies-fs{
    margin-top: 15px;
    padding-bottom: 80px;
}
.vacancies-fs h1{
    font-size: 28px;
    line-height: 130%;
    text-transform: uppercase;
    text-align: center;
    color: var(--siniy);
    margin-bottom: 40px;
    margin-top: 0 !important;
}
.vacancies__card{
    border: 1px solid rgba(0, 35, 89, 0.5); 
    border-radius: 20px;
    background: var(--white);
    overflow: hidden;
    height: 100%;
}
.vacancies__card-footer {
    background: #ebebeb; 
    padding: 30px;
}

.vacancies__card-body__title {
    font-weight: 500;
    font-size: 22px;
    line-height: 120%;
    color: var(--dark-blue-text);
}

.vacancies__card-body__name-department {
    font-weight: 400;
    font-size: 16px;
    line-height: 120%;
    color: var(--color-blue-line);
}

.vacancies__card-body__salary-amount {
    margin-top: 15px;
    font-weight: 400;
    font-size: 18px;
    line-height: 120%;
    color: var(--dark-blue-text);
}

.vacancies__card-body__salary-amount span {
    font-weight: 400;
    font-size: 18px;
    line-height: 120%;
    color: var(--color-blue-line);
}

.vacancies__card-body{
    padding: 30px 30px 20px 30px;
}

.vacancies__details-link {
    font-weight: 400;
    font-size: 15px;
    text-align: center;
    color: var(--siniy);
    background: none;
    border: none;
    padding: 0;
    cursor: pointer;
    text-decoration: none;
    border-bottom: 1px solid var(--siniy);
    transition: border-color 0.3s ease;
    outline: none;
}

.vacancies__details-link:focus {
    outline: none;
}

.vacancies__details-link:hover {
    text-decoration: none;
    color: var(--siniy);
}

.vacancies-fs .row{
    gap: 30px 0;
}

.vacancies-banner {
    margin-top: 35px;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 13px 25px;
    background-color: var(--white);
    color: var(--dark-blue-text);
    text-decoration: none;
    border-radius: 10px;
    transition: all 0.3s ease;
    font-size: 16px;
    font-weight: 400;
    line-height: 1;
    box-shadow: 0 0 11px 0 rgba(71, 69, 85, 0.1);
}

.vacancies-banner:hover {
    color: var(--dark-blue-text);
    background-color: #FDB900;
    text-decoration: none;
}

.vacancies-banner__text {
    white-space: nowrap;
}

@media (max-width:1199px) {
    .vacancies__card-body__title {
        font-size: 20px;
    }
}

@media (max-width:575px) {
    .vacancies__card-body__title {
        font-size: 20px;
    }
    .vacancy-details__title {
        line-height: 110%;
        margin-bottom: 10px;
    }
}
