There are several blocks on the site that increase the height of the document, which causes the scrollbar to appear and the content shifts. I tried to fix it with CSS:
html {margin-right: calc( -1 * (100vw - 100%));}
But it didn't work at all.
Maybe the problem is bootstrap?