

/* Start:/bitrix/templates/epack/components/bitrix/catalog.section/bootstrap_v4/style.css?17297633671090*/
.catalog-section-description img{
    border-radius: 12px;
}
.catalog-section-description .row{
    --bs-gutter-y: var(--bs-gutter-x);
}
.description-block .line-read{
    margin-top: 16px;
}

.description-block .text-read{
    position:relative;
    overflow: hidden;
    transition: .6s;
}
.description-block .text-read .prev-text{
    position: relative;
}
.description-block.active .text-read .prev-text{
    z-index: 1;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
}
.description-block .text-read .full-text{
    position: relative;
    z-index: 2;
}
.description-block.active .text-read .prev-text,
.description-block:not(.active) .text-read .full-text{
    display: none;
}
.description-block.active .toggle-read .on,
.description-block:not(.active) .toggle-read .off{
    display: none;
}



@media (min-width: 992px){
    .description-block .line-read{
        margin-top: 32px;
    }
}
@media (min-width: 1466px){
    .catalog-section-description .image{
        flex: 0 0 400px;
        width: 400px;
    }
}
/* End */


/* Start:/bitrix/templates/epack/components/bitrix/catalog.item/bootstrap_v4/style.css?174437434225671*/
.product-item{
	display: flex;
	flex-direction: column;
	box-sizing: border-box;
	width: 100%;
	background: #fff;
	border-bottom: 1px solid #d5dde5;
	border-right: 1px solid #d5dde5;
	border-left: 1px solid #fff;
	border-top: 1px solid #fff;
	min-height: 100%;
	padding: 16px;
	position: relative;
}
.product-item .panel-info,
.product-item .panel-info .line-group{
	flex: 1 0 0%;
	display: flex;
	flex-direction: column;
}
/*Image*/
.product-item .product-item-image-wrapper{
	position: relative;
	display: block;
	margin-bottom: 8px;
	padding-top: 100%;
	width: 100%;
	transition: all 300ms ease;
	flex: 0 0 auto;
}
.product-item.not_stock .product-item-image-wrapper{
	filter: grayscale(1);
}
.product-item .product-item-image-original,
.product-item .product-item-image-alternative{
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	transition: opacity 300ms linear;
}

.product-item .product-item-image-original { z-index: 11; }

.product-item .product-item-image-alternative {
	z-index: 13;
	opacity: 0;
}
/*Label*/
.product-item .product-item-label-text{
	position: absolute;
	z-index: 15;
}
.product-item .product-item-label-text span{
	display: inline-block;
	clear: both;
	margin-bottom: 2px;
	font-size: 12px;
	line-height: 14px;
	background: #ff4f20;
	border-radius: 8px;
	padding: 2px 5px;
	color: #fff;
	vertical-align: middle;
	text-align: center;
	transition: all 250ms ease;
}
.product-item .product-item-label-text span.SPECIALOFFER{
	background-color: #28aeed;
}
.product-item .product-item-label-text span.HIT{
	background-color: #0a9d4a;
}
.product-item .product-item-label-text span.WB_TAG{
	background-color: #B42371;
}
.product-item .product-item-label-text .lab-manuf span.MANUF_MY{
	background-color: #f5f7fa;
	color: #2e2e34;
}
.product-item .product-item-label-text .lab-manuf{
	display: none;
}
.product-item .product-item-label-text .info-manuf{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	padding-right: 36px;
	z-index: 5;
	text-align: right;
}
.product-item .product-item-label-text .info-manuf input{
	display: none;
}
.product-item .product-item-label-text .icon-manuf{
	display: block;
	position: absolute;
	right: 0;
	top: 0;
	background-color: #fed933;
	background-image: url("/images/icon/info.svg");
	background-repeat: no-repeat;
	background-position: center;
	border-radius: 12px;
	width: 32px;
	height: 32px;
	cursor: pointer;
}
.product-item .product-item-label-text .info-manuf span.MANUF_MY{
	background-color: #2e2e34;
	color: #fff;
	padding: 2px 4px;
	text-align: center;
	width: 88px;
	display: none;
}
.product-item .product-item-label-text .info-manuf input:checked~span.MANUF_MY{
	display: inline-block;
}
.product-item .product-item-label-top { top: 4px; }

.product-item .product-item-label-center{
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}

.product-item .product-item-label-center > div { text-align: center; }

.product-item .product-item-label-left {
	left: 4px;
	right: 4px;
	padding-right: 36px;
}

.product-item .product-item-label-left > div { text-align: left; }

.product-item .product-item-label-bottom { bottom: 4px; }

.product-item .product-item-label-middle {
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.product-item .product-item-label-right { left: 4px;
	right: 4px;
	padding-right: 36px;  }

.product-item .product-item-label-right > div { text-align: right; }

.product-item .product-item-label-center.product-item-label-middle {
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

/*Title*/
.product-item .product-item-title {
	font-weight: 600;
	font-size: 16px;
	text-align: left;
	flex: 1 0 0%;
}

.product-item .product-item-title a:not(:hover){
	color: #2e2e34;
}

/*Price*/
.product-item .product-item-optprice-container{
	color: #28aeed;
}
.product-item .product-item-price-container{
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
}
.product-item .product-item-price-old-line{
	display: flex;
	gap: 8px;
	align-items: center;
}

.product-item .product-item-price-current{
	color: #2e2e34;
	white-space: nowrap;
	font-weight: bold;
	font-size: 20px;
	line-height: 1.2;
}

.product-item .product-item-price-old{
	color: #2e2e34;
	white-space: nowrap;
	font-size: 16px;
	line-height:22px;
	position: relative;
	padding: 0 4px;
}
.product-item .product-item-price-old:after{
	content: '';
	display: block;
	width: 100%;
	height: 1px;
	background: #ff4f20;
	position: absolute;
	left: 0;
	top: 50%;
}
.product-item .product-item-price-old-line .product-item-label-ring{
	background: #ff4f20;
	border-radius: 8px;
	padding: 2px 5px;
	color: #fff;
	font-size: 12px;
	line-height: 14px;
}
.product-item .product-item-price-current.sale-cur{
	color: #ff4f20;
}

/*Info*/
.product-item .product-item-info-container{
	margin-top: 8px;
}

/*Amount*/
.product-item .product-item-amount {
	padding: 0;
	text-align: center;
}

.product-item .product-item-amount-field-container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: relative;
	max-width: 100%;
	margin: 0;
	border: 1px solid #d5dde5;
	background-color: #fff;
	border-radius: 12px;
	padding: 4px;
}
.product-item .product-item-amount-field-container:focus-within{
	border-color: #28aeed;
	background-color: #f2f8fc;
}
.product-item .product-item-amount-field-container.error{
	border-color: #ff4f20;
	background-color: #ffe5de;
}

.product-item .product-item-amount-field-btn-plus,
.product-item .product-item-amount-field-btn-minus {
	position: relative;
	display: block;
	min-width: 32px;
	height: 32px;
	border-radius: 12px;
	background-color: #f5f7fa;
	color: #fff;
	vertical-align: middle;
	text-align: center;
	cursor: pointer;
	transition: background 300ms ease, opacity 300ms ease;
	background-image: url("/images/icon/minus.svg");
	background-position: center;
	background-repeat: no-repeat;
	z-index: 5;
}
.product-item .product-item-amount-field-btn-plus{
	background-image: url("/images/icon/plus.svg");
}
.product-item .product-item-amount-field-btn-plus:hover,
.product-item .product-item-amount-field-btn-minus:hover { background-color: #f2f8fc; }

.product-item .product-item-amount-field-btn-plus:active,
.product-item .product-item-amount-field-btn-minus:active { background-color: #E7EBF5; }

.product-item .product-item-amount-field-btn-disabled.product-item-amount-field-btn-plus,
.product-item .product-item-amount-field-btn-disabled.product-item-amount-field-btn-minus {
	opacity: .3 !important;
	cursor: default;
}

.product-item .product-item-amount-field-block {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

.product-item .product-item-amount-field {
	display: block;
	margin-top: -2px;
	padding: 0 36px 0 0;
	width: 100%;
	height: 22px;
	border: none;
	border-radius: 0;
	background: transparent !important;
	color: #2e2e34;
	vertical-align: middle;
	text-align: center;
	font-weight: 400;
	line-height: 22px;
	font-size: 16px;
	position: relative;
	z-index: 2;
	transition: border 300ms ease;
}
.product-item .item_measure{
	display: block;
	width: 100%;
	height: 22px;
	line-height: 22px;
	color: #2e2e34;
	text-align: center;
	position: absolute;
	z-index: 1;
	left: 0;
	font-size: 16px;
	top: 2px;
	pointer-events: none;
}
.product-item .item_measure .val-text{
	opacity: 0;
}

.product-item .product-item-amount-field:focus { outline: none !important; }

.product-item .product-item-amount-description-container {
	position: absolute;
	bottom: 4px;
	left: 0;
	right: 0;
	color: #9ca5ad;
	white-space: nowrap;
	line-height: 14px;
	font-size: 12px;
	z-index: 15;
	pointer-events: none;
}
.product-item .product-item-amount-field-container.error .product-item-amount-description-container{
	color: #ff4f20;
}
.product-item.not_stock .product-item-amount-field-container{
	pointer-events: none;
	background: #f5f7fa;
	border-color: #f5f7fa;
}
.product-item .product-item-amount-label-container {
	margin: 5px 0;
	color: #a5a5a5;
	font-weight: bold;
	font-size: 12px;
}
.product-item.not_stock .product-item-amount-field,
.product-item.not_stock .item_measure{
	color: #9ca5ad;
}

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

/*region Properties */
.product-item .product-item-properties{
	display: block;
	text-align: left;
	color: #9ca5ad;
}
.product-item .product-item-properties:not(:first-child){
	margin-top: 8px;
}

/*endregion*/

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

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

/* SCU */
.product-item .product-item-scu-container-title {
	color: #333;
	font-size: 12px;
}

.product-item .product-item-scu-block { }

.product-item .product-item-scu-block-title { font-size: 12px; }

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

.product-item .product-item-scu-item-list {
	overflow: hidden;
	margin: 0;
	padding: 0;
	list-style: none;
}

.product-item .product-item-scu-item-color-container,
.product-item .product-item-scu-item-text-container {
	display: inline-block;
	box-sizing: border-box;
	padding: 5px 3px;
	max-width: 100%;
}

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

.product-item .product-item-scu-item-color-container {
	max-width: 38px;
	width: 25%;
}

.product-item .product-item-scu-item-color-block {
	position: relative;
	padding-top: 100%;
	outline: 1px solid #c0cfda;
	cursor: pointer;
}

.product-item .product-item-scu-item-color {
	position: absolute;
	top: 2px;
	right: 2px;
	bottom: 2px;
	left: 2px;
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
}

.product-item .product-item-scu-item-text-block {
	position: relative;
	padding: 0 5px;
	outline: 1px solid #c0cfda;
	cursor: pointer;
}

.product-item .product-item-scu-item-text-container.selected .product-item-scu-item-text-block { outline-width: 2px; }

.product-item .product-item-scu-item-text {
	overflow: hidden;
	max-width: 100%;
	vertical-align: middle;
	text-align: center;
	text-transform: uppercase;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 11px;
	line-height: 18px;
}

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

.product-item .product-item-scu-item-color-container.notallowed .product-item-scu-item-color-block:after,
.product-item .product-item-scu-item-text-container.notallowed .product-item-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;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNiIgaGVpZ2h0PSIyNiIgdmlld0JveD0iMCAwIDI2IDI2Ij4gIDxwYXRoIGZpbGw9IiNBOUFEQjQiIGZpbGwtcnVsZT0iZXZlbm9kZCIgZD0iTTE0LjM5MjEyNjgsMTMuMjMyMzAyOSBMMjUuOTkyLDEuNDE4IEwyNC42LDAgTDEyLjk5OTk5NTYsMTEuODE0NDM2NCBMMS40LDAgTDAuMDA5LDEuNDE5IEwxMS42MDc4Njg3LDEzLjIzMjI5NzUgTDAuNDczLDI0LjU3MyBMMS44NjUsMjUuOTkxIEwxMi45OTk5OTkzLDE0LjY1MDE2NDUgTDI0LjEzNCwyNS45OSBMMjUuNTI2LDI0LjU3MiBMMTQuMzkyMTI2OCwxMy4yMzIzMDI5IFoiLz48L3N2Zz4=) no-repeat center;
	background-size: 80% 80%;
	content: "";
}


.product-item .product-item-scu-item-text-block:hover,
.product-item .product-item-scu-item-color-block:hover,
.product-item .product-item-scu-item-text-container.selected .product-item-scu-item-text-block,
.product-item .product-item-scu-item-color-container.selected .product-item-scu-item-color-block { outline-color: #000; }

/*Description*/
.product-item .product-item-description-container { }

.product-item .product-item-description-container p {
	color: #575757;
	font-size: 13px;
}

/*Buttons*/
.product-item .product-item-button-container{
	text-align: center;
	display: flex;
	flex-direction: row;
	gap: 8px;
}
.product-item .product-item-button-container .btn:first-child{
	flex: 1 0 0%;
}
.btn-cart:not(.btn-green) .off,
.btn-cart.btn-green .on{
	display:none;
}
.product-item .product-item-button-container .fav-prod{
	padding: 10px;
	height: 44px;
	width: 44px;
	background-color: #f5f7fa;
	border-color: #f5f7fa;
	background-image: url("/images/icon/wishlist_add.svg");
	background-repeat: no-repeat;
	background-position: center;
	flex: 0 0 44px;
}
.product-item .product-item-button-container .fav-prod:hover{
	background-color: #f2f8fc;
	border-color: #f2f8fc;
}
.product-item .product-item-button-container .fav-prod:active{
	background-color: #E7EBF5;
	border-color: #E7EBF5;
}
.product-item .product-item-button-container .fav-prod.active{
	background-color: #fed933;
	border-color: #fed933;
	background-image: url("/images/icon/wishlist_added.svg");
}
.product-item .product-item-button-container .fav-prod.active:hover{
	background-color: #FEDF51;
	border-color: #FEDF51;
}
.product-item .product-item-button-container .fav-prod.active:active{
	background-color: #F2CE36;
	border-color: #F2CE36;
}

/*Stickers*/
.product-item .product-item-sticker,
.product-item .product-item-sticker-round { display: none; }

/*More*/
.product-item .product-item-more-container {
	position: relative;
	display: block;
	box-sizing: border-box;
	padding: 15px 15px 5px;
	width: 100%;
	border: 1px solid transparent;
	border-radius: 2px;
	transition: all 300ms ease;
}

.product-item .product-item-more-wrapper {
	position: relative;
	display: block;
	margin-bottom: 15px;
	padding-top: 116%;
	width: 100%;
}

.product-item .product-item-more {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	background: #f3f3f3 url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2ZXJzaW9uPSIxLjEiIGlkPSJDYXBhXzEiIHg9IjBweCIgeT0iMHB4IiB2aWV3Qm94PSIwIDAgMjk3LjYxMyAyOTcuNjEzIiBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PGcgc3R5bGU9ImZpbGw6IHJnYigxMzAsIDEzMCwgMTMwKTsiPjxjaXJjbGUgY3g9IjE1LjI3OSIgY3k9IjE0LjgzIiByPSIxNC44MyIgc3R5bGU9ImZpbGw6IHJnYigxMzAsIDEzMCwgMTMwKTsiPjwvY2lyY2xlPjxjaXJjbGUgY3g9IjU5LjMyIiBjeT0iNTkuNzY5IiByPSIxNC44MyIgc3R5bGU9ImZpbGw6IHJnYigxMzAsIDEzMCwgMTMwKTsiPjwvY2lyY2xlPjxjaXJjbGUgY3g9IjU5LjMyIiBjeT0iMTQuODMiIHI9IjE0LjgzIiBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9jaXJjbGU+PGNpcmNsZSBjeD0iMTA0LjI2MSIgY3k9IjU5Ljc2OSIgcj0iMTQuODMiIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2NpcmNsZT48Y2lyY2xlIGN4PSIxMDQuMjYxIiBjeT0iMTAzLjgxIiByPSIxNC44MyIgc3R5bGU9ImZpbGw6IHJnYigxMzAsIDEzMCwgMTMwKTsiPjwvY2lyY2xlPjxjaXJjbGUgY3g9IjEwNC4yNjEiIGN5PSIxNC44MyIgcj0iMTQuODMiIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2NpcmNsZT48Y2lyY2xlIGN4PSIxNDguMzAyIiBjeT0iNTkuNzY5IiByPSIxNC44MyIgc3R5bGU9ImZpbGw6IHJnYigxMzAsIDEzMCwgMTMwKTsiPjwvY2lyY2xlPjxjaXJjbGUgY3g9IjE0OC4zMDIiIGN5PSIxMDMuODEiIHI9IjE0LjgzIiBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9jaXJjbGU+PGNpcmNsZSBjeD0iMTQ4LjMwMiIgY3k9IjE0LjgzIiByPSIxNC44MyIgc3R5bGU9ImZpbGw6IHJnYigxMzAsIDEzMCwgMTMwKTsiPjwvY2lyY2xlPjxjaXJjbGUgY3g9IjE5Mi4zNDMiIGN5PSI1OS43NjkiIHI9IjE0LjgzIiBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9jaXJjbGU+PGNpcmNsZSBjeD0iMTkyLjM0MyIgY3k9IjEwMy44MSIgcj0iMTQuODMiIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2NpcmNsZT48Y2lyY2xlIGN4PSIxNDguMzAyIiBjeT0iMTQ3Ljg1MiIgcj0iMTQuODMiIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2NpcmNsZT48Y2lyY2xlIGN4PSIxOTIuMzQzIiBjeT0iMTQ3Ljg1MiIgcj0iMTQuODMiIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2NpcmNsZT48Y2lyY2xlIGN4PSIxMDQuMjYxIiBjeT0iMTkyLjc5IiByPSIxNC44MzEiIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2NpcmNsZT48Y2lyY2xlIGN4PSIxNDguMzAyIiBjeT0iMTkyLjc5IiByPSIxNC44MzEiIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2NpcmNsZT48Y2lyY2xlIGN4PSIxOTIuMzQzIiBjeT0iMTkyLjc5IiByPSIxNC44MzEiIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2NpcmNsZT48Y2lyY2xlIGN4PSI1OS4zMiIgY3k9IjIzNi44ODciIHI9IjE0LjgzIiBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9jaXJjbGU+PGNpcmNsZSBjeD0iMTA0LjI2MSIgY3k9IjIzNi44ODciIHI9IjE0LjgzIiBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9jaXJjbGU+PGNpcmNsZSBjeD0iMTQ4LjMwMiIgY3k9IjIzNi44ODciIHI9IjE0LjgzIiBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9jaXJjbGU+PGNpcmNsZSBjeD0iMTkyLjM0MyIgY3k9IjIzNi44ODciIHI9IjE0LjgzIiBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9jaXJjbGU+PGNpcmNsZSBjeD0iMjM4LjIzOCIgY3k9IjEwMy44MSIgcj0iMTQuODMiIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2NpcmNsZT48Y2lyY2xlIGN4PSIyMzguMjM4IiBjeT0iMTQ3Ljg1MiIgcj0iMTQuODMiIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2NpcmNsZT48Y2lyY2xlIGN4PSIyMzguMjM4IiBjeT0iMTkyLjc5IiByPSIxNC44MzEiIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2NpcmNsZT48Y2lyY2xlIGN4PSIxNS4yNzkiIGN5PSIyODIuNzgyIiByPSIxNC44MzEiIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2NpcmNsZT48Y2lyY2xlIGN4PSI1OS4zMiIgY3k9IjI4Mi43ODIiIHI9IjE0LjgzMSIgc3R5bGU9ImZpbGw6IHJnYigxMzAsIDEzMCwgMTMwKTsiPjwvY2lyY2xlPjxjaXJjbGUgY3g9IjEwNC4yNjEiIGN5PSIyODIuNzgyIiByPSIxNC44MzEiIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2NpcmNsZT48Y2lyY2xlIGN4PSIxNDguMzAyIiBjeT0iMjgyLjc4MiIgcj0iMTQuODMxIiBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9jaXJjbGU+PGNpcmNsZSBjeD0iMjgyLjMzNCIgY3k9IjE0Ny44NTIiIHI9IjE0LjgzIiBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9jaXJjbGU+PC9nPjxnIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2c+PGcgc3R5bGU9ImZpbGw6IHJnYigxMzAsIDEzMCwgMTMwKTsiPjwvZz48ZyBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9nPjxnIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2c+PGcgc3R5bGU9ImZpbGw6IHJnYigxMzAsIDEzMCwgMTMwKTsiPjwvZz48ZyBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9nPjxnIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2c+PGcgc3R5bGU9ImZpbGw6IHJnYigxMzAsIDEzMCwgMTMwKTsiPjwvZz48ZyBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9nPjxnIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2c+PGcgc3R5bGU9ImZpbGw6IHJnYigxMzAsIDEzMCwgMTMwKTsiPjwvZz48ZyBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9nPjxnIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2c+PGcgc3R5bGU9ImZpbGw6IHJnYigxMzAsIDEzMCwgMTMwKTsiPjwvZz48ZyBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9nPjwvc3ZnPg==) no-repeat center;
	background-size: 50%;
	opacity: .7;
	transition: opacity 300ms ease;
}

.product-item .product-item-more-title {
	overflow: hidden;
	text-align: center;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.product-item .no-select {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.product-item .btn.btn-not{
	--bs-btn-padding-x: 10px;
}
.product-item input[type='number'] { -moz-appearance: textfield; }

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

.product-list-items.list-view .product-item-small-card{
	flex: 0 0 100%;
	width: 100%;
}
.product-list-items.list-view .products.row{
	margin: 0;
	--bs-gutter-y: 0;
	--bs-gutter-x: 0;
}
.product-list-items.list-view .product-item{
	flex-direction: row;
	padding: 4px 16px;
	min-height: auto;
	border-top: none;
	border-left: none;
	border-right: none;
}
.product-list-items.list-view .product-item-small-card:last-child .product-item{
	border-bottom: none;
}
.product-list-items.list-view .product-item .product-item-image-wrapper{
	flex: 0 0 80px;
	width: 80px;
	padding-top: 80px;
	margin-bottom: 0;
}
.product-list-items.list-view .product-item .panel-info{
	flex-direction: row;
	flex-wrap: wrap;
	padding-left: 16px;
	gap: 4px 16px;
}
.product-list-items.list-view .product-item .panel-info .line-group{
	flex-direction: row;
	flex-wrap: wrap;
	gap: 4px 16px;
	align-items: center;
	padding-top: 24px;
	padding-bottom: 24px;
}
.product-list-items.list-view .product-item .panel-info .product-item-label-text + .line-group{
	padding-top: 0;
}
.product-list-items.list-view .product-item .product-item-label-text{
	position: relative;
	left: auto;
	top: auto;
	right: auto;
	bottom: auto;
	flex: 0 0 100%;
	width: 100%;
	padding-right: 0;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	gap: 2px;
	margin-bottom: -2px;
}
.product-list-items.list-view .product-item .product-item-label-text .lab-manuf{
	display: block;
}
.product-list-items.list-view .product-item .product-item-label-text .info-manuf{
	display: none;
}
.product-list-items.list-view .product-item .product-item-button-container .btn:first-child{
	display: none;
}
.product-list-items.list-view .product-item .product-item-title{
	order: 2;
	flex: 1 0 0%;
}
.product-list-items.list-view .product-item .props-block.product-item-info-container{
	order: 1;
}
.product-list-items.list-view .product-item .product-item-info-container{
	order: 3;
	margin-top: 0;
}
.product-list-items.list-view .product-item .product-item-price-container{
	display: block;
	flex: 0 0 18%;
	width: 18%;
}
.product-list-items.list-view .product-item .product-item-info-container.props-block{
	flex: 0 0 11%;
	width: 11%;
font-size: 12px;
}
.product-list-items.list-view .product-item .product-item-info-container.quantity-block{
	flex: 0 0 24%;
	width: 24%;
}
.product-list-items.list-view .product-item .product-item-info-container.buttons-block{
	flex: 0 0 auto;
}
.product-list-items.list-view .product-item.product-added .product-item-amount-field-container{
	border: 1px solid #d5dde5;
	background-color: #f5f7fa;
}
@media (max-width: 1465.98px){
	.product-list-items.list-view .product-item .product-item-info-container.props-block{
		font-size: 10px;
	}
	.product-list-items.list-view .product-item .product-item-title{
		font-size: 14px;
	}
	.product-list-items.list-view .product-item .product-item-price-current{
		font-size: 16px;
	}
	.product-list-items.list-view .product-item .product-item-price-old{
		font-size: 14px;
	}
	.product-list-items.list-view .product-item .product-item-info-container.quantity-block {
		flex: 0 0 28%;
		width: 28%;
	}
}
@media (max-width: 991.98px){
	.product-list-items.list-view .product-item .product-item-info-container.props-block{
		flex: 0 0 20%;
		width: 20%;
	}
	.product-list-items.list-view .product-item .product-item-title{
		flex: 0 0 52%;
		width: 52%;
	}
	.product-list-items.list-view .product-item .product-item-price-container{
		flex: 0 0 28%;
		width: 28%;
	}
	.product-list-items.list-view .product-item .panel-info .line-group{
		gap: 4px 0;
		margin: 0 -8px;
	}
	.product-list-items.list-view .product-item .panel-info .line-group>div{
		padding: 0 8px;
	}
	.product-list-items.list-view .product-item .product-item-info-container.quantity-block {
		flex: 0 0 50%;
		width: 50%;
	}
}
@media (max-width: 767.98px){
	.product-list-items.list-view .product-item .product-item-info-container.props-block{
		flex: 0 0 30%;
		width: 30%;
	}
	.product-list-items.list-view .product-item .product-item-title{
		flex: 0 0 70%;
		width: 70%;
	}
	.product-list-items.list-view .product-item .product-item-price-container{
		flex: 0 0 38%;
		width: 38%;
	}
	.product-list-items.list-view .product-item .product-item-info-container.quantity-block {
		flex: 0 0 47%;
		width: 47%;
	}
}
@media (max-width: 575.98px){
	.product-list-items.list-view .product-item .product-item-title{
		flex: 0 0 100%;
		width: 100%;
		order: 0;
	}
	.product-list-items.list-view .product-item .product-item-price-container{
		flex: 0 0 auto;
		width: auto;
	}
	.product-list-items.list-view .product-item .product-item-info-container.quantity-block{
		flex: 1 0 0%;
		width: auto;
		min-width: 70%;
	}
	.product-list-items.list-view .product-item .panel-info .line-group{
		padding-top: 0;
		padding-bottom: 0;
	}
	.product-list-items.list-view .product-item .product-item-info-container.props-block{
		order: 1;
		flex: 1 0 0%;
	}
	.product-list-items.list-view .product-item .panel-info .line-group{
		margin: 0 -4px;
	}
	.product-list-items.list-view .product-item .panel-info .line-group>div{
		padding: 0 4px;
	}
}
@media (max-width: 399.98px){
	.product-list-items.list-view .product-item{
		padding-left: 8px;
		padding-right: 8px;
	}
	.product-list-items.list-view .product-item .product-item-image-wrapper{
		flex: 0 0 70px;
		width: 70px;
		padding-top: 70px;
	}
	.product-list-items.list-view .product-item .product-item-info-container.quantity-block {
		min-width: 50%;
	}
	.product-list-items.list-view .product-item .product-item-info-container.props-block .line-prop>span{
		display: block;
	}
}
@media (max-width: 339.98px){
	.product-list-items.list-view .product-item .product-item-info-container.props-block .line-prop>span{
		display: inline;
	}
	.product-list-items.list-view .product-item .product-item-info-container.props-block{
		flex: 0 0 100%;
	}
	.product-list-items.list-view .product-item .product-item-price-container{
		flex: 0 0 100%;
		width: 100%;
	}
}

.swiper .product-item{
	border-top: none!important;
	border-bottom: none!important;
}
.swiper .swiper-wrapper .swiper-slide:last-child .product-item{
	border-right-color: #fff;
	border-top-right-radius: 12px;
	border-bottom-right-radius: 12px;
}
.swiper.swiper-prods{
	position:relative;
	border-radius: 12px;
}
.swiper.swiper-prods:before,
.swiper.swiper-prods:after{
	content:'';
	display: block;
	position: absolute;
	top: 0;
	width: 1px;
	background-color: #F5F7FA;
	height: 100%;
	pointer-events: none;
	z-index: 5;
}
.swiper.swiper-prods:before{
	left: 0;
}
.swiper.swiper-prods:after{
	right: 0;
	width: 2px;
}
/* End */
/* /bitrix/templates/epack/components/bitrix/catalog.section/bootstrap_v4/style.css?17297633671090 */
/* /bitrix/templates/epack/components/bitrix/catalog.item/bootstrap_v4/style.css?174437434225671 */
