html, body {
    height: 100%;
    margin: 0;
    padding: 0;
}

.u-footer {
    position: relative;
    width: 100%;
    background-color: #333; /* Темний колір фону */
    padding: 20px 0;
}

.u-sheet {
    min-height: calc(100vh - 150px); /* Віднімаємо висоту футера */
}

.u-section-1 .u-sheet-1 {
  min-height: 347px;
}

.u-section-1 .u-text-1 {
  font-weight: 700;
  margin: 40px 0 0;
}

.u-section-1 .u-text-2 {
  margin: 20px 0 -13px;
}

@media (max-width: 575px) {
  .u-section-1 .u-sheet-1 {
    min-height: 342px;
  }

  .u-section-1 .u-text-2 {
    margin-bottom: -18px;
  }
}