

/* Start:/local/templates/chickenhouse2024/components/bitrix/catalog.section.list/change_city_vacancies/style.css?1748728632705*/
.filter {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.filter__right {
    display: flex;
    justify-content: flex-end;
}

.select {
    position: relative;
}
.select .select__items {
    display: flex;
    flex-direction: column;
    position: absolute;
    z-index: 10;
    width: 180px;
    padding: 20px 10px 10px;
    text-align: center;
    gap: 5px;
    top: 30px;
    border-radius: 0 0 10px 10px;
}

.select .select__items:not(.active) {
    display: none;
}

.select__city--trigger {
    min-width:180px;
    display:flex;
    gap:6px;
    align-items: center;
    justify-content: center;
}

.select__items a {
    color:inherit;
    text-decoration: none;
}
/* End */


/* Start:/local/templates/chickenhouse2024/components/bitrix/news.list/stories/style.css?17487286322251*/
.features-item {
    text-align: center;
    padding: 18px 10px 25px;
    width: 100%;
}
.features-item__container {
    display: flex;
    flex-direction: column;
    gap: 15px;
    align-items: center;
}
.vacancies-features {
    display: flex;
    gap: var(--bs-gutter-x);
    margin: 40px 0 50px;
    width:100%;
    justify-content: space-between;
}

.vancies_about_container {
    background: url('/local/templates/chickenhouse2024/assets/img/content/vacancies/vacancies_top.svg') no-repeat top right scroll;
    position: relative;
    height: 453px;
}

.vancies_about_right {
    top: -42px;
    position: absolute;
    right: 15px;
}

.vancies_about_left {
    max-width: 667px;
}
.vancies_about_text h2 {
    margin-bottom: 28px;
}

.vancies_about_text p:last-child {
    margin: 0;
}

.vancies_about_text {
    margin-bottom: 40px;
}

.vacancies_choose_city {
    width:560px;
}

.btn.vacancy-link {
    width: calc(100% - 195px);
}


.vacancies_title {
    margin-bottom: 30px;
}

.stories-item__information a {
    text-decoration: none;
}

.stories-item__container {
    height: 346px;
}

.success-stories .owl-stage-outer {
    margin-bottom: 15px;
}

@media(max-width:767px){
    .vancies_about_right {
        position: relative;
        bottom: -20px;
        right: 0;
        top: auto;
        width: 100%;
        margin-top: 20px;
    }

    .vancies_about_container {
        height: auto;
        background: url('/local/templates/chickenhouse2024/assets/img/content/vacancies/vacancies_top_mobile.svg') no-repeat bottom center scroll;
        background-size: contain;
    }

    .vacancies_choose_city {
        width: 100%;
        flex-direction: column;
        align-items: center;
    }

    .vacancies_choose_city .filter__right {
        width: 100%;
    }

    .vacancies_choose_city .btn {
        width: 100%;
    }

    .vacancies_choose_city .select {
        width: 100%;
    }

    .vancies_about_right img {
        width: 100%;
    }
    .vacancies-features {
        flex-wrap: wrap;
        justify-content: center;
    }

    .vacancies-features .features-item {
        width: calc(50% - var(--bs-gutter-x)/2);
    }
    .stories-item__container {
        min-height: 330px;
        height: auto;
    }
}
/* End */
/* /local/templates/chickenhouse2024/components/bitrix/catalog.section.list/change_city_vacancies/style.css?1748728632705 */
/* /local/templates/chickenhouse2024/components/bitrix/news.list/stories/style.css?17487286322251 */
