.nd-wrap-content--biography,
.nd-wrap-content--familypower,
.nd-wrap-content--history {
  min-height: calc(100vh - 83px);
}

.nd-wrap-content--history .nd-content,
.nd-wrap-content--familypower .nd-content,
.nd-wrap-content--biography .nd-content {
    padding: 0 !important;
    overflow: hidden;
}

.nd-wrap-content--biography .footer.none,
.nd-wrap-content--familypower .footer.none,
.nd-wrap-content--history .footer.none {
    display: none;
}

/* Media */
@media (max-width: 768px) {
    .nd-wrap-content--biography,
    .nd-wrap-content--familypower,
    .nd-wrap-content--history {
        height: calc(100vh - 61px); /* Вычитаем высоту шапки */
    }
}