@import url(http://fonts.googleapis.com/css?family=PT+Sans:400,700,400italic,700italic&subset=latin,cyrillic);
@font-face {
    font-family: Avanti;
    src: url('../fonts/AVG45__C.PFB');
}

/* CSS Reset */
html,body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{
	margin:0;
	padding:0;
}
table{
	font-size:100%;
	border-collapse:collapse;
}
table td{
	vertical-align:top;
}
img,fieldset{
	border:0;
}
img{
	font-size:11px;
}
address,caption,cite,code,dfn,th,var{
	font-style:normal;
	font-weight:normal;
}
caption,th{
	text-align:left;
}
q:before,q:after{
	content:'';
}
abbr,acronym{
	border:0;
	font-variant:normal;
}
sup{
	vertical-align:text-top;
}
sub{
	vertical-align:text-bottom;
}
input,textarea,select,button{
	font:12px 'PT Sans', Arial, Helvetica, sans-serif;
    color:#e0e0e0;
	border-radius:0;
}
textarea{
	resize:none;
	overflow:auto;
}
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{
	display:block;
	margin:0;
	padding:0;
}
:focus{outline:none;}
:active{outline:none;}
/*default styles*/
html, body{
	height:100%;
}
body{
    font:16px 'PT Sans', 'MS Serif', Arial, Helvetica, sans-serif;
    color:#434b51;
	background:#fff url(../img/bg.gif) repeat 0 0;
}
p{
    margin:0 0 18px 0;
	line-height:20px;
}
article p{
	line-height:1.6;
}
a{
    color:#336a80;
    text-decoration:none;
	outline:none;
}
a:hover{
    color:#2ab6bd;
	text-decoration:none;
}
h1{
	display:inline-block;
	font:700 24px/33px 'PT Sans', Arial, Helvetica, sans-serif;
    color:#2c333a;
	border-bottom:3px solid #2bb7bf;
	margin:0 0 13px;
}
.content h1{
	display:block;
	font:700 30px/24px 'PT Sans', Arial, Helvetica, sans-serif;
    color:#434b51;
	margin:2px 0 22px;
	border:0;
	border-left:10px solid #2bb7bf;
	padding:0 0 1px 11px;
}
h1.noline {
    padding-left: 0px;
    border: none;
    margin-bottom: 28px;
}
h2.noline {
    padding-left: 0px;
    border: none;
    margin-bottom: 10px;
}
.cols{
    font-size: 18px;
    font:700 18px/17px 'PT Sans', Arial, Helvetica, sans-serif;
    color:#434b51;
    margin-bottom: 40px;
}
.subscribtion h1{
	display:block;
	font:700 24px/23px 'PT Sans', Arial, Helvetica, sans-serif;
    color:#434b51;
	margin:0 0 25px;
	border:0;
	padding:0;
}
h2{
	font:700 24px/24px 'PT Sans', Arial, Helvetica, sans-serif;
    color:#434b51;
	margin:0 0 21px;
	border-left:10px solid #2bb7bf;
	padding:1px 0 0 14px;
}
h2 a{
	color:#434b51;
}
h3{
	font:700 18px/18px 'PT Sans', Arial, Helvetica, sans-serif;
    color:#434b51;
	margin:0 0 19px;
}
h4{
	font:700 16px/18px 'PT Sans', Arial, Helvetica, sans-serif;
    color:#434b51;
	margin:0 0 15px;
}
h5{
	font:700 14px/18px 'PT Sans', Arial, Helvetica, sans-serif;
    color:#434b51;
	margin:0 0 11px;
}
ul{
	margin:0 0 29px 0;
	list-style-position:outside;
	list-style-type:none;
}
ol{
	margin:0 0 29px 20px;
	list-style-position:outside;
	list-style-type:decimal;
}
li ul, li ol{
	margin-top:5px;
	margin-bottom:10px;
	list-style-type:none;
}
li{
	margin-bottom:0;
	line-height:28px;
}
ul li{
	/*background:url(../img/lii.png) no-repeat 1px 12px;*/
	margin-bottom:0;
	padding:0 0 0 19px;
}
ol li{
	font-weight:700;
	color:#00adf7;
}
ol li span{
	font-weight:400;
	color:#565862;
}
.fl{
	float:left;
}
.fr{
	float:right;
}
.cl{
	clear:both;
	height:0px;
	font-size:0px;
	overflow:hidden;
}
.clearFix:after{
	visibility:hidden;
	display:block;
	font-size:0;
	content:" ";
	clear:both;
	height:0;
}
*html .clearFix{
	zoom:1;
}
*+html .clearFix{
	zoom:1;
}
::-webkit-input-placeholder{
	color:#e0e0e0;
}
::-moz-placeholder{
	color:#e0e0e0;
	opacity:1;
}
[placeholder]:focus::-webkit-input-placeholder{
	color:transparent;
}
[placeholder]:focus::-moz-placeholder{
	color:transparent;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder{
	color:#e0e0e0;
}
.placeholder{
	color:#e0e0e0;
}
/*format styles*/
.page{
	min-height:100%;
	height:auto !important;
	height:100%;
	min-width:1305px;
}
.wrapper{
	width:940px;
	margin:0 auto;
}
.sidebar{
	position:fixed;
	left:0;
	top:0;
	width:175px;
	/*background:url(../img/left-bg.gif) repeat 0 0;*/
	background-color: #2A4A62;
	padding:25px;
}
.journal-number{
	margin-bottom:25px;
}
.journal-pic{
	display:block;
	position:relative;
	background:#1f475b;
	padding:1px 0 0;
	height:200px;
	width:175px;
	-webkit-border-radius:0 3px 3px 0;
	-moz-border-radius:0 3px 3px 0;
	border-radius:0 3px 3px 0;
	-webkit-box-shadow:0 1px 1px rgba(0,0,0,.54);
	-moz-box-shadow:0 1px 1px rgba(0,0,0,.54);
	box-shadow:0 1px 1px rgba(0,0,0,.54);
	margin-bottom:12px;
}
.journal-pic img{
	display:block;
}
.journal-pic .journal-pic-img{
	border:1px solid #fff;
}
.journal-pic i{
	position:absolute;
	right:10px;
	top:91px;
	background:url(../img/arrow-journal.gif) no-repeat 0 0;
	width:9px;
	height:20px;
}
.journal-pic span{
	position:absolute;
	right:10px;
	top:10px;
	display:none;
}
.journal-pic:hover{
	background:#1f3e50;
}
.journal-pic:hover i{
	display:none;
}
.journal-pic:hover span{
	display:block;
}
.sidebar .menu-b{
	margin-bottom:25px;
}
.sidebar .menu .menu-ttl{
	font-size:18px;
	font-weight:700;
	line-height:22px;
	color:#fff;
	text-transform:uppercase;
	text-shadow:0 1px 0 rgba(14,32,41,.98);
	padding:10px 0 0 25px;
	position:relative;
	cursor:pointer;
	margin-bottom:8px;
}
.sidebar .menu-b .menu-ttl{
	background:url(../img/dot1.png) repeat-x 0 0;
}
.sidebar .menu .menu-ttl i{
	position:absolute;
	left:0;
	top:15px;
	background:url(../img/menu-pm.png) no-repeat 0 0;
	width:11px;
	height:11px;
}
.sidebar .menu .menu-ttl.act i{
	background-position:0 -11px;
}
.sidebar .menu .menu-item{
	padding:0 0 0 25px;
	font-size:14px;
	font-weight:400;
	line-height:19px;
	color:#fff;
	text-shadow:0 1px 0 rgba(14,32,41,.98);
	margin:-4px 0 8px;
}
.sidebar .menu .menu-item a{
	display:inline-block;
	color:#fff;
}
.sidebar .menu .menu-item a:hover{
	color:#33c9d2;
}
.search{
	position:relative;
	margin-bottom:24px;
}
.search .search-field{
	display:block;
	background:none;
	background:rgba(255,255,255,.05);
	border:1px solid #fff;
	width:143px;
	height:15px;
	-webkit-border-radius:2px;
	-moz-border-radius:2px;
	border-radius:2px;
	padding:3px 20px 3px 10px;
}
.search.active .search-field{
	background:#f6f7f7;
	color:#50575d;
}
.search .search-btn{
	background:url(../img/btn-search.png) no-repeat 0 0;
	width:13px;
	height:13px;
	border:0;
	position:absolute;
	right:6px;
	top:5px;
}
.search.active .search-btn{
	background-position:0 -13px;
}
.ask-question{
	display:block;
	background:url(../img/btn-question.png) repeat-x 0 0;
	height:28px;
	font-size:12px;
	line-height:23px;
	color:#fff;
	position:relative;
	padding:3px 0 0 37px;
	-webkit-border-radius:2px;
	-moz-border-radius:2px;
	border-radius:2px;
	text-shadow:0 1px 1px #186b6f;
}
.ask-question img{
	position:absolute;
	left:8px;
	top:7px;
}
.ask-question:hover{
	color:#fff;
	background-position:0 -31px;
}
.center{
	float:left;
	width:1050px;
	background:#fff;
	-webkit-box-shadow:0 1px 10px rgba(0,0,0,.33);
	-moz-box-shadow:0 1px 10px rgba(0,0,0,.33);
	box-shadow:0 1px 10px rgba(0,0,0,.33);
	padding:25px 0 0;
	margin:0 0 0 225px;
}
.head{
	margin-bottom:21px;
}
.head .logo{
	float:left;
	margin:0 0 24px;
}
.head .logo img{
	display:block;
}
.head .head-banner{
	float:right;
	padding:3px 27px 0 0;
    width: 350px;
    max-width: 350px;
    overflow: hidden;
    position: relative;
}
.head .head-banner .fl{
	margin-right:23px;
}
.head .top-line{
	clear:both;
	background:url(../img/head-line1.gif) repeat 0 0;
	height:25px;
	padding:0 48px 0 50px;
	color:#fff;
	line-height:22px;
}
@-moz-document url-prefix() {
	.head .top-line{
		line-height:21px;
	}
}
.head .top-line a{
	color:#fff;
	text-decoration:underline;
}

.head .top-line a:hover{
	color:#fff;
	text-decoration:none;
}
.head .top-line-link{
	float:left;
}
.head .lang{
	float:right;
	font-size:12px;
	line-height:23px;
	text-transform:uppercase;
}
.head .lang a{
	height:25px;
	margin:0 6px;
}
.head .lang a.act{
	display:block;
	float:left;
	text-decoration:none;
	background:#F17D00;
	padding:0 6px;
	margin:0;
}
.head .login{
	float:right;
	position:relative;
	margin-right:72px;
	padding-left:23px;
}
.head .login img{
	position:absolute;
	left:0;
	top:5px;
}
.head .login span{
	margin:0 7px;
}
.head .nav{
	background:#f2f2f2;
	border-bottom:1px solid #e7e7e7;
	padding:0 0 2px 50px;
	font-size:12px;
	line-height:23px;
	color:#434b51;
}
.head .nav a{
	color:#434b51;
	text-decoration:underline;
}
.head .nav a:hover{
	text-decoration:none;
}
.news{
	float:left;
	padding:0 0 0 50px;
}
.news .news-big{
	float:left;
	width:300px;
	line-height:17px;
	margin:5px 25px 20px 0;
}
.news .news-big img{
	display:block;
	margin-bottom:20px;
}
.news .news-big span{
	display:block;
	font-size:18px;
	font-weight:700;
	line-height:21px;
	color:#434b51;
	margin-bottom:13px;
}
.news .news-big a:hover span{
	color:#336a80;
}
.news .news-list{
	float:left;
	width:300px;
	font-size:16px;
	line-height:19px;
}
.news .news-list a{
	display:block;
	background:url(../img/dot2.gif) repeat-x 0 0;
	color:#434b51;
	padding:15px 0 0;
	margin-bottom:15px;
}
.news .news-list a:first-child{
	background:none;
	padding-top:0;
}
.news .news-list a span{
	font-size:12px;
	color:#336a80
}
.news .news-list a:hover{
	color:#336a80;
}

.news-one h1{
    font-size: 24px;
}
.news-one .cols-photo{
    font-size: 12px;
}
.news-one .news-autor{
    padding-bottom: 6px;
    padding-top: 15px;
}
.news-one .news-autor a{
    font-size: 14px;
    color: #317085;
    font-weight: 400;
}

.col-right{
	float:right;
	width:350px;
}
.banners{
	width:248px;
	margin:4px 0 0 26px;
}
.banners a{
	display:block;
}
.banners img{
	display:block;
	border:1px solid #bdbdbd;
	margin-bottom:24px;
}
.btn-subscribe{
	display:block;
	background:url(../img/btn-subscribe.png) no-repeat 0 0;
	width:215px;
	height:36px;
	font-size:17px;
	font-weight:700;
	line-height:20px;
	color:#fff;
	text-shadow:0 1px 1px #006f36;
    padding: 5px 37px 11px 21px;
	text-align:left;
	margin:0 0 23px 25px;
}
.btn-subscribe:hover{
    color:#fff;
    background-position: 0 -52px;
}
.btn-subscribe span{
    font-size: 23px;
    width: 145px;
}
.title{
	background:url(../img/ttl-bg.jpg) repeat-x 0 0;
	height:49px;
	padding:0 0 0 49px;
}
.title .h1{
	font:700 30px/25px 'PT Sans', Arial, Helvetica, sans-serif;
    color:#fff;
	text-shadow:0 1px 1px #2c586a;
	padding:9px 0 0;
}
.main-post{
	float:left;
	padding:0 0 20px 50px;
	width:625px;
	line-height:17px;
}
.main-post .main-post-pic{
	float:left;
	margin:4px 25px 0 0;
}
.main-post .main-post-ttl{
	font-size:18px;
	font-weight:700;
	line-height:22px;
	color:#434b51;
	margin-bottom:13px;
}
.main-post .main-post-ttl a{
	color:#434b51;
}
.main-post .main-post-ttl a:hover{
	color:#336a80;
}
.main-post .main-post-tags{
	font-size:12px;
	color:#434b51;
	margin-bottom:17px;
}
.main-post .main-post-tags span{
	font-weight:700;
	margin-right:2px;
}
.main-post .main-post-tags a{
	display:inline-block;
	line-height:14px;
	background:#cceef0;
	color:#31677c;
	padding:0 7px 1px;
	margin-right:2px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
}
.main-post .main-post-tags a:hover{
	background:#aae2e5;
}
.grey{
	background:#f0f0f0 url(../img/grey-top.gif) repeat-x 0 0;
	border-top:1px solid #e5e5e5;
	border-bottom:1px solid #e9eaea;
	padding:20px 0 0 50px;
}
.grey-bottom{
	background:#f0f0f0 url(../img/grey-bottom.gif) repeat-x left bottom;
	padding:20px 0 8px 50px;
}
.column{
	width:300px;
}
.posts{
	line-height:17px;
}
.posts .post-item{
	background:url(../img/dot3.gif) repeat-x 0 0;
	margin-bottom:20px;
	padding-top:20px;
}
.posts .post-item:first-child{
	background:none;
	padding-top:0;
}
.posts .post-pic{
	display:block;
	margin:14px 0 8px;
}
.posts .post-ttl{
	font-size:16px;
	font-weight:700;
	line-height:19px;
	color:#434b51;
	margin-bottom:9px;
}
.posts .post-ttl a{
	color:#434b51;
}
.posts .post-ttl a:hover{
	color:#336a80;
}
.posts .post-tags{
	font-size:12px;
	color:#434b51;
	margin-bottom:11px;
}
.posts .post-tags span{
	font-weight:700;
	margin-right:2px;
}
.posts .post-tags a{
	display:inline-block;
	line-height:14px;
	background:#cceef0;
	color:#31677c;
	padding:0 7px 1px;
	margin-right:2px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
}
.posts .post-tags a:hover{
	background:#aae2e5;
}
.popular{
	background:url(../img/popular-bg.gif) repeat;
	border-bottom:2px solid #f07701;
	border-top:2px solid #f07701;
	border-left:1px solid #e5e5e5;
	border-right:1px solid #e5e5e5;
	width:250px;
	padding:20px 25px 8px;
	margin-bottom:20px;
}
.popular .popular-ttl{
	font-size:24px;
	font-weight:700;
	line-height:27px;
	color:#434b51;
	margin-bottom:16px;
}
.popular .popular-content a{
	display:block;
	font-size:16px;
	line-height:19px;
	color:#434b51;
	background:url(../img/dot4.gif) repeat-x 0 0;
	margin-bottom:15px;
	padding-top:15px;
}
.popular .popular-content a:first-child{
	background:none;
	padding:0;
}
.popular .popular-content a:hover{
	color:#336a80;
}
.banner100 img{
	display:block;
	margin:0 auto;
}
.blogs-ttl{
	float:left;
	border-right:1px solid #285567;
	width:650px;
	height:49px;
}
.blogs-ttl a{
	float:right;
	font-size:12px;
	color:#fff;
	text-decoration:underline;
	margin:15px 24px 0 0;
}
.blogs-ttl a:hover{
	text-decoration:none;
}
.interview-ttl{
	float:left;
	border-left:1px solid #367892;
	width:325px;
	height:49px;
}
.interview-ttl a{
	float:right;
	font-size:12px;
	color:#fff;
	text-decoration:underline;
	margin:15px 50px 0 0;
}
.interview-ttl a:hover{
	text-decoration:none;
}
.interview-ttl .h1{
    padding-left: 24px;
}
.blogs{
	float:left;
	width:674px;
	border-right:1px solid #e5e5e5;
	padding:19px 0 28px 25px;
}
.blogs a{
	display:block;
	float:left;
	width:300px;
	height:207px;
	margin-left:25px;
	line-height:17px;
	overflow:hidden;
}
.blogs a img{
	float:left;
	margin:5px 15px 0 0;
}
.blogs a span{
	display:block;
	font-size:16px;
	font-weight:700;
	line-height:20px;
	color:#434b51;
	height:80px;
	overflow:hidden;
	margin-bottom:25px;
}
.blogs a:hover span{
	color:#336a80;
}
.interview{
	background:url(../img/interview-bg.gif) repeat 0 0;
	border-left:1px solid #fff;
	padding:19px 0 0 24px;
	height:235px;
}
.interview a{
	display:block;
	float:left;
	width:276px;
	height:207px;
	line-height:17px;
	overflow:hidden;
}
.interview a img{
	float:left;
	margin:5px 15px 16px 0;
}
.interview a span{
	display:block;
	font-size:16px;
	font-weight:700;
	line-height:20px;
	color:#434b51;
	margin-bottom:7px;
}
.interview a:hover span{
	color:#336a80;
}
.interview a i{
	display:block;
}
.news-sm{
	padding:22px 0 50px;
	display:table;
}
.news-sm-item{
	display:table-cell;
}
.news-sm-tr{
	display:table-row;
}
.news-lt{
	border-right:1px solid #d8d8d8;
	border-bottom:1px solid #f5f5f5;
	padding:0 25px 28px 50px;
	width:450px;
}
.news-rt{
	border-left:1px solid #f5f5f5;
	border-bottom:1px solid #f5f5f5;
	padding:0 50px 28px 23px;
	width:450px;
}
.news-lb{
	border-right:1px solid #d8d8d8;
	border-top:1px solid #d8d8d8;
	padding:25px 25px 0 50px;
	width:450px;
}
.news-rb{
	border-left:1px solid #f5f5f5;
	border-top:1px solid #d8d8d8;
	padding:25px 50px 0 23px;
	width:450px;
}
.news-sm-item h2{
	margin:0 0 25px;
}
.news-sm .news-sm-big{
	float:left;
	width:225px;
	line-height:17px;
	margin:2px 25px 0 0;
}
.news-sm .news-sm-big img{
	display:block;
	margin-bottom:20px;
}
.news-sm .news-sm-big span{
	display:block;
	font-size:16px;
	font-weight:700;
	line-height:19px;
	color:#434b51;
	margin-bottom:15px;
}
.news-sm .news-sm-big:hover span{
	color:#336a80;
}
.news-sm .news-sm-list{
	float:left;
	width:200px;
	font-size:14px;
	line-height:17px;
}
.news-sm .news-sm-list a{
	display:block;
	background:url(../img/dot2.gif) repeat-x 0 0;
	color:#434b51;
	padding:15px 0 0;
	margin-bottom:15px;
}
.news-sm .news-sm-list a:first-child{
	background:none;
	padding-top:0;
}
.news-sm .news-sm-list a span{
	font-size:12px;
	color:#336a80
}
.news-sm .news-sm-list a:hover{
	color:#336a80;
}
.content{
	float:left;
	width:625px;
	padding:0 0 0 50px;
}
.content.articles{
    min-height: 1200px;
}
.articles h2, .news-one h2{
    border: none;
    padding-left: 0;
}
.articles a, .news-one a{
    color: #317085;
}
.articles a:hover, .news-one a:hover{
    color: #2ab6bd;
}
.articles ul, .news-one ul{
    margin-left: 10px;
}
.articles ul li, .news-one ul li{
    background: url(../img/li.png) no-repeat 6px 8px;
    margin-bottom: 0;
    padding: 0 0 0 19px;
    line-height: 18px;
}
.articles ol, .news-one ol{
    padding-left: 15px;
}
.articles ol li, .news-one ol li{
    line-height: 18px;
    color: #317085;
    font-weight: 400;
}
.articles ol li span, .news-one ol li span{
    color: #434b51;
}
.news-first{
	margin:0 0 25px;
}
.news-first .news-first-ttl{
	font-size:18px;
	font-weight:700;
	line-height:21px;
	color:#434b51;
	margin-bottom:23px;
}
.news-first .news-first-ttl a{
	color:#434b51;
}
.news-first .news-first-ttl a:hover{
	color:#336a80;
}
.news-first .news-first-pic{
	float:left;
	width:300px;
	height:200px;
	overflow:hidden;
	margin:1px 24px 0 0;
}
.news-first .news-first-txt{
	float:left;
	width:301px;
	line-height:17px;
}
.news-first .news-first-txt span{
	display:block;
	margin-bottom:16px;
}
.news-date{
	font-size:12px;
	color:#317085;
	border-bottom:3px solid #317085;
	padding:0 0 5px;
}
.news-block{
	margin-bottom:23px;
}
.news-block .news-line{
	display:table;
	background:url(../img/dot2.gif) repeat-x left top;
}
.news-block .news-line:first-child{
	background:none;
}
.news-block .news-row{
	display:table-row;
}
.news-block .news-line-pic{
	display:table-cell;
}
.news-block .news-line-pic img{
	display:block;
	margin:18px 15px 18px 0;
}
.news-block .news-line-txt{
	display:table-cell;
	vertical-align:middle;
	width:100%;
	font-size:16px;
	line-height:19px;
	padding:17px 0;
}
.news-block .news-line-txt a{
	color:#434b51;
}
.news-block .news-line-txt a:hover{
	color:#336a80;
}
.archive-list-top{
    list-style: none;
    position: relative;
    overflow: hidden;
    background: #fff;
    height: 20px;
    margin: 0;
    padding: 0 0 25px 0;
}
.archive-list-top li {

    min-width: 20px;
    float: left;
    position: relative;
    background: url(../img/menu-border.gif) left top repeat-y;
    background-color: #f2f2f2;
    font-size: 16px;
    line-height: 14px;
    color: #434b51;
    text-shadow: 0px 1px 0px #fff;
    border-top: 1px solid #d7d7d7;
    border-bottom: 1px solid #d7d7d7;
    padding: 0;
}
.archive-list-top li .active {
    color: #fff;
    text-shadow: 0px 1px 0px #1e3e4b;
    background-color: #32687e;
}
.archive-list-top li:hover a {
    color: #fff;
    text-shadow: 0px 1px 0px #1e3e4b;
    background-color: #32687e;
}
.archive-list-top li:last-child{
    border-right: 1px solid #d7d7d7;
}
.archive-list-top li a{
    position: relative;
    font:700 16px/18px 'PT Sans', Arial, Helvetica, sans-serif;

    padding: 0 8px;
    text-decoration: none;
    z-index: 2;
}
.archive-list-item:nth-child(odd){
    float: left;
}
.archive-list-item{
    width: 300px;
    float: right;
    min-height: 350px;
}
.archive-list-item a{
    font:700 14px/14px 'PT Sans', Arial, Helvetica, sans-serif;
    color: #434b51;
}
.archive-list-item a:hover{
    color: #336a80;
}
.archive-list-item .img{
    float: left;
    padding-right: 25px;
}
.archive-list-item ul{
    margin: 0;
    width: 145px;
    display: inline-block;
}
.archive-list-item ul li{
    line-height: 16px;
    border-bottom: 1px dashed #e1e1e1;
    padding: 15px 0;
}
.archive-list-item ul li:first-child{
    padding-top: 0;
}
.archive-list-item ul li:last-child{
    padding-bottom: 0;
    border: none;
}
.archive-list-item ul li a{
    /*font:700 12px/12px 'PT Sans', Arial, Helvetica, sans-serif;*/
    line-height: 16px;
    color: #434b51;
}
.archive-list-item ul li:hover {
    color: #336a80;
}
.indent10{
    padding-bottom: 10px;
}

.rubric-first{
    margin:0 0 25px;
    border-bottom: 3px solid #317085;
    min-height: 300px;
}
.rubric-first .rubric-ttl{
    font-size:18px;
    font-weight:700;
    line-height:21px;
    color:#434b51;
    margin-bottom:23px;
}
.rubric-first .rubric-ttl a{
    color:#434b51;
}
.rubric-first .rubric-ttl a:hover{
    color:#336a80;
}
.rubric-first .rubric-pic{
    float:left;
    width:300px;
    height:200px;
    overflow:hidden;
    margin:1px 24px 0 0;
}
.rubric-first .rubric-txt{
    float:left;
    width:301px;
    line-height:17px;
}
.rubric-first .rubric-txt span{
    display:block;
    margin-bottom:16px;
}
.rubric-first .rubric-tags{
    font-size:12px;
    color:#434b51;
    margin-bottom:17px;
}
.rubric-first .rubric-tags span{
    font-weight:700;
    margin-right:2px;
}
.rubric-first .rubric-tags a{
    display:inline-block;
    line-height:14px;
    background:#cceef0;
    color:#31677c;
    padding:0 7px 1px;
    margin-right:2px;
    -webkit-border-radius:3px;
    -moz-border-radius:3px;
    border-radius:3px;
}
.rubric-first .rubric-tags a:hover{
    background:#aae2e5;
}
.rubric-first .rubric-autor{
    padding-bottom: 6px;
}
.rubric-first .rubric-autor {
    font-size: 12px;
    color: #317085;
    font-weight: 400;
}

.rubric-first .rubric-date{
    font-size:12px;
    color:#434b51;
    padding-bottom: 6px;
}
.rubric-first .rubric-date span{
    font-weight:700;
    margin-right:2px;
}
.rubric-first.article{
    border: none;
    min-height: 225px;
    margin-bottom: 0;
}
.title_line{
    font-size: 18px;
    font-weight: 400;
    color: #317085;
    border-bottom: 3px solid #317085;
    padding-bottom: 10px;
    margin-bottom: 15px;
    font-weight: bold;
}

.comment{
 text-align: right;
    padding-bottom: 40px;
}
.comment img{
    padding-right: 10px;
}
.comment textarea{
    min-height: 47px;
    width: 559px;
    border: 1px #d6e9c6 solid;
    padding: 5px;
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;    /* Firefox, other Gecko */
    box-sizing: border-box;
    color: #222;
}
.comment input{
    margin-top: 20px;
    color: black;
    padding: 5px 10px 5px 10px;
    border-radius: 5px;
    border: 1px solid #cecece;
}

.rubric-list div:nth-child(odd){
    margin-right: 25px;
}

.rubric-list-item{
    width: 300px;
    float: left;
    min-height: 160px;
    border-bottom: 1px dashed #bebebe;
    margin-bottom: 20px;
}
.rubric-list-item .rubric-ttl{
    font-size:14px;
    font-weight:700;
    line-height:1.2em;
    color:#434b51;
    margin-bottom:10px;
}
.rubric-list-item .rubric-ttl a{
    color:#434b51;
}
.rubric-list-item .rubric-ttl a:hover{
    color:#336a80;
}
.rubric-list-item .rubric-pic{
    float:left;
    width:101px;
    height:66px;
    overflow:hidden;
    margin:1px 10px 0 0;
}
.rubric-list-item .rubric-txt{
    float:left;
    width:301px;
    line-height:17px;
    color: #5f6b74;
}
.rubric-list-item .rubric-txt:hover{
    color: #336a80;
}
.rubric-list-item .rubric-txt span{
    display:block;
    margin-bottom:16px;
}
.rubric-list-item .rubric-tags{
    font-size:12px;
    color:#434b51;
    margin-bottom:10px;
}
.rubric-list-item .rubric-tags span{
    font-weight:700;
    margin-right:2px;
}
.rubric-list-item .rubric-tags a{
    display:inline-block;
    line-height:14px;
    background:#cceef0;
    color:#31677c;
    padding:0 7px 1px;
    margin-right:2px;
    -webkit-border-radius:3px;
    -moz-border-radius:3px;
    border-radius:3px;
}
.rubric-list-item .rubric-tags a:hover{
    background:#aae2e5;
}
.rubric-list-item .rubric-autor{
    padding-bottom: 10px;
}
.rubric-list-item .rubric-autor {
    font-size: 12px;
    color: #317085;
    font-weight: 400;
}

.rubric-list-item .rubric-date{
    font-size:12px;
    color:#434b51;
    padding-bottom: 10px;
}
.rubric-list-item .rubric-date span{
    font-weight:700;
    margin-right:2px;
}
.rubric-list-item .rubric-date a:hover{
    color: #2ab6bd;
}

.rubric-list-item.article{
    width: 100%;
    min-height: 160px;
    border-bottom: 1px dashed #bebebe;
    margin-bottom: 20px;
}
.rubric-list-item.article .rubric-txt{
    width: 100%;
    float:left;
    line-height:17px;
    color: #5f6b74;
}

.photoblog{
    background-color: #f4f4f4;
    border-bottom:1px solid #e5e5e5;
    border-left:1px solid #e5e5e5;
    border-right:1px solid #e5e5e5;
    width:265px;
    margin: 4px 0 20px 26px;
}
.photoblog:before{
    display: block;
    content: " ";
    border-top:5px solid #317085;
}

.photoblog .photoblog-item{
    text-align: center;
    border-bottom: 1px dashed #bebebe;
    margin: 20px 0 20px 0;
}

.photoblog div:last-child
{
    border-bottom: none;
    margin-bottom: 0;
}

.photoblog .ttl, .photoblog .txt{
    width: 227px;
    margin: 0 auto;
    text-align: left;
}

.photoblog .ttl{
    padding: 5px 0 10px 0;
}

.photoblog .txt{
    font-size: 12px;
}

.photoblog .ttl span{
    color: #317085;
    font-size: 12px;
    font-weight: bold;
    padding-right: 5px;
}
.photoblog .ttl a{
    color: #434b51;
    font-size: 14px;
    font-weight: bold;
}
/*.rubric-top span{*/
    /*font: 700 12px/12px 'PT Sans', Arial, Helvetica, sans-serif;*/
    /*line-height: 16px;*/
    /*color: #434b51;*/
    /*display: table-row;*/
/*}*/

.paging{
	font-size:12px;
	font-weight:700;
	line-height:15px;
	color:#434b51;
	padding-top:4px;
	margin:0 0 50px;
}
.paging a{
	display:inline-block;
	color:#434b51;
	text-shadow:0 1px 1px #fff;
	background:#f2f2f2;
	border:1px solid #d7d7d7;
	width:17px;
	height:17px;
	text-align:center;
	margin-right:3px;
}
.paging a:hover{
	background:#336a80;
	color:#fefefe;
	text-shadow:0 1px 1px #1e3e4b;
}
.paging a.act{
	background:#32687e;
	border:1px solid #32687e;
	color:#f2f2f2;
	text-shadow:0 1px 1px #1e3e4b;
}
.paging span{
	margin:0 6px 0 3px;
}
.paging .page-first{
	width:auto;
	background:none;
	border:0;
	margin-right:25px;
	text-decoration:underline;
	font-weight:400;
}
.paging .page-first:hover{
	text-decoration:none;
	background:none;
	color:#434b51;
	text-shadow:none;
}
.paging .page-first.disable{
	color:#8a8a8a;
	cursor:default;
	text-decoration:none;
}
.paging .page-prev{
	width:auto;
	background:none;
	border:0;
	position:relative;
	padding:0 0 0 31px;
	margin-right:25px;
	text-decoration:underline;
	font-weight:400;
}
.paging .page-prev:hover{
	text-decoration:none;
	background:none;
	color:#434b51;
	text-shadow:none
}
.paging .page-prev.disable{
	color:#8a8a8a;
	cursor:default;
	text-decoration:none;
}
.paging .page-prev i{
	position:absolute;
	left:0;
	top:-1px;
	background:url(../img/prev.png) no-repeat 0 -19px;
	width:19px;
	height:19px;
}
.paging .page-prev:hover i{
	background-position:0 -38px;
}
.paging .page-prev.disable i{
	background-position:0 0;
}
.paging .page-last{
	width:auto;
	background:none;
	border:0;
	margin-left:22px;
	text-decoration:underline;
	font-weight:400;
}
.paging .page-last:hover{
	text-decoration:none;
	background:none;
	color:#434b51;
	text-shadow:none
}
.paging .page-last.disable{
	color:#8a8a8a;
	cursor:default;
	text-decoration:none;
}
.paging .page-next{
	width:auto;
	background:none;
	border:0;
	position:relative;
	padding:0 31px 0 0;
	margin-left:22px;
	text-decoration:underline;
	font-weight:400;
}
.paging .page-next:hover{
	text-decoration:none;
	background:none;
	color:#434b51;
	text-shadow:none
}
.paging .page-next.disable{
	color:#8a8a8a;
	cursor:default;
	text-decoration:none;
}
.paging .page-next i{
	position:absolute;
	right:0;
	top:-1px;
	background:url(../img/next.png) no-repeat 0 -19px;
	width:19px;
	height:19px;
}
.paging .page-next:hover i{
	background-position:0 -38px;
}
.paging .page-next.disable i{
	background-position:0 0;
}
.subscribtion{
	float:left;
	width:625px;
	padding:0 0 0 50px;
	color:#434b51;
}
.subscribtion strong span{
	color:#317085;
}
.select-number{
	width:77px;
	margin-bottom:23px;
}
.select-type{
	margin-bottom:19px;
}
.form2{
	background:url(../img/dot2.gif) repeat-x left bottom;
	padding-bottom:1px;
	font-size:12px;
	line-height:18px;
	margin-bottom:49px;
}
.form2 .form2-ttl{
	background:url(../img/dot2.gif) repeat-x left top;
	position:relative;
	font-size:18px;
	font-weight:700;
	line-height:18px;
	color:#434b51;
	cursor:pointer;
	padding:15px 0 0 27px;
	margin-bottom:18px;
}
.form2 .form2-ttl i{
	position:absolute;
	left:0;
	top:17px;
	background:url(../img/arrow-form.gif) no-repeat 0 0;
	width:17px;
	height:17px;
}
.form2 .form2-ttl.act i{
	background-position:0 -17px;
}
.form-content{
	background:#f7f7f7;
	border:1px solid #e5e5e5;
	box-shadow:inset 0 0 5px rgba(255,255,255,.75);
	margin:0 0 23px 24px;
	padding:20px 0 28px 23px;
	display:none;
}
.form2 .field-name{
	width:100px;
	padding:1px 0 0;
}
.form2 .field-name span{
	color:#e40026;
}
.form2 .field{
	width:352px;
	position:relative;
}
.form2 .field input{
	display:block;
	border:1px solid #ddd;
	background:#fff;
	width:332px;
	height:17px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
	padding:4px 9px;
	color:#434b51;
}
.form2 .field input:focus{
	border-color:#2ab5bc;
	box-shadow:0 0 6px rgba(67,208,215,.4);
}
.form2 .field.error input{
	border-color:#ec0f38;
	box-shadow:0 0 6px rgba(238,23,59,.4);
}
.form2 .field input:disabled{
	background:#e7e7e7;
	border:1px solid #d6d6d6;
}
.form2 .error-mess{
	position:absolute;
	left:100%;
	top:-6px;
	background:#ec0f38;
	margin:0 0 0 20px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
	color:#fff;
	padding:6px 9px 8px 20px;
	width:100px;
	line-height:14px;
}
.form2 .error-mess img{
	position:absolute;
	left:-9px;
	top:12px;
}
.form2 ::-webkit-input-placeholder{
	color:#434b51;
}
.form2 ::-moz-placeholder{
	color:#434b51;
	opacity:1;
}
.form2 [placeholder]:focus::-webkit-input-placeholder{
	color:transparent;
}
.form2 [placeholder]:focus::-moz-placeholder{
	color:transparent;
}
.form2 input:-ms-input-placeholder,
.form2 textarea:-ms-input-placeholder{
	color:#434b51;
}
.form2 .placeholder{
	color:#434b51;
}
.form2 table td{
	padding-bottom:23px;
}
.form2 .kod-img{
	float:left;
	margin:0 12px 21px 0;
	border:1px solid #dfdfdf;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
}
.form2 .kod-img img{
	display:block;
}
.form2 .field-kod{
	display:block;
	border:1px solid #ddd;
	background:#fff;
	width:68px;
	height:17px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
	padding:4px 9px;
	color:#434b51;
}
.form2 .kod-refresh{
	display:inline-block;
	color:#434b51;
	font-size:12px;
	background:url(../img/dot5.png) repeat-x left bottom;
	position:relative;
	top:-1px;
	margin-bottom:12px;
}
.form2 .btn-send{
	float:left;
	width:89px;
	height:25px;
	background:url(../img/btn-send2.png) repeat-x 0 0;
	border:0;
	text-align:center;
	color:#fff;
	text-shadow:0 1px 1px #186b6f;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
	cursor:pointer;
	padding:0 0 2px;
	margin:1px 12px 0 0;
}
.form2 .btn-send:hover{
	background-position:0 -25px;
}
.form2 .btn-reset{
	float:left;
	width:89px;
	height:27px;
	background:url(../img/btn-reset2.png) repeat-x 0 0;
	border:1px solid #cecece;
	text-align:center;
	color:#434b51;
	text-shadow:0 1px 1px #fff;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
	cursor:pointer;
	padding:0 0 2px;
}
.form2 .btn-reset:hover{
	background-position:0 -25px;
}
.form2 .form2-txt{
	width:450px;
}
.footer{
	border-top:7px solid #0e202c;
	background:#122a39 url(../img/footer-bg.jpg) repeat 0 0;
	padding:37px 0 0;
}
.footer .logo{
	float:left;
	margin:7px 25px 0 50px;
}
.footer .logo img{
	display:block;
}
.footer .menu{
	float:left;
	min-height:254px;
}
.footer .menu .menu-item{
	float:left;
	width:138px;
	margin-right:36px;
}
.footer .menu .menu-item div{
	color:#fff;
	font-size:16px;
	font-weight:700;
	line-height:21px;
	text-shadow:0 1px 0 #0e2029;
	text-transform:uppercase;
	background:url(../img/dot5.png) repeat-x left bottom;
	padding-bottom:11px;
	margin-bottom:8px;
}
.footer .menu .menu-item a{
	display:inline-block;
	line-height:18px;
	font-size:12px;
	color:#fff;
	text-shadow:0 1px 0 #0e2029;
}
.footer .menu .menu-item a:hover{
	color:#33c9d2;
}
.footer .rss{
	float:left;
	width:225px;
	color:#e0e0e0;
	padding:0 0 49px 50px;
}
.footer .rss div{
	margin-bottom:12px;
}
.footer .rss input{
	display:block;
	float:left;
	border:1px solid #fff;
	background:none;
	background:rgba(255,255,255,.05);
	width:96px;
	height:17px;
	-webkit-border-radius:2px 0 0 2px;
	-moz-border-radius:2px 0 0 2px;
	border-radius:2px 0 0 2px;
	padding:3px 8px;
}
.footer .rss input:focus{
	background:#f6f7f7;
	color:#50575d;
}
.footer .rss button{
	display:block;
	/*float:left;*/
	border:1px solid #fff;
	border-left:0;
	background:url(../img/btn-rss.png) repeat-x 0 0;
	height:25px;
	width:86px;
	text-align:center;
	cursor:pointer;
	color:#fff;
	text-shadow:0 1px 1px #006f36;
	-webkit-border-radius:0 2px 2px 0;
	-moz-border-radius:0 2px 2px 0;
	border-radius:0 2px 2px 0;
}
.footer .rss button:hover{
	background-position:0 -23px;
}
.footer .social{
	float:left;
	color:#e0e0e0;
	padding-bottom:49px;
}
.footer .social div{
	margin-bottom:12px;
}
.footer .social a{
	display:block;
	float:left;
	width:28px;
	height:27px;
	background-position:0 0;
	background-repeat:no-repeat;
	margin-right:3px;
}
.footer .social a:hover{
	background-position:0 -27px;
}
.footer .social a.s-fb{
	background-image:url(../img/ico-fb.png);
}
.footer .social a.s-tw{
	background-image:url(../img/ico-tw.png);
}
.footer .social a.s-vk{
	background-image:url(../img/ico-vk.png);
}
.footer .social a.s-ok{
	background-image:url(../img/ico-ok.png);
}
.footer .form{
	float:right;
	width:192px;
	padding:0 50px 0 0;
	line-height:21px;
}
.footer .form .form-ttl{
	font-size:16px;
	line-height:21px;
	color:#e0e0e0;
	margin-bottom:11px;
}
.footer .form input{
	display:block;
	background:none;
	background:rgba(255,255,255,.05);
	border:1px solid #fff;
	width:176px;
	height:17px;
	-webkit-border-radius:2px;
	-moz-border-radius:2px;
	border-radius:2px;
	padding:3px 7px;
	margin-bottom:16px;
}
.footer .form input:focus{
	background:#f6f7f7;
	color:#50575d;
}
.footer .form textarea{
	display:block;
	background:none;
	background:rgba(255,255,255,.05);
	border:1px solid #fff;
	width:176px;
	height:41px;
	-webkit-border-radius:2px;
	-moz-border-radius:2px;
	border-radius:2px;
	padding:3px 7px;
	margin-bottom:16px;
}
.footer .form textarea:focus{
	background:#f6f7f7;
	color:#50575d;
}
.footer .form .kod-img{
	float:left;
	margin:0 12px 12px 0;
}
.footer .form .kod-img img{
	display:block;
}
.footer .form .field-kod{
	width:71px;
	margin:0;
}
.footer .form .kod-refresh{
	display:inline-block;
	color:#e0e0e0;
	font-size:12px;
	background:url(../img/dot5.png) repeat-x left bottom;
	position:relative;
	top:-1px;
	margin-bottom:12px;
}
.footer .btn-send{
	float:left;
	width:89px;
	height:25px;
	background:url(../img/btn-send.png) repeat-x 0 0;
	border:0;
	text-align:center;
	color:#fff;
	text-shadow:0 1px 1px #186b6f;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
	cursor:pointer;
	padding:0 0 2px;
}
.footer .btn-send:hover{
	background-position:0 -25px;
}
.footer .btn-reset{
	float:right;
	width:89px;
	height:25px;
	background:url(../img/btn-reset.png) repeat-x 0 0;
	border:0;
	text-align:center;
	color:#434b51;
	text-shadow:0 1px 1px #fff;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
	cursor:pointer;
	padding:0 0 2px;
}
.footer .btn-reset:hover{
	background-position:0 -25px;
}
.footer .bottom{
	clear:both;
	background:#0e202c;
	border-top:1px solid #1a3d53;
	font-size:12px;
	line-height:20px;
	color:#fff;
	padding:13px 53px 16px;
}
.footer .bottom a{
	color:#fff;
	text-decoration:underline;
}
.footer .bottom a:hover{
	text-decoration:none;
}
.footer .copy{
	float:left;
	padding:2px 0 0;
}
.footer .tanix{
	float:right;
}
.footer .tanix img{
	vertical-align:middle;
}
.mb12{
	margin-bottom:12px;
}
.mb20{
	margin-bottom:20px;
}
.mr25{
	margin-right:25px;
}
.jump-top{
	position:fixed;
	right:0;
	top:0;
	background:rgba(156,156,156,.17);
	width:28px;
	height:100%;
	cursor:pointer;
	display:none;
}
.jump-top img{
	position:absolute;
	top:30px;
	left:10px;
}
.jump-top:hover{
	background:rgba(156,156,156,.28);
}

/*.connected-carousels .navigation{*/
    /*width: 100%;*/
/*}*/
/*.connected-carousels .carousel-navigation{*/
    /*width: 575px;*/
    /*height: 65px;*/
    /*border: none;*/
    /*box-shadow: none;*/
/*}*/
/*.connected-carousels .carousel-navigation li img{*/
    /*border:none;*/
/*}*/
/*.connected-carousels .carousel-navigation li.active img {*/
    /*opacity: .3;*/
/*}*/

/* фотоблог */
.pblog .content{
    width: 950px;
    padding-bottom: 40px;
}
.pblog-item{
    padding-top: 50px;
}
.pblog-first .ttl, .pblog-item .ttl{
    font-size:18px;
    font-weight:700;
    line-height:21px;
    color:#434b51;
    margin-bottom:25px;
    padding-top: 15px;
}
.pblog-first .autor{
    margin-bottom:25px;
}
.pblog-first .pimg, .pblog-item .pimg{
    display: block;
    position: relative;
}
.pblog-first .autor a{
    font-size: 14px;
    color: #336a80;
    font-weight: 400;
}
.pblog-first .date{
    font-size: 12px;
    color: #5a6166;
    margin-bottom: 25px;
}
.pblog-first img, .pblog-item img{
    width: 950px;
}
.pblog-first .title-s, .pblog-item .title-s{
    position: absolute;

    height: 58px;
    width: 100%;
    background-color: #434b51;
    left: 0;
    bottom: 4px;
    opacity: .6;
}
.pblog-first .title-s div, .pblog-item .title-s div{
    display: block;
    color: #fff;
    opacity: 1;
    margin-top: 12px;
    margin-left: 20px;
}
.pblog .title_line{
    padding-top: 20px;
}
.pblog .comment{
    width:625px;
}
/* end */
.comment.fix{
    text-align: left;
}
.comment.fix img{
    float: left;
}
.comment.fix span, .comment.fix .where, .comment.fix .autor{
    display: inline-block;
}
.comment.fix .autor{
    color: #434b51;
    font-size: 14px;
    font-weight: 700;
}
.comment.fix span{
    padding: 0 3px 0 3px;
    color: #a2a2a2;
}
.comment.fix .where{
 color: #a2a2a2;
 font-size: 12px;
}
.right{
    float: right;
}
.left{
    float: left;
}

/* блоги - страница */
.blog .link{
    font-size: 12px;
    padding-top: 8px;
}
.blog .link:hover{
    color: #5f6b74;
}
.blog .carousel-stage{
    height: 275px;
}
.blog .connected-carousels .carousel li{
    width: 275px;
}
.blog .date{
    color: #317085;
    font-weight: 700;
    padding-right: 3px;
}
.blog .connected-carousels .carousel li{
    line-height: 20px;
    padding-right: 25px;
}
.blog .connected-carousels .carousel li:last-child{
        padding-right: 0;
}
.blog .connected-carousels .carousel li .ttl{
    padding-bottom: 10px;
}
.blog .ttl a{
    color: #434b51;
    font-weight: 700;
    font-size: 16px;
}
.blog .ttl a:hover{
    color: #336a80;
}
.blog .connected-carousels .carousel li .descr{
    padding-top: 10px;
}
.blog .descr a{
    font-size: 12px;
}
.blog .descr a:hover{
    color: #336a80;
}
.blog .connected-carousels .carousel img{
    padding-bottom: 10px;
}

.blog .connected-carousels .prev-stage{
    left: -40px;
}
.blog .connected-carousels .prev-stage span{
    left: 0;
    top: 25%;
}
.blog .connected-carousels .next-stage{
    right: -40px;
}
.blog .connected-carousels .next-stage span{
    right: 0;
    top: 25%;
}
.blog .connected-carousels .prev-stage, .blog .connected-carousels .next-stage {
    height: 275px;
    width: 40px;
}
.blog .connected-carousels{
    border-bottom: 3px solid #317085;
}

.blog .connected-carousels .stage{
    width: 575px;
}

.blog .news-block .news-line{
    width: 100%;
}
.blog .news-block .news-row{
    display: block;
    margin-top: 18px;
    min-height: 85px;
}
.blog .news-block .news-line-pic{
    float: left;
}
.blog .news-block .news-line-pic img{
    margin: 0 15px 0 0;
}
.blog .news-block .news-line-txt{
    display: block;
    padding-top: 10px;
    padding-bottom: 0;
}
.blog .news-block .date{
    font-size: 12px;
}
.blog .news-block .ttl{
    font-size: 14px;
}
.blog .news-block .news-line-txt a{
    font-size: 12px;
}


/* свежий номер */

.newnumb .carousel-stage{
    height: auto;
}
.newnumb .connected-carousels .carousel li{
    width: 280px;
}
.newnumb .connected-carousels.bttm .carousel li{
    width: 152px;
}
.newnumb .date{
    color: #317085;
    font-weight: 700;
    padding-right: 3px;
}
.newnumb .connected-carousels .carousel li{
    line-height: 20px;
    padding-right: 0;
}
.newnumb .connected-carousels.bttm .carousel li{
    padding-right: 25px;
}
.newnumb .connected-carousels.bttm .carousel li:last-child{
    padding-right: 0;
}

.newnumb .connected-carousels .carousel img{
    padding-bottom: 10px;
}

.newnumb .connected-carousels .prev-stage{
    left: -40px;
}
.newnumb .connected-carousels.bttm .prev-stage{
    left: -60px;
}
.newnumb .connected-carousels .prev-stage span{
    left: 10px;
    top: 45%;
}
.newnumb .connected-carousels .next-stage{
    right: -40px;
}
.newnumb .connected-carousels.bttm .next-stage{
    right: -60px;
}
.newnumb .connected-carousels .next-stage span{
    right: 10px;
    top: 45%;
}
.newnumb .connected-carousels .prev-stage, .newnumb .connected-carousels .next-stage {
    height: 400px;
    width: 40px;
}
.newnumb .connected-carousels.bttm .prev-stage, .newnumb .connected-carousels.bttm .next-stage {
    height: 219px;
    width: 60px;
}
.newnumb .connected-carousels{
     float:left;
     padding-right: 50px;
 }
.newnumb .connected-carousels.bttm{
    float:left;
    padding-right: 90px;
    padding-left: 90px;
}

.newnumb .connected-carousels .stage{
    width: 280px;
}
.newnumb .connected-carousels.bttm .stage{
    width: 860px;
}

.newnumb .anons{
    margin: 20px auto;
}
.newnumb .photoblog{
    /*margin: 0 auto;*/
    background-color: #fff;
}
.newnumb .grey{
    padding: 0;
}
.newnumb .content.two{
    width: 645px;
    padding-top: 8px;
    position: relative;


}

.newnumb .content.two:after{
    content: '';
    display: block;
    clear: both;
}

.newnumb .rubric-list{
    float: left;
    width: 300px;
    padding-bottom: 20px;
    min-height: 200px;
    height: auto;
    overflow: hidden;
    margin: 0;
    position: relative;

}
.newnumb .rubric-list-item{
    background-color: #fff;
    margin: 0;
    padding: 20px 25px 0 25px;
    width: 250px;
    min-height: 70px;
    -webkit-box-shadow: 2px 2px 1px 0px #D8D8D8;

}
.newnumb .rubric-list-item .rubric-txt{
    font-size: 12px;
    width: auto;
}
.newnumb .rubric-list-item .rubric-txt:hover p{
    color: #336a80;
}
.newnumb .rubric-list-item:last-child{
    border: none;
}
.newnumb .rubric-list:nth-child(odd){
    margin-right: 20px;
}
.newnumb .rubric-list div:nth-child(odd){
    margin-right: 0;
}
.newnumb .title_line{
    margin: 0;
    padding-bottom: 7px;
    border-bottom-width: 4px;
    border-bottom-style: solid;
}
.newnumb .title_line a{
     font-size: 18px;
     color: #434b51;
     font-weight: 700;
 }
.newnumb .title_line i{
    display: inline-block;
    background: url(../img/arrows.png) no-repeat 0 0;
    width: 17px;
    height: 15px;
    margin-left: 10px;
    vertical-align: middle;
}
.newnumb .title_line.bord_green a:hover i{
    background-position:0 -15px;
}
.newnumb .title_line.bord_blue a:hover i{
    background-position:0 -30px;
}
.newnumb .title_line.bord_orange a:hover i{
    background-position:0 -45px;
}
.newnumb .title_line.bord_red a:hover i{
    background-position:0 -60px;
}
.newnumb .title_line.bord_purple a:hover i{
    background-position:0 -75px;
}
.newnumb .title_line.bord_rave a:hover i{
    background-position:0 -90px;
}
.newnumb .rubric-list-item .rubric-pic.min{
    width: auto;
    height: 38px;
}
.newnumb .h{
    font-size:24px;
    font-weight:700;
    line-height:27px;
    color:#434b51;
    margin-bottom: 10px;
    padding-left: 40px;
    padding-top: 25px;
}
.newnumb .h-rg{
    padding-top: 25px;
    padding-left: 25px;
}
.newnumb .ttl a{
    color: #434b51;
    font-size: 14px;
    font-weight: bold;
}
.newnumb .ttl a:hover{
    color: #336a80;
}
.bord_green{
    border-bottom-color: #0e9621;
}
.bord_blue{
    border-bottom-color: #2bb7bf;
}
.bord_orange{
    border-bottom-color: #dc6d1c;
}
.bord_red{
    border-bottom-color: #d71818;
}
.bord_purple{
    border-bottom-color: #6e519f;
}
.bord_rave{
    border-bottom-color: #63c70a;
}

.sidebar .menu .menu-ttl i{
    position:absolute;
    left:0;
    top:15px;
    background:url(../img/menu-pm.png) no-repeat 0 0;
    width:11px;
    height:11px;
}
.sidebar .menu .menu-ttl.act i{
    background-position:0 -11px;
}

.re2klam .form-content {
    background: #fff;
    border: none;
    box-shadow: none;
    margin: 0;
    padding: 10px 0 23px 25px;
    display: none;
    font-size: 14px;
}

.re2klam table{
    width: 100%;
    background:#f7f7f7;
    border:1px solid #d0d0d0;
    box-shadow:inset 0 0 5px rgba(255,255,255,.75);
    font-size: 12px;
    margin-bottom: 25px;
}
.re2klam table th {
    text-align: center;
    padding: 19px 18px;
    font-weight: 700;
    font-size: 14px;
}
.re2klam table td {
    padding: 5px;
}
.re2klam ol, .news-one ol{
    padding-left: 0;
}
.re2klam ol li, .news-one ol li{
    line-height: 18px;
    color: #317085;
    font-weight: 400;
}
.re2klam ol li span{
    margin-left: -4px;
}

.re2klam .form2 {
    background: none;
    margin-bottom: 0;
}
.re2klam .form2:last-child {
    background: url(../img/dot2.gif) repeat-x left bottom;
}
.downl{
     display: block;
     font-weight: 700;
     color: #317085;
     font-size: 12px;
 }
.downl:hover{
    color: #2ab6bd;
}
.content.contacts p{
    color: #434b51;
}
.content.contacts h2{
    padding-bottom: 20px;
}
#mapa{
    width: 626px;
    height: 375px;
    box-shadow: 0px 1px 5px 0px rgba(0, 1, 3, 0.37) inset;
    margin-bottom: 20px;
}
.print_map{
    padding-bottom: 50px;
}
.print_map a{
    font-size: 14px;
    color: #2ab6bd;
    vertical-align: middle;
    position: relative;
    top: 2px;
    left: 12px;
}
.print_map i{
    display: block;
    float: left;
    content: '';
    width: 22px;
    height: 25px;
    background-image: url("../img/print.png");
    background-repeat: no-repeat;
}
.title_line {
    position: relative;
}
.com_logout {
    position: absolute;
    right: 0;
    top:7px;
    font-size: 13px;
}
.notfound{
    font-size: 16px;
}
.notfound img{
    padding: 30px 0 20px 20px;
}
.search strong span{
    color:#317085;
}
.page-col span{
    margin-right: 15px;
    margin-top: 3px;
}
.search a{
    font-weight: bold;
}
.search .paging{
    padding-top: 30px;
}
#popup-form{
    width: 501px;
    height: auto;
}

.head-form{
    background-image: url("../img/bg-form-head.png");
    background-repeat: repeat-x;
    height: 39px;
    text-align: center;
}
.head-form h1{
    color: #fff;
    padding: 0;
    border: none;
    padding-left: 20px;
}
.head-form a{
    float: right;
}
.head-form a i{
    position: relative;
    top:10px;
    right: 15px;
    display: block;
    content: ' ';
    background-image: url("../img/form-close.png");
    width: 18px;
    height: 18px;
}
.head-form a i:hover{
    background-image: url("../img/form-close-hover.png");
    width: 26px;
    height: 26px;
    top:6px;
    right: 11px;
    margin-left: -8px;
}

#popup-form .form{
    float:right;
    width:450px;
    padding:25px;
    line-height:21px;
    color: #434b51;
}
#popup-form .form input{
    display:block;
    background:none;
    background:rgba(255,255,255,.05);
    border:1px solid #dddddd;
    width:337px;
    height:19px;
    -webkit-border-radius:4px;
    -moz-border-radius:4px;
    border-radius:4px;
    padding:3px 7px;
    margin-bottom:16px;
    float: right;
    color: #000;
}
#popup-form .form input:focus{
    background:#f6f7f7;
    color:#50575d;
}
#popup-form .form label{
    float: left;
    font-family: "PT Sans";
    font-size: 13px;
}
#popup-form .form label span{
    color: red;
}
#popup-form .form textarea{
    display:block;
    background:none;
    background:rgba(255,255,255,.05);
    border:1px solid #dddddd;
    width:337px;
    height:69px;
    -webkit-border-radius:4px;
    -moz-border-radius:4px;
    border-radius:4px;
    padding:3px 7px;
    margin-bottom:16px;
    float: right;
}
#popup-form .form textarea:focus{
    background:#f6f7f7;
    color:#50575d;
}
#popup-form .form .kod-img{
    float:left;
    margin:0 8px 12px 0;
    border:1px solid #dddddd;
    -webkit-border-radius:4px;
    -moz-border-radius:4px;
    border-radius:4px;
    overflow: hidden;
}
#popup-form .form .kod-img img{
    display:block;
}
#popup-form .form .field-kod{
    width:71px;
    margin:0;
}
#popup-form .form .kod-refresh{
    display:inline-block;
    color:#434b51;
    font-size:12px;
    background:url(../img/dot5.png) repeat-x left bottom;
    position:relative;
    top:-1px;
    margin-bottom:12px;
}
#popup-form .btn-send{
    float:left;
    width:89px;
    height:25px;
    background:url(../img/btn-send.png) repeat-x 0 0;
    border:0;
    text-align:center;
    color:#fff;
    text-shadow:0 1px 1px #186b6f;
    -webkit-border-radius:3px;
    -moz-border-radius:3px;
    border-radius:3px;
    cursor:pointer;
    padding:0 0 2px;
}
#popup-form .btn-send:hover{
    background-position:0 -25px;
}
#popup-form .btn-reset{
    float:right;
    width:89px;
    height:25px;
    background:url(../img/btn-reset.png) repeat-x 0 0;
    border:0;
    text-align:center;
    color:#434b51;
    text-shadow:0 1px 1px #fff;
    -webkit-border-radius:3px;
    -moz-border-radius:3px;
    border-radius:3px;
    cursor:pointer;
    padding:0 0 2px;
}
#popup-form .btn-reset:hover{
    background-position:0 -25px;
}
#popup-form .form-bottom{
    width: 194px;
    padding-left: 97px;
}
#popup-form .form-bottom input{
    float: left;
}
#popup-form .form-ttl{
    text-align: center;
    font-weight: bold;
    font-size:16px;
    line-height:21px;
    color:#434b51;
    margin-top: 15px;
}
#popup-form .form .txt1{
    font-size: 11px;
    margin-bottom: 10px;
}
#popup-form .form .txt2{
    font-size: 13px;
    font-weight: bold;
    margin-bottom: 10px;
    margin-top: 5px;
}
#popup-form .form .txt3{
    font-size: 12px;
    margin-bottom: 0;
    margin-top: 15px;
}
#popup-form .errorMessage{
    min-width: 300px;
    float: left;
    position: relative;
    left: 100px;
    top: -15px;
}

.buy_article{
    padding-bottom: 50px;
}
.buy_article a{
    font-size: 14px;
    font-weight: bold;
    color: #317085;
    vertical-align: middle;
    position: relative;
    top: 2px;
    left: 12px;
}
.buy_article i{
    display: block;
    float: left;
    content: '';
    width: 18px;
    height: 23px;
    background-image: url("../img/open-key.png");
    background-repeat: no-repeat;
}
.line_hor{
    background-image: url(../img/line_hor.gif);
    background-position: 699px;
    background-repeat: repeat-y;
}
#source{
    text-decoration: underline;
}


.dfr {
     color: #fff;padding-top: 12px; text-decoration: underline; font-size: 12px;
 }
a.dfr:hover {
    color: #fff;
      }


	  
@media (max-width: 1000px) /*for mobile devices*/{
	.sidebar {display:none;}
	.center {margin:0;width: 100%!important;}
}  
	  
	  

/**** Isotope Filtering ****/
.isotope-item {
    z-index: 2;
}
.isotope-hidden.isotope-item {
    pointer-events: none;
    z-index: 1;
}
/**** Isotope CSS3 transitions ****/
.isotope,
.isotope .isotope-item {
    -webkit-transition-duration: 0.8s;
    -moz-transition-duration: 0.8s;
    -ms-transition-duration: 0.8s;
    -o-transition-duration: 0.8s;
    transition-duration: 0.8s;
}
.isotope {
    -webkit-transition-property: height, width;
    -moz-transition-property: height, width;
    -ms-transition-property: height, width;
    -o-transition-property: height, width;
    transition-property: height, width;
}
.isotope .isotope-item {
    -webkit-transition-property: -webkit-transform, opacity;
    -moz-transition-property:    -moz-transform, opacity;
    -ms-transition-property:     -ms-transform, opacity;
    -o-transition-property:         top, left, opacity;
    transition-property:         transform, opacity;
}
/**** disabling Isotope CSS3 transitions ****/
.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
    -webkit-transition-duration: 0s;
    -moz-transition-duration: 0s;
    -ms-transition-duration: 0s;
    -o-transition-duration: 0s;
    transition-duration: 0s;
}
/* End: Recommended Isotope styles */
/* disable CSS transitions for containers with infinite scrolling*/
.isotope.infinite-scrolling {
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
}