body .mobile-only {
  display: none;
}
body .icon {
  display: block;
  min-width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
body .icon.fix-width {
  height: 28px;
  background-size: auto;
  line-height: unset;
  font-size: unset;
  display: block;
  padding: 0;
  width: 28px;
}
body .icon.icon-category {
  background-image: url("../images/icon-category.svg");
}
body .icon.icon-filter {
  background-image: url("../images/icon-filter.svg");
}
body .icon.icon-arrow {
  background-image: url("../images/icon-arrow.svg");
  height: 15px;
  width: 15px;
  background-size: auto;
}
body .icon.icon-key {
  background-image: url("../images/icon-key.svg");
}
body .icon.icon-find {
  background-image: url("../images/icon-find.svg");
}
body .icon.icon-close {
  background-image: url("../images/icon-close.svg");
}
body .icon.icon-location {
  background-image: url("../images/icon-location.svg");
}
body .icon.icon-phone {
  background-image: url("../images/icon-phone.svg");
}
body .icon.icon-menu {
  background-image: url("../images/icon-menu.svg");
}
body section.main .filter2 .bot-ctr {
  display: flex;
  flex-direction: column;
}
body section.main .filter2 .bot-ctr input {
  background: #D9534F;
  border-radius: 4px;
  font-family: Open Sans, serif;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 24px;
  text-align: center;
  max-width: 185px;
  color: #FFFFFF;
  width: 100%;
  margin: auto;
}
body section.main .filter2 .bot-ctr a {
  font-size: 14px;
  line-height: 24px;
  color: #C7081B;
  text-decoration: unset;
  margin: 10px auto auto;
}
body section.main .catalogCats .row {
  display: flex;
  flex-wrap: wrap;
}
body section.main .catalogCats .row .list {
  flex: 1 1 calc((100% / 3) - 30px);
  background: #f5f5f5;
  border-bottom: 2px solid #ddd;
  margin: 15px;
  display: flex;
}
body section.main .catalogCats .row .list .categories {
  margin: auto;
}
body section.main .catalogCats .row .list .categories a {
  background: unset;
  margin-bottom: unset;
  border-bottom: unset;
}
body section.main .catalogProducts .catalogProductsList .catalogProductsItem .name {
  padding-left: 10px;
}
body section.main .catalogProducts .catalogProductsList .catalogProductsItem .images.slider {
  width: 200px;
  height: 151px;
  float: left;
}
body section.main .catalogProducts .catalogProductsList .catalogProductsItem .productDescr .prodPricesBtn {
  width: 30%;
  display: inline-block;
  position: relative;
  margin-left: 55%;
  border-radius: 10px;
}
body section.main .catalogProductNew .catalogProductsItem {
  display: block;
}
@media (min-width: 576px) {
  body section.main .catalogProductNew .catalogProductsItem {
    display: flex;
  }
}
body section.main .catalogProductNew .catalogProductsItem .left-info {
  max-width: 300px;
}
body section.main .catalogProductNew .catalogProductsItem .productDescr {
  margin-left: 20px;
  margin-top: 20px;
}
body section.main .catalogProductNew .catalogProductsItem .productDescr ul {
  padding-left: 20px;
}
body .main .leftCol .sorts-list {
  display: none;
}
body .main .leftCol .sorts-list a.desc, body .main .leftCol .sorts-list a.asc {
  font-size: 14px;
  line-height: 24px;
  color: #2D2D2D;
  display: block;
}
body .filterMark {
  width: 242px;
  height: 35px;
  position: absolute;
  white-space: nowrap;
  z-index: 10;
  color: #000;
  font-size: 13px;
  font-weight: 400;
  background: url("../images/sprPodborArrow.png") no-repeat 0 0;
  background-position-y: 2px;
  padding: 8px 0 8px 22px;
}
body .filterMark span {
  font-weight: 700;
}
body .filterMark a {
  color: #0063be;
  text-decoration: underline;
  font-family: Roboto, sans-serif;
  line-height: 1.35;
  margin-left: -2px;
  cursor: pointer;
}
body section.pathway {
  background: unset;
}
body section.pathway nav {
  margin-top: 10px;
}
body section.pathway nav a {
  position: relative;
  font-family: Open Sans, serif;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 26px;
  color: #2F2F2F;
  text-decoration: unset;
  background: #F7F7F7;
  cursor: pointer;
  margin-right: 20px;
  padding: 5px 5px 5px 10px;
  display: inline-block;
  margin-bottom: 10px;
  white-space: nowrap;
}
body section.pathway nav a:before {
  content: "";
  position: absolute;
  right: -12px;
  width: 26px;
  height: 26px;
  background: #F7F7F7;
  transform: rotate(45deg);
  z-index: -1;
}
body section.pathway nav a:last-child {
  background: #FFF3F5;
}
body section.pathway nav a:last-child:before {
  background: #FFF3F5;
}
body .zend.error-page {
  margin-top: -20px;
}
body .zend.error-page h1 {
  border: unset;
  font-family: Open Sans;
  font-style: normal;
  font-weight: bold;
  font-size: 28px;
  line-height: 45px;
  color: #000000;
}
body .zend.error-page .body {
  display: flex;
}
body .zend.error-page .body .left .p1 {
  font-family: Open Sans;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 22px;
  color: #000000;
  margin-block: 25px;
}
body .zend.error-page .body .left .p1.mb {
  margin-bottom: 10px;
}
body .zend.error-page .body .left ul li {
  font-size: 14px;
  line-height: 24px;
}
body .zend.error-page .body .left a.phone {
  font-family: Open Sans;
  font-style: normal;
  font-weight: bold;
  font-size: 24px;
  line-height: 20px;
  color: #C7081B;
}
body .zend.error-page .body .right {
  margin-left: 15px;
}

/*# sourceMappingURL=asset-style.css.map */
