* { margin: 0; padding: 0; box-sizing: border-box; }
body { font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Arial, sans-serif; line-height: 1.6; color: #333; }
.container { max-width: 1200px; margin: 0 auto; padding: 0 20px; }
header { background: linear-gradient(135deg, #06b6d4 0%, #0891b2 100%); color: white; padding: 30px 0; box-shadow: 0 2px 10px rgba(0,0,0,0.1); }
header h1 { font-size: 2em; margin-bottom: 10px; }
.breadcrumbs { margin-top: 15px; font-size: 0.9em; opacity: 0.9; }
.breadcrumbs a { color: white; text-decoration: none; border-bottom: 1px solid rgba(255,255,255,0.3); }
.breadcrumbs a:hover { border-bottom-color: white; }
main { padding: 40px 0; min-height: 60vh; }
.content { background: white; padding: 30px; border-radius: 10px; box-shadow: 0 2px 20px rgba(0,0,0,0.05); }
h1, h2, h3 { color: #0f172a; margin-top: 30px; margin-bottom: 15px; }
h1 { font-size: 2.5em; margin-top: 0; }
h2 { font-size: 1.8em; border-bottom: 2px solid #06b6d4; padding-bottom: 10px; }
h3 { font-size: 1.4em; color: #0f766e; }
.contact-info { background: linear-gradient(135deg, #f6f8fb 0%, #e9ecef 100%); padding: 25px; margin: 30px 0; border-radius: 10px; border-left: 4px solid #06b6d4; }
.contact-info strong { color: #06b6d4; }
ul { margin: 20px 0; padding-left: 25px; }
li { margin: 10px 0; }
.services li::marker { content: "⚙️ "; }
.advantages li::marker { content: "✅ "; }
.company-card { border: 1px solid #e2e8f0; padding: 20px; margin: 15px 0; border-radius: 10px; transition: all 0.3s; }
.company-card:hover { box-shadow: 0 5px 20px rgba(0,0,0,0.1); transform: translateY(-2px); }
.company-card h3 { margin-top: 0; }
.company-card a { color: #06b6d4; text-decoration: none; font-weight: 600; }
.company-card a:hover { color: #0891b2; }
.pagination { display: flex; gap: 10px; justify-content: center; margin: 40px 0; flex-wrap: wrap; }
.pagination a, .pagination .current { padding: 12px 18px; background: #06b6d4; color: white; text-decoration: none; border-radius: 6px; transition: all 0.3s; }
.pagination a:hover { background: #0891b2; transform: translateY(-2px); }
.pagination .current { background: #0f172a; cursor: default; }
.faq-item { margin: 25px 0; padding: 20px; background: #f7fafc; border-radius: 8px; }
.faq-item strong { color: #06b6d4; font-size: 1.1em; display: block; margin-bottom: 10px; }
.review { background: linear-gradient(135deg, #f7fafc 0%, #edf2f7 100%); padding: 20px; margin: 15px 0; border-left: 4px solid #48bb78; border-radius: 8px; font-style: italic; }
footer { background: #0f172a; color: white; padding: 50px 0 30px; margin-top: 60px; }
footer h3 { color: white; margin-top: 0; }
.footer-links { display: flex; flex-wrap: wrap; gap: 15px; margin: 30px 0; }
.footer-links a { color: #5eead4; text-decoration: none; transition: color 0.3s; white-space: nowrap; }
.footer-links a:hover { color: #2dd4bf; }
.footer-bottom { text-align: center; margin-top: 40px; padding-top: 30px; border-top: 1px solid rgba(255,255,255,0.1); color: #a0aec0; }
.intro { font-size: 1.1em; color: #0f766e; margin: 20px 0; }
.region-list { display: grid; grid-template-columns: repeat(auto-fill, minmax(300px, 1fr)); gap: 15px; margin: 20px 0; }
.region-list li { list-style: none; background: #f7fafc; padding: 15px; border-radius: 8px; border-left: 3px solid #06b6d4; }
.region-list a { color: #06b6d4; text-decoration: none; font-weight: 600; }
.region-list a:hover { color: #0891b2; }

/* Меню с округами */
.regions-menu { background: #f7fafc; border-bottom: 3px solid #06b6d4; padding: 15px 0; }
.regions-menu .container { overflow-x: auto; }
.regions-nav { display: flex; gap: 20px; flex-wrap: wrap; justify-content: center; align-items: center; }
.regions-nav a { color: #0f766e; text-decoration: none; padding: 8px 15px; border-radius: 6px; transition: all 0.3s; font-size: 0.95em; white-space: nowrap; }
.regions-nav a:hover { background: #06b6d4; color: white; transform: translateY(-2px); }
.regions-nav a.active { background: #06b6d4; color: white; font-weight: 600; }
@media (max-width: 768px) {
    .regions-nav { flex-direction: column; align-items: stretch; }
    .regions-nav a { text-align: center; }
}

/* Стили для перелинковки */
.related-links { background: #f7fafc; padding: 20px; border-radius: 8px; margin: 20px 0; }
.related-links li { margin: 12px 0; padding-left: 5px; }
.related-links a { color: #06b6d4; text-decoration: none; font-weight: 500; transition: all 0.3s; }
.related-links a:hover { color: #0891b2; padding-left: 5px; }