

/* Start:/local/templates/openyard/assets/css/page-career-list.css?174772690015616*/
.buttons {
    flex: 1 0;
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    padding: clamp(20px, 1.6666666667vw, 30px) clamp(20px, 2.2222222222vw, 40px);
    font-size: clamp(15px, 1.1111111111vw, 20px);
    font-weight: 500;
    line-height: 120%;
    text-align: start;
    border-radius: 20px;
    border: 1.6px solid var(--black);
    cursor: pointer;
    transition: .5s ease
}

.buttons_bg_black {
    color: var(--white);
    background-color: var(--black)
}

.buttons_bg_black .icon path {
    stroke: var(--light);
    transition: .5s ease
}

.buttons_bg_black:hover {
    background-color: #313539;
    transition: .5s ease
}

.buttons_bg_black:hover .icon path {
    transition: .5s ease
}

.buttons_bg_white {
    color: var(--black);
    background-color: var(--bg)
}

.buttons_bg_white:hover {
    background-color: #e4e4e4
}

.buttons_bg_white .icon path {
    stroke: var(--black)
}

.buttons.is-full-width {
    width: 100%
}

.select {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center
}

.select-custom {
    height: clamp(43px, 3.5vw, 63px);
    margin-left: -1px;
    padding: 0 clamp(15px, 1.6666666667vw, 30px);
    border-radius: 15px;
    border: 1px solid var(--black)
}

.select-custom.checkbox {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.select-toggle {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: clamp(10px, 1.6666666667vw, 30px);
    width: 100%;
    font-size: var(--font-size-6);
    user-select: none;
    white-space: nowrap;
    cursor: pointer
}

.select-toggle::after {
    content: "";
    width: 14px;
    height: 8px;
    display: block;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iOCIgdmlld0JveD0iMCAwIDE2IDgiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik0xNSAwLjVMOCA2LjVMMSAwLjQ5OTk5OSIgc3Ryb2tlPSIjMjcyQjMyIi8+Cjwvc3ZnPgo=);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    transition: transform .4s ease
}

.select-toggle:focus {
    outline: none
}

.select-show .select-toggle {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

.select-show .select-toggle::after {
    transform: scaleY(-1)
}

.select-show .select-dropdown {
    opacity: 1;
    min-width: fit-content;
    pointer-events: all;
    transition: transform .35s ease, opacity .1s ease
}

.select-show .select__backdrop {
    display: block
}

.select-dropdown {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    width: 100%;
    max-width: 100%;
    overflow-y: auto;
    z-index: 2;
    border-radius: 15px;
    border: 1px solid var(--black);
    background: var(--bg);
    opacity: 0;
    transition: transform .4s ease, opacity .1s ease;
    pointer-events: none
}

.select-dropdown::-webkit-scrollbar-track {
    box-shadow: inset 0 0 0 rgba(0, 0, 0, .018);
    background-color: rgba(0, 0, 0, 0);
    border-radius: 2px
}

.select-dropdown::-webkit-scrollbar {
    width: 3px;
    background-color: var(--bg)
}

.select-dropdown::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background: var(--black)
}

.select-options {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-direction: column;
    overflow-x: hidden;
    overflow-y: auto;
    max-height: 350px;
    padding: 0 clamp(15px, 1.6666666667vw, 30px)
}

.select-options::-webkit-scrollbar-track {
    box-shadow: inset 0 0 0 rgba(0, 0, 0, .018);
    background-color: rgba(0, 0, 0, 0);
    border-radius: 2px
}

.select-options::-webkit-scrollbar {
    width: 3px;
    background-color: var(--bg)
}

.select-options::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background: var(--black)
}

.select-option {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: clamp(10px, 1.1111111111vw, 20px) 0;
    font-weight: 500;
    font-size: clamp(18px, 1.1111111111vw, 20px);
    color: var(--black);
    line-height: 120%;
    white-space: nowrap;
    text-transform: none;
    transition: color .15s ease-in-out
}

.select-option:hover {
    color: var(--violet);
    cursor: pointer
}

.select-option-selected {
    color: var(--violet)
}

.select-option-selected:hover {
    color: var(--violet)
}

.select input.hidden {
    position: absolute;
    opacity: 0;
    pointer-events: none
}

@media (max-width: 1450px) {
    .select-custom.is-horizontal .select-dropdown {
        left: calc(-1 * var(--padding-1));
        margin-left: 0;
        padding: 0 var(--padding-1)
    }
}

@media (max-width: 720px) {
    .select-custom.is-horizontal {
        padding: 26px 28px;
        background: rgba(232, 232, 232, .3)
    }

    .select-custom.is-horizontal.select-show {
        padding: 26px 28px 0 28px
    }

    .select-custom.is-horizontal .select-dropdown {
        top: 100%;
        left: 0;
        margin-left: 0;
        padding: 0;
        width: calc(100% + 56px);
        margin-top: 26px;
        position: relative;
        padding-top: 16px
    }

    .select-custom.is-horizontal .select-options {
        max-height: none
    }
}

.bread {
    display: flex;
    grid-gap: 0 clamp(10px, 1.1111111111vw, 20px)
}

.bread li {
    display: flex;
    align-items: center
}

.bread li:last-child {
    width: fit-content;
    overflow: hidden
}

.bread li a {
    display: inline-block;
    margin-right: clamp(10px, 1.1111111111vw, 20px);
    color: var(--gray);
    font-size: clamp(15px, 1vw, 18px);
    font-weight: 400;
    line-height: 130%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    width: fit-content;
    transition: .3s ease
}

.bread li a:hover {
    color: var(--violet);
    transition: .3s ease
}

.bread li > span {
    color: var(--black-40);
    font-size: clamp(15px, 1vw, 18px);
    font-weight: 400;
    line-height: 130%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    width: fit-content
}

.bread li:last-child svg {
    display: none
}

.block-form__wrap {
    display: grid;
    grid-template-columns:repeat(2, 1fr);
    padding: clamp(20px, 2.2222222222vw, 40px);
    border-radius: 20px;
    border: 1px solid var(--black)
}

.block-form__wrap .content {
    display: flex;
    flex-direction: column;
    grid-gap: 40px 0
}

.block-form__wrap .content h2 {
    max-width: 505px;
    margin: 0;
    color: var(--black);
    font-size: clamp(26px, 2.2222222222vw, 40px);
    font-weight: 500;
    line-height: 120%
}

.block-form__wrap .content p {
    max-width: 424px;
    color: var(--black);
    font-size: clamp(15px, 1vw, 18px);
    font-weight: 400;
    line-height: 130%
}

.vacancies-caption {
    display: flex;
    flex-direction: column;
    grid-gap: clamp(10px, 1.1111111111vw, 20px) 0;
    margin-top: clamp(40px, 4.4444444444vw, 80px);
    margin-bottom: 100px
}

.vacancies-caption h1 {
    margin: 0;
    color: var(--black);
    font-size: clamp(32px, 3.8888888889vw, 70px);
    font-weight: 500;
    line-height: 100%
}

.vacancies-filter {
    margin-bottom: clamp(20px, 2.2222222222vw, 40px)
}

.vacancies-filter .select-block {
    display: grid;
    grid-template-columns:calc(350px + (940 - 350) * ((100vw - 991px) / (1920 - 991))) repeat(3, 1fr);
    margin-left: -1px;

    @media screen and (max-width: 991px) {
        grid-template-columns: minmax(200px, 1fr) repeat(3, 1fr);
    }

    @media screen and (max-width: 850px) {
        grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    }
}

.vacancies-filter .select-block .select-custom {
    font-size: clamp(15px, 0.94vw, 18px);

    @media screen and (max-width: 991px) {
        margin-top: -1px;
    }
}

.vacancies-filter .select-block .select-custom.checkbox {
    gap: 10px;
}

.vacancies-list__item {
    display: flex;
    flex-direction: column;
    grid-gap: 40px 0;
    margin-bottom: -1px;
    padding: clamp(20px, 2.2222222222vw, 40px);
    border-radius: 20px;
    border: 1px solid var(--black);

    @media (any-hover: hover) {
        &:hover {
            background: var(--selection);
        }
    }
}

.vacancies-list__item .info {
    display: grid;
    grid-template-columns:calc(250px + (880 - 250) * ((100vw - 991px) / (1920 - 991))) repeat(3, 1fr);
    grid-gap: 0 60px
}

.vacancies-list__item .text {
    display: flex;
    flex-direction: column;
    grid-gap: 10px 0
}

.vacancies-list__item .text h2 {
    margin: 0;
    color: var(--black);
    font-size: clamp(25px, 1.4444444444vw, 26px);
    font-weight: 500;
    line-height: 130%
}

.vacancies-list__item .text p {
    max-width: 620px;
    color: var(--black);
    font-size: clamp(15px, 1vw, 18px);
    font-weight: 400;
    line-height: 130%
}

@media (max-width: 767px) {
    .vacancies-list__item {
        flex-direction: column-reverse
    }

    .vacancies-list__item .info {
        grid-template-columns:100%
    }

    .vacancies-list__item .info > div {
        padding: 10px 0;
        border-top: 1px solid var(--black)
    }
}

/*---response-block---*/
.response-block {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    margin-bottom: clamp(200px, 13.02vw, 250px);
    padding: clamp(20px, 2.61vw, 50px);
    border: 1px solid var(--black);
    border-radius: clamp(15px, 1.05vw, 20px);
    color: var(--black);

    @media screen and (max-width: 767px) {
        grid-template-columns: 1fr;
        gap: 50px;
    }
}

.response-block__left-col {
    max-width: 510px;
    display: grid;
    grid-template-areas:
        "title"
        "subtitle"
        "icon";
    grid-template-columns: 1fr;
    grid-template-rows: auto 1fr auto;

    @media screen and (max-width: 767px) {
        max-width: 100%;
        grid-template-areas:
            "title icon"
            "subtitle subtitle";
        grid-template-columns: 1fr auto;
        grid-template-rows: unset;
        column-gap: 30px;
        row-gap: 40px;
    }
}

.response-block__title {
    grid-area: title;
    font-size: clamp(30px, 2.61vw, 50px);
    font-weight: 500;
    line-height: 120%;
    margin-bottom: 40px;

    @media screen and (max-width: 767px) {
        margin-bottom: 0;
    }
}

.response-block__subtitle {
    grid-area: subtitle;
    font-size: clamp(15px, 0.94vw, 18px);
}

.response-block__subscribe-btn {
    border: none;
    padding: 0;
    background: none;
    cursor: pointer;
    color: var(--violet);
    font-size: clamp(15px, 0.94vw, 18px);

    @media (any-hover: hover) {
        &:hover {
            text-decoration: underline;
        }
    }
}

.response-block__subscribe-btn::after {
    content: "";
    display: inline-block;
    width: 7px;
    height: 1em;
    transform: translateY(15%);
    margin-left: 10px;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNyIgaGVpZ2h0PSIxNiIgdmlld0JveD0iMCAwIDcgMTYiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik0xIDFMNS4zMjY1NCA2LjA0NzYzQzYuMjg5NTEgNy4xNzExIDYuMjg5NTEgOC44Mjg5IDUuMzI2NTQgOS45NTIzN0wxIDE1IiBzdHJva2U9IiMyNzJCMzIiLz4KPC9zdmc+Cg==);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.response-block__form-icon {
    grid-area: icon;
    align-self: end;
    width: clamp(78px, 5.11vw, 98px);
    aspect-ratio: 1;
    background: url('/local/templates/openyard/assets/css/../img/page-vacancies/response-form-icon.svg') no-repeat center / contain;

    @media screen and (max-width: 767px) {
        align-self: start;
    }

    @media screen and (max-width: 375px) {
        width: 40px;
    }
}

.response-block__form {
    display: grid;
    grid-template-areas:
        "lastname email"
        "name phone"
        "direction direction"
        "file file"
        "submit privacy";
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;

    @media screen and (max-width: 767px) {
        grid-template-areas:
            "lastname"
            "name"
            "email"
            "phone"
            "direction"
            "file"
            "submit"
            "privacy";
        grid-template-columns: 1fr;
        gap: 10px;
    }
}

.response-block__lastname {
    grid-area: lastname;
}

.response-block__email {
    grid-area: email;
}

.response-block__name {
    grid-area: name;
}

.response-block__phone {
    grid-area: phone;
}

.response-block__direction {
    grid-area: direction;
    margin-bottom: clamp(30px, 3.13vw, 60px);
}

.response-block__file {
    grid-area: file;
}

.response-block__submit-btn {
    grid-area: submit;
}

.response-block__privacy {
    grid-area: privacy;
    max-width: clamp(305px, 19.01vw, 365px);
    align-self: center;
    justify-self: center;
    font-size: clamp(12px, 0.73vw, 14px);
    font-weight: 400;
    color: rgba(39, 43, 50, 0.7);

    @media screen and (max-width: 767px) {
        justify-self: start;
    }
}

.response-block__privacy-link {
    text-decoration: underline;

    @media (any-hover: hover) {
        &:hover {
            color: var(--violet);
        }
    }
}

.response-block__input {
    border-bottom: 1px solid rgba(39, 43, 50, 0.4);
    color: var(--black);
    padding: 12px 10px;
    font-size: clamp(15px, 0.94vw, 18px);

    &::placeholder {
        color: rgba(39, 43, 50, 0.4);
    }
}

:is(.response-block, .popup-vacancy-subscribe) .select-custom {
    border: none;
    border-radius: 0;
    border-bottom: 1px solid rgba(39, 43, 50, 0.4);
    padding: 12px 10px;
    height: auto;
    font-size: clamp(15px, 0.94vw, 18px);
}

:is(.response-block, .popup-vacancy-subscribe) .select-toggle[data-index="0"] {
    color: rgba(39, 43, 50, 0.4);
}

.response-block__file {
    display: grid;
    place-items: center;
    gap: clamp(5px, 0.52vw, 10px);
    padding-block: clamp(18px, 1.31vw, 25px);
    border: 3px dashed rgba(39, 43, 50, 0.4);
    border-radius: clamp(15px, 1.05vw, 20px);
}

.response-block__file .file-name {
    font-size: clamp(15px, 1.05vw, 20px);
    font-weight: 500;
}

.response-block__file .file-limits {
    font-size: clamp(12px, 0.73vw, 14px);
    color: rgba(39, 43, 50, 0.7);
}

.popup-vacancy-subscribe {
    width: 100%;
    color: var(--black);

    h2 {
        max-width: 560px;
        margin-right: 30px;
        margin-block: 0 clamp(30px, 2.09vw, 40px);

        @media screen and (max-width: 767px) {
            margin-top: 30px;
            margin-right: 0;
        }
    }
}

.popup-vacancy-subscribe__desc {
    max-width: 560px;
    font-size: clamp(15px, 0.94vw, 18px);
    margin-bottom: clamp(50px, 3.13vw, 60px);
}

.popup-vacancy-subscribe__form {
    display: grid;
    grid-template-areas:
        "name email"
        "direction city"
        "submit submit";
    grid-template-columns: repeat(2, 1fr);
    row-gap: clamp(10px, 2.09vw, 40px);
    column-gap: 20px;

    @media screen and (max-width: 767px) {
        grid-template-areas:
            "name"
            "email"
            "direction"
            "city"
            "submit";
        grid-template-columns: 1fr;
        gap: 10px;
    }
}

.popup-vacancy-subscribe__name {
    grid-area: name;
}

.popup-vacancy-subscribe__email {
    grid-area: email;
}

.popup-vacancy-subscribe__direction {
    grid-area: direction;
}

.popup-vacancy-subscribe__city {
    grid-area: city;
}

.popup-vacancy-subscribe__submit-btn {
    grid-area: submit;
    margin-top: 10px;

    @media screen and (max-width: 767px) {
        margin-top: 20px;
    }
}

/*# sourceMappingURL=page-career-list.css.map */

/* End */


/* Start:/local/templates/openyard/components/bitrix/news.list/vacancies-list/style.css?17477269002815*/
/*---career-vacancies---*/
.career-vacancies {
    color: var(--black);
    margin-bottom: clamp(15px, 1.05vw, 20px);
}

.career-vacancies__link {
    display: grid;
    grid-template-areas:
        "city position employment work-format"
        "title . . ."
        "description . . .";
    grid-template-columns: 50% 1fr 1fr 1fr;
    grid-column-gap: 30px;
    padding: clamp(15px, 2.09vw, 40px);
    border: 1px solid var(--black);
    border-radius: clamp(15px, 1.05vw, 20px);
    margin-bottom: -1px;
    font-size: clamp(13px, 0.94vw, 18px);

    @media (any-hover: hover) {
        &:hover {
            background: var(--selection);
        }
    }

    @media screen and (max-width: 767px) {
        grid-template-areas:
        "city"
        "title"
        "description"
        "position"
        "employment"
        "work-format";
        grid-template-columns: 1fr;
    }
}

.vacancy-link__city {
    grid-area: city;
    margin-bottom: clamp(30px, 2.09vw, 40px);
}

.vacancy-link__position {
    grid-area: position;

    @media screen and (max-width: 767px) {
        color: rgba(var(--black), 0.7);
    }
}

.vacancy-link__employment {
    grid-area: employment;

    @media screen and (max-width: 767px) {
        color: rgba(var(--black), 0.7);
    }
}

.vacancy-link__work-format {
    grid-area: work-format;

    @media screen and (max-width: 767px) {
        color: rgba(var(--black), 0.7);
    }
}

.vacancy-link__title {
    grid-area: title;
    font-size: clamp(18px, 1.36vw, 26px);
    font-weight: 500;
    margin-bottom: clamp(10px, 0.79vw, 15px);
}

.vacancy-link__description {
    grid-area: description;

    @media screen and (max-width: 767px) {
        margin-bottom: 30px;
    }
}

.career-vacancies__watch-all-link {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-inline: clamp(20px, 2.09vw, 40px);
    padding-block: clamp(20px, 1.62vw, 31px);
    border: 1px solid var(--black);
    border-radius: clamp(15px, 1.05vw, 20px);
    font-size: clamp(13px, 0.94vw, 18px);

    @media (any-hover: hover) {
        &:hover {
            background: var(--selection);
        }
    }
}

.career-vacancies__watch-all-link::after {
    content: "";
    display: block;
    width: 7px;
    height: 17px;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNyIgaGVpZ2h0PSIxNiIgdmlld0JveD0iMCAwIDcgMTYiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik0xIDFMNS4zMjY1NCA2LjA0NzYzQzYuMjg5NTEgNy4xNzExIDYuMjg5NTEgOC44Mjg5IDUuMzI2NTQgOS45NTIzN0wxIDE1IiBzdHJva2U9IiMyNzJCMzIiLz4KPC9zdmc+Cg==);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}
/* End */
/* /local/templates/openyard/assets/css/page-career-list.css?174772690015616 */
/* /local/templates/openyard/components/bitrix/news.list/vacancies-list/style.css?17477269002815 */
