.block-form{
		display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: flex-start;
    justify-content: flex-start;
		gap: 10px;
}
.classname, .classphone{
border-radius:10px !important;
}
.classname1, .classphone1{
border-radius:10px !important;
}
.elem-form{
		width: 30%;margin-right:20px;
}
.wpcf7-spinner{display:none;}
.subminbtn{
		color:white !important;
		border-radius:10px !important;
}
.wpcf7-not-valid-tip {
		font-size: 0.8em;
}
@media (max-width: 767px) {
		.block-form{
				flex-direction: column;
		}
		.elem-form{
			/*	width: 70%;margin-left:80px; margin-right:0px; */
				width:100%;
		}
		.subminbtn{
/*		width: 80%; */
				width: 100%;
				margin-bottom:10px;
		}
}