img {
  height: auto;
}

body .menu {
  position: absolute;
  top: 100%;
  left: 0;
  height: 100vh;
}

body .menu__wr {
  padding-top: 30px;
}

.flatpickr-day.nextMonthDay.flatpickr-disabled,
.flatpickr-day.prevMonthDay.flatpickr-disabled {
    color: rgba(57, 57, 57, .1);
}