menu {
    color: red;
}

navigation {
    background-color: #333 /* darkgrey */;
}

/* Reset styles */
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, img, ins, kbd, q, s, samp, small, strike, sub, sup, tt, var, dd, dl, dt, li, ol, ul, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    font-weight: inherit;
    font-style: inherit;
    font-size: 100%;
    font-family: inherit;
}

a img {
    border: 0;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

ol, ul {
    list-style: none;
}

q:before, q:after, blockquote:before, blockquote:after {
    content: "";
}

/* Site styles */
body {
    font: 0.75em Arial;
    color: #000;
    background: #e6e7e7;
}

a {
    text-decoration: underline;
    color: #ff2213;
}

a:hover {
    text-decoration: none;
}

h2 {
    font: bold 22px "Trebuchet MS";
    color: #000;
    margin: 0 0 10px -22px;
}

h3 {
    font: normal 18px Arial;
    color: #f00;
    margin: 0 0 10px -22px;
}

h4 {
    font: bold 14px Arial;
    color: #f00;
    margin: 0 0 10px;
}

h5 {
    font: bold 14px "Trebuchet MS";
    color: #242424;
    margin: 0 0 10px;
}

h6 {
    font: bold 12px Arial;
    color: #000;
    margin: 0 0 5px;
}

h6 a {
    color: #000 !important;
}

button::-moz-focus-inner {
    padding: 0;
    border: 0;
}

button {
    background: none;
    font: bold 14px Arial;
    border: none;
    height: 31px;
    cursor: pointer;
    color: #654d3f;
    margin: 0;
    overflow: visible;
    padding: 0;
    outline: none;
}

button span {
    background: url("../i/button.png") no-repeat 0 0;
    height: 30px;
    display: inline-block;
    padding: 0 0 0 4px;
}

button span span {
    background-position: 100% -30px;
    padding: 7px 12px 0 8px;
    height: 23px;
}

button:hover {
    color: #fff;
}

button:hover span {
    background-position: 0 -60px;
}

button:hover span span {
    background-position: 100% -90px;
}

button:active span {
    background-position: 0 -120px;
}

button:active span span {
    background-position: 100% -150px;
}

/* Structure */
.bgLeft {
    height: 141px;
    width: 50%;
    position: absolute;
    top: 0;
    left: 0;
    background: url("../i/bg-left.gif") repeat-x 0 -9px;
}

.wrapper {
    background: url("../i/header_white.gif") repeat-x 0 0;
}

.error404 .wrapper {
    background: url("../i/header.gif") repeat-x 0 -18px;
}

.index .wrapper {
    background: none;
}

/* Header */
.header {
    position: relative;
    z-index: 2;
}

.index .header {
    height: 132px;
    background: #fff;
}

.inside .header {
    height: 132px;
    background: #fff;
    width: 1000px;
    margin: 0 auto;
}

.error404 .header {
    height: 141px;
    background: url("../i/header404.png") no-repeat 0 -9px;
    width: 1000px;
    margin: 0 auto;
}

.logo {
    position: absolute;
    top: 33px;
    left: 50%;
    margin-left: -453px;
}

.slogan {
    position: absolute;
    top: 50px;
    left: 50%;
    margin-left: -282px;
}

.mainMenuWrapper {
    position: absolute;
    z-index: 999;
    left: 0;
    bottom: 0;
    height: 35px;
    width: 100%;
    background: url("../i/main_menu_bg.png") no-repeat 50% 0;
}

.mainMenu {
    position: relative;
    height: 35px;
    width: 770px;
    left: 50%;
    margin-left: -320px;
}

.mainMenu li {
    float: left;
    position: relative;
    zoom: 1;
    background-color: #FF2906;
}

.mainMenu a {
    color: #FFF;
    text-decoration: none;
    zoom: 1;
    display: block;
    font: normal 13px/35px Arial;
    padding: 0 0 0 37px;
    background: url("../i/main_menu_a_bg.png") no-repeat 0 -70px;
}

.mainMenu li.f a {
    background: url("../i/main_menu_a_bg.png") no-repeat 0 -35px;
}

.mainMenu li.f.here {
    background-color: #838383;
}

.mainMenu li.f.here a {
    background: url("../i/main_menu_a_bg.png") no-repeat 0 0;
}

.mainMenu li.prevhere a {
    background: url("../i/main_menu_a_bg.png") no-repeat 0 -105px;
}

.mainMenu li.here {
    background-color: #838383;
}

.mainMenu li.here a {
    color: #FFF;
    background: url("../i/main_menu_a_bg.png") no-repeat 0 -140px;
}
.mainMenu li.here li a {
    color: #000;
}

.mainMenu li.l {
    background: #FF2906 url("../i/main_menu_a_bg.png") no-repeat 0 -70px;
}

.mainMenu li.l a {
    padding: 0 37px 0 37px;
    background: url("../i/main_menu_a_bg.png") no-repeat 100% -175px;
}

.mainMenu li.l.here {
    background: #838383 url("../i/main_menu_a_bg.png") no-repeat 0 -140px;
}

.mainMenu li.l.here a {
    background: url("../i/main_menu_a_bg.png") no-repeat 100% -210px;
}

.mainMenu li.l.prevhere {
    background: #FF2906 url("../i/main_menu_a_bg.png") no-repeat 0 -105px;
}

.mainMenu .submenu {
    position: absolute;
    top: 35px;
    left: -35px;
    width: 212px;
    display: none;
    background: url("../i/submenu.png") no-repeat 100% 100%;
    font: bold 12px Arial;
}

.mainMenu ul ul {
    background: url("../i/submenu.png") no-repeat 0 0;
    padding: 18px 0 18px;
}

.mainMenu ul ul li {
    float: none;
    padding: 1px 18px 5px;
    position: relative;
    background: url("../i/submenu.png") repeat-y 50% 50%;
    margin: 0 !important;
}

.mainMenu ul ul li a, .mainMenu ul li.current ul li a {
    color: #000;
    display: inline;
    background: none !important;
    padding: 0 !important;
    text-decoration: none;
    float: none;
    font: bold 12px Arial;
}

.mainMenu ul ul li a:hover, .mainMenu ul li.current ul li a:hover {
    color: #ff0a19;
}

.mainMenu ul ul .submenu {
    position: absolute;
    width: 200px;
    background: url("../i/submenu2.png") no-repeat 100% 100%;
    top: -18px;
    left: 193px;
    font: 12px Arial;
    z-index: 3;
}

.mainMenu ul ul .submenu ul {
    background: url("../i/submenu.png") no-repeat 0 0;
    padding: 14px 0;
}

.mainMenu ul ul ul li {
    padding: 0 20px 8px 10px;
    background: url("../i/submenu2.png") repeat-y 50% 50%;
}

.inside .mainMenuWrapper {
    top: 97px;
}

.inside .mainMenuWrapper.fixed {
    position: fixed;
    top: 0;
    box-shadow: 2px 7px 6px #A2A2A2;
}

/*
	.topMenu {position:absolute;top:23px;left:50%;margin-left:-280px;font:normal 13px/16px "FSRAILWAYTTBookRegular", Arial;width:770px;z-index:2;}
		.topMenu li {float:left;position:relative;zoom:1;}
		.topMenu li.hover {margin-right:-12px;z-index:2;}
			.topMenu a {color:#000;text-decoration:none;zoom:1;display:block;background:url("../i/topmenu-sep.gif") no-repeat 0 11px;float:left;}
			.topMenu a span {display:block;padding:9px 6px 4px 17px;}
			.topMenu li.hover a {background:url("../i/topmenu.png") no-repeat 100% -29px;}
			.topMenu li.hover a span {background:url("../i/topmenu.png") no-repeat 0 0;padding-right:18px;}
			.topMenu a:hover, .topMenu li.current a {color:#ff0a19;}
			.topMenu li.first a {background:none;}
			.topMenu li.first.hover a {background:url("../i/topmenu.png") no-repeat 100% -29px;}
			.topMenu .submenu {position:absolute;top:29px;left:0;width:200px;display:none;background:url("../i/submenu.png") no-repeat 100% 100%;font:bold 12px Arial;}
			.topMenu ul {background:url("../i/submenu.png") no-repeat 0 -6px;padding:10px 0 16px;}
				.topMenu ul li {float:none;padding:1px 18px 5px;position:relative;background:url("../i/submenu.png") repeat-y 50% 50%;margin:0 !important;}
				.topMenu ul li a, .topMenu li.current ul li a {color:#000;display:inline;background:none !important;padding:0;text-decoration:none;float:none;}
				.topMenu ul li a:hover, .topMenu li.current ul li a:hover {color:#ff0a19;}
					.topMenu ul .submenu {position:absolute;width:170px;background:url("../i/submenu2.png") no-repeat 100% 100%;top:-10px;left:193px;font:11px Arial;z-index:3;}
						.topMenu ul .submenu ul {background:url("../i/submenu2.png") no-repeat 0 0;padding:14px 0;}
							.topMenu ul ul li {padding:0 20px 8px 10px;background:url("../i/submenu2.png") repeat-y 50% 50%;}
*/

.header h1 {
    background: #ff2213 url("../i/h1.png") no-repeat right top;
    padding: 0 74px 9px 8px;
    position: absolute;
    font: bold 24px/33px "Trebuchet MS";
    color: #fff;
    top: 90px;
    left: 228px;
}

.lang {
    position: absolute;
    top: 28px;
    right: 50%;
    margin-right: -467px;
    color: #4a4a4a;
    font: 11px Arial;
    z-index: 2;
}

.icons {
    position: absolute;
    top: 28px;
    right: 50%;
    margin-right: -377px;
    color: #4a4a4a;
    font: 11px Arial;
    z-index: 3;
}

.icons a {
    display: block;
    float: left;
    margin: 0 15px;
}

.searchForm {
    position: absolute;
    top: 52px;
    right: 50%;
    margin-right: -467px;
    width: 181px;
}

.search {
    float: left;
    background: url("../i/search_pre.png") no-repeat scroll left top transparent;
    padding-left: 16px;
    height: 25px;
    position: relative;
}

.search .text {
    height: 19px;
    background: none repeat scroll 0 0 #F0F1F1;
    border-color: #C6C6C6 #FFFFFF;
    border-style: solid;
    border-width: 1px 0;
    color: #929393;
    float: left;
    font-size: 11px;
    width: 132px;
}

.search .searchButton {
    float: left;
    width: 31px;
    height: 23px;
    background: url("../i/search_ico.png") no-repeat 0 0;
    display: block;
    text-indent: -1000px;
    border: 0;
    cursor: pointer;
    overflow: hidden;
}

#indexFlashOuter {
    height: 257px;
    overflow: hidden;
    position: relative;
    background: #fff url("../i/index-flash-bg.gif") repeat-x top;
}

#indexFlashOuter * {
    vertical-align: top;
}

#indexFlash {
    width: 1600px;
    height: 257px;
    margin-left: -800px;
    left: 50%;
    position: absolute;
}

#secondFlashOuter {
    height: 59px;
    overflow: hidden;
    position: relative;
}

#secondFlashOuter * {
    vertical-align: top;
}

#secondFlash {
    width: 1600px;
    height: 59px;
    margin-left: -800px;
    left: 50%;
    position: absolute;
}

/* Index content */
.wrap {
    width: 1000px;
    margin: 0 auto;
    zoom: 1;
    position: relative;
}

.wrap:after {
    clear: both;
    content: '';
    display: block;
}

.lCol {
    float: left;
    width: 461px;
    padding: 10px 19px 20px;
}

.map {
    margin: 0 0 10px -11px;
}

.president {
    display: block;
    width: 369px;
    height: 112px;
    background: url("../i/president.jpg") no-repeat 0 0;
    margin: 0 0 30px 20px;
    text-indent: -1000px;
    overflow: hidden;
}

.president:hover {
    background-position: 0 -112px;
}

.rCol {
    float: right;
    width: 490px;
}

.topNews {
    width: 488px;
    position: relative;
    margin-top: -115px;
    min-height: 249px;
    color: #535353;
    font: 11px/1.4em Arial;
    padding: 27px 0 0 0;
}

.topNews img {
    float: left;
    margin: 0 18px 0 0;
}

.topNews .date {
    color: #ff2213;
    font: 11px Arial;
    margin: 0 0 5px;
}

.topNews h2, .topNews h1 {
    color: #000;
    font: bold 14px/1.3em Arial;
    margin: 0 0 5px;
}

.topNews h2 a, .topNews h1 a {
    color: #000;
    text-decoration: none;
}

.topNews h2 a:hover {
    text-decoration: underline;
}

.topNews div.blnews-cols {
    overflow: hidden;
    zoom: 1;
}

.topNews div.fon-t {
    width: 488px;
    background: url(../i/fon-t.png) no-repeat 0 0;
    padding-top: 34px;
}

.topNews div.fon-b {
    width: 488px;
    background: url(../i/fon-b.png) no-repeat 0 100%;
    padding-bottom: 133px;
}

.topNews div.fon {
    width: 488px;
    padding: 1px 0;
    background: url(../i/fon.png) repeat-y;
}

.topNews div.box {
    min-height: 150px;
    width: 395px;
    padding: 23px 80px 32px 32px;
    margin: -30px 0 -130px 0;
}

.videoBlock {
    position: relative;
    width: 464px;
    height: 374px;
    background: url("../i/video-block.png") no-repeat 0 0;
    margin: -32px 0 -6px -12px;
    padding: 42px 0 0 45px;
}

.intro {
    position: relative;
    padding: 20px 500px 20px 30px;
    min-height: 285px;
}

.aboutTitle {
    font: normal 20px/31px /*"RussianRailBProRegular",*/ "Trebuchet MS";
    /*letter-spacing:-2px; */
    margin: 0 0 16px;
}

.aboutTitle span {
    color: #ff2213;
}
.about {
    display: none;
    color: #4a4a4a;
    font: 12px/1.5em Arial;
    padding: 0 0 0 21px;
    background: url("../i/about.gif") repeat-y 0 0;
    margin: 0 0 18px;
}

.about p {
    margin: 0 0 15px;
}

.cut {
    margin-bottom: 15px;
}

.cut .map {
    position: relative;
    height: 230px;
    overflow: hidden;
}

.cut .map.open {
    height: auto;
    overflow: visible;
}

.cut .map .mask {
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 999;
    height: 180px;
    width: 471px;
    background: url("../i/map_mask.png") repeat-x 0 0;
}

.cut .map.open .mask {
    display: none;
}

.map_tip {
    display: none;
    background: #fff;
    background: rgba(255,255,255,.8);
    border-bottom:  3px solid #f22514;
    position: absolute;
    padding: 10px;
    margin-top: -95px;
    z-index: 100;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    --webkit-box-shadow: 0 0 5px rgba(0,0,0,0.5);
    -moz-box-shadow: 0 0 5px rgba(0,0,0,0.5);
    box-shadow: 0 0 5px rgba(0,0,0,0.5);
}

.map_tip .tail {
    display: block;
    line-height: 0;
    font-size: 0;
    width: 0;
    height: 0;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 4px solid #f22514;
    position: absolute;
    left: 50%;
    bottom: -6px;
    margin-left: -2px;
}

.map_tip .title {
    color: #f32615;
    font: 700 12px Arial;
    padding-bottom: 6px;
}

.map_tip p {
    color: #737373;
    font-size: 11px;
    font-family: "Trebuchet MS";
}

.map_tip p b {
    font-size: 15px;
    color: #000;
}


.cut .aboutTitle i {
    display: block;
    float: left;
    margin-right: 15px;
    width: 31px;
    height: 31px;
    background: url("../i/cut_arrow_ico.png") no-repeat 0 -31px;
}

.cut .aboutTitle a {
    color: #000;
    text-decoration: none;
    border-bottom: 1px dashed #000;
}
.cut .eventTitle a {
    color: #ff2213;
}
.cut .aboutTitle a:hover {
    border-bottom: none;
}

.cut.open .aboutTitle i {
    background-position: 0 0;
}

.cut.open .about, .cut.open .blockCont {
    display: block;
}

.cut .blockCont {
    display: none;
}

.introBlock {
    position: absolute;
    width: 483px;
    height: 449px;
    background: url("../i/intro.png") no-repeat 0 0;
    top: -145px;
    right: 10px;
}

.otherNews {
    margin: 0 18px 15px;
}

.shortNews {
    font: 11px Arial;
}

.otherNews .shortNews, .content_2 .shortNews {
    border-bottom: 1px dotted #7c7c7c;
    padding: 0 0 12px 110px;
    position: relative;
    min-height: 89px;
    font: 12px/1.4em Arial;
    margin: 0 0 10px;
}

.otherNews .shortNews.noImg, .content_2 .shortNews.noImg {
    padding-left: 0;
    padding-top: 10px;
    padding-bottom: 10px;
    min-height: 20px;
}

.otherNews .shortNews a.date, .content_2 .shortNews a.date {
    position: absolute;
    top: 0;
    left: 0;
    width: 100px;
    height: 82px;
    padding: 7px 0 0 7px;
    display: block;
}

.content_2 .shortNews a.photo {
    background-image: url("../i/nophoto2.png");
}

.shortNews a {
    color: #535353;
    text-decoration: underline;
    font-size: 14px;
}

.inside .shortNews a {
    font-size: 12px;
}

.shortNews a:hover {
    text-decoration: none;
}

.shortNews .date {
    float: left;
    width: 90px;
    color: #ff2213;
    margin: 10px 0 2px;
    font-size: 11px;
}

.index .shortNews .date {
    text-align: center;
}

.index .shortNews .date .d {
    display: block;
    font-size: 32px;
    margin-bottom: 5px;
}

.inside .shortNews .date {
    float: none;
    width: auto;
}

.shortNews p {
    float: left;
    width: 364px;
}

.content_2 .shortNews .date {
    position: absolute;
    top: 0;
    left: 0;
    width: 90px;
    height: 82px;
    padding: 7px 0 0 7px;
    display: block;
    text-align: center;
}

.content_2 .shortNews .date b {
    display: block;
    font-size: 32px;
    margin-bottom: 5px;
}
.content_2 .shortNews a {
    font-size:14px;
}
.content_2 .shortNews .brief {
    font-size:12px;
}

.inside .shortNews p {
    float: none;
    width: auto;
}

.shortNews p span {
    display: block;
    font-style: italic;
    font-size: 11px;
    margin-top: 4px;
    color: #a4a4a4;
}

.shortNews .brief {
    font-size: 11px;
}

.newsLinks {
    font: 11px Arial;
    padding-left: 90px;
}

.inside .newsLinks {
    padding: 0;
}

.newsLinks a {
    color: #ff2213;
    margin: 0 10px 0 0;
}

.otherNews h3 {
    font-family: 'Trebuchet MS', Arial;
    font-size: 23px;
    margin: 25px 0 8px 0;
    border-top: 1px solid #848484;
    padding-top: 15px;
    color: #000;
    font-weight: bold;
}

.jcarousel-skin-chars {
    background: url("../i/chars.jpg") no-repeat 0 0;
    width: 499px;
    margin: 0 -19px 10px;
    height: 206px;
    overflow: hidden;
}

.jcarousel-skin-chars li {
    float: left;
    width: 397px;
    text-align: center;
}

.jcarousel-skin-chars .jcarousel-container {
    position: relative;
    width: 397px;
    padding: 58px 51px 0;
}

.jcarousel-skin-chars .jcarousel-clip {
    position: relative;
    overflow: hidden;
    z-index: 4;
    width: 397px;
}

.jcarousel-skin-chars .jcarousel-list {
    z-index: 1;
    overflow: hidden;
    position: relative;
    top: 0;
    left: 0;
}

.jcarousel-skin-chars .jcarousel-prev {
    position: absolute;
    top: 108px;
    left: 26px;
    width: 15px;
    height: 29px;
    background: url("../i/chars-arrows.png") no-repeat 0 0;
    cursor: pointer;
    z-index: 3;
}

.jcarousel-skin-chars .jcarousel-prev:hover {
    background-position: 0 -29px;
}

.jcarousel-skin-chars .jcarousel-next {
    position: absolute;
    top: 108px;
    right: 26px;
    width: 15px;
    height: 29px;
    background: url("../i/chars-arrows.png") no-repeat 0 -58px;
    cursor: pointer;
    z-index: 3;
}

.jcarousel-skin-chars .jcarousel-next:hover {
    background-position: 0 -87px;
}

.jcarousel-skin-chars .jcarousel-prev-disabled {
    background-position: 0 0 !important;
    opacity: .5;
    filter: alpha(opacity=50);
    cursor: default;
}

.jcarousel-skin-chars .jcarousel-next-disabled {
    background-position: 0 -58px !important;
    opacity: .5;
    filter: alpha(opacity=50);
    cursor: default;
}

/* Content */
.container {
    zoom: 1;
    padding: 10px 18px 20px 27px;
    width: 955px;
    margin: 0 auto;
}

.container:after {
    clear: both;
    display: block;
    content: '';
}

.leftside {
    float: left;
    width: 183px;
    padding: 20px 0 0;
}

.leftMenuOuter {
    width: 210px;
    margin: 0 0 25px -27px;
    position: relative;
}

.leftMenuOuter2 {
}

.leftMenu {
    font: bold 14px Arial;
    padding: 11px 2px;
}

.leftMenu li {
    margin: 0 0 10px 20px;
}

.leftMenu li a {
    color: #000;
    text-decoration: none;
}

.leftMenu li a:hover {
    color: #ff2213;
    text-decoration: underline;
}

.leftMenu li.current a {
    color: #ff2213;
}

.leftMenu ul {
    margin: 8px 0 8px -20px;
    font: normal 12px Arial;
    background: #f3f3f3;
    padding: 6px 20px;
}

.leftMenu ul li {
    background: url("../i/leftmenu-bullet.gif") no-repeat 0 8px;
    padding: 0 0 0 10px;
    margin: 0 0 3px;
}

.leftMenu ul li.current {
    background-image: url("../i/leftmenu-bullet2.gif");
}

.leftMenu ul li a, .leftMenu li.current ul a {
    color: #000;
}

.leftMenu ul li.current, .leftMenu li.current ul li.current a {
    color: #ff2213;
}

.leftMenu ul ul {
    margin: 5px -21px 5px -31px;
    background: #dcdcdc;
    padding: 4px 0 4px 32px;
    font: 11px Arial;
}

.leftMenu ul ul li {
    margin: 0;
    padding: 1px 0 1px 9px;
    background: url("../i/leftmenu-bullet3.gif") no-repeat 0 8px;
}

.leftMenu ul ul li.current {
    background: url("../i/leftmenu-bullet4.gif") no-repeat 0 8px;
}

.leftMenu ul ul li a {
    color: #000 !important;
}

.leftMenu ul ul li a:hover {
    color: #575757 !important;
    text-decoration: none;
}

.leftMenu ul ul li.current a {
    color: #ff2213 !important;
}

.newsBlock {
    border-top: 1px dashed #575757;
    padding: 26px 0 0;
    margin: 0 0 30px -5px;
}

.newsBlock .title {
    font: bold 20px Arial;
    color: #575757;
    margin: 0 0 15px;
}

.newsBlock .shortNews {
    margin: 0 0 15px;
}

.leftside .newsBlock .photo {
    display: none;
}

.social_icons {
    margin-top: 25px;
    height: 30px;
}

.social_icons div {
    float: left;
    margin: 0 10px 0 0;
}

.content {
    float: right;
    width: 760px;
    background: url("../i/content.png") repeat-y center;
    color: #595959;
    font: normal 12px/1.5em Arial;
}

.content_1 {
    background: url("../i/content.png") no-repeat 100% 100%;
}

.content_2 {
    background: url("../i/content.png") no-repeat 0 0;
    padding: 30px 40px 30px 62px;
    min-height: 370px;
}

.newsDate {
    font-size: 11px;
    margin: 0 0 6px -22px;
}

.content p {
    margin: 0 0 15px;
}

.content hr {
    border: 0;
    border-top: 1px dashed #ff2213;
    height: 0;
    margin: 0 0 15px -22px;
}

.content ul {
    margin: 0 0 20px 5px;
    color: #000;
}

.content ul li {
    margin: 0 0 3px;
    background: url("../i/bullet1.gif") no-repeat 0 5px;
    padding: 0 0 0 22px;
}

.content ul ul {
    margin: 5px 0 10px 18px !important;
    /*color:#8f8f8f; */
    font: 12px/1.4em Arial;
}

.content ul ul li {
    padding: 0 0 0 12px;
    background: url("../i/bullet2.gif") no-repeat 0 6px;
}

.content ul ul ul li {
    padding: 0 0 0 14px;
    background: url("../i/bullet3.gif") no-repeat 0 8px;
}

.content ol {
    background: #f4f4f4;
    margin: 0 0 20px -22px;
    padding: 30px 30px 30px 40px;
    list-style: decimal;
}

.content ol li {
    margin: 0 0 4px;
}

.content ol ol {
    margin: 4px 0 4px 15px;
    padding: 0;
}

.content blockquote {
    background: #f4f4f4;
    padding: 30px;
    font: 14px/1.4em Arial;
    margin: 0 0 15px;
}

.content blockquote p {
    margin: 0;
}

.content form {
    background: #f4f4f4;
    margin: 0 0 15px -22px;
    padding: 22px;
    font: 12px Arial;
}

.content form td {
    padding: 0 0 12px;
    vertical-align: top;
}

.content form td.lefttd {
    text-align: right;
    padding: 3px 15px 12px 0;
}

.content .input {
    background: #fff;
    color: #333;
    font: 12px Arial;
    width: 350px;
    padding: 1px 4px;
}

.content select {
    background: #fff;
    color: #333;
    font: 12px Arial;
    padding: 1px;
}

.content textarea {
    background: #fff;
    color: #333;
    font: 12px Arial;
    width: 350px;
    padding: 1px 4px;
    height: 80px;
}

.tbl {
    margin: 0 -2px 15px -24px;
    font: 11px Arial;
    width: 684px;
}

.tbl tr.odd td {
    background: #e5e5e5;
}

.tbl td {
    border: 2px solid #fff;
    vertical-align: top;
    padding: 5px 9px;
}

.tbl td.theader {
    background: #ff0000 !important;
    color: #fff;
    font: 12px Arial;
    padding: 7px 9px;
}

.block {
    background: #ff2213;
    margin: 25px -32px 20px -22px;
    color: #fff;
    font: 14px/1.3em Arial;
    padding: 12px 25px 12px 248px;
    position: relative;
    min-height: 108px;
}

.block .photo {
    width: 257px;
    height: 132px;
    position: absolute;
    top: -7px;
    left: -25px;
    background: url("../i/block-photo.png");
}

.block .photo img {
    position: absolute;
    display: block;
    vertical-align: top;
    top: -7px;
    left: -7px;
}

.block p {
    margin: 0;
}

.related {
    margin: 20px 0 0 -22px;
}

.related .title {
    font: bold 12px Arial;
    margin: 0 0 10px;
    color: #ff2213;
    background: url("../i/related-title.gif") repeat-x 0 8px;
}

.related .title span {
    background: #fff;
    padding: 0 10px 0 0;
}

.related ul {
    margin: 0;
}

.related ul li {
    margin: 0 0 2px !important;
    padding: 0 !important;
    background: none !important;
    overflow: hidden;
    vertical-align: top;
}

.related ul a {
    float: left;
    text-decoration: none;
    color: #7a7a7a;
    display: block;
    padding: 0 0 0 14px;
    background: url("../i/related-bullet.gif") no-repeat 0 10px;
}

.related ul a:hover {
    color: #ff2213;
    background-image: url("../i/related-bullet2.gif");
}

ul.paging {
    text-align: center;
    margin: 20px 0;
    font: 12px/24px Arial;
}

ul.paging li {
    background: none;
    padding: 0;
    display: inline;
    margin: 0 3px;
}

ul.paging img {
    margin: 0 0 -3px;
}

ul.paging a {
    color: #000;
    text-decoration: underline;
}

ul.paging a:hover {
    color: #FF0000;
    text-decoration: underline;
}

ul.paging li.current span {
    display: inline-block;
    width: 24px;
    height: 24px;
    background: url("../i/paging-current.png") no-repeat 0 0;
    font: bold 18px/24px Arial;
    color: #FF0000;
    text-shadow: 0 1px 0 #fff;
    -moz-text-shadow: 0 1px 0 #fff;
    -webkit-text-shadow: 0 1px 0 #fff;
}

.printVersion {
    border-top: 1px dotted #737373;
    padding: 7px 0;
    font: 11px Arial;
    margin-top: 20px;
}

.printVersion a {
    padding: 0 0 0 20px;
    background: url("../i/print-icon.gif") no-repeat 0 1px;
}

.wrap404 {
    height: 460px;
    margin: 0 auto;
    width: 1000px;
    background: url("../i/error404.png") no-repeat 398px 41px;
    position: relative;
}

.wrap404 ul {
    position: absolute;
    top: 52px;
    left: 737px;
}

.wrap404 ul li {
    margin: 0 0 3px;
}

.wrap404 ul li a {
    color: #464646;
}

.wrap404 ul li a:hover {
    color: #ff2213;
}

/* Footer */
.footer {
    border-top: 6px solid #ff2213;
    margin: 0 auto;
    width: 924px;
    padding: 18px 18px 25px;
    overflow: hidden;
}

.copy {
    float: left;
    width: 213px;
    color: #515151;
    font: 11px Arial;
}

/* FIX BY ALEX */
.footerNav {
    color: #000;
    font: 11px Arial;
    float: left;
    width: 466px;
    padding-left: 40px;
    /* FIX BY ALEX */;
}

.footerNav span {
    color: #515151;
}

.footerNav span b {
}

.footerNav span a {
    color: #FF2213;
}

.footerNav a {
    color: #000;
    margin: 0 3px;
}

.dev {
    float: right;
    width: 205px;
    font: 11px Arial;
    padding-top: 4px;
    text-align: right;
}

.dev img {
    float: right;
    margin: 0 0 0 10px;
}

.dev a {
    color: #515151;
    text-decoration: none;
}

.dev a:hover {
    color: #222;
}

.footerSocial {
    margin: 10px 0 0 0;
    width: 300px;
}

.footerSocial ul, .footerSocial li {
    display: inline;
}

.footerSocial li a {
    margin: 0 0 0 2px;
}

.footerSocial li img {
    vertical-align: middle;
}

.gray {
    font-size: 10px;
    color: #7a7a7a;
}

.star {
    color: #ff2213;
}

.clear {
    clear: both;
}

/* Video */
#items {
}

#items .videoBox {
    zoom: 1;
    padding: 0 0 25px;
}

#items .videoBox:after {
    clear: both;
    content: '';
    display: block;
}

#items .videoBox .leftCol {
    float: left;
    width: 240px;
}

#items .videoBox .rightCol {
    float: right;
    width: 338px;
    font: 11px/1.3em Arial;
}

.videoBox .date {
    color: #ff2213;
    font-size: 11px;
    margin: 0 0 4px;
}

.fileinfo {
    margin-bottom: 7px;
}

.fileinfo div {
    color: #555555;
    font-size: 10px;
}

#auth {
    width: 240px;
}

.error {
    margin-bottom: 15px;
}

.red {
    color: #FF2213;
}

.b-share__handle {
    color: #000;
}

#js_train {
    height: 60px;
    position: relative;
    overflow: hidden;
    background: transparent url('../i/js_train-rail.png') 0 100% repeat-x;
    margin-bottom:15px;
}

#js_train .in {
    position: absolute;
    width: 1600px;
    left: 50%;
    margin-left: -800px;
    height: 60px;
}

#js_train b {
    display: block;
    position: absolute;
    top: 0;
    height: 100%;
    width: 500px;
    z-index: 10;
}

#js_train .l {
    right: 100%;
    margin-right: -200px;
    background: transparent url('../i/js_train-fader_left.png') 0 0 no-repeat;
}

#js_train .r {
    left: 100%;
    margin-left: -200px;
    background: transparent url('../i/js_train-fader_right.png') 0 0 no-repeat;
}

#js_train i {
    display: block;
    background: transparent url('../i/js_train.png') 0 0 no-repeat;
    left: 0;
    bottom: 5px;
    position: absolute;
    width: 935px;
    height: 35px;
    left: 70px;
    left: -935px;
}

#js_train .nojs {
    margin: 19px 0 0 10px;
}

#js_train.full {
    margin-top: -55px;
}

#js_train.full b {
    height: 55px;
}

#js_train.full .l {
    background: transparent url('../i/js_train-fader_left-white.png') 0 0 no-repeat;
}

#js_train.full .r {
    background: transparent url('../i/js_train-fader_right-white.png') 0 0 no-repeat;
}

#js_top {
    overflow: hidden;
    position: relative;
    background: #fff;
}

#js_top .main {
    background: transparent url('../i/js_top-main.png') 0 0 no-repeat;
    background-image: url("../i/train_main_page.jpg");
    background-position: 50% 50%;
    width: 1660px;
    height: 210px;
    position: relative;
    left: 50%;
    margin-left: -830px;
}

#js_top .back {
    width: 500px;
    height: 185px;
    background: transparent url('../i/js_top-back.jpg') 0 0 repeat-x;
    background-position: -210px 0;
    position: absolute;
    left: 50%;
    margin-left: -290px;
    top: 0;
}

#js_top .city {
    width: 500px;
    height: 185px;
    background: transparent url('../i/city-vladimir.png') 0 0 no-repeat;
    background-position: 500px 0;
    position: absolute;
    top: 40px;
    left: 50%;
    margin-left: -290px;
}

#js_top .lines {
    width: 1600px;
    height: 199px;
    background: transparent url('../i/js_top-lines.png') 0 0 no-repeat;
    background-position: 1852px 0;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -900px;
}

/* Pages Gallery v.2014*/
.gallery_line_wrap{
    width: 676px;
    margin: 0 auto 20px;
    padding-bottom: 20px;
    background-image: url("../i/gall_line_dott_underline.png");
    background-repeat: repeat-x;
    background-position: 0 100%;
    overflow: hidden;
    position: relative;
}
.gallery_line_wrap.last{
    background-image: none;
}
.gallery_line_wrap h3{
    font-family: Trebuchet MS, Tahoma, Verdana, Arial, sans-serif;
    font-weight: bold;
    font-size: 18px;
    color: #242424;
    margin: 0 0 10px 0;
}
.gallery_line_wrap ul{
    overflow: hidden;
    max-width: 580px;
    height: 110px;
    float: left;
    margin: 0 0 0 0;
}
.gallery_line_wrap ul li{
    float: left;
    display: block;
    border: 5px solid #edf0f0;
    border-radius: 4px;
    margin: 0 0 0 4px;
    padding: 0;
    width: 100px;
    height: 100px;
    overflow: hidden;
    background-image: none;
}
.gallery_line_wrap ul li:first-child{
    margin-left: 0;
}
.gallery_line_wrap ul li .thumb_wrap{
    display: block;
    width: 100%;
    height: 100%;
    cursor: default;


}
.gallery_line_wrap ul li .thumb_wrap img{
    display: block;
    min-height: 100%;
}
.gallery_line_wrap .gall_href{
    display: block;
    float: left;
    margin-left: 20px;
    text-decoration: none;
    height: 112px;

}
.gallery_line_wrap .gall_href span{
    display: inline-block;
    text-decoration: underline;
    vertical-align: middle;
    padding-right: 4px;
}
.gallery_line_wrap .gall_href i{
    display: inline-block;
    width: 14px;
    height: 100%;
    vertical-align: middle;
    background-image: url("../i/gall_wrap_arrow.png");
    background-repeat: repeat-x;
    background-position: 50% 50%;

    -webkit-transition: all .6s;
    -moz-transition: all .6s;
    -ms-transition: all .6s;
    -o-transition: all .6s;
    transition: all .6s;


}
.gallery_line_wrap .gall_href:hover span{
    text-decoration: none;
}
.gallery_line_wrap .gall_href:hover i{
    background-position: -610% 50%;
}

.page_gallery{
    width: 670px;
    overflow: hidden;
}
.page_gallery h2{
    margin-left: 0;
}
/*.page_gallery ul{*/
/*width: 100%;*/
/*overflow: hidden;*/
/*}*/
/*.page_gallery ul li{*/
/*float: left;*/
/*display: block;*/

/*}*/
.page_gallery /*ul li*/ a{
    display: block;
    float: left;
    width: 100px;
    height: 100px;
    overflow: hidden;
    border: 3px solid #edf0f0;
    border-radius: 4px;
    margin: 0 4px 20px 0px;
    padding: 0;



    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}
.page_gallery /*ul li*/ a:hover{
    border-color:  #f22414;

}
.page_gallery /*ul li*/ a img{
    display: block;
    min-height: 100%;
    width: initial;
}

.fancybox-close{
    background-image: url("../i/fancy_arrows.png");
    background-repeat: no-repeat;
    background-position: 50% -50px;
    top: 0;
    right: 0;
}
.fancybox-next span{
    background-image: url("../i/fancy_arrows.png");
    background-repeat: no-repeat;
    background-position: 50% 7px;
    /*visibility: visible;*/
    right: -35px;
}
.fancybox-prev span{
    background-image: url("../i/fancy_arrows.png");
    background-repeat: no-repeat;
    background-position: 50% -23px;
    /*visibility: visible;*/
    left: -35px;

}

.quotes_block_container{
    position: relative;
    margin: -50px 0 40px;
    width: 454px;
    height: 220px;
}

.quotes_block_wrap{
    /*margin: -100px 0 40px;*/
    width: 454px;
    padding-top: 20px;
    position: absolute;
    bottom: 0;
    left: 0;
    border: 1px solid #ced0d0;
    border-bottom-color: #888;
    border-radius: 16px;
    box-shadow: 0px 5px 18px rgba(0,0,0, .59);

    background: #fcffff; /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZjZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9Ijc0JSIgc3RvcC1jb2xvcj0iI2UxZTNlMyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNiNGI2YjYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,  #fcffff 0%, #e1e3e3 74%, #b4b6b6 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fcffff), color-stop(74%,#e1e3e3), color-stop(100%,#b4b6b6)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #fcffff 0%,#e1e3e3 74%,#b4b6b6 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #fcffff 0%,#e1e3e3 74%,#b4b6b6 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #fcffff 0%,#e1e3e3 74%,#b4b6b6 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #fcffff 0%,#e1e3e3 74%,#b4b6b6 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcffff', endColorstr='#b4b6b6',GradientType=0 ); /* IE6-8 */



}
.quotes_block_wrap .quotes_wrap{
    position: relative;
    overflow: hidden;
    zoom: 1;
}
.quotes_block_wrap .quotes_wrap .quote_item{
    /*display: none;*/
    position: relative;
    margin: 20px 14px 0 48px;
    width: 367px;
    float: left;

}
.quotes_block_wrap .quotes_wrap .quote_item.active {
    /*display: block;*/
}
.quotes_block_wrap .quotes_wrap .quote_item .q_arrow_left,
.quotes_block_wrap .quotes_wrap .quote_item .q_arrow_right{
    position: absolute;
    bottom: -4px;
    left: 0px;
    display: inline-block;
    width: 16px;
    height: 16px;
    background-position: 100% 0%;
    background-repeat: no-repeat;
    background-image: url("../i/quote_arrows.png");

}
.quotes_block_wrap .quotes_wrap .quote_item .q_arrow_left{
    background-position: 0% 0%;
    top: 0px;
    left: -26px;
}
.quotes_block_wrap .quotes_wrap .quote_item .q_arrow_right{}
.quotes_block_wrap .quotes_wrap .quote_item span.quote_text{
    font-family: Arial, helvetica, sans-serif;
    font-size: 12px;
    color: #535353;
    line-height: 18px;
}
.quotes_block_wrap .quotes_wrap .quote_item span.quote_text u{
    text-decoration: none;
    display: inline-block;
    position: relative;
    height: 1px;
    width: 1px;
}
.quotes_block_wrap .quotes_wrap .quote_item b.quote_person{
    display: block;
    margin-top: 8px;
    font-family: Arial, helvetica, sans-serif;
    font-size: 12px;
    color: #000;
    line-height: 18px;

}
.quotes_block_wrap #quotes_pagi{
    height: 18px;
    margin: 14px 48px 20px;
}
.quotes_block_wrap #quotes_pagi a{
    display: inline-block;
    width: 18px;
    height: 15px;
    background-image: url("../i/quote_arrows.png");
    background-repeat: no-repeat;
    background-position: 100% 100%;
    /*margin-right: 2px;*/

}
.quotes_block_wrap #quotes_pagi a span{
    display: none;
}
.quotes_block_wrap #quotes_pagi a.selected{
    background-position: 0% 100%;
}





























