/* Reset
----------------*/
HTML {
	font-size:100.01%;
	overflow: -moz-scrollbars-vertical;
	overflow-y: scroll;

}
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,
FONT,IMG,INS,KBD,Q,S,SAMP,SMALL,STRIKE,
STRONG,SUB,SUP,TT,VAR,DL,DT,DD,OL,UL,
LI,FIELDSET,FORM,LABEL,LEGEND,TABLE,
CAPTION,TBODY,TFOOT,THEAD,TR,TH,TD,HR {
	padding:0;
	margin:0;
	border:none;
	outline:none;
	font-family:inherit;
}

DFN,I,CITE,VAR,ADDRESS,EM {
	font-style:normal;
}
TH,H1,H2,H3,H4,H5,H6 {
	font-weight:normal;
}
TEXTAREA,INPUT,SELECT {
	font-family:arial,sans-serif;
	font-size:1em;
}
INPUT[type=button],
INPUT[type=submit] {
	cursor:pointer;
}
SMALL {
	font-size:.85em;
}
OL,UL {
	list-style:none;
}
TABLE {
	border-collapse:collapse;
	border-spacing:0;
}
CAPTION,TH,TD {
	text-align:left;
}
:focus {
	outline:none;
}
SUP,SUB {
	vertical-align:baseline;
	position:relative;
	top:-.5em;
	font-size:.85em;
}
SUB {
	top:.5em;
}


/* Globals
----------------*/
HTML {
}
BODY {
	font:13px/18px arial,sans-serif;
	min-width:960px;
	color:#000;
	background:
			url(/static/news/img/clouds-bg.jpg) repeat-x left top #fff;
}

body.notop, body.notop>div>a, body.notop>div>a:hover{
	background: none;
}
.notop #Page .ad_topper_cont{
	display: none;
}
.notop.background #Page {
	background-color:#fff;
	position: relative;
	z-index: 20000;
}
.notop .adm-head{
	position: relative;
	z-index: 20000;
}
body.notop>div>a img{
	display:none;
}


.body-clouds {
	background: url(/static/news/img/clouds.jpg) no-repeat center top;
	min-height:200px;
}
.body-clouds.notop{
	background-position: center -100px;
}
/* links */
A {
	/*color:#007dcd;*/
	color:#0a74cf;
	text-decoration:underline;
}
A:hover,.links-big-em:hover {
	color:#cd0000;
}


A,
.links-em A EM,
A.link-em EM{
	color:#0a74cf;
	text-decoration:none;
	background:-webkit-gradient(linear, 0 0, 100% 0, from(#c6e2f4), to(#c6e2f4));
	background:-webkit-linear-gradient(left, #c6e2f4, #c6e2f4 100%);
	background:   -moz-linear-gradient(left, #c6e2f4, #c6e2f4 100%);
	background:    -ms-linear-gradient(left, #c6e2f4, #c6e2f4 100%);
	background:     -o-linear-gradient(left, #c6e2f4, #c6e2f4 100%);
	background:        linear-gradient(left, #c6e2f4, #c6e2f4 100%);
	background-position: 0 100%;
	background-size:10px 1px;
	background-repeat:repeat-x;
}
A:hover,
.links-em A:hover EM,
A.link-em:hover EM,
.subnav TD strong A.links-black:hover span em
{
	color:#cd0000;
	background-image:-webkit-gradient(linear, 0 0, 100% 0, from(#f4c6c6), to(#f4c6c6));
	background-image:-webkit-linear-gradient(left, #f4c6c6, #f4c6c6 100%);
	background-image:   -moz-linear-gradient(left, #f4c6c6, #f4c6c6 100%);
	background-image:    -ms-linear-gradient(left, #f4c6c6, #f4c6c6 100%);
	background-image:     -o-linear-gradient(left, #f4c6c6, #f4c6c6 100%);
	background-image:        linear-gradient(left, #f4c6c6, #f4c6c6 100%);
}

.links-big A,
.links-big.links-em A EM
.links-big A.link-em EM {
	background-position:0 100%;
}

.link-js,
.links-em .link-js EM,
.link-js.link-em EM {
	background-image:-webkit-gradient(linear, 0 0, 100% 0, from(#7fbee6), color-stop(0.5, #7fbee6), color-stop(0.5, transparent));
	background-image:-webkit-linear-gradient(left, #7fbee6, #7fbee6 50%, transparent 50%);
	background-image:   -moz-linear-gradient(left, #7fbee6, #7fbee6 50%, transparent 50%);
	background-image:    -ms-linear-gradient(left, #7fbee6, #7fbee6 50%, transparent 50%);
	background-image:     -o-linear-gradient(left, #7fbee6, #7fbee6 50%, transparent 50%);
	background-image:        linear-gradient(left, #7fbee6, #7fbee6 50%, transparent 50%);
	background-size: 2px 1px;
}
.link-js:hover,
.links-em .link-js:hover EM,
.link-js.link-em:hover EM {
	background-image:-webkit-gradient(linear, 0 0, 100% 0, from(#d1afb6), color-stop(0.5, #d1afb6), color-stop(0.5, transparent));
	background-image:-webkit-linear-gradient(left, #d1afb6, #d1afb6 50%, transparent 50%);
	background-image:   -moz-linear-gradient(left, #d1afb6, #d1afb6 50%, transparent 50%);
	background-image:    -ms-linear-gradient(left, #d1afb6, #d1afb6 50%, transparent 50%);
	background-image:     -o-linear-gradient(left, #d1afb6, #d1afb6 50%, transparent 50%);
	background-image:        linear-gradient(left, #d1afb6, #d1afb6 50%, transparent 50%);
}


.links-white A,
.links-white.links-em A EM,
.links-white A.link-em EM,
.items .item a.item__a .item__title.links-white,
.items .item a:hover.item__a .item__title.links-white{
	color:#fff;
	background-image:-webkit-gradient(linear, 0 0, 100% 0, from(rgba(255,255,255,.5)), to(rgba(255,255,255,.5)));
	background-image:-webkit-linear-gradient(left, rgba(255,255,255,.5), rgba(255,255,255,.5) 100%);
	background-image:   -moz-linear-gradient(left, rgba(255,255,255,.5), rgba(255,255,255,.5) 100%);
	background-image:    -ms-linear-gradient(left, rgba(255,255,255,.5), rgba(255,255,255,.5) 100%);
	background-image:     -o-linear-gradient(left, rgba(255,255,255,.5), rgba(255,255,255,.5) 100%);
	background-image:        linear-gradient(left, rgba(255,255,255,.5), rgba(255,255,255,.5) 100%);
}
.links-white A:hover,
.links-white.links-em A:hover EM,
.links-white A.link-em:hover EM
{
	color:#fff;
	background-image:-webkit-gradient(linear, 0 0, 100% 0, from(#fff), to(#fff));
	background-image:-webkit-linear-gradient(left, #fff, #fff 100%);
	background-image:   -moz-linear-gradient(left, #fff, #fff 100%);
	background-image:    -ms-linear-gradient(left, #fff, #fff 100%);
	background-image:     -o-linear-gradient(left, #fff, #fff 100%);
	background-image:        linear-gradient(left, #fff, #fff 100%);
}

.links-white-on-dark A:hover,
.links-white-on-dark.links-em A:hover EM,
.links-white-on-dark A.link-em:hover EM,
.links-white-on-dark .link-gm:hover B {
	color:#cd0000;
	background-image:-webkit-gradient(linear, 0 0, 100% 0, from(#841d1d), to(#841d1d));
	background-image:-webkit-linear-gradient(left, #841d1d, #841d1d 100%);
	background-image:   -moz-linear-gradient(left, #841d1d, #841d1d 100%);
	background-image:    -ms-linear-gradient(left, #841d1d, #841d1d 100%);
	background-image:     -o-linear-gradient(left, #841d1d, #841d1d 100%);
	background-image:        linear-gradient(left, #841d1d, #841d1d 100%);
}

.item__date.links-black a,
.crumbs.links-black a{
	background-image:-webkit-gradient(linear, 0 0, 100% 0, from(rgba(0,0,0,.25)), to(rgba(0,0,0,.25)));
	background-image:-webkit-linear-gradient(left, rgba(0,0,0,.25), rgba(0,0,0,.25) 100%);
	background-image:   -moz-linear-gradient(left, rgba(0,0,0,.25), rgba(0,0,0,.25) 100%);
	background-image:    -ms-linear-gradient(left, rgba(0,0,0,.25), rgba(0,0,0,.25) 100%);
	background-image:     -o-linear-gradient(left, rgba(0,0,0,.25), rgba(0,0,0,.25) 100%);
	background-image:        linear-gradient(left, rgba(0,0,0,.25), rgba(0,0,0,.25) 100%);
}


.balloon_cont td strong span a.links-black em
{
	background-image:-webkit-gradient(linear, 0 0, 100% 0, from(rgba(0,0,0,.25)), to(rgba(0,0,0,.25)));
	background-image:-webkit-linear-gradient(left, rgba(0,0,0,.25), rgba(0,0,0,.25) 100%);
	background-image:   -moz-linear-gradient(left, rgba(0,0,0,.25), rgba(0,0,0,.25) 100%);
	background-image:    -ms-linear-gradient(left, rgba(0,0,0,.25), rgba(0,0,0,.25) 100%);
	background-image:     -o-linear-gradient(left, rgba(0,0,0,.25), rgba(0,0,0,.25) 100%);
	background-image:        linear-gradient(left, rgba(0,0,0,.25), rgba(0,0,0,.25) 100%);
	color:#111;
}

.balloon_cont TD strong A.links-black{
	padding:0px;
}
.balloon_cont TD strong A.links-black span em{
	background-image:-webkit-gradient(linear, 0 0, 100% 0, from(rgba(0,0,0,.25)), to(rgba(0,0,0,.25)));
	background-image:-webkit-linear-gradient(left, rgba(0,0,0,.25), rgba(0,0,0,.25) 100%);
	background-image:   -moz-linear-gradient(left, rgba(0,0,0,.25), rgba(0,0,0,.25) 100%);
	background-image:    -ms-linear-gradient(left, rgba(0,0,0,.25), rgba(0,0,0,.25) 100%);
	background-image:     -o-linear-gradient(left, rgba(0,0,0,.25), rgba(0,0,0,.25) 100%);
	background-image:        linear-gradient(left, rgba(0,0,0,.25), rgba(0,0,0,.25) 100%);
	color:#111;
}

.balloon_cont TD strong A.links-black:hover span em{
	color:#cd0000 !important;
	background-image:-webkit-gradient(linear, 0 0, 100% 0, from(#d1afb6), to(#d1afb6));
	background-image:-webkit-linear-gradient(left, #d1afb6, #d1afb6 100%);
	background-image:   -moz-linear-gradient(left, #d1afb6, #d1afb6 100%);
	background-image:    -ms-linear-gradient(left, #d1afb6, #d1afb6 100%);
	background-image:     -o-linear-gradient(left, #d1afb6, #d1afb6 100%);
	background-image:        linear-gradient(left, #d1afb6, #d1afb6 100%);
}

.links-black A{
	background-image:-webkit-gradient(linear, 0 0, 100% 0, from(rgba(0,0,0,.25)), to(rgba(0,0,0,.25)));
	background-image:-webkit-linear-gradient(left, rgba(0,0,0,.25), rgba(0,0,0,.25) 100%);
	background-image:   -moz-linear-gradient(left, rgba(0,0,0,.25), rgba(0,0,0,.25) 100%);
	background-image:    -ms-linear-gradient(left, rgba(0,0,0,.25), rgba(0,0,0,.25) 100%);
	background-image:     -o-linear-gradient(left, rgba(0,0,0,.25), rgba(0,0,0,.25) 100%);
	background-image:        linear-gradient(left, rgba(0,0,0,.25), rgba(0,0,0,.25) 100%);
}
.links-black A,
.links-black.links-em A EM,
.links-black A.link-em EM,
.items .item a.item__a,
.extrbcua .rbcua.right_adv .links-black A span,
#rbcua .rbcua.right_adv .links-black A span
{
	color:#111;
	/*background-image:-webkit-gradient(linear, 0 0, 100% 0, from(rgba(0,0,0,.25)), to(rgba(0,0,0,.25)));*/
	/*background-image:-webkit-linear-gradient(left, rgba(0,0,0,.25), rgba(0,0,0,.25) 100%);*/
	/*background-image:   -moz-linear-gradient(left, rgba(0,0,0,.25), rgba(0,0,0,.25) 100%);*/
	/*background-image:    -ms-linear-gradient(left, rgba(0,0,0,.25), rgba(0,0,0,.25) 100%);*/
	/*background-image:     -o-linear-gradient(left, rgba(0,0,0,.25), rgba(0,0,0,.25) 100%);*/
	/*background-image:        linear-gradient(left, rgba(0,0,0,.25), rgba(0,0,0,.25) 100%);*/
}
.links-black A:hover,
.links-black.links-em A:hover EM,
.links-black A.link-em:hover EM,
.extrbcua .rbcua.right_adv .links-black A:hover span,
#rbcua .rbcua.right_adv .links-black A:hover span,
.right_adv .tizer:hover .links-black A span
{
	color:#cd0000;
	background-image:-webkit-gradient(linear, 0 0, 100% 0, from(#d1afb6), to(#d1afb6));
	background-image:-webkit-linear-gradient(left, #d1afb6, #d1afb6 100%);
	background-image:   -moz-linear-gradient(left, #d1afb6, #d1afb6 100%);
	background-image:    -ms-linear-gradient(left, #d1afb6, #d1afb6 100%);
	background-image:     -o-linear-gradient(left, #d1afb6, #d1afb6 100%);
	background-image:        linear-gradient(left, #d1afb6, #d1afb6 100%);
}

.items .item a.item__a{
	display:block;
	background-image:none;
	text-decoration:none;
}
/*.items .item a.item__a .item__title{
background-image:-webkit-gradient(linear, 0 0, 100% 0, from(rgba(0,0,0,0.25)), to(rgba(0,0,0,0.25)));
background-image:-webkit-linear-gradient(left, rgba(0,0,0,0.25), rgba(0,0,0,0.25) 100%);
background-image:   -moz-linear-gradient(left, rgba(0,0,0,0.25), rgba(0,0,0,0.25) 100%);
background-image:    -ms-linear-gradient(left, rgba(0,0,0,0.25), rgba(0,0,0,0.25) 100%);
background-image:     -o-linear-gradient(left, rgba(0,0,0,0.25), rgba(0,0,0,0.25) 100%);
background-image:        linear-gradient(left, rgba(0,0,0,0.25), rgba(0,0,0,0.25) 100%);
background-position: 0 100%;
background-size:10px 1px;
background-repeat:repeat-x;
}*/
.items .item a.item__a:hover .item__title{
	color:#cd0000;
	background-image:-webkit-gradient(linear, 0 0, 100% 0, from(rgba(205,0,0,0.25)), to(rgba(205,0,0,0.25)));
	background-image:-webkit-linear-gradient(left, rgba(205,0,0,0.25), rgba(205,0,0,0.25) 100%);
	background-image:   -moz-linear-gradient(left, rgba(205,0,0,0.25), rgba(205,0,0,0.25) 100%);
	background-image:    -ms-linear-gradient(left, rgba(205,0,0,0.25), rgba(205,0,0,0.25) 100%);
	background-image:     -o-linear-gradient(left, rgba(205,0,0,0.25), rgba(205,0,0,0.25) 100%);
	background-image:        linear-gradient(left, rgba(205,0,0,0.25), rgba(205,0,0,0.25) 100%);
	background-position: 0 100%;
	background-size:10px 1px;
	background-repeat:repeat-x;
}



.links-black .link-js,
.links-black.links-em .link-js EM,
.links-black .link-js.link-em EM {
	background-image:-webkit-gradient(linear, 0 0, 100% 0, from(rgba(0,0,0,.5)), color-stop(0.5, rgba(0,0,0,.5)), color-stop(0.5, transparent));
	background-image:-webkit-linear-gradient(left, rgba(0,0,0,.5), rgba(0,0,0,.5) 50%, transparent 50%);
	background-image:   -moz-linear-gradient(left, rgba(0,0,0,.5), rgba(0,0,0,.5) 50%, transparent 50%);
	background-image:    -ms-linear-gradient(left, rgba(0,0,0,.5), rgba(0,0,0,.5) 50%, transparent 50%);
	background-image:     -o-linear-gradient(left, rgba(0,0,0,.5), rgba(0,0,0,.5) 50%, transparent 50%);
	background-image:        linear-gradient(left, rgba(0,0,0,.5), rgba(0,0,0,.5) 50%, transparent 50%);
	background-size: 2px 1px;
}
.links-black .link-js:hover,
.links-black.links-em .link-js:hover EM,
.links-black .link-js.link-em:hover EM {
	background-image:-webkit-gradient(linear, 0 0, 100% 0, from(#d1afb6), color-stop(0.5, #d1afb6), color-stop(0.5, transparent));
	background-image:-webkit-linear-gradient(left, #d1afb6, #d1afb6 50%, transparent 50%);
	background-image:   -moz-linear-gradient(left, #d1afb6, #d1afb6 50%, transparent 50%);
	background-image:    -ms-linear-gradient(left, #d1afb6, #d1afb6 50%, transparent 50%);
	background-image:     -o-linear-gradient(left, #d1afb6, #d1afb6 50%, transparent 50%);
	background-image:        linear-gradient(left, #d1afb6, #d1afb6 50%, transparent 50%);
}

.links-green A,
.links-green.links-em A EM,
.links-green A.link-em EM{
	color:#315a32;
	background-image:-webkit-gradient(linear, 0 0, 100% 0, from(#c4d1c0), to(#c4d1c0));
	background-image:-webkit-linear-gradient(left, #c4d1c0, #c4d1c0 100%);
	background-image:   -moz-linear-gradient(left, #c4d1c0, #c4d1c0 100%);
	background-image:    -ms-linear-gradient(left, #c4d1c0, #c4d1c0 100%);
	background-image:     -o-linear-gradient(left, #c4d1c0, #c4d1c0 100%);
	background-image:        linear-gradient(left, #c4d1c0, #c4d1c0 100%);
}
.links-green A:hover,
.links-green.links-em A:hover EM,
.links-green A.link-em:hover EM {
	color:#cd0000;
	background-image:-webkit-gradient(linear, 0 0, 100% 0, from(#d1afb6), to(#d1afb6));
	background-image:-webkit-linear-gradient(left, #d1afb6, #d1afb6 100%);
	background-image:   -moz-linear-gradient(left, #d1afb6, #d1afb6 100%);
	background-image:    -ms-linear-gradient(left, #d1afb6, #d1afb6 100%);
	background-image:     -o-linear-gradient(left, #d1afb6, #d1afb6 100%);
	background-image:        linear-gradient(left, #d1afb6, #d1afb6 100%);
}

.links-pink A,
.links-pink.links-em A EM,
.links-pink A.link-em EM{
	background-image:-webkit-gradient(linear, 0 0, 100% 0, from(#ebd1cf), to(#ebd1cf));
	background-image:-webkit-linear-gradient(left, #ebd1cf, #ebd1cf 100%);
	background-image:   -moz-linear-gradient(left, #ebd1cf, #ebd1cf 100%);
	background-image:    -ms-linear-gradient(left, #ebd1cf, #ebd1cf 100%);
	background-image:     -o-linear-gradient(left, #ebd1cf, #ebd1cf 100%);
	background-image:        linear-gradient(left, #ebd1cf, #ebd1cf 100%);
}

.links-blue-dk A,
.links-blue-dk.links-em A EM,
.links-blue-dk A.link-em EM {
	color:#305289;
	background-image:-webkit-gradient(linear, 0 0, 100% 0, from(#c0cddd), to(#c0cddd));
	background-image:-webkit-linear-gradient(left, #c0cddd, #c0cddd 100%);
	background-image:   -moz-linear-gradient(left, #c0cddd, #c0cddd 100%);
	background-image:    -ms-linear-gradient(left, #c0cddd, #c0cddd 100%);
	background-image:     -o-linear-gradient(left, #c0cddd, #c0cddd 100%);
	background-image:        linear-gradient(left, #c0cddd, #c0cddd 100%);
}
.links-blue-dk A:hover,
.links-blue-dk.links-em A:hover EM,
.links-blue-dk A.link-em:hover EM {
	color:#cd0000;
	background-image:-webkit-gradient(linear, 0 0, 100% 0, from(#d1afb6), to(#d1afb6));
	background-image:-webkit-linear-gradient(left, #d1afb6, #d1afb6 100%);
	background-image:   -moz-linear-gradient(left, #d1afb6, #d1afb6 100%);
	background-image:    -ms-linear-gradient(left, #d1afb6, #d1afb6 100%);
	background-image:     -o-linear-gradient(left, #d1afb6, #d1afb6 100%);
	background-image:        linear-gradient(left, #d1afb6, #d1afb6 100%);
}


.links-em A,
.links-em A:hover,
A.link-em,
A.link-em:hover,
A.link-em.link-js,
.links-black .link-em:hover {
	background:none;
}



.link-js-em {
	text-decoration:none;
}
.link-js-em EM {
	border-bottom:1px dotted;
	line-height:1;
	display:inline-block;//display:inline;zoom:1;
}
.link-js:hover {
}
.link-js:hover EM {
}

.link-gm {
}
.link-gm EM {
	color:#111;
	text-decoration:none;
	background-image:-webkit-gradient(linear, 0 0, 100% 0, from(rgba(0,0,0,.1)), to(rgba(0,0,0,.1)));
	background-image:-webkit-linear-gradient(left, rgba(0,0,0,.1), rgba(0,0,0,.1) 100%);
	background-image:   -moz-linear-gradient(left, rgba(0,0,0,.1), rgba(0,0,0,.1) 100%);
	background-image:    -ms-linear-gradient(left, rgba(0,0,0,.1), rgba(0,0,0,.1) 100%);
	background-image:     -o-linear-gradient(left, rgba(0,0,0,.1), rgba(0,0,0,.1) 100%);
	background-image:        linear-gradient(left, rgba(0,0,0,.1), rgba(0,0,0,.1) 100%);
	background-position:0 95%;
	background-size:10px 1px;
	background-repeat:repeat-x;
}
.link-gm B {
	font-weight:normal;
	color:#0a74cf;
	text-decoration:none;
	background-image:-webkit-gradient(linear, 0 0, 100% 0, from(rgba(0,0,0,.1)), to(rgba(0,0,0,.1)));
	background-image:-webkit-linear-gradient(left, rgba(0,0,0,.1), rgba(0,0,0,.1) 100%);
	background-image:   -moz-linear-gradient(left, rgba(0,0,0,.1), rgba(0,0,0,.1) 100%);
	background-image:    -ms-linear-gradient(left, rgba(0,0,0,.1), rgba(0,0,0,.1) 100%);
	background-image:     -o-linear-gradient(left, rgba(0,0,0,.1), rgba(0,0,0,.1) 100%);
	background-image:        linear-gradient(left, rgba(0,0,0,.1), rgba(0,0,0,.1) 100%);
	background-position:0 95%;
	background-size:10px 1px;
	background-repeat:repeat-x;
}
.link-gm SPAN {
	background:-webkit-gradient(linear, 0 0, 100% 0, from(#c6e2f4), to(#c6e2f4));
	background:-webkit-linear-gradient(left, #c6e2f4, #c6e2f4 100%);
	background:   -moz-linear-gradient(left, #c6e2f4, #c6e2f4 100%);
	background:    -ms-linear-gradient(left, #c6e2f4, #c6e2f4 100%);
	background:     -o-linear-gradient(left, #c6e2f4, #c6e2f4 100%);
	background:        linear-gradient(left, #c6e2f4, #c6e2f4 100%);
	background-position:0 95%;
	background-size:10px 1px;
	background-repeat:repeat-x;
}
.link-gm:hover SPAN,
.link-gm:hover B,
.link-gm:hover EM {
	color:#cd0000;
	background-image:-webkit-gradient(linear, 0 0, 100% 0, from(#f4c6c6), to(#f4c6c6));
	background-image:-webkit-linear-gradient(left, #f4c6c6, #f4c6c6 100%);
	background-image:   -moz-linear-gradient(left, #f4c6c6, #f4c6c6 100%);
	background-image:    -ms-linear-gradient(left, #f4c6c6, #f4c6c6 100%);
	background-image:     -o-linear-gradient(left, #f4c6c6, #f4c6c6 100%);
	background-image:        linear-gradient(left, #f4c6c6, #f4c6c6 100%);
}



/* User Generated
----------------------- */
.ugc {
	overflow:hidden;zoom:1;
}
.ugc_small {
}

.ugc STRONG,
.ugc B {
	font-weight:bold;
}
.ugc EM,
.ugc I {
	font-style:italic;
}

.ugc H1,
H1.title {
}
.ugc H2,
H2.title {
}
.ugc H3,
H3.title {
}
.ugc H4,
H4.title {
}

.ugc *+H1 {
	margin-top:1em;
}
.ugc *+H2 {
	margin-top:1.5em;
}
.ugc *+H3 {
	margin-top:1.85em;
}
.ugc *+H4 {
	margin-top:1.25em;
}


.ugc .pic-right+H1,
.ugc .pic-right+H2,
.ugc .pic-right+H3,
.ugc .pic-left+H1,
.ugc .pic-left+H2,
.ugc .pic-left+H3 {
	margin-top:0;
}


.ugc P,
.ugc UL,
.ugc OL,
.ugc TABLE,
.ugc BLOCKQUOTE {
	margin:0 0 1em;
}
.ugc div{
	margin-bottom:10px;
}
.ugc .annot,
P.annot {
}
.ugc .em,
P.em {
	font-style:italic;
}

.ugc .center {
	text-align:center;
}

.ugc P IMG {
	vertical-align:middle;
}


.ugc .pic-author:before {
	content: "© ";
}

.ugc .pic-source:before {
	content: " | ";
}

.ugc .pic, .ugc .pic_text, .ugc .pic-img-descr, .ugc .pic-descr {
	margin:0;
	font-size:12px;
	color:#999;
	text-align: left;
	line-height: 1.4em;
	clear:both;
	/*top: -10px;
padding-bottom: 14px;*/
	display: block;
	position: relative;
	margin-bottom:20px;

}
.ugc .pic IMG, .ugc .pic_img, .ugc .pic-img {
	max-width:100%;
	vertical-align:middle;
}
.ugc .pic P, .ugc .pic .pic-img-descr, .ugc .pic-descr {
	font-size:12px;
	color:#999;
	text-align: left;
	line-height: 1.4em;
	margin-bottom: 10px;
	margin-top: 5px;
	clear:both;

}
.article__i.ugc>p{
	/*max-width:800px;*/
	clear:both;
}
.ugc .pic-left {
	float:left;
	margin:.25em 50px .75em 0;
}
.ugc .pic-right {
	float:right;
	margin:.25em 0 .75em  50px;
}
.ugc .pic-center {
	clear:both;
	margin:1em auto;
	text-align:center;
}
.pic .inserted_img, .pic .pic__descr{
	display: block;
	/*margin-left: 162px;
    float:left;*/
}
.ugc .inserted_img{
	margin-bottom:5px;
}

/*@media screen and (max-width: 1100px) {
.pic .inserted_img, .pic .pic__descr{
        margin-left: 0;
    }
}
*/

.pic .picture_line{
	float:left;
	max-width:15%;
	min-width:0%;
	width: 10%;
}


.ugc UL,
.ugc OL {
	padding:0;
	margin:0 0 1em;
}
.ugc UL:first-child,
.ugc OL:first-child {
	margin-top:.5em;
}
.ugc LI {
	margin:0 0 0;
	padding:0;
}
.ugc LI P {
	margin:0 0 1em;
}


.details UL {
	margin:.5em 0;
}
.details UL LI {
}


.ugc ul {
	list-style-type: none;
}

.ugc UL > LI {
	/*list-style:disc;
    margin:0;
    padding:0 0 0 1em;*/
	list-style-type: none;
	list-style:none;
	padding:0;
}

.ugc ul li:before{
	content: "—";
	padding-right: 10px;
}

.ugc OL > LI {
	list-style:decimal;
	margin-left:1.5em;
	padding:0;
}


.ugc .italic {
	font-style:italic;
}

.ugc TABLE {
}
.ugc TH,
.ugc TD {
	padding:0px 10px 0px 0;
	vertical-align:top;
	font-style:normal;
}
.ugc TH:last-child,
.ugc TD:last-child {
	padding-right:0;
}
.ugc TH {
}
.ugc TD {
}
.ugc .td-n {
	text-align:right;
	white-space:nowrap;
}

.ugc SMALL {

}

.ugc BLOCKQUOTE {
}

.ugc *:last-child {
	/*margin-bottom:0;*/
}



/* Elements
----------------------- */

/* i16 */
body .i16,
body .i24 {
	display:inline-block;//display:inline;zoom:1;
	width:16px;
	height:16px;
	background:url(/static/news/img/spr-ico.png) no-repeat 0 0;
	vertical-align:middle;
	position:relative;
	top:-1px;
	background-size:auto !important;
}
body .rss_i16{
	display:inline-block;//display:inline;zoom:1;
	width:16px;
	height:14px;
	background:url(/static/news/img/sprite-rss.png) no-repeat 0 0;
	vertical-align:middle;
	top:-2px;
	position:relative;
}
body .rss_i16_f {background-position:0px 0px;}
body .soc2 li .i16{
	display:inline-block;//display:inline;zoom:1;
	width:100%;
	height:16px;
	vertical-align:middle;
	position:relative;
	top:3px;
	background-size:auto !important;
}

html.mac .i16 {
	top:-1px;
}
body .i16_search {background-position:-17px -17px;}
body .i16_mark {background-position:-17px 0;}
body .i16_comm {background-position:-102px 0;}
body .i16_view {background-position:-118px 0;width:18px;}
body .i16_photo {background-position:-136px 0;}
body .i16_comm2 {background-position:-153px 0;}
body .i16_write {background-position:-170px 0;}
body .i16_print {background-position:-187px 0;}

body .i16_rss {background-position:-34px 0;}
body .i16_fb {background-position:-51px 0;}
body .i16_tw {background-position:-68px 0;}
body .i16_vk {background-position:-85px 0;}
body .i16_lj {background-position:-34px -17px;}
body .i16_gplus {background-position:-51px -17px;}
body .i16_oklass {background-position:-68px -17px;}
body .i16_mailru {background-position:-85px -17px;}
body .i16_mail {background-position:-102px -17px;}



.link-i16 {
	position:relative;
	padding:0 0 0 19px;
}
.link-i16 .i16 {
	position:absolute;
	top:1px;
	left:0;
}


/* i24 */
body .i24 {
	width:24px;
	height:24px;
	background-position:0 -50px;
	top:0;
}
html.mac .i24 {
	top:-1px;
}
body .i24_rain {background-position:-25px -50px;}
body .i24_norain {background-position:-50px -50px;}



/* Layout
----------------------- */
.page {
	/*padding:8px 20px;*/
	padding:8px 20px;
	/*max-width:1260px;
	min-width:800px;*/
	width:980px;
	margin:0 auto;
}

.page.pl,
.page.lt{
	width:1020px;
}


.layout {
	display: table;
}
.layout .section{
	display: table-cell;
	vertical-align:top;
	width:100%;
}
.layout .wrap {
	display: table-cell;
	width:20px;
	white-space:nowrap;
	min-width:20px;
	max-width:20px;
}
.layout .side{
	display: table-cell;
	vertical-align:top;
	/*padding-top:42px;*/
	width:300px;

}
.layout .extra {
	position:relative;
	width:300px;
	padding:0px;
	padding:20px 0px 10px;
	margin-top:30px;
	/*border:1px dashed #999;*/
}
.layout .pl .extra,
.layout .lt .extra{
	width:298px;
}
.layout .section,
.layout .extra {
	position: relative;
}
.layout .section__i {
	position:relative;
	/*margin:0 260px 0 0;*/
}
.layout .side__i{
	position:relative;
	width:300px;
	min-height:402px;
	/*padding:20px 19px;*/
	/*border:1px dashed #999;*/
	margin-top:20px;
}
.layout .ua .side__i{
	height:auto!important;
}
.layout .pl .side__i,
.layout .lt .side__i{
	height:598px;
	width:298px;
}
.layout .side__i_header{
	width:75px;
	height: 25px;
	text-align:center;
	padding-top:5px;
	border-radius: 10px 10px 0 0 ;
	position:relative;
	float:left;
	display:inline-block;
	margin-top:-30px;
}
.side #right-corner{
	display:inline-block;
	float:left;
	height:20px;
	width:20px;
	margin-top:-20px;
	margin-left:75px;
}

.layout .side___i{
	width:300px;
	min-height:400px;
	background:#fff;

}
.layout .ua .side___i{
	height:auto!important;
}
.layout .pl .side___i,
.layout .lt .side___i{
	height:600px;
}
.layout .extra__i {
	position:relative;
	/*width:215px;*/
	margin:0 0 0 auto;
	/*display:none;*/
}

/*.layout_wide {
    }
    .layout_wide .section__i {
        margin:0 495px 0 0;
        }
    .layout_wide .side__i {
        margin:0 235px 0 auto;
        }
    .layout_wide .extra__i {
        display:block;
        }
*/
.layout__wide {
	clear:both;
}


/* body-promo */
/*.body-promo {
    padding:150px 0 70px;
    background:#011828 url(/static/news/img/_temp/promo-01.jpg) no-repeat 50% 0;
    }
*/
.body-promo .page {
	/*width:968px;*/
	margin:0 auto;
	background:#fff;
	-webkit-border-radius:12px;border-radius:12px;
}
.body-promo .page .ad_90x100p {
	display:none;
}


.body-promo_liq {
}
.body-promo_liq .page {
	width:auto;
	min-width:968px;
	max-width:1150px;
}




/* AD
----------------------- */
.ad {
	clear:both;
	overflow:hidden;zoom:1;
}
.ad_demo {
	background:cyan;
}

.ad_90x100p {
	/*height:90px;*/
	height:116px;
	width:100%;
}
.ad_90x100p_2 {
	padding:0;
	height:90px;
	margin:24px -1px;
	padding:9px;
	background:#f5f5f5;
}
.ad_90x100p_2 > .ad_demo {
	height:90px;
}
.ad_240x400 {
	width:240px;
	height:400px;
	margin:-1px;
}
.ad_240x350 {
	width:240px;
	min-height:350px;
	margin:-1px;
}
.ad_direct {
	/*height:118px;*/
	height:90px;
	margin:25px 0;
	padding: 9px;
	background: whiteSmoke;
}

.ad_topper {
	width:auto;
	margin:-8px -16px 8px;
}



/* Header
----------------------- */
.header {
	height:90px;
	position:relative;
}

.header .logo {
	position:absolute;
	/*left:0px;*/
	top: 16px;
}
.logo {
}
div.logo-for {
	position: absolute;
	margin-left:195px;
	padding-top:7px;
	font-size: 13px;
}
.logo a {
	background: none;
}
.logo IMG {
	vertical-align:middle;
}

.header .nav {
	margin:0 0 14px 201px;
}
/*.nav {
    }
    .nav LI {
        display:inline-block;//display:inline;zoom:1;
        position:relative;
        margin:0 12px 0 0;
        font-size:13px;
        line-height:18px;
        }
    .nav LI.cur {
        font-weight:bold;
        }
        .nav LI.cur I {

            width:31px;
            display:inline;
            height:15px;
            position:absolute;
            left:50%;
            top:100%;
            margin:0px 0 0 -14px;
            z-index:20;
        }

.nav ul li.beta{
    color: #BFBFBF;
    font-family: Arial;
    font-size: 15px;
    font-weight: normal;
     float:right;
}
.header .subnav {
    margin:0 0 0 181px;
    }
.subnav {
    display:inline-block;//display:inline;zoom:1;
    max-width:787px;
    height:30px;
    z-index:1;

    background-image: -o-linear-gradient(top, rgb(56,179,245) 0%, rgb(43,130,236) 100%);
    background-image: -moz-linear-gradient(top, rgb(56,179,245) 0%, rgb(43,130,236) 100%);
    background-image: -webkit-linear-gradient(top, rgb(56,179,245) 0%, rgb(43,130,236) 100%);
    background-image: -ms-linear-gradient(top, rgb(56,179,245) 0%, rgb(43,130,236) 100%);

    background-image: -webkit-gradient(
        linear,
        left top,
        left bottom,
        color-stop(0, rgb(56,179,245)),
        color-stop(1, rgb(43,130,236))
    );
    background-image: linear-gradient(top, rgb(56,179,245) 0%, rgb(43,130,236) 100%);
    }
    .subnav__r {
        padding:0;
        height:30px;
        overflow:hidden;zoom:1;
        }
        .subnav {
                box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
                -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
                -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
                height: 30px;
                border-radius:15px;
                padding:0 5px;
        }
    .subnav_overlay{
        height:15px;
        width:97%;
        left:9px;
        margin:0 auto;
        top:1px;

        background-image: -o-linear-gradient(bottom, rgba(255,255,255,0.1) 0%,rgba(255,255,255,0.6) 100%);
        background-image: -moz-linear-gradient(bottom, rgba(255,255,255,0.1) 0%,rgba(255,255,255,0.6) 100%);
        background-image: -webkit-linear-gradient(bottom, rgba(255,255,255,0.1) 0%,rgba(255,255,255,0.6) 100%);
        background-image: -ms-linear-gradient(bottom, rgba(255,255,255,0.1) 0%,rgba(255,255,255,0.6) 100%);

        background-image: -webkit-gradient(
            linear,
            left bootm,
            left top,
            from(rgba(255,255,255,0.1)),
            to(rgba(255,255,255,0.6))
        );
        background-image: linear-gradient(bottom, rgba(255,255,255,0.1) 0%,rgba(255,255,255,0.6) 100%);

        position:absolute;
        border-radius:7.5px;
        z-index:3;
    }

    .header .subnav_for {
        margin: 0 0 0 187px;
        position:relative;
        }
        .subnav_for .subnav_for__title {
            position:absolute;
            left:-28px;
            top:6px;
            font-size:13px;
            }

    .subnav TABLE {
        width:100%;
        background:none;
        position:relative;
        z-index:4;
        }
        .subnav TD {
            vertical-align:middle;
            padding:3px 0 0;
            }
            .subnav TD A,
            .subnav TD STRONG {
                display:block;

                height:22px;
                font-size:13px;
                line-height:13px;
                text-align:center;
                position:relative;
                font-weight:normal;
                }
                .subnav TD A SPAN,
                .subnav TD STRONG SPAN {
                    display:block;
                    height:17px;
                    position:relative;
                    padding:3px 10px 2px 10px;
                    white-space:nowrap;
                    line-height:16px;


                    }

            .subnav TD.cur A,
            .subnav TD.cur STRONG {
                font-weight:bold;
                }

            .subnav TD A:hover {color:#fff !important }
            .subnav TD A:hover SPAN {color:#fff !important }

                .subnav .links-white TD A:hover EM {
                    color:#fff !important;
                    background-image:-webkit-gradient(linear, 0 0, 100% 0, from(rgba(255,255,255,.5)), to(rgba(255,255,255,.5)));
                    background-image:-webkit-linear-gradient(left, rgba(255,255,255,.5), rgba(255,255,255,.5) 100%);
                    background-image:   -moz-linear-gradient(left, rgba(255,255,255,.5), rgba(255,255,255,.5) 100%);
                    background-image:    -ms-linear-gradient(left, rgba(255,255,255,.5), rgba(255,255,255,.5) 100%);
                    background-image:     -o-linear-gradient(left, rgba(255,255,255,.5), rgba(255,255,255,.5) 100%);
                    background-image:        linear-gradient(left, rgba(255,255,255,.5), rgba(255,255,255,.5) 100%);
                    }

                .subnav TD A I {
                    position:absolute;
                    left:50%;
                    width:80px;
                    margin:0 0 0 -40px;
                    top:-3px;
                    height:30px;
                    background:url(/static/news/img/nav-sel2.png) no-repeat 50% 100%;
                    visibility:hidden;
                    }
                .subnav TD A:hover I {
                    visibility:visible;
                    }

            .subnav TD.cur A,
            .subnav TD STRONG {

                }
                .subnav TD.cur A SPAN,
                .subnav TD STRONG SPAN {
                        background:#fff;
                        border-radius:15px;
                    }



    .subnav .search {
        overflow:hidden;zoom:1;
        }
    .search {
        padding:0 15px 0 22px;
        background:#fff;
        border-radius:10px;
        position:relative;
        height:22px;
        margin-left:2px;
        -webkit-box-shadow:  inset  0 1px 1px rgba(0, 0, 0, 0.45);
        -moz-box-shadow: inset  0 1px 1px rgba(0, 0, 0, 0.45);
        box-shadow: inset  0 1px 1px rgba(0, 0, 0, 0.45);

        }
        .search .i16_search {
            position:absolute;
            left:3px;
            top:3px !important;
            }
        .search__text {
            border:0 none;
            background:none;
            height:20px;
            padding:2px 0;
            font-size:13px;
            line-height:16px;
            position:relative;
            top:1px;
            -webkit-box-sizing:border-box;-moz-box-sizing:border-box;-ms-box-sizing:border-box;-o-box-sizing:border-box;box-sizing:border-box;
            width:115px;
            }
*/
/* Главное меню --------------------------- */
.mainmenu3 {
	min-width: 650px;
	display: table;
	margin-bottom: 10px;
	/*padding-left: 6px;*/
}
.mainmenu3 .menu_cont {
	display: table-cell;
	vertical-align: top;
	padding: 0;
	width: 100%;
}
.mainmenu3 .logo_cont {
	display: table-cell;
	vertical-align: top;
	width: auto;
	height: 60px;
	position: relative;
	padding-right: 18px;
}
.mainmenu3 .logo_cont .logo {
	position: relative;
	top: 25px;
	width: 162px;
	height: 45px;
	display: block;
}
.mainmenu3 .logo_cont .logo A, .mainmenu3 .logo_cont .logo A:hover {
	background: url(/static/news/img/logo_new.png) no-repeat left top !important;
	background-position: left top !important;
	background-size: initial !important;
	background-repeat: no-repeat !important;
	text-decoration: none !important;
	width: 162px;
	padding:36px 0 0 0;
	font-size:16px;
	text-align:right;
	font-weight:bold;
	display: block;
}
.mainmenu3 .logo_cont .logo A SPAN {
	margin-right:2px;
	text-decoration:none;
	background:-webkit-gradient(linear, 0 0, 100% 0, from(#c6e2f4), to(#c6e2f4));
	background:-webkit-linear-gradient(left, #c6e2f4, #c6e2f4 100%);
	background:   -moz-linear-gradient(left, #c6e2f4, #c6e2f4 100%);
	background:    -ms-linear-gradient(left, #c6e2f4, #c6e2f4 100%);
	background:     -o-linear-gradient(left, #c6e2f4, #c6e2f4 100%);
	background:        linear-gradient(left, #c6e2f4, #c6e2f4 100%);
	background-position: 0 100%;
	background-size:10px 1px;
	background-repeat:repeat-x;
}
.mainmenu3 .logo_cont .logo A:hover SPAN {
	color:#cd0000;
	background-image:-webkit-gradient(linear, 0 0, 100% 0, from(#f4c6c6), to(#f4c6c6));
	background-image:-webkit-linear-gradient(left, #f4c6c6, #f4c6c6 100%);
	background-image:   -moz-linear-gradient(left, #f4c6c6, #f4c6c6 100%);
	background-image:    -ms-linear-gradient(left, #f4c6c6, #f4c6c6 100%);
	background-image:     -o-linear-gradient(left, #f4c6c6, #f4c6c6 100%);
	background-image:        linear-gradient(left, #f4c6c6, #f4c6c6 100%);
}
.mainmenu3 .logo_cont .logo A.main {
	cursor:default;
	color:#777;
}
.mainmenu3 .logo_cont .logo A.main SPAN {
	color:#777;
	background:none;
}
.mainmenu3 .logo_cont .logo IMG {
	vertical-align: middle;
}
.mainmenu3 .logo_cont .swichers {
	position: absolute;
	right: 18px;
}
.mainmenu3 .logo_cont .swichers div {
	vertical-align: middle;
	display: inline-block;
	background: url(/static/images/new/glyph.png) no-repeat right 6px;
	padding-right: 12px;
	color: #0080da;
	height: 19px;
	margin-left: 11px;
	cursor: pointer;
}
.mainmenu3 .logo_cont .swichers div span, .mainmenu3 .logo_cont .swichers div strong {
	border-bottom: 1px dotted #0080da;
}
.mainmenu3 .logo_cont .swichers div.flag I {
	margin: 2px 4px 0 0;
	width: 16px;
	height: 11px;
	display: inline-block;
}
.mainmenu3 .logo_cont .swichers div.flag I.ru {
	background: url(/static/images/flags/ru.png) no-repeat left top;
}
.mainmenu3 .balloon_cont.nonempty {
	margin: 0;
	display: inline-block;
	position: relative;
	max-width: 787px;
	min-width: 330px;
	height: 31px;
	padding-right: 30px;
	width: 50%;
	overflow: hidden;
}
.mainmenu3 .balloon_cont.nonempty .balloon {
	margin: 0;
	position: absolute;
}

.mainmenu3 .nav {
	margin: 0 0 16px 0;
}
.mainmenu3 .nav UL {
	white-space: nowrap;
	margin-left: 15px;
	display: inline-block;
}
.mainmenu3 .nav UL LI {
	display: inline-block;
	position: relative;
	margin: 0 12px 0 0;
	font-size: 13px;
	line-height: 18px;
	/*font-weight: bold;*/
}
.mainmenu3 .nav UL LI.cur {
	font-weight: bold;
}
.mainmenu3 .nav UL LI.cur I {
	background: url('data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2231px%22%20height%3D%2214px%22%3E%3ClinearGradient%20id%3D%22SVGID_2_%22%20gradientUnits%3D%22userSpaceOnUse%22%20x1%3D%2215.5005%22%20y1%3D%2214%22%20x2%3D%2215.5005%22%20y2%3D%223.5005%22%3E%3Cstop%20%20offset%3D%220%22%20style%3D%22stop-color%3A%2389b9f4%22/%3E%3Cstop%20%20offset%3D%221%22%20style%3D%22stop-color%3A%23e6f0fd%22/%3E%3C/linearGradient%3E%3ClinearGradient%20id%3D%22SVGID_3_%22%20gradientUnits%3D%22userSpaceOnUse%22%20x1%3D%2215.5005%22%20y1%3D%2214%22%20x2%3D%2215.5005%22%20y2%3D%223.5005%22%3E%3Cstop%20%20offset%3D%220%22%20style%3D%22stop-color%3A%23fff%3Bstop-opacity%3A0.6%22/%3E%3Cstop%20%20offset%3D%221%22%20style%3D%22stop-color%3A%23fff%3Bstop-opacity%3A0.1%22/%3E%3C/linearGradient%3E%3Cpath%20stroke%3D%22%2389b9f4%22%20stroke-miterlimit%3D%2210%22%20d%3D%22M30.33,13.5H26.1c-9.47-2.08-10.6-10-10.6-10s-1.13,7.92-10.6,10H0.67C2.32,13.5,15.5,13.06,15.5-1C15.5,13.06,28.68,13.5,30.33,13.5z%22/%3E%3Cpath%20fill%3D%22url%28%23SVGID_2_%29%22%20d%3D%22M30.25,14H0.75c1.84,0,2.72-0.18,4.15-0.5c9.47-2.08,10.6-10,10.6-10s1.13,7.92,10.6,10C27.53,13.82,28.41,14,30.25,14z%22/%3E%3Cpath%20fill%3D%22url%28%23SVGID_3_%29%22%20d%3D%22M30.25,14H0.75c1.84,0,2.72-0.18,4.15-0.5c9.47-2.08,10.6-10,10.6-10s1.13,7.92,10.6,10C27.53,13.82,28.41,14,30.25,14z%22/%3E%3C/svg%3E') -1px 1px no-repeat;
	width: 31px;
	display: inline;
	height: 15px;
	position: absolute;
	left: 50%;
	top: 100%;
	margin: 2px 0 0 -14px;
	z-index: 20;
}
.mainmenu3 .nav UL LI.beta {
	color: #BFBFBF;
	font-family: Arial;
	font-size: 15px;
	font-weight: normal;
	float: right;
}
.mainmenu3 .balloon {
	margin: 0;
	padding: 0;
	display: inline-block;
	max-width: 787px;
	height: 30px;
	z-index: 1;
	background: url('data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20version%3D%221.1%22%3E%3Cdefs%3E%3ClinearGradient%20id%3D%22grad1%22%20x1%3D%220%25%22%20y1%3D%220%25%22%20x2%3D%220%22%20y2%3D%22100%25%22%3E%3Cstop%20offset%3D%220%25%22%20style%3D%22stop-color%3A%2389b9f4%3Bstop-opacity%3A1%22%20/%3E%3Cstop%20offset%3D%22100%25%22%20style%3D%22stop-color%3A%232b82ec%3Bstop-opacity%3A1%22%20/%3E%3C/linearGradient%3E%3ClinearGradient%20id%3D%22grad2%22%20x1%3D%220%25%22%20y1%3D%220%25%22%20x2%3D%220%22%20y2%3D%22100%25%22%3E%3Cstop%20offset%3D%220%25%22%20style%3D%22stop-color%3A%23ffffff%3Bstop-opacity%3A0.6%22%20/%3E%3Cstop%20offset%3D%22100%25%22%20style%3D%22stop-color%3A%23ffffff%3Bstop-opacity%3A0.1%22%20/%3E%3C/linearGradient%3E%3C/defs%3E%3Crect%20x%3D%220%22%20y%3D%220%22%20width%3D%22100%25%22%20height%3D%22100%25%22%20rx%3D%2215%22%20ry%3D%2215%22%20style%3D%22fill%3Aurl%28%23grad1%29%3B%22%20/%3E%3Crect%20x%3D%228%22%20y%3D%221%22%20width%3D%2297%25%22%20height%3D%2250%25%22%20rx%3D%227.5%22%20ry%3D%2225%25%22%20style%3D%22fill%3Aurl%28%23grad2%29%22%20/%3E%3C/svg%3E') left top no-repeat;
}
.mainmenu3 .balloon .balloon_for__title {
	position: absolute;
	left: -28px;
	top: 6px;
	font-size: 13px;
}
.mainmenu3 .balloon TABLE {
	width: 100%;
	background: none;
	position: relative;
	z-index: 4;
}

.mainmenu3 .balloon TABLE TD {
	vertical-align: middle;
	padding: 3px 0 0;
}
.mainmenu3 .balloon TABLE TD A {
	margin-top:1px;
}
.mainmenu3 .balloon TABLE TD A, .mainmenu3 .balloon TABLE TD STRONG {
	display: block;
	/*padding:0 5px 0 5px;*/

	height: 22px;
	font-size: 13px;
	line-height: 13px;
	text-align: center;
	position: relative;
	font-weight: normal;
	background: none !important;
}
.mainmenu3 .balloon TABLE TD A .icon, .mainmenu3 .balloon TABLE TD STRONG .icon {
	display: inline-block;
	width: 16px;
	height: 16px;
	background: url(/static/images/new/locate.png) no-repeat left top;
	float: left;
	margin: 4px 3px 3px 3px;
}
.mainmenu3 .balloon TABLE TD A SPAN, .mainmenu3 .balloon TABLE TD STRONG SPAN {
	display: block;
	height: 17px;
	position: relative;
	padding: 3px 10px 2px 10px;
	white-space: nowrap;
	line-height: 16px;
}
.mainmenu3 .balloon TABLE TD.cur A, .mainmenu3 .balloon TABLE TD.cur STRONG {
	font-weight: bold;
}
.mainmenu3 .balloon TABLE TD A:hover {
	color: #fff;
}
.mainmenu3 .balloon TABLE TD A:hover SPAN {
	color: #fff;
}
.mainmenu3 .balloon TABLE TD A:hover em {
	color: #fff !important;
}
.mainmenu3 .balloon TABLE TD A:hover I {
	visibility: visible;
}
.mainmenu3 .balloon TABLE TD A I {
	position: absolute;
	left: 50%;
	width: 80px;
	margin: 0 0 0 -40px;
	top: -3px;
	height: 30px;
	background: url(/static/news/img/nav-sel2.png) no-repeat 50% 100%;
	visibility: hidden;
}
.mainmenu3 .balloon TABLE TD STRONG A I,
.mainmenu3 .balloon TABLE TD STRONG A:hover I {
	background: none;
	display:none;
	visibility: hidden;
}
.mainmenu3 .balloon TABLE TD.cur A SPAN, .mainmenu3 .balloon TABLE TD STRONG SPAN {
	background: #fff;
	border-radius: 15px;
	margin-top: 1px;
}
.mainmenu3 .balloon .balloon__r {
	padding: 0 5px;
	height: 30px;
	overflow: hidden;
	position: relative;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
	height: 30px;
	border-radius: 15px;
}

.mainmenu3 .balloon .search {
	overflow: hidden;
	zoom: 1;
	padding: 1px 15px 0 20px;
	background: #fff;
	border-radius: 12px;
	position: relative;
	height: 21px;
	margin-left: 2px;
	margin-top: 1px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.45);
	-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.45);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.45);
	opacity:0.9;
}
.mainmenu3 .balloon .search.focused {
	opacity:1;
}
.mainmenu3 .balloon .search .i16_search {
	position: absolute;
	left: 3px;
	top: 3px !important;
}
.mainmenu3 .balloon .search .search__text {
	border: 0 none;
	background: none;
	height: 20px;
	padding: 2px 0;
	font-size: 13px;
	line-height: 16px;
	position: relative;
	top: 1px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	width: 115px;
}

.mainmenu3.pl .balloon .search .search__text {
	width: 185px;
}




.search_adv {
	background:#e8edf1;
	border-radius:20px;
	padding:2px;
}
.search_adv .search__l,
.search_adv .search__r {
	margin:0;
	background:none;
	padding:0;
	left:0;
}
.search_adv .search__l {
	display:inline-block;//display:inline;zoom:1;
	vertical-align:middle;
	background:#fff;
	border-radius:15px;
	padding:0 5px 0 10px;
	border:1px solid #6498c9;
	box-shadow:0 0 4px rgba(92,165,232,.66),0 0 2px rgba(92,165,232,.9) inset;
}
.search_adv .search__r {
	padding:0 0 0 10px;
}
.search_adv .search__text {
	width:365px;
}
.search_adv .search__bt {
	display:inline-block;//display:inline;zoom:1;
	vertical-align:middle;
	margin:0 8px 0 4px;
}


.header .mark {
	position:absolute;
	right:0;
	top:0;
}
.mark {
	white-space:nowrap;
	font-size:12px;
	color:#111;
}
.mark:hover {
	color:#c00;
}


/* Footer
----------------------- */

.footer2 {
	font-size: 13px;
	height:26px;
	border-top: 1px solid #DADADA;
	/*margin-top:-12px;*/
	/*	position:absolute;*/
	margin-top:20px;
}
.footer-wrap{
	position:relative;
	clear:both;
	height:0px;
}
.footer2 .left-cell,.footer2 .right-cell{
	height:26px;
	margin-top: 5px;
}
.footer2 .left-cell {
	float:left;
	/*padding-left:9px;*/
}
.footer2 .right-cell {
	float:right;
	/*padding-right:9px;*/
}
/* foo-nav */
.foo-nav {
	margin:0 0 9px;
	text-align:center;

}
.foo-nav LI {
	display:inline-block;//display:inline;zoom:1;
	margin:0 5px;
}

/*.nav LI.cur A,*/
.foo-nav.links-em a em
{
	background-image:-webkit-gradient(linear, 0 0, 100% 0, from(rgba(0,0,0,.25)), to(rgba(0,0,0,.25)));
	background-image:-webkit-linear-gradient(left, rgba(0,0,0,.25), rgba(0,0,0,.25) 100%);
	background-image:   -moz-linear-gradient(left, rgba(0,0,0,.25), rgba(0,0,0,.25) 100%);
	background-image:    -ms-linear-gradient(left, rgba(0,0,0,.25), rgba(0,0,0,.25) 100%);
	background-image:     -o-linear-gradient(left, rgba(0,0,0,.25), rgba(0,0,0,.25) 100%);
	background-image:        linear-gradient(left, rgba(0,0,0,.25), rgba(0,0,0,.25) 100%);
	color:#111;
}

.nav LI.cur A
{
	color:#0a74cf;
	font-weight:bold;
}
.nav LI.cur A:hover{
	color:#cd0000;
}

.foo-nav.links-em a:hover em {
	background-image:-webkit-gradient(linear, 0 0, 100% 0, from(#f4c6c6), to(#f4c6c6));
	background-image:-webkit-linear-gradient(left, #f4c6c6, #f4c6c6 100%);
	background-image:   -moz-linear-gradient(left, #f4c6c6, #f4c6c6 100%);
	background-image:    -ms-linear-gradient(left, #f4c6c6, #f4c6c6 100%);
	background-image:     -o-linear-gradient(left, #f4c6c6, #f4c6c6 100%);
	background-image:        linear-gradient(left, #f4c6c6, #f4c6c6 100%);
	color:#cd0000;
}

/* foo-copy */
.foo-copy {
	color:#666;
	text-align:center;
	margin:0 0 13px;
}
.foo-copy .link-gm{
	background-image:none;
}
.foo-copy .link-gm em,
.foo-copy .link-gm span{
	background-position: 0 100%;
}

/* foo-seo */
.foo-seo {
	text-align:center;
	font-size:12px;
	line-height:15px;
	color:#666;
}

/* foo-btns */
.foo-btns {
	margin-top:10px;
	text-align:center;
}
.foo-btns IMG {
	vertical-align:middle;
}



/* Body
----------------------- */

/* shadow-b */
.shadow-b {
	background:url(/static/news/img/sh-b.png) no-repeat 50% 100%;
	padding:0 0 20px;
	margin:0 0 7px;
}
.shadow-b > :last-child {
	margin-bottom:0 !important;
}


/* item */
.item {
	margin:0 0 25px;
}
.item__date {
	font-size:12px;
	line-height:16px;
	color:#999;
	margin:4px 0 3px;
}
.item__pic {
	margin:0 0 5px;
}
.item__pic IMG {
	vertical-align:middle;
}
.item__title {
	font-size: 14px;
}
.item__descr {
	font-size:14px;
}
.item .item-meta {
	margin:6px 0 0;
}

/* item-meta */
.item-meta {
	color:#999;
	font-size:12px;
	line-height:16px;
	overflow:hidden;zoom:1;
}
.item-meta A {
	text-decoration:none;
	color:#999;
}
.item-meta LI {
	display:inline-block;//display:inline;zoom:1;
	margin:0 6px 0 0;
}
.item-meta LI .i16 {
	margin:0 -2px 0 -2px;
}
.item-meta LI A,
.item-meta.links-em LI A EM {
	color:#999;
}


/* item_big */
.item_big {
	/*padding:0 0 0 448px;*/
	padding:0;
	max-width: 690px;
	width: 100%;
	/*min-height:285px;*/
	/*max-width: 800px;*/
	position:relative;
}
.item_big .item__title {
	font-size:24px;
	line-height:26px;
	font-weight:normal;
	margin:0 0 5px;
}
.item_big .item__title A {
}
.item_big .item__title IMG {
	position:absolute;
	left:0px;
	top:2px;
	max-width:430px;
	max-height:285px;
	/*padding:1px;
    border:1px solid #c6e2f4;*/
}
.item_big .item__title A:hover IMG {
	/*border:1px solid #cd0000;*/
}

.item_big .item__descr {
	font-size:15px;
	line-height:20px;
}
.item_big .item-meta LI {
	margin-bottom:3px;
}

/* item_nopic */
.item_nopic {
	border-top:1px solid #ccc;
	padding-top:5px;
}

/* item_mid */
.item_mid {
	padding:0 0 0 195px;
	position:relative;
	min-height:120px;
}
.item_mid .item__date {
	margin:0 0 1px;
}
.item_mid .item__title {
	font-size:20px;
	line-height:24px;
	margin:0 0 5px;
}
.item_mid .item__title IMG {
	position:absolute;
	left:-1px;
	top:2px;
	border:1px solid #fff;
}
/*.item_mid .item__title A:hover IMG {
    border:1px solid #c00;
    }*/

.item_mid .item__descr {
	font-size:15px;
	line-height:20px;
	margin:0 0 3px;
}
.item_mid .item-meta {
	margin:8px 0 0;
}




/* items */
.items {
	position:relative;
	white-space:nowrap;
	min-height:250px;
}
.items .item {
	display:inline-block;//display:inline;zoom:1;
	vertical-align:top;
	width:148px;
	margin:0 7px 15px 0;
	white-space:normal;
}

.items__scroll {
	padding:5px 0 0;
	overflow-x:auto;

	height:250px;
	/*-webkit-overflow-scrolling:touch;*/
}
.items__scroll__i {

}
.items__scroll__sh-r {
	position:absolute;
	top:50%;
	right:0;
	margin:0;
	background:url(/static/news/img/sh-l.png) no-repeat 0 0;
	height:262px;
	margin:-131px 0 0;
	width:5px;
	z-index:2;
	display: none;
}


/* items_vert */
.items_vert {
	white-space:normal;
	padding:0 5px 0 0;
}
.items_vert .items__scroll {
	overflow-y:auto;
	padding:0;
	height:400px;
}
.items_vert .item {
	display:block;
	vertical-align:baseline;
	width:auto;
	margin:0 0 20px;
	white-space:normal;
}

/* items_cols */
.items_cols {
	white-space:normal;
	padding:0;
	height: 250px;
	overflow:hidden;
}
.items_cols.js-cols {
	height: auto;
	min-height:200px;
	overflow:visible;
}
.items_cols .item {
	display:inline-block;//display:inline;zoom:1;
	vertical-align:top;
	width:150px;
	min-height:250px;
	margin:0 0px 15px 20px;
	white-space:normal;
}
.items_cols .item .item__a .item__title {
	margin-right:5px;
	max-width:155px;
	display:inline;
}

.items_cols.js-cols_c3 .item {width:33.3%;}
.items_cols.js-cols_c4 .item {width:25%;}
.items_cols.js-cols_c5 .item {width:20%;}
.items_cols.js-cols_c6 .item {width:16.6%;}
.items_cols.js-cols_c7 .item {width:14.285%;}
.items_cols.js-cols_c8 .item {width:12.5%;}
.items_cols.js-cols_c9 .item {width:11.1%;}
.items_cols.js-cols_c10 .item {width:10%;}



/* items_s */
.items_s {
	white-space:normal;
}
.items_s .item {
	width:100px;
	margin:0 25px 25px 0;
	font-size:12px;
	line-height:15px;
	float:none;
	display:inline-block;//display:inline;zoom:1;
	vertical-align:top;
}
.items_s .items__scroll {
	overflow:hidden;
	padding:0;
	margin:0 0 -15px;
	height:auto;
}

/* item_xs */
.item_xs {
	overflow:hidden;zoom:1;
}
.item_xs .item__pic {
	float:right;
	margin:0 0 0 5px;
}

/* items-list */
.box__i{

}
.items-list,.items_cols,.cloud {
	/*margin:10px 0;
	padding-left:9px;
	padding-right:9px;*/
}
.items-list .item_mid {
	/*margin:0 0 26px;*/
	/*max-width: 640px;*/
}
.items-list .more {
	/*margin-left:195px;*/
}
.items-list .archive-nav {
	margin-left:180px;
}



/* n-of-day */
.n-of-day {
	padding:5px 0 0;
}
.n-of-day H3 {
	font-size:20px;
	line-height:20px;
	font-weight:normal;
	color:#111;
	margin:0 0 10px;
}
.n-of-day H2 {
	font-size:40px;
	line-height:40px;
	font-weight:normal;
	color:#336;
	margin:0 0 4px;
	letter-spacing:-.02em;
}



/* box */
.box {
	/*margin:0 0 25px;*/
}

.box__title-top {
	margin:-6px 0 2px;
	overflow:hidden;zoom:1;
}
.title-top-h1{
	margin:0 0 2px;
	overflow:hidden;zoom:1;
}
.box__title-top H1,.title-top-h1 H1 {
	font-size: 28px;
	font-weight:normal;
	line-height:1.2;
	margin:0;
	float:left;
}
.box__title-top H2 {
	font-size: 13px;
	font-weight:normal;
	line-height:1.2;
	margin:0;
	float:left;
}
.box__title-top .soc {
	float:left;
	margin:0 0 0 20px;
	padding:11px 0 0;
}
.box__title-top .search-li {
	clear:both;
	margin:10px 0 3px;
	float:left;
}

.box__h {
	/*overflow:hidden;*/
	zoom:1;
	padding:5px 0 0;
	/*border-bottom:1px solid #dadada;*/
	margin-bottom:10px;
}
.box__title {
	float:left;
	font-size:20px;
	line-height:20px;
}
.box__h__i {
	height:29px;
	margin-left:-10px;
	/*border-bottom:1px solid #dadada;*/
}
.box__h__i .tabs {
	float:left;
}
.box__h__side {
	float:right;
}
.box__h__side .soc {
	padding:4px 15px 0 0;
}
.box__h__side .soc LI {
	padding:0 11px;
}

.box__i {
	padding:0;
}


/* box_main */
.box_main {
	/*margin:0 0 15px;*/
	margin-top:20px;
}
.box_main .box__title {
	float:left;
	font-size:28px;
	line-height:28px;
	/*width:185px;*/
	background:#fff;
	margin:-2px 0 0;
	padding:0 0 2px;
}


/* box2 */
.box2 {
	/*background:#ecf2f5 url(/static/news/img/corn.png) no-repeat 100% 0;*/
	padding:10px 12px;
	margin:0 0 27px;
}
.box2_green {background-color:#eef3e9;}
.box2_blue {background-color:#ecf1f6;}
.box2_blue-dk {background-color:#ecf2f5;}


.box2__h {
	margin:0 0 13px;
}
.box2__h H3 {
	font-size:13px;
	line-height:18px;
	font-weight:bold;
	margin:0;
}

.box2_green .box2__h H3 {
	color:#3c5e3d;
}
.box2_blue .box2__h H3 {
	color:#008acd;
}
.box2_blue-dk .box2__h H3 {
	color:#335895;
}

.tabs {
	zoom:1;
	font-size: 13px;
}
.tabs li {
	float: left;
	position: relative;
}
.tabs a {
	display: block;
	height: 20px;
	line-height: 20px;
	padding: 5px 9px 4px;
	font-weight: normal;
}
.tabs .cur a {
	border-top:1px solid #dadada;
	border-left:1px solid #dadada;
	border-right:1px solid #dadada;
	border-radius: 8px 8px 0 0;

	display:block;
	background: #ffffff;
	border-bottom: none;
	padding:4px 9px 5px;
	color: black;
	cursor:default;
}
.tabs .cur a em{
	color: #000;
	background-image:none;
	cursor:default;
	font-weight:bold;
}
.tabs.links-em .cur a:hover,.tabs.links-em .cur a em:hover,.links-em .cur A:hover EM{
	color:#000;
	background-image:none;
}

.tabs li:before, .tabs li:after,.tabs li a:before, .tabs li a:after {
	position: absolute;
	bottom: 0;
}
.tabs LI.cur::after,.tabs LI.cur::before,.tabs LI.cur A::after,.tabs LI.cur A::before {
	content: "";
}

.tabs .cur:before {
	background: url('data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%228px%22%20height%3D%228px%22%3E%3Cpath%20fill%3D%22%23ffffff%22%20d%3D%22M8,0v8H0C4.42,8,8,4.42,8,0z%22/%3E%3C/svg%3E') 1px 1px no-repeat;
	border-right: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
	z-index: 1;
}
.tabs .cur:after {
	background: url('data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%228px%22%20height%3D%228px%22%3E%3Cpath%20fill%3D%22%23ffffff%22%20d%3D%22M0,0v8h8C3.58,8,0,4.42,0,0z%22/%3E%3C/svg%3E') -1px 1px no-repeat;
	border-left: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
	z-index: 1;
}
.tabs LI::before, .tabs LI::after {
	width: 8px;
	height: 8px;
}
.tabs LI::before {
	left: -8px;
}
.tabs LI::after {
	right: -8px;
}
.tabs LI.cur {
	z-index: 3;
}
.tabs .cur a:before {
	width: 8px;
	height: 8px;
	border-right: 1px solid #dadada;
	border-bottom: 1px solid #dadada;
	border-radius: 0px 0px 8px 0px;
	background: transparent;
	z-index: 2;
	left: -8px;
}
.tabs .cur a:after {
	width: 8px;
	height: 8px;
	border-left: 1px solid #dadada;
	border-bottom: 1px solid #dadada;
	border-radius: 0px 0px 0px 8px;
	background: transparent;
	z-index: 2;
	right: -8px;
}
.tabs LI:first-child.cur A::before,.tabs LI:first-child.cur::before {
	content: none;
}



/* tabs-side */
.tabs-side {
	overflow:hidden;zoom:1;
}
.tabs-side LI {
	float:left;
	margin:0 0 0 20px;
}
.tabs-side LI A {
	float:left;
	height:17px;
	line-height:17px;
	padding:4px 0 6px;
}


/* soc */
.soc {
	overflow:hidden;zoom:1;
	font-size:12px;
}
.soc LI {
	float:left;
	padding:0;
	margin:0 20px 0 0;
}
.soc LI A {
	background:none;
	text-decoration:underline;
	position:relative;
	padding:0 0 0 20px;
}
.soc LI A:hover {
	color:#cd0000;
}
.soc LI A .i16 {
	position:absolute;
	left:0;
	/*top:1px;*/
}
html.mac .soc LI A .i16 {
	top:-1px;
}


.soc__rss a em{
	color:#f38646 ;
	text-decoration:none;
	background-image:-webkit-gradient(linear, 0 0, 100% 0, from(#FBE2D1), color-stop(0.5, #FBE2D1), color-stop(0.5, transparent));
	background-image:-webkit-linear-gradient(left, #FBE2D1, #FBE2D1 100%, transparent 50%);
	background-image:   -moz-linear-gradient(left, #FBE2D1, #FBE2D1 100%, transparent 50%);
	background-image:    -ms-linear-gradient(left, #FBE2D1, #FBE2D1 100%, transparent 50%);
	background-image:     -o-linear-gradient(left, #FBE2D1, #FBE2D1 100%, transparent 50%);
	background-image:        linear-gradient(left, #FBE2D1, #FBE2D1 100%, transparent 50%);
	background-size: 10px 1px;
	background-position: 0 100%;
	background-repeat:repeat-x;
}

.soc__rss A:hover {color:#cc0000 !important;}
.soc__rss A:hover .rss_i16_f{background-position:0 -13px;}

.soc .soc__tw A {color:#34a0dc;}
.soc .soc__vk A {color:#3b6798;}
.soc .soc__fb A {color:#4570b5;}


/* soc2 */
.soc2 {
}
.soc2 H4 {
	font-size:12px;
	color:#000;
	display:inline-block;//display:inline;zoom:1;
	margin:0 8px 0 0;
	font-weight:bold;
}
.soc2 UL {
	display:inline-block;//display:inline;zoom:1;
}
.soc2 LI {
	display:inline-block;//display:inline;zoom:1;
	margin:0 5px 0 0;
}
.soc2 LI A {
	background:none;
}
.soc2 LI A .i16 {
	vertical-align:middle;
}



/* feed */
.feed {
	margin:0 0 14px;
}

.feed__i {
}
.feed__i LI {
	margin:0 0 15px;
	font-size:12px;
	line-height:16px;
}
.feed__i LI:last-child {
	margin-bottom:0;
}



/* i-favicon */
.i-favicon {
	vertical-align:middle;
	position:relative;
	top:-2px;
}






/* widget */
.widget {
	margin:0 0 20px;
}
.widget IMG {
	vertical-align:middle;
}

.widget__wrap {
}
.widget__type {
	margin:0 0 6px;
	font-size:1em;
	font-weight:normal;
}

.widget-container .zen-widget.widget {
	background-color: transparent;
}

.zen-widget.widget__header-logo, .zen-widget.widget__header-logo:hover, .zen-widget.widget__header-logo:visited, .zen-widget.widget__header-logo:active {
	color: #000 !important;
	text-decoration: none !important;
	background: none !important;
}

.zen-widget.widget__header-icon {
	display: none !important;
	visibility: hidden !important;
}

.widget-container .zen-widget.widget__header-info {
	margin: 0;
}

.widget-container .widget__cards-scroller a{
	background-image:none;
}

/* crumbs */
.crumbs {
	font-size:12px;
	margin:0 0 2px;
}
.crumbs span{
	font-size: 16px;
	color:#777;
}




/* article */
.article {
	margin:12px 0 20px;
	/*padding-left:9px;*/
	width:660px;
}
.article__h {
	margin:0 0 10px;
}
.article__title {
	font-size:28px;
	line-height:32px;
	font-weight:normal;
	margin:0;
}
.article__title.bottom{
	font-size:20px;
	margin-top: -15px;
	margin-left: 10px;
}
.article__date {
	font-size:12px;
	margin:5px 0 0;
	color:#999;
}
.article .article__date {
	margin-top:5px;
}
.article__date .i16_write {
	margin:-2px;
	top:-2px;
}


.article__i {
	margin:0;
	font-size:15px;
	line-height:20px;
	/*max-width:800px;*/
}

.article__tags {
	font-size:13px;
	margin-bottom: 10px;
}

.article__ctrls {
	overflow:hidden;zoom:1;
	border-top:1px solid #dbe4ec;
	border-bottom:1px solid #dbe4ec;
	padding:12px 0;
	margin:0 0 20px;
	font-size:12px
}
.article__ctrls .soc2 {
	float:left;
	margin:0;
}
.article__ctrls__i {
	float:right;
}
.article__ctrls__i LI {
	float:left;
	margin:0 0 0 25px;
}


/* comms */
.comms {
	padding:0 0 14px;
	border-bottom:1px solid #dbe4ec;
	margin:0 0 25px;
}
.comms__h {
	margin:0 0 18px;
}
.comms__h H2 {
	font-size:28px;
	font-weight:normal;
	line-height:35px;
	margin:0;
}

.comms__i {
	overflow:hidden;zoom:1;
}
.comms__i .comm {
	margin:0 0 24px;
}
.comms__i .comm_lev0 {margin-left:0;}
.comms__i .comm_lev1 {margin-left:40px;}
.comms__i .comm_lev2 {margin-left:80px;}
.comms__i .comm_lev3 {margin-left:120px;}
.comms__i .comm_lev4 {margin-left:160px;}
.comms__i .comm_lev5 {margin-left:200px;}
.comms__i .comm_lev6 {margin-left:240px;}
.comms__i .comm_lev7 {margin-left:280px;}
.comms__i .comm_lev8 {margin-left:320px;}
.comms__i .comm_lev9 {margin-left:360px;}

/* comm */
.comm {
}
.comm__i {
	margin:0 0 4px;
	font-size:15px;
	line-height:20px;
}
.comm__i > :last-child {
	margin-bottom:0;
}
.comm__meta {
	font-size:12px;
	color:#666;
}


.comms__login {
	font-size:17px;
	line-height:24px;
	font-weight:bold;
}




/* more */
.more {
	width:auto;
	padding:0;
	display:/*inline-*/block;
	/*border:1px solid #dadada;
	margin-left:195px;
	position:absolute;
	margin-top:-16px;*/
	background:#fff;
	padding-top:3px;
	/*height:24px;
	padding-left:15px;
	padding-right:15px;
	border-top:0;*/
}
.more A {
	font-size:1.8em;
	background:none;
	/*margin:10px 0 15px 0;
	display:inline-block;*/
}
.more A SPAN {
	/*border-bottom: 1px rgba(198, 226, 244, 0.5) dotted;*/
	border-bottom: 1px #0a74cf dotted;
}
.more A:hover SPAN {
	/*border-bottom: 1px rgba(198, 226, 244, 0.5) dotted;*/
	border-bottom: 1px #cd0000 dotted;
}


/* archive-nav */
.archive-nav {
	background:#f0f0f0;
	padding:5px 15px;
	font-size:12px;
	line-height:16px;
	margin:20px 0;
	-webkit-border-radius:20px;border-radius:20px;
}
.archive-nav H4 {
	display:inline;
	font-size:15px;
	line-height:16px;
	margin:0 4px 0 0;
}
.archive-nav INPUT,
.archive-nav SELECT {
}



/* cloud */
.cloud {
	text-align:center;
	padding:0 10px;
	padding-bottom:20px;
}
.cloud A {
	background:none;
	margin:0 .5em;
	line-height:28px;
}
.cloud A:hover {
	color:#cd0000;
}
.cloud .cloud__s1 {font-size:36px;}
.cloud .cloud__s2 {font-size:30px;}
.cloud .cloud__s3 {font-size:26px;}
.cloud .cloud__s4 {font-size:22px;}
.cloud .cloud__s5 {font-size:18px;}
.cloud .cloud__s6 {font-size:15px;}
.cloud .cloud__s7 {font-size:13px;}

.cloud .cloud__c1 {color:#004466;}
.cloud .cloud__c2 {color:#235b77;}
.cloud .cloud__c3 {color:#51798d;}
.cloud .cloud__c4 {color:#4c819c;}
.cloud .cloud__c5 {color:#779fb3;}
.cloud .cloud__c6 {color:#a3c3d3;}
.cloud .cloud__c7 {color:#d8e7ee;}
.cloud .cloud_special1 {font-style:italic;}
.cloud .cloud_special2 {color:black; font-style:italic;}



/*
 * CSS Styles that are needed by jScrollPane for it to operate correctly.
 *
 * Include this stylesheet in your site or copy and paste the styles below into your stylesheet - jScrollPane
 * may not operate correctly without them.
 */
.jspContainer{overflow: hidden;position: relative;}
.jspPane{position: absolute;}
.jspVerticalBar{position: absolute;top: 0;right: 0;width: 16px;height: 100%;background: red;}
.jspHorizontalBar{position: absolute;bottom: 0;left: 0;width: 100%;height: 16px;background: red;}
.jspVerticalBar *,.jspHorizontalBar *{margin: 0;padding: 0;}
.jspCap{display: none;}
.jspHorizontalBar .jspCap{float: left;}
.jspTrack{background: #dde;position: relative;}
.jspDrag{background: #bbd;position: relative;top: 0;left: 0;cursor: pointer;}
.jspHorizontalBar .jspTrack,.jspHorizontalBar .jspDrag{float: left;height: 100%;}
.jspArrow{background: #50506d;text-indent: -20000px;display: block;cursor: pointer;}
.jspArrow.jspDisabled{cursor: default;background: #80808d;}
.jspVerticalBar .jspArrow{height: 16px;}
.jspHorizontalBar .jspArrow{width: 16px;float: left;height: 100%;}
.jspVerticalBar .jspArrow:focus{outline: none;}
.jspCorner{background: #eeeef4;float: left;height: 100%;}


/* mod */
.jspVerticalBar{display:none;}
.jspHorizontalBar{height:9px;background:none;}
.jspTrack{background:none;}
.jspDrag{background:#ebebeb;-webkit-border-radius:5px;border-radius:5px;}
.jspDrag:hover,.jspDrag.jspActive{background:#ccc;}


.items__scroll .jspArrow {
	width:20px;
	height:9px;
	background:url(/static/news/img/spr-ico.png) no-repeat 0 -100px;
	background-size:auto !important;
}
.items__scroll .jspArrowLeft {
	background-position:0 -100px;
}
.items__scroll .jspArrowRight {
	width:25px;
	background-position:-20px -100px;
}
.items__scroll .jspArrowLeft:hover {
	background-position:0 -110px;
}
.items__scroll .jspArrowRight:hover {
	width:25px;
	background-position:-20px -110px;
}

.items__scroll .jspArrow.jspDisabled {
	opacity:.5;
	background-position:0 -100px;
}
.items__scroll .jspArrowRight.jspDisabled {
	background-position:-20px -100px;
}


.items_vert .jspVerticalBar {
	display:block;
	width:9px;
	background:none;
}



/* map */
.map {
	overflow:hidden;zoom:1;
}
.map__side {
	float:left;
	width:210px;
}
.map__i {
	overflow:hidden;zoom:1;
	position:relative;
}

.map__n {
	background:#2b98ee;
	width:15px;
	height:16px;
	padding:0 1px 0 0;
	-webkit-border-radius:10px;border-radius:10px;
	display:inline-block;//display:inline;zoom:1;
	vertical-align:middle;
	text-align:center;
	line-height:16px;
	color:#fff;
	position:relative;
	top:-1px;
}





/* adm-head */
.adm-head {
	background:#3b3b3b url(/static/news/admin/i/tex-apple.jpg) repeat;
	box-shadow:inset 0 -5px 15px rgba(0,0,0,.3);
	color:#666;
	font-size:13px;
	z-index: 20000;
	position: absolute;
	width: 100%;
	top: 0;
}
.adm-head__i {
	/*
    max-width:1600px;
    margin:0 auto;
    */
	padding:10px 20px;
}

.adm-crumbs {
	float:left;
	margin:0 20px 10px 0;
}
.adm-crumbs SPAN {
}

.adm-user {
	float:right;
	margin:0 0 10px 20px;
}
.adm-user__name {
	margin:0 10px;
}

.adm-nav {
	clear:both;
	overflow:hidden;zoom:1;
}
.adm-nav LI {
	float:left;
	margin:0 1.5em 0 0;
}
.adm-nav LI A {
}
.adm-nav LI A SMALL {
	font-size:11px;
	color:#999;
}
.adm-nav .adm-nav__side {
	float:right;
	margin:0 0 0 1.5em;
}




/* bt-inp */
.bt-inp {
	font-size:12px;
	padding:0 3px;
}

/* badge */
.badge {
	display:inline-block;//display:inline;zoom:1;
	vertical-align:middle;
	padding:0 5px;
	background:#ccc;
	border-radius:10px;
	font-size:11px;
	line-height:14px;
	background:#666;
	color:#fff;
	text-align:center;
	font-weight:bold;
	min-width:1em;
	position:relative;
	top:-1px;
}
.badge_green {background:#339900;}
.badge_blue {background:#29b2f6;}
.badge_orange {background:#996600;}
.badge_gray {background:#666666;}


/* ifilters */
.ifilters {
	overflow:hidden;zoom:1;
	margin:10px 0 15px;
	margin-left:-10px;
}
.ifilters__i {
	float:left;
	/*	background:#e8edf1;*/
	/*	padding:4px 5px;*/
	overflow:hidden;zoom:1;
	border-radius:15px;
}
.ifilters__i LI {
	float:left;
}
.ifilters__i LI A,
.ifilters__i LI SPAN {
	display:block;
	padding:2px 10px;
	font-size:13px;
	line-height:17px;
}
.ifilters__i LI SPAN {
	color:#666;
}
.ifilters__i LI SMALL {
	font-size:11px;
	color:#666;
}

.ifilters__i LI.cur {
	background:#1d6c9c;
	-webkit-border-radius:10px;
	border-radius:10px;
}
.ifilters__i LI.cur A,
.ifilters__i LI.cur EM,
.ifilters__i LI.cur SMALL {
	background:none !important;
	border:0 none;
	text-decoration:none;
	color:#fff;
	/*				font-weight:bold;*/
}
.ifilters__i .links-em .cur A:hover EM{
	color:#fff !important;
}
.soc2 li a.mail_icon {
	width: 16px;
	height: 16px;
	background: url(/static/news/img/mailru.png)!important;
	top: -2px;
}

.more .button {
	display: block;
}

.more.item_mid{
	min-height:0;
}

.button span {
	height: 34px;
	display: inline-block;
	background: url(/static/news/img/more_btn.png);
	cursor: pointer;
}

.button.checked span {
	color: #fff;
}

.button span.left{
	float: left;
	width: 17px;
	background-position: 0px 0px;
}

.button span.cont{
	float: left;
	width: 160px;
	background-position: 0px -34px;
	line-height: 30px;
	padding: 0 20px;
	text-align: center;
}

.button span.right{
	width: 17px;
	float: left;
	background-position: 0px -68px;
}

.button span .loader {
	width: 16px;
	height: 11px;
	background: url(/static/news/img/ajax-loader.gif);
	top: 11px;
	left: 72px;
	position: relative;
	display: none;
}


.button-more span .loader {
	width: 16px;
	height: 11px;
	background: url(/static/news/img/ajax-loader.gif);
	top: 11px;
	left: 72px;
	position: relative;
	display: none;
}

/* yandex direct */
#yandex_ad #y5_direct1, #yandex_ad #y5_direct1 .y5_wh,
#yandex_ad_2 #y5_direct2, #yandex_ad_2 #y5_direct2 .y5_wh,
#yandex_ad_2 #y5_direct1, #yandex_ad_2 #y5_direct1 .y5_wh
{width:100% !important;}


span.author {
	display:block;
	color:grey;
	font-size:12px;
}

.youtube_iframe {
	width:660px;
	height:440px;
}

a.cur_link{
	display: inline-block;
	background:none;
}
a.cur_link H3{
	text-decoration:underline;
}
a.cur_link:hover H3{
	display: inline;
	color:#cd0000;
	text-decoration:underline;
}

.cur_news_block{
	width:660px;
	height:440px;
	visibility:hidden;
}
.cur_news_block .container IMG {
	width:660px;
	height:440px;
}
.container.container-img{
	width:660px;
	position:relative;
}
.cur_news_block .container,
.cur_news_block .item.item_big{
	display:block;

}

div.var_cont{
	float:left;
}

.crumbs{

	font-size: 13px;
	font-weight:normal;
	line-height:1.2;
	margin:0;
	margin-left:15px;
	margin-bottom:10px;
}


.cat_cont {

	/*border-top: 1px solid #dadada;*/
	background:#fff;


}
.box__i, .more, h2.big_title {

}
.line {
	border-bottom:1px solid #dadada;
	height:1px;
	font-size:1px;
	clear:both;
	width:100%;
}

.clear {clear:both;height:1px;font-size:1px;}

.slash {color:#777}
.cur-big {
	font-size:20px;
}
.hideclass{
	visibility:hidden;
}
.loader_img {
	height:15px;
	width:100%;
	text-align:center;
	padding:14px 0 42px 0;
}
h2.big_title {
	font-size:20px;
	line-height:29px;
}
.pseudo:not(.cur) A EM {
	background:none;
	border-bottom:1px dotted #0A74CF;
}
.pseudo:not(.cur) A:hover EM {
	background:none;
	border-bottom:1px dotted #cd0000;
}



.home {
	background:rgba(255,255,255,0.7);
	width:2.2em;
	height:2.2em;
	position:absolute;
	margin:-2px 0 0 -38px;
	-moz-border-radius:			2.2em;
	-webkit-border-radius: 	2.2em;
	-khtml-border-radius: 	2.2em;
	border-radius: 					1.2em;
	cursor:pointer;
}
.home .icon {
	background:url(/static/images/flakes/home.gif) no-repeat left top;
	width:11px;
	height:10px;
	margin:6px 7px;
}
.home:hover .icon {
	background-position:left -10px;
}

.more-news-bg{
	background:#ebf4fb;
	text-align:center;
	padding: 16px;
}
.more-news-bg:hover{
	/*background:#ebf4fb;*/
}
.preloader,.preloaderSmall{
	position:absolute;
	display:none;
	left:50%;
	margin-left: -64px;
	opacity: 0.5;
}
.preloader{
	/*top:120px;*/
}
.preloaderNews{
	display:none;
}
.no-more-news{
	display:none;
	background:#f1f1f1;
	font-size:;
	color: #ccc;
	font-size:1.8em;
}
.last_news_scroll .items_cols{


}
.up-page{
	width:64px;
	height:34px;
	position:fixed;
	left:0px;
	top:0px;
	/*margin-top:-32px;*/
	z-index:10001;
	background:#ebf4fb;
	opacity: 0.6;
	display:none;
}
.up-page-link{
	display:block;
	width:64px;
	height:34px;
	margin:0 auto;
	padding-top:6px;
	text-align:center;
	cursor:pointer;

}
.up-page:hover{
	opacity: 1;
}
.up-page-link span{
	color:#0a74cf;
	border-bottom: 1px #0a74cf dotted;
}

.up-page-link:hover span{
	color:#cd0000;
	border-bottom: 1px #cd0000 dotted;
}

/* UA News */
.extrbcua .rbcua td, #rbcua .rbcua td {
	padding-bottom:10px;
	vertical-align:top;
	font-size:12px;
	line-height:1.3em;
}
.extrbcua .rbcua td.l, #rbcua .rbcua td.l {padding:0px 10px 0 0;color:#999;font-size:12px;}
.extrbcua .rbcua td.h, #rbcua .rbcua td.h {font-weight:bold;padding:7px 0 5px 41px;font-size:12px;}
.extrbcua .rbcua td.h.f, #rbcua .rbcua td.h.f{background: none;padding-top:0;}
.extrbcua .extra-title, #rbcua .extra-title, .section .box .extra .extra-title {padding:0px;padding-left:36px;font-weight:bold;;margin-top:-32px;margin-bottom:5px;}
.extrbcua .extra-title span, #rbcua .extra-title span {background:#fff;display:inline-block;
	/*padding-left:5px;*/
	/*padding-right:5px;*/
}
.extrbcua .rbcua td.r img, #rbcua .rbcua td.r img{float:left;margin-right:10px;}
.extrbcua .rbcua td.r img.rle, #rbcua .rbcua td.r img.rle, .extra .extra-title span .rle, #rbcua .extra-title span .rle{display:none;}
.extrbcua .rbcua.right_adv .links-black A span, #rbcua .rbcua.right_adv .links-black A span{
	background-position: 0 100%;
	background-size:10px 1px;
	background-repeat:repeat-x;
	line-height:14px;
}
.extrbcua .rbcua.right_adv .links-black A, #rbcua .rbcua.right_adv .links-black A{
	text-decoration:none;
	background-image:none;
	display: block;
}
.extrbcua .rbcua.right_adv .links-black A div, #rbcua .rbcua.right_adv .links-black A div {
	display: table-cell;
}


/* RBC RU news*/
.extrbcua.ru table.rbcua, #rbcua.ru table.rbcua{margin: 7px 0 0; min-width:241px;}
.extrbcua.ru .extra-title, #rbcua.ru .extra-title{
	/*text-align: center;*/
	padding:0;
}

/* AIF feed block */
.extra-title.links-black{
	font-size: 15px;
}
.section .extra.aif .extra-title {
	padding: 0 0 0 26px;
}
.section .extra.aif .extra-title span{
	background: none repeat scroll 0 0 #FFFFFF;
	display: inline-block;
}
.horiz1 .extra .extra-title,
.horiz2 .extra.aif .extra-title{
	margin-top: -32px;
	margin-bottom: 10px;
}
.items_cols.js-cols{
	min-height: 0px;
}
.horiz1.items_cols.js-cols{
	min-height: 0;
}
/*.vesti .extra.aif .extra-title{
	margin-top: -30px !important;
}*/
.inpress .extra.aif .extra-title {
	margin-top: -35px !important;
}
.vesti .extra-title span img{
	width:auto;
}
.section .extra.aif.title_image .extra-title a{
	background:none;
}
.layout .extra.aif {
	width: 680px;
	margin-left: -26px;
}

.layout .extra.video {
	width: 660px;
	padding: 0;
	margin: 30px 0 30px 0px;
	border:none;
}
.video .inviz {
	width:0;
	height:0;
	position:absolute;
}

.items_cols .extra.aif .item {
	min-height: 140px;
	max-height: 160px;
	margin: 0 0 10px 26px;
	width: 106px;
	overflow:hidden;
}
.horiz1 .extra.aif .item{
	margin: 10px 20px;
	width: 122px;
}
.items_cols .extra.aif .item .item__a{
	line-height: 14px;
}
.items .extra.aif .item a.item__a .item__title {
	font-size: 12px;
}
.last_news_scroll .items.items_cols>div.item{
	width:146px!important;
	min-height: 0;
}
.extra.aif{
	margin-top: 40px !important;
}
/* right_banner */
.layout .side___i.ru, .layout .side__i.ru{
	height:402px;
}
.main-news, .main-category {
	/*margin-bottom: 128px;*/
	margin-bottom: 20px;
}
.container-img {
	position: relative;
	height:440px;
	width:660px;
	overflow:hidden;
}

.container-img a{
	background:none;
}

.caption,.container-info{
	background:rgba(0,0,0,0.7);
	position: absolute;
	margin-left:20px;
	max-width:560px;
	padding:10px;
	bottom:20px;
}
.caption .caption__location,.container-info-descr{
	color:#fff;
	border:0;
	text-decoration:none;
	font-size:14px;
}
.caption h3, .container-info h3,
.caption div, .container-info div.links-big{
	font-size:20px;
	margin-bottom:6px;
	line-height:1.2;
	display: inline;
}
.caption h3 a .links-big-em, .container-info h3,
.caption div a .links-big-em, .container-info .links-big{

	color: #0A74CF;
	background-image:-webkit-gradient(linear, 0 0, 100% 0, from(#0A74CF), to(#0A74CF));
	background-image:-webkit-linear-gradient(left, #0A74CF, #0A74CF 100%);
	background-image:   -moz-linear-gradient(left, #0A74CF, #0A74CF 100%);
	background-image:    -ms-linear-gradient(left, #0A74CF, #0A74CF 100%);
	background-image:     -o-linear-gradient(left, #0A74CF, #0A74CF 100%);
	background-image:        linear-gradient(left, #0A74CF, #0A74CF 100%);

	background-position: 0 100%;
	background-size: 10px 1px;
	background-repeat: repeat-x;
}

.caption h3 a .links-big-em:hover, .container-info h3:hover,.container-img a:hover .container-info h3,
.caption div a .links-big-em:hover, .container-info .links-big:hover,.container-img a:hover .container-info .links-big{
	color: #cd0000;
	background-image:-webkit-gradient(linear, 0 0, 100% 0, from(#cd0000), to(#cd0000));
	background-image:-webkit-linear-gradient(left, #cd0000, #cd0000 100%);
	background-image:   -moz-linear-gradient(left, #cd0000, #cd0000 100%);
	background-image:    -ms-linear-gradient(left, #cd0000, #cd0000 100%);
	background-image:     -o-linear-gradient(left, #cd0000, #cd0000 100%);
	background-image:        linear-gradient(left, #cd0000, #cd0000 100%);
	background-position: 0px 100%;
	background-size: 10px 1px;
	background-repeat: repeat-x;
}
/* 404 */
.cl404 .box_main h1{
	margin-top:30px;
	font-size:40px;
	background-image:        linear-gradient(left, #cd0000, #cd0000 100%);
}
.cl404 .box-main-descr{
	margin-top:30px;
	margin-bottom:30px;
	font-size:14px;
}
.cl404 .page{

	background:url(/static/news/img/plane.png) no-repeat right 0;
	padding:0 20px;
}
.cl404 .plain-crush{
}
.cl404 .mainmenu3 {
	min-width: 162px;
	display: block;
}
.cl404 .mainmenu3 .logo_cont {
	display: block;
	position: relative;
}
.cl404 .mainmenu3 .logo_cont .logo {
	position: relative;
	top: 15px;
	display: block;
}
.cl404 .header{
	height:70px;
}
.cl404 p{
	margin-bottom:5px;
}
.parashut{
	/*display:none;*/
	position:absolute;
}
.news_teaser a{
	font-weight:bold;
	color:#990000;
}
.news_teaser a:hover{
	color:#cd0000;
}


/* incuts */
.news-incut,
.news-incut:after,
.news-incut:before,
.news-incut__all,
.news-incut__hat,
.news-incut__all:after
{
	display: block;
}

.news-incut:after,
.news-incut:before,
.news-incut__all:after
{
	content: "";
}

.news-incut
{
	font-size: .9em;

	line-height: 1.4em;

	position: relative;

	padding: 16px 4px 15px 20px;
	margin:  20px 16px 20px 0;
}

.news-incut
{
	background:   #F5F5EA;
	border-color: #E9E9E1;
	border-style: solid;
	border-width: 0 0 1px 0;
}

.news-incut:after
{
	clear: both;
}

.news-incut:before
{
	position: absolute;
	top:      18px;
	right:    -16px;
	bottom:   -1px;

	width: 16px;

	background:   inherit;
	border-color: inherit;
	border-style: inherit;
	border-width: inherit;
}

.news-incut__all:after
{
	position: absolute;
	top:      0;
	right:    -16px;

	width:  17px;
	height: 21px;

	background-image:    url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABEAAAAVCAYAAACg/AXsAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAANRJREFUeNqk1NENgyAQBmA4eGjSF0foCIzQETqCmzmCI7hDH52l2N7VozmtWvKXBJHgfUHgcON477km90ehGKnhdmDoAiPeO6eQzKiBEHkolHRGDYQUKAQPQbTokC9QDyMGuvJsOhgpENe2FqK9AZ5NNURHgwLxggvUwogU3nqBuiOIav75F0S1OxDC+1OBbjCip7pACUIMVBI2QYhJjwVEUNbOp/qT+QTfITMkd9Dg7U5yPVfET1yztg95j2bwuRGQTUDWoO91WvVPGjDtBWyVlwADAOJ2SjoWvsn5AAAAAElFTkSuQmCC");
	background-repeat:   no-repeat;
	background-position: right top;
}

.news-incut__all>:last-child
{
	margin-bottom: 0 !important;
}

.news-incut_has_hat .news-incut__all
{
	margin: 0 0 0 135px;
}

.news-incut_has_hat .news-incut__hat
{
	font-weight: bold;

	float: left;

	width: 120px;
}

.news-incut_has_hat .news-incut__img
{
	max-width: 100%;

	display: block;

	margin: 4px 0 5px 0;

	outline: none;
}


.news-also,
.news-also__all,
.news-also__img,
.news-also__zma
{
	display: block;
}

.ugc .news-also__all,
.ugc .news-also__hat
{
	font-style: normal;
}



.news-also
{
	text-decoration: none;
	vertical-align:  top;

	display:  inline-block;
	position: relative;

	width:  180px;
	margin: -3px 30px 20px 30px;
}

.news-also:hover
{
	background: none !important;
}

.news-also:hover .news-also__hat,
.news-also:hover .news-also__all
{
	opacity: .7;
}

/*
.news-also:hover .news-also__img
{
	-webkit-transform: scale(1.1);
	-moz-transform:    scale(1.1);
	transform:         scale(1.1);
}
*/

.news-also_on_lft
{
	float: left;

	margin-left: 0;
}

.news-also_on_rgt
{
	float: right;

	margin-right: 0;
}

.news-also__all,
.news-also__img,
.news-also__hat
{
	-webkit-transition: .3s;
	-moz-transition:    .3s;
	transition:         .3s;
}

.news-also__all
{
	font-size:  0.8em;
	font-style: normal;

	line-height: 1.4em;

	padding: 10px;

	color:      #FFF;
	background: #777;
}

.news-also__img
{
	width:  180px;
	height: 120px;

	outline: none;
}

.news-also__hat
{
	font-size:   0.7em;
	font-style: normal;
	font-weight: bold;

	letter-spacing: 1px;
	text-transform: uppercase;

	color:      #777;
	background: transparent;
}

.news-also__lnk
{
	text-decoration: none;

	background:       repeat-x scroll 0 100% / 10px 1px rgba(0, 0, 0, 0);
	background-image: -webkit-gradient(linear, 0 0, 100% 0, from(rgba(255, 255, 255, .5)), to(rgba(255, 255, 255, .5)));
	background-image: -webkit-linear-gradient(left, rgba(255, 255, 255, .5), rgba(255, 255, 255, .5) 100%);
	background-image: -moz-linear-gradient(left, rgba(255, 255, 255, .5), rgba(255, 255, 255, .5) 100%);
	background-image: -ms-linear-gradient(left, rgba(255, 255, 255, .5), rgba(255, 255, 255, .5) 100%);
	background-image: -o-linear-gradient(left, rgba(255, 255, 255, .5), rgba(255, 255, 255, .5) 100%);
	background-image: linear-gradient(left, rgba(255, 255, 255, .5), rgba(255, 255, 255, .5) 100%);
}

.news-also__zma
{
	width:    180px;
	height:   120px;
	overflow: hidden;
}
/* /incuts */


/* instagramm */
.instagram-media
{
	margin-bottom: 10px !important;
}
/* /instagramm */

/*! Social Likes v3.0.14 by Artem Sapegin - http://sapegin.github.com/social-likes - Licensed MIT */

.social-likes,
.social-likes__widget {
	display: inline-block;
	padding: 0;
	vertical-align: middle!important;
	word-spacing: 0!important;
	text-indent: 0!important;
	list-style: none!important
}
.social-likes {
	opacity: 0
}
.social-likes_visible {
	opacity: 1;
	transition: opacity .1s ease-in
}
.social-likes>* {
	display: inline-block;
	visibility: hidden
}
.social-likes_vertical>* {
	display: block
}
.social-likes_visible>* {
	visibility: inherit
}
.social-likes__widget {
	display: inline-block;
	position: relative;
	white-space: nowrap
}
.social-likes__widget:before,
.social-likes__widget:after {
	display: none!important
}
.social-likes_vertical .social-likes__widget {
	display: block;
	float: left;
	clear: left
}
.social-likes__button,
.social-likes__icon,
.social-likes__counter {
	text-decoration: none;
	text-rendering: optimizeLegibility
}
.social-likes__button,
.social-likes__counter {
	display: inline-block;
	margin: 0;
	outline: 0
}
.social-likes__button {
	position: relative;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}
.social-likes__button:before {
	content: "";
	display: inline-block
}
.social-likes__icon {
	position: absolute;
	top: 0;
	left: 0
}
.social-likes__counter {
	display: none;
	position: relative
}
.social-likes_ready .social-likes__counter,
.social-likes__counter_single {
	display: inline-block
}
.social-likes_ready .social-likes__counter_empty {
	display: none
}
.social-likes_vertical .social-likes__widget {
	display: block
}
.social-likes_notext .social-likes__button {
	padding-left: 0
}
.social-likes_single-w {
	position: relative;
	display: inline-block
}
.social-likes_single {
	position: absolute;
	text-align: left;
	z-index: 99999;
	visibility: hidden;
	opacity: 0;
	transition: visibility 0s .11s, opacity .1s ease-in;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden
}
.social-likes_single.social-likes_opened {
	visibility: visible;
	opacity: 1;
	transition: opacity .15s ease-out
}
.social-likes__button_single {
	position: relative
}
.social-likes {
	min-height: 36px;
	margin: -6px
}
.social-likes,
.social-likes_single-w {
	line-height: 19px
}
.social-likes__widget {
	margin: 6px;
	color: #000;
	background: #fff;
	border: 1px solid #ccc;
	border-radius: 3px;
	line-height: 19px
}
.social-likes__widget:hover,
.social-likes__widget:active,
.social-likes__widget:focus {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	color: #fff;
	cursor: pointer
}
.social-likes__button,
.social-likes__counter {
	vertical-align: middle;
	font-family: "Helvetica Neue", Arial, sans-serif;
	font-size: 13px;
	line-height: 20px;
	cursor: inherit
}
.social-likes__button {
	padding: 1px 6px 1px 20px;
	font-weight: 400;
	border-right: 0
}
.social-likes__icon {
	width: 20px;
	height: 18px;
	margin-top: 1px;
	background-repeat: no-repeat;
	background-position: 50% 50%
}
.social-likes__counter {
	min-width: 12px;
	padding: 1px 4px;
	font-weight: 400;
	text-align: center;
	border-left: 1px solid #ccc
}
.social-likes__widget:hover>.social-likes__counter,
.social-likes__widget:focus>.social-likes__counter,
.social-likes__widget:active>.social-likes__counter,
.social-likes__widget_active>.social-likes__counter {
	position: relative;
	border-left-color: transparent
}
.social-likes__widget:hover>.social-likes__counter:before,
.social-likes__widget:focus>.social-likes__counter:before,
.social-likes__widget:active>.social-likes__counter:before,
.social-likes__widget_active>.social-likes__counter:before {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: -1px;
	border-left: 1px solid;
	opacity: .4
}
.social-likes_vertical {
	margin: -6px
}
.social-likes_vertical .social-likes__widget {
	margin: 6px
}
.social-likes_notext {
	margin: -3px
}
.social-likes_notext .social-likes__widget {
	margin: 3px
}
.social-likes_notext .social-likes__button {
	width: 18px
}
.social-likes_notext .social-likes__icon {
	width: 100%;
	background-position: center center
}
.social-likes__widget_single {
	margin: 0
}
.social-likes_single {
	margin: -12px 0 0;
	padding: 4px 0;
	background: #fff;
	border: 1px solid #ccc;
	border-radius: 3px
}
.social-likes__single-container {
	width: 100%;
	display: table
}
.social-likes_single .social-likes__widget {
	float: none;
	display: table-row;
	margin: 0;
	border: 0;
	border-radius: 0;
	background: 0 0
}
.social-likes_single .social-likes__button {
	display: block;
	padding: 2px 6px 2px 24px
}
.social-likes_single .social-likes__icon {
	margin-left: 4px;
	margin-top: 2px
}
.social-likes_single .social-likes__counter {
	display: table-cell;
	padding: 2px 8px 2px 4px;
	border-left: 0;
	text-align: right
}
.social-likes_single .social-likes__widget:hover>.social-likes__counter:before,
.social-likes_single .social-likes__widget:focus>.social-likes__counter:before,
.social-likes_single .social-likes__widget:active>.social-likes__counter:before {
	display: none
}
.social-likes__icon_single {
	background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAkAAAANCAYAAAB7AEQGAAAAaElEQVR42mIxL/zLgATkgXgBECcC8QOYIBOagvVA7ADEa4FYAV0RIxDPAeIUKD8VygeJM7BABf8DsScQ/4HyzwGxB1QcrKgByUpk9h8YnwlJElkBiiYmBiIAbRUx0s46FizhgwEAAgwAkmYQfIjC7tcAAAAASUVORK5CYII=")
}
.social-likes__widget_single:hover,
.social-likes__widget_single:active,
.social-likes__widget_single:focus,
.social-likes__widget_active {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	background: #3673f4;
	border-color: #3673f4;
	color: #fff
}
.social-likes__widget_single:hover .social-likes__icon_single,
.social-likes__widget_single:active .social-likes__icon_single,
.social-likes__widget_single:focus .social-likes__icon_single,
.social-likes__widget_active .social-likes__icon_single {
	background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAkAAAANCAYAAAB7AEQGAAAAYklEQVR42mL4//8/AxKWB+L9QKyALI6u4Nx/CDiLrBCmgBGIdwOxEVQRiN4DFWcAE1DAAsR/gBgkwIjEBzMaGBAAmf0Hzgea1IDm+P9o/AYmBiIAbRUx0s46FizhgwEAAgwAAJd9Vn3NlgwAAAAASUVORK5CYII=")
}
.social-likes__icon_facebook {
	background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAYAAABWdVznAAAAaklEQVR42mJ0Cp7jycDAMBeIJRnwg+dAnMxEpGIGqJq5THgULwFicSBmBGJbmCYWPCYWAvEbdEF8GmCK/yMLMjGQCLBpsIW6GwaQ/UC6Ddj8cBjJZOr44TkJ6l+ANKSAGEQofgpKGgABBgAWcxAZp2KpkQAAAABJRU5ErkJggg==")
}
.social-likes__widget_facebook:hover,
.social-likes__widget_facebook:active,
.social-likes__widget_facebook:focus {
	background: #425497;
	border-color: #425497
}
.social-likes__widget_facebook:hover .social-likes__icon_facebook,
.social-likes__widget_facebook:active .social-likes__icon_facebook,
.social-likes__widget_facebook:focus .social-likes__icon_facebook {
	background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAYAAABWdVznAAAAaUlEQVR42mL6//+/JxA/+08YgNR4MoIYDAwMkgzEgedMeBQvAWJxIGYEYluomCQLHtMKgfgNuiA+DTDF/5EFmRhIBNg02ELdDQPIfiDdBlCw/sclRzU/PCdB/QuQhhQQgwjFT4E4GSDAAMuiQX7Tr7YFAAAAAElFTkSuQmCC")
}
.social-likes__icon_twitter {
	background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAMCAYAAABSgIzaAAAA9ElEQVR42mKU3vqak4GB4TcQ/2HABFxAXA3EzkD8DIjbgfg+ECuwAIkwIHYD4gSoAchgORD7IfEDgPgpEGczAQlBII4C4kNAbIikSAqIfdEMYgRiMSD+B7JxJ9SZFkB8Foj3A/FWIP4KVYgO5gHxFpBGNSA+DsS2UIVOUIwLfAYRIKe+gGoiFpyDaTwJxEVA/J0ITd+hXgNrBIETMCcQADOA+D26RpCn/+LRdAuI62EcmMb/0IjOx6H5ATSu4a4ChaoPEMcAsTUQy6Bp+AfEy4C4EIjfIEuANG4B4rvQVKEOTWYfoKG3HYgfoluvPm8jA0CAAQAqvDQ/IXqkWQAAAABJRU5ErkJggg==")
}
.social-likes__widget_twitter:hover,
.social-likes__widget_twitter:active,
.social-likes__widget_twitter:focus {
	background: #00b7ec;
	border-color: #00b7ec
}
.social-likes__widget_twitter:hover .social-likes__icon_twitter,
.social-likes__widget_twitter:active .social-likes__icon_twitter,
.social-likes__widget_twitter:focus .social-likes__icon_twitter {
	background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAMCAQAAAD4iURRAAAAo0lEQVQYGQXBsSoEAACA4Z8YKIO6yXLzjYrkHS5Wm5GyYPMAUgarMikpGZQHsFh4BZPhJi9wJdzn+7JkQZJk2bl3TzYNbGTfvUVJ8gyYmdjJMd6sS9bMAHwbZ+QHMy9OHQDgWtn1CgAALpUtAADAnpITUwAAU6tKtn0BALiSkjkXfgHAhxUpybwjvwA+DSVl7MEEwJ87A0lKRs7cenTj0FCSpH8xHAhkcGt6PAAAAABJRU5ErkJggg==")
}
.social-likes__icon_plusone {
	background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA0AAAAMCAYAAAC5tzfZAAABD0lEQVR42nTSsUtCURTH8eszSGgIgkqSoHBQh7QpbAlBcRCJ2staHFoa+hNyzqXBoan+gMDdoWgymkwkBxMiggo3a3Cp76WfcJHXgQ/nvfveue+ewwt08luGmEEdcwgjZP7iFrtmIqaUn5SXkUEDA+wZn/CwgQgetHYjC+JbZCOANWf9VXmobDd+c4vu8YgoalhFFpf4VL8rmMW8vR/3lEQV2yijhUO99KzeQ7p+95wjneAMQcRQ1JfsNA/wrc1T46KaznyMJqZxrcIvdNRf3957Gm8JO0ggjRx+cKpN21h0B7GJDw3EOGPvYuQ3ctvgC+K4w7nOfoQlFP4rsg+usI4Lrff0Z7QnCyqpffMrwAC15jTuOMaeqQAAAABJRU5ErkJggg==")
}
.social-likes__widget_plusone:hover,
.social-likes__widget_plusone:active,
.social-likes__widget_plusone:focus {
	background: #dd4241;
	border-color: #dd4241
}
.social-likes__widget_plusone:hover .social-likes__icon_plusone,
.social-likes__widget_plusone:active .social-likes__icon_plusone,
.social-likes__widget_plusone:focus .social-likes__icon_plusone {
	background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA0AAAAMCAYAAAC5tzfZAAAA5klEQVR42myRvQrCMBSFUyehmyC4Zte1OPoALi6+gy/j6uobiINbF3Fx6tDFpZtSUFzEPxQxnksPchty4WvSJPeek5vIOWcQMViCFuiApqliDUbGD0kCeyLzAfiAI4i5VkM+CfiChdpIXRU2lNSgYAR6ysCB441jAkrfXs7KM1YXq3PuicUxuIO2/GvZKSh4n4xrcugKniwq88L3O+GmVB0GlKxWElsl2IEt1d4qsctu/ruXskqiFKXtL2WzRiQJ6McJWO8Jc/AA/dDj7niPDb2LpRU4e+q1x7VMkM5cSMZ7mBA/AQYALgmaWsDGGiQAAAAASUVORK5CYII=")
}
.social-likes__icon_mailru {
	background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAYAAABWdVznAAABIElEQVR42mTSzytEURjG8XunISbFxmQ5UYqGIj9KMztLCyTKrMZCs7K1U7NSLBRloWb+AREmFpPF7GUzRBaymGLpV5bi+9RzM+XU595zT+85533PueHTXhC1BFaRx6DHnnGEbbxoIPSEFCp+l3DjCWOYc38FFzEe7Tj3Dlr5AG0OWscA6jhFX5zHmgO1+oy3V0AHirhHGZ36jjnnknfaxzKmMIxdTKMHO0pPE/px6cA7nAV/bQsfXky7fmtCqA5a8Bn8bz/WqlhNaCCDE0xivCk459zfMKq6VPQxCth0wTUfcZdr+UIaWVR1D0k6115lFkNYwLuPeB4beFUm0cVN4NCnoaBb5z3iDFTfIx7Cpl+j23eyiF6Pqb4lXEVBvwIMAGRTP1kwMI3TAAAAAElFTkSuQmCC")
}
.social-likes__widget_mailru:hover,
.social-likes__widget_mailru:active,
.social-likes__widget_mailru:focus {
	background: #255896;
	border-color: #255896;
	color: #ffcd00
}
.social-likes__widget_mailru:hover .social-likes__icon_mailru,
.social-likes__widget_mailru:active .social-likes__icon_mailru,
.social-likes__widget_mailru:focus .social-likes__icon_mailru {
	background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAYAAABWdVznAAABIElEQVR42mTSzytEURjG8Xtn0IyIDc1SFpJQ5EdN1ChLC6PJFCsWsvInKCvFQllYKPaaZpIpC83CntkgsrBSLP1K2Wh8n3pupubU5865p/c9533PnbBWDaLRijWsYMBrLyhiF69aCJ3Qg7J/j3DrhDFkPV/FuRKSTK6RQAbtmMEPCojjxGv9TTw2XIJ2n/PxN2jDFh5wjA69x1yzytBJB1hCGsPYxyxS2FN5SuhDxYH3OAv+xw4+vZlO/VVCqAma8RU0jpq1KFYJz5jCKSYxXhe87NrfMaq+1HQJ69h2w5e+4k738o1BTONC19rNpOpd5jGEHD5wiAVs4k2VRB9uwneectCd6x5xBervCY9h3V+jy99kEb1eU395XEVBfwIMAE0mQy9JLJUSAAAAAElFTkSuQmCC")
}
.social-likes__icon_vkontakte {
	background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAYAAABWdVznAAAAsElEQVR42mKJLJ3tycDAMBeIJRnwg+dAnMxEpGIGqJq5TGiKGZEwSE4ViDcha2LCYpIREK8C4l4gfgLElciSLDisDgXi/0A8DYi58GkA8Y8AsQkQfwHie0C8BVkBupO4kWyIBWJxIE4D4u/4nKQMxOVQ9jcgbgPii0BsgUvDIyCeBcR/gHgFVI00PhsuA3E61Lkg2xYAsSyyhudIcfGBQOS9AJmSAmIQEdNPQUkDIMAA8iAe2OyimvEAAAAASUVORK5CYII=")
}
.social-likes__widget_vkontakte:hover,
.social-likes__widget_vkontakte:active,
.social-likes__widget_vkontakte:focus {
	background: #526e8f;
	border-color: #526e8f
}
.social-likes__widget_vkontakte:hover .social-likes__icon_vkontakte,
.social-likes__widget_vkontakte:active .social-likes__icon_vkontakte,
.social-likes__widget_vkontakte:focus .social-likes__icon_vkontakte {
	background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAQAAAD8fJRsAAAAfUlEQVQYGQXBMQ4BUQAFwGej0P1aohJCJBpcwu6N1AqVTqFX6TSu4B4if2+gNGZirwIAqPZRAQBADSAiBmYeQACxcXc2sgICiA4/MzsggKFia6HxBAIolk6Oxia+EEDRgYN4QQDF2tXF1NAbAigiGnM3ICoAAOij1QMA+Gj/aNf4AJYJLVIAAAAASUVORK5CYII=")
}
.social-likes__icon_odnoklassniki {
	background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAMCAYAAABfnvydAAAAyElEQVR42kzPMQtBcRTG4UvKQmalZFNKDNdm5gsYFCUlCbMyGMwsfACLzRcw2EwsGJTBQAZlUgxsfidvceq5/3vPeTv3Xs99FHMoP3ooOd+aoo+3T40hmnjouYsQWl4uEdRxRkLO6kVsQwB23nDRBruP2swGJ+zgYqKAq97JAi8UMUNFgb16LwvUkEYHcQUOaGNjgTKyaGCrQErn0gJVpQt/g6teObbfPGKAp/Orp3pH25DEHGGsFchghbxXXxvEAjlZqFf8CDAAgr4qyqKlfhgAAAAASUVORK5CYII=");
	background-position: 6px 3px
}
.social-likes__widget_odnoklassniki:hover,
.social-likes__widget_odnoklassniki:active,
.social-likes__widget_odnoklassniki:focus {
	background: #f6903b;
	border-color: #f6903b
}
.social-likes__widget_odnoklassniki:hover .social-likes__icon_odnoklassniki,
.social-likes__widget_odnoklassniki:active .social-likes__icon_odnoklassniki,
.social-likes__widget_odnoklassniki:focus .social-likes__icon_odnoklassniki {
	background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAMCAQAAAD1lzQWAAAAgElEQVQIHQXBoRGCAAAF0N80OoA0AxTHcQMncAaO7J1ndRCbgUDRbPCgMABEjnu+F7FRGwxqG4m4YTLhJrG36BUKvcU+SnQiOpSx9cHDAx/biMoP/FQSZ3cnFxcnd+d4YfX2tuIVB1cjGF0dIgpf8FVIHI1otRgdozF72tl5mjV/486WhTdrOooAAAAASUVORK5CYII=")
}
.social-likes__icon_pinterest {
	background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAsAAAANCAYAAAB/9ZQ7AAABCUlEQVR42nTRPUvDUBTG8ZtoKYogTsGCoAXtUqFuBR1c/AZddNbRQUqhH0Eo6KKDb0gpXQUHBxF0Kg6KFAWh4qI4KxQRtKXxf+C5OEgP/Ehu8uTclwSN0VmnWsE6shjEF05QwZMFQr04QB3vKOmjGlZxiZxTcE0Pi9jCGD402xnOsYNF67yBGwWP8IaCwhe4xjxmLDyNUySxjGGk3F/5Wcb9Rib04FNLu9LYmk2ih1cbVLXmKXTRwoPCc8jgES/WpYymlhOpSxoxdjXTNn7spo19nYbN1ME9hjTexLE/OqsAC/jGknYf6Yxv/U592LrkcYdn+VehrgmM4ND1r8CHB7CnX96v4l8BBgB54jWa5GM+bAAAAABJRU5ErkJggg==")
}
.social-likes__widget_pinterest:hover,
.social-likes__widget_pinterest:active,
.social-likes__widget_pinterest:focus {
	background: #cc002b;
	border-color: #cc002b
}
.social-likes__widget_pinterest:hover .social-likes__icon_pinterest,
.social-likes__widget_pinterest:active .social-likes__icon_pinterest,
.social-likes__widget_pinterest:focus .social-likes__icon_pinterest {
	background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAsAAAANCAQAAADV/FywAAAAvklEQVQYGQXBsUoUAACA4f/i8MBB0TdINCQQhHoDaXRzagkkopYGhRYfwKWhSYLDZ2ixNyiTVp1cXMQgaDpNsa6v70vy3DcTt34ZeyRlaIzPXnvpAy6tK2+wIwuSZ/75Yphz3+XQjS3JVzwOe0Z+463kCBu58dHIT/fW5IEzUys58NeqK6eSJ/44NZM5r2yaurTkoRNsK8kuLlybYt9AycAnd5a98M5TScmsH44lSVIyb2JbkiSDZNF7I0mS9B8IOsS5z/yrNgAAAABJRU5ErkJggg==")
}

/* Plista */
#plista_widget a, .plistaAllOuter a{
	background: none;
}

#plista_widget .eng_ww_widget{
	padding-bottom: 0px!important;
	margin-bottom: 0px!important;
	height: auto!important;
}

.plista_widget_belowArticle,
div[data-widget="plista_widget_belowArticle"]{
	width: 660px;
}

/* Relap */
div.relap-default-wrapper {
	margin: 0 0 0 19px;
}
.relap-default-wrapper a{
	background: none;
}

#Page .right-cell .counters{display:none;}

/* Reklamnuye bloki */
.pageblock {
	font-family: Arial;
	font-size: 13px;
	padding: 5px;
}

.pageblock.horizontal .pageblock__item {
	display: table-cell;
	width: 33.3333%;
	vertical-align: top;
}

.pageblock__smalllink {
	font-size: 10px;
	color: #000;
	padding: 0 0 5px 5px;
	display: inline-block;
}

.pageblock__list {
	overflow: hidden;
}

.pageblock__item {
	display: table;
	width: 100%;
	overflow: hidden;
	margin-bottom: 20px;
}

.pageblock__cell {
	vertical-align: top;
	display: table-cell;
	padding: 5px;
	box-sizing: border-box;
}

.pageblock__title {
	color: #A00;
	font-size: 16px;
	line-height: 20px;
	padding-bottom: 5px;
	display: inline-block;
}

.pageblock__title:hover {
	color: #F00;
}

.pageblock__text {
	line-height: 14px;
}

.pageblock__city,
.pageblock__link {
	margin-top: 2px;
	display: inline-block;
	color: #999;
	text-decoration: none;
}

.pageblock__link:hover {
	text-decoration: underline;
	color: #F00;
}

.pageblock a {
	background: none;
	text-decoration: underline;
}

body.criteo #weather-top.ad_topper{
	margin: 6px 0 24px 0;
}

body.criteo #Page .ad_topper_cont {
	display: block!important;
}

#weather-top-preload,
#weather-right-preload,
#weather-right-bottom-preload{
	display:none;
}

#Page .relap-gismeteo_ru__plates-wrapper a {background:none;}
#Page .js-relap__item-inner.relap-gismeteo_ru__plates__item-inner {padding: 0 10px 0!important;}
#Page .relap-gismeteo_ru__plates__items-container {padding: 20px 10px 0 !important;}

/* Adblock blocks */
.rframe.righht {
	background: #fff;
	clear: both;
	overflow: hidden;
	zoom: 1;
	position: relative;
	width: 240px;
	padding: 20px 19px;
	border: 1px dashed #999;
	margin-top: 20px;
}

a.yandex_dzen_tiser_news {
	background: #0099ff;
	color: #fff;
	border-radius: 5px;
	padding: 8px 14px;
	margin: 10px 0 20px 0;
	display: inline-block;
	font-family: Arial;
	font-size: 17px;
}

a.yandex_dzen_tiser_news:hover {
	background: #0066cc;
}

