html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
body {
	line-height: 1;
	color: #303030;
	font-size: 15px;
	font-family: 'PT Sans', sans-serif;
	background: #fff;
	width: 100%;
}
a{
	color: #884411;
	text-decoration: underline;
}
a:hover{
	color: #441100;
	text-decoration: none;
}
.hr1{
	border-bottom: 1px dashed #f1dcbb;
	margin-top: 5px;
	margin-bottom: 5px;
	
}
.hr3{
	border-top: 3px dashed #f1dcbb;
	margin-top: 5px;
	margin-bottom: 5px;
}
.clr{
	clear: both;
}
.fll{
	float: left;
}
.flr{
	float: right;
}
h1{
	font-size: 22px;
	margin-bottom: 5px;
}
h2{
	font-size: 20px;
	margin-bottom: 5px;
}
h3{
	font-size: 18px;
	margin-bottom: 5px;
}
h4{
	font-size: 16px;
}
h1, h2, h3, h4{
	
	color: #441100;
	font-weight: bold;
}
.wrapper{
	width: 1000px;
	margin: 0 auto;
}

	
	
/*-------------начало header-------------*/
header{
	background: #2b5f98;
	min-width: 1000px;
	height: 60px;
}
.logo{
	display: block;
	margin-top: 12px;
	margin-bottom: 12px;
	width: 204px;
	height: 45px;
	background: url(images/logo.png) no-repeat;
}
.nav{
	float: right;
}
header>.wrapper>.nav a{
	color: #fff;
	font-size: 15px;
	font-weight: bold;
	line-height: 60px;
	display: block;
	padding: 0 9px;
	text-decoration: none;
}
header>.wrapper>.nav a:hover{
	background: #441100;
	transition: all 0.1s ease-in-out;
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition: all 0.1s ease-in-out;
	-o-transition: all 0.1s ease-in-out;
}
header>.wrapper>.nav>ul>li{
	float: left;
	position: relative;
}
header>.wrapper>.nav>ul ul{
	display: none;
	position: absolute;
	top: 60px;
}
header>.wrapper>.nav>ul ul li a{
	line-height: 40px;
	display: block;
}
header>.wrapper>.nav>ul>li:hover ul{
	display: block;
	background: #000;
}
/*-------------конец header------------------*/
/*-------------начало основного блока-------------*/
.conteyner{
	margin: 20px 0 30px;
}
/*-------------начало контента--------------------*/
.content{
	float: left;
	width: 680px;
}
.slider{
	width: 660px;
	height: 350px;
	text-align: left;
}
.block_l, .block_r{
	float: left;
	width: 340px;
}
.main_news{
	width: 300px;
	border: 1px solid #e8e8e8;
	padding: 10px 9px;
	margin: 20px 0;
}
.main_news img{
	margin-bottom: 5px;
}
.main_news span{
	display: inline-block;
	background: #838383;
	padding: 6px 10px;
	color: #fff;
	border-radius: 3px;
	margin: 3px 0;
	font-weight: bold;
	font-family: "Times New Roman", Times, Baskerville, Georgia, serif;
}
.main_news>.hr1{
	margin: 15px 0 10px;
}
.main_news h2 a{
	color: #cc6611;
	text-decoration: none;
	border-bottom: 1px dashed #cc6611;
	margin-bottom: 5px;
}
.main_news h2 a:hover{
	color: #9cb139;
}
.main_news p{
	line-height: 18px;
}
.pagination{
	text-align: center;
	margin: 22px 0 30px;
}
.pagination a{
	margin: 0 2px;
	color: #fff;
	padding: 6px 10px;
	background: #838383;
	text-decoration: none;
}
.pagination a:hover{
	background: #9cb139;
}
/*-------------конец контента--------------------*/
/*-------------начало сайдбара--------------------*/
/*-------------начало блок автора------------------*/
.sidebar{
	float: right;
	width: 320px;
}
.author{
	border: 1px solid #e8e8e8;
	padding: 10px 9px;
	margin-bottom: 20px;
}
.author img{
	margin: 0 20px 0 0;
	float: left;
}
.author span.name{
	display: inline-block;
	margin-top: 13px;
	color: #303030;
	font: bold 20px;
}
.author .social{
	margin-top: 8px;
}
.author .hr1{
	margin: 10px 0;
}
.author p{
	line-height: 18px;
}
.author>a{
	font-size: 13px;
	font-weight: bold;
	text-decoration: underline;
	display: inline-block;
	margin: 10px 0;
}
.author>a:hover{
	color: #9cb139;
}
/*-------------конец блок автора------------------*/
/*-------------начало рубрики в СБ-------------*/
.sb_nav{
	border: 1px dashed #f1dcbb;
	padding: 10px 9px;
	margin-bottom: 20px;
}
.sb_nav span{
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: center;
	display: block;
	color: #fff;
	font-weight: bold;
	background: #884411;
}
.sidebar_rubriki ul li a{
	padding-left: 50px;
}
.sidebar_rubriki li a{
	padding-left: 30px;
}
.sidebar_rubriki li a, .sidebar_rubriki ul li a{
	padding-top: 10px;
	
	padding-bottom: 10px;
	display: block;
	color: #303030;
	font-weight: bold;
	border-bottom: 1px dashed #f1dcbb;
}
.sidebar_rubriki li a:hover, .sidebar_rubriki ul li a:hover{
	background: #441100;
	color: #fff;
	border: none;
}
.sidebar_rubriki li a.last-child{
	border: none;
}
.sidebar_rubriki li a:before{
	content: "";
	display: block;
	width: 7px;
	height: 7px;
	background: #838383;
	float: left;
	margin-right: 10px;
	margin-top: 3px;
}
.sidebar_rubriki li a:hover:before{
	-webkit-box-shadow: none;
	box-shadow: none;
	background: #884411;
}
/*-------------конец рубрики в СБ-------------*/

/*-------------конец сайдбара--------------------*/
/*-------------конец основного блока-------------*/
/*-------------начало подвал---------------------*/
footer{
	min-width: 1000px;
	background: #2b5f98;
	height: 95px;
	font-size: 11px;
}
footer>.wrapper>img{
	float: left;
	margin-top: 34px;
}
.copy{
	margin: 0 20px 8px 20px;
	padding-top: 20px;
	width: 100%;
}
.f_nav{
	margin-left: 195px;
}
.f_nav a{
	margin-right: 14px;
}
.f_nav a:hover{
	color: #9cb139;
	text-decoration: underline;
}
footer>.wrapper>.social{
	margin-top: 34px;
}
.social a{
	display: inline-block;
	width: 24px;
	height: 24px;
	background: url(images/social.png) no-repeat;
}
.social a:hover{
	background-position: 0 -24px;
}
.social a.tw{
	background-position: -29px 0;
}
.social a.tw:hover{
	background-position: -29px -24px;
}
.social a.vk{
	background-position: -58px 0;
}
.social a.vk:hover{
	background-position: -58px -24px;
}
.social a.fb{
	background-position: -87px 0;
}
.social a.fb:hover{
	background-position: -87px -24px;
}
.social a.ok{
	background-position: -116px 0;
}
.social a.ok:hover{
	background-position: -116px -24px;
}
/*-------------конец подвал---------------------*/


/*--------------начало внутренняя страница--------*/
.banner{
	margin-bottom: 2px;
}
.post_read{
	width: 660px;
}
.post_read .hr3{
	margin: 6px 0 10px;
}
.post_read h2 a {	color: #cc6611;
	text-decoration: none;
	border-bottom: 1px dashed #cc6611;
	margin-bottom: 5px;}
.post_read h2 a:hover {	color: #884411;
	text-decoration: none;
	border-bottom: 1px dashed #884411;
	margin-bottom: 5px;}	
.post_read p{
	line-height: 18px;
	margin-bottom: 5px;
}
.post_read ul li{
	line-height: 20px;
}
.post_read ul li:before{
	content: "";
	display: block;
	width: 7px;height: 7px;
	float: left;
	background: #cc6611;
	
	margin-right: 10px;
	margin-top: 6px;
}
	
.post_read blockquote{
margin: 0;
color: #303030;
padding: 10px 10px 5px 30px;
border-left: 8px solid #cc6611;
position: relative;
background: #f5ebde;


}

.post_read table{
	margin: 20px 0 40px;
	line-height: 40px;
	width: 100%;
}
.post_read table tr:nth-child(2n+1){
	background: #f5ebde;
}
.post_read table tr:nth-child(2n){
	background: #fff;
}
.post_read table tr td:nth-child(2n+1){
	padding-left: 15px;
	width: 30%;
}
.post_read table img{
	display: inline-block;
	vertical-align: middle;
}
.post_read table tr td:nth-child(2n){
	text-align: right;
	padding-right: 15px;
}
.com_info{
	color: #c6c6c6;
	margin: 7px 0;
}
.com_info span{
	color: #cc6611;
	font-weight: bold;
	margin-left: 15px;
}
.rating{
	margin: 12px 0;
}
.rating span{
	float: left;
	margin-top: 3px;
	margin-right: 5px;
	color: #c6c6c6;
	font-size: 12px;
}
.rating1, .rating2, .rating3{
	margin-right: 20px;
	float: left;
}
#rating_1, #rating_2, #rating_3{
	width: 100px;
	display: inline-block;
}
.comments .hr1{
	margin: 20px 0;
}
input{
	height: 28px;
}
input, textarea{
	outline: none;
	border: 1px solid #e8e8e8;
	line-height: 28px;
	padding: 0 10px;
	border-radius: 3px;
	margin: 10px 0;
}
textarea{
	max-width: 635px;
	width: 635px;
	font-size: 16px;
}
.sub{
	color: #fff;
	font-weight: bold;
	font-size: 14px;
	background: #cc6611;
	padding: 2px 40px;
	cursor: pointer;
	display: block;
	height: 36px;
}

/*--------------конец внутренняя страница--------*/

/*--------------начало страницы с таблицей--------*/
.broker_tab p{
	line-height: 18px;
}
.broker_tab p span{
	font-weight: bold;
}

.broker_tab table{
	margin: 20px 0 40px;
	line-height: 55px;
	width: 100%;
	text-align: center;
}
.broker_tab table tr th:first-child{
	border-radius: 3px 0 0 0 ;
}
.broker_tab table tr th:last-child{
	border-radius: 0 3px 0 0;
}
.broker_tab table tr th{
	color: #fff;
	font-weight: bold;
	background: #441100;
	height: 40px;
	line-height: 40px;
}
.broker_tab table tr:nth-child(2n){
	background: #f5ebde;
}
.broker_tab table tr:nth-child(2n+1){
	background: #fff;
}
.broker_tab table tr td:first-child{
	width: 40px;
}
.broker_tab table tr td:nth-child(2){
	width: 110px;
}
.broker_tab table tr td:nth-child(3){
	font-weight: bold;
}
.broker_tab table img{
	display: inline-block;
	vertical-align: middle;
}




/*--------------конец страницы с таблицей--------*/




div.vote-block{
	position: relative;	
}
div.vote-hover{
    cursor:  pointer;
}
div.vote-stars{
	position: absolute;
	left: 0;
	top: 0;
}
div.vote-active{
	position: absolute;
	left: 0;
	top: 0;
}
div.vote-result{
    display: none;
    color: #ccc;
    font-size: 14px;
    margin-top: 12px;
    padding-left: 190px;
}
div.vote-success{
    display: none;
    clear: both;
    color: #ccc;
    font-size: 14px;
    margin: 10px 0 0 10px;
}

ul li h3 a {	color: #2b5f98;
	text-decoration: none;
	border-bottom: 1px dashed #2b5f98;
	margin-bottom: 10px;
	font-size: 16px;}
}
ul li h3 a:hover {color: #884411;}

.left-col, /* левая колонка */
.right-col/* правая колонка */
{
    width: 50%;    /* ширина */
    min-width: 180px;  /* минимальная ширина сужения */
    height: auto;  /* высота */
    box-sizing: border-box;
    float: left; /* плавающие блоки */
}
.left-col{
    padding-right: 10px; /* отступ справа */
}
.right-col{
    padding-left: 10px; /* отступ слева */
}
/* clearfix сбрасывает float*/
.clearfix:after {
    content: " ";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
.clientsCol {
float: left;
 width: 25%;
  }
  
  
li.active a {

text-decoration: none;
background: #441100;
padding-top: 2px;
padding-bottom: 2px;
padding-left: 10px;
padding-right: 10px;
color: #fff;
}
li.current-cat a  {

display: block;
text-decoration: none;
background: #441100;
font-weight: bold;
padding-top: 10px;
padding-bottom: 10px;
padding-left: 30px;
padding-right: 10px;
color: #fff;
}


strong {font-weight: bold;}  
.subka {
	color: #fff;
	
	font-size: 14px;
	background: #cc6611;
	padding: 2px 15px;
	cursor: pointer;
	
	height: 33px;
}

#back-top {
position: fixed;
bottom: 60px;
right: 3%;
}
#back-top a {
background: url(images/arrow-up.png) no-repeat;
width: 60px;
height: 60px;
display: block;
margin-bottom: 7px;
}