

/* Start:/bitrix/templates/template/css/plusslider.css?17278159611469*/
/**
	plusslider Version 1.4.6
	By Jamy Golden
	http://css-plus.com
**/

/* plusslider Styling */
.plusslider-container { position: relative; left: 0; }

.plusslider {
	height: 344px !important;
	position: relative;
	padding-right: 40px;
	overflow: hidden;
}

.plusslider .child { float: left; }

/* Controls */
.plusslider-pagination-wrapper {
	height: 344px;
	width: 40px;
	position: absolute;
	right: 0px;
	top: 0;
	z-index: 500;
	display: table;
}

.plusslider-pagination {
	display: table-cell;
	padding-left: 15px;
	vertical-align: middle;
}

.plusslider-pagination li {
	background: url(/bitrix/templates/template/css/../images/plusslider/slider_button.png) no-repeat 0 -12px;
	cursor: pointer;
	font-size: 0;
	height: 12px;
	margin: 3px 0px;
	text-indent: -9999px; /*IE6 fix */
	width: 12px;
	position: relative;
}

.plusslider-pagination .current, .plusslider-pagination li:hover {
	background-position: 0 0;
}

/* PlusFader Specific */
.plustype-fader .child { display: none; position: absolute; left: 0; top: 0; }
.plustype-fader .current { z-index: 2; }
.plustype-fader .plusslider-pagination { position: relative; z-index: 200; }

/* no-javascript fallback */
	.plusslider-container > * { display: none; }
	.plusslider-container > *:first-child { display: block; }
/* End no-javascript fallback */
.plusslider-container .child { display: block; } /* Counter no-js fallback for cloned elements. Necessary for infiniteSlide. Without this the DOM doesn't know the position of the element */

/* End */


/* Start:/bitrix/templates/template/template_styles.css?17278159614106*/
* {margin: 0; padding: 0;}

html, body {
  width: 100%;
  height: 100%;
  margin: 0;padding: 0;
}

body {}

.page-wrapper {
	background: #FFF;
	font-family: Verdana, Arial, sans-serif;
	font-size: 13px;
	color: #3a3b3c;
	position: relative;
	height: auto !important;
	height: 100%;min-height: 100%;
}

.page-wrapper-inner {
	width: 1000px;
	margin: 0 auto;
	min-height: 100%;
}
.empty-spaces-what-are-we-living-for {height:100px;}
a { color: #3983e6; text-decoration: none; }
a:hover { color: #81b405; }

.clr
{
	height:0px;width:100%;clear:both;display:block;visibility:hidden;
}

.header
{
	padding-top: 5px;
	margin-bottom:20px;
}

.header .logo
{
	float: left;
	width: 410px;
}

.header .phone
{
	float: right;
	text-align: right;
	color: #3983e6;
	font-weight: bold;
	font-size: 18px;
	padding-top: 10px;
	line-height: 22px;
}

.menu_top
{
	background-image: linear-gradient(bottom, #dcd8d8, #f1f2f5);
	background-image: -o-linear-gradient(bottom, #dcd8d8, #f1f2f5);
	background-image: -moz-linear-gradient(bottom, #dcd8d8, #f1f2f5);
	background-image: -webkit-linear-gradient(bottom, #dcd8d8, #f1f2f5);
	background-image: -ms-linear-gradient(bottom, #dcd8d8, #f1f2f5);

	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(#dcd8d8),
		color-stop(#f1f2f5)
	);
	
	margin-bottom: 30px;
	text-align: center;
}

.menu_top ul li
{
	display: inline-block;
	list-style: none;
	padding: 15px 30px;
}

.menu_top ul li a
{
	text-decoration: none;
	font-size: 18px;
}

.container
{
	margin-top: 35px;
}

.sidebar
{
	float: left;
	width: 230px;
	font-size: 18px;
	padding-right: 20px;
}

.sidebar ul li
{
	list-style: none;
	padding: 0 0 8px 12px;
}

.sidebar ul li:hover
{
	background: url(/bitrix/templates/template/images/left_menu.png) left 6px no-repeat;
}

.content 
{
	float: right;
	width: 750px;
}

#content_slider .slider_content
{
	width: 639px;
	height: 274px;
	padding: 35px;
}

.slider_content img
{
	float: left;
	margin-right: 30px;
}

.slider_content .name
{
	font-size: 25px;
	color: #81b405;
	margin-bottom: 10px;
}

.slider_content .text
{
	font-size: 14px;
}

.slider_banner
{
	position: relative;
	margin-bottom: 20px;
}

.content p
{
	margin-bottom: 10px;
	text-align: justify;
}

.slider_banner .slider_background
{
	position: absolute;
	width: 709px;
	height: 344px;
	left: 0;
	top: 0;
	-moz-box-shadow: inset 0 0 30px 0 #000;
	-webkit-box-shadow: inset 0 0 30px 0 #000;
	box-shadow: inset 0 0 30px 0 #000;
	border-radius: 20px;
}

.slider_content .dalee
{
	display: block;
	float: right;
	border-radius: 10px;
	background: #81b405;
	padding: 10px 20px;
	color: #FFF;
	font-size: 18px;
	cursor: pointer;
	z-index: 5000;
	position: relative;
}

.footer
{
	font-size: 11px;
	text-align: center;
	width: 1000px;
	clear:both;
	position: relative;
	margin: -100px auto 0;
	height: 100px;
}

.footer-inner {
	background-image: linear-gradient(bottom, #dcd8d8, #fff);
	background-image: -o-linear-gradient(bottom, #dcd8d8, #fff);
	background-image: -moz-linear-gradient(bottom, #dcd8d8, #fff);
	background-image: -webkit-linear-gradient(bottom, #dcd8d8, #fff);
	background-image: -ms-linear-gradient(bottom, #dcd8d8, #fff);

	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(#dcd8d8),
		color-stop(#fff)
	);

	position: absolute;
	width:100%;
	height: 80px;
	margin-top: 20px;
	text-align: center;
	vertical-align: middle;
}
.footer ul
{
	padding-top: 10px;
}

.footer ul li
{
	display: inline-block;
	padding: 1px 19px 3px 15px;
	border-right: 1px solid #094a78;
}

.footer ul li:last-child
{
	border: 0;
}

.footer  a
{
	text-decoration: underline;
}

.footer ul li a
{
	font-size: 15px;
	text-decoration: none;
}

.footer a:hover
{
	color: #094a78;
}

.footer .footer_left
{
	float: left;
	width: 150px;
	text-align: left;
	margin-left: 160px;
	margin-top: 10px;
	margin-bottom: 10px;
}

.footer .footer_right
{
	float: right;
	text-align: right;
	margin-top: 10px;
	margin-right: 167px;
	margin-bottom: 10px;
}
.pwgroup {
   width: 72px;
  height: 49px;
  display: block;
  background: url('/bitrix/templates/template/images/uf.png') no-repeat center;
  margin-top: -18px;
}
/* End */
/* /bitrix/templates/template/css/plusslider.css?17278159611469 */
/* /bitrix/templates/template/template_styles.css?17278159614106 */
