

/* Start:/local/templates/main/components/bitrix/system.pagenavigation/main/style.css?15929014402717*/
.bx-pagination {
	margin: 10px 0;
}
.bx-pagination .bx-pagination-container {
	text-align: center;
	position: relative;
}
.bx-pagination .bx-pagination-container ul {
	padding: 0;
	margin: 0;
	list-style: none;
	display: inline-block;
}
.bx-pagination .bx-pagination-container ul li {
	display: inline-block;
	margin: 0 2px 15px 2px;
}
.bx-pagination .bx-pagination-container ul li span{
    -webkit-transition: color .3s ease, background-color .3s ease, border-color .3s ease;
       -moz-transition: color .3s ease, background-color .3s ease, border-color .3s ease;
    	-ms-transition: color .3s ease, background-color .3s ease, border-color .3s ease;
    	 -o-transition: color .3s ease, background-color .3s ease, border-color .3s ease;
    		transition: color .3s ease, background-color .3s ease, border-color .3s ease;
	background: #eff0f1;
	padding: 0 8px;
	display: block;
	height: 32px;
	min-width: 32px;
	line-height: 32px;
	color: #444;
	font-size: 14px;
	border-radius: 100%;
	vertical-align: middle;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.bx-pagination .bx-pagination-container ul li a {
	text-decoration: none;
	display: block;
	border-radius: 5px;
	height: 32px;
	min-width: 32px;
	line-height: 32px;
	color: #145ba3;
	vertical-align: middle;
}
.bx-pagination .bx-pagination-container ul li a:hover span{
	background: #DADADA;
}
.bx-pagination .bx-pagination-container ul li.bx-active span{
	background: #0083d1;
	color: #fff;
}
.bx-pagination .bx-pagination-container ul li.bx-pag-all a span,
.bx-pagination .bx-pagination-container ul li.bx-pag-next a span {
	background: #fff;
	border: 1px solid #eff0f1;
	line-height: 28px;
	padding: 0 18px;
	color: #145ba3;
}
.bx-pagination .bx-pagination-container ul li.bx-pag-all span,
.bx-pagination .bx-pagination-container ul li.bx-pag-next span{
	color: #aab1b4;
	background: #fff;
	border: 2px solid #eff0f1;
	line-height: 28px;
	padding: 0 18px;
}
.bx-pagination .bx-pagination-container ul li.bx-pag-all a:hover span,
.bx-pagination .bx-pagination-container ul li.bx-pag-next a:hover span {
	background: #fff;
	border-color: #DADADA;
	color: #000;
}

/*color schemes*/
.bx-pagination.bx-green  .bx-pagination-container ul li.bx-active span{
	background: #145ba3;
	color: #fff;
}
.bx-pagination.bx-yellow  .bx-pagination-container ul li.bx-active span{
	background: #F9A91D;
	color: #fff;
}
.bx-pagination.bx-red  .bx-pagination-container ul li.bx-active span{
	background: #E22B2B;
	color: #fff;
}
.bx-pagination.bx-blue .bx-pagination-container ul li.bx-active span{
	background: #0083d1;
	color: #fff;
}

/* End */


/* Start:/local/templates/main/components/bitrix/catalog.section/trust/style.css?16868604111182*/
.pagination{
	width:100%;
	margin:20px auto 0;
}
.pag-item{
	background: transparent;
	box-shadow:none;
	text-decoration: none;
}
.pag-item:hover{
	color:#000;
	box-shadow:none;
}

.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;
}
.catalog-section_content{
	content-visibility:auto;
	contain-intrinsic-size: 480px; 
}
.row::before {
	display: initial;
}
.catalog-wrapper .filter,
.catalog-wrapper .products{
	background: #f6f8f9;
}

.filter.active{
	display: block;
}
.filter-closer{
	position: absolute;
	top:15px;
	right:20px;
	width:18px;
	height:18px;
	z-index: 50;
	display: none;
}
.filter-closer svg{
	width:100%;
	height:100%;
	fill:var(--blue);
}

.text__footer{
	padding:0 10px 40px!important;
	font-size:14px;
	color:#3f4a50;
}

@media screen and (max-width: 767px){
	.sorting-mobile{
		display: flex;
	}
	.sorting-price{
		display: none;
	}
	.filter {
		display: none;
	}
	.sorting-wrapper{
		margin:0;
	}
	.filter-closer{
		display: block;
	}
}

@media screen and (max-width: 480px){
	.sorting-item a{
		font-size:12px;
	}
	.sorting{
		padding:5px;
	}
}
/* End */


/* Start:/local/templates/main/components/bitrix/catalog.section/trust/themes/blue/style.css?1686860411825*/
/* 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/main/components/bitrix/system.pagenavigation/main/style.css?15929014402717 */
/* /local/templates/main/components/bitrix/catalog.section/trust/style.css?16868604111182 */
/* /local/templates/main/components/bitrix/catalog.section/trust/themes/blue/style.css?1686860411825 */
