

/* Start:/products/hrs/hrs.css?178818566717737*/
:root {
    --sup-purple: var(--color-link, #843BF5);
    --sup-purple-light: #B15DFF;
    --sup-bg-panel: #0b131d;
    --sup-bg-deep: #060B20;
    --sup-text-muted: #b0b0b0;
    --sup-text-dim: #8c8c8c;
    --sup-radius: var(--border-radius, 16px);
}

.container > h1 {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}


.sup-main-container {
    max-width: 1840px;
    margin: 0 auto;
    font-family: "Geologica", "Inter", system-ui, sans-serif;
}

.sup-main-container * {
    box-sizing: border-box;
    overflow-wrap: break-word;
}

.sup-container {
    max-width: 1360px;
    margin: 0 auto;
    padding: 0 20px;
}

.sup-main-container h1,
.sup-main-container h2,
.sup-main-container h3,
.sup-hero-heading {
    color: #ffffff;
    font-weight: 700;
    margin: 0;
}

.sup-main-container h2 {
    font-size: 54px;
    line-height: 1.15;
}

.sup-main-container h3 {
    font-size: 32px;
    line-height: 1.3;
}

.sup-main-container p {
    font-size: 24px;
    line-height: 1.6;
    color: var(--sup-text-muted);
    margin: 0 0 20px 0;
}

.sup-main-container section {
    padding: 50px 30px;
}

.sup-section-header {
    margin: 0 auto 44px;
}

.sup-custom__header {
	display: flex;
    max-width: 100%;
	align-items: center;
}

.sup-custom__header > div {
	width: 50%;
}

.sup-image {
	width: 50%;
}

.sup-custom__header > div > p {
	text-align: start;
}

.sup-eyebrow {
    display: inline-block;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    font-size: 19px;
    font-weight: 700;
    color: var(--sup-purple);
    margin-bottom: 14px;
}

.sup-section-header h2 {
    margin-bottom: 16px;
}

.sup-mt-btn {
    margin-top: 10px;
}

.sup-inline-link {
    color: var(--sup-purple-light);
    text-decoration: underline;
}

.sup-inline-link:hover,
.sup-inline-link:focus-visible {
    color: #ffffff;
}

/* ============ Кнопки ============ */
.sup-btn {
    display: inline-block;
    max-width: 100%;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 16px;
    letter-spacing: 0.02em;
    border-radius: 50px;
    padding: 18px 40px;
    border: 1px solid transparent;
    cursor: pointer;
    transition: opacity 0.2s ease, transform 0.2s ease, background-color 0.2s ease;
}

.sup-btn-primary {
    background-color: var(--sup-purple);
    color: #ffffff;
}

.sup-btn-primary:hover,
.sup-btn-primary:focus-visible {
    opacity: 0.88;
}

.sup-btn:focus-visible {
    outline: 2px solid var(--sup-purple-light);
    outline-offset: 3px;
}

/* ============ HERO ============ */
.sup-hero {
    position: relative;
    overflow: hidden;
    background: radial-gradient(120% 140% at 85% 0%, #2a1450 0%, #0b0f24 45%, #05070f 100%);
    border-radius: 20px;
    padding: 64px 48px;
    margin: -25px 0 0;
    color: #ffffff;
}

.sup-hero-badge {
    display: inline-block;
    background: rgba(132, 59, 245, 0.18);
    border: 1px solid var(--sup-purple);
    color: #ffffff;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.08em;
    padding: 7px 16px;
    border-radius: 30px;
    margin-bottom: 22px;
}

.sup-hero-grid {
    display: grid;
    grid-template-columns: minmax(0, 780px) 1fr;
    align-items: center;
    gap: 40px;
}

.sup-hero-heading {
    font-size: 48px;
    line-height: 1.18;
    margin-bottom: 22px;
}

.sup-hero-list {
    list-style: none;
    margin: 0 0 30px;
    padding: 0;
}

.sup-hero-list li {
    position: relative;
    padding-left: 30px;
    font-size: 19px;
    line-height: 1.6;
    color: #d6d6de;
    margin-bottom: 10px;
}

.sup-hero-list li::before {
    content: "\2713";
    position: absolute;
    left: 0;
    top: 0;
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: rgba(132, 59, 245, 0.25);
    color: var(--sup-purple-light);
    font-size: 11px;
    font-weight: 700;
}

.sup-hero-visual {
    position: relative;
    height: 280px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.sup-hero-ring {
    position: absolute;
    border-radius: 50%;
    border: 1px solid rgba(132, 59, 245, 0.35);
}

.sup-hero-ring--1 {
    width: 220px;
    height: 220px;
}

.sup-hero-ring--2 {
    width: 300px;
    height: 300px;
    border-color: rgba(177, 93, 255, 0.18);
}

.sup-hero-icon {
    position: relative;
    font-size: 70px;
    color: var(--sup-purple);
    filter: drop-shadow(0 0 25px rgba(132, 59, 245, 0.55));
}

/* Быстрая навигация по разделам страницы — на всю ширину баннера */
.sup-anchor-nav {
    position: relative;
    z-index: 1;
    display: flex;
    flex-wrap: wrap;
    justify-content: start;
    gap: 10px;
    margin-top: 40px;
    padding-top: 28px;
    border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.sup-anchor-btn {
    display: inline-block;
    flex-shrink: 0;
    border-radius: 50px;
    background: rgba(255, 255, 255, 0.08);
    color: #ffffff;
    padding: 9px 18px;
    font-size: 15px;
    white-space: nowrap;
    text-decoration: none;
    border: 1px solid transparent;
    transition: all 0.25s ease;
}

.sup-anchor-btn:hover,
.sup-anchor-btn:focus-visible {
    background: var(--sup-purple);
    border-color: var(--sup-purple);
    outline: none;
}

/* ============ О НАС / ВВОДНЫЕ ТЕКСТЫ ============ */
.sup-about-lead {
    font-size: 21px;
    max-width: 900px;
    margin: 0 auto;
    color: var(--sup-text-muted);
}

/* ============ КАРТОЧКИ (равная высота, гибкая сетка) ============ */
.sup-services--alt {
    background: linear-gradient(180deg, transparent, rgba(132, 59, 245, 0.05), transparent);
}

.sup-services-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 22px;
    align-items: stretch;
}

.sup-service-card {
    display: flex;
    min-width: 0;
    height: 100%;
    padding: 20px 26px 26px;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid var(--color-text);
    border-radius: var(--border-radius);
    position: relative;
    overflow-wrap: break-word;
    word-break: break-word;
    transition: all 0.5s ease;
}

.flex-column {
	flex-direction: column;
}

.service-card-info {
	width: 42%
}

.full-card-info {
	width: 90%;
}

.service-card-img {
	width: 40%;
}

.sup-service-icon {
    display: block;
    font-size: 2.2rem;
    color: var(--sup-purple);
    margin-bottom: 16px;
}

.sup-service-card h3 {
    font-size: 24px;
    margin-bottom: 10px;
}

.sup-service-card p {
    font-size: 17px;
    line-height: 1.55;
    margin: 0;
    flex-grow: 1;
}

/* ============ СЛАЙДЕР ВОЗМОЖНОСТЕЙ («Удобно для каждого») ============ */
.sup-features-slider {
    position: relative;
    padding: 0 56px;
}

.sup-features-swiper {
    padding-bottom: 46px;
}

.sup-features-swiper .swiper-slide {
    height: auto;
    display: flex;
}

.sup-features-swiper .swiper-slide .sup-service-card {
    width: 100%;
}

.sup-features-pagination.swiper-pagination {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
}

.sup-features-pagination .swiper-pagination-bullet {
    width: 9px;
    height: 9px;
    margin: 0;
    background: rgba(255, 255, 255, 0.25);
    opacity: 1;
    border-radius: 50%;
    transition: background 0.3s ease, transform 0.3s ease;
}

.sup-features-pagination .swiper-pagination-bullet-active {
    background: var(--sup-purple);
    transform: scale(1.2);
}

.sup-features-nav {
    position: absolute;
    top: 83%;
    transform: translateY(-50%);
    width: 70px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: var(--color-link);
    border: 1px solid rgba(255, 255, 255, 0.16);
    color: #ffffff;
    font-size: 17px;
    cursor: pointer;
    z-index: 5;
    transition: background 0.25s ease, border-color 0.25s ease;
}

.sup-features-nav--prev {
    right: 170px;
}

.sup-features-nav--next {
    right: 90px;
}

.sup-features-nav.swiper-button-disabled {
    opacity: 0.35;
    cursor: default;
    pointer-events: none;
}

/* ============ ЭТАПЫ («Как это работает») ============ */
.sup-timeline {
    position: relative;
    border: 1px solid var(--sup-purple-light);
    border-radius: var(--sup-radius);
    background: var(--sup-bg-deep);
    padding: 50px 40px 40px;
}

.sup-timeline-line {
    position: absolute;
    top: 83px;
    left: 185px;
    right: 40px;
    height: 2px;
}

.sup-timeline-progress {
    position: absolute;
    top: 83px;
    left: 208px;
    width: 0;
    height: 2px;
    background: var(--sup-purple);
    transition: width 0.8s cubic-bezier(0.22, 1, 0.36, 1);
}

.sup-timeline-steps {
    position: relative;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.sup-step {
    text-align: center;
}

.sup-step-node {
    width: 72px;
    height: 72px;
    margin: 0 auto 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    font-weight: bold;
    font-size: 22px;
    border-radius: 50%;
    box-shadow: 0 0 15px rgba(132, 59, 245, 0.5);
    background: var(--sup-purple) url("/local/templates/direkt2026/assets/img/dir_level_bg.png") no-repeat center;
    background-size: cover;
    z-index: 3;
}

.sup-step h3 {
    font-size: 18px;
    margin-bottom: 6px;
}

.sup-step p {
    font-size: 15px;
    line-height: 1.5;
}

/* ============ ЧИПЫ («Всё в одном месте») ============ */
.sup-chip-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 12px;
}

.sup-chip {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 12px 22px;
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 50px;
    color: #ffffff;
    font-size: 17px;
    font-weight: 600;
}

.sup-chip i {
    color: var(--sup-purple);
    font-size: 1.1rem;
}

/* ============ СРАВНЕНИЕ (2 колонки: плюс/минус, работодатель/работник) ============ */
.sup-compare-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 24px;
    align-items: stretch;
}

.sup-compare-card {
    display: flex;
    flex-direction: column;
    min-width: 0;
    height: 100%;
    padding: 32px 30px;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: var(--sup-radius);
}

.sup-compare-card--good {
    border-color: rgba(132, 59, 245, 0.5);
    background: rgba(132, 59, 245, 0.1);
}

.sup-compare-card--bad {
    border-color: rgba(255, 255, 255, 0.1);
}

.sup-compare-icon {
    font-size: 1.8rem;
    margin-bottom: 14px;
}

.sup-compare-card--good .sup-compare-icon {
    color: var(--sup-purple-light);
}

.sup-compare-card--bad .sup-compare-icon {
    color: #6a6f80;
}

.sup-compare-card h3 {
    font-size: 23px;
    margin-bottom: 12px;
}

.sup-compare-card p {
    font-size: 17px;
    line-height: 1.6;
    margin: 0;
}

.sup-compare-tag {
    display: inline-block;
    align-self: flex-start;
    background: rgba(132, 59, 245, 0.16);
    color: var(--sup-purple-light);
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    padding: 5px 12px;
    border-radius: 20px;
    margin-bottom: 14px;
}

.sup-doc-list {
    list-style: none;
    margin: 0;
    padding: 0;
    flex-grow: 1;
}

.sup-doc-list li {
    position: relative;
    padding-left: 24px;
    font-size: 15px;
    line-height: 1.55;
    color: #d6d6de;
    margin-bottom: 10px;
}

.sup-doc-list li::before {
    content: "\2713";
    position: absolute;
    left: 0;
    top: 1px;
    color: var(--sup-purple-light);
    font-size: 12px;
    font-weight: 700;
}

.sup-compare-footnote {
    display: block;
    margin-top: 14px;
    font-size: 13px;
    color: var(--sup-text-dim);
}

.sup-footnote-block {
    max-width: 900px;
    margin: 36px auto 0 !important;
    padding: 18px 22px;
    background: rgba(255, 255, 255, 0.04);
    border: 1px dashed rgba(255, 255, 255, 0.2);
    border-radius: var(--sup-radius);
    font-size: 15px !important;
    line-height: 1.55 !important;
    text-align: center;
    color: var(--sup-text-dim) !important;
}

/* ============ АКЦИЯ + ТАЙМЕР ============ */
.sup-promo-card {
    max-width: 780px;
    margin: 0 auto;
    text-align: center;
    background: radial-gradient(140% 160% at 50% 0%, rgba(132, 59, 245, 0.22) 0%, transparent 60%), var(--sup-bg-deep);
    border: 1px solid var(--sup-purple-light);
    border-radius: var(--sup-radius);
    padding: 50px 40px;
}

.sup-promo-card p {
    font-size: 19px;
    max-width: 620px;
    margin: 0 auto 22px;
}

.sup-promo-list {
    max-width: 460px;
    margin: 0 auto 30px !important;
    text-align: left;
}

.sup-countdown {
    display: flex;
    justify-content: center;
    gap: 14px;
    margin-bottom: 34px;
}

.sup-countdown-unit {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 76px;
    padding: 14px 0;
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 12px;
}

.sup-countdown-value {
    font-size: 30px;
    font-weight: 700;
    color: #ffffff;
    font-variant-numeric: tabular-nums;
}

.sup-countdown-label {
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    color: var(--sup-text-dim);
    margin-top: 4px;
}

/* ==========================================================================
   Адаптивность
   ========================================================================== */

@media (max-width: 1200px) {
    .sup-main-container {
        padding: 0 20px;
    }

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

	.sup-service-card {
		flex-direction: column;
		gap: 10px;
	}

	.service-card-info {
		width: 100%;
	}

	.service-card-img {
		width: 60%;
	}
}

@media (max-width: 960px) {
    .sup-hero-grid {
        grid-template-columns: 1fr;
    }

	.sup-custom__header {
		flex-direction: column;
	}

	.sup-custom__header > div {
		width: 100%;
	}

	.sup-image {
		width: 82%;
	}

    .sup-hero-visual {
        display: none;
    }
}

@media (max-width: 1600px) {
    .sup-timeline-progress {
        top: 80px;
    }
}

@media (max-width: 1200px) {
    .sup-timeline-line,
    .sup-timeline-progress {
        display: none;
    }
}

@media (max-width: 768px) {
    .sup-main-container h2 {
        font-size: 34px;
    }

    .sup-hero-heading {
        font-size: 30px;
    }

    .sup-hero {
        padding: 34px 20px;
        border-radius: 16px;
    }

    .sup-main-container section {
        padding: 36px 16px;
    }

    .sup-container {
        padding: 0 16px;
    }

    .sup-services-grid,
    .sup-compare-grid {
        grid-template-columns: 1fr;
        gap: 12px;
    }

    .sup-compare-card {
        padding: 22px 20px;
    }

    .sup-promo-card {
        padding: 34px 22px;
    }

    .sup-timeline {
        padding: 34px 20px 24px;
    }

    .sup-timeline-steps {
        grid-template-columns: repeat(2, 1fr);
        row-gap: 40px;
    }

    .sup-features-slider {
        padding: 0 8px;
    }

    .sup-features-nav {
        width: 36px;
        height: 36px;
        font-size: 13px;
    }

    .sup-countdown-unit {
        width: 62px;
    }

    .sup-countdown-value {
        font-size: 22px;
    }

    /* Быстрые ссылки — в одну строку с горизонтальной прокруткой,
       а не в несколько строк, занимающие много места по высоте */
    .sup-anchor-nav {
        flex-wrap: nowrap;
        overflow-x: auto;
        scroll-snap-type: x proximity;
        -webkit-overflow-scrolling: touch;
        margin: 14px -16px 0 10px;
        padding: 14px 16px 4px;
        scrollbar-width: none;
    }

    .sup-anchor-nav::-webkit-scrollbar {
        display: none;
    }
}

@media (max-width: 480px) {
    .sup-main-container h2 {
        font-size: 26px;
    }

    .sup-main-container p {
        font-size: 16px;
    }

    .sup-hero-heading {
        font-size: 24px;
    }

    .sup-hero {
        padding: 20px 14px;
    }

    .sup-main-container section {
        padding: 22px 12px;
    }

    .sup-container {
        padding: 0 12px;
    }

    .sup-image {
        width: 100%;
    }

    .sup-anchor-nav {
        margin: 12px -14px 0 7px;
        padding: 12px 14px 4px;
    }

    .sup-btn {
        padding: 13px 18px;
        font-size: 14px;
    }

    .sup-btn-primary {
        display: block;
        width: 100%;
        text-align: center;
    }

    .sup-promo-card {
        padding: 24px 16px;
    }

    .sup-countdown {
        gap: 8px;
    }

    .sup-countdown-unit {
        width: 54px;
        padding: 10px 0;
    }

    .sup-countdown-value {
        font-size: 18px;
    }

    .sup-timeline-steps {
        grid-template-columns: 1fr;
    }
}

/* ============ Служебное ============ */
img {
    max-width: 100%;
    height: auto;
}

@media (prefers-reduced-motion: reduce) {
    .sup-btn,
    .sup-service-card,
    .sup-anchor-btn,
    .sup-step-node,
    .sup-timeline-progress {
        transition: none;
    }
}

/* End */
/* /products/hrs/hrs.css?178818566717737 */
