#contact {
	width: 758px;
	margin-left: auto;
	margin-right: auto;
	padding: 0 10px;
}

dl {
	margin: 0 0 60px;
}

dt {
	margin: 0 0 30px !important;
	font-size: 22px;
	font-weight: bold;
}

label {
	position: relative;
	display: block;
	float: left;
	margin: 0 40px 10px 0;
	padding: 0 0 0 26px;
	cursor: pointer;
}
label:nth-child(4) {
	margin: 0;
}
label:last-child {
	margin: 0;
}
.margin-none {
	margin: 0 !important;
}

[type="text"], [type="tel"], [type="email"] {
	padding: 14px;
	width: 100%;
	border: 1px solid #ccc;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
}

[type="tel"], [type="email"] {
	width: 50%;
}

textarea {
	padding: 14px;
	width: 100%;
	height: 200px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	border: 1px solid #ccc;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
}

select {
	padding: 13px;
	font-size: 16px;
	border: 1px solid #ccc;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	cursor: pointer;
}

[type=radio],
[type=checkbox] {
	position: absolute;
	top: 0;
	left: 0;
	display: inline-block;
	margin: 0;
	opacity: 0;
}

[type=radio] + span,
[type=checkbox] + span {
	position: absolute;
	top: 10px;
	left: 0;
	width: 16px;
	height: 16px;
	margin-top: -9px;
	background-color: white;
	border: 2px solid #ccc;
}

[type=radio] + span {
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
}

[type=radio]:checked + span::after,
[type=checkbox]:checked + span::after {
	content: "";
	position: absolute;
	top: 50%;
	display: block;
}

[type=radio]:checked + span::after {
	left: 4px;
	width: 8px;
	height: 8px;
	margin-top: -4px;
	background: #529bbf;
	border-radius: 8px;
}
[type=checkbox]:checked + span::after {
	left: 2px;
	width: 14px;
	height: 6px;
	margin-top: -9px;
	border-left: 3px solid #529bbf;
	border-bottom: 3px solid #529bbf;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.col-2-text {
	width: 82%;
	float: right;
}


.required {
	position: relative;
	top: -3px;
	display: inline-block;
	margin: 0 0 0 10px;
	color: #ff4040;
	font-size: 12px;
}

.formError .formErrorContent {
	border: 0;
	border-radius: 0;
	box-shadow: none;
	background: #ff4040;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
}
.formError .formErrorArrow div {
	border: 0;
	box-shadow: none;
	background: #ff4040;
}
.formError .formErrorArrow .line3 {
	border: 0;
}
.formError .formErrorArrow .line2, .formError .formErrorArrow .line1 {
	display: none;
}

.thanks-area {
	font-size: 34px;
	text-align: center;
	padding: 0 0 20px;
	border-bottom: 1px solid #ccc;
}

@media screen and (max-width: 425px) {
	#contact.content, .topic-path.contact ul {
		width: auto;
	}
	.tel-or-form .tel span {
		display: block;
		margin: 4px 0 0;
		text-align: center;
	}
	#contact .tel-or-form span {
		display: block;
		margin: 10px auto 0;
		width: 80%;
		text-align: center;
	}
	label {
		float: none;
		width: auto;
		margin: 0;
		padding: 8px 8px 8px 38px;
	  border: 1px solid #ccc;
	  -moz-box-sizing: border-box;
	  -webkit-box-sizing: border-box;
	  -o-box-sizing: border-box;
	  -ms-box-sizing: border-box;
	  box-sizing: border-box;
	  -moz-border-radius: 5px;
	  -webkit-border-radius: 5px;
	  -ms-border-radius: 5px;
	  -o-border-radius: 5px;
	  border-radius: 5px;
	  margin: 0 0 10px;
	}
	label:last-child {
	  margin-bottom: 0;
	}
	[type=radio] + span,
	[type=checkbox] + span {
	  top: 50%;
	  left: 10px;
	  margin-top: -10px;
	}
	.col-2-text {
		float: none;
		width: 100%;
	}
	.col-2-text input {
		margin: 10px 0 0;
	}
	.thanks-area {
		font-size: 25px;
	}
	dt {
		margin: 0 0 16px !important;
	}
	dl {
		margin: 0 0 32px;
	}
	#contact .tel.btn__tel {
		display: block;
		font-size: 44px;
		text-align: center;
		line-height: 1;
		background-size: 35px 35px;
		background: none;
		padding: 0;
	}
	#contact .tel.btn__tel:before {
		content: "";
		display: inline-block;
		width: 30px;
		height: 30px;
		background: url(../img/icon_tel.png) left center no-repeat;
		background-size: contain;
		margin: 0 8px 0 0;
	}
}
