/* Don't display some stuff on the main page */
body.page-Главная_страница #deleteconfirm,
body.page-Главная_страница #t-cite,
body.page-Главная_страница #footer-info-lastmod,
body.page-Главная_страница #siteSub,
body.page-Главная_страница #contentSub,
body.page-Главная_страница h1.firstHeading {
  display: none !important;
}

/* pull-down menu over top icons */
div.vectorMenu div {
  z-index: 2 
}

#siteSub {
  display: inline;
  font-size: 92%;
  font-weight: normal 
}

/*Top icons*/
 
#coordinates {  
 position: absolute;
 top: -2em;
 right: 2em;
 float: right;
 margin: 0.0em;
 padding: 0.0em;
 line-height: 1.5em;
 text-align: right;
 text-indent: 0;
 font-size: 85%;
 text-transform: none;
 white-space: nowrap;
}


/* special:search */
.searchresults-hint {
  position: absolute;
  top: -8px !important;
  right: 4px !important 

}


/* {Right-uppermost image} */
.floating_object {
 position: absolute;
 right: 0px !important;
 top: -31px !important;
 z-index: 100;
 overflow: hidden;
}
 
body.ns-0 .floating_object {
 top: -20px !important 

}