

/* Start:/local/templates/opk/components/bitrix/news.list/employers_hero/style.css?17748708564940*/
/**
 * Стили Hero-баннера страницы «Работодателям»
 * Только hero-баннер, без преимуществ и новостей
 */

.employers-hero {
    width: 100%;
    max-width: 1240px;
    height: 469px;
    margin: 0 auto;
    position: relative;
    border-radius: 24px;
    overflow: hidden;
    background: #D9D9D9;
}

/* --- Фон --- */
.employers-hero-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.employers-hero-bg-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
}

.employers-hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, rgba(31, 31, 31, 0.80) 36%, rgba(31, 31, 31, 0) 100%);
    backdrop-filter: blur(2px);
    -webkit-backdrop-filter: blur(2px);
}

/* --- Контент --- */
.employers-hero-content {
    position: absolute;
    top: 114px;
    left: 105px;
    width: 562px;
    z-index: 2;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.employers-hero-title {
    color: #FFFFFF;
    font-size: 44px;
    font-family: 'Manrope', 'Inter', sans-serif;
    font-weight: 600;
    line-height: 1.2;
    margin: 0;
    word-wrap: break-word;
}

.employers-hero-desc {
    color: rgba(255, 255, 255, 0.70);
    font-size: 15px;
    font-family: 'Manrope', 'Inter', sans-serif;
    font-weight: 400;
    line-height: 1.5;
    margin: 0;
}

/* --- Кнопка --- */
.employers-hero-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 228px;
    height: 56px;
    margin-top: 16px;
    padding: 0 16px;
    background: #E32125;
    border-radius: 90px;
    color: #FFFFFF;
    font-size: 15px;
    font-family: 'Manrope', 'Inter', sans-serif;
    font-weight: 500;
    text-decoration: none;
    transition: background 0.2s ease;
    box-sizing: border-box;
}

.employers-hero-btn:hover {
    background: #C41D20;
    color: #FFFFFF;
    text-decoration: none;
}

/* --- Статистика --- */
.employers-hero-stats {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 2;
    display: flex;
    align-items: center;
    gap: 48px;
    padding: 0 105px 50px 105px;
	opacity:0.70;
}

.employers-stat-item {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 4px;
}

.employers-stat-label {
    color: #FFFFFF;
    font-size: 16px;
    font-family: 'Manrope', 'Inter', sans-serif;
    font-weight: 500;
}

.employers-stat-value {
    color: #FFFFFF;
    font-size: 40px;
    font-family: 'Manrope', 'Inter', sans-serif;
    font-weight: 400;
    line-height: 1;
}

/* ============================================
   АДАПТИВНОСТЬ
   ============================================ */

@media (max-width: 1280px) {
    .employers-hero {
        max-width: 100%;
        border-radius: 0;
        margin: 0 -20px;
        width: calc(100% + 40px);
    }

    .employers-hero-content {
        left: 60px;
    }

    .employers-hero-stats {
        padding-left: 60px;
        padding-right: 60px;
    }
}

@media (max-width: 1024px) {
    .employers-hero {
        height: auto;
        min-height: 400px;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }

    .employers-hero-content {
        position: relative;
        top: auto;
        left: auto;
        width: 100%;
        padding: 40px;
        box-sizing: border-box;
    }

    .employers-hero-title {
        font-size: 36px;
    }

    .employers-hero-stats {
        position: relative;
        bottom: auto;
        padding: 0 40px 40px 40px;
        gap: 30px;
    }

    .employers-stat-value {
        font-size: 32px;
    }
}

@media (max-width: 768px) {
    .employers-hero {
        min-height: 350px;
    }

    .employers-hero-content {
        padding: 30px 20px;
    }

    .employers-hero-title {
        font-size: 28px;
    }

    .employers-hero-desc {
        font-size: 14px;
    }

    .employers-hero-btn {
        width: 100%;
    }

    .employers-hero-stats {
        flex-wrap: wrap;
        gap: 20px 40px;
        padding: 0 20px 30px 20px;
    }

    .employers-stat-item {
        min-width: 100px;
    }

    .employers-stat-label {
        font-size: 14px;
    }

    .employers-stat-value {
        font-size: 28px;
    }
}

@media (max-width: 480px) {
    .employers-hero-title {
        font-size: 24px;
    }

    .employers-hero-stats {
        gap: 15px 30px;
    }

    .employers-stat-value {
        font-size: 24px;
    }
}
/* End */


/* Start:/local/templates/opk/components/bitrix/news.list/employers_advantages/style.css?17748708563385*/
/**
 * Стили блока преимуществ — страница «Работодателям»
 */

.employers-advantages {
    width: 100%;
    max-width: 1240px;
    margin: 64px auto 0 auto;
}

.employers-advantages-inner {
    display: flex;
    gap: 20px;
    align-items: stretch;
}

/* ============================================
   СИНИЙ БЛОК — СЛЕВА, фиксированная ширина
   ============================================ */

.employers-advantages-block {
    width: 400px;
    flex-shrink: 0;
    padding: 24px;
    background: linear-gradient(45deg, #034B9E 0%, #053165 100%);
    border-radius: 24px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 16px;
}

.employers-advantages-title {
    color: #FFFFFF;
    font-size: 36px;
    font-family: 'Manrope', 'Inter', sans-serif;
    font-weight: 600;
    line-height: 1.2;
    margin: 0;
    word-wrap: break-word;
}

.employers-advantages-desc {
    color: rgba(255, 255, 255, 0.70);
    font-size: 16px;
    font-family: 'Manrope', 'Inter', sans-serif;
    font-weight: 400;
    line-height: 1.5;
    margin: 0;
    word-wrap: break-word;
}

/* ============================================
   ШАГИ — СПРАВА, занимают оставшееся место
   ============================================ */

.employers-advantages-steps {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.employers-step-card {
    padding: 24px;
    background: #FFFFFF;
    border-radius: 24px;
    display: flex;
    align-items: flex-start;
    gap: 32px;
}

.employers-step-num {
    color: #E32125;
    font-size: 64px;
    font-family: 'Manrope', 'Inter', sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    line-height: 1;
    flex-shrink: 0;
    margin-top: -4px;
}

.employers-step-text {
    color: rgba(2, 37, 78, 0.40);
    font-size: 16px;
    font-family: 'Inter Tight', 'Inter', sans-serif;
    font-weight: 400;
    line-height: 1.5;
    word-wrap: break-word;
}

/* ============================================
   АДАПТИВНОСТЬ
   ============================================ */

@media (max-width: 1280px) {
    .employers-advantages {
        max-width: 100%;
        padding: 0 20px;
        box-sizing: border-box;
    }

    .employers-advantages-inner {
        flex-direction: column;
    }

    .employers-advantages-block {
        width: 100%;
    }
}

@media (max-width: 768px) {
    .employers-advantages {
        margin-top: 40px;
    }

    .employers-step-card {
        flex-direction: column;
        gap: 12px;
        padding: 20px;
    }

    .employers-step-num {
        font-size: 48px;
        margin-top: 0;
    }

    .employers-step-text {
        font-size: 15px;
    }

    .employers-advantages-title {
        font-size: 28px;
    }

    .employers-advantages-desc {
        font-size: 15px;
    }
}

@media (max-width: 480px) {
    .employers-step-num {
        font-size: 40px;
    }

    .employers-step-text {
        font-size: 14px;
    }

    .employers-advantages-title {
        font-size: 24px;
    }

    .employers-advantages-desc {
        font-size: 14px;
    }
}
/* End */


/* Start:/local/templates/opk/components/bitrix/news.list/employers_steps/style.css?17748708564813*/
/**
 * Стили блока «С чего начать» — страница «Работодателям»
 * Префикс: -sb (steps block)
 */

.employers-sb {
    width: 100%;
    max-width: 1240px;
    margin: 64px auto 0 auto;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

/* ============================================
   ШАПКА: ЗАГОЛОВОК + КНОПКА
   ============================================ */

.employers-sb-header {
    display: flex;
    justify-content: space-between;
    align-items: center; /* Выравнивает кнопку точно по центру высоты заголовка */
}

.employers-sb-title-block {
    color: #02254E;
    font-size: 36px;
    font-family: 'Manrope', 'Inter', sans-serif;
    font-weight: 600;
    line-height: 1.2;
    word-wrap: break-word;
    max-width: 70%; /* Чтобы текст не прижимался вплотную к кнопке */
}

.employers-sb-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 56px;
    padding: 0 32px;
    background: #E32125;
    border-radius: 90px;
    color: #FFFFFF;
    font-size: 15px;
    font-family: 'Manrope', 'Inter', sans-serif;
    font-weight: 500;
    text-decoration: none;
    transition: background 0.2s ease;
    flex-shrink: 0; /* Запрещаем кнопке сжиматься */
    white-space: nowrap; /* Текст кнопки в одну строку */
}

.employers-sb-btn:hover {
    background: #C41D20;
    color: #FFFFFF;
    text-decoration: none;
}

/* ============================================
   КАРТОЧКИ: 3 РАВНЫЕ КОЛОНКИ (CSS Grid)
   ============================================ */

.employers-sb-cards {
    display: grid;
    grid-template-columns: repeat(3, 1fr); /* 3 колонки, каждая занимает ровно 1/3 доступного места */
    gap: 20px;
}

.employers-sb-card {
    padding: 24px;
    background: #FFFFFF;
    border-radius: 24px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    overflow: hidden;
}

.employers-sb-card-info {
    flex: 1 1 0;
    display: flex;
    flex-direction: column;
    gap: 8px;
    min-width: 0; /* Чтобы длинный текст не ломал сетку */
}

.employers-sb-card-title {
    color: #02254E;
    font-size: 18px;
    font-family: 'Manrope', 'Inter', sans-serif;
    font-weight: 600;
    word-wrap: break-word;
}

.employers-sb-card-desc {
    color: rgba(2, 37, 78, 0.40);
    font-size: 15px;
    font-family: 'Manrope', 'Inter', sans-serif;
    font-weight: 400;
    line-height: 1.4;
    word-wrap: break-word;
}

.employers-sb-card-icon {
    flex-shrink: 0;
    width: 40px;
    height: 40px;
    margin-left: 16px; /* Отступ от текста до иконки */
    display: flex;
    align-items: center;
    justify-content: center;
}

.employers-sb-card-icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
}

/* ============================================
   АДАПТИВНОСТЬ
   ============================================ */

@media (max-width: 1280px) {
    .employers-sb {
        max-width: 100%;
        padding: 0 20px;
        box-sizing: border-box;
    }
}

@media (max-width: 1024px) {
    /* Переходим на 2 колонки, если 3 не влезают */
    .employers-sb-cards {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .employers-sb-title-block {
        font-size: 28px;
        max-width: 60%;
    }
}

@media (max-width: 768px) {
    .employers-sb {
        margin-top: 40px;
    }

    /* Шапка в колонку на мобилках */
    .employers-sb-header {
        flex-direction: column;
        align-items: flex-start;
        gap: 20px;
    }

    .employers-sb-title-block {
        max-width: 100%;
        font-size: 24px;
    }

    .employers-sb-btn {
        width: 100%;
    }

    /* Карточки в 1 колонку */
    .employers-sb-cards {
        grid-template-columns: 1fr;
    }

    .employers-sb-card {
        padding: 20px;
    }

    .employers-sb-card-title {
        font-size: 16px;
    }

    .employers-sb-card-desc {
        font-size: 14px;
    }

    .employers-sb-card-icon {
        width: 32px;
        height: 32px;
    }
}

@media (max-width: 480px) {
    .employers-sb-title-block {
        font-size: 22px;
    }

    .employers-sb-card-title {
        font-size: 15px;
    }

    .employers-sb-card-desc {
        font-size: 13px;
    }
}
/* End */
/* /local/templates/opk/components/bitrix/news.list/employers_hero/style.css?17748708564940 */
/* /local/templates/opk/components/bitrix/news.list/employers_advantages/style.css?17748708563385 */
/* /local/templates/opk/components/bitrix/news.list/employers_steps/style.css?17748708564813 */
