.block-form-step-header,
#block-form-buttons-6{display:none;}

#block-form-section-content-1,
#block-form-section-content-3,
#block-form-section-content-4,
#block-form-section-content-5{grid-template-columns:100%;}
#block-form-section-content-2{grid-template-columns:32% 32% 32%;}

#block-form-field-item-30,
#block-form-field-item-35{width:100%;display:grid;grid-template-columns:32% 32% 32%;grid-gap:20px 2%;}
#block-form-field-item-30 > *,
#block-form-field-item-35 > *{height:100%;}

@media screen and (max-width: 800px){
	#block-form-field-item-30,#block-form-field-item-35{grid-template-columns:50% 50%;grid-gap:20px 2%;}
}
@media screen and (max-width: 500px){
	#block-form-field-item-30,#block-form-field-item-35{grid-template-columns:100%;grid-gap:20px 0;}
	#block-form-section-content-2{grid-template-columns:100%;grid-gap:20px 0;}
}