
footer#kontakt .form-bottom { display:flex; align-items:center; justify-content:space-between; gap:16px; }
footer#kontakt .phone-note { margin:0; display:flex; flex-direction:column; gap:4px; }
footer#kontakt .phone-note .note-label {
  font-size:13px; font-weight:900; text-transform:uppercase; letter-spacing:.06em;
  color:#e7eefc; opacity:.95;
}
footer#kontakt .phone-note .note-phone {
  font-size:22px; font-weight:900; letter-spacing:.2px; text-decoration:none; color:#ffffff;
}
footer#kontakt .phone-note .note-phone:hover { text-decoration:underline; }
@media (max-width: 720px){
  footer#kontakt .form-bottom{flex-direction:column; align-items:stretch}
  footer#kontakt .phone-note{order:2}
  footer#kontakt .form-bottom .cta.btn-primary{order:1; align-self:flex-end}
}
