.w100 {
  width: 100%;
}
.h100 {
  height: 100%;
}
@media only screen and (max-width: 1100px) {
  body {
    font-size: 13px;
  }
  .mshow {
    display: block;
  }
  .mhide {
    display: none !important;
  }
  .mshow.inline {
    display: inline;
  }
  .mpad {
    padding-left: 5px;
    padding-right: 5px;
  }
  .mrgLR {
    margin-left: 5px;
    margin-right: 5px;
  }
  header {
    margin-top: 40px;
  }
  header > * {
    width: 100%;
    margin-bottom: 5px;
  }
  .menu-wrap {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 500;
    width: 100%;
    height: 40px;
    text-align: center;
  }
  .menu-open {
    width: 32px;
    height: 20px;
    display: inline-block;
    margin-top: 10px;
    background: #ffffff linear-gradient(to bottom, #ffffff 0%, #ffffff 20%, #ff0000 20%, #ff0000 40%, #ffffff 40%, #ffffff 60%, #ff0000 60%, #ff0000 80%, #ffffff 80%, #ffffff 100%);
  }
  .menu-open:hover,
  .menu-open:focus {
    background: #ffffff linear-gradient(to bottom, #f2f2f2 0%, #f2f2f2 20%, #ff0000 20%, #ff0000 40%, #f2f2f2 40%, #f2f2f2 60%, #ff0000 60%, #ff0000 80%, #f2f2f2 80%, #f2f2f2 100%);
  }
  .menu {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    background: #ff0000;
    text-align: left;
    overflow-y: auto;
  }
  .menu li {
    width: 100%;
  }
  .menu li.-hs:after {
    position: absolute;
    left: 90%;
    top: 10px;
    content: "\25E2";
    color: #ffffff;
    font-size: 24px;
  }
  .menu li.-hs .menu-s a {
    padding-left: 10px;
  }
  .menu li:not(:last-child) {
    border-bottom: #ff3333 1px solid;
  }
  .menu-s {
    border: none;
  }
  .menu-s > li.-hs:after {
    color: #ff0000;
    font-size: 24px;
  }
  .menu-s .menu-s {
    background: #363839;
  }
  .menu-s .menu-s a {
    color: #ffffff;
  }
  .indx-3 > li {
    margin-bottom: 15px;
  }
  .partner-form > div {
    width: 100%;
  }
  .indx-faq-news .-blk {
    margin-bottom: 20px;
  }
  .ftr-menu {
    width: 48%;
  }
  .sidebar {
    display: none;
  }
  .crumbs-wrap > * {
    width: 100%;
    margin-bottom: 10px;
  }
}
