
body, html {
	margin: 0px;
	padding: 0px;
	height: 100%;

	font-family: arial;
	color:#606160;
	font-size: 100%;
}

address, blockquote, h1, h2, h3, h4, h5, h6, fieldset, p, ol, ul, form {
	margin: 0;
	padding: 0;
}

*{
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

a{
	color:#4c6691;
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}

.col-2 p {
	margin-top: 15px;
}
.popup-block p{
	margin-top: 10px;
}

.col-2 a{
	text-decoration: underline;
}

.publication-body ul {
	padding-left: 20px;
}

.col-2 a:hover{
	text-decoration: none;
}

.ohidden{
	overflow: hidden;
}

.alignCenter{
	text-align: center;
}

.clear{
	clear: both;
}

.relative{
	position: relative;
}

.fleft{
	float: left;
}
.fright{
	float: right;
}

.text1{
	color:#4c6691;
}

.text2{
	color:#4c6691;
	font-size:1em;
	font-family: georgia;
}
.text3{
	font-size: 1em;
	font-style: italic;
}

.more {
	font-family: georgia;
}

.indent{
	padding: 10px;
}
.indent2{
	padding: 0px 10px;
}

.indent3{
	padding: 15px 0px;
}

.wrapper{
	position: relative;
	min-height: 100%;
	background: url(../images/main-bg.png);
	font-size: 1em;
	width: 100%;
}

.main {
	width: 1000px;
	margin: 0 auto;
}

h1{
	color:#3d3a33;
	font-size: 1.125em;
	line-height: 17px;
	font-family: georgia;
	padding: 17px 0px;
}

h2{
	color:#3d3a33;
	font-size: 1.125em;
	font-family: georgia;
}

h3{
	color:#4c6691;
	font-size: 1.6em;
	font-weight: normal;
}

h4{
	color:#4c6691;
	font-size: 1.4em;
	font-weight: normal;
}

h5{
	color:#4c6691;
	font-size: 1em;
	margin: 20px 0px 10px 0px;
}

h6{
	font-size: 1em;
	font-family: georgia;
	font-weight: normal;
}

.h4{
	color:#4c6691;
	font-weight: 570;
}

span.text-choice_region {
	display: block;
	width: 220px;
	margin-left: 20px;
	text-align: right;
}

.h5{
	color:#3d3a33;
	font-weight: bold;
	font-size: 1em;
	font-family: Georgia;
}

 input[type="text"], textarea{
	border: solid 1px #4c6691;
	color:#4c6691;
}

 input[type="text"]{
	padding: 0px 15px;
	height: 30px;
 }

input[type="submit"]
{
	height: 40px;
	background: #4c6691;
	border: 0px;
	color:#fff;
	cursor: pointer;
	display: inline-block;
}


header {
	background: #dae1ed;
}

nav {
	background: #4c6691;
}
	nav ul{
		overflow: hidden;
		width: 100%;
	}
		nav ul li{
			display: table-cell;
			width: 1%;
			vertical-align: middle;
		}
			nav ul li a {
				font-size: 1.2em;
				font-family: georgia;
				color:#fff;
				font-weight: bold;
				padding: 20px 25px;
				text-align: center;
				display: inline-block;
				text-decoration: none;
			}
			nav ul li.selected a, nav ul li a:hover{
				text-decoration: underline;
			}

/*---------------margin classes------------------*/

.marl20{
	margin-left: 20px;
}

.marl30{
	margin-left: 30px;
}
.mart10{
	margin-top: 10px;
}

.mart15{
	margin-top: 15px;
}

.mart20{
	margin-top: 20px;
}

.marb20{
	margin-bottom: 20px;
}
/*---------------end margin classes------------------*/
.top-block {
	background: #dae1ed;
	height: 110px;
}
	.top-block .indent{
		padding: 20px 22px;
	}


.choice-region{
	display: inline-block;
	width:15px;
	height:9px;
	background: url(../images/sprite.png) no-repeat left top;
	cursor: pointer;
	vertical-align: middle;
}

.rus-map{
	background: url(../images/sprite.png) no-repeat left -11px;
	width: 125px;
	height: 71px;
	display: inline-block;
	vertical-align: middle;
	margin-left: 55px;
}

.search-block input[type="submit"]{
	border: 0px;
	background: #4c6691 url(../images/sprite.png) no-repeat 0px -79px;
	width: 38px;
	height: 30px;
	vertical-align: top;
	cursor: pointer;
}

.search-block input[type="text"]{
	border: solid 1px #4c6691;
	width: 320px;
	height: 30px;
	padding: 0px 15px;
}

.vertion{
	display: inline-block;
	background: url(../images/sprite.png) no-repeat -43px -83px;
	width: 27px;
	height: 16px;
	vertical-align: middle;
}

.link1{
	text-decoration: none;
}

.header-bg {
	height: 220px;
}

.header-bg-ru {
	background: url(../images/header-bg-ru.png) no-repeat 0 0;
}

.header-bg-other {
	background: url(../images/header-bg-other.jpg) no-repeat 0 0;
}

.logo-title {
	font-family: Georgia;
	font-size: 1.875em;
	color:#3d3a33;
	width: 70%;
}
	.logo-title .indent{
		padding: 50px 0px 0px 248px;
	}

.logo-img {
	display: block;
	width:148px;
	height:151px;
	position: absolute;
	left:60px;
	top:45px;

}
.logo-img img {
	border: 0px;
}

/* top menu 2*/

.menu-top {
	width: 100%;
	border-collapse: collapse;
	border-bottom: solid 1px #4c6691;
	margin-bottom: -1px;
}

.menu-top td{
	padding: 0px;
	vertical-align: top;
	border: 0px;
}

.menu-top td a {
	background: #fff;
	border-top: solid 13px transparent;
	color: #4c6691;
	display: block;
	text-align: center;
	text-decoration: none;
	font-weight: bold;
	font-family: georgia;
	border-bottom: solid 2px transparent;
	border-right: solid 1px transparent;
	border-left: solid 1px transparent;
	/*margin-left: -1px;*/
	position: relative;
}

.menu-top td:first-child a{
	margin-left: 0px;
}

.menu-top  span {
	display: block;
	padding: 15px 10px;
	box-sizing: content-box;
	-moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
	margin: 0px 1px -1px 1px;
}

.menu-top td.selected span, .menu-top a:hover span {
	border-bottom: solid 2px transparent;
}

.menu-top td.selected a, .menu-top td a:hover{
	background: url(../images/main-bg.png);
	border-top: solid 13px #4c6691;
	border-right: solid 1px #4c6691;
	border-left: solid 1px #4c6691;
	color:#3d3a33;
	border-bottom: 0px;
}

.menu-top a{
	color: #014c6b;
	display: block;
	text-align: center;
	text-decoration: none;
	font-weight: bold;
}

section
{
	padding-bottom: 250px;
	overflow: hidden;
}
	section .col-1{
		width: 246px;
		margin: 40px 10px 12px 10px;
		float: left;
		background: url(../images/calend-bg.png);
	}

	section .col-2{
		margin: 40px 10px 0px 270px;
	}
/*------------ calendar-------------------*/

dl{
	width: 246px;
	position:relative;
	padding-bottom: 40px;
	margin-top: 0px;
}

.popup-block dl{
	padding-bottom: 10px;
}

dt{
height: 34px;
}

dd {
	margin:0px;
	overflow: hidden;
	padding:0 10px;
}

dd ul{
	margin: 0;
}

dd ul li{
	list-style: none;
	margin: 3px 4px 2px 1px;
	width: 26px;
	height: 26px;
	line-height: 30px;
	float: left;
	text-align: right;
	cursor: pointer;
	font-size: 1em;
	color:#3d3a33;
}

dd ul li a{
	display:block;
	width: 29px;
	height: 29px;
	line-height: 30px;
	vertical-align: middle;
	text-decoration: none;
	color: #0000FF;
	padding: 0px 5px;
}

ul.days li a{
	background: #bcc9e0;
	color:#fff;
}

ul.days li.future a{
	background: #4c6691;
}

ul.days li.today a{
	background: none;
	border: solid 1px #3d3a33;
	color:#3d3a33;
}

ul.days li a:hover{
	text-decoration: underline;
}

.calendar-block h2{
	background: #dae1ed;
	text-align: center;
	padding: 17px 0px;
}

.popup-block .calendar-block dl{
	 background: url("../images/calend-bg.png") repeat scroll 0 0 rgba(0, 0, 0, 0);
}

.month{
	font-size: 1em;
	color:#4c6691;
	text-align: center;
	padding: 20px 0px;
	position: relative;
}

.month a{
	display: block;
	position: absolute;
	width: 10px;
	height: 15px;
	top: 40%;
}

.month .prev, .popup-block .month .prev{
	background: url(../images/sprite.png) no-repeat -76px -84px;
	left: 20px;
}

.month .next, .popup-block .month .next{
	background: url(../images/sprite.png) no-repeat -90px -84px;
	right: 20px;
}

.week li{
border: none;
margin-left: 1px;
margin-right: 4px;
}

.days{
width: 224px;
}

.descr div {
	margin-top: 20px;
}

.descr i{
	display: inline-block;
	height:15px;
	width:15px;
	vertical-align: middle;
	margin-right: 16px;
}

/*------------end  calendar-------------------*/

.future{
	background: #4c6691;
	color:#fff;
}

.last{
	background: #bcc9e0;
	color:#fff;
}

footer{
	position: absolute;
	bottom: 0px;
	background: #3c5585;
	width: 100%;
}
	footer .main {
		background: #4c6691 url(../images/footer-bg-l.png) no-repeat left top;
		font-size: 0.875em;
	}
		footer .main .indent{
			background: url(../images/footer-bg-r.png) no-repeat right top;
			padding: 40px 20px 20px 20px;
		}

footer .col-1 {
	width: 59%;
	float: left;
}

footer .col-2 {
	width: 39%;
	float: left;
}
footer .menu-bottom{
	padding: 0px;
	list-style: none;
}

footer .menu-bottom li {
	margin-bottom: 6px;
}

footer .menu-bottom a{
	color:#fff;
}

.copy {
	color:#fff;
	bottom: 25px;
	position: absolute;
}

.news-block .date{
	width: 110px;
	background:url(../images/calend-bg.png);
	text-align: center;
	color:#bcc9e0;
}

.news-block .name{
	margin-right: 120px;
}

.news-block .indent{
	padding: 15px 5px;
}

.news-block .name a{
	text-decoration: none;
}
.news-block .name a:hover{
	text-decoration: underline;
}
/* ------------------ popup block ---------------------------- */
.darken-bg{
    background: none repeat scroll 0 0 #ffffff;
    height: 100%;
    left: 0;
    opacity: 0.75;
    overflow: hidden;
    position: absolute;
    top: 192px;
    width: 100%;
    z-index: 1042;
	display: none;
}

.popup-block {
	display: none;
	width:770px;
	height:;
	position: absolute;
	top: 192px;
	z-index: 1045;
	left: 50%;
	margin-left: -385px;
	background:url(../images/main-bg.png);
	font-size: 1em;
	-webkit-box-shadow: 1px 5px 10px 0px rgba(208, 214, 225, 0.75);
	-moz-box-shadow:    1px 5px 10px 0px rgba(208, 214, 225, 0.75);
	box-shadow:         1px 5px 10px 0px rgba(208, 214, 225, 0.75);
}

.popup-block.search-calendar-block{
	width: 532px;
	margin-left: -266px;
}

.popup-block.search-parts-block{
	width: 760px;
	margin-left: -380px;
}

.popup-block.region{
	width:950px;
	margin-left: -475px;
}

.popup-block  > div.indent{
	padding: 0px 13px;
}
.popup-block .indent, .popup-block .news-block .indent {
	padding: 20px 10px;
}
.popup-block .news-block{
	border-top: 0px;
	border-bottom: solid 1px #bcc9e0;
}

.popup-block .selected{
	background: #dae1ed;
}
.icon {
	display: inline-block;
	padding: 10px;
	background: #dae1ed;
	cursor: pointer;
}
.arrow{
	display: inline-block;
	vertical-align: middle;
	background: url(../images/sprite.png) no-repeat -115px -84px;
	width:14px;
	height:9px;
}

.arrow2{
	display: inline-block;
	vertical-align: middle;
	background: url(../images/sprite.png) no-repeat 0px -110px;
	width:20px;
	height:20px;
	cursor: pointer;
}
.close{
	position: absolute;
	right: -33px;
	top: 0px;
}
.close i{
	display: block;
	width:13px;
	height:13px;
	background: url(../images/sprite.png) no-repeat -100px -84px;
}

.popup-block .next{
	position: absolute;
	right: -36px;
	top: 45%;
}
.popup-block .next i{
	display: block;
	width:10px;
	height:15px;
	background: url(../images/sprite.png) no-repeat -90px -84px;
}
.popup-block .prev{
	position: absolute;
	left: -36px;
	top: 45%;
}
.popup-block .prev i{
	display: block;
	width:10px;
	height:15px;
	background: url(../images/sprite.png) no-repeat -76px -84px;
}
/* ------------------end popup block ---------------------------- */
.list1 li:before {
     content: "- ";
   }
.list1  li {
     list-style: none;
	 margin-bottom: 5px;
   }
hr{
	border-top: solid 1px #bcc9e0;
	border-bottom: 0px;
	margin: 0px;
	height:1px;
}
.hr2{
	border-top: solid 1px #bcc9e0;
	border-bottom: 0px;
	margin: 0px;
	height:1px;
}

.calend-date {
	float: right;
	padding: 20px;
}

.left-menu{
	list-style: none;
}

.left-menu li{
	border-bottom: solid 1px #bcc9e0;
}

.left-menu li.last-item{
	border-bottom: 0px;
}

.left-menu li a{
	display: block;
	padding: 20px 15px;
	font-family: georgia;
}

.left-menu h5{
	margin-left: 15px;
}

.column3{
	-moz-column-count: 3;
	-webkit-column-count: 3;
	column-count: 3;
	-moz-column-width: 12em;
}
.last.column{
	background: none;
}
.region-block{
	display: inline-block;
	width: 220px;
	vertical-align: middle;
	text-align: right;
}

.border{
	border: solid 1px #4c6691;
}

.borderlr{
	border-left: solid 1px #4e6692;
	border-right: solid 1px #4e6692;
}
/*-------------------------   search - page  -------------------------------*/
.seacrh-page  .col-2{
	margin: 0px;
}

.parts-search{
	overflow: hidden;
	width: 740px;
}

.parts-search li{
	float: left;
	list-style: none;
	padding: 15px 0px;
	width: 33%;
	/*padding-right: 60px;*/
}

.parts-search li i{
	cursor: pointer;
}

.parts-search h6{
	display: inline-block;
	vertical-align: top;
	margin-right: 30px;
}

.list2{
	overflow: hidden;
	list-style: none;
	float: right;
}
.list2 li{
	float: left;
	padding: 25px 10px;
}
.list2 .selected{
	background: #dae1ed;
}

.parts-search strong{
	color:#4c6691;
	font-size: 0.875em;
}

.search-long input[type="text"]
{
	width: 100%;
	height: 40px;
}
.search-long input[type="submit"]
{
	width: 70px;
	height: 40px;
	background: #4c6691;
	border: 0px;
	color:#fff;
	position: absolute;
	right: 0px;
	top: 0px;
	cursor: pointer;
}

.martb10{
	margin-top: 10px;
	margin-bottom: 10px;
}

.search-parts-block a {
	display: inline-block;
	padding: 7px 5px;
}

/*--------------------------form style---------------------------*/
label{
	color:#4c6691;
	font-family: georgia;
	margin-bottom: 5px;
}

.form-letter label{
	display: block;
}

.form-letter input[type="text"]{
	width: 380px;
	height: 40px;
}

.w210, input[type="text"].w210{
	width:210px;
}

.w225, input[type="text"].w225{
	width:225px;
}

.w500, input[type="text"].w500{
	width:500px;
}

.w700 {
	width:700px;
}

.w90, input[type="text"].w90{
	width:90px;
}

.form-letter textarea {
	width: 100%;
	height: 300px;
}

input#id_captcha_1 {
	float: left;
	width: 150px;
}
img.captcha {
	border: solid 1px #4c6691;
	height: 39px;
}
.error label {
	color: #d9534f;
}
.error input,
.error textarea {
	border-color: #d9534f;
}
.form-errors {
	padding: 15px 15px 10px 15px;
	font-size: 14px;
	color: #a94442;
	background-color: #f2dede;
	border: 1px solid #ebccd1;
}
.form-errors > span {
	display: block;
	margin-bottom: 5px;
}

.pagination {
    height: 36px;
    margin: 18px 0;
}

.pagination li {
    display: inline;
}

.pagination li:first-child a {
    border-left-width: 1px;
    -webkit-border-radius: 3px 0 0 3px;
    -moz-border-radius: 3px 0 0 3px;
    border-radius: 3px 0 0 3px;
}

.pagination .disabled span, .pagination .disabled a, .pagination .disabled a:hover {
    color: #999999;
    background-color: transparent;
    cursor: default;
}

.pagination a {
    float: left;
    padding: 0 14px;
    line-height: 34px;
    text-decoration: none;
    border: 1px solid #ddd;
    border-left-width: 0;
}

.pagination .active a {
    color: #999999;
    cursor: default;
}

.pagination a:hover, .pagination .active a {
    background-color: #f5f5f5;
}

footer {
	position: relative;
}

section.content.relative {
	padding-bottom: 0;
}
.logo-img img {
	max-width: 180px;
}
