.strike {
  text-decoration: line-through;
}
.dTable {
  display: table;
}
.dRow {
  display: table-row;
}
.dCell {
  display: table-cell;
}
/******** Текстовые ***********/
.noWrap {
  white-space: nowrap;
}
/*********** TRANSFORM *************/
@media only screen and (max-width: 1000px) {
  body {
    font-size: 11.200000000000001px;
  }
  .mshow {
    display: block;
  }
  .mhide {
    display: none !important;
  }
  .mshow.inline {
    display: inline;
  }
  .mpad {
    padding: 0 5px;
  }
  /******** ШАПКА  ********/
  .hdr-txt {
    display: none;
  }
  .header {
    text-align: center;
    margin-top: 10px;
  }
  .header .top-cart {
    position: absolute;
    display: none;
  }
  .header .hdr-contacts {
    margin-top: 10px;
  }
  .hdr-contacts .recall {
    margin: -40px 0px 0 -80px;
  }
  .srch.mm {
    top: 60px;
    border: #d4d6d9 1px solid;
  }
  .ramka {
    margin-top: 50px;
  }
  .mm-btn {
    display: inline-block;
    vertical-align: top;
    height: 48px;
    padding: 16.5px 20px 0;
    border-right: 1px solid #e74200;
  }
  .mm-btn:hover {
    background: #fa4200;
  }
  .mm-btn i {
    display: inline-block;
    width: 26px;
    height: 15px;
    background: transparent linear-gradient(to bottom, #ffffff, #ffffff 20%, transparent 20%, transparent 40%, #ffffff 40%, #ffffff 60%, transparent 60%, transparent 80%, #ffffff 80%, #ffffff 100%);
  }
  /*.mm-cat-btn {
    .dInline;
    .vtop;
    height: @mainMenuHeight;
    .lh(@mainMenuHeight);
    padding: 0 40px 0 20px;
    border-right: 1px solid lighten(#e74200, 10%);
    .fSize(120%);
    .fWeight(500);
    background: url(../img/mm_arr.png) 90% center no-repeat;
    .clr(#fff);
    .tUp;
    span {
      .clr(@greyBgr);
      .fSize(80%);
    }
  }*/
  .mm-cart {
    display: inline-block;
    width: 32px;
    line-height: 48px;
    float: right;
    margin-right: 10px;
  }
  .mm-cart div {
    position: relative;
    margin-top: 9px;
    display: inline-block;
    width: 32px;
    height: 30px;
    background-image: url("../img/ico_cart_w.png");
  }
  .mm-cart div i {
    position: absolute;
    top: -5px;
    right: -5px;
    display: none;
    width: 20px;
    height: 20px;
    border-radius: 10px;
    background: #942700;
    line-height: 20px;
    color: #ffffff;
    font-size: 100%;
    font-style: normal;
    text-align: center;
  }
  .mm-cart span {
    display: none;
  }
  .mm-cart.full div i {
    display: block;
  }
  .mmenu {
    position: absolute;
    display: none;
    width: 100%;
    z-index: 1000;
    background: #eff1f4;
    border-bottom: 1px solid #b3bcca;
    overflow-y: auto;
  }
  .mmenu li {
    display: block;
  }
  .mmenu li > a {
    color: #fa4200;
    padding-left: 20px;
  }
  .mmenu li.hs > a {
    background: #eff1f4 url(../img/mm_arr_h.png) 90% center no-repeat;
  }
  .advntgs {
    width: 100%;
  }
  .advntgs li {
    width: 33.333333333333336%;
    margin-bottom: 30px;
  }
  /******** Список товаров *********/
  .plist {
    margin: 0;
    padding: 0;
    list-style: none;
  }
  .plist li .im {
    height: 150px;
    line-height: 150px;
  }
  .plist li .btn {
    margin: 2px;
  }
  .itext {
    margin-top: 20px;
  }
  footer {
    margin-top: 20px;
    padding: 20px 10px;
  }
  footer .fb {
    width: 100%;
  }
  .scroll-blk .rules .rline {
    width: 90%;
    margin: 0 0dpi;
  }
  .scroll-blk .plist li {
    height: 280px;
  }
  .scroll-blk .plist li .im {
    height: 100px;
    line-height: 100px;
  }
  .scroll-blk .plist li .n {
    height: 30px;
  }
  .scroll-blk .plist li .p {
    margin: 3px 0;
  }
  .cont-left {
    height: 0px;
    width: 0px;
  }
  .cat-menu {
    display: none;
    position: fixed;
    left: 0px;
    top: 0;
    z-index: 1000;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
  }
  .cat-menu .close {
    z-index: 100;
    margin: 5px 5px 0 0;
  }
  .breadcrumbs {
    margin-top: 60px;
  }
  .cat-list.plist li {
    width: 45%;
  }
  .psort {
    margin-top: 10px;
  }
  /********** Страница товара ***************/
  .prod-info .price {
    margin-top: 20px;
  }
  .prod-info .b-k .sc-amount {
    width: 50%;
  }
  .prod-info .nal .b {
    width: 70px;
  }
  .prod-about .pp-bx {
    width: 100%;
  }
  .gal-list {
    text-align: center;
  }
  .gal-list li {
    width: 40%;
    margin: 10px;
  }
  .totop {
    display: none;
  }
  .sc-tbl li.c1 {
    width: 40%;
  }
  .sc-tbl li.c1 .i {
    display: none;
  }
  .sc-tbl li.c2 {
    display: none;
  }
  .sc-tbl li.c3 {
    width: 30%;
  }
  .sc-tbl li.c4 {
    width: 20%;
  }
  .sc-of > li {
    width: 98%;
  }
  .sc-itog > li {
    width: 100%;
  }
  .sc-recall {
    width: 250px;
  }
}
@media only screen and (max-width: 320px) {
  .plist li {
    width: 300px;
    margin: 5px;
  }
  .scroll-blk .plist li {
    height: 280px;
    width: 300px;
  }
  .scroll-blk .plist li .im {
    height: 100px;
    line-height: 100px;
  }
  .scroll-blk .plist li .n {
    height: 30px;
  }
  .scroll-blk .plist li .p {
    margin: 3px 0;
  }
  .brands li {
    width: 50%;
  }
  .prod-form {
    padding: 20px 5px;
    background: #e4e8ec;
  }
  .prod-form .pf-bx {
    width: 100%;
  }
  .prod-form h5 {
    margin: 10px 0;
  }
  #recall {
    width: 100%;
  }
}
@media only screen and (min-width: 321px) and (max-width: 999px) {
  .plist li {
    width: 220px;
    margin: 5px;
  }
  .brands {
    text-align: center;
  }
  .brands li {
    width: 25%;
  }
  footer .fb {
    width: 50%;
  }
  footer .fb.r {
    text-align: right;
  }
  .hdr-bx:first-child {
    vertical-align: top;
    margin-right: 10px;
  }
  .hdr-contacts {
    padding-top: 0;
  }
}
@media only screen and (min-width: 400px) and (max-width: 999px) {
  .hdr-contacts {
    padding-left: 80px;
  }
  .mm-cart {
    width: 120px;
  }
  .mm-cart span {
    display: inline-block;
    vertical-align: top;
    color: #ffffff;
    font-size: 120%;
    text-transform: uppercase;
    padding-left: 10px;
  }
  .cat-list.plist li {
    width: 30%;
  }
  .gal-list li {
    width: 25%;
  }
}
