

/* Start:/local/templates/.default/components/skadium/catalog/v1/style.css?1760968732502*/
.pcatalog-head{
	margin-bottom: 30px;
}
.pcatalog-h{
	font-weight: 600;
	font-size: 45px;
}
.pcatalog-sub-h {
	margin-top: 20px;
	max-width: 1000px;
	line-height: 1.5;
	opacity: .7;
}
.pcatalog-rcat {
	position: relative;
	margin-top: 50px;
}
@media only screen and (max-width: 760px) {
	.pcatalog-head{
		margin-bottom: 10px;
	}
	.pcatalog-h {
		font-weight: 700;
		font-size: 18px;
	}
	.pcatalog-sub-h {
		margin-top: 10px;
	}
	.pcatalog-rcat {
		margin-top: 20px;
	}
}
/* End */


/* Start:/local/templates/.default/components/skadium/catalog/v1/css/catalog-items.css?178576612911429*/
.pcatalog-grid{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.pcatalog-aside{
	-ms-flex-negative: 0;
	flex-shrink: 0;
	width: 290px;
	margin-right: 30px;
}
.pcatalog-body{
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	width: calc(100% - 320px);
}



.pcatalog-aside-sections{
	padding: 20px 15px;
	border: 1px solid #eee;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	margin-bottom: 60px;
}
.pcatalog-aside-sections-wrap{
	max-height: 300px;
	overflow: auto;
	padding-right: 10px;
}
.pcatalog-aside-sections .nav-item + .nav-item{
	margin-top: 10px;
}
.pcatalog-aside-sections .nav-link {
	position: relative;
	display: inline-block;
	padding-left: 17px;
	color: #999;
}
.pcatalog-aside-sections .nav-link-text{
	transition: color .2s;
}
.pcatalog-aside-sections .nav-link.active .nav-link-text,
.pcatalog-aside-sections .nav-link-text:hover{
	color: #B8E8A2;
}
.pcatalog-aside-sections .nav-link-icon-wrap {
	position: absolute;
	left: 0;
	top: 0;
	display: flex;
	align-items: center;
	width: 17px;
	height: 17px;
	cursor: pointer;
	transition: transform .2s;
}
.pcatalog-aside-sections .nav-item.active > .nav-link > .nav-link-icon-wrap .nav-link-icon,
.pcatalog-aside-sections .nav-link.active .nav-link-icon{
	transform: rotate(180deg);
}
.pcatalog-aside-sections .nav-link-icon{
	width: 7px;
	height: 7px;
	opacity: .5;
	color: #000;
	transition: opacity .2s;
}
.pcatalog-aside-sections .nav-item.active > .nav-link > .nav-link-icon-wrap .nav-link-icon,
.pcatalog-aside-sections .nav-link-icon-wrap:hover .nav-link-icon{
	opacity: 1;
}
.pcatalog-aside-sections .sub-nav {
	display: none;
	margin-top: 10px;
	margin-left: 10px;
}
.pcatalog-aside-sections .nav-item.open > .sub-nav,
.pcatalog-aside-sections .nav-item.active > .sub-nav{
	visibility: visible!important;
	display: block;
}
.pcatalog-aside-sections .nav-item-1 + .nav-item-1{
	margin-top: 20px;
}
.pcatalog-aside-sections .nav-link-1 {
	font-weight: 600;
	color: #000;
	font-size: 16px;
}

.pcatalog-controls{
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 35px;
	z-index: 2;
}
.pcatalog-filter{
	display: none;
}
.root-catalog-filter-drawer .pcatalog-aside{
	display: none;
}
.root-catalog-filter-drawer .pcatalog-body{
	width: 100%;
}
.root-catalog-filter-drawer .pcatalog-controls{
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	align-items: center;
}
.root-catalog-filter-drawer .pcatalog-tlinks{
	width: 100%;
	flex-basis: 100%;
	margin-right: 0;
	margin-bottom: 22px;
}
.root-catalog-filter-drawer .pcatalog-filter{
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	align-items: center;
	min-height: 50px;
	padding: 7px 9px 7px 18px;
	border: 2px solid var(--c1-hover);
	border-radius: 999px;
	background: #fff;
	color: #3f6d2f;
	font: inherit;
	font-weight: 600;
	cursor: pointer;
	transition: color .2s, border-color .2s, background-color .2s;
}
.root-catalog-filter-drawer .pcatalog-filter:hover,
.root-catalog-filter-drawer .pcatalog-filter:focus-visible{
	color: var(--c-base);
	border-color: var(--c1);
	background: #f7fcf4;
	outline: none;
}
.root-catalog-filter-drawer .pcatalog-filter .icon{
	flex-shrink: 0;
	width: 22px;
	height: 22px;
	font-size: 22px;
	stroke: currentColor;
}
.root-catalog-filter-drawer .pcatalog-filter .text{
	margin-left: 10px;
	font-size: 15px;
	line-height: 1;
}
.root-catalog-filter-drawer .pcatalog-filter .count{
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 30px;
	height: 30px;
	margin-left: 12px;
	padding: 0 8px;
	border-radius: 999px;
	background: var(--c1);
	color: #36562a;
	font-size: 15px;
	line-height: 1;
}
.root-catalog-filter-drawer .pcatalog-sort{
	align-self: center;
}
.pcatalog-tlinks{
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	margin-right: 40px;
	align-self: center;
}
.pcatalog-tlinks .nav{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-left: -10px;
	margin-right: -10px;
	margin-top: -10px;
}
.pcatalog-tlinks .nav-item{
	padding-left: 10px;
	padding-right: 10px;
	margin-top: 10px;
}
.pcatalog-tlinks .nav-link{
	display: inline-block;
	color: inherit;
	line-height: 1.3;
	border-bottom: 1px dashed;
	-webkit-transition: border .2s;
	-o-transition: border .2s;
	transition: border .2s;
}
.pcatalog-tlinks .nav-link:hover{
	border-bottom-color: transparent;
}
.pcatalog-sort{
	-ms-flex-negative: 0;
	flex-shrink: 0;
	margin-left: auto;
}
.pcatalog-sort .ui.selection.dropdown {
	min-width: 0;
	min-height: 0;
	background: transparent;
	box-shadow: none !important;
	border-radius: 0;
	border: none;
	padding: 0;
}
.pcatalog-sort .ui.active.selection.dropdown {
	border-radius: 0 !important;
}
.pcatalog-sort .dropdown-header{
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.pcatalog-sort .dropdown-header-text{
	color: var(--c-base);
	line-height: 1.3 !important;
	border-bottom: 1px dashed !important;
	-webkit-transition: border .2s;
	-moz-transition: border .2s;
	-ms-transition: border .2s;
	-o-transition: border .2s;
	transition: border .2s;
}
.pcatalog-sort .dropdown:hover .dropdown-header-text{
	border-bottom-color: transparent !important;
}
.pcatalog-sort .dropdown-header-icon-wrap{
	-ms-flex-negative: 0;
	flex-shrink: 0;
	margin-left: 8px;
	font-size: 10px;
	overflow: hidden;
	-webkit-transition: transform .2s;
	-o-transition: transform .2s;
	-webkit-transition: -webkit-transform .2s;
	transition: -webkit-transform .2s;
	transition: transform .2s;
	transition: transform .2s, -webkit-transform .2s;
}
.pcatalog-sort .ui.active .dropdown-header-icon-wrap{
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}
.pcatalog-sort .ui.selection.dropdown .menu {
	right: 0 !important;
	left: auto !important;
	min-width: 180px;
	border: none !important;
	border-radius: 5px !important;
}
.pcatalog-sort .ui.selection.dropdown .item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: var(--c-base);
	font-size: 15px;
}
.pcatalog-sort .ui.dropdown .menu .active.item {
	font-weight: 500;
	color: #000;
}
.pcatalog-sort .sort-icon{
	margin-left: 4px;
	font-size: 9px;
	color: #c4c4c4;
}
.pcatalog-sort .sort-icon.r{
	-webkit-transform: scaleY(-1);
	-ms-transform: scaleY(-1);
	transform: scaleY(-1);
}
.pcatalog-items-slider{
	margin-top: 140px;
}
.pcatalog-items-slider-head{
	margin-bottom: 40px;
}


.pcatalog-filter-selected .grid{
	position: relative;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-bottom: 35px;
	margin-top: -10px;
	margin-left: -5px;
	margin-right: -5px;
	z-index: 1;
}
.pcatalog-filter-selected .item {
	margin-top: 10px;
	padding-left: 5px;
	padding-right: 5px;
}
.pcatalog-texteditor {
	margin-top: 70px;
}

.popup.popupFilter{
	left: 0;
	right: auto;
	width: 520px;
	max-width: 100%;
	height: 100vh;
	height: 100dvh;
	overflow: hidden;
	transform: translate3d(-100%, 0, 0);
	box-shadow: 18px 0 45px rgba(63, 83, 55, .12);
}
.popup.popupFilter.visibility{
	transform: translate3d(0, 0, 0);
}
.popupFilter__wrap{
	display: flex;
	flex-direction: column;
	width: 100%;
	height: 100%;
	min-height: 0;
	background: #fff;
}
.popupFilter .popup-header{
	flex-shrink: 0;
	margin: 0;
	padding: 34px 40px 24px;
}
.popupFilter .popup-h{
	padding: 0;
	font-size: 24px;
	font-weight: 600;
	letter-spacing: 0;
	text-transform: none;
}
.popupFilter .popup-close{
	right: 18px;
	border: 0;
	background: transparent;
	color: var(--c-base);
}
.popupFilter__body{
	flex-grow: 1;
	min-height: 0;
	overflow-x: hidden;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
	padding: 0 40px 32px;
}
.popupFilter__actions{
	flex-shrink: 0;
	position: relative;
	z-index: 2;
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 12px;
	padding: 20px 40px 28px;
	background: #fff;
	box-shadow: 0 -10px 30px rgba(63, 83, 55, .08);
}
.popupFilter__action{
	min-height: 50px;
	padding: 0 18px;
	border: 2px solid var(--c1);
	border-radius: 999px;
	background: #fff;
	color: var(--c-base);
	font: inherit;
	font-size: 15px;
	cursor: pointer;
	transition: background-color .2s, border-color .2s;
}
.popupFilter__action:hover,
.popupFilter__action:focus-visible{
	border-color: var(--c1-hover);
	outline: none;
}
.popupFilter__action_view{
	background: var(--c1);
}
.popupFilter__action_view:hover,
.popupFilter__action_view:focus-visible{
	background: var(--c1-hover);
}
.popupFilter .bx-filter-wrap-reset,
.popupFilter .bx-filter-button-box,
.popupFilter .bx-filter-popup-result{
	display: none !important;
}
.pcatalog-body [data-section-content].is-filtering{
	opacity: .58;
	transition: opacity .18s;
}


@media only screen and (max-width: 1300px) {
	.pcatalog-aside {
		width: 280px;
		margin-right: 20px;
	}
	.pcatalog-body {
		width: calc(100% - 300px);
	}
	.pcatalog-body .catalog-grid-item {
		width: 50%;
	}
	.root-catalog-filter-drawer .pcatalog-body .catalog-grid-item {
		width: 33.33%;
	}
}
@media only screen and (max-width: 1020px) {
	.pcatalog-aside {
		display: none;
	}
	.pcatalog-body {
		width: 100%;
	}
	.pcatalog-controls {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		margin-bottom: 20px;
	}
	.pcatalog-tlinks {
		width: 100%;
		-webkit-box-flex: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
		margin-right: 0;
		margin-bottom: 15px;
	}
	.pcatalog-tlinks .nav {
		margin-left: -5px;
		margin-right: -5px;
	}
	.pcatalog-tlinks .nav-item {
		padding-left: 5px;
		padding-right: 5px;
	}
	.pcatalog-tlinks .nav-link {
		font-size: 12px;
	}
	.root-catalog-filter-drawer .pcatalog-filter{
		min-height: 46px;
		padding: 6px 8px 6px 15px;
	}
	.root-catalog-filter-drawer .pcatalog-filter .icon{
		width: 20px;
		height: 20px;
		font-size: 20px;
	}
	.root-catalog-filter-drawer .pcatalog-filter .text{
		margin-left: 8px;
		font-size: 14px;
	}
	.root-catalog-filter-drawer .pcatalog-filter .count{
		min-width: 28px;
		height: 28px;
		margin-left: 9px;
		font-size: 14px;
	}
	.pcatalog-sort .dropdown-header-text {
		font-size: 14px;
	}
	.pcatalog-sort .ui.selection.dropdown .menu>.item {
		font-size: 14px;
		padding: 10px 12px !important;
	}
	.pcatalog-filter-selected .grid {
		margin-bottom: 20px;
		margin-top: -6px;
		margin-left: -2px;
		margin-right: -2px;
	}
	.pcatalog-filter-selected .item {
		margin-top: 6px;
		padding-left: 2px;
		padding-right: 2px;
	}
	.pcatalog-body .catalog-grid-item {
		width: 33.33%;
	}

}
@media (max-width: 760px) {
	.root-catalog-filter-drawer .pcatalog-tlinks{
		margin-bottom: 16px;
	}
	.popupFilter .popup-header{
		padding: 22px 20px 18px;
	}
	.popupFilter .popup-h{
		font-size: 21px;
	}
	.popupFilter .popup-close{
		right: 2px;
	}
	.popupFilter__body{
		padding: 0 20px 24px;
	}
	.popupFilter__actions{
		padding: 16px 20px calc(20px + env(safe-area-inset-bottom));
	}
	.pcatalog-body .catalog-grid-item {
		width: 50%;
	}
	.root-catalog-filter-drawer .pcatalog-body .catalog-grid-item {
		width: 50%;
	}
	.pcatalog-items-slider {
		margin-top: 60px;
	}
	.pcatalog-items-slider-head {
		margin-bottom: 30px;
	}

}
@media (prefers-reduced-motion: reduce) {
	.popupFilter,
	.root-catalog-filter-drawer .pcatalog-filter,
	.popupFilter__action,
	.pcatalog-body [data-section-content].is-filtering{
		transition: none;
	}
}

/* End */


/* Start:/local/templates/.default/components/bitrix/breadcrumb/.default/style.css?17609687324206*/
.breadcrumbs-wrap{
	position: relative;
	display: flex;
	align-items: center;
	gap: 30px;
	padding-top: 30px;
	padding-bottom: 30px;
}
.breadcrumbs{
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	line-height: 1;
	font-size: 15px;
	color: #999;
	overflow-y: hidden;
	overflow-x: visible;
	min-height: 44px;
}
.breadcrumbs:hover{
	overflow-y: visible;
}
.breadcrumbs::-webkit-scrollbar-track {
	background: #EFEFEF;
}
.breadcrumbs::-webkit-scrollbar {
	width: 0;
	height: 0;
	background: #EFEFEF;
}
.breadcrumbs::-webkit-scrollbar-thumb {
	background: #ccc;
}

.breadcrumbs-item {
	position: relative;
	line-height: 1;
	white-space: nowrap;
	display: inline-flex;
	align-items: center;
}
.breadcrumbs-item:first-child .breadcrumbs-line{
	display: none;
}
.breadcrumbs-link {
	display: inline-flex;
	align-items: center;
	color: inherit;
	line-height: 1.1;
}
a.breadcrumbs-link span{
	border-bottom: 1px solid rgba(153,153,153,.3);
	transition: color .2s, border .2s;
}
a.breadcrumbs-link:hover span{
	border-bottom-color: transparent;
	color: #000 !important;
}
a.breadcrumbs-link .text {
	white-space: nowrap;
}
span.breadcrumbs-link .text {
	white-space: nowrap;
}
.breadcrumbs-link .icon-arrow{
	font-size: 6px;
	margin-left: 3px;
	margin-top: 1px;
}
.breadcrumbs-line{
	display: inline-block;
	vertical-align: middle;
	color: inherit;
	margin-left: 15px;
	margin-right: 15px;
}
.breadcrumbs-line .icon{
	font-size: 6px;
	color: #999;
	transform: rotate(-90deg);
}
.breadcrumbs-drop{
	position: absolute;
	left: 20px;
	top: 100%;
	visibility: hidden;
	z-index: 5;
	opacity: 0;
	-webkit-transition: opacity .2s, visibility .2s;
	-o-transition: opacity .2s, visibility .2s;
	transition: opacity .2s, visibility .2s;
}
.breadcrumbs-item:hover .breadcrumbs-link{
	position: relative;
	z-index: 2;
}
.breadcrumbs-item:hover .breadcrumbs-drop{
	opacity: 1;
	visibility: visible;
}
.breadcrumbs-bread{
	margin-top: 10px;
	width: 240px;
	border: 1px solid #eee;
	max-height: 300px;
	background-color: #fff;
	-webkit-box-shadow: 0 10px 15px rgba(0,0,0,.15);
	box-shadow: 0 10px 15px rgba(0,0,0,.15);
	padding: 15px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	overflow: auto;
	scrollbar-width: thin;
}
.breadcrumbs-bread::-webkit-scrollbar-track {
	background: #D2D2D2;
}
.breadcrumbs-bread::-webkit-scrollbar {
	width: 4px;
	background: #D2D2D2;
}
.breadcrumbs-bread::-webkit-scrollbar-thumb {
	background: #666;
}
.breadcrumbs-bread-item + .breadcrumbs-bread-item{
	margin-top: 8px;
}
.breadcrumbs-bread-link{
	color: #999;
	font-size: 15px;
	line-height: 1.1;
	transition: color .2s;
	white-space: normal;
}
.breadcrumbs-bread-link:hover{
	color: #000;
}
.breadcrumbs-bread-link_all{
	display: inline-block;
	opacity: 1 !important;
	border-bottom: 1px dashed;
	transition: border .2s, opacity .2s, color .2s;
}
.breadcrumbs-bread-link:hover{
	border-bottom-color: transparent;
}


.backpage {
	flex-shrink: 0;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	color: inherit;
	line-height: 1;
	overflow: hidden;
	cursor: pointer;
	width: 44px;
	height: 44px;
	color: transparent;
	background: #F8F8F8;
	border-radius: 50%;
	z-index: 1;
	transition: color .2s, background .2s;
}
.backpage:hover{
	background: #eee;
}
.backpage svg {
	position: relative;
	left: -2px;
	max-width: 27%;
	height: auto;
	stroke: #5D6064;
}


@media only screen and (max-width: 1020px) {
	.breadcrumbs-wrap{
		gap: 10px;
		padding-top: 15px;
		padding-bottom: 15px;
	}
	.backpage {
		width: 30px;
		height: 30px;
	}
	.breadcrumbs {
		position: static;
		margin-right: -15px;
		padding-right: 15px;
		min-height: 30px;
	}
	.breadcrumbs-item{
		position: static;
	}
	a.breadcrumbs-link .text,
	.breadcrumbs-link .text{
		white-space: nowrap;
	}
	.breadcrumbs-item:after {
		font-size: 8px;
	}
	.breadcrumbs-drop {
		top: 100%;
		left: 0;
		right: 0;
	}
	.breadcrumbs-bread {
		width: 100%;
		margin: 0;
	}
}
/* End */


/* Start:/local/templates/.default/components/bitrix/catalog.section.list/root_cat_gallery.v1/style.css?17609687322806*/
.pcatalog-cat {
	position: relative;
	margin-top: 35px;
	padding-bottom: 50px;
}
.pcatalog-cat-grid{
	position: relative;
	display: flex;
	gap: 20px;
}
.pcatalog-cat-grid.slick-initialized{
	display: block;
	gap: 0;
}
.pcatalog-cat-grid .slider-arrow{
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	box-shadow: 0 0 5px rgba(0,0,0,.1);
	background-color: #fff;
	z-index: 1;
}
.pcatalog-cat-grid .slider-arrow.slick-disabled{
	display: none !important;
}
.pcatalog-cat-grid .slider-prev{
	left: -25px;
}
.pcatalog-cat-grid .slider-next{
	right: -25px;
}
.pcatalog-cat-item:nth-child(n+2){
	visibility: hidden;
}
.pcatalog-cat-grid.slick-initialized .pcatalog-cat-item:nth-child(n){
	visibility: visible;
}
.pcatalog-cat-item.slick-slide {
	margin-right: 10px;
	float: left;
	outline: none !important;
}
.pcatalog-cat-box {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	display: block;
	position: relative;
	width: 190px;
	height: 110px;
	border-radius: 7px;
	overflow: hidden;
	border: 3px solid transparent;
}
.pcatalog-cat-box.active{
	border-color: #B8E8A2;
}
.pcatalog-cat-box.active .pcatalog-cat-box-thumb{
	opacity: .5;
}
.pcatalog-cat-box:after{
	content: '';
	position: absolute;
	display: block;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
	background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.5)));
	background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
	border-radius: 0;
	overflow: hidden;
	z-index: 1;
}
.pcatalog-cat-box-thumb {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}
.pcatalog-cat-box-img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}
.pcatalog-cat-box-name {
	position: absolute;
	left: 15px;
	right: 10px;
	bottom: 12px;
	font-size: 14px;
	line-height: 1.1;
	letter-spacing: 0.02em;
	text-transform: uppercase;
	color: #fff;
	z-index: 2;
}


@media only screen and (max-width: 1020px) {
	.pcatalog-cat {
		margin: 10px 0;
		padding: 0;
	}
	.pcatalog-cat .pcatalog-cat-grid {
		display: grid;
		gap: 6px;
		grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
	}
	.pcatalog-cat-item:nth-last-child(n){
		visibility: visible !important;
	}
	.pcatalog-cat-box {
		width: 100%;
		height: 95px;
	}
	.pcatalog-cat-box-name {
		left: 10px;
		right: 5px;
		bottom: 10px;
		font-size: 12px;
	}
}
@media only screen and (max-width: 600px) {
	.pcatalog-cat-box {
		height: 85px;
	}
}
@media only screen and (max-width: 401px) {
	.pcatalog-cat .pcatalog-cat-grid {
		grid-template-columns: repeat(auto-fit, minmax(130px, 1fr));
	}
}
/* End */


/* Start:/local/templates/s1_v1/components/bitrix/catalog.smart.filter/.default/style.css?178576605416442*/

.bx-filter-section {
	position: relative;
}
.bx-filter-parameters-box {
	position: relative;
	border-bottom: 1px solid #c0c0c0;
}
.bx-filter-popup-result {
	font-size: 14px;
	font-weight: normal;
	position: absolute;
	z-index: 5;
	display: none;
	margin-top: -18px;
	margin-left: 0;
	padding: 15px 30px;
	white-space: nowrap;
	color: var(--c-base);
	min-height: 0;
	background: #fff;
	border: none;
	border-radius: 5px;
	box-shadow: 0 0 16px rgba(142, 153, 164, 0.22);
}
.bx-filter-popup-result.right {
	left: 97%;
}
.bx-filter-popup-result.left {
	right:97%;
}
.bx-filter-popup-result .action {
	margin-top: 10px;
}
.bx-filter-popup-result-close {
	display: none;
}
.bx-filter-popup-result .arrow{
	position: absolute;
	right: 0;
	top: 0;
	width: 30px;
	height: 30px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 9px;
	cursor: pointer;
}



.bx-filter-parameters-box-title {
	padding: 24px 0 22px;
	text-transform: uppercase;
	cursor: default;
}
.bx-filter-parameters-box-hint{
	display: flex;
	align-items: center;
	justify-content: space-between;
	min-height: 20px;
}
.bx-filter-parameters-box-name {
	min-width: 0;
}
.bx-filter-parameters-box-toggle {
	align-items: center;
	align-self: center;
	background: transparent;
	border: 0;
	border-radius: 50%;
	color: inherit;
	cursor: pointer;
	display: flex;
	flex: 0 0 48px;
	height: 48px;
	justify-content: center;
	margin: -14px -12px -14px 8px;
	padding: 0;
}
.bx-filter-parameters-box-toggle:hover,
.bx-filter-parameters-box-toggle:focus-visible {
	background: rgba(184, 232, 162, .22);
	outline: none;
}
.bx-filter-parameters-box-toggle .fa {
	margin-right: 0;
}
.bx-filter-parameters-box-title .fa{
	flex-shrink: 0;
	position: relative;
	margin-right: 15px;
	display: flex;
	align-items: center;
	width: 10px;
	height: 10px;
}
.bx-filter-parameters-box-title .fa .icon{
	font-size: 10px;
	transition: transform .2s;
}
.bx-filter-parameters-box-title .fa-angle-up .icon{
	transform: rotate(180deg);
}
.bx-filter-input-container {
	width: 100%;
}
.bx-filter-input-container input {
	display: block;
	margin: 0;
	width: 100%;
	height: 40px;
	font-weight: 400;
	font-size: 14px;
	text-align: center;
	padding: 0 10px;
	border: 1px solid #C0C0C0;
	border-radius: 5px;
	background: #fff;
	color: var(--c-base);
	outline: none;
	font-family: Helios, sans-serif;
}


.bx-filter-block {
	padding-bottom: 20px;
	display: none;
	transition: padding .3s ease;
}
.bx-filter-button-box .bx-filter-block,
.bx-filter-parameters-box.bx-active .bx-filter-block {
	display: block;
}


.bx-filter-parameters-box-container{
	max-height: 252px;
	overflow: initial;
	overflow-y: auto;
	scrollbar-width: thin;
	padding-right: 10px;
}
.bx-filter-parameters-box-container::-webkit-scrollbar-track {
	background: transparent;
}
.bx-filter-parameters-box-container::-webkit-scrollbar {
	width: 4px;
	background: transparent;
}
.bx-filter-parameters-box-container::-webkit-scrollbar-thumb {
	background: transparent;
}
.bx-filter-parameters-box-item {
	/*padding-right: 10px;*/
}
.bx-filter-parameters-box-item + .bx-filter-parameters-box-item {
	margin-top: 2px;
}
.bx-filter-parameters-box-item .ui.checkbox {
	display: block;
	width: 100%;
}
.bx-filter-parameters-box-item .ui.checkbox label {
	align-items: center;
	box-sizing: border-box;
	cursor: pointer;
	display: flex;
	font-size: 15px;
	line-height: 1.35;
	min-height: 44px;
	padding: 10px 10px 10px 42px;
	-webkit-tap-highlight-color: transparent;
	width: 100%;
	color: var(--c-base);
}
.bx-filter-parameters-box-item .ui.checkbox label:before {
	border: none;
	background: #fff;
	border-radius: 6px;
	border: 2px solid #B8E8A2 !important;
	-webkit-transition: background .2s;
	-moz-transition: background .2s;
	-ms-transition: background .2s;
	-o-transition: background .2s;
	transition: background .2s;
	top: 50%;
	margin-top: -9px;
}
.bx-filter-parameters-box-item .ui.checkbox label:after {
	font-size: 12px;
	padding-top: 0;
	top: 50%;
	margin-top: -9px;
}
.bx-filter-parameters-box-item .ui.checkbox input:checked~label:before {
	background: #B8E8A2 !important;
	border-color: #B8E8A2 !important;
}
.bx-filter-parameters-box-item .ui.checkbox input:checked ~ label::after {
	color: #555 !important;
}
.bx-filter-parameters-box-item .ui.checkbox .box:hover::before,
.bx-filter-parameters-box-item .ui.checkbox label:hover::before {
	background: #B8E8A2;
}
.bx-filter-parameters-box-item .ui.checkbox input:checked~label {
	opacity: 1 !important;
	color: var(--c-base) !important;
}

.bx-filter-parameters-box-price-block{
	display: flex;
	gap: 12px;
}
.bx-filter-parameters-box-price-block .bx-filter-parameters-box-container-block {
	display: flex;
	align-items: center;
	flex-grow: 1;
}
.bx-filter-parameters-box-price-block .bx-ft-sub {
	display: none;
	flex-shrink: 0;
	font-weight: 600;
	font-size: 15px;
	margin-right: 10px;
	font-style: normal;
	text-transform: lowercase;
}



.bx-filter-parameters-box.bx-one-value{
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}
.bx-filter-parameters-box.bx-one-value .checkbox-text{
	display: none;
}
.bx-filter-parameters-box.bx-one-value .bx-filter-parameters-box-title {
	margin-right: 10px;
}
.bx-filter-parameters-box.bx-one-value .bx-filter-parameters-box-container {
	overflow: hidden;
}
.bx-filter-parameters-box.bx-one-value .bx-filter-block {
	margin-top: 0;
}




.bx-filter-button-box {
	margin-top: 40px;
}
.bx-filter-button-box .bx-filter-parameters-box-container{
	display: flex;
	align-items: center;
}
.bx-filter-button-box .wrap-reset{
	margin-left: 20px;
}
.bx-filter-wrap-reset{
	margin-bottom: 30px;
}
.bx-filter-btn-reset{
	background: transparent;
	color: var(--c-base);
	line-height: 1.3 !important;
	border-bottom: 1px dashed !important;
	-webkit-transition: border .2s;
	-moz-transition: border .2s;
	-ms-transition: border .2s;
	-o-transition: border .2s;
	transition: border .2s;
}
.bx-filter-btn-reset:hover{
	border-bottom-color: transparent !important;
}


/*
*Track
*
*/
.bx-ui-slider-track-container {
	padding-top: 25px;
	padding-bottom: 5px;
	overflow: hidden;
	z-index: 1;
}
.bx-ui-slider-track {
	position: relative;
	height: 4px;
	margin-left: 1px;
	margin-right: 1px;
	background: #DEE2E6;
	border-radius: 5px;
}
.bx-ui-slider-part {
	display: none;
}
.bx-ui-slider-part.p1 {
	left: 0;
}
.bx-ui-slider-part.p2 {
	right: 0;
}
.bx-ui-slider-part span {
	font-size: 11px;
	/*font-weight: bold;*/
	position: absolute;
	top: -16px;
	left: 50%;
	display: none;
	width: 100px;
	margin-left: -50px;
	text-align: center;
	color: #000;
}
.bx-ui-slider-part.p2 span,
.bx-ui-slider-part.p3 span,
.bx-ui-slider-part.p4 span {
	color: #6b8086;
}
.bx-ui-slider-range,
.bx-ui-slider-pricebar,
.bx-ui-slider-pricebar-vd,
.bx-ui-slider-pricebar-vn,
.bx-ui-slider-pricebar-v {
	position: absolute;
	top: 0;
	bottom: 0;
}
.bx-ui-slider-range {
	z-index: 5;
}
.bx-ui-slider-pricebar {
	z-index: 5;
}
.bx-ui-slider-pricebar-vd {
	z-index: 2;
}
.bx-ui-slider-pricebar-vn {
	z-index: 0;
}
.bx-ui-slider-pricebar-v {
	z-index: 4;
	background: #B8E8A2;
	border-radius: 5px;
}
.bx-ui-slider-handle {
	position: absolute;
	top: -7px;
	width: 16px;
	height: 16px;
	border-radius: 50%;
	background: #B8E8A2;
	border-bottom: none;
	z-index: 10;
}
.bx-ui-slider-handle:after{
	content: '';
	position: absolute;
	left: 2px;
	top: 2px;
	width: 12px;
	height: 12px;
	border-radius: 50%;
	background: #fff;
}
.bx-ui-slider-handle:hover {
	-webkit-cursor: grab;
	-ms-cursor: grab;
	-o-cursor: grab;
	cursor: grab;
}
.bx-ui-slider-handle:active {
	-webkit-cursor: grabbing;
	-ms-cursor: grabbing;
	-o-cursor: grabbing;
	cursor: grabbing;
}
.bx-ui-slider-handle.left {
	left: 0;
	margin-left: -1px;
}
.bx-ui-slider-handle.right {
	right: 0;
	margin-right: -1px;
}



/*
*	Select
*
*/

.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-select-container {
	border-style: solid;
	border-width: 1px;
	-webkit-border-image: url(/local/templates/s1_v1/components/bitrix/catalog.smart.filter/.default/images/border_default.png) 2 repeat;
	-moz-border-image: url(/local/templates/s1_v1/components/bitrix/catalog.smart.filter/.default/images/border_default.png) 2 repeat;
	-o-border-image: url(/local/templates/s1_v1/components/bitrix/catalog.smart.filter/.default/images/border_default.png) 2 repeat;
	border-image: url(/local/templates/s1_v1/components/bitrix/catalog.smart.filter/.default/images/border_default.png) 2 repeat;
}
/* COLOR */
/*.bx-filter-select-container.bx-active,
.bx-filter-select-container:focus {
	border-color: #499fd8;
}
.bx-retina .bx-filter-select-container.bx-active,
.bx-retina .bx-filter-select-container:focus {
	-webkit-border-image: url(/local/templates/s1_v1/components/bitrix/catalog.smart.filter/.default/images/active.png) 2 repeat;
	   -moz-border-image: url(/local/templates/s1_v1/components/bitrix/catalog.smart.filter/.default/images/active.png) 2 repeat;
		 -o-border-image: url(/local/templates/s1_v1/components/bitrix/catalog.smart.filter/.default/images/active.png) 2 repeat;
			border-image: url(/local/templates/s1_v1/components/bitrix/catalog.smart.filter/.default/images/active.png) 2 repeat;
}*/
.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-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-select-text.fix {
	min-width: 120px;
}
.bx-filter-select-text label {
	cursor: pointer;
}
.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-tag {
	padding: 18px;
	/*border-top: 1px solid #d7eaf7;/* COLOR */
	/*border-bottom: 1px solid #d7eaf7;/* COLOR */
}
.bx-tag-link {
	font-size: 12px;
	text-decoration: none;
	/*color: #68939e;/* COLOR */
	text-shadow: none;
}
.bx-tag-link.bx-active,
.bx-tag-link:hover {
	color: #1d3d46;
}
/*
*	LABEL
*
*/
.bx-filter-param-btn-inline .bx-filter-param-label {
	float: left;
	display: block;
	margin: 2px;
}
.bx-filter-param-btn-block .bx-filter-param-label {
	display: block;
}

.bx-filter-param-label.dib {
	display: inline-block;
}
.bx-filter-param-text {
	font-weight: normal;
}
.bx-filter-param-label.disabled .bx-filter-param-text {
	color: #6c6c6c;
}
.bx-filter-select-popup .bx-filter-param-label.bx-active {
	background: #f3f8fa;
}





/*
* 	BTN
*
*/

.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-param-btn {
	border-style: solid;
	border-width: 1px;
	-webkit-border-image: url(/local/templates/s1_v1/components/bitrix/catalog.smart.filter/.default/images/border_default.png) 2 repeat;
	-moz-border-image: url(/local/templates/s1_v1/components/bitrix/catalog.smart.filter/.default/images/border_default.png) 2 repeat;
	-o-border-image: url(/local/templates/s1_v1/components/bitrix/catalog.smart.filter/.default/images/border_default.png) 2 repeat;
	border-image: url(/local/templates/s1_v1/components/bitrix/catalog.smart.filter/.default/images/border_default.png) 2 repeat;
}
/* COLOR */
/* --- colors */
.bx-filter-param-btn.bx-color-sl {}

.bx-filter-param-label.disabled .bx-filter-param-btn.bx-color-sl {
	background: transparent;
	box-shadow: none
}
.bx-filter-param-label.disabled .bx-filter-param-btn.bx-color-sl {
	position: relative;
}
.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-param-btn .bx-filter-param-text {
	line-height: 26px;
}
/*
* BTN P/M
*
*/

.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-param-btn.bx-spm.bx-plus {
	background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAsAAAAMCAYAAAC0qUeeAAAANUlEQVQoz2NgwAQsQMzJQCSwAeKGQa7YFKoAhmOgim3QsAxIcSFUkhC2GaqhgQ4UgNgFmwQAij8OUFmBFssAAAAASUVORK5CIIA=") no-repeat center;
}
.bx-filter-param-btn.bx-spm.bx-minus {
	background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAACCAYAAABhYU3QAAAAG0lEQVQYV2NgYGDgBuI4AlgGiBn4gLicAFYGAAFkBwE95V42AAAAAElFTkSuQmCC") no-repeat center;
}
.bx-filter-param-btn.bx-spm:active {
	outline: none !important;
	box-shadow: inset 0 2px 3px rgba(0, 0, 0, .12);
}
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-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-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-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-param-label.disabled .bx-filter-btn-color-icon {
	opacity: .2;
}
/*
* 	BIZ
*
*/

.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-parameter-biz:hover {
	text-decoration: none;
	border-bottom: 1px solid;
}
.bx-filter-parameter-biz.bx-active {
	position: relative;
	/*padding-left:20px;*/

	color: #000;
	border-color: transparent;
}


@media only screen and (max-width: 1020px) {
	.bx-filter-popup-result.right {
		left: auto;
		right: 20px;
	}
	.bx-filter-form > .bx-filter-wrap-reset{
		display: none;
	}
}

/* End */


/* Start:/local/templates/.default/components/bitrix/system.pagenavigation/.default/style.css?17609687322471*/
.pagination{
	text-align: center;
}
.pagination-loader .loader-box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-bottom: 50px;
}
.pagination-more{
	text-align: center;
}
.pagination-btn-more{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-left: auto;
	margin-right: auto;
	width: 290px;
	height: 54px;
	border: none;
	outline: none;
	background: var(--c1);
	letter-spacing: 0.02em;
	text-transform: uppercase;
	color: var(--c-base);
	border-radius: 50px;
	overflow: hidden;
	-webkit-transition: background .2s, color .2s;
	-o-transition: background .2s, color .2s;
	transition: background .2s, color .2s;
	cursor: pointer;
}
.pagination-btn-more:hover{
	background: var(--c1-hover);
}
.pagination-num {
	margin-top: 30px;
}
.pagination-num ul{
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	margin-left: -5px;
	margin-right: -5px;
}
.pagination-num li{
	padding-left: 5px;
	padding-right: 5px;
}
.pagination-num a,
.pagination-num span {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border-radius: 3px;
	height: 36px;
	width: 36px;
	text-align: center;
	color: var(--c-base);
	text-decoration: none !important;
	font-size: 14px;
	background: #f8f8f8;
	border: none;
	overflow: hidden;
	text-decoration: none;
	cursor: pointer;
	-webkit-transition: background .2s, color .2s, border .2s;
	-o-transition: background .2s, color .2s, border .2s;
	transition: background .2s, color .2s, border .2s;
}
.pagination-num a:hover{
	background: var(--c1);
	color: var(--c-base);
}
.pagination-num span{
	background: var(--c1);
	color: var(--c-base);
}
@media only screen and (max-width: 760px) {
	.pagination-num ul {
		margin-left: -3px;
		margin-right: -3px;
	}
	.pagination-num li{
		padding-left: 3px;
		padding-right: 3px;
	}
	.pagination-num a, .pagination-num span {
		height: 30px;
		width: 30px;
	}
	.pagination-btn-more{
		font-size: 15px;
		width: 100%;
		height: 48px;
	}
}
/* End */


/* Start:/local/templates/.default/components/bitrix/catalog.item/.default/style.css?17725311914977*/
.cardCatalog.is-deleted .cardCatalog__thumb,
.cardCatalog.is-deleted .cardCatalog__body{
	opacity: .3;
	pointer-events: none;
}
.cardCatalog.cardCatalog_not_can_buy .cardCatalog__thumb,
.cardCatalog.cardCatalog_not_can_buy .cardCatalog__body{
	opacity: .5;
}
.cardCatalog__media{
	position: relative;
	display: block;
}
.cardCatalog__thumb {
	position: relative;
	display: block;
	padding-bottom: 140%;
	border-radius: 5px;
	overflow: hidden;
}
.cardCatalog__thumb img{
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}
.cardCatalog__ovitrina{
	position: absolute;
	left: 0;
	bottom: 0;
	height: 24px;
	padding: 0 10px;
	font-weight: 600;
	display: flex;
	font-size: 10px;
	align-items: center;
	justify-content: center;
	color: rgb(83,86,90);
	background: rgb(184,232,162);
	border-radius: 0 7px;
	display: none;
}
.cardCatalog__favourite{
	position: absolute;
	right: 0;
	top: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	font-size: 18px;
	color: rgba(255,255,255,.5);
	z-index: 1;
	cursor: pointer;
	transition: stroke .2s, color .2s;
}
.cardCatalog__favourite:hover{
	color: #E8A2C7;
}
.cardCatalog__favourite.is-favourite{
	color: #E8A2C7;
}
.cardCatalog__add-img-grid{
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 1;
	display: flex;
}
.cardCatalog__add-img-grid .item{
	flex-grow: 1;
}
.cardCatalog__add-img-points{
	opacity: 0;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 15px;
	z-index: 1;
	pointer-events: none;
	display: flex;
	justify-content: center;
	gap: 8px;
}
.cardCatalog:hover .cardCatalog__add-img-points{
	opacity: 1;
}
.cardCatalog__add-img-points .item{
	flex-shrink: 0;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: #c0c0c0;
	overflow: hidden;
	transition: background-color .2s;
}
.cardCatalog__add-img-points .item.active{
	background: #B8E8A2;
}
.cardCatalog__badges{
	position: absolute;
	top: 10px;
	left: 10px;
	z-index: 1;
}
.cardCatalog__badges .bBadge + .bBadge{
	margin-top: -12px;
}
.cardCatalog__favourite-edit{
	position: absolute;
	right: 44px;
	top: 4px;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 32px;
	height: 32px;
	background: rgba(248,248,248,.7);
	border-radius: 50%;
	transition: background .2s;
	cursor: pointer;
	z-index: 1;
}
.cardCatalog__favourite-edit:hover{
	background: #fff;
}
.cardCatalog__body {
	position: relative;
	margin-top: 20px;
}
.cardCatalog__link {
	font-size: 20px;
	letter-spacing: 0.02em;
	text-transform: uppercase;
	color: var(--c-base);
	-webkit-transition: color .2s;
	-o-transition: color .2s;
	transition: color .2s;
}
.cardCatalog__link:hover{
	color: #B8E8A2;
}
.cardCatalog__descr{
	position: absolute;
	left: 0;
	right: 0;
	margin-top: 15px;
	font-size: 12px;
	line-height: 1.5;
	opacity: 0;
	visibility: hidden;
}
.cardCatalog__price {
	margin-top: 15px;
	font-size: 20px;
	letter-spacing: 0.02em;
	color: var(--c-base);
}
.cardCatalog__price .t1{
	font-size: 10px;
	text-transform: uppercase;
}
.cardCatalog__price .price-old{
	position: relative;
	margin-left: 10px;
	color: #C0C0C0;
	text-decoration: line-through;
}
.cardCatalog__nabd {
	margin-bottom: 15px;
	line-height: 1.25;
}
.cardCatalog__action {
	position: absolute;
	left: 0;
	right: 0;
	margin-top: 15px;
	visibility: hidden;
	opacity: 0;
}
.cardCatalog__notavailable,
.cardCatalog__oneclick{
	margin-top: 15px;
}
.cardCatalog__oneclick-link{
	font-size: 14px;
}
.root-is-holiday .cardCatalog__btn-similar,
.root-is-holiday .cardCatalog__oneclick{
	display: none !important;
}
.cardCatalog:hover{
	position: relative;
	z-index: 2;
	background: #fff;
	-webkit-box-shadow: 0 0 16px rgba(142, 153, 164, 0.22);
	box-shadow: 0 0 16px rgba(142, 153, 164, 0.22);
	border-radius: 14px;
	margin: -40px -35px;
	padding: 40px 35px;
}
.cardCatalog:hover .cardCatalog__descr,
.cardCatalog:hover .cardCatalog__action{
	position: static;
	visibility: visible;
	opacity: 1;
}
@media only screen and (max-width: 1020px) {
	.cardCatalog {
		margin: 0 auto!important;
		width: 100%;
		-webkit-box-shadow: none !important;
		box-shadow: none !important;
		padding: 0 !important;
	}
	.cardCatalog__action,
	.cardCatalog__descr {
		display: none !important;
	}
}
@media only screen and (max-width: 760px) {
	.cardCatalog__badges {
		top: 6px;
		left: 6px;
	}
	.cardCatalog__badges .bBadge + .bBadge {
		margin-top: -10px;
	}
	.cardCatalog__ovitrina{
		height: 20px;
		padding: 0 6px;
		font-size: 9px;
	}
	.cardCatalog__link {
		font-size: 15px;
	}
	.cardCatalog__body {
		margin-top: 10px;
		padding: 0 !important;
	}
	.cardCatalog__price {
		margin-top: 10px;
		font-size: 15px;
	}
}
/* End */
/* /local/templates/.default/components/skadium/catalog/v1/style.css?1760968732502 */
/* /local/templates/.default/components/skadium/catalog/v1/css/catalog-items.css?178576612911429 */
/* /local/templates/.default/components/bitrix/breadcrumb/.default/style.css?17609687324206 */
/* /local/templates/.default/components/bitrix/catalog.section.list/root_cat_gallery.v1/style.css?17609687322806 */
/* /local/templates/s1_v1/components/bitrix/catalog.smart.filter/.default/style.css?178576605416442 */
/* /local/templates/.default/components/bitrix/system.pagenavigation/.default/style.css?17609687322471 */
/* /local/templates/.default/components/bitrix/catalog.item/.default/style.css?17725311914977 */
