@import url(http://fonts.googleapis.com/css?family=Open+Sans:400italic,600italic,700italic,400,600,700&subset=latin,cyrillic-ext);
@import url(http://fonts.googleapis.com/css?family=Open+Sans+Condensed:300,700,300italic&subset=latin,cyrillic);

/*** CSS reset ***/

html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent}
body{line-height:1}
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}
ul{list-style:none}
ul, ol, dl, dt, dd, p {margin:0;padding:0;}
blockquote,q{quotes:none}
blockquote:before,blockquote:after,q:before,q:after{content:none}
a{margin:0;padding:0;font-size:100%;vertical-align:baseline;background:transparent;text-decoration:none;}
ins{background-color:#ff9;color:#000;text-decoration:none}
mark{background-color:#ff9;color:#000;font-style:italic;font-weight:bold}
del{text-decoration:line-through}
abbr[title],dfn[title]{border-bottom:1px dotted;cursor:help}
table{border-collapse:collapse;border-spacing:0}
hr{display:block;height:0;border:0;clear:both;width:100%;}
input,select{vertical-align:middle}

/*** CSS ***/

.container {
	margin: 0 auto;
	width: 1176px;
}

.int {
	overflow: hidden;
	text-indent: -9999px;
}

input[type=text] {
	background-color: #fff;
	color: #333;
	font-size: 13px;
}

a {
	color: #C24E00;
}

a:hover {
	color: #000;
}

body, input, select, textarea {
	font-family: 'Open Sans', sans-serif;
}

html {
	background: #fdfcfc url(../images/html.png) center 140px repeat-x;
}

body {
	background: url(../images/body.png) 0 641px repeat-x;
}

header {
	/* height: 230px; */
}

header .top {
	border-bottom: 3px solid #f17624;
}

header .top .container {
	height: 137px;
	position: relative;
}

header .logo {
	left: 7px;
	position: absolute;
	top: 26px;
}

header .top h1 {
	background: url(../images/title.png) 0 0 no-repeat;
	height: 31px;
	left: 463px;
	position: absolute;
	top: 56px;
	width: 384px;
}

header .top ul {
	border-left: 1px solid #b0b0b0;
	padding: 7px 0 0 30px;
	position: absolute;
	right: 6px;
	top: 36px;
	width: 145px;
}

header .top ul a {
	color: #f17624;
	display: block;
	font-size: 11px;
	margin-bottom: 7px;
	padding-left: 11px;
	position: relative;
	text-transform: uppercase;
}

header .top ul a:after {
	border-bottom: 3px solid transparent;
	border-left: 5px solid #525859;
	border-top: 3px solid transparent;
	content: " ";
	height: 0;
	left: 0;
	position: absolute;
	top: 3px;
	width: 0;
}

header .top ul a:hover {
	color: #525859;
}

header .bottom .container  {
	min-height: 68px;
	padding-top: 22px;
}

.simple_search_wrap {
	height: 60px;
	overflow: hidden;
	position: relative;
	text-align: right;
}

.simple_search_form {
	margin-left: auto;
	text-align: left;
	width: 439px;
}

.sub_nav {
	left: 0;
	position: absolute;
	top: 10px;
}

.sub_nav a {
	color: #fff;
	font-size: 14px;
	margin-right: 15px;
}

.sub_nav a:hover {
	text-decoration: underline;
}

.main_nav {
	border-top: 1px solid #787878;
	padding-top: 15px;
	text-align: center;
}

.main_nav li {
	display: inline-block;
}

.main_nav .current {
	border: 3px solid rgba(28, 28, 25, .18);
	border-bottom: none;
}

.main_nav a {
	border: 1px solid transparent;
	border-bottom: none;
	color: #fff;
	display: inline-block;
    font-size: 14px;
    height: 50px;
    line-height: 50px;
    padding: 0 20px 0 60px;
	position: relative;
	text-align: left;
	text-transform: uppercase;
	vertical-align: middle;
}

.main_nav a:hover {
    background-color: rgba(0, 0, 0, .1);
}

.main_nav a:after {
	background-color: #fff;
	border-radius: 20px;
	content: " ";
    height: 28px;
    left: 18px;
    position: absolute;
    top: 11px;
    width: 28px;
}

.main_nav .news a:after {
	background: #fff url(../images/sprite.png) -74px -27px no-repeat;
}

.main_nav .orders a:after {
	background: #fff url(../images/sprite.png) -120px 8px no-repeat;
}

.main_nav .docs a:after {
	background: #fff url(../images/sprite.png) 6px -246px no-repeat;
}

.main_nav .current a {
	background-color: #fff;
	border-color: #e5e5e5;
	color: #525859;
}

.main_nav .current a:after {
	background-color: #f17624;
}

.main_nav .news.current a:after {
	background-position: -74px 8px;
}

.main_nav .orders.current a:after {
	background-position: -120px -28px;
}

.main_nav .docs.current a:after {
	background-position: -44px -246px;
}

.main_nav a:hover {
	text-decoration: underline;
}

.main_nav span {
	display: inline-block;
	line-height: 16px;
	vertical-align: middle;
}

.adv_search_form {
	height: 0;
	overflow: hidden;
}

.search_form label {
	background-color: #f17624;
	color: #fff;
	float: left;
	height: 38px;
	line-height: 38px;
	text-indent: 14px;
	width: 91px;
}

.adv_search_form label {
	display: inline-block;
	float: none;
	margin-right: -4px;
	padding-right: 14px;
	width: auto;
}

.search_form input {
	border: none;
	margin: 0;
	padding: 0;
	vertical-align: top;
}

.search_form input[type=text] {
	height: 38px;
	line-height: 38px;
	margin-right: 9px;
	text-indent: 9px;
	width: 196px;
}

.search_form input.date_pick {
	background: #fff url(../images/sprite.png) 76px -192px no-repeat;
	width: 107px;
}

.search_form input[type=submit] {
	background: url(../images/sprite.png) 0 2px no-repeat;
	cursor: pointer;
	height: 38px;
	margin-right: 30px;
	overflow: hidden;
	text-indent: -500px;
	width: 32px;
}

.simple_search_forminput[type=submit] {
	margin-right: 32px;
}

.adv_search_link, .simple_search_link {
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-size: 11px;
	line-height: 15px;
	margin-top: 3px;
	vertical-align: top;
	width: 70px;
}

.adv_search_link:hover, .simple_search_link:hover {
	color: #fff;
	text-decoration: underline;
}

.content .container {
	border: 3px solid rgba(28, 28, 25, .18);
	border-bottom: none;
	margin-top: -4px;
}

.content .border {
	background-color: #fff;
	border: 1px solid rgba(0, 0, 0, .1);
	border-bottom: none;
	padding: 12px 0 35px;
}

.page_title_other {
	background-color: #b1b6b7;
	color: #fff;
	font-size: 17px;
	font-style: italic;
	height: 62px;
	line-height: 62px;
	margin: 0 28px;
	text-align: center;
}

.page_subtitle {
	font-size: 14px;
	margin: -10px 0 20px;
}

.page_subtitle a {
	padding-left: 13px;
	position: relative;
}

.page_subtitle a:before {
	background: url(../images/sprite.png?123) 0 -57px no-repeat;
	content: "";
	height: 8px;
	left: 0;
	position: absolute;
	top: 6px;
	width: 6px;
}

.more {
	color: #5a5a59;
	cursor: pointer;
	font: bold 11px 'Open Sans Condensed', sans-serif;
	padding-top: 45px;
	position: absolute;
	right: 28px;
	text-align: center;
	top: 83px;
	width: 55px;
}

.more:hover {
	color: #000;
}

.more:after {
	background: #f17624 url(../images/sprite.png) -158px 14px no-repeat;
	border-radius: 30px;
	content: " ";
	height: 37px;
	left: 9px;
	position: absolute;
	top: 0;
	width: 37px;
}

.more:hover:after {
	background-color: #d76417;
}

.news_list li {
	border-bottom: 1px solid #b5bec0;
	padding: 17px 28px 18px;
	position: relative;
}

.no_orders {
	padding: 50px 20px;
	text-align: center;
}

.news_top {
	background-color: #e8e8e8;
	color: #323333;
	font-size: 13px;
	line-height: 30px;
	margin-bottom: 18px;
	min-height: 30px;
	padding: 4px 5px;
}

.news_top .number {
	background-color: #f17624;
	color: #fff;
	float: left;
	font-weight: bold;
	height: 30px;
	text-align: center;
	width: 138px;
}

.news_top .date {
	background-color: #454a4b;
	color: #fff;
	float: left;
	font-size: 12px;
	height: 30px;
	text-align: center;
	width: 370px;
}

.news_list .info {
	border-left: 3px solid #7c8283;
	margin-left: 5px;
	min-height: 70px;
	padding: 4px 120px 5px 22px;
}

/*
.news_list h2 {
	background-color: #e8e8e8;
	color: #323333;
	font-size: 13px;
	margin-bottom: 15px;
	min-height: 30px;
	padding: 4px 5px;
}

.news_list h2 span {
	background-color: #f17624;
	color: #fff;
	float: left;
	font-weight: bold;
	height: 30px;
	line-height: 30px;
	margin-right: 32px;
	text-align: center;
	width: 138px;
}
*/

.news_list h2 {
	color: #323333;
	font-size: 17px;
	font-style: italic;
	line-height: 22px;
	padding-bottom: 20px;
}

.news_list h2 strong {
	display: table-cell;
	height: 30px;
	overflow: hidden;
	vertical-align: middle;
}

.news_list .text p {
	margin-bottom: 0;
}

.news_list h3 {
	color: #d76417;
	font-size: 12px;
	line-height: 19px;
	margin-bottom: 5px;
	text-transform: uppercase;
}

.news_list .from_order {
	color: #5a5a59;
	font-size: 12px;
	font-style: italic;
	font-weight: bold;
	padding-top: 20px;
}

.news_list .from_order a {
	color: #d76417;
}

.news_list .from_order a:hover {
	color: #f17624;
}

.news_list p:after {
	clear: both;
	content: " ";
	display: block;
}

.orders_list li {
	border-bottom: 1px solid #b5bec0;
	position: relative;
	padding: 16px 28px 22px;
}

.order_top {
	background-color: #e8e8e8;
	color: #323333;
	font-size: 13px;
	line-height: 30px;
	margin-bottom: 18px;
	min-height: 30px;
	padding: 4px 5px;
}

.order_top .number {
	background-color: #f17624;
	color: #fff;
	float: left;
	font-weight: bold;
	height: 30px;
	text-align: center;
	width: 138px;
}

.order_top .date {
	background-color: #454a4b;
	color: #fff;
	float: left;
	font-size: 12px;
	height: 30px;
	text-align: center;
	width: 370px;
}

.order_top a {
	color: #f17624;
	float: right;
	font-size: 12px;
	margin-right: 19px;
	padding-left: 26px;
	position: relative;
}

.order_top a:hover {
	color: #454a4b;
}

.order_top a:after {
	background: url(../images/sprite.png) -202px 0 no-repeat;
	content: " ";
	height: 15px;
	left: 0;
	position: absolute;
	top: 7px;
	width: 17px;
}

.order_top .news_sign_link:after {
	background-position: -202px -33px;
}

.orders_list li > div {
	border-left: 3px solid #7c8283;
	margin-left: 5px;
	min-height: 70px;
	padding: 4px 120px 5px 22px;
}

.orders_list h2 {
	color: #323333;
	font-size: 17px;
	font-style: italic;
	line-height: 20px;
	min-height: 54px;
}

.orders_list p {
	color: #5a5a59;
	font-size: 14px;
}

.orders_list .more {
	right: 48px;
	top: 80px;
}

.order {
	background-color: #b1b6b7;
	margin: 22px 28px 19px;
	padding: 15px 14px;
}

.order .order_top {
	margin-bottom: 2px;
}

.order h3 {
	color: #d76417;
	font-size: 12px;
	line-height: 19px;
	margin-bottom: 5px;
	text-transform: uppercase;
}

.page_title {
	color: #323333;
	font-size: 21px;
	font-weight: 600;
	font-style: italic;
	margin-bottom: 15px;
}

.order .info {
	background-color: #fff;
	margin-bottom: 2px;
	padding: 26px 32px;
}

.text {
	color: #5a5a59;
	font-size: 14px;
	line-height: 18px;
}

.text p, .text ul, .text ol {
	margin: 0 0 15px;
}

.attachments {
	background-color: #e8e8e8;
	padding: 20px 32px;
}

.attachments h3 {
	color: #f17624;
	font-size: 13px;
	font-weight: bold;
	height: 32px;
	line-height: 6px;
}

.attachments li {
	display: inline-block;
	height: 38px;
	line-height: 38px;
	margin-bottom: 26px;
	position: relative;
	width: 230px;
}

.attachments a {
	color: #5a5a59;
	display: inline-block;
	font-size: 12px;
	line-height: 16px;
	padding-left: 48px;
	vertical-align: middle;
}

.attachments a:hover {
	color: #f17624;
}

.attachments a:after {
	background: url(../images/sprite.png) 0 -90px no-repeat;
	content: " ";
	height: 38px;
	left: 3px;
	position: absolute;
	top: 0;
	width: 32px;
}

.attachments .doc:after {
	background-position: -46px -90px;
}

.attachments .archive:after {
	background-position: -92px -90px;
}

.attachments .image:after {
	background-position: -138px -90px;
}

.attachments .other:after {
	background-position: -184px -90px;
}

.chronology h2 {
	color: #f17624;
	font-size: 27px;
	font-style: italic;
	font-weight: 600;
	height: 54px;
	line-height: 36px;
	position: relative;
	text-indent: 270px;
}

.chronology h2:after {
	background: url(../images/sprite.png) 0 -146px no-repeat;
	content: " ";
	height: 34px;
	left: 218px;
	position: absolute;
	top: 0;
	width: 34px;
}

.chronology .items {
	border-bottom: 3px solid #b5bec0;
	border-top: 3px solid #b5bec0;
	margin-bottom: 20px;
}

.chronology .items .date {
	background-color: #454a4b;
  box-sizing: border-box;
	color: #fff;
	display: inline-block;
	font-size: 14px;
	line-height: 19px;
	margin: 0 30px 0 28px;
	padding: 16px 25px 16px 38px;
	position: relative;
	vertical-align: top;
	width: 180px;
}

.chronology .items li:first-child .date {
	margin-top: 45px;
}

.chronology .items .date:after {
	border-bottom: 3px solid transparent;
	border-left: 5px solid #454a4b;
	border-top: 3px solid transparent;
	content: " ";
	height: 0;
  margin-top: -3px;
	position: absolute;
	right: -5px;
	top: 50%;
	width: 0;
}

.chronology .items .info {
	border-left: 1px solid #b1b6b7;
	display: inline-block;
	padding: 0 0 29px 27px;
	vertical-align: top;
	width: 873px;
}

.chronology .items li:first-child .info {
	padding-top: 45px;
}

.chronology .items .wrap {
	background-color: #b1b6b7;
	padding: 6px 7px;
	position: relative;
}

.chronology h4 {
	background-color: #f17624;
	border: 5px solid #e8e8e8;
	color: #fff;
	font-size: 11px;
	line-height: 14px;
	margin-bottom: 1px;
	padding: 8px 18px;
	text-transform: uppercase;
}

.chronology .text {
	background-color: #fff;
	margin-bottom: 1px;
	min-height: 85px;
	padding: 17px 100px 17px 25px;
}

.chronology .text h3 {
	color: #323333;
	font-size: 17px;
	font-style: italic;
	font-weight: 600;
	margin-bottom: 10px;
}

.chronology .text p {
	color: #5a5a59;
	font-size: 14px;
	margin: 0;
}

.chronology .more {
	right: 27px;
	top: 69px;
}

.chronology .more:after {
	background-position: -159px -12px;
}

.chronology .more.open:after {
	background-position: -159px -38px;
}

.chronology .attachments_wrap {
	display: none;
	overflow: hidden;
}

.chronology .attachments {
	padding: 20px 24px;
}

.chronology .attachments li {
	width: 267px;
}

.sorting {
	background-color: #b1b6b7;
	font-size: 13px;
	font-style: italic;
	height: 62px;
	line-height: 62px;
	margin: 22px 28px 6px;
	text-align: center;
}

.sorting dt, .sorting dd {
	display: inline-block;
	height: 34px;
	line-height: 34px;
	vertical-align: middle;
}

.sorting dt {
	color: #454a4b;
	margin-right: 16px;
}

.sorting a {
	color: #fff;
	display: block;
	height: 34px;
	padding: 0 20px;
	position: relative;
}

.sorting a:hover {
	color: #454a4b;
}

.sorting .current {
	background-color: #454a4b;
}

.sorting .current:hover {
	color: #fff;
}

.sorting .current:after {
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-top: 4px solid #454a4b;
	bottom: -4px;
	content: " ";
	height: 0;
	left: 50%;
	margin-left: -5px;
	position: absolute;
	width: 0;
}

.info_page {
	border: solid #b1b6b7;
	border-width: 15px 14px;
	margin: 22px 28px 19px;
	padding: 26px 32px;
}

.info_page .text {
	padding-top: 15px;
}

.subpages li {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 22px;
}

.subpages li a {
	border-left: 3px solid #7c8283;
	display: block;
	padding-left: 22px;
}

.no_results {
	padding: 50px 0;
	text-align: center;
}

.paging {
	color: #5a5a59;
	font-size: 14px;
	line-height: 24px;
	margin-top: 26px;
	text-align: center;
}

.paging li {
	display: inline-block;
	cursor: default;
}

.paging a {
	color: #5a5a59;
	display: inline-block;
	height: 24px;
	padding: 0 4px;
}

.paging a:hover {
	color: #f17624;
}

.paging .current, .paging .selected {
	background-color: #f17624;
	color: #fff;
}

.paging .current:hover {
	color: #fff;
}

footer {
	background-color: #c8c8c8;
	border-top: 2px solid #e3e3e3;
	height: 321px;
}

footer .wrap {
	border-top: 2px solid #f17624;
	margin: 0 auto;
	position: relative;
	top: -2px;
	width: 1182px;
}

.menu {
	background-color: #454a4b;
	line-height: 60px;
	text-align: center;
}

.menu li {
	display: inline-block;
	margin: 0 20px;
}

.menu a {
	color: #fff;
	font-size: 14px;
}

.menu a:hover {
	text-decoration: underline;
}

.bulletin {
	background: #454a4b url(../images/footer.png) 195px 29px no-repeat;
	height: 118px;
	padding-top: 59px;
	text-align: center;
}

.bulletin p, .bulletin input  {
	display: inline-block;
	vertical-align: top;
}

.bulletin p {
	margin-right: 37px;
	text-align: left;
	width: 320px;
}

.bulletin p label {
	color: #fff;
	display: block;
	font-size: 16px;
	line-height: 16px;
	margin-bottom: 5px;
}

.bulletin p span {
	color: #a6a6a6;
	font-size: 13px;
	font-style: italic;
	line-height: 17px;
}

.bulletin input {
	border: none;
	margin: 0;
	padding: 0;
}

.bulletin input[type=text] {
	height: 38px;
	line-height: 38px;
	margin-right: 15px;
	text-indent: 18px;
	width: 234px;
}

.bulletin input[type=submit] {
	background: #f17624 url(../images/sprite.png) -158px 14px no-repeat;
	border-radius: 30px;
	cursor: pointer;
	height: 37px;
	overflow: hidden;
	text-indent: -500px;
	width: 37px;
}

.bulletin input[type=submit]:hover {
	background-color: #d76417;
}

.bulletin ul {
	background-color: #6b6e6f;
	color: #cacaca;
	font-size: 12px;
	padding: 12px 5px;
	position: absolute;
	right: 322px;
	top: 110px;
	width: 224px;
}

.bulletin ul:after {
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-bottom: 7px solid #6b6e6f;
	content: " ";
	height: 0;
	left: -3px;
	margin-left: 50%;
	position: absolute;
	top: -7px;
	width: 0;
}

footer nav {
	border-bottom: 1px solid #bababa;
	font-size: 12px;
	height: 67px;
	line-height: 68px;
	text-align: center;
}

footer nav li {
	display: inline-block;
}

footer nav a {
	color: #d76417;
	display: block;
	margin-left: 30px;
	padding-left: 11px;
	position: relative;
}

footer nav li:first-child a {
	margin-left: 0;
}

footer nav a:hover {
	color: #323333;
}

footer nav a:after {
	border-bottom: 3px solid transparent;
	border-left: 5px solid #525859;
	border-top: 3px solid transparent;
	content: " ";
	height: 0;
	left: 0;
	position: absolute;
	top: 30px;
	width: 0;
}

.dev {
	background: url(../images/dobrichka-logo-small.png) 0 17px no-repeat;
	height: 70px;
	line-height: 70px;
	margin: 0 auto;
	text-align: right;
	width: 800px;
}

.dev a {
	color: #3c3c3c;
	font-size: 10px;
}

.dev a:hover {
	color: #d76417;
}








