@media only screen and (min-width: 768px) {
  /*****************/
  .mobyshow {
    display: none;
  }
  .mobyhide {
    display: block;
  }
  .mobyhide.inline {
    display: inline;
  }
  .max-width {
    width: 1000px;
  }
  body {
    font-size: 14px;
    background-size: cover;
  }
  .header {
    height: 110px;
  }
  .cry-boss {
    margin-right: 40px;
  }
  .main-menu {
    border-radius: 5px;
  }
  .main-menu ul {
    padding: 0 10px;
    border-radius: 5px;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
  }
  .main-menu ul li {
    display: flex;
    align-items: stretch;
    height: 50px;
    padding: 5px 0;
  }
  .registraion-form {
    width: 70%;
  }
  #osn {
    float: left;
    width: 45%;
  }
  #osnAbout {
    width: 52%;
    float: left;
    margin-left: 20px;
  }
  #osnAbout input {
    width: 47%;
  }
  .win {
    padding: 20px;
  }
  .user-info {
    float: right;
    margin-top: 20px;
    min-width: 150px;
  }
  .user-info .actions {
    padding-right: 0px;
    margin-top: 10px;
  }
  .user-info .actions li {
    display: inline-block;
  }
  .user-info .actions li:not(:first-child) {
    margin-left: 15px;
  }
  .last-news li {
    height: 300px;
  }
  .last-news li.ln-4.w1 {
    width: 225px;
  }
  .last-news li.ln-4.w2 {
    width: 470px;
  }
  .last-news li.ln-4.w3 {
    width: 715px;
  }
  .last-news li.ln-4.w4 {
    width: 960px;
  }
  .last-orders li {
    width: 20%;
  }
  /*.can-buy:first-child {
      margin-right: 5px;
  }
  .can-buy:last-child {
      margin-left: 5px;
  }*/
  .clist li .col {
    display: table-cell;
    vertical-align: top;
    width: 40%;
    padding: 10px 20px 10px 10px;
  }
  .clist li .pnl div.b {
    padding-right: 25px;
  }
  .clist li .pnl div.b.brdr {
    border-left: 1px dotted #979595;
    padding-left: 25px;
  }
  .summary ul li:not(.r) {
    margin-right: 40px;
  }
  .preorder-block {
    padding: 10px;
    border: 1px dotted #e4e4e4;
  }
  .news-img {
    float: left;
    max-width: 350px;
    margin: 5px 20px 20px 0;
  }
  .news-img img {
    max-width: 100%;
  }
  .check-serial-wrap {
    width: 340px;
  }
  .tickets-list {
    margin-top: 20px;
  }
  .tickets-list li .-h .-n {
    width: 7%;
  }
  .tickets-list li .-h .-d {
    width: 13%;
  }
  .tickets-list li .-h .-cm {
    width: 37.2%;
  }
  .tickets-list li .-h .-st {
    width: 24.8%;
  }
  .tickets-list li .-h .-m {
    width: 60%;
  }
  .tickets-list li .-h .-s {
    width: 40%;
  }
  /********************/
}
@media only screen and (min-width: 1200px) {
  .max-width {
    width: 94%;
  }
  .ur-manager {
    display: none;
    position: fixed;
    left: -20px;
    top: 170px;
    z-index: 10;
    box-shadow: 0 0px 2px 1px rgba(0, 0, 0, 0.3);
    background: #f6f6f6;
    width: 220px;
    border-radius: 5px;
    font-size: 90%;
    line-height: 100%;
  }
  .ur-manager .wrp {
    position: relative;
    padding: 10px 5px;
  }
  .ur-manager .close {
    position: absolute;
    margin: 0;
    right: -10px;
    top: -10px;
    background: #fff;
    box-shadow: 1px -1px 1px 0px rgba(0, 0, 0, 0.3);
  }
  .ur-manager .close:hover {
    background: #1c7ca6;
  }
  .ur-manager .close:hover i {
    background: #fff;
  }
  .ur-manager h3:not(:first-child) {
    margin-top: 10px;
  }
  .ur-manager .check-serial {
    margin-top: 20px;
  }
  .ur-manager .check-serial input {
    width: 85%;
  }
  .ur-manager .check-serial i {
    color: #000;
  }
  .ur-manager hr {
    margin: 10px 0;
  }
  .ur-manager h3 {
    font-size: 130%;
    margin: 0 0 20px 0;
  }
  .ur-manager h4 {
    font-size: 110%;
    margin: 0 0 15px 0;
    color: #5779B5;
  }
  .ur-manager p {
    margin: 5px 0;
    font-weight: bold;
  }
  .ur-manager-open {
    position: fixed;
    left: 0px;
    top: 170px;
    width: 40px;
    height: 40px;
    border-radius: 0 5px 5px 0;
    background: #fff;
    text-align: center;
    font-size: 150%;
    color: #1c7ca6;
    padding-top: 8px;
    box-shadow: 1px 0px 1px 0px rgba(0, 0, 0, 0.3);
  }
  .ur-manager-open:hover {
    background: #1c7ca6;
    color: #fff;
  }
}
/*# sourceMappingURL=media.css.map */