@media (max-width: 425px) {
  html.rules-html{
    width: 100%;
  }
  .rules-body .container{
    width: auto;
  }
  .rules-body .index-wrap_header_fixed{
    position: relative;
  }
  .rules-body .navbar-brand{
    margin-left: 10px;
  }
  .rules-body .navbar-right.index_header_enter,
  .rules-body .toTop-btn_wrapp{
    display: none !important;   /*js пербивает*/
  }
  .rules-body .index-page_content_white{
    margin-top: 30px;
  }
  .rules-body .index-page_content{
    padding-bottom: 0;
  }
  .rules_inner-pages_content{
    padding: 0;
  }
  .rules_inner-pages_content h1{
    font-size: 22px;
  }
  .rules-body .navbar.navbar-static-top .col-sm-10.no-padding{
    display: none;
  }
  .rules-body .index-page_footer{
    display: none;
  }
}