

/* Start:/products/support/support.css?178818215921519*/
: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;
}

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

.sup-about > .sup-container > .sup-section-header {
	text-align: center;
	max-width: 880px;
}

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

.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-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-outline {
    background: transparent;
    color: #ffffff;
    border-color: rgba(255, 255, 255, 0.35);
    white-space: nowrap;
}

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

.sup-btn-tariff {
    display: block;
    width: 100%;
    text-align: center;
    background-color: rgba(255, 255, 255, 0.08);
    color: #ffffff;
    border-color: rgba(255, 255, 255, 0.25);
    padding: 15px 20px;
    font-size: 15px;
}

.sup-btn-tariff:hover,
.sup-btn-tariff:focus-visible {
    background-color: var(--sup-purple);
    border-color: var(--sup-purple);
    opacity: 1;
}

.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: 26px;
}

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

.sup-hero-heading {
    font-size: 54px;
    line-height: 1.12;
    margin-bottom: 18px;
}

.sup-hero-lead {
    color: #ffffff;
    font-size: 21px;
    font-weight: 600;
    margin-bottom: 18px;
}

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

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

.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-about-lead {
    font-size: 21px;
    max-width: 880px;
    margin: 0 auto;
    text-align: center;
    color: var(--sup-text-muted);
}

.sup-principles-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
}

.sup-principle-card {
    border: 1px solid var(--color-text);
    transition: border-color 0.25s ease, transform 0.25s ease;
    border-radius: 16px;
    padding: 40px 30px;
    text-align: left;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    min-width: 0;
}

.sup-principle-card:hover {
    background: var(--color-link);
    cursor: pointer;
}

.sup-principle-number {
    display: block;
    font-weight: 700;
    color: #fff;
    margin-bottom: 16px;
    font-family: "GeologicaBold";
    font-size: 68px;
    line-height: 1;
}

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

.sup-principle-card p {
    font-size: 18px;
    line-height: 1.55;
}

/* ============ УСЛУГИ (Сайты / Битрикс24) ============ */
.sup-services--alt {
    background: linear-gradient(180deg, transparent, rgba(132, 59, 245, 0.05), transparent);
}

.sup-services-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 22px;
}

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

.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: 18px;
    line-height: 1.55;
}

/* CTA-баннер внутри блока «Битрикс24» */
.sup-cta-banner {
    margin-top: 50px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
    background: rgba(132, 59, 245, 0.12);
    border: 1px solid rgba(132, 59, 245, 0.4);
    border-radius: var(--sup-radius);
    padding: 36px 40px;
}

.sup-cta-banner h3 {
    font-size: 26px;
    margin-bottom: 8px;
}

.sup-cta-banner p {
    margin: 0;
}

.sup-cta-banner .sup-btn {
    flex-shrink: 0;
}

/* ============ КАК МЫ РАБОТАЕМ (таймлайн) ============ */
.sup-process {
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    display: 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: 74px;
    left: 40px;
    right: 40px;
    height: 2px;
}

.sup-timeline-progress {
    position: absolute;
    top: 74px;
    left: 40px;
    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(5, 1fr);
    gap: 20px;
}

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

.sup-step-eyebrow {
    display: block;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    color: var(--sup-text-dim);
    margin-bottom: 14px;
}

.sup-step-node {
    width: 72px;
    height: 72px;
    margin: 0 auto 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    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: 20px;
    margin-bottom: 6px;
}

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

.sup-steps-zigzag {
    position: relative;
    border: 1px solid var(--sup-purple-light);
    padding: 56px 49px 100px;
    border-radius: var(--sup-radius);
    background: var(--sup-bg-deep);
}

.sup-zigzag-timeline {
    position: relative;
    max-width: 1200px;
    height: 380px;
    margin: 40px auto 0;
}

/* Полная линия */
.sup-zigzag-line {
    position: absolute;
    top: 50%;
    left: 0;
    right: 4%;
    height: 2px;
    background: rgba(133, 59, 245, 0);
    transform: translateY(-50%);
    z-index: 1;
}

/* Активная линия */
.sup-zigzag-progress {
    position: absolute;
    top: 50%;
    left: 0;
    width: 0;
    height: 2px;
    background: var(--sup-purple);
    transform: translateY(-50%);
    transition: width 0.8s cubic-bezier(0.22, 1, 0.36, 1);
    z-index: 2;
}

.sup-zigzag-steps {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 2;
}

.sup-zigzag-step {
    position: absolute;
    width: 23%; /* ширина колонки */
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.sup-zigzag-step:nth-child(1) {
    left: -13%;
}

.sup-zigzag-step:nth-child(2) {
    left: 12%;
}

.sup-zigzag-step:nth-child(3) {
    left: 39%;
}

.sup-zigzag-step:nth-child(4) {
    left: 65%;
}

.sup-zigzag-step:nth-child(5) {
    left: 92%;
}

.sup-zigzag-step--top {
    top: -7px;
}

.sup-zigzag-step--top .sup-zigzag-node {
    position: absolute;
    top: 147px;
}

.sup-zigzag-step--bottom {
    top: 136px;
}

.sup-zigzag-step--bottom .sup-zigzag-node {
    position: absolute;
    top: 3px;
}

.sup-zigzag-step--bottom .sup-zigzag-content {
    margin-top: 126px;
}

.sup-zigzag-node {
    width: 100px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-weight: bold;
    font-size: 40px;
    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-zigzag-content {
    width: 100%;
}

.sup-zigzag-content h3 {
    font-size: 23px;
    color: #fff;
    white-space: nowrap;
}

.sup-zigzag-content p {
    font-size: 19px;
    color: var(--sup-text-dim);
    line-height: 1.4;
    margin-top: 5px;
}

/* ============ ТАРИФЫ ============ */
.sup-tariffs--alt {
    background: linear-gradient(180deg, transparent, rgba(132, 59, 245, 0.05), transparent);
}

.sup-tariffs-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 18px;
}

.sup-tariff-card {
    display: flex;
    flex-direction: column;
    min-width: 0;
    background: rgba(255, 255, 255, 0.06);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: var(--sup-radius);
    padding: 28px 24px;
}

.sup-tariff-card--accent {
    border-color: var(--sup-purple);
    background: rgba(132, 59, 245, 0.14);
    box-shadow: 0 8px 32px rgba(132, 59, 245, 0.22);
}

.sup-tariff-card h3 {
    font-size: 22px;
    margin-bottom: 16px;
}

.sup-tariff-features {
    list-style: none;
    margin: 0 0 22px;
    padding: 0;
    flex-grow: 1;
}

.sup-tariff-features li {
    position: relative;
    padding-left: 18px;
    font-size: 15px;
    line-height: 1.55;
    color: #d6d6de;
    margin-bottom: 7px;
}

.sup-tariff-features li::before {
    content: "\2726";
    position: absolute;
    left: 0;
    top: 1px;
    color: var(--sup-purple-light);
    font-size: 10px;
}

.sup-tariff-price {
    font-size: 24px;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 18px;
}

.sup-brief-card {
    margin-top: 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
    border: 1px dashed rgba(255, 255, 255, 0.3);
    border-radius: var(--sup-radius);
    padding: 30px 34px;
}

.sup-brief-card h3 {
    font-size: 24px;
    margin-bottom: 8px;
}

.sup-brief-card p {
    max-width: 640px;
    margin: 0;
    font-size: 18px;
}

/* ============ КЛИЕНТЫ ============ */
.sup-clients-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 16px;
}

.sup-client-logo {
    aspect-ratio: 3 / 2;
    padding: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: var(--sup-radius);
    color: #565c70;
    font-size: 1.8rem;
    transition: border-color 0.25s ease, color 0.25s ease;
}

/* ============ ПАРТНЁРЫ (Swiper) =========== */
.partners__list {
    padding: 100px 0 100px;
    position: relative;
}

.partners__wrapper ~ .cursor-animation {
    margin-top: 50px;
}

.partners__list .info-element {
    left: -45px;
    top: 7px;
    z-index: 1;
    position: absolute;
}

.partners__list > *:not(.info-element) {
    z-index: 2;
    position: relative;
}

.partners__title {
    font-size: 35px;
    line-height: 1.2;
    font-weight: 700;
    margin-bottom: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    gap: 12px;
    z-index: 100;
    font-family: "GeologicaBold";
}

.partners__title p {
    color: var(--color-link);
    margin: 0;
	font-size: 35px;
}

.partners__wrapper {
    height: 420px;
    width: 100%;
}

.partners__wrapper .swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.partners__wrapper .swiper-slide img {
    max-width: 100%;
    max-height: 100%;
    object-fit: cover;
}

.partners__wrapper .swiper-slide a {
    max-width: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.partners__wrapper .swiper-slide a img {
    max-width: 100%;
    max-height: 35px;
}

@media (min-width: 620px) {
    .partners__wrapper-block {
        flex-direction: row !important;
    }

    .partners__wrapper .swiper-slide {
        width: calc((100% - 60px) / 4) !important;
    }
}

@media (max-width: 1220px) {
    .partners__list.container {
        padding-bottom: 60px;
    }

    .partners__title {
        font-size: 30px;
    }
}

@media (max-width: 991px) {
    .partners__list {
        padding: 80px 0 60px;
    }
}

@media (max-width: 620px) {
    .partners__title {
        font-size: 24px;
        margin-bottom: 32px;
    }

    .partners__wrapper {
        height: 250px;
    }

    .partners__wrapper .swiper-slide {
        height: calc((100% - 30px) / 4) !important;
    }

    .partners__list .info-element {
        display: block;
        left: -110px;
        top: -55px;
    }
}

/* ============ КОНТАКТЫ / ЗАЯВКА ============ */
.sup-contacts-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: start;
}

.sup-contacts-info h2 {
    margin: 0 0 14px;
}

.sup-contacts-info>p {
    margin-bottom: 30px;
}

.sup-contacts-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.sup-contacts-list li {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 18px;
}

.sup-contacts-list i {
    flex-shrink: 0;
    width: 42px;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: rgba(132, 59, 245, 0.16);
    color: var(--sup-purple);
    font-size: 18px;
}

.sup-contacts-list a {
    color: #ffffff;
    text-decoration: none;
    font-size: 18px;
}

.sup-contacts-list a:hover,
.sup-contacts-list a:focus-visible {
    color: var(--sup-purple-light);
}

.sup-contacts-form-wrap {
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: var(--sup-radius);
    padding: 36px;
}

.sup-form-row {
    margin-bottom: 18px;
}

.sup-form-row label {
    display: block;
    font-size: 15px;
    color: var(--sup-text-muted);
    margin-bottom: 8px;
}

.sup-form-row input,
.sup-form-row textarea {
    width: 100%;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 10px;
    padding: 15px 16px;
    color: #ffffff;
    font-size: 17px;
    font-family: inherit;
    resize: vertical;
    transition: border-color 0.2s ease;
}

.sup-form-row input::placeholder,
.sup-form-row textarea::placeholder {
    color: #6a6f80;
}

.sup-form-row input:focus,
.sup-form-row textarea:focus {
    outline: none;
    border-color: var(--sup-purple);
}

.sup-form-submit {
    width: 100%;
    margin-top: 6px;
    border: none;
}

/* ============ ПОЧЕМУ МЫ ============ */
.sup-why-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
}

.sup-why-card {
    padding: 20px 26px 26px;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid var(--color-text);
    border-radius: var(--border-radius);
    position: relative;
    min-width: 0;
    transition: all 0.5s ease;

}

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

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

.sup-why-card p {
    font-size: 18px;
    line-height: 1.55;
}

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

@media (max-width: 1600px) {
    .sup-process {
        display: block;
    }

    .sup-steps-zigzag {
        display: none;
    }

	.sup-timeline-progress {
		top: 80px;
	}
}

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

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

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

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

    .sup-timeline-line,
    .sup-timeline-progress {
        display: none;
    }
}

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

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

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

    .sup-cta-banner,
    .sup-brief-card {
        flex-direction: column;
        text-align: center;
    }

    .sup-btn-outline {
        white-space: normal;
    }
}

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

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

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

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

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

    .sup-principles-grid,
    .sup-services-grid,
    .sup-tariffs-grid,
    .sup-why-grid {
        grid-template-columns: 1fr;
        gap: 10px;
    }

    .sup-clients-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 10px;
    }

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

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

    .sup-contacts-form-wrap {
        padding: 24px 20px;
    }
}

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

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

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

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

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

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

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

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

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

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

    .sup-cta-banner,
    .sup-brief-card {
        padding: 16px 14px;
    }
}

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

@media (prefers-reduced-motion: reduce) {

    .sup-btn,
    .sup-principle-card,
    .sup-service-card,
    .sup-step-node,
    .sup-timeline-progress {
        transition: none;
    }
}
/* End */
/* /products/support/support.css?178818215921519 */
