label {
	border-top: 1px solid #D5D5D5;
	border-right: 1px solid #D5D5D5;
	border-left: 1px solid #D5D5D5;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 10px;
	margin: 0 !important;
	display: block;
	background-color: #F5F5F2;
	box-shadow: 1px 1px white inset;
	width: 100%;
	float: left;
	cursor: pointer;
}
label:first-child {
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}
label:last-child {
	border-bottom: 1px solid #D5D5D5;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
}
label.radio-checked {
	box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.1) inset;
}

label:before,
label:after{
    content: "";
    display: table;
}
label:after{ clear: both; }

label.option-other{
	border-bottom-left-radius: 0px!important;
	border-bottom-right-radius: 0px!important;
}
.other-title {
    padding: 0px!important;
}
.other-title label {
	border-top: 1px solid #2455a0;
	border-right: 1px solid #2455a0;
	border-left: 1px solid #2455a0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 15px;
	margin: 0 !important;
	display: block;
	background-color: #2455a0;
	box-shadow: none;
	width: 100%;
	float: left;
	cursor: pointer;
}
.other-title label:first-child {
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
}
.other-title label:last-child {
	border-bottom: 1px solid #2455a0;
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 0px;
}

.other {
	border-right: 1px solid #D5D5D5;
	border-left: 1px solid #D5D5D5;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 10px;
	margin: 0 !important;
	display: block;
	background-color: #F5F5F2;
	box-shadow: 1px 1px white inset;
	width: 100%;
	float: left;
	cursor: pointer;
	border-bottom: 1px solid #D5D5D5;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
}
.ot_mes{
	padding: 15px!important;
}

.btn a span {
	text-align: center;
	line-height: 1.3;
}

@media screen and (max-width: 768px) {
	.contatc-page .head {
		margin-bottom: 10px;
		text-align: left;
		font-size: 16px;
	}
	.contatc-page {
		padding: 20px 0;
	}
	.page-head h2 {
		padding: 20px;
		font-size: 20px;
	}
	.site-header .brand-img .area_name {
		font-size: 14px;
	}
	.inner,
	.site-header {
		padding: 0 10px;
	}
	.contatc-page .form {
		padding: 10px;
	}
	.contatc-page .btns {
		margin-top: 0;
	}
	.other-title::after {
		display: block;
		content:'';
		clear: both;
	}
	.other-title {
		font-size: 14px;
	}
	.other-title label {
		padding: 10px;
	}
	.other-title input {
		margin-right: 0;
	}
}
