body {
  font-size: 12px;
  min-width: 430px;
  font-family: "Roboto";
  font-style: normal;
  font-weight: normal;
  user-select: none;
  background-color: #000000;
  color: #ffffff;
  overflow-y: hidden;
}
* {
  padding: 0;
  margin: 0;
}
a, a:hover, a:focus, a:active {
  text-decoration: none;
  color: inherit;
}
.mark {
  user-select: text;
}
.nomark {
  user-select: none;
}
.light {
  background: #cccccc;
  color: #555555;
}
.dark {
  background: #999999;
  color: #ffffff;
}
.gliph {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
}
canvas#major {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 0;
}
header {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  background-image: url(../images/background.jpg);
  background-attachment: scroll;
  background-size: cover;
}
section {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
}
footer {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
}
#title {
  display: block;
  position: relative;
  width: 100%;
  height: 4rem;
  padding-top: 0.5rem;
  z-index: 10;
}
#title img {
  float: right;
  height: 100%;
  width: auto;
  margin-right: 1rem;
}
#title .list {
  display: block;
  float: right;
  margin-right: 1rem;
  padding: 0.2rem;
  font-size: 200%;
  line-height: 1;
  text-align: center;
  cursor: pointer;
}
#title .panel {
  display: block;
  float: left;
  margin: 0.5rem 0 0 1rem;
  padding: 0.2rem;
  font-size: 150%;
  line-height: 1;
  text-align: center;
  background: #1E3A60;
  cursor: pointer;
}
#head {
  pointer-events: none;
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 10;
}
#inhead {
  pointer-events: all;
  display: block;
  position: relative;
  top: 0;
  text-align: center;
}
#emblem {
  display: inline-block;
  width: 400px;
  height: 400px;
  stroke: none;
  stroke-width: 0;
}
#inscription {
  display: inline-block;
  width: 400px;
  height: 200px;
  margin-bottom: 0;
  stroke: none;
  stroke-width: 0;
  fill: #ffffff;
}
@media (min-width: 804px) {
  #inscription {
    margin-bottom: 75px;
  }
}
.st {
  cursor: pointer;
}
.st0 {
  fill: url(#earth-grad);
}
.st1 {
  fill: #103A73;
}
.st2 {
  opacity: 0.5976;
  fill: #103A73;
}
.st3 {
  fill: #FFFFFF;
}
.stn-bn1, .stn-bn2, .stn-ft4, .stn-hist, .stn-nauka {
  fill: #35BDFF;
}
.sth-bn1, .sth-bn2, .sth-ft4, .sth-hist, .sth-nauka {
  fill: #FFFFFF;
}
.stf-bn1, .stf-bn2, .stf-ft4, .stf-hist, .stf-nauka {
  opacity: 0.0;
}
#menu {
  pointer-events: none;
  display: block;
  visibility: hidden;
  position: fixed;
  font-family: 'Roboto Condensed';
  left: 0;
  right: 0;
  bottom: 0;
  height: 0;
  background-color: transparent;
  z-index: 20;
}
.press {
  pointer-events: all;
  display: block;
  position: relative;
  float: right;
  margin: 4px;
  width: 64px;
  height: 64px;
  border: 1px solid #FFFFFF;
  border-radius: 32px;
  line-height: 64px;
  backdrop-filter: blur(3px);
  z-index: 20;
}
.press-txt {
  display: block;
  position: relative;
  font-weight: normal;
  line-height: 64px;
  font-size: 15px;
  text-align: center;
  z-index: 30;
}
.act {
  color: #FFFFFF;
  background-color: rgba(105, 129, 221, 0.30);
  cursor: pointer;
}
.noact {
  color: #565656;
  background-color: rgba(192, 192, 192, 0.30);
  cursor: auto;
}
#iblock {
  padding: 1rem 1rem 0 1rem;
  font-size: 120%;
  font-weight: bold;
}
#mblock {
  position: relative;
  width: 100%;
  height: auto;
}
.info {
  padding: 0.5rem 1rem 90px 1rem;
  font-size: 75%;
  text-align: justify;
}
#cpanel {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0,0,0,0.8);
  z-index: 500;
}
#wcpanel {
  display: block;
  position: absolute;
  top: 20%;
  left: 15%;
  right: 15%;
  height: auto;
  padding: 1rem;
  text-align: center;
  background: #03172f;
  border-top: solid 1px #6E6E6E;
  border-bottom: solid 1px #6E6E6E;
  z-index: 510;
}
.wcls {
  display: block;
  position: absolute;
  left: 1rem;
  right: 1rem;
  top: 0.5rem;
  height: 1rem;
  text-align: right;
  font-size: 1rem;
  color: #ffffff;
  background: linear-gradient(90deg, rgba(94,207,255,1.00) 30%, rgba(0, 0, 0, 0.0) 100%);
  cursor: pointer;
}
.wcls .wcom {
  display: inline-block;
  position: relative;
  bottom: 0.15rem;
  font-size: 0.75rem;
}
.wcls:active {
  color: #B70000;
}
.wframe {
  display: block;
  position: relative;
  top: 1rem;
  height: 100%;
  width: 100%;
  margin-bottom: 0.5rem;
  border-top: solid 3px #5ECFFF;
}
.wframe p {
  line-height: 2rem;
}
.ccell {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: stretch;
  -webkit-box-align: stretch;
  align-items: stretch;
  -webkit-align-content: flex-start;
  align-content: center;
}
.pcell {
  display: block;
  width: 2rem;
  padding: 0;
  line-height: 120%;
  text-align: center;
}
.pcell span {
  cursor: pointer;
}
.xcell {
  font-size: 1em;
  color: #7AD8EF
}
.bcell {
  display: inline-block;
  width: 7rem;
  padding: 0.2rem;
  margin: 1rem;
  line-height: 1rem;
  text-align: center;
  border: 1px solid #7AD8EF;
  cursor: pointer;
}
