@font-face {
    font-family: 'Vida';
    src: url('../fonts/vida32pro-webfont.eot');
    src: local('☺'), url('../fonts/vida32pro-webfont.woff') format('woff'), url('../fonts/vida32pro-webfont.ttf') format('truetype'), url('../fonts/vida32pro-webfont.svg#webfontpBa48uWH') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'VidaBold';
    src: url('../fonts/vida32pro-bold-webfont.eot');
    src: local('☺'), url('../fonts/vida32pro-bold-webfont.woff') format('woff'), url('../fonts/vida32pro-bold-webfont.ttf') format('truetype'), url('../fonts/vida32pro-bold-webfont.svg#webfontpemEdNFC') format('svg');
    font-weight: normal;
    font-style: normal;
}

html, body {
	margin: 0px;
	padding: 0px;
	height: 100%;
	font: 12px 'Vida';
	color: #23364f;
	background: #e2e7ec;
}
ul, p, h1, h2, h3, h4, h5, h6, form, dl, dd, dt {
	list-style: none;
	margin: 0px;
	padding: 0px;
	font-weight: normal;
}
img {
	vertical-align: top;
	border: none;
}
a {
	text-decoration: none;
	color: #34476f;
}
a:hover {
	color: #005BD6!important;
}
a, input, textarea {
	outline: none;
}
.caps {
	font-style: normal;
	text-transform: uppercase;
}

#bg, #bg1, #bg2 {
	 width: 100%;
	 float: left;
}
#bg1 {
	background: url(../images/bg2.png) repeat;
}
#bg2 {
	background: url(../images/bg.png) repeat;
}

#main-wrap {
	width: 100%;
	min-width: 1000px;
	/*overflow: hidden;*/
	position: relative;
}
#tbg {
	width: 100%;
	height: 977px;
	background: url(../images/blue_bg.png) no-repeat left top;
	top: 0px;
	left: 0px;
	position: absolute;
	z-index: 1;
}
#page {
	max-width: 1280px;
	min-width: 1000px;
	min-height: 100%;
	margin: 0px auto;
	text-align: center;
	position: relative;
	z-index: 3;
}
#main {
	padding-bottom: 140px;
}
#left-content {
	width: 675px;
	float: left;
	margin-left: 25px;
	text-align: left;
}
#right-bar {
	margin-left: 700px;
	overflow: visible;
    width: 580px;
}

#head {
	height: 245px;
	position: relative;
}
#logo {
	width: 106px;
	height: 80px;
	background: url(../images/logo.png) no-repeat left top;
	position: absolute;
	left: 0px;
	top: 37px;
	padding: 42px 0px 0px 260px;
	font: 13px "VidaBold";
	color: #28385b;
	text-shadow: #fff 0px 1px 1px;
	line-height: 130%;
}
#logo:hover {
	color: #28385b!important;
}
#languages {
	position: absolute;
	left: 260px;
	top: 145px;
}
#languages a.act {
	font-weight: bold;
}
#social {
	width: 312px;
	height: 226px;
	position: absolute;
	right: 0px;
	top: 24px;
	background: url(../images/our_bg.png) no-repeat;
	text-align: center;
}
#social span {
	display: block;
	font-size: 13px;
	color: #fff;
	text-shadow: #000 0px -1px 1px;
	margin: 30px 0px 35px;
	text-transform: uppercase;
}
#social span strong {
	width: 125px;
	display: inline-block;
	font-size: 25px;
	vertical-align: middle;
	position: relative;
	margin-top: -3px;
	/* fix */
	text-decoration: underline;
}
#social .add_but {
	width: 160px;
	height: 32px;
	padding: 5px 0px 0px 33px;
	display: inline-block;
	vertical-align: top;
	background: url(../images/add_but.png) no-repeat left top;
	color: #23364f;
	font-size: 17px;
	margin-bottom: 10px;
	cursor: pointer;
}
#icons {
	margin-left: 8px;
}

#top-menu {
	width: 320px;
	position: absolute;
	left: -6px;
	top: 193px;
	font-size: 13px;
	color: #ff2544;
}
#top-menu a {
	text-shadow: #fff 0px 1px 1px;
	margin: 0px 6px;
}
#top-menu a.act {
	color: #000!important;
	text-shadow: #fff 0px 1px 1px;
}
.short-logo #logo {
	height: 85px;
	padding-top: 4px;
}
.short-logo #top-menu {
	top: 142px;
	font-size: 16px;	
}
.short-logo #languages {
	top: 104px;
}
#head.short-logo {
	height: 212px;
}
#center {
	width: 675px;
	float: left;
	margin-top: 10px;
}
#center h3 {
	color: #28385b;
	font: 17px "VidaBold";
	margin-right: 32px;
}
#center h3 .l-more {
	float: right;
}
#center h3 span {
	color: #ff0024;
	margin-right: 5px;
}
.text {
	/*width: 643px;*/
	float: left;
	margin-top: 10px;
	padding-bottom: 18px;
	color: #4b4b4b;
	font-size: 13px;
}
.text p {
	font-size: 15px;
	padding: 18px 24px;
}
.text .l-more {
	margin-left: 20px;
}

.t-short {
	width: 303px;
	padding: 0px 22px 13px;
	margin-top: 31px;
}
.t-short2 {
	width: 229px;
}
.text h6 {
	font: 13px "VidaBold";
	color: #28385b;
	margin: 13px 0px;
}
.text h6 span {
	color: #FF2544;
	margin-right: 5px;
}
.t-short p {
	padding: 0px;
	font-size: 13px;
	margin: 26px 10px 10px 0;
}
.text h2 {
	color: #3b4c63;
	font: 17px "VidaBold";
	line-height: 120%;
}
.text h2 a {
	color: #000;
}
.t-short .l-more {
	margin: 0px;
}

.cont-block {
	width: 683px;
	float: left;
	position: relative;
	margin: 100px 0px 100px -18px;
	background: url(../images/cb.png) repeat-y -1366px 0px;
}
.cont-block .wrap {
	width: 683px;
	float: left;
	margin-top: -100px;
	position: relative;
	background: url(../images/cb.png) no-repeat 0px top;
}
.cont-block .wrap .wrap {
	margin: 0px 0px -100px;
	background-position: -683px bottom;
	padding: 13px 0px 44px;
}
.cont-block .text {
	margin: 0px 0px 0px 19px;
}
.cont-block.cb-hover:hover {
	width: 703px;
	margin: 100px 0px 100px -28px;
	background-position: -3455px top;
}
.cont-block.cb-hover:hover .text {
	margin-left: 29px;
	margin-right: 10px;
}
.cont-block.cb-hover:hover .wrap {
	width: 703px;
	background-position: -2049px top;
}
.cont-block.cb-hover:hover .wrap .wrap {
	background-position: -2752px bottom;
}
.exp {
	margin-bottom: 75px!important;
}

.cb-short {
	width: 387px;
	background: url(../images/cb_short.png) repeat-y -774px 0px;
	margin: 90px 0px 78px -18px;
}
.cb-short2 {
	width: 293px;
	background: url(../images/cb_short2.png) repeat-y -586px 0px;
}
.cb-short .wrap {
	width: 387px;
	background: url(../images/cb_short.png) no-repeat 0px 0px;
}
.cb-short2 .wrap {
	width: 293px;
	background: url(../images/cb_short2.png) no-repeat 0px 0px;
}
.cb-short .wrap .wrap {
	background-position: -387px bottom;
}
.cb-short2 .wrap .wrap {
	background-position: -293px bottom;
}
.cb-short.cb-hover:hover {
	width: 407px;
	margin: 90px 0px 78px -28px;
	background-position: -1975px 0px;
}
.cb-short2.cb-hover:hover {
	width: 313px;
	background-position: right 0px;
}
.cb-short.cb-hover:hover .wrap {
	width: 407px;
	background-position: -1161px 0px;
}
.cb-short2.cb-hover:hover .wrap {
	width: 313px;
	background-position: -879px 0px;
}
.cb-short.cb-hover:hover .wrap .wrap {
	background-position: -1568px bottom;
}
.cb-short2.cb-hover:hover .wrap .wrap {
	background-position: -1192px bottom;
}

.cb-link a {
	display: inline-block;
}

#init-block {
	width: 349px;
	float: left;
}
#init-block h6 {
	padding: 13px 0px 0px 18px;
	height: 27px;
	background: url(../images/init_head.png) no-repeat left top;
	font: 10px "VidaBold";
	color: #fff;
	font-weight: bold;
	text-transform: uppercase;
	text-shadow: #1a263e 0px -1px 1px;
}
#init-block h6 span {
	color: #FF2544;
	font-size: 11px;
	margin-right: 6px;
}
#init-block ul {
	width: 100%;
	float: left;
}
#init-block li {
	width: 331px;
	background: #324671 url(../images/crop2.gif) repeat-x left top;
	float: left;
	padding: 21px 0px 10px 18px;
	position: relative;
}
#init-block li:hover {
	background: #182650 url(../images/li_rol.gif) repeat-x left top;
	padding-bottom: 12px;
	margin-bottom: -2px;
}
#init-block img {
	float: left;
	border: 1px #dddedf solid;
}
#init-block li div {
	margin: 0px 65px 0px 45px;
	line-height: 120%;
}
#init-block li span {
	color: #fff;
	font-size: 12px;
}
#init-block li p {
	font-size: 13px;
	color: #7796c5;
	margin-top: 8px;
}
#init-block .lnk-more {
	position: absolute;
	right: 9px;
	top: 50%;
	margin-top: -24px;
	background-position: 0px -98px;
	display: none;
}
#init-block .lnk-more:hover, #init-block li:hover .lnk-more {
	background-position: 0px -147px;
}
#init-block li:hover .lnk-more {
	display: block;
}

#news {
	width: 284px;
	float: right;
	border: 1px #a0aab6 solid;
	border-right: 0px;
	position: relative;
	margin-top: 2px;
	margin-bottom: 20px;
}
#news-wrap {
	width: 283px;
	float: left;
	border: 1px #fff solid;
	border-right: 1px #fff solid;
}
#news ul {
	width: 100%;
	float: left;
	padding-bottom: 0px;
}
#news li {
	width: 230px;
	padding: 6px 38px 22px 15px;
	float: left;
	background: url(../images/ni_crop.png) no-repeat 15px top;
}
#news li:first-child {
	background: none;
	padding-top: 6px;
}
#news h6 {
	font: 13px "VidaBold";
	color: #28385b;
	margin: 13px 0px 13px 15px;
}
#news h6 span {
	color: #FF2544;
	margin-right: 5px;
}
.news-item .ist {
	display: block;
	font-size: 17px;
	color: #23364f;
}
.news-item .ist sup {
	color: #000;
	font-size: 9px;
	display: block;
	vertical-align: top;
	margin: 3px 0px 0px 0px;
}
.news-item h2 {
	font: 17px "VidaBold";
	color: #000;
	line-height: 120%;
	margin-bottom: 7px;
}
.news-item h2 a {
	color: #000;
}
.news-item p {
	font-size: 13px;
	color: #4b4b4b;
	margin-bottom: 4px;
}
.news-item .more, .ln-more {
	padding-right: 14px;
	background: url(../images/crop4.png) no-repeat right 5px;
	font-size: 11px;
	font-weight: bold;
}
.news-item .more {
	font-size: 13px;
	background-position: right 6px;
}
.news-img {
	width: 283px;
	float: left;
	margin: 30px 0px 50px -24px;
	background: url(../images/news_img.png) repeat-y -283px 0px;
}
.news-item .img {
	margin-bottom: 10px;
}
.ni-wrap {
	width: 283px;
	float: left;
	position: relative;
	margin-top: -50px;
	background: url(../images/news_img.png) no-repeat left top;
}
.ni-wrap .ni-wrap {
	margin: 0px 0px -50px;
	background-position: right bottom;
	padding-bottom: 26px;
}
.ni-wrap img {
	float: left;
	width: 235px;
	margin: 20px 0px 0px 23px;
	border: 1px #fff solid;
}
.ni-wrap img:hover {
	border-color: #005BD6;
}

.img-zoom {
	cursor: pointer;
}
.zoom {
	width: 20px;
	height: 19px;
	position: absolute;
	bottom: 43px;
	right: 40px;
	background: url(../images/lupa.png)	no-repeat left top;
	cursor: pointer;
}
.img-zoom:hover .zoom {
	background-position: 0px -19px;
}

.cont-block .news-item .pop-img {
	width: 602px;
	float: left;
	margin: 15px -50px 0px 0px;
	padding-bottom: 40px;
	position: relative;
}
.cont-block .news-item div.pop-img, .cont-block .news-item div.pop-img div {
	margin-left: 0px;
}
.pi-big-img {
	float: left;
	position: relative;
}
.pi-big-img img {
	width: 325px;
	padding: 3px;
	border: 1px #ccc solid;
	margin: 0px!important;
}
.pi-big-img:hover img {
	background: #005BD6;
	border-color: #005BD6;
}
.pi-big-img .corn {
	width: 1px;
	height: 1px;
	background: #fff;
	position: absolute;
}
.pi-big-img .lt {
	top: 0px;
	left: 0px;
}
.pi-big-img .rt {
	right: 0px;
	top: 0px;
}
.pi-big-img .lb {
	bottom: 0px;
	left: 0px;
}
.pi-big-img .rb {
	bottom: 0px;
	right: 0px;
}
.pi-big-img .zoom {
	right: 20px;
	bottom: 23px;
}
.small-img {
	position: absolute;
	bottom: 30px;
	left: 333px;
}
.si-wrap {
	width: 81px;
	height: 77px;
	float: left;
	background: url(../images/sm_img.png) no-repeat;
}
.si-wrap img {
	width: 32px;
	height: 49px;
	margin: 10px 0px 0px 35px!important;
}
.small-img a {
	float: left;
	font: 13px 'VidaBold';
	line-height: 100%;
	margin-top: 20px;
}
.small-img a small {
	font: 10px 'Vida';
	padding-left: 18px;
	position: relative;
	display: block;
	margin-top: 4px;
}
.small-img a small i {
	width: 17px;
	height: 15px;
	position: absolute;
	left: -2px;
	top: 2px;
	background: url(../images/crop7.png) no-repeat left top;
}
.small-img a:hover small i {
	background-position: 0px -15px;
}

.r-block {
	width: 100%;
	float: left;
	padding: 0px 42px;
	position: relative;
	margin: 41px -42px 69px;
	background: url(../images/rb_bg.png) repeat-y left top;
	text-align: left;
}
.rb-wrap {
	width: 100%;
	float: left;
	background: url(../images/rb_top.png) no-repeat left top;
	position: relative;
	padding: 0px 42px;
	margin: -72px -42px 0px;
}
.rb-wrap .rb-wrap {
	background: url(../images/rb_bot.png) no-repeat left bottom;
	margin: 0px -42px -69px;
	padding-bottom: 70px;
}

.rb-head {
	width: 100%;
	height: 41px;
	float: left;
	background: url(../images/rs_top.png) no-repeat left top;
	position: relative;
	margin-top: 31px;
}

.rb-head.evo {
    background: url(../images/evo_top_plashka.jpg) no-repeat left top;
}

.rb-head h6 {
	text-transform: uppercase;
	color: #fff;
	font: 10px "VidaBold";
	margin: 13px 0px 0px 17px;
	text-shadow: #000 0px -1px 1px;
}
.rb-head h6 span {
	color: #ff2544;
	margin-right: 7px;
}
.rb-head h6 a {
	color: #fff!important;
}

.exp-list {
	width: 100%;
	float: left;
	margin-top: -3px;
	padding-bottom: 10px;
}
.exp-list li {
	width: 100%;
	float: left;
	padding-bottom: 3px;
}
.exp-list li:hover {
	background: url(../images/hov_bg_bot.png) repeat-x left bottom;
}
.exp-list .wrap {
	width: 100%;
	float: left;
	position: relative;
	margin-top: 3px;
}
.exp-list li:hover .wrap {
	background: #dadee2 url(../images/hov_bg.png) repeat-x left top;
}
.exp-list .wrap-in {
	padding: 15px 78px 12px 36px;
	position: relative;
	margin-top: -3px;
}
.exp-list li:first-child .wrap-in {
	padding-top: 23px;
}
.exp-list li:hover .wrap-in {
	background: url(../images/hov_bg_top.png) repeat-x left top;
}
.exp-list .img {
	width: 100%;
	float: left;
	margin-bottom: 5px;
}
.exp-list .img img {
	width: 30px;
	height: 30px;
	padding: 2px;
	float: left;
	background: url(../images/imgbg.png) no-repeat;
}
.exp-list .img span {
	float: left;
	margin: 2px 0px 0px 10px;
	color: #000;
	line-height: 120%;
}
.exp-list .img span .caps {
	font-weight: bold;
}
.exp-list .img em {
	font: normal 13px "Vida";
	float: left;
	margin: 13px 0px 0px 15px;
	color: #34476F;
}
.exp-list .img em small {
	font-size: 12px;
}
.exp-list .lnk {
	font-size: 13px;
	color: #34476F;
}
.exp-list p {
	color: #5a5a5a;
	font-size: 11px;
	margin-top: 10px;
}
.exp-list .lnk-more {
	display: none;
}
.exp-list li:hover .lnk-more {
	display: block;
}

.lnk-more {
	width: 49px;
	height: 49px;
	background: url(../images/hov_arr.png) no-repeat left top;
	position: absolute;
	right: 20px;
	top: 50%;
	margin-top: -24px;
}
.lnk-more:hover {
	background-position: 0px -49px;
}
.exp-list li:hover .lnk-more:hover {
	background-position: 0px 0px;
}

.l-more {
	padding: 4px 0px 4px 25px;
	background: url(../images/arrs.png) no-repeat left -54px;
	font: 11px "VidaBold";
	float: left;
	margin-left: 30px;
}
.l-more:hover, a:hover .l-more {
	background-position: 0px -81px;
}
.l-back {
	background-position: 0px 0px;
}
.l-back:hover {
	background-position: 0px -27px;
}

.news-list {
	margin: 85px 30px 0px;
}
.news-list li {
	float: left;
	width: 100%;
	padding-bottom: 15px;
	background: url(../images/crop3.gif) repeat-x left bottom;
	margin-bottom: 15px;
}
.news-list h2 {
	margin-bottom: 15px;
}

.text-block {
	color: #252525;
	font-size: 15px;
	margin: 20px 38px 0px 43px;
}
.text-block h1 {
	color: #000;
	font: 27px "VidaBold";
	line-height: 110%;
	margin-bottom: 10px;
}
.text-block p {
	margin: 22px 0px;
}
.text-block ol, .text-block ul {
	margin: 0px 0px 0px 20px;
	padding: 0px;
}
.text-block li {
	margin: 22px 0px;
}
.text-block blockquote {
	font: 19px "VidaBold";
	color: #28385b;
	margin: 22px 50px 0px 60px;
	line-height: 120%;
}
.text-block h4 {
	text-align: center;
	font: 17px "VidaBold";
	margin: 20px 0px 35px;
	clear: both;
	color: #000;
}

.cont-block .news-item {
	padding: 25px;
}
/*.cont-block .news-item div {*/
	/*margin-left: 115px;*/
/*}*/
.cont-block .news-item img {
	float: left;
}
.cont-block .news-item h2 {
	margin: 0px;
}
.cont-block .news-item h5 {
	font: 16px 'VidaBold';
	margin: -20px 0px 20px;
	position: relative;
}
.cont-block .news-item p {
	padding: 0px;
	font-size: 15px;
	margin: 3px 0px 10px;
}
.cont-block .news-item .l-more {
	margin: 0px 0px 0px -4px;
}

.text-block .news-item img {
	float: left;
	margin: 0px 30px 20px 0px;
}
.text-block .news-item h2 {
	font-size: 30px;
}
.text-block .news-item p {
	font-size: 15px;
}
/*.cont-block .news-item .left {
	float: left;
	width: 425px;
}
.cont-block .news-item .right {
	float: left;
	width: 125px;
}*/
.cont-block .news-item .right {
	margin-top: 5px;
}
.cont-block .news-item .right .exp-img {
	float: right;
    margin: -5px -18px 0 0;
    position: relative;
}

#news-list {
	width: 596px;
	float: left;
	margin: -20px 0px 0px 30px;
	position: relative;
}
#news-list li {
	width: 100%;
	float: left;
	padding: 15px 0px;
	background: url(../images/crop3.gif) repeat-x left top;
}
#news-list li:first-child {
	background: none;
}
#news-list h2 {
	margin-bottom: 10px;
}
#news-list img {
	float: left;
	margin-right: 20px;
	margin-top: 5px;
}

.r-text {
	padding: 25px 35px;
	clear: both;
}
.r-text h2 {
	font: 17px "VidaBold";
	line-height: 120%;
}
.r-text p {
	font-size: 13px;
	margin-top: 12px;
	color: #4b4b4b;
}
.r-text .l-more {
	margin: 10px 0px 0px -4px;
}

#news-items {
	width: 645px;
	float: left;
	background: url(../images/crop3.gif) repeat-x left top;
	margin: 20px 0px 50px;
}
#news-items div {
	padding: 40px 0px 30px 24px;
	width: 291px;
	float: left;
}
/*#news-items li:first-child {*/
	/*width: 306px;*/
/*}*/
#news-items .l-more {
	margin-left: -4px;
}
#news-items h2 {
	margin-bottom: 15px;
}

.exp-img {
	width: 117px;
	height: 125px;
	float: left;
	background: url(../images/exp_shad.png) no-repeat left top;
	padding: 9px 0px 0px 17px;
}
.exp-img img {
	float: left;
	width: 100px;
	height: 100px;
}

#expert {
	padding: 35px 35px 5px;
	clear: both;
}
#expert .exp-img {
	position: relative;
	margin-left: -15px;
}
#expert span, .expert-item .left span {
	font-size: 19px;
	color: #000;
	display: block;
	line-height: 120%;
    margin-bottom: 13px;
}
#expert span .caps, .expert-item .left .caps {
	font-family: "VidaBold"; 
}
#expert small, .expert-item .left small {
	font-size: 13px;
	color: #28385b;
}
#expert p, .expert-item .left p {
	font-size: 15px;
	margin: 0px;
	padding: 0px;
}
.expert-item .left p {
	margin-top: 15px;
}

.expert-item {
	width: 600px;
	float: left;
	margin: 25px 0px 0px 25px;
}
.expert-item .left {
	width: 465px;
	float: left;
}
.expert-item .right {
	width: 125px;
	float: left;
}
.expert-item .left span {
	font-size: 18px;
}
.expert-item .exp-img {
	float: right;
	margin: -5px -18px 0px 0px;
	position: relative;
}
.expert-item .lnk-more {
	position: static;
	float: right;
	margin: 0px;
}
.expert-item .lnk-more:hover {
	background-position: 0px 0px;
}

#footer {
	width: 100%;
	height: 94px;
	float: left;
	position: relative;
	margin-top: -94px;
	z-index: 4;
	background: url(../images/crop5.gif) repeat-x left top;
}
#foot {
	width: 100%;
	max-width: 1280px;
	min-width: 1000px;
	margin: 0px auto;
	text-align: center;
	height: 94px;
	position: relative;
}
#bot-logo {
	float: left;
	margin: 29px 0px 0px 25px;
}
#copy {
	float: left;
	clear: both;
	text-align: left;
	color: #8d9093;
	font: 11px Arial, Helvetica, sans-serif;
	margin: 5px 0px 0px 25px;
}

.text-block .lnks {
	width: 604px;
	float: left;
	padding: 0px 0px 40px 20px;
	background: url(../images/crop5.gif) repeat-x left bottom;
	margin: 5px 0px 33px;
}
.lnks li {
	float: left;
	width: 197px;
	margin: 15px 0px 0px;
}
.lnks a {
	padding-left: 40px;
	position: relative;
	font: 16px "VidaBold";
}
.lnks a img {
	position: absolute;
	left: 0px;
	top: -3px;
}

.dl-readus {
	font-size: 15px;
}
.dl-readus a {
	padding-left: 40px;
	position: relative;
	font-family: "VidaBold";
}
.dl-readus a img {
	position: absolute;
	left: 0px;
	top: -3px;
}
.dl-readus dd {
	margin: 15px 0px 40px 67px;
	color: #494a4a;
}

#foot-info {
	position: absolute;
	left: 220px;
	top: 29px;
	text-align: left;
}
#foot-info div, .foot-info div {
	float: left;
	margin-right: 65px;
}
#foot-info h6, .foot-info h6 {
	font: 10px "VidaBold";
	color: #324671;
	text-transform: uppercase;
}
#foot-info h6 span, .foot-info h6 span {
	color: #ff0024;
	margin-right: 5px;
}
#foot-info p, .foot-info p {
	color: #23364f;
	font-size: 11px;
	margin: 3px 0px 0px 13px;
	line-height: 100%;
}
#foot-info img, .foot-info img {
	margin-top: 4px;
}
#foot-info strong, #foot-info a, .foot-info strong, .foot-info a {
	font-family: "VidaBold";
}

#rus2045-news {
	width: 298px;
	float: left;
	border: 1px #a1abb6 solid;
	background: #fff;
	margin: 0px 30px 45px 0px;
}
#rn-head {
	width: 298px;
	height: 41px;
	float: left;
	background: url(../images/rus_head.png) no-repeat left top;
}
#rn-head h6 {
	float: left;
	font: 10px "VidaBold";
	color: #fff;
	margin: 13px 0px 0px 13px;
}
#rn-head h6 span {
	color: #ff0024;
	margin-right: 5px;
}
#rn-head img {
	float: right;
	margin: 12px 12px 0px 0px;
}
#rn-body ul {
	width: 100%;
	float: left;
	margin: 0px;
}
#rn-body li {
	float: left;
	padding: 28px 18px 28px 25px;
	border-top: 1px #d3d7dc solid;
	margin: 0px;
}
#rn-body li:first-child {
	border: none;
}
#rn-body li img {
	float: left;
	margin: -7px 8px 0px -9px;
	background: url(../images/imgbg2.png) no-repeat;
	padding: 7px 12px 14px 9px;
	position: relative;
}
#rn-body h5 {
	font: 17px/120% "VidaBold";
	color: #000;
	margin-right: 10px;
}
#rn-body p {
	font-size: 13px;
	color: #4b4b4b;
	margin: 16px 0px 5px;
}

#rus2045-soc {
	width: 299px;
	height: 141px;
	float: left;
	background: url(../images/soc_small.jpg) no-repeat;
}
#rs-text {
	float: left;
	font-size: 12px;
	color: #fff;
	line-height: 60%;
	margin: 12px 0px 0px 12px;
	text-shadow: #000 0px -1px 1px;
	text-transform: uppercase;
}
#rs-text strong {
	font: 20px "VidaBold";
}
#rs-logo {
	float: right;
	margin: 25px 14px 0px 0px;
}

#rs-add {
	width: 143px;
	height: 30px;
	padding: 7px 0px 0px 50px;
	font-size: 17px;
	background: url(../images/add_but2.jpg);
	float: left;
	margin: 28px 0px 0px 52px;
}

#right-form {
	margin: 0px 35px;
}
#right-form label {
	display: block;
	font: 12px "VidaBold";
	color: #000;
	margin-bottom: 6px;
}
#right-form input[type=text], #right-form textarea {
	background: none;
	border: 1px #8c95a8 solid;
	width: 100%;
}
#right-form textarea {
	height: 230px;
	font: 11px "Vida";
	color: #5a5a5a;
}
#right-form select {
	width: 101%;
}
#right-form div {
	margin-top: 12px;
}
#right-form .form-but {
	width: 100%;
	height: 30px;
	padding-top: 5px;
	display: block;
	border: 1px #b3b9c2 solid;
	font-size: 17px;
	text-align: center;
	background: url(../images/form_but.png) repeat-x left top;
	cursor: pointer;
}

#overlay, #img-overlay {
	width: 100%;
	height: 100%;
	position: fixed;
	left: 0px;
	top: 0px;
	background: #fff;
	opacity: 0.5;
	filter: alpha(opacity = 50);
	z-index: 6;
	display: none;
}
#popup {
	width: 559px;
	position: fixed;
	top: 0px;
	left: 50%;
	margin: 0px 0px 175px -279px;
	background: url(../images/pop_bg.png) repeat-y left top;
	z-index: 7;
	display: none;
}
.pop-wrap {
	width: 559px;
	float: left;
	position: relative;
	margin-top: -114px;
	background: url(../images/pop_top.png) no-repeat left top;
}
.pop-wrap .pop-wrap {
	margin: 0px 0px -175px;
	background: url(../images/pop_bot.png) no-repeat left bottom;
}
#pop-close {
	width: 25px;
	height: 25px;
	position: absolute;
	right: 73px;
	top: 58px;
	background: url(../images/pop_close.png) no-repeat left top;
	cursor: pointer;
}
#pop-close:hover {
	background-position: 0px -25px;
}
#pop-body {
	width: 431px;
	float: left;
	margin: 49px 0px 0px 64px;
	padding-bottom: 105px;
}
#pop-body h2 {
	font: 22px/110% "VidaBold";
	color: #28385b;
	padding: 20px 0px;
	text-align: center;
	border-bottom: 1px #d1d6db solid;
}
#pop-form {
	width: 312px;
	float: left;
	padding: 8px 59px 28px 60px;
	border-bottom: 1px #d1d6db solid;
}
#pop-form div {
	margin-top: 14px;
}
#pop-form label {
	font: 12px "VidaBold";
	color: #000;
	display: block;
	margin-bottom: 7px;
}
#pop-form input, #pop-form select {
	background: none;
	border: 1px #9a9da3 solid;
	width: 100%;
}
#pop-form .form-but {
	width: 162px;
	height: 30px;
	padding-top: 5px;
	display: inline-block;
	vertical-align: top;
	border: 1px #b3b9c2 solid;
	font-size: 17px;
	text-align: center;
	background: url(../images/form_but.png) repeat-x left top;
	cursor: pointer;
}

.foot-info {
	float: left;
	margin: 20px 0px 0px 38px;
}
.foot-info div {
	margin: 0px 0px 0px 32px;
}

#pager {
	width: 596px;
	margin-left: 30px;
	text-align: center;
	float: left;
	padding-top: 27px;
	background: url(../images/crop5.gif) repeat-x left top;
}
#pager li {
	display: inline;
	font: 14px "VidaBold";
	color: #000;
}
#pager a {
	font-size: 12px;
	margin: 0px 14px;
}
#pager a#p-prev, #pager a#p-next {
	width: 25px;
	height: 27px;
	display: inline-block;
	vertical-align: middle;
	background-image: url(../images/arrs.png);
	background-repeat: no-repeat;
}
#pager a#p-next {
	background-position: 0px -54px;
}
#pager a#p-next:hover {
	background-position: 0px -81px;
}
#pager a#p-prev {
	background-position: 0px 0px;
}
#pager a#p-prev:hover {
	background-position: 0px -27px;
}

#ppl-tbl {
	width: 646px;
	float: left;
	margin-left: 18px;
}
#ppl-tbl td {
	padding: 25px 0px;
	background: url(../images/crop5.gif) repeat-x left top;
}
#ppl-tbl tr:first-child td {
	background: none;
}
#ppl-tbl .img {
	float: left;
	margin-left: 20px;
	padding: 2px;
	background: url(../images/imgbg.png);
}
#ppl-tbl div {
	margin-left: 60px;
}
#ppl-tbl strong {
	font: 14px "VidaBold";
	color: #000;
	display: block;
	margin-bottom: -2px;
}
#ppl-tbl small {
	font-size: 12px;
	color: #28385b;
	display: block;
	margin-right: 40px;
}
#ppl-tbl span {
	display: inline-block;
	margin-top: 4px;
	color: #4b4b4b;
	font-size: 13px;
}
#ppl-tbl span img {
	margin-right: 9px;
}

#init-long {
	width: 646px;
	float: left;
}
#il-head {
	width: 646px;
	height: 41px;
	float: left;
	background: url(../images/il_head.png) no-repeat left top;
}
#il-head h6 {
	padding: 13px 0px 0px 18px;
	font: 10px "VidaBold";
	color: #fff;
	font-weight: bold;
	text-transform: uppercase;
	text-shadow: #1a263e 0px -1px 1px;
}
#il-head h6 span {
	color: #FF2544;
	font-size: 11px;
	margin-right: 6px;
}
#il-head h6 a {
	color: #fff!important;
}

#il-body ul {
	width: 322px;
	float: left;
	position: relative;
	margin-top: -2px;
}

#il-body {
	width: 100%;
	float: left;
	background: url(../images/crop6.gif) repeat-y center;
}
#il-body li {
	width: 322px;
	background: url(../images/il_bg.png);
	float: left;
	position: relative;
}
#il-body ul:first-child {
	margin-right: 2px;
}
#il-body li:hover {
	background: #182650 url(../images/li_rol.gif) repeat-x left top;
}
#il-body .ilb-wrap {
	width: 304px;
	padding: 21px 0px 10px 18px;
	background: url(../images/crop2.gif) repeat-x left top;
}
#il-body li:hover .ilb-wrap {
	padding-bottom: 12px;
	margin-bottom: -2px;
	background: none;
}
#il-body img {
	float: left;
	border: 1px #dddedf solid;
}
#il-body li div.textb {
	margin: 0px 65px 0px 45px;
	line-height: 120%;
}
#il-body li span {
	color: #fff;
	font-size: 12px;
}
#il-body li p {
	font-size: 13px;
	color: #7796c5;
	margin-top: 8px;
}
#il-body .lnk-more {
	position: absolute;
	right: 9px;
	top: 50%;
	margin-top: -24px;
	background-position: 0px -98px;
	display: none;
}
#il-body .lnk-more:hover, #il-body li:hover .lnk-more {
	background-position: 0px -147px;
}
#il-body li:hover .lnk-more {
	display: block;
}

#img-popup {
	position: absolute;
	left: 50%;
	top: 150px;
	z-index: 10;
	display: none;
}
.pop-head {
	height: 35px;
	background: #1f305a;
	border-top: 1px #5a6787 solid;
	border-bottom: 1px #101a36 solid;
}
.pop-head h6 {
	font: 10px 'VidaBold';
	color: #fff;
	margin: 12px 0px 0px 18px;
	text-transform: uppercase;
}
#imgp-close {
	float: right;
	padding-right: 23px;
	font: 10px 'Vida';
	color: #fff;
	cursor: pointer;
	position: relative;
	margin: 10px 14px 0px 0px;
}
#imgp-close i {
	width: 9px;
	height: 10px;
	position: absolute;
	right: 0px;
	top: 3px;
	background: url(../images/pop_cl.png) no-repeat right top;
}
#imgp-close:hover i {
	background-position: right -10px;
}
.shadowed {
	position: relative;
   left: 0px;
   top: 0px;
   padding: 15px 16px 31px 23px;
   max-width: 1050px;
}
.sh {
  	position: absolute;
   background: url(../images/shadow.png) no-repeat;
   z-index: -1;
}
.tl {
   /* ������ ������ */
   top: 0px;
   bottom: 41px;
  	/* ������ ������ */
   left: 0px;
   right: 36px;
}
.tr {
   width: 36px;
   top: 0px;
   bottom: 41px;
   right: 0px;
   background-position: top right;
} 
.bl {
   left: 0px;
   right: 36px;
   bottom: 0px;
   height: 41px;
   background-position: bottom left;
}
.br {
   width: 36px;
   height: 41px;
   right: 0px;
   bottom: 0px;
   background-position: bottom right;
}

.n-item {
	margin: 0px -22px 0px;
	position: relative;
}
.n-item .date {
	font: 9px "Vida";
	color: #8e8e8e;
	display: block;
	padding: 7px 10px;
}
.n-item img {
	float: left;
	position: relative;
	margin-left: -1px;
}
.n-item div {
	margin: 0px 10px 0px 138px;
}
.text .n-item h6 {
	font-size: 14px;
	margin: -1px 0px 0px;
	color: #000; 
	line-height: 100%;
}
.text .n-item p {
	font-size: 11px;
	margin: 5px 0px;
}
.n-item .ln-more {
	color: #23364f;
	font-size: 13px;
	background-position: right 7px;
}

.img-wrap {
	width: 142px;
	height: 196px;
	float: left;
	background: url(../images/img_bg.png) no-repeat;
	position: relative;
}
.img-wrap img {
	float: left;
	margin: 4px 0px 0px 8px;
	border: 1px #fff solid;
}
.img-wrap img:hover {
	border-color: #005BD6;
}
.img-wrap .zoom {
	width: 20px;
	height: 19px;
	position: absolute;
	bottom: 23px;
	right: 20px;
	background: url(../images/lupa.png)	no-repeat left top;
	cursor: pointer;
}
.img-wrap:hover .zoom {
	background-position: 0px -19px;
}
.img-cont {
	width: 250px;
	float: right;
	margin-right: -13px;
}
.img-cont a.d-lnk {
	float: left;
	font: 13px 'VidaBold';
	line-height: 100%;
	margin: 140px 0px 0px 10px;
}
.img-cont a.d-lnk small {
	font: 10px 'Vida';
	padding-left: 18px;
	position: relative;
	display: block;
	margin-top: 4px;
}
.img-cont a.d-lnk small i {
	width: 17px;
	height: 15px;
	position: absolute;
	left: -2px;
	top: 2px;
	background: url(../images/crop7.png) no-repeat left top;
}
.img-cont a.d-lnk:hover small i {
	background-position: 0px -15px;
}

#bot-links {
	float: left;
	width: 352px;
	border-top: 1px #28385b solid;
	position: relative;
	z-index: 2;
}
#bot-links a {
	float: left;
	padding-right: 23px;
	background: url(../images/crop8.png) no-repeat right top;
	font: 12px "Vida";
	color: #fffefe;
}
#bot-links a:hover {
	color: #ff0024!important;
	background-image: url(../images/crop81.png);
}
#bot-links a span {
	float: left;
	background: url(../images/crop9.png) repeat-x left top;
	cursor: pointer;
	padding: 2px 0px 0px 10px;
	height: 20px;
}
#bot-links a:hover span {
	background-image: url(../images/crop91.png);
}
#bot-links a big {
	font-size: 12px;
	color: #9ca9b2;
	margin: 0px 2px;
}
#bot-links a b {
	color: #ff0024;
	vertical-align: top;
	display: inline-block;
}

.rc {
	float: right;
	width: 284px;
}
#center .rc h3 {
	font-size: 14px;
}
.text-block .news-item p span a img {
    float: none;
    margin: 0px;
}
.milestones {
	margin-top: 36px;
	float: left;
	position: relative;
	margin-bottom: 28px;
}
#center .author-articles h3 {
	font-weight: bold;
	font-size: 15px;
	margin: 0px 0px 15px 0px;
}
#center .author-articles a {
	font-size: 13px;
	color: #34476F;
	display: block;
}

#evorightcol {
    clear: both;
    padding: 35px 35px 5px;
}

#evorightcol p {
    margin-bottom: 31px;
    font-size: 15px;
}

.evoimg {
    position: relative;
    top: 12px;
}

.evotop {
    padding: 40px;
    height: 140px;
    position: relative;
}

.evotop #social {
    background: url("../images/our_bg2.png") no-repeat scroll 0 0 transparent;
    right: auto;
    left: 27px;
    top: 52px;
    width: 255px;
    height: 171px;
}

.evotop #social span {
    margin: 20px 0 35px;
}

.evotop .evoright {
    position: absolute;
        right: 16px;
        top: 46px;
        width: 256px;
}

.evoright .head {
    color: #00449f;
    font-size: 24px;
}

.evoright .txt {
    line-height: 12px;
    padding-top: 9px;
    font-size: 11px;
    color: #696d70;
}

.main-evo #top-menu {
    top: 10px;
    position: relative;
}

#center.centerevo {
    margin-top: 19px;
}

#icons img {
    cursor: pointer;
    margin: 4px;
}

.exp-list small.about {
    color: #28385B;
    font-size: 13px;
}

#evorightcol p span {
    font-weight: bold;
}

.main-evo {
    margin-top: 17px;
}

.main-evo #top-menu {
    width: 673px;
}

.return {
    font: 17px "VidaBold";
    position: relative;
    right: 0;
    text-align: right;
    top: 17px;
    z-index: 1;
}

.return span {
    color: #FF0024;
       margin-right: 5px;
}