.ContactSection-FormItem:nth-of-type(4){
	display: flex;
	justify-content: space-between;
}

.ContactSection-FormItem__Left,.ContactSection-FormItem__Right{
	width: 48%;
}

@media screen and (max-width: 540px) {
	.ContactSection-FormItem:nth-of-type(4){
		display: block;
	}
	.ContactSection-FormItem__Left,.ContactSection-FormItem__Right{
		width: 100%;
	}
	.ContactSection-FormItem__Left{
		padding-bottom: 20px;
	}
}
.mobile-break{
	display: none;
}
@media screen and (max-width: 540px) {
	.mobile-break{
		display: block;
	}
}
div.wpcf7-mail-sent-ok{
	display: none !important;
}




input[type="submit"],
input[type="button"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
}
input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
  display: none;
}
input[type="submit"]::focus,
input[type="button"]::focus {
  outline-offset: -2px;
}

select {
    -webkit-appearance: button;
    appearance: button;
}

main{
	width: 100%;
	height: auto;
	padding:90px 0 80px 0;

	background-color: #F3F3F3;

	display: flex;
	justify-content: center;

  	min-height: calc(100vh - 56px);
}



@media screen and (max-width: 540px) {
	main{
		padding:50px 0 60px 0;
	}
}

.ContactSection{
	width: 840px;
	padding: 0 30px;
}

@media screen and (max-width: 540px) {
	.ContactSection{
		padding:0;
		width: 90%;
	}
}

.ContactSection > h1{
	padding-bottom: 35px;
	font-size: 36px;
	font-weight: 900;

	text-align: center;
	color: #B90007;
}
@media screen and (max-width: 540px) {
	.ContactSection > h1{
		font-size: 24px;
	}
}

.Footer-Inner-ScrollBtn{
	display: none;
}

.ContactSection-FormGroup{
	max-width: 840px;
	height: auto;

	border: 5px solid #fff;
	margin:  0 auto;

	padding:30px;
}
@media screen and (max-width: 540px) {
.ContactSection-FormGroup{
	padding: 15px 15px 50px 15px;
	height: auto;
	}
}
.ContactSection-FormItem{
	width: 100%;

	padding-bottom: 25px;
}
.ContactSection-FormItem:nth-of-type(7){
	padding-bottom: 50px;
}
@media screen and (max-width: 540px) {
	.ContactSection-FormItem{
		padding-bottom: 20px;
	}
	.ContactSection-FormItem:nth-of-type(7){
	padding-bottom: 40px;
	}
}

.ContactSection-FormItem-Label{
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 10px;

	padding-left: 7px;

	border-left: 3px solid #B90007; 
}
.ContactSection-FormItem-Input{
	height: 45px;
	width: 100%;
	font-size: 16px;

	border:none;
	padding: 0 15px;
	border-radius: 5px;

	outline: none;

	background-color: #fff;
}
.ContactSection-FormItem-TextArea{
	height: 210px;
	width: 100%;
	font-size: 16px;

	border:none;
	padding:10px;
	border-radius: 5px;

	outline: none;
	resize: none;
}
@media screen and (max-width: 540px) {
	.ContactSection-FormItem-TextArea{
		height: 345px;
		font-size: 14px;
	}
	.ContactSection-FormItem-Input{
		font-size: 14px;
	}
}
.ContactSection-SubmitBtn,.wpcf7-submit{
	height: 50px;
	width: 180px;

	border-radius: 5px;
	box-shadow: 2px 2px rgba(0, 0, 0, .16);
	background-color: #B90007;
	font-size: 16px;
	font-weight: 900px;
	color: #fff;
}
.Label-alert{
	padding-left: 15px;
	font-size: 12px;
	font-weight: bold;
	color: #B90007;
}
.break-black{
	color: #000 !important;
}