/*header*/

body {
  background-color: #969696;
  background-image: none;
}

.header{
    height:90px;
    background: url('https://www.zr.ru/assets/old/header/header_bg.png') top left repeat-x;
    margin: 0 auto;
}
.header a{
    color:#808080;
    text-decoration: none;
}
.header-left_ph{
    width:336px;
    float:left;
}
.header-right_ph{
    width:654px;
    float: left;
    position: relative;
}
.header-search {
    margin-left: 425px;
}
.header.zr .header-search {
    margin-left: 456px;
}
#act{
    display: block;
}
#no-act{
    display: none;
}
.header-section_menu{
    position: absolute;
    top: 24px;
    height:66px;
    background-image: url('/assets/old/header/section_left.png');
    background-position:top left;
    background-repeat:  no-repeat;
}
.header-section_menu_cont{
    background-image: url('/assets/old/header/section_right.png');
    background-position:top right;
    background-repeat:  no-repeat;
    height:53px;
    padding: 13px 19px 0px 12px;
}
.header-site_name {
    color: #C1272D;
    font-size: 25px;
    font-weight: 900;
    text-transform: uppercase;
  margin-bottom:10px;
}
.header-site_name a:link , .header-site_name a:hover , .header-site_name a:active , .header-site_name a:visited {
    color:#c1272d !important;
  font-weight:900;
  display:block;
  padding-top:10px;
  text-transform:uppercase;
}

.header-section_menu_cont li{
    float:left;
    list-style-type: none;
    margin-right:8px;
}
.header-menu{
    width:589px;
    height:20px;
    float: left;
    padding: 6px 0px 0px 0px;
  position:relative;
  z-index:10;
}
#menu-main_menu{
  position:relative;

}
#clock{
    width:55px;
    float: left;
    font-size: 17px;
    margin-top:7px;
    overflow:hidden;
}
.header-rss{
    margin: 3px 0px 0px 312px;
    width:53px;
    float:left;
  font-size:13px;
  line-height:13px;
}
.header-social {
  float: left;
  margin-top: -4px;
  width: 61px;
  height:28px;
}
.header-search {
  width: 230px;
  float: left;
  margin-top:3px;
}

.header.zr .header-search {
	width: 195px;
}

.header-search input[type="submit"]{
    border:0 none;
    background: none;
    background-image: url('/assets/old/header/search_button.gif');
    background-repeat:no-repeat;
    background-position:top right;
    width:20px;
    height: 20px;
    cursor: pointer;
    padding:0px;
    border-radius:0;
    font-size:0px;
    margin-left:-1px;
}
#site-header.zr .header-search input[type="submit"],
#site-header.zr .header-search-submit {
    line-height: 22px;
    height: 22px;
}
*:first-child+html .header-search input[type="submit"]{
margin-top:4px;

}
.header a{
    color:#808080;
    text-decoration: none;
}
.header-link_active{
    color:#C1272D;
  z-index:0;
}
#menu-top_menu{
  /*position:relative;*/
  }
/*верхнее меню*/
.site-menu{
/*  position:relative;
  z-index:0;*/
  height:25px;
}
.site-menu ul.dropdown li a{
color:grey;
  /*position:relative;
  z-index:1;*/
}
.header-menu ul.dropdown li a{
  /*position:relative;
  z-index:30;
  background-image:none;*/
}

ul.dropdown li a.sub_menu {
    background: url('/assets/old/header/sub_menu.png') no-repeat scroll right center transparent;
    margin-right: 4px;
    padding-right: 12px;

}
.topbar  .site-menu div > ul, .nav{
  position:static !important;
}

/**** Dropdown Menu *************************/
ul.dropdown  a:hover{
  text-decoration:none;
}
ul.dropdown li a.sub_menu{
    padding-right:12px;
    margin-right:4px;
    background-image: url('/assets/old/header/sub_menu.png');
  background-position:right 8px;
  background-repeat:  no-repeat;
  color:grey;
}
/* LEVEL ONE */
ul.dropdown {
    position: relative;
    list-style: none;
    margin:0px;
    font-size: 12px !important;
}

ul.dropdown li {
    float: left;
}

ul.dropdown li a {
    display: block;
  padding:2px 6px 4px 6px;
}

/* Doesn't work in IE */
ul.dropdown li.hover, ul.dropdown li:hover {
    position: relative;
  text-decoration:none;
}

/* LEVEL TWO */
ul.dropdown ul {
    width: 200px;
    list-style: none;
    visibility: hidden;
    position: absolute;
    top: 100%;
    left: 0px;
  margin-left:0px;
  z-index:100;

  /*  border-top: 2px solid #b3b3b3;*/


}

ul.dropdown ul li {
    float: none;
}

ul.dropdown ul li a:hover {
    width: 184px;
    background: #b3b3b3;
    color:#ffffff;
}

/* IE 6 & 7 Needs Inline Block */
ul.dropdown ul li a {
    width: 184px;
    display: inline-block;
    background: #fafafa;
}

/*Clock in Header*/
#date{
  font-size:11px;
  color:#808080;
  margin-bottom:1px;
}
#time{
  font-size:20px;
  font-weight:bold;
  color:#808080;
}
ul.dropdown li.new a {
    color: #C70000 !important;
}
ul.dropdown li.new a strong {
    font-style: italic;
}
/*Social*/
.b-share {
  font: 86%/1.4545em Arial, sans-serif;
  display: -moz-inline-box;
  display: inline-block;
  padding: 1px 3px 1px 4px !important;
  vertical-align: middle;
}

.b-share__handle {
  float: left;
  cursor: pointer;
  text-align: left;
  height: 16px;
  padding: 5px 3px 5px 2px !important;
  cursor: pointer;
  text-align: left;
  text-decoration: none;
}

.b-share {
  font: 86%/1.4545em Arial, sans-serif;
}

/**/
/*footer*/

footer a, #site-footer a,
footer a:link, #site-footer a:link,
footer a:visited, #site-footer a:visited {
  color: gray !important;
  text-decoration: none;
}
footer a:hover, #site-footer a:hover {
  color: #DF1E26 !important;
  text-decoration: underline;
}

footer, #site-footer{
  line-height:13px;
  font-family:Arial,Verdana,Geneva,Helvetica,sans-serif;
  font-size:8pt;
}
footer , #site-footer{
    background: none repeat scroll 0 0 #F0F0F0;
    color: #666666;
    font-size: 8pt;
    height: 210px;
    margin: 0 auto;
    padding: 10px;
}
footer ul.bot_menu li  , #site-footer ul.bot_menu li {
    display: inline;
    font-size: 14px;
    margin-left: 13px;
  float:left;
}
footer ul , footer ol{
    margin:8px 0 0;
}




/****************
 * zr.ru
 * @url: https://www.zr.ru/
 */
 
 
/*HEADER*/
.zr.header {
  color: #000000;
  font-size: 13px;
  font-family: Trebuchet MS, Arial;
}

.zr.header a:link,.header a:active,.header a:hover,.header a:visited {
  color: #808080 !important;
  text-decoration: none;
}
.header-site_name a
.header-site_name a:active,
.header-site_name a:hover,
.header-site_name a:visited
{
    color:#c1272d !important;
}

.zr.header {
  width: 990px;
  height: 90px;
  background: url('/assets/old/header/header_bg.png') top left repeat-x;
  margin: 0 auto;
}

.zr .header-left_ph {
  width: 336px;
  float: left;
}

.zr .header-right_ph {
  width: 654px;
  height: 80px;
  float: left;
  position: relative;
}

.zr #act {
  display: block;
}

.zr #no-act {
  display: none;
}

.zr .header-section_menu {
  background: #ffffff;
  position: absolute;
  top: 25px;
  left: -25px;
  height: 66px;
  background: url('/assets/old/header/section_left2.png') top left no-repeat;
}

.zr .header-section_menu_cont {
  background: url('/assets/old/header/section_right3.png') top right no-repeat;
  height: 53px;
  padding: 13px 19px 0px 12px;
}

.zr .header-site_name {
  text-transform: uppercase;
  font-size: 25px;
  font-weight: 900;
}

.zr .header-site_name a:link {
  color: #c1272d;
}

.zr .header-section_menu_cont li {
  float: left;
  list-style-type: none;
  margin-right: 8px;
}

.zr .header-right_block-menu-clock-divider {
  background: url("/assets/old/header/clock_bord.png") no-repeat scroll 0 1px
    transparent;
  display: inline;
  padding: 0;
}

.zr .header-search input[type="text"]  {height:20px;}

.zr  .header-search input[type="submit"] {margin-top:4px;}
/**** Dropdown Menu *************************/
.zr ul.dropdown li a.sub_menu:link {
  padding-right: 12px;
  margin-right: 4px;
  background: url('/assets/old/header/sub_menu.png') center right no-repeat;
}
.zr ul.dropdown li.new a {
  color: #C70000 !important;
}
.zr ul.dropdown li.new a strong {
  font-style: italic;
}
/* LEVEL ONE */
.zr ul.dropdown {
  position: relative;
  list-style: none;
  margin: 0px;
  padding: 0px;
  z-index: 2;
}

.zr ul.dropdown li {
  float: left;
}

.zr ul.dropdown li a:link {
  display: block;
  padding: 4px 6px;
}

/* Doesn't work in IE */
.zr ul.dropdown li.hover,ul.dropdown li:hover {
  position: relative;
}

/* LEVEL TWO */
.zr ul.dropdown ul {
  list-style: none;
  visibility: hidden;
  position: absolute;
  top: 100%;
  left: -38px;
  z-index: 3;
}

.zr ul.dropdown ul li {
  float: none;
}

.zr ul.dropdown ul li a:link {
  width: 200px;
  display: inline-block;
  background: #F5F5F5;
}

.zr .header ul.dropdown ul li a:hover {
  width: 200px;
  background: #b3b3b3;
  color: #ffffff !important;
}

/*FOOTER*/
.zr.l-footer {
  background: none repeat scroll 0 0 #F0F0F0;
  color: #666666;
  height: 210px;
  margin: 0 auto;
  padding: 0px;
  text-align: left;
  border-top: 5px solid #969696;
}

.zr.l-footer a:link,.l-footer a:visited {
  color: #808080 !important;
  text-decoration: none;
}

.zr.l-footer a:hover,.l-footer a:active {
  text-decoration: underline;
  color: #00438a !important;
}

.zr.l-footer ul {
  font-size: 10px;
  margin: 8px 0 0;
  padding: 0px;
}

.zr.l-footer ul.bot_menu li {
  display: inline;
  font-size: 14px;
  margin-left: 13px;
}

.zr .b-share {
  font: 86%/1.4545em Arial, sans-serif;
  display: -moz-inline-box;
  display: inline-block;
  padding: 1px 3px 1px 4px !important;
  vertical-align: middle;
}

.zr .b-share__handle {
  float: left;
  cursor: pointer;
  text-align: left;
  height: 16px;
  padding: 5px 3px 5px 2px !important;
  cursor: pointer;
  text-align: left;
  text-decoration: none;
}

.zr .b-share {
  font: 86%/1.4545em Arial, sans-serif;
}



/****************
 * wiki.zr.ru
 * @url: http://wiki.zr.ru/
 */
 
/*HEADER*/

/*
.zr-wiki.header {
     width: 1024px;
}

.zr-wiki .header-right_ph {
    width: 180px;
}
*/
#site-header.zr-wiki {
   width: 990px !important;
   margin: 0 auto; 
}
.zr-wiki .header-site_name a{
  color:#c1272d !important;
  font-family: Trebuchet MS,Arial
}

#site-header.zr-wiki .header-rss {
  margin: 3px 0px 0px 139px;
}
#site-header.zr-wiki .header-social {
  display: none;
}
#site-header.zr-wiki .header-yandex-social {
  float: left;
  margin-left: 215px;
  width: 150px;
  margin-top: -23px;
}
#site-header.zr-wiki .header-social a{
  text-decoration: none !important;
}
.zr-wiki .header-search {
  width: 216px;
}
.zr-wiki .header-search input[type="submit"] {
  background: none;
  font-size: 12px;
  width: auto;
  height: auto;
  border: auto;

  background: white;
  background: -moz-linear-gradient(top, white 0%, #EDEDED 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,white), color-stop(100%,#EDEDED));
  background: -webkit-linear-gradient(top, white 0%,#EDEDED 100%);
  background: -o-linear-gradient(top, white 0%,#EDEDED 100%);
  background: -ms-linear-gradient(top, white 0%,#EDEDED 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed',GradientType=0 );
  background: linear-gradient(top, white 0%,#EDEDED 100%);
  border: 1px solid #CCC;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  color: #777;
  cursor: pointer;
  font: normal 12px/20px Arial, Tahoma, Verdana, sans-serif;
  outline: none;
  padding: 4px 2px;
  text-align: center;
  text-decoration: none;
  line-height: 14px;
}

.zr-wiki .header-search input[type="submit"]:hover {
  background: #ededed;
  background: -moz-linear-gradient(top, #ffffff 0%, #e0e0e0 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#e0e0e0)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #ffffff 0%,#e0e0e0 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #ffffff 0%,#e0e0e0 100%); /* Opera11.10+ */
  background: -ms-linear-gradient(top, #ffffff 0%,#e0e0e0 100%); /* IE10+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e0e0e0',GradientType=0 ); /* IE6-9 */
  background: linear-gradient(top, #ffffff 0%,#e0e0e0 100%); /* W3C */
  border: 1px solid #bbb;
  color: #555;
  outline: none;
  text-decoration: none;
}
.zr-wiki .header-search {
	margin: 0;
}

/*FOOTER*/
/*
#p-search {
    width:300px;
    margin-left: 0.5em;
    margin-right: 0.5em;
}

.header-site_name {
    padding:5px 10px;
}

.header-search {
    position: absolute !important;
    top: 0;
    margin-left: 745px;
    margin-top: 40px;
    width:290px;
}

div#site-footer {
    clear:both;
    width: 1004px;
    margin:auto;
    padding:10px;
}
*/
#site-footer.zr-wiki {
  width: 970px ;
  margin-left: 0 !important;
  background-image: none !important;
}


/****************
 * zr-travel
 * @url: https://www.zr.ru/corp/travel/
 */
 
#site-footer.zr-travel ul {
  font-size:14px;
  margin:0px;
  margin-top:8px;
}
#site-footer.zr-travel ul li {
  display:inline;
  margin-left:14px;
}
#site-footer.zr-travel ul li a {
  color:gray;
  text-decoration:none;
}
.zr-travel .header-site_name a{

  color:#c1272d !important;
  font-family: Trebuchet MS,Arial
}

/****************
 * zr-corp
 * @url: https://www.zr.ru/corp/zr/
 */
.zr-corp .header-site_name a{
  text-transform: uppercase;
  font-size: 25px;
  font-weight: 900;
  padding: 10px;
  color:#c1272d !important;
  font-family: Trebuchet MS,Arial
}
/****************
 * zr-people
 * @url: http://people.zr.ru/
 */

#site-header.zr-people #clock {
  position: absolute;
  right: 0;
}

.header.zr-people {
  height: 90px;
}

.header.zr-people *{
  margin: 0px;
  padding: 0px;
}
.header.zr-people img {
  border: 0 none;
}

.header.zr-people a {
  color: #808080;
  text-decoration:none;
}
.zr-people .header-rss {
  top: 7px;
}
.zr-people .header-rss,
.zr-people .header-social {
  position: relative;
}
.zr-people .header-left_ph{
  width:336px;
  float:left;
}
.zr-people .header-left_2_ph{
  width: 415px;
  margin-right: -50px;
  float: left;
  position: relative;
}
.zr-people .header-right_ph {
}

/*
.zr-people .header-right_ph {
  width: 300px;;
  float: right;
  position: relative;
}*/
.zr-people .header-left_ph img{
  margin-top:1px;
}
.zr-people #act{
  display: block;
}
.zr-people #no-act{
  display: none;
}
.zr-people .header-section_menu{
  height: 66px;
  left: -29px;
  position: absolute;
  top: 24px;  
  background-image: url('/assets/old/header/section_left2.gif');
  background-repeat:top left;
  background-position:no-repeat;
}
.zr-people .header-section_menu_cont{
  background-image: url('/assets/old/header/section_right3.gif');
  background-position: top right;
  background-repeat:  no-repeat;
  height:53px;
  padding: 15px 19px 0px 12px;
}
.zr-people .header-site_name a{
  text-transform: uppercase;
  font-size: 25px;
  font-weight: 900;
  padding: 10px;
  color:#c1272d !important;
  font-family: Trebuchet MS,Arial
}

.zr-people .header-section_menu_cont li{
  float:left;
  list-style-type: none;
  margin-right:8px;
}
.zr-people .header-menu{
  width:615px;
}
.zr-people  .header-search {
  float: right;
}
.zr-people  .header-search input[type="submit"] {margin-top:4px;}
/*
.zr-people .header-rss {
  position: relative;
  top: 23px;
  width: 53px;
  margin: 0px;
  margin-top: 6px;
  float: left;
  left: 10px;
}
.zr-people .header-search {
  float: left;
  height: 20px;
  overflow: hidden;
  width: 372px;

  margin-left: 65px;
}
.zr-people .header-search input[type="text"] {
  border: 1px solid silver;
  cursor: pointer;
  float: left;
  height: 18px;
  margin: 0;
  padding: 0;
  width: 200px;
  color: gray;
}
.zr-people .header-search input[type="submit"] {
  background: url('../images/search_button.gif') no-repeat scroll center center transparent;
  border: 1px solid silver;
  cursor: pointer;
  height: 20px;
  margin: 0;
  padding: 0;
  width: 20px;
  text-indent: -99999px;
}
*/


/**** Dropdown Menu *************************/
.zr-people ul.dropdown li a.sub_menu{
  padding-right: 15px;
  margin-right:4px;
  background: url('/assets/old/header/sub_menu.png') center right no-repeat;
}
/* LEVEL ONE */
.zr-people ul.dropdown {
  position: relative;
  list-style: none;
  margin: -3px 10px;
  z-index: 11;
}

.zr-people ul.dropdown li {
  float: left;
}

.zr-people ul.dropdown li a {
  display: block;
  padding: 4px 6px;
}

/* Doesn't work in IE */
.zr-people ul.dropdown li.hover, ul.dropdown li:hover {
  position: relative;
}

/* LEVEL TWO */
.zr-people ul.dropdown ul {
  width: 200px;
  list-style: none;
  visibility: hidden;
  position: absolute;
  top: 100%;
  left: 0px;
  z-index: 11;

  /*  border-top: 2px solid #b3b3b3;*/


}

.zr-people ul.dropdown ul li {
  float: none;
}

.zr-people ul.dropdown ul li a:hover {
  width: 184px;
  background: #b3b3b3;
  color:#ffffff;
}

/* IE 6 & 7 Needs Inline Block */
.zr-people ul.dropdown ul li a {
  width: 184px;
  display: inline-block;
  background: #fafafa;
}
a:hover{text-decoration: underline !important}

.zr-people .header-rss,
.zr-people .header-search {
	margin-top: 33px;
}

.zr-people .header-search {
	margin-left: 360px;
}

/****************
 * zr-frankfurt
 * @url: https://www.zr.ru/events/frankfurt/
 */
.zr-frankfurt .header-social {
  position:absolute; width:160px;height:48px;top:40px; right:70px;
}

.zr-frankfurt .header-search form {
float: left;
position: relative;
filter: alpha(opacity=100);
-khtml-opacity: 1;
-moz-opacity: 1;
opacity: 1;
}
.zr-frankfurt .header-search input[type="text"]  {
	margin: 0;
}

/****************
 * zr-geneva
 * @url: https://www.zr.ru/events/geneva/
 */
 
.zr-geneva .header-social {
  position:absolute; width:160px;height:48px;top:40px; right:70px;
}
.zr-geneva .header-search form {
float: left;
position: relative;
filter: alpha(opacity=100);
-khtml-opacity: 1;
-moz-opacity: 1;
opacity: 1;
}
.zr-geneva .header-search input[type="text"]  {
  margin: 0;
}