

/* Start:/rabota/master-priemshchik/style.css?178515476939394*/
.vacancy-hero {
    position: relative;
    min-height: 600px;
    margin-top: 10px;
    margin-bottom: 12px;
    border-radius: 12px;
    overflow: hidden;
    background-image: url("/local/templates/nahodu/images/vacancy-banner-priemshchik2.png");
    background-size: cover;
    background-position: center right;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
}

.vacancy-hero__content {
    max-width: 820px;
    padding-left: 80px;
    transform: translateY(45px);
}

.vacancy-hero__title {
    margin: 0 0 20px;
    max-width: 960px;
    font-family: "Inter", "Arial", sans-serif;
    font-size: 40px;
    line-height: 1.25;
    font-weight: 600;
    letter-spacing: -0.01em;
    color: #1f2933;
}

.vacancy-hero__title-accent {
    color: #a8122a;
}

.vacancy-hero__subtitle {
    max-width: 460px;
    margin: 0 0 32px;
    font-family: "Inter", "Arial", sans-serif;
    font-size: 20px;
    line-height: 1.5;
    font-weight: 400;
    color: #4b5563;
}

.vacancy-hero__benefits {
    display: grid;
    grid-template-columns: repeat(2, max-content);
    gap: 18px 42px;
    margin: 0 0 40px;
    padding: 0;
    list-style: none;
}

.vacancy-hero-mobile-benefits {
        display: none;
}

.vacancy-hero__benefits li {
    position: relative;
    padding-left: 28px;
    color: #1f2933;
    font-size: 15px;
    line-height: 1.35;
    font-weight: 600;
}

.vacancy-hero__benefits li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 5px;
    width: 8px;
    height: 14px;
    border-right: 2px solid #c62a43;
    border-bottom: 2px solid #c62a43;
    transform: rotate(45deg);
}

.vacancy-hero__btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 60px;
    padding: 0 36px;
    border-radius: 12px;
    background: #a8122a;
    color: #fff;
    font-weight: 800;
    text-decoration: none;
    box-shadow: 0 14px 30px rgba(168, 18, 42, .25);
    transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}

.vacancy-hero__btn:hover {
    background: #8f1025;
    color: #fff;
    transform: translateY(-2px);
    box-shadow: 0 18px 38px rgba(168, 18, 42, .32);
}

.vacancy-salary {
    margin-top: 70px;
    padding: 72px 0 76px;
    background: #f3f1ef;
}

.vacancy-salary__container {
    max-width: 1360px;
    margin: 0 auto;
    padding: 0 24px;
}

.vacancy-salary__head {
    margin-bottom: 48px;
    text-align: center;
}

.vacancy-salary__head h2 {
    margin: 0;
    color: #1f2933;
    font-family: "Inter", Arial, sans-serif;
    font-size: 40px;
    line-height: 1.15;
    font-weight: 800;
    letter-spacing: -0.04em;
    text-transform: none;
}

.vacancy-salary__line {
    width: 72px;
    height: 3px;
    margin: 24px auto 0;
    background: #a8122a;
    border-radius: 2px;
}

.vacancy-salary__panel {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    overflow: hidden;
    background: #fff;
    border: 1px solid rgba(31, 41, 51, 0.08);
    border-radius: 18px;
    box-shadow: 0 16px 40px rgba(31, 41, 51, 0.07);
}

.vacancy-salary__item {
    position: relative;
    min-height: 220px;
    padding: 44px 30px 38px;
    text-align: center;
}

.vacancy-salary__item + .vacancy-salary__item {
    border-left: 1px solid rgba(31, 41, 51, 0.12);
}

.vacancy-salary__amount {
    margin-bottom: 22px;
    color: #a8122a;
    font-family: "Inter", Arial, sans-serif;
    font-size: 38px;
    line-height: 1.1;
    font-weight: 800;
    letter-spacing: -0.04em;
    white-space: nowrap;
}

.vacancy-salary__amount span {
    margin-right: 4px;
    font-size: 22px;
    font-weight: 600;
    letter-spacing: 0;
}

.vacancy-salary__item p {
    max-width: 240px;
    margin: 0 auto;
    color: #4b5563;
    font-family: "Inter", Arial, sans-serif;
    font-size: 18px;
    line-height: 1.5;
    font-weight: 400;
}

.vacancy-salary__text {
    max-width: 940px;
    margin: 40px auto 0;
    color: #1f2933;
    font-family: "Inter", Arial, sans-serif;
    font-size: 22px;
    line-height: 1.55;
    font-weight: 400;
    text-align: center;
}

.vacancy-duties {
    max-width: 1360px;
    margin: 90px auto 0;
    padding: 0 0 20px;
}

.vacancy-duties__head {
    margin-bottom: 52px;
    text-align: center;
}

.vacancy-duties__head h2 {
    margin: 0;
    color: #1f2933;
    font-family: "Inter", sans-serif;
    font-size: 40px;
    line-height: 1.1;
    font-weight: 800;
    letter-spacing: -0.04em;
    text-transform: none;
}

.vacancy-duties__line {
    width: 86px;
    height: 3px;
    margin: 24px auto 0;
    background: #a8122a;
    border-radius: 2px;
}

.vacancy-duties__inner {
    display: grid;
    grid-template-columns: minmax(0, 1.15fr) minmax(0, .85fr);
    gap: 70px;
    align-items: center;
}

.vacancy-duties__photo {
    overflow: hidden;
    border-radius: 18px;
    box-shadow: 0 20px 48px rgba(31, 41, 51, .08);
}

.vacancy-duties__photo img {
    display: block;
    width: 100%;
    height: 560px;
    object-fit: cover;
}

.vacancy-duties__list {
    padding-right: 20px;
}

.vacancy-duties__item {
    padding: 26px 0;
    border-top: 1px solid rgba(31, 41, 51, .16);
    color: #1f2933;
    font-family: "Inter", sans-serif;
    font-size: 20px;
    line-height: 1.45;
    font-weight: 500;
}

.vacancy-duties__item:first-child {
    border-top: none;
}

.vacancy-duties__item:last-child {
    border-bottom: 1px solid rgba(31, 41, 51, .16);
}

.vacancy-duties__line {
    width: 72px;
    height: 3px;
    margin: 24px auto 26px;
    background: #a8122a;
    border-radius: 2px;
}

.vacancy-duties__accent {
    color: #a8122a;
}

.vacancy-duties__head p {
    margin: 0;
    color: #4b5563;
    font-family: "Inter", sans-serif;
    font-size: 22px;
    line-height: 1.55;
    font-weight: 400;
}

.vacancy-fit {
    max-width: 1360px;
    margin: 110px auto 0;
    padding: 0 0 30px;
}

.vacancy-fit__head {
    max-width: 760px;
    margin: 0 auto 60px;
    text-align: center;
}

.vacancy-fit__head h2 {
    margin: 0;
    color: #1f2933;
    font-family: "Inter", sans-serif;
    font-size: 40px;
    line-height: 1.1;
    font-weight: 800;
    letter-spacing: -0.04em;
    text-transform: none;
}

.vacancy-fit__line {
    width: 72px;
    height: 3px;
    margin: 24px auto 26px;
    background: #a8122a;
    border-radius: 2px;
}

.vacancy-fit__head p {
    margin: 0;
    color: #4b5563;
    font-family: "Inter", sans-serif;
    font-size: 22px;
    line-height: 1.55;
    font-weight: 400;
}

.vacancy-fit__grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 26px;
}

.vacancy-fit__card {
    min-height: 300px;
    padding: 46px 34px 36px;
    background: #fff;
    border: 1px solid rgba(31, 41, 51, .08);
    border-radius: 18px;
    box-shadow: 0 16px 40px rgba(31, 41, 51, .07);
}

.vacancy-fit__card-line {
    width: 52px;
    height: 3px;
    margin-bottom: 34px;
    background: #a8122a;
    border-radius: 2px;
}

.vacancy-fit__card h3 {
    margin: 0 0 30px;
    color: #1f2933;
    font-family: "Inter", sans-serif;
    font-size: 24px;
    line-height: 1.28;
    font-weight: 800;
    letter-spacing: -0.03em;
    min-height: 40px;
}

.vacancy-fit__card p {
    margin: 0;
    color: #4b5563;
    font-family: "Inter", sans-serif;
    font-size: 18px;
    line-height: 1.55;
    font-weight: 400;
}

.vacancy-fit__accent {
    color: #a8122a;
}

.vacancy-no-experience {
    display: grid;
    grid-template-columns: .9fr 1.25fr .95fr;
    gap: 56px;
    align-items: center;
    margin-top: 72px;
    padding: 48px 54px;
    background: #f5f3f1;
    border: 1px solid #e7e7e7;
    border-radius: 18px;
    box-shadow: 0 16px 40px rgba(31, 41, 51, .05);
}

.vacancy-no-experience__title {
    position: relative;
    padding-left: 34px;
}

.vacancy-no-experience__title::before {
    content: "";
    position: absolute;
    left: 0;
    top: 4px;
    bottom: 4px;
    width: 3px;
    background: #a8122a;
    border-radius: 2px;
}

.vacancy-no-experience__title h3 {
    margin: 0;
    color: #1f2933;
    font-family: "Inter", sans-serif;
    font-size: 34px;
    line-height: 1.12;
    font-weight: 800;
    letter-spacing: -0.04em;
}

.vacancy-no-experience__title h3 span {
    color: #a8122a;
}

.vacancy-no-experience__text {
    max-width: 480px;
}

.vacancy-no-experience__text p,
.vacancy-no-experience__final p {
    margin: 0;
    color: #1f2933;
    font-family: "Inter", sans-serif;
    font-size: 19px;
    line-height: 1.6;
    font-weight: 400;
}

.vacancy-no-experience__text p + p {
    margin-top: 22px;
}

.vacancy-no-experience__final {
    padding-left: 44px;
    border-left: 1px solid rgba(168, 18, 42, .25);
}

.vacancy-offer {
    max-width: 1360px;
    margin: 110px auto 0;
    padding: 0 0 40px;
}

.vacancy-offer__head {
    margin-bottom: 50px;
    text-align: center;
}

.vacancy-offer__head h2 {
    margin: 0;
    color: #1f2933;
    font-family: "Inter", sans-serif;
    font-size: 40px;
    line-height: 1.1;
    font-weight: 800;
    letter-spacing: -0.04em;
    text-transform: none;
}

.vacancy-offer__line {
    width: 72px;
    height: 3px;
    margin: 24px auto 0;
    background: #a8122a;
    border-radius: 2px;
}

/* Верхние карточки с фото */

.vacancy-offer__top {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 28px;
    margin-bottom: 70px;
}

.vacancy-offer-main {
    position: relative;
    min-height: 360px;
    overflow: hidden;
    border-radius: 18px;
    background-color: #f7f7f7;
    box-shadow: 0 18px 44px rgba(31, 41, 51, .06);
}

.vacancy-offer-main::before {
    content: "";
    position: absolute;
    inset: 0;
    background-repeat: no-repeat;
    background-position: right center;
    background-size: cover;
    z-index: 1;
}

.vacancy-offer-main--load::before {
    background-image: url("/local/templates/nahodu/images/vhodyashchie-klienty.png");
}

.vacancy-offer-main--income::before {
    background-image: url("/local/templates/nahodu/images/dostojnyj-dohod.png");
}

.vacancy-offer-main::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(
        90deg,
        rgba(255,255,255,.98) 0%,
        rgba(255,255,255,.92) 34%,
        rgba(255,255,255,.45) 56%,
        rgba(255,255,255,.08) 100%
    );
    z-index: 2;
}

.vacancy-offer-main__content {
    position: relative;
    z-index: 3;
    max-width: 330px;
    padding: 48px 46px;
}

.vacancy-offer-main__num {
    color: #a8122a;
    font-family: "Inter", sans-serif;
    font-size: 54px;
    line-height: 1;
    font-weight: 800;
    letter-spacing: -0.04em;
}

.vacancy-offer-main__small-line {
    width: 48px;
    height: 3px;
    margin: 18px 0 28px;
    background: #a8122a;
    border-radius: 2px;
}

.vacancy-offer-main h3 {
    margin: 0 0 22px;
    color: #1f2933;
    font-family: "Inter", sans-serif;
    font-size: 28px;
    line-height: 1.18;
    font-weight: 800;
    letter-spacing: -0.03em;
}

.vacancy-offer-main p {
    margin: 0;
    color: #374151;
    font-family: "Inter", sans-serif;
    font-size: 19px;
    line-height: 1.6;
    font-weight: 400;
}

/* Нижние текстовые преимущества */

.vacancy-offer__bottom {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 54px;
}

.vacancy-offer-item {
    min-width: 0;
    position: relative;
    padding: 30px;
    border: 1px solid #e7e7e7;
    border-radius: 12px;
    background: #fff;
}

.vacancy-offer-item__icon {
    width: 72px;
    height: 72px;
    margin-bottom: 30px;
}

.vacancy-offer-item__icon img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.vacancy-offer-item h3 {
    margin: 0 0 22px;
    color: #1f2933;
    font-family: "Inter", sans-serif;
    font-size: 24px;
    line-height: 1.25;
    font-weight: 800;
    letter-spacing: -0.03em;
}

.vacancy-offer-item p {
    margin: 0;
    color: #4b5563;
    font-family: "Inter", sans-serif;
    font-size: 18px;
    line-height: 1.65;
    font-weight: 400;
}

.vacancy-employer {
    padding: 55px 0 20px;
    background: #f5f3f1;
    overflow: hidden;
}

.vacancy-employer__intro {
    margin-bottom: 40px;
}

.vacancy-employer__logo {
    margin-bottom: 32px;
    text-align: center;
    position: relative;
}

.vacancy-employer__logo::before {
    content: "";
    position: absolute;

    left: 50%;
    top: 50%;

    width: 520px;
    height: 180px;

    transform: translate(-50%, -50%);

    background: radial-gradient(
        ellipse,
        rgba(255,255,255,.9) 0%,
        rgba(255,255,255,0) 70%
    );

    pointer-events: none;
    z-index: 0;
}

.vacancy-employer__logo img {
    width: 100%;
    max-width: 630px;
    opacity: .92;
    position: relative;
    z-index: 1;
    filter:
       drop-shadow(
          0 8px 18px rgba(58,58,58,.14)
       )
       drop-shadow(
          0 2px 8px rgba(132,27,45,.10)
    );
}

.vacancy-employer__text {
    display: grid;
    grid-template-columns: 1fr 1px 1fr;
    gap: 64px;
    align-items: start;
    max-width: 1200px;
    margin: 0 auto;
}

.vacancy-employer__divider {
    width: 1px;
    background: rgba(132,27,45,.28);
    min-height: 140px;
}

.vacancy-employer__col p {
    margin: 0;

    color: #1f2933;
    font-size: 21px;
    line-height: 1.6;
    font-weight: 400;
    letter-spacing: -0.01em;
}

.vacancy-employer__benefits {
    display: flex;
    flex-direction: column;
    gap: 56px;
}

.vacancy-employer__scroll {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 4px;

    margin: 40px 0 50px;
}

.vacancy-employer__scroll span {
    width: 17px;
    height: 17px;

    border-right: 2.5px solid #841b2d;
    border-bottom: 2.5px solid #841b2d;

    transform: rotate(45deg);

    opacity: .35;

    animation: vacancyArrow 2s infinite;
}

.vacancy-employer__scroll span:nth-child(2) {
    animation-delay: .2s;
}

.vacancy-employer__scroll span:nth-child(3) {
    animation-delay: .4s;
}

@keyframes vacancyArrow {
    0% {
        opacity: .15;
        transform: rotate(45deg) translate(-2px, -2px);
    }

    50% {
        opacity: .8;
    }

    100% {
        opacity: .15;
        transform: rotate(45deg) translate(6px, 6px);
    }
}

.vacancy-life {
    padding: 70px 0 90px;
    background: #f7f7f7;
}

.vacancy-section-head--life h2::after {
    content: "";
    display: block;
    width: 70px;
    height: 3px;
    margin: 18px auto 0;
    background: #841b2d;
    border-radius: 2px;
}

/* ============================= */
/* Рабочее место / автосервисы */
/* ============================= */

.vacancy-places {
    padding: 10px 0;
    background: #f5f3f1;
}

.vacancy-places .container {
    max-width: 1320px;
    margin: 0 auto;
    padding: 0 24px;
}

.vacancy-section-head {
    max-width: 760px;
    margin: 0 auto 48px;
    text-align: center;
}

.vacancy-section-head h2 {
    margin: 0 0 18px;
    color: #1f2933;
    font-size: 40px;
    line-height: 1.1;
    font-family: Inter, Arial, sans-serif !important;
    font-weight: 600 !important;
    text-transform: none;
}

.vacancy-section-head p {
    margin: 0;
    color: #4b5563;
    font-size: 22px;
    line-height: 1.6;
}

/* Табы  */

.vacancy-workplace-tabs {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
    margin: 0; 
    padding-bottom: 0;
}

.vacancy-workplace-tab {
    min-height: 58px;
    padding: 0 22px;
    border: 1px solid rgba(132, 27, 45, .45);
    border-radius: 12px 12px 0 0;
    background: #fff;
    color: #1f2933;
    font-family: Inter, Arial, sans-serif;
    font-size: 16px;
    line-height: 1.2;
    font-weight: 800;
    text-align: center;
    cursor: pointer;
    transition: background .25s ease, color .25s ease, border-color .25s ease, box-shadow .25s ease;
}

.vacancy-workplace-tab:hover {
    border-color: #841b2d;
    color: #841b2d;
}

.vacancy-workplace-tab.is-active {
    background: #b32942;
    border-color: #b32942;
    color: #fff;
    box-shadow: 0 14px 28px rgba(132, 27, 45, .18);
}

/* Нижняя галерея */

.vacancy-workplace-gallery {
    display: none;
    grid-template-columns: 1.1fr 1fr;
    gap: 16px;
    padding: 18px;
    background: #fff;
    border: 1px solid #e6e6e6;
    border-radius: 0 0 18px 18px;
    box-shadow: 0 14px 34px rgba(31, 41, 51, .07);
}

.vacancy-workplace-gallery.is-active {
    display: grid;
}

.vacancy-workplace-gallery__main,
.vacancy-workplace-gallery__item {
    position: relative;
    overflow: hidden;
    border-radius: 14px;
    background: #e6e6e6;
}

.vacancy-workplace-gallery__main img,
.vacancy-workplace-gallery__item img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .35s ease;
}

.vacancy-workplace-gallery__main:hover img,
.vacancy-workplace-gallery__item:hover img {
    transform: scale(1.04);
}

.vacancy-workplace-gallery__main {
    min-height: 430px;
}

.vacancy-workplace-gallery__side {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
}

.vacancy-workplace-gallery__item {
    min-height: 207px;
}

.vacancy-workplace-gallery__main span,
.vacancy-workplace-gallery__item span {
    position: absolute;
    left: 16px;
    bottom: 16px;
    z-index: 2;
    display: inline-flex;
    align-items: center;
    min-height: 38px;
    padding: 9px 16px;
    color: #1f2933;
    background: rgba(255, 255, 255, .94);
    border-radius: 9px;
    box-shadow: 0 8px 20px rgba(31, 41, 51, .12);
    font-size: 15px;
    line-height: 1.2;
    font-weight: 850;
}

.vacancy-workplace-gallery__main::after,
.vacancy-workplace-gallery__item::after {
    content: "";
    position: absolute;
    inset: auto 0 0 0;
    height: 42%;
    background: linear-gradient(
        to top,
        rgba(0, 0, 0, .28),
        rgba(0, 0, 0, 0)
    );
    pointer-events: none;
}

.vacancy-workplace-gallery__main,
.vacancy-workplace-gallery__item {
    display: block;
    text-decoration: none;
    color: inherit;
    cursor: zoom-in;
}

/* Финальный CTA */

.career-start {
    padding: 30px 0;
    background: #f7f7f7;
}

.career-start .container {
    max-width: 1320px;
    margin: 0 auto;
    padding: 0 24px;
}

.career-start__inner {
    min-height: 560px;
    overflow: hidden;
    border-radius: 32px;
    background-image: url("/local/templates/nahodu/images/career-start2.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    box-shadow: 0 24px 60px rgba(31, 41, 51, .12);
}

.career-start__content {
    max-width: 660px;
    padding: 80px 0 80px 80px;
}

.career-start__content h2 {
    margin: 0;
    color: #1f2933;
    font-size: 36px;
    line-height: 1.2;
    font-family: Inter, Arial, sans-serif !important;
    font-weight: 900 !important;
    text-transform: none;
}

.career-start__content h2 strong {
    color: #841b2d;
}

.career-start__line {
    width: 90px;
    height: 4px;
    margin: 38px 0 46px;
    background: #841b2d;
    border-radius: 20px;
}

.career-start__content p {
    margin: 0 0 54px;
    color: #1f2933;
    font-size: 22px;
    line-height: 1.38;
    font-weight: 400;
}

.career-start__content p strong {
    color: #841b2d;
    font-weight: 600;
}

.career-start__btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 24px;
    width: 320px;
    height: 70px;
    color: #fff;
    background: linear-gradient(135deg, #c31337 0%, #841b2d 100%);
    border-radius: 18px;
    box-shadow: 0 24px 44px rgba(132, 27, 45, .28);
    text-decoration: none;
    font-size: 22px;
    line-height: 1;
    font-weight: 700;
    letter-spacing: .04em;
    transition: transform .25s ease, box-shadow .25s ease;
}

.career-start__btn span {
    font-size: 46px;
    line-height: 1;
}

.career-start__btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 30px 54px rgba(132, 27, 45, .36);
}

.microbus-contacts {
    padding: 76px 0 90px;
    background: #f6f6f6;
}

.microbus-contacts__container {
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 20px;
}

.microbus-contacts__head {
    max-width: 760px;
    margin: 0 auto 34px;
    text-align: center;
}

.microbus-contacts__title {
    margin: 0 0 14px;
    font-size: 32px;
    line-height: 1.2;
    font-weight: 700;
    color: #1f1f1f;
    text-transform: none;
    text-align: center;
}

.microbus-contacts__content {
    display: grid;
    grid-template-columns: 380px minmax(0, 1fr);
    gap: 28px;
    align-items: stretch;
}

.microbus-contacts__info {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.microbus-contacts__card {
    padding: 22px 22px 20px;
    border-radius: 22px;
    background: #ffffff;
    box-shadow: 0 6px 20px rgba(20, 20, 20, 0.05);
    border: 1px solid rgba(179, 19, 43, 0.06);
}

.microbus-contacts__label {
    margin-bottom: 8px;
    font-size: 14px;
    line-height: 1.3;
    font-weight: 600;
    color: #8a8a8a;
    text-transform: uppercase;
}

.microbus-contacts__value {
    font-size: 18px;
    line-height: 1.5;
    color: #1f1f1f;
    font-weight: 500;
}

.microbus-contacts__value a {
    color: #1f1f1f;
    text-decoration: none;
}

.microbus-contacts__value a:hover {
    color: #b3132b;
}

.microbus-contacts__btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 56px;
    padding: 0 26px;
    border-radius: 16px;
    background: #b3132b;
    color: #ffffff;
    font-size: 17px;
    font-weight: 700;
    text-decoration: none;
    transition: all 0.25s ease;
    box-shadow: 0 8px 24px rgba(179, 19, 43, 0.25);
}

.microbus-contacts__btn:hover {
    background: #980f24;
    transform: translateY(-2px);
    box-shadow: 0 12px 28px rgba(179, 19, 43, 0.35);
}

.microbus-contacts__map {
    min-height: 420px;
    overflow: hidden;
    border-radius: 28px;
    background: #ffffff;
    box-shadow: 0 6px 20px rgba(20, 20, 20, 0.05);
    border: 1px solid rgba(179, 19, 43, 0.06);
}

.microbus-contacts__map iframe {
    display: block;
    width: 100%;
    height: 100%;
}


@media (max-width: 1199px) {
    .vacancy-fit__grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .vacancy-offer__bottom {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 46px 60px;
   }

    .vacancy-card__image {
        width: 36%;
    }

    .vacancy-card__content {
        margin-left: 29%;
        padding: 42px 38px 34px 64px;
    }

    .vacancy-card h3 {
        font-size: 28px;
    }

    .vacancy-card p {
        font-size: 16px;
    }

    .vacancy-stories__head h2 {
        font-size: 48px;
    }

    .vacancy-stories__list {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }

     .vacancy-section-head h2 {
        font-size: 38px;
    }

    .vacancy-service-card img {
        height: 220px;
    }

    .vacancy-workplace-gallery {
        grid-template-columns: 1fr;
    }

    .vacancy-workplace-gallery__main {
        min-height: 380px;
    }

    .vacancy-workplace-gallery__item {
        min-height: 190px;
    }

    .career-start__content {
        max-width: 520px;
        padding: 70px 0 70px 50px;
    }

    .career-start__content h2 {
        font-size: 56px;
    }

    .career-start__content p {
        font-size: 26px;
    }

    .career-start__btn {
        width: 320px;
        height: 90px;
        font-size: 36px;
    }

}

@media (max-width: 991px) {
    .vacancy-salary {
        margin-top: 56px;
        padding: 58px 0 62px;
    }

    .vacancy-salary__head {
        margin-bottom: 38px;
    }

    .vacancy-salary__head h2 {
        font-size: 36px;
    }

    .vacancy-salary__panel {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .vacancy-salary__item {
        min-height: 190px;
        padding: 38px 24px 32px;
    }

    .vacancy-salary__item + .vacancy-salary__item {
        border-left: none;
    }

    .vacancy-salary__item:nth-child(even) {
        border-left: 1px solid rgba(31, 41, 51, 0.12);
    }

    .vacancy-salary__item:nth-child(n + 3) {
        border-top: 1px solid rgba(31, 41, 51, 0.12);
    }

    .vacancy-salary__amount {
        font-size: 34px;
    }

    .vacancy-salary__amount span {
        font-size: 20px;
    }

    .vacancy-salary__item p {
        font-size: 17px;
    }

    .vacancy-salary__text {
        max-width: 760px;
        margin-top: 34px;
        font-size: 20px;
    }

    .vacancy-duties {
        margin-top: 32px;
    }

    .vacancy-duties__head h2 {
        font-size: 38px;
    }

    .vacancy-duties__inner {
        grid-template-columns: 1fr;
        gap: 18px;
    }

    .vacancy-duties__photo img {
        height: 420px;
    }

    .vacancy-duties__list {
        padding-right: 0;
    }

    .vacancy-fit {
        margin-top: 32px;
    }

    .vacancy-fit__head h2 {
        font-size: 38px;
    }

    .vacancy-fit__head p {
        font-size: 18px;
    }

    .vacancy-fit__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .vacancy-fit__card {
        min-height: 260px;
    }

     .vacancy-offer {
        margin-top: 32px;
    }

    .vacancy-offer__head h2 {
        font-size: 38px;
    }

    .vacancy-offer__top {
        grid-template-columns: 1fr;
        gap: 22px;
    }

    .vacancy-offer-main {
        min-height: 320px;
    }

    .vacancy-offer-main__content {
        padding: 40px 36px;
    }

    .vacancy-employer {
        padding: 96px 0 80px;
    }

    .vacancy-employer__intro {
        margin-bottom: 72px;
    }

    .vacancy-employer__text {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .vacancy-employer__divider {
        display: none;
    }

    .vacancy-services-grid,
    .vacancy-life-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .vacancy-section-head h2 {
        font-size: 38px;
    }

     .vacancy-places {
        padding: 70px 0;
    }

     .vacancy-workplace-tabs {
        display: flex;
        gap: 12px;
        overflow-x: auto;
        padding-bottom: 14px;
        scroll-snap-type: x mandatory;
    }

    .vacancy-workplace-tab {
        flex: 0 0 auto;
        min-width: 260px;
        scroll-snap-align: start;
    }

    .vacancy-workplace-gallery__side {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .vacancy-no-experience {
        grid-template-columns: 1fr;
        gap: 28px;
        margin-top: 52px;
        padding: 40px 36px;
    }

    .vacancy-no-experience__text {
        max-width: 100%;
    }

    .vacancy-no-experience__final {
        padding-left: 34px;
    }

    .career-start__inner {
        min-height: 520px;
    }

    .career-start__content {
        max-width: 450px;
        padding: 50px 0 50px 40px;
    }

    .career-start__content h2 {
        font-size: 44px;
    }

    .career-start__content p {
        font-size: 22px;
    }

    .career-start__btn {
        width: 280px;
        height: 80px;
        font-size: 32px;
    }

    .microbus-contacts {
        padding: 60px 0 72px;
    }

    .microbus-contacts__content {
        grid-template-columns: 1fr;
    }

    .microbus-contacts__map {
        min-height: 360px;
    }

}

@media (max-width: 767px) {

     .vacancy-hero {
        position: relative;
        min-height: 66vh;
        padding: 24px 26px 0;
        overflow: hidden;
        display: block;
        border-radius: 16px;

        /* убираем дефолтный фон десктопа */
        background-image: none !important;
    }

    .vacancy-hero::before {
        content: "";
        position: absolute;
        inset: 0;
        background-image: url("/local/templates/nahodu/images/vacancy-banner-mobile-priemshchik.png");
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        z-index: 1;
    }

    .vacancy-hero__content {
        position: relative;
        z-index: 3;
        padding-left: 0;
        transform: none;
        max-width: 100%;
        display: flex;
        flex-direction: column;
        min-height: calc(66vh - 18px);
    }

    .vacancy-hero__title {
        font-size: 26px;
        line-height: 1.3;
        margin-bottom: 18px;
        letter-spacing: -0.02em;
        text-shadow: 0 1px 2px rgba(0,0,0,0.08);
    }

    .vacancy-hero__subtitle {
       font-size: 17px;
	}

     .vacancy-hero__btn {
        position: relative;
        z-index: 4;
        width: 100%;
        height: 56px;
        border-radius: 14px;
        font-size: 16px;
        margin-top: auto;
        margin-bottom: 16px;
    }

     .vacancy-hero__benefits {
        display: none;
    }

     .vacancy-hero-mobile-benefits {
        display: block;
        margin-top: 14px;
        padding: 0 16px 8px;
    }

    .vacancy-hero-mobile-benefits__grid {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 12px;
    }

    .vacancy-hero-mobile-benefits__item {
        background: #ffffff;
        border-radius: 14px;
        padding: 14px 12px;

        font-size: 13px;
        line-height: 1.35;
        font-weight: 600;
        color: #1f2933;

        box-shadow: 0 8px 20px rgba(31, 41, 51, 0.06);

        display: flex;
        align-items: flex-start;
        gap: 8px;
    }

    .vacancy-hero-mobile-benefits__item::before {
        content: "✓";
        color: #a8122a;
        font-weight: 900;
        margin-top: 1px;
    }

    .vacancy-salary {
       margin-top: 36px;
       padding: 44px 0 48px;
    }

    .vacancy-salary__container {
       padding: 0 14px;
    }

    .vacancy-salary__head {
       margin-bottom: 30px;
    }

    .vacancy-salary__head h2 {
       max-width: 360px;
       margin: 0 auto;
       font-size: 28px;
       line-height: 1.2;
    }

    .vacancy-salary__line {
       width: 64px;
       margin-top: 18px;
    }

    .vacancy-salary__panel {
       grid-template-columns: 1fr;
       border-radius: 16px;
    }

    .vacancy-salary__item {
       min-height: auto;
       padding: 28px 22px 26px;
    }

    .vacancy-salary__item + .vacancy-salary__item,
    .vacancy-salary__item:nth-child(even) {
        border-left: none;
    }

    .vacancy-salary__item:nth-child(n + 2) {
        border-top: 1px solid rgba(31, 41, 51, 0.12);
    }

    .vacancy-salary__amount {
        margin-bottom: 12px;
        font-size: 32px;
    }

    .vacancy-salary__amount span {
        font-size: 18px;
    }

    .vacancy-salary__item p {
        max-width: 280px;
        font-size: 16px;
        line-height: 1.45;
    }

    .vacancy-salary__text {
        max-width: 360px;
        margin-top: 28px;
        font-size: 17px;
        line-height: 1.5;
    }

    .vacancy-duties {
        margin-top: 44px;
        padding-left: 14px;
        padding-right: 14px;
    }

    .vacancy-duties__head {
        margin-bottom: 32px;
    }

    .vacancy-duties__head h2 {
        font-size: 28px;
    }

    .vacancy-duties__head p {
        font-size: 17px;
    }

    .vacancy-duties__line {
        margin-top: 18px;
    }

    .vacancy-duties__photo img {
        height: 260px;
    }

    .vacancy-duties__item {
        padding: 20px 0;
        font-size: 16px;
    }

    .vacancy-fit {
        margin-top: 32px;
        padding-left: 14px;
        padding-right: 14px;
    }

    .vacancy-fit__head {
        margin-bottom: 36px;
    }

    .vacancy-fit__head h2 {
        font-size: 30px;
    }

    .vacancy-fit__line {
        margin: 18px auto 22px;
    }

    .vacancy-fit__head p {
        font-size: 16px;
    }

    .vacancy-fit__grid {
        grid-template-columns: 1fr;
        gap: 18px;
    }

    .vacancy-fit__card {
        min-height: auto;
        padding: 18px 15px 18px;
    }

    .vacancy-fit__card-line {
        margin-bottom: 24px;
    }

    .vacancy-fit__card h3 {
        margin-bottom: 10px;
        font-size: 20px;
    }

    .vacancy-fit__card p {
        font-size: 16px;
    }

    .vacancy-offer {
        margin-top: 32px;
        padding-left: 14px;
        padding-right: 14px;
    }

    .vacancy-offer__head {
        margin-bottom: 34px;
    }

    .vacancy-offer__head h2 {
        font-size: 28px;
    }

    .vacancy-offer__line {
        margin-top: 18px;
    }

    .vacancy-offer-main {
        min-height: auto;
    }

    .vacancy-offer-main::before {
        background-position: center;
    }

    .vacancy-offer-main::after {
        background: linear-gradient(
            90deg,
            rgba(255,255,255,.98) 0%,
            rgba(255,255,255,.92) 58%,
            rgba(255,255,255,.35) 100%
        );
    }

    .vacancy-offer-main__content {
        max-width: 280px;
        padding: 28px 26px;
    }

    .vacancy-offer-main__num {
        font-size: 44px;
    }

    .vacancy-offer-main h3 {
        font-size: 20px;
    }

    .vacancy-offer-main p {
        font-size: 16px;
    }

    .vacancy-offer__bottom {
        grid-template-columns: 1fr;
        gap: 24px;
    }

    .vacancy-offer-item__icon {
        width: 62px;
        height: 62px;
        margin-bottom: 22px;
    }

    .vacancy-offer-item h3 {
        margin-bottom: 14px;
        font-size: 20px;
    }

    .vacancy-offer-item p {
        font-size: 16px;
        margin-bottom: 22px;
    }

    .vacancy-offer__top {
        grid-template-columns: 1fr;
        gap: 24px;
        margin-bottom: 24px;
    }

     .vacancy-employer {
        padding: 20px 0 20px;
    }

    .vacancy-employer__intro {
        margin-bottom: 26px;
    }

    .vacancy-employer__logo {
        margin-bottom: 22px;
    }

    .vacancy-employer__text {
        gap: 24px;
    }

    .vacancy-employer__col p {
        margin: 0;
        font-size: 18px;
    }

    .vacancy-employer__scroll {
        margin: 24px 0 34px;
    }

    .vacancy-employer__benefits {
        gap: 46px;
    }

     .vacancy-places {
         padding: 14px 0 46px;
     }

     .vacancy-places .vacancy-section-head {
         margin-bottom: 28px;
     }

     .vacancy-places .vacancy-section-head h2 {
         max-width: 340px;
         margin: 0 auto 18px;
         font-size: 34px;
         line-height: 1.12;
         letter-spacing: -0.04em;
     }

    .vacancy-places .vacancy-section-head p {
        max-width: 340px;
        margin: 0 auto;
        font-size: 17px;
        line-height: 1.5;
    }

    /* Табы адресов */
    .vacancy-workplace-tabs {
        display: flex;
        flex-direction: column;
        gap: 12px;
        margin: 0 auto 22px;
        max-width: 420px;
    }

    .vacancy-workplace-tab {
        width: 100%;
        min-height: 56px;
        padding: 16px 20px;
        border-radius: 14px;
        font-size: 16px;
        line-height: 1.3;
        text-align: center;
    }

    .vacancy-workplace-tab.is-active {
       background: #a8122a;
       color: #fff;
    }

    /* Галерея: одна линия, свайп по фото */
    .vacancy-workplace-gallery.is-active {
        display: flex;
        gap: 14px;
        overflow-x: auto;
        margin: 0 -16px;
        padding: 0 16px 8px;
        scroll-snap-type: x mandatory;
    }

    .vacancy-workplace-gallery.is-active > .vacancy-workplace-gallery__main,
    .vacancy-workplace-gallery.is-active .vacancy-workplace-gallery__item {
       display: block;
       flex: 0 0 86%;
       width: auto;
       max-width: none;
       height: 260px;
       min-height: 0;
       border-radius: 18px;
       overflow: hidden;
       clip-path: none;
    }

    .vacancy-workplace-gallery.is-active > .vacancy-workplace-gallery__main img,
    .vacancy-workplace-gallery.is-active .vacancy-workplace-gallery__item img {
       display: block;
       width: 100%;
       height: 100%;
       object-fit: cover;
    }

    .vacancy-workplace-gallery__main,
    .vacancy-workplace-gallery__item {
        flex: 0 0 86%;
        height: 260px;
        border-radius: 18px;
        overflow: hidden;
        scroll-snap-align: start;
    }

    .vacancy-workplace-gallery__side {
       display: contents;
       width: auto;
       height: auto;
   }

    .vacancy-workplace-gallery__main img,
    .vacancy-workplace-gallery__item img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

     .vacancy-section-head {
        margin-bottom: 32px;
    }

    .vacancy-section-head h2 {
        font-size: 28px;
    }

    .vacancy-section-head p {
        font-size: 16px;
    }

    .fancybox__button--close,
    .f-button.is-close-btn {
       display: flex !important;
       opacity: 1 !important;
       visibility: visible !important;
       width: 44px !important;
       height: 44px !important;
       background: rgba(0,0,0,.55) !important;
       border-radius: 50% !important;
       top: 16px !important;
       right: 16px !important;
}

     .microbus-contacts {
        padding: 46px 0 56px;
    }

    .microbus-contacts__container {
        padding: 0 16px;
    }

    .microbus-contacts__title {
        margin-bottom: 12px;
        font-size: 26px;
    }

    .microbus-contacts__subtitle {
        font-size: 16px;
    }

    .microbus-contacts__head {
        margin-bottom: 24px;
    }

    .microbus-contacts__card {
        padding: 18px 18px 16px;
        border-radius: 18px;
    }

    .microbus-contacts__value {
        font-size: 16px;
    }

    .microbus-contacts__btn {
        width: 100%;
        min-height: 52px;
        font-size: 16px;
    }

    .microbus-contacts__map {
        min-height: 360px;
        border-radius: 20px;
    }

    .career-start {
       padding: 12px 0 26px;
    }

    .career-start__inner {
       min-height: 520px;
       border-radius: 22px;
       background-position: center right;
       position: relative;
       overflow: hidden;
    }

    .career-start__inner::before {
       content: "";
       position: absolute;
       inset: 0;
       z-index: 1;
       background: linear-gradient(
           180deg,
             rgba(255,255,255,0.88) 0%,
             rgba(255,255,255,0.72) 35%,
             rgba(255,255,255,0.25) 60%,
             rgba(255,255,255,0) 80%
       );
    }

    .career-start__content {
       padding: 44px 24px 34px;
       display: flex;
       flex-direction: column;
       min-height: 520px;
       position: relative;
       z-index: 2;
    }

    .career-start__content h2 {
       font-size: 28px;
       line-height: 1.12;
    }

    .career-start__content p {
       font-size: 19px;
       line-height: 1.45;
       margin-bottom: 28px;
    }

    .career-start__line {
        margin: 20px 0;
    }

    .career-start__btn {
    width: 100%;
    max-width: 300px;
    height: 62px;
    font-size: 20px;
    border-radius: 18px;
    margin-top: auto;
}

}



@media (max-width: 575px) {
    .vacancy-salary {
        padding: 38px 0 42px;
    }

    .vacancy-salary__head h2 {
        max-width: 300px;
        font-size: 25px;
    }

    .vacancy-salary__item {
        padding: 25px 18px 23px;
    }

    .vacancy-salary__amount {
        font-size: 29px;
    }

    .vacancy-salary__amount span {
        font-size: 17px;
    }

    .vacancy-salary__text {
        padding: 0 8px;
        font-size: 16px;
    }
}
/* End */
/* /rabota/master-priemshchik/style.css?178515476939394 */
