.flexWrap {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.ie10 {
  /*.filter-params {
    &.-col2 {
      > div {
        .w(50%);
        .dInline;
      }
    }
  }*/
}
.ie10 .HDR {
  /*.logo {
      .w(350px);
      .bgr();
    }*/
}
.ie10 .HDR > * {
  display: inline-block;
}
.ie10 .HDR .h-conts {
  margin-left: 50px;
}
.ie10 .tsel {
  float: right;
}
.ie10 .tsel > * {
  display: inline-block;
  margin: 0 5px;
}
.ie10 .inews-list .img {
  margin-right: 5px;
}
.ie10 .p-s-h .r {
  background: #ffffff;
  padding: 0 10px;
}
.ie10 .s-sides li {
  width: 25%;
}
.ie10 .we-dgts li {
  width: 16.666666666666668%;
}
.ie10 .prod-ftr a {
  height: 20px;
}
.ie10 .cf-wrap {
  -ms-flex-align: center;
}
.ie10 .cf-wrap .cf-frm {
  margin-top: 30px;
}
.ie10 .to-cart {
  background: #ff5816 url(../img/ico_cart.png) no-repeat 15% center;
}
.ie10 .to-cart:hover,
.ie10 .to-cart:focus {
  background: #4673ab url(../img/ico_cart.png) no-repeat 15% center;
}
.ie10 .btn.-buy {
  background: #ff5816 url(../img/ico_cart_big.png) no-repeat 15% center;
}
.ie10 .btn.-buy:hover,
.ie10 .btn.-buy:focus {
  background: #4673ab url(../img/ico_cart_big.png) no-repeat 15% center;
}
