@font-face {
	font-family: 'Zanoza';
	src: url('../i/f/zanoza.eot');
	src: url('../i/f/zanoza.eot?#iefix') format('embedded-opentype'),
	   url('../i/f/zanoza.woff') format('woff'),
	   url('../i/f/zanoza.ttf') format('truetype');
}
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockblockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td{border:0;font-family:Tahoma;vertical-align:baseline;background:transparent;margin:0;padding:0}

html, body {
	width: 100%;
	font-family: Tahoma;
	font-size: 10pt;
}

* {
	zoom: 1;
}

.fx {
	position: relative;
	max-width: 1300px;
	min-width: 1300px;
	margin: auto;
	text-align: left;
}
.clear { clear: both }
.hide, .hidden, legend { display: none; }
.dashed {
	text-decoration: none;
	border-bottom: dashed 1px;
}
a {
	color: #00599e;
	outline: none;
}
.w-400 {
	width: 640px;
	margin: auto;
	display: inline-block;
	padding-top: 25px;
	overflow: hidden;
}

#bordercontent {
	border-left: 1px solid #b1c4d2;
	border-right: 1px solid #b1c4d2;
	border:none;
	width: 1300px;
	margin: auto;
	padding-top: 5px;
	background: white;
	position: relative;
}


/*HEADER*/
#header {
	width: 100%;
	margin: auto;
	height: 130px;
	background: url('../i/header.png') repeat-x left bottom;
}
#header .soc {
	padding-top: 17px;
}
#header .soc ul {
	list-style: none;
	text-align: right;
}
#header .soc ul li {
	display: inline-block;
}
#header .headlinks {
	overflow: hidden;
}
#header .headlinks li {
	float: left;
	margin-right: 10px;

}
#header #l {
	margin-top: 9px;
	position: relative;
}
#header #l span {
	position: absolute;
	left: 21px;
	bottom: -3px;
	font: normal 14px Tahoma;
	font-weight: 550;
	color: #e86a2e;
	text-indent: 0px;
	padding-right: 2px;
}
#header .infob {
	margin-top: 18px;
}
#header .dates {
	font-size: 12px !important;
	color: #00599e;
}
#header .dates .d {
	margin: 24px 0 0 0;
	display: inline-block;
	color: black;
}
#header .dates .tmp {
	display: block;
}
#header .dates span.label {
	display: block;
	margin-bottom: 2px;
}
#header .dates span.c {
	display: inline-block;
	margin-top: 8px;
}
#header .switcher {
	font-size: 11px;
	display: inline-block;
}
#header .switcher a {
	color: #f7933c;
	font-weight: bold;
}

#header .ad {
	margin-top: 5px;
}
#header .u-info {
	font-size: 9pt;
	position: absolute;
	left: 0px;
	bottom: 11px;
	overflow: hidden;
}
#header .u-info {
	text-align: left;
}
#header .u-info li {
	display: inline;
}
/*HEADER [end]*/

/*NAVIGATION MENU*/
.navmenu {
	width: 100%;
	background: url('../i/header-navmenu.png') repeat-x left top;
	border-top: solid #b1c4d2 1px;
	border-bottom: solid #325f82 3px;
	background-size: contain;
}

/* new submenu */
.navmenu ul.menu li > .subm {
	min-width: 200px;
	display: none;
	position: absolute;
	top: 34px;
	left: -2px;
	z-index: 999;
	overflow: hidden;
	border-bottom: 1px solid transparent;
	border-left: 1px solid transparent;
	border-right: 1px solid transparent;
	border-top: solid #325f82 3px;
	border-bottom-left-radius: 7px;
	border-bottom-right-radius: 7px;
}
.navmenu ul.menu li > .subm a {
	display: block;
	background: rgb(50,95,130);
	background: linear-gradient(180deg, rgba(50,95,130,1) 0%, rgba(72,112,144,1) 100%);
	padding: 10px;
	text-align: center;
	font: normal 12pt Georgia;
	color: white;
	border-top: 1px solid rgba(50,95,130,1);
	border-bottom: 1px solid rgba(72,112,144,1);
}
.navmenu ul.menu li:hover > .subm {
	display: block;
}
.navmenu ul.menu li > .subm a:hover {
	text-decoration: none;
	background: rgb(126,154,176);
	background: linear-gradient(180deg, rgba(126,154,176,1) 0%, rgba(102,143,173,1) 100%);
	border-top: 1px solid #99AFC2;
	border-bottom: 1px solid #99AFC2;
}
/* /new submenu */



.navmenu ul.menu > li {
	float: left;
	list-style: none;
	background: url('../i/header-navmenu-spliter.gif') no-repeat right 16px;
	position: relative;
}
.navmenu ul.menu > li.last, .navmenu ul.menu > li:hover {
	background: none;
}
.navmenu ul.menu > li > a {
	float: left;
	height: 24px;
	padding: 6px 10px 2px 10px;
	margin: 2px 0 0 0;
	font: normal 13pt Georgia;
	color: #325f82;
	text-shadow: #fff 1px 1px 1px;
	text-decoration: none;
}
.navmenu ul.menu > li.act > a {
	text-decoration: underline;

}
.navmenu ul.menu > li:hover > b, .navmenu ul.menu > li:hover > a {
	position: relative;
	left: -4px;
	float: left;
	padding: 4px 6px 4px 12px;
	margin: 2px 0 0 0;
	font: normal 15pt Georgia;
	color: #fff;
	text-shadow: #235074 1px 1px 1px;
	background: url('../i/navmenu-act-bg.png') no-repeat left bottom;
}
.navmenu ul.menu > li:hover > b span, .navmenu ul.menu > li:hover > a span {
	position: absolute;
	bottom: 0px;
	right: -6px;
	width: 6px;
	height: 32px;
	background: url('../i/navmenu-act-right.png') no-repeat right bottom;
}
.navmenu .menu {
	display: inline-block;
}
.smenu {
	clear: both;
	background: #325f82;
}
.smenu ul {
	list-style: none;
	overflow: hidden;
}
.smenu.right-side ul {
	float: right;
	margin: 0 195px 0 0;
}

.smenu li {
	float: left;
	padding: 0 0 2px 0;
	margin: 0 5px 0 15px;
	border-bottom: solid #325F82 3px;
}
.smenu li.act {
	border-bottom: solid #f79239 3px;
}
.smenu li a {
	text-decoration: none;
	font: normal 10.5pt Tahoma;
	color: #fff;
}
.mt-28 {margin-top: 28px;}
.mt-14 {margin: 14px 0 0 0;}



/* коммерческое подменю */
.subnavmenu {
	overflow: hidden;
	width: 100%;
	background: url('../i/header-navmenu.png') repeat-x left top;
	border-bottom: solid #325f82 1px;
	background-size: contain;
}
.subnavmenu ul.menu  {
	overflow: hidden;
	margin-left: 10px;
}
.subnavmenu ul.menu li {
	float: left;

	list-style: none;
}
.subnavmenu ul.menu li:after {
	content: "|";
	font: normal 10px Georgia;
	padding-top: 7px;
	color: #325f82;
	display: inline-block;
	margin: 0 5px;
}
.subnavmenu ul.menu li.last:after {
	content: "";
}
.subnavmenu ul.menu li.last, .subnavmenu ul.menu li.act {
	background: none;
}
.subnavmenu ul.menu li a {
	float: left;
	height: 24px;
	margin: 3px 0 0 0;
	font: normal 16px Georgia;
	color: #325f82;
	text-decoration: none;
}
.subnavmenu ul.menu li.act a {
	border-bottom: 2px solid #325f82;
}
.subnavmenu ul.menu li a:hover {
	text-decoration: underline;

}

/*NAVIGATION MENU [end]*/



/*LAYOUT*/
.wrapper {
	float: left;
	width: 980px;
}
.content {

}
.cont {
	float: left;
	width: 640px;
}
.content_right {
	width:300px; margin-left:660px;
}
.ml-30 { margin-left: 30px; }

.right {
	width: 300px;
	margin-left: 1000px;
	overflow: hidden;
}
.right .scrolling {
	overflow: hidden;
	margin-bottom: 20px;
}
.right .scrolling h2.blue {
	position: static;
}

/*LAYOUT [end]*/

#header .content {
	margin: 0 270px 0 0 !important;
}

/*CONTENT*/
.cont h2, h2.rubr, .right h2.rubr, .article .promo {
	display: block;
	padding: 0;
	margin: 15px 0 17px 0;
	border-bottom: solid #e86900 2px;
}
.rubric-with-right-border {
	background: url('../i/rubric-border-right.jpg') no-repeat right 11px;
}
.rubric-with-right-border .rubr {
	border: none !important;
}
.cont h2.promo, .article h2.promo {
	display: block;
	padding: 0;
	margin: 15px 0 17px 0;
	border-color: #dfd9cc;
	color: #867655;
}
.article .promo a {
	display: inline-block;
	padding: 2px 3px 1px 3px;
	margin: 0 0 0 15px;
	font: bold 7.5pt Tahoma;
	text-transform: uppercase;
	text-decoration: none;

}
.cont h2 a, h2.rubr a, .right h2.rubr a, h2.rubr b, .article .promo a {
	display: inline-block;
	padding: 2px 3px 1px 3px;
	margin: 0;
	font: bold 12px Tahoma;
	color: #fff;
	text-transform: uppercase;
	text-decoration: none;
	background: url('../i/rubric-bg.gif') repeat-x left top;
	-webkit-border-radius: 4px 4px 0 0;
	-o-border-radius: 4px 4px 0 0;
	border-radius: 4px 4px 0 0;
}
.cont h2 a:hover, h2.rubr a:hover, .right h2.rubr a:hover {
	text-decoration: underline;
}
.cont h2.promo a, .article h2.promo a {
	color: #867655;
	background: #dfd9cc;
}
/*CONTENT [END]*/



/*ARTICLE*/
.article .r {
	position: relative;
	margin-bottom: 11px;
}
.back {
	position: absolute;
	top: 100%;
	right: 0px;
	font-size: 12pt;
	color: #EA6D06;
}
.brdr-back {
	position: relative;
	height: 20px;
	border-bottom: 2px solid #EA6D06;
}
.brdr-back .back {
	top: 0px !important;
}
.article .r b {
	display: inline-block;
//	display: inline;
	padding: 2px 3px 1px 3px;
	margin: 21px 0 0 15px;
	font: bold 7.5pt Tahoma;
	color: #fff;
	text-transform: uppercase;
	background: url('../i/rubric-bg.gif') repeat-x left top;
}
.article h1 {
	display: block;
	padding: 0 0 7px 0;
	font: normal 24pt Georgia;
	color: #00599e;
	border-bottom: solid #b3c4d2 2px;
}
.article h1 .cmt {
	position: relative;
	top: -2px;
	display: inline-block;
//	display: inline;
	text-decoration: none;
	background: url("../i/ico-cmt-act.png") no-repeat scroll left top transparent;
	color: #ffffff;
	font: bold 7.5pt Tahoma;
	height: 22px;
	padding: 8px 0 0;
	text-align: center;
	width: 29px;
}
.article h1 .cmt:hover {
	text-decoration: underline;
}
.article .date {
	display: block;
	padding: 6px 0 20px 0;
	text-transform: uppercase;
	font-size: 9pt;
	color: gray
}
.article .date a, .article .date span {
	text-transform: none;
	text-decoration: none;
	font-size: 10.5pt;
	color: #00599e;
}
.article .date a:hover {
	text-decoration: underline;
}
.nf .fl, .nf span.article-photo, .nf .lSSlideOuter, .nf .photoreport  {
	display:none;
}
.article .fl {
	margin-bottom: 20px;
}
.article .fl span {
	display: block;
}
.article .lead {
	position: relative;
	top: -9px;
	font-size: 13.5pt;
}
.text {
	font-size: 12pt;
}
.content-text table {
	border-top: solid gray 1px;
	border-left: solid gray 1px;
}
.content-text table td, .content-text table th {
	padding: 5px 10px;
	border-right: solid gray 1px;
	border-bottom: solid gray 1px;
}
.content-text .social-wr table td {
	padding: inherit;
	border: inherit;
}
.text i, .text em {
	font-style: italic;
}
.text s, .text strong {
	font-weight: bold;
}
.article .text {
	clear: both;
}

.article .text .special_container {
	background: rgba(255,145,167,.22);
    /*padding: .09em 0;*/
	/*padding: 5px 10px;
	background: #eee;
	border: 1px solid #ccc;
	margin: 10px 0;*/
}

.article .text ol {
	padding: 0 0 0 20px;
	margin: 10px 0 10px 20px;
}
.article .text ol li {
	list-style: decimal;
}

.article .text ul {
	padding: 0 0 0 20px;
	margin: 10px 0 10px 20px;
}
.article .text ul li {
	list-style: disc;
}
.article .references ul li {
	list-style-type: none;
}
.article .text .related {
	margin-bottom: 20px;
}
.article .text .related ul {
	padding: 0;
	margin: 0;
}
.article .text .related li * {
	font-family: Georgia;
	list-style: none;
}
.article .tags {
	padding-bottom: 20px;
}
.article .tags, .article .tags a {
	color: #999;
}

.references li p ,
.references li div {
	font-size: 12pt;
}
.references li {
	position: relative;
	padding: 3px 0 15px 25px;
	font-size: 12pt;
}
.references li:before {
	content: '\2022';
	font-size: 18px;
	position: absolute;
	color: #325f82;
	top: 0;
	left: 5px;
}
.references p {
	padding: 10px 0 10px 0;
	font-size: 12pt;
}

.article .text blockquote {
	margin: 20px 0;
	padding: 12px 5px 12px 75px;
	background: url("/site/blockquote_left.png") no-repeat top left;
	position:relative;
}
.article .text blockquote:after {
	background: url("/site/blockquote_right.png") no-repeat bottom right;
	content: " ";
	display: block;
	height: 8px;
}
.article .text blockquote * {
	font-size: 25px;
	font-family: 'Zanoza', Helvetica, sans-serif;
	color: #666;
}
.article .text .content-text h2 {
	font-size: 24px !important;
	font-weight: normal;
	margin: 10px 0;
}
.article .text .content-text h3 {
	font-size: 22px !important;
	font-weight: normal;
	margin: 7px 0;
}
.article .text .content-text h4 {
	font-size: 20px !important;
	font-weight: normal;
	margin: 5px 0;
}
.article .text .content-text h5 {
	font-size: 19px !important;
	font-weight: normal;
	margin: 5px 0;
}
.article .text .content-text h6 {
	font-size: 18px !important;
	font-weight: normal;
}
.article p {
	padding: 5px 0;
}

h2.blue {
	border-bottom: 2px solid #325f82;
	display: block;
	margin: 15px 0 17px;
	text-align: left;
}
.article h2.blue {
	margin: 15px 0 5px;
}
h2.blue span {
	background: url("../i/rubric-bg.gif") repeat-x scroll left -17px;
	color: #FFFFFF;
	display: inline-block;
	font: bold 7.5pt Tahoma;
	margin: 0 0 0 0;
	padding: 2px 5px 1px;
	text-transform: uppercase;
	-webkit-border-radius: 4px 4px 0 0;
	-o-border-radius: 4px 4px 0 0;
	border-radius: 4px 4px 0 0;
}

.photogallery-large {
	position: relative;
	padding: 20px 9px;
	margin: 6px 0 23px 0;
	text-align: center;
	background: #fffbf3;
	border: solid #c7c1bc 1px;
}
.photogallery-large .photo-descr {
	margin: 10px 10px 0 10px;
	font-size: 13px;
}
.photogallery-large .prev {
	position: absolute;
	top: 45%;
	left: 0px;
	display: block;
	width: 20px;
	height: 90px;
	text-indent: -99999px;
	background: url('../i/photoreport-arrows.gif?0') no-repeat left top;
}
.photogallery-large .next {
	position: absolute;
	top: 45%;
	right: 0px;
	display: block;
	width: 20px;
	height: 90px;
	text-indent: -99999px;
	background: url('../i/photoreport-arrows.gif?0') no-repeat -20px top;
}
.photogallery-large .prev.noact {
	background-position: -40px top;
}
.photogallery-large .next.noact {
	background-position: -60px top;
}

.w-520 {
	display: inline-block;
	width: 520px;
	margin: auto;
}
.w-580 {
	display: inline-block;
	width: 580px;
	margin: auto;
}
.photogallery, .article-photo {
	position: relative;
	padding: 6px 3px;
	margin: 6px 0 0px 0;

}
.article-photo {
	display: block;
	padding: 10px 0;
	text-align: center;
}
.article-photo .description, .article-photo .description a {
	color: #999;
	font-style: italic;
	font-size: 15px;
}


span.article-photo a.lightSlider img, span.article-photo a.thickbox img{width: initial !important; float:initial !important; max-width:640px; }

.photogallery-wr {
	overflow-x: hidden;
}
.photogallery ul {
	list-style: none;
}
.photogallery ul li {
	display: inline-block;
//	zoom: 1;
//	display: inline;
	margin: 9px 11px;
	line-height: 0px;
	letter-spacing: 0px;
	word-spacing: 0px;
}
.photogallery ul li a {
	display: inline-block;
//	zoom: 1;
//	display: inline;
	padding: 7px;
	background: #fff;
	-webkit-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
}
.photogallery li a img {
	border: solid #a9acb1 1px
}
.photogallery ul li.act {
	filter:alpha(opacity=7);-moz-opacity:0.7;opacity:0.7
}
.photogallery .hide-line-horizontal {
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 100%;
	height: 1px;
	background: #fffbf3;
}
.art-b {
	float: left;
	margin: 10px 30px 0 0;
}

.comments {
	list-style: none;
	margin: 5px 0 0 0;
}
.comments li {
	margin: 18px 0 7px 0;
}
.comments .anchor {
	display: none;
}
.comments .poster, .comments .author {
	display: inline;
	margin: 0 5px 0 58px;
	font-size: 10pt;
	font-weight: normal;
	color: #00599e;
}
.comments .date {
	display: inline;
	text-transform: uppercase;
	font-size: 9pt;
	color: #4d4d4d;
}
.comments .cmt-body {
	position: relative;
	padding: 16px 20px 20px 20px;
	margin: 8px 0 10px 0;
	font-size: 10.5pt;
	color: #1a1a1a;
	background: #fffbf3;
	border: solid #c7c1bc 1px;
}
.comments .options {
	float: right;
}
.comments .options li {
	float: left;
	padding: 0;
	margin: 0 0 0 15px;
	font-size: 13px;
}
.article-left .comments .cmt-body {
	margin: 8px 0 4px 0;
}
.article-left .comments .cmt-body .art {
	display: block;
	padding: 0 0 6px 0;
	margin: 0 0 5px 0;
	border-bottom: solid #C7C1BC 1px;
}
.comments .cmt-body .crnr {
	position: absolute;
	top: -26px;
	left: 27px;
	width: 19px;
	height: 26px;
	background: url("../i/ico-comment.gif") no-repeat scroll left top;
}
.article-left .comments .cmt-body .crnr {
	top: 100%;
	left: 27px;
	background: url("../i/ico-top-comment.gif") no-repeat scroll left top;
}

.u-profile {
	list-style: none;
}
.u-profile li {
	clear: both;
	width: 100%;
}
.u-profile li.sbmt {
	width: auto;
	padding: 10px 20px;
	margin: 20px 0 0 0;
	background: #f3ebd9;
}

h3.h {
	padding: 33px 0 0 0;
	font: bold 9pt Tahoma;
	text-transform: uppercase;
}

#add-comment {
	padding: 10px 20px 20px 20px;
	background: #fffbf3;
	border: solid #c7c1bc 1px;
}
#add-comment label.l {
	display: inline-block;
	margin: 20px 0 8px 0;
}
#add-comment .req {
	color: #dd6700;
}
#add-comment hr {
	height: 1px;
	background: #c7c1bc;
	border: none;
}
#add-comment textarea {
	width: 99%;
}
#add-comment #captcha {
	float: left;
	margin: 0 10px 0 0;
}

.article .pl {
	padding: 10px 20px 20px 20px;
	background: #e8eef3;
	border-top: solid #b3c4d2 2px;
}
.article .r .pl {
	border: none;
}
.article .pl.fb hr {
	height: 1px;
	background: #b3c4d2;
	border: none;
}
.mt-6 { margin: 6px 0; }
.orphus {
	margin: 5px 0 15px 0;
	font-size: 10px;
}
.orphus img {
	float: left;
	margin: 2px 5px 0 0;
}
/*ARTICLE [end]*/




/*NEWS LIST*/
.news-list.in-rubric h3 {
	margin: 0 0 5px 0;
	font-size: 13.5pt !important;
}
.news-list.in-rubric .date {
	text-transform: uppercase;
	font-size: 9pt;
	color: #4d4d4d;
}
.news-list.in-rubric .lead {
	margin: 6px 0 0 0;
}
.news-list.in-rubric .lead.addm {
	margin: 6px 0 0 280px;
}
.news-list.in-rubric li {
	padding: 0 0 15px 0;
	margin: 0 0 15px 0 !important;
	border-bottom: solid #cdc9c1 1px;
}
.news-list.in-rubric li.last {
	border: none;
}
.news-list {
	list-style: none;
}
.news-list li.col-2 {
	float: left;
	width: 48%;
}
.news-list li.main-news img, .news-list li.col-2 img {
	width: 100%;
}
.news-list.hybrid li.col-2 {
	width: 48%;
}
.news-list li.col-3 {
	float: left;
	width: 30%;
}
.news-list li.col-3 img {
	width: 100%;
}
.news-list li.col-3.mdl {
	margin: 0 5%;
}

.news-list li.col-5 {
	float: left;
	width: 19%;
}
.news-list li.col-5 h3 {
	font-size: 12.74pt;
}
.news-list li.col-5 img {
	width: 100%;
}
.news-list li.col-5.mdl {
	margin: 0 0.8%;
}

.news-list li.main-news {
	position: relative;
	float: left;
	margin: 0 0 18px 0;
}
.main-news .pic {
	float: left;
	position: relative;
}
.main-news .pic a {
	display: block
}
.main-news .pl {
	position: absolute;
	bottom: 3px;
	width: 100%;
	padding: 0;
	background-color: rgba(0,0,0,0.5);
}
.main-news .pl div.main-news-wr {
	display: inline-block;
	padding: 18px 15px 15px 15px;
}
.main-news .pl .rubric {
	background: url("../i/rubric-bg.gif") repeat-x scroll left top transparent;
	color: #FFFFFF;
	display: block;
	font: bold 12px Tahoma;
	left: 15px;
	padding: 3px 3px 2px;
	position: absolute;
	text-transform: uppercase;
	top: 0;
}
/*
.main-news .cmt {
	position: absolute;
	top: 10px;
	right: 54px;
	width: 42px;
	height: 45px;
	padding: 10px 0 0 0;
	font-size: 12.75pt;
	color: #fff;
	text-align: center;
	background: url('../i/ico-main-news-comment.gif') no-repeat left top;
}
*/
.main-news .pl a:hover {text-decoration: underline;}

.news-list.commented {
	box-shadow: rgba(0, 0, 0, 0.47) 5px 5px 10px 2px;
	overflow: hidden;
	padding: 10px;
	margin-bottom: 15px;
}
.news-list.commented h6 {
	color: #00599e;
	text-align: center;
	font-size: 29px;
	font-weight: normal;
	text-transform: uppercase;
	margin-bottom: 10px;
}
.news-list.commented li.col-5 {
	width: 88px;
	margin-right: 5%;
}
.news-list.commented li.col-5:last-child {
	margin-right: 0%;
}
.news-list li.main-news h2 {
	float: left;
	padding: 0;
	margin: 5px 40px 0 0;
	font: normal 18pt Georgia;
	color: #fff;
	border: none;
}
.news-list li.col-2.l {
	margin: 0 4% 0 0;
}
.news-list li .tools {
	float: left;
	position: relative;	
}
.news-list li.col-2 .tools {
	margin-bottom: 9px;
}
.news-list li a {
	text-decoration: none;
}
.news-list li a:hover {
	text-decoration: underline;
}
.news-list li h3 {
	margin: 0 0 9px 0;
	font: normal 15pt Georgia;
}
.news-list li.col-5 h3 {
	margin: 3px 0 0 0;
	font: normal 10pt Georgia;
	width: 88px;
}
.news-list li .tools .cmt, .main-news .cmt {
	position: absolute;
	left: 10px;
	bottom: 12px;
	width: 29px;
	height: 22px;
	padding: 8px 0 0 0;
	text-align: center;
	font: bold 7.5pt Tahoma;
	color: #fff;
	background: url('../i/ico-cmt-act.png') no-repeat left top;
	background-image:expression('none');
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/i/i/ico-cmt-act.png',sizingMethod='crop');
}
.main-news .cmt {
	left: auto;
	bottom: auto;
	top: 20px;
	right: 20px;
}
.news-list.commented li .tools .cmt {
	left: 2px;
	bottom: 2px;
}
.news-list li .tools .cmt.noact {
	float: left;
	text-indent: -99999px;
	background: url('../i/ico-cmt.png') no-repeat left top;
	background-image:expression('none');
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/i/i/ico-cmt.png',sizingMethod='crop');
}
.news-list li .tools .rubric {
	position: absolute;
	top: 0px;
	left: 15px;
	display: block;
	padding: 3px 3px 2px 3px;
	font: bold 12px Tahoma;
	color: #fff;
	text-transform: uppercase;
	background: url('../i/rubric-bg.gif') repeat-x left top;
}
.news-list .lead {
	margin: 9px 0 0 0;
}


.news-list.short span.forlent {
	margin-left: 100px;
	width: 200px;
	display: block;
}
.article .news-list.short, .cont .news-list.short, .cont .news-list.hybrid {
	float: left;
	width: 100%;
}
.article .news-list.short li, .cont .news-list.short li, .cont .news-list li.short {
	clear: none;
	float: left;
	width: 50%;
	padding-bottom: 16px;
	border-bottom: solid #cdc9c1 1px;
}
.article .news-list.short li, .cont .news-list.short li {
	height: 82px;
	overflow-y: hidden;
	width: 48% !important;
}
.href {
	display: block !important;
	margin: 0 0 0 110px;
}
.hybrid .href {
	margin: 0 0 0 39%;
}
.article .news-list.short li.l, .cont .news-list.short li.l {
	padding-right: 4%;
}
.article .news-list.short.col-3 li {
	width: 30% !important;
	height: 82px;
	overflow-y: hidden;
}
.article .news-list.short.col-3 li .href {
	margin: 0 0 0 40%;
}
.article .news-list.short.col-3 li.mdl {
	padding: 0 5% 16px 5%;
}
.article .news-list.short.col-3 li .tools {
	width: 33%;
	margin: 3px 20px 0 0;
}
.article .news-list.short.col-3 li .tools img {
	width: 100%;
	margin: 0;
}
.cont .news-list.short.full-width li {
	width: 100% !important;
}
.cont .news-list.short.full-width li .tools {
	margin-top: 5px;
}
.article .news-list.short li.last, .cont .news-list.short li.last, .cont .news-list li.short {
	width: 50%;
	border: none;
}
.cont .news-list li.short {
	float: right;
	width: 48%;
	padding-bottom: 26px;
	border: none;
}
.cont .news-list li.short img {
	width: 30%;
}
.cont .news-list.hybrid li.short img {
	width: 100%;
	max-width: 88px;
}
.cont .news-list.short li .tools {
	float: left;
}
.cont .news-list.hybrid li.short .tools {
	width: 31%;
	margin-right: 20px;
}
.article .news-list.short a, .article .news-list.short h3, .cont .news-list.short a, .cont .news-list.short h3, .cont .news-list .short a, .cont .news-list .short h3 {
	display: inline;
}
.article .news-list.short .cmt, .cont .news-list.short .cmt, .cont .news-list .short .cmt {
	padding: 0 0 0 16px;
	font: normal 10.5pt Tahoma;
	color: #d96f00;
	background: url('../i/ico-cmt.gif') no-repeat left top;
}
.cont .news-list.short a.cmt.noact, .cont .news-list .short a.cmt.noact {
	display: inline-block;
	text-indent: -99999px;
	background: url('../i/ico-cmt-noact.gif') no-repeat left top;
}
.news-list.short li {
	float: left;
	width: 100%;
	margin: 0 0 8px 0;
}
.news-list.short li.noview {
	display: none;
}
.article-left .news-list.short li {
	clear: left;
	background: #e1e1e1;
	padding: 15px 15px 0px 15px;
	width: 210px;
	margin-bottom: 10px;
}
.article-left .news-list.short li .tools {
	clear: left !important;
	margin-bottom: 5px !important;
	width: 210px !important;
}
.article-left .news-list.short li img {
	width: 210px;
	margin: 0px !important;
	clear: left;
}
.article-left .news-list.short li h3 {
	margin-bottom: 15px;
}
.article-left .news-list.short li a, .article-left .news-list.short li a:hover, .article-left .news-list.short li h3 {
	color: black;
}
.news-list.short li img, .news-list .short img {
	float: left;
	margin: 3px 12px 0 0;
}
.news-list.short li img.ico, .news-list .short img.ico {
	float: none !important;
	margin: 0 0 0 3px !important;
}
.news-list.short li a b:first-child {
	color: #325f82;
}
.news-list.short a, .news-list .short a, .news-list.short h3, .news-list .short h3 {
	font: normal 12pt Georgia;
	color: #00599e;
}
.right .news-list.short a {
	font: normal 9pt Georgia;
	color: #000;
}
.content_right .news-list.short a {
	position: relative;
	z-index: 10;
	font: normal 9pt Tahoma;
	color: #1a1a1a;
}
.news-list-pl {
	position: relative;
	top: -17px;
	padding: 3%;
	background: #fff4df;
}
.blockright {
	border: 1px solid #2d6283;
	padding: 15px;
	overflow: hidden;
	margin-bottom: 20px;
}
.blockright .short-news li:not(:first-child) {
	border-top: 1px dotted #2d6283;
	padding-top: 10px;
}
.blockright.solid .short-news li:not(:first-child) {
	border-top: 1px dotted white;
}
.blockright .short-news li.all {
	border-top: none !important;
	padding-top: 10px !important;
}
.blockright.solid {
	background: #2d6283;
}
.blockright.solid li.all a {
	background: white;
}
.blockright.solid h2 {
	border-bottom-color: white;
}
 .blockright.solid h2, .blockright.solid ul li a  {
	color: white;
}
/*NEWS LIST [end]*/



/*CONTENT RIGHT*/
.article-left h2, .content_right h2, .right h2 {
	position: relative;
	top: -4px;
	padding: 0 0 5px 0;
	margin: 0 0 17px 0;
	text-transform: uppercase;
	font: bold 9pt Tahoma;
	color: #325f82;
	border-bottom: solid #2c6183 2px;
}
.article-left h2.blue, .right h2.blue {
	padding: 0;
}
.vote-form h4 {
	display: block;
	padding: 0;
	margin: 0;
	font: normal 13.5pt Tahoma;
	color: #fff;
	background: #e86900 url('../i/vote-bg.png') repeat-x left top;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}
.vote-form h4 blockquote {
	padding: 11px 10px 15px 60px;
	margin: 0;
	background: url('../i/ico-question.gif') no-repeat 10px center;
}
.vote-form .votes {
	list-style: none;
	margin: 15px 0 16px 10px;
	font-size: 10.5pt;
}
.vote-form .votes li {
	margin: 3px 0;
}
.vote-form .votes input {
	position: relative;
	top: 2px;
	left: -5px
}
.vote-form .total {
	margin: 0 0 0 10px;
}
.vote-form .all {
	float: right;
}
.people dt, .people dt a, .people dd {
	font: 500 12pt Georgia !important;
}
.people dt {
	clear: both;
}
.people dt, .people dd {
	margin: 0 0 8px 0;
}
.people dd {
	margin: 0 0 17px 81px;
}
.content_right .people dd {
	margin: 0 0 17px 99px;
}
.people dd a {
	color: #000;
}
.people dt a img {
	float: left;
	margin: 4px 11px 0 0;
}
.people dt a {text-decoration: none}
.people dt a:hover {text-decoration: underline}
/*CONTENT RIGHT [end]*/



/*RIGHT*/
#short-search,#short-search2  {
	float: left;
	width: 298px;
	border: solid #7d94a5 1px;
}
#short-search .query-string,#short-search2 .query-string {
	float: left;
	width: 190px;
	padding: 4px 10px;
	outline: none;
	margin: 0 0 0 0;
	font-weight: normal;
	font-size: 13px;
	color: #7b7b7b;
	background: none;
	border: none;
}

.color-000 { color: #000 !important; }
#short-search .srch-sbmt, #short-search2 .srch-sbmt {
	float: right;
	padding: 0;
	margin: 2px;
}
.true-or-false dt, .right .true-or-false dd {
	float: left;
}
/*
.right .true-or-false dt, .right .true-or-false dd.title {
	margin-bottom: 15px
}
*/
.true-or-false.list dt {
	margin: 20px 0 0 0;
}
.right .true-or-false dd.title {
	float: right;
	width: 157px;
	margin: 0;
}
.true-or-false dd.title {
	float: left;
	width: 157px;
	margin: 20px 0 0 20px;
}
.true-or-false dd.title a {
	font: normal 13.5pt Tahoma;
	color: #000;
	text-decoration: none;
}
.true-or-false dd.title a span {
	display: block;
	font: normal 9.75pt Tahoma;
	color: #1a1a1a;
}
.true-or-false .blockquote {
	position: relative;
	clear: both;
	width: auto;
	padding: 15px 18px;
	margin: 8px 0 0 0;
	background: #fff url('../i/header-quote.png') repeat-x left top;
	border: solid #c7c1bc 1px;
}
.right .true-or-false .blockquote {
	width: 202px;
	margin: 0;
}
#page-text-cont h2 {
	color: #325f82;
	font-size: 20px;
	margin: 10px 0 20px 0;
}
.poll .scroll-y {
	height: 300px;
	padding: 20px 0;
	margin: 10px 0;
	overflow-y: scroll;
	border: solid gray 1px;
}
.poll .scroll-y ol {
	list-style-type: decimal;
	padding: 0 0 0 50px;
}
.poll .scroll-y ol li {
	list-style-type: decimal;
}

.pravdomer-quote {
	position: absolute;
	top: -26px;
	left: 70px;
	width: 19px;
	height: 26px;
	background: url('../i/pravdomer-quote.gif') no-repeat left top;
}

.on-hovered { display: none }
.indicator .bar {position: relative;width: 178px;height: 31px;margin: 0 0 2px 0;background: url('../i/true-or-false-indicator-bg.gif') no-repeat left top;}
.indicator .bar .i {position: absolute;top: 15px;left: 2px;width: 160px;height: 16px;margin: none;border: none;}
.indicator .bar .i div {float: left;height: 16px;background: url('../i/true-or-false-indicator-lin.png') repeat-x left top;}
.indicator .bar .i div.yellow {background-position: left -22px;}
.indicator .bar .i div.green {background-position: left -44px;}
.on-not-hovered {
	float: left;
	margin: 5px 0 0 4px;
	font-size: 13.5pt;
}
.on-not-hovered span {
	color: #e88721;
}
.on-not-hovered em, .on-not-hovered em i {
	font-style: normal;
}
.on-not-hovered em {
	display: block;
	margin: 3px 0 20px 0;
	font-size: 9.75pt;
	color: #4d4d4d;
}
.true-or-false .ch {
	padding: 8px 13px;
	background: #f1ece2;
}
.true-or-false .ch a, .true-or-false .ch b {
	width: 83px;
	height: 22px;
	padding: 2px 0 0 0;
	text-align: center;
	font-size: 12pt;
	color: #fff;
	text-decoration: none;
}
.true-or-false .ch .true {
	float: left;
	background: url('../i/btn-true.gif') no-repeat left top;
}
.true-or-false .ch .false {
	float: right;
	background: url('../i/btn-false.gif') no-repeat left top;
}
.mt-30 { margin-top: 30px; }

.mb-20 { margin-bottom: 20px; }

.short-news {
	list-style: none;
}
.short-news li {
	clear: both;
	margin: 0 7px 9px 0;
}
.short-news li a {
	font: normal 10.5pt Tahoma;
	font-weight: 600;
	text-decoration: none;
}
.realty h2 {
	padding: 0;
	margin: 20px 0 0 0;
	font-size: 16px;
	color: #b7d8e8;
	background: url("../i/realty-right-header-gr.png") repeat-y left top;
	background-size: 100% 4px;
	border: solid #406a8a 2px;
	-webkit-text-shadow: 1px 1px #325f82;
	-o-text-shadow: 1px 1px #325f82;
	text-shadow: 1px 1px #325f82;
}
.realty h2 span {
	display: inline-block;
	padding: 1px 0 1px 5px;
}
.realty .all {
	background: none !important;
}
.news-list-width-img li {
	clear: both;
	padding: 0px 6px 7px 6px;
	margin: 0 0 7px 0;
	background: url("../i/realty-right-li-gr.png") repeat-y left top;
}
.news-list-width-img img {
	float: left;
	margin: 7px 13px 0 0;
}
.news-list-width-img a {
	font: 100 14px Tahoma;
}
.realty .short-news li {
	overflow: hidden;
	padding: 7px 6px;
	margin: 0 0 9px 0;
	background: url("../i/realty-right-li-1-gr.png") repeat-y left top;
}
.realty .short-news li:nth-child(odd) {
	background: url("../i/realty-right-li-2-gr.png") repeat-y right top;
}
.right .short-news li a span {
	display: block;
	margin: 0 0 0 100px;
}
.short-news li a img {
	float: left;
	margin: 0 12px 0 0;
}
.short-news li a:hover {text-decoration: none}
.short-news li.all {
	text-align: right;
}
li.all a, a.all {
	float: right;
	padding: 1px 4px 2px 4px;
	color: #00599e !important;
	text-transform: uppercase;
	font-size: 7.5pt !important;
	font-weight: 600 !important;
	text-decoration: none;
	background: #ddebf5;
	-webkit-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
}
.sp {
	margin: 35px 0 0 0 !important;
	text-align: right;
	font-size: 10pt;
	color: #5a5a5a;
}
.sp img {
	position: relative;
	top: -17px;
	float: right !important;
	margin: 0 0 0 8px !important;
}
.social {
	list-style: none;
}
.social li {
	display: inline-block;
}
.social a {
	display: inline-block;
	width: 35px;
	height: 36px;
	text-indent: -99999px;
	background: url('../i/sprite-ico-social.png') no-repeat left top;
}
.social .tw a {
	background-position: -40px top;
}
.social .vk a {
	background-position: -82px top;
}
.social .ya a {
	background-position: -122px top;
}
.social .rss a {
	background-position: -163px top;
}
.social .ar a {
	background-position: -204px top;
}
.adv-board {list-style: none}
.adv-board li {
	float: left;
}
.adv-board li a {
	float: left;
	width: 70px;
	padding: 77px 0 0 0;
	font-size: 10pt;
	text-align: center;
	text-decoration: none;
	background: url('../i/sprite-ico-adv.gif') no-repeat left top
}
.adv-board li a:hover {text-decoration: underline}
.adv-board li.mj {
	margin: 0 15px;
}
.adv-board li.mj a {
	background-position: -70px top;
}
.adv-board li.mob a {
	background-position: -140px top;
}
/*RIGHT [END]*/



/*FEEDBACK*/
.right .pl {
	position: relative;
	top: -21px;
	padding: 10px 11px;
	background: #e8eef3;
}
.feedback input, .feedback textarea {
	border: solid #7d94a5 1px;
}
.feedback textarea {
	width: 100%;
}
.feedback sup {
	color: #dd6700;
}
.feedback label {
	font-size: 10.5pt;
	color: #1a1a1a;
}
.feedback label.l {
	display: inline-block;
	width: 55px;
	margin: 0 0 7px 0;
}
.feedback input.l {
	display: inline-block;
	width: 157px;
	margin: 0 0 7px 0;
}
.feedback .tip {
	display: block;
	font-size: 8.25pt;
	color: #424242;
}
#fb-rules-label {
	font-size: 9pt;
}
.feedback #captcha {
	float: left;
}
.kpch {
	float: left;
	width: 90px;
	margin: 0 0 0 5px;
}
.kpch a {
	font-size: 10pt;
}
.kpch input {
	width: 100%;
	margin: 7px 0 0 0;
}
.pl.fb p {
	margin: 0 0 10px 0;
	font-size: 9pt;
	color: #1a1a1a;
}
.right .pl .pl {
	top: 0;
	padding: 10px 0;
	text-align: center;
	background: #d1e2ed;
}
.feedback dl dt, .feedback dl dd {
	display: inline;
	line-height: 1.3em;
	font-size: 9pt;
	color: #1a1a1a;
}
/*FEEDBACK [end]*/



.r, .header, .text h1 {
	float: left;
	width: 100%;
	margin: 8px 0 25px 0;
	text-align: right;
	font: 500 24pt Georgia;
	color: #ea6d06;
	border-bottom: solid #ea6d06 2px;
}
.header, .text h1 {
	text-align: left;
}
.r b {
	float: left;
	padding: 0 !important;
	margin: 8px 0 0 0 !important;
	text-align: left;
	text-transform: none !important;
	font: 500 24pt Georgia !important;
	color: #ea6d06 !important;
	background: none !important;
}
.right .r {
	margin: 0;
	border: none
}
.right .r .pl {
	top: 0;
}
.r .rght {
	display: inline-block;
	margin: 0 5px 0 0;
	text-align: right;
	font-size: 9.75pt;
	color: #7b7b7b;
}
.r .pl {
	display: inline-block;
	padding: 0;
	font: 500 12px Georgia !important;
	background: none;
}



/*FOOTER*/
#footer {
	padding: 0 0 100px 0;
	font-size: 13px;
	color: #1a1a1a;
}
#footer .navmenu {
	position: relative;
	z-index: 11;
	margin: 50px 0 17px 0;
	border-top: none;
	background-position: left bottom;
}
#footer .navmenu ul.menu {
	border-top: solid #c4d0d9 1px;
}
#footer .navmenu li {
	position: relative;	
	padding-bottom: 14px;
	background: url('../i/footer-navmenu-spliter.gif') no-repeat right 14px;
}
#footer .navmenu li.last {
	background: none;
}
#footer .navmenu a {
	margin: 8px 0 0 0;
	font-size: 10.5pt;
	font-family: Tahoma;
	color: #00599e;
}
#footer .news-list h3 {
	width: auto;
}
#footer .news-list .tools {
	margin-bottom: 5px;
}


#footer .col-2 {
	float: left;
	width: 50%;
	margin: 0 30px 0 0;
}
#footer .f_menu {
	list-style: none;
	margin: 0 0 27px 0;
}
#footer .f_menu li {
	position: relative;
	left: -6px;
	float: left;
	padding: 0 7px 0 6px;
	background: url('../i/footer-navmenu-spliter.gif') no-repeat right 1px;
}
#footer .f_menu li.last {
	background: none;
}
#footer .f_menu li a {
	font-size: 9pt;
	text-decoration: none;
}
#footer .f_menu li a:hover {
	text-decoration: underline;
}
/*FOOTER [end]*/



/*POPUP*/
#TB_BG{
//	display: none;
position:fixed;z-index:100;top:0;left:0;height:100%;width:100%}
.TB_overlayMacFFBGHack{background:url(macFFBgHack.png) repeat}
.TB_BG{display:none;background-color:#777;filter:alpha(opacity=7);-moz-opacity:0.7;opacity:0.7}
#TB_w{display: none;position:fixed;background:#fff;z-index:102;color:#333;border:none;text-align:left;top:50%;left:50%;-moz-border-radius: 5px;-webkit-border-radius: 5px;border-radius: 5px;-moz-box-shadow: 3px 3px 5px 5px #474646;}
#popup {
	position: relative;
}
#popup .hdr, #popup h4 {
	display: block;
	padding: 0 0 0 20px;
	margin: 10px 10px 0 10px;
	font: normal 16pt Georgia;
	color: #ea6d06;
	border-bottom: solid #ea6d06 1px;
}
#popup .popup-close {position: absolute;top: 7px;right: 15px;z-index: 99;}



#popup .header {display: none;height: 34px;padding: 0;margin: 0;background: url('../i/markup/popup/header-gr.gif') repeat-x left top;border-bottom: solid #ababab 1px;}
#popup .header .l {float: left;margin: 5px 0 0 6px;}
/*
#popup .hdr {display: block;padding: 8px 0 10px 0;text-align: center;font: bold 28px Tahoma;color: #666;}
*/
#popup form fieldset {padding: 7px 0;margin: 0 10px}
.form label {clear: both;float: left;width: 50%;text-align: right;font-size: 13px;color: #333;}
.form .t {float: left;margin: 0 0 0 5px;}
.form a {text-decoration: underline;color: #333;}
.form .chb input {position: relative;top: 3px;}


#popup .pl {position: relative;top: 1px;padding: 4px 10px 7px 10px;font-size: 13px;color: #fff;background: #333;border: none;-moz-border-radius-bottomleft: 5px;-moz-border-radius-bottomright: 5px;-webkit-border-radius-bottomleft: 5px;-webkit-border-radius-bottomright: 5px;border-radius-bottomleft: 5px;border-radius-bottomright: 5px;}
#popup .pl p {float: left;width: 820px;margin: 7px 0 0 0;font-size: 11px;color: #ccc;}
#popup .pl .r {float: right;margin: 2px 0 0 0;}
#popup .pl a {text-decoration: underline;color: #fff;}



#popup label sup {position: relative;top: -3px;}
#popup .captcha input {clear: both;width: 100%;padding: 0;}
#popup .captcha div {float: left;width: 25%;margin: 0 0 0 5px;}
#popup .captcha img {float: left;margin: 0 0 14px 0;}
#popup .pl .mail {float: right;padding: 0 0 3px 28px;margin: 2px 0 0 0;font-size: 10px;background: url('../i/markup/popup/ico-mail.gif') no-repeat left top;}
#popup .pl a:hover { text-decoration: none; }



/*AUTH*/
#popup-auth {width: 450px;}
#popup-auth .form .btn {margin: auto;}
/*AUTH [end]*/

/*REGISTRATION*/
#popup-reg form label {width: 30%;}
#popup-reg form .chb label {float: none;width: auto;}
#popup-reg form .t {width: 25%;}
#popup-reg form .chb .t {width: auto;}
#popup-reg form .tip {position: relative;top: -5px;float: left;width: 36%;margin: 0 0 0 10px;font-size: 11px;}
#popup-reg .btn { margin: 0 0 0 41% }
/*REGISTRATION [end]*/

/*MENU*/
#TB_w {
/*
	margin: -200px 0 0 -490px;
*/
	background: #ebf7ff;
}
#popup-navmenu {width: 980px;}
.header .short-search {margin: 4px 0 0 0;font-size: 13px;}
#popup .nmenu {float: left;width: 980px;padding: 7px 0 18px 0;background: url('../i/markup/popup/nmenu-bg.gif') repeat-y left top;}
#popup .nmenu h4 {padding: 3px 0;font: bold 14px Arial;color: #ff6c00;}
#popup .nmenu li {float: left;width: 133px;margin: 0 0 0 30px;}
#popup .nmenu li li {float: none;width: auto;margin: 0;border: none;}
#popup .nmenu li li a {text-decoration: none;font: normal 12px Arial;color: #666;}
#popup .nmenu li li a:hover {text-decoration: underline;}
#popup .col-4 {float: left;width: 100%;padding: 18px 0 21px 0;margin: 4px 0 0 0;background: #f2f2f2;}
#popup .col-4 li {float: left;width: 152px;padding: 0 0 0 48px;margin: 0 20px 0 25px;}
#popup .col-4 li.col-first {background: url('../i/markup/popup/navmenu-ico-0.png') no-repeat left top;}
#popup .col-4 li.col-second {background: url('../i/markup/popup/navmenu-ico-1.png') no-repeat left top;}
#popup .col-4 li.col-third {background: url('../i/markup/popup/navmenu-ico-2.png') no-repeat left top;}
#popup .col-4 li.col-fourth {background: url('../i/markup/popup/navmenu-ico-3.png') no-repeat left top;}
#popup .col-4 li h4, #popup .col-4 li h4 a {font: bold 14px Arial;color: #666;text-decoration: none;}
#popup .col-4 li, #popup .col-4 li a {font: normal 12px Arial;color: #333;text-decoration: none;}
#popup .col-4 li a:hover { text-decoration: underline; }

/*MENU [end]*/

/*MR*/
#popup-mr {width: 980px;}
.popup-left {float: left;width: 204px;margin: 0 0 0 46px;border-right: solid #ababab 1px;}
#popup-mr .hdr {font: normal 18px Arial;color: #000;}
ul.styled {margin: 14px 0 40px 0;}
ul.styled li {padding: 0 0 0 11px;margin: 2px 0;font-size: 12px;color: #333;background: url('../i/markup/popup/marker.gif') no-repeat left center;}
ul.styled li a {font-size: 12px;color: #333;}
ul.styled li img {position: relative;top: 4px;}
.popup-left a {text-decoration: underline;color: #000;}
.popup-left a:hover { text-decoration: none; }



.pdf-list {position: relative;float: left;padding: 0 48px 0 0;margin: 0 0 0 52px;}
.pdf-list .larr, .pdf-list .rarr {position: absolute;top: 74px;text-indent: -99999px;width: 28px;height: 28px;background: url('../i/markup/popup/arrs.gif') no-repeat left top;}
.pdf-list .larr {left: 0px;}
.pdf-list .larr.no-act {background-position: 0px -56px;}
.pdf-list .rarr {right: 0px;background-position: left -28px;}
.pdf-list .rarr.no-act {background-position: 0px -84px;}
.pdf-list .frame {position: relative;float: left;width: 514px;height: 250px;margin: 0 0 0 48px;overflow-x: hidden;}
.pdf-list .frame .lst {position: absolute;top: 0px;left: 0px;width: 99999px;}
.pdf-list .frame .lst li {float: left;width: 140px;margin: 0 47px 0 0;}
.pdf-list .frame .lst li a {display: block;text-align: center;font: normal 11px Arial;}
.pdf-list .frame .lst li a img {float: left;margin: 0 0 3px 0;border: solid #ccc 1px;}
.pdf-list .frame .lst li a span {clear: both;width: 100%;text-align: center;}
.pdf-list a {text-decoration: underline;color: #333;}


.about-list {padding: 123px 0 0 0;background: url('../i/markup/logo-right.gif') no-repeat left top;}

.pdf-block {float: leftt;width: 370px;padding: 0 0 0 32px;margin: 0 0 11px 0;background: url('../i/markup/pdf-bg.png') no-repeat left top;}
.list-pdf {float: left;padding: 120px 0 0 0;margin: 37px 0 0 0;background: url('../i/markup/logo-right.gif') no-repeat left top;}
.list-pdf li a {font: bold 12px Tahoma;text-decoration: none;color: #666;}
.list-pdf li a:hover {text-decoration: underline;}
.pdf-block .pdf-list {float: right;width: 142px;padding: 0 15px;margin: 22px 17px 0 0;}
.pdf-block .pdf-list h4 {position: absolute;top: -10px;left: 65px;font: bold 18px Tahoma;color: #cc0000;}
.pdf-block .frame {width: 142px;padding: 0;margin: 0;}
.pdf-block .pdf-list .frame .lst li a span {font-size: 10px;}
.pdf-block .pdf-list .frame li a {position: relative;padding: 12px 0 0 0;}
.pdf-block .pdf-list .frame li a i {position: absolute;top: 0;right: -5px;width: 43px;height: 43px;background: url('../i/markup/ico-png.png') no-repeat left top;}
.pdf-block .larr, .pdf-block .rarr {width: 10px;height: 27px;background: url('../i/markup/pdf-arrs.gif') no-repeat left top;}
.pdf-block .larr.no-act {background-position: left -27px;}
.pdf-block .rarr {background-position: -10px top;}
.pdf-block .rarr.no-act {background-position: -10px -27px;}
/*MR [end]*/

/*POPUP [end]*/



.u-profile {clear: both;font-size: 12px;list-style: none outside none;margin: 0 0 20px !important;padding: 0 !important;}
.u-profile li {background: none repeat scroll 0 0 transparent !important;border-bottom: 1px dotted #CCCCCC;clear: both;float: left;font-size: 12px;padding: 20px 0 7px !important;width: 100%;}
.u-profile li.no-b {border: none;}
.u-profile li em {clear: both;float: left;font-size: 11px;padding: 4px 0 0;width: 100%;}
/*COMMON*/
#reg-captcha {width: 117px;}
.r-count, .u-profile {clear: both;font-size: 12px;list-style: none outside none;margin: 0 0 20px !important;padding: 0 !important;}
.u-profile li {background: none repeat scroll 0 0 transparent !important;border-bottom: 1px dotted #CCCCCC;clear: both;float: left;font-size: 12px;padding: 20px 0 7px !important;width: 100%;}
.u-profile li.no-b {border: none;}
.edit-form .title {clear: both;
/*
color: #f86c00;
*/float: left;margin: 0px 0 2px 0;padding: 0 3px;font-size: 14px;}
.i-text {width: 99%;}
.edit-form .tip {float: left;font-size: 12px;padding: 2px 0 0;}
.tip {color: #666666;display: block;font-family: Verdana;font-size: 11px;font-style: italic;}
.u-profile li em {clear: both;float: left;font-size: 11px;padding: 4px 0 0;width: 100%;}
.edit-form p {padding: 10px 0;}
/*COMMON [end]*/



/*SEARCH FORM*/
.search-form{float:left;width:100%;background:#f1f1f1 repeat-x left top;margin:0}
.search-form fieldset{padding:10px 9px}
#query-box label{display:block;padding:0 0 3px}
.search-form #search-query #query-box{float:left;width:88%}
.search-form #search-query #query{width:100%;padding:2px}
.search-form #search-query #query-box span a{border-bottom:dashed 1px;text-decoration:none}
.search-form #search-query #query-box span a:hover{border-bottom:none;text-decoration:none}
.search-form #search-query #search-btn{position:relative;z-index:1;_margin:15px 0 0 0;margin:19px 0 0 10px;padding:1px 10px}
.search-form .block{float:left;width:400px;margin:0}
.search-form .sections{width:196px}
.search-form .block #sections{padding:5px 0 0 19px}
.search-form .block label.checkbox{position:relative;top:-1px}
h2.search-result-header{font-family:Georgia;font-size:25px;font-weight:400;color:#3d4650}
h3.search-result-header{padding-left:0;padding-bottom:0;font-family:Georgia;font-size:17px;font-weight:400}
.search-result li{border-bottom:solid #ccc 1px;padding:15px 0 5px;list-style-position: inside}
.search-result li .s-h{font-size:15px;text-decoration:underline}
.search-result li .hl{display:inline;font-weight:400;background:#ccc;padding:0}
#search-errors{float: left;width:390px;font-size:12px;line-height:1em;margin:10px 0 0 0}
#search-errors p{padding:0 0 0 37px}
#search-errors ol{list-style-type:decimal;color:#4d9fbf;background:#e5f6fe;border:solid #add9ed 3px;margin:5px 0 0;padding:7px 10px 7px 34px}
#search-errors ol li{padding:3px 0}
#s-date,#e-date{width:124px;color:gray;padding:2px}
.search-form legend.db{font:italic 25px Georgia;display:block!important}
.search-form .block-select h3,.search-form .block-checkbox h3{padding:0 0 2px}
.search-form .block-checkbox{position:relative;z-index:9;clear:both;width:258px;_width:249px;height:200px;overflow-y:scroll;background:#e1e0e0;border:solid #ccc 1px;-webkit-border-radius-bottomleft:10px;-moz-border-radius-bottomleft:10px;border-radius-bottomleft:10px;padding:10px}
.search-form .block-checkbox.smaller{height:173px;overflow:visible;-webkit-border-radius:10px;-moz-border-radius:10px;border-radius:10px;margin:10px 0 0}
.search-form .block-checkbox ul{position:relative;z-index:1;list-style:none}
.search-form .block-checkbox ul li label{position:relative;top:-2px}
.top-posts{float:left;width:100%}
.top-posts .switcher{width:100%}
.search-form .switcher,.map .switcher, .top-posts .switcher{ list-style:none;position:relative;z-index:10;left:-2px;float:left;margin:10px 0 0;padding:0;height: 22px }
.search-form .switcher li a,.search-form .switcher li div,.map .switcher li a,.map .switcher li div, .top-posts .switcher li a, .top-posts .switcher li div{float:left;border:solid #ccc 1px;border-bottom:none;-webkit-border-radius:10px 10px 0 0;-moz-border-radius:10px 10px 0 0;border-radius:10px 10px 0 0;margin:0 2px;padding:3px 15px}
.switcher li a{text-decoration:underline}
.switcher li a:hover {text-decoration:none}
.switcher li { float:left }
.search-form .switcher li div,.map .switcher li div, .top-posts .switcher li div {position:relative;bottom:-1px;background:#f9f9f9;padding:3px 15px 4px}
.map .switcher li a,.map .switcher li div, .top-posts .switcher li div {padding:3px 10px}
.search-form .switcher li a span{display:block;border-bottom:dashed 1px}
.search-form .switcher li a:hover span,.map .switcher li a:hover span, .top-posts .switcher li a:hover span {border-bottom:none;padding:0 0 1px}
.ui-datepicker-trigger{position:relative;top:5px;left:1px;cursor:pointer}
h2.search-result-header{font-family:Georgia;font-size:25px;font-weight:400;color:#3d4650}
h3.search-result-header{padding-left:0;padding-bottom:0;font-family:Georgia;font-size:17px;font-weight:400}
.search-result{display: block;margin: 0 0 0 30px}
#search-result-list{padding:20px 20px 0 20px !important}
.search-result li{border-bottom:dashed #ccc 1px;padding:15px 0 5px 0 !important;list-style-position: inside;list-style: inherit;}
.search-result li .s-h{font-size:15px;text-decoration:underline}
.search-result li .hl{display:inline-block;padding: 0 1px 2px 4px;font-weight:400;font-style:normal;background:#ccc;line-height: 14px;}
.search-result li .date {display:block;font-size:11px;color: gray}
#ya-server {margin:5px 0 0 0;}
#ya-server img{position:relative;top:2px;margin:0 5px 0 0}
.search-form h3 {
	padding: 0 0 1px 0;
	color: #000;
	background: none;
}
.pl {
	clear: both;
	padding: 10px 9px;
	background: #e1e1e1;
}
.pl span {
	color: gray;
}
/*SEARCH FORM [end]*/

/*paginator*/
.paginator{font-size:1em;float: left;width:100%;height:80px;padding-top:15px;margin:5px auto}
.paginator table{border-collapse:collapse;table-layout:fixed;width:100%}
.paginator table td{white-space:nowrap;text-align:center;font-size:14px;padding:0}
.paginator .left{text-align:left}
.paginator .right{text-align:right}
.paginator .left,.paginator .right{width:7% !important}
.paginator .top,.paginator .top a{color:#4e794f}
.paginator .bottom,.paginator .bottom a{color:#027567;font-size:12px}
.paginator .spaser{width:30px}
.paginator span{display:block;color:#fff;padding:3px 0}
.paginator span strong,.paginator span a{padding:2px 6px}
.paginator span a{color:#636363}
.paginator .left a:hover,.paginator .right a:hover{text-decoration:underline}
.paginator span strong{background:#EA6D06;font-style:normal;font-weight:400}
.paginator .scroll_bar{width:100%;height:20px;position:relative;margin-top:10px}
.paginator .scroll_trough{width:100%;height:3px;background:#ccc;overflow:hidden}
.paginator .scroll_thumb{position:absolute;z-index:2;width:0;height:3px;top:0;left:0;font-size:1px;background:#363636}
.paginator .scroll_knob{position:absolute;top:-5px;left:50%;margin-left:-10px;width:20px;height:20px;overflow:hidden;cursor:pointer;background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAKCAYAAAC0VX7mAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyRpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoTWFjaW50b3NoKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDpCNTg5QjAzQTM3OUIxMUUzOEFDNkVCMUY0RTY2Qjg5RiIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDoyQkE3MkM4NjM5NzUxMUUzOEFDNkVCMUY0RTY2Qjg5RiI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOkI1ODlCMDM4Mzc5QjExRTM4QUM2RUIxRjRFNjZCODlGIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOkI1ODlCMDM5Mzc5QjExRTM4QUM2RUIxRjRFNjZCODlGIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+5PjdTwAAAFNJREFUeNqszMsNACAIA1DpULD/kak0MR6U+EPsBUjJI2ZOF8ltki1UdbjhwOw+DRzYFQonduzwgG1/8IgtfxHAakQkr0A3NkMRxSyKH1iPFgEGALu0GJMTfVLIAAAAAElFTkSuQmCC) no-repeat 0px 8px;}
.paginator .current_page_mark{position:absolute;z-index:1;top:0;left:0;width:0;height:3px;overflow:hidden;background:#55a6d9}
.fullsize .scroll_thumb{display:none}
.paginator_pages{width:600px;text-align:right;font-size:.8em;color:gray;margin-top:-10px}
/*paginator [end]*/



/*PROFILE*/
.h1.profile h1 {margin: 33px 0 0 0;background: none;border: none;}
.h1.profile {background: url('../i/markup/h1.png') repeat-x left top;}
.h1 .ava {margin: 10px 35px 0 20px;}
.h1.profile .ava, .h1.profile h1 {float: left;}
.text h1.blue {float: none;padding: 6px 0 22px 18px;margin: 0;font: bold 30px Tahoma;color: #0f54a3;background: url('../i/markup/h1.png') repeat-x left top;border-top: solid #0f54a3 4px;}
.h1 {position: relative;}
.h1 h1 span {font-size: 18px;}
.h1 .switch {position: absolute;top: 14px;right: 10px;}
.h1.profile .switch {position: absolute;top: 10px;left: 99px;}
.h1-lead {position: relative;top: -18px;margin: 0 0 0 18px;font-family: Tahoma;line-height: 1.1em;font-size: 12px;}
.h1-lead p {padding: 6px 0;}
.h1-lead p.gray {padding: 0 0 0 57px;font-size: 11px;color: #666;}
.switch li {float: left;width: auto !important;font: normal 14px Arial;color: #333;background: none !important;}
.switch.vertical {float: left;}
.switch.vertical li {clear: both;margin: 0 0 3px 0;}
.switch.vertical li a {width: 90px !important;}
.switch li a {float: left;padding: 2px 15px 2px 15px;margin: 0 8px 0 0;color: #333;-moz-border-radius: 2px;-webkit-border-radius: 2px;border-radius: 2px;}
.switch li a:hover {text-decoration: none;}
.switch li.up span {padding: 0 0 0 19px;line-height: 14px;font-size: 11px;color: #666;background: url('../i/ico-ud-arrs.gif') no-repeat left top;}
.switch li.down span {padding: 1px 0 2px 19px;line-height: 10px;font-size: 11px;color: #666;background: url('../i/ico-ud-arrs.gif') no-repeat left -13px;}
.switch h3 {font: bold 18px/18px Tahoma;color: #ff6600;}
.switch li b {float: left;padding: 2px 15px 2px 15px;margin: 0 8px 0 0;font-weight: bold;-moz-border-radius: 2px;-webkit-border-radius: 2px;border-radius: 2px;}
.switch span {float: left;padding: 0 0 0 24px;background: url('../i/markup/switch-stars.gif') no-repeat left top;}
.switch b span {background-position: left -16px;}
.u-profile {clear: both;font-size: 12px;list-style: none outside none;margin: 0 0 20px !important;padding: 0 !important;overflow: hidden;}
/*PROFILE [end]*/

/* BANNERS */
.banner_left_610 {
	width: 610px; margin-right: 31px; float: left;
}
.banner_right_309 {
	width: 309px; margin-left: 641px;
}
/* BANNERS [end]*/

/*POOL*/
.poll-list li {
	margin: 7px 0;
	color: gray
}
.poll dl{font-size:11px;width:100%}
dl.h dt,.poll dl dt,.poll-list li{padding:10px 0 0}
.poll-list li.l{ list-style-type:circle; margin-left: 40px;padding:0; color: black; }
.poll dd{position:relative;width:100%;padding:0 0 6px}
.poll div.num{color:#000;position:absolute;text-align:center;width:100%;padding:2px 0 0}
.poll div.pollline{-moz-border-radius:10px;background:url(../i/poll-bg.png) repeat-x scroll left top transparent}
.poll div.pollline,.poll div.pollline div{height:19px;overflow:hidden}
.poll div.pollline div{-moz-border-radius:10px;background:url(../i/poll.png) repeat-y scroll left -10px transparent}
/*POOL [end]*/

#cntrs {
	display: block;
	padding: 10px 0;
	margin: 0;
	float: right;
}
#cntrs .item {
	float: left;
	margin: 0 0 0 5px;
}
/*konkurs*/
.konkurs div.box {
	margin-bottom: 30px;
	overflow: hidden;
	background: #f3f3f3;
	padding-top: 20px;
	padding-bottom: 20px;
}
.konkurs div.box img {
	margin-left: 20px; width: 610px; border: 2px solid gray; float: left;
}
.konkurs div.box .descr {
	margin-left: 650px;
}
.konkurs div.box .descr a {
	font-size: 25px; color: #EA6D06;
}
.konkurs div.box .descr .vote {
	float: left;
	width: 30px;
	padding-top: 5px;
}
.konkurs span.name {
	font-size: 19px;
}
.konkurs .descr .block {
	margin-top: 10px;
}
.konkurs .opt {
	font-size: 14px;
}
.konkurs div.box .descr a:hover {
	text-decoration: none;
}
b.konkurs {
	font-size: 19px;
	font-weight: normal;
	display: block;
	float: left;
	width: 250px;
}
.article-left {
	float: left;
	width: 240px;
	margin: 3px 40px 0 0;
}
div.article {
/*
	margin: 0 0 0 300px;
*/
	overflow: hidden;
}
div.article.photrep {
	margin: 0;
}


/*SCROLLING*/
.scroll-block {
	float: left;
	padding: 0 0 20px 0;
}
.scroll-block .scroll-area {
	position: relative;
	float: left;
	width: 300px;
	height: 440px;
	margin: 15px 0;
	overflow-y: hidden;
}
.article-left .scroll-block .scroll-area {
	margin: 5px 0 !important;
	height: 1600px !important;
}
.right .scroll-block .scroll-area {
	height: 1000px;
}
.scroll-block .scroll-area .scroll-list {
	float: left;
}
.scroll-block .control {
	position: relative;
	z-index: 1;
	float: right;
	width: 22px;
	height: 13px;
	text-indent: -99999px;
	background: url('../i/scrolling.gif') no-repeat left top;
}
.scroll-block .control.down {
	margin: 0 5px 0 ;
	background-position: left -13px;
}
.scroll-block .scroll-area .scroll-list {
	position: absolute;
	top: 0px;
	left: 0px;
}
/*SCROLLING [end]*/



/*SOCIAL*/
.social-bmarks {
	position: relative;
	z-index: 1;
	margin: 10px 0;
}
.social-bmarks-item {
	float: left;
	margin: 0 5px 0 0;
}
/*SOCIAL [end]*/

/*AD*/
.reklama_block {
	margin-top: 10px;
}
.reklama_block .reklama_block_el {
	margin: 2px 1% !important;
	max-width: 30% !important;
	min-width: 100px !important;
}
.reklama_block .reklama_block_el img {
	width: 100% !important;
}
.reklama_block .reklama_block_els, .reklama_block {
	width: 100% !important;
}
/*AD [end]*/
img.imgpdf {
	float: left;
}
div.pdfs {
	margin-top: 20px;
	margin-left: 170px;
}
div.pdfs a img {
	margin-right: 10px;
	vertical-align: -10px;
}
div.pdfs a {
	display: block;
	font-size: 17px;
	margin-bottom: 10px;
}
ul.pdfs li img {
	border: 1px solid #CCC;
	margin-bottom: 5px;
}
ul.pdfs li h2 {
	font-weight: bold;
}
ul.pdfs li {
	float: left;
	text-align: center;
	margin-right: 48px;
	margin-bottom: 50px;
}
.article-video {
	position: relative;
	z-index: 1;
	width: 580px;
}
.article-video img {
	opacity: 0.4;
	filter: alpha(opacity=40);
}
.article-video .notice {
	position: absolute;
	top: 160px;
	right: 120px;
	width: 300px;
	padding: 20px;
	font-size: 15px;
	line-height: 1.3em;
	color: #fff;
	background: #e86900;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
.congratulate {
	background: url(/i/congratulate/c-bg.png);
	margin-bottom: 10px;
	box-shadow: -1px 5px 2px -2px rgba(0,0,0,0.4);
}

.congratulate h1, .c-bg h1 {
	font-size: 32px;
	font-weight: normal;
	text-transform: uppercase;
	color: white;
	text-shadow: 1px 1px 3px black;
	padding: 0px 0px 30px 0px;
	text-align: center;
}

.prod-bg h1 {
	font-size: 32px;
	font-weight: normal;
	text-transform: uppercase;
	color: black;
	padding: 0px 0px 30px 0px;
	text-align: center;
}


.ml-30 .congrats {
	margin: auto;
	text-align: center;
	display: block;
	margin-bottom: 20px;
}
.fx .right .congrats {
	margin-top: 10px;
}
.fx .right .congrats img {
	width: 240px;
}
h1.report-shadow {
	font-size: 34px;
	color: #ea8b38;
	text-shadow: black 1px 1px 1px;
	font-weight: bold;
}
div.report-box {
	background: #ebd0b9;
	padding: 20px;
	margin: 20px 0;
	box-shadow: #737373 0px 4px 6px 2px;

}
div.report-box p {
	font-size: 16px;
}
div.report-box form {
	margin-top: 20px;
}
div.report-box form label {
	float: left;
	width: 200px;
	margin-bottom: 20px;
	font-size: 17px;
	font-weight: bold;
	color: #404040;
}
div.report-box form input[type=submit] {

	/* Note: This gradient may render differently in browsers that don't support the unprefixed gradient syntax */

/* IE10 Consumer Preview */
background-image: -ms-linear-gradient(top right, #FBFCF8 0%, #B7BDBE 100%);

/* Mozilla Firefox */
background-image: -moz-linear-gradient(top right, #FBFCF8 0%, #B7BDBE 100%);

/* Opera */
background-image: -o-linear-gradient(top right, #FBFCF8 0%, #B7BDBE 100%);

/* Webkit (Safari/Chrome 10) */
background-image: -webkit-gradient(linear, right top, left bottom, color-stop(0, #FBFCF8), color-stop(1, #B7BDBE));

/* Webkit (Chrome 11+) */
background-image: -webkit-linear-gradient(top right, #FBFCF8 0%, #B7BDBE 100%);

/* W3C Markup, IE10 Release Preview */
background-image: linear-gradient(to bottom left, #FBFCF8 0%, #B7BDBE 100%);
	color: white;
	text-transform: uppercase;
	font-size: 17px;
	text-shadow: 1px 1px 3px black;
	border-radius: 5px;
	border: none;
	cursor: pointer;
	padding: 7px 12px;
	box-shadow: 1px 2px 5px 2px rgba(0,0,0,0.4);
}
div.report-box form input[type=text], div.report-box form textarea {
	margin-left: 200px;
	display: block;
	margin-bottom: 20px;
	box-shadow: rgba(0, 0, 0, 0.54) 3px 3px 2px -2px;
	border: 1px solid #DDD;
	width: 430px;
	font-size: 13px;
	padding: 4px;
}
div.report-box form textarea {
	height: 120px;
}
div.report-box .ok {
	color: #404040;
	font-size: 14px;
	font-weight: bold;
	width: 70%;
	margin: 20px auto;
	background: white;
	border: 2px solid #404040;
	padding: 40px;
}
div.report-box .ok a {
	color: #404040;
}





.c-bg {
	padding-top: 30px;
	position: relative;
	background: url(/i/congratulate/c-bg.png);
	padding-left: 20px;
	padding-right: 20px;
	/*-moz-box-shadow: 0 0 0px 10px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0 0 0px 10px rgba(0,0,0,0.5);*/
	box-shadow: 1px 5px 5px 3px rgba(0,0,0,0.4), -1px 5px 5px 3px rgba(0,0,0,0.4);
}
.c-bg form label {
	float: left;
	width: 200px;
	margin-bottom: 20px;
	font-size: 17px;
	font-weight: normal;
	text-shadow: 1px 1px 3px black;
	color: white;
}
.c-bg form input[type=submit] {

	/* Note: This gradient may render differently in browsers that don't support the unprefixed gradient syntax */

/* IE10 Consumer Preview */
background-image: -ms-linear-gradient(top right, #FBFCF8 0%, #B7BDBE 100%);

/* Mozilla Firefox */
background-image: -moz-linear-gradient(top right, #FBFCF8 0%, #B7BDBE 100%);

/* Opera */
background-image: -o-linear-gradient(top right, #FBFCF8 0%, #B7BDBE 100%);

/* Webkit (Safari/Chrome 10) */
background-image: -webkit-gradient(linear, right top, left bottom, color-stop(0, #FBFCF8), color-stop(1, #B7BDBE));

/* Webkit (Chrome 11+) */
background-image: -webkit-linear-gradient(top right, #FBFCF8 0%, #B7BDBE 100%);

/* W3C Markup, IE10 Release Preview */
background-image: linear-gradient(to bottom left, #FBFCF8 0%, #B7BDBE 100%);



	color: white;
	text-transform: uppercase;
	font-size: 17px;
	text-shadow: 1px 1px 3px black;
	border-radius: 5px;
	border: none;
	cursor: pointer;
	padding: 7px 12px;
	box-shadow: 1px 2px 5px 2px rgba(0,0,0,0.4);
}
.c-bg form input[type=text], .c-bg form textarea {
	margin-left: 200px;
	display: block;
	margin-bottom: 20px;
	box-shadow: rgba(0, 0, 0, 0.54) 3px 3px 2px -2px;
	border: 1px solid #DDD;
	width: 430px;
	font-size: 13px;
	padding: 4px;
}
.c-bg form textarea {
	height: 120px;
}
.c-bg h2 {
	font-size: 25px;
	font-weight: normal;
	text-transform: uppercase;
	color: white;
	text-shadow: 1px 1px 3px black;
	padding: 20px 0 20px 0;
}
.c-bg .shadow-b {
	position: absolute;
	top: -7px;
	left: 0px;
	display: block;
	width: 100%;
	height: 9px;
	-moz-box-shadow: 0px 10px 20px 10px #fff;
	-webkit-box-shadow: 0px 10px 20px 10px #fff;
	-khtml-box-shadow: 0px 10px 20px 10px #fff;
	box-shadow: 0px 10px 20px 10px #fff;
	background: #fff;
}
.c-bg .ok {
	color: #404040;
	font-size: 14px;
	font-weight: bold;
	width: 70%;
	margin: auto;
	background: white;
	border: 2px solid #404040;
	padding: 40px;
}
.c-bg .ok a {
	color: #404040;
}






.c-bg {
	padding-top: 30px;
	position: relative;
	background: url(/i/congratulate/c-bg.png);
	padding-left: 20px;
	padding-right: 20px;
	/*-moz-box-shadow: 0 0 0px 10px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0 0 0px 10px rgba(0,0,0,0.5);*/
	box-shadow: 1px 5px 5px 3px rgba(0,0,0,0.4), -1px 5px 5px 3px rgba(0,0,0,0.4);
}
.c-bg form label {
	float: left;
	width: 200px;
	margin-bottom: 20px;
	font-size: 17px;
	font-weight: normal;
	text-shadow: 1px 1px 3px black;
	color: white;
}
.c-bg form input[type=submit] {

	/* Note: This gradient may render differently in browsers that don't support the unprefixed gradient syntax */

/* IE10 Consumer Preview */
background-image: -ms-linear-gradient(top right, #FBFCF8 0%, #B7BDBE 100%);

/* Mozilla Firefox */
background-image: -moz-linear-gradient(top right, #FBFCF8 0%, #B7BDBE 100%);

/* Opera */
background-image: -o-linear-gradient(top right, #FBFCF8 0%, #B7BDBE 100%);

/* Webkit (Safari/Chrome 10) */
background-image: -webkit-gradient(linear, right top, left bottom, color-stop(0, #FBFCF8), color-stop(1, #B7BDBE));

/* Webkit (Chrome 11+) */
background-image: -webkit-linear-gradient(top right, #FBFCF8 0%, #B7BDBE 100%);

/* W3C Markup, IE10 Release Preview */
background-image: linear-gradient(to bottom left, #FBFCF8 0%, #B7BDBE 100%);



	color: white;
	text-transform: uppercase;
	font-size: 17px;
	text-shadow: 1px 1px 3px black;
	border-radius: 5px;
	border: none;
	cursor: pointer;
	padding: 7px 12px;
	box-shadow: 1px 2px 5px 2px rgba(0,0,0,0.4);
}
.c-bg form input[type=text], .c-bg form textarea {
	margin-left: 200px;
	display: block;
	margin-bottom: 20px;
	box-shadow: rgba(0, 0, 0, 0.54) 3px 3px 2px -2px;
	border: 1px solid #DDD;
	width: 430px;
	font-size: 13px;
	padding: 4px;
}
.c-bg form textarea {
	height: 120px;
}
.c-bg h2 {
	font-size: 25px;
	font-weight: normal;
	text-transform: uppercase;
	color: white;
	text-shadow: 1px 1px 3px black;
	padding: 20px 0 20px 0;
}
.c-bg .shadow-b {
	position: absolute;
	top: -7px;
	left: 0px;
	display: block;
	width: 100%;
	height: 9px;
	-moz-box-shadow: 0px 10px 20px 10px #fff;
	-webkit-box-shadow: 0px 10px 20px 10px #fff;
	-khtml-box-shadow: 0px 10px 20px 10px #fff;
	box-shadow: 0px 10px 20px 10px #fff;
	background: #fff;
}
.c-bg .ok {
	color: #404040;
	font-size: 14px;
	font-weight: bold;
	width: 70%;
	margin: auto;
	background: white;
	border: 2px solid #404040;
	padding: 40px;
}
.c-bg .ok a {
	color: #404040;
}





.prod-bg {
	margin-top: 30px;
	padding-top: 30px;
	position: relative;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 30px;
	border: 1px solid #DDD;
}
.prod-bg form label {
	float: left;
	width: 200px;
	margin-bottom: 20px;
	font-size: 17px;
	font-weight: normal;
	text-shadow: 1px 1px 3px #ccc;
	color: #ea6d06;
}
.prod-bg form input[type=submit] {

	/* Note: This gradient may render differently in browsers that don't support the unprefixed gradient syntax */

/* IE10 Consumer Preview */
background-image: -ms-linear-gradient(top right, #FBFCF8 0%, #B7BDBE 100%);

/* Mozilla Firefox */
background-image: -moz-linear-gradient(top right, #FBFCF8 0%, #B7BDBE 100%);

/* Opera */
background-image: -o-linear-gradient(top right, #FBFCF8 0%, #B7BDBE 100%);

/* Webkit (Safari/Chrome 10) */
background-image: -webkit-gradient(linear, right top, left bottom, color-stop(0, #FBFCF8), color-stop(1, #B7BDBE));

/* Webkit (Chrome 11+) */
background-image: -webkit-linear-gradient(top right, #FBFCF8 0%, #B7BDBE 100%);

/* W3C Markup, IE10 Release Preview */
background-image: linear-gradient(to bottom left, #FBFCF8 0%, #B7BDBE 100%);



	color: black;
	text-transform: uppercase;
	font-size: 17px;
	text-shadow: 1px 1px 3px #DDD;
	border-radius: 5px;
	border: none;
	cursor: pointer;
	padding: 7px 12px;
	box-shadow: 1px 2px 5px 2px rgba(0,0,0,0.4);
}
.prod-bg form input[type=text], .prod-bg form textarea {
	margin-left: 200px;
	display: block;
	margin-bottom: 20px;

	border: 1px solid #DDD;
	width: 430px;
	font-size: 13px;
	padding: 4px;
}
.prod-bg form textarea {
	height: 120px;
}
.prod-bg h2 {
	font-size: 25px;
	font-weight: normal;
	text-transform: uppercase;
	color: white;
	text-shadow: 1px 1px 3px black;
	padding: 20px 0 20px 0;
}
.prod-bg .shadow-b {
	position: absolute;
	top: -7px;
	left: 0px;
	display: block;
	width: 100%;
	height: 9px;
	-moz-box-shadow: 0px 10px 20px 10px #fff;
	-webkit-box-shadow: 0px 10px 20px 10px #fff;
	-khtml-box-shadow: 0px 10px 20px 10px #fff;
	box-shadow: 0px 10px 20px 10px #fff;
	background: #fff;
}
.prod-bg .ok {
	color: #404040;
	font-size: 14px;
	font-weight: bold;
	width: 70%;
	margin: auto;
	background: white;
	border: 2px solid #404040;
	padding: 40px;
}
.prod-bg .ok a {
	color: #404040;
}

div.error-message {
	border: 2px solid #cc3333;
	color: #cc3333;
	margin: 20px 0;
	padding: 10px 0;
	background-color: #F2DEDE;
}
div.error-message ul {
	margin-left: 50px;
}
.wrapper .content blockquote .teaser {
	margin-top: 26px;
	float: left;
	width: 300px;
	font-size: 16px;
	position: relative;
	overflow: hidden;
}
.wrapper .content blockquote .teaser:first-child {
	margin-right: 20px;
}
.wrapper .content blockquote .teaser span {
	position: absolute;
	top: 0px;
	left: 5px;
	display: block;
	padding: 3px 3px 2px 3px;
	font: bold 7.5pt Tahoma;
	color: #fff;
	text-transform: uppercase;
	background: url('../i/rubric-bg.gif') repeat-x left top;
}
.wrapper .content blockquote .teaser h2 {
	font-family: "Georgia, sans-serif";
}
.wrapper .content blockquote .teaser img {
	width: 148px;
	margin-right: 7px;
	float: left;
}
/*
@media only screen and (min-width: 1200px) and (max-width: 1230px) {
	.wrapper .content blockquote .teaser img {
		width: 120px;
	}
	.wrapper .content blockquote .teaser {
		width: 270px;
		font-size: 14px;
		margin-bottom: 20px;
	}
}
@media only screen and (min-width: 1100px) and (max-width: 1200px) {
	.wrapper .content blockquote .teaser img {
		width: 120px;
	}
	.wrapper .content blockquote .teaser {
		width: 240px;
		font-size: 13px;
		margin-bottom: 20px;
		margin-right: 10px;
	}
	.wrapper .content blockquote .teaser:first-child {
		margin-right: 10px;
	}
	.wrapper .content blockquote .teaser span {
		font-size: 9px;
	}
}
@media only screen and (min-width: 1050px) and (max-width: 1100px) {
	.wrapper .content blockquote .teaser img {
		width: 100px;
	}
	.wrapper .content blockquote .teaser {
		width: 220px;
		font-size: 12px;
		margin-bottom: 30px;
	}
	.wrapper .content blockquote .teaser:first-child {
		margin-right: 5px;
	}
	.wrapper .content blockquote .teaser span {
		font-size: 9px;
	}
}
@media only screen and (min-width: 100px) and (max-width: 1050px) {
	.wrapper .content blockquote .teaser img {
		display: none;
	}
	.wrapper .content blockquote .teaser h2 {
		padding: 4px;
	}
	.wrapper .content blockquote .teaser {
		width: 180px;
		font-size: 16px;
		margin-bottom: 30px;
	}
	.wrapper .content blockquote .teaser:first-child {
		margin-right: 5px;
	}
	.wrapper .content blockquote .teaser span {
		display: none;
	}
}
*/
.links_bottom {
	margin-bottom: 20px;
	text-align: left;
	background: #325f82;
	color: white;
	padding: 10px 0;
}
.links_bottom a {
	color: white;
}
.links_bottom td {
	padding: 5px;
}

.komitet {
	position: relative;
	height: 73px;
	margin-bottom: 20px;
}
.komitet img {
	position: absolute;
	overflow: hidden;
	left: -3px;

}

.blft {
	width: 400px;
	float: left;
}

/* To top panel */
.to_top {
  position: fixed;
  top: 0px;
  bottom: 0px;
  right: 0;
  width:100px;
  -moz-opacity: 0.7;
  filter: alpha(opacity=70);
  opacity: 0.7;
  display: none;
}
.to_top .to_top_panel {
  width:100%;
  height: 100%;
  font-size: 14px;
  color: #00599e;
  position: relative;
}
.to_top:hover {
  -moz-opacity: 1;
  filter: alpha(opacity=100);
  opacity: 1;
}
.to_top:hover .to_top_panel {
  cursor: pointer;
  background: #f0f0f0;
}
.to_top .to_top_button {
	position: absolute;
	bottom: 30px;
	text-align: center;
	line-height: 8px;
	margin-left:35px;
	margin-bottom: 20px;
	font-family: tahoma, arial, verdana, sans-serif;
	font-weight: bold;
}
.to_top .to_top_button .arrow{
	font-size: 45px;
	font-weight: bold;
	font-family: tahoma;
	vertical-align: middle;
	border: #00599e 1px solid;
	border-radius: 5px;
}
.to_top.mini {width:50px;}
.to_top.mini .to_top_button {
	margin-left: 8px;
}
.to_top.mini .to_top_panel .arrow{font-size:45px;}
.to_top_panel .label{display:none;}



.mr7ruadfoxblock {
	width:700px;
	margin: 15px 0;
	overflow:hidden;
}
.mr7ruadfox {
	float: left;
	width: 225px;
	margin-right: 12px;
}
.mr7ruadfoxblock :last-child {
	margin-right:0px;
}

#popup-msk .selector {
	padding: 15px;
}
#popup-msk .cnt {
	width: 250px;
	margin: auto;
}
#popup-msk .q {
	padding-top: 20px;
	font-size: 13px;

}
#popup-msk .selector .del {
	display: inline-block;
	width: 50px;
}
#popup-msk .selector a {
	font-size: 17px;
	margin-bottom: 10px;
	display: inline-block;
}

.projects {
	margin: 20px 0;
	padding: 0px;
}
.projects li {
	list-style: none;
	float: left;
	width: 308px;
	padding: 15px;
	border: 1px solid #ccc;
	margin-bottom: 20px;
}
.projects li:nth-child(odd) {
	margin-right: 20px;
}
.projects li .img {
	margin-bottom: 10px;
}
.projects li h3 {
	margin: 0 0 10px 0;
	font-size: 20px;
	color: #00599e;
}
.projects li h3 a {
	color: #00599e;
	text-decoration: none;
}
.projects li h3 a:hover {
	text-decoration: underline;
}

.article em {
	font-style: italic;
}
.article strong {
	font-weight: bold;
}


.hh-header {
	position: relative;
	margin-top: 20px;
	height: 40px;
}
.hh-header div {
	position: absolute;
	top: -10px;
	right: 0;
}
.hh-header h2 {
	display: inline-block;
	float: left;
	font-size: 30px;
	color: #ea6d06;
}
.headhunter {
	margin: 25px 0;
	position: relative;
	background: #ECF6FD;
	padding: 18px 20px 10px 20px;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	-o-border-radius: 8px;
}
.headhunter h3 {
	font-size: 20px;
}
.headhunter ul, ol {
	padding-left: 30px;
	margin: 7px 0;
}
.headhunter li {
	list-style: disc;
}
.headhunter p {
	font-size: 13.3px;
}
.headhunter .select {
	float: left;
}
.headhunter .select select {
	width: 400px;
	display: block;
	margin-bottom: 10px;
}
.headhunter .price {
	position: absolute;
	top: 23px;
	margin-left: 420px;
}
.headhunter .price input {
	margin: 4px 0 3px 0;
	font-size: 13px;
	padding: 3px;
	width: 30px;
	border: 1px solid #8d8d8d;
}
.headhunter .query {
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-o-border-radius: 5px;
	border: 1px solid #8d8d8d;
	padding: 10px;
	font-size: 18px;
	color: #818384;
	width: 510px;
}
.headhunter .ok {
	display: block;
	float: right;
	width: 42px;
	height: 42px;
	text-indent: 10px;
	font-size: 20px;
	line-height: 38px;
	text-decoration: none;
	color: white;
	background: url(/i/hh-ok.png);
}
.hh-results {

}
.hh-btn {
	width: 219px;
	text-decoration: none;
	text-align: center;
	font-weight: bold;
	padding: 10px 0;
	display: block;
	margin-top: 10px;
	float: left;
	color: #fff;
    background: #e86900 url('../i/vote-bg.png') repeat-x left top;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}
.hh-back {
	display: block;
	margin: 30px 0 0 250px;
}
.hh-btn:hover {
	background-position: 0 -37px;
}
.hh-results .total {
	float: left;
}
.hh-results .options {
	float: right;
}
.hh-results .green {
	color: #00599e;
	font-weight: bold;
}
.hh-results ul.res {
	margin: 20px 0;
}
.hh-results ul.res li {
	overflow: hidden;
	padding: 15px 0;
	border-bottom: 1px dashed black;
}
.hh-results ul.res li .info {
	float: left;
}
.hh-results ul.res li .price {
	float: right;
}
.hh-results ul.res li a {
	color: #00599e;
	font-size: 15px;
}
.hh-results ul.res li .info span {
	display: block;
}

.hh-results ul.res li:last {
	border-bottom: none;
}




table.users {
	border-collapse: collapse;
	width: 100%;
	margin: 14px 0 0 0;
	font-family: arial;

	border: 0
}
table.users thead td {

	padding: 10px 0;
	background: #f7933c;
	font-weight: bold;
	vertical-align: middle;
}
table.users tbody .hovered {
	background: #ccc !important;
}
table.users thead td a { text-decoration: underline }
table.users thead td a:hover { text-decoration: none }
table.users td, table.users th {
	border: 1px solid #868989;
	text-align: center;
	vertical-align: middle;
	padding: 5px 3px;
	background: #faead9;
}
table.users tr.odd td, table.users tr.odd th {
	background: #f9dec2;
}
table.users tbody tr:hover td, table.users tbody tr:hover th {
	background: #f9cc9d !important;
}
table.users th {
	padding-left: 7px;
	text-align: left
}
table.users th a {
	font-weight: bold;
	color: #000;
}
table.users thead td.s {
	background-color: #d4d4d4
}
table.users tbody .s {
	background-color: #f7f7f7
}
table.users a {
	color: #000
}
.cke_button__spellchecker_icon {
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAA3XAAAN1wFCKJt4AAACXklEQVQ4y22RzU4rRxCFv+oeM+32jOSFDRIrlA3SABJiiaNIyYK7uq9h3UR5kzwBvEF2+VkgiGSzzgNYVnIH4QULhBhAMOMZ8FBZXNsySRYldZ86p3SqjkwmE1qtFlEUAVAUBQBxHBMEAa+vrzw9PVFVFWEYEkURjUaDqqp4fHyE29tbVBVAAVXVd/8FVlXVf/AsyzDee0REVbVS1UpEFODw8JBVbG1t7R1PVas8zwmstSRJAtAG2N/fnwLUdb3E9vb2pgC7u7tLDGA6nRKICNZagBLAGLPoIyJTvuxQAVRVxfPzc3lzc8NsNsNaixER5qUioosBeZ6vrhACvL290Ww2ieMY7z1BEGDquibLsiU5yzIAyrJc2G1vbm4CYK3FWsv6+jobGxs0m024u7ubu1Snqq7RaKiq0u12V1MoVZXJZPLnagr39/dwdXWFqpZpmi7f82jLlXLABxEpe72eHh8fD1S1vL6+xry8vCwv670HaMdxvLQPtEXkmzAMf+n1emGr1Rr0+/2fgXZRFF+OmKZpGccx3W4XEfnROffdPJVSRL4Ow/DXg4MDF0XR8Ozs7C/gZDwel6pKYIzBWksYhojIB+/9T8aYQkQ+AhJF0W87OzvOOTc4PT39G/hhPB6rtRZjDMEinqIoUFWOjo6GDw8P315eXv4OsLW11XTODQeDwWfg+1WxiGDmEZDnOcAf5+fnl865YafT8Z1Ox3vvhxcXF5+BT/8WA0iapixc1HXN9va2AU6SJPkKYDQapUD//8TvBqgqdV0zm81IksQAJ3NOfzQavQVBgLX2nRjgHzGrYAquuDikAAAAJXRFWHRkYXRlOmNyZWF0ZQAyMDEyLTEwLTI1VDEyOjQ4OjExKzAyOjAwAaJEMgAAACV0RVh0ZGF0ZTptb2RpZnkAMjAxMi0xMC0yNVQxMjo0ODoxMSswMjowMHD//I4AAAAZdEVYdFNvZnR3YXJlAHd3dy5pbmtzY2FwZS5vcmeb7jwaAAAAAElFTkSuQmCC) !important;
}
.content .article span.draft {
	background-color: red;
	padding: 2px 5px;
	color: #fff;
	margin-right: 5px;
	float: right;
}
.content .photoreport {
	width: 700px;
	padding: 0!important;
	margin: 0!important;
	list-style: none!important;
	background-color: #ddd;
}
.content .photoreport .lslide {
	list-style: none!important;
	text-align: center;
	position: relative;
}
.content .photoreport img {
	max-width: 700px;
}
.content .photoreport .lslide .caption {
	display: inline-block;
	position: absolute;
	line-height: 18px;
	bottom: 0;
	left: 0;
	background-color: #0000007a;
	color: #fff;
	width: 700px;
	box-sizing: border-box;
	padding: 10px;
	font-size: 15px;
}
.content .photoreport .lslide .caption .description,
.content .photoreport .lslide .caption .source {
	width: 100%;
}
.content .photoreport .lslide .caption .source {
	text-align: right;
}
.content .photoreport .lslide .caption .source a {
	color: white;
}
.content .lSPager li {
	list-style: none!important;
}
.content .lSPager li.active,
.content .lSPager li:hover {
	border: 2px solid #e96900!important;
	box-sizing: border-box;
	border-radius: 0px!important;
}

.content .online-item {
	width: 100%;
	display: inline-block;
}
.content .online-item:nth-child(1) {
	border-top: 1px solid #ddd;
}
.content .online-item:last-child {
	border-bottom: 1px solid #ddd;
}
.content .online-item .online-time {
	float: left;
	width: 10%;
	font-weight: bold;
	font-size: 16px;
	box-sizing: border-box;
	position: relative;
	text-align: right;
	padding: 7px 10px;
}
.content .online-time:after {
	position: absolute;
	width: 9px;
	height: 9px;
	display: block;
	right: -5px;
	top: 17px;
	background: #ddd;
	border-radius: 5px;
	content: "";
}
.content .online-item .online-text-wrapper {
	width: 90%;
	border-left: 1px solid #ddd;
	float: left;
	padding-left: 15px;
	box-sizing: border-box;
	position: relative;
}
.online-item .online-text {
	padding: 10px;
	margin-bottom: 10px;
}
.online-item .online-text p {
	margin: 0px;
	padding-bottom: 1em;
}
.online-item .online-text span.article-photo {
	width: 594px!important;
}
.online-item.breaking .online-text:before {
	position: absolute;
	top: 12px;
	right: -15px;
	display: inline-block;
	border-top: 10px solid transparent;
	border-left: 10px solid #caecfb;
	border-right: 0 solid #caecfb;
	border-bottom: 10px solid transparent;
	content: " ";
	border-left-width: 0;
	border-right-width: 10px;
	left: 5px;
	right: auto;
}
.online-item.breaking .online-text {
	background: #caecfb;
}
.online-item .online-text iframe {
	width: 100%;
}
p.breaking-label {
	background: url(/i/flash.svg);
	background-size: 20px 20px;
	background-repeat: no-repeat;
	background-position-x: right;
	padding: 0!important;
}
span.marker {
	background-color: rgba(255,145,167,.22);
}

div[id^="vk_post_"]{
	max-width:550px;
}