

/* Start:/local/templates/enext/components/bitrix/catalog.item/.default/style.css?174437238860135*/
.product-item-container {
  height: 100%;
  display: flex;
  flex-direction: column;
  position: relative;
}

.list .product-item-container,
.price .product-item-container {
  height: auto;
  display: block;
}

.product-item-container.hover {
  z-index: 202;
}

.product-item {
  width: 100%;
  top: 0;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  padding: 24px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #e8edef;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -khtml-border-radius: 4px;
  border-radius: 4px;
  background-color: #fff;
  -webkit-transition: height 0.15s ease 0s, top 0.15s ease 0s,
    box-shadow 0.15s ease 0s;
  -moz-transition: height 0.15s ease 0s, top 0.15s ease 0s,
    box-shadow 0.15s ease 0s;
  -o-transition: height 0.15s ease 0s, top 0.15s ease 0s,
    box-shadow 0.15s ease 0s;
  transition: height 0.15s ease 0s, top 0.15s ease 0s, box-shadow 0.15s ease 0s;
}

.product-item
  *:not(.product-item-info-container *):not(.product-item-rating *) {
  margin: 0;
}
.product-item {
  justify-content: space-between;
  gap: 16px;
}

.list .product-item,
.price .product-item {
  flex-direction: row;
  border-left: none;
  border-right: none;
  border-top: none;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -khtml-border-radius: 0;
  border-radius: 0;
}

.price .product-item {
  align-items: center;
  padding: 12px;
}

.list .product-item,
.price .product-item {
  padding-left: 42px;
}

.container-ws .card .product-item,
.popup-panel .card .product-item {
  border-left: none;
  border-right: 1px solid #e8edef;
  border-top: none;
  border-bottom: 1px solid #e8edef;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -khtml-border-radius: 0;
  border-radius: 0;
}

.product-item-container.hover .product-item {
  min-height: -moz-calc(100% + 6px);
  min-height: -webkit-calc(100% + 6px);
  min-height: calc(100% + 6px);
  position: absolute;
  left: 0;
  top: -3px;
  -webkit-box-shadow: 0 0 36px rgba(85, 104, 110, 0.18);
  -moz-box-shadow: 0 0 36px rgba(85, 104, 110, 0.18);
  box-shadow: 0 0 36px rgba(85, 104, 110, 0.18);
}

.list .product-item-container.hover .product-item {
  padding-bottom: 30px;
}

.price .product-item-container.hover .product-item {
  padding-bottom: 24px;
}

.product-item-image-wrapper {
  width: 100%;
  height: 222px;
  display: table;
  position: relative;
}

.list .product-item-image-wrapper {
  width: 222px;
  margin-right: 24px;
}

.price .product-item-image-wrapper {
  width: 80px;
  height: 80px;
  margin-right: 18px;
}

.product-item-image:link,
.product-item-image:visited {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  text-decoration: none;
}

.product-item-image > img {
  width: auto;
  height: auto;
  max-width: 222px;
  max-height: 222px;
}

.price .product-item-image > img {
  max-width: 80px;
  max-height: 80px;
}

.product-item-markers {
  position: absolute;
  left: -13px;
  right: -13px;
  top: -13px;
}

.list .product-item-markers,
.price .product-item-markers {
  left: 0;
  right: 0;
  top: 0;
}

.list .product-item-markers-icons,
.product-item-markers-icons {
  max-width: 203px;
  right: unset;
}

.price .product-item-markers-icons {
  max-width: unset;
  right: 0;
}

.product-item-marker-container {
  max-width: 100%;
  float: left;
  clear: left;
}

.product-item-marker-container-hidden {
  display: none;
}

.product-item-marker-container:not(.product-item-marker-container-hidden)
  + .product-item-marker-container {
  margin-top: 4px;
}

.product-item-marker {
  display: flex;
  align-items: center;
  padding: 9px 12px 8px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  border-radius: 5px;
}

.price .product-item-marker {
  padding-left: 8px;
  padding-right: 8px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -khtml-border-radius: 3px;
  border-radius: 3px;
}

.product-item-marker-discount {
  background: #d3115a;
}

.product-item-marker-14px {
  padding-top: 6px;
  padding-bottom: 5px;
}

.product-item-marker-24px {
  padding-top: 7px;
  padding-bottom: 6px;
}

.price .product-item-marker,
.price .product-item-marker-14px,
.price .product-item-marker-24px {
  padding-top: 3px;
  padding-bottom: 2px;
}

.product-item-marker > i {
  margin-right: 7px;
  font-size: 18px;
  color: #fff;
}

.price .product-item-marker > i {
  margin-right: 5px;
}

.product-item-marker-14px > i {
  font-size: 14px;
}

.product-item-marker-24px > i {
  font-size: 24px;
}

.price .product-item-marker-14px > i,
.price .product-item-marker-24px > i,
.price .product-item-marker > i {
  font-size: 11px;
}

.product-item-marker > span {
  overflow: hidden;
  color: #fff;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.product-item-marker-14px > span {
  font-size: 14px;
  line-height: 17px;
}

.product-item-marker-24px > span {
  font-size: 24px;
  line-height: 29px;
}

.price .product-item-marker-14px > span,
.price .product-item-marker-24px > span,
.price .product-item-marker > span {
  font-size: 11px;
  line-height: 16px;
}

.product-item-brand {
  width: 90px;
  height: 40px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
  position: absolute;
  left: 0;
  bottom: 0;
}

.product-item-brand > img {
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 40px;
}

.product-item-icons-container {
  display: table;
  padding: 2px 5px;
  position: absolute;
  right: -10px;
  top: -6px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  -khtml-border-radius: 2px;
  border-radius: 2px;
  background-color: #fff;
}

.list .product-item-icons-container {
  right: 0;
}

.price .product-item-icons-container {
  width: 39px;
  position: static;
  margin-left: 12px;
  padding: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -khtml-border-radius: 0;
  border-radius: 0;
  background: 0 0;
}

.product-item-delay,
.product-item-delayed {
  display: table-cell;
  vertical-align: middle;
  padding: 0 5px;
}

.price .product-item-delay,
.price .product-item-delayed {
  padding: 0;
  text-align: center;
}

.product-item-delay i {
  color: #ced9db;
}

.product-item-delay i,
.product-item-delayed i {
  font-size: 21px;
  cursor: pointer;
}

.bx-no-touch .product-item-delay i:hover,
.bx-touch .product-item-delay i:active {
  color: #b2c7cb;
}

.product-item-delayed i {
  color: #ffd200;
}

.product-item-delay-loader {
  width: 21px;
  height: 21px;
  position: relative;
}

.product-item-delay-loader:after,
.product-item-delay-loader > div,
.product-item-delay-loader > div > span,
.product-item-delay-loader > div > span:after {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.product-item-delay-loader:after {
  content: '';
  border: 3px solid #e3ecef;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -khtml-border-radius: 50%;
  border-radius: 50%;
}

.product-item-delay-loader > div {
  z-index: 1;
  -webkit-animation: loaderRotate1 4.8s linear infinite;
  animation: loaderRotate1 4.8s linear infinite;
}

.product-item-delay-loader > div > span {
  clip: rect(0, 21px, 21px, 10.5px);
  -webkit-animation: loaderRotate2 1.2s linear infinite;
  animation: loaderRotate2 1.2s linear infinite;
}

.product-item-delay-loader > div > span:after {
  content: '';
  clip: rect(0, 21px, 21px, 10.5px);
  border: 3px solid #6639b6;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -khtml-border-radius: 50%;
  border-radius: 50%;
  -webkit-animation: loaderRotate3 1.2s cubic-bezier(0.77, 0, 0.175, 1) infinite;
  animation: loaderRotate3 1.2s cubic-bezier(0.77, 0, 0.175, 1) infinite;
}

.product-item-quick-view {
  max-width: 100%;
  display: flex;
  align-items: center;
  padding: 8px 12px 9px;
  position: absolute;
  left: -9999px;
  top: -9999px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  border-radius: 5px;
  background: rgba(69, 90, 100, 0.5);
  opacity: 0;
  -webkit-transition: background 0.15s ease 0s, opacity 0.15s ease 0s;
  -moz-transition: background 0.15s ease 0s, opacity 0.15s ease 0s;
  -o-transition: background 0.15s ease 0s, opacity 0.15s ease 0s;
  transition: background 0.15s ease 0s, opacity 0.15s ease 0s;
  cursor: pointer;
}

.product-item-container.hover .product-item-quick-view {
  left: 50%;
  top: 50%;
  opacity: 1;
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.bx-no-touch .product-item-quick-view:hover,
.bx-touch .product-item-quick-view:active {
  background: rgba(69, 90, 100, 0.85);
}

.product-item-quick-view > i {
  padding-right: 8px;
  font-size: 24px;
  color: #fff;
}

.price .product-item-quick-view > i {
  padding-right: 0;
}

.product-item-quick-view > span {
  overflow: hidden;
  color: #fff;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.price .product-item-quick-view > span {
  display: none;
}

.product-item-article {
  height: 17px;
  margin-top: 16px;
  overflow: hidden;
  font-size: 14px;
  color: #78909c;
  text-overflow: ellipsis;
  line-height: 17px;
  white-space: nowrap;
}

.list .product-item-article,
.price .product-item-article {
  height: auto;
  margin-top: 6px;
  overflow: visible;
  white-space: normal;
}

.product-item-title {
  height: 38px;
  margin-top: 6px;
  overflow: hidden;
}

.list .product-item-title,
.price .product-item-title {
  height: auto;
  margin-top: 0;
  overflow: visible;
}

.product-item-title > a:link,
.product-item-title > a:visited {
  display: block;
  color: #263238;
  text-decoration: none;
}

.list .product-item-title > a {
  font-family: 'Museo Sans Cyrl 500', sans-serif;
  font-size: 24px;
  line-height: 29px;
}

.bx-no-touch .product-item-title > a:hover,
.bx-touch .product-item-title > a:active {
  color: #6639b6;
}

.product-item-rating {
  height: 24px;
  display: flex;
  align-items: center;
  margin-top: 6px;
}

.list .product-item-rating,
.price .product-item-rating {
  height: auto;
}

.product-item-rating-val {
  margin-right: 6px;
  padding: 4px 8px 3px;
  font-family: 'Museo Sans Cyrl 500', sans-serif;
  font-size: 14px;
  color: #fff;
  line-height: 17px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  border-radius: 5px;
  background: #008d55;
}

.product-item-rating-val[data-rate='1'] {
  background: #d03913;
}

.product-item-rating-val[data-rate='2'] {
  background: #ca6c00;
}

.product-item-rating-val[data-rate='3'] {
  background: #a58900;
}

.product-item-rating-val[data-rate='4'] {
  background: #568d00;
}

.product-item-rating-reviews-count {
  font-size: 14px;
  color: #78909c;
  line-height: 17px;
}

.list .product-item-preview-text {
  margin-top: 18px;
}

.product-item-properties-block {
  width: 100%;
  display: table;
  table-layout: fixed;
  margin-top: 12px;
}

.list .product-item-properties-block {
  margin-top: 18px;
}

.product-item-properties {
  display: table-row;
}

.product-item-properties:nth-child(odd) {
  background-color: #f7f7f7;
}

.product-item-properties-name,
.product-item-properties-val {
  display: table-cell;
  vertical-align: middle;
  padding-top: 8px;
  padding-bottom: 7px;
  overflow: hidden;
  font-size: 14px;
  line-height: 17px;
  text-overflow: ellipsis;
}

.list .product-item-properties-name,
.list .product-item-properties-val {
  padding-bottom: 8px;
  font-size: 16px;
  line-height: 19px;
}

.product-item-properties-name {
  width: 60%;
  padding-left: 12px;
  padding-right: 8px;
}

.list .product-item-properties-name {
  width: 20%;
  padding-left: 16px;
}

.container .list .product-item-properties-name {
  width: 50%;
}

.product-item-properties-val {
  padding-left: 8px;
  padding-right: 12px;
  font-family: 'Museo Sans Cyrl 700', sans-serif;
}

.list .product-item-properties-val {
  padding-right: 16px;
}

.list .product-item-advantages {
  display: flex;
  flex-wrap: wrap;
  margin-left: -12px;
  margin-top: 12px;
}

.list .product-item-advantages-item {
  margin-left: 12px;
  margin-top: 12px;
  position: relative;
  cursor: pointer;
}

.list .product-item-advantages-item-pic {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.list .product-item-advantages-item-tooltip {
  width: 162px;
  margin: 0 0 10px -81px;
  padding: 7px 12px 9px;
  position: absolute;
  left: -9999px;
  bottom: 100%;
  font-size: 14px;
  color: #fff;
  text-align: center;
  line-height: 17px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  border-radius: 5px;
  background: #000;
  opacity: 0;
  -moz-transform: translate3d(0, -10px, 0);
  -o-transform: translate3d(0, -10px, 0);
  -webkit-transform: translate3d(0, -10px, 0);
  transform: translate3d(0, -10px, 0);
  -webkit-transition: opacity 0.3s ease 0s, transform 0.3s ease 0s;
  -moz-transition: opacity 0.3s ease 0s, transform 0.3s ease 0s;
  -o-transition: opacity 0.3s ease 0s, transform 0.3s ease 0s;
  transition: opacity 0.3s ease 0s, transform 0.3s ease 0s;
  z-index: 200;
}

.list .product-item-advantages-item-tooltip:after {
  position: absolute;
  left: 50%;
  top: 100%;
  margin-left: -6px;
  content: '';
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #000;
}

.bx-no-touch
  .list
  .product-item-advantages-item:hover
  .product-item-advantages-item-tooltip,
.bx-touch
  .list
  .product-item-advantages-item:active
  .product-item-advantages-item-tooltip {
  left: 50%;
  opacity: 0.85;
  -moz-transform: translate3d(0, 0, 0) rotate3d(0, 0, 0, 0);
  -o-transform: translate3d(0, 0, 0) rotate3d(0, 0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0) rotate3d(0, 0, 0, 0);
  transform: translate3d(0, 0, 0) rotate3d(0, 0, 0, 0);
}

.product-item-info-container {
  width: 100%;
  display: table;
  /* height: 70px; */
  margin-top: auto;
  padding-top: 12px;
}

.product-item-container.hover .product-item-info-container {
  height: auto;
  min-height: 70px;
}

.product-item-info-block {
  max-width: 0;
  display: table-cell;
  vertical-align: bottom;
}

.product-item-info {
  width: 100%;
  display: table;
}

.list .product-item-info,
.price .product-item-info {
  width: auto;
  display: block;
}

.list .product-item-info {
  flex-grow: 1;
}

.price .product-item-info {
  width: 20%;
}

.product-item-blocks {
  max-width: 0;
  display: table-cell;
  vertical-align: middle;
}

.list .product-item-blocks {
  width: 240px;
  min-width: 240px;
  max-width: unset;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-left: 32px;
}

.list .product-item-block {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  text-align: right;
}

.product-item-hidden {
  position: absolute;
  left: -9999px;
  opacity: 0;
  -webkit-transition: opacity 0.15s ease 0s;
  -moz-transition: opacity 0.15s ease 0s;
  -o-transition: opacity 0.15s ease 0s;
  transition: opacity 0.15s ease 0s;
}

.product-item-container.hover .product-item-hidden {
  position: static;
  opacity: 1;
}

.price .product-item-basket-props-col,
.price .product-item-scu-col {
  width: 240px;
  margin-left: 24px;
}

.price .product-item-sale {
  flex-grow: 1;
  display: flex;
  align-items: center;
  margin-left: 24px;
}

.price .product-item-sale-col {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  text-align: right;
}

[data-entity='sku-block']:last-child {
  margin-bottom: 18px;
}

.list [data-entity='sku-block'] {
  margin-top: 12px;
}

.price [data-entity='sku-block'] + [data-entity='sku-block'] {
  margin-top: 12px;
}

.list [data-entity='sku-block']:last-child,
.price [data-entity='sku-block']:last-child {
  margin-bottom: 0;
}

.product-item-scu-container {
  padding-bottom: 12px;
}

.list .product-item-scu-container,
.price .product-item-scu-container {
  padding-bottom: 0;
}

.product-item-scu-title {
  overflow: hidden;
  color: #263238;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.product-item-scu-title > span {
  padding-left: 3px;
  font-size: 14px;
  color: #78909c;
  line-height: 17px;
}

.product-item-scu-block {
  margin-top: 2px;
}

.product-item-scu-item-list {
  margin: 0 0 0 -6px;
  padding: 0;
  overflow: hidden;
  list-style: none;
}

.product-item-scu-item-color,
.product-item-scu-item-text {
  float: left;
  margin-left: 6px;
  margin-top: 6px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  border-radius: 5px;
  cursor: pointer;
  -webkit-transition: all 0.15s ease 0s;
  -moz-transition: all 0.15s ease 0s;
  -o-transition: all 0.15s ease 0s;
  transition: all 0.15s ease 0s;
}

.product-item-scu-item-color {
  width: 36px;
  height: 36px;
  position: relative;
  overflow: hidden;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.product-item-scu-item-color.notallowed {
  background-color: #f1f6f7 !important;
}

.product-item-scu-item-color:after,
.product-item-scu-item-color:before {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  border-radius: 5px;
}

.product-item-scu-item-color:before {
  content: none;
  border: 4px solid transparent;
}

.bx-no-touch .product-item-scu-item-color:hover:before,
.bx-touch .product-item-scu-item-color:active:before,
.product-item-scu-item-color.selected:before {
  content: '';
  border-color: #fff;
}

.product-item-scu-item-color:after {
  content: '';
  border: 2px solid #e3ecef;
}

.bx-no-touch .product-item-scu-item-color:hover:after,
.bx-touch .product-item-scu-item-color:active:after {
  border-color: #78909c;
}

.bx-no-touch .product-item-scu-item-color.selected:hover:after,
.bx-touch .product-item-scu-item-color.selected:active:after,
.product-item-scu-item-color.selected:after {
  border-color: #6639b6;
}

.product-item-scu-item-text {
  padding: 8px 15px 7px;
  color: #263238;
  border: 2px solid #e3ecef;
}

.product-item-scu-item-text.notallowed {
  color: #ced9db;
  border-color: transparent;
  background: #f1f6f7;
}

.bx-no-touch .product-item-scu-item-text:hover,
.bx-touch .product-item-scu-item-text:active {
  color: #263238;
  border-color: #78909c;
  background: #e3ecef;
}

.bx-no-touch .product-item-scu-item-text.selected:hover,
.bx-touch .product-item-scu-item-text.selected:active,
.product-item-scu-item-text.selected {
  color: #263238;
  border-color: #6639b6;
  background: rgba(102, 57, 182, 0.16);
}

.product-item-basket-props-container:last-child {
  margin-bottom: 8px;
}

.list .product-item-basket-props-container {
  margin-top: 12px;
}

.price
  .product-item-basket-props-container
  + .product-item-basket-props-container {
  margin-top: 12px;
}

.list .product-item-basket-props-container:last-child,
.price .product-item-basket-props-container:last-child {
  margin-bottom: 0;
}

.product-item-basket-props-title {
  font-size: 14px;
  color: #455a64;
  line-height: 17px;
}

.product-item-basket-props-block {
  margin-top: 9px;
  padding-bottom: 7px;
}

.list .product-item-basket-props-block,
.price .product-item-basket-props-block {
  max-width: 240px;
  padding-bottom: 0;
}

.list .product-item-scu-container .product-item-basket-props-block,
.price .product-item-scu-container .product-item-basket-props-block,
.product-item-scu-container .product-item-basket-props-block {
  padding-bottom: 0;
}

.product-item-basket-props-input-radio label {
  min-height: auto;
  display: table;
  padding: 0;
  font-weight: 300;
  cursor: pointer;
}

.product-item-basket-props-input-radio label:last-child {
  margin: 0;
}

.product-item-basket-props-input-radio label input[type='radio'] {
  display: none;
}

.product-item-basket-props-input-radio label .check-container {
  display: table-cell;
  vertical-align: middle;
}

.product-item-basket-props-input-radio label .check {
  width: 18px;
  height: 18px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  -moz-border-radius: 9px;
  -webkit-border-radius: 9px;
  -khtml-border-radius: 9px;
  border-radius: 9px;
  -webkit-transition: all 0.15s ease 0s;
  -moz-transition: all 0.15s ease 0s;
  -o-transition: all 0.15s ease 0s;
  transition: all 0.15s ease 0s;
  background-color: #ced9db;
}

.bx-no-touch .product-item-basket-props-input-radio label:hover .check,
.bx-touch .product-item-basket-props-input-radio label:active .check {
  background-color: #78909c;
}

.product-item-basket-props-input-radio label.disabled .check {
  background-color: #ced9db;
}

.product-item-basket-props-input-radio
  label
  input[type='radio']:checked
  + .check-container
  .check {
  background-color: #6639b6;
}

.product-item-basket-props-input-radio label .check i {
  display: none;
  font-size: 12px;
  color: #fff;
}

.product-item-basket-props-input-radio
  label
  input[type='radio']:checked
  + .check-container
  .check
  i {
  display: inline-block;
}

.product-item-basket-props-input-radio label .text {
  display: table-cell;
  vertical-align: middle;
  padding-left: 9px;
  font-size: 14px;
  color: #455a64;
  line-height: 17px;
}

.product-item-basket-props-input-radio label.disabled .text {
  color: #78909c;
}

.product-item-basket-props-input-radio label .text > span {
  margin-left: 3px;
  padding: 0 5px;
  font-size: 11px;
  color: #78909c;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -khtml-border-radius: 4px;
  border-radius: 4px;
  background-color: #e3ecef;
}

.product-item-basket-props-input-radio label.disabled .text > span {
  color: #ced9db;
  background-color: #f1f6f7;
}

.product-item-price-container {
  position: relative;
}

.product-item-price {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.product-item-price-current {
  font-family: 'Museo Sans Cyrl 700', sans-serif;
  font-size: 20px;
  color: #000;
  line-height: 24px;
}

.list .product-item-price-current {
  font-size: 24px;
  line-height: 29px;
}

.product-item-price-from,
.product-item-price-measure {
  color: #263238;
}

.product-item-price-not-set {
  color: #78909c;
}

.product-item-price-old {
  overflow: hidden;
  font-size: 14px;
  color: #566b75;
  text-decoration: line-through;
  text-overflow: ellipsis;
  line-height: 17px;
  white-space: nowrap;
}

.product-item-price-economy {
  overflow: hidden;
  font-size: 14px;
  color: #6639b6;
  text-overflow: ellipsis;
  line-height: 17px;
  white-space: nowrap;
}

.product-item-price-ranges-icon > i {
  font-size: 18px;
  color: #ced9db;
  -webkit-transition: all 0.15s ease 0s;
  -moz-transition: all 0.15s ease 0s;
  -o-transition: all 0.15s ease 0s;
  transition: all 0.15s ease 0s;
}

.bx-no-touch
  .product-item-price-container:hover
  .product-item-price-ranges-icon
  > i,
.bx-touch
  .product-item-price-container:active
  .product-item-price-ranges-icon
  > i {
  color: #6639b6;
}

.product-item-ranges-container {
  margin-bottom: 12px;
  position: absolute;
  left: -9999px;
  bottom: 100%;
  overflow: hidden;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0 0 24px rgba(85, 104, 110, 0.36);
  -moz-box-shadow: 0 0 24px rgba(85, 104, 110, 0.36);
  box-shadow: 0 0 24px rgba(85, 104, 110, 0.36);
  background: #f1f6f7;
  opacity: 0;
  -moz-transform: translate3d(0, -10px, 0);
  -o-transform: translate3d(0, -10px, 0);
  -webkit-transform: translate3d(0, -10px, 0);
  transform: translate3d(0, -10px, 0);
  -webkit-transition: opacity 0.3s ease 0s, transform 0.3s ease 0s;
  -moz-transition: opacity 0.3s ease 0s, transform 0.3s ease 0s;
  -o-transition: opacity 0.3s ease 0s, transform 0.3s ease 0s;
  transition: opacity 0.3s ease 0s, transform 0.3s ease 0s;
  z-index: 200;
}

.list .product-item-ranges-container,
.price .product-item-ranges-container {
  margin-right: 18px;
  margin-bottom: 0;
  left: unset;
  right: -9999px;
  top: 0;
  bottom: unset;
  -moz-transform: translate3d(-10px, 0, 0);
  -o-transform: translate3d(-10px, 0, 0);
  -webkit-transform: translate3d(-10px, 0, 0);
  transform: translate3d(-10px, 0, 0);
}

.bx-no-touch .product-item-price-container:hover .product-item-ranges-container,
.bx-touch .product-item-price-container:active .product-item-ranges-container {
  left: 0;
  opacity: 1;
  -moz-transform: translate3d(0, 0, 0) rotate3d(0, 0, 0, 0);
  -o-transform: translate3d(0, 0, 0) rotate3d(0, 0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0) rotate3d(0, 0, 0, 0);
  transform: translate3d(0, 0, 0) rotate3d(0, 0, 0, 0);
}

.bx-no-touch
  .list
  .product-item-price-container:hover
  .product-item-ranges-container,
.bx-no-touch
  .price
  .product-item-price-container:hover
  .product-item-ranges-container,
.bx-touch
  .list
  .product-item-price-container:active
  .product-item-ranges-container,
.bx-touch
  .price
  .product-item-price-container:active
  .product-item-ranges-container {
  left: unset;
  right: 100%;
}

.product-item-ranges {
  display: table;
  table-layout: fixed;
  white-space: nowrap;
}

.product-item-ranges .product-item-properties-name {
  width: auto;
}

.list .product-item-ranges .product-item-properties-name,
.list .product-item-ranges .product-item-properties-val {
  padding-bottom: 7px;
  font-size: 14px;
  line-height: 17px;
}

.list .product-item-ranges .product-item-properties-name {
  width: auto;
  padding-left: 12px;
}

.list .product-item-ranges .product-item-properties-val {
  padding-right: 12px;
}

.product-item-quantity {
  display: flex;
  align-items: center;
  margin-top: 6px;
}

.product-item-quantity-icon {
  font-size: 16px;
  color: #008d55;
}

.product-item-quantity-not-avl .product-item-quantity-icon {
  color: #b2c7cb;
}

.product-item-quantity-val {
  padding-left: 6px;
  overflow: hidden;
  color: #78909c;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.price [data-entity='quantity-block'] {
  width: 160px;
  margin-left: 24px;
}

.product-item-amount {
  display: table;
  margin-top: 18px;
}

.price .product-item-amount {
  margin-top: 0;
}

.price .product-item-amount + .product-item-amount {
  margin-top: 18px;
}

.product-item-amount-btn-minus,
.product-item-amount-btn-plus,
.product-item-amount-input,
.product-item-amount-measure {
  display: table-cell;
  vertical-align: middle;
}

.product-item-amount-btn-minus:link,
.product-item-amount-btn-minus:visited,
.product-item-amount-btn-plus:link,
.product-item-amount-btn-plus:visited {
  width: 36px;
  height: 36px;
  color: #78909c;
  text-align: center;
  text-decoration: none;
  background: #f7f7f7;
}

.product-item-amount-btn-minus {
  -moz-border-radius: 5px 0 0 5px;
  -webkit-border-radius: 5px 0 0 5px;
  -khtml-border-radius: 5px 0 0 5px;
  border-radius: 5px 0 0 5px;
}

.product-item-amount-btn-plus {
  -moz-border-radius: 0 5px 5px 0;
  -webkit-border-radius: 0 5px 5px 0;
  -khtml-border-radius: 0 5px 5px 0;
  border-radius: 0 5px 5px 0;
}

.bx-no-touch
  .product-item-amount-btn-minus:not(.product-item-amount-btn-disabled):hover,
.bx-no-touch
  .product-item-amount-btn-plus:not(.product-item-amount-btn-disabled):hover,
.bx-touch
  .product-item-amount-btn-minus:not(.product-item-amount-btn-disabled):active,
.bx-touch
  .product-item-amount-btn-plus:not(.product-item-amount-btn-disabled):active {
  color: #6639b6;
  background: #f7f7f7;
}

.product-item-amount-btn-disabled:link,
.product-item-amount-btn-disabled:visited {
  color: #ced9db;
  cursor: default;
}

.product-item-amount-input {
  width: 48px;
  height: 36px;
  padding: 0;
  font-family: 'Museo Sans Cyrl 300', sans-serif;
  font-size: 16px;
  color: #263238;
  text-align: center;
  border: none;
  -webkit-appearance: none;
  background: #f7f7f7;
}

.product-item-amount-input:focus {
  outline: 0;
}

.product-item-amount-measure {
  padding-left: 12px;
  color: #263238;
  white-space: nowrap;
}

.product-item-total-cost {
  margin-top: 18px;
  font-size: 14px;
  color: #78909c;
  line-height: 17px;
}

.price .product-item-total-cost {
  margin-top: 6px;
}

.product-item-total-cost > span {
  margin-left: 6px;
  font-family: 'Museo Sans Cyrl 700', sans-serif;
  color: #263238;
}

.product-item-compare {
  margin-top: 18px;
}

.list .product-item-compare,
.price .product-item-compare {
  position: absolute;
  left: 12px;
  top: 12px;
  margin-top: 0;
}

.product-item-compare label {
  display: flex;
  margin: 0;
  font-weight: 300;
  cursor: pointer;
}

.product-item-compare input[type='checkbox'] {
  display: none;
}

.product-item-compare-checkbox {
  width: 18px;
  height: 18px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -khtml-border-radius: 3px;
  border-radius: 3px;
  background: #f7f7f7;
  -webkit-transition: all 0.15s ease 0s;
  -moz-transition: all 0.15s ease 0s;
  -o-transition: all 0.15s ease 0s;
  transition: all 0.15s ease 0s;
}

.bx-no-touch .product-item-compare label:hover .product-item-compare-checkbox,
.bx-touch .product-item-compare label:active .product-item-compare-checkbox {
  background: #f7f7f7;
}

.product-item-compare
  input[type='checkbox']:checked
  ~ .product-item-compare-checkbox {
  background: #6639b6;
}

.product-item-compare-checkbox > i {
  display: none;
  font-size: 12px;
  color: #fff;
}

.product-item-compare
  input[type='checkbox']:checked
  ~ .product-item-compare-checkbox
  > i {
  display: inline-block;
}

.product-item-compare-title {
  margin-left: 9px;
  color: #78909c;
  -webkit-transition: all 0.15s ease 0s;
  -moz-transition: all 0.15s ease 0s;
  -o-transition: all 0.15s ease 0s;
  transition: all 0.15s ease 0s;
}

.bx-no-touch .product-item-compare label:hover .product-item-compare-title,
.bx-touch .product-item-compare label:active .product-item-compare-title,
.product-item-compare
  input[type='checkbox']:checked
  ~ .product-item-compare-title {
  color: #263238;
}

.product-item-button-container {
  width: 45px;
  display: table-cell;
  vertical-align: bottom;
}

.list .product-item-button-container {
  width: auto;
  max-width: 100%;
  display: block;
  margin-top: 18px;
}

.price .product-item-button-container {
  display: block;
  margin-left: 24px;
}

.product-item-button-container .btn {
  width: 100%;
  padding: 0;
}
.product-item-button-container .btn.btn-default {
  border-color: #f26322;
}

.list .product-item-button-container .btn {
  width: auto;
  max-width: 100%;
  padding: 0 24px;
}

.product-item-button-container .btn > i {
  padding-right: 0;
}
.product-item-button-container .btn-default > i {
  color: #f26322;
}

.list .product-item-button-container .btn > i {
  padding-right: 12px;
}

.product-item-button-container .btn > span:not(.btn-loader) {
  display: none;
}

.list .product-item-button-container .btn > span:not(.btn-loader) {
  display: block;
}

@media (max-width: 1042px) {
  .product-item-container {
    /* height: fit-content;
    display: block;
    */
    margin-left: -18px;
    margin-right: -18px;
    position: static;
  }

  /* .container-ws .card .product-item,
    .list .product-item,
    .popup-panel .card .product-item,
    .price .product-item,
    .product-item { */
  .list .product-item,
  .popup-panel .card .product-item,
  .price .product-item {
    display: block;
    padding: 18px;
    border-left: none;
    border-right: none;
    border-top: none;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    -khtml-border-radius: 0;
    border-radius: 0;
  }

  .container-ws .card .product-item,
  .product-item {
    display: flex;
    justify-content: space-between;
    min-height: 355px;
    height: 100%;
  }

  .card.two_in_row .product-item,
  .container-ws .card.two_in_row .product-item,
  .list .product-item,
  .popup-panel .card.two_in_row .product-item,
  .price .product-item {
    border-right: 1px solid #e8edef;
  }

  .card.two_in_row [class*='col-']:nth-child(2n + 2) .product-item,
  .container-ws
    .card.two_in_row
    [class*='col-']:nth-child(2n + 2)
    .product-item,
  .list [class*='col-']:nth-child(2n + 2) .product-item,
  .popup-panel .card.two_in_row [class*='col-']:nth-child(2n + 2) .product-item,
  .price [class*='col-']:nth-child(2n + 2) .product-item {
    border-right: 1px solid transparent;
  }

  .card.one_in_row_list .product-item,
  .container-ws .card.one_in_row_list .product-item,
  .popup-panel .card.one_in_row_list .product-item {
    display: table;
  }

  .product-item-container.hover .product-item {
    min-height: unset;
    position: static;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }

  .list .product-item-container.hover .product-item,
  .price .product-item-container.hover .product-item {
    padding-bottom: 18px;
  }

  .card.one_in_row_list .product-item-image-wrapper {
    width: 112px;
    height: auto;
    float: none;
    display: table-cell;
    vertical-align: top;
    padding-right: 12px;
    position: static;
  }

  .card.one_in_row_list .product-item-image {
    width: 100px;
    height: 100px;
    position: relative;
  }

  .card.one_in_row_list .product-item-image > img {
    max-width: 100px;
    max-height: 100px;
  }

  .list .product-item-markers,
  .price .product-item-markers,
  .product-item-markers {
    left: -6px;
    right: -6px;
    top: -6px;
  }

  .list .product-item-markers-icons,
  .price .product-item-markers-icons,
  .product-item-markers-icons {
    max-width: unset;
    right: -6px;
  }

  .card.one_in_row_list .product-item-marker,
  .card.two_in_row .product-item-marker,
  .list .product-item-marker {
    padding-left: 8px;
    padding-right: 8px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
    border-radius: 3px;
  }

  .card.one_in_row_list .product-item-marker,
  .card.one_in_row_list .product-item-marker-14px,
  .card.one_in_row_list .product-item-marker-24px,
  .card.two_in_row .product-item-marker,
  .card.two_in_row .product-item-marker-14px,
  .card.two_in_row .product-item-marker-24px,
  .list .product-item-marker,
  .list .product-item-marker-14px,
  .list .product-item-marker-24px {
    padding-top: 3px;
    padding-bottom: 2px;
  }

  .card.one_in_row_list .product-item-marker > i,
  .card.two_in_row .product-item-marker > i,
  .list .product-item-marker > i {
    margin-right: 5px;
  }

  .card.one_in_row_list .product-item-marker-14px > i,
  .card.one_in_row_list .product-item-marker-24px > i,
  .card.one_in_row_list .product-item-marker > i,
  .card.two_in_row .product-item-marker-14px > i,
  .card.two_in_row .product-item-marker-24px > i,
  .card.two_in_row .product-item-marker > i,
  .list .product-item-marker-14px > i,
  .list .product-item-marker-24px > i,
  .list .product-item-marker > i {
    font-size: 11px;
  }

  .card.one_in_row_list .product-item-marker-14px > span,
  .card.one_in_row_list .product-item-marker-24px > span,
  .card.one_in_row_list .product-item-marker > span,
  .card.two_in_row .product-item-marker-14px > span,
  .card.two_in_row .product-item-marker-24px > span,
  .card.two_in_row .product-item-marker > span,
  .list .product-item-marker-14px > span,
  .list .product-item-marker-24px > span,
  .list .product-item-marker > span {
    font-size: 11px;
    line-height: 16px;
  }

  .card.one_in_row_list .product-item-brand,
  .card.two_in_row .product-item-brand {
    display: none;
  }

  .product-item-article {
    height: auto;
    overflow: visible;
    white-space: normal;
  }

  .card.two_in_row .product-item-article {
    display: none;
  }

  .card.one_in_row_list .product-item-article {
    margin-top: 0;
  }

  .product-item-title {
    height: auto;
    overflow: visible;
  }

  .card.two_in_row .product-item-title,
  .list .product-item-title,
  .price .product-item-title {
    height: 55px;
    margin-top: 12px;
    overflow: hidden;
  }

  .card.one_in_row_list .product-item-title {
    width: 100%;
    float: left;
    margin-top: 6px;
  }

  .card.two_in_row .product-item-title > a,
  .price .product-item-title > a {
    font-size: 14px;
  }

  .list .product-item-title > a {
    font-family: 'Museo Sans Cyrl 300', sans-serif;
    font-size: 14px;
    line-height: 19px;
  }

  .product-item-rating {
    height: auto;
  }

  .card.two_in_row .product-item-rating {
    display: none;
  }

  .card.one_in_row_list .product-item-rating {
    width: 100%;
    float: left;
  }

  .product-item-info-container {
    height: auto;
    margin-top: unset;
  }

  .card.two_in_row .product-item-info-container {
    height: auto;
  }

  .card.one_in_row_list .product-item-info-container {
    float: left;
  }

  .product-item-container.hover .product-item-info-container {
    min-height: unset;
  }

  .price .product-item-info {
    width: auto;
  }

  .list .product-item-blocks {
    width: 100%;
    height: 38px;
    min-width: unset;
    flex-direction: row;
    align-items: center;
    margin-left: 0;
    margin-top: 12px;
  }

  .list .product-item-block {
    display: block;
    text-align: left;
  }

  .list .product-item-block:first-child {
    max-width: -moz-calc(100% - 34px);
    max-width: -webkit-calc(100% - 34px);
    max-width: calc(100% - 34px);
  }

  .product-item-hidden {
    position: static;
    opacity: 1;
  }

  .card.two_in_row .product-item-hidden {
    display: none;
  }

  .product-item-show {
    display: block !important;
    position: static;
    opacity: 1;
    transition: opacity 0.15s ease;
  }

  .price .product-item-sale {
    height: 38px;
    justify-content: space-between;
    margin-left: 0;
    margin-top: 12px;
  }

  .price .product-item-sale-col {
    max-width: -moz-calc(100% - 34px);
    max-width: -webkit-calc(100% - 34px);
    max-width: calc(100% - 34px);
    display: block;
    text-align: left;
  }

  .card.two_in_row .product-item-price-current,
  .list .product-item-price-current,
  .price .product-item-price-current {
    font-size: 16px;
    line-height: 19px;
  }

  .card.two_in_row .product-item-price-from,
  .card.two_in_row .product-item-price-measure,
  .list .product-item-price-from,
  .list .product-item-price-measure,
  .price .product-item-price-from,
  .price .product-item-price-measure {
    font-size: 14px;
    line-height: 17px;
  }

  .card.two_in_row .product-item-price-not-set,
  .list .product-item-price-not-set,
  .price .product-item-price-not-set {
    font-size: 14px;
    line-height: 17px;
  }

  .card.two_in_row .product-item-price-economy {
    display: none;
  }

  .list .product-item-ranges-container,
  .price .product-item-ranges-container {
    margin-right: 0;
    margin-bottom: 12px;
    left: -9999px;
    right: unset;
    top: unset;
    bottom: 100%;
    -moz-transform: translate3d(0, -10px, 0);
    -o-transform: translate3d(0, -10px, 0);
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  .bx-no-touch
    .list
    .product-item-price-container:hover
    .product-item-ranges-container,
  .bx-no-touch
    .price
    .product-item-price-container:hover
    .product-item-ranges-container,
  .bx-touch
    .list
    .product-item-price-container:active
    .product-item-ranges-container,
  .bx-touch
    .price
    .product-item-price-container:active
    .product-item-ranges-container {
    left: 0;
    right: unset;
  }

  .card.one_in_row_list .product-item-amount-measure {
    padding-left: 6px;
  }

  .card.one_in_row_list .product-item-total-cost {
    width: 100%;
    float: left;
  }

  .card.one_in_row_list .product-item-compare {
    width: 100%;
    float: left;
  }

  .card.two_in_row .product-item-button-container,
  .list .product-item-button-container,
  .price .product-item-button-container {
    width: 34px;
  }

  .list .product-item-button-container {
    max-width: unset;
    margin-top: 0;
  }

  .price .product-item-button-container {
    margin-left: 0;
  }

  .card.two_in_row .product-item-button-container .btn,
  .list .product-item-button-container .btn,
  .price .product-item-button-container .btn {
    height: 32px;
  }

  .list .product-item-button-container .btn {
    width: 100%;
    max-width: unset;
    padding: 0;
  }

  .card.two_in_row .product-item-button-container .btn > i,
  .list .product-item-button-container .btn > i,
  .price .product-item-button-container .btn > i {
    font-size: 16px;
  }

  .list .product-item-button-container .btn > i {
    padding-right: 0;
  }

  .list .product-item-button-container .btn > span:not(.btn-loader) {
    display: none;
  }

  .card.two_in_row
    .product-item-button-container.product-item-props-mode
    > :not(a),
  .card.two_in_row
    .product-item-button-container.product-item-sku-mode
    > :not(a),
  .list .product-item-button-container.product-item-props-mode > :not(a),
  .list .product-item-button-container.product-item-sku-mode > :not(a),
  .price .product-item-button-container.product-item-props-mode > :not(a),
  .price .product-item-button-container.product-item-sku-mode > :not(a) {
    display: none !important;
  }

  .card.two_in_row .product-item-button-container.product-item-props-mode > a,
  .card.two_in_row .product-item-button-container.product-item-sku-mode > a,
  .list .product-item-button-container.product-item-props-mode > a,
  .list .product-item-button-container.product-item-sku-mode > a,
  .price .product-item-button-container.product-item-props-mode > a,
  .price .product-item-button-container.product-item-sku-mode > a {
    display: inline-flex !important;
  }
}

@media (max-width: 518px) {
  .card.two_in_row .product-item-image-wrapper,
  .list .product-item-image-wrapper,
  .price .product-item-image-wrapper {
    height: auto;
    display: block;
    padding-top: 100%;
  }

  .list .product-item-image-wrapper,
  .price .product-item-image-wrapper {
    width: 100%;
    margin-right: 0;
  }

  .card.two_in_row .product-item-image,
  .list .product-item-image,
  .price .product-item-image {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 0;
    top: 0;
  }

  .card.two_in_row .product-item-image > img,
  .list .product-item-image > img,
  .price .product-item-image > img {
    max-width: 100%;
    max-height: 100%;
  }
}

@media (min-width: 519px) and (max-width: 1042px) {
  .list .product-item-image-wrapper,
  .price .product-item-image-wrapper {
    width: 100%;
    height: 222px;
    margin-right: 0;
  }

  .price .product-item-image > img {
    max-width: 222px;
    max-height: 222px;
  }
}

@media (min-width: 1043px) {
  .container-ws
    .catalog-section-gifts
    .sale-products-gift
    [class*='col-']:nth-child(1)
    .product-item,
  .container-ws
    .catalog-section-gifts
    .sale-products-gift
    [class*='col-']:nth-child(2)
    .product-item,
  .container-ws
    .catalog-section-gifts
    .sale-products-gift
    [class*='col-']:nth-child(3)
    .product-item,
  .container-ws
    .catalog-section.card
    [class*='col-']:nth-child(1)
    .product-item,
  .container-ws
    .catalog-section.card
    [class*='col-']:nth-child(2)
    .product-item,
  .container-ws
    .catalog-section.card
    [class*='col-']:nth-child(3)
    .product-item,
  .container-ws
    .product-item-detail-gifts
    .sale-products-gift
    [class*='col-']:nth-child(1)
    .product-item,
  .container-ws
    .product-item-detail-gifts
    .sale-products-gift
    [class*='col-']:nth-child(2)
    .product-item,
  .popup-panel .catalog-section.card [class*='col-']:nth-child(1) .product-item,
  .popup-panel .catalog-section.card [class*='col-']:nth-child(2) .product-item,
  .popup-panel .catalog-section.card [class*='col-']:nth-child(3) .product-item,
  .popup-panel
    .product-item-detail-gifts
    .sale-products-gift
    [class*='col-']:nth-child(1)
    .product-item,
  .popup-panel
    .product-item-detail-gifts
    .sale-products-gift
    [class*='col-']:nth-child(2)
    .product-item {
    border-top: 1px solid #e8edef;
  }
}

@media (min-width: 1043px) and (max-width: 1103px) {
  .container-ws
    .catalog-section-gifts
    .sale-products-gift
    [class*='col-']:nth-child(3n + 3)
    .product-item,
  .container-ws
    .catalog-section.card
    [class*='col-']:nth-child(3n + 3)
    .product-item,
  .container-ws
    .product-item-detail-gifts
    .sale-products-gift
    [class*='col-']:nth-child(2n + 2)
    .product-item,
  .popup-panel
    .catalog-section.card
    [class*='col-']:nth-child(3n + 3)
    .product-item,
  .popup-panel
    .product-item-detail-gifts
    .sale-products-gift
    [class*='col-']:nth-child(2n + 2)
    .product-item {
    border-right: none;
  }

  .product-item-image-wrapper {
    height: 163px;
  }

  .list .product-item-image-wrapper {
    width: 163px;
  }

  .product-item-image > img {
    max-width: 163px;
    max-height: 163px;
  }

  .product-item-markers-icons {
    max-width: 145px;
  }

  .list .product-item-properties-name {
    width: 50%;
  }

  .product-item-amount-measure {
    padding-left: 6px;
  }
}

@media (min-width: 1104px) and (max-width: 1271px) {
  .container-ws
    .catalog-section-gifts
    .sale-products-gift
    [class*='col-']:nth-child(4)
    .product-item,
  .container-ws
    .catalog-section.card
    [class*='col-']:nth-child(4)
    .product-item,
  .container-ws
    .product-item-detail-gifts
    .sale-products-gift
    [class*='col-']:nth-child(4)
    .product-item,
  .popup-panel .catalog-section.card [class*='col-']:nth-child(4) .product-item,
  .popup-panel
    .product-item-detail-gifts
    .sale-products-gift
    [class*='col-']:nth-child(3)
    .product-item {
    border-top: 1px solid #e8edef;
  }

  .container-ws
    .catalog-section-gifts
    .sale-products-gift
    [class*='col-']:nth-child(4n + 4)
    .product-item,
  .container-ws
    .catalog-section.card
    [class*='col-']:nth-child(4n + 4)
    .product-item,
  .container-ws
    .product-item-detail-gifts
    .sale-products-gift
    [class*='col-']:nth-child(3n + 3)
    .product-item,
  .popup-panel
    .catalog-section.card
    [class*='col-']:nth-child(4n + 4)
    .product-item,
  .popup-panel
    .product-item-detail-gifts
    .sale-products-gift
    [class*='col-']:nth-child(3n + 3)
    .product-item {
    border-right: none;
  }

  .product-item-image-wrapper {
    height: 163px;
  }

  .list .product-item-image-wrapper {
    width: 163px;
  }

  .product-item-image > img {
    max-width: 163px;
    max-height: 163px;
  }

  .product-item-markers-icons {
    max-width: 145px;
  }

  .list .product-item-properties-name {
    width: 50%;
  }

  .product-item-amount-measure {
    padding-left: 6px;
  }
}

@media (min-width: 1272px) and (max-width: 1379px) {
  .container-ws
    .product-item-detail-gifts
    .sale-products-gift
    [class*='col-']:nth-child(3)
    .product-item,
  .popup-panel .catalog-section.card [class*='col-']:nth-child(4) .product-item,
  .popup-panel
    .product-item-detail-gifts
    .sale-products-gift
    [class*='col-']:nth-child(3)
    .product-item,
  body:not(.smart-filter-view-left-active)
    .container-ws
    .catalog-section-gifts
    .sale-products-gift
    [class*='col-']:nth-child(4)
    .product-item,
  body:not(.smart-filter-view-left-active)
    .container-ws
    .catalog-section.card
    [class*='col-']:nth-child(4)
    .product-item {
    border-top: 1px solid #e8edef;
  }

  .container-ws
    .product-item-detail-gifts
    .sale-products-gift
    [class*='col-']:nth-child(3n + 3)
    .product-item,
  .popup-panel
    .catalog-section.card
    [class*='col-']:nth-child(4n + 4)
    .product-item,
  .popup-panel
    .product-item-detail-gifts
    .sale-products-gift
    [class*='col-']:nth-child(3n + 3)
    .product-item,
  body:not(.smart-filter-view-left-active)
    .container-ws
    .catalog-section-gifts
    .sale-products-gift
    [class*='col-']:nth-child(4n + 4)
    .product-item,
  body:not(.smart-filter-view-left-active)
    .container-ws
    .catalog-section.card
    [class*='col-']:nth-child(4n + 4)
    .product-item {
    border-right: none;
  }

  .smart-filter-view-left-active
    .container-ws
    .catalog-section-gifts
    .sale-products-gift
    [class*='col-']:nth-child(3n + 3)
    .product-item,
  .smart-filter-view-left-active
    .container-ws
    .catalog-section.card
    [class*='col-']:nth-child(3n + 3)
    .product-item {
    border-right: none;
  }

  .list .product-item-properties-name {
    width: 50%;
  }
}

@media (min-width: 1380px) and (max-width: 1545px) {
  .container-ws
    .product-item-detail-gifts
    .sale-products-gift
    [class*='col-']:nth-child(3)
    .product-item,
  .container-ws
    .product-item-detail-gifts
    .sale-products-gift
    [class*='col-']:nth-child(4)
    .product-item,
  .popup-panel .catalog-section.card [class*='col-']:nth-child(4) .product-item,
  .popup-panel
    .product-item-detail-gifts
    .sale-products-gift
    [class*='col-']:nth-child(3)
    .product-item,
  body:not(.smart-filter-view-left-active)
    .container-ws
    .catalog-section-gifts
    .sale-products-gift
    [class*='col-']:nth-child(4)
    .product-item,
  body:not(.smart-filter-view-left-active)
    .container-ws
    .catalog-section-gifts
    .sale-products-gift
    [class*='col-']:nth-child(5)
    .product-item,
  body:not(.smart-filter-view-left-active)
    .container-ws
    .catalog-section.card
    [class*='col-']:nth-child(4)
    .product-item,
  body:not(.smart-filter-view-left-active)
    .container-ws
    .catalog-section.card
    [class*='col-']:nth-child(5)
    .product-item {
    border-top: 1px solid #e8edef;
  }

  .container-ws
    .product-item-detail-gifts
    .sale-products-gift
    [class*='col-']:nth-child(4n + 4)
    .product-item,
  .popup-panel
    .catalog-section.card
    [class*='col-']:nth-child(4n + 4)
    .product-item,
  .popup-panel
    .product-item-detail-gifts
    .sale-products-gift
    [class*='col-']:nth-child(3n + 3)
    .product-item,
  body:not(.smart-filter-view-left-active)
    .container-ws
    .catalog-section-gifts
    .sale-products-gift
    [class*='col-']:nth-child(5n + 5)
    .product-item,
  body:not(.smart-filter-view-left-active)
    .container-ws
    .catalog-section.card
    [class*='col-']:nth-child(5n + 5)
    .product-item {
    border-right: none;
  }

  .smart-filter-view-left-active
    .container-ws
    .catalog-section-gifts
    .sale-products-gift
    [class*='col-']:nth-child(3n + 3)
    .product-item,
  .smart-filter-view-left-active
    .container-ws
    .catalog-section.card
    [class*='col-']:nth-child(3n + 3)
    .product-item {
    border-right: none;
  }

  .list .product-item-properties-name {
    width: 50%;
  }
}

@media (min-width: 1546px) and (max-width: 1701px) {
  .container-ws
    .catalog-section-gifts
    .sale-products-gift
    [class*='col-']:nth-child(4)
    .product-item,
  .container-ws
    .catalog-section.card
    [class*='col-']:nth-child(4)
    .product-item,
  .container-ws
    .product-item-detail-gifts
    .sale-products-gift
    [class*='col-']:nth-child(3)
    .product-item,
  .popup-panel .catalog-section.card [class*='col-']:nth-child(4) .product-item,
  .popup-panel
    .product-item-detail-gifts
    .sale-products-gift
    [class*='col-']:nth-child(3)
    .product-item,
  body:not(.slide-menu-interface-2-0-1):not(.slide-menu-option-1-active):not(
      .smart-filter-view-left-active
    )
    .container-ws
    .catalog-section.card
    [class*='col-']:nth-child(5)
    .product-item,
  body:not(.slide-menu-option-1-active)
    .container-ws
    .product-item-detail-gifts
    .sale-products-gift
    [class*='col-']:nth-child(4)
    .product-item,
  body:not(.slide-menu-option-1-active):not(.smart-filter-view-left-active)
    .container-ws
    .catalog-section-gifts
    .sale-products-gift
    [class*='col-']:nth-child(5)
    .product-item {
    border-top: 1px solid #e8edef;
  }

  .slide-menu-option-1-active.smart-filter-view-left-active
    .container-ws
    .catalog-section-gifts
    .sale-products-gift
    [class*='col-']:nth-child(4)
    .product-item,
  .slide-menu-option-1-active.smart-filter-view-left-active
    .container-ws
    .catalog-section.card
    [class*='col-']:nth-child(4)
    .product-item {
    border-top: none;
  }

  .popup-panel
    .catalog-section.card
    [class*='col-']:nth-child(4n + 4)
    .product-item,
  .popup-panel
    .product-item-detail-gifts
    .sale-products-gift
    [class*='col-']:nth-child(3n + 3)
    .product-item,
  body:not(.slide-menu-interface-2-0-1):not(.slide-menu-option-1-active):not(
      .smart-filter-view-left-active
    )
    .container-ws
    .catalog-section.card
    [class*='col-']:nth-child(5n + 5)
    .product-item,
  body:not(.slide-menu-option-1-active)
    .container-ws
    .product-item-detail-gifts
    .sale-products-gift
    [class*='col-']:nth-child(4n + 4)
    .product-item,
  body:not(.slide-menu-option-1-active):not(.smart-filter-view-left-active)
    .container-ws
    .catalog-section-gifts
    .sale-products-gift
    [class*='col-']:nth-child(5n + 5)
    .product-item {
    border-right: none;
  }

  .slide-menu-interface-2-0-1
    .container-ws
    .catalog-section.card
    [class*='col-']:nth-child(4n + 4)
    .product-item,
  .slide-menu-option-1-active
    .container-ws
    .product-item-detail-gifts
    .sale-products-gift
    [class*='col-']:nth-child(3n + 3)
    .product-item,
  body:not(.slide-menu-option-1-active).smart-filter-view-left-active
    .container-ws
    .catalog-section-gifts
    .sale-products-gift
    [class*='col-']:nth-child(4n + 4)
    .product-item,
  body:not(.slide-menu-option-1-active).smart-filter-view-left-active
    .container-ws
    .catalog-section.card
    [class*='col-']:nth-child(4n + 4)
    .product-item,
  body:not(.smart-filter-view-left-active).slide-menu-option-1-active
    .container-ws
    .catalog-section-gifts
    .sale-products-gift
    [class*='col-']:nth-child(4n + 4)
    .product-item,
  body:not(.smart-filter-view-left-active).slide-menu-option-1-active
    .container-ws
    .catalog-section.card
    [class*='col-']:nth-child(4n + 4)
    .product-item {
    border-right: none;
  }

  .slide-menu-option-1-active.smart-filter-view-left-active
    .container-ws
    .catalog-section-gifts
    .sale-products-gift
    [class*='col-']:nth-child(3n + 3)
    .product-item,
  .slide-menu-option-1-active.smart-filter-view-left-active
    .container-ws
    .catalog-section.card
    [class*='col-']:nth-child(3n + 3)
    .product-item {
    border-right: none;
  }
}

@media (min-width: 1702px) {
  .container-ws
    .catalog-section-gifts
    .sale-products-gift
    [class*='col-']:nth-child(4)
    .product-item,
  .container-ws
    .catalog-section-gifts
    .sale-products-gift
    [class*='col-']:nth-child(5)
    .product-item,
  .container-ws
    .catalog-section.card
    [class*='col-']:nth-child(4)
    .product-item,
  .container-ws
    .catalog-section.card
    [class*='col-']:nth-child(5)
    .product-item,
  .container-ws
    .product-item-detail-gifts
    .sale-products-gift
    [class*='col-']:nth-child(3)
    .product-item,
  .container-ws
    .product-item-detail-gifts
    .sale-products-gift
    [class*='col-']:nth-child(4)
    .product-item,
  .popup-panel .catalog-section.card [class*='col-']:nth-child(4) .product-item,
  .popup-panel
    .product-item-detail-gifts
    .sale-products-gift
    [class*='col-']:nth-child(3)
    .product-item,
  body:not(.slide-menu-interface-2-0-1):not(.slide-menu-option-1-active):not(
      .smart-filter-view-left-active
    )
    .container-ws
    .catalog-section.card
    [class*='col-']:nth-child(6)
    .product-item,
  body:not(.slide-menu-option-1-active)
    .container-ws
    .product-item-detail-gifts
    .sale-products-gift
    [class*='col-']:nth-child(5)
    .product-item,
  body:not(.slide-menu-option-1-active):not(.smart-filter-view-left-active)
    .container-ws
    .catalog-section-gifts
    .sale-products-gift
    [class*='col-']:nth-child(6)
    .product-item {
    border-top: 1px solid #e8edef;
  }

  .popup-panel
    .catalog-section.card
    [class*='col-']:nth-child(4n + 4)
    .product-item,
  .popup-panel
    .product-item-detail-gifts
    .sale-products-gift
    [class*='col-']:nth-child(3n + 3)
    .product-item,
  body:not(.slide-menu-interface-2-0-1):not(.slide-menu-option-1-active):not(
      .smart-filter-view-left-active
    )
    .container-ws
    .catalog-section.card
    [class*='col-']:nth-child(6n + 6)
    .product-item,
  body:not(.slide-menu-option-1-active)
    .container-ws
    .product-item-detail-gifts
    .sale-products-gift
    [class*='col-']:nth-child(5n + 5)
    .product-item,
  body:not(.slide-menu-option-1-active):not(.smart-filter-view-left-active)
    .container-ws
    .catalog-section-gifts
    .sale-products-gift
    [class*='col-']:nth-child(6n + 6)
    .product-item {
    border-right: none;
  }

  .slide-menu-interface-2-0-1
    .container-ws
    .catalog-section.card
    [class*='col-']:nth-child(5n + 5)
    .product-item,
  .slide-menu-option-1-active
    .container-ws
    .product-item-detail-gifts
    .sale-products-gift
    [class*='col-']:nth-child(4n + 4)
    .product-item,
  body:not(.slide-menu-option-1-active).smart-filter-view-left-active
    .container-ws
    .catalog-section-gifts
    .sale-products-gift
    [class*='col-']:nth-child(5n + 5)
    .product-item,
  body:not(.slide-menu-option-1-active).smart-filter-view-left-active
    .container-ws
    .catalog-section.card
    [class*='col-']:nth-child(5n + 5)
    .product-item,
  body:not(.smart-filter-view-left-active).slide-menu-option-1-active
    .container-ws
    .catalog-section-gifts
    .sale-products-gift
    [class*='col-']:nth-child(5n + 5)
    .product-item,
  body:not(.smart-filter-view-left-active).slide-menu-option-1-active
    .container-ws
    .catalog-section.card
    [class*='col-']:nth-child(5n + 5)
    .product-item {
    border-right: none;
  }
}

@media (min-width: 1702px) and (max-width: 1739px) {
  .slide-menu-option-1-active.smart-filter-view-left-active
    .container-ws
    .catalog-section-gifts
    .sale-products-gift
    [class*='col-']:nth-child(4)
    .product-item,
  .slide-menu-option-1-active.smart-filter-view-left-active
    .container-ws
    .catalog-section-gifts
    .sale-products-gift
    [class*='col-']:nth-child(5)
    .product-item,
  .slide-menu-option-1-active.smart-filter-view-left-active
    .container-ws
    .catalog-section.card
    [class*='col-']:nth-child(4)
    .product-item,
  .slide-menu-option-1-active.smart-filter-view-left-active
    .container-ws
    .catalog-section.card
    [class*='col-']:nth-child(5)
    .product-item {
    border-top: none;
  }

  .slide-menu-option-1-active.smart-filter-view-left-active
    .container-ws
    .catalog-section-gifts
    .sale-products-gift
    [class*='col-']:nth-child(3n + 3)
    .product-item,
  .slide-menu-option-1-active.smart-filter-view-left-active
    .container-ws
    .catalog-section.card
    [class*='col-']:nth-child(3n + 3)
    .product-item {
    border-right: none;
  }
}

@media (min-width: 1740px) {
  .slide-menu-option-1-active.smart-filter-view-left-active
    .container-ws
    .catalog-section-gifts
    .sale-products-gift
    [class*='col-']:nth-child(5)
    .product-item,
  .slide-menu-option-1-active.smart-filter-view-left-active
    .container-ws
    .catalog-section.card
    [class*='col-']:nth-child(5)
    .product-item {
    border-top: none;
  }

  .slide-menu-option-1-active.smart-filter-view-left-active
    .container-ws
    .catalog-section-gifts
    .sale-products-gift
    [class*='col-']:nth-child(4n + 4)
    .product-item,
  .slide-menu-option-1-active.smart-filter-view-left-active
    .container-ws
    .catalog-section.card
    [class*='col-']:nth-child(4n + 4)
    .product-item {
    border-right: none;
  }
}

/* End */
/* /local/templates/enext/components/bitrix/catalog.item/.default/style.css?174437238860135 */
