        body {
            font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
            margin: 0;
            padding: 0;
            background-color: #f8fafc;
            color: #1e293b;
            line-height: 1.6;
        }

        .header {
            text-align: center;
            padding: 60px 20px 40px;
            background: #ffffff;
            border-bottom: 1px solid #f1f5f9;
        }

        /* Стильный Бренд World-Map.ru */
        .brand-link {
            display: inline-block;
            text-decoration: none;
            margin-bottom: 35px;
            padding: 5px 20px;
            border-left: 4px solid #3498db; /* Синяя статусная линия */
            transition: all 0.3s ease;
        }

        .brand-name {
            font-size: 1.5rem;
            font-weight: 800;
            color: #0f172a;
            text-transform: uppercase;
            letter-spacing: 4px;
        }

        .brand-divider {
            color: #3498db;
            margin: 0 2px;
        }

        .brand-zone {
            font-weight: 300;
            color: #94a3b8;
        }

        .brand-link:hover {
            transform: translateX(8px);
            border-left-color: #2c3e50;
        }

        .header h1 {
            margin: 0;
            font-size: 3.5rem;
            font-weight: 900;
            color: #0f172a;
            letter-spacing: -2px;
            line-height: 1;
        }

        .header p {
            color: #64748b;
            margin-top: 15px;
            font-size: 1.2rem;
            font-weight: 400;
        }

        .container {
            max-width: 1000px;
            margin: 40px auto;
            padding: 0 20px;
        }

        .content-card {
            background: #ffffff;
            border-radius: 20px;
            box-shadow: 0 20px 50px rgba(0,0,0,0.05);
            overflow: hidden;
            border: 1px solid #f1f5f9;
        }
img {
        max-width: 100%;
        height: auto;
        border: 0;
        display: block; /* Убирает лишний отступ снизу у картинок */
        margin: 0 auto; /* Центрирует карту, если она уже контейнера */
    }

        .map-wrapper {
            background: #f1f5f9;
            line-height: 0;
            position: relative;
        }

        .main-map-img {
            width: 100%;
            height: auto;
            display: block;
            transition: transform 0.5s ease;
        }

        .info-section {
            padding: 50px;
        }

        .info-section h2 {
            font-size: 2rem;
            margin-top: 0;
            color: #0f172a;
            border-bottom: 2px solid #3498db;
            display: inline-block;
            padding-bottom: 5px;
            margin-bottom: 25px;
        }

        .description {
            font-size: 1.15rem;
            color: #475569;
            margin-bottom: 30px;
        }

        /* Кнопки навигации */
        .footer-actions {
            border-top: 1px solid #f1f5f9;
            padding-top: 30px;
            display: flex;
            justify-content: space-between;
            align-items: center;
        }

        .btn-back {
            text-decoration: none;
            color: #64748b;
            font-weight: 600;
            display: flex;
            align-items: center;
            transition: color 0.3s;
        }

        .btn-back:hover {
            color: #3498db;
        }
  .google-style-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  padding: 15px;
  font-family: 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
}
.chip {
  display: inline-flex;
  align-items: center;
  padding: 8px 20px;
  border-radius: 100px;
  border: 1px solid #dadce0;
  background-color: white;
  color: #3c4043;
  text-decoration: none;
  font-size: 14px;
  transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  white-space: nowrap;
}
.chip:hover {
  background-color: #f8f9fa;
  border-color: #bdc1c6;
  box-shadow: 0 1px 2px rgba(60, 64, 67, 0.3), 0 1px 3px 1px rgba(60, 64, 67, 0.15);
}
.chip.active {
  background-color: #e8f0fe;
  color: #1967d2;
  border-color: transparent;
  font-weight: 500;
}
        @media (max-width: 768px) {
            .header { padding: 40px 15px; }
            .header h1 { font-size: 2.5rem; }
            .brand-name { font-size: 1.1rem; letter-spacing: 2px; }
            .info-section { padding: 25px; }
            .features-grid { grid-template-columns: 1fr; }
            .footer-actions { flex-direction: column; gap: 20px; }
iframe{max-width:100%;height:480px}
        }