.dialog_city .dialog_mainface {
  position: fixed;
  bottom: 0;
  width: 100%;
}
.dialog_city_body {
  padding: 56px 20px 44px;
  border-radius: 20px 20px 0px 0px;
  background: white;
  margin: 0 calc(var(--container-pad) * -1);
}
.dialog_city .button {
  flex-grow: 1;
}
@media screen and (min-width: 992px) {
  .dialog_city_body {
    display: inline-block;
    padding: 32px;
    border-radius: 20px;
    margin: 0;
    position: absolute;
  }
  .dialog_city .dialog_mainface {
    position: absolute;
    top: 100%;
    bottom: auto;
  }
}

@media screen and (width < 992px) {
  .dialog_town .dialog_mainface {
    top: 28px;
  }
}