        header {
            background-color: #1a3e72 !important;
            padding: 15px 0 !important;
            box-shadow: 0 2px 15px rgba(0, 0, 0, 0.1);
        }
        header.scrolled {
            background-color: #1a3e72 !important;
            padding: 15px 0 !important;
        }
        /* Поисковая строка видна */
        .search-container {
            display: flex !important;
            max-width: 90%;
            margin: 0 auto;
            padding: 12px 10px 8px;
        }
        /* Герой-блок */
        .contacts-hero {
            background: linear-gradient(135deg, #f0f4fa 0%, #e9eef4 100%);
            text-align: center;
            padding: 70px 20px 20px;
            margin-top: 130px;
        }
        .contacts-hero h1 {
            font-size: 2.4rem;
            color: #1a3e72;
            margin-bottom: 10px;
        }
        .contacts-hero p {
            font-size: 1.2rem;
            color: #4a627a;
            max-width: 700px;
            margin: 0 auto;
        }
        /* Секция с офисами */
        .offices-grid {
            max-width: 90%;
            margin: 40px auto 60px;
            padding: 0 20px;
            display: flex;
            flex-direction: column;
            gap: 60px;
        }
        .office-card {
            background: #ffffff;
            border-radius: 28px;
            box-shadow: 0 20px 35px -12px rgba(0, 0, 0, 0.1);
            overflow: hidden;
            transition: transform 0.25s ease;
        }
        .office-card:hover {
            transform: translateY(-4px);
        }
        .office-inner {
            display: flex;
            flex-wrap: wrap;
        }
        .office-info {
            flex: 1.2;
            min-width: 280px;
            padding: 32px 36px;
            background: #fefefe;
        }
        .office-map {
            flex: 1.8;
            min-width: 300px;
            background: #eef2f7;
        }
        .office-map iframe {
            width: 100%;
            height: 100%;
            min-height: 400px;
            display: block;
            border: 0;
        }
        .city-badge {
            display: inline-block;
            background: #1a3e72;
            color: white;
            padding: 6px 20px;
            border-radius: 40px;
            font-size: 0.85rem;
            font-weight: 600;
            letter-spacing: 0.5px;
            margin-bottom: 20px;
        }
        .office-info h2 {
            font-size: 1.9rem;
            color: #0a2a4e;
            margin-bottom: 20px;
            font-weight: 700;
        }
        .contact-details-list {
            list-style: none;
            padding: 0;
            margin: 25px 0 20px;
        }
        .contact-details-list li {
            display: flex;
            align-items: center;
            gap: 14px;
            margin-bottom: 20px;
            font-size: 1rem;
            color: #2c3e4e;
            flex-wrap: wrap;
        }
        .contact-details-list li i {
            width: 32px;
            font-size: 1.35rem;
            color: #1a3e72;
            text-align: center;
        }
        .contact-details-list li a {
            color: #1a3e72;
            text-decoration: none;
            font-weight: 500;
            border-bottom: 1px dotted transparent;
            transition: 0.2s;
        }
        .contact-details-list li a:hover {
            border-bottom-color: #1a3e72;
        }
        .work-time {
            background: #eef2fa;
            padding: 15px 18px;
            border-radius: 24px;
            margin: 20px 0 10px;
        }
        .work-time p {
            margin: 6px 0;
            font-weight: 500;
        }
        .work-time i {
            margin-right: 10px;
            color: #1a3e72;
        }
        .btn-direction {
            display: inline-flex;
            align-items: center;
            gap: 10px;
            background: #1a3e72;
            color: white;
            padding: 12px 28px;
            border-radius: 40px;
            text-decoration: none;
            font-weight: 600;
            margin-top: 20px;
            transition: background 0.2s;
        }
        .btn-direction:hover {
            background: #0f2f55;
        }
        /* Дополнительный блок обратной связи */
        .contact-form-section {
            background: #f8fafd;
            padding: 50px 20px;
            text-align: center;
            border-top: 1px solid #e2e8f0;
        }
        .contact-form-container {
            max-width: 700px;
            margin: 0 auto;
            background: white;
            border-radius: 32px;
            padding: 30px 30px 40px;
            box-shadow: 0 12px 30px rgba(0,0,0,0.05);
        }
        .contact-form-container h3 {
            font-size: 1.8rem;
            color: #1a3e72;
            margin-bottom: 10px;
        }
        .contact-form-container p {
            margin-bottom: 25px;
            color: #4a627a;
        }
        .inline-form-group {
            display: flex;
            flex-wrap: wrap;
            gap: 20px;
            margin-bottom: 20px;
        }
        .inline-form-group input {
            flex: 1;
            padding: 14px 18px;
            border: 1px solid #cbd5e1;
            border-radius: 60px;
            font-size: 1rem;
        }
        textarea {
            width: 100%;
            padding: 14px 18px;
            border-radius: 24px;
            border: 1px solid #cbd5e1;
            font-family: inherit;
            margin-bottom: 20px;
        }
        .submit-contact {
            background: #1a3e72;
            border: none;
            padding: 14px 30px;
            border-radius: 60px;
            color: white;
            font-weight: bold;
            font-size: 1rem;
            cursor: pointer;
            transition: 0.2s;
        }
        .submit-contact:hover {
            background: #0e325c;
        }
        @media (max-width: 900px) {
            .office-inner {
                flex-direction: column;
            }
            .office-info {
                padding: 28px 24px;
            }
            .office-map iframe {
                min-height: 320px;
            }
            .contacts-hero {
                margin-top: 110px;
            }
        }
        @media (max-width: 600px) {
            .office-info h2 {
                font-size: 1.6rem;
            }
            .contacts-hero h1 {
                font-size: 1.8rem;
            }
        }
        /* Скрываем карусель, она не нужна */
        .carousel {
            display: none;
        }