        /* Общие стили */
        * {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
            font-family: 'Roboto', sans-serif;
        }

        body {
            background: linear-gradient(135deg, #0f172a, #1e293b);
            color: white;
            line-height: 1.6;
        }

        .container {
            max-width: 1200px;
            margin: 0 auto;
            padding: 0 20px;
        }

        /* Навигация */
        nav {
            padding: 15px 0;
            background: rgba(15, 23, 42, 0.95);
            backdrop-filter: blur(10px);
            position: sticky;
            top: 0;
            z-index: 100;
        }

        .nav-content {
            display: flex;
            justify-content: space-between;
            align-items: center;
        }

        .logo {
            font-size: 1.5em;
            font-weight: 700;
            background: linear-gradient(45deg, #3b82f6, #60a5fa);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
        }

        .nav-menu {
            display: flex;
            gap: 30px;
            transition: 0.3s;
        }

        .nav-link {
            color: #94a3b8;
            text-decoration: none;
            transition: color 0.3s;
            white-space: nowrap;
        }

        .nav-link:hover {
            color: #3b82f6;
        }

        .menu-toggle {
            display: none;
            background: none;
            border: none;
            color: #94a3b8;
            font-size: 1.5em;
            cursor: pointer;
        }

        /* Мобильное меню */
        @media (max-width: 768px) {
            .nav-menu {
                position: fixed;
                top: 60px;
                right: -100%;
                flex-direction: column;
                background: rgba(15, 23, 42, 0.95);
                padding: 20px;
                border-radius: 10px;
                width: 80%;
                max-width: 300px;
                gap: 15px;
            }

            .nav-menu.active {
                right: 20px;
            }

            .menu-toggle {
                display: block;
            }
        }

        /* Баннер */
        .hero-banner {
            padding: 100px 0;
            text-align: center;
            background: radial-gradient(circle at center, #1e3a8a80, #1e293b00);
        }


     

        .logo {
            font-size: 1.5em;
            font-weight: 700;
            background: linear-gradient(45deg, #3b82f6, #60a5fa);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
        }

       

        .banner-content {
            max-width: 800px;
            margin: 0 auto;
        }

        .cta-button {
            display: inline-block;
            padding: 15px 40px;
            background: linear-gradient(45deg, #3b82f6, #60a5fa);
            color: white;
            text-decoration: none;
            border-radius: 30px;
            font-weight: 700;
            margin-top: 30px;
            transition: transform 0.3s;
        }

        .cta-button:hover {
            transform: translateY(-3px);
        }

        /* Преимущества */
        .benefits-section {
            padding: 80px 0;
        }

        .benefits-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
            gap: 30px;
            margin-top: 50px;
        }

        .benefit-card {
            background: rgba(255,255,255,0.05);
            padding: 30px;
            border-radius: 15px;
            border: 1px solid rgba(59, 130, 246, 0.2);
        }

        .benefit-icon {
            font-size: 2em;
            color: #3b82f6;
            margin-bottom: 20px;
        }

        /* Таблица моделей */
        .models-section {
            padding: 60px 0;
        }

        .models-table {
            width: 100%;
            border-collapse: collapse;
            margin-top: 30px;
            background: rgba(30, 41, 59, 0.7);
            border-radius: 10px;
            overflow: hidden;
        }

        @media (max-width: 768px) {

            
            .hero-banner {
                padding: 80px 0;
            }
            
            h1 {
                font-size: 2em;
            }
        }

.center{
	    text-align: center;
}
.margin-20{
	margin: 20px 0;
}
table {
	color:grey;
	 background: #fff;
    text-indent: 0;
    border-color: inherit;
    border-collapse: collapse;
}
td, th {
	padding: 10px;
}
.border th, .border td{
	    border: 1px solid #cfdce1;
}
button, input, optgroup, select, textarea {
    font-family: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    font-size: 100%;
    font-weight: inherit;
    line-height: inherit;
    letter-spacing: inherit;
    color: inherit;
    margin: 0;
    padding: 0;
}
button, select {
    text-transform: none;
}
button, input:where([type=button]), input:where([type=reset]), input:where([type=submit]) {
    -webkit-appearance: button;
    background-color: transparent;
    background-image: none;
}
:-moz-focusring {
    outline: auto;
}
:-moz-ui-invalid {
    box-shadow: none;
}
progress {
    vertical-align: baseline;
}
::-webkit-inner-spin-button, ::-webkit-outer-spin-button {
    height: auto;
}
[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px;
}
::-webkit-search-decoration {
    -webkit-appearance: none;
}
::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit;
}
summary {
    display: list-item;
}
blockquote, dd, dl, figure, h1, h2, h3, h4, h5, h6, hr, p, pre {
    margin: 0;
}
fieldset {
    margin: 0;
}
fieldset, legend {
    padding: 0;
}
menu, ol, ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
dialog {
    padding: 0;
}
textarea {
    resize: vertical;
}
input::-moz-placeholder, textarea::-moz-placeholder {
    opacity: 1;
    color: #9ca3af;
}
input::placeholder, textarea::placeholder {
    opacity: 1;
    color: #9ca3af;
}
[role=button], button {
    cursor: pointer;
}
:disabled {
    cursor: default;
}
audio, canvas, embed, iframe, img, object, svg, video {
    display: block;
    vertical-align: middle;
}
img, video {
    max-width: 100%;
    height: auto;
}
[hidden]:where(:not([hidden=until-found])) {
    display: none;
}
.pointer-events-none {
    pointer-events: none;
}
.fixed {
    position: fixed;
}
.\!absolute {
    position: absolute!important;
}
.absolute {
    position: absolute;
}
.relative {
    position: relative;
}
.inset-0 {
    inset: 0;
}
.left-4 {
    left: 1rem;
}
.left-7 {
    left: 1.75rem;
}
.right-6 {
    right: 1.5rem;
}
.top-4 {
    top: 1rem;
}
.top-\[0\] {
    top: 0;
}
.-z-10 {
    z-index: -10;
}
.order-last {
    order: 9999;
}
.col-span-1 {
    grid-column: span 1/span 1;
}
.m-auto {
    margin: auto;
}
.mx-8 {
    margin-left: 2rem;
    margin-right: 2rem;
}
.mb-1 {
    margin-bottom: .25rem;
}
.mb-12 {
    margin-bottom: 3rem;
}
.mb-16 {
    margin-bottom: 4rem;
}
.mb-2 {
    margin-bottom: .5rem;
}
.mb-24 {
    margin-bottom: 6rem;
}
.mb-6 {
    margin-bottom: 1.5rem;
}
.ml-1 {
    margin-left: .25rem;
}
.ml-6 {
    margin-left: 1.5rem;
}
.mr-2 {
    margin-right: .5rem;
}
.mr-4 {
    margin-right: 1rem;
}
.mt-1 {
    margin-top: .25rem;
}
.mt-12 {
    margin-top: 3rem;
}
.mt-16 {
    margin-top: 4rem;
}
.mt-2 {
    margin-top: .5rem;
}
.mt-4 {
    margin-top: 1rem;
}
.mt-6 {
    margin-top: 1.5rem;
}
.block {
    display: block;
}
.flex {
    display: flex;
}
.inline-flex {
    display: inline-flex;
}
.table {
    display: table;
}
.grid {
    display: grid;
}
.hidden {
    display: none;
}
.h-5 {
    height: 1.25rem;
}
.h-9 {
    height: 2.25rem;
}
.h-full {
    height: 100%}
.min-h-screen {
    min-height: 100vh;
}
.w-5 {
    width: 1.25rem;
}
.w-9 {
    width: 2.25rem;
}
.w-full {
    width: 100%}
.min-w-0 {
    min-width: 0;
}
.max-w-28 {
    max-width: 7rem;
}
.max-w-3xl {
    max-width: 48rem;
}
.max-w-40 {
    max-width: 10rem;
}
.max-w-4xl {
    max-width: 56rem;
}
.max-w-6xl {
    max-width: 72rem;
}
.max-w-md {
    max-width: 28rem;
}
.max-w-xs {
    max-width: 20rem;
}
.flex-1 {
    flex: 1 1 0%}
.transform {
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.cursor-default {
    cursor: default;
}
.cursor-pointer {
    cursor: pointer;
}
.select-none {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}
.resize {
    resize: both;
}
.grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
}
.flex-col {
    flex-direction: column;
}
.items-start {
    align-items: flex-start;
}
.items-center {
    align-items: center;
}
.justify-between {
    justify-content: space-between;
}
.gap-1 {
    gap: .25rem;
}
.gap-10 {
    gap: 2.5rem;
}
.gap-2 {
    gap: .5rem;
}
.gap-3 {
    gap: .75rem;
}
.gap-6 {
    gap: 1.5rem;
}
.gap-8 {
    gap: 2rem;
}
.self-end {
    align-self: flex-end;
}
.overflow-x-auto {
    overflow-x: auto;
}
.whitespace-nowrap {
    white-space: nowrap;
}
.rounded-2xl {
    border-radius: 1rem;
}
.rounded-sm {
    border-radius: .125rem;
}
.rounded-b-xl {
    border-bottom-right-radius: .75rem;
    border-bottom-left-radius: .75rem;
}
.rounded-t-xl {
    border-top-left-radius: .75rem;
    border-top-right-radius: .75rem;
}
.border-1 {
    border-width: 1px;
}
.border-b, .border-b-1 {
    border-bottom-width: 1px;
}
.border-t-1 {
    border-top-width: 1px;
}
.border-blue-200\/40 {
    border-color: rgba(191, 219, 254, .4);
}
.border-slate-200 {
    --tw-border-opacity: 1;
    border-color: rgb(226 232 240/var(--tw-border-opacity));
}
.border-slate-600 {
    --tw-border-opacity: 1;
    border-color: rgb(71 85 105/var(--tw-border-opacity));
}
.bg-blue-50 {
    --tw-bg-opacity: 1;
    background-color: rgb(239 246 255/var(--tw-bg-opacity));
}
.bg-neutral-100 {
    --tw-bg-opacity: 1;
    background-color: rgb(245 245 245/var(--tw-bg-opacity));
}
.bg-neutral-50 {
    --tw-bg-opacity: 1;
    background-color: rgb(250 250 250/var(--tw-bg-opacity));
}
.bg-white {
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255/var(--tw-bg-opacity));
}
.bg-white\/50 {
    background-color: hsla(0, 0%, 100%, .5);
}
.bg-cover {
    background-size: cover;
}
.bg-center {
    background-position: 50%}
.p-2 {
    padding: .5rem;
}
.p-4 {
    padding: 1rem;
}
.p-6 {
    padding: 1.5rem;
}
.p-9 {
    padding: 2.25rem;
}
.px-1 {
    padding-left: .25rem;
    padding-right: .25rem;
}
.px-2 {
    padding-left: .5rem;
    padding-right: .5rem;
}
.px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
}
.py-2\.5 {
    padding-top: .625rem;
    padding-bottom: .625rem;
}
.py-3 {
    padding-top: .75rem;
    padding-bottom: .75rem;
}
.pb-1 {
    padding-bottom: .25rem;
}
.pb-16 {
    padding-bottom: 4rem;
}
.pb-20 {
    padding-bottom: 5rem;
}
.pb-3 {
    padding-bottom: .75rem;
}
.pb-7 {
    padding-bottom: 1.75rem;
}
.pb-8 {
    padding-bottom: 2rem;
}
.pt-0\.5 {
    padding-top: .125rem;
}
.pt-1\.5 {
    padding-top: .375rem;
}
.pt-16 {
    padding-top: 4rem;
}
.pt-2 {
    padding-top: .5rem;
}
.pt-24 {
    padding-top: 6rem;
}
.pt-4 {
    padding-top: 1rem;
}
.pt-6 {
    padding-top: 1.5rem;
}
.pt-8 {
    padding-top: 2rem;
}
.pt-9 {
    padding-top: 2.25rem;
}
.text-center {
    text-align: center;
}
.text-2xl {
    font-size: 1.5rem;
    line-height: 2rem;
}
.text-3xl {
    font-size: 1.875rem;
    line-height: 2.25rem;
}
.text-6xl {
    font-size: 3.75rem;
    line-height: 1;
}
.text-7xl {
    font-size: 4.5rem;
    line-height: 1;
}
.text-base {
    font-size: 1rem;
    line-height: 1.5rem;
}
.text-sm {
    font-size: .875rem;
    line-height: 1.25rem;
}
.text-xl {
    font-size: 1.25rem;
    line-height: 1.75rem;
}
/* Блок "Раскройте потенциал вашего бизнеса" */
.business-potential {
    padding: 80px 0;
    background: rgba(30, 41, 59, 0.7);
    border-radius: 15px;
    margin: 40px 0;
}

.section-title {
    font-size: 2.5em;
    text-align: center;
    margin-bottom: 40px;
    background: linear-gradient(45deg, #3b82f6, #60a5fa);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.intro-text {
    font-size: 1.2em;
    line-height: 1.8;
    color: #cbd5e1;
    margin-bottom: 40px;
    text-align: center;
}

.features-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
    margin-bottom: 40px;
}

.feature-card {
    background: rgba(255, 255, 255, 0.05);
    padding: 30px;
    border-radius: 15px;
    border: 1px solid rgba(59, 130, 246, 0.2);
    transition: transform 0.3s, box-shadow 0.3s;
}

.feature-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}

.feature-icon {
    font-size: 2.5em;
    color: #3b82f6;
    margin-bottom: 20px;
    text-align: center;
}

.feature-title {
    font-size: 1.8em;
    color: #3b82f6;
    margin-bottom: 20px;
    text-align: center;
}

.feature-description {
    font-size: 1.1em;
    line-height: 1.8;
    color: #94a3b8;
    margin-bottom: 20px;
    text-align: center;
}

.benefits-list {
    list-style: none;
    padding: 0;
    text-align: left;
}

.benefits-list li {
    font-size: 1em;
    color: #cbd5e1;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.benefits-list i {
    color: #3b82f6;
    font-size: 1.2em;
}

.cta-block {
    text-align: center;
    margin-top: 40px;
}

.cta-text {
    font-size: 1.2em;
    color: #cbd5e1;
    margin-bottom: 20px;
}

.cta-button {
    display: inline-block;
    padding: 15px 40px;
    background: linear-gradient(45deg, #3b82f6, #60a5fa);
    color: white;
    text-decoration: none;
    border-radius: 30px;
    font-weight: 700;
    transition: transform 0.3s;
}

.cta-button:hover {
    transform: translateY(-3px);
}

/* Адаптивность */
@media (max-width: 768px) {
    .features-grid {
        grid-template-columns: 1fr;
    }

    .section-title {
        font-size: 2em;
    }

    .intro-text {
        font-size: 1em;
    }

    .feature-title {
        font-size: 1.5em;
    }

    .feature-description {
        font-size: 1em;
    }

    .benefits-list li {
        font-size: 0.9em;
    }

    .cta-text {
        font-size: 1em;
    }
}
/* Блок с примерами кода */
.code-examples {
    padding: 60px 0;
    background: rgba(30, 41, 59, 0.7);
    border-radius: 15px;
    margin: 40px 0;
}

.section-title {
    font-size: 2em;
    text-align: center;
    margin-bottom: 30px;
    background: linear-gradient(45deg, #3b82f6, #60a5fa);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

/* Переключатели языков */
.language-tabs {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-bottom: 20px;
}

.tab-button {
    padding: 10px 20px;
    background: rgba(59, 130, 246, 0.2);
    border: 1px solid rgba(59, 130, 246, 0.5);
    color: #cbd5e1;
    border-radius: 5px;
    cursor: pointer;
    transition: background 0.3s, color 0.3s;
}

.tab-button.active {
    background: #3b82f6;
    color: white;
    border-color: #3b82f6;
}

.tab-button:hover {
    background: rgba(59, 130, 246, 0.4);
}

/* Окно с кодом */
.code-window {
    background: #0f172a;
    border-radius: 10px;
    padding: 20px;
    overflow-x: auto;
}

.code-content {
    display: none;
}

.code-content.active {
    display: block;
}

pre code {
    font-family: 'Courier New', monospace;
    font-size: 0.9em;
    line-height: 1.5;
    color: #cbd5e1;
}

/* Подсветка синтаксиса (опционально, если используется библиотека Prism.js) */
.token.keyword {
    color: #3b82f6;
}

.token.string {
    color: #10b981;
}

.token.function {
    color: #f59e0b;
}

/* Адаптивность */
@media (max-width: 768px) {
    .section-title {
        font-size: 1.8em;
    }

    .tab-button {
        padding: 8px 15px;
        font-size: 0.9em;
    }

    pre code {
        font-size: 0.8em;
    }
}
/* Кнопка копирования */
.copy-button {
    position: absolute;
    top: 10px;
    right: 10px;
    background: rgba(59, 130, 246, 0.2);
    border: 1px solid rgba(59, 130, 246, 0.5);
    color: #cbd5e1;
    padding: 8px 12px;
    border-radius: 5px;
    cursor: pointer;
    transition: background 0.3s, color 0.3s;
}

.copy-button:hover {
    background: rgba(59, 130, 246, 0.4);
    color: white;
}

.copy-button i {
    font-size: 1em;
}

/* Позиционирование окна с кодом */
.code-window {
    position: relative;
    background: #0f172a;
    border-radius: 10px;
    padding: 20px;
    overflow-x: auto;
}
/* Модальное окно */
.modal-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    justify-content: center;
    align-items: center;
    z-index: 1000;
}

.modal {
    background: #1e293b;
    padding: 20px;
    border-radius: 10px;
    width: 100%;
    max-width: 500px;
    position: relative;
}

.modal-close {
    position: absolute;
    top: 10px;
    right: 10px;
    background: none;
    border: none;
    color: #cbd5e1;
    font-size: 1.5em;
    cursor: pointer;
}

.modal-title {
    font-size: 1.5em;
    margin-bottom: 20px;
    color: #3b82f6;
    text-align: center;
}

/* Форма */
.form-group {
    margin-bottom: 20px;
}

.form-group label {
    display: block;
    margin-bottom: 5px;
    color: #cbd5e1;
}

.form-group input,
.form-group textarea {
    width: 100%;
    padding: 10px;
    border: 1px solid rgba(59, 130, 246, 0.5);
    border-radius: 5px;
    background: rgba(255, 255, 255, 0.1);
    color: #cbd5e1;
    font-size: 1em;
}

.form-group textarea {
    resize: vertical;
    min-height: 100px;
}

.error-message {
    color: #ff6b6b;
    font-size: 0.9em;
    margin-top: 5px;
    display: none;
}

.submit-button {
    width: 100%;
    padding: 10px;
    background: #3b82f6;
    border: none;
    border-radius: 5px;
    color: white;
    font-size: 1em;
    cursor: pointer;
    transition: background 0.3s;
}

.submit-button:hover {
    background: #2563eb;
}

/* Блок с результатом */
.result-message {
    margin-top: 20px;
    padding: 10px;
    border-radius: 5px;
    text-align: center;
    display: none;
}

.result-message.success {
    background: rgba(16, 185, 129, 0.1);
    color: #10b981;
}

.result-message.error {
    background: rgba(239, 68, 68, 0.1);
    color: #ef4444;
}
/* Футер */
footer {
    background: rgba(15, 23, 42, 0.95);
    padding: 40px 0;
    border-top: 1px solid rgba(59, 130, 246, 0.2);
    color: #cbd5e1;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

/* Информер */
.footer-notice {
    margin-bottom: 20px;
    padding: 20px;
    background: rgba(59, 130, 246, 0.1);
    border-radius: 10px;
    border: 1px solid rgba(59, 130, 246, 0.2);
}

.notice-warning {
    font-size: 0.8em;
    color: #ff6b6b;
    margin-bottom: 10px;
}

.notice-warning strong {
    color: #ff6b6b;
}

.notice-description {
    font-size: 0.7em;
    line-height: 1.6;
    color: #94a3b8;
}

/* Ссылки в футере */
.footer-links {
    display: flex;
    gap: 20px;
    margin-bottom: 20px;
}

.footer-links a {
    color: #cbd5e1;
    text-decoration: none;
    transition: color 0.3s;
}

.footer-links a:hover {
    color: #3b82f6;
}

/* Копирайт */
.footer-copyright {
    text-align: center;
    font-size: 0.9em;
    color: #94a3b8;
    margin-top: 20px;
}

/* Адаптивность */
@media (max-width: 768px) {
    .footer-notice {
        padding: 15px;
    }

    .notice-warning {
        font-size: 1em;
    }

    .notice-description {
        font-size: 0.9em;
    }

    .footer-links {
        flex-direction: column;
        gap: 10px;
        align-items: center;
    }
}

/* Меню документации */
.sidebar {
    width: 250px;
    margin-right: 30px;
    flex-shrink: 0;
}

.doc-menu {
    background: rgba(30, 41, 59, 0.7);
    border-radius: 10px;
    padding: 15px;
}

.menu-item {
    margin-bottom: 10px;
}

.menu-link {
    display: block;
    padding: 10px;
    color: #cbd5e1;
    text-decoration: none;
    font-weight: 500;
    transition: background 0.3s, color 0.3s;
}

.menu-link:hover {
    background: rgba(59, 130, 246, 0.2);
    color: #3b82f6;
}

.sub-menu {
    margin-left: 15px;
    margin-top: 5px;
    display: none; /* Скрыто по умолчанию */
}

.sub-menu-link {
    display: block;
    padding: 8px;
    color: #94a3b8;
    text-decoration: none;
    font-size: 0.9em;
    transition: color 0.3s;
}

.sub-menu-link:hover {
    color: #3b82f6;
}

/* Раскрытие подменю */
.menu-item.active .sub-menu {
    display: block;
}