@media (max-width:720px) {
 .stock-banner .stock-banner__phones { display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); align-items:stretch; gap:8px; width:100%; max-width:440px; margin-inline:auto; }
 .stock-banner .stock-banner__phones a { display:flex; flex-direction:column; align-items:center; justify-content:center; gap:5px; min-width:0; min-height:44px; padding:4px 0; font-size:12.5px; line-height:1.4; text-align:center; }
 .stock-banner .stock-city-icon { flex:0 0 28px; width:28px; height:28px; }
 .stock-banner .stock-city-copy { display:flex; flex-direction:column; align-items:center; gap:2px; font-size:12.5px; line-height:1.4; }
 .stock-banner .stock-city-copy > span { white-space:nowrap; }
}
