.header {
  display: flex;
  justify-content: space-between;
  height: 56px;
}
.header__wrap {
  display: flex;
  justify-content: space-between;
}
.header__account {
  min-width: 120px;
}
.header__logout {
  min-width: 144px;
}

.modal {
  max-height: calc(100vh - 64px);
}