

/* Start:/local/templates/bx_orion_redesign/components/bitrix/catalog/catalog/style.css?17633899963790*/
.grid{}
.grid .bx_content_section{
	margin-bottom: 15px;
}
.grid .bx_sidebar{
	margin-bottom: 15px;
}

/* grid2x1 */
.grid2x1{}
.grid2x1 .bx_content_section{
	float: left;
	width: 66%;
	margin-bottom: 15px;
}
.grid2x1 .bx_sidebar{
	float: right;
	width: 33%;
	margin-bottom: 15px;
	padding-left: 5%;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
@media (max-width:960px){
	.grid2x1 .bx_sidebar{
		padding-left: 4%;
	}
}
@media (max-width:640px) {
	.grid2x1 .bx_content_section,
	.grid2x1 .bx_sidebar{
		width: 100%;
		float: none;
	}
	.grid2x1 .bx_sidebar{
		padding-left: 3%;
	}
}
@media (max-width:479px){
	.grid2x1 .bx_sidebar{
		padding-left: 1%;
	}

}

.catalog-block-header{
	font-size:14px;
	font-weight: bold;
	text-align: left;
	margin:5px 0;
	padding:5px 15px;
	border-bottom: 2px solid #d9dee6;
	color: #000;
}
.more-sections{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	width: 100%;
	align-items: center;
	margin-top: 30px;
}
.more-sections a,.more-sections span{
	margin-bottom: 10px;
}
.more-sections a{
	white-space: break-spaces;
}
.more-sections span{
	font-size: 18px;
	line-height: 1.35;
	font-family: 'Roboto',Arial,sans-serif;
	font-weight: 600;
	color: #000;
}
.more-sections-link{
	/* background: #ffd014 !important;
	text-align: center!important;
	color: #000 !important;
	font-size: 17px!important;
	text-decoration: none!important;
	font-weight: 700!important;
	white-space: nowrap!important;
	padding: 10px 10px!important;
	margin: 0 10px!important;
	border-radius: 5px!important; */
}
@media (max-width:480px){
	.more-sections a{
		font-size: 14px;

	}
	.more-sections{
		flex-direction: column;
		justify-content: center;
		max-width: 90%!important;
		margin: 30px auto 0!important;
	}
}
body.bx-theme-blue .catalog-block-header{border-color:#006cc0;}
body.bx-theme-green .catalog-block-header{border-color:#63aa28;}
body.bx-theme-red .catalog-block-header{border-color:#da3737;}
body.bx-theme-yellow .catalog-block-header{border-color:#f4b236;}


.catalog-section__actions {
	margin: 20px 20px 0;
}
.sort {
	margin-top: 24px;
	width: 100%;
	max-width: 267px;
}
.sort-label {
	font-size: 14px;
	font-weight: 500;
	color: #262626;
}
.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__value {
	position: relative;
	padding: 11px;
	width: 100%;
	border: 1px solid #ededed;
	border-radius: 5px;
	box-sizing: border-box;
	font-family: var(--font-family);
	font-weight: 400;
	font-size: 13px;
	line-height: 120%;
	text-transform: uppercase;
	color: #262626;
	cursor: pointer;
}
.sort__value::before  {
	content: "";
	position: absolute;
	top: 50%;
	right: 12px;
	width: 16px;
	height: 16px;
	background-image: url("/upload/icons/chevron.svg");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	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 a {
	white-space: nowrap;
	font-size: 14px;
	font-weight: 400;
	color: #828282;
}
.sort__list a:hover {
	text-decoration: none;
	color: #828282;
}
#sort-catalog.open + .sort__list {
	max-height: none;
	overflow: visible;
	padding: 15px;

	border: 1px solid #BDBDBD;
	border-radius: 4px;
}
#sort-catalog.open::before {
	transform: rotate(180deg) translateY(50%);
}
.sort-wrapper {
	position: relative;
}
/* End */


/* Start:/local/templates/bx_orion_redesign/components/bitrix/breadcrumb/optimus/style.css?1768989329408*/
.breadcrumbs {
    margin: 30px 0 12px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 6px;
}
.breadcrumbs a,
.breadcrumbs .separator,
.breadcrumbs span.number {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 14px;
    line-height: 120%;
    color: #999;
}
.breadcrumbs span.number,
.breadcrumbs a:hover {
    color: #262626;
    text-decoration: none;
}
/* End */


/* Start:/local/templates/bx_orion_redesign/components/bitrix/catalog/catalog/bitrix/catalog.section.list/.default/style.css?17630442726086*/
/* line */
.bx_catalog_line { margin-bottom: 30px; }

.bx_catalog_line .bx_catalog_line_category_title {
	padding-bottom: 14px;
	border-bottom: 1px solid #e5e5e5;
	font-size: 24px;
}

.bx_catalog_line .bx_catalog_line_category_title a {
	color: #000;
	text-decoration: none;
}

.bx_catalog_line .bx_catalog_line_ul { padding: 0; }

.bx_catalog_line .bx_catalog_line_ul li {
	margin-bottom: 20px;
	list-style: none;
}

.bx_catalog_line .bx_catalog_line_ul li:before { content: '' !important }

.bx_catalog_line .bx_catalog_line_img {
	position: relative;
	display: block;
	float: left;
	overflow: hidden;
	margin-right: 40px;
	width: 125px;
	height: 125px;
	border: 1px solid #ccc;
	border-radius: 2px;
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	-webkit-background-size: contain;
}

.bx_catalog_line .bx_catalog_line_title {
	margin-bottom: 10px;
	padding: 0;
	vertical-align: top;
	line-height: 18px;
}

.bx_catalog_line .bx_catalog_line_title a {
	color: #4c7da6;
	font-size: 18px;
}

.bx_catalog_line .bx_catalog_line_title a:hover { text-decoration: none; }

.bx_catalog_line .bx_catalog_line_title span { font-size: 16px }

.bx_catalog_line .bx_catalog_line_description {
	color: #3f3f3f;
	font-size: 13px;
	line-height: 16px;
}

@media (max-width: 639px) {
	.bx-touch .bx_catalog_line .bx_catalog_line_img {
		margin-right: 10px;
		width: 50px;
		height: 50px;
	}

	.bx-touch .bx_catalog_line .bx_catalog_line_title {
		margin-bottom: 5px;
		line-height: 14px;
	}

	.bx-touch .bx_catalog_line .bx_catalog_line_title a { font-size: 14px; }

	.bx-touch .bx_catalog_line .bx_catalog_line_description { font-size: 11px; }
}

.bx_catalog_line .bx_catalog_line_img,
.bx_catalog_line .bx_catalog_line_title,
.bx_catalog_line .bx_catalog_line_title a,
.bx_catalog_line .bx_catalog_line_description { transition: all 0.3s ease; }

/* text */
.bx_catalog_text { margin-bottom: 30px; }

.bx_catalog_text .bx_catalog_text_category_title {
	padding-bottom: 14px;
	border-bottom: 1px solid #e5e5e5;
	font-size: 24px;
}

.bx_catalog_text .bx_catalog_text_category_title a {
	color: #000;
	text-decoration: none;
}

.bx_catalog_text .bx_catalog_text_ul { padding: 0; }

.bx_catalog_text .bx_catalog_text_ul li {
	float: left;
	margin: 0 10px 10px;
	list-style: none;
}

.bx_catalog_text .bx_catalog_text_ul li:before { content: '' !important }

.bx_catalog_text .bx_catalog_text_title {
	margin: 0;
	padding: 0;
	vertical-align: top;
	font-size: 14px;
	line-height: 14px;
}

.bx_catalog_tile .bx_catalog_tile_title a {
	display: inline-block;
	overflow: hidden;
	max-width: 100%;
	color: #4c7da6;
	-ms-text-overflow: ellipsis;
	text-overflow: ellipsis;
	font-size: 14px;
}

.bx_catalog_text .bx_catalog_text_title a:hover { text-decoration: none }

.bx_catalog_text .bx_catalog_text_title span { font-size: 12px; }

@media (max-width: 639px) {
	.bx-touch .bx_catalog_text .bx_catalog_line_title {
		margin-bottom: 5px;
		line-height: 12px;
	}

	.bx-touch .bx_catalog_text .bx_catalog_line_title a { font-size: 12px; }
}

.bx_catalog_text .bx_catalog_line_title,
.bx_catalog_text .bx_catalog_line_title a { transition: all 0.3s ease; }

/* tile */

.bx_catalog_tile { margin-bottom: 30px; }

.bx_catalog_tile .bx_catalog_tile_category_title {
	padding-bottom: 14px;
	border-bottom: 1px solid #e5e5e5;
	font-size: 24px;
}

.bx_catalog_tile .bx_catalog_tile_category_title a {
	color: #000;
	text-decoration: none;
}

.bx_catalog_tile .bx_catalog_tile_ul { padding: 0; }

.bx_catalog_tile .bx_catalog_tile_ul li {
	float: left;
	box-sizing: border-box;
	margin-bottom: 20px;
	padding: 0 10px;
	width: 12.5%;
	list-style: none;
	text-align: center;
}

.bx_catalog_tile .bx_catalog_tile_ul li:before { content: '' !important }

.bx_catalog_tile .bx_catalog_tile_ul li:nth-child(8n+1) { clear: both; }

.bx_catalog_tile .bx_catalog_tile_img {
	position: relative;
	display: block;
	overflow: hidden;
	margin: 0 auto;
	width: 78px;
	height: 78px;
	border: 1px solid #ccc;
	border-radius: 2px;
	background-color: #fff;
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	-webkit-background-size: contain;
}

.bx_catalog_tile .bx_catalog_tile_title {
	margin-top: 5px;
	margin-bottom: 10px;
	padding: 0;
	vertical-align: top;
	line-height: 14px;
}

.bx_catalog_tile .bx_catalog_tile_title a {
	color: #4c7da6;
	font-size: 14px;
}

.bx_catalog_tile .bx_catalog_tile_title a:hover { text-decoration: none; }

.bx_catalog_tile .bx_catalog_tile_title span { font-size: 12px; }

/*2*/
@media (max-width: 980px) {
	.bx_catalog_tile .bx_catalog_tile_ul li { width: 20%; }

	.bx_catalog_tile .bx_catalog_tile_ul li:nth-child(8n+1) { clear: none; }

	.bx_catalog_tile .bx_catalog_tile_ul li:nth-child(5n+1) { clear: both; }
}

/*3*/
@media (max-width: 639px) {
	.bx-touch .bx_catalog_tile .bx_catalog_tile_title {
		margin-bottom: 5px;
		line-height: 14px;
	}

	.bx-touch .bx_catalog_tile .bx_catalog_tile_title { line-height: 10px; }

	.bx-touch .bx_catalog_tile .bx_catalog_tile_title a { font-size: 11px; }
}

@media (min-width: 480px) and (max-width: 639px) {
	.bx-touch .bx_catalog_tile .bx_catalog_tile_ul li { width: 25%; }

	.bx-touch .bx_catalog_tile .bx_catalog_tile_ul li:nth-child(8n+1) { clear: none; }

	.bx-touch .bx_catalog_tile .bx_catalog_tile_ul li:nth-child(5n+1) { clear: none; }

	.bx-touch .bx_catalog_tile .bx_catalog_tile_ul li:nth-child(4n+1) { clear: both; }
}

/*4*/
@media (max-width: 479px) {
	.bx-touch .bx_catalog_tile .bx_catalog_tile_ul li { width: 33.3%; }

	.bx-touch .bx_catalog_tile .bx_catalog_tile_img {
		width: 100%;
		height: 80px;
	}

	.bx-touch .bx_catalog_tile .bx_catalog_tile_ul li:nth-child(8n+1) { clear: none; }

	.bx-touch .bx_catalog_tile .bx_catalog_tile_ul li:nth-child(5n+1) { clear: none; }

	.bx-touch .bx_catalog_tile .bx_catalog_tile_ul li:nth-child(3n+1) { clear: both; }

}

.bx_catalog_tile .bx_catalog_tile_title,
.bx_catalog_tile .bx_catalog_tile_title a,
.bx_catalog_tile .bx_catalog_tile_ul li,
.bx_catalog_tile .bx_catalog_tile_img { transition: all 0.3s ease; }


/* End */


/* Start:/local/templates/bx_orion_redesign/components/bitrix/catalog.smart.filter/smart-filter/style.css?176416785724502*/
.dnd_filter .bx-filter {
	display: flex;
	flex-direction: column;
	gap: 20px;
	width: 100%;
	min-width: 220px;
}
.col-xs-offset-wrapper {
	margin-left: 3px;
}
.dnd_filter .bx-filter .bx-filter-title {
	font-family: var(--font-family);
	font-weight: 600;
	font-size: 18px;
	line-height: 120%;
	text-transform: uppercase;
	color: #262626;
}
.dnd_filter .bx-filter .bx-filter-title > span {
	color: #262626;
	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-row {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 8px;
}
@media (max-width:1280px) {
	.dnd_filter .bx-filter .bx-filter-row {
		grid-template-columns: repeat(3, 1fr);
	}
}
.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';
}

.dnd_filter .bx-filter .bx-filter-block {
	display: none;
	position: absolute;
	top: calc(100% + 8px);
	left: 0;
	width: 100%;
	padding: 8px 10px;
	background: #fff;
	border-radius: 5px;
	box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.16);
	box-sizing: border-box;
	z-index: 1;
}
.list {
	margin: 0;
	padding: 0;
	display: flex;
	flex-direction: column;
}
.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;
	padding: 3px 0;
	display: flex;
	align-items: center;
	gap: 10px;
	font-family: var(--font-family);
	font-weight: 400;
	font-size: 14px;
	color: #262626;
}
.list__item .bx-filter-param-label > input {
	position: absolute;
	top: 13px;
	left: 10px;
	width: 1px;
	height: 1px;
	opacity: 0;
}
.filter-checkbox {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 21px;
	height: 21px;
	background-color: #f8f8f8;
	border: 1px solid #e8e8e8;
	border-radius: 4px;
	box-sizing: border-box;
	cursor: pointer;
}
.filter-checkbox > svg {
	display: none;
	width: 19px;
	height: 19px;
}
.list__item .bx-filter-param-label > input:checked + .filter-checkbox {
	background-color: #f55800;
	border-color: #f55800;
}
.list__item .bx-filter-param-label > input:checked + .filter-checkbox > svg {
	display: block;
}
.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;
}
.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 {
	position: relative;
}
.dnd_filter .bx-filter .bx-filter-parameters-box-title {
	padding: 11px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	background-color: #fff;
	border: 1px solid #ededed;
	border-radius: 5px;
	cursor: pointer;
}
.dnd_filter .bx-filter .bx-filter-parameters-box-title span {
	font-family: var(--font-family);
	font-weight: 400;
	font-size: 13px;
	line-height: 120%;
	text-transform: uppercase;
	text-align: center;
	text-overflow: ellipsis;
	white-space: nowrap;
	color: #999;
	overflow: hidden;
	transition-duration: 400ms;
}
.dnd_filter .bx-filter .bx-filter-parameters-box-title.open span {
	color: #262626;
}
.dnd_filter .bx-filter .bx-filter-parameters-box-title svg {
	width: 16px;
	height: 16px;
	stroke: #999;
	transition-duration: 400ms;
}
.dnd_filter .bx-filter .bx-filter-parameters-box-title.open svg {
	stroke: #262626;
	transform: rotate(-180deg);
}
.filter-buttons-wrapper {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}
.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;
}
/*
* INPUTS
*
*/

.dnd_filter .bx-filter .bx-filter-input-container input {
	padding: 11px;
	padding-left: 35px;
	width: 110px;
	border: 1px solid #ededed;
	border-radius: 5px;
	box-sizing: border-box;
	font-family: var(--font-family);
	font-weight: 400;
	font-size: 13px;
	line-height: 120%;
	text-transform: uppercase;
	text-align: center;
	color: #262626;
}
.dnd_filter .bx-filter .bx-filter-input-container {
	position: relative;
}
.dnd_filter .bx-filter .bx-filter-input-container span {
	position: absolute;
	top: 12px;
	left: 12px;
	font-family: var(--font-family);
	font-weight: 400;
	font-size: 13px;
	line-height: 120%;
	text-transform: uppercase;
	text-align: center;
	color: #999;
}
/*
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%);
}
/*
*Track
*
*/

.dnd_filter .bx-filter .bx-ui-slider-track-container {
}
.dnd_filter .bx-filter .bx-ui-slider-track {
	position: relative;
	margin: 13px 0;
	height: 2px;
	background: #e8e8e8;
}
.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: 50%;
	width: 16px;
	height: 16px;
	background-color: #fff;
	border: 2px solid #f55800;
	border-radius: 100px;
	transform: translateY(-50%);
}
.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;
}
.dnd_filter .bx-filter .bx-ui-slider-handle.right {
	right: 0;
}

/*
*	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(/local/templates/bx_orion_redesign/components/bitrix/catalog.smart.filter/smart-filter/images/border_default.png) 2 repeat;
	-moz-border-image: url(/local/templates/bx_orion_redesign/components/bitrix/catalog.smart.filter/smart-filter/images/border_default.png) 2 repeat;
	-o-border-image: url(/local/templates/bx_orion_redesign/components/bitrix/catalog.smart.filter/smart-filter/images/border_default.png) 2 repeat;
	border-image: url(/local/templates/bx_orion_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(/local/templates/bx_orion_redesign/components/bitrix/catalog.smart.filter/smart-filter/images/active.png) 2 repeat;
	   -moz-border-image: url(/local/templates/bx_orion_redesign/components/bitrix/catalog.smart.filter/smart-filter/images/active.png) 2 repeat;
		 -o-border-image: url(/local/templates/bx_orion_redesign/components/bitrix/catalog.smart.filter/smart-filter/images/active.png) 2 repeat;
			border-image: url(/local/templates/bx_orion_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-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.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(/local/templates/bx_orion_redesign/components/bitrix/catalog.smart.filter/smart-filter/images/border_default.png) 2 repeat;
	-moz-border-image: url(/local/templates/bx_orion_redesign/components/bitrix/catalog.smart.filter/smart-filter/images/border_default.png) 2 repeat;
	-o-border-image: url(/local/templates/bx_orion_redesign/components/bitrix/catalog.smart.filter/smart-filter/images/border_default.png) 2 repeat;
	border-image: url(/local/templates/bx_orion_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(/local/templates/bx_orion_redesign/components/bitrix/catalog.smart.filter/smart-filter/images/active.png) 2 repeat;
	   -moz-border-image: url(/local/templates/bx_orion_redesign/components/bitrix/catalog.smart.filter/smart-filter/images/active.png) 2 repeat;
		 -o-border-image: url(/local/templates/bx_orion_redesign/components/bitrix/catalog.smart.filter/smart-filter/images/active.png) 2 repeat;
			border-image: url(/local/templates/bx_orion_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(/local/templates/bx_orion_redesign/components/bitrix/catalog.smart.filter/smart-filter/images/result_popup_left.png) 4 20 4 4 repeat;
	-moz-border-image: url(/local/templates/bx_orion_redesign/components/bitrix/catalog.smart.filter/smart-filter/images/result_popup_left.png) 4 20 4 4 repeat;
	-o-border-image: url(/local/templates/bx_orion_redesign/components/bitrix/catalog.smart.filter/smart-filter/images/result_popup_left.png) 4 20 4 4 repeat;
	border-image: url(/local/templates/bx_orion_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(/local/templates/bx_orion_redesign/components/bitrix/catalog.smart.filter/smart-filter/images/result_popup_right.png) 4 4 4 20 repeat;
	-moz-border-image: url(/local/templates/bx_orion_redesign/components/bitrix/catalog.smart.filter/smart-filter/images/result_popup_right.png) 4 4 4 20 repeat;
	-o-border-image: url(/local/templates/bx_orion_redesign/components/bitrix/catalog.smart.filter/smart-filter/images/result_popup_right.png) 4 4 4 20 repeat;
	border-image: url(/local/templates/bx_orion_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);
  }
} 
.price-slider-inputs {
	padding: 6px 0;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 4px;
}
.filter-checkbox-wrapper {
	position: relative;
}
.filter-search-wrapper {
	position: relative;
}
.filter-search {
	margin: 6px 0;
	padding: 11px;
	padding-right: 34px;
	width: 100%;
	border: 1px solid #ededed;
	border-radius: 5px;
	box-sizing: border-box;
	font-family: var(--font-family);
	font-weight: 400;
	font-size: 13px;
	line-height: 120%;
	text-transform: uppercase;
	color: #262626;
}
.filter-search::placeholder {
	color: #999;
}
.filter-search-loupe {
	position: absolute;
	top: 19px;
	right: 12px;
	width: 13px;
	height: 14px;
}
.filters-mobile {
	display: none;
	padding: 3px 0;
	align-items: center;
	gap: 8px;
	font-family: var(--font-family);
	font-weight: 500;
	font-size: 13px;
	line-height: 120%;
	text-transform: uppercase;
	color: #f55800;
}
.filters-wrapper-inner {
	display: flex;
	flex-direction: column;
	gap: 24px;
}
.filters-wrapper-header {
	display: none;
	align-items: center;
	justify-content: space-between;
	font-family: var(--font-family);
	font-weight: 600;
	font-size: 25px;
	text-transform: uppercase;
	text-align: center;
	color: #262626;
}
@media (max-width:992px) {
	.filters-mobile {
		display: block;
	}
	.filters-wrapper {
		display: none;
		position: fixed;
		top: 0;
		right: 0;
		width: 100vw;
		height: 100vh;
		background-color: rgba(0, 0, 0, .5);
		z-index: 1111;
	}
	.filters-wrapper.active {
		display: block;
	}
	.filters-wrapper-inner {
		margin-left: auto;
		padding: 30px 10px 20px;
		gap: 20px;
		width: 320px;
		height: 100%;
		background-color: #fff;
		box-sizing: border-box;
		overflow-y: auto;
	}
	.filters-wrapper-header {
		display: flex;
	}
	.filters-wrapper-header button {
		padding: 0;
		background: none;
		border: none;
		outline: none;
	}
	.dnd_filter .bx-filter .bx-filter-row {
		grid-template-columns: 1fr;
	}
	.dnd_filter .bx-filter .bx-filter-block {
		position: static;
		top: 0;
		margin: 8px 0;
		padding: 0;
		max-height: 224px;
		box-shadow: none;
	}
	.filter-search-wrapper {
		display: none;
	}
	.filter-buttons-wrapper .button {
		width: 100%;
	}
}
/* End */


/* Start:/local/templates/bx_orion_redesign/components/bitrix/catalog.smart.filter/smart-filter/themes/dnd/colors.css?17633827982639*/
.bx-filter.bx-dnd .bx-filter-section {
	/*background: #edf6fc;*/
}
/*
* INPUTS
*
*/
.bx-filter.bx-dnd .bx-filter-input-container input:focus {
	border-color: #499fd8;
}
.bx-retina .bx-filter.bx-dnd .bx-filter-input-container input:focus {
	-webkit-border-image: url(/local/templates/bx_orion_redesign/components/bitrix/catalog.smart.filter/smart-filter/themes/dnd/images/active.png) 2 repeat;
	-moz-border-image: url(/local/templates/bx_orion_redesign/components/bitrix/catalog.smart.filter/smart-filter/themes/dnd/images/active.png) 2 repeat;
	-o-border-image: url(/local/templates/bx_orion_redesign/components/bitrix/catalog.smart.filter/smart-filter/themes/dnd/images/active.png) 2 repeat;
	border-image: url(/local/templates/bx_orion_redesign/components/bitrix/catalog.smart.filter/smart-filter/themes/dnd/images/active.png) 2 repeat;
}
/*
*Track
*
*/
.bx-filter.bx-dnd .bx-ui-slider-pricebar-vd{background: #e8e8e8;}
.bx-filter.bx-dnd .bx-ui-slider-pricebar-vn{background: #e8e8e8;}
.bx-filter.bx-dnd .bx-ui-slider-pricebar-v {background: #f55800;}
/*
*	Select
*
*/
.bx-filter.bx-dnd .bx-filter-select-container.bx-active,
.bx-filter.bx-dnd .bx-filter-select-container:focus {
	border-color: #499fd8;
}
.bx-retina .bx-filter.bx-dnd .bx-filter-select-container.bx-active,
.bx-retina .bx-filter.bx-dnd .bx-filter-select-container:focus {
	-webkit-border-image: url(/local/templates/bx_orion_redesign/components/bitrix/catalog.smart.filter/smart-filter/themes/dnd/images/active.png) 2 repeat;
	-moz-border-image: url(/local/templates/bx_orion_redesign/components/bitrix/catalog.smart.filter/smart-filter/themes/dnd/images/active.png) 2 repeat;
	-o-border-image: url(/local/templates/bx_orion_redesign/components/bitrix/catalog.smart.filter/smart-filter/themes/dnd/images/active.png) 2 repeat;
	border-image: url(/local/templates/bx_orion_redesign/components/bitrix/catalog.smart.filter/smart-filter/themes/dnd/images/active.png) 2 repeat;
}
/*
*	Select popup
*
*/
/*
* TAGS
*
*/
.bx-filter.bx-dnd .bx-filter-tag {
	border-top: 1px solid #d7eaf7;
	border-bottom: 1px solid #d7eaf7;
}
.bx-filter.bx-dnd .bx-tag-link {
	color: #68939e;
}
/*
*	LABEL
*
*/
/*
*	Checkbox / Radio 
*
*/
/*
* 	BTN 
*
*/
.bx-filter.bx-dnd .bx-filter-param-label.bx-active .bx-filter-param-btn,
.bx-filter.bx-dnd .bx-filter-param-btn:hover,
.bx-filter.bx-dnd .bx-filter-param-btn:active,
.bx-filter.bx-dnd .bx-filter-param-btn:focus {
	border-color: #499fd8;
}
.bx-retina .bx-filter.bx-dnd .bx-filter-param-label.bx-active .bx-filter-param-btn,
.bx-retina .bx-filter.bx-dnd .bx-filter-param-btn:hover,
.bx-retina .bx-filter.bx-dnd .bx-filter-param-btn:active,
.bx-retina .bx-filter.bx-dnd .bx-filter-select-container:focus {
	-webkit-border-image: url(/local/templates/bx_orion_redesign/components/bitrix/catalog.smart.filter/smart-filter/themes/dnd/images/active.png) 2 repeat;
	-moz-border-image: url(/local/templates/bx_orion_redesign/components/bitrix/catalog.smart.filter/smart-filter/themes/dnd/images/active.png) 2 repeat;
	-o-border-image: url(/local/templates/bx_orion_redesign/components/bitrix/catalog.smart.filter/smart-filter/themes/dnd/images/active.png) 2 repeat;
	border-image: url(/local/templates/bx_orion_redesign/components/bitrix/catalog.smart.filter/smart-filter/themes/dnd/images/active.png) 2 repeat;
}
/*
* BTN P/M
*
*/
/*
*	icon
*
*/
/*
* 	BIZ
*
*/
/*
*	BTN result and reset 
*
*/

.bx-filter.bx-dnd .btn-themes {
	background-color: #2c2c2c;
	border-color: #2c2c2c;
	color: #FFF;
    font-size: 12px;
    font-family: 'Gotham Pro';
}
.bx-filter.bx-dnd .btn-themes.bx-active,
.bx-filter.bx-dnd .btn-themes.focus,
.bx-filter.bx-dnd .btn-themes:active,
.bx-filter.bx-dnd .btn-themes:focus,
.bx-filter.bx-dnd .btn-themes:hover{
	background-color: #e53a40;
	border-color: #e53a40;
	color: #FFF
}
/*
* 	Result Popup
*
*/
/* End */


/* Start:/local/templates/bx_orion_redesign/components/sotbit/seo.meta.tags/catalog/style.css?1769152487246*/
.seo-meta-section{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
@media (max-width: 960px){
.seo-meta-tags {
    flex-direction: column;
}
}
.sotbit-seometa-tag-link.hidden {
    display: none;
}
/* End */


/* Start:/local/templates/bx_orion_redesign/components/bitrix/catalog.section/catalog/style.css?17631038462038*/
.products {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}
.products--triple {
    grid-template-columns: repeat(3, 1fr);
}
.product {
    padding: 20px;
    display: flex;
    flex-direction: column;
    gap: 12px;
    background-color: #fff;
    border: 1px solid #ededed;
    border-radius: 8px;
}
.product__top {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: space-between;
}
.product__label {
    font-family: var(--font-family);
    font-weight: 500;
    font-size: 18px;
    line-height: 110%;
    text-transform: uppercase;
    color: #f55800;
}
.product__img {
    width: 100%;
    height: 240px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.product__title {
    display: flex;
    flex-direction: column;
    gap: 6px;
}
.product__title:hover {
    text-decoration: none;
}
.product__caption {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 14px;
    line-height: 150%;
    color: #999;
}
.product__name {
    font-family: var(--font-family);
    font-weight: 500;
    font-size: 18px;
    line-height: 140%;
    color: #262626;
}
.product__prices {
    margin-bottom: auto;
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.product__price {
    display: flex;
    align-items: center;
    gap: 7px;
    font-family: var(--font-family);
    font-weight: 500;
    font-size: 16px;
    line-height: 120%;
    color: #f55800;
}
.product__value {
    font-weight: 600;
    font-size: 20px;
}
.product__button {
    margin-top: 8px;
    width: 100%;
    text-align: center;
}
@media (max-width:996px) {
    .products {
        grid-template-columns: repeat(2, 1fr);
        gap: 12px;
    }
}
@media (max-width: 640px) {
    .product {
        padding: 16px;
    }
    .product__label {
        font-size: 15px;
    }
    .product__img {
        height: 200px;
    }
}
@media (max-width:440px) {
    .products {
        grid-template-columns: 1fr;
    }
}
/* End */
/* /local/templates/bx_orion_redesign/components/bitrix/catalog/catalog/style.css?17633899963790 */
/* /local/templates/bx_orion_redesign/components/bitrix/breadcrumb/optimus/style.css?1768989329408 */
/* /local/templates/bx_orion_redesign/components/bitrix/catalog/catalog/bitrix/catalog.section.list/.default/style.css?17630442726086 */
/* /local/templates/bx_orion_redesign/components/bitrix/catalog.smart.filter/smart-filter/style.css?176416785724502 */
/* /local/templates/bx_orion_redesign/components/bitrix/catalog.smart.filter/smart-filter/themes/dnd/colors.css?17633827982639 */
/* /local/templates/bx_orion_redesign/components/sotbit/seo.meta.tags/catalog/style.css?1769152487246 */
/* /local/templates/bx_orion_redesign/components/bitrix/catalog.section/catalog/style.css?17631038462038 */
