@charset "utf-8";
/* CSS document */
html {
	
background: #ffffff;
}
body {
	    width: 100%;
    max-width: 1034px;
    margin: 0 auto;
    background: #FFFFFF;
    color: #301144;
    font: 15px/26px  Ubuntu, sans-serif;
    min-width: 300px;
	
}
#header {
	background: #242424; /* Old browsers */
	background: -moz-linear-gradient(top, #242424 0%, #595959 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#242424), color-stop(100%,#595959)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #242424 0%,#595959 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #242424 0%,#595959 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #242424 0%,#595959 100%); /* IE10+ */
	background: radial-gradient(circle farthest-corner at center, #2E0F40, #51398F) transparent;
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#242424', endColorstr='#595959',GradientType=0 ); /* IE6-9 */
}
a {
	color: #950909;
	font-weight: bold;
}
p {
	margin:0;
}
ul {
	margin:0;
	padding:0;
}
li {
	list-style:none;
}

a:hover {
	color:#FFC001;
}

/* HEADER */

#header .wrapper {
	position:relative;
	width:1024px;
	margin:auto;
}
#header .logo {
	position:absolute;
	top:25px;
	left:9px;
	height:189px;
	width:228px;
}
#header .nav {
   background: radial-gradient(circle farthest-corner at center, #51398F, #2E0F40) transparent;
    height: 35px;
color:#fff;
    padding-top: 5px;
    border-radius: 25px 25px 2px 2px;
    width: 106%;
    margin: auto -3%;
}
#header .nav > ul {
	margin:0 0 0 255px;
}
#header .nav li {
	display:inline-block;
	padding-left:2px;
	font-size:14px;
color:#fff;
}
#header .nav a {
	color:#fff;
	text-decoration: none;
	font-weight: normal;
}
#header .nav a:hover {
	color:#FFC001;
}
#header .nav li:after {
	content:'|';
	margin-left:7px;
	color:#fff;
	font-size:18px;       
	font-weight:normal;
}
#header .nav li:last-child:after {
	content:'';
}
#header .nav .active a{
	color:#fff;
	font-weight:bold;
}
#header .banner {
	height:400px;
	width:1024px;
	padding-top:100px;
	background:url("../images/banner.jpg");
    box-shadow: 0 0 15px #2F1254;
}
#header .banner > div {
	height:280px;
	margin-left:32px;
}
#header .banner p {
	font-size:48px;
	line-height:50px;
}

#header  .banner .phone{
	height: auto;

}

#header .banner > .phone p {
	margin-top:20px;
	font-size:22px;
	line-height:26px;
}
#header .banner > .phone p + p {
	margin:0;
	color:#ffc001;
	font-size:60px;
	line-height:60px;
	font-weight:bold;
}

/* CONTENT */

#content {
	width:1024px;
	margin:0 auto 40px;	
	min-height: 500px;
}
#content a:hover {
	color:#FFC001;
}
#content .wrapper-1 {}
#content .wrapper-1:after {
	clear:both;
	display:block;
	content:'';
}
#content .item-1, #content .item-2, #content .item-3, #content .item-4 {
	float:left;
	position:relative;
	height:364px;
	width:256px;
}
#content .item-1 {
	background:#3a3a3a;
}
#content .item-1 p + h2 {
	margin-top:32px;
	margin-bottom:30px;
}
#content .item-2 {
	background: #525252;
}
#content .item-2 p + div {
	margin-top:12px;
}
#content .item-3   {
	background:#696969 ;
}
#content .item-3 p + h2 {
	margin-top:14px;
}
#content .item-4 {
	width:256px;
	background:#fece00;	
}
#content .item-4 p + div {
	margin-top:25px;
}
#content .inner {
	padding:15px 8px 0;
}
#content .font18 {
	font-size:18px;
	font-weight:normal;
	line-height: 21px;
}
#content h2 {
	margin-bottom:10px;
	
	font-weight:bold;
	line-height:32px;
}
#content p.descr {
	font-size:14px;  
	line-height:18px; 
}
#content .block {
	position:absolute;
	z-index:1;
	bottom:0;
	height:63px;
	width:100%;
	text-align:right;
}
#content .block a {
	display:inline-block;
	position:relative;
	bottom:0;
	right:0;
	height:0;
	width:0;
	border-left:64px solid rgba(0,0,0,0);
	border-bottom:64px solid #000;
}
#content .block a:after {
	position:absolute;
	top:39px;
	left:-27px;
	display:block;
	height:15px;
	width:15px;
	content:'';
	background:url("../images/bg-block.png");
}
#content .form label {
	display:block;
	height:20px;
	width:100%;
	line-height:20px;
	vertical-align: center;
}
#content .form input {
	/*height:14px;*/
	width:221px;
	padding:5px;
	border:1px solid #3a3a3a;
	background:#fbfbfb;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:5px;
	box-shadow:inset 0 1px 2px rgba(0,0,0,0.5);
}
#content .submit > input{
	position:relative;
	z-index:2;
	height:30px;
	width:120px;
	padding:0;
	border:1px solid #434343;
	border-bottom:1px solid #3b3b3b;
	color:#fff;
	cursor:pointer;
	background: #676767; /* Old browsers */
	background: -moz-linear-gradient(top, #676767 0%, #3b3b3b 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#676767), color-stop(100%,#3b3b3b)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #676767 0%,#3b3b3b 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #676767 0%,#3b3b3b 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #676767 0%,#3b3b3b 100%); /* IE10+ */
	background: linear-gradient(to bottom, #676767 0%,#3b3b3b 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#676767', endColorstr='#3b3b3b',GradientType=0 ); /* IE6-9 */
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	box-shadow:1px 0px #525252;
	font-size:14px;
	line-height:30px;
	vertical-align: center;
}

#contact_submit{
	float: right;
	height:30px;
	width:95px;
	padding:0;
	border:1px solid #434343;
	border-bottom:1px solid #3b3b3b;
	color:#fff;
	cursor:pointer;
	background: #676767; /* Old browsers */
	background: -moz-linear-gradient(top, #676767 0%, #3b3b3b 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#676767), color-stop(100%,#3b3b3b)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #676767 0%,#3b3b3b 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #676767 0%,#3b3b3b 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #676767 0%,#3b3b3b 100%); /* IE10+ */
	background: linear-gradient(to bottom, #676767 0%,#3b3b3b 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#676767', endColorstr='#3b3b3b',GradientType=0 ); /* IE6-9 */
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	box-shadow:1px 0px #525252;
	font-size:14px;
	/*line-height:30px;*/
}

#contact_submit:hover{
	color:#FFC001;
}

#content .item-4 .submit > input {
	border:1px solid #434343;
	border-bottom:1px solid #3b3b3b;	
}
#content .submit > input:hover {
	color:#FFC001;
}
#content .submit {
	margin-top:10px;
}
#content .captcha {
	height:17px;
	width:125px;
	padding-left:8px;
	margin-top:5px;
	color:#3a3a3a;
	background:#696969;
	line-height: 17px;
	vertical-align: center;
}
#content .item-4 .font18 {
	color:#3a3a3a;
}
#content .item-4 label {
	color:#3a3a3a;
}
#content .item-4 input {
	border-color:#e5b902;
}

#content .partners {
	float:left;
}
#content .advantages {
	float:right;
}
#content .partners {
	width:750px;
}
#content .partners p.strong {
	font-weight:bold;
}
#content .partners p {
	margin:25px 0;
	/*color:#686868;*/
}
#content .partners li {
	position:relative;
	list-style:none;
	font-weight:bold;
}
#content .partners li > p {
	margin:0 0 10px 10px;
	font-weight:normal;
}
#content .partners li:before {
	position:absolute;
	display:block;
	top:5px;
	left:-20px;
	height:18px;
	width:18px;
	content:'';
	background:url("../images/bg-list-li.jpg");
}
#content .imgs-wrapper {
	margin-bottom:30px;
}
#content .imgs-wrapper:after {
	clear:both;
	display:block;
	content:'';
}
#content .imgs-wrapper img {
	float:left;
	margin:5px 5px 0 0;
}
#content .advantages ul{
	padding: 0;
	margin:0;
}
#content .advantages {
	width:266px;
}
#content .advantages li {
	position: relative;
	padding-left:30px;
	border-bottom:1px solid #525252;
	line-height:28px;
	list-style-type: none;
}
#content .advantages li:before {
	position:absolute;
	top:5px;
	left:0px;
	display:block;
	height:18px;
	width:18px;
	content:'';
	background:url("../images/bg-list-li.jpg");
}
#content .contacts{
	width: 49%;
	float: left;
}

#content .contacts > div {
	font-size:24px;
	line-height:32px;
	width: 
	/*text-align:center;*/
}
#content .contacts > p {
	margin:30px 0;
	font-size:18px;
	line-height:24px;
	/*text-align:center;*/
}

#content #contact-form{
	width: 49%;
	float: right;
	min-height: 500px;
}

#content #contact-form p{
	font-size: 18px;
	line-height: 24px;
}

#content #contact-form textarea{
	width: 500px;
	height: 120px;
}

#content #contact-form .error, #content #contact-form .asterisk{
	color: #D64A4A;
}

#content #contact-form .asterisk{
	font-size: 24px;
}

#content label{
	cursor:pointer;
}
#gwm:after {
	clear:both;
	display:block;
	content:'';
}
#gwm-form {
	float:left;
	width:320px;
	margin-right:10px;
}
#gwm-form input,
#gwm-form label,
#gwm-form textarea {
	width:288px;
}
#gwm-form input {
	height:30px;
}
#gwm-form textarea {
	height:90px;
	min-height:90px;
	max-height:180px;
	max-width:330px;
	min-width:288px;
}
/*#gwm-form button {
	float:left;
	height:auto;
	width:auto;
	margin-top:15px;
	padding:10px 23px;
}*/
#gwm .right-col {
	float:left;
	width:670px;
	font-size:16px;

}
.success {
	color:green;
	font-size:16px;
	font-weight:bold;
}

/* FOOTER */

#footer {
	    
background: radial-gradient(circle farthest-corner at center, #51398F, #2E0F40) transparent;
border-top: 2px solid #750707;
color: #FFFFFF;
height: 73px;
margin: 0px auto;
}
#footer .wrapper {
	width:1024px;
	margin:auto;
}
#footer .left {
	float:left;
	line-height:73px;
	vertical-align: center;
}
#footer .right {
	float:right;
	line-height:73px;
	vertical-align: center;
}



/*###################################*/



#content ul {
	margin:auto;
	padding:10px 30px;
}

#content li {
	list-style:disc;
}


#content p {
	margin:25px 0;
	/*color:#686868;*/
}

#content h3 {
	font-size:16px;
	text-align: left;
	font-weight:bold;
}
#content .articles li {
	list-style:none;
}
#content .articles a {
	text-decoration:none;
	font-size:18px;
}
.neighbors{
	margin-top: 30px;
}

.neighbors h3.top{
	margin: 17px 0 0 360px;
    position: absolute;
}

.link-prev{
	float: left;
	max-width: 360px;		
}

.link-next{
	float: right;
	max-width: 360px;	
}

#FeedbackForm > p {
	margin: 3px 0 ;
}

.pageNav {
	display: block;
	text-align: center;
}

.pageNav li{
	display: inline-block;	
}

.pageNav li a{
	padding: 0 15px;
}
