@font-face {
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 300;
	src: local('Open Sans Light'), local('OpenSans-Light'), url(./fonts/OpenSans-Light.woff) format('woff');
}
@font-face {
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 400;
	src: local('Open Sans'), local('OpenSans'), url(./fonts/OpenSans.woff) format('woff');
}
@font-face {
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 600;
	src: local('Open Sans Semibold'), local('OpenSans-Semibold'), url(./fonts/OpenSans-Semibold.woff) format('woff');
}
@font-face {
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 700;
	src: local('Open Sans Bold'), local('OpenSans-Bold'), url(./fonts/OpenSans-Bold.woff) format('woff');
}
* {
	outline: none;
	font-family: 'Open Sans', sans-serif;
	font-size: 10pt;
}
body, html {
	width: 100%;
	height: 100%;
}
body {
	padding: 0;
	margin: 0;
	cursor: default;
	background-color: #ededed;
	background-image: url('./images/bg.jpg');
	background-attachment: scroll;
	background-position: center top
}
.wrapper {
	min-width: 310px;
	max-width: 990px;
	margin: 0 auto;
	background: #fff;
	/* shadow */
	-webkit-box-shadow: 0px 6px 21px 0px rgba(50, 50, 50, 0.38);
	-moz-box-shadow:    0px 6px 21px 0px rgba(50, 50, 50, 0.38);
	box-shadow:         0px 6px 21px 0px rgba(50, 50, 50, 0.38);
}
.clear {
	clear: both;
}
.hidden {
	display: none;
}
.header,
.menu,   
.pagebody,
.footer {
	min-height: 40px;
}
/*
start news
*/
.newsblock {
	clear: both;
	background: #fff;
}
.newsblock h2 {
	font-size: 16px;
	padding: 4px 15px;
	margin: 0px;
	padding-top: 15px;
}
.newsblock ul {
	background: #fff;
	width: 100%;
	padding: 0;
	margin: 0;
	list-style: none;
}
.newsblock li {
	background: #fff;
	width: 33.33%;
	float: left;
	text-align: left;
	list-style: none;
	padding: 10px;
	margin: 0;
	padding: 15px 0px;
}
.newsblock li div {
	padding: 0px 15px;
	font-size: 9pt;
	/*color: gray;*/
}
.newsblock li .nline1 {
	font-weight: bold;
}
.pagebody {
	word-wrap: break-word;
	word-break: break-word;
	line-break: auto;
	hyphens: auto;
}
@media only screen and (max-width: 479px) {
	.newsblock li {
		display: block;
		float: none;
		width: 99%;
	}
}
/*
Print link
*/
#bprint {
	padding: 6px 0px;
}
#bprint a img {
	margin-top: -6px;
	margin-right: 15px;
}
#bprint a {
	display: block;
	width: 260px;
	padding: 15px 15px;
	text-decoration: none;
	background: #0F2A5A;
	color: #fff;
	cursor: pointer;
	border: 0;
}
#bprint a:hover {
	background: #112e62;
	color: #fff;
	border: 0;
}
#bprint a:active {
	background: #0F2A5A;
	color: #fff;
	border: 0;
}
/* modalmobox */
#modaltext div.mt_title {
	background: #0a2047 !important;
}
#modaltext .button button,
.form input[type="submit"], .form button {
	background: #0a2047 !important;
	border-color: #0a2047;
}
#modaltext .button button:hover,
.form input[type="submit"]:hover, .form button:hover {
	background: #1a3565 !important;
	border-color: #1a3565;
}
/* яндекс.карта */
.ymaps-map {
	border: 0px;
	padding: 0 10px;
}
/*
Print
*/
@media print {
	.menuheader .h1,
	.menuheader h1  {
		padding: 4px;
	}
	.breadcrumb div {
		padding: 10px;
	}
	* iframe,
	#bprint {
		display: none;
	}
	.header-fixed {
		display: none;
	}
	.header_callprice {
		display: none;
	}
	.header-fixed {
		display: none;
	}
}