

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

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

}

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

body.bx-theme-blue .catalog-block-header{border-color:#006cc0;}
body.bx-theme-green .catalog-block-header{border-color:#63aa28;}
body.bx-theme-red .catalog-block-header{border-color:#da3737;}
body.bx-theme-yellow .catalog-block-header{border-color:#f4b236;}

/* ===== Сайдбар фильтра каталога ===== */
.catalog-filter__head{
	display:flex;
	align-items:center;
	justify-content:space-between;
	margin-bottom:10px;
	padding-bottom:10px;
	border-bottom:1px solid #e5e5e5;
}
.catalog-filter__title{
	font-size:18px;
	font-weight:600;
}
.catalog-filter-close{
	border:0;
	background:none;
	font-size:28px;
	line-height:1;
	color:#333;
	cursor:pointer;
	padding:0 6px;
}

/* Десктоп: сайдбар слева на уровне карточек, «липкий» при скролле */
@media (min-width:992px){
	/* overflow:hidden на .wrapper-all ломает position:sticky */
	.wrapper-all{
		overflow:visible !important;
	}
	.catalog-filter-toggle,
	.catalog-filter-backdrop,
	.catalog-filter__head{
		display:none !important;
	}
	.catalog-main-row{
		flex-wrap:nowrap;
		align-items:stretch;
	}
	/* Сортировка в правой колонке — смещаем фильтр вниз на высоту тулбара */
	.catalog-filter-col{
		padding-top:calc(1rem + 38px);
		align-self:stretch;
	}
	#catalogFilter.catalog-filter{
		position:sticky;
		top:16px;
		z-index:10;
		max-height:calc(100vh - 16px);
		overflow-y:auto;
		-webkit-overflow-scrolling:touch;
	}
}

/* Мобильные: выезжающая панель слева, скрыта по умолчанию */
@media (max-width:991.98px){
	.catalog-filter-toggle{
		display:inline-flex;
		align-items:center;
		justify-content:center;
		flex-shrink:0;
		width:auto;
		height:auto;
		min-width:27px;
		min-height:27px;
		padding:0;
		margin-left:8px;
		color:#222;
		border-radius:0;
		box-shadow:none;
		outline:none;
		vertical-align:middle;
		-webkit-tap-highlight-color:transparent;
	}
	.catalog-filter-toggle:active{
		opacity:.65;
	}
	.catalog-filter-toggle:focus,
	.catalog-filter-toggle:focus-visible{
		outline:none;
		box-shadow:none;
	}
	.catalog-filter-toggle__icon{
		display:block;
		width:27px;
		height:27px;
	}
	.catalog-filter-col{
		padding:0 !important;
	}
	#catalogFilter.catalog-filter{
		position:fixed;
		top:0;
		left:0;
		bottom:0;
		width:320px;
		max-width:88%;
		z-index:2050;
		background:#fff;
		overflow-y:auto;
		padding:15px;
		transform:translateX(-100%);
		transition:transform .3s ease;
		box-shadow:0 0 25px rgba(0,0,0,.25);
	}
	#catalogFilter.catalog-filter.is-open{
		transform:translateX(0);
	}
	.catalog-filter-backdrop{
		position:fixed;
		inset:0;
		background:rgba(0,0,0,.5);
		z-index:2040;
		opacity:0;
		visibility:hidden;
		transition:opacity .3s ease;
	}
	.catalog-filter-backdrop.is-open{
		opacity:1;
		visibility:visible;
	}
}

/* End */


/* Start:/local/templates/eshop_bootstrap_black/components/bitrix/catalog/template1/bitrix/catalog.section.list/.default/style.min.css?17894826359549*/
.bx_catalog_line{margin-bottom:30px}.bx_catalog_line .bx_catalog_line_category_title{padding-bottom:14px;border-bottom:1px solid #e5e5e5;font-size:24px}.bx_catalog_line .bx_catalog_line_category_title a{color:#000;text-decoration:none}.bx_catalog_line .bx_catalog_line_ul{padding:0}.bx_catalog_line .bx_catalog_line_ul li{margin-bottom:20px;list-style:none}.bx_catalog_line .bx_catalog_line_ul li:before{content:''!important}.bx_catalog_line .bx_catalog_line_img{position:relative;display:block;float:left;overflow:hidden;margin-right:40px;width:125px;height:125px;border:1px solid #ccc;border-radius:2px;background-position:center;background-size:contain;background-repeat:no-repeat;-webkit-background-size:contain}.bx_catalog_line .bx_catalog_line_title{margin-bottom:10px;padding:0;vertical-align:top;line-height:18px}.bx_catalog_line .bx_catalog_line_title a{color:#4c7da6;font-size:18px}.bx_catalog_line .bx_catalog_line_title a:hover{text-decoration:none}.bx_catalog_line .bx_catalog_line_title span{font-size:16px}.bx_catalog_line .bx_catalog_line_description{color:#3f3f3f;font-size:13px;line-height:16px}@media(max-width:639px){.bx-touch .bx_catalog_line .bx_catalog_line_img{margin-right:10px;width:50px;height:50px}.bx-touch .bx_catalog_line .bx_catalog_line_title{margin-bottom:5px;line-height:14px}.bx-touch .bx_catalog_line .bx_catalog_line_title a{font-size:14px}.bx-touch .bx_catalog_line .bx_catalog_line_description{font-size:11px}}.bx_catalog_line .bx_catalog_line_img,.bx_catalog_line .bx_catalog_line_title,.bx_catalog_line .bx_catalog_line_title a,.bx_catalog_line .bx_catalog_line_description{transition:all .3s ease}.bx_catalog_text{margin-bottom:30px}.bx_catalog_text .bx_catalog_text_category_title{padding-bottom:14px;border-bottom:1px solid #e5e5e5;font-size:24px}.bx_catalog_text .bx_catalog_text_category_title a{color:#000;text-decoration:none}.bx_catalog_text .bx_catalog_text_ul{padding:0}.bx_catalog_text .bx_catalog_text_ul li{float:left;margin:0 10px 10px;list-style:none}.bx_catalog_text .bx_catalog_text_ul li:before{content:''!important}.bx_catalog_text .bx_catalog_text_title{margin:0;padding:0;vertical-align:top;font-size:14px;line-height:14px}.bx_catalog_tile .bx_catalog_tile_title a{display:inline-block;overflow:hidden;max-width:100%;color:#4c7da6;-ms-text-overflow:ellipsis;text-overflow:ellipsis;font-size:14px}.bx_catalog_text .bx_catalog_text_title a:hover{text-decoration:none}.bx_catalog_text .bx_catalog_text_title span{font-size:12px}@media(max-width:639px){.bx-touch .bx_catalog_text .bx_catalog_line_title{margin-bottom:5px;line-height:12px}.bx-touch .bx_catalog_text .bx_catalog_line_title a{font-size:12px}}.bx_catalog_text .bx_catalog_line_title,.bx_catalog_text .bx_catalog_line_title a{transition:all .3s ease}.bx_catalog_tile{margin-bottom:30px}.bx_catalog_tile .bx_catalog_tile_category_title{padding-bottom:14px;border-bottom:1px solid #e5e5e5;font-size:24px}.bx_catalog_tile .bx_catalog_tile_category_title a{color:#000;text-decoration:none}.bx_catalog_tile .bx_catalog_tile_ul{padding:0}.bx_catalog_tile .bx_catalog_tile_ul li{float:left;box-sizing:border-box;margin-bottom:20px;padding:0 10px;width:25%;list-style:none;text-align:center}.bx_catalog_tile .bx_catalog_tile_ul li:before{content:''!important}.bx_catalog_tile .bx_catalog_tile_ul li:nth-child(8n+1){clear:both}.bx_catalog_tile .bx_catalog_tile_img{position:relative;display:block;overflow:hidden;margin:0 auto;width:100%;height:150px;border-radius:2px;background-color:#fff;background-position:center;background-size:contain;background-repeat:no-repeat;-webkit-background-size:contain}.bx_catalog_tile .bx_catalog_tile_title{margin-top:5px;margin-bottom:10px;padding:0;vertical-align:top;line-height:14px}.bx_catalog_tile .bx_catalog_tile_title a{color:#4c7da6;font-size:14px}.bx_catalog_tile .bx_catalog_tile_title a:hover{text-decoration:none}.bx_catalog_tile .bx_catalog_tile_title span{font-size:12px}@media(max-width:980px){.bx_catalog_tile .bx_catalog_tile_ul li{width:20%}.bx_catalog_tile .bx_catalog_tile_ul li:nth-child(8n+1){clear:none}.bx_catalog_tile .bx_catalog_tile_ul li:nth-child(5n+1){clear:both}}@media(max-width:639px){.bx-touch .bx_catalog_tile .bx_catalog_tile_title{margin-bottom:5px;line-height:14px}.bx-touch .bx_catalog_tile .bx_catalog_tile_title{line-height:10px}.bx-touch .bx_catalog_tile .bx_catalog_tile_title a{font-size:11px}}@media(min-width:480px) and (max-width:639px){.bx-touch .bx_catalog_tile .bx_catalog_tile_ul li{width:25%}.bx-touch .bx_catalog_tile .bx_catalog_tile_ul li:nth-child(8n+1){clear:none}.bx-touch .bx_catalog_tile .bx_catalog_tile_ul li:nth-child(5n+1){clear:none}.bx-touch .bx_catalog_tile .bx_catalog_tile_ul li:nth-child(4n+1){clear:both}}@media(max-width:479px){.bx-touch .bx_catalog_tile .bx_catalog_tile_ul li{width:33.3%}.bx-touch .bx_catalog_tile .bx_catalog_tile_img{width:100%;height:80px}.bx-touch .bx_catalog_tile .bx_catalog_tile_ul li:nth-child(8n+1){clear:none}.bx-touch .bx_catalog_tile .bx_catalog_tile_ul li:nth-child(5n+1){clear:none}.bx-touch .bx_catalog_tile .bx_catalog_tile_ul li:nth-child(3n+1){clear:both}}.bx_catalog_tile .bx_catalog_tile_title,.bx_catalog_tile .bx_catalog_tile_title a,.bx_catalog_tile .bx_catalog_tile_ul li,.bx_catalog_tile .bx_catalog_tile_img{transition:all .3s ease}.bx_sitemap{margin-bottom:30px}.bx_sitemap .bx_sitemap_title{padding-bottom:14px;border-bottom:1px solid #e5e5e5;font-size:24px}.bx_sitemap .bx_sitemap_title a{color:#000;text-decoration:none}.bx_sitemap .bx_sitemap_ul li{padding:0;line-height:14px}.bx_sitemap .bx_sitemap_ul li:before{content:''!important}.bx_sitemap .bx_sitemap_li_title{display:inline-block;margin:0;margin-bottom:10px;padding:0;vertical-align:top;font-weight:normal;line-height:13px}.bx_sitemap .bx_sitemap_li_title a{color:#4c7da6;white-space:nowrap;font-size:13px}.bx_sitemap .bx_sitemap_li_title a:hover{text-decoration:none}.bx_sitemap .bx_sitemap_li_title span{font-size:11px}@media(max-width:639px){.bx-touch .bx_sitemap .bx_catalog_line_title{margin-bottom:5px;line-height:12px}.bx-touch .bx_sitemap .bx_catalog_line_title a{font-size:12px}}.bx_sitemap .bx_catalog_line_title,.bx_sitemap .bx_catalog_line_title a{transition:all .3s ease}
.bs-sections__grid{--bs-sections-cols:2;--bs-sections-gap:16px;--bs-sections-row-gap:var(--bs-sections-gap);display:flex;flex-wrap:wrap;justify-content:center;gap:var(--bs-sections-row-gap) var(--bs-sections-gap);margin:0 0 10px;padding:0;list-style:none}.bs-sections__grid_dense{--bs-sections-cols:3;--bs-sections-row-gap:13px}@media (min-width:576px){.bs-sections__grid_dense{--bs-sections-cols:4}}@media (min-width:768px){.bs-sections__grid{--bs-sections-cols:3}.bs-sections__grid_dense{--bs-sections-cols:5}}@media (min-width:992px){.bs-sections__grid{--bs-sections-cols:4}.bs-sections__grid_dense{--bs-sections-cols:5;--bs-sections-row-gap:18px}}@media (min-width:1200px){.bs-sections__grid{--bs-sections-gap:24px}}.bs-sections__cell{margin:0;padding:0;width:calc((100% - (var(--bs-sections-cols) - 1)*var(--bs-sections-gap))/var(--bs-sections-cols));list-style:none}.bs-sections__cell:before{content:'' !important}.bs-sections__tile{position:relative;display:block;overflow:hidden;aspect-ratio:7/5;background-color:#f3f3f3;transition:box-shadow .3s ease 0s}.bs-sections__tile:hover{box-shadow:0 0 15px -1px rgba(0,0,0,1)}.bs-sections__banner{display:block;width:100%;height:100%;object-fit:cover}.bs-sections__tile:not(.bs-sections__tile_banner){background-repeat:no-repeat;background-position:center;background-size:cover;background-image:url('/local/templates/eshop_bootstrap_black/img/catalog-sections/back-1.jpg')}.bs-sections__cell:nth-child(4n+2) .bs-sections__tile:not(.bs-sections__tile_banner){background-image:url('/local/templates/eshop_bootstrap_black/img/catalog-sections/back-2.jpg')}.bs-sections__cell:nth-child(4n+3) .bs-sections__tile:not(.bs-sections__tile_banner){background-image:url('/local/templates/eshop_bootstrap_black/img/catalog-sections/back-3.jpg')}.bs-sections__cell:nth-child(4n) .bs-sections__tile:not(.bs-sections__tile_banner){background-image:url('/local/templates/eshop_bootstrap_black/img/catalog-sections/back-4.jpg')}.bs-sections__tile:not(.bs-sections__tile_banner):before{content:'';position:absolute;top:0;left:0;width:100%;height:100%;background-image:radial-gradient(ellipse 52% 42% at 50% 45%,rgba(255,255,255,.92) 0%,rgba(255,255,255,.78) 45%,rgba(255,255,255,0) 100%)}.bs-sections__logo{position:absolute;z-index:1;top:14%;left:12%;width:76%;height:66%;object-fit:contain;mix-blend-mode:multiply}.bs-sections__label{position:absolute;z-index:1;top:50%;left:8%;width:84%;transform:translateY(-50%);text-align:center;text-transform:uppercase;text-shadow:0 1px 6px rgba(255,255,255,.85);color:#1a1a1a;font-weight:800;font-size:17px;line-height:1.15}@media (max-width:991px){.bs-sections__label{font-size:14px}}@media (max-width:575px){.bs-sections__label{font-size:12px}}.bs-sections__cell .bs-sections__name{margin:6px 0 0;min-height:1.5em;text-align:center;text-transform:uppercase;font-weight:800;font-size:13px;line-height:18px}.bs-sections__name a{color:#1a1a1a;text-decoration:none}.bs-sections__name a:hover{color:#73a942}.bs-sections__name span{color:#8a8a8a;font-weight:400}.bs-sections__name_ghost{visibility:hidden}.bs-sections__name_hidden{position:absolute;overflow:hidden;margin:-1px;padding:0;width:1px;height:1px;min-height:0;border:0;white-space:nowrap;clip:rect(0,0,0,0)}@media (max-width:575px){.bs-sections__cell .bs-sections__name{font-size:11px;line-height:14px}}
/* End */
/* /local/templates/eshop_bootstrap_black/components/bitrix/catalog/template1/style.css?17811009063816 */
/* /local/templates/eshop_bootstrap_black/components/bitrix/catalog/template1/bitrix/catalog.section.list/.default/style.min.css?17894826359549 */
