        * {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
        }

        body {
            font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
            background: #f5f7fa;
        }

        header {
            background: #1a2a3a;
            box-shadow: 0 4px 15px rgba(0,0,0,0.1);
            position: sticky;
            top: 0;
            z-index: 1000;
        }

        nav {
            max-width: 1400px;
            margin: 0 auto;
            padding: 15px 20px;
            display: flex;
            justify-content: space-between;
            align-items: center;
            flex-wrap: wrap;
            gap: 15px;
        }

        .menu {
            flex: 1;
            min-width: 200px;
        }

        .menu ul {
            display: flex;
            flex-wrap: wrap;
            gap: 20px;
            list-style: none;
            justify-content: flex-start;
        }

        .menu ul li a {
            color: white;
            text-decoration: none;
            font-weight: 500;
            transition: color 0.3s;
            padding: 8px 12px;
            border-radius: 8px;
        }

        .menu ul li a:hover {
            background: rgba(255,255,255,0.1);
            color: #ff6b6b;
        }

        .lang-switcher {
            display: flex;
            gap: 8px;
            background: rgba(255,255,255,0.1);
            padding: 5px 10px;
            border-radius: 30px;
            flex-shrink: 0;
        }

        .lang-btn {
            background: none;
            border: none;
            color: white;
            cursor: pointer;
            padding: 5px 12px;
            border-radius: 20px;
            font-size: 14px;
            transition: all 0.3s;
        }

        .lang-btn.active {
            background: #ff6b6b;
            color: white;
        }

        .lang-btn:hover:not(.active) {
            background: rgba(255,255,255,0.2);
        }

        .hero {
            background: linear-gradient(135deg, #696969 0%, #808080 100%);
            color: white;
            text-align: center;
            padding: 80px 20px;
        }

        .hero h1 {
            font-size: 3rem;
            margin-bottom: 20px;
            font-family: 'Times New Roman', serif;
        }

        .hero p {
            font-size: 1.2rem;
            max-width: 800px;
            margin: 0 auto;
            opacity: 0.9;
        }

        .main-content {
            max-width: 1400px;
            margin: 0 auto;
            padding: 40px 20px;
        }

        .containerOtstup, .containerOtstupa {
            margin-bottom: 30px;
        }
        
        .containerOtstup > div:first-child,
        .containerOtstupa > div:first-child {
            background: linear-gradient(135deg, #667eea, #764ba2);
            padding: 15px 25px;
            border-radius: 16px;
            display: inline-block;
            width: auto;
            margin-bottom: 20px;
        }
        
        .rusik {
            font-size: 1.8rem;
            font-weight: 700;
            color: white;
            margin: 0;
            font-family: 'Times New Roman', serif;
        }
        
        .window {
            background: white;
            border-radius: 24px;
            box-shadow: 0 10px 30px rgba(0,0,0,0.08);
            overflow-x: auto;
            margin-bottom: 40px;
            padding: 20px;
        }
        
        .table-wrap {
            overflow-x: auto;
        }
        
        table {
            width: 100%;
            border-collapse: collapse;
            font-size: 14px;
        }
        
        table p.rusik {
            background: #1a2a3a;
            padding: 12px 20px;
            font-size: 1.3rem;
            margin-bottom: 15px;
            border-radius: 12px;
            text-align: center;
        }
        
        th {
            background: #2c3e50;
            color: white;
            padding: 12px 10px;
            text-align: center;
            font-weight: 600;
            border: 1px solid #3a546d;
        }
        
        td {
            padding: 12px 10px;
            border: 1px solid #e2e8f0;
            vertical-align: top;
            background: white;
        }
        
        td strong, td b {
            font-weight: bold;
        }
        
        td em, td i {
            font-style: italic;
        }
        
        td u {
            text-decoration: underline;
        }
        
        td span[style*="font-size"] {
            display: inline-block;
        }
        
        .td-l {
            text-align: left;
        }
        
        .td-2 {
            text-align: center;
            font-weight: 500;
            background: #f8fafc;
        }
        
        tbody tr:hover td {
            background: #f1f5f9;
        }
        
        .image-wrap {
            display: flex;
            flex-wrap: wrap;
            gap: 30px;
            justify-content: space-between;
        }
        
        .var-wrap {
            flex: 1;
            min-width: 280px;
            display: flex;
            flex-direction: column;
            gap: 25px;
        }
        
        .var-wrap-new-container {
            background: linear-gradient(135deg, #f8fafc 0%, #ffffff 100%);
            border-radius: 20px;
            padding: 25px;
            box-shadow: 0 5px 15px rgba(0,0,0,0.05);
            transition: transform 0.3s, box-shadow 0.3s;
            border: 1px solid #eef2f6;
        }
        
        .var-wrap-new-container:hover {
            transform: translateY(-5px);
            box-shadow: 0 15px 30px rgba(0,0,0,0.1);
        }
        
        .var-wrap-new-container-vernak1,
        .var-wrap-new-container-vernak2,
        .var-wrap-new-container-vernak3,
        .var-wrap-new-container-vernak4,
        .var-wrap-new-container-vernak5,
        .var-wrap-new-container-vernak6 {
            font-size: 1rem;
            line-height: 1.5;
            color: #4a5568;
            margin-bottom: 15px;
        }
        
        .var-wrap-new-container-vernak11,
        .var-wrap-new-container-vernak12,
        .var-wrap-new-container-vernak13,
        .var-wrap-new-container-vernak14,
        .var-wrap-new-container-vernak15,
        .var-wrap-new-container-vernak16 {
            font-size: 1.2rem;
            font-weight: 700;
            color: #2c3e50;
            padding-top: 12px;
            border-top: 2px solid #ff6b6b;
            display: inline-block;
        }
        
        /* Модальное окно */
        .modal {
            display: none;
            position: fixed;
            z-index: 9999;
            padding-top: 60px;
            left: 0;
            top: 0;
            width: 100%;
            height: 100%;
            overflow: auto;
            background-color: rgba(0,0,0,0.9);
        }
        
        .modal-content {
            margin: auto;
            display: block;
            max-width: 90%;
            max-height: 80vh;
            object-fit: contain;
        }
        
        .close {
            position: absolute;
            top: 20px;
            right: 35px;
            color: #fff;
            font-size: 40px;
            font-weight: bold;
            cursor: pointer;
        }
        
        .close:hover {
            color: #ff6b6b;
        }
        
        #caption {
            margin: auto;
            display: block;
            width: 80%;
            text-align: center;
            color: #ccc;
            padding: 10px 0;
        }
        
        /* Адаптивность */
        @media (max-width: 992px) {
            nav {
                flex-direction: column;
                align-items: stretch;
            }
            .lang-switcher {
                align-self: flex-end;
                margin-top: 5px;
            }
            .menu ul {
                justify-content: center;
            }
            .image-wrap {
                flex-direction: column;
            }
            .rusik {
                font-size: 1.4rem;
            }
            table, thead, tbody, th, td, tr {
                display: block;
            }
            thead tr {
                position: absolute;
                top: -9999px;
                left: -9999px;
            }
            tr {
                margin-bottom: 15px;
                border: 1px solid #e2e8f0;
                border-radius: 12px;
                overflow: hidden;
            }
            td {
                display: flex;
                justify-content: space-between;
                align-items: center;
                gap: 10px;
                padding: 12px 15px;
                border: none;
                border-bottom: 1px solid #e2e8f0;
                text-align: right;
            }
            td:before {
                content: attr(data-label);
                font-weight: 700;
                text-align: left;
                flex-basis: 40%;
                color: #2c3e50;
            }
            .td-2, .td-l {
                text-align: right;
            }
        }
        
        @media (max-width: 768px) {
            .menu ul {
                gap: 10px;
            }
            .menu ul li a {
                padding: 6px 10px;
                font-size: 14px;
            }
            .lang-switcher {
                align-self: center;
            }
            .hero h1 {
                font-size: 2rem;
            }
            .containerOtstup > div:first-child,
            .containerOtstupa > div:first-child {
                width: 100%;
                text-align: center;
            }
        }
        
        @media (max-width: 480px) {
            .hero h1 {
                font-size: 1.6rem;
            }
            .rusik {
                font-size: 1.2rem;
            }
        }

        footer {
            background: #1a2a3a;
            color: #cbd5e0;
            margin-top: 60px;
            padding: 40px 20px 20px;
        }
        
        .footer-grid {
            max-width: 1400px;
            margin: 0 auto;
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            gap: 40px;
        }
        
        .footer-col h3 {
            color: white;
            font-size: 1.2rem;
            margin-bottom: 15px;
            padding-bottom: 8px;
            border-bottom: 2px solid #ff6b6b;
            display: inline-block;
        }
        
        .footer-col p {
            margin-bottom: 8px;
            font-size: 0.9rem;
        }
        
        .footer-col i {
            width: 25px;
            color: #ff6b6b;
        }
        
        .footer-col form input,
        .footer-col form textarea {
            width: 100%;
            padding: 8px;
            margin-bottom: 10px;
            border: none;
            border-radius: 8px;
            background: #2d3a4a;
            color: white;
        }
        
        .footer-col form button {
            background: #ff6b6b;
            color: white;
            border: none;
            padding: 8px 16px;
            border-radius: 8px;
            cursor: pointer;
            width: 100%;
        }
        
        .subscribe-btn {
            background: #ff6b6b;
            color: white;
            border: none;
            padding: 10px;
            border-radius: 25px;
            cursor: pointer;
            width: 100%;
            margin-top: 10px;
        }
        
        .social-icons {
            display: flex;
            justify-content: center;
            gap: 15px;
            margin-top: 30px;
        }
        
        .social-icon {
            width: 40px;
            height: 40px;
            background: #2d3a4a;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            transition: all 0.3s;
        }
        
        .social-icon a {
            color: white;
            font-size: 1.2rem;
        }
        
        .social-icon:hover {
            background: #ff6b6b;
            transform: translateY(-3px);
        }
        
        .copyright {
            text-align: center;
            padding-top: 30px;
            margin-top: 30px;
            border-top: 1px solid #2d3a4a;
            font-size: 0.8rem;
        }
        
        .form-popup {
            display: none;
            position: fixed;
            bottom: 40px;
            left: 50px;
            border: 3px solid #ff6b6b;
            z-index: 9;
            background: white;
            max-width: 300px;
            border-radius: 16px;
        }
        
        .form-container {
            padding: 20px;
        }
        
        .form-container input {
            width: 100%;
            padding: 8px;
            margin-bottom: 10px;
            border: 1px solid #ddd;
            border-radius: 8px;
        }
        
        .form-container .btn {
            background: #ff6b6b;
            color: white;
            padding: 8px;
            border: none;
            border-radius: 8px;
            cursor: pointer;
            width: 100%;
            margin-top: 5px;
        }
        
        .form-container .cancel {
            background: #6c757d;
        }
