

/* Start:/local/components/ps/noimage/templates/noimage/style.css?1758804644150*/
.psnoimage {
	display: flex;
	justify-content: center;
	align-items: center;
	color: var(--theme-text-primary);
}

.psnoimage svg {
	display: block;
}
/* End */


/* Start:/local/templates/aspro-allcorp2/components/bitrix/catalog/pscatalog/style.css?17587969271591*/
.catalog-sort {
	margin: 15px 0;
}

.xdropdown {
	position: relative;
	display: inline-block;
}

.xdropdown-toggle {
	background: var(--theme-background-primary);
	border: 1px solid var(--theme-border-color);
	padding: 8px 15px;
	cursor: pointer;
	min-width: 200px;
	text-align: left;
	border-radius: 4px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.xdropdown-toggle:hover {
	background: var(--theme-background);
}

.xdropdown-arrow {
	font-size: 10px;
	margin-left: 10px;
}

.xdropdown-menu {
	position: absolute;
	top: 100%;
	left: 0;
	right: 0;
	margin-top: 8px;
	background: var(--theme-background-primary);
	border: 1px solid var(--theme-border-color);
	border-top: none;
	border-radius: 0 0 4px 4px;
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
	display: none;
	z-index: 1000;
	border-radius: 4px;
	overflow: hidden;
}

.xdropdown-menu.show {
	display: block;
}

.xdropdown-item {
	display: block;
	padding: 8px 15px;
	text-decoration: none;
	color: var(--theme-text-color);
	border: none;
	background: none;
	width: 100%;
	text-align: left;
	cursor: pointer;
}

.xdropdown-item:hover {
	background: #f8f9fa;
}

.xdropdown-item.active {
	background: #023e86;
	color: #fff;
}

.xproduct__list {
	display: grid;
	gap: 24px;
	grid-template-columns: 1fr 1fr 1fr 1fr;
}

@media screen and (max-width:1100px) {
	.xproduct__list {
		grid-template-columns: 1fr 1fr 1fr;
	}
}

@media screen and (max-width:992px) {
	.xproduct__list {
		grid-template-columns: 1fr 1fr;
	}
}

@media screen and (max-width:768px) {
	.xproduct__list {
		grid-template-columns: 1fr;
	}
}
/* End */


/* Start:/local/templates/aspro-allcorp2/components/bitrix/catalog/pscatalog/bitrix/catalog.section.list/top/style.css?17588046441333*/
.sections__wrap {
	margin-bottom: 32px;
}

.pssections__list {
	display: grid;
	gap: 24px;
	grid-template-columns: 1fr 1fr 1fr 1fr;
}

.pssections__item {
	border: 1px solid var(--theme-border-color);
	background-color: var(--theme-background-primary);
	border-radius: 6px;
	padding: 12px;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	gap: 16px;
	transition: all 0.7s;
}

.pssections__item-name {
	color: var(--theme-text-color);
	font-weight: 600;
	flex-grow: 1;
}

.pssections__item-icon svg {
	display: block;
}

.pssections__item-left {
	width: 80px;
}

.pssections__item-image-wrap {
	padding-top: 100%;
	width: 80px;
	height: 80px;
	position: relative;
	overflow: hidden;
	border-radius: 6px;
	border: 1px solid var(--theme-border-color);
	background-color: var(--theme-background-primary);
}

.pssections__item-image,
.psnoimage {
	position: absolute;
	width: 100%;
	height: 100%;
	object-fit: cover;
	top: 0;
	left: 0;
}

@media (hover:hover) {
	.pssections__item:hover {
		transform: scale(1.04);
	}
}

@media screen and (max-width:1100px) {
	.pssections__list {
		grid-template-columns: 1fr 1fr 1fr;
	}
}

@media screen and (max-width:992px) {
	.pssections__list {
		grid-template-columns: 1fr 1fr;
	}
}


@media screen and (max-width:768px) {
	.pssections__list {
		grid-template-columns: 1fr;
	}
}
/* End */


/* Start:/local/templates/aspro-allcorp2/components/bitrix/catalog/pscatalog/bitrix/catalog.section/.default/style.css?17587969273808*/
@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/aspro-allcorp2/components/bitrix/catalog.item/new/style.css?1758796927792*/
.itemProduct {
	padding: 16px;
	display: flex;
	flex-direction: column;
	background-color: var(--theme-background-primary);
	border: 1px solid var(--theme-border-color);
	border-radius: 12px;
	gap: 16px
}

.itemProduct__image-wrap {
	padding-top: 100%;
	overflow: hidden;
	border-radius: 8px;
	position: relative;
	border: 1px solid var(--theme-border-color);
}

.itemProduct__image-wrap>* {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	object-fit: cover;
}

.itemProduct__image-wrap img {
	display: block;
}

.itemProduct__name {
	font-size: 17px;
	font-weight: 600;
	color: var(--theme-text-color);
}

.itemProduct__price {
	font-size: 20px;
	font-weight: 700;
	color: #023e86;
}

@media screen and (max-width: 768px) {
	.itemProduct__name {
		font-size: 15px;
	}
}
/* End */


/* Start:/local/templates/aspro-allcorp2/components/bitrix/catalog/pscatalog/bitrix/catalog.section/.default/themes/blue/style.css?1758796927825*/
/* 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/components/ps/noimage/templates/noimage/style.css?1758804644150 */
/* /local/templates/aspro-allcorp2/components/bitrix/catalog/pscatalog/style.css?17587969271591 */
/* /local/templates/aspro-allcorp2/components/bitrix/catalog/pscatalog/bitrix/catalog.section.list/top/style.css?17588046441333 */
/* /local/templates/aspro-allcorp2/components/bitrix/catalog/pscatalog/bitrix/catalog.section/.default/style.css?17587969273808 */
/* /local/templates/aspro-allcorp2/components/bitrix/catalog.item/new/style.css?1758796927792 */
/* /local/templates/aspro-allcorp2/components/bitrix/catalog/pscatalog/bitrix/catalog.section/.default/themes/blue/style.css?1758796927825 */
