

/* Start:/local/templates/new/components/bitrix/catalog/new_catalog/style.css?1746620464184*/
.bx_sitemap{
	position: absolute;
	z-index: -1;
	opacity: 0;
	width: 0;
	height: 0;
	overflow: hidden;
}

.catalog-description{
	margin-top: 60px;
}

.catalog-description__content{
	
}
/* End */


/* Start:/local/templates/new/components/bitrix/catalog.smart.filter/custom_filter/style.css?17689196506685*/
.hidden-block{
	position: absolute;
	z-index: -1;
	opacity: 0;
	width: 0;
	height: 0;
	overflow: hidden;
}

.filter__colors--item {
	position: relative;
}

.filter__colors--item input{
	position: absolute;
	z-index: -1;
	opacity: 0;
	z-index: 10;
	width: 100%;
	height: 100%;
}

/* Стили для размеров в фильтре */
.filter__sizes {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	gap: 10px;
	margin-top: 10px;
}

.filter__sizes--item {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	min-width: 40px;
	font-size: 18px;
	padding: 10px 20px;
	border-radius: 18px;
	cursor: pointer;
	background: #F0F0F0;
	transition: all 0.3s ease;
	opacity: 0.6;
}

.filter__sizes--item.selected, .filter__sizes--item:hover {
	opacity: 1;
	background: #000;
}

.filter__sizes--item:hover span, .filter__sizes--item.selected span {
	color: #fff;
}

.filter__sizes--item.selected::before {
	display: none;
}

.filter .filter__sizes--item input {
	position: absolute;
	opacity: 0;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	cursor: pointer;
	z-index: 10;
	margin: 0;
	padding: 0;
	border: none;
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
}

.filter .filter__sizes--item input:checked {
	opacity: 0;
}

.filter__sizes--text {
	font-size: 14px;
	font-weight: 500;
	color: #000;
	white-space: nowrap;
}

.filter__sizes--item img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	border-radius: 4px;
}

/* Стили для кнопки сброса фильтров */
#del_filter {
	cursor: pointer;
	width: 100%;
	margin-top: 10px;
	border-radius: 62px;
	background: #fff;
	font-family: inherit;
	font-size: 14px;
	color: #000;
	font-weight: 400;
	opacity: 1;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	-webkit-transition: 300ms;
	transition: 300ms;
	display: flex;
	align-items: center;
	padding: 0 23px;
	height: 56px;
	border: 1px solid #000;
}

#del_filter:hover {
	background: #f5f5f5;
	border-color: #999;
}

#del_filter.hidden-block {
	display: none;
}

/* Стили для секции активных фильтров */
.filter__applied-filters {
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #e0e0e0;
}

.filter__applied-title {
	font-weight: 700;
	font-size: 20px;
	margin-bottom: 16px;
}

.filter__applied-tags {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	gap: 8px;
	margin-bottom: 12px;
}

.filter__applied-tag {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 20px;
	padding: 10px 20px;
	background: #F6F6F6;
	border-radius: 30px;
	font-size: 14px;
	color: #000;
}

.filter__applied-tag-color {
	display: inline-block;
	width: 24px;
	height: 24px;
	border-radius: 50%;
	border: 1px solid rgba(0, 0, 0, 0.1);
	flex-shrink: 0;
	overflow: hidden;
}

.filter__applied-tag-color img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.filter__applied-tag-text {
	font-weight: 500;
	font-size: 18px;
	color: #666666;
}

.filter__applied-tag-remove {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 26px;
	height: 26px;
	padding: 0;
	margin: 0;
	border: none;
	background: transparent;
	cursor: pointer;
	color: #666;
	-webkit-transition: color 0.2s;
	transition: color 0.2s;
	flex-shrink: 0;
}

.filter__applied-tag-remove:hover {
	color: #000;
}

.filter__applied-tag-remove svg {
	width: 18px;
	height: 18px;
}

.filter__applied-clear {
	margin-top: 8px;
}

.filter__applied-clear-link {
	font-size: 18px;
	color: #666;
	text-decoration: underline;
	cursor: pointer;
	-webkit-transition: color 0.2s;
	transition: color 0.2s;
}

.filter__applied-clear-link:hover {
	color: #000;
	text-decoration: none;
}

.filter__body.filter__body--category {
	max-height: max-content;
	margin-left: 20px;
}

.filter__category-group-title {
	font-size: 16px;
	font-weight: 700;
	margin-bottom: 10px;
}

.filter__body.filter__body--category .checkbox {
	align-items: flex-start;
	margin-bottom: 10px;
}

.filter__body.filter__body--category .checkbox:last-child {
	align-items: flex-start;
	margin-bottom: 0;
}

.filter__body--category .checkbox__text {
	margin-left: 10px;
}

.filter__category-group {
	margin-bottom: 24px;
}

.filter__category-group:last-child {
	margin-bottom: 0;
}

.catalog__filter--mobile-count {
	position: absolute;
	background: #fbbe07;
	width: 20px;
	color: #fff;
	height: 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border-radius: 50%;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	font-weight: 700;
	font-size: 10px;
	z-index: 1;
	top: 12px;
	right: -5px;
	border: 1px solid #fff;
}

.bx-filter__header, .bx-filter__footer {
	display: none;
}

@media screen and (max-width: 991px) {
	.bx-filter__header {
		display: flex;
		justify-content: space-between;
		align-items: center;
		border-bottom: 1px solid #0000001A;
		margin-bottom: 20px;
		position: fixed;
		left: 0;
		right: 0;
		top: 0;
		padding: 20px;
		background-color: #fff;
		z-index: 1000;
	}

	.bx-filter__footer {
		display: flex;
		justify-content: space-between;
		align-items: center;
		border-top: 1px solid #0000001A;
		position: fixed;
		left: 0;
		right: 0;
		bottom: 0;
		padding: 20px;
		background-color: #fff;
		z-index: 1000;
	}

	.filter__view-results-btn {
		border: none;
		outline: none;
		background-color: #000;
		color: #fff;
		font-size: 12px;
		height: 56px;
		width: 100%;
		border-radius: 10px;
		text-transform: uppercase;
		font-weight: 700;
	}

	.bx-filter__header-title {
		font-weight: 700;
		font-size: 20px;
	}

	.catalog__filter-close--mobile svg, .catalog__filter-close--mobile {
		height: 26px;
		width: 26px;
	}
	.filter__body.filter__body--category {
		margin-left: 0;
		margin-top: 10px;
	}
}


/* End */


/* Start:/local/templates/new/components/bitrix/catalog.section/new_catalog/style.css?17448801123808*/
@media (min-width: 1200px){
	/*lg*/
	/*6*/
	.product-item-list-col-6   > .col-xs-12 > .row > .col-md-2:nth-child(6n+1),
	.product-item-list-col-1-6 > .col-sm-6:nth-child(2n+1),
	.product-item-list-col-6-1 > .col-sm-6:nth-child(2n+1),
	.product-item-list-col-1-6 > .col-sm-6  > .row > .col-md-4:nth-child(3n+1),
	.product-item-list-col-6-1 > .col-sm-6  > .row > .col-md-4:nth-child(3n+1),
	/*4*/
	.product-item-list-col-4   > .col-xs-12 > .row > .col-md-3:nth-child(4n+1),
	.product-item-list-col-1-4 > .col-sm-6 >  .row > .col-xs-6:nth-child(2n+1),
	.product-item-list-col-4-1 > .col-sm-6 >  .row > .col-xs-6:nth-child(2n+1),
	/*3*/
	.product-item-list-col-3   > .col-xs-12 > .row > .col-sm-4:nth-child(3n+1),
	/*2*/
	.product-item-list-col-2   > .col-xs-12 > .row > .col-xs-6:nth-child(2n+1),
	/*1*/
	.product-item-list-col-1   > .col-xs-12 > .row > .col-xs-12:nth-child(1n){clear: both}
}
@media (min-width: 992px) and (max-width:1199px){
	/*md*/
	/*6*/
	.product-item-list-col-6   > .col-xs-12 > .row > .col-md-2:nth-child(6n+1),
	.product-item-list-col-1-6 > .col-sm-6:nth-child(2n+1),
	.product-item-list-col-6-1 > .col-sm-6:nth-child(2n+1),
	.product-item-list-col-1-6 > .col-sm-6 > .row > .col-md-4:nth-child(3n+1),
	.product-item-list-col-6-1 > .col-sm-6 > .row > .col-md-4:nth-child(3n+1),
	/*4*/
	.product-item-list-col-4   > .col-xs-12 > .row > .col-md-3:nth-child(4n+1),
	.product-item-list-col-1-4 > .col-sm-6 >  .row > .col-xs-6:nth-child(2n+1),
	.product-item-list-col-4-1 > .col-sm-6 >  .row > .col-xs-6:nth-child(2n+1),
	/*3*/
	.product-item-list-col-3   > .col-xs-12 > .row > .col-sm-4:nth-child(3n+1),
	/*2*/
	.product-item-list-col-2   > .col-xs-12 > .row > .col-xs-6:nth-child(2n+1),
	/*1*/
	.product-item-list-col-1   > .col-xs-12 > .row > .col-xs-12:nth-child(1n){clear: both}
}
@media (min-width: 768px) and (max-width: 991px){
	/*sm*/
	/*6*/
	.product-item-list-col-6   > .col-xs-12 > .row > .col-sm-4:nth-child(3n+1),
	.product-item-list-col-1-6 > .col-sm-6:nth-child(2n+1),
	.product-item-list-col-6-1 > .col-sm-6:nth-child(2n+1),
	.product-item-list-col-1-6 > .col-sm-6 >  .row > .col-xs-6:nth-child(2n+1),
	.product-item-list-col-6-1 > .col-sm-6 >  .row > .col-xs-6:nth-child(2n+1),
	/*4*/
	.product-item-list-col-4   > .col-xs-12 > .row > .col-xs-6:nth-child(2n+1),
	.product-item-list-col-1-4 > .col-sm-6:nth-child(2n+1),
	.product-item-list-col-4-1 > .col-sm-6:nth-child(2n+1),
	.product-item-list-col-1-4 > .col-sm-6 >  .row > .col-xs-6:nth-child(2n+1),
	.product-item-list-col-4-1 > .col-sm-6 >  .row > .col-xs-6:nth-child(2n+1),
	/*3*/
	.product-item-list-col-3   > .col-xs-12 > .row > .col-sm-4:nth-child(3n+1),
	/*2*/
	.product-item-list-col-2   > .col-xs-12 > .row > .col-xs-6:nth-child(2n+1),
	/*1*/
	.product-item-list-col-1   > .col-xs-12 > .row > .col-xs-12:nth-child(1n){clear: both}
}
@media (max-width: 767px){
	/*xs*/
	/*6*/
	.product-item-list-col-6   > .col-xs-12 > .row > .col-xs-6:nth-child(2n+1),
	.product-item-list-col-1-6 > .col-sm-6 >  .row > .col-xs-6:nth-child(2n+1),
	.product-item-list-col-6-1 > .col-sm-6 >  .row > .col-xs-6:nth-child(2n+1),
	/*4*/
	.product-item-list-col-4   > .col-xs-12 > .row > .col-xs-6:nth-child(2n+1),
	.product-item-list-col-1-4 > .col-sm-6 >  .row > .col-xs-6:nth-child(2n+1),
	.product-item-list-col-4-1 > .col-sm-6 >  .row > .col-xs-6:nth-child(2n+1),
	/*3*/
	.product-item-list-col-3   > .col-xs-12 > .row > .col-sm-4:nth-child(3n+1),
	/*2*/
	.product-item-list-col-2   > .col-xs-12 > .row > .col-xs-6:nth-child(2n+1),
	/*1*/
	.product-item-list-col-1   > .col-xs-12 > .row > .col-xs-12:nth-child(1n){clear: both}
}

.catalog-section-header{
	font-size:14px;
	font-weight: bold;
	text-align: left;
	margin:5px 0;
	padding:5px 15px;
	border-bottom: 2px solid #d9dee6;
	color: #000;
}

.row::before {
	display: initial;
}
/* End */


/* Start:/local/templates/new/components/bitrix/catalog.section/new_catalog/themes/blue/style.min.css?1744880112706*/
.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}.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}.bx-blue .product-item-amount-field:focus{border-color:#006cc0}.bx-blue .catalog-section-header{border-color:#006cc0}
/* End */
/* /local/templates/new/components/bitrix/catalog/new_catalog/style.css?1746620464184 */
/* /local/templates/new/components/bitrix/catalog.smart.filter/custom_filter/style.css?17689196506685 */
/* /local/templates/new/components/bitrix/catalog.section/new_catalog/style.css?17448801123808 */
/* /local/templates/new/components/bitrix/catalog.section/new_catalog/themes/blue/style.min.css?1744880112706 */
