
main.inner__page{padding:0}
.inner__page > .wrapper__breadcrumb{display:none}
.contacts-hero { padding: 60px 0; background: #1a1a1a; color: white; }
.contacts-hero h1 { font-size: 48px; font-weight: 800; letter-spacing: -0.02em; margin-bottom: 12px; }
.contacts-hero p { font-size: 18px; opacity: 0.75; }
.contacts-content { padding: 80px 0; }
.contacts-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 32px; }
.contact-card { background: white; border-radius: 20px; padding: 36px; border: 1px solid #eee; box-shadow: 0 4px 20px rgba(0,0,0,0.04); }
.contact-card-header { display: flex; align-items: center; gap: 16px; margin-bottom: 28px; }
.contact-card-icon { width: 52px; height: 52px; background: #fdf5f2; border-radius: 12px; display: flex; align-items: center; justify-content: center; font-size: 26px; color: var(--primary-color); flex-shrink: 0; }
.contact-card h3 { font-size: 20px; font-weight: 700; }
.contact-row { display: flex; gap: 14px; margin-bottom: 20px; align-items: flex-start; }
.contact-row iconify-icon { font-size: 20px; color: var(--primary-color); flex-shrink: 0; margin-top: 2px; }
.contact-row-content strong { display: block; font-size: 14px; color: #888; font-weight: 500; margin-bottom: 3px; }
.contact-row-content a, .contact-row-content span { font-size: 16px; color: var(--text-black); font-weight: 600; text-decoration: none; }
.contact-row-content a:hover { color: var(--primary-color); }
.messenger-row { display: flex; flex-wrap:wrap; gap: 12px; margin-top: 8px; }
.messenger-btn { display: flex; align-items: center; gap: 8px; padding: 10px 18px; border-radius: 10px; font-weight: 600; font-size: 14px; text-decoration: none; transition: transform 0.15s; }
.messenger-btn:hover { transform: translateY(-2px); }
.btn-tg { background: #0ff; color: #007aff; background: #e7f3ff; color: #0077cc; }
.btn-wa { background: #e7fef0; color: #25d366; }
.map-section { margin-top: 60px; }
.map-wrapper { border-radius: 24px; overflow: hidden; background: #eaeaea; height: 400px; position: relative; }
.map-wrapper img { width: 100%; height: 100%; object-fit: cover; }
.map-overlay-info { position: absolute; bottom: 24px; left: 24px; background: white; padding: 16px 24px; border-radius: 14px; box-shadow: 0 8px 24px rgba(0,0,0,0.12); }
.map-overlay-info strong { display: block; font-size: 15px; font-weight: 700; }
.map-overlay-info span { font-size: 13px; color: #666; }
.work-hours { background: #fdf5f2; border-radius: 16px; padding: 24px; margin-top: 24px; }
.hours-row { display: flex; justify-content: space-between; padding: 10px 0; border-bottom: 1px solid #f0ddd6; font-size: 15px; }
.hours-row:last-child { border-bottom: none; }
.hours-row strong { font-weight: 600; }
.hours-row .time { font-weight: 700; color: var(--primary-color); }
#map{width:100%; height:100%}
@media (max-width: 768px) {
	.contacts-content { padding: 40px 0; }
	.contacts-hero h1 { font-size: 32px; }
	.contacts-grid { grid-template-columns: 1fr; }
	.contact-card{padding:20px}
}