html{
  overflow-x:hidden!important;
  overflow-y:auto!important;
  height:auto!important;
}

body,
body.menu-open{
  overflow-x:hidden!important;
  overflow-y:auto!important;
  position:static!important;
  width:auto!important;
  height:auto!important;
  max-height:none!important;
  touch-action:pan-y!important;
}

#booking{
  scroll-margin-top:100px!important;
  position:relative!important;
  overflow:visible!important;
  touch-action:pan-y!important;
  overscroll-behavior:auto!important;
}

#booking .booking-shell,
#booking [data-stayget-booking]{
  position:relative!important;
  overflow:visible!important;
  max-height:none!important;
  touch-action:pan-y!important;
  overscroll-behavior:auto!important;
}

/* Мобильное меню остаётся внутри экрана */
@media (width<=1120px){
  .mobile-menu{
    width:min(430px,100vw)!important;
    max-width:100vw!important;
    overflow-x:hidden!important;
    overflow-y:auto!important;
    touch-action:pan-y!important;
    overscroll-behavior:contain!important;
    -webkit-overflow-scrolling:touch!important;
  }
}

@media (width<=760px){
  #booking{
    scroll-margin-top:80px!important;
  }

  .mobile-menu{
    top:76px!important;
    bottom:68px!important;
    height:auto!important;
    max-height:none!important;
    padding-bottom:24px!important;
  }
}