@import "fonts.css";


/* template styles */
body, html, table, p, td, th, form, img, ul, li, h1, h2, h3, h4, h5 {
	margin: 0;
	padding: 0;
	border: 0;
}
img {
	display: block
}
table {
	border-collapse: collapse;
}
* td {
	vertical-align: top
}
.full {
	width: 100%
}
.fleft {
	float: left
}
.fright {
	float: right
}
.black {
	color: #282828
}
.rel {
	position: relative;
	zoom: 1
}
a {
	color: #282828;
	text-decoration: underline
}
a:hover, .footer a:hover, .footer .design a:hover {
	color: #ed7703
}
html, body {
	font-family: "line Sans Regular", sans-serif;
	line-height: 19px;
	font-size: 16px;
	color: #000;
	overflow-x: hidden;
}


/* layout styles */
html, body {
	min-height: 100vh;
	width: 100%;
	position: relative;
}
h1 {
	font-size: 25px;
	line-height: 32px;
	margin-bottom: 25px;
	font-weight: normal;
	font-family: 'line Sans Bold';
}

p, ul {
	line-height: 19px;
	font-size: 15px;
	margin-bottom: 14px
}
.wrap {
	max-width: 100%;
	min-height: 100%;
	overflow: hidden;
	padding-bottom: 85px;
}
.header-wrap {
	max-width: 1000px;
	margin: 0px auto;
	position: relative;
  display: flex;
  align-items: center;
  height: 100%;
}
.footer-wrap {
	max-width: 1000px;
	margin: 0px auto;
	position: relative;
	height: 100%
}
.content-wrap {
	max-width: 528px;
	margin: 0px auto
}
.header {
	height: 130px;
	position: relative;
	padding-left: 36px;
	padding-right: 0px;
}
.content {
	padding-left: 36px;
	padding-right: 36px;
}
.footer {
	padding-left: 36px;
	padding-right: 0px;
	margin-top: -85px;
	width: 100%;
	height: 85px;
	box-sizing: border-box;
	position: absolute;
	bottom: 0;
	background: #262626 url('../i/footer.gif') top right;
	overflow: hidden;
}
.header .logo {
	display: block;
	width: 210px
}
.header .logo img {
  width: 100%;
}
.reason {
	margin-top: 50px;
}


/* footer styles */
.footer, .footer p {
	font-size: 11px;
	line-height: 20px;
	color: #fff
}
.footer p {
	font-size: 11px;
	line-height: 20px;
	margin: 0px
}
.footer a, .footer .highlight {
	color: #787878
}
.footer .copyright {
	padding-top: 21px;
	position: relative;
	z-index: 2;
}
.footer .copyright .contacts {
	position: relative;
	left: -1px;
	zoom: 1
}
.footer .copyright .contacts > * {
	display: block;
	float: left;
	padding-left: 18px;
	padding-right: 8px;
	margin-right: 8px
}
.footer .contacts:after {
	content: "";
	display: table;
	clear: both;
}
.footer .home {
	background: url('../i/icon-home.png') 0px 3px no-repeat
}
.footer .phone {
	background: url('../i/p.gif') left no-repeat
}
.footer .mail {
	background: url('../i/p.gif') left no-repeat
}


/* mobile styles */
@media only screen and (max-width: 600px) {
	/*html, body {
		background-color: #ece9e2
	}*/
	.header {
		height: 55px;
		background: #f2f2f2 url('../i/header-bg.gif') top repeat-x;
		border-bottom: 1px solid #cdcac4;
		margin-bottom: 20px;
		box-shadow: #cdcac4 0px 1px 3px;
		-webkit-box-shadow: #cdcac4 0px 1px 3px;
		-moz-box-shadow: #cdcac4 0px 1px 3px;
	}
	.content {
		padding: 0 20px;
	}
	.header {
		padding-left: 20px;
	}
	.header .logo {
		top: 14px;
	}
	.header .logo img {
		width: 190px;
	}
	.content-wrap {
		max-width: none;
	}
	.content-wrap h1 {
		font-size: 21px;
		line-height: 25px;
	}
	.content-wrap p {
		font-size: 14px;
		line-height: 17px;
	}
	.reason {
		margin-top: 30px;
	}
	.footer {
		padding: 0 20px;
	}
}

