

/* Start:/bitrix/templates/redesign/components/bitrix/catalog/shop1/style.css?17484385897947*/
.category {
  position: relative;
  display: flex;
  gap: 28px;
}
.category__left {
  flex-shrink: 0;
  width: 300px;
}
.category__filters-header {
  display: none;
}
.category__right {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.category__sort {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding-bottom: 24px;
  border-bottom: 1px solid #ebebeb;
}
.category__sort-wrapper {
  display: flex;
  align-items: center;
  gap: 8px;
}
.category__button {
  display: none !important;
}
.category__sort-text {
  margin-right: 8px;
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 14px;
  line-height: 140%;
  color: var(--blue-01);
}
.category__sort-item {
  padding: 8px 12px;
  display: flex;
  align-items: center;
  gap: 10px;
  background: var(--pkun-04);
  border-radius: 20px;
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 12px;
  line-height: 140%;
  color: var(--blue-01);
  text-decoration: none;
}
.category__listing {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
@media (max-width:1280px) {
  .category__left {
    display: none;
    position: absolute;
    left: 0;
    top: 80px;
    padding: 40px;
    width: 380px;
    background: #fff;
    border-radius: 20px;
    box-sizing: border-box;
    box-shadow: 2px 4px 4px 0 rgba(31, 38, 80, 0.1);
    z-index: 1;
  }
  .category__left.active {
    display: block;
    max-height: 100%;
    overflow: scroll;
  }
  .category__filters-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-family: var(--font-family);
    font-weight: 600;
    font-size: 18px;
    line-height: 120%;
    letter-spacing: -0.02em;
    color: var(--blue-01);
  }
  .category__button {
    display: flex !important;
  }
}
@media (max-width:880px) {  
  .category__left {
    top: 120px;
  }
  .category__right {
    width: 100%;
  }
  .category__sort {
    padding-bottom: 0;
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
    border-bottom: none;
  }
  .category__sort-wrapper {
    width: 100%;
    overflow-x: auto;
  }
  .category__sort-text {
    display: none;
  }
  .category__sort-item {
    white-space: nowrap;
  }
  .category__listing {
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
  }
}
@media (max-width:550px) {
  .category__listing {
    grid-template-columns: 1fr;
  }
}
@media (max-width:480px) {
  .category__left {
    position: fixed;
    top: 0;
    left: 0;
    padding: 52px 15px 118px;
    width: 100vw;
    height: 100vh;
    overflow-y: auto;
  }
  .category__filters-header {
    position: fixed;
    top: 0;
    left: 0;
    padding: 15px;
    width: 100%;
    background: #fff;
    box-sizing: border-box;
    z-index: 111;
  }
  .filter__popup.bx-filter-container-modef {
    display: none;
  }
}

.filters__buttons {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
@media (max-width:480px) {
  .filters__buttons {
    position: fixed;
    left: 0;
    bottom: 0;
    padding: 15px;
    gap: 8px;
    width: 100%;
    background: #fff;
    box-sizing: border-box;
  }
}

.filter {
  position: relative;
  padding: 20px 0;
  display: flex;
  flex-direction: column;
  gap: 16px;
  border-bottom: 1px solid #f5f5f5;
}
.filter__popup {
  position: relative;
}
.filter__popup-inner {
  position: absolute;
  top: 0;
  left: calc(100% + 10px);
  padding: 20px 12px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  background: var(--white);
  border-radius: 10px;
  box-shadow: 0 3px 7px 0 rgba(31, 38, 80, 0.1), 2px 12px 12px 0 rgba(31, 38, 80, 0.09), 4px 27px 17px 0 rgba(31, 38, 80, 0.05), 7px 48px 20px 0 rgba(31, 38, 80, 0.01), 11px 76px 21px 0 rgba(31, 38, 80, 0);
  z-index: 1;
}
.filter__popup-inner::before {
  content: '';
  position: absolute;
  top: 50%;
  left: -2px;
  width: 18px;
  height: 18px;
  background: var(--white);
  border-radius: 4px;
  transform: rotate(45deg) translateX(-50%);
}
.filter__popup-text {
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 14px;
  line-height: 140%;
  color: var(--blue-02);
  white-space: nowrap;
}
.filter__popup-text #modef_num {
  color: var(--blue-01);
}
@media (max-width:1280px) {
  .filter__popup-inner {
    position: relative;
    top: 0;
    left: 0;
    box-shadow: none;
  }
  .filter__popup-inner::before {
    content: none;
  }
}

@media (min-width: 1281px) {
  .filter.js-hidden {
    display: none;
  }
}
.show-all-filters {
  margin: 10px 0;
}
.show-all-filters a {
  color: var(--blue-01);
  text-decoration: none;
  font-size: 14px;
  border-bottom: 1px dashed var(--blue-01);
}
.show-all-filters a:hover {
  border-bottom-color: transparent;
}
.filter__name {
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 14px;
  line-height: 140%;
  color: var(--blue-01);
}
.filter__checkboxes {
  padding-right: 5px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  row-gap: 16px;
  column-gap: 10px;
  max-height: 200px;
  box-sizing: border-box;
  word-break: break-all;
  overflow-y: auto;
}
.filter__checkboxes::-webkit-scrollbar {
  width: 4px;
  background: #f5f5f5;
  border-radius: 4px;
}
.filter__checkboxes::-webkit-scrollbar-thumb {
  position: relative;
  width: 4px;
  background: #848485;
  border-radius: 2px;
}
.filter__label {
  display: flex;
  align-items: center;
  gap: 17px;
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 14px;
  line-height: 140%;
  color: var(--blue-01);
  cursor: pointer;
}

.card {
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 24px;
  border: 1px solid var(--grey-01);
  border-radius: 20px;
  background: var(--white);
}
.card__top {
  position: relative;
  padding-top: 47px;
  display: flex;
  justify-content: center;
}
.card__info {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.card__exist {
  position: relative;
  padding-left: 27px;
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 12px;
  line-height: 140%;
  color: var(--blue-02);
}
.card__exist::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 3px;
  width: 9px;
  height: 9px;
  background: #13bc04;
  border-radius: 50%;
  transform: translateY(-50%);
}
.card__discount {
  padding: 2px 4px;
  background: var(--blue-01);
  border-radius: 20px;
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 12px;
  line-height: 140%;
  color: var(--white);
}
.card__img {
  width: 150px;
  height: 150px;
  object-fit: contain;
}
.card__wishlist {
  position: absolute;
  top: 0;
  right: 0;
}
.card__mid {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.card__code {
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 12px;
  line-height: 140%;
  color: var(--blue-03);
}
.card__name {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  line-height: 120%;
  letter-spacing: -0.02em;
  color: var(--blue-02);
  text-decoration: none;
}
.card__prices {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.card__price {
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 16px;
  line-height: 120%;
  letter-spacing: -0.02em;
  color: var(--blue-01);
}
.card__buttons {
  display: flex;
  gap: 6px;
  width: 100%;
}
.card__button {
  flex-grow: 1;
  height: 45px !important;
  line-height: 45px !important;
}
.card__buy {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 47px;
  height: 47px;
  background: var(--blue-01);
  border-radius: 50%;
}

.description {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  color: var(--blue-02);
}
.description h2,
.description h3 {
  font-weight: 600;
  font-size: 18px;
  line-height: 120%;
  letter-spacing: -0.02em;
  color: var(--blue-01);
}
.description img {
  max-width: 100%;
}
/* End */


/* Start:/bitrix/templates/redesign/components/bitrix/catalog.smart.filter/smart-filter/style.css?175378509330733*/
.dnd_filter .bx-filter {
	width: 100%;
	min-width: 220px;
}
.bx-filter-button-box {
	padding: 20px;
	padding-bottom: 0;
}
.btn-filter,
.btn-cancel {
	padding: 14px;
	width: 245px;
	text-align: center;
	color: #262626;
	font-size: 16px;
	font-weight: 600;
	line-height: normal;
	border: none;
	outline: none;
	border-radius: 5px;
	background-color: #3371b1;
	box-sizing: border-box;
}
.btn-filter {
	color: #fff;
}
.btn-cancel {
	margin-left: 10px;
	border: 1px solid #3371b1;
	background-color: #fff;
}
.dnd_filter .list {
    padding-bottom: 0;
}
.dnd_filter  .list__item .label-title {
    font-size: 16px;
}
.list__item .label-title {
    margin: 0;
		width: calc(100% - 20px);
    padding-left: 20px;
    color: #282828;
    position: relative;
		box-sizing: border-box;
}
.dnd_filter .bx-filter .bx-filter-title {
	padding: 15px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	background-color: #3371b1;
	cursor: pointer;
}
.dnd_filter .bx-filter .bx-filter-title > span {
	color: #fff;
	font-size: 16px;
	font-weight: 700;
}
.dnd_filter .bx-filter .bx-filter-title > svg {
	margin-left: 16px;
	transition-duration: 400ms;
	transform: rotate(180deg);
}
.dnd_filter .bx-filter .bx-filter-title.open > svg {
	transform: rotate(0);
}
.dnd_filter .bx-filter .bx-filter-section {
	position: relative;
	padding: 25px 0;
	background-color: #F6F6F6;
}
.dnd_filter .bx-filter .bx-filter-row {
	display: flex;
	flex-wrap: wrap;
	row-gap: 22px;
}
.dnd_filter .btn-link:hover,.dnd_filter .btn-link:focus,.dnd_filter .btn-link:active {
    text-decoration: underline;
    background-color: transparent;
    color: #303030;
}
.dnd_filter .btn-link {
     text-decoration: none;
    background-color: transparent;
    color: #303030;
    font-size: 12px;
    font-family: 'Gotham Pro';
}
.list {padding-left: 0;
    border-bottom: 1px solid #f2f1f1;
    margin: 0;
    padding-bottom: 20px;
    display: table;
}
.list__item {
  margin: 0;
  padding: 0;
    list-style: none;
}
.size-list__item {
  margin: 0;
  padding: 0;
    float: left;
    width: 33%;
    list-style: none;
}

.list__item .bx-filter-param-label {
  position: relative;
	margin: 0 .5rem .5rem 0;
	display: flex;
	align-items: center;
  line-height: 135%;
  cursor: pointer;
}
.size-list__item .bx-filter-param-label {
  position: relative;
  line-height: 135%;
  cursor: pointer;
}
.size-list__item .label-title {
margin: 0;
    float: left;
    padding-left: 20px;
color: #282828;
    font-size: 13px;
    font-family: 'Gotham Pro';
position: relative;
    top: -3px;
}
.list__item .label-title {
	margin: 0;
	padding-left: 20px;
	color: #282828;
	font-size: 13px;
}
.checkbox {
  margin: 0 1rem 0 0;
  cursor: pointer;
}
/* .checkbox:before {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  content: "";
  position: absolute;
  left: 0;
  z-index: 1;
  width: 1rem;
  height: 1rem;
  border: 2px solid #f2f2f2;
top: 0;
}
.checkbox:checked:before {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  height: .5rem;
  border-color: #282828;
  border-top-style: none;
  border-right-style: none;
}
.checkbox:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
width: 1.2rem;
    height: 1.1rem;
    background: #f0eded;
    cursor: pointer;
    border-radius: 2px;
} */
/*Sections*/

.dnd_filter .bx-filter .bx-filter-parameters-box {
	padding: 0 20px;
	width: calc(100% / 4);
	display: flex;
	flex-direction: column;
	align-self: flex-start;
	border-right: 1px solid #E3E3E3;
	box-sizing: border-box;
}
.dnd_filter .bx-filter .bx-filter-parameters-box:nth-child(4n) {
	border-right: none;
}
.dnd_filter .bx-filter .bx-filter-parameters-box > span {
	margin-top: auto;
	margin-bottom: 10px;
	color: #262626;
	font-size: 16px;
	font-weight: 600;
	line-height: normal;
}
.dnd_filter .bx-filter .bx-filter-parameters-box-title {
	padding: 10px 16px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	border-radius: 4px;
	border: 1px solid #BDBDBD;
	background-color: #FAFAFA;
	cursor: pointer;
}
.dnd_filter .bx-filter .bx-filter-parameters-box-title span {
	color: #828282;
	font-size: 14px;
	font-weight: 400;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.dnd_filter .bx-filter .bx-filter-parameters-box-title span > span {
	text-transform: lowercase;
}
.dnd_filter .bx-filter .bx-filter-parameters-box-title svg {
	margin-left: 16px;
	transition-duration: 400ms;
}
.dnd_filter .bx-filter .bx-filter-parameters-box-title.open svg {
	transform: rotate(-180deg);
}
.dnd_filter .bx-filter .bx-filter-block {
	display: none;
	padding-top: 13px;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}
.dnd_filter .bx-filter .bx-filter-button-box .bx-filter-block,
.dnd_filter .bx-filter .bx-filter-parameters-box.bx-active .bx-filter-block {
	display: block;
}
.dnd_filter .bx-filter .bx-filter-parameters-box.bx-active .bx-filter-block i.bx-ft-sub {
	font-size: 15px;
	font-style: normal;
	display: block;
	padding-bottom: 5px;
	    width: 30%;
    float: left;
	color: #adadad;
    font-family: 'Gotham Pro';
}
.dnd_filter .bx-filter-parameters-box-container .checkbox:first-child {
	margin-top: 0;
}
.dnd_filter .bx-filter .bx-filter-parameters-box-container-block {
	font-size: 11px;
	color: #3f3f3f;
}
@media screen and (max-width: 1140px) {
	.dnd_filter .bx-filter .bx-filter-parameters-box {
		width: calc(100% / 2);
	}
	.dnd_filter .bx-filter .bx-filter-parameters-box:nth-child(2n) {
		border-right: none;
	}
	.bx-filter-parameters-box-container {
		display: flex;
		justify-content: space-between;
	}
	.btn-filter, .btn-cancel {
		margin: 0;
		padding: 14px 5px;
		width: calc(100% / 2 - 10px);
	}
}
@media screen and (max-width: 510px) {
	.dnd_filter .bx-filter .bx-filter-section {
		background-color: #fff;
	}
	.dnd_filter .bx-filter .bx-filter-parameters-box {
		padding: 0;
		width: 100%;
		border-right: none;
	}
	.bx-filter-button-box {
		padding: 20px 0;
	}
}
@media screen and (max-width: 400px) {
	.bx-filter-parameters-box-container {
		flex-direction: column;
		gap: 10px;
	}
	.btn-filter, .btn-cancel {
		width: 100%;
	}
}
/*
* INPUTS
*
*/

.dnd_filter .bx-filter .bx-filter-input-container {width: 70%;
    float: left;}
.dnd_filter .bx-filter .bx-filter-input-container input {
	display: block;
	width: 100%;
	font-size: 15px;
	margin: 0;
	padding: 0 4px;
	border: 1px solid #ccd5db;
	border-radius: 2px;
	background: #fff;
	outline: none;
	color: #282828;
    font-family: 'Gotham Pro';
}
.dnd_filter .bx-retina .bx-filter .bx-filter-input-container input {
	border-style: solid;
	border-width: 1px;
	-webkit-border-image: url(/bitrix/templates/redesign/components/bitrix/catalog.smart.filter/smart-filter/images/border_default.png) 2 repeat;
	-moz-border-image: url(/bitrix/templates/redesign/components/bitrix/catalog.smart.filter/smart-filter/images/border_default.png) 2 repeat;
	-o-border-image: url(/bitrix/templates/redesign/components/bitrix/catalog.smart.filter/smart-filter/images/border_default.png) 2 repeat;
	border-image: url(/bitrix/templates/redesign/components/bitrix/catalog.smart.filter/smart-filter/images/border_default.png) 2 repeat;
}
/*.bx-filter .bx-filter-input-container input:focus {
	border-color: #499fd8;
}
.bx-retina .bx-filter .bx-filter-input-container input:focus {
	-webkit-border-image: url(/bitrix/templates/redesign/components/bitrix/catalog.smart.filter/smart-filter/images/active.png) 2 repeat;
	   -moz-border-image: url(/bitrix/templates/redesign/components/bitrix/catalog.smart.filter/smart-filter/images/active.png) 2 repeat;
		 -o-border-image: url(/bitrix/templates/redesign/components/bitrix/catalog.smart.filter/smart-filter/images/active.png) 2 repeat;
			border-image: url(/bitrix/templates/redesign/components/bitrix/catalog.smart.filter/smart-filter/images/active.png) 2 repeat;
}

/*
COLOR
*/
.bx-ios .bx-filter .bx-filter-input-container input {
	/* Fix of input shadow for IOS browsers. */

	background-image: -webkit-linear-gradient(#ffffff 0%, #ffffff 100%);
	background-image: linear-gradient(#ffffff 0%, #ffffff 100%);
}
.dnd_filter .bx-filter .bx-filter-button-box {
	clear: both;
}
/*
*Track
*
*/

.dnd_filter .bx-filter .bx-ui-slider-track-container {
	padding-bottom: 25px;
}
.dnd_filter .bx-filter .bx-ui-slider-track {
	position: relative;
	height: 7px;
	/*background: #d8e9f0;/* COLOR */
}
.dnd_filter .bx-filter .bx-ui-slider-part {
	position: absolute;
	top: -6px;
	width: 1px;
	height: 17px;
	background: none;
}
.dnd_filter .bx-filter .bx-ui-slider-part.p1 {
	left: -1px;
}
.dnd_filter .bx-filter .bx-ui-slider-part.p2 {
	left: 25%;
}
.dnd_filter.bx-filter .bx-ui-slider-part.p3 {
	left: 50%;
}
.dnd_filter .bx-filter .bx-ui-slider-part.p4 {
	left: 75%;
}
.dnd_filter .bx-filter .bx-ui-slider-part.p5 {
	right: -1px;
}
.dnd_filter .bx-filter .bx-ui-slider-part span {
	font-size: 11px;
	/*font-weight: bold;*/

	position: absolute;
	top: -16px;
	left: 50%;
	display: none;
	width: 100px;
	margin-left: -50px;
	text-align: center;
	color: #000;
}
.dnd_filter .bx-filter .bx-ui-slider-part.p2 span,
.dnd_filter .bx-filter .bx-ui-slider-part.p3 span,
.dnd_filter .bx-filter .bx-ui-slider-part.p4 span {
	color: #6b8086;
}
.dnd_filter .bx-filter .bx-ui-slider-range,
.dnd_filter .bx-filter .bx-ui-slider-pricebar,
.dnd_filter .bx-filter .bx-ui-slider-pricebar-vd,
.dnd_filter .bx-filter .bx-ui-slider-pricebar-vn,
.dnd_filter .bx-filter .bx-ui-slider-pricebar-v {
	position: absolute;
	top: 0;
	bottom: 0;
}
.dnd_filter .bx-filter .bx-ui-slider-range {
	z-index: 90;
}
.dnd_filter .bx-filter .bx-ui-slider-pricebar {
	z-index: 100;
}
.dnd_filter .bx-filter .bx-ui-slider-pricebar-vd {
	z-index: 60;
	/*background: #849da4;/* COLOR */
}
.dnd_filter .bx-filter .bx-ui-slider-pricebar-vn {
	z-index: 70;
	/*background: #a8dff3;/* COLOR */
}
.dnd_filter .bx-filter .bx-ui-slider-pricebar-v {
	z-index: 80;
	/*background: #499fd8;/* COLOR */
}
.dnd_filter .bx-filter .bx-ui-slider-handle {
	position: absolute;
	top: 100%;
	width: 22px;
	height: 22px;
	border-bottom: none;
}
.dnd_filter .bx-filter .bx-ui-slider-handle:hover {
	-webkit-cursor: grab;
	-ms-cursor: grab;
	-o-cursor: grab;
	cursor: grab;
}
.dnd_filter .bx-filter .bx-ui-slider-handle:active {
	-webkit-cursor: grabbing;
	-ms-cursor: grabbing;
	-o-cursor: grabbing;
	cursor: grabbing;
}
.dnd_filter .bx-filter .bx-ui-slider-handle.left {
	left: 0;
top: -7px;
	margin-left: -21px;
	/* COLOR */
	/*background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAARCAYAAADUryzEAAAArUlEQVQ4y6WSQQ6FMAhEXbjyXwzOpBdx5bXKbYRWLFSJ2m8ysVHfzGA7DH9cuKVfNwwM40ZzZzJlmE3WTjjNfF9Fn2EwMH5pUGYWOJ3w6wZ4wDKz6rUBumQPPxrUmT0IxuxpqxYLQ7MOG5TaHtbk1iza5+VauW5dfdcYSDKcMLkP7wxdA5sMQWV/BkwDTY7mtAfHjpJ/Ihj4DoIgXZ9J+siaimi6rimLgSw87qod+1BRTwMJRYoAAAAASUVORK5CIIA=) no-repeat right top;*/
}
.dnd_filter .bx-filter .bx-ui-slider-handle.right {
	right: 0;
top: -7px;
	margin-right: -21px;
	/* COLOR */
	/*background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAARCAYAAADUryzEAAAAq0lEQVQ4y6WSQRKDIAxFXXSlF0vOZC+SlddKblMUUhKCraIzX9Ahj58PE268TE8e3GSFJ5BUTDskaRl1QFk8BsHs4BCMQMruVEe+l4kWglFu5yLEZKDFXyeXIFoEpg3z738mJTzXhncj75+QtqjnJENO2sG4I1VXDtR3ogv7O1dHxV10gi75EGILiE78RRKy33AOq07i+Us4kRamkOPGptesQjeXIjZjO+fXB+hjUU/S3Z+WAAAAAElFTkSuQmCC) no-repeat left top;*/
}

/*
*Track
*
*/

.bx-filter .bx-ui-slider-track-container {
	padding-bottom: 25px;
	margin: 0 5%;
}
.bx-filter .bx-ui-slider-track {
	position: relative;
	height: 7px;
	background: #d8e9f0;/* COLOR */
}
.bx-filter .bx-ui-slider-part {
	position: absolute;
	top: -6px;
	width: 1px;
	height: 17px;
	background: none;
}
.bx-filter .bx-ui-slider-part.p1 {
	left: -1px;
}
.bx-filter .bx-ui-slider-part.p2 {
	left: 25%;
}
bx-filter .bx-ui-slider-part.p3 {
	left: 50%;
}
.bx-filter .bx-ui-slider-part.p4 {
	left: 75%;
}
.bx-filter .bx-ui-slider-part.p5 {
	right: -1px;
}
.bx-filter .bx-ui-slider-part span {
	font-size: 11px;
	font-weight: bold;

	position: absolute;
	top: -16px;
	left: 50%;
	display: none;
	width: 100px;
	margin-left: -50px;
	text-align: center;
	color: #000;
}
.bx-filter .bx-ui-slider-part.p2 span,
.bx-filter .bx-ui-slider-part.p3 span,
.bx-filter .bx-ui-slider-part.p4 span {
	color: #6b8086;
}
.bx-filter .bx-ui-slider-range,
.bx-filter .bx-ui-slider-pricebar,
.bx-filter .bx-ui-slider-pricebar-vd,
.bx-filter .bx-ui-slider-pricebar-vn,
.bx-filter .bx-ui-slider-pricebar-v {
	position: absolute;
	top: 0;
	bottom: 0;
}
.bx-filter .bx-ui-slider-range {
	z-index: 90;
}
.bx-filter .bx-ui-slider-pricebar {
	z-index: 100;
}
.bx-filter .bx-ui-slider-pricebar-vd {
	z-index: 60;
	background: #D9E3EF;/* COLOR */
}
.bx-filter .bx-ui-slider-pricebar-vn {
	z-index: 70;
	background: #D9E3EF;/* COLOR */
}
.bx-filter .bx-ui-slider-pricebar-v {
	z-index: 80;
	background: #1F2650;/* COLOR */
}
.bx-filter .bx-ui-slider-handle {
	position: absolute;
	top: 100%;
	width: 22px;
	height: 22px;
	border-bottom: none;
}
.bx-filter .bx-ui-slider-handle:hover {
	-webkit-cursor: grab;
	-ms-cursor: grab;
	-o-cursor: grab;
	cursor: grab;
}
.bx-filter .bx-ui-slider-handle:active {
	-webkit-cursor: grabbing;
	-ms-cursor: grabbing;
	-o-cursor: grabbing;
	cursor: grabbing;
}
.bx-filter .bx-ui-slider-handle.left {
	left: 0;
	top: -7px;
	margin-left: -21px;
	/* COLOR */
	background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAYAAACNiR0NAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAF4SURBVHgBrZW7TgJREIb/OUjEDt8AEGqpELuNQaNYQGsl9qKWduITCGivPIE0BjQhWUqosDMBuZR2VNrAjrNgiFzEwO7XnPufyZkz/yHMQNMu3M613jGDNAKCTPAMV6gG5rZSlH95yuZmnaXJib2D07ih6B4MN+YgB9tElJoUdvweRA7PbxhIS9eF/3HL3rgvEEazXilPCUaiZ1cAX2JxNJ9/291sVJ5HgrvRZALDyJaDOOz3h17fG9U3+hFsSfgeWKPb+3R4HWZ0IpaAdVxqpf+hDCAGu2ClKQJ7YBOksKmkCcImzDwo2IwyXzzsgqlmJqUGu2DuKGajDJsQM3lUxqrzQSq9C4swo10qZnNKz6e7bPAJrMKUMptBLbekBr2B0DqBwlgKvi4VbjMjwYFovVr0BUKSdNKwAMycKRXuRi415ofNelX3bGx1pBskmm+wQlfEjkRszKXor907+8kEKY7RwIWG1URy8QaxfAPQ+18rOV1PTyXzG79whNYHCPFDAAAAAElFTkSuQmCC) no-repeat right top;
}
.bx-filter .bx-ui-slider-handle.right {
	right: 0;
	top: -7px;
	margin-right: -21px;
	/* COLOR */
	background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAYAAACNiR0NAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAF4SURBVHgBrZW7TgJREIb/OUjEDt8AEGqpELuNQaNYQGsl9qKWduITCGivPIE0BjQhWUqosDMBuZR2VNrAjrNgiFzEwO7XnPufyZkz/yHMQNMu3M613jGDNAKCTPAMV6gG5rZSlH95yuZmnaXJib2D07ih6B4MN+YgB9tElJoUdvweRA7PbxhIS9eF/3HL3rgvEEazXilPCUaiZ1cAX2JxNJ9/291sVJ5HgrvRZALDyJaDOOz3h17fG9U3+hFsSfgeWKPb+3R4HWZ0IpaAdVxqpf+hDCAGu2ClKQJ7YBOksKmkCcImzDwo2IwyXzzsgqlmJqUGu2DuKGajDJsQM3lUxqrzQSq9C4swo10qZnNKz6e7bPAJrMKUMptBLbekBr2B0DqBwlgKvi4VbjMjwYFovVr0BUKSdNKwAMycKRXuRi415ofNelX3bGx1pBskmm+wQlfEjkRszKXor907+8kEKY7RwIWG1URy8QaxfAPQ+18rOV1PTyXzG79whNYHCPFDAAAAAElFTkSuQmCC) no-repeat left top;
}

.bx-filter_flex {
	display: flex;
	justify-content: space-around;
}
.bx-filter_flex_item {
	height: 26px;
	width: 40%;
	border-radius: 6px;
	border: 1px solid rgba(0, 0, 0, 0.2);
}

/*
*	Select
*
*/

.dnd_filter .bx-filter .bx-filter-select-container {
	display: block;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	height: 35px;
	border-radius: 3px;
	border: 1px solid #ccd5db;
}
.bx-retina .dnd_filter .bx-filter .bx-filter-select-container {
	border-style: solid;
	border-width: 1px;
	-webkit-border-image: url(/bitrix/templates/redesign/components/bitrix/catalog.smart.filter/smart-filter/images/border_default.png) 2 repeat;
	-moz-border-image: url(/bitrix/templates/redesign/components/bitrix/catalog.smart.filter/smart-filter/images/border_default.png) 2 repeat;
	-o-border-image: url(/bitrix/templates/redesign/components/bitrix/catalog.smart.filter/smart-filter/images/border_default.png) 2 repeat;
	border-image: url(/bitrix/templates/redesign/components/bitrix/catalog.smart.filter/smart-filter/images/border_default.png) 2 repeat;
}
/* COLOR */
/*.bx-filter .bx-filter-select-container.bx-active,
.bx-filter .bx-filter-select-container:focus {
	border-color: #499fd8;
}
.bx-retina .bx-filter .bx-filter-select-container.bx-active,
.bx-retina .bx-filter .bx-filter-select-container:focus {
	-webkit-border-image: url(/bitrix/templates/redesign/components/bitrix/catalog.smart.filter/smart-filter/images/active.png) 2 repeat;
	   -moz-border-image: url(/bitrix/templates/redesign/components/bitrix/catalog.smart.filter/smart-filter/images/active.png) 2 repeat;
		 -o-border-image: url(/bitrix/templates/redesign/components/bitrix/catalog.smart.filter/smart-filter/images/active.png) 2 repeat;
			border-image: url(/bitrix/templates/redesign/components/bitrix/catalog.smart.filter/smart-filter/images/active.png) 2 repeat;
}*/
.dnd_filter .bx-filter .bx-filter-select-block {
	position: relative;
	display: block;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	height: 33px;
	margin: 0;
	padding: 0 33px 0 10px;
	border: none;
	border-radius: 2px;
	background: #fff;
}
.dnd_filter .bx-filter .bx-filter-select-text {
	font-size: 15px;
	line-height: 33px;
	overflow: hidden;
	max-width: 100%;
	height: 33px;
	cursor: pointer;
	vertical-align: middle;
	white-space: nowrap;
	text-overflow: ellipsis;
	-ms-text-overflow: ellipsis;
}
.dnd_filter .bx-filter .bx-filter-select-text.fix {
	min-width: 120px;
}
.dnd_filter .bx-filter .bx-filter-select-text label {
	cursor: pointer;
}
.dnd_filter .bx-filter .bx-filter-select-arrow {
	position: absolute;
	top: 0;
	right: 0;
	width: 34px;
	height: 33px;
	cursor: pointer;
	background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAECAYAAABCxiV9AAAAG0lEQVQY02OYOXPmf1yYAQRwSsAATglkBch8ADy7LKHqFrgoAAAAAElFTkSuQmCC') no-repeat center;
}
/*
*	Select popup
*
*/

.dnd_filter .bx-filter-select-popup {
	background: #fff;
	padding: 0;
	min-width: 173px;
}
.dnd_filter .bx-filter-select-popup ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.dnd_filter .bx-filter-select-popup ul li {
	display: block;
	text-align: left;
	vertical-align: middle;
}
.dnd_filter .bx-filter-select-popup ul li:first-child {
	border-bottom: 1px solid #e5e5e5;
	padding-bottom: 5px;
	margin-bottom: 5px;
}
.dnd_filter .bx-filter-select-popup ul li label {
	font-size: 14px;
	line-height: 26px;
	display: block;
	text-align: left !important;
	overflow: hidden;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	height: 26px;
	padding: 0 5px;
	cursor: pointer;
	vertical-align: middle;
	white-space: nowrap;
	text-overflow: ellipsis;
	-ms-text-overflow: ellipsis;
	color: #575757;
}
.dnd_filter .bx-filter-select-popup ul li label.selected,
.dnd_filter .bx-filter-select-popup ul li label:hover {
	color: #000;
	background: #f3f8fa;
}
.dnd_filter .bx-filter-select-popup ul li label.disabled {
	color: #b8b8b8;
	background: transparent;
}
.dnd_filter .bx-filter-select-popup ul li .bx-filter-param-text {
	line-height: 34px !important;
}
/*
* TAGS
*
*/

.dnd_filter .bx-filter .bx-filter-tag {
	padding: 18px;
	/*border-top: 1px solid #d7eaf7;/* COLOR */
	/*border-bottom: 1px solid #d7eaf7;/* COLOR */
}
.dnd_filter .bx-filter .bx-tag-link {
	font-size: 12px;
	text-decoration: none;
	/*color: #68939e;/* COLOR */
	text-shadow: none;
}
.dnd_filter .bx-filter .bx-tag-link.bx-active,
.dnd_filter .bx-filter .bx-tag-link:hover {
	color: #1d3d46;
}
/*
*	LABEL
*
*/
.dnd_filter .bx-filter .bx-filter-param-label {
	width: 100%;
	min-height: 20px;
	font-weight: normal;
	cursor: pointer;
}

.dnd_filter .bx-filter .bx-filter-param-btn-inline .bx-filter-param-label {
	float: left;
	display: block;
	margin-right: 5px;
}
.dnd_filter .bx-filter .bx-filter-param-btn-block .bx-filter-param-label {
	display: block;
}
.dnd_filter .bx-filter .bx-filter-param-label {
	/*font-size: 13px;*/
}
.dnd_filter .bx-filter .bx-filter-param-label.dib {
	display: inline-block;
}
.dnd_filter .bx-filter .bx-filter-param-text {
	font-weight: normal;
}
.dnd_filter .bx-filter .bx-filter-param-label.disabled .bx-filter-param-text {
	color: #6c6c6c;
}
.dnd_filter .bx-filter-select-popup .bx-filter-param-label.bx-active {
	background: #f3f8fa;
}
/*
*	Checkbox / Radio 
*
*/

.dnd_filter .bx-filter .bx-filter-input-checkbox {}
.dnd_filter .bx-filter .bx-filter-input-checkbox input[type=radio],
.dnd_filter .bx-filter .bx-filter-input-checkbox input[type=checkbox] {}
.dnd_filter .bx-filter .bx-filter-input-checkbox .bx-filter-param-text {
	display: block;
	text-align: left;
	color: #282828;
    font-family: 'Gotham Pro';
    font-size: 13px;
}
/*
* 	BTN 
*
*/

.dnd_filter .bx-filter .bx-filter-param-btn {
	font-weight: normal;
	display: inline-block;
	width: 38px;
	height: 38px;
	padding: 6px;
	text-align: center;
	text-decoration: none;
	color: #000;
	vertical-align: middle;
	border: 1px solid #ccd5db;
	border-radius: 2px;
	background: #fff;
	position: relative;
	-webkit-transition: border .3s ease, box-shadow .1s ease, color .3s ease;
	-moz-transition: border .3s ease, box-shadow .1s ease, color .3s ease;
	-ms-transition: border .3s ease, box-shadow .1s ease, color .3s ease;
	-o-transition: border .3s ease, box-shadow .1s ease, color .3s ease;
	transition: border .3s ease, box-shadow .1s ease, color .3s ease;
	cursor: pointer;
}
.bx-retina .dnd_filter .bx-filter .bx-filter-param-btn {
	border-style: solid;
	border-width: 1px;
	-webkit-border-image: url(/bitrix/templates/redesign/components/bitrix/catalog.smart.filter/smart-filter/images/border_default.png) 2 repeat;
	-moz-border-image: url(/bitrix/templates/redesign/components/bitrix/catalog.smart.filter/smart-filter/images/border_default.png) 2 repeat;
	-o-border-image: url(/bitrix/templates/redesign/components/bitrix/catalog.smart.filter/smart-filter/images/border_default.png) 2 repeat;
	border-image: url(/bitrix/templates/redesign/components/bitrix/catalog.smart.filter/smart-filter/images/border_default.png) 2 repeat;
}
/* COLOR */
/*.bx-filter .bx-filter-param-label.bx-active .bx-filter-param-btn,
.dnd_filter .bx-filter .bx-filter-param-btn:hover,
.dnd_filter .bx-filter .bx-filter-param-btn:active,
.dnd_filter .bx-filter .bx-filter-param-btn:focus {
	border-color: #499fd8;
}
.bx-retina .dnd_filter .bx-filter .bx-filter-param-label.bx-active .bx-filter-param-btn,
.bx-retina .dnd_filter .bx-filter .bx-filter-param-btn:hover,
.bx-retina .dnd_filter .bx-filter .bx-filter-param-btn:active,
.bx-retina .dnd_filter .bx-filter .bx-filter-select-container:focus {
	-webkit-border-image: url(/bitrix/templates/redesign/components/bitrix/catalog.smart.filter/smart-filter/images/active.png) 2 repeat;
	   -moz-border-image: url(/bitrix/templates/redesign/components/bitrix/catalog.smart.filter/smart-filter/images/active.png) 2 repeat;
		 -o-border-image: url(/bitrix/templates/redesign/components/bitrix/catalog.smart.filter/smart-filter/images/active.png) 2 repeat;
			border-image: url(/bitrix/templates/redesign/components/bitrix/catalog.smart.filter/smart-filter/images/active.png) 2 repeat;
}*/
/* --- colors */
.dnd_filter .bx-filter .bx-filter-param-btn.bx-color-sl {}

.dnd_filter .bx-filter .bx-filter-param-label.disabled .bx-filter-param-btn.bx-color-sl {
	background: transparent;
	box-shadow: none
}
.dnd_filter .bx-filter .bx-filter-param-label.disabled .bx-filter-param-btn.bx-color-sl {
	position: relative;
}
.dnd_filter .bx-filter .bx-filter-param-label.disabled .bx-filter-param-btn.bx-color-sl:before {
	position: absolute;
	bottom: 0;
	right: 0;
	top: 0;
	left: 0;
	content: ' ';
	display: block;
	z-index: 100;
	background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAOCAYAAAAfSC3RAAAA/UlEQVQ4y5WSQQ6CQAxFOSBuwAtoAitc4R6MkKgYJULUi8Ax4DgKm9o/45BxBBNJmkB/33T6qUVEHkfDUXHY1sQD7V2DWg+JJox3lOZ3enYdf5IzAjnQkvxGa64Fg2S9PV3JXa4ozoovWEGbY0nOIqDkfIVeQ5hBAOQsAy5guO8FbEJxVqqDZ+rUuQ6rziJ3VLkBcs05BBxlF1nIADrJESYgE0YhAER0KH5DphEKFDNPuG1AhTAi4jnRWV17FNYhcT3NHLzLzuUnjI0YHP203EWY8ENqNsAq5Y3Qf4NuhIT7wTBsDxgIbRjvCfCUe6ozoFCuXIukj5c/lhy1/gvSDM3b8PrjegAAAABJRU5ErkJggg==") no-repeat center;
	opacity: .7;
}
.dnd_filter .bx-filter .bx-filter-param-btn .bx-filter-param-text {
	line-height: 26px;
}
/*
* BTN P/M
*
*/

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

	line-height: 23px;
	display: inline-block;
	height: 23px;
	margin: 0 10px;
	vertical-align: middle;
	color: #000;
}
/*
*	icon
*
*/

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

	border-radius: 2px;
	display: inline-block;
	width: 24px;
	height: 24px;
	vertical-align: middle;
	box-shadow: inset 0 0 0 1px rgba(0, 0, 0, .05);
	-webkit-background-size: cover;
	background-size: cover;
}
.dnd_filter .bx-filter-select-popup .bx-filter-btn-color-icon {
	width: 20px;
	height: 20px;
	margin: 2px 0;
	top: 0 !important;
}
.dnd_filter .bx-filter .bx-filter-select-block .bx-filter-btn-color-icon {
	top: -1px !important;
}
.dnd_filter .bx-filter-btn-color-icon.all {
	position: relative;
	border: none;
	box-shadow: none
}
.dnd_filter .bx-filter-btn-color-icon.all:after,
.dnd_filter .bx-filter-btn-color-icon.all:before {
	position: absolute;
	width: 60%;
	height: 60%;
	background: #fff;
	content: " ";
	box-shadow: inset 0 0 0 1px rgba(0, 0, 0, .2);
}
.dnd_filter .bx-filter-btn-color-icon.all:after {
	right: 0;
	bottom: 0;
}
.dnd_filter .bx-filter-btn-color-icon.all:before {
	top: 0;
	left: 0;
}
.dnd_filter .bx-filter .bx-filter-param-label.disabled .bx-filter-btn-color-icon {
	opacity: .2;
}
/*
* 	BIZ
*
*/

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

	color: #000;
	border-color: transparent;
}
/*
*	BTN result and reset 
*
*/

.btn-themes {
	/*background-color: #1485CE;/* COLOR */
	/*border-color: #1485CE;/* COLOR */
	color: #FFF
}
.btn-themes.bx-active,
.btn-themes.focus,
.btn-themes:active,
.btn-themes:focus,
.btn-themes:hover{
	/*background-color: #53A4D8;/* COLOR */
	/*border-color: #53A4D8;/* COLOR */
	color: #FFF
}
/*
* 	Result Popup
*
*/

.dnd_filter .bx-filter .bx-filter-popup-result {
	font-size: 13px;
	font-weight: normal;
	position: absolute;
	z-index: 915;
	display: none;
	line-height: normal;
	margin-top: -7px;
	margin-left: 10px;
	padding: 0 10px;
	white-space: nowrap;
	color: #3f3f3f;
	min-height: 37px;
	line-height: 18px;
	border-style: solid;
	border: 1px solid #C6DCE7;
}
.dnd_filter .bx-filter .bx-filter-popup-result.left {
	border-width: 2px 10px 2px 2px;
	-webkit-border-image: url(/bitrix/templates/redesign/components/bitrix/catalog.smart.filter/smart-filter/images/result_popup_left.png) 4 20 4 4 repeat;
	-moz-border-image: url(/bitrix/templates/redesign/components/bitrix/catalog.smart.filter/smart-filter/images/result_popup_left.png) 4 20 4 4 repeat;
	-o-border-image: url(/bitrix/templates/redesign/components/bitrix/catalog.smart.filter/smart-filter/images/result_popup_left.png) 4 20 4 4 repeat;
	border-image: url(/bitrix/templates/redesign/components/bitrix/catalog.smart.filter/smart-filter/images/result_popup_left.png) 4 20 4 4 fill repeat;
}
.dnd_filter .bx-filter .bx-filter-popup-result.right {
	border-width: 2px 2px 2px 10px;
	-webkit-border-image: url(/bitrix/templates/redesign/components/bitrix/catalog.smart.filter/smart-filter/images/result_popup_right.png) 4 4 4 20 repeat;
	-moz-border-image: url(/bitrix/templates/redesign/components/bitrix/catalog.smart.filter/smart-filter/images/result_popup_right.png) 4 4 4 20 repeat;
	-o-border-image: url(/bitrix/templates/redesign/components/bitrix/catalog.smart.filter/smart-filter/images/result_popup_right.png) 4 4 4 20 repeat;
	border-image: url(/bitrix/templates/redesign/components/bitrix/catalog.smart.filter/smart-filter/images/result_popup_right.png) 4 4 4 20 fill repeat;
}

.dnd_filter .bx-filter .bx-filter-popup-result.right {
	left: 97%;
}
.dnd_filter .bx-filter .bx-filter-popup-result.left {
	right:97%;
}
.dnd_filter .bx-filter-horizontal .bx-filter-popup-result{
	display: inline-block;
	position: relative;
	left: auto;
	right: auto;
	bottom: -7px;
}
.dnd_filter .bx-filter .bx-filter-popup-result a {
	color: #0073a3;
	line-height: 10px;
}
.dnd_filter .bx-filter .bx-filter-popup-result a:hover {
	text-decoration: none;
}
.dnd_filter .bx-filter .bx-filter-popup-result-close {
	display: none;
}
@media (max-width: 767px) {
	.bx-touch .dnd_filter .bx-filter .bx-filter-popup-result {
		font-size: 20px;
		line-height: 24px;
		position: fixed !important;
		z-index: 1001;
		top: auto !important;
		right: 0 !important;
		bottom: 0 !important;
		left: 0 !important;
		margin-top: 0;
		margin-left: 0;
		width: auto;
		height: auto;
		padding: 10px;
		border-radius: 2px;
		border: 1px solid #c6dae7;
		background: rgba(255,255,255,.9);
	}
	.bx-touch .dnd_filter .bx-filter .bx-filter-popup-result br{display: none;}
	.dnd_filter.bx-filter .bx-filter-popup-result .arrow {
		display: none;
	}
}
@-webkit-keyframes slideUp {
  0% {
    -webkit-transform: translateY(6.25rem);
    transform: translateY(6.25rem);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes slideUp {
  0% {
    -webkit-transform: translateY(6.25rem);
    transform: translateY(6.25rem);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
.search-filter {
	margin-left: auto;
	margin-right: 40px;
	padding: 4px 13px;
	width: 100%;
	max-width: 250px;
	border: none;
	outline: none;
	border-radius: 4px;
	background-color: #fff;
	box-sizing: border-box;
	color: #000;
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
}
@media (max-width: 640px) {
	.search-filter {
    margin-right: 10px;
	}
}
@media (max-width: 470px) {
	.search-filter {
    margin: 0;
    order: 1;
    max-width: unset;
	}
}
.catalog-section__actions {
	margin: 20px 20px 0;
}
.sort {
	display: flex;
	align-items: center;
	gap: 15px;
	justify-content: flex-start;
}
.sort-label {
	font-size: 14px;
	font-weight: 500;
	color: #262626;
}
.sort-wrapper {
	position: relative;
}
.sort__value {
	padding: 15px;
	padding-right: 90px;
	border: 1px solid #BDBDBD;
	border-radius: 4px;
	position: relative;
}
.sort__value::before {
	content: "";
	width: 20px;
	height: 10px;
	background-image: url("/upload/sort-arrow.svg");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	position: absolute;
	top: 50%;
	right: 15px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-transition: 0.3s -webkit-transform ease;
	transition: 0.3s -webkit-transform ease;
	-o-transition: 0.3s transform ease;
	transition: 0.3s transform ease;
	transition: 0.3s transform ease, 0.3s -webkit-transform ease;
}
.sort__list {
	max-height: 0px;
	overflow: hidden;
	position: absolute;
	top: 100%;
	z-index: 2;
	left: 0;
	right: 0;
	display: flex;
	flex-direction: column;
	gap: 10px;
	background-color: #fff;
	padding: 0px;
	-webkit-transition: 0.3s all linear;
	transition: 0.3s all linear;
	-o-transition: 0.3s all linear;
	transition: 0.3s all linear;
}
.sort__list a {
	white-space: nowrap;
	font-size: 14px;
	font-weight: 400;
	color: #828282;
}
#sort-catalog.open + .sort__list {
	max-height: none;
	overflow: visible;
	padding: 15px;
	border: 1px solid #BDBDBD;
	border-radius: 4px;
}
.bx-filter-block {
	max-height: 200px;
	overflow-y: auto;
	overflow-x: hidden;
}
.dnd_filter {
	margin-bottom: 15px;
}

/* 29.07.2025 */

.filter__checkboxes {
	word-break: normal;
}

.filter__checkboxes {
	grid-template-columns: 1fr;
}

.filter__checkboxes.number {
	grid-template-columns: repeat(2, 1fr);
}
/* End */


/* Start:/bitrix/templates/redesign/components/bitrix/system.pagenavigation/shop/style.css?1732605370584*/
.pagination {
  margin-top: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 22px;
}
.pagination a {
  display: flex;
}
.pagination__prev > svg {
  transform: rotate(180deg);
}
.pagination__item {
  font-family: var(--second-family);
  font-weight: 600;
  font-size: 14px;
  line-height: 140%;
  color: var(--blue-03);
  text-decoration: none;
}
.pagination__item--active {
  width: 30px;
  height: 30px;
  background: var(--blue-01);
  border-radius: 50%;
  line-height: 30px;
  text-align: center;
  color: var(--white);
}
/* End */


/* Start:/bitrix/templates/redesign/components/bitrix/catalog.section/shop_items/style.css?17334824192552*/
.category__listing--quadro {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
}
@media (max-width:1098px) {
  .category__listing--quadro {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width:550px) {
  .category__listing--quadro {
    grid-template-columns: 1fr;
  }
}

.card {
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 24px;
  border: 1px solid var(--grey-01);
  border-radius: 20px;
  background: var(--white);
}
.card__top {
  position: relative;
  padding-top: 47px;
  display: flex;
  justify-content: center;
}
.card__info {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.card__exist {
  position: relative;
  padding-left: 27px;
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 12px;
  line-height: 140%;
  color: var(--blue-02);
}
.card__exist::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 3px;
  width: 9px;
  height: 9px;
  background: #13bc04;
  border-radius: 50%;
  transform: translateY(-50%);
}
.card__discount {
  padding: 2px 4px;
  background: var(--blue-01);
  border-radius: 20px;
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 12px;
  line-height: 140%;
  color: var(--white);
}
.card__img {
  width: 150px;
  height: 150px;
  object-fit: contain;
}
.card__wishlist {
  position: absolute;
  top: 0;
  right: 0;
}
.card__mid {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  gap: 12px;
}
.card__code {
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 12px;
  line-height: 140%;
  color: var(--blue-03);
}
.card__name {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  line-height: 120%;
  letter-spacing: -0.02em;
  color: var(--blue-02);
  text-decoration: none;
}
.card__prices {
  margin-top: auto;
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.card__price {
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 16px;
  line-height: 120%;
  letter-spacing: -0.02em;
  color: var(--blue-01);
}
.card__buttons {
  display: flex;
  gap: 6px;
  width: 100%;
}
.card__button {
  flex-grow: 1;
  height: 45px !important;
  line-height: 45px !important;
}
.card__buy {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 47px;
  height: 47px;
  background: var(--blue-01);
  border-radius: 50%;
}
/* End */


/* Start:/bitrix/templates/redesign/components/bitrix/news.list/services/style.css?17334823631279*/
.services__list {
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  list-style-type: none;
}
.services__item {
  position: relative;
  border: 1px solid var(--grey-01);
  border-radius: 20px;
  overflow: hidden;
}
.services__inner {
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  height: 100%;
  box-sizing: border-box;
  text-decoration: none;
}
.services__name {
  max-width: 250px;
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 24px;
  line-height: 120%;
  letter-spacing: -0.02em;
  color: var(--blue-01);
}
.services__img {
  margin-top: auto;
  width: 100%;
  height: 200px;
  object-fit: contain;
}
.services__desc {
  padding-right: 20px;
  max-width: 165px;
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 12px;
  line-height: 140%;
  color: var(--blue-02);
}
.services__svg {
  position: absolute;
  bottom: 24px;
  right: 24px;
}
@media (max-width: 840px) {
  .services__list {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }
  .services__img {
    height: 180px;
  }
}
@media (max-width:480px) {
  .services__list {
    grid-template-columns: 1fr;
    gap: 8px;
  }
}
/* End */


/* Start:/bitrix/templates/redesign/components/sotbit/seo.meta.tags/groups/style.css?17334826521483*/
.catalog-tags__outer {
    margin-bottom: 40px;
}
.catalog-tags {
    position: relative;
}
* + .catalog-tags {
    margin-top: 20px;
}
.catalog-tags__caption {
    margin-bottom: 16px;
    font-family: var(--font-family);
    font-weight: 500;
    font-size: 14px;
    line-height: 140%;
    color: var(--blue-01);
}
.catalog-tags__wrapper {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 16px;
}
.catalog-tags__item {
    padding: 4px 12px;
    background: #f5f5f5;
    border-radius: 4px;
    font-family: var(--font-family);
    font-weight: 500;
    font-size: 12px;
    line-height: 140%;
    color: var(--blue-01);
    text-decoration: none;
    transition: box-shadow ease .3s,border ease .3s,background ease .3s;
}
.catalog-tags__item:hover {
    box-shadow: 0 5px 20px rgba(0,0,0,.1);
}
.catalog-tags__item:nth-child(n+6) {
    display: none;
}
.catalog-tags__more {
    font-size: 12px;
    line-height: 1;
    font-weight: bold;
    color: #0b4361;
    border-bottom: 1px dashed #0b4361;
    transition: ease .3s;
    -webkit-transition: ease .3s;
    -moz-transition: ease .3s;
    -ms-transition: ease .3s;
    -o-transition: ease .3s;
    text-decoration: none;
}
.catalog-tags__more:hover {
    border-bottom-color: transparent;
}
.catalog-tags__more:focus {
    text-decoration: none;
}
.catalog-tags__wrapper.active .catalog-tags__item {
    display: inline-flex !important;
}
/* End */
/* /bitrix/templates/redesign/components/bitrix/catalog/shop1/style.css?17484385897947 */
/* /bitrix/templates/redesign/components/bitrix/catalog.smart.filter/smart-filter/style.css?175378509330733 */
/* /bitrix/templates/redesign/components/bitrix/system.pagenavigation/shop/style.css?1732605370584 */
/* /bitrix/templates/redesign/components/bitrix/catalog.section/shop_items/style.css?17334824192552 */
/* /bitrix/templates/redesign/components/bitrix/news.list/services/style.css?17334823631279 */
/* /bitrix/templates/redesign/components/sotbit/seo.meta.tags/groups/style.css?17334826521483 */
