 	.submit_succes,.submit_flase { position: fixed;top: 50%;left: 50%;width: 200px;height: 80px;margin-left: -100px;margin-top: -40px;background-color: #FFFFFF;display: flex;align-items: center;justify-content: center;font-size: 20px;border-radius: 5px;display: none;}
	.submit_succes img ,
	.submit_flase img {width: 40px;height: 40px;vertical-align: middle;margin-right: 10px;}
	.phone_11 {user-select: text;}
	.Contact h1 {user-select: text;}
	.Contact h2 {user-select: text;}
	.Contact span {user-select: text;}
	@media screen and (max-width: 1200px) {
		.Contact {width: 40%;}
	}
	
	/* phone */
@media screen and (max-width: 720px) {
	.phone_13 {background-size: cover !important;height: auto !important;padding: 15% 5% !important;flex-direction: column;}
	.Contact {width: 100%;}
	.Contact h2 {margin-bottom: 10px !important;}
	.foot_inp {height: 40px;font-size: 14px;padding: 2% 4%;}
	.phone_11 {margin-bottom: 50px !important;}
	.phone_12 {padding: 0px !important;}
}