@media screen and (max-width:560px) {
	.form {
		width: calc(100% - 40px);
	}
	.form .row {
		display: block;
	}
	.form .row .col1, .form .row .col2 {
		width: 100%;
	}
	.form .row .col2 .flex .input .name_2,.form .row .col2 .flex .input .name_1{
		white-space: nowrap;
		display: inline-table;
	}
}