

/* Start:/local/templates/valeri/components/bitrix/catalog.section.list/catalog/style.css?17447012381757*/
/* list */
.bx_sitemap_ul{
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 -8px;
	padding: 0;
}
.bx_sitemap .bx_sitemap_ul li {
	padding: 0;
	list-style: none;
	margin: 0 8px 16px;
}
.bx_sitemap_all_link a{background:#F5F5F5;}
.bx_sitemap .bx_sitemap_ul li:before { content: '' !important }

.bx_sitemap .bx_sitemap_li_title {
	display: inline-block;
	margin: 0;
	padding: 0;
	vertical-align: top;
}

.bx_sitemap .bx_sitemap_li_title a {
	display: block;
	font-size: 14px;
	font-weight: 600;
	line-height: 1.1;
	text-transform: uppercase;
	color: var(--font-color);
	text-decoration: none;
	position: relative;
	padding: 8px 16px;
	white-space: nowrap;
	border-radius: 20px;
	border: 0.125em solid #eeecec;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

.bx_sitemap .bx_sitemap_li_title a:hover {color:var(--hover-color);}
.bx_sitemap .bx_sitemap_li_title a:focus,
.bx_sitemap .bx_sitemap_ul li.active a {
	color: var(--font-color)
	text-decoration: none;
	border-color:var(--header-color);
	background: var(--header-color);
}
.bx_sitemap .bx_sitemap_li_title span { font-size: 11px; }
@media(min-width: 1399px) {
	.bx_sitemap .bx_sitemap_li_title a{font-size: 16px;}
}
@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 0.3s ease; }
@media(max-width: 576px){
	.bx_sitemap .bx_sitemap_li_title a{font-size:12px;}
	.bx_sitemap_ul{margin:0 -4px;}
	.bx_sitemap .bx_sitemap_ul li{
		margin: 0 4px 8px;
	}
}
/* End */


/* Start:/local/templates/valeri/components/bitrix/system.pagenavigation/catalog/style.css?16907687202689*/
.bx-pagination {
	margin: 40px 0 0 0;
}
.bx-pagination .bx-pagination-container {
	text-align: center;
	position: relative;
}
.bx-pagination .bx-pagination-container ul {
	padding: 0;
	margin: 0;
	list-style: none;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.bx-pagination .bx-pagination-container ul li,
.bx-pagination .bx-pagination-container ul li span{
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.bx-pag-prev,.bx-pag-next{
	position: relative;
	max-width: 50px;
	display: -webkit-flex;
	display: -webkit-box;
	display: -moz-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: -ms-flex;
	display: -o-flex;
	display: flex;

	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}
.bx-pag-prev svg,.bx-pag-next svg{max-width: 100%;}
.bx-pag-prev:before,.bx-pag-next:before{
	content: '';
	display: block;
	position: absolute;
	width: 40px;
	height: 40px;
	background: #E6E6E6;
	border-radius: 50%;
	z-index: -1;
	-webkit-transition: all .3s;
	-o-transition: all .3;
	transition: all .3s;
}
.bx-pag-prev:hover:before, .bx-pag-next:hover:before,
.bx-pag-prev:focus:before, .bx-pag-next:focus:before{
	background: var(--hover-color);
}
.bx-pag-prev:before{left: -10px;}
.bx-pag-prev{margin-left: 10px;}
.bx-pag-next:before {right: -10px;}
.bx-pag-next{margin-right: 10px;}
.bx-pag-inactive{opacity:0.35;}
.page-number__block{
	display:none;
}
.page-number__item{
	width: 40px;
	height: 40px;
	background: #fff;
	border-radius: 50%;
	color: var(--font-color);
	border:1px solid #EEECEC;
}
.page-number__item,
.page-number__count{
	font-size: 16px;
	font-weight: 500;
	line-height: 1.1;
}
.page-number__count{
	color: var(--font-grey-color);
	margin-left:12px;
}
.bx-active.page-number__block,
.page-number__item {
	display: -webkit-flex;
	display: -webkit-box;
	display: -moz-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
}
@media(min-width: 1399px) {
	.bx-active.page-number__block .page-number__item,
	.bx-pag-prev:before,.bx-pag-next:before{width: 48px;height: 48px;}
	.bx-active.page-number__block .page-number__item,
	.page-number__count{font-size:18px;}
	.bx-pag-prev,.bx-pag-next{max-width:58px;}
	.bx-pag-prev:before{left: -16px;}
	.bx-pag-prev{margin-left: 16px;}
	.bx-pag-next:before {right: -16px;}
	.bx-pag-next{margin-right:16px;}
}
@media(max-width: 991px){
	.bx-pagination{margin: 24px 0 0 0;}
}
/* End */


/* Start:/local/templates/valeri/components/bitrix/catalog.section/.default/style.css?16907687213897*/
@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/valeri/components/bitrix/catalog.section/.default/themes/blue/style.css?1690768721825*/
/* 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/valeri/components/bitrix/catalog.section.list/catalog/style.css?17447012381757 */
/* /local/templates/valeri/components/bitrix/system.pagenavigation/catalog/style.css?16907687202689 */
/* /local/templates/valeri/components/bitrix/catalog.section/.default/style.css?16907687213897 */
/* /local/templates/valeri/components/bitrix/catalog.section/.default/themes/blue/style.css?1690768721825 */
