

/* Start:/local/templates/capybara4/assets/vendor/tiny-slider/tiny-slider.css?17296867682181*/
.tns-outer{padding:0 !important}.tns-outer [hidden]{display:none !important}.tns-outer [aria-controls],.tns-outer [data-action]{cursor:pointer}.tns-slider{-webkit-transition:all 0s;-moz-transition:all 0s;transition:all 0s}.tns-slider>.tns-item{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.tns-horizontal.tns-subpixel{white-space:nowrap}.tns-horizontal.tns-subpixel>.tns-item{display:inline-block;vertical-align:top;white-space:normal}.tns-horizontal.tns-no-subpixel:after{content:'';display:table;clear:both}.tns-horizontal.tns-no-subpixel>.tns-item{float:left}.tns-horizontal.tns-carousel.tns-no-subpixel>.tns-item{margin-right:-100%}.tns-no-calc{position:relative;left:0}.tns-gallery{position:relative;left:0;min-height:1px}.tns-gallery>.tns-item{position:absolute;left:-100%;-webkit-transition:transform 0s, opacity 0s;-moz-transition:transform 0s, opacity 0s;transition:transform 0s, opacity 0s}.tns-gallery>.tns-slide-active{position:relative;left:auto !important}.tns-gallery>.tns-moving{-webkit-transition:all 0.25s;-moz-transition:all 0.25s;transition:all 0.25s}.tns-autowidth{display:inline-block}.tns-lazy-img{-webkit-transition:opacity 0.6s;-moz-transition:opacity 0.6s;transition:opacity 0.6s;opacity:0.6}.tns-lazy-img.tns-complete{opacity:1}.tns-ah{-webkit-transition:height 0s;-moz-transition:height 0s;transition:height 0s}.tns-ovh{overflow:hidden}.tns-visually-hidden{position:absolute;left:-10000em}.tns-transparent{opacity:0;visibility:hidden}.tns-fadeIn{opacity:1;filter:alpha(opacity=100);z-index:0}.tns-normal,.tns-fadeOut{opacity:0;filter:alpha(opacity=0);z-index:-1}.tns-vpfix{white-space:nowrap}.tns-vpfix>div,.tns-vpfix>li{display:inline-block}.tns-t-subp2{margin:0 auto;width:310px;position:relative;height:10px;overflow:hidden}.tns-t-ct{width:2333.3333333%;width:-webkit-calc(100% * 70 / 3);width:-moz-calc(100% * 70 / 3);width:calc(100% * 70 / 3);position:absolute;right:0}.tns-t-ct:after{content:'';display:table;clear:both}.tns-t-ct>div{width:1.4285714%;width:-webkit-calc(100% / 70);width:-moz-calc(100% / 70);width:calc(100% / 70);height:10px;float:left}

/*# sourceMappingURL=sourcemaps/tiny-slider.css.map */

/* End */


/* Start:/local/templates/capybara4/components/bitrix/catalog/marketplace/style.css?17352886815685*/
.catalog-sections {
	display: flex;
	flex-direction: column;
}
@media (min-width: 1200px) {
	.solution-wrap:not(.solution-wrap--wide) {
		display: grid;
		grid-template-columns: 4fr 9fr;
		column-gap: 30px;
	}
}
@media (min-width: 1550px) {
	.solution-wrap {
		column-gap: 40px;
	}
}
.solution-wrap__catalog-block {
	margin-bottom: 30px;
}
@media (min-width: 1200px) {
	.solution-wrap__catalog-block {
		margin-bottom: 60px;
	}
}
/* nice-select */
select[data-select]:not(.wide) {
	visibility: hidden;
}
select[data-select].wide {
	border: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	opacity: 0;
}
select:focus {
	outline: none
}
[data-select],
[data-select] + .nice-select {
	--color: #fff;
	--color-hover: var(--yellow);
	--bg-color: #3D3D3D;
	--bg-color-hover: #3D3D3D;
	--border-color: #4A4A4A;
	--list-color: #fff;
	--list-color-hover: var(--yellow);
	--list-bg-color: #3D3D3D;
	--list-bg-color-hover: #2D2D2D;
	--list-border-color: #4A4A4A;
	--item-height: 48px;
}
[data-select] + .nice-select {
	display: inline-flex;
	align-items: center;
	width: 100%;
	height: var(--item-height);
	padding-left: 0;
	border: none;
	border: 1px solid var(--border-color);
	border-radius: 0;
	background-color: var(--bg-color);
	color: var(--color);
	font-size: 14px;
	font-weight: 300;
	/* line-height: 1.5; */
	-webkit-transition-timing-function: ease;
	-o-transition-timing-function: ease;
	transition-timing-function: ease;
	-webkit-transition-duration: .3s;
	-o-transition-duration: .3s;
	transition-duration: .3s;
	-webkit-transition-property: color, border;
	-o-transition-property: color, border;
	transition-property: color, border;
}
[data-select]:has(option:checked:not(:first-child)) + .nice-select,
[data-select] + .nice-select:hover {
	border-color: var(--border-color);
	color: var(--color);
}
[data-select] + .nice-select > span {
	padding: 12px;
}
[data-select] + .nice-select:active,
[data-select] + .nice-select.open,
[data-select] + .nice-select:focus {
	border-color: var(--border-color);
}
[data-select] + .nice-select.open > span {
	color: #787878;
}
/* выпадающий */
[data-select] + .nice-select .nice-select-dropdown {
	border-radius: 0;
	margin: 0 -1px;
	border: 1px solid var(--border-color);
	border-top: none;
	background-color: var(--list-bg-color);
}
[data-select] + .nice-select .option {
	font-weight: 300;
	padding: 4px 12px;
}
[data-select] + .nice-select .list {
	max-height: calc(var(--item-height) * 5 + 10px);
}
/* выбранный пункт в списке */
[data-select] + .nice-select .option:hover,
[data-select] + .nice-select .option.focus,
[data-select] + .nice-select .option.selected.focus {
	color: var(--list-color-hover);
	background-color: var(--list-bg-color-hover);
}
[data-select] + .nice-select .option.selected.focus {
	display: none;
}
/* стрелка */
[data-select] + .nice-select:after {
	top: unset;
	right: 17px;
	width: 12px;
	height: 12px;
	border-bottom: 1px solid var(--color);
	border-right: 1px solid var(--color);
	margin-top: unset;
	transform-origin: 66% 66%;
	transform: rotate(45deg);
}
/* --nice-select */
/* fix custom vs nice-select */
.nice-select .list {
	display: block;
}
.catalog-controls + .solution-wrap {
	margin-top: 16px;
}
.catalog-controls {
	display: flex;
	flex-direction: column;
	gap: 15px;
}
.catalog-controls__sort {
	display: flex;
	width: 100%;
}
@media (min-width: 576px) {
	.catalog-controls {
		flex-direction: row;
	}
	.catalog-controls__sort {
		max-width: 280px;
	}
}
@media (min-width: 768px) {
	.catalog-controls + .solution-wrap {
		margin-top: 40px;
	}
	.catalog-controls {
		flex-direction: row;
	}
	.catalog-controls__sort {
		max-width: 360px;
	}
}
@media (min-width: 768px) {
	[data-select] + .nice-select {
		--item-height: 54px;
		font-size: 16px;
	}
	[data-select] + .nice-select > span {
		padding: 14px;
	}
	[data-select] + .nice-select .option {
		padding: 5px 14px;
	}
}
@media (min-width: 1200px) {
	.catalog-controls {
		gap: 20px;
	}
	.catalog-controls__sort {
		max-width: 400px;
	}
	[data-select] + .nice-select {
		--item-height: 68px;
		font-size: 20px;
	}
	[data-select] + .nice-select > span {
		padding: 16px;
	}
	[data-select] + .nice-select .option {
		padding: 5px 16px;
	}
	[data-select] + .nice-select:after {
		width: 16px;
		height: 16px;
		right: 22px;
	}
}
@media (min-width: 1550px) {
	.catalog-controls {
		gap: 40px;
	}
}
/* search */
.catalog-controls__search-form {
	width: 100%;
}
.search-form {
	position: relative;
	width: 100%;
}
.search-form__btn {
	position: absolute;
	top: 50%;
	right: 12px;
	transform: translate(0, -50%);
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 6px;
	border: none;
	-webkit-appearance: none;
	-moz-appearance:    none;
	appearance:         none;
	background: none;
}
.search-form__icon {
	width: 15px;
	height: 15px;
}
.search-form__input,
.search-suggest {
	width: 100%;
	max-height: 48px;
	padding: 18px 12px;
	border-bottom: none;
	color: #fff;
	font-size: 14px;
	background-color: #1A1A1A;
}
.search-suggest::placeholder,
.search-form__input::placeholder {
	color: #787878;
}
@media (min-width: 768px) {
	.search-suggest,
	.search-form__input {
		max-height: 54px;
		padding: 20px;
		font-size: 16px;
	}
	.search-form__btn {
		right: 20px;
	}
}
@media (min-width: 1200px) {
	.search-suggest,
	.search-form__input {
		max-height: 68px;
		padding: 20px;
		font-size: 20px;
	}
	.search-form__icon {
		width: 20px;
		height: 20px;
	}
}
@media (min-width: 1550px) {
	.search-form__btn {
		right: 24px;
	}
	.search-suggest,
	.search-form__input {
		padding: 24px;
		font-size: 22px;
	}
	.search-form__icon {
		width: 24px;
		height: 24px;
	}
}
/* End */


/* Start:/local/templates/capybara4/components/bitrix/catalog/marketplace/bitrix/catalog.section.list/.default/style.css?17345242796303*/
.bx_sitemap {
	display: flex;
	flex-direction: column;
	justify-content: start;
}
.section-list {
	padding: 0;
	margin: 0;
	list-style-type: none;
	display: inline-block;
	align-self: self-start;
	width: 100%;
}
.section-list ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
}
.section-list li {
	position: relative;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 4px;
	min-height: 48px;
	padding-left: 20px;
	padding-right: 10px;
	border: 1px solid #4A4A4A;
	font-size: 16px;
	letter-spacing: 0.03em;
	background-color: #3D3D3D;
}
.section-list .bx_sitemap_li_title {
	font-size: 13px;
	letter-spacing: 0.03;
}
.section-list li:not(:last-child) {
	border-bottom: none;
}
.section-list li:hover {
	background-color: #2D2D2D;
}
.section-list input {
	all: revert;
	appearance: none;
	position: relative;
	right: -10px;
	display: block;
	width: 40px;
	height: 40px;
	background-image: url(/local/templates/capybara4/components/bitrix/catalog/marketplace/bitrix/catalog.section.list/.default/./images/arrow-right-white.svg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 12px 12px;
	cursor: pointer;
}
.section-list input:not(:checked) + ul {
	display: none;
}
.section-list input:checked {
	background-image: url(/local/templates/capybara4/components/bitrix/catalog/marketplace/bitrix/catalog.section.list/.default/./images/arrow-right-yellow.svg);
}
.section-list input:checked + ul {
	position: absolute;
	z-index: 2;
	top: -1px;
	left: 100%;
	width: 100%;
}
.section-list > li h2 {
	text-transform: uppercase;
}
/**/
.list-accordion {
	display: flex;
	align-items: center;
	gap: 12px;
	padding: 14px 20px;
	border: 1px solid var(--yellow);
	color: var(--yellow);
}
.list-accordion__icon-svg {
	display: inline-flex;
	align-items: center;
	gap: 6px;
}
.list-accordion.active .list-accordion__icon-svg path {
	fill: #000;
}
.list-accordion__icon {
	--w: 2px;
	--h: 16px;
	--line-color: var(--yellow);
	display: inline-flex;
	align-items: center;
	gap: 6px;
}
.list-accordion__icon > span:nth-child(1),
.list-accordion__icon > span:nth-child(2) {
	display: flex;
	flex-direction: column;
}
.list-accordion__icon > span:nth-child(1)::before,
.list-accordion__icon > span:nth-child(2)::before {
	content: "";
	position: relative;
	display: block;
	width: var(--w);
	height: calc(var(--h) / 2);
	background-color: var(--line-color);
	transition: all 0.3s ease-in-out;
}
.list-accordion__icon > span:nth-child(1)::after,
.list-accordion__icon > span:nth-child(2)::after {
	content: "";
	position: relative;
	display: block;
	width: var(--w);
	height: calc(var(--h) / 2);
	background-color: var(--line-color);
	transition: all 0.3s ease-in-out;
}
.list-accordion__icon > span:nth-child(3) {
	display: block;
	width: var(--w);
	height: var(--h);
	background-color: var(--line-color);
	transition: all 0.3s ease-in-out;
}
.list-accordion.active .list-accordion__icon > span:nth-child(1)::before,
.list-accordion.active .list-accordion__icon > span:nth-child(2)::before {
	transform: rotate(45deg);
	transform-origin: bottom center;
}
.list-accordion.active .list-accordion__icon > span:nth-child(1)::after,
.list-accordion.active .list-accordion__icon > span:nth-child(2)::after {
	transform: rotate(-45deg);
	transform-origin: top center;
}
.list-accordion.active .list-accordion__icon > span:nth-child(3) {
	background-color: transparent;
}
.list-accordion__title {
	position: relative;
	top: 1px;
	font-size: 15px;
	font-family: "Stem";
	font-weight: 500;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}
.list-accordion__icon-switch {
	--line-color: var(--yellow);
	margin-left: auto;
	position: relative;
	top: 4px;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	transition: all 0.3s ease-in-out;
}
.list-accordion__icon-switch::before {
	position: absolute;
	content: "";
	display: block;
	width: 12px;
	height: 12px;
	transform: translateY(-7px) rotate(45deg);
	border: 2px solid var(--line-color);
	border-left-color: transparent;
	border-top-color: transparent;
}
.list-accordion .list-accordion__icon-switch::after {
	position: absolute;
	content: "";
	display: block;
	width: 0px;
	height: 0px;
	transform: rotate(45deg);
	transition: all 0.3s ease-in-out;
	border-right-color: transparent;
	border-bottom-color: transparent;
}
.list-accordion.active .list-accordion__icon-switch {
	top: 1px;
}
.list-accordion.active .list-accordion__icon-switch::after {
	width: 12px;
	height: 12px;
	border: 2px solid var(--line-color);
	border-right-color: transparent;
	border-bottom-color: transparent;
	transform: translateY(7px) rotate(45deg);
}
.list-accordion.active {
	background-color: var(--yellow);
	color: #000;
}
.list-accordion.active .list-accordion__icon-switch,
.list-accordion.active .list-accordion__icon {
	--line-color: #000;
}
@media (min-width:576px) {
	.section-list .bx_sitemap_li_title {
		font-size: 16px;
	}
}
@media (min-width: 768px) {
	.section-list li {
		min-height: 60px;
	}
	.list-accordion.active {
		margin-bottom: 24px;
	}
}
@media (min-width: 768px) and (max-width: 1199px) {
	.bx_sitemap_li_title {
		display: inline-block;
		max-width: calc(100% - 45px);
	}
	.section-list input {
		width: 35px;
		height: 35px;
	}
	.section-list {
		width: 33.3333%;
	}
}
@media (max-width: 1199px) {
	/* стили для работыф аккордионов */
	.js-acc-list {
		max-height: 0;
		overflow: hidden;
		transition: all 0.3s ease-in-out;
	}
	.js-acc-list.show:has(.active) {
		overflow: unset;
	}
}
@media (min-width: 1200px) {
	.section-list {
		display: block;
	}
	.list-accordion {
		display: none;
		margin-bottom: 0;
	}
}
@media (min-width:1400px) {
	.section-list .bx_sitemap_li_title {
		font-size: 20px;
	}
}

@media (max-width: 767px) {
	/* mobile */
	/* скрыть нактивные пункты в верхнем списке */
	.js-acc-list.show:has(> li.active) > li:not(.active) {
		display: none;
	}
	/* скрыть нактивные пункты на втором уровне */
	.js-acc-list.show > li.active ul:has(.active) > li:not(.active) {
		display: none;
	}
	.section-list li.active {
		flex-wrap: wrap;
		height: 100%;
		border: 1px solid #4A4A4A;
		background-color: #3D3D3D;
	}
	.js-acc-list.show li.active li {
		border-left: none;
	}
	.js-acc-list.show li.active li:last-child {
		border-bottom: none;
	}
	.js-acc-list.show {}
	.js-acc-list .active input:checked + ul {
		position: static;
		top: unset;
		left: unset;
	}
}
/* End */


/* Start:/local/templates/capybara4/components/bitrix/catalog/marketplace/bitrix/catalog.smart.filter/.default/style.css?173452309621626*/
.bx-filter {
	width: 100%;
	min-width: 220px;
	font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
	margin-bottom: 20px;
}
.bx-filter .bx-filter-section {
	/*background: #edf6fc; /* color */
	position: relative;
	padding-top: 26px
}
.bx-filter .bx-filter-section > .row {
	padding: 0 5px;
}
.bx-filter .bx-filter-title {
	font-size: 18px;
	margin-bottom: 10px;
	color: #000;
}
/*Sections*/
.bx-filter .bx-filter-parameters-box {
	position: relative;
}
@media (min-width: 992px) {
	.bx-filter .bx-filter-section .col-md-4:nth-child(3n+1) {
		clear: both;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	.bx-filter .bx-filter-section .col-md-4:nth-child(2n+1) {
		clear: both;
	}
}
.bx-filter .bx-filter-parameters-box.bx-active .bx-filter-parameters-box-title span {
	/*color: #95a1a8;*/
}
.bx-filter .bx-filter-parameters-box.bx-active .bx-filter-parameters-box-title span:hover {
	/*color: #758087;*/
	border-color: transparent;
}
.bx-filter .bx-filter-block {
	display: none;
	-webkit-transition: padding .3s ease;
	-moz-transition: padding .3s ease;
	-ms-transition: padding .3s ease;
	-o-transition: padding .3s ease;
	transition: padding .3s ease;
}
.bx-filter .bx-filter-button-box .bx-filter-block,
.bx-filter .bx-filter-parameters-box.bx-active .bx-filter-block {
	display: block;
}
.bx-filter .bx-filter-parameters-box.bx-active .bx-filter-block i.bx-ft-sub {
	font-size: 14px;
	font-style: normal;
	display: block;
	padding-bottom: 5px;
}
.bx-filter-parameters-box-container {
	padding-bottom: 16px;
}
.bx-filter-parameters-box-container .checkbox:first-child {
	margin-top: 0;
}
.bx-filter .bx-filter-parameters-box-container-block {
	font-size: 11px;
	color: #3f3f3f;
}
/*
* INPUTS
*
*/
.bx-filter .bx-filter-input-container {}
/*
.bx-filter .bx-filter-input-container input {
	display: block;
	width: 100%;
	font-size: 18px;
	height: 38px;
	margin: 0;
	padding: 0 4px;
	border: 1px solid #ccd5db;
	border-radius: 2px;
	background: #fff;
	outline: none
}
.bx-retina .bx-filter .bx-filter-input-container input {
	border-style: solid;
	border-width: 1px;
	-webkit-border-image: url(/local/templates/capybara4/components/bitrix/catalog/marketplace/bitrix/catalog.smart.filter/.default/images/border_default.png) 2 repeat;
	-moz-border-image: url(/local/templates/capybara4/components/bitrix/catalog/marketplace/bitrix/catalog.smart.filter/.default/images/border_default.png) 2 repeat;
	-o-border-image: url(/local/templates/capybara4/components/bitrix/catalog/marketplace/bitrix/catalog.smart.filter/.default/images/border_default.png) 2 repeat;
	border-image: url(/local/templates/capybara4/components/bitrix/catalog/marketplace/bitrix/catalog.smart.filter/.default/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(/local/templates/capybara4/components/bitrix/catalog/marketplace/bitrix/catalog.smart.filter/.default/images/active.png) 2 repeat;
	   -moz-border-image: url(/local/templates/capybara4/components/bitrix/catalog/marketplace/bitrix/catalog.smart.filter/.default/images/active.png) 2 repeat;
		 -o-border-image: url(/local/templates/capybara4/components/bitrix/catalog/marketplace/bitrix/catalog.smart.filter/.default/images/active.png) 2 repeat;
			border-image: url(/local/templates/capybara4/components/bitrix/catalog/marketplace/bitrix/catalog.smart.filter/.default/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%);
}
.bx-filter .bx-filter-button-box {
	clear: both;
}
/*
*Track
*
*/
.bx-filter .bx-ui-slider-track-container {
	display: flex;
	justify-content: center;
	padding-top: 65px;
	padding-bottom: 25px;
}
.bx-filter .bx-ui-slider-track {
	position: relative;
	height: 2px;
	/*background: #d8e9f0;/* COLOR */
	background: #4A4A4A;
	width: calc(100% - 24px);
}
.bx-filter .bx-ui-slider-part {
	position: absolute;
	top: -7px;
	width: 2px;
	height: 14px;
	background: #4A4A4A;
}
.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: 12px;
	/*font-weight: bold;*/
	position: absolute;
	top: -22px;
	left: 50%;
	display: block;
	width: 100px;
	margin-left: -50px;
	text-align: center;
	color: #898989;
}
.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: #4A4A4A;
	/*background: #849da4;/* COLOR */
}
.bx-filter .bx-ui-slider-pricebar-vn {
	z-index: 70;
	background: #4A4A4A;
	/*background: #a8dff3;/* COLOR */
}
.bx-filter .bx-ui-slider-pricebar-v {
	z-index: 80;
	background: var(--yellow);
	/*background: #499fd8;/* COLOR */
}
.bx-filter .bx-ui-slider-handle {
	position: absolute;
	top: 50%;
	transform: translate(0, -50%);
	width: 24px;
	height: 24px;
	border: 2px solid var(--yellow);
	background-color: var(--gray);
}
.bx-filter .bx-ui-slider-handle:hover {
	-webkit-cursor: grab;
	-ms-cursor: grab;
	-o-cursor: grab;
	cursor: grab;
	background-color: var(--yellow);
}
.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;
	margin-left: -12px;
	/* COLOR */
	/*background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAARCAYAAADUryzEAAAArUlEQVQ4y6WSQQ6FMAhEXbjyXwzOpBdx5bXKbYRWLFSJ2m8ysVHfzGA7DH9cuKVfNwwM40ZzZzJlmE3WTjjNfF9Fn2EwMH5pUGYWOJ3w6wZ4wDKz6rUBumQPPxrUmT0IxuxpqxYLQ7MOG5TaHtbk1iza5+VauW5dfdcYSDKcMLkP7wxdA5sMQWV/BkwDTY7mtAfHjpJ/Ihj4DoIgXZ9J+siaimi6rimLgSw87qod+1BRTwMJRYoAAAAASUVORK5CIIA=) no-repeat right top;*/
}
.bx-filter .bx-ui-slider-handle.right {
	right: 0;
	margin-right: -12px;
	/* COLOR */
	/*background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAARCAYAAADUryzEAAAAq0lEQVQ4y6WSQRKDIAxFXXSlF0vOZC+SlddKblMUUhKCraIzX9Ahj58PE268TE8e3GSFJ5BUTDskaRl1QFk8BsHs4BCMQMruVEe+l4kWglFu5yLEZKDFXyeXIFoEpg3z738mJTzXhncj75+QtqjnJENO2sG4I1VXDtR3ogv7O1dHxV10gi75EGILiE78RRKy33AOq07i+Us4kRamkOPGptesQjeXIjZjO+fXB+hjUU/S3Z+WAAAAAElFTkSuQmCC) no-repeat left top;*/
}
/*
*	Select
*
*/
.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 .bx-filter .bx-filter-select-container {
	border-style: solid;
	border-width: 1px;
	-webkit-border-image: url(/local/templates/capybara4/components/bitrix/catalog/marketplace/bitrix/catalog.smart.filter/.default/images/border_default.png) 2 repeat;
	-moz-border-image: url(/local/templates/capybara4/components/bitrix/catalog/marketplace/bitrix/catalog.smart.filter/.default/images/border_default.png) 2 repeat;
	-o-border-image: url(/local/templates/capybara4/components/bitrix/catalog/marketplace/bitrix/catalog.smart.filter/.default/images/border_default.png) 2 repeat;
	border-image: url(/local/templates/capybara4/components/bitrix/catalog/marketplace/bitrix/catalog.smart.filter/.default/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/capybara4/components/bitrix/catalog/marketplace/bitrix/catalog.smart.filter/.default/images/active.png) 2 repeat;
	   -moz-border-image: url(/local/templates/capybara4/components/bitrix/catalog/marketplace/bitrix/catalog.smart.filter/.default/images/active.png) 2 repeat;
		 -o-border-image: url(/local/templates/capybara4/components/bitrix/catalog/marketplace/bitrix/catalog.smart.filter/.default/images/active.png) 2 repeat;
			border-image: url(/local/templates/capybara4/components/bitrix/catalog/marketplace/bitrix/catalog.smart.filter/.default/images/active.png) 2 repeat;
}*/
.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;
}
.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;
}
.bx-filter .bx-filter-select-text.fix {
	min-width: 120px;
}
.bx-filter .bx-filter-select-text label {
	cursor: pointer;
}
.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
*
*/
.bx-filter-select-popup {
	background: #fff;
	padding: 0;
	min-width: 173px;
}
.bx-filter-select-popup ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.bx-filter-select-popup ul li {
	display: block;
	text-align: left;
	vertical-align: middle;
}
.bx-filter-select-popup ul li:first-child {
	border-bottom: 1px solid #e5e5e5;
	padding-bottom: 5px;
	margin-bottom: 5px;
}
.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;
}
.bx-filter-select-popup ul li label.selected,
.bx-filter-select-popup ul li label:hover {
	color: #000;
	background: #f3f8fa;
}
.bx-filter-select-popup ul li label.disabled {
	color: #b8b8b8;
	background: transparent;
}
.bx-filter-select-popup ul li .bx-filter-param-text {
	line-height: 34px !important;
}
/*
* TAGS
*
*/
.bx-filter .bx-filter-tag {
	padding: 18px;
	/*border-top: 1px solid #d7eaf7;/* COLOR */
	/*border-bottom: 1px solid #d7eaf7;/* COLOR */
}
.bx-filter .bx-tag-link {
	font-size: 12px;
	text-decoration: none;
	/*color: #68939e;/* COLOR */
	text-shadow: none;
}
.bx-filter .bx-tag-link.bx-active,
.bx-filter .bx-tag-link:hover {
	color: #1d3d46;
}
/*
*	LABEL
*
*/
.bx-filter .bx-filter-param-label {
	min-height: 20px;
	font-weight: normal;
	cursor: pointer;
}
.bx-filter .bx-filter-param-btn-inline .bx-filter-param-label {
	float: left;
	display: block;
	margin-right: 5px;
}
.bx-filter .bx-filter-param-btn-block .bx-filter-param-label {
	display: block;
}
.bx-filter .bx-filter-param-label {
	/*font-size: 13px;*/
}
.bx-filter .bx-filter-param-label.dib {
	display: inline-block;
}
.bx-filter .bx-filter-param-text {
	font-weight: normal;
}
.bx-filter .bx-filter-param-label.disabled .bx-filter-param-text {
	color: #6c6c6c;
}
.bx-filter-select-popup .bx-filter-param-label.bx-active {
	background: #f3f8fa;
}
/*
*	Checkbox / Radio 
*
*/
.bx-filter .bx-filter-input-checkbox {}
.bx-filter .bx-filter-input-checkbox input[type=radio],
.bx-filter .bx-filter-input-checkbox input[type=checkbox] {}
.bx-filter .bx-filter-input-checkbox .bx-filter-param-text {
	display: inline-block;
	text-align: left;
}
/*
* 	BTN 
*
*/
.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 .bx-filter .bx-filter-param-btn {
	border-style: solid;
	border-width: 1px;
	-webkit-border-image: url(/local/templates/capybara4/components/bitrix/catalog/marketplace/bitrix/catalog.smart.filter/.default/images/border_default.png) 2 repeat;
	-moz-border-image: url(/local/templates/capybara4/components/bitrix/catalog/marketplace/bitrix/catalog.smart.filter/.default/images/border_default.png) 2 repeat;
	-o-border-image: url(/local/templates/capybara4/components/bitrix/catalog/marketplace/bitrix/catalog.smart.filter/.default/images/border_default.png) 2 repeat;
	border-image: url(/local/templates/capybara4/components/bitrix/catalog/marketplace/bitrix/catalog.smart.filter/.default/images/border_default.png) 2 repeat;
}
/* COLOR */
/*.bx-filter .bx-filter-param-label.bx-active .bx-filter-param-btn,
.bx-filter .bx-filter-param-btn:hover,
.bx-filter .bx-filter-param-btn:active,
.bx-filter .bx-filter-param-btn:focus {
	border-color: #499fd8;
}
.bx-retina .bx-filter .bx-filter-param-label.bx-active .bx-filter-param-btn,
.bx-retina .bx-filter .bx-filter-param-btn:hover,
.bx-retina .bx-filter .bx-filter-param-btn:active,
.bx-retina .bx-filter .bx-filter-select-container:focus {
	-webkit-border-image: url(/local/templates/capybara4/components/bitrix/catalog/marketplace/bitrix/catalog.smart.filter/.default/images/active.png) 2 repeat;
	   -moz-border-image: url(/local/templates/capybara4/components/bitrix/catalog/marketplace/bitrix/catalog.smart.filter/.default/images/active.png) 2 repeat;
		 -o-border-image: url(/local/templates/capybara4/components/bitrix/catalog/marketplace/bitrix/catalog.smart.filter/.default/images/active.png) 2 repeat;
			border-image: url(/local/templates/capybara4/components/bitrix/catalog/marketplace/bitrix/catalog.smart.filter/.default/images/active.png) 2 repeat;
}*/
/* --- colors */
.bx-filter .bx-filter-param-btn.bx-color-sl {}
.bx-filter .bx-filter-param-label.disabled .bx-filter-param-btn.bx-color-sl {
	background: transparent;
	box-shadow: none
}
.bx-filter .bx-filter-param-label.disabled .bx-filter-param-btn.bx-color-sl {
	position: relative;
}
.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;
}
.bx-filter .bx-filter-param-btn .bx-filter-param-text {
	line-height: 26px;
}
/*
* BTN P/M
*
*/
.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;
}
.bx-filter .bx-filter-param-btn.bx-spm.bx-plus {
	background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAsAAAAMCAYAAAC0qUeeAAAANUlEQVQoz2NgwAQsQMzJQCSwAeKGQa7YFKoAhmOgim3QsAxIcSFUkhC2GaqhgQ4UgNgFmwQAij8OUFmBFssAAAAASUVORK5CIIA=") no-repeat center;
}
.bx-filter .bx-filter-param-btn.bx-spm.bx-minus {
	background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAACCAYAAABhYU3QAAAAG0lEQVQYV2NgYGDgBuI4AlgGiBn4gLicAFYGAAFkBwE95V42AAAAAElFTkSuQmCC") no-repeat center;
}
.bx-filter .bx-filter-param-btn.bx-spm:active {
	outline: none !important;
	box-shadow: inset 0 2px 3px rgba(0, 0, 0, .12);
}
.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
*
*/
.bx-filter-select-popup .bx-filter-select-text-icon,
.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;
}
.bx-filter-select-popup .bx-filter-btn-color-icon,
.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;
}
.bx-filter-select-popup .bx-filter-btn-color-icon {
	width: 20px;
	height: 20px;
	margin: 2px 0;
	top: 0 !important;
}
.bx-filter .bx-filter-select-block .bx-filter-btn-color-icon {
	top: -1px !important;
}
.bx-filter-btn-color-icon.all {
	position: relative;
	border: none;
	box-shadow: none
}
.bx-filter-btn-color-icon.all:after,
.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);
}
.bx-filter-btn-color-icon.all:after {
	right: 0;
	bottom: 0;
}
.bx-filter-btn-color-icon.all:before {
	top: 0;
	left: 0;
}
.bx-filter .bx-filter-param-label.disabled .bx-filter-btn-color-icon {
	opacity: .2;
}
/*
* 	BIZ
*
*/
.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;
}
.bx-filter .bx-filter-parameter-biz:hover {
	text-decoration: none;
	border-bottom: 1px solid;
}
.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
*
*/
.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;
}
.bx-filter .bx-filter-popup-result.left {
	border-width: 2px 10px 2px 2px;
	-webkit-border-image: url(/local/templates/capybara4/components/bitrix/catalog/marketplace/bitrix/catalog.smart.filter/.default/images/result_popup_left.png) 4 20 4 4 repeat;
	-moz-border-image: url(/local/templates/capybara4/components/bitrix/catalog/marketplace/bitrix/catalog.smart.filter/.default/images/result_popup_left.png) 4 20 4 4 repeat;
	-o-border-image: url(/local/templates/capybara4/components/bitrix/catalog/marketplace/bitrix/catalog.smart.filter/.default/images/result_popup_left.png) 4 20 4 4 repeat;
	border-image: url(/local/templates/capybara4/components/bitrix/catalog/marketplace/bitrix/catalog.smart.filter/.default/images/result_popup_left.png) 4 20 4 4 fill repeat;
}
.bx-filter .bx-filter-popup-result.right {
	border-width: 2px 2px 2px 10px;
	-webkit-border-image: url(/local/templates/capybara4/components/bitrix/catalog/marketplace/bitrix/catalog.smart.filter/.default/images/result_popup_right.png) 4 4 4 20 repeat;
	-moz-border-image: url(/local/templates/capybara4/components/bitrix/catalog/marketplace/bitrix/catalog.smart.filter/.default/images/result_popup_right.png) 4 4 4 20 repeat;
	-o-border-image: url(/local/templates/capybara4/components/bitrix/catalog/marketplace/bitrix/catalog.smart.filter/.default/images/result_popup_right.png) 4 4 4 20 repeat;
	border-image: url(/local/templates/capybara4/components/bitrix/catalog/marketplace/bitrix/catalog.smart.filter/.default/images/result_popup_right.png) 4 4 4 20 fill repeat;
}
.bx-filter .bx-filter-popup-result.right {
	left: 97%;
}
.bx-filter .bx-filter-popup-result.left {
	right: 97%;
}
.bx-filter-horizontal .bx-filter-popup-result {
	display: inline-block;
	position: relative;
	left: auto;
	right: auto;
	bottom: -7px;
}
.bx-filter .bx-filter-popup-result a {
	color: #0073a3;
	line-height: 10px;
}
.bx-filter .bx-filter-popup-result a:hover {
	text-decoration: none;
}
.bx-filter .bx-filter-popup-result-close {
	display: none;
}
@media (max-width: 767px) {
	.bx-touch .bx-filter .bx-filter-popup-result {
		font-size: 12px;
		line-height: 14px;
		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 .bx-filter .bx-filter-popup-result br {
		display: none;
	}
	.bx-filter .bx-filter-popup-result .arrow {
		display: none;
	}
}
/* own styles */
.bx-filter-parameters-box-title {
	margin-bottom: 20px;
	color: #fff;
	font-size: 16px;
	font-weight: 500;
	letter-spacing: 0.03;
	text-transform: uppercase;
}
.filter-parameters-title:not(:first-child) {
	margin-top: 60px;
}
.bx-filter-parameters-box-container + .bx-filter-parameters-box-container {
	margin-top: 60px;
}
.checkbox {
	display: flex;
	align-items: center;
}
.checkbox:first-child:not(:last-child),
.checkbox + .checkbox {
	margin-bottom: 16px;
}
.bx-filter-parameters-box-container input[type=checkbox] {
	display: none;
}
.bx-filter-parameters-box-container label {
	display: block;
}
.bx-filter-parameters-box-container label:not(:last-child) {
	margin-bottom: 12px;
}
.bx-filter-parameters-box-container label::before {
	position: relative;
	top: 4px;
	content: "";
	display: inline-block;
	width: 20px;
	height: 20px;
	border: 1px solid #fff;
	margin-right: 15px;
}
.bx-filter-parameters-box-container label span {
	font-size: 16px;
	line-height: 1.5;
}
.bx-filter-parameters-box-container input[type=checkbox]:checked + label::before {
	border-color: var(--yellow);
	background-color: var(--yellow);
	background-image: url(/local/templates/capybara4/components/bitrix/catalog/marketplace/bitrix/catalog.smart.filter/.default/./images/check-mark.svg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 14px 14px;
}
.filter-input input {
	border: 1px solid #4A4A4A;
	padding: 12px 20px;
	font-size: 22px;
	line-height: 1.5;
}
.filter-price__change-inputs {
	display: flex;
	flex-direction: column;
	gap: 12px;
}
.bx-filter .bx-filter-input-container input[class*="price"] {
	display: block;
	padding: 16px 24px;
	border: 1px solid #4A4A4A;
	border-radius: 2px;
	color: #fff;
	font-size: 15px;
	font-weight: 300;
	letter-spacing: 0.12rem;
	background: none;
}
.price-wrap {
	width: 100%;
	display: flex;
	align-items: center;
	gap: 10px;
}
.price-wrap .bx-filter-parameters-box-container-block {
	flex: 1 0 auto;
}
.bx-filter-parameters-box:not(.bx-filter-parameters-box--line) + .bx-filter-parameters-box,
.bx-filter-parameters-box.bx-filter-parameters-box--line + .bx-filter-parameters-box:not(.bx-filter-parameters-box--line) {
	margin-top: 40px;
}
@media (min-width: 1400px) {
	.bx-filter-parameters-box-title {
		font-size: 20px;
	}
}
/**/
.bx-filter-container-modef {
	display: none !important;
}
.bx-filter-button-box .bx-filter-parameters-box-container {
	display: flex;
	flex-direction: column;
	gap: 16px;
}
@media (min-width: 991px) {
	.bx-filter-button-box .bx-filter-parameters-box-container {
		flex-direction: row;
	}
}
#set_filter {
	width: 100%;
}
#set_filter:disabled {
	position: relative;
	color: transparent;
}
#set_filter:disabled::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	display: block;
	width: 100%;
	height: 80%;
	background-image: url("/local/templates/capybara4/components/bitrix/catalog/marketplace/bitrix/catalog.smart.filter/.default/./images/Dual_Ring.svg");
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center center;
}
/**/
@media (max-width: 1199px) {
	.js-acc-list-filter {
		max-height: 0;
		overflow: hidden;
		transition: all 0.3s ease-in-out;
	}
}
@media (min-width: 768px) and (max-width: 1199px) {
	.bx-filter-parameters-wrap {
		columns: 2;
		column-gap: 48px;
	}
}
/* End */


/* Start:/local/templates/capybara4/components/bitrix/catalog/marketplace/bitrix/catalog.section/.default/style.css?1747997602196*/
.catalog-section-items {
	padding: 0;
	margin: 0;
	list-style-type: none;
}
.catalog-section-items li:not(:last-child) {
	margin-bottom: 10px;
}
.content + .catalog-controls {
	margin-top: 24px;
}
/* End */


/* Start:/local/templates/capybara4/components/bitrix/catalog.item/.default/style.css?17477348887683*/
@media (max-width: 767px) {
	.rating-stars {
		max-height: 18px;
		width: auto;
	}
}
.rating-stars path {
	transition: stroke 0.2s ease-in-out, fill 0.2s ease-in-out;
}
.rating-stars--20 path:nth-child(1) {
	stroke: var(--yellow);
}
.rating-stars--40 path:nth-child(1),
.rating-stars--40 path:nth-child(2) {
	stroke: var(--yellow);
}
.rating-stars--60 path:nth-child(1),
.rating-stars--60 path:nth-child(2),
.rating-stars--60 path:nth-child(3) {
	stroke: var(--yellow);
}
.rating-stars--80 path:nth-child(1),
.rating-stars--80 path:nth-child(2),
.rating-stars--80 path:nth-child(3),
.rating-stars--80 path:nth-child(4) {
	stroke: var(--yellow);
}
.rating-stars--100 path {
	stroke: var(--yellow);
}
.discount {
	padding: 2px 6px;
	background-color: var(--yellow);
	border-radius: 9999px;
	color: var(--black);
	font-size: 16px;
	font-weight: 500;
	line-height: 1.5;
	transition: all 0.2s ease-in-out;
}
@media (min-width: 768px) {
	.discount {
		font-size: 18px;
	}
}
@media (min-width: 1200px) {
	.discount {
		font-size: 20px;
	}
}
@media (min-width: 1400px) {
	.discount {
		border: 2px solid #fff;
		border-radius: 9999px;
	}
}
.discount span {
	position: relative;
	bottom: 4px;
	font-size: 10px;
	font-weight: 600;
}
@media (min-width: 768px) {
	.discount span {
		font-size: 12px;
	}
}
@media (min-width: 1200px) {
	.discount span {
		font-size: 14px;
	}
}
/**/
.card-solution {
	position: relative;
	padding: 20px 16px;
	background-color: var(--black);
	transition: background-color 0.2s ease-in-out;
}
@media (min-width: 768px) {
	.card-solution {
		padding: 30px;
	}
}
@media (min-width: 1400px) {
	.card-solution {
		padding: 40px 30px;
	}
}
.card-solution__title {
	display: inline-block;
	max-width: calc(100% - 30px);
	margin: 0;
	margin-bottom: 22px;
	font-size: 18px;
	font-weight: 500;
	letter-spacing: 0.03;
}
.card-solution__title a:hover {
	color: #4A4A4A !important;
}
@media (min-width: 768px) {
	.card-solution__title {
		font-size: 24px;
	}
}
@media (min-width: 1200px) {
	.card-solution__title {
		font-size: 30px;
	}
}
@media (min-width: 1400px) {
	.card-solution__title {
		position: relative;
		top: -9px;
		margin-left: 105px;
		margin-right: 240px;
		margin-bottom: 11px;
	}
}
@media (min-width: 1400px) {
	.card-solution__head {
		display: flex;
		align-items: center;
		padding-left: 105px;
	}
}
.card-solution__logo {
	width: 40px;
	height: 40px;
	object-fit: contain;
}
@media (min-width: 768px) {
	.card-solution__logo--mob {
		display: none;
	}
}
.card-solution__logo--desk {
	display: none;
}
@media (min-width: 768px) {
	.card-solution__logo--desk {
		display: block;
		float: left;
		width: 75px;
		height: 75px;
		margin-right: 20px;
	}
}
@media (min-width: 1400px) {
	.card-solution__logo--desk {
		position: absolute;
		top: 40px;
		left: 30px;
		margin-right: 30px;
	}
}
.card-solution__rating-wrap {
	display: flex;
	flex-direction: row;
	align-items: center;
	gap: 16px;
	margin-bottom: 20px;
}
@media (min-width: 1400px) {
	.card-solution__rating-wrap {
		margin-bottom: 0;
		margin-right: 20px;
	}
}
.card-solution__reviews {
	position: relative;
	top: 2px;
	color: #787878;
	font-size: 12px;
	line-height: 1.5;
}
@media (min-width: 768px) {
	.card-solution__reviews {
		font-size: 14px;
	}
}
.card-solution__param {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	padding: 4px 16px;
	margin: 0;
	margin-bottom: 10px;
	border: 1px solid rgba(120, 120, 120, 0.4);
	border-radius: 9999px;
	color: #787878;
	font-size: 12px;
	line-height: 1.5;
}
.card-solution__param path {
	transition: stroke 0.2s ease-in-out, fill 0.2s ease-in-out;
}
@media (min-width: 768px) {
	.card-solution__param {
		font-size: 14px;
		margin-right: 8px;
		margin-bottom: 0;
	}
}
@media (min-width: 1400px) {
	.card-solution__param {
		margin-bottom: 0;
	}
}
.card-solution__body {
	margin-bottom: 30px;
	font-size: 12px;
	line-height: 1.5;
	font-weight: 300;
}
@media (min-width: 768px) {
	.card-solution__body {
		font-size: 18px;
		margin-top: 24px;
	}
}
@media (min-width: 1400px) {
	.card-solution__body {
		padding-left: 100px;
		padding-right: 240px;
		margin-bottom: 0;
	}
}
.card-solution__price-wrap {
	display: flex;
	align-items: center;
	gap: 12px;
}
@media (min-width: 768px) {
	.card-solution__price-wrap {
		gap: 20px;
	}
}
@media (min-width: 1400px) {
	.card-solution__price-wrap {
		gap: 12px;
		flex-direction: column;
		align-items: flex-end;
	}
}
@media (min-width: 1400px) {
	.card-solution__discount-mob {
		display: none;
	}
}
.card-solution__discount-desk {
	display: none;
}
@media (min-width: 1400px) {
	.card-solution__discount-desk {
		display: block;
		position: absolute;
		top: 40px;
		left: 67px;
		transform: translate(-50%, -50%);
	}
}
.card-solution__price {
	font-weight: 300;
	line-height: 1;
	letter-spacing: 0.03;
}
@media (min-width: 768px) {
	.card-solution__price {
		font-size: 24px;
	}
}
@media (min-width: 1200px) {
	.card-solution__price {
		font-size: 30px;
	}
}
.card-solution__price.card-solution__price--old {
	font-size: 12px;
	text-decoration: line-through;
}
@media (min-width: 768px) {
	.card-solution__price.card-solution__price--old {
		font-size: 16px;
	}
}
@media (min-width: 1200px) {
	.card-solution__price.card-solution__price--old {
		font-size: 18px;
	}
}
.card-solution__price--old + .card-solution__price {
	color: var(--yellow);
}
.card-solution__arrow path {
	transition: stroke 0.2s ease-in-out, fill 0.2s ease-in-out;
}
@media (min-width: 768px) {
	.card-solution__arrow {
		position: absolute;
		top: 30px;
		right: 30px;
	}
}
@media (min-width: 1400px) {
	.card-solution__arrow {
		position: static;
		top: unset;
		right: unset;
	}
}
.card-solution__foot {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
@media (min-width: 1400px) {
	.card-solution__foot {
		position: absolute;
		flex-direction: column-reverse;
		align-items: flex-end;
		top: 30px;
		right: 30px;
		height: calc(100% - 60px);
	}
}
.card-solution:hover {
	color: var(--black);
	background-color: var(--yellow);
}
.card-solution:hover .card-solution__rating-stars path {
	stroke: var(--black);
	fill: var(--black);
}
.card-solution:hover .card-solution__rating-stars.rating-stars--0 path {
	fill: var(--yellow);
}
.card-solution:hover .card-solution__rating-stars.rating-stars--20 path:nth-child(2),
.card-solution:hover .card-solution__rating-stars.rating-stars--20 path:nth-child(3),
.card-solution:hover .card-solution__rating-stars.rating-stars--20 path:nth-child(4),
.card-solution:hover .card-solution__rating-stars.rating-stars--20 path:nth-child(5) {
	fill: var(--yellow);
}
.card-solution:hover .card-solution__rating-stars.rating-stars--40 path:nth-child(3),
.card-solution:hover .card-solution__rating-stars.rating-stars--40 path:nth-child(4),
.card-solution:hover .card-solution__rating-stars.rating-stars--40 path:nth-child(5) {
	fill: var(--yellow);
}
.card-solution:hover .card-solution__rating-stars.rating-stars--60 path:nth-child(4),
.card-solution:hover .card-solution__rating-stars.rating-stars--60 path:nth-child(5) {
	fill: var(--yellow);
}
.card-solution:hover .card-solution__rating-stars.rating-stars--80 path:nth-child(5) {
	fill: var(--yellow);
}
.card-solution:hover .card-solution__arrow path {
	fill: var(--black);
}
.card-solution:hover .card-solution__reviews {
	color: var(--black);
}
.card-solution:hover .card-solution__param {
	border: 1px solid var(--black);
	color: var(--black);
	font-weight: 500;
}
.card-solution:hover .card-solution__param path {
	stroke: var(--black);
}
.card-solution:hover .card-solution__discount {
	color: var(--yellow);
	background-color: var(--black);
}
.card-solution:hover .card-solution__price {
	color: var(--black);
}
/* End */


/* Start:/local/templates/capybara4/components/bitrix/catalog/marketplace/bitrix/catalog.section/.default/themes/blue/style.css?1734074313825*/
/* catalog.section */

/*
#3052bf
#26b0e4
#00a2df
*/

/* Slider */
.bx-blue .product-item-image-slider-progress-bar { background-color: #0083d1;}
.bx-blue .product-item-image-slider-control:hover{ background-color: rgba(0,131,209,.8);}
.bx-blue .product-item-image-slider-control.active,
.bx-blue .product-item-image-slider-control:hover{ background-color: #0083d1;}

/* SCU */
.bx-blue .product-item-scu-item-text-block:hover,
.bx-blue .product-item-scu-item-color-block:hover,
.bx-blue .product-item-scu-item-text-container.selected .product-item-scu-item-text-block,
.bx-blue .product-item-scu-item-color-container.selected .product-item-scu-item-color-block{ outline-color: #006cc0;}

/* Amount */
.bx-blue .product-item-amount-field:focus{border-color: #006cc0;}


.bx-blue .catalog-section-header{border-color:#006cc0;}
/* End */
/* /local/templates/capybara4/assets/vendor/tiny-slider/tiny-slider.css?17296867682181 */
/* /local/templates/capybara4/components/bitrix/catalog/marketplace/style.css?17352886815685 */
/* /local/templates/capybara4/components/bitrix/catalog/marketplace/bitrix/catalog.section.list/.default/style.css?17345242796303 */
/* /local/templates/capybara4/components/bitrix/catalog/marketplace/bitrix/catalog.smart.filter/.default/style.css?173452309621626 */
/* /local/templates/capybara4/components/bitrix/catalog/marketplace/bitrix/catalog.section/.default/style.css?1747997602196 */
/* /local/templates/capybara4/components/bitrix/catalog.item/.default/style.css?17477348887683 */
/* /local/templates/capybara4/components/bitrix/catalog/marketplace/bitrix/catalog.section/.default/themes/blue/style.css?1734074313825 */
