/* 
	link: 0087e7
	link-hover: 0077ca
 */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
:focus {
	outline: 0;
}
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
header, nav, section, article, aside, footer {
	display: block;
}
body {
	font: 12px/18px Arial, Tahoma, Verdana, sans-serif;
	width: 100%;
}
a {
	color: #0087e7;
	outline: none;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
p {
	margin: 0 0 18px
}
img {
	border: none;
}
input {
	vertical-align: middle;
}
#wrapper {
	width: 1200px;
	margin: 0 auto;
}
.inner {
	width: 1000px;
	margin: 0 auto;
}

html {
	background-color: #f7f7f7;
	font-family: Tahoma, sans-serif;
}
/* Header
-----------------------------------------------------------------------------*/
#header {
	/* height: 150px; */
	background-color: #fff;
    min-width: 1200px;
}
#header.index_page {
	/* height: 450px; */
}
.heart {
	/* position: relative; */
	height: 0;
	padding: 0;
	padding-bottom: 31%;
	background-image: url('../img/start-bg1.jpg');
	background-position: center center;
	background-size: 100%;
	background-repeat: no-repeat;
}
.heart div {
	/* vertical-align: top;
	background-repeat: no-repeat;
	background-position: center top;
	background-size: auto 100%;
	background-size: 1800px;
	background-position-y: -165px; */
}
#header #logo {
	display: inline-block;
	background-image: url('../img/logo.png');
	background-repeat: no-repeat;
	height: 70px;
	width: 244px;
	float: left;
	margin-top: 15px;
}
#header #slogan {
	height: 93px;
	font-size: 17px;
	max-width: 430px;
	color: #393939;
	display: table;
	padding-top: 10px;
}
#header #slogan #slogan-inner {
	display: table-cell;
	vertical-align: middle;
}
#header #slogan p {
	margin: 0 !important;
}
#header #contacts {
	width: 250px;
	float: right;
	margin-top: 15px;
	text-align: right;
	color: #393939;
}
#header #contacts #phone {
	color: #ff4444;
	font-size: 17px;
	font-weight: bold;
	padding: 3px 0;
}
/* REP OK */
#header #contacts #request {
	text-decoration: none;
	color: #00b998; 
	font-weight: bold;
	border-bottom: 1px dashed #00b998;
}
#header #contacts #request:hover {
	color: #00a487; 
	border-bottom: 1px dashed #00a487;
}
#menu {
	border-top: 1px solid rgba(0,0,0,0.1);
	z-index: 100;
	padding: 5px 0;
	position: relative;
	text-align: center;
	font-size: 0;
	overflow: hidden;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 17px;
}
#menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#menu  ul li {
	position: relative;
	display: inline-block;
	z-index: 20;
	padding: 0 15px;
	font-size: 0;
	padding-left: 14px;
	border-left: 1px solid #eaeaea;
    vertical-align: middle;
}
#menu  ul li.no-left-border {
	border-left: none;
}
/* REP OK */
#menu  ul  li  a {
	font-weight: bold;
	font-size: 13px;
	white-space: nowrap;
	color: #393939;
	line-height: 35px;
	text-decoration: none;
	display: block;
	z-index: 6;
	position: relative;
}
#menu  ul  li.home  a {
    background: url(../img/home.png) 0 0 no-repeat;
    height: 21px;
    width: 24px;
}
#menu  ul  li.home  a:hover {
    background: url(../img/home.png) 0 -21px no-repeat;
}
#menu  ul  li:hover a {
	color: #0088e7;
}
/* REP */
#menu td a {
	display: block;
	text-decoration: none;
	color: #444;
	padding: 15px 0 14px 0;
}
/* Middle
-----------------------------------------------------------------------------*/
#content {
}
.main_in {
	margin-top: 15px;
}
.box-heading {
	margin-top: 35px;
}
.box-heading .head-text {
    font-size: 16px;
	line-height: 30px;
    padding: 0 10px;
    color: rgb(63, 36, 45);
    text-align: center;
    padding-top: 15px;
}
.box-heading .sections {
    display: table;
    margin: 0 auto;
    text-align: center;
}
.box-heading .sections .section {
    max-width: 160px;
    display: table-cell;
    padding: 0 15px;
}
.box-heading  .sections .section .text {
    text-align: center;
    line-height: 14px;
}
.left_col {
	width: 250px;
	float: left;
	padding-top: 10px;
}
.right_col {
	width: 250px;
	float: right;
	padding-top: 10px;
}
.center_col {
	margin-left: 260px;
	margin-right: 260px;
}
.center_col p {
    margin: 10px 0;
}
.page {
	padding-bottom: 20px;
	padding-top: 35px;
}
.page img {
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
}
.page .contacts {
	font-size: 14px;
	margin-bottom: 15px;
}
.page .contacts div {
	margin-bottom: 8px;
}
/* TEXT */
.page h1, .page h2, .page h3 {
	margin-bottom: 10px;
	font-weight: normal;
	line-height: normal;
}
.page h1 {
	font-size: 28px;
}
.page h2 {
	font-size: 24px;
}
.page h3 {
	font-size: 18px;
}
.page table tr td {
	border: 1px solid #e6e6e6;
	padding: 5px;
}
.page ol {
	list-style-type: decimal;
	padding-left: 40px;
}
.page ul {
	margin: 0 !important;
	list-style: disc outside none;
	padding-left: 40px;
}
.page ul li {
	list-style-type: disc;
}
/*  */
.col_in {
	width: 100%;
	display: inline-block;
}
.block {
	font-size: 0;
	-webkit-box-shadow: 0 0 3px rgba(0,0,0,0.1);
	-moz-box-shadow: 0 0 3px rgba(0,0,0,0.1);
	box-shadow: 0 0 3px rgba(0,0,0,0.1);
	background: #fff;
	display: block;
	vertical-align: top;
	padding: 15px 10px;
	margin-bottom: 10px;
}
.block.services {
	padding: 0;
}
.block.news {
	padding: 0;
}
.block.completed {
	padding-bottom: 0;
}
/* REP */
a.block-link {
	width: 100%;
	display: block;
	text-align: center;
	padding: 10px 0;
	color: #0087e7;
}
.text {
	font-size: 12px;
}
/* REP */
.name {
	font-family: 'Open Sans', sans-serif;
	font-weight: lighter;
	color: #0077ca;
	font-size: 19px;
	display: inline-block;
	width: 100%;
	text-align: center;
	margin-bottom: 7px;
}
.banner {
	font-size: 0;
	background-color: #fff;
	-webkit-box-shadow: 0 0 3px rgba(0,0,0,0.1);
	-moz-box-shadow: 0 0 3px rgba(0,0,0,0.1);
	box-shadow: 0 0 3px rgba(0,0,0,0.1);
	padding: 10px 0;
	text-align: center;
	margin: 20px 0;
	height: 130px;
}
.box li {
	padding: 10px !important;
}
/* REP */
.quotes {
	float: left;
	font-weight: bold;
	color: #0077ca;
}
/* REP */
.box-services li a {
	text-decoration: none;
	display: block;
	padding: 10px;
}
.box-services li .title {
	font-size: 14px;
	/*  */
	color: #393939;
	margin-left: 10px;
	display: block;
}
.box-services li {
	cursor: pointer;
	border-bottom: 1px solid #eee;
	display: list-item;
	padding: 0 !important;
    background-color: #fff;
}
.box-services li.last {
	border-bottom: none;
}
.box-services li:hover {
	background-color: rgba(0, 119, 202, 0.4);
}
.box-services li:hover a {
	/* text-decoration: underline; */
	color: #fff;
}
.box-services ul.childs {
    display: none;
}
.box-services ul.childs li {
    background-color: #fff;
}
.box-services ul.childs li:hover {
	background-color: rgba(0, 119, 202, 0.4);
}
.box-services ul.childs li a {
    padding-left: 22px;
}
/* REP */
.box-posts li a {
	font-weight: normal;
	text-decoration: none;
	color: #393939;
	display: block;
}
.box-posts li a .title {
	font-size: 14px !important;
	line-height: 14px;
	padding-bottom: 5px !important;
	/* overflow: hidden;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	white-space: nowrap; */
}
.box-posts li.even {
	background-color: #f9f9f9;
}
.box-posts li a .date {
	text-align: right;
	padding-right: 25px;
	line-height: 20px;
	font-size: 0;
	position: relative;
}
.box-posts li a .date .date-img {
	background: url('../img/blog-date.png') no-repeat right center;
	height: 16px;
	width: 16px;
	position: absolute;
	right: 0;
	top: 0;
}
.box-posts li a .date .datetime {
	font-size: 10px;
	
}
#completed {
	display: block;
	font-size: 0;
	line-height: 0;
}
#completed  img{
	width: 180px;
}
/* INPUT */
.input {
	display: inline-block;
	margin-bottom: 6px;
	font-size: 0;
}
.input textarea, .input input  {
	outline: none;
	border: 1px solid #999;
	padding: 3px 5px;
	margin: 0;
}
.input textarea:focus, .input input:focus {
	border: 1px solid #373737;
}
.input.error input, .input.error textarea {
    border: 1px solid #ff4444;
}
.input textarea {
	width: 500px;
	resize: none;
}
.input input {
	width: 500px;
}
.input label {
	display: inline-block;
	width: 130px;
	text-align: right;
	float: left;
	margin-right: 15px;
	line-height: 15px;
	padding: 5px 0;
	font-size: 12px;
}
button {
	float: right;
	margin: 0;
}
#request-form {
	display: inline;
	position: relative;
}
.title-request {
	font-size: 18px;
	text-align: center;
	margin-bottom: 15px;
}
.text-request {
	margin-bottom: 15px;
}
/* Footer
-----------------------------------------------------------------------------*/
#footer {
	height: 38px;
    margin-top: 35px;
}
/* REP */
#footer #footer-inner {
	width: 800px;
    height: 38px;
	margin: 0 auto;
	text-align: center;
	font-size: 14px;
	color: #4a4a4a;
}
#footer #footer-inner .footer-block {
	display: inline-block;
	position: relative;
	line-height: 26px;
	margin-right: 8px;
	padding-right: 8px;
	border-right: 1px solid #D8D8D8;
}
#footer #footer-inner .footer-block.last {
	border-right: none;
}
#footer #footer-inner .footer-block .img {
	position: absolute;
	background-repeat: no-repeat;
	left: 0;
	top:0;
	height: 26px;
	width: 19px;
}
#footer #footer-inner .footer-block .img.address-img {
	background-image: url('../img/address.png');
}
#footer #footer-inner .footer-block .img.phone-img {
	background-image: url('../img/phone.png');
}
#footer #footer-inner .footer-block .img.email-img {
	background-image: url('../img/email.png');
}
#footer #footer-inner .footer-block .text-footer-block {
	padding-left: 25px;
}
.clearfix {
	clear: both;
}
.clear {
	clear: both;
	width: 0px;
	height: 0px;
	font-size: 0px;
}
hr {
	margin: 10px 0 10px;
	border: 0;
	border-bottom: 1px solid #e6e6e6;
}
#map_canvas{
    height: 350px;
    width: 675px;
	border: 1px solid #bbb;
}