html {
    -webkit-text-size-adjust: none;
}
* {
	-webkit-font-smoothing: antialiased;
}
body {
	color: #111;
	background: #fff;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	line-height: 20px;
	position: relative;
	min-width: 320px;
	height: 100%;
}
p{
	font-size: 14px;
	line-height: 20px;
	margin-bottom: 10px;
}
p.small-text{
	font-size: 12px;
}
li{
	font-size: 14px;
	line-height: 20px;
}
a {
	color: #111;
	text-decoration: none;
	border-bottom: 1px solid rgba(0, 0, 0, 0.2);
	transition: ease color 1s;
	line-height: 1.2;
}
a:hover {
	color: rgb(187, 51, 0);
	border-color: rgba(187, 51, 0, 0.2);
	transition: ease color 0.1s;
}
figure {
	-webkit-margin-before: 0;
	-webkit-margin-after: 0;
	-webkit-margin-start: 0;
	-webkit-margin-end: 0;
}
img{
	width: 100%;
	max-width: 100%;
}
#load-hider{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #fff;
	z-index: 500;
}
.load-bar{
	z-index: 600;
}
@media screen and (min-width: 0px) and (max-width: 719px) {
	.mobile--none{
		display: none;
	}
	body {
		font-family: Helvetica, Arial, sans-serif;
		font-size: 16px;
		color: rgba(38,38,38,0.85);
		letter-spacing: 0;
		text-align: left;
		line-height: 24px;
	}
	h1{
		font-family: Helvetica, Arial, sans-serif;
		font-size: 24px;
		color: #333333;
		text-align: left;
		line-height: 24px;
		font-weight: bold;
	}
	h2{
		font-family: Helvetica, Arial, sans-serif;
		font-size: 32px;
		color: #333333;
		text-align: left;
		line-height: 32px;
		font-weight: bold;
	}
	h3{
		font-size: 24px;
		color: #333333;
		text-align: left;
		line-height: 24px;
		font-weight: bold;
	}
	h4{
		font-family: Helvetica, Arial, sans-serif;
		font-size: 16px;
		color: rgba(38,38,38,0.85);
		text-align: left;
		line-height: 24px;
		font-weight: bold;
	}
	p, li, a{
		font-family: Helvetica, Arial, sans-serif;
		font-size: 16px;
		color: rgba(38,38,38,0.85);
		letter-spacing: 0;
		text-align: left;
		line-height: 24px;
		margin-bottom: 0px;
	}
	a{}
	.wrapper{
		margin: 0 auto;
		max-width: 100%;
		overflow:hidden;
	}
	.container {
		position: relative;
		margin: 0 auto;
		margin: 0 17px 0 32px;
	}
	.container:before,
	.container:after {
		content: "";
		clear: both;
		display: table;
	}
	.wrap-box {
		padding: 146px 0 0;
		overflow: hidden;
		margin-bottom: 0;
		background: #fff;
	}
}
@media screen and (min-width: 720px){
	.wrapper{
		margin: 0 auto;
		max-width: 100%;
		overflow:hidden;
	}
	.container {
		position: relative;
		max-width: 930px;
		margin: 0 auto;
		padding: 0 30px;
	}
	.container:before,
	.container:after {
		content: "";
		clear: both;
		display: table;
	}
}

@media screen and (min-width: 720px) {
	.wrapper{
		margin: 0 auto;
	}
	.container {
		position: relative;
		max-width: 930px;
		margin: 0 auto;
		padding: 0 30px;
	}
	.container:before,
	.container:after {
		content: "";
		clear: both;
		display: table;
	}
	.wrap-box {
		padding: 170px 0 0;
		overflow: hidden;
		margin-bottom: 70px;
		background: #fff;
		-moz-box-shadow:    0px 1px 2px 0px rgba(0,0,0,0.24), 0px 1px 1px 0px rgba(0,0,0,0.12);
		box-shadow:         0px 1px 2px 0px rgba(0,0,0,0.24), 0px 1px 1px 0px rgba(0,0,0,0.12);
	}
	.wrap-box:before,
	.wrap-box:after {
		content: "";
		clear: both;
		display: table;
	}
	.wrap-box h1{
		font-size: 40px;
		font-weight: bold;
		color: #333;
		line-height: 50px;
	}
	.callback_form_none {
		display: none;
		opacity: 0;
	}
	.callback_form {
		display: block;
		position: fixed;
		width: 100%;
		height: 100%;
		top: 0;
		left: 0;
		z-index: 1000;
	}
	.callback_form:before,
	.callback_form:after {
		content: "";
		clear: both;
		display: table;
	}
	.appointments_form_none {
		display: none;
		opacity: 0;
	}	
	.appointments_form {
		display: block;
		position: fixed;
		width: 100%;
		height: 100%;
		top: 0;
		left: 0;
		z-index: 1000;
	}	
	.appointments_form:before,
	.appointments_form:after {
		content: "";
		clear: both;
		display: table;
	}
	.form {
		position: absolute;
		top: 50%;
		left: 50%;
		box-sizing: border-box;
		width: 90%;
		max-width: 930px;
		padding: 30px 0 50px;
		border-radius: 5px;
		background: rgba(238,238,238,0.90);
		border: 1px solid #DDDDDD;
		-moz-box-shadow:    inset 0px 0px 0px 1px #FFFFFF;
		box-shadow:         inset 0px 0px 0px 1px #FFFFFF;
		-webkit-transform: translate(-50%, -50%);
		-moz-transform: translate(-50%, -50%);
		-o-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
	}
	.form .form-header{
		display: block;
		font-weight: bold;
		font-size: 31px;
		color: #111111;
		line-height: 40px;
		text-shadow: 1px 1px 1px #FFFFFF;
		text-align: center;
		margin: 0 auto;
	}
	.form_action {
		width: 540px;
		margin: 25px 0 0;
	}
	.in-input1,
	.in-input2{
		width: 540px;
		float: left;
		margin-top: 15px;
	}
	.in-input {
		font-size: 18px;
		width: 509px;
		background: #fff;
		padding: 11px 15px;
		color: #ccc;
		border: 1px solid #ddd;
		border-radius: 4px;
		-webkit-tap-highlight-color: rgba(0,0,0,0);
	}
	#submit-mail {
		position: relative;
		width: 540px;
		margin-top: 20px;
		padding: 15px 0;
		font-size: 18px;
		overflow: hidden;
		color: #fff;
		border: 1px solid #137ec6;
		border-top-color: #1992da;
		border-bottom-color: #0d6ab2;
		border-radius: 5px;
		background: #1d9bd9;
		-webkit-appearance: none;
	}
	#submit-mail:hover {
		background: #2fa2dc;
	}
	#submit-mail:active {
		background: #0d85c0;
	}
	.callback_form .close_popup, 
	.appointments_form .close_popup {
		position: absolute;
		right: 0;
		top: 0;
		width: 100%;
		height: 100%;
		background: #000;
		opacity: .85;
		cursor: pointer;
		transition: ease all 5s;
	}
	.callback_form_none .close_popup, 
	.appointments_form_none .close_popup {
		opacity: 0;
		transition: ease all 5s;
	}	
}

@media screen and (min-width: 720px) {
	.wrapper{
		margin: 0 auto;
	}
	.wrap-box {
		padding-top: 220px;
		-webkit-animation-name:wrap-box-header; -moz-animation-name:wrap-box-header; -o-animation-name:wrap-box-header; animation-name:wrap-box-header;
		-webkit-animation-duration:1100ms; -moz-animation-duration:1100ms; -o-animation-duration:1100ms; animation-duration:1100ms;
	}
}
@-webkit-keyframes wrap-box-header {
	from { -webkit-transform:translate3d( 0, 200px, 0); }
	to   { -webkit-transform:translate3d( 0,0, 0);}
}
@-moz-keyframes wrap-box-header {
	from { -moz-transform:translate3d( 0, 200px, 0); }
	to   { -moz-transform:translate3d( 0,0, 0);}
}
@-o-keyframes wrap-box-header {
	from { -o-transform:translate3d( 0, 200px, 0); }
	to   { -o-transform:translate3d( 0,0, 0);}
}
@keyframes wrap-box-header {
	from { transform:translate3d( 0, 200px, 0); }
	to   { transform:translate3d( 0,0, 0);}
}