

/* Start:/local/templates/.default/components/bitrix/system.pagenavigation/.default/style.css?17290694312820*/
.bx-pagination {
	margin: 40px 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: flex;
	justify-content: center;
	gap: 5px;

}
.bx-pagination .bx-pagination-container ul li {
	display: inline-block;
}
.bx-pagination .bx-pagination-container ul li span{
	background: #fff;
	padding: 0px;
	display: block;
	height: 32px;
	min-width: 32px;
	line-height: 32px;
	color: var(--color-gray);
	border-radius: 100%;
	-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: 16px;
	height: 32px;
	min-width: 32px;
	line-height: 32px;
	color: #444;
}
.bx-pagination .bx-pagination-container ul li a:hover span{
	background: var(--color-white);
	color: var(--color-orange);
}
.bx-pagination .bx-pagination-container ul li.bx-active span{
	background: #f6f6f6;
	color: var(--color-orange);
}

.bx-pagination .bx-pagination-container ul li.bx-pag-prev,
.bx-pagination .bx-pagination-container ul li.bx-pag-next,
.bx-pagination .bx-pagination-container ul li.bx-pag-prev a,
.bx-pagination .bx-pagination-container ul li.bx-pag-next a{
	display: flex;
	align-items: center;
	justify-content: center;
}

.bx-pagination .bx-pagination-container ul li.bx-pag-prev{
	margin-right: 15px;
}

.bx-pagination .bx-pagination-container ul li.bx-pag-next{
	margin-left: 15px;
}

.bx-pagination .bx-pagination-container ul li.bx-pag-all a span,
.bx-pagination .bx-pagination-container ul li.bx-pag-prev a span,
.bx-pagination .bx-pagination-container ul li.bx-pag-next a span {
	background: none;
	border: 0;
	width: 24px;
	height: 24px;
	line-height: 24px;
	padding: 0px;
	color: #444;
}
.bx-pagination .bx-pagination-container ul li.bx-pag-all span,
.bx-pagination .bx-pagination-container ul li.bx-pag-prev span,
.bx-pagination .bx-pagination-container ul li.bx-pag-next span{
	background: none;
	border: 0;
	width: 24px;
	height: 24px;
	line-height: 24px;
	padding: 0px;
}
.bx-pagination .bx-pagination-container ul li.bx-pag-prev a:hover span svg path,
.bx-pagination .bx-pagination-container ul li.bx-pag-next a:hover span svg path{
	fill: var(--color-orange);
	stroke: var(--color-orange);
}

/*color schemes*/
.bx-pagination.bx-green  .bx-pagination-container ul li.bx-active span{
	background: #3bc915;
	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: #F6F6F6;
	color: var(--color-orange);
}

/* End */


/* Start:/local/templates/.default/components/bitrix/catalog.section/sections_izbr/style.css?17290682544390*/
@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;
}

.izbrannoe_top{
	margin-bottom: 31px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.izbrannoe_btn button{
	display: flex;
	gap: 10px;
	padding: 0;
	border: 0;
	outline: 0;
	background: none;
	white-space: nowrap;
	color: var(--color-grey-dark);
	transition: all .3s linear;
}

.izbrannoe_btn button:hover{
	color: var(--color-green-text); 
}

.izbrannoe_btn button path{
	transition: all .3s linear;
}

.izbrannoe_btn button:hover path{
	stroke: var(--color-green-text); 
}

.izbrannoe_empty{
	font-size: 20px;
	text-align: center;
	padding: 50px 0;
}
/* End */


/* Start:/local/templates/.default/components/bitrix/catalog.item/catalog_item/style.css?17290681331729*/
.product_item{
	padding: 20px;
	border-radius: 15px;
	background: var(--color-grey-background);
	max-width: 390px;
	margin: 0 auto 30px;
	position: relative;
}

.product_item_video{
	position: relative;
	min-height: 190px;
	overflow: hidden;
  max-width: 100%;
	border-radius: 15px;
	margin-bottom: 20px;
}


.product_item_video .product_item_wish{
	position: absolute;
	top: 15px;
	right: 15px;
	z-index: 3;
	cursor: pointer;
}

.product_item_wish._active path{
	fill: var(--color-orange-dark);
}


.product_item_video iframe{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	clip-path: inset(1px 1px);
}

.product_item_label{
	position: absolute;
	top: 8px;
	left: 10px;
	z-index: 6;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 5px;
}

.product_item_label div{
	border-radius: 5px;
    padding: 0 10px;
    text-align: center;
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
    color: #fff;
}

.product-item-label-ring{
	background: #E30B0B;
}

.atr_hit {
	background: #EC750D;
}

.atr_new {
	background: var(--color-green-text);
}

.product-item-title{
	margin-bottom: 10px;
}

.product-item-title,
.product-item-title a{
	color: var(--color-black);
}

.product-item-title a:hover{
	color: var(--color-black);
	text-decoration: none;
}

.product-item-price-current{
	display: block;
	color: var(--color-green-text);
	font-size: 24px;
	font-weight: 700;
	margin-bottom: 20px;
}

.product-item-button-container{
	margin-top: 40px;
}

.product-item-button-container .button{
	width: 100%;
}

.product-properties_items{
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.product-properties_items:not(:last-child){
	margin-bottom: 10px;
}
/* End */


/* Start:/local/templates/.default/components/bitrix/catalog.section/sections_izbr/themes/blue/style.min.css?1728993212706*/
.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/.default/components/bitrix/system.pagenavigation/.default/style.css?17290694312820 */
/* /local/templates/.default/components/bitrix/catalog.section/sections_izbr/style.css?17290682544390 */
/* /local/templates/.default/components/bitrix/catalog.item/catalog_item/style.css?17290681331729 */
/* /local/templates/.default/components/bitrix/catalog.section/sections_izbr/themes/blue/style.min.css?1728993212706 */
