
.nav-scroller {
  overflow-y: hidden;
  background-color: #fff;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
}
.nav-scroller__items {
  display: flex;
  flex-wrap: nowrap;
  overflow-x: auto;
  white-space: nowrap;
}
.nav-scroller__item {
  color: #424242;
  display: flex;
  padding: 0.5rem 1.25rem;
  text-decoration: none;
}

.header_mobile {
    display:none;
    position: fixed; 
    top: 0px;
    background: #fff;
    width: 100%;
    overflow: hidden;
    z-index: 999;
    
    
}
.header-flex-cont {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.header-flex-box {
    margin: 5px;
    padding: 5px;
    flex: 0 1 auto;
}


.logo-mobile {
    font-family: arial;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 1px;
    text-decoration: none;
    color: #a17d54;
    text-shadow: 1px 1px 0 #2a2d31, -1px -1px 0 #2a2d31, 1px -1px 0 #2a2d31, -1px 1px 0 #2a2d31;
}

.btn_mobile {
    width: 32px;
    height: 32px;
    background: #e6ebf1;
    border: 2px solid #d7e5f4;
    border-radius: 6px;
    display:block;
}


.logo-mobile:visited {
    color: #a17d54;
}

@media (max-width: 960px) {
    .ruber_td2 {
        display:none;
    }

    img {
        width: 100%!important;
    }
    #children_page > table> tbody > tr > td {
        text-align:left!important;
    }   
    .ruber h1 {
        white-space: initial;
        text-align: left;
    }    
    #content {
        padding: 10px;
        text-align: left;
    }
    #content table {
        display: block;
        overflow-x: auto;
        white-space: nowrap;
    }
    #content table .catalog_block {
        width: 250px;

    }
    #content table.ruber {
        display: inline-table;
        
    }    
    #top_menu,#center_menu, #logo,#container_bottom {
        display:none;
    }
    
    #container {
        width: 100%;
    }
    
    .header_mobile {
        display: block;
    }
    

}




   
   
   
#menu__toggle {
  opacity: 0;
}

#menu__toggle:checked ~ .menu__btn > span {
  transform: rotate(45deg);
}
#menu__toggle:checked ~ .menu__btn > span::before {
  top: 0;
  transform: rotate(0);
}
#menu__toggle:checked ~ .menu__btn > span::after {
  top: 0;
  transform: rotate(90deg);
}
#menu__toggle:checked ~ .menu__box {
  visibility: visible;
  left: 0;
}

.menu__btn {
  display: flex;
  align-items: center;
  position: fixed;
  top: 20px;
  left: 20px;

  width: 26px;
  height: 26px;

  cursor: pointer;
  z-index: 1;
}

.menu__btn > span,
.menu__btn > span::before,
.menu__btn > span::after {
  display: block;
  position: absolute;

  width: 100%;
  height: 2px;

  background-color: #616161;

  transition-duration: .25s;
}
.menu__btn > span::before {
  content: '';
  top: -8px;
}
.menu__btn > span::after {
  content: '';
  top: 8px;
}

.menu__box {
  display: block;
  position: fixed;
  visibility: hidden;
  overflow: auto;
  top: 0;
  left: -100%;

  width: 100%;
  height: 100%;

  margin: 0;
  padding: 60px 10px;

  list-style: none;

  background-color: #fff;
  box-shadow: 1px 0px 6px rgba(0, 0, 0, .2);

  transition-duration: .25s;
}

.menu__box ul {
  list-style: none;  
}

.menu__box li.active > a {
    background: #E0EBEB;
    border-radius: 5px;
    padding: 5px;
}

.menu__item {
  display: block;
  padding: 5px;

  color: #333;
  font-size: 16px;
  font-weight: 600;

  text-decoration: none;

  transition-duration: .25s;
}
.menu__item:hover {
  background-color: #CFD8DC;
}
   
/********************** footer_mobile ****************************/   
.footer_mobile {
    padding: 10px;
}
.fm_contacts {
    margin: 10px 0 20px;
    text-align: center;
} 
.fm_contacts_title {
    font-size: 16px;
}
.fm_contacts_des {
    margin: 0 auto;
    width: 210px;
}
.fm_contacts a {
    text-decoration: none;
} 
.button_blue {
    width: 250px;
    display: block;
    margin: 10px auto;
    text-align: center;
    padding: 10px;
    font-size: 18px;
    text-decoration: none;
    color: #000;
    border-radius: 10px;
    background: #e1e8f2; /* Old browsers */
    background: -moz-linear-gradient(top,  #e1e8f2 0%, #cadcf4 29%, #d8efff 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  #e1e8f2 0%,#cadcf4 29%,#d8efff 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  #e1e8f2 0%,#cadcf4 29%,#d8efff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e1e8f2', endColorstr='#d8efff',GradientType=0 ); /* IE6-9 */
    -webkit-box-shadow: 4px 4px 8px 0px rgba(34, 60, 80, 0.2);
    -moz-box-shadow: 4px 4px 8px 0px rgba(34, 60, 80, 0.2);
    box-shadow: 4px 4px 8px 0px rgba(34, 60, 80, 0.2);        
}   


