

/* Start:/local/templates/openyard/assets/css/page-career-detail.css?174772690018175*/
/*---global---*/
.grid-container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}

.grid-container > * {
    grid-column: 1 / -1;
}

.grid-container > .grid-left-col {
    grid-column: 1 / 2;

    @media screen and (max-width: 991px) {
        grid-column: 1 / -1;
    }
}

.grid-container > .grid-right-col {
    grid-column: 2 / -1;

    @media screen and (max-width: 991px) {
        grid-column: 1 / -1;
    }
}

.vacancy-detail-page {
    color: var(--black);
}

/*---breadcrumbs---*/
.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(--black-70);
    font-size: clamp(12px, 0.73vw, 14px);
    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
}

/*---vacancy-caption---*/
.vacancy-caption {
    display: flex;
    flex-direction: column;
    gap: clamp(30px, 2.09vw, 40px);
    margin-bottom: clamp(60px, 6.25vw, 120px);
}

.vacancy-caption h1 {
    margin: 0;
    font-size: clamp(24px, 2.61vw, 50px);
    font-weight: 500;
    line-height: 100%;
}

/*---vacancy-description---*/
.vacancy-description {
    border-top: 1px solid var(--black);
    margin-bottom: clamp(40px, 6.25vw, 120px);

    @media screen and (max-width: 991px) {
        border: none;
    }
}

.vacancy-description__text {
    position: relative;
    max-width: 84%;
    padding-top: clamp(0px, 0.79vw, 15px);
    font-size: clamp(13px, 0.94vw, 18px);

    @media screen and (max-width: 991px) {
        max-width: 100%;
        padding-top: 0;
        margin-bottom: 20px;
    }
}

.vacancy-description__text::after {
    content: '';
    position: absolute;
    top: calc(100% + 30px);
    left: 0;
    width: clamp(8px, 0.53vw, 10px);
    aspect-ratio: 1;
    border-radius: 3px;
    background-color: var(--black);
    transform: translateX(-50%) rotate(45deg);

    @media screen and (max-width: 991px) {
        display: none;
    }
}

.vacancy-description__info {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    padding-block: clamp(12px, 0.79vw, 15px);
    column-gap: 20px;
    font-size: clamp(13px, 0.94vw, 18px);
    font-weight: 400;

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

.vacancy-description__info:first-of-type {

    @media screen and (max-width: 991px) {
        border-top: 1px solid var(--black);
    }
}

.vacancy-description__info:not(:first-of-type) {
    border-top: 1px solid var(--black);
}

.vacancy-description__info-value {
    font-weight: 500;
}

.vacancy-description__address {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 12px;

    @media screen and (max-width: 1200px) {
        flex-direction: column;
        align-items: flex-start;
    }
}

.vacancy-description__address > p {
    font-weight: 400;
}

.vacancy-description__address > a {
    text-decoration: underline;
    font-size: clamp(13px, 0.73vw, 14px);
    font-weight: 400;

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

.vacancy-description__response-btn {
    --response-btn-padding: clamp(5px, 0.53vw, 10px);
    --response-btn-radius: clamp(15px, 1.05vw, 20px);
    width: 100%;
    border: 1px solid var(--black);
    border-radius: var(--response-btn-radius);
    padding: var(--response-btn-padding);

    @media (any-hover: hover) {
        &:hover .vacancy-description__response-span {
            gap: 35px;
        }

        &:hover .vacancy-description__plus {
            background: var(--black);
            border-color: var(--black);

            path {
                stroke: var(--white);
            }
        }
    }

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

.vacancy-description__response-btn .grid-left-col {
    padding: clamp(10px, 1.05vw, 20px);
}

.vacancy-description__btn-title {
    display: block;
    margin-bottom: clamp(25px, 5.73vw, 110px);
    text-align: start;
    font-size: clamp(18px, 1.36vw, 26px);
    font-weight: 500;

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

.vacancy-description__response-span {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 15px;
    font-size: clamp(13px, 0.94vw, 18px);
    font-weight: 500;
    transition: gap .3s ease-in;
}

.vacancy-description__response-span::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;
}

.vacancy-description__employees {
    position: relative;
    isolation: isolate;
    display: flex;
    align-items: flex-start;
    background: #E4E4E4;
    height: 100%;
    padding: clamp(15px, 1.05vw, 20px);
    border-radius: calc(var(--response-btn-radius) - var(--response-btn-padding));
    overflow: hidden;

    @media screen and (max-width: 991px) {
        min-height: 140px;
    }
}

.vacancy-description__employees::after {
    content: '';
    position: absolute;
    left: 45%;
    bottom: 13px;
    z-index: -1;
    width: 100%;
    height: 100%;
    background: url('/local/templates/openyard/assets/css/../img/page-career-detail/responce-bg.png') no-repeat center / contain;
}

.vacancy-description__employee {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: clamp(40px, 3.13vw, 60px);
    aspect-ratio: 1;
    border: 1px solid var(--white);
    border-radius: 50%;
    overflow: hidden;

    img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: top center;
    }
}

.vacancy-description__employee:nth-child(1) {
    z-index: 1;
}

.vacancy-description__employee:nth-child(2) {
    z-index: 2;
    transform: translateX(-15%);
}

.vacancy-description__employee:nth-child(3) {
    z-index: 3;
    transform: translateX(-30%);
}

.vacancy-description__employee:nth-child(4) {
    z-index: 4;
    transform: translateX(-45%);
}

.vacancy-description__plus {
    background: var(--white);
    transition: .3s ease-in;
}

/*---vacancy-about---*/
.vacancy-about {
    font-size: clamp(13px, 0.94vw, 18px);
    font-weight: 500;
    margin-bottom: clamp(100px, 9.38vw, 180px);
}

.vacancy-about__item {
    position: relative;
    padding-top: clamp(10px, 0.79vw, 15px);

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

.vacancy-about__item .grid-left-col .grid-left-col {
    @media screen and (max-width: 991px) {
        padding-bottom: 30px;
        border-bottom: 1px solid var(--black);
    }
}

.vacancy-about__item .grid-left-col .grid-right-col {

    @media screen and (max-width: 991px) {
        padding-block: 15px;
    }
}

.vacancy-about__item:first-of-type {
    border-top: 1px solid var(--black);

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

.vacancy-about__item:not(:last-of-type) {
    margin-bottom: clamp(30px, 2.87vw, 55px);
}

.vacancy-about__item:not(:first-of-type)::before {
    content: "";
    position: absolute;
    right: 0;
    width: 75%;
    height: 1px;
    background-color: var(--black);

    @media screen and (max-width: 991px) {
        width: 100%;
    }
}

.vacancy-about ul {
    max-width: 86%;
    font-weight: 400;

    @media screen and (max-width: 991px) {
        max-width: 100%;
        margin-left: 15px;
    }
}

.vacancy-about li {
    list-style: disc;
    line-height: 130%;
}

.vacancy-about li:not(:last-child) {
    margin-bottom: 1em;
}

/*---career-about---*/
.about-slider {
    position: relative;
    border-radius: clamp(15px, 1.1111111111vw, 20px);
    overflow: hidden
}

.about-slider__controls {
    display: flex;
    align-items: center;
    gap: clamp(10px, 1.05vw, 20px);
    margin-top: clamp(10px, 3.13vw, 60px);
}

.about-slider .swiper-pagination {
    position: static;
    width: auto;
    max-width: 100%;
    overflow-x: auto;
    display: flex;
    align-items: center;
    gap: clamp(10px, 1.05vw, 20px);
}

.about-slider .swiper-pagination-bullet {
    width: clamp(85px, 5.89vw, 113px);
    height: clamp(41px, 2.87vw, 55px);
    opacity: 0.5;
    margin: 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    border-radius: 10px;
    overflow: hidden;
}

.about-slider .swiper-pagination-bullet-active {
    opacity: 1;
}

.about-slider .controls-arrow {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    width: clamp(85px, 5.89vw, 113px);
    height: clamp(41px, 2.87vw, 55px);
    background-color: transparent;
    border-radius: 10px;
    border: 1px solid var(--black);

    @media screen and (max-width: 991px) {
        display: none;
    }
}

.about-slider .controls-arrow__item {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.controls-arrow__item.swiper-button-disabled svg{
    opacity: 0.1;
}

.about-slider .controls-arrow__item:nth-child(1)::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 1px;
    height: 100%;
    border-right: 1px solid var(--black);
}

.about-slider .controls-arrow__item:nth-child(1)::after {
    content: "";
    position: absolute;
    top: 50%;
    right: -3px;
    width: 6px;
    height: 30px;
    background-color: #f0f0f0;
    transform: translateY(-50%)
}

.about-slider .item {
    width: 100%;
    height: 100%;
    min-height: clamp(176px, 40.2vw, 770px);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 15px;
    overflow: hidden
}

.career-about__info {
    margin-bottom: calc(clamp(100px, 6.25vw, 120px) - clamp(41px, 2.87vw, 55px));
    transform: translateY(clamp(-55px, -2.87vw, -41px));
    font-size: clamp(20px, 2.1vw, 40px);
    font-weight: 500;

    @media screen and (max-width: 1060px) {
        margin-bottom: clamp(100px, 6.25vw, 120px);
        transform: translateY(0);
    }

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

.career-about__info > div:not(:last-child) {
    margin-bottom: clamp(20px, 3.13vw, 60px);
}

/*---how-to-join---*/
.how-to-join {
    margin-bottom: clamp(100px, 9.38vw, 180px);
}

.how-to-join__title {
    font-size: clamp(24px, 2.09vw, 40px);
    font-weight: 500;
    line-height: 120%;
    margin-bottom: clamp(30px, 3.13vw, 60px);
}

.how-to-join__step {
    border-top: 1px solid var(--black);
    padding-block: clamp(10px, 1.05vw, 20px);
    margin-bottom: clamp(0px, 0.53vw, 10px);
    font-size: clamp(13px, 1.36vw, 26px);
    font-weight: 500;
}

.how-to-join__step > .grid-left-col {
    
    @media screen and (max-width: 991px) {
        display: none;
    }
}

.how-to-join__step > .grid-right-col::before {
    content: attr(data-before);
    display: none;
    padding-right: 15px;

    @media screen and (max-width: 991px) {
        display: inline-block;
    }
}

.how-to-join__desc {
    display: grid;
    align-items: center;
    max-width: 70%;
    margin-top: 20px;
    text-wrap: balance;
    font-size: clamp(13px, 0.94vw, 18px);

    @media screen and (max-width: 991px) {
        max-width: 100%;
    }
}

.how-to-join__response-btn {

    button {
        width: 100%;
        margin-top: 20px;
    }

    @media screen and (max-width: 991px) {
        grid-row-start: 1;
    }
}

.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.hidden {
    display: none;
}

.checkbox-with-hidden-block {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-block: 20px;
    padding-left: 20px;
    font-size: clamp(15px, 0.94vw, 18px);

    input[type="checkbox"] {
        margin-top: 0;
        border: 1px solid var(--black-40);

        &::after {
            border: 1px solid var(--white);
        }
    }

    @media screen and (max-width: 650px) {
        padding-block: 0 10px;
    }
}

/*---career-benefits---*/
.career-benefits {
    margin-bottom: clamp(100px, 9.38vw, 180px);
}

.career-benefits__title {
    font-size: clamp(24px, 2.1vw, 40px);
    font-weight: 500;
    margin-bottom: 40px;
}

.benefits-slider {
    overflow: hidden;
}

.benefits-slider .controls-arrow {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    width: clamp(85px, 5.89vw, 113px);
    height: clamp(41px, 2.87vw, 55px);
    background-color: transparent;
    border-radius: 10px;
    border: 1px solid var(--black);
    margin-bottom: 20px;

    @media screen and (max-width: 991px) {
        display: none;
    }
}

.benefits-slider .controls-arrow__item {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer
}

.benefits-slider .controls-arrow__item:nth-child(1)::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 1px;
    height: 100%;
    border-right: 1px solid var(--black)
}

.benefits-slider .controls-arrow__item:nth-child(1)::after {
    content: "";
    position: absolute;
    top: 50%;
    right: -3px;
    width: 6px;
    height: 30px;
    background-color: #f0f0f0;
    transform: translateY(-50%)
}

.benefit-item {
    align-self: flex-start;
    flex-shrink: 0;
    --item-radius: clamp(15px, 1.05vw, 20px);
    --item-padding: clamp(5px, 0.53vw, 10px);
    width: clamp(310px, 24.48vw, 470px);
    padding: var(--item-padding);
    border: 1px solid var(--black);
    border-radius: var(--item-radius);

    @media screen and (max-width: 374px) {
        width: 100%;
    }
}

.benefit-item__img {
    width: 100%;
    height: clamp(280px, 21.88vw, 420px);
    object-fit: cover;
    border-radius: calc(var(--item-radius) - var(--item-padding));
    overflow: hidden;
}

.benefit-item__text {
    padding: clamp(10px, 1.57vw, 30px);
}

.benefit-item__row {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 10px;
    margin-bottom: clamp(20px, 2.09vw, 40px);
}

.benefit-item__title {
    font-size: clamp(18px, 1.36vw, 26px);
    font-weight: 500;
}

.benefit-item__number, .benefit-item__desc {
    font-size: clamp(13px, 0.94vw, 18px);
}

/*---invitation---*/
.partner__invitation {
    isolation: isolate;
    padding: clamp(5px, 1.05vw, 20px);
    border-radius: clamp(15px, 1.05vw, 20px);
    background-color: var(--purple);
    margin-bottom: clamp(15px, 1.05vw, 20px);
}

.partner__invitation::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
    display: block;
    height: 100%;
    aspect-ratio: 188/70;
    background: url('/local/templates/openyard/assets/css/../img/page-partner/partner-bottom.png') right no-repeat;
    background-size: contain;
    border-radius: 0 20px 20px 0;

    @media screen and (max-width: 1600px) {
        aspect-ratio: 1410/525;
    }

    @media screen and (max-width: 991px) {
        background: url('/local/templates/openyard/assets/css/../img/page-partner/partner-bottom-mobile.png') right no-repeat;
        border-radius: 0 15px 15px 0;
        aspect-ratio: 852/317;
        max-height: 215px;
        top: auto;
        bottom: 0;
    }
}

.partner__invitation-title {
    --text-padding: clamp(10px, 1.05vw, 20px);
    padding-top: var(--text-padding);
    padding-left: var(--text-padding);
    font-size: clamp(24px, 2.61vw, 50px);
    line-height: 110%;
    font-weight: 500;
    color: var(--white);
    margin: 0 0 clamp(200px, 12.5vw, 240px);

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

.partner__invitation-text {
    --text-padding: clamp(10px, 1.05vw, 20px);
    max-width: clamp(431px, 29.95vw, 575px);
    padding-top: var(--text-padding);
    padding-left: var(--text-padding);
    font-size: clamp(13px, 1.36vw, 26px);
    line-height: 130%;
    font-weight: 400;
    color: var(--white);
    margin: 0 0 clamp(30px, 2.09vw, 40px);

    @media screen and (max-width: 991px) {
        padding-top: 0;
        margin-bottom: 200px;
    }
}

.partner__invitation .partner__invitation-button {
    width: 100%;
    background-color: rgba(0, 0, 0, 0);
    border: 1px solid var(--white);
    border-radius:  clamp(15px, 1.05vw, 20px);
    font-size: clamp(13px, 0.94vw, 18px);
    color: var(--white);
    font-weight: 400;
    line-height: 130%;

    @media (any-hover: hover) {
        &:hover {
            background-color: var(--white);
            border: 1px solid var(--white);

            > span {
                color: var(--black)
            }

            > svg > path {
                stroke: var(--black)
            }
        }
    }
}

.partner__invitation-button > svg {
    width: 6px;
    height: 14px;
    min-width: 6px;
    min-height: 14px;
    display: flex;
    flex-shrink: 0;

    @media screen and (max-width: 1440px) {
        width: 4px;
        height: 10px;
        min-width: 4px;
        min-height: 10px;
    }

    @media screen and (max-width: 991px) {
        width: 6px;
        height: 14px;
        min-width: 6px;
        min-height: 14px;
    }
}
/* End */
/* /local/templates/openyard/assets/css/page-career-detail.css?174772690018175 */
