

/* Start:/local/templates/khabmed/assets/css/page/employment.css?17707811703769*/
.employment-orientation {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
    border-radius: 24px;
    background: rgb(229, 232, 242);
    padding: 32px;
    margin-bottom: 30px !important;
}


.employment-orientation__left {

}

.employment-orientation__left h2 {
    margin: 0;
    margin-bottom: 24px;
}

.employment-orientation__info {
    padding: 32px;
    border: 1px solid rgb(171, 171, 171);
    border-radius: 16px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 86%;
}

.employment-orientation__info-descr {
    font-family: Noto Sans, sans-serif;
    font-size: 20px;
    font-weight: 600;
    line-height: 120%;
}

.employment-orientation__info-title {
    margin: 0;
    color: rgb(43, 42, 41);
    font-family: Inter, sans-serif;
    font-size: 24px;
    font-weight: 700;
    line-height: 110%;
}

.employment-orientation__info-contact {
    display: flex;
    gap: 10px;
    align-items: center;
}

.employment-orientation__info-contact svg {
    flex-shrink: 0;
}

.employment-orientation__info-person {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.employment-orientation__right {
    border-radius: 24px;
    overflow: hidden;
}

.employment-orientation__right img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.employment-banner {
    border-radius: 24px;
    background: rgb(229, 232, 242);
    padding: 32px;
    margin-bottom: 30px !important;
}

.employment-banner__wrap {
    display: grid;
    gap: 20px;
    grid-template-columns: 5fr 2fr;
}

.employment-banner__wrap img {
    border-radius: 24px;
}

.employment-banner__vacancies {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    align-items: flex-start;
    position: relative;
    z-index: 1;
    padding: 32px;
}

.employment-banner__vacancies h2 {
    color: rgb(255, 255, 255);
    font-family: Noto Sans,sans-serif;
    font-size: 42px;
    font-weight: 700;
    line-height: 100%;
    letter-spacing: 0;
    margin: 0;
    margin-bottom: 15px;
}

.employment-banner__vacancies img {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    height: 100%;
    object-fit: cover;
}

.employment-medicals__list {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 20px;
    margin-top: 20px;
}

.employment-medicals__item {
    border-radius: 24px;
    background: rgb(229, 232, 242);
    padding: 32px;
    position: relative;
    overflow: hidden;
    display: flex;
    gap: 50px;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    height: 100%;
    transition: all 0.3s;
}

.employment-medicals__item:hover {
    background: var(--block-bg-hover);
}

.employment-medicals__img-wrap {
    position: absolute;
    right: 0;
    bottom: 0;
}

.employment-medicals__name {
    margin: 0;
}

@media screen and (max-width: 900px) {
    .employment-orientation {
        padding: 20px;
        grid-template-columns: 1fr;
    }

    .employment-orientation__info {
        height: auto;
    }

    .employment-banner {
        padding: 20px;
    }

    .employment-banner__wrap {
        grid-template-columns: 1fr;
    }

    .employment-banner__vacancies {
        padding: 20px;
    }

    .employment-banner__vacancies h2 {
        font-size: 24px;
    }

    .employment-medicals__list {
        grid-template-columns: 1fr 1fr;
    }
}

@media screen and (max-width: 484px) {
    .employment-medicals__list {
        grid-template-columns: 1fr;
    }
}
/* End */
/* /local/templates/khabmed/assets/css/page/employment.css?17707811703769 */
