/* Стили для устранения пустого пространства после подвала */
.footer {
    margin-bottom: 0 !important;
    padding-bottom: 60px !important;
    position: relative;
    z-index: 1;
    flex-shrink: 0;
    margin-top: auto;
}
body {
    min-height: 100vh;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    overflow-x: hidden;
}
html {
    overflow-x: hidden;
    height: 100%;
}
/* Убираем автоматическое добавление отступов */
main {
    flex: 1 0 auto;
    margin-bottom: 0;
}
