@media only screen and (max-width: 767px) {
  .mobyshow {
    display: block;
  }
  .mobyshow.inline {
    display: inline;
  }
  .mobyhide {
    display: none;
  }
  .col-2 > * {
    width: 100%;
  }
  .col-3 > * {
    width: 100%;
  }
  .col-4 > * {
    width: 100%;
  }
  body {
    font-size: 12px;
    padding: 0;
  }
  .main-menu {
    width: 100%;
    height: 40px;
    position: fixed;
    top: 0px;
    z-index: 500;
  }
  .header {
    margin-top: 40px;
  }
  .header .left {
    width: 100%;
  }
  .header .right {
    width: 100%;
    margin-top: 15px;
    justify-content: center;
  }
  .show-moby-mm {
    color: #fff;
    font-size: 200%;
    margin: 5px 0 0 20px;
    display: inline-block;
  }
  .main-menu-cont {
    height: 100%;
    position: fixed;
    left: -20px;
    top: 40px;
  }
  .main-menu ul {
    overflow-y: auto;
    padding: 10px 0;
    height: 100%;
    -webkit-overflow-scrolling: touch;
  }
  .win {
    padding: 5px;
  }
  .user-info {
    position: fixed;
    right: 10px;
    top: 10px;
    z-index: 550;
    color: #fff;
    max-width: 300px;
    overflow: hidden;
  }
  .user-info .t {
    display: flex;
  }
  .user-info .fa-power-off {
    margin-left: 20px;
  }
  .user-info .w {
    position: relative;
  }
  .user-info .actions {
    position: absolute;
    top: 20px;
    right: 0px;
    background: #5779b5;
    display: none;
    white-space: nowrap;
  }
  .user-info .actions li a {
    display: block;
    padding: 10px 15px;
  }
  .user-info .actions li a:hover {
    backrgound: #000;
  }
  .last-news li {
    width: 100%;
  }
  .price-list .art {
    -ms-hyphens: auto;
    -webkit-hyphens: auto;
    hyphens: auto;
    hyphenate-limit-chars: 2 3 2;
  }
  .price-list .price {
    width: 15%;
  }
  .price-list .wh {
    width: 16%;
  }
  .clist li .col {
    padding: 0 10px;
  }
  .clist li .pnl div.b {
    margin: 5px 20px;
  }
  .mcart {
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
  }
  .ui-bonus {
    display: none;
  }
  .confirm-block {
    padding-left: 5px;
    padding-right: 5px;
  }
  .confirm-pay-delivery > * {
    width: 100%;
  }
  .summary .-p {
    width: 33.3%;
  }
  .summary .-cart,
  .summary .r {
    width: 50%;
  }
  .history-popolnenie {
    flex-direction: column;
  }
  .cookie-info {
    flex-direction: column;
  }
}
@media only screen and (max-width: 400px) {
  .price-list.row div.hideMax400 {
    display: none;
  }
  .price-list .wh {
    width: 25%;
  }
}
@media only screen and (max-width: 1400px) {
  .ur-manager,
  .ur-manager-open {
    display: none;
  }
}
/*# sourceMappingURL=media_moby.css.map */