Hello!
The registration form shows me the countries, but when selecting the country do not load the states.
The web is www.mastomate.com
Virtuemart Version: 3.2.2
Joomla 3.7.2
			
			
			
				Maybe your template. Try it with protostar/beez or disable all virtuemart overrides.
			
			
			
				It is a problem of your template.
To fix this open - templates/theme552/css/vm/virtuemart.css
Scroll down to the end of the file. Now add the following codes after all existing codes.
select, select.vm-chzn-select {
    display: block !important;
}
.selectboxit-container {
    display: none !important;
}
Save the file. Clear cache of your browser. Now reload/refresh the page to see the change.
			
			
			
				It has been solved!
Thank you very much for your help :D ;) ;) ;)