/* ============================================================================
   01. Fonts
   ============================================================================ */

@font-face {
font-family: "Graphik_2";
    src: url("fonts/Graphik-Regular-Web.woff2") format("woff2"),
         url("fonts/Graphik-Regular-Web.woff") format("woff"),
         url("fonts/Graphik-Regular-Web.ttf") format("truetype");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
font-family: "Graphik_2";
    src: url("fonts/Graphik-Medium-Web.woff2") format("woff2"),
         url("fonts/Graphik-Medium-Web.woff") format("woff"),
         url("fonts/Graphik-Medium-Web.ttf") format("truetype");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
font-family: "Graphik_2";
    src: url("fonts/Graphik-Semibold-Web.woff2") format("woff2"),
         url("fonts/Graphik-Semibold-Web.woff") format("woff"),
         url("fonts/Graphik-Semibold-Web.ttf") format("truetype");
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
font-family: "Graphik_2";
    src: url("fonts/Graphik-Bold-Web.woff2") format("woff2"),
         url("fonts/Graphik-Bold-Web.woff") format("woff"),
         url("fonts/Graphik-Bold-Web.ttf") format("truetype");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
font-family: "LabGrotesqueHeroLogo";
    src: url("fonts3/LabGrotesque-Bold.woff2") format("woff2"),
         url("fonts3/LabGrotesque-Bold.woff") format("woff"),
         url("fonts3/LabGrotesque-Bold.ttf") format("truetype");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}


        :root {
            --red: #F1361D;
            --dark: #2F3441;
            --slate: #596176;
            --steel: #6E7992;
            --line: #E9E7E6;
            --divider: #D8D8D8;
            --white: #FFFFFF;
            --footer-bg: #393939;

            --peach: #FDF0EC;
            --sky: #EBF6FF;
            --lavender: #F8F4FE;
            --mint: #EBF9F4;
            --gray: #F5F6FA;
            --cream: #F9F4F1;

            --green: #06B04A;
            --amber: #FFA405;
            --teal: #4CCB8D;
            --blue: #048FFB;
            --purple: #AF86F3;

            --font: "Graphik_2", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
            --pad: 0px;
            --r-sm: 10px;
            --r-md: 15px;
            --r-lg: 20px;
            --max-width: 1128px;
        }

        *,
        *::before,
        *::after {
            box-sizing: border-box;
            margin: 0;
            padding: 0;
        }

        html {
            min-width: 320px;
            scroll-behavior: smooth;
        }

        body {
            font-family: var(--font);
            background: #fff;
            color: var(--dark);
            line-height: 1.5;
        }

        a {
            text-decoration: none;
            color: inherit;
        }

        

        /* TOPBAR */
        .topbar-outer {
            background: #fff;

            width: 100%;
        }

        .topbar {
            max-width: 1372px;
            margin: 0 auto;
            padding: 0 10px;
            display: flex;
            align-items: center;
            justify-content: space-between;
            min-height: 48px;
        }

        .topbar__logo {
            display: flex;
            align-items: center;
        }

        .topbar__logo img {
            height: auto;
            max-height: 36px;
            display: block;
        }

.topbar__logo-svg {
    width: 135px;
    height: 28px;
    display: block;
    flex-shrink: 0;
}

        .topbar__right {
            display: flex;
            align-items: center;
        }

        .topbar__right #panelcontainer {

        }

        /* Кнопки */
        

        

        

        

        /* CTA форма */
        

        

        

        

        /* Footer */
        

        

        

        

        

        

        

        

        

        

        

        /* Scroll animations */
        

        

        

        /* Форма */
        

        

        

        

        

        

        

        

        

        

        

        

        

        

        /* Адаптив формы */
        

        

        /* Сообщение формы */
        

        

        

        /* Hero */
        .hero-wrapper {
            background: #FAF8F5;
            width: 100%;
        }

        

        

        .hero-logo {
            display: flex;
            align-items: center;
            gap: 0;
            margin-bottom: 28px;
            padding-left: 10px;
        }

.hero-logo__action,
.hero-logo__rest {
    font-family: "LabGrotesqueHeroLogo", var(--font);
    font-size: 36px;
    font-weight: 700;
    font-style: normal;
    line-height: 100%;
    letter-spacing: -0.02em;
    vertical-align: bottom;
}

.hero-logo__action {
    color: var(--red);
}

.hero-logo__rest {
    color: #000000;
    padding-left: 7px;
}

        

        .hero-logo__sub {
            margin: 0;
            padding: 0;
            font-size: 20px;
            color: #7c7b79;
            font-weight: 400;
            font-family: "Graphik_2";
            letter-spacing: 1%;
        }

        /* Hero */

        

        /* Hero */
        

        /* Hero */
        .hero-logo-bar {
            display: flex;
            align-items: end;
            justify-content: space-between;
            width: 100%;
            max-width: 1372px;
            margin: 0 auto;
            padding: 14px 0px 0;
            margin-bottom: -2px;

        }

        .hero-nav {
                display: flex;
    gap: 25px;
    margin-bottom: 31px;
    margin-right: 18px;
    letter-spacing: 0;
        }

        .hero-nav a {
            margin: 0;
            padding: 0;
            font-size: 18px;
            font-weight: 500;
            line-height: 1.26;
            letter-spacing: 0;
            color: #000000;
            opacity: 0.45;
            transition: color 0.15s;
        }

        .hero-nav a:hover {
            color: var(--dark);
        }

        

        

        

        .attention-wrapper {
            background: #FFFFFF;
            width: 100%;
            padding: 0;
        }

        .attention-container {
            background-color: #FF6854;
            background-image: url("images/att_bg.png");
            background-repeat: no-repeat;
            background-position: center center;
            background-size: cover;
            width: 100%;
            padding: 60px 0 0px;
        }

        .attention-inner-wrapper {
            max-width: 1372px;
            margin: 0 auto;
            padding: 0 0px;
        }

        .attention-title {
            margin: 0;
            padding: 0;
            font-size: 48px;
            font-weight: 500;
            line-height: 102%;
            letter-spacing: 0%;
            color: #fff;
            margin-bottom: 40px;
            text-align: center;
            max-width: 1200px;
            margin-left: auto;
            margin-right: auto;
            font-family: "Graphik_2", var(--font);
            padding-right: 85px;
        }

        .attention-inner {
            display: flex;
            align-items: flex-start;
            justify-content: space-between;
            gap: 32px;
        }

        .attention-left {
            flex: 1 1 0;
            min-width: 0;
        }

        .attention-cards {
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            gap: 20px;
        }

        .attention-card {
            background: rgba(0, 0, 0, 0.1);
            border-radius: 16px;
            padding: 19px 24px 25px 24px;
            display: flex;
            flex-direction: column;
            gap: 10px;
            transition: background 0.2s;
            min-height: 153px;
        }

        .attention-card:hover {
            background: rgba(0, 0, 0, 0.2);
        }

        .attention-card__icon {
            width: 32px;
            height: 32px;
            flex-shrink: 0;
            display: flex;
            align-items: center;
            justify-content: center;
            padding-top: 2px;
        }

        .attention-card__icon img {
            width: 100%;
            height: auto;
            display: block;
            object-fit: contain;
        }

        .attention-card__text {
            margin: 0;
        padding: 0;
            font-size: 18px;
            color: #fff;
            line-height: 126%;
            font-weight: 500;
            font-family: "Graphik_2", var(--font);
            letter-spacing: 0;
        }

        

        

        

        /* Hero */
        @media (max-width: 1350px) {
            .hero-logo-bar {
                padding: 14px 32px 0;
            }

            

            .attention-inner-wrapper {
                padding: 0 32px;
            }

            
        }

        @media (max-width: 1024px) {
            

            
.hero-logo__action, .hero-logo__rest {font-size: 30px;}
.hero-logo__sub {font-size: 17px;}
            .attention-title {
                font-size: 36px;
            }

            
        }

        @media (max-width: 768px) {
            .hero-logo-bar {
                padding: 14px 20px 0;
                flex-direction: column;
                align-items: flex-start;
                gap: 12px;
            }

            

            

            

            

            .attention-inner-wrapper {
                padding: 0 20px;
            }

            .attention-inner {
                flex-direction: column;
                gap: 28px;
            }

            .attention-title {
                font-size: 28px;
                margin-bottom: 28px;
            }

            

            .attention-cards {
                grid-template-columns: 1fr 1fr;
                gap: 16px;
                margin-bottom: 16px;
            }

            .attention-card {
                padding: 18px 16px;
                min-height: auto;
            }

            .attention-card__text {
                font-size: 15px;
            }
        }

        @media (max-width: 480px) {
            

            

            .attention-title {
                font-size: 24px;
                margin-bottom: 20px;
            }

            .attention-cards {
                grid-template-columns: 1fr;
                gap: 12px;
            }

            .attention-card {
                padding: 16px 14px;
            }

            .attention-card__text {
                font-size: 14px;
            }
        }
        /* Вызовы */
        .vyzovy-wrapper {
            background: #000000;
            width: 100%;
        }

        .vyzovy-inner {
             max-width: 1352px;
             margin: 0 auto;
             padding: 31px 0 61px 0;
             display: flex;
             flex-direction: column;
             align-items: center;
             gap: 24px;
             position: relative;
             letter-spacing: 0;
        }

        .vyzovy-inner::before {
            content: "";
            position: absolute;
            width: 900px;
            height: 900px;
            left: 50%;
            top: 50%;
            transform: translate(-50%, -60%);

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

        .vyzovy-title {
            font-size: 36px;
            font-weight: 500;
            line-height: 112%;
            color: #F1361D;
            text-align: center;
            font-family: "Graphik_2", var(--font);
            position: relative;
            letter-spacing: 0;
            z-index: 1;
            width: 100%;
        }

        .vyzovy-cards {
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            gap: 40px;
            width: 100%;
            position: relative;
            z-index: 1;
        }

        .vyzovy-card {
            background: rgba(255, 255, 255, 0.22);
            border-radius: 24px;
            padding: 32px;
            display: flex;
            flex-direction: column;
            gap: 16px;
            margin-bottom: 15px;
        }

        .vyzovy-card__heading {
            margin: 0;
            padding: 0;
            font-size: 24px;
            font-weight: 500;
            line-height: 112%;
            color: #FFFFFF;
            font-family: "Graphik_2", var(--font);
            letter-spacing: 0px;
        }

        .vyzovy-card__text {
            margin: 0;
            padding: 0;
            font-size: 18px;
            font-weight: 500;
            line-height: 126%;
            letter-spacing: -0.2%;
            color: #FFFFFF;
            opacity: 65%;
            font-family: "Graphik_2", var(--font);
            flex: 1;
        }

        .vyzovy-divider {
            width: 100%;
            height: 1px;
            background: rgba(255, 255, 255, 0.2);
            position: relative;
            z-index: 1;
        }

        .vyzovy-stats {
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            gap: 60px;
            width: 100%;
            position: relative;
            z-index: 1;
            padding-top: 2px;
        }

        .vyzovy-stat__value {
            margin: 0;
            padding: 0;
            font-size: 36px;
            font-weight: 500;
            line-height: 112%;
            letter-spacing: 0.1px;
            color: #F1361D;
            font-family: "Graphik_2", var(--font);
            margin-bottom: 9px;
        }

        .vyzovy-stat__value .vyzovy-stat__cross {
            color: #FF0000;
            font-size: 24px;top: -3px;
    position: relative;
    margin-right: -4px;
        }

        .vyzovy-stat__label {
            margin: 0;
            padding: 5px 0 0 0;
            font-size: 24px;
            font-weight: 500;
            line-height: 126%;
            letter-spacing: 0;
            color: rgba(255, 255, 255, 0.65);
            font-family: "Graphik_2", var(--font);
        }

        .vyzovy-cta {
            display: flex;
            align-items: center;
            justify-content: center;
            width: 100%;
            height: 65px;
            background: #F1361D;
            border-radius: 16px;
            font-size: 20px;
            font-weight: 500;
            line-height: 126%;
            letter-spacing: 0;
            color: #FFFFFF;
            font-family: "Graphik_2", var(--font);
            cursor: pointer;
            border: none;
            transition: opacity 0.15s;
            position: relative;
            z-index: 1;
            text-decoration: none;
            margin-top: 16px;
        }

        .vyzovy-cta:hover {
            opacity: 0.88;
            color: #FFFFFF;
        }

        /* Вызовы */
        @media (max-width: 1024px) {
            .vyzovy-cards {
                grid-template-columns: repeat(2, 1fr);
                gap: 24px;
            }
            .vyzovy-stats {
                grid-template-columns: repeat(2, 1fr);
                gap: 32px;
            }
        }

        @media (max-width: 768px) {
            .vyzovy-inner {
                padding: 40px 20px 48px;
                gap: 28px;
            }
            .vyzovy-title {
                font-size: 28px;
            }
            .vyzovy-cards {
                grid-template-columns: 1fr;
                gap: 16px;
            }
            .vyzovy-stats {
                grid-template-columns: 1fr;
                gap: 24px;
            }
            .vyzovy-card__heading {
                font-size: 20px;
            }
            .vyzovy-card__text {
                font-size: 16px;
            }
            .vyzovy-stat__value {
                font-size: 28px;
            }
            .vyzovy-stat__label {
                font-size: 18px;
            }
        }

        @media (max-width: 480px) {
            .vyzovy-title {
                font-size: 22px;
            }
        }

        .poteri-wrapper {
            background: #FFFFFF;
            width: 100%;
        }

        .poteri-inner {
            max-width: 1352px;
            margin: 0 auto;
            padding: 62px 0px 82px;
            display: flex;
            flex-direction: column;
            align-items: center;
            gap: 58px;
        }

        .poteri-title {
            margin: 0;
            padding: 0;
            font-size: 48px;
            font-weight: 500;
            line-height: 102%;
            letter-spacing: 0;
            color: #000000;
            text-align: center;
            font-family: "Graphik_2", var(--font);
            width: 100%;

        }

        .poteri-subtitle {
            margin: 0;
            padding: 0;
            font-size: 24px;
            font-weight: 500;
            line-height: 126%;
            letter-spacing: 0;
            color: rgba(0, 0, 0, 0.45);
            text-align: center;
            font-family: "Graphik_2", var(--font);
            max-width: 1350px;

        }

        .poteri-header {
            display: flex;
            flex-direction: column;
            align-items: center;
            gap: 22px;
            width: 100%;
        }

        /* Потери */
        .poteri-img {
            width: 100%;
            max-width: 888px;
            border-radius: 24px;
            display: block;
            margin: 0 auto;
        }

        .poteri-cards {
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            gap: 40px;
            width: 100%;
        }

        .poteri-card {
            background: #FAF8F5;
            border-radius: 24px;
            padding: 34px 40px 40px;
            display: flex;
            flex-direction: column;
            gap: 16px;
        }

        .poteri-card__icon {
            width: 32px;
            height: 32px;
            flex-shrink: 0;
        }

        .poteri-card__icon svg {
            width: 32px;
            height: 32px;
        }

        .poteri-card__heading {
            margin: 0;
            padding: 0;
            font-size: 24px;
            font-weight: 500;
            line-height: 112%;
            letter-spacing: 0;
            color: #000000;
            font-family: "Graphik_2", var(--font);

        }

        .poteri-card__text {
            font-size: 18px;
            font-weight: 500;
            line-height: 126%;
            color: rgba(0, 0, 0, 0.45);
            font-family: "Graphik_2", var(--font);
            flex: 1;
            padding-top: 2px;
            letter-spacing: 0%;
        }

        /* Потери */
        .poteri-img2 {
            width: 100%;
            display: block;
            border-radius: 24px;
            padding-top: 3px;
        }

        .poteri-cta {
            margin: 0;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            width: 407px;
            height: 65px;
            padding: 20px 40px;
            background: #F1361D;
            border-radius: 16px;
            font-size: 20px;
            font-weight: 500;
            line-height: 126%;
            letter-spacing: 0;
            color: #FFFFFF;
            font-family: "Graphik_2", var(--font);
            cursor: pointer;
            border: none;
            transition: opacity 0.15s;
            text-decoration: none;
            white-space: nowrap;
        }

        .poteri-cta:hover {
            opacity: 0.88;
            color: #FFFFFF;
        }

        @media (max-width: 1350px) {
            .poteri-inner {
                padding: 60px 32px 80px;
            }
        }

        @media (max-width: 1024px) {
            .poteri-title {
                font-size: 36px;
            }

            .poteri-subtitle, .obuch-subtitle {font-size: 18px;}
            .poteri-cards {
                grid-template-columns: repeat(1, 1fr);
                gap: 24px;
            }
        }

        @media (max-width: 768px) {
            .poteri-inner {
                padding: 40px 20px 60px;
                gap: 40px;
            }
            .poteri-title {
                font-size: 28px;
            }
            .poteri-subtitle, .obuch-subtitle {
                font-size: 14px;
            }
            .poteri-cards {
                grid-template-columns: 1fr;
                gap: 16px;
            }
            .poteri-card {
                padding: 24px;
            }
            .poteri-card__heading {
                font-size: 20px;
            }
            .poteri-card__text {
                font-size: 16px;
            }
        }

        @media (max-width: 480px) {
            .poteri-title {
                font-size: 22px;
            }
        }

        .obuch-wrapper {
            background: #FAF8F5;
            width: 100%;
        }

        .obuch-inner {
            max-width: 1372px;
            margin: 0 auto;
            padding: 60px 8px 84px 8px;
            display: flex;
            flex-direction: column;
            align-items: center;
            gap: 60px;
        }

        .obuch-header {
            display: flex;
            flex-direction: column;
            align-items: center;
            gap: 24px;
            width: 100%;
        }

        .obuch-title {
            margin: 0;
            padding-right: 7px;
                font-size: 48px;
    font-weight: 500;
    line-height: 102%;
    letter-spacing: 0;
    color: #000000;
    text-align: center;
    font-family: "Graphik_2", var(--font);
    width: 100%;

        }

        .obuch-subtitle {
            margin: 0;
            padding: 0;
            font-size: 24px;
            font-weight: 500;
            line-height: 126%;
            letter-spacing: 0;
            color: rgba(0, 0, 0, 0.45);
            text-align: center;
            font-family: "Graphik_2", var(--font);
            max-width: 1200px;
        }

/* Потери */

        .obuch-slide-img {
            width: 100%;
            display: block;
            border-radius: 24px;
            max-width: 888px;
        }

        .obuch-cards-block {
            display: flex;
            flex-direction: column;
            gap: 40px;
            width: 100%;
        }

        .obuch-cards-row {
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            gap: 40px;
            width: 100%;
        }

        .obuch-cards-row:last-child  {
            margin-bottom: -7px;
        }

        .obuch-card {
            margin: 0;
            padding: 0;
                background: #FFFFFF;
                border-radius: 24px;
                padding: 31px 40px 40px 41px;
                display: flex;
                flex-direction: column;
                gap: 17px;
        }

        .obuch-card__heading {
            margin: 0;
            padding: 0;
            font-size: 24px;
            font-weight: 500;
            line-height: 112%;
            letter-spacing: 0%;
            color: #000000;
            font-family: "Graphik_2", var(--font);
        }

        .obuch-card__props {
            display: flex;
            flex-direction: row;
            align-items: center;
            gap: 12px;
        }

        .obuch-card__prop {
            margin: 0;
            padding: 0;
            display: flex;
            align-items: center;
            gap: 4px;
            font-size: 16px;
            font-weight: 400;
            line-height: 126%;
            letter-spacing: 0;
            color: #000000;
            font-family: "Graphik_2", var(--font);
        }

        .obuch-card__prop img {
            width: 16px;
            height: 16px;
            display: block;
        }

        .obuch-card__text {
            margin: 0;
            padding: 0;
            font-size: 18px;
            font-weight: 500;
            line-height: 126%;
            letter-spacing: 0%;
            color: rgba(0, 0, 0, 0.45);
            font-family: "Graphik_2", var(--font);
            flex: 1;
        }

        .obuch-card__cta {
            margin: 0;
            padding: 0;
            padding-left: 4px;
            display: flex;
            align-items: center;
            gap: 8px;
            font-size: 18px;
            font-weight: 500;
            line-height: 126%;
            letter-spacing: -1.2%;
            color: #F1361D;
            font-family: "Graphik_2", var(--font);
            text-decoration: none;
        }

        .obuch-card__cta svg { flex-shrink: 0; }

        .obuch-cta {
            margin-top: -7px;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            height: 65px;
            padding: 20px 40px;
            background: #F1361D;
            border-radius: 16px;
            font-size: 20px;
            font-weight: 500;
            line-height: 126%;
            letter-spacing: 0;
            color: #FFFFFF;
            font-family: "Graphik_2", var(--font);
            text-decoration: none;
            transition: opacity 0.15s;
            white-space: nowrap;
        }

        .obuch-cta:hover { opacity: .88; color: #FFFFFF; }

        .obuch-divider {
            width: 100%;
            height: 1px;
            background: rgba(0, 0, 0, 0.1);
        }

        .obuch-compare-title {
            margin: 0;
            padding: 0;
            font-size: 36px;
            font-weight: 500;
            line-height: 112%;
            letter-spacing: 0;
            color: #000000;
            text-align: center;
            font-family: "Graphik_2", var(--font);
            width: 100%;
        }

        .obuch-compare-card {
            background: #FFFFFF;
            border-radius: 24px;
            padding: 32px 40px 37px 40px;
            width: 100%;
        }

        .obuch-compare-header {
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            gap: 40px;
            margin-bottom: 24px;
        }

        .obuch-compare-header span {
            font-size: 18px;
            font-weight: 500;
            line-height: 126%;
            font-family: "Graphik_2", var(--font);
        }

        .obuch-compare-header span:first-child { color: #000000; }
        .obuch-compare-header span:nth-child(2) { color: #000000; }
        .obuch-compare-header span:nth-child(3) { color: #F1361D; }

        .obuch-compare-rows {
            display: flex;
            flex-direction: column;
            gap: 0;
        }

        .obuch-compare-row {
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            gap: 40px;
            padding-bottom: 16px;
            border-bottom: 1px solid rgba(0, 0, 0, 0.1);
            margin-bottom: 16px;
        }

        .obuch-compare-row:last-child {
            border-bottom: none;
            margin-bottom: 0;
        }

        .obuch-compare-row span {
            font-size: 18px;
            font-weight: 500;
            line-height: 126%;
            font-family: "Graphik_2", var(--font);
        }

        .obuch-compare-row span:first-child { color: rgba(0,0,0,0.45); }
        .obuch-compare-row span:nth-child(2) { color: rgba(0,0,0,0.45); }
        .obuch-compare-row span:nth-child(3) { color: #000000; }

        .obuch-summary {
            margin: 0;
            padding: 0;
            font-size: 24px;
            font-weight: 500;
            line-height: 126%;
            letter-spacing: 0%;
            color: #000000;
            text-align: center;
            font-family: "Graphik_2", var(--font);
            width: 100%;
        }

        /* Кейс внедрения */
        .obuch-case {
            width: 100%;
            margin-bottom: 4px;
            padding: 40px 40px 40px 40px;
            box-sizing: border-box;
            background: #FFFFFF;
            border-radius: 36px;
        }

        .obuch-case,
        .obuch-case * {
            box-sizing: border-box;
        }

        .obuch-case h1,
        .obuch-case h2,
        .obuch-case h3,
        .obuch-case h4,
        .obuch-case p,
        .obuch-case ul,
        .obuch-case ol,
        .obuch-case li,
        .obuch-case figure {
            margin: 0;
            padding: 0;
        }

        .obuch-case__badge {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            width: 161px;
            height: 32px;
            margin: 0 0 16px;
            padding: 0 20px;
            background: #F1361D;
            border-radius: 8px;
            color: #FFFFFF;
            font-family: "Graphik_2", var(--font);
            font-size: 16px;
            font-weight: 400;
            line-height: 126%;
            letter-spacing: 2%;
            white-space: nowrap;
        }

        .obuch-case__title {
            margin: 0;
            padding: 0;
            max-width: 980px;
            color: #000000;
            font-family: "Graphik_2", var(--font);
            font-size: 36px;
            font-weight: 500;
            line-height: 45px;
            letter-spacing: -1%;
        }

        .obuch-case__top {
            display: grid;
            grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
            gap: 40px;
            width: 100%;
            margin: 40px 0 0;
            padding: 0;
            align-items: start;
        }

        .obuch-case__top > img {
            display: block;
            width: 100%;
            height: auto;
            min-height: 290px;
            margin: 0;
            padding: 0;
            object-fit: cover;
            border-radius: 24px;
        }

        .obuch-case__desc {
            display: flex;
            flex-direction: column;
            gap: 15px;
            margin: 0;
            padding: 0;
            color: rgba(0, 0, 0, 0.45);
            font-family: "Graphik_2", var(--font);
            font-size: 18px;
            font-weight: 500;
            line-height: 146%;
            letter-spacing: 0;
        }

        .obuch-case__desc p {
            margin: 0;
            padding: 0;
            color: inherit;
            font: inherit;
            letter-spacing: 0%;
            font-size: 18px;
            font-weight: 500;

        }

        .obuch-case__bottom {
            display: grid;
            grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
            gap: 38px;
            width: 100%;
            margin: 42px 0px 0px 0px;
            padding: 0;
            align-items: stretch;
        }

        .obuch-case__features {
            display: flex;
            flex-direction: column;
            gap: 32px;
            width: 100%;
            min-height: 318px;
            margin: 0;
            padding: 30px 40px 0 40px;
            background: #FAF8F5;
            border-radius: 24px;
        }

        .obuch-case__features-title {
            margin: 0;
            padding: 0;
            color: #000000;
            font-family: "Graphik_2", var(--font);
            font-size: 36px;
            font-weight: 500;
            line-height: 112%;
            letter-spacing: 0;
        }

        .obuch-case__checklist {
            display: flex;
            flex-direction: column;
            gap: 23px;
            margin: 0;
            padding: 0;
        }

        .obuch-case__check-item {
            display: flex;
            align-items: flex-start;
            gap: 12px;
            margin: 0;
            padding: 0;
            color: rgba(0, 0, 0, 0.45);
            font-family: "Graphik_2", var(--font);
            font-size: 24px;
            font-weight: 500;
            line-height: 126%;
            letter-spacing: 0;
        }

        .obuch-case__check-item img {
            display: block;
            width: 24px;
            height: 24px;
            margin: 2px 0 0;
            padding: 0;
            flex: 0 0 24px;
        }

        .obuch-case__check-item span {
            display: block;
            margin: 0;
            padding: 0;
        }

        .obuch-case__stats {
            display: flex;
            flex-direction: column;
            gap: 8px;
            width: 100%;
            margin: 0;
            padding: 0;
        }

        .obuch-case__stat {
            display: flex;
            flex-direction: column;
            gap: 7px;
            margin: 0;
            padding: 0 0 0px;
        }

        .obuch-case__stat + .obuch-case__stat-divider {
           /* margin: -1px 0 41px;*/
        }

        .obuch-case__stat-value {
            margin: 0;
            padding: 0;
            color: #000000;
            font-family: "Graphik_2", var(--font);
            font-size: 48px;
            font-weight: 500;
            line-height: 102%;
            letter-spacing: 0;
        }

        .obuch-case__stat-label {
            margin: 0;
            padding: 0;
            color: rgba(0, 0, 0, 0.45);
            font-family: "Graphik_2", var(--font);
            font-size: 18px;
            font-weight: 500;
            line-height: 126%;
            letter-spacing: 0;
        }

        .obuch-case__stat-divider {
            width: 100%;
            height: 1px;
            margin: 11px 0px;
            padding: 0;
            background: rgba(0, 0, 0, 0.15);
        }

        .obuch-case__quote {
            position: relative;
            display: flex;
            width: 100%;
            min-height: 300px;
            margin: 40px 0 0;
            padding: 60px 8% 0;
            border-top: 1px solid rgba(0, 0, 0, 0.1);
        }

        .obuch-case__quote-body {
            position: relative;
            z-index: 1;
            display: flex;
            flex: 1 1 auto;
            flex-direction: column;
            gap: 32px;
            margin: 0;
            padding: 0;
        }

        .obuch-case__quote-icon,
        .obuch-case__quote-icon-right {
            position: absolute;
            top: 60px;
            display: block;
            width: 86px;
            height: 77px;
            margin: 0;
            padding: 0;
            object-fit: contain;
            pointer-events: none;
        }

        .obuch-case__quote-icon {
            left: 8%;
        }

        .obuch-case__quote-icon-right {
            right: 8%;
        }

        .obuch-case__quote-text {
            margin: 0;
            padding: 20px 50px;
            color: #000000;
            font-family: "Graphik_2", var(--font);
            font-size: 36px;
            font-weight: 500;
            line-height: 112%;
            letter-spacing: 0;
            text-align: center;
        }

        .obuch-case__quote-author {
            display: flex;
            align-items: center;
            gap: 16px;
            margin: 0;
            padding: 0 0 0 20%;
        }

        .obuch-case__quote-author img {
            display: block;
            width: 100px;
            height: 100px;
            margin: 0;
            padding: 0;
            object-fit: cover;
            border-radius: 50%;
            flex: 0 0 100px;
        }

        .obuch-case__author-name {
            margin: 0;
            padding: 0;
            color: #F1361D;
            font-family: "Graphik_2", var(--font);
            font-size: 24px;
            font-weight: 500;
            line-height: 112%;
            letter-spacing: 0;
        }

        .obuch-case__author-role {
            margin: 8px 0 0;
            padding: 0;
            color: rgba(0, 0, 0, 0.45);
            font-family: "Graphik_2", var(--font);
            font-size: 16px;
            font-weight: 500;
            line-height: 126%;
            letter-spacing: 0;
        }

        @media (max-width: 1350px) {
            .obuch-inner {
                padding: 60px 32px 80px;
            }
        }

        @media (max-width: 1024px) {
            .obuch-title, .cta-section__title, .clients-carousel__title  {
                font-size: 36px;
            }
.obuch-subtitle {font-size: 18px;}
            .obuch-cards-row {
                grid-template-columns: repeat(2, 1fr);
            }

            .obuch-compare-header,
            .obuch-compare-row {
                grid-template-columns: repeat(3, 1fr);
            }

            .obuch-case {
                padding: 34px 32px 56px;
                border-radius: 30px;
            }

            .obuch-case__title {
                max-width: 100%;
                font-size: 28px;
                line-height: 1.16;
            }

            .obuch-case__top,
            .obuch-case__bottom {
                gap: 28px;
            }

            .obuch-case__desc {
                gap: 20px;
                font-size: 17px;
                line-height: 142%;
            }

            .obuch-case__features {
                min-height: auto;
                padding: 28px 30px 32px;
            }

            .obuch-case__features-title {
                font-size: 30px;
            }

            .obuch-case__check-item {
                font-size: 20px;
            }

            .obuch-case__stat-value {
                font-size: 40px;
            }

            .obuch-case__quote {
                padding: 52px 6% 0;
            }

            .obuch-case__quote-icon {
                left: 6%;
            }

            .obuch-case__quote-icon-right {
                right: 6%;
            }

            .obuch-case__quote-text {
                padding: 14px 90px 0;
                font-size: 30px;
            }

            .obuch-case__quote-author {
                padding-left: 16%;
            }
        }

        @media (max-width: 768px) {
            .obuch-inner {
                padding: 40px 20px 60px;
                gap: 40px;
            }

            .obuch-title, .cta-section__title, .clients-carousel__title {
                font-size: 28px;
            }
.obuch-subtitle {font-size: 14px;}
            .obuch-cards-row {
                grid-template-columns: 1fr;
            }

            .obuch-compare-header,
            .obuch-compare-row {
                /*grid-template-columns: 1fr;*/
                gap: 8px;
            }

            .obuch-compare-title {
                font-size: 28px;
            }

            .obuch-case {
                padding: 28px 20px 40px;
                border-radius: 24px;
            }

            .obuch-case__badge {
                height: 30px;
                padding: 0 16px;
                font-size: 14px;
            }

            .obuch-case__title {
                font-size: 28px;
                line-height: 1.16;
                letter-spacing: -0.01em;
            }

            .obuch-case__title br {
                display: none;
            }

            .obuch-case__top,
            .obuch-case__bottom {
                grid-template-columns: 1fr;
                gap: 24px;
                margin-top: 28px;
            }

            .obuch-case__top > img {
                min-height: 0;
                border-radius: 18px;
            }

            .obuch-case__desc {
                gap: 18px;
                font-size: 16px;
                line-height: 142%;
            }

            .obuch-case__features {
                gap: 24px;
                padding: 24px 20px 28px;
                border-radius: 18px;
            }

            .obuch-case__features-title {
                font-size: 26px;
                line-height: 112%;
            }

            .obuch-case__checklist {
                gap: 18px;
            }

            .obuch-case__check-item {
                gap: 10px;
                font-size: 18px;
                line-height: 126%;
            }

            .obuch-case__stats {
                gap: 0;
            }

            .obuch-case__stat {
                padding-bottom: 18px;
            }

            .obuch-case__stat + .obuch-case__stat-divider {
                margin-bottom: 18px;
            }

            .obuch-case__stat-value {
                font-size: 36px;
            }

            .obuch-case__stat-label {
                font-size: 16px;
            }

            .obuch-case__quote {
                min-height: 300px;
                 margin: 40px 0 0;
                 padding: 60px 8% 0;
            }

            .obuch-case__quote-icon,
            .obuch-case__quote-icon-right {
                top: 38px;
                width: 48px;
                height: auto;
            }

            .obuch-case__quote-icon {
                left: 0;
            }

            .obuch-case__quote-icon-right {
                right: 0;
            }

            .obuch-case__quote-text {
                padding: 0 56px;
                font-size: 24px;
                line-height: 116%;
            }

            .obuch-case__quote-author {
                padding-left: 0;
                justify-content: center;
            }

            .obuch-case__quote-author img {
                width: 72px;
                height: 72px;
                flex-basis: 72px;
            }

            .obuch-case__author-name {
                font-size: 20px;
            }

            .obuch-case__author-role {
                font-size: 14px;
            }
        }

        @media (max-width: 480px) {
            .obuch-inner {
                padding-left: 16px;
                padding-right: 16px;
            }

            .obuch-case {
                padding: 24px 16px 36px;
                border-radius: 20px;
            }

            .obuch-case__title {
                font-size: 24px;
            }

            .obuch-case__desc {
                font-size: 15px;
            }

            .obuch-case__features-title {
                font-size: 24px;
            }

            .obuch-case__check-item {
                font-size: 16px;
            }

            .obuch-case__quote-text {
                padding: 0 42px;
                font-size: 21px;
            }

            .obuch-case__quote-author {
                align-items: flex-start;
            }
        }

        .git-case-wrapper {
            background: #ffffff;
            width: 100%;
        }

        .git-case-inner {
            max-width: 1512px;
            margin: 0 auto;
            padding:60px 80px 80px 80px ;
            display: flex;
            flex-direction: column;
            align-items: center;
            gap: 60px;
        }

        .git-case-head {
            width: 100%;
            max-width: 1180px;
            display: flex;
            flex-direction: column;
            align-items: center;
            gap: 24px;
            text-align: center;
        }

        .git-case-head__label {
            margin: 0;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            height: 32px;
            padding: 0 16px;
            border-radius: 10px;
            background: #FAF8F5;
            font-family: "Graphik_2", var(--font);
            font-size: 16px;
            font-weight: 400;
            line-height: 100%;
            color: rgba(0, 0, 0, 0.45);
            letter-spacing: 2%;
        }

        .git-case-head__title {
            margin: 0;
            padding: 0;
            font-family: "Graphik_2", var(--font);
            font-size: 48px;
            font-weight: 500;
            line-height: 102%;
            letter-spacing: 0%;
            color: #000000;
        }

        .git-case-head__subtitle {
            margin: 0;
            padding: 0;
            max-width: 842px;
            font-family: "Graphik_2", var(--font);
            font-size: 24px;
            font-weight: 500;
            line-height: 126%;
            color: rgba(0, 0, 0, 0.45);
            letter-spacing: -1.1%;
        }

        .git-case-card {
            width: 100%;
            background: #faf8f5;
            border-radius: 36px;
            padding: 40px 40px 40px 40px;
            display: flex;
            flex-direction: column;
            gap: 20px;
        }

        .git-case-card__badge {
            margin: 0;
            padding: 0;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            height: 32px;
            padding: 0 14px;
            border-radius: 10px;
            background: #F1361D;
            font-family: "Graphik_2", var(--font);
            font-size: 16px;
            font-weight: 400;
            line-height: 100%;
            color: #FFFFFF;
            width: 161px;
            letter-spacing: 2%;
        }

        .git-case-card__title {
            margin: 0;
            padding: 0;
            font-family: "Graphik_2", var(--font);
            font-size: 36px;
            font-weight: 500;
            line-height: 108%;
            letter-spacing: -1%;
            color: #000000;
        }

        .git-case-card__top {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 40px;
            padding-top: 21px;
        }

        .git-case-card__image {
            width: 100%;
            border-radius: 24px;
            display: block;
        }

        .git-case-card__description {
            display: flex;
            flex-direction: column;
            gap: 15px;
        }

        .git-case-card__description p {
            margin: 0;
            padding: 0;
            font-family: "Graphik_2", var(--font);
            font-size: 18px;
            font-weight: 500;
            line-height: 146%;
            color: #000000;
            opacity: 0.45;
            letter-spacing: 0%;
        }

        .git-case-card__bottom {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 40px;
            padding-top: 22px;
        }

        .git-case-card__benefits {
            background: #ffffff;
            border-radius: 24px;
            padding: 32px 40px 40px 40px;
            display: flex;
            flex-direction: column;
            gap: 28px;
        }

        .git-case-card__benefits-title {
            margin: 0;
            padding: 0;
            font-family: "Graphik_2", var(--font);
            font-size: 36px;
            font-weight: 500;
            line-height: 112%;
            color: #000000;
            opacity: 45%;
            letter-spacing: 0;
        }

        .git-case-card__checklist {
            display: flex;
            flex-direction: column;
            gap: 25px;
        }

        .git-case-card__check-item {
            margin: 0;
            padding: 0;
            display: flex;
            align-items: flex-start;
            gap: 12px;
            font-family: "Graphik_2", var(--font);
            font-size: 24px;
            font-weight: 500;
            line-height: 126%;
            color: rgba(0, 0, 0, 0.45);
            letter-spacing: 0%;
        }

        .git-case-card__check-icon {
            width: 24px;
            height: 24px;
            border: 3px solid #23B319;
            border-radius: 50%;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            color: #23B319;
            font-size: 13px;
            line-height: 1;
            font-weight: 700;
            margin-top: 3px;
            flex-shrink: 0;
        }

        .git-case-card__stats {
            display: flex;
            flex-direction: column;
            gap: 5px;
        }

        .git-case-card__stat {
            display: flex;
            flex-direction: column;
            gap: 14px;
        }

        .git-case-card__stat-value {
            margin: 0;
            padding: 0;
            font-family: "Graphik_2", var(--font);
            font-size: 48px;
            font-weight: 500;
            line-height: 102%;
            color: #000000;
            letter-spacing: 0%;
        }

        .git-case-card__stat-label {
            margin: 0;
            padding: 0;
            font-family: "Graphik_2", var(--font);
            font-size: 18px;
            font-weight: 500;
            line-height: 126%;
            color: rgba(0, 0, 0, 0.45);
            letter-spacing: 0%;
        }

        .git-case-card__stat-divider {
            width: 100%;
            height: 1px;
            background: rgba(0, 0, 0, 0.15);
            margin: 11px 0;
        }

        .git-case-cta {
            margin: 0;
            padding: 0;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            height: 66px;
            padding: 0 40px;
            border-radius: 16px;
            background: #F1361D;
            font-family: "Graphik_2", var(--font);
            font-size: 20px;
            line-height: 126%;
            letter-spacing: 0;
            font-weight: 500;
            line-height: 1;
            color: #FFFFFF;
            text-decoration: none;
            transition: opacity 0.15s;
        }

        .git-case-cta:hover {
            opacity: .88;
            color: #FFFFFF;
        }
 @media (max-width: 768px) {
           

            .git-case-head__title,     .legal-head__title {
                font-size: 28px;
            }

            .git-case-head__subtitle, .legal-head__subtitle {
                font-size: 14px;
                
            }}
        @media (max-width: 1024px) {
            .git-case-inner {
                padding: 58px 24px 64px;
                gap: 32px;
            }

            .git-case-head {
                gap: 18px;
            }

            .git-case-head__title,     .legal-head__title {
                font-size: 36px;
            }

            .git-case-head__subtitle, .legal-head__subtitle {
                font-size: 18px;
                max-width: 900px;
            }

            .git-case-card {
                padding: 28px 24px 30px;
                border-radius: 28px;
                gap: 22px;
            }

            .git-case-card__badge {
                height: 38px;
                font-size: 15px;
                padding: 0 16px;
            }

            .git-case-card__title {
                font-size: 30px;
            }

            .git-case-card__top,
            .git-case-card__bottom {
                gap: 24px;
            }

            .git-case-card__description {
                gap: 16px;
            }

            .git-case-card__description p, .obuch-case__desc p  {
                font-size: 16px;
            }

            .git-case-card__benefits {
                border-radius: 20px;
                padding: 24px 20px 24px;
                gap: 18px;
            }

            .git-case-card__benefits-title {
                font-size: 30px;
            }

            .git-case-card__checklist {
                gap: 14px;
            }

            .git-case-card__check-item {
                font-size: 18px;
            }

            .git-case-card__check-icon {
                width: 20px;
                height: 20px;
                font-size: 11px;
                border-width: 2px;
                margin-top: 2px;
            }

            .git-case-card__stat-value {
                font-size: 48px;
            }

            .git-case-card__stat-label {
                font-size: 16px;
            }

            .git-case-cta {
                width: 100%;
                max-width: 580px;
                height: 62px;
                border-radius: 14px;
                padding: 0 20px;
                font-size: 18px;
                text-align: center;
            }
        }

        @media (max-width: 500px) {
            .git-case-inner {
                padding: 38px 14px 44px;
                gap: 24px;
            }

            .git-case-head {
                gap: 14px;
            }

            .git-case-head__label {
                height: 28px;
                border-radius: 8px;
                font-size: 14px;
                padding: 0 12px;
            }

            .git-case-head__title {
                font-size: 32px;
            }

            .git-case-head__subtitle {
                font-size: 15px;
                line-height: 138%;
            }

            .git-case-card {
                border-radius: 20px;
                padding: 18px 14px 20px;
                gap: 14px;
            }

            .git-case-card__badge {
                height: 30px;
                border-radius: 8px;
                padding: 0 12px;
                font-size: 14px;
            }

            .git-case-card__title {
                font-size: 28px;
            }

            .git-case-card__top,
            .git-case-card__bottom {
                grid-template-columns: 1fr;
                gap: 14px;
            }

            .git-case-card__image {
                border-radius: 16px;
            }

            .git-case-card__description {
                gap: 10px;
            }

            .git-case-card__description p {
                font-size: 14px;
            }

            .git-case-card__benefits {
                border-radius: 16px;
                padding: 16px 14px;
                gap: 12px;
            }

            .git-case-card__benefits-title {
                font-size: 20px;
            }

            .git-case-card__checklist {
                gap: 10px;
            }

            .git-case-card__check-item {
                font-size: 14px;
                gap: 8px;
            }

            .git-case-card__check-icon {
                width: 16px;
                height: 16px;
                font-size: 9px;
                margin-top: 1px;
            }

            .git-case-card__stat {
                gap: 4px;
            }

            .git-case-card__stat-value {
                font-size: 40px;
            }

            .git-case-card__stat-label {
                font-size: 14px;
            }

            .git-case-card__stat-divider {
                margin: 10px 0;
            }

            .git-case-cta {
                width: 100%;
                height: 54px;
                border-radius: 12px;
                font-size: 17px;
                line-height: 1.2;
                padding: 0 14px;
                white-space: normal;
            }
        }

        .legal-wrapper {
            background: #faf8f5;
            width: 100%;
        }

        .legal-inner {
            max-width: 1512px;
            margin: 0 auto;
            padding: 60px 80px 80px 80px;
            display: flex;
            flex-direction: column;
            gap: 60px;
        }

        .legal-head {
            width: 100%;
            max-width: 1352px;
            margin: 0 auto;
            text-align: center;
            display: flex;
            flex-direction: column;
            align-items: center;
            gap: 24px;
        }

        .legal-head__label {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            height: 32px;
            padding: 0 16px;
            border-radius: 10px;
            background: #ffffff;
            font-family: "Graphik_2", var(--font);
            font-size: 16px;
            font-weight: 400;
            line-height: 1;
            color: rgba(0, 0, 0, 0.45);
        }

        .legal-head__title {
            margin: 0;
            padding: 0;
            font-family: "Graphik_2", var(--font);
            font-size: 48px;
            font-weight: 500;
            line-height: 102%;
            color: #000000;
            letter-spacing: 0%;
        }

        .legal-head__subtitle {
            margin: 0;
            padding: 0;
            max-width: 1352px;
            font-family: "Graphik_2", var(--font);
            font-size: 24px;
            font-weight: 500;
            letter-spacing: 0%;
            line-height: 126%;
            color: rgba(0, 0, 0, 0.45);
        }

        .legal-top {
            width: 100%;
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 43px;
            align-items: stretch;
        }

        .legal-feature-list {
            display: flex;
            flex-direction: column;
            gap: 40px;
        }

        .legal-feature {
            background: #ffffff;
            border-radius: 20px;
            padding: 34px 36px;
            min-height: 279px;
            display: flex;
            flex-direction: column;
            gap: 17px;
        }

        .legal-feature__icon img {
            width: 32px;
            height: 32px;
            display: block;
        }

        .legal-feature__title {
            margin: 0;
            padding: 0;
            font-family: "Graphik_2", var(--font);
            font-size: 24px;
            font-weight: 500;
            line-height: 112%;
            letter-spacing: 0;
            color: #1A1A1A;
        }

        .legal-feature__text {
            margin: 0;
            padding: 0;
            font-family: "Graphik_2", var(--font);
            font-size: 18px;
            font-weight: 500;
            line-height: 126%;
            letter-spacing: 0;
            color: rgba(0, 0, 0, 0.45);
        }

        .legal-chat {
            background: #F7F5F2;
            border-radius: 20px;

            display: flex;
            align-items: stretch;
        }

        .legal-chat img {
            width: 656px;
            height: 921px;
            object-fit: cover;
            border-radius: 16px;
            display: block;
        }

        .legal-advocate-title {
            margin: 0;
            padding: 0;
            width: 100%;
            font-family: "Graphik_2", var(--font);
            font-size: 36px;
            font-weight: 500;
            line-height: 112%;
            letter-spacing: 0;
            color: #000000;
            text-align: center;
        }

        .legal-advocate {
            width: 100%;
            background: #F7F5F2;
            border-radius: 20px;
            padding: 32px 40px 40px 40px;
            display: flex;
            flex-direction: column;
        }

        

        

        

        

        

        

        

        

        

        

        

        

        

        

        .legal-case {
            width: 100%;
            background: #ffffff;
            border-radius: 36px;
            padding: 40px 40px 40px 40px;
            display: flex;
            flex-direction: column;
            gap: 23px;
        }

        .legal-case__badge {
            margin: 0;
            padding: 0;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            width: fit-content;
            height: 32px;
            border-radius: 8px;
            letter-spacing: 2%;
            padding: 0 14px;
            background: #F1361D;
            font-family: "Graphik_2", var(--font);
            font-size: 16px;
            font-weight: 400;
            color: #FFFFFF;
            line-height: 1;
        }

        .legal-case__title {
            margin: 0;
            padding: 0;
            font-family: "Graphik_2", var(--font);
            font-size: 36px;
            font-weight: 500;
            line-height: 120%;
            letter-spacing: -1%;
            color: #000000;

        }

        .legal-case__top {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 40px;
            padding-top: 22px;
        }

        .legal-case__image {
            width: 100%;
            border-radius: 20px;
            display: block;
        }

        .legal-case__desc {
            display: flex;
            flex-direction: column;
            gap: 15px;
        }

        .legal-case__desc p {
            margin: 0;
            padding: 0;

            font-family: "Graphik_2", var(--font);
            font-size: 18px;
            font-weight: 500;
            line-height: 146%;
            letter-spacing: 0;
            color: rgba(0, 0, 0, 0.45);
        }

        .legal-case__bottom {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 40px;
            padding-top: 18px;
        }

        .legal-case__benefits {
            background: #faf8f5;
            border-radius: 20px;
            padding: 32px 40px 40px 40px;
            display: flex;
            flex-direction: column;
            gap: 40px;
        }

        .legal-case__benefits-title {
            margin: 0;
            padding: 0;

            font-family: "Graphik_2", var(--font);
            font-size: 36px;
            font-weight: 500;
            line-height: 112%;
            letter-spacing: 0;
            color: #000000;
        }

        .legal-case__benefits-list {
            display: flex;
            flex-direction: column;
            gap: 16px;
        }

        .legal-case__benefits-item {
            display: flex;
            align-items: flex-start;
            gap: 10px;
            font-family: "Graphik_2", var(--font);
            font-size: 24px;
            font-weight: 500;
            line-height: 126%;
            color: rgba(0, 0, 0, 0.45);
        }

        .legal-case__check {
            width: 24px;
            height: 24px;
            border: 3px solid #23B319;
            border-radius: 50%;
            color: #23B319;
            font-size: 13px;
            font-weight: 700;
            line-height: 1;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            margin-top: 2px;
            flex-shrink: 0;
        }

        .legal-case__stats {
            display: flex;
            flex-direction: column;
        }

        .legal-case__stat {
            display: flex;
            flex-direction: column;
            gap: 15px;
        }

        .legal-case__stat-value {
            margin: 0;
            padding: 0;

            font-family: "Graphik_2", var(--font);
            font-size: 48px;
            font-weight: 500;
            line-height: 102%;
            letter-spacing: 0;
            color: #000000;
        }

        .legal-case__stat-label {
             margin: 0;
            padding: 0;
            font-family: "Graphik_2", var(--font);
            font-size: 18px;
            font-weight: 500;
            line-height: 126%;
            letter-spacing: 0;
            color: rgba(0, 0, 0, 0.45);
        }

        .legal-case__stat-divider {
            width: 100%;
            height: 1px;
            background: rgba(0, 0, 0, 0.15);
            margin: 21px 0;
        }

        .legal-cta {
            margin: 0;

            display: inline-flex;
            align-items: center;
            justify-content: center;
            height: 66px;
            padding: 0 42px;
            border-radius: 16px;
            background: #F1361D;
            color: #FFFFFF;
            font-family: "Graphik_2", var(--font);
            font-size: 20px;
            font-weight: 500;
            line-height: 1.26;
            letter-spacing: 0;
            text-decoration: none;
            transition: opacity 0.15s;
            align-self: center;
        }

        .legal-cta:hover {
            opacity: .88;
            color: #FFFFFF;
        }

        @media (max-width: 1224px) {
            .legal-inner {
                padding: 58px 24px 64px;
                gap: 36px;
            }

            .legal-head {
                gap: 18px;
            }

            .legal-head__title {
                font-size: 36px;
            }

            .legal-head__subtitle {
                font-size: 20px;
                max-width: 920px;
            }

            .legal-top {
                grid-template-columns: 1fr;
                gap: 18px;
            }

            .legal-feature-list {
                display: grid;
                grid-template-columns: 1fr 1fr;
                gap: 18px;
            }

            .legal-feature:last-child {
                grid-column: 1 / -1;
            }

            .legal-feature {
                min-height: 208px;
                padding: 24px 20px;
                gap: 12px;
            }

            .legal-feature__title {
                font-size: 30px;
            }

            .legal-feature__text {
                font-size: 16px;
            }

            .legal-chat {
                padding: 10px;
            }

            .legal-advocate-title {
                font-size: 28px;
            }

            .legal-advocate {
                border-radius: 18px;
                padding: 16px 18px 12px;
            }

            

            

            

            .legal-case {
                border-radius: 28px;
                padding: 28px 24px 30px;
                gap: 22px;
            }

            .legal-case__title {
                font-size: 28px;
            }

            .legal-case__top,
            .legal-case__bottom, 
            .obuch-case__top, 
            .obuch-case__bottom, 
            .git-case-card__top, 
            .git-case-card__bottom {
                gap: 18px;    
                grid-template-columns: 1fr;
            }

            .legal-case__desc {
                gap: 14px;
            }

            .legal-case__desc p {
                font-size: 16px;
            }

            .legal-case__benefits {
                padding: 20px 16px;
                border-radius: 18px;
                gap: 16px;
            }

            .legal-case__benefits-title {
                font-size: 30px;
            }

            .legal-case__benefits-list {
                gap: 12px;
            }

            .legal-case__benefits-item {
                font-size: 18px;
            }

            .legal-case__check {
                width: 20px;
                height: 20px;
                border-width: 2px;
                font-size: 11px;
            }

            .legal-case__stat-value, .obuch-case__stat-value, .git-case-card__stat-value  {
                font-size: 32px;
            }

            .legal-case__stat-label {
                font-size: 16px;
            }

            .legal-cta {
                width: 100%;
                max-width: 620px;
                height: 62px;
                border-radius: 14px;
                font-size: 18px;
                text-align: center;
                padding: 0 20px;
            }
        }

        @media (max-width: 500px) {
            .legal-inner {
                padding: 38px 14px 44px;
                gap: 24px;
            }

            .legal-head {
                gap: 14px;
            }

            .legal-head__label {
                height: 28px;
                border-radius: 8px;
                font-size: 14px;
                padding: 0 12px;
            }

            .legal-head__title {
                font-size: 28px;
            }

            .legal-head__subtitle {
                font-size: 14px;
                line-height: 138%;
            }

            .legal-feature-list {
                grid-template-columns: 1fr;
                gap: 12px;
                max-width: 470px;
            }

            .legal-feature {
                min-height: auto;
                border-radius: 16px;
                padding: 18px 14px;
                gap: 8px;
            }

            .legal-feature__icon img {
                width: 28px;
                height: 28px;
            }

            .legal-feature__title {
                font-size: 20px;
            }

            .legal-feature__text {
                font-size: 14px;
            }

            .legal-chat {
                border-radius: 16px;
                padding: 8px;
            }

            .legal-chat img {
                border-radius: 12px;
            }

            .legal-advocate-title {
                font-size: 32px;
            }

            .legal-advocate {
                border-radius: 16px;
                padding: 14px 12px 10px;
            }

            

            

            

            

            

            

            .legal-case {
                border-radius: 20px;
                padding: 18px 14px 20px;
                gap: 14px;
            }

            .legal-case__badge {
                height: 28px;
                border-radius: 8px;
                font-size: 14px;
                padding: 0 12px;
            }

            .legal-case__title {
                font-size: 30px;
            }

            .legal-case__top,
            .legal-case__bottom {
                grid-template-columns: 1fr;
                gap: 14px;
            }

            .legal-case__image {
                border-radius: 16px;
            }

            .legal-case__desc {
                gap: 10px;
            }

            .legal-case__desc p {
                font-size: 14px;
            }

            .legal-case__benefits {
                border-radius: 16px;
                padding: 16px 14px;
                gap: 12px;
            }

            .legal-case__benefits-title {
                font-size: 20px;
            }

            .legal-case__benefits-list {
                gap: 10px;
            }

            .legal-case__benefits-item {
                font-size: 14px;
                gap: 8px;
            }

            .legal-case__check {
                width: 16px;
                height: 16px;
                font-size: 9px;
                margin-top: 1px;
            }

            .legal-case__stat {
                gap: 4px;
            }

            .legal-case__stat-value, .obuch-case__stat-value, .git-case-card__stat-value  {
                font-size: 28px;
            }

            .legal-case__stat-label {
                font-size: 14px;
            }

            .legal-case__stat-divider {
                margin: 10px 0;
            }

            .legal-cta {
                width: 100%;
                height: 54px;
                border-radius: 12px;
                font-size: 17px;
                line-height: 1.2;
                padding: 0 14px;
                white-space: normal;
            }
        }

        

        
@media (max-width: 800px) {

.legal-advocate__cell--head, .obuch-compare-header span, .legal-advocate__cell {
    font-size: 16px;
}       

   .obuch-compare-row span {
    font-size: 16px;      

        
   }

}
   .new_c_space { 
       display: inline;
    }       
      

  @media (max-width: 700px) {

.legal-advocate__cell--head, .obuch-compare-header span, .legal-advocate__cell {
    font-size: 14px;
}       

   .obuch-compare-row span {
    font-size: 14px;      

        
   }

}      

        

        

    @media (max-width: 1400px) {
    .vyzovy-inner {
        padding: 30px 30px 60px 30px;
    }

   
}    

@media (max-width: 1420px) {
    

    .new_c_space { 
        display: none;
    }
}    
        

        

        

        

        

        

        

        

        

        

        

        

        

        

        

        

        

        

        

        

        

        

        

        

        

        

        

        

        

        

        

        

        

        

        

        

        

        

        

        

        

        

        

        

        

        

        

        

        

        

        

        

        

        

        

        

        

        

        

        

        

        

        

        

        

        

        

        

        

        

        

/* TOPBAR */
.topbar__right #panelcontainer {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

#authButtonExternal,
#authButtonExternal [class*="authButtonStyles__login"] {
    display: flex;
    align-items: center;
}

#authButtonExternal [class*="authButtonStyles__button--"] {
    width: 240px;
    height: 46px;
    padding: 0 16px;
    border: 0;
    border-radius: 0;
    background: #4E5874;
    color: #FFFFFF;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    font-family: var(--font);
    font-size: 18px;
    font-weight: 500;
    line-height: 1;
    cursor: default;
    appearance: none;
    -webkit-appearance: none;
}

#authButtonExternal [class*="authButtonStyles__buttonIcon"] {
    width: 28px;
    height: 28px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 28px;
}

#authButtonExternal [class*="authButtonStyles__buttonIcon"] svg {
    width: 28px;
    height: 28px;
    display: block;
}

#authButtonExternal [class*="authButtonStyles__actionLogoSvg"] path {
    fill: #FFFFFF;
}

#authButtonExternal [class*="authButtonStyles__buttonText"] {
    color: #FFFFFF;
    white-space: nowrap;
}

@media (max-width: 1024px) {
    #authButtonExternal [class*="authButtonStyles__button--"] {
        width: auto;
        min-width: 206px;
        height: 40px;
        padding: 0 12px;
        font-size: 15px;
    }

    #authButtonExternal [class*="authButtonStyles__buttonIcon"],
    #authButtonExternal [class*="authButtonStyles__buttonIcon"] svg {
        width: 24px;
        height: 24px;
        flex-basis: 24px;
    }
}

@media (max-width: 500px) {
    #authButtonExternal [class*="authButtonStyles__button--"] {
        min-width: 0;
        height: 34px;
        padding: 0 9px;
        gap: 6px;
        font-size: 0;
    }

    #authButtonExternal [class*="authButtonStyles__buttonText"] {
        display: none;
    }

    #authButtonExternal [class*="authButtonStyles__buttonIcon"],
    #authButtonExternal [class*="authButtonStyles__buttonIcon"] svg {
        width: 22px;
        height: 22px;
        flex-basis: 22px;
    }
}

/* ID2 */
.topbar {
    align-items: center;
}

.topbar__right {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.topbar__right #panelcontainer {
    width: 170px;
    height: 32px;
    min-width: 170px;
    min-height: 32px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

#authButtonExternal,
#authButtonExternal .authButtonStyles__login--I1GIO {
    width: 170px;
    height: 32px;
    display: flex;
    align-items: center;
}

#authButtonExternal .authButtonStyles__button--FmydP {
    width: 170px;
    height: 32px;
    min-width: 170px;
    min-height: 32px;
    max-width: 170px;
    max-height: 32px;
    padding: 0;
    box-sizing: border-box;
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
    gap: 5px;
    border: 0;
    border-radius: 0;
    background: #5D667F;
    color: #FFFFFF;
    font-family: var(--font);
    font-size: 13px;
    font-weight: 500;
    line-height: 1;
    cursor: pointer;
    overflow: hidden;
    appearance: none;
    -webkit-appearance: none;
}

#authButtonExternal .authButtonStyles__buttonIcon--gSgyl {
    width: 26px;
    height: 26px;
    min-width: 26px;
    min-height: 26px;
    max-width: 26px;
    max-height: 26px;
    flex: 0 0 26px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

#authButtonExternal .authButtonStyles__buttonIcon--gSgyl svg {
    width: 26px;
    height: 26px;
    display: block;
}

#authButtonExternal .authButtonStyles__actionLogoSvg--0pqGT path {
    fill: #FFFFFF;
}

#authButtonExternal .authButtonStyles__buttonText--xSOt1 {
    display: block;
    width: 120px;
    min-width: 120px;
    max-width: 120px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #FFFFFF;
}

/* Inline styles */
.moved-inline-style-001 {
    position: absolute; z-index: -1; font-size: 0px; color: transparent; visibility: hidden;
}

.moved-inline-style-002 {
    display: flex; flex-direction: column; gap: 4px;
}

.moved-inline-style-003 {
    display: flex;
    align-items: baseline;
    gap: 0;
    margin-bottom: 4px;
    margin-top: 15px;
    letter-spacing: 1px;
}

.moved-inline-style-004 {
    color: #F1361D;
}

.moved-inline-style-005 {
    border-bottom: none; margin-bottom: 0;
}

.moved-inline-style-006 {
    width: 86px; height: 77px;
}


/* Attention */
@media (min-width: 1025px) {
    .attention-container {
        max-width: 1512px;
        height: 584px;
        padding: 60px 0 0;
        overflow: hidden;
        background-color: #FF5548;
        background-position: center top;
        background-size: 1512px 584px;
    }

    .attention-inner-wrapper {
        width: 100%;
        max-width: 1512px;
        padding: 0 0 0 80px;
        margin: 0 auto;
    }

    .attention-title {
        max-width: 1120px;
        margin: 0 auto 37px;
    }

    .attention-inner {
        width: 100%;
        display: flex;
        align-items: flex-start;
        justify-content: flex-start;
        gap: 44.5px;
    }

    .attention-left {
        flex: 0 0 800px;
        width: 800px;
        max-width: 800px;
        min-width: 0;
    }

    .attention-cards {
        width: 800px;
        max-width: 800px;
        display: grid;
        grid-template-columns: repeat(3, 254px);
        gap: 22px 19px;
    }

    .attention-card {
        width: 254px;
        min-height: 151px;
    }

    

    
}

/* Attention */
.attention-wrapper {
    position: relative;
    z-index: 1;
}

.attention-container {
    position: relative !important;
    z-index: 1;
    isolation: isolate;
    overflow: hidden !important;

    --attention-pic-width: 599px;
    --attention-pic-height: 408px;
    --attention-pic-right: 0px;
    --attention-pic-bottom: 0px;
    --attention-pic-x: 11px;
    --attention-pic-y: 21px;
}

.attention-container::after {
    content: "";
    position: absolute;
    right: var(--attention-pic-right);
    bottom: var(--attention-pic-bottom);
    width: var(--attention-pic-width);
    height: var(--attention-pic-height);
    background-image: url("images/att_pic.png");
    background-repeat: no-repeat;
    background-position: right top;
    background-size: 100% auto;
    transform: translate(var(--attention-pic-x), var(--attention-pic-y));
    z-index: 0;
    pointer-events: none;
}

.attention-inner-wrapper,
.attention-inner,
.attention-left {
    position: relative;
    z-index: 1;
}


.vyzovy-wrapper {
    position: relative;
    z-index: 2;
}

@media (max-width: 1350px) and (min-width: 1025px) {
    .attention-container {
        --attention-pic-width: 520px;
        --attention-pic-height: 340px;
        --attention-pic-right: -80px;
        --attention-pic-bottom: 0px;
    }
}

@media (max-width: 1024px) {
    .attention-container::after {
        display: none;
    }
}

/* Attention */
.attention-wrapper {
    background: #FF5548 !important;
    overflow: hidden;
}

@media (min-width: 1025px) {
    .attention-container {
        width: 100% !important;
        max-width: none !important;
        margin-left: auto !important;
        margin-right: auto !important;
        background-color: #FF5548 !important;
        background-position: center top !important;
        background-size: cover !important;
    }
}

@media (min-width: 1351px) {
    .attention-container {
        --attention-pic-right: max(0px, calc((100% - 1512px) / 2));
    }
}

/* Обучение */
.obuch-case__quote {
    --quote-height: 332px;
    --quote-left-mark-x: 60px;
    --quote-right-mark-x: 61px;
    --quote-mark-y: 60px;
    --quote-text-width: 860px;
    --quote-text-x: 0px;
    --quote-text-y: 60px;
    --quote-author-x: 197px;
    --quote-author-y: 173px;

    position: relative !important;
    display: block !important;
    width: 100% !important;
    min-height: var(--quote-height) !important;
    margin: 40px 0 0 !important;
    padding: 0 !important;
    border-top: 0 !important;
    box-sizing: border-box !important;
}

.obuch-case__quote,
.obuch-case__quote * {
    box-sizing: border-box;
}

.obuch-case__quote-body {
    position: static !important;
    z-index: 1 !important;
    display: block !important;
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
}

.obuch-case__quote-icon,
.obuch-case__quote-icon-right {
    position: absolute !important;
    top: var(--quote-mark-y) !important;
    display: block !important;
    width: 86px !important;
    height: 77px !important;
    margin: 0 !important;
    padding: 0 !important;
    object-fit: contain !important;
    pointer-events: none !important;
}

.obuch-case__quote-icon {
    left: var(--quote-left-mark-x) !important;
}

.obuch-case__quote-icon-right {
    right: var(--quote-right-mark-x) !important;
}

.obuch-case__quote-text {
    position: absolute !important;
    left: 50% !important;
    top: var(--quote-text-y) !important;
    transform: translateX(calc(-50% + var(--quote-text-x))) !important;
    width: var(--quote-text-width) !important;
    max-width: calc(100% - 240px) !important;
    margin: 0 !important;
    padding: 0 !important;
    color: #000000 !important;
    font-family: "Graphik_2", var(--font) !important;
    font-size: 36px !important;
    font-weight: 500 !important;
    line-height: 112% !important;
    letter-spacing: 0 !important;
    text-align: center !important;
}

.obuch-case__quote-author {
    position: absolute !important;
    left: var(--quote-author-x) !important;
    top: var(--quote-author-y) !important;
    display: flex !important;
    align-items: center !important;
    justify-content: flex-start !important;
    gap: 16px !important;
    margin: 0 !important;
    padding: 0 !important;
}

.obuch-case__quote-author img {
    display: block !important;
    width: 100px !important;
    height: 100px !important;
    margin: 0 !important;
    padding: 0 !important;
    object-fit: cover !important;
    border-radius: 50% !important;
    flex: 0 0 100px !important;
}

.obuch-case__quote-author > div {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin: 0;
    padding-bottom: 4px;
}

.obuch-case__author-name,
.obuch-case__author-role {
    margin: 0 !important;
    padding: 0 !important;
}

@media (max-width: 1024px) {
    .obuch-case__quote {
        min-height: auto !important;
        margin: 40px 0 0 !important;
        padding: 52px 32px 0 !important;
    }

    .obuch-case__quote-body {
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
        gap: 26px !important;
    }

    .obuch-case__quote-text {
        position: static !important;
        transform: none !important;
        width: calc(100% - 96px) !important;
        max-width: 720px !important;
        margin: 0 auto !important;
        padding: 0 !important;
        font-size: 30px !important;
        line-height: 116% !important;
    }

    .obuch-case__quote-icon,
    .obuch-case__quote-icon-right {
        top: 28px !important;
        width: 54px !important;
        height: auto !important;
    }

    .obuch-case__quote-icon {
        left: 24px !important;
    }

    .obuch-case__quote-icon-right {
        right: 24px !important;
    }

    .obuch-case__quote-author {
        position: static !important;
        width: 100% !important;
        max-width: 560px !important;
        margin: 0 auto !important;
        padding: 0 !important;
        justify-content: center !important;
    }
}

@media (max-width: 768px) {
    .obuch-case__quote {
        min-height: auto !important;
        margin: 36px 0 0 !important;
        padding: 42px 0 0 !important;
    }

    .obuch-case__quote-body {
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
        gap: 24px !important;
    }
.otdash-head__title,     .aiot-head__title {
        font-size: 28px;
    }

    .otdash-head__subtitle, .aiot-head__subtitle  {
        font-size: 14px;
        
    }
    .obuch-case__quote-icon,
    .obuch-case__quote-icon-right {
        top: 24px !important;
        width: 48px !important;
        height: auto !important;
    }

    .obuch-case__quote-icon {
        left: 0 !important;
    }

    .obuch-case__quote-icon-right {
        right: 0 !important;
    }

    .obuch-case__quote-text {
        position: static !important;
        transform: none !important;
        width: calc(100% - 96px) !important;
        max-width: 560px !important;
        margin: 0 auto !important;
        padding: 0 !important;
        font-size: 24px !important;
        line-height: 116% !important;
    }

    .obuch-case__quote-author {
        position: static !important;
        width: 100% !important;
        max-width: 420px !important;
        margin: 0 auto !important;
        padding: 0 !important;
        justify-content: center !important;
    }

    .obuch-case__quote-author img {
        width: 72px !important;
        height: 72px !important;
        flex-basis: 72px !important;
    }
}

@media (max-width: 480px) {
    .obuch-case__quote {
        margin-top: 32px !important;
        padding-top: 34px !important;
    }

    .obuch-case__quote-icon,
    .obuch-case__quote-icon-right {
        top: 18px !important;
        width: 38px !important;
    }

    .obuch-case__quote-text {
        width: calc(100% - 68px) !important;
        font-size: 21px !important;
        line-height: 118% !important;
    }

    .obuch-case__quote-author {
        align-items: center !important;
        max-width: 100% !important;
    }
}

/* Legal */
.legal-advocate {
    width: 100%;
    max-width: 1352px;
    margin: 0 auto;
    padding: 0;
    background: transparent;
    border-radius: 0;
    display: block;
}

.legal-advocate__image-button {
    appearance: none;
    -webkit-appearance: none;
    display: block;
    width: 100%;
    margin: 0;
    padding: 0;
    border: 0;
    background: transparent;
    border-radius: 0;
    cursor: zoom-in;
    text-align: left;
    line-height: 0;
}

.legal-advocate__image-button:focus-visible {
    outline: 3px solid rgba(241, 54, 29, 0.45);
    outline-offset: 6px;
}

.legal-advocate__image {
    display: block;
    width: 100%;
    max-width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
    border: 0;
    border-radius: 36px;
}

.legal-advocate-modal {
    width: min(94vw, 1400px);
    max-width: 1400px;
    max-height: 92vh;
    margin: auto;
    padding: 0;
    border: 0;
    background: transparent;
    overflow: visible;
}

.legal-advocate-modal::backdrop {
    background: rgba(0, 0, 0, 0.72);
}

.legal-advocate-modal__image {
    display: block;
    width: 100%;
    max-width: 100%;
    max-height: 88vh;
    height: auto;
    margin: 0;
    padding: 0;
    border-radius: 16px;
    object-fit: contain;
    background: #ffffff;
}

.legal-advocate-modal__close {
    position: absolute;
    top: -18px;
    right: -18px;
    z-index: 2;
    width: 40px;
    height: 40px;
    margin: 0;
    padding: 0;
    border: 0;
    border-radius: 50%;
    background: #F1361D;
    color: #ffffff;
    font-family: "Graphik_2", var(--font);
    font-size: 28px;
    font-weight: 500;
    line-height: 38px;
    text-align: center;
    cursor: pointer;
}

@media (max-width: 1024px) {
    .legal-advocate {
        max-width: 100%;
    }

    .legal-advocate__image-button {
        cursor: zoom-in;
    }

    .legal-advocate-modal {
        width: 94vw;
        max-height: 90vh;
    }

    .legal-advocate-modal__image {
        max-height: 84vh;
        border-radius: 12px;
    }
}

@media (max-width: 500px) {
    .legal-advocate-modal {
        width: 96vw;
        max-height: 88vh;
    }

    .legal-advocate-modal__image {
        max-height: 80vh;
        border-radius: 10px;
    }

    .legal-advocate-modal__close {
        top: -14px;
        right: -8px;
        width: 34px;
        height: 34px;
        font-size: 24px;
        line-height: 32px;
    }
}

/* Artboard 1512 */
html {
    width: 100%;
    min-width: 320px;
    margin: 0;
    padding: 0;
    background: #FFFFFF;
    overflow-x: hidden;
}

body {
    width: 100%;
   /* max-width: 1512px;*/
    min-width: 320px;
    margin: 0 auto;
    padding: 0;
    overflow-x: hidden;
    position: relative;
    background: #FFFFFF;
}

@media (min-width: 1513px) {
    body {
      /*  width: 1512px; */
    }
}

body > .topbar-outer,
body > .hero-wrapper,
body > .attention-wrapper,
body > .vyzovy-wrapper,
body > .poteri-wrapper,
body > .obuch-wrapper,
body > .git-case-wrapper,
body > .legal-wrapper {
   /* max-width: 1512px;*/
    margin-left: auto;
    margin-right: auto;
}

.attention-wrapper,
.attention-container {
    /*max-width: 1512px;*/
    overflow: hidden !important;
}

.attention-container::after {
    max-width: none;
}

/* ===== Нижние секции из Архив.zip ===== */
/* Нижние секции */
/* ===== Очищенный CSS: оставлены только селекторы, связанные с текущим index.html ===== */

:root {
    --red: #F1361D;
    --dark: #2F3441;
    --slate: #596176;
    --steel: #6E7992;
    --line: #E9E7E6;
    --divider: #D8D8D8;
    --white: #FFFFFF;
    --footer-bg: #393939;
    --peach: #FDF0EC;
    --sky: #EBF6FF;
    --lavender: #F8F4FE;
    --mint: #EBF9F4;
    --gray: #F5F6FA;
    --cream: #F9F4F1;
    --green: #06B04A;
    --amber: #FFA405;
    --teal: #4CCB8D;
    --blue: #048FFB;
    --purple: #AF86F3;
    --font: "Graphik_2", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    --pad: 0px;
    --r-sm: 10px;
    --r-md: 15px;
    --r-lg: 20px;
    --max-width: 1128px;
}

*, *::before, *::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

html {
    min-width: 320px;
    scroll-behavior: smooth;
}

body {
    font-family: var(--font);
    background: #fff;
    color: var(--dark);
    line-height: 1.5;
}

a {
    text-decoration: none;
    color: inherit;
}

.cta-section {
    padding: 40px var(--pad);
    text-align: center;
    max-width: var(--max-width);
    margin: 0 auto;
}

.cta-section__title {
    font-size: 48px;
    font-weight: 500;
    letter-spacing: -0.03em;
    color: var(--dark);
    line-height: 1.1;
    margin-bottom: 12px;
}

.cta-section__sub {
    font-size: 17px;
    color: var(--slate);
    margin-bottom: 36px;
}

.cta-form {
    display: block;
    width: 100%;
}

.footer-wrapper {
    background: #000;
    width: 100%;
}

.footer {
    background: #000;
    box-sizing: border-box;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    width: 100%;
    max-width: 1512px;
    height: 230px;
    margin: 0 auto;
    padding: 80px;
    color: rgba(255, 255, 255, .65);
}

.footer__brand {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 25px;
}

.footer__logo {
    display: block;
    width: 224.53px;
    height: 28px;
    object-fit: contain;
}

.footer__copy {
    font-size: 14px;
    font-weight: 500;
    line-height: 126%;
    letter-spacing: 0;
    color: rgba(255, 255, 255, .65);
    white-space: nowrap;
}

.footer__nav-block {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 25px;
    padding-top: 4px;
}

.footer__nav {
    display: flex;
    align-items: center;
    gap: 25px;
    margin-right: 8px;
}

.footer__nav a {
    font-size: 18px;
    font-weight: 500;
    line-height: 126%;
    letter-spacing: 0;
    color: rgba(255, 255, 255, .65);
    text-decoration: none;
}

.footer__legal {
    display: flex;
    align-items: center;
    gap: 18px;
}

.footer__legal a {
    font-size: 14px;
    font-weight: 500;
    line-height: 126%;
    letter-spacing: 0;
    color: rgba(255, 255, 255, .65);
    text-decoration: none;
    white-space: nowrap;
}

.anim-fade-up {
    opacity: 0;
    transform: translateY(36px);
    transition: opacity 0.6s cubic-bezier(.22, .61, .36, 1), transform 0.6s cubic-bezier(.22, .61, .36, 1);
}

.anim-fade-up.in-view {
    opacity: 1;
    transform: none;
}

@media (prefers-reduced-motion: reduce) {
    .anim-fade-up {
        opacity: 1 !important;
        transform: none !important;
        transition: none !important;
    }
}

#backform {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}

#backform .row {
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: wrap;
    gap: 12px;
    justify-content: center;
    align-items: flex-end;
    width: 100%;
}

#backform .col-lg-3 {
    flex: 1 1 200px;
    min-width: 200px;
    max-width: 100%;
}

#backform .form-control {
    width: 100%;
    height: 55px;
    border: 2px solid var(--steel);
    border-radius: 9px;
    padding: 0 20px;
    font-size: 15px;
    font-family: var(--font);
    color: var(--dark);
    outline: none;
    background: #fff;
    transition: border-color 0.3s ease;
    box-sizing: border-box;
}

#backform .form-control::placeholder {
    color: var(--steel);
}

#backform .form-control:focus {
    border-color: var(--dark);
}

#backform .btn-trud2 {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 55px;
    background: var(--red);
    color: #fff;
    border: none;
    border-radius: 9px;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    font-family: var(--font);
    transition: opacity 0.15s;
    white-space: nowrap;
    padding: 0 24px;
    box-sizing: border-box;
}

#backform .btn-trud2:hover {
    opacity: 0.88;
}

.left-content__small {
    width: 100%;
    text-align: center;
    padding-top: 8px;
}

.form-check {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    justify-content: center;
}

.form-check-input {
    width: 16px;
    height: 16px;
    margin-top: 2px;
    cursor: pointer;
    accent-color: var(--red);
    flex-shrink: 0;
}

.form-check-label {
    color: #999999 !important;
    font-size: 12px !important;
    line-height: 1.4;
    text-align: left;
    font-family: var(--font);
}

.form-check-label a {
    color: #999999;
    text-decoration: underline;
}

.form-check-label a:hover {
    color: var(--steel);
}

@media (max-width: 768px) {
    #backform .row {
        flex-direction: column !important;
        gap: 10px;
    }

    #backform .col-lg-3 {
        flex: 1 1 100%;
        min-width: 100%;
        max-width: 100%;
    }

    #backform .form-control {
        height: 48px;
        font-size: 14px;
    }

    #backform .btn-trud2 {
        height: 48px;
        font-size: 15px;
    }

    .form-check {
        justify-content: flex-start;
        padding: 0 8px;
    }
}

@media (max-width: 480px) {
    #backform .form-control {
        height: 44px;
        font-size: 14px;
        padding: 0 16px;
    }

    #backform .btn-trud2 {
        height: 44px;
        font-size: 14px;
    }

    .form-check-label {
        font-size: 11px !important;
    }
}

.callback__text.callback-result {
    display: none;
    max-width: 700px;
    margin: 0 auto;
    padding: 20px 30px;
    background: #e9f1e7;
    border-radius: 12px;
    font-size: 17px;
    font-weight: 500;
    color: var(--dark);
    text-align: center;
    line-height: 1.5;
    border: 1px solid #1FB304;
    box-shadow: 0 2px 8px rgba(76, 203, 141, 0.12);
}

@media (max-width: 768px) {
    .cta-section__title {
       /* font-size: 30px;*/
    }

    .footer {
        flex-direction: column;
        justify-content: flex-start;
        height: auto;
        min-height: 230px;
        gap: 32px;
        padding: 48px 24px;
    }

    .footer__brand, .footer__nav-block {
        align-items: flex-start;
    }

    .footer__nav, .footer__legal {
        flex-wrap: wrap;
        justify-content: flex-start;
    }

    .footer__copy {
        white-space: normal;
    }
}

@media (max-width: 480px) {
    .cta-section__title {
      /*  font-size: 24px;*/
    }
}

.otdash-wrapper {
    background: #fff;
    width: 100%;
}

.otdash-inner {
    max-width: 1512px;
    margin: 0 auto;
    padding: 60px 80px 80px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 60px;
}

.otdash-head {
    width: 100%;
    max-width: 1240px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 22px;
    text-align: center;
}

.otdash-head__label {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 32px;
    padding: 0 16px;
    border-radius: 10px;
    background: #FAF8F5;
    font-family: "Graphik_2", var(--font);
    font-size: 16px;
    font-weight: 400;
    line-height: 1;
    color: rgba(0, 0, 0, 0.45);
}

.otdash-head__title {
    margin: 0;
    padding: 0;
    font-family: "Graphik_2", var(--font);
    font-size: 49px;
    font-weight: 500;
    line-height: 102%;
    color: #000000;
    letter-spacing: 0;
}

.otdash-head__subtitle {
    margin: 0;
    padding: 0;
    max-width: 1178px;
    font-family: "Graphik_2", var(--font);
    font-size: 24px;
    font-weight: 500;
    line-height: 126%;
    color: rgba(0, 0, 0, 0.45);
}

.otdash-shell {
    width: 100%;
    background: #f3efeb;
    border-radius: 24px;
    overflow: hidden;
}

.otdash-shell__top {
    height: 60px;
    border-bottom: 2px solid #FAF8F5;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    padding: 0 22px;
}

.otdash-shell__dots {
    position: absolute;
    left: 22px;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    gap: 8px;
}

.otdash-shell__dots span {
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: #CBC8C5;
}

.otdash-shell__domain {
    height: 28px;
    min-width: 266px;
    padding: 0 18px;
    border-radius: 999px;
    background: #CAC7C4;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-family: "Graphik_2", var(--font);
    font-size: 16px;
    font-weight: 500;
    line-height: 1;
    color: rgba(255, 255, 255, 0.72);
}

.otdash-body {
    padding: 16px;
}

.otdash-cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 66px;
    padding: 0 30px;
    border-radius: 16px;
    background: #F1361D;
    color: #FFFFFF;
    font-family: "Graphik_2", var(--font);
    font-size: 20px;
    font-weight: 500;
    line-height: 1;
    text-decoration: none;
    transition: opacity 0.15s;
}

.otdash-cta:hover {
    opacity: .88;
    color: #FFFFFF;
}

@media (max-width: 1024px) {
    .otdash-inner {
        padding: 58px 24px 64px;
        gap: 32px;
    }

    .otdash-head {
        gap: 18px;
    }

    .otdash-head__title {
        font-size: 36px;
    }

    .otdash-head__subtitle {
        font-size: 18px;
        max-width: 920px;
    }

    .otdash-shell {
        border-radius: 24px;
    }

    .otdash-shell__top {
        height: 52px;
    }

    .otdash-shell__dots {
        left: 16px;
    }

    .otdash-shell__dots span {
        width: 12px;
        height: 12px;
    }

    .otdash-shell__domain {
        min-width: 200px;
        height: 30px;
        font-size: 14px;
    }

    .otdash-body {
        padding: 12px;
    }

    .otdash-cta {
        width: 100%;
        max-width: 520px;
        height: 62px;
        border-radius: 14px;
        font-size: 18px;
        text-align: center;
        padding: 0 20px;
    }
}

@media (max-width: 500px) {
    .otdash-inner {
        padding: 38px 14px 44px;
        gap: 24px;
    }

    .otdash-head {
        gap: 14px;
    }

    .otdash-head__label {
        height: 28px;
        border-radius: 8px;
        font-size: 14px;
        padding: 0 12px;
    }

    .otdash-head__title {
        font-size: 32px;
    }

    .otdash-head__subtitle {
        font-size: 15px;
        line-height: 138%;
    }

    .otdash-shell {
        border-radius: 18px;
    }

    .otdash-shell__top {
        height: 46px;
        padding: 0 12px;
    }

    .otdash-shell__dots {
        left: 12px;
        gap: 6px;
    }

    .otdash-shell__dots span {
        width: 10px;
        height: 10px;
    }

    .otdash-shell__domain {
        min-width: 142px;
        height: 26px;
        padding: 0 10px;
        font-size: 14px;
    }

    .otdash-body {
        padding: 8px;
    }

    .otdash-cta {
        width: 100%;
        height: 54px;
        border-radius: 12px;
        font-size: 17px;
        line-height: 1.2;
        padding: 0 14px;
        white-space: normal;
    }

    .otdash-browser__canvas {
        width: 100%;
        border-radius: 12px;
        display: flex;
        align-items: flex-start;
        justify-content: center;
        padding: 0;
    }
}

.aiot-wrapper {
    background: #faf8f5;
    width: 100%;
}

.aiot-inner {
    max-width: 1512px;
    margin: 0 auto;
    padding: 60px 80px 80px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 60px;
}

.aiot-head {
    width: 100%;
   /* max-width: 1320px;*/
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 24px;
}

.aiot-head__label {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 32px;
    padding: 0 16px;
    border-radius: 10px;
    background: #ffffff;
    font-family: "Graphik_2", var(--font);
    font-size: 16px;
    font-weight: 400;
    line-height: 1;
    color: rgba(0, 0, 0, 0.45);
}

.aiot-head__title {
    margin: 0;
    padding: 0;
    font-family: "Graphik_2", var(--font);
    font-size: 48px;
    font-weight: 500;
    line-height: 102%;
    color: #000000;
    letter-spacing: 0;
}

.aiot-head__subtitle {
   /* max-width: 1320px;*/
    font-family: "Graphik_2", var(--font);
    font-size: 24px;
    font-weight: 500;
    line-height: 126%;
    color: rgba(0, 0, 0, 0.45);
}

.aiot-browser {
    width: 100%;
    background: #f3efeb;
    border-radius: 24px;
    overflow: hidden;
}

.aiot-browser__top {
    height: 60px;
    border-bottom: 2px solid #FAF8F5;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    padding: 0 18px;
}

.aiot-browser__dots {
    position: absolute;
    left: 22px;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    gap: 8px;
}

.aiot-browser__dots span {
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: #CBC8C5;
}

.aiot-browser__domain {
    height: 28px;
    min-width: 266px;
    border-radius: 999px;
    background: #CAC7C4;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 16px;
    font-family: "Graphik_2", var(--font);
    font-size: 14px;
    font-weight: 500;
    color: #fff;
    line-height: 1;
}

.aiot-browser__body {
    padding: 16px;
}

.aiot-browser__canvas {
    width: 100%;
    border-radius: 12px;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    padding: 0;
}

.aiot-browser__image {
    width: 100%;
    max-width: 1320px;
    border-radius: 12px;
    display: block;
}

.aiot-cards {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 40px;
}

.aiot-card {
    background: #ffffff;
    border-radius: 20px;
    padding: 32px 38px 40px 40px;
    min-height: 309px;
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.aiot-card__icon img {
    width: 32px;
    height: 32px;
    display: block;
}

.aiot-card__title {
    margin: 0;
    padding: 0;
    font-family: "Graphik_2", var(--font);
    font-size: 24px;
    font-weight: 500;
    line-height: 112%;
    color: #1A1A1A;
}

.aiot-card__text {
    margin: 0;
    padding: 0;
    font-family: "Graphik_2", var(--font);
    font-size: 18px;
    font-weight: 500;
    line-height: 132%;
    color: rgba(0, 0, 0, 0.45);
}

.aiot-cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 66px;
    padding: 0 35px;
    border-radius: 16px;
    background: #F1361D;
    color: #FFFFFF;
    font-family: "Graphik_2", var(--font);
    font-size: 20px;
    font-weight: 500;
    line-height: 1.26;
    letter-spacing: 0;
    text-decoration: none;
    transition: opacity 0.15s;
}

.aiot-cta:hover {
    opacity: .88;
    color: #FFFFFF;
}

@media (max-width: 1224px) {

.aiot-cards {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 18px;
    }

}

@media (max-width: 750px) {

.aiot-cards {
        grid-template-columns: repeat(1, minmax(0, 1fr));
        gap: 18px;
    }

}

@media (max-width: 1024px) {
    .aiot-inner {
        padding: 58px 24px 64px;
        gap: 32px;
    }

    .aiot-head {
        gap: 18px;
    }

    .aiot-head__title {
        font-size: 36px;
    }

    .aiot-head__subtitle {
        font-size: 18px;
        max-width: 920px;
    }

    .aiot-browser {
        border-radius: 24px;
    }

    .aiot-browser__top {
        height: 52px;
    }

    .aiot-browser__dots {
        left: 16px;
    }

    .aiot-browser__dots span {
        width: 12px;
        height: 12px;
    }

    .aiot-browser__domain {
        min-width: 200px;
        height: 30px;
        font-size: 14px;
    }

    .aiot-browser__body {
        padding: 12px;
    }

    .aiot-browser__canvas {
       /* min-height: 612px;*/
        border-radius: 14px;
        padding: 34px 16px 20px;
    }

    .aiot-browser__image {
       /* max-width: 540px;*/
    }

    .aiot-cards {
        grid-template-columns: repeat(1, minmax(0, 1fr));
        gap: 18px;
    }

    .aiot-card {
        min-height: 200px;
        padding: 24px 20px 20px;
        border-radius: 16px;
        gap: 12px;
    }

    .aiot-card__title {
        font-size: 22px;
    }

    .aiot-card__text {
        font-size: 16px;
    }

    .aiot-cta {
        width: 100%;
        max-width: 640px;
        height: 62px;
        border-radius: 14px;
        font-size: 18px;
        padding: 0 20px;
        text-align: center;
    }
}

@media (max-width: 500px) {
    .aiot-inner {
        padding: 38px 14px 44px;
        gap: 24px;
    }

    .aiot-head {
        gap: 14px;
    }

    .aiot-head__label {
        height: 28px;
        border-radius: 8px;
        font-size: 14px;
        padding: 0 12px;
    }

    .aiot-head__title {
        font-size: 32px;
    }

    .aiot-head__subtitle {
        font-size: 15px;
        line-height: 138%;
    }

    .aiot-browser {
        border-radius: 18px;
    }

    .aiot-browser__top {
        height: 46px;
        padding: 0 12px;
    }

    .aiot-browser__dots {
        left: 12px;
        gap: 6px;
    }

    .aiot-browser__dots span {
        width: 10px;
        height: 10px;
    }

    .aiot-browser__domain {
        min-width: 142px;
        height: 26px;
        padding: 0 10px;
        font-size: 12px;
    }

    .aiot-browser__body {
        padding: 8px;
    }

    .aiot-browser__canvas {
        min-height: auto;
        border-radius: 12px;
        padding: 16px 8px 8px;
    }

    .aiot-browser__image {
        max-width: 100%;
        border-radius: 16px;
    }

    .aiot-cards {
        grid-template-columns: 1fr;
        gap: 12px;
    }

    .aiot-card {
        min-height: auto;
        border-radius: 16px;
        padding: 18px 14px;
        gap: 8px;
    }

    .aiot-card__icon img {
        width: 28px;
        height: 28px;
    }

    .aiot-card__title {
        font-size: 20px;
    }

    .aiot-card__text {
        font-size: 14px;
    }

    .aiot-cta {
        width: 100%;
        height: 54px;
        border-radius: 12px;
        font-size: 17px;
        line-height: 1.2;
        padding: 0 14px;
        white-space: normal;
    }
}

.aimonth-wrapper {
    background: #faf8f5;
    width: 100%;
}

.aimonth-inner {
    max-width: 1512px;
    margin: 0 auto;
    padding: 60px 80px 80px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 60px;
}

.aimonth-head {
    width: 100%;
    /*max-width: 1320px;*/
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 24px;
}

.aimonth-head__label {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 32px;
    padding: 0 16px;
    border-radius: 10px;
    background: #ffffff;
    font-family: "Graphik_2", var(--font);
    font-size: 16px;
    font-weight: 400;
    line-height: 1;
    color: rgba(0, 0, 0, 0.45);
}

.aimonth-head__title {
    margin: 0;
    padding: 0;
    font-family: "Graphik_2", var(--font);
    font-size: 48px;
    font-weight: 500;
    line-height: 102%;
    letter-spacing: 0;
    color: #000000;
    letter-spacing: 0;
}

.aimonth-head__subtitle {
   /* max-width: 1320px;*/
    font-family: "Graphik_2", var(--font);
    font-size: 24px;
    font-weight: 500;
    line-height: 126%;
    color: rgba(0, 0, 0, 0.45);
}

.aimonth-browser {
    width: 100%;
    background: #f3efec;
    border-radius: 28px;
    overflow: hidden;
}

.aimonth-browser__top {
    height: 60px;
    border-bottom: 2px solid #FAF8F5;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    padding: 0 16px;
}

.aimonth-browser__dots {
    position: absolute;
    left: 22px;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    gap: 8px;
}

.aimonth-browser__dots span {
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: #CBC8C5;
}

.aimonth-browser__domain {
    height: 26px;
    min-width: 266px;
    border-radius: 999px;
    background: rgba(0, 0, 0, 0.1);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 16px;
    font-family: "Graphik_2", var(--font);
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    line-height: 1;
}

.aimonth-browser__body {
    padding: 16px;
}

.aimonth-browser__canvas {
    width: 100%;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.aimonth-browser__image {
    width: 100%;
    max-width: 1320px;
    border-radius: 12px;
    display: block;
}

.aimonth-grid {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 60px 40px;
    align-items: stretch;
}

.aimonth-card {
    background: #ffffff;
    border-radius: 20px;
    padding: 32px 42px 40px 40px;
    min-height: 521px;
    height: 100%;
    display: flex;
    flex-direction: column;
    gap: 16px;
    box-sizing: border-box;
}

.aimonth-card--single {
    grid-column: 1 / 2;
}

.aimonth-card__title {
    margin: 0;
    padding: 0;
    font-family: "Graphik_2", var(--font);
    font-size: 24px;
    font-weight: 500;
    line-height: 112%;
    letter-spacing: 0;
    color: #000;
}

.aimonth-card__meta {
    margin: 0;
    padding: 0;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-family: "Graphik_2", var(--font);
    font-size: 16px;
    font-weight: 500;
    line-height: 1.25;
    letter-spacing: 0;
    color: #1A1A1A;
}

.aimonth-card__meta svg {
    width: 16px;
    height: 16px;
    flex-shrink: 0;
}

.aimonth-card__text {
    margin: 0;
    padding: 0;
    font-family: "Graphik_2", var(--font);
    font-size: 16px;
    font-weight: 500;
    line-height: 146%;
    letter-spacing: -0.8%;
    color: rgba(0, 0, 0, 0.45);
}

.aimonth-card__text p {
    margin: 0 0 10px;
}

.aimonth-card__text p:last-child {
    margin-bottom: 0;
}

.aimonth-card__link {
    margin-top: auto;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-family: "Graphik_2", var(--font);
    font-size: 18px;
    font-weight: 500;
    line-height: 1.26;
    color: #F1361D;
    text-decoration: none;
}

.aimonth-card__link:hover {
    opacity: .88;
}

@media (max-width: 1024px) {
    .aimonth-inner {
        padding: 58px 24px 64px;
        gap: 32px;
    }

    .aimonth-head {
        gap: 18px;
    }

    .aimonth-head__title {
        font-size: 32px;
    }

    .aimonth-head__subtitle {
        font-size: 18px;
        max-width: 920px;
    }

    .aimonth-browser {
        border-radius: 24px;
    }

    .aimonth-browser__top {
        height: 52px;
    }

    .aimonth-browser__dots {
        left: 16px;
    }

    .aimonth-browser__dots span {
        width: 12px;
        height: 12px;
    }

    .aimonth-browser__domain {
        min-width: 200px;
        height: 30px;
        font-size: 14px;
    }

    .aimonth-browser__body {
        padding: 12px;
    }

    .aimonth-browser__canvas {
        min-height: auto;
        border-radius: 12px;
        padding: 10px;
    }

    .aimonth-grid {
        gap: 18px;grid-template-columns: auto;
    }

    .aimonth-card {
        min-height: 360px;
        border-radius: 16px;
        padding: 24px 20px 20px;
        gap: 12px;
    }

    .aimonth-card__title {
        font-size: 20px;
    }

    .aimonth-card__text {
        font-size: 16px;
    }

    .aimonth-card__link {
        font-size: 18px;
    }
}

@media (max-width: 500px) {
    .aimonth-inner {
        padding: 38px 14px 44px;
        gap: 24px;
    }

    .aimonth-head {
        gap: 14px;
    }

    .aimonth-head__label {
        height: 28px;
        border-radius: 8px;
        font-size: 14px;
        padding: 0 12px;
    }

    .aimonth-head__title {
        font-size: 28px;
    }

    .aimonth-head__subtitle {
        font-size: 14px;
        line-height: 138%;
    }

    .aimonth-browser {
        border-radius: 18px;
    }

    .aimonth-browser__top {
        height: 46px;
        padding: 0 12px;
    }

    .aimonth-browser__dots {
        left: 12px;
        gap: 6px;
    }

    .aimonth-browser__dots span {
        width: 10px;
        height: 10px;
    }

    .aimonth-browser__domain {
        min-width: 142px;
        height: 26px;
        padding: 0 10px;
        font-size: 12px;
    }

    .aimonth-browser__body {
        padding: 8px;
    }

    .aimonth-browser__canvas {
        border-radius: 10px;
        padding: 6px;
    }

    .aimonth-browser__image {
        border-radius: 8px;
    }

    .aimonth-grid {
        grid-template-columns: 1fr;
        gap: 12px;
    }

    .aimonth-card, .aimonth-card--single {
        grid-column: auto;
        min-height: auto;
        border-radius: 16px;
        padding: 18px 14px;
        gap: 8px;
    }

    .aimonth-card__title {
        font-size: 20px;
    }

    .aimonth-card__meta {
        font-size: 14px;
    }

    .aimonth-card__text {
        font-size: 14px;
    }

    .aimonth-card__link {
        font-size: 17px;
        margin-top: 8px;
    }
}

.moved-inline-style-007 {
    padding-bottom: 25px;
}

.moved-inline-style-008 {
    color: #999999;
    font-size: 12px;
}

.moved-inline-style-009 {
    display: none;
}

:root {
    --section-canvas-max: 1512px;
}

@media (min-width: 1025px) {
    :where(
        .otdash-inner,
        .aiot-inner,
        .aimonth-inner,
        .cta-section,
        .footer
    ) {
        margin-left: auto;
        margin-right: auto;
    }

    .footer, .otdash-inner, .aiot-inner, .aimonth-inner {
        max-width: var(--section-canvas-max);
    }
}

@media (max-width: 1024px) {
    .footer {
        height: auto;
        min-height: 230px;
        padding: 56px 40px;
        gap: 40px;
    }

    .footer__brand {
        flex: 0 1 330px;
        min-width: 0;
        gap: 22px;
    }

    .footer__copy {
        max-width: 330px;
        white-space: normal;
    }

    .footer__nav-block {
        flex: 1 1 360px;
        min-width: 0;
        gap: 22px;
        padding-top: 2px;
    }

    .footer__nav {
        flex-wrap: wrap;
        justify-content: flex-end;
        gap: 10px 20px;
        margin-right: 0;
    }

    .footer__legal {
        max-width: 100%;
        flex-wrap: wrap;
        justify-content: flex-end;
        gap: 12px 18px;
    }

    .footer__legal a {
        white-space: normal;
    }
}

@media (max-width: 768px) {
    .footer {
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
        min-height: 0;
        padding: 44px 24px;
        gap: 34px;
    }
  .aiot-head__title {
        font-size: 28px;
    }
   .otdash-head__title {
        font-size: 28px;
    }

    .otdash-head__subtitle {
        font-size: 14px;
       
    }
    .aiot-head__subtitle {
        font-size: 14px;
     
    }
    .footer__brand, .footer__nav-block {
        flex: none;
        width: 100%;
        align-items: flex-start;
    }
  .aimonth-head__title {
        font-size: 28px;
    }

    .aimonth-head__subtitle {
        font-size: 14px;
        line-height: 138%;
    }
    .footer__brand {
        gap: 22px;
    }

    .footer__nav-block {
        gap: 24px;
        padding-top: 0;
    }

    .footer__copy {
        max-width: 100%;
    }

    .footer__nav {
        justify-content: flex-start;
        gap: 18px 24px;
    }

    .footer__legal {
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
    }
}

@media (max-width: 480px) {
    .footer {
        padding: 36px 20px 40px;
        gap: 30px;
    }

    .footer__brand {
        gap: 20px;
    }

    .footer__logo {
        width: min(224.53px, 100%);
        height: auto;
    }

    .footer__nav {
        flex-direction: column;
        align-items: flex-start;
        gap: 14px;
    }
}

.cta-section {
    width: 100%;
    max-width: 1512px;
    height: 612px;
    margin: 0 auto;
    padding: 60px 80px 80px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    background: #FAF8F5;
    color: #000000;
    box-shadow: 0 0 0 100vmax #FAF8F5;
    clip-path: inset(0 -100vmax);
}

.cta-section__title {
    width: 100%;
    max-width: 1352px;
    margin: 0 0 24px;
    color: #000000;
    font-family: "Graphik_2", var(--font);
    font-size: 48px;
    font-weight: 500;
    line-height: 102%;
    letter-spacing: 0;
    text-align: center;

}

.cta-section__sub {
    width: 100%;
    max-width: 1352px;
    margin: 0 0 60px;
    color: rgba(0, 0, 0, .45);
    font-family: "Graphik_2", var(--font);
    font-size: 24px;
    font-weight: 500;
    line-height: 126%;
    letter-spacing: 0;
    text-align: center;
    font-size: clamp(14px, 2.5vw, 24px);
}

.cta-form, #backform {
    width: 888px;
    max-width: 100%;
    margin: 0 auto;
}

#backform .row {
    display: grid !important;
    width: 888px;
    max-width: 100%;
    grid-template-columns: repeat(3, 280px);
    column-gap: 24px;
    row-gap: 0;
    justify-content: center;
    align-items: start;
    margin: 0 auto;
}

#backform .col-lg-3 {
    width: 280px;
    min-width: 0;
    max-width: none;
    margin: 0 !important;
}

.cta-field {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 5px;
    text-align: left;
}

.cta-field__label {
    height: 24px;
    color: #191818;
    font-family: "Graphik_2", var(--font);
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: 0;
}

#backform .form-control {
    width: 280px;
    height: 48px;
    border: 0;
    border-radius: 8px;
    padding: 0 16px;
    background: #EEE9E2;
    color: #181818;
    font-family: "Graphik_2", var(--font);
    font-size: 18px;
    font-weight: 400;
    line-height: 126%;
    text-align: left !important;
    outline: none;
    box-shadow: none;
}

#backform .form-control::placeholder {
    color: #B0ADA9;
    opacity: 1;
}

#backform .form-control:focus {
    box-shadow: inset 0 0 0 1px rgba(241, 54, 29, .45);
}

.left-content__small {
    grid-column: 1 / -1;
    width: 100%;
    margin: 32px 0 0 !important;
    padding: 0 !important;
    text-align: left;
}

.form-check {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 11px;
    padding: 0 10px;
}

.form-check-input {
    width: 24px;
    height: 24px;
    margin: 0;
    flex: 0 0 24px;
    appearance: none;
    -webkit-appearance: none;
    border: 1px solid #C1C0BE;
    border-radius: 8px;
    background: #FFFFFF;
    cursor: pointer;
    accent-color: var(--red);
}

.form-check-input:checked {
    background-color: var(--red);
    border-color: var(--red);
    box-shadow: inset 0 0 0 5px #FFFFFF;
}

.form-check-label {
    color: rgba(0, 0, 0, .45) !important;
    font-family: "Graphik_2", var(--font);
    font-size: 16px !important;
    font-weight: 500;
    line-height: 22px;
    letter-spacing: 0;
    text-align: left;
    white-space: nowrap;
}

.form-check-label a {
    color: rgba(0, 0, 0, .45);
    text-decoration: underline;
}

.cta-submit {
    grid-column: 1 / -1;
    width: 888px !important;
    max-width: 100% !important;
    margin-top: 0 !important;
    padding-top: 32px;
}

#backform .btn-trud2 {
    width: 888px;
    max-width: 100%;
    height: 65px;
    padding: 20px 40px;
    border: 0;
    border-radius: 16px;
    background: #F1361D;
    color: #FFFFFF;
    font-family: "Graphik_2", var(--font);
    font-size: 20px;
    font-weight: 500;
    line-height: 25px;
    letter-spacing: 0;
    cursor: pointer;
    box-shadow: none;
}

@media (max-width: 1511px) {
    .cta-section {
        height: auto;
        min-height: 0;
        padding: 56px 40px 72px;
    }
/*
    .cta-section__title {
        font-size: clamp(34px, 4.7vw, 48px);
    }
*//*
    .cta-section__sub {
        margin-bottom: 56px;
        font-size: clamp(20px, 2.6vw, 24px);
    }
*/
    .cta-form, #backform, #backform .row {
        width: min(888px, 100%);
    }

    #backform .row {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        column-gap: 24px;
    }

    #backform .col-lg-3, #backform .form-control {
        width: 100%;
    }

    .cta-submit, #backform .btn-trud2 {
        width: 100% !important;
    }

    .form-check-label {
        white-space: normal;
    }
}

@media (max-width: 768px) {
    .cta-section {
        padding: 44px 24px 56px;
    }
/*
    .cta-section__title {
        margin-bottom: 18px;
        font-size: 28px;
        line-height: 106%;
    }
*/
    .cta-section__sub {
        margin-bottom: 40px;
       /* font-size: 20px;*/
        line-height: 126%;
    }

    .cta-section__title br, .cta-section__sub br {
        display: none;
    }

    #backform .row {
        grid-template-columns: 1fr;
        row-gap: 16px;
    }

    .left-content__small {
        margin-top: 8px !important;
    }

    .form-check {
        padding: 0;
    }

    .cta-submit {
        margin-top: 8px !important;
    }
}

@media (max-width: 480px) {
    .cta-section {
        padding: 36px 20px 48px;
    }
/*
    .cta-section__title {
        font-size: 28px;
    }
*/
    .cta-section__sub {
        margin-bottom: 32px;
       /* font-size: 17px;*/
    }

    #backform .form-control {
        height: 48px;
        font-size: 16px;
    }

    .form-check-label {
        font-size: 14px !important;
        line-height: 20px;
    }

    #backform .btn-trud2 {
        height: 56px;
        padding: 16px 24px;
        font-size: 18px;
        line-height: 24px;
    }
}

/* Нижние секции — ограничение 1512 */
body > .otdash-wrapper,
body > .aiot-wrapper,
body > .aimonth-wrapper,
body > .footer-wrapper,
body > .cta-section {
   /* max-width: 1512px;*/
    margin-left: auto;
    margin-right: auto;
}

body > .otdash-wrapper,
body > .aiot-wrapper,
body > .aimonth-wrapper,
body > .footer-wrapper {
    overflow: hidden;
}

@media (min-width: 1513px) {
    body > .otdash-wrapper,
    body > .aiot-wrapper,
    body > .aimonth-wrapper,
    body > .footer-wrapper,
    body > .cta-section {
       /* width: 1512px;*/
    }
}

/* Mobile navigation */
.hero-burger {
    display: none;
}

.video-container video {
    max-width: 100%;
    height: auto;
    border-radius: inherit;
}

@media (max-width: 768px) {
    .topbar {
        min-height: 72px;
        padding: 12px 20px;
        gap: 16px;
    }

    .topbar__logo-svg {
        width: 150px;
        height: auto;
    }

    .topbar__right {
        margin-left: auto;
        flex-shrink: 0;
    }

    .hero-logo-bar {
        position: relative;
        display: flex;
        flex-direction: row;
        align-items: flex-start;
        justify-content: space-between;
        gap: 16px;
        padding: 34px 20px 28px;
        margin-bottom: 0;
    }

    .hero-logo {
        margin: 0;
        padding-left: 0;
        min-width: 0;
    }

    .moved-inline-style-003 {
        margin-top: 0;
        margin-bottom: 8px;
        letter-spacing: 0;
        flex-wrap: wrap;
    }

    .hero-logo__action,
    .hero-logo__rest {
        /*font-size: clamp(34px, 9vw, 56px);*/
        line-height: 0.98;
        letter-spacing: -0.04em;
    }

    .hero-logo__rest {
        padding-left: 6px;
    }

    .hero-logo__sub {
       /* font-size: clamp(22px, 6vw, 34px);*/
        line-height: 1.08;
        letter-spacing: 0;
    }

    .hero-burger {
        position: relative;
        z-index: 4;
        display: inline-flex;
        width: 46px;
        height: 46px;
        min-width: 46px;
        margin-top: 4px;
        padding: 0;
        border: 1px solid rgba(0, 0, 0, 0.12);
        border-radius: 12px;
        background: #FFFFFF;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        gap: 5px;
        cursor: pointer;
    }

    .hero-burger span {
        display: block;
        width: 22px;
        height: 2px;
        border-radius: 2px;
        background: #111111;
        transition: transform 0.18s ease, opacity 0.18s ease;
    }

    .hero-burger.is-active span:nth-child(1) {
        transform: translateY(7px) rotate(45deg);
    }

    .hero-burger.is-active span:nth-child(2) {
        opacity: 0;
    }

    .hero-burger.is-active span:nth-child(3) {
        transform: translateY(-7px) rotate(-45deg);
    }

    .hero-nav {
        position: absolute;
        z-index: 3;
        top: calc(100% - 18px);
        left: 20px;
        right: 20px;
        display: none;
        margin: 0;
        padding: 18px;
        border-radius: 18px;
        background: #FFFFFF;
        box-shadow: 0 18px 44px rgba(0, 0, 0, 0.14);
        flex-direction: column;
        align-items: stretch;
        gap: 0;
    }

    .hero-nav.is-open {
        display: flex;
    }

    .hero-nav a {
        display: block;
        padding: 14px 0;
        border-bottom: 1px solid rgba(0, 0, 0, 0.08);
        font-size: 22px;
        line-height: 1.18;
        font-weight: 500;
        opacity: 0.62;
    }

    .hero-nav a:last-child {
        border-bottom: 0;
    }
}

@media (max-width: 480px) {
    .topbar {
        min-height: 64px;
        padding: 10px 16px;
    }

    .topbar__logo-svg {
        width: 136px;
    }

    .hero-logo-bar {
        padding: 28px 18px 24px;
    }

    .hero-burger {
        width: 42px;
        height: 42px;
        min-width: 42px;
        border-radius: 10px;
    }

    .hero-nav {
        left: 18px;
        right: 18px;
        padding: 16px;
    }

    .hero-nav a {
        font-size: 20px;
    }
}

/* Mobile fixes */
@media (max-width: 768px) {
    .legal-chat {
        width: 100% !important;
        max-width: 100% !important;
        min-width: 0 !important;
        box-sizing: border-box !important;
        overflow: hidden !important;
        align-items: center !important;
        justify-content: center !important;
        padding: 10px !important;
        border-radius: 18px !important;
    }

    .legal-chat img {
        display: block !important;
        width: 100% !important;
        max-width: 100% !important;
        height: auto !important;
        object-fit: contain !important;
        object-position: center top !important;
        border-radius: 14px !important;
    }

    .vyzovy-cta,
    .poteri-cta,
    .obuch-cta,
    .git-case-cta,
    .legal-cta,
    .otdash-cta,
    .aiot-cta {
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        width: calc(100% - 36px) !important;
        max-width: 420px !important;
        min-height: 58px !important;
        height: auto !important;
        margin-left: auto !important;
        margin-right: auto !important;
        padding: 15px 20px !important;
        box-sizing: border-box !important;
        border-radius: 14px !important;
        font-size: 18px !important;
        line-height: 1.22 !important;
        text-align: center !important;
        white-space: normal !important;
        overflow-wrap: anywhere !important;
    }
}

@media (max-width: 480px) {
    .legal-chat {
        padding: 8px !important;
        border-radius: 16px !important;
    }

    .legal-chat img {
        border-radius: 12px !important;
    }

    .vyzovy-cta,
    .poteri-cta,
    .obuch-cta,
    .git-case-cta,
    .legal-cta,
    .otdash-cta,
    .aiot-cta {
        width: calc(100% - 32px) !important;
        max-width: none !important;
        min-height: 56px !important;
        padding: 14px 18px !important;
        border-radius: 14px !important;
        font-size: 17px !important;
    }
}



@media (max-width: 1024px) {
    .attention-container {
        padding: 52px 0 48px;
    }

    .attention-inner-wrapper {
        padding: 0 32px;
    }

    .attention-title {
        max-width: 900px;
        margin-bottom: 32px;
        padding-right: 0;
    }

    .attention-cards {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 18px;
    }

    .attention-card {
        min-height: 0;
        height: auto;
        padding: 18px 18px 20px;
    }

    .vyzovy-inner {
        width: 100%;
        max-width: none;
        padding: 48px 32px 56px;
        box-sizing: border-box;
        gap: 28px;
    }

    .vyzovy-title {
        font-size: 32px;
    }

    .vyzovy-cards {
        grid-template-columns: repeat(1, minmax(0, 1fr));
        gap: 18px;
    }

    .vyzovy-card {
        min-width: 0;
        margin-bottom: 0;
        padding: 22px 20px 20px;
    }

    .vyzovy-card__heading {
        font-size: 20px;
        line-height: 1.16;
    }

    .vyzovy-card__text {
        font-size: 16px;
        line-height: 1.32;
    }

    .vyzovy-stats {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 22px;
    }

    .vyzovy-stat__value {
        font-size: 30px;
    }

    .vyzovy-stat__label {
        font-size: 18px;
    }

    .vyzovy-cta {
        width: min(100%, 560px);
        align-self: center;
        margin-top: 8px;
    }
}

@media (max-width: 768px) {
    .attention-container {
        padding: 42px 0 44px;
    }

    .attention-inner-wrapper {
        padding: 0 20px;
    }

    .attention-title {
        max-width: 100%;
        padding-right: 0;
    }

    .vyzovy-inner {
        padding: 40px 20px 48px;
    }

    .vyzovy-cards,
    .vyzovy-stats {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 640px) {
    .attention-cards {
        grid-template-columns: 1fr;
        gap: 12px;
    }
}

/* Navigation anchors */
html {
    scroll-behavior: smooth;
}

#economy,
#efficiency,
#ai {
    scroll-margin-top: 32px;
}

@media (max-width: 768px) {
    #economy,
    #efficiency,
    #ai {
        scroll-margin-top: 24px;
    }
}
/* ============================================================================
   15. Clients carousel
   ============================================================================ */

.clients-carousel {
width: 100%;
    max-width: 1512px;
    height: 350px;
    margin: 0 auto;
    padding: 56px 0 58px;
    overflow: hidden;
    background: #FFFFFF;
    color: #000000;
}

.clients-carousel__title {
width: 100%;
    max-width: 1352px;
    margin: 0 auto;
    padding: 0;
    color: #000000;
    font-family: "Graphik_2", var(--font);
    font-size: 36px;
    font-weight: 500;
    line-height: 112%;
    letter-spacing: 0;
    text-align: center;
}

.clients-carousel__viewport {
position: relative;
    width: 100%;
    margin-top: 66px;
    overflow: hidden;
}

.clients-carousel__viewport::before,
.clients-carousel__viewport::after {
content: "";
    position: absolute;
    top: 0;
    z-index: 2;
    width: 74px;
    height: 100%;
    pointer-events: none;
}

.clients-carousel__viewport::before {
left: 0;
    background: linear-gradient(90deg, #FFFFFF 0%, rgba(255,255,255,0) 100%);
}

.clients-carousel__viewport::after {
right: 0;
    background: linear-gradient(270deg, #FFFFFF 0%, rgba(255,255,255,0) 100%);
}

.clients-carousel__track {
display: flex;
    width: max-content;
    align-items: center;
    gap: 70px;
    margin: 0;
    padding: 0 14px;
    list-style: none;
    animation: clients-carousel-scroll 34s linear infinite;
    will-change: transform;
}

.clients-carousel:hover .clients-carousel__track {
animation-play-state: paused;
}

.clients-carousel__item {
display: flex;
    height: 64px;
    flex: 0 0 auto;
    align-items: center;
    justify-content: center;
}

.clients-carousel__item img {
display: block;
    width: var(--logo-width);
    max-width: none;
    height: auto;
    max-height: 64px;
    object-fit: contain;
}

@keyframes clients-carousel-scroll {
from {
        transform: translate3d(0, 0, 0);
    }
    to {
        transform: translate3d(calc(-50% - 35px), 0, 0);
    }
}

@media (max-width: 1511px) {
.clients-carousel {
height: auto;
        min-height: 312px;
        padding: 52px 0 54px;
}

.clients-carousel__title {
max-width: 1352px;
        padding: 0 40px;
}

.clients-carousel__viewport {
margin-top: 54px;
}

.clients-carousel__track {
gap: 56px;
        animation-duration: 30s;
}

@keyframes clients-carousel-scroll {
from {
            transform: translate3d(0, 0, 0);
        }
        to {
            transform: translate3d(calc(-50% - 28px), 0, 0);
        }
}
}

@media (max-width: 768px) {
.clients-carousel {
min-height: 288px;
        padding: 44px 0 48px;
}

.clients-carousel__title {
padding: 0 22px;
        font-size: 26px;
        line-height: 1.18;
        letter-spacing: -0.02em;
}

.clients-carousel__title br {
display: none;
}

.clients-carousel__viewport {
margin-top: 42px;
}

.clients-carousel__viewport::before,
    .clients-carousel__viewport::after {
width: 38px;
}

.clients-carousel__track {
gap: 42px;
        padding: 0 22px;
        animation-duration: 28s;
}

.clients-carousel__item {
height: 54px;
}

.clients-carousel__item img {
width: calc(var(--logo-width) * .82);
        max-height: 54px;
}

@keyframes clients-carousel-scroll {
from {
            transform: translate3d(0, 0, 0);
        }
        to {
            transform: translate3d(calc(-50% - 21px), 0, 0);
        }
}
}

@media (max-width: 480px) {
.clients-carousel {
min-height: 268px;
        padding: 38px 0 42px;
}

.clients-carousel__title {
font-size: 22px;
}

.clients-carousel__viewport {
margin-top: 34px;
}

.clients-carousel__track {
gap: 34px;
        animation-duration: 24s;
}

.clients-carousel__item img {
width: calc(var(--logo-width) * .72);
}
}

@media (prefers-reduced-motion: reduce) {
.clients-carousel__track {
animation: none;
}
}

@media (min-width: 1513px) {
.clients-carousel {
max-width: none;
}

.clients-carousel__title,
    .clients-carousel__viewport {
width: 100%;
        max-width: 1512px;
        margin-left: auto;
        margin-right: auto;
}
}
.clients-carousel {
    width: 100%;
    max-width: 100%;
    overflow-x: hidden;
  }
/* ============================================================================
   Classes from legal-advocate table (section 12)
   ============================================================================ */

.legal-advocate {
width: 100%;
    max-width: 1352px;
    margin: 0 auto;
    padding: 0;
    border-radius: 20px;
    background: #FFFFFF;
    overflow-x: auto;
    overflow-y: hidden;
}

.legal-advocate__table {
width: 100%;
    padding: 32px 36px 52px 40px;
    border-radius: inherit;
    background: #FFFFFF;
    font-family: "Graphik_2", var(--font);
    font-size: 18px;
    line-height: 126%;
    letter-spacing: 0px;
}

.legal-advocate__row {
display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    column-gap: 40px;
    width: 100%;
    padding: 18px 0;
    border-bottom: 1px solid #E3E3E3;
}

.legal-advocate__row--head {
padding: 0 0 24px;
    border-bottom: 0;
}

.legal-advocate__row--head + .legal-advocate__row {
padding-top: 0;
}

.legal-advocate__row:last-child {
padding-bottom: 0;
    border-bottom: 0;
}

.legal-advocate__cell {
min-width: 0;
    margin: 0;
    padding: 0;
    color: rgba(0, 0, 0, 0.45);
    font-family: inherit;
    font-size: inherit;
    font-weight: 500;
    line-height: inherit;
    letter-spacing: inherit;
}

.legal-advocate__cell--head {
color: #000000;
    font-weight: 500;
}

.legal-advocate__brand {
color: #F1361D;
}

.legal-advocate__list {
display: flex;
    flex-direction: column;
    gap: 16px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.legal-advocate__item {
display: grid;
    grid-template-columns: 20px minmax(0, 1fr);
    gap: 12px;
    align-items: start;
    margin: 0;
    padding: 0;
    color: rgba(0, 0, 0, 0.45);
    font: inherit;
}

.legal-advocate__item img {
display: block;
    width: 20px;
    height: 20px;
    margin: 2px 0 0;
    padding: 0;
    object-fit: contain;
}

.legal-advocate__item-text {
display: block;
    color: inherit;
    font: inherit;
    letter-spacing: inherit;
}

.legal-advocate__result-label {
color: #000000;
    font-weight: 500;
}

/* Медиа-запросы для tablet/mobile */
@media (max-width: 768px) {
.legal-advocate {
border-radius: 16px;
}

.legal-advocate__table {
min-width: 1352px;
        padding: 32px 40px;
}

.legal-advocate__row,
    .legal-advocate__row--head {
grid-template-columns: repeat(3, minmax(0, 1fr));
        column-gap: 40px;
        padding: 18px 0;
}

.legal-advocate__row--head {
display: grid;
        padding: 0 0 24px;
}

.legal-advocate__row--head + .legal-advocate__row {
padding-top: 0;
}

.legal-advocate__cell:nth-child(1) {
color: #000000;
}

.legal-advocate__cell:nth-child(2)::before {
content: none;
}

.legal-advocate__cell:nth-child(3)::before {
content: none;
}

.legal-advocate__list {
gap: 16px;
}
}

@media (max-width: 500px) {
.legal-advocate {
border-radius: 16px;
                padding: 14px 12px 10px;
}

.legal-advocate__table {
padding: 24px;
}
}



@media (max-width: 1283px) {
.cta-section__title {font-size: 42px;}
.cta-section__sub {font-size: 21px;}
}

@media (max-width: 1120px) {
.cta-section__title {font-size: 38px;}
.cta-section__sub {font-size: 19px;}
}
@media (max-width: 1024px) {
.cta-section__title {font-size: 32px;}
.cta-section__sub {font-size: 16px;}
}
@media (max-width: 900px) {
.cta-section__title {font-size: 28px;}
.cta-section__sub {font-size: 14px;}
}
@media (max-width: 768px) {
.cta-section__title br, .cta-section__sub br {display: none;}
}



@media (max-width: 1483px) {
.aimonth-head__subtitle br {display: none;}
}
@media (max-width: 1283px) {
.aimonth-head__title {font-size: 42px;}
.aimonth-head__subtitle {font-size: 21px;}
}

@media (max-width: 1120px) {
.aimonth-head__title {font-size: 38px;}
.aimonth-head__subtitle {font-size: 19px;}
}
@media (max-width: 1024px) {
.aimonth-head__title {font-size: 32px;}
.aimonth-head__subtitle {font-size: 16px;}
}
@media (max-width: 900px) {
.aimonth-head__title {font-size: 28px;}
.aimonth-head__subtitle {font-size: 14px;}
}
@media (max-width: 768px) {
 .aimonth-head__subtitle br {display: none;}
}

@media (max-width: 478px) {
.aimonth-head__title br, .aimonth-head__subtitle br {display: none;}
}
@media (max-width: 1400px) {
.onlydesctop {display: none;}
}
