.info-grid{grid-template-columns:1fr 1fr;gap:20px;margin-bottom:48px;display:grid}.info-block{background:var(--bg-card);border:1px solid var(--border);border-radius:14px;padding:32px}.info-block h3{margin-bottom:16px;font-size:18px;font-weight:800}.info-block .hours{color:var(--text-muted);font-size:15px;line-height:2}.info-block .hours b{color:var(--text-main)}.info-block.link-block{flex-direction:column;justify-content:space-between;display:flex}.info-block.link-block p{color:var(--text-muted);margin-bottom:20px;font-size:15px;line-height:1.7}.start-grid{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:16px;display:grid}.start-card{background:var(--bg-card);border:1px solid var(--border);text-align:center;border-radius:14px;padding:28px 24px}.start-step{background:var(--primary);color:#fff;border-radius:50%;width:36px;height:36px;margin:0 auto 12px;font-weight:800;line-height:36px}.start-card .ico{margin-bottom:6px;font-size:26px}.start-card h4{margin-bottom:6px;font-size:15px;font-weight:700}.start-card p{color:var(--text-muted);min-height:36px;margin-bottom:16px;font-size:12px}.faq-grid{grid-template-columns:1fr 1fr;gap:14px;display:grid}.faq-item{background:var(--bg-card);border:1px solid var(--border);border-radius:12px;padding:4px 20px}.faq-item summary{cursor:pointer;justify-content:space-between;gap:8px;padding:20px 0;font-size:15px;font-weight:700;list-style:none;display:flex}.faq-item summary::-webkit-details-marker{display:none}.faq-item summary:after{content:"+";color:var(--text-muted);font-size:18px}.faq-item[open] summary:after{content:"−"}.faq-item p{color:var(--text-muted);padding:0 0 20px;font-size:14px;line-height:1.8}@media (max-width:768px){.info-grid,.faq-grid{grid-template-columns:1fr}.info-block{padding:24px}}
