.body {
  width: 100%;
  background-color: #ffffff;
  font-size: 16px;
  font-family: Arial, Helvetica, sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  text-align: center;
}

/*стили бокового меню*/

.hidden-menu ol {
  color: white;
}
.hidden-menu {
  display: block;
  position: fixed;
  list-style: none;
  padding: 10px;
  margin: 0;
  box-sizing: border-box;
  width: 75%;
  background-color: #1a5c96;
  height: 100%;
  top: 0;
  left: -75%;
  transition: left 0.2s;
  z-index: 9999;
  -webkit-transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  overflow: auto;
}

.hidden-menu li a {
  text-decoration: none;
  color: #fff;
}
.hidden-menu li a:hover {
  color: #cacaca;
}
.hidden-menu li {
  padding-top: 5px;
  padding-bottom: 5px;
  border-top: 1px solid #aca3a3;
}
details a{
  color: #ffffff;
  text-decoration: none;
}
summary{
  color: white;
}

ul {
  padding-left: 20px;
}
.icon-menu {
  left: 0;
  width: 100%;
  position: fixed;
  z-index: 999;
  top: 0;
  color:white;
  font-size: 120%;
  text-align:center ;
  padding: 3px 0px 3px 0px;
  font-family: Verdana, sans-serif;
  text-shadow:0px 0px 0 rgb(199,199,199),1px 1px 0 rgb(167,167,167), 2px 2px 0 rgb(136,136,136),3px 3px 2px rgba(0,0,0,0.1),3px 3px 1px rgba(0,0,0,0.5),0px 0px 2px rgba(0,0,0,.2);}

.img {
  height: auto;
  width: 100%;
  margin-bottom: 40px;
}
td {
  border: 1px solid rgb(85, 73, 73);
  padding-left: 4px;
  background-color: rgba(118, 162, 245, 0.315);
}
.tab th{
  border: 1px solid rgb(85, 73, 73);
}


.table {
  width: 100%;
  margin: 0 auto;
  font-size: 12px;
  text-align: center;
}


  /* эксперементальное меню */

  #leftmenu{
    width: 30px;
    height: 100%;
    z-index: 999;
    display: block;
  position: fixed;
  list-style: none;
  padding: 10px;
  margin: 0;
  box-sizing: border-box;
  /* background-color: #1a5c96; */
  top: 0;
  transition: left 0.2s;
  z-index: 999;
  -webkit-transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  overflow: auto;
  font-size: 16px;
  }
  
/*липкий заголовок*/

  .sticky{
    padding: 5px 0 5px 0;
   position:-webkit-sticky;
   position: sticky;
  top:0;
   background-color: rgb(19, 115, 217);
   box-shadow: 0px 8px 12px -8px #140101;
   color: #ffffff;
   margin-top: -11px;
}
.static{
  padding: 5px 0 5px 0;
  background-color: rgb(19, 115, 217);
  color: #ffffff;
}

.footer{
  width: 100%;
  height: 30px;
  background-color: grey;
  text-align: center;
  color: #ffffff;
  padding-top: 10px;
}



/* нижний переход на главную */
#ico {
  right:10px;
  position: fixed;
  bottom: 10px;
  opacity: .7;
  z-index: 99;
} 