

/* Start:/local/templates/daccord-v2/components/bitrix/catalog/catalog/style.css?1758692875404*/
.catalog-list-search-line .bx-searchtitle {
  flex-grow: 1;
}

@media (min-width: 1200px) {
  .catagory-list__btns {
    position: absolute;
    top: 0;
    right: 0;
  }
}

@media (max-width: 767.98px) {
  .catalog-list-search-line {
    flex-direction: column;
  }
  .catalog-list-search-line .bx-searchtitle form,
  .catalog-list-search-line .bx-searchtitle .ui-label-input {
    height: unset;
  }
}

/* End */


/* Start:/local/templates/daccord-v2/components/bitrix/catalog/catalog/bitrix/catalog.section.list/catalog-category/style.css?175569606588*/
.catalog-categories--no-picture .catalog-categories-card {
    min-height: auto;
}


/* End */


/* Start:/local/templates/daccord-v2/components/bitrix/catalog.smart.filter/flat-v2/style.css?175749469421954*/

.smart-filter-input-group-item {
    display: flex;
    gap: 8px;
}

.smart-filter-input-group-item .form-check-input {
    flex: none;
    align-self: baseline;
} 

.smart-filter-checkbox-text {
    align-self: center;
}

.smart_filter_checked_items {
    margin-bottom: 10px;
}

.smart-filter-title {
    display: flex;
    gap: 15px;
    justify-content: space-between;
}


.smart-filter {
  margin-bottom: 20px;
  min-width: 220px;
  width: 100%;
  background-color: var(--color-white);
  border-radius: var(--border-radius);
}


@media screen and (min-width: 991.98px) {
.smart-filter-btn {
  display: none;
}
}

@media screen and (max-width: 991px) {
  .smart-filter {
    -webkit-transform: translateX(-1000px);
    -ms-transform: translateX(-1000px);
    transform: translateX(-1000px);
    -webkit-transition: var(--animation);
    transition: var(--animation);
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    overflow-y: scroll;
    z-index: 9999;
    padding: 2em 1.25em;
    max-width: 500px;
  }
  .smart-filter.active {
    -webkit-transform: translateX(0px);
    -ms-transform: translateX(0px);
    transform: translateX(0px);
  }

  .smart-filter-container-modef .smart-filter-popup-result {
    position: static !important;
    z-index: 1001;
    margin-top: 0;
    margin-left: 0;
    padding: 10px;
    width: auto;
    height: auto;
    font-size: 12px;
    line-height: 14px;
    padding: 0;
    border: 0;
    display: flex !important;
    gap: 10px;
    align-items: center;
  }

  .smart-filter-container-modef  .smart-filter-popup-result.right:after,
  .smart-filter-container-modef  .smart-filter-popup-result .arrow,
  .smart-filter-container-modef  .smart-filter-popup-result br {
    display: none !important;
  }
  .smart-filter-parameters-box-title-text {
    display: flex;
    gap: 30px;
    align-items: center;
  }
  .smart-filter-container-modef  .smart-filter-popup-result .btn {
    margin-top: 0 ;
  }
}

.smart-filter .bx-tag-link {
  color: var(--theme-color-light);
  text-decoration: none;
  text-shadow: none;
  font-size: 12px;
}
.smart-filter span.bx-spm {
  display: inline-block;
  margin: 0 10px;
  height: 23px;
  color: #000;
  vertical-align: middle;
  font-size: 18px;
  line-height: 23px;
}
.smart-filter-section {
  position: relative;
}
.smart-filter-title {
  color: var(--color-black);
  border-bottom: 1px solid var(--color-gray-light);
}
.smart-filter-parameters-box {
  position: relative;
}
.smart-filter-parameters-box:not(:last-child) {
  border-bottom: 1px solid var(--color-gray-light);
}
.smart-filter-parameters-box.bx-active .smart-filter-block i.bx-ft-sub {
  display: block;
  padding-bottom: 5px;
  font-style: normal;
  font-size: 14px;
}
.smart-filter-parameters-box-title {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 1.25em;
  gap: 10px;
}
.smart-filter-parameters-box-title-text {
  cursor: pointer;
  -webkit-transition: 250ms linear all;
  transition: 250ms linear all;
}
.smart-filter-btn-group {
  padding: 0.625em 1.25em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 8px;
}
.smart-filter-btn-group .btn {
  display: block;
}

.smart-filter-angle {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 19px;
  vertical-align: middle;
  margin-left: auto;
}

.smart-filter-angles {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 24px;
  height: 24px;
  line-height: 24px;
  cursor: pointer;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}
.smart-filter-angles:after,
.smart-filter-angles:before {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 10px;
  height: 2px;
  background-color: var(--color-black);
  content: "";
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease;
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
}
.smart-filter-angles:after {
  margin-left: 6px;
}

.smart-filter-angles:before,
.smart-filter-angle-up .smart-filter-angles:after {
  -webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
  -ms-transform: translateX(-50%) translateY(-50%) rotate(45deg);
  transform: translateX(-50%) translateY(-50%) rotate(45deg);
}

.smart-filter-angles:after,
.smart-filter-angle-up .smart-filter-angles:before {
  -webkit-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
  -ms-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
  transform: translateX(-50%) translateY(-50%) rotate(-45deg);
}

.smart-filter-hint {
  position: relative;
  display: inline-block;
  margin-left: 6px;
}
.smart-filter-hint:hover .smart-filter-hint-popup {
  display: block;
}

.smart-filter-hint-icon {
  display: block;
  padding: 0 5px;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background-color: var(--color-accent);
  color: var(--color-white);
  vertical-align: middle;
  text-align: center;
  font-size: 12px;
  line-height: 18px;
}

.smart-filter-hint-popup {
  position: absolute;
  top: calc(100% + 8px);
  left: -7px;
  z-index: 10;
  display: none;
  padding: 10px;
  min-width: 200px;
  max-width: 300px;
  border: 1px solid #dfdfdf;
  border-radius: 3px;
  background-color: #fff;
  -webkit-box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.14);
  box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.14);
}

.smart-filter-hint-popup-angle {
  position: absolute;
  top: -5px;
  left: 10px;
  width: 10px;
  height: 10px;
  border-top: 1px solid #dfdfdf;
  border-left: 1px solid #dfdfdf;
  background-color: #fff;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.smart-filter-block {
  display: none;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-transition: padding 0.3s ease;
  transition: padding 0.3s ease;
  padding: 0 1.25em;
  padding-bottom: 1.25em;
}

.smart-filter-button-box .smart-filter-block,
.smart-filter-parameters-box.bx-active .smart-filter-block {
  display: block;
}

.smart-filter-slider-track-container {
  overflow: hidden;
  padding: 25px 18px 25px;
  margin-top: 12px;
}

.smart-filter-slider-track {
  position: relative;
  height: 3px;
  background: #e7e7e7;
}

.smart-filter-slider-ruler {
  position: absolute;
  top: -6px;
  width: 1px;
  height: 17px;
  background: #a2bfc7;
}
.smart-filter-slider-ruler.p1 {
  left: -1px;
}
.smart-filter-slider-ruler.p2 {
  left: 25%;
}
.smart-filter-slider-ruler.p3 {
  left: 50%;
}
.smart-filter-slider-ruler.p4 {
  left: 75%;
}
.smart-filter-slider-ruler.p5 {
  right: -1px;
}
.smart-filter-slider-ruler span {
  position: absolute;
  top: -16px;
  left: 50%;
  display: block;
  margin-left: -50px;
  width: 100px;
  color: var(--color-black);
  text-align: center;
  font-size: 11px;
}

.smart-filter-slider-ruler.p2 span,
.smart-filter-slider-ruler.p3 span,
.smart-filter-slider-ruler.p4 span {
  color: var(--gray-60);
}

.smart-filter-slider-range {
  z-index: 99;
}

.smart-filter-slider-range,
.smart-filter-slider-price-bar,
.smart-filter-slider-price-bar-vd,
.smart-filter-slider-price-bar-vn,
.smart-filter-slider-price-bar-v {
  position: absolute;
  top: 0;
  bottom: 0;
}

.smart-filter-slider-price-bar {
  z-index: 100;
}

.smart-filter-slider-price-bar-vd {
  z-index: 60;
  background: #b1b1b1;
}

.smart-filter-slider-price-bar-vn {
  z-index: 70;
  background-color: var(--color-accent);
}

.smart-filter-slider-price-bar-v {
  z-index: 80;
  background-color: var(--color-accent);
}

.smart-filter-slider-handle {
  position: absolute;
  top: -11px;
  width: 8px;
  height: 24px;
  background-color: var(--color-accent);
}
.smart-filter-slider-handle:hover {
  cursor: -webkit-grab;
  cursor: grab;
}
.smart-filter-slider-handle:active {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}
.smart-filter-slider-handle.left {
  left: -12px;
}
.smart-filter-slider-handle.right {
  right: -12px;
}

.smart-filter-input-group-dropdown {
  display: block;
  height: 48px;
  border: 1px solid var(--color-gray-light);
  border-radius: var(--m-border-radius);
}

.smart-filter-input-group-dropdown.bx-active,
.smart-filter-input-group-dropdown:focus {
  border-color: var(--primary);
}

.smart-filter-dropdown-block {
  position: relative;
  display: block;
  margin: 0;
  padding: 8px 13px 7px;
  width: 100%;
  height: 48px;
  border-radius: 2px;
  background-color: var(--gray-5);
  border: 1px solid var(--color-gray-light);
}

.smart-filter-dropdown-text {
  overflow: hidden;
  max-width: 100%;
  height: 33px;
  vertical-align: middle;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 33px;
  cursor: pointer;
}
.smart-filter-dropdown-text.fix {
  min-width: 120px;
}
.smart-filter-dropdown-text label {
  cursor: pointer;
}

.smart-filter-dropdown-arrow {
  position: absolute;
  top: 0;
  right: 0;
  width: 29px;
  height: 48px;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAECAYAAABCxiV9AAAAG0lEQVQY02OYOXPmf1yYAQRwSsAATglkBch8ADy7LKHqFrgoAAAAAElFTkSuQmCC")
    no-repeat center;
  cursor: pointer;
}

.smart-filter-input-group-dropdown-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.smart-filter-input-group-dropdown-flex .smart-filter-checkbox-btn-image {
  margin-right: 5px;
}

.smart-filter-dropdown-popup {
  padding: 0;
  min-width: 173px;
  background: #fff;
}
.smart-filter-dropdown-popup ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.smart-filter-dropdown-popup ul li {
  display: block;
  vertical-align: middle;
}
.smart-filter-dropdown-popup ul li:first-child {
  margin-bottom: 5px;
  padding-bottom: 5px;
  border-bottom: 1px solid #e5e5e5;
}
.smart-filter-dropdown-popup ul li label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  overflow: hidden;
  width: 100%;
  color: #575757;
  white-space: nowrap;
  cursor: pointer;
}
.smart-filter-dropdown-popup ul li label.disabled {
  background: transparent;
  color: #b8b8b8;
}
.smart-filter-dropdown-popup ul li .smart-filter-dropdown-text {
  padding-left: 5px;
}

.smart-filter-dropdown-popup ul li label.selected,
.smart-filter-dropdown-popup ul li label:hover {
  background: #f3f8fa;
  color: #000;
}

.smart-filter-tag {
  padding: 18px;
  border-top: 1px solid var(--theme-color-light);
  border-bottom: 1px solid var(--theme-color-light);
}

.smart-filter .bx-tag-link.bx-active,
.smart-filter .bx-tag-link:hover {
  color: #1d3d46;
}

.smart-filter-input-group-checkbox-pictures .smart-filter-param-label {
  display: block;
  float: left;
  margin-right: 5px;
  margin-bottom: 5px;
}

.smart-filter-input-group-checkbox-pictures-text .smart-filter-checkbox-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.smart-filter-input-group-checkbox-pictures-text .smart-filter-checkbox-text {
  padding-left: 5px;
}

.smart-filter-checkbox-btn,
.smart-filter-checkbox-text-btn {
  position: relative;
  display: inline-block;
  padding: 3px;
  width: 31px;
  height: 31px;
  border: 1px solid #ccd5db;
  border-radius: 2px;
  background: #fff;
  color: #000;
  vertical-align: middle;
  text-align: center;
  text-decoration: none;
  font-weight: normal;
  line-height: 23px;
  cursor: pointer;
  -webkit-transition: border 0.3s ease, color 0.3s ease,
    -webkit-box-shadow 0.1s ease;
  transition: border 0.3s ease, color 0.3s ease, -webkit-box-shadow 0.1s ease;
  transition: border 0.3s ease, box-shadow 0.1s ease, color 0.3s ease;
  transition: border 0.3s ease, box-shadow 0.1s ease, color 0.3s ease,
    -webkit-box-shadow 0.1s ease;
}

.smart-filter-checkbox-btn:hover,
.smart-filter-checkbox-btn:active,
.smart-filter-checkbox-btn:focus,
.smart-filter-checkbox-label.bx-active .smart-filter-checkbox-btn,
.smart-filter-checkbox-label.bx-active .smart-filter-checkbox-btn,
.smart-filter-checkbox-text-label.bx-active .smart-filter-checkbox-btn {
  border-color: var(--primary);
}

.smart-filter-checkbox-label.disabled .smart-filter-checkbox-text,
.smart-filter-dropdown-label.disabled .smart-filter-dropdown-text,
.smart-filter-checkbox-text-label.disabled .smart-filter-checkbox-text,
.smart-filter-input-group-checkbox-list.disabled .smart-filter-checkbox-text {
  color: #6c6c6c;
}

.smart-filter-checkbox-label.disabled .smart-filter-checkbox-btn,
.smart-filter-checkbox-text-label.disabled .smart-filter-checkbox-btn {
  position: relative;
  opacity: 0.7;
}

.smart-filter-checkbox-label.disabled .smart-filter-checkbox-btn:before,
.smart-filter-checkbox-text-label.disabled .smart-filter-checkbox-btn:before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 100;
  display: block;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAOCAYAAAAfSC3RAAAA/UlEQVQ4y5WSQQ6CQAxFOSBuwAtoAitc4R6MkKgYJULUi8Ax4DgKm9o/45BxBBNJmkB/33T6qUVEHkfDUXHY1sQD7V2DWg+JJox3lOZ3enYdf5IzAjnQkvxGa64Fg2S9PV3JXa4ozoovWEGbY0nOIqDkfIVeQ5hBAOQsAy5guO8FbEJxVqqDZ+rUuQ6rziJ3VLkBcs05BBxlF1nIADrJESYgE0YhAER0KH5DphEKFDNPuG1AhTAi4jnRWV17FNYhcT3NHLzLzuUnjI0YHP203EWY8ENqNsAq5Y3Qf4NuhIT7wTBsDxgIbRjvCfCUe6ozoFCuXIukj5c/lhy1/gvSDM3b8PrjegAAAABJRU5ErkJggg==")
    no-repeat center;
  content: " ";
  opacity: 0.7;
}

.smart-filter-number-label,
.smart-filter-dropdown-label,
.smart-filter-checkbox-label,
.smart-filter-checkbox-text-label {
  min-height: 20px;
  font-weight: normal;
  cursor: pointer;
}

.smart-filter-checkbox-btn-image {
  display: block;
  width: 23px;
  height: 23px;
  border-radius: 2px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.05);
  vertical-align: middle;
  line-height: 24px;
  -webkit-background-size: cover;
}
.smart-filter-checkbox-btn-image.all {
  position: relative;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  display: inline-block;
}
.smart-filter-checkbox-btn-image.all:after {
  right: 0;
  bottom: 0;
}
.smart-filter-checkbox-btn-image.all:before {
  top: 0;
  left: 0;
}

.smart-filter-checkbox-btn-image.all:after,
.smart-filter-checkbox-btn-image.all:before {
  position: absolute;
  width: 60%;
  height: 60%;
  background: #fff;
  -webkit-box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.2);
  content: " ";
}

.smart-filter-checklist {
  margin: 0;
  padding: 0;
  list-style: none;
}

.smart-filter-param-btn.bx-spm {
  padding: 0;
  min-width: 23px;
  width: 23px;
  height: 23px;
  border-radius: 50%;
  background-color: transparent;
  color: #767b7e;
  vertical-align: top;
  font-weight: normal;
  font-size: 17px;
  line-height: 23px;
}
.smart-filter-param-btn.bx-spm.bx-plus {
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAsAAAAMCAYAAAC0qUeeAAAANUlEQVQoz2NgwAQsQMzJQCSwAeKGQa7YFKoAhmOgim3QsAxIcSFUkhC2GaqhgQ4UgNgFmwQAij8OUFmBFssAAAAASUVORK5CIIA=")
    no-repeat center;
}
.smart-filter-param-btn.bx-spm.bx-minus {
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAACCAYAAABhYU3QAAAAG0lEQVQYV2NgYGDgBuI4AlgGiBn4gLicAFYGAAFkBwE95V42AAAAAElFTkSuQmCC")
    no-repeat center;
}
.smart-filter-param-btn.bx-spm:active {
  outline: none !important;
  -webkit-box-shadow: inset 0 2px 3px rgba(0, 0, 0, 0.12);
  box-shadow: inset 0 2px 3px rgba(0, 0, 0, 0.12);
}

.smart-filter-param-label.disabled .smart-filter-param-btn.bx-color-sl {
  position: relative;
  background: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.smart-filter-param-label.disabled .smart-filter-param-btn.bx-color-sl:before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 100;
  display: block;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAOCAYAAAAfSC3RAAAA/UlEQVQ4y5WSQQ6CQAxFOSBuwAtoAitc4R6MkKgYJULUi8Ax4DgKm9o/45BxBBNJmkB/33T6qUVEHkfDUXHY1sQD7V2DWg+JJox3lOZ3enYdf5IzAjnQkvxGa64Fg2S9PV3JXa4ozoovWEGbY0nOIqDkfIVeQ5hBAOQsAy5guO8FbEJxVqqDZ+rUuQ6rziJ3VLkBcs05BBxlF1nIADrJESYgE0YhAER0KH5DphEKFDNPuG1AhTAi4jnRWV17FNYhcT3NHLzLzuUnjI0YHP203EWY8ENqNsAq5Y3Qf4NuhIT7wTBsDxgIbRjvCfCUe6ozoFCuXIukj5c/lhy1/gvSDM3b8PrjegAAAABJRU5ErkJggg==")
    no-repeat center;
  content: " ";
  opacity: 0.7;
}
.smart-filter-param-label.disabled .smart-filter-btn-color-icon {
  opacity: 0.2;
}

.smart-filter-param-label .smart-filter-param-btn:hover,
.smart-filter-param-label.bx-active .smart-filter-param-btn {
  border-color: var(--primary);
}

.smart-filter-select-popup .smart-filter-select-text-icon,
.smart-filter-select-text-icon {
  position: relative;
  display: inline-block;
  margin-top: -4px;
  margin-right: 2px;
  width: 23px;
  height: 23px;
  border-radius: 2px;
  vertical-align: middle;
  line-height: 33px;
}

.smart-filter-select-popup .smart-filter-btn-color-icon,
.smart-filter-btn-color-icon {
  display: block;
  width: 24px;
  height: 24px;
  border-radius: 2px;
  background-size: cover;
  -webkit-box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.05);
  vertical-align: middle;
  line-height: 24px;
  -webkit-background-size: cover;
}

.smart-filter-select-popup .smart-filter-btn-color-icon {
  top: 0 !important;
  margin: 2px 0;
  width: 20px;
  height: 20px;
}

.smart-filter-select-block .smart-filter-btn-color-icon {
  top: -1px !important;
}

.smart-filter-parameter-biz {
  display: inline-block;
  margin-right: 10px;
  border-bottom: 1px dashed;
  color: #1485ce;
  text-decoration: none;
  font-size: 14px;
  line-height: 15px;
}
.smart-filter-parameter-biz:hover {
  border-bottom: 1px solid;
  text-decoration: none;
}
.smart-filter-parameter-biz.bx-active {
  position: relative;
  border-color: transparent;
  color: #000;
}

.smart-filter-popup-result {
  position: absolute;
  z-index: 90;
  display: none;
  margin-top: -9px;
  margin-left: 10px;
  padding: 8px;
  min-height: 37px;
  white-space: nowrap;
  font-weight: normal;
  border: 1px solid var(--color-gray-light);
  background-color: var(--color-white);
}
.smart-filter-popup-result.right {
  left: 97%;
  z-index: 998;
}
.smart-filter-popup-result.right:after {
  content: "";
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="18" height="19" viewBox="0 0 18 19" fill="none"><g clip-path="url(%23clip0_811_9865)"><g filter="url(%23filter0_d_811_9865)"><path d="M1.5 10.366C0.833332 9.98112 0.833333 9.01887 1.5 8.63397L12 2.5718C12.6667 2.1869 13.5 2.66802 13.5 3.43782L13.5 15.5622C13.5 16.332 12.6667 16.8131 12 16.4282L1.5 10.366Z" fill="white"/><path d="M1.75 9.06699L12.25 3.00481C12.5833 2.81236 13 3.05292 13 3.43782L13 15.5622C13 15.9471 12.5833 16.1876 12.25 15.9952L1.75 9.93301C1.41667 9.74056 1.41667 9.25944 1.75 9.06699Z" stroke="%23EAE9EA"/></g></g><defs><filter id="filter0_d_811_9865" x="-20" y="-18.5637" width="62.5" height="64.1274" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB"><feFlood flood-opacity="0" result="BackgroundImageFix"/><feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/><feOffset dx="4" dy="4"/><feGaussianBlur stdDeviation="12.5"/><feComposite in2="hardAlpha" operator="out"/><feColorMatrix type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.1 0"/><feBlend mode="normal" in2="BackgroundImageFix" result="effect1_dropShadow_811_9865"/><feBlend mode="normal" in="SourceGraphic" in2="effect1_dropShadow_811_9865" result="shape"/></filter><clipPath id="clip0_811_9865"><rect width="18" height="18" fill="white" transform="translate(0 0.5)"/></clipPath></defs></svg>');
  background-size: cover;
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
  display: block;
  position: absolute;
  top: 50%;
  left: -5px;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.smart-filter-popup-result .arrow {
  display: none;
}
.smart-filter-popup-result .btn {
  margin-top: 8px;
  font-size: 14px;
}

.smart-filter-horizontal .smart-filter-popup-result {
  position: relative;
  right: auto;
  bottom: -7px;
  left: auto;
  display: inline-block;
}

.smart-filter-popup-result-close {
  display: none;
}

.smart-filter-input-group-item:not(:last-child) {
  margin-bottom: 0.625em;
}
.smart-filter-parameters-box-title-text {
  color: var(--color-black);
}
.smart-filter-parameters-box-container .radio:not(:last-child) {
  margin-bottom: 0.625em;
}
.smart-filter-footer {
  margin-top: 1.25em;
}


.smart-filter-dropdown-popup {
  background: var(--gray-5);
}

.smart-filter-dropdown-popup ul li:first-child {
  border-bottom: 1px solid var(--color-gray-light);
  padding-bottom: 10px;
  margin-bottom: 10px;
}

.smart-filter-dropdown-popup ul li label {
  color: var(--color-black);
  padding: 4px;
}

.smart-filter-dropdown-popup ul li label.selected,
.smart-filter-dropdown-popup ul li label:hover {
  background: var(--color-gray-light);
  color: var(--color-black);
}

.smart-filter-input-checkbox .smart-filter-param-text {
  margin-left: 10px;
}

@media screen and (min-width: 768px) {
  .smart-filter-close {
    display: none;
  }
}


@media screen and (max-width: 767.98px) {
    .smart-filter__btn-reset {
        margin-right: auto;
    }

    .smart-filter {
        max-width: 100%;
    }
      .smart-filter-btn .btn{
    padding: 12px;
  }
}

@media screen and (max-width: 576.98px) {
  .smart-filter {
    padding: 0px 5px;
  }
}
/* End */


/* Start:/local/templates/daccord-v2/components/bitrix/system.pagenavigation/modern/style.css?17556960651043*/
/*.pagination{*/
/*	display: flex;*/
/*	gap: .5em;*/
/*	flex-direction: column;*/
/*	justify-content: center;*/
/*	padding-bottom: 0 !important;*/
/*}*/

/*.pagination__list{*/
/*	list-style: none;*/
/*	margin: 0;*/
/*	padding: 0;*/

/*	display: inline-flex;*/
/*	align-items: center;*/

/*	display: none !important;*/
/*}*/

/*.pagination__item_active{*/

/*}*/



/*.pagination__item:not(:last-child){*/
/*	margin-right: .5em;*/
/*}*/


/*.pagination__item {*/

/*}*/


/*.pagination__link{*/
/*	display: inline-block;*/
/*	padding: 13px 17px;*/
/*	text-decoration: none;*/
/*	color: var(--neutral-200);*/
/*	border: 1px solid;*/
/*	border-radius: 100px;*/
/*	line-height: 1;*/
/*}*/

/*.pagination__text{*/
/*	padding: 13px 17px;*/
/*	text-decoration: none;*/
/*	color: var(--neutral-200);*/
/*}*/

/*.pagination__item.pagination__item_active .pagination__link{*/
/*	color: var(--brand-500);*/
/*}*/

/*.pagination__item_prev .pagination__link,*/
/*.pagination__item_next .pagination__link{*/
/*	padding: 8px 9px;*/
/*	height: 44px;*/
/*}*/
/* End */


/* Start:/local/templates/daccord-v2/components/bitrix/catalog.item/flat-card/style.css?17574972862622*/
.product-card {
    position: relative;
}

.product-card__ui-labels {
    position: absolute;
    left: 20px;
    top: 20px;
    z-index: 98;
}

.product-card__btns {
    flex-grow: 1;
    justify-content: end;
}

.product-card__price {
    align-items: flex-end;
}

.product-card__price {
    font-size: 26px;
    font-weight: 600;
    color: var(--color-black);
}

.product-card__oldprice {
    font-weight: 400;
    font-size: 16px;
    transform: translateY(-4px);
    color: var(--color-accent);
    
}

.product-card__basket-actions .ui-btn{
    flex-grow: 1;
}

.product-card__general-info {
    display: flex;
    gap: 10px;
    justify-content: space-between;
}

.product-card .ui-edit{
    position: absolute;
    top: 15px;
    right: 15px;
    z-index: 21;
}

@media (min-width: 1024px) {

    .product-card__info {
        flex-grow: 1;
        justify-content: space-between;
    }
    .product-card__btns, 
    .product-card {
        transition: box-shadow 0.2s ease-in-out;
    }

    .product-card:not(:hover) .product-card__btns{
        display: none;
    }

    .items:hover {
        z-index: 99;
    }

    .items:hover .product-card{
        border-radius: var(--border-radius) var(--border-radius) 0 0;
        box-shadow: 0 0 21px 1px rgba(0, 0, 0, 0.2);
    }

    .product-card__btns{
        position: absolute;
        padding: 0 20px 20px;
        left: 0;
        right: 0;
        top: 100%;
        background-color: var(--color-white);
        border-radius: 0 0 var(--border-radius) var(--border-radius);
        box-shadow: 0 21px 21px 1px rgba(0, 0, 0, 0.2);
    }
}

@media (max-width: 1023.98px) {
    .product__image-pagination.image-pagination {
        display: none;
    }

    .image-switch .image-switch__item:first-child .image-switch__img {
        opacity: 1;
        z-index: -1;
    }
    .image-switch .image-switch__item:not(:first-child) .image-switch__img {
        opacity: 0;
        z-index: -1;
    }
}

@media (max-width: 1199.98px) and (min-width: 768px) {
    .product-card__basket-actions .btn.ui-btn {
        padding-left: 10px;
        padding-right: 10px;
        font-size: 14px;
    }

    .product-card__basket-actions .ui-label-counter .btn-down,
    .product-card__basket-actions .ui-label-counter .btn-up {
        padding-left: 5px;
        padding-right: 5px;
    }
}


@media (max-width: 629.98px) {
    .product-card__price {
        font-size: 20px;
    }

    .product-card__oldprice {
        font-size: 13px;
    }
}
/* End */
/* /local/templates/daccord-v2/components/bitrix/catalog/catalog/style.css?1758692875404 */
/* /local/templates/daccord-v2/components/bitrix/catalog/catalog/bitrix/catalog.section.list/catalog-category/style.css?175569606588 */
/* /local/templates/daccord-v2/components/bitrix/catalog.smart.filter/flat-v2/style.css?175749469421954 */
/* /local/templates/daccord-v2/components/bitrix/system.pagenavigation/modern/style.css?17556960651043 */
/* /local/templates/daccord-v2/components/bitrix/catalog.item/flat-card/style.css?17574972862622 */
