

/* 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.element/new/style.css?17587969271602*/
.psproduct__container {
	display: flex;
	gap: 24px
}

.psproduct__left {
	min-width: 700px;
	flex-grow: 1;
	position: sticky;
	top: 16px;
}

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

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


.psproduct__image-wrap img {
	display: block;
}

.psproduct__right {
	flex-grow: 1;
}

.psproduct__name {
	margin: 0;
	margin-bottom: 24px;
}

.psproduct__code {
	color: var(--theme-text-primary);
}

.psproduct__right-wrap {
	display: flex;
	width: 100%;
	gap: 24px;
	padding: 16px 0;
}

.psproduct__right-wrap-f {
	flex-grow: 1;
}

.psproduct__price {
	font-size: 24px;
	font-weight: bold;
	color: #023e86;
}

.psproduct__property {
	display: flex;
	justify-content: space-between;
	padding: 4px 0;
	border-bottom: 1px solid var(--theme-border-color);
	width: 100%;
}

.psproduct__property>.prop-title {
	font-weight: 600;
}

.psproduct__property:last-child {
	border-bottom: 0;
}

.psproduct__section-title {
	margin: 24px 0 12px;
}

@media screen and (max-width: 1024px) {
	.psproduct__left {
		min-width: 450px;
	}
}

@media screen and (max-width: 992px) {
	.psproduct__left {
		min-width: 350px;
	}
}

@media screen and (max-width: 768px) {
	.psproduct__name {
		font-size: 18px;
		margin: 0;
		margin-bottom: 12px;
	}

	.psproduct__left {
		min-width: 100%;
		position: relative;
	}

	.psproduct__container {
		flex-direction: column;
	}
}
/* 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.element/new/style.css?17587969271602 */
