/* === No fixed footer on subpages === */
.footer{
  position: static !important;
  left: auto !important; right: auto !important; bottom: auto !important;
  z-index: auto !important;
}
body{
  padding-bottom: 0 !important; /* убираем резерв под фикс-футер */
}
