/* Extra tiny tweaks for the static multi-page version */

/* Pages like privacy/offer/contacts/cabinet need spacing under the fixed header */
.page-main {
  padding-top: 96px;   /* 64px header + some air */
  padding-bottom: 96px;
  position: relative;
}
