#title{
  font-size: 24pt;
  font-weight: bold;
}

#start_board{
  /*border: 1px double goldenrod;*/
  width: 900px;
  height:700px;
  left:0;right:0;
  top:0;bottom:0;
  margin:0 auto;
  display:inline-block;
  position: absolute;
  padding-top:2.5em;
}

#start_page_photo{
  width:200px;
  height:200px;
  border: 6px double BurlyWood;
  border-radius: 50%;
  overflow: hidden;
  left:0;right:0;
  top:0;bottom:0;
  margin:auto;
  position: relative;
}
#start_page_photo img{
  width: 100%;
}
.gov_item{
  text-align: center;
}

.azhure{
  border: 2px solid BurlyWood;
  width: 200px;
  height: 200px;
  border-radius: 20px;
  float: left;
  margin: 10px;
  font-style: italic;
  font-size: 18pt;
  position: relative;
}
.azhure:hover{
  border: 2px double goldenrod;
  margin: 10px;
  background: BurlyWood;
  color: yellow;
  cursor: pointer;
}
.azhure-title{
  height:100px;
  top:0;bottom:0;
  margin-top: auto;
  margin-bottom: auto;
  position: absolute;
  vertical-align: middle;
  text-align: center;
}

.mv{
  top:-40px;
}

.ot{
  top:-40px;
}

#start_page_contacts{
  font-style: italic;
  font-size: 14pt;
  width:100%;
  margin-top: 2em;
}
#start_page_contacts p{margin:5px 0;padding:0;}
#start_page_contacts .pochta{
  font-size: 110%;
}
#start_page_contacts .nomer{
  font-size: 150%;
  color: blue;
}
#start_page_contacts .gorod{
  font-size: 90%;
}

.page_board{
  width: 50%;
  max-height:700px;
  border-right: 1px double brown;
  left:0;right:0;
  top:0;bottom:0;
  margin:auto;
  position: absolute;
  overflow-y: auto;
}
.start_page_board{
  width: 75%;
}
.menu_right{
  width: 250px;
  max-height:700px;
  border-left: 1px double brown;
  position: absolute;
  left:75%;
  top:50%;
  top:0;bottom:0;
  margin:auto 1%;
  text-align: left;
  font-size:16pt;
}

.menu_right li{
  border-left: 0px double brown;
  border-radius: 2%;
  padding: 2%;
  margin: 10% 0;
}

.grounds{
  width: 100%;
  min-height: 200px;
  /*border: 1px solid brown;*/
  position:relative;
  bottom: 0;
  padding: 2em 0;
}
.grounds .title{
  font-size: 14pt;
  margin-top: 5em;
}
.grounds .text{
  font-size: 10pt;
}
.grounds .devider-intelligence{
  width: 30%;
  color: BurlyWood;
}

.grounds .devider-collab{
  width: 20%;
  color: BurlyWood;
}
.grounds .item{
  font-style: italic;
  font-size: 16pt;
}
.grounds .collab-item{
  font-size: 10pt;
  margin: 0.5em;
  padding: 0.5em;
  border: 1px solid goldenrod;
}
.grounds .item-delimetr{
  color: BurlyWood;
}
