

/* Start:/local/templates/altelect/components/bitrix/catalog/altelect/style.min.css?1788344550959*/
.grid .bx_content_section{margin-bottom:15px}.grid .bx_sidebar{margin-bottom:15px}.grid2x1 .bx_content_section{float:left;width:66%;margin-bottom:15px}.grid2x1 .bx_sidebar{float:right;width:33%;margin-bottom:15px;padding-left:5%;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}@media(max-width:960px){.grid2x1 .bx_sidebar{padding-left:4%}}@media(max-width:640px){.grid2x1 .bx_content_section,.grid2x1 .bx_sidebar{width:100%;float:none}.grid2x1 .bx_sidebar{padding-left:3%}}@media(max-width:479px){.grid2x1 .bx_sidebar{padding-left:1%}}.catalog-block-header{font-size:14px;font-weight:bold;text-align:left;margin:5px 0;padding:5px 15px;border-bottom:2px solid #d9dee6;color:#000}body.bx-theme-blue .catalog-block-header{border-color:#006cc0}body.bx-theme-green .catalog-block-header{border-color:#63aa28}body.bx-theme-red .catalog-block-header{border-color:#da3737}body.bx-theme-yellow .catalog-block-header{border-color:#f4b236}
/* End */


/* Start:/local/templates/altelect/components/bitrix/breadcrumb/.default/style.css?1788344550534*/

.breadcrumbs ul {
    display: flex;
    list-style-type: none;
    margin: unset;
    padding: unset;
    flex-wrap: wrap;
    gap: 4px;
}

.breadcrumbs li {
    white-space: nowrap;
}

.breadcrumbs ul a {
    color: black;
    /*margin-left: 5px;*/
    font-size: 13px;
    text-decoration: unset;
    white-space: nowrap;
    text-decoration: underline;
}

.breadcrumbs ul a:hover {
  text-decoration: underline;
}

.breadcrumbs strong {
    font-weight: normal;
    white-space: normal;
}
.breadcrumbs {
    margin-top: 26px;
}


/* End */


/* Start:/local/templates/altelect/components/bitrix/catalog.element/store_v3_altelect/style.css?178842780540507*/

/* Адаптиция */
@media only screen and  (max-width: 800px) {
	.product-view-area {
		flex-direction: column!important;
		align-items: center;
	}
	.product-name, .show_product_table {
		padding:0px 15px 0px 15px;
	}

	[data-entity="main-button-container"] {
		width: 100% !important;
	}

}	

.product-left-container {
	display: flex;
	flex-basis: 50%;
	flex-direction: column;
	align-self: flex-start;
}

/* Документация */

.documentation {
    background-color: #f9f9f9;
    padding: 20px;
    /* border-radius: 8px; */
    border: 1px solid #dedede;
    margin-top: 30px!important;
}


.documentation .title_prop {
    font-size: 20px;
    margin-bottom: 15px;
    color: #333;
    /* font-weight: bold; */
	padding: 10px 0px 0px 10px;
}

.doc-files {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
	padding:10px;
}

.doc-item {
    background-color: #fff;
    border: 1px solid #e0e0e0;
    padding: 12px 16px;
    display: flex;
    align-items: center;
    box-shadow: 0 1px 3px rgba(0,0,0,0.1);
    transition: box-shadow 0.2s ease;
}

.doc-item:hover {
    box-shadow: 0 2px 6px rgba(0,0,0,0.15);
}

.doc-icon {
    font-size: 24px;
    color: #c0392b;
    margin-right: 10px;
}

.doc-link {
    text-decoration: none;
    font-weight: 500;
    color: #2c3e50;
	font-weight: bold;
}

.doc-link:hover {
    text-decoration: underline;
    color: #e74c3c;
}


/* Документация */


/* Адаптиция */

.product-name h1 {
	font-weight: bold;
	font-size: 30px;
	margin: 0 0 5px 0;
}


.product-view-area {
	overflow: hidden;
}

.in-cart-button .catalog_buy {
	padding: 10px 16px!important;
}
.catalog_buy {
    display: block;
    border-radius: 10rem;
    color: #fff;
    transition: all 0.3s;
    position: relative;
    overflow: hidden;
    z-index: 1;
    height: 40px;
}
.catalog_buy:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 15px;
    z-index: -2;
}
.catalog_buy:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0%;
    height: 100%;
    transition: all 0.3s;
    border-radius: 4px;
    z-index: -1;
}
.catalog_buy:focus {
    color: black !important;
}
.catalog_buy:hover {
    color: #fff;
}

.catalog_buy:hover span {
    color:white!important;
}
.catalog_buy:hover i {
    color:white!important;
}

.catalog_buy:hover:before {
    width: 100%;
}
.catalog_buy {
    border-radius: 4px!important;
    background: none!important;
    border-color: black!important;
    color:black;
}
.catalog_buy i, .catalog_buy span {
    color:white!important;
}

#in_basket_cust {
-webkit-box-shadow: 0px 19px 12px 0px rgba(34, 60, 80, 0.18);
-moz-box-shadow: 0px 19px 12px 0px rgba(34, 60, 80, 0.18);
box-shadow: 0px 19px 12px 0px rgba(34, 60, 80, 0.18);
}

/* .show-description-link:hover {
    color: var(--color-href, blue);
}
.show-description-link:active {
	color: var(--color-href, blue);
} */

.show-description-link {
	color: #0066cc; 
	text-decoration: none; 
	cursor: pointer; 
	font-size: 14px; 
	display: inline-block; 
	margin-bottom: 10px;
    color: var(--color-href, blue);
}

.price_matrix_block {
	width:100%;
	padding-right: 5px;
}
.quantity_button .button i {
	font-size: 15px;
	margin-right: 6px;
}
.table_button_container {
	display:flex;
	flex-direction: row-reverse;
}
#PanelProduct .product-item-detail-quantity-container,#PanelProduct .product-item-detail-quantity-description {
	display: flex;
	/*justify-content: center;*/
	padding: 0px 5px 0px 5px;
	margin-bottom: 15px;
}
.quantity_button {
	width:100%;
}
.doc-flex {
	/*display: flex;*/
	/*justify-content: space-between;*/
	/*align-items: center;*/
}
.doc-flex .title_prop {
	margin-bottom: 0px !important;
}

.file-loadbx-ico {
	margin-left: 5px;
}

#PanelProduct {
	box-shadow: 0 10px 20px 0 rgba(0, 0, 0, .1);
    border-radius: 10px;
	padding-bottom:20px;
	padding:20px;
}
.price_range_str {
	display:flex;
	justify-content: space-between;
}
.price_range_str p:first-child {
	flex-basis: 40%;
	text-align: right;
}
.price_range_str p:last-child {
	flex-basis: 40%;
}
.price_range_str p {
	text-align: center;
	text-align: left;
}
.price_range thead tr th {
	text-align: center;
}
.price_range tbody tr td {
	text-align: center;
}
.product-item-detail-quantity-description {
	display: flex;
    flex-direction: row;
	margin: 5px;
	gap: 5px;
	color: var(--orange_g);
	/*justify-content: center;*/
}
.property-area {
width:100%;
}
.button.by-one-click {
	width: 100%;
	margin-top:10px
}
.property-area .property_line,
.product-main-props-block .property_line {
	display: flex;
	align-items: baseline;
	margin-bottom: 8px;
}
.property-area .property_line a {
	border-bottom: 1px dashed;
	margin-left: 5px;
}

#related-product-area {
	display:none;
}
#OtherProduct {
	display: none;
}

.product-item-detail-quantity-container {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-direction: row;
	gap: 10px;
}
.product-item-detail-quantity-description {
	text-align: left !important;
	width: 100%!important;
}
.main-button-container {
	padding: 0px 5px 0px 5px;
	margin-bottom:10px;
}

.product-detail {
	background: #fff;
}

.product-detail,
.product-detail > .row { --bs-gutter-x: 0; }

@media (min-width: 576px) {
	.product-detail,
	.product-detail > .row {
		--bs-gutter-x: 24px;
	}
}

.product-detail-title {
	font-style: normal;
	/* font-weight: normal;
	font-size: 16px; */
	line-height: 23px;
	margin-bottom: 25px;
}

.product-detail-top-title {
	margin-bottom: 25px;
}

@media (max-width: 575px) {
	.product-detail.container-fluid {
		padding-right: 0;
		padding-left: 0;
	}

}

/*region Compare*/
.product-item-detail-compare-container {
	position: relative;
	margin: 0 -15px 1px -14px;
	padding: 4px 15px;
	min-height: 30px;
	border-top: 1px solid #e4e4e4;
	background: #f3f3f3;
	box-shadow: inset 0 1px 1px 0 #eee;
	vertical-align: middle;
	font-size: 12px;
	line-height: 20px;
	border-radius: 1px;
}

.product-item-detail-compare .checkbox {
	margin: 0;
	padding: 0;
}

/*endregion*/

/*region PRICE*/
.price-box {
	margin-top: 20px;
	margin-bottom: 30px;
}

#buttonMain {
    background-color: #117165;
    border-radius: 5px;
    text-align: center;
    margin-top: 10px;
	cursor: pointer;
}

#buttonMain .mainButtonColor {
	padding: unset;
}

.href_button {
	padding: 10px 16px;
}

#to_basket, #buttonMain a {
	display: block;
    text-decoration: unset;
    width: 100%;
}

#buttonMain span {
	color: white;
	font-weight: bold;
	font-size: 16px;
}

.product-item-price {
	font-weight: 700;
	font-size: 26px !important;
	line-height: 31px;
	color: var(--orange_g);
	/* text-align: center; */
	min-width: 144px;
	/*width:144px;*/
}

.product-item-price.price {
	font-weight: bold;
	font-size: 26px;
}

.product-item-price-discount-container {
	padding-bottom: 2px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.product-item-price-discount {
	font-style: normal;
	/* font-weight: 500;
	font-size: 11px; */
	line-height: 15px;
	text-decoration-line: line-through;
	opacity: 0.5;
	margin-right: 1px;
}

.product-item-price-discount-diff {
    font-style: normal;
    line-height: 15px;
    text-align: center;
    text-transform: capitalize;
    padding: 3px;
    background: var(--green);
    /* margin-left: 5px; */
    color: white;
    font-weight: 700;
    border-radius: var(--radius);
}

/*endregion*/

.product-item-detail-info-container-title {
	font-size: 12px;
}

/*region SCU */
.product-detail-scu-container-title {
	font-size: 12px;
}

.product-detail-scu-block { }

.product-detail-scu-list { margin: 0; }

.product-detail-scu-item-list {
	margin: 0 -4px;
	padding: 0;
	list-style: none;
	position: relative;
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: flex-start;
}

.product-detail-info-container h3 {
	font-size: 18px;
    font-weight: bold;
}

.product-detail-scu-item-color-container,
.product-detail-scu-item-text-container {
	display: inline-block;
	box-sizing: border-box;
	min-width: 53px;
	padding: 0 4px;
	margin-bottom: 5px;
	max-width: 100%;
}

.product-detail-scu-item-text-container { min-width: 48px; }

.product-detail-scu-item-color-container {
	max-width: 60px;
	width: 25%;
	position: relative;
}

.product-detail-scu-item-color-block {
	position: relative;
	width: 54px;
	height: 33px;
	border: 2px solid #c0cfda;
	cursor: pointer;
	border-radius: 2px;
	box-sizing: border-box;
	transition: 190ms linear color, 190ms linear background-color, 190ms linear border-color;
}

.product-detail-scu-item-color {
	position: absolute;
	top: 2px;
	right: 2px;
	bottom: 2px;
	left: 2px;
	padding: 5px;
	background-color: #fff;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}

.product-detail-scu-item-text-block {
	position: relative;
	padding: 3px 15px;
	min-width: 53px;
	box-sizing: border-box;
	border: 1px solid rgba(0, 0, 0, 0.3);
	cursor: pointer;
	border-radius: 2px;
	transition: 190ms linear color, 190ms linear background-color, 190ms linear border-color;
}

.selected .product-detail-scu-item-text-block,
.product-detail-scu-item-text-block:hover {
	color: white;
}

.product-detail-scu-item-text-block:hover,
.product-detail-scu-item-color-block:hover,
.product-detail-scu-item-text-container.selected .product-detail-scu-item-text-block,
.product-detail-scu-item-color-container.selected .product-detail-scu-item-color-block {
	background-color: var(--main-color);
	border: 1px solid var(--main-color);
}

.product-detail-scu-item-text {
	overflow: hidden;
	max-width: 100%;
	vertical-align: middle;
	text-align: center;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-style: normal;
	/* font-weight: normal;
	font-size: 15px; */
	line-height: 25px;
}

.product-detail-scu-item-color-container.notallowed .product-detail-scu-item-color-block,
.product-detail-scu-item-text-container.notallowed .product-detail-scu-item-text-block {
	position: relative;
	overflow: hidden;
	outline-color: #a9adb4 !important;
}

.product-detail-scu-item-color-container.notallowed .product-detail-scu-item-color-block:after,
.product-detail-scu-item-text-container.notallowed .product-detail-scu-item-text-block:after {
	position: absolute;
	top: -2px;
	right: -2px;
	bottom: -2px;
	left: -2px;
	background: rgba(255, 255, 255, 0.75) url("data:image/svg+xml,%3Csvg width='25' height='25' viewBox='0 0 25 25' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cmask id='path-1-outside-1' maskUnits='userSpaceOnUse' x='0.0683594' y='0.244629' width='25' height='25' fill='black'%3E%3Crect fill='white' x='0.0683594' y='0.244629' width='25' height='25'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M12.5272 11.4136L4.35823 3.24463L3.06836 4.5345L11.2373 12.7034L3.10905 20.8317L4.39892 22.1216L12.5272 13.9933L20.6954 22.1616L21.9853 20.8717L13.817 12.7034L21.9448 4.57572L20.6549 3.28585L12.5272 11.4136Z'/%3E%3C/mask%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M12.5272 11.4136L4.35823 3.24463L3.06836 4.5345L11.2373 12.7034L3.10905 20.8317L4.39892 22.1216L12.5272 13.9933L20.6954 22.1616L21.9853 20.8717L13.817 12.7034L21.9448 4.57572L20.6549 3.28585L12.5272 11.4136Z' fill='%23C4C4C4'/%3E%3Cpath d='M4.35823 3.24463L5.77244 1.83042L4.35823 0.416202L2.94401 1.83042L4.35823 3.24463ZM12.5272 11.4136L11.113 12.8278L12.5272 14.242L13.9414 12.8278L12.5272 11.4136ZM3.06836 4.5345L1.65415 3.12028L0.239932 4.5345L1.65415 5.94871L3.06836 4.5345ZM11.2373 12.7034L12.6515 14.1177L14.0657 12.7034L12.6515 11.2892L11.2373 12.7034ZM3.10905 20.8317L1.69484 19.4175L0.280623 20.8317L1.69484 22.2459L3.10905 20.8317ZM4.39892 22.1216L2.9847 23.5358L4.39892 24.95L5.81313 23.5358L4.39892 22.1216ZM12.5272 13.9933L13.9414 12.5791L12.5272 11.1649L11.113 12.5791L12.5272 13.9933ZM20.6954 22.1616L19.2812 23.5758L20.6954 24.99L22.1097 23.5758L20.6954 22.1616ZM21.9853 20.8717L23.3995 22.2859L24.8137 20.8717L23.3995 19.4575L21.9853 20.8717ZM13.817 12.7034L12.4028 11.2892L10.9886 12.7034L12.4028 14.1177L13.817 12.7034ZM21.9448 4.57572L23.359 5.98993L24.7732 4.57572L23.359 3.1615L21.9448 4.57572ZM20.6549 3.28585L22.0691 1.87164L20.6549 0.457422L19.2407 1.87164L20.6549 3.28585ZM2.94401 4.65884L11.113 12.8278L13.9414 9.99937L5.77244 1.83042L2.94401 4.65884ZM4.48257 5.94871L5.77244 4.65884L2.94401 1.83042L1.65415 3.12028L4.48257 5.94871ZM12.6515 11.2892L4.48257 3.12028L1.65415 5.94871L9.8231 14.1177L12.6515 11.2892ZM4.52326 22.2459L12.6515 14.1177L9.8231 11.2892L1.69484 19.4175L4.52326 22.2459ZM5.81313 20.7074L4.52326 19.4175L1.69484 22.2459L2.9847 23.5358L5.81313 20.7074ZM11.113 12.5791L2.9847 20.7074L5.81313 23.5358L13.9414 15.4075L11.113 12.5791ZM22.1097 20.7474L13.9414 12.5791L11.113 15.4075L19.2812 23.5758L22.1097 20.7474ZM20.5711 19.4575L19.2812 20.7474L22.1097 23.5758L23.3995 22.2859L20.5711 19.4575ZM12.4028 14.1177L20.5711 22.2859L23.3995 19.4575L15.2313 11.2892L12.4028 14.1177ZM20.5306 3.1615L12.4028 11.2892L15.2313 14.1177L23.359 5.98993L20.5306 3.1615ZM19.2407 4.70006L20.5306 5.98993L23.359 3.1615L22.0691 1.87164L19.2407 4.70006ZM13.9414 12.8278L22.0691 4.70006L19.2407 1.87164L11.113 9.99937L13.9414 12.8278Z' fill='white' mask='url(%23path-1-outside-1)'/%3E%3C/svg%3E%0A") no-repeat center;
	background-size: 66% 66%;
	content: "";
}



.product-item-selected-scu-container { word-spacing: 1px }

.product-item-selected-scu {
	display: inline-block;
	overflow: hidden;
	padding: 0 5px;
	min-width: 22px;
	height: 22px;
	outline: 1px solid #000;
	vertical-align: middle;
	text-align: center;
	text-transform: uppercase;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 11px;
	line-height: 22px;
}

.product-item-selected-scu-color {
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}

/*endregion*/

/*region QUANTITY*/
.product-item-detail-quantity-container {
	padding: 20px 0;
	position: relative;
}

.product-item-detail-quantity-title {
	text-align: center;
	font-style: normal;
	/* font-weight: normal; */
	/* font-size: 12px; */
	line-height: 25px;
	position: absolute;
	bottom: calc(100% - 20px);
	left: 0;
	right: 0;
	vertical-align: bottom;
}


.product-item-detail-quantity-field-block {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
}

input.product-item-detail-quantity-field {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	display: block;
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	-o-appearance: none;
	appearance: none;
	border: none;
	background: transparent;
	text-align: center;
	font-size: 16px;
}

input.product-item-detail-quantity-field:focus-visible {
	outline: none;
}

input.product-item-detail-quantity-field:focus {
	outline: none;
	border: none;
}

div.product-item-detail-quantity-field {
	/*outline: 1px dotted #f00;*/
	position: relative;
	pointer-events: none;
	z-index: 10;
	opacity: 0;
	transition: 190ms linear width;
}

.product-item-detail-quantity-field {
	display: block;
	padding: 0 5px;
	width: 100%;
	box-sizing: border-box;
	min-width: 20px;
	height: 32px;
	border: 1px solid var(--main-color);
	background: transparent !important;
	text-align: center;
	font-size: 16px;
	line-height: 30px;
}

.product-item-detail-quantity-field:focus {
	outline: none;
	border: 1px solid var(--main-color);
}

/*
.product-item-detail-quantity-field:focus {
	outline: none !important;
	border-color: var(--theme-color-primary, #63aa28);
}
*/

.bx-no-touch input.product-item-detail-quantity-field::-webkit-outer-spin-button,
.bx-no-touch input.product-item-detail-quantity-field::-webkit-inner-spin-button {
	margin: 0;
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	-o-appearance: none;
	appearance: none;
}



.product-item-detail-quantity-description-text {display: none;}

.product-item-detail-quantity-description-price { white-space: nowrap; }

.product-item-detail-quantity-description-price span {
	color: var(--orange_g);
	font-weight: 700;
    font-size: 23px !important;
}
.product-item-detail-quantity-description-price {
	color: var(--orange_g);
	font-weight: 700;
    font-size: 23px !important;
}

.product-item-detail-quantity-label-container {
	margin: 5px 0;
	/* font-weight: bold;
	font-size: 12px; */
}

/**/
.product-item-quantity {
	/* font-weight: normal;
	font-size: 12px; */
}

/*endregion*/

/*region Buy button*/
[data-entity="main-button-container"] {
	width: 50%;
}

[data-entity="main-button-container"] div {
	height: 40px;
	display: flex;
	flex-direction: column;
	gap: 5px;
}

.btn.product-item-detail-buy-button {
	position: relative;
	/* width: 100%; */
	transition: background-color .3s;
	display: flex;
    align-items: center;
    justify-content: center;
	color: white;
	background-color: var(--rad);
	padding: 15px;
	font-weight: 700;
	border-radius: var(--radius)
}

.product-details-area .btn-success-in-basket {
	background-color: var(--main-color)!important;
	border-color: var(--main-color)!important;
	border: unset!important;
}

.product-details-area .btn-success-in-basket:hover {
	background-color: var(--main-color-hover)!important;
	border-color: var(--main-color-hover)!important;
	border: unset!important;
}

.btn.product-item-detail-buy-button:hover {
	background-color: var(--main-color-hover);
	text-decoration: unset;
}

.product-item-detail-short-card-btn .btn.product-item-detail-buy-button { margin: 0; }

.btn.product-item-detail-buy-button[disabled],
.btn.btn-primary.product-item-detail-buy-button[disabled],
.btn.product-item-detail-buy-button[disabled],
.btn.btn-primary.product-item-detail-buy-button[disabled] {
	background-color: #121212;
	border-color: #121212;
	opacity: .2;
}

.btn.product-item-detail-buy-button span {
	position: absolute;
	top: 50%;
	right: 0;
	left: 0;
	display: inline-block;
	min-height: 16px;
	max-width: 100%;
	white-space: normal;
	line-height: 16px;
	transform: translateY(-50%);
	text-align: center;
	box-sizing: border-box;
}

.btn-link.product-item-detail-buy-button { 
	height: 10px;
	text-decoration: unset; 
}

/*endregion*/

/*region Slider */
div.product-detail-slider-container {
	position: relative;
	/*max-width: 100%;*/
	background: transparent;
	transition: background 800ms ease;
	z-index: 90;
	overflow: hidden;
	/*min-width: 285px;*/
	/*flex-grow: 1;*/
	margin-bottom: 20px;
}

.product-detail-slider-block {
	position: relative;
	box-sizing: border-box;
	padding-top: 56.25%;
	height: 0;
	background: #fff;
	border-bottom: 1px solid #f0efed;
}

.product-detail-slider-block.product-detail-slider-block-square { padding-top: 100%; }

.product-detail-slider-images-container {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	overflow: hidden;
}

.product-detail-slider-images-container::after {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	display: block;
	z-index: 8;
	background: #fff;
}

.product-detail-slider-image {
	position: absolute;
	top: 100%;
	right: 0;
	bottom: 0;
	left: 0;
	margin-left: 0;
	text-align: center;
	opacity: 0;
	z-index: 5;
	width: 100%;
	overflow: hidden;
}

.product-detail-slider-image-overlay {
	z-index: 4;
	position: absolute;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	filter: blur(44px);
}

.product-detail-slider-image-overlay:before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1;
	background: linear-gradient(0deg, rgba(0, 0, 0, 0.06), rgba(0, 0, 0, 0.06));
}

.product-detail-slider-image.active,
.product-detail-slider-image.next,
.product-detail-slider-image.prev {
	z-index: 10;
	opacity: 1;
	top: 0;
}

.product-detail-slider-image.left.active {
	animation: catalogSectionItemSliderImage_left_active 250ms ease-in-out 1 forwards;
}

@keyframes productDetailSliderImage_left_active {
	from { margin-left: 0; }
	to { margin-left: -100%; }
}

.product-detail-slider-image.right.active {
	animation: productDetailSliderImage_right_active 250ms ease-in-out 1 forwards;
}

@keyframes productDetailSliderImage_right_active {
	from { margin-left: 0; }
	to { margin-left: 100%; }
}

.product-detail-slider-image.left.next {
	animation: productDetailSliderImage_left_next 250ms ease-in-out 1 forwards;
}

@keyframes productDetailSliderImage_left_next {
	from { margin-left: 100%; }
	to { margin-left: 0; }
}

.product-detail-slider-image.right.prev {
	animation: productDetailSliderImage_right_prev 250ms ease-in-out 1 forwards;
}

@keyframes productDetailSliderImage_right_prev {
	from { margin-left: -100%; }
	to { margin-left: 0; }
}

.zoom-img {
	max-width: 100%;
}


.product-detail-slider-image img {
	position: absolute;
	top: 50%;
	left: 50%;
	max-width: 100%;
	max-height: 100%;
	width: auto;
	height: auto;
	z-index: 10;
	outline: 1px solid transparent;
	background-position: center;
	background-repeat: no-repeat;
	transition: background-size 450ms ease, width 450ms ease, height 450ms ease, outline 450ms ease;
	transform: translateY(-50%) translateX(-50%);
}

.product-detail-slider-progress-bar {
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 180;
	height: 3px;
	background: var(--theme-color-primary, #63aa28);
}

.catalog-section-item-slider-image-overlay {
	z-index: 9;
	position: absolute;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	filter: blur(44px);
}

.catalog-section-item-slider-image-overlay:before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1;
	background: linear-gradient(0deg, rgba(0, 0, 0, 0.06), rgba(0, 0, 0, 0.06));
}

.catalog-section-item-slider-images-slider-pager {
	position: absolute;
	top: -2px;
	right: -2px;
	bottom: -2px;
	left: -2px;
	display: flex;
	align-items: stretch;
	z-index: 10;
}

.catalog-section-item-slider-images-slider-pager.selected { z-index: 25; }

.catalog-section-item-slider-images-slider-pager-item {
	flex: 1 1 0;
	position: relative;
}

/*endregion*/

/*region Slider Controls*/
.product-detail-slider-controls-block {
	padding: 4px 16px;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
}

.product-detail-slider-controls-block.selected { display: flex; }

.product-detail-slider-controls-image {
	position: relative;
	padding: 4px;
	overflow: hidden;
	opacity: .3;
	text-align: center;
	cursor: pointer;
	flex-grow: 1;
}

.product-detail-slider-controls-image:hover,
.product-detail-slider-controls-image.active { opacity: 1; }

.product-detail-slider-controls-dot {
	height: 4px;
	background-color: #c4c4c4;
	border-radius: 2px;
}

.product-detail-slider-left,
.product-detail-slider-right {
	position: absolute;
	top: 0;
	bottom: 0;
	z-index: 111;
	display: block;
	width: 15%;
	background: no-repeat center url("data:image/svg+xml,%3Csvg width='24' height='26' viewBox='0 0 24 26' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg filter='url(%23filter0_d)'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M5.14049 2.90429L12.8945 10.6583L14.2875 12L12.8945 13.3425L5.14049 21.0965L7.03826 22.9943L18.0321 12.0005L7.03826 1.00667L5.14049 2.90429Z' fill='white'/%3E%3C/g%3E%3Cdefs%3E%3Cfilter id='filter0_d' x='3.14049' y='0.00667477' width='16.8916' height='25.9876' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeColorMatrix in='SourceAlpha' type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0'/%3E%3CfeOffset dy='1'/%3E%3CfeGaussianBlur stdDeviation='1'/%3E%3CfeColorMatrix type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.1 0'/%3E%3CfeBlend mode='normal' in2='BackgroundImageFix' result='effect1_dropShadow'/%3E%3CfeBlend mode='normal' in='SourceGraphic' in2='effect1_dropShadow' result='shape'/%3E%3C/filter%3E%3C/defs%3E%3C/svg%3E%0A");
	cursor: pointer;
	transition: all 300ms ease;
}

.product-detail-slider-left {
	left: 0;
	transform: rotate(180deg);
}

.product-detail-slider-right { right: 0; }

.product-detail-slider-container:hover .product-detail-slider-left,
.product-detail-slider-container:hover .product-detail-slider-right {
	background-color: rgba(0, 0, 0, .08);
}

.product-detail-slider-container .product-detail-slider-left:hover,
.product-detail-slider-container .product-detail-slider-right:hover {
	background-color: rgba(0, 0, 0, .4);
}

.bx-touch .catalog-section-item-slider-left,
.bx-touch .catalog-section-item-slider-right { display: none !important; }

.product-detail-slider-close { display: none; }

.product-detail-slider-container.popup .product-detail-slider-close {
	position: absolute;
	top: 4px;
	right: 110px;
	bottom: 0;
	z-index: 150;
	display: block;
	width: 50px;
	height: 50px;
	background: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%3E%3Cpolygon%20fill%3D%22%23000000%22%20fill-rule%3D%22evenodd%22%20points%3D%2216%2015.1%208.944%208%2016%201%2015.006%200%208.05%207%20.994%200%200%201%207.056%208%200%2015.1%20.994%2016%208.05%209%2015.006%2016%22%2F%3E%3C%2Fsvg%3E') no-repeat center;
	opacity: .27;
	cursor: pointer;
	transition: all 300ms ease;
}

.product-detail-slider-container.popup .product-detail-slider-close:hover { opacity: 1; }

.product-detail-slider-container.popup .product-detail-slider-right { right: 105px; }

/*endregion*/

/*region LABEL*/
.product-detail-label-container {
	position: absolute;
	left: 0;
	top: 9px;
	z-index: 50;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}

.product-detail-label-text {
	background: #63aa28;
	padding: 1px 16px;
	border: 1px solid #fff;
	border-left: none;
	/* font-weight: 500;
	font-size: 16px; */
	line-height: 25px;
	margin-bottom: 3px;
}

/*endregion*/

/*
section.product-detail-props-container {
	min-width: 285px;
	flex-grow: 1;
	max-width: 100%;
}
*/

@media (max-width: 575px) {
	.product-detail-props-container { padding: 0 16px; }
}

.product-detail-props-container-inner {
	padding: 8px 17px;
	border: 1px solid #e7e7e7;
	/*margin-bottom: 20px;*/
}

@media (min-width: 576px) {
	.product-detail-props-container-inner {
		border-color: transparent;
		padding: 0;
	}
}

.product-detail-info-container {
	--bs-gutter-x: 24px;
}

@media (max-width: 575px) {
	.product-detail-info-container { padding: 0 calc(var(--bs-gutter-x) / 2); }
}
/*region magnified*/
.product-detail-slider-container.magnified .product-detail-slider-image { z-index: 100; }

.product-detail-slider-container.magnified .product-detail-slider-image img { outline-color: #ddd; }

.product-detail-slider-container.magnified .product-detail-slider-left,
.product-detail-slider-container.magnified .product-detail-slider-right { z-index: 50; }

.product-detail-slider-container.magnified .product-item-label-text,
.product-detail-slider-container.magnified .product-item-label-ring { opacity: 0; }

/*	>>>	popup*/
.product-detail-slider-container.popup {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 999999;
	background: #fff;
	animation-name: imgPopupShow;
	animation-duration: 300ms;
}

.product-detail-slider-container.popup .product-detail-slider-images-container { right: 105px; }

.product-detail-slider-container.popup .product-detail-slider-block {
	padding-top: 0;
	height: 100vh;
}

.product-detail-slider-container.popup .product-detail-slider-image {
	position: absolute;
	top: 50%;
	left: 50%;
	max-height: 100vh;
	width: calc(100% - 150px);
	transform: translateY(-50%) translateX(-50%);
}

@-webkit-keyframes imgPopupShow {
	from { opacity: 0; }
	to { opacity: 1; }
}

@-moz-keyframes imgPopupShow {
	from { opacity: 0; }
	to { opacity: 1; }
}

@-ms-keyframes imgPopupShow {
	from { opacity: 0; }
	to { opacity: 1; }
}

@-o-keyframes imgPopupShow {
	from { opacity: 0; }
	to { opacity: 1; }
}

@keyframes imgPopupShow {
	from { opacity: 0; }
	to { opacity: 1; }
}

.product-detail-slider-container.popup .product-detail-slider-image img {
	max-width: 100%;
	max-height: 90vh;
	width: auto;
	cursor: default
}

.product-detail-slider-container.popup .product-detail-slider-controls-block {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	overflow-y: auto;
	padding: 20px;
	border-left: 1px solid #d3d3d3;
	background-color: #fff;
}

.product-detail-slider-container.popup .product-detail-slider-controls-image {
	display: block;
	margin-bottom: 20px;
}

/*endregion*/

/*region  Tabs */
.product-item-detail-tabs-container {
	/*min-height: 60px;*/
	/*border-bottom: 1px solid #ededed;*/
}

.product-item-detail-tabs-list {
	display: block;
	margin: 0;
	padding: 0;
	list-style: none;
}

.product-item-detail-tabs-list:after {
	display: table;
	clear: both;
	content: "";
}

.product-item-detail-tab {
	float: left;
	/*min-height: 60px;*/
	margin-right: 17px;
}

.product-item-detail-tab-link {
	position: relative;
	display: inline-block;
	box-sizing: border-box;
	vertical-align: middle;
	-ms-text-overflow: ellipsis;
	text-overflow: ellipsis;
	max-width: 100%;
	transition: all 250ms ease;
	font-style: normal;
	font-size: 15px;
	line-height: 26px;
	padding-top: 2px;
	text-decoration: none;
}

.product-item-detail-tab-link:hover,
.product-item-detail-tab.active .product-item-detail-tab-link {
	text-decoration: none;
	/*font-weight: bold;*/
}

.product-item-detail-tab-link:after {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	height: 2px;
	background: rgba(0, 0, 0, 0.1);
	content: "";
	transition: background 250ms ease;
}

.product-item-detail-tab-link:hover:after,
.product-item-detail-tab.active .product-item-detail-tab-link:after { background: var(--theme-color-primary, #63aa28); }

.product-item-detail-tab-content { padding: 25px 0; }

/*endregion*/

/*region Small Card*/
.product-item-detail-short-card-fixed {
	position: fixed;
	top: -85px;
	right: 0;
	left: 0;
	z-index: 310;
	box-sizing: border-box;
	height: 85px;
	background-color: #fff;
	box-shadow: 0 4px 14px 0 rgba(32, 54, 74, .23);
	transition: top 220ms linear;
}

.product-item-detail-short-card-fixed.active {
	top: 0;
	opacity: 1;
}

.product-item-detail-short-card-fixed.active + .product-item-detail-tabs-container-fixed.active { top: 85px; }

.bx-touch .product-item-detail-short-card-fixed { display: none !important; }

.product-item-detail-short-card-fixed .product-item-detail-short-card-content-container {
	margin: 0 auto;
	max-width: 1048px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.product-item-detail-short-card-image {
	padding-right: 15px;
	width: 80px;
	max-width: 80px;
	vertical-align: middle;
	text-align: center;
}

.product-item-detail-short-card-image img {
	max-width: 100%;
	height: auto;
	max-height: 65px;
	width: auto;
}

.product-item-detail-short-title-container {
	max-width: 650px;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

.product-item-detail-short-title-text {
	display: block;
	-ms-text-overflow: ellipsis;
	text-overflow: ellipsis;
	font-size: 16px;
}

.product-item-detail-short-card-price {
	padding: 0 10px;
	vertical-align: middle;
	text-align: right;
}

.product-item-detail-short-card-btn {
	padding-left: 10px;
	min-width: 120px;
}

/*endregion*/

/*region Properties */
.product-item-detail-tab-content { display: none; }

.product-item-detail-tab-content.active { display: block; }

.product-item-detail-tab-content h3 {
	margin-bottom: 10px;
	/* font-weight: bold;
	font-size: 14px; */
}

.product-item-detail-properties {
	margin: 0;
	padding: 0;
	list-style: none;
	display: block;
}

.product-item-detail-properties-item {
	margin-bottom: 1px;
}

.product-item-detail-properties-name,
.product-item-detail-properties-value {
	font-family: Roboto;
	font-style: normal;
	/* font-weight: normal;
	font-size: 15px; */
	line-height: 25px;
}




/*endregion*/

.no-select {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

input[type='number'] { -moz-appearance: textfield; }

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button { -webkit-appearance: none; }

.btn-wait {
	position: relative;
}

.btn-wait:after {
	content: '';
	width: 12px;
	height: 12px;
	border: 1px solid #fff;
	border-right-color: transparent;
	border-radius: 50%;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-top: -6px;
	margin-left: -6px;
	animation-name: spin;
	animation-duration: 1000ms !important;
	animation-iteration-count: infinite;
	animation-timing-function: linear;
}

.animationButtonColor span {
	font-weight: bold;
}

.product-view-area {
	margin-top: 20px;
	display:flex;
	gap: 5px;
}

.property-area, .property-area .title_prop {
	margin-top: 0px;
}

.property-area.doc-flex {
	margin-top: 40px;
}

.file-loadbx-ico {
	display: flex;
	align-items: center;
}

.fa-file-pdf-o {
	font-size: 18px !important;
    color: #d00;
	margin-right: 5px;
}

.prices-wrapper.interval {
	display: none !important;
}

.prices-wrapper.min-price, #PriceTable .price_wrapper_block {
    display: flex !important;
}

.left-menu {
	display: none;
}

.container {
	max-width: 1300px;
}

.product-big-image {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: flex-start;
	overflow: visible;
	width: 100%;
	max-width: 560px;
	height: auto;
}

.product-gallery-main {
	width: 100%;
	height: 520px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #fff;
	border: 1px solid #ececec;
	border-radius: 8px;
	overflow: hidden;
}

.product-gallery-main-link {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
}

.product-gallery-main-img {
	display: block;
	max-width: 100%;
	max-height: 100%;
	width: auto;
	height: auto;
	object-fit: contain;
}

.product-gallery-thumbs {
	display: flex;
	gap: 8px;
	margin-top: 12px;
	width: 100%;
	max-width: 560px;
	overflow-x: auto;
	padding-bottom: 4px;
	scrollbar-width: thin;
}

.product-gallery-thumb {
	flex: 0 0 72px;
	width: 72px;
	height: 72px;
	padding: 0;
	border: 2px solid #e0e0e0;
	border-radius: 8px;
	background: #fff;
	cursor: pointer;
	overflow: hidden;
	transition: border-color 0.2s ease;
}

.product-gallery-thumb.is-active {
	border-color: var(--main-color, #7b2d81);
}

.product-gallery-thumb img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.description-content {
	margin-top: 15px;
}

.description-content .std {
	line-height: 1.5;
	color: #333;
}

.description-text-wrap {
	position: relative;
	overflow: hidden;
	transition: max-height 0.35s ease;
}

.description-text-wrap.is-collapsed::after {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 2.5em;
	background: linear-gradient(to bottom, rgba(255, 255, 255, 0), #fff);
	pointer-events: none;
}

.description-toggle {
	display: inline-block;
	margin-top: 10px;
	padding: 0;
	border: 0;
	background: none;
	color: var(--main-color, #4E1F40);
	font-size: 14px;
	line-height: 1.4;
	cursor: pointer;
	text-decoration: underline;
	transition: color 0.2s ease, opacity 0.2s ease;
}

.description-toggle:hover {
	opacity: 0.85;
}

.description-toggle[hidden] {
	display: none;
}

  .area-in-basket {
	flex: 1;
	margin-left: 20px;
  }
  
  .block-in-basket {
    /*padding: 20px;
    border: 1px solid var(--main-color);
    border-radius: 20px;
    margin: 5px;
    background-color: white;
    box-shadow: 0 5px 15px #00000059;
	*/
	/*margin: 10px 0;*/
	padding: 0px 5px 0px 5px;
  }

  .product-details-area {
	flex-basis: 50%;
	/*flex: 2;*/
  }

  .product-big-image img,
  .product-gallery-main-img {
	max-width: 100%;
	max-height: 100%;
	width: auto;
	height: auto;
	object-fit: contain;
	display: block;
  }

  .product-big-image.no-photo .product-gallery-main {
	height: 260px;
  }

  .product-big-image.no-photo .product-gallery-main-img {
	height: 130px !important;
	width: auto !important;
  }

.name_prop {
	min-width: 140px;
	color: #000000;
	font-weight: 400;
}
.value_prop {
	font-weight: 700;
	margin: 0;
	color: #000000;
}

#description h3, .title_prop {
    font-size: 20px;
    color: #333;
    /* font-weight: bold; */
}

#description h3 {
	margin: 10px 0;
}

.product-main-props-block {
	margin-bottom: 15px;
}

@media (max-width: 575px) {
	.show_product_table { 
		padding: unset; 
	}
	.sort_name {
		font-size: 12px;
	}
	.small-block.counter_wrapp.list {
		align-items: center;
	}
	.button_block {
    	width: 100% !important;
	}
	.product-big-image {
		width: 100%;
		max-width: 100%;
	}

	.product-gallery-main {
		height: 360px;
	}

	.product-gallery-thumbs {
		max-width: 100%;
	}
	.page-header {
		padding: 7px 19px 7px;
	}
}

/* Кнопки количество товара */
.product-item-detail-quantity-field-block {
	width: 100%;
	height: 100%;
	text-align: center;
	border: 1px solid var(--main-color);
}

.product-item-detail-quantity-field-container {
	display: flex;
	height: 40px;
	min-width: 144px;
}

.product-item-detail-quantity-btn-minus {
	width: 20%;
	height: 100%;
	cursor: pointer;
	border: 1px solid var(--main-color);
	border-right: none;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #646869;
	font-weight: bold;
	font-size: 18px;
	box-sizing: border-box;
}

.product-item-detail-quantity-btn-minus::before {
	content: "−";
}

.product-item-detail-quantity-btn-plus {
	width: 20%;
	height: 100%;
	cursor: pointer;
	border: 1px solid var(--main-color);
	border-left: none;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #646869;
	font-weight: bold;
	font-size: 18px;
	box-sizing: border-box;
}

.product-item-detail-quantity-btn-plus::before {
	content: "+";
}

.product-item-detail-quantity-btn-minus:hover, .product-item-detail-quantity-btn-plus:hover {
	background-color: #d6e3e9;
}
/* Кнопки количество товара */

/* Количество в наличии */
.stock-detail-quantity {
	display: flex;
    align-items: center;
    width: 100%;
    gap: 10px;
}
.product-stock-detail-quantity {
	background-color: var(--green);
	padding: 0 2px 0 2px;
	min-width: 140px;
	height: 40px;
    text-align: center;
    color: white;
    font-size: 16px;
    font-weight: 700;
	margin: 5px 0 5px 0;
	align-items: center;
    justify-content: center;
	display: flex;
	font-weight: 700;
	font-size: 23px !important;
}
.product-stock-detail-quantity-label {
	color: var(--green);
}
.product-stock-detail-quantity-label.nostock {
	color: red;
}
.product-stock-detail-quantity.nostock {
	background-color: var(--main-color);
}
/* Количество в наличии */

.block-in-basket .tree-offers {
	display: flex;
	gap: 20px;
	margin-bottom: 20px;
}

.price-block {
	display: flex;
	flex-direction: column;
	width: fit-content;
	position: relative;
	margin-top: 10px;
}


.block-in-basket .product-price-detail {
	bottom: unset;
}

/* .product-element-price-detail {
	position: absolute;
	bottom: 100%; 
    left: 0;  
	background-color: white;
	z-index: 81;
	border: 1px solid;
	padding: 20px;
	gap: 10px;
} */


.product-element-price-detail {
	margin: 10px 0;
    background: #fff;
    border-radius: 4px;
    transition: opacity 0.2s ease, visibility 0.2s ease;
    width: 50%;
}

.product-price-ranges-table {
    border-collapse: collapse;
    width: 100%;
    font-size: 15px;
    border: 1px solid #ccc;
}

.product-price-ranges-table td {
    padding: 6px 15px;
    border: 1px solid #837e7e;
    color: #333;
}

.product-price-ranges-table .product-price-ranges-qty {
    width: 55%;
    white-space: nowrap;
	font-weight: 500;
}

.product-price-ranges-table .product-price-ranges-price {
    width: 45%;
    text-align: center;
    white-space: nowrap;
	font-weight: 700;
}

/* Цены подробнее */

/* Кнопка в корзине */
.btn-success-in-basket {
	background-color: var(--raddark, #FF0000) !important;
	border-color: var(--raddark, #FF0000) !important;
	text-decoration: unset;
}

.btn-success-in-basket:hover {
	background-color: var(--raddark, #FF0000) !important;
	border-color: var(--raddark, #FF0000) !important;
	text-decoration: unset;
}
/* Кнопка в корзине */

.offer-desc {
	margin-top: 5px;
}

/* TODO DELETE */
.product-detail-slider-image.active {
	display: none;
} 




/* End */


/* Start:/bitrix/components/bitrix/sale.prediction.product.detail/templates/.default/style.min.css?1788342169332*/
.catalog-element-popup-wrapper{position:absolute;box-sizing:border-box;border-radius:3px;background:rgba(0,0,0,.77)}.catalog-element-popup-inner{padding:20px;max-width:300px;font:13px "Helvetica Neue",Arial,Helvetica,sans-serif}.catalog-element-popup-element{color:#ffa801;font:bold 13px "Helvetica Neue",Arial,Helvetica,sans-serif}
/* End */
/* /local/templates/altelect/components/bitrix/catalog/altelect/style.min.css?1788344550959 */
/* /local/templates/altelect/components/bitrix/breadcrumb/.default/style.css?1788344550534 */
/* /local/templates/altelect/components/bitrix/catalog.element/store_v3_altelect/style.css?178842780540507 */
/* /bitrix/components/bitrix/sale.prediction.product.detail/templates/.default/style.min.css?1788342169332 */
