

/* Start:/local/templates/donsport/components/bitrix/news.list/vacancies_list/style.css?17544639393909*/
.vacancies{
    max-width: 1376px;
    margin: auto;
    padding-left: 16px;
    padding-right: 16px;
}

.vacancies--empty{
    margin-bottom:50px;
}

.vacancies__list{
    margin-bottom: 50px;
}


.vacancies__list a{
    color: var(--dark-blue);
    font-family: 'Bebas Neue Cyrillic', sans-serif;
}

.vacancy__item,
.vacancies__header{
    position: relative;
    border-bottom: 1px solid #171717;

}

.vacancy__item-link,
.vacancies__header{
    position: relative;
    display: flex;
    align-items: center;
    transition: translateX 0.3s ease-in-out;
}

.vacancies__header{
    margin-top: 30px;
    padding-bottom: 10px;
}


.vacancies__header-item{
    font-weight: 600;
}

.vacancy__cell--name{
    width: 40%;
    padding-bottom: 21px;
    padding-right: 20px;
    padding-top: 27px;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 36px;
    line-height: 42px;
    font-family: 'Bebas Neue Cyrillic', sans-serif;
    transition: color .3s, transform .3s;
}

.vacancies__header-item,
.vacancy__cell--club,
.vacancy__cell--subdivision,
.vacancy__cell--salary{
    width: 20%;
    transition: color .3s, transform .3s;
}

.vacancies__header-item--vacancy{
    width:40%;
}

.vacancy__item::before{
    content: "";
    position: absolute;
    background-color: #ee2421;
    width: 100%;
    left: 0;
    top: -1px;
    bottom: -1px;
    transition: opacity .3s;
    opacity: 0;
    z-index: -1;
}

@media screen and (min-width: 756px) {

    .vacancy__item:hover .vacancy__item-link{
        color: #fff;
    }

    .vacancy__item:hover .vacancy__cell--name{
        transform: translateX(32px);
    }

    .vacancy__item:hover::before {
        opacity: 1;
    }
}

.vacancy__row-button{
    position: absolute;
    right: 16px;
    top: 50%;
    margin-top: -25px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: hsla(0, 0%, 100%, .2);
    transition: all .3s;
    opacity: 0;
    visibility: hidden;
}

.vacancy__row-button::before {
    content: "";
    position: absolute;
    background: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9 6L15 12L9 18' stroke='%23fff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    background-size: contain;
    width: 20px;
    height: 20px;
    top: 30%;
    left: 32%;
}

@media screen and (min-width: 756px) {
.vacancy__item:hover .vacancy__row-button {
    opacity: 1;
    visibility: visible;
    }
}

@media (max-width: 1000px) {
    .vacancies__header{
        display: none;
    }

    .vacancies__list{
        margin-top: 30px;
        border-top: 1px solid var(--dark-blue);
    }

    .vacancy__item-link {
        display: flex;
        flex-wrap: wrap;
        gap: 10px;
    }

    .vacancy__cell--club,
    .vacancy__cell--subdivision,
    .vacancy__cell--salary{
        width: initial;
        margin-right: 20px;
    }

    .vacancy__cell--name {
        width: 100%;
        padding-bottom: 0px;
    }

    .vacancy__cell--club,
    .vacancy__cell--salary {
        display: inline-block;
    }

    .vacancy__cell--subdivision {
        display: none;
    }

    /* Контейнер для club и salary, чтобы они шли в одной строке */
    .vacancy__item-link::after {
        content: '';
        display: flex;
        flex-wrap: wrap;
        gap: 10px;
        order: 2;
    }

    .vacancy__cell--club {
        order: 1;
        padding-bottom: 21px;
        /*flex: 1;*/
    }

    .vacancy__cell--salary {
        order: 2;
        padding-bottom: 21px;
        /*flex: 1;*/
    }
}

@media screen and (min-width: 756px) and (max-width: 1000px) {
    .vacancy__item:hover .vacancy__cell--club {
        transform: translateX(32px);
    }

    .vacancy__item:hover .vacancy__cell--salary {
        transform: translateX(32px);
    }
}
/* End */
/* /local/templates/donsport/components/bitrix/news.list/vacancies_list/style.css?17544639393909 */
