body:not(.modal-open) {
	overflow-y: scroll !important;
}
body:has(.platform_modal-visible), body.modal-open, body:has(.header-popup.opened, .menu-opened) {
    overflow-y: hidden !important;
}