html, body {
  height: 100%;  
}
body {
margin:0;
font-family:"Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
font-size:14px;
line-height:1.8em;
color: #555555;
webkit-font-smoothing: antialiased;
}

.page-wrap {
  min-height: 100%;
  /* equal to footer height */
  margin-bottom: -50px; 
  overflowhidden;
}
.page-wrap:after {
  content: "";
  display: block;
}
.site-footer, .page-wrap:after {
  height:50px;   
}
.site-footer {
  background:rgb(47,47,47);
  overflow: hidden;  
  clear: both;
}
/*
a:visited {
color:rgb(0,0,238);
}
a:hover {
color:red;  
text-decoration: underline;
}
*/


.slideout-menu {
  position: fixed;
  top: 0;
  bottom: 0;
  width: 256px;
  min-height: 100vh;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  z-index: 0;
  display: none;
}

.slideout-menu-left {
  left: 0;
}

.slideout-menu-right {
  right: 0;
}

.slideout-panel {
  position: relative;
  z-index: 1;
  will-change: transform;
  background-color: #FFF; /* A background-color is required */  
  min-height: 100vh;
  height: 100%;
}

.slideout-open,
.slideout-open body,
.slideout-open .slideout-panel {
  overflow: hidden;
  height: 100%;
  
}

.slideout-open .slideout-menu {
  display: block;
  background:rgb(47,47,47);
}
.menu_mm_samsung {
    color: #aaa;
    display: block;
    padding: 10px 20px;
    position: relative;
    text-transform: uppercase; 
    text-decoration: none;
}
.menu_href_transfer {
font-size:14px; 
line-height:1.8em; 
color:#555555;
}
.menu_href_transfer:hover {
color:red;
}
.news_tv {
border: none;
display: flex;
flex-wrap: wrap;
align-content:stretch;
}
.news {
border: none;
width:525px;
}




.toggle-button {
  border: none;
  position: absolute;
  top: 12px;
  left: 12px;
  outline:none;
  background: url('/menu.png') no-repeat center;
  width: 50px;
  height: 50px;
  display: none;
}
@media (max-width: 992px) {
  .toggle-button {
    display: block;
  }
  .top_menu_base {
    display: none;
    
  }
  
  
}
.content_stalkerlab {
padding-left:30px;
padding-right:30px;
}
@media (max-width: 992px) { 

  .site-footer, .page-wrap:after {
    height:130px;   
  }
}