@font-face { font-family: 'ProximaNova Regular'; src: url("proximanova-reg-webfont.eot"); src: url("proximanova-reg-webfont.eot?#iefix") format("embedded-opentype"), url("proximanova-reg-webfont.woff2") format("woff2"), url("proximanova-reg-webfont.woff") format("woff"), url("proximanova-reg-webfont.ttf") format("truetype"); font-weight: normal; font-style: normal; }
@font-face { font-family: 'ProximaNova Bold'; src: url("proximanova-bold-webfont.eot"); src: url("proximanova-bold-webfont.eot?#iefix") format("embedded-opentype"), url("proximanova-bold-webfont.woff") format("woff"), url("proximanova-bold-webfont.ttf") format("truetype"); font-weight: normal; font-style: normal; }

html { -webkit-text-size-adjust: auto; -ms-text-size-adjust: auto; }
html, body, img, form, fieldset{margin: 0px; padding: 0px; border: none;}
html, body {height:100%;}
body {background:url(../images/bg_index.jpg) repeat-x #fff;}
body.inner {background:url(../images/bg_inner.jpg) repeat-x #fff;}
body, td {
	font-family: 'ProximaNova Regular', 'PT Sans', Arial, Helvetica, sans-serif;	
    font-size: 16px;
	font-weight: 400;
	color: #000;
}
a {color: #000;	text-decoration: underline;}
a:hover {text-decoration: none;}
td {vertical-align: top;}
p {padding: 0px; margin: 0px 0px 12px 0px;}
object {outline:none;}
fieldset {border:0;}

h1 {font-size:22px; font-weight:bold; color:#0e828c; padding: 0px; margin: 0px 0px 20px 0px;}
h2 {font-size:18px; font-weight:bold; color:#0e828c; padding: 0px; margin: 0px 0px 20px 0px;}
h3,h4,h5,h6 {font-size:15px; color:#0e828c; padding: 0px; margin: 0px 0px 15px 0px;}

.clouds_xsmall, .clouds_small, .clouds_medium, .clouds_large, .clouds_xlarge{
	font-weight:normal !important;
	font-size:14px !important;
}

.clear {clear:both;}
.none {line-height:0;}
.relative {width:100%; position:relative;}

.main-cont {
	width:1000px; 
	min-height:100%;
	margin:0 auto;
}

.header {
	width:100%;
	height:93px; 
	padding:77px 0 0 0;
	position:relative;
}
.header .header_buttons{
	position:absolute;
	left:360px;
	top:0;
	width:280px;
	height:38px;
}
.header .header_buttons .header_button{
	display:block;
	float:left;
	padding:14px 0 0 0;
	width:140px;
	height:24px;
	font:bold 14px/11px Roboto Condensed;
	text-align:center;
	text-transform:uppercase;
	background:#00a6b6;
	color:#fff;
	text-decoration:none;
}
.header .header_buttons .header_button.active{
	background:none;	
}
.header .header_buttons .header_button.active:hover{
	background:#74b336;
}
.header .title{
	text-align:center;
	font:18px Roboto Condensed;
	color:#fff;
}
.header .title span{
	color:#fff;
	font:bold 38px/42px Roboto Condensed;
	font-weight:bold;
	text-transform:uppercase;	
}
.header .logo{
	display:block;
	width:140px;
	height:59px;
	background:url(../images/new_logo.png) no-repeat;
	position:absolute;
	top:77px;
	left:0;
}
.header .login{
	width:384px;
	height:80px;
	/*background:url(../images/index_login.jpg) no-repeat;*/
	position:absolute;
	top:0;
	right:0;
}
.header .searchbar{
	display:block;
	padding:8px 10px 0 10px;
	width:160px;
	height:22px;
	border-radius:5px;
	position:absolute;
	top:90px;
	right:0;
	background:#fff;
	border-radius:10px;
}
.header .searchbar.big{
	width:200px;
}
.header .searchbar input[type="submit"]{
	display:block;
	width:14px;
	height:15px;
	background:url(../images/search_ico.jpg) no-repeat;
	float:left;
	border:0;
	cursor:pointer;
	margin:0 7px 0 0;
}
.header .searchbar input[type="text"]{
	display:block;
	border:0;
	padding:0 !important;
	float:left;
	width:136px !important;
	font:14px/10px Roboto Condensed;
	outline:none;
}
.header .searchbar ::-webkit-input-placeholder{
	padding:4px 0 0 0;
}
.header .searchbar ::-moz-placeholder,
.header .searchbar :-moz-placeholder,
.header .searchbar :-ms-input-placeholder  {
	padding:4px 0 0 0;
}
.infoblock{
	margin:0 0 30px 0;
}
.inner .header .login{
	width:276px;
	height:80px;
	background:url(../images/inner_login.jpg) no-repeat;
	position:absolute;
	top:0;
	right:0;
}
.podpiska{
	display:block;
	width:267px;
	height:28px;
	padding:12px 0 0 0;
	text-align:center;
	color:#fff;
	background:#e6456d;
	font-size:18px;
	line-height:14px;
	font-weight:bold;
	border-radius:10px;
	text-transform:uppercase;
	text-decoration:none;
	position:absolute;
	top:22px;
	right:316px;
	cursor:pointer;
}
.podpiska_login{
    position: absolute;
    top: 17px;
    right: -40px;
    width: 631px;
    height: 45px;
    overflow: hidden;
}

.topmenu{
	width:100%;
	height:50px;
	position:relative;
}
.topmenu .item{
	display:block;
	float:left;
} 
.topmenu .item a.link{
	display:block;
	padding:20px 25px 0 25px;	
	height:30px;
	font:16px Roboto Condensed;
	font-weight:bold;
	text-transform:uppercase;
	text-decoration:none;
	color:#fff;	
}
.topmenu .item.submenu_link{
	background:url(../images/triangle.png) no-repeat 129px 25px;
}
.topmenu .item:hover,
.topmenu .item.active{
	background:#fff;
} 
.topmenu .item:hover a.link,
.topmenu .item.active a.link{
	color:#e6456d;
}
.topmenu .item.submenu_link:hover,
.topmenu .item.submenu_link.active{
	background:url(../images/triangle2.png) no-repeat 129px 25px #fff;
}
.topmenu .item.submenu_link:hover a.link{
	color:#e6456d;	
}
.topmenu .submenu{
	display:none;
	position:absolute;
	top:50px;
	right:0;
	background:#fff;
	width:958px;
	border:1px solid #0e828c;
	border-top:0;
	padding:20px;
	z-index:100;
}
.topmenu .submenu a{
	display:inline-block;
	color:4d4d4d;
	border:1px solid #cccccc;
	border-radius:5px;
	padding:9px 9px 0 9px;
	height:19px;
	margin:0 5px 10px 0;
	line-height:10px;
	text-decoration:none;
	vertical-align:top;
}
.topmenu .submenu a:hover{
	background:#12a5b3;
	color:#fff;
	border:1px solid #12a5b3;
}	
.topmenu .submenu .articles_button{
	display:block;
	text-align:center;
	color:#fff;
	background:#e6456d;
	font-size:18px;
	font-weight:bold;
	padding:12px 0;
	margin:20px auto 0;
	border-radius:10px;
	text-transform:uppercase;
	text-decoration:none;
}

.content{
	padding:40px 0 300px 0;
}
.content_left{
	width:662px;
	float:left;
	margin:0 18px 0 0;
	font-size:18px;
}
.content_left ul{
	padding:0 0 0 25px;
	list-style:none;
}
.content_left ul li{
	padding:0 0 0 15px;
	background:url(../images/list.jpg) no-repeat 0 10px;
}
.content_left img{
	max-width:662px;
}
.content_right{
	width:320px;
	float:left;
}
.zametka{
	padding:20px 0;
	text-align:center;
	color:#0e828c;
	border-top:1px solid #e6456d;
	border-bottom:1px solid #e6456d;
}
.articles{
	border:1px solid #cccccc;
	border-radius:5px;
	padding:20px;
	margin:0 0 20px 0;
}
.articles .title{
	font-size:18px;
	color:#8db9be;
	margin:0 0 20px 0;
}
.articles .item{
	margin:20px 0 0 0;
	padding:0 0 16px 0;
	border-bottom:1px solid #cccccc;
	font-size:18px;
}
.articles .item:last-child{
	border:0;
	padding:0;
}
.articles .item a{
	color:#4d4d4d;
	text-decoration:none;
}
.articles .item a:hover{
	text-decoration:underline;
}
.items .item{
	width:319px;
	height:275px;
	border:1px solid #cccccc;
	border-radius:5px;
	float:left;
	margin:0 18px 20px 0;
	overflow:hidden;
}
.items .item:nth-of-type(3n){
	margin-right:0;
}
.searchitems .item:nth-of-type(3n){
	margin-right:18px;
}
.searchitems .item:nth-of-type(3n+4){
	margin-right:0;
}
.items .item .image{
	display:block;
	width:100%;
	height:150px;
	margin:0 0 20px 0;
	border-radius:5px 5px 0 0;
	overflow:hidden;
}
.items .item .image:hover{
	opacity:0.9;
}
.items .item .info{
	padding:0 20px;
	height:14px;
	margin:0 0 16px 0;
	line-height:14px;
}
.items .item .info .date{
	float:left;
	font-size:14px;
	color:#999999;
}
.items .item .info .views{
	float:right;
	padding:0 0 0 17px;
	background:url(../images/views.png) no-repeat 0 2px;
	font-size:14px;
	color:#999999;
	margin:0 7px 0 0;
}
.items .item .info .comments{
	float:right;
	padding:0 0 0 17px;
	background:url(../images/comments.png) no-repeat;	
	font-size:14px;
	color:#999999;
}
.items .item .link{
	display:block;
	padding:0 20px;
	font-size: 20px;
	text-decoration:none;
    font-weight: normal;
}
.items .item .link:hover{
	text-decoration:underline;
}
.more_button #nextlink,
.more_button a{
	display:block;
	width:320px;
	height:41px;
	text-align:center;
	color:#fff;
	background:url(../images/more_button.jpg) no-repeat;
	font-size:18px;
	font-weight:bold;
	padding:12px 0;
	margin:20px auto 0;
	border-radius:0;
	text-transform:uppercase;
	text-decoration:none;
	cursor:pointer;
}
/* main-table */
.main-table {
	width:100%;
	border-spacing:0;
}
.left-col {
	width:220px; 
	border-spacing:0;
	padding:0;
}
.left-col .padding {
	padding:20px 20px 100px 20px;
}

.center-col {
	border-spacing:0;
	padding:0;
}
.center-col .padding {
padding:20px 20px 100px 20px;
}

.right-col {
	width:220px;
	border-spacing:0;
	padding:0;
}
.right-col .padding {
	padding:10px 10px 100px 10px;
}

/* footer */
.footer {
	width:100%; 
	position:relative;
}
.footer-b {
	width:100%; 
	height:200px; 
	background:#797f80; 
	position: absolute; 
	top:-200px; 
	left:0;
}
.footer-c {
	width:1000px; 
	padding:50px 0 0 0;
	margin:0 auto;
}
.footer table{
	width:100%;
	border:0;
	border-spacing:0;
	border-collapse:collapse;
}
.footer td{
	border:0;
	border-spacing:0;
	border-collapse:collapse;	
	font-size:12px;
	color:#fff;
}
.footer td.col1{
	width:270px;
	padding:40px 0 0 0;
	background:url(../images/footer_logo.png) no-repeat;
}
.footer td.col2{
	width:470px;
}
.footer td.col2 .phone {
	font-size:14px;
	width:210px;
	height:40px;
	float:left;
	margin:0 0 30px 0;
}
.footer td.col2 .phone .number{
	font-size:22px;
	font-weight:bold;
}
.footer td.col2 .mail {
	font-size:14px;
	height:40px;
	float:left;
	margin:0 0 30px 0;
}
.footer td.col2 .mail a{
	color:#fff;
}
.footer .ftr_button{
	display:block;
	width:256px;
	height:25px;
	padding:11px 0 0 0;
	border:2px solid #fff;
	border-radius:5px;
	font:bold 18px/14px Roboto Condensed;
	text-align:center;
	text-transform:uppercase;
	color:#fff;
	text-decoration:none;
}
.footer .ftr_button:hover{
	background:#fff;
	color:#797f80;
}

.top_arrow{
	display:none;
	width:40px;
	height:40px;
	background:url(../images/top_arrow.png) no-repeat;
	position:fixed;
	bottom:50px;
	right:50px;
	cursor:pointer;
}
.top_arrow:hover{
	opacity:0.9;
}
.slider{
	border:1px solid #cccccc;
	padding:1px;
	height:321px;
	border-radius:5px;
	margin:0 0 80px 0;	
}
.slider .left_slider{
	width:658px;
	height:321px;
	float:left;
	border-radius:5px;
	position:relative;
}
.slider .left_slider .label{
	width:210px;
	height:19px;
	padding:9px 0 0 0;
	background:#e6456d;
	color:#fff;
	text-transform:uppercase;
	text-align:center;
	font:bold 12px/9px Roboto Condensed;
	position:absolute;
	left:0;
	top:20px;
	z-index:10;
}
.slider .left_slider .item{
	width:658px;
	height:321px;
	position:relative;
	border-radius:5px;	
}
.slider .left_slider .grayblock{
	background:url(../images/grayblock_bg.png);
	position:absolute;
	bottom:0;
	left:0;
	border-radius:0 0 5px 5px;
	padding:10px 20px;
	width:617px;
}
.slider .left_slider .grayblock .info{
	height:14px;
	margin:0 0 16px 0;
	line-height:14px;
	color:#fff;
}
.slider .left_slider .grayblock .info .date{
	float:left;
	font-size:14px;
	margin:0 12px 0 0;
}
.slider .left_slider .grayblock .info .views{
	float:left;
	padding:0 0 0 17px;
	background:url(../images/views2.png) no-repeat 0 2px;
	font-size:14px;
	margin:0 8px 0 0;
}
.slider .left_slider .grayblock .info .comments{
	float:left;
	padding:0 0 0 17px;
	background:url(../images/comments2.png) no-repeat;	
	font-size:14px;
}
.slider .left_slider .grayblock .title{
	display:block;
	font-size:22px;
	color:#fff;
	text-decoration:none;
}
.slider .left_slider .grayblock .title:hover{
	text-decoration:underline;
}
.slider .right_slider{
	width:308px;
	height:291px;
	float:left;
	padding:15px 10px 15px 20px;
	overflow:hidden;
}
.slider .right_slider .item{
	display:block;
	font-size:18px;
	padding:0 0 0 20px;
	margin:0 0 15px 0;
	cursor:pointer;
	text-decoration:none;
}
.slider .right_slider .item.active{
	background:url(../images/red.jpg) repeat-y left;
}
.slider .right_slider .item:hover{
	text-decoration:underline;
}

#slides {
display: none
}
#slides .slidesjs-previous {
	width:24px;
	height:44px;
	background:url(../images/arrow_left.png) no-repeat;
	position:absolute;
	top:140px;
	left:20px;  
	z-index:99;
}
#slides .slidesjs-next {
	width:24px;
	height:44px;
	background:url(../images/arrow_right.png) no-repeat;
	position:absolute;
	top:140px;
	right:20px;  
	z-index:99;
}
.slidesjs-pagination {
	position:absolute;
	left:0;
	bottom:93px;
	width:658px;
	text-align:center;
	list-style: none;
	margin:0;
	z-index:99;
	padding:0;
}
.slidesjs-pagination li {
	display: inline-block;
	margin: 0 5px;
}
.slidesjs-pagination li a {
	display: block;
	width: 10px;
	height: 0;
	padding-top: 10px;
	background-image: url(../images/pagination.png);
	background-position: 0 -10px;
	float: left;
	overflow: hidden;
}
.slidesjs-pagination li a.active,
.slidesjs-pagination li a:hover.active {
background-position: 0 0;
}
.slidesjs-pagination li a:hover {
background-position: 0 0;
}
.navbar {
overflow: hidden
}

.index_block{
	width:100%;
	height:400px;	
	margin:0 0 80px 0;
}
.index_block .daily_article{
	width:660px;
	height:400px;
	float:left;
	border-radius:5px;
	background:#fff;
	position:relative;
	overflow:hidden;
}
.index_block .daily_article .image{
	display:block;
	height:215px;
	border-radius:5px;		
	overflow:hidden;
}
.index_block .daily_article .image .label{
	width:102px;
	height:19px;
	padding:9px 0 0 0;
	background:#e6456d;
	color:#fff;
	text-transform:uppercase;
	text-align:center;
	font:bold 12px/9px Roboto Condensed;
	position:absolute;
	left:0;
	top:20px;
	z-index:10;
}
.index_block .daily_article .info{
	padding:20px;
}
.index_block .daily_article .title{
	font:bold 22px/16px Roboto Condensed;
	color:#4d4d4d;
	margin:0 0 19px 0;
}
.index_block .daily_article .descr{
	height:85px;
	overflow:hidden;
	font:14px Roboto Condensed;
	color:#4d4d4d;	
}
.index_block .daily_article .readmore{
	display:block;
	width:183px;
	height:20px;
	padding:10px 0 0 0;
	border-radius:5px;
	position:absolute;
	right:20px;
	bottom:14px;
	background:#12a5b3;
	font:bold 14px/10px Roboto Condensed;
	text-decoration:none;
	text-transform:uppercase;
	color:#fff;
	text-align:center;	
}
.index_block .daily_article .readmore:hover{
	opacity:0.9;
}

.index_block .events{
	width:280px;
	height:360px;
	padding:20px;
	float:right;
	border-radius:5px;
	background:#fff;
	overflow:hidden;
}
.index_block .events .title{
	font:bold 22px/16px Roboto Condensed;
	text-align:center;
	margin:0 0 30px 0;
	color:#4d4d4d;
}
.index_block .events .event{
	margin:0 0 25px 0;
}
.index_block .events .event .image{
	width:56px;
	height:56px;
	float:left;
	border-radius:28px;
	margin:0 10px 0 0;
}
.index_block .events .event .right_block{
	width:214px;
	overflow:hidden;
	float:left;
}
.index_block .events .event .right_block .date{
	height:10px;
	padding:0 0 0 15px;
	margin:0 0 8px 0;
	background:url(../images/event_calend.png) no-repeat left top;
	font:bold 12px/10px Roboto Condensed;
	color:#4d4d4d;
}
.index_block .events .event .right_block a{
	font:bold 18px Roboto Condensed;
	color:#12a5b3;
}

h2.all_articles{
	font:300 38px/27px Roboto Condensed;
	color:#4d4d4d;
	text-align:center;
	text-transform:uppercase;
	margin:0 0 40px 0;
}

.article_image{
	border:1px solid #cccccc;
	padding:1px;
	height:321px;
	border-radius:5px;
	margin:0 0 20px 0;	
}
.article_image .item{
	width:658px;
	height:321px;
	position:relative;
	border-radius:5px;	
}
.article_image .grayblock{
	background:url(../images/grayblock_bg.png);
	position:absolute;
	bottom:0;
	left:0;
	border-radius:0 0 5px 5px;
	padding:10px 20px;
	width:617px;
}
.article_image .grayblock .info{
	height:14px;
	margin:0 0 16px 0;
	line-height:14px;
	color:#fff;
	text-align:center;
}
.article_image .grayblock .info .date{
	display:inline-block;
	font-size:14px;
	margin:0 12px 0 0;
}
.article_image .grayblock .info .views{
	display:inline-block;
	padding:0 0 0 17px;
	background:url(../images/views2.png) no-repeat 0 2px;
	font-size:14px;
	margin:0 8px 0 0;
}
.article_image .grayblock .info .comments{
	display:inline-block;
	padding:0 0 0 17px;
	background:url(../images/comments2.png) no-repeat;	
	font-size:14px;
}
.article_image .grayblock .title{
	display:block;
	font-size:22px;
	color:#fff;
	text-decoration:none;
	text-align:center;
}


.oblako{
	margin:20px 0 10px 0;
	text-align:left;
}
.oblako a{
	display:inline-block;
	color:4d4d4d;
	border:1px solid #cccccc;
	border-radius:5px;
	padding:9px 9px 0 9px;
	height:19px;
	margin:0 5px 10px 0;
	line-height:10px;
	text-decoration:none;
	vertical-align:top;
}
.oblako a:hover{
	background:#12a5b3;
	color:#fff;
	border:1px solid #12a5b3;
}	

.social{
	background:#f2f2f2;
	border-radius:10px;
	padding:10px;
	margin:20px 0;	
}
.social .item{
	float:left;
	margin:0 10px 0 0;
}

.about_author{
	padding:20px;
	border:1px solid #ccc;
	border-radius:10px;
	margin:10px 0 20px 0;
}
.about_author .image{
	float:left;
	width:113px;
	height:131px;
	overflow:hidden;
	margin:0 20px 0 0;
}
.about_author .info{
	width:487px;
	float:left;
	padding:30px 0 0 0;
}
.about_author .info .title{
	font-size:42px;
	line-height:20px;
	color:#999999;
	margin:0 0 20px 0;
}
.about_author .info .name{
	font-size:18px;
	font-weight:bold;
	line-height:10px;
	color:#0e828c;
	margin:0 0 10px 0;
}
.about_author .info .post{
	font-size:18px;
}

/*---Постраничная навигация---*/
.storenumber {
    font-weight: bold;
}

.basenavi {
    border-bottom: 2px solid #f5f5f5;
}

.basenavi, .bnnavi, .navigation, .navigation a, .navigation span, .bnnavi, .nextprev, .nextprev .thide {
    float: left;
}

.bnnavi {
    border: 1px solid #bcc5c9;
    height: 32px;
    background: #fff url("../images/fbutton.png") repeat-x 0 100%;
}

.navigation a {
    text-decoration: none;
}

.navigation a, .navigation span {
    background: url("../images/basenavi.png") no-repeat;
    border-right: 1px solid #e0e3e4;
    font-weight: bold;
    padding: 0 8px;
    height: 32px;
    line-height: 32px;
}

.navigation a, .navigation span.nav_ext {
    color: #2e363a;
}

.navigation a:hover {
    color: #db143d;
}

.navigation span {
    background-color: #db143d;
    background-position: 0 -32px;
    color: #fff;
}

.nextprev .thide, .toptop {
    width: 32px;
    padding-top: 32px;
    background: url("../images/basenavi.png") no-repeat;
}

.nextprev a span {
    cursor: pointer;
}

.nextprev span .pnext {
    background-position: -32px -64px;
}

.nextprev a .pnext {
    background-position: -32px -96px;
}

.nextprev span .pprev {
    background-position: 0 -64px;
}

.nextprev a .pprev {
    background-position: 0 -96px;
}

.speedbar{
	margin:0 0 20px 0;
}
.speedbar_title{
	position:relative;
	top:5px;
	margin:0 10px 0 0;
}
.speedbar #dle-speedbar{
	display:inline-block;
	color:4d4d4d;
	border:1px solid #cccccc;
	border-radius:5px;
	padding:9px 9px 0 9px;
	height:19px;
	margin:0 5px 10px 0;
	line-height:10px;
	text-decoration:none;
	vertical-align:top;
}

.content_right .events{
	width:280px;
	padding:20px;
	float:right;
	border-radius:5px;
	background:#fff;
	overflow:hidden;
	border:1px solid #cccccc;
	border-radius:5px;
}
.content_right .events .title{
	font:bold 22px/16px Roboto Condensed;
	text-align:center;
	margin:0 0 30px 0;
	color:#4d4d4d;
}
.content_right .events .event{
	margin:0 0 25px 0;
}
.content_right .events .event .image{
	width:56px;
	height:56px;
	float:left;
	border-radius:28px;
	margin:0 10px 0 0;
}
.content_right .events .event .right_block{
	width:214px;
	overflow:hidden;
	float:left;
}
.content_right .events .event .right_block .date{
	height:10px;
	padding:0 0 0 15px;
	margin:0 0 8px 0;
	background:url(../images/event_calend.png) no-repeat left top;
	font:bold 12px/10px Roboto Condensed;
	color:#4d4d4d;
}
.content_right .events .event .right_block a{
	font:bold 18px Roboto Condensed;
	color:#12a5b3;
}

