

/* Start:/bitrix/templates/susvet/components/bitrix/catalog/bootstrap_v4/style.css?17810990001050*/
.grid {}

.grid .bx_content_section { margin-bottom: 15px; }

.grid .bx_sidebar { margin-bottom: 15px; }

/* grid2x1 */
.grid2x1 {}

.grid2x1 .bx_content_section {
	float: left;
	width: 66%;
	margin-bottom: 15px;
}

.grid2x1 .bx_sidebar {
	float: right;
	width: 33%;
	margin-bottom: 15px;
	padding-left: 5%;
	box-sizing: border-box;
}
.section-navi{
	margin-bottom: 16px;
}
.section-navi .row{
	--bs-gutter-y: 8px;
}
.catalog-block-header.title-block{
	font-size: 20px;
}
.catalog-block-header[style="display: none; opacity: 0;"] + .pad-bottom{
	display: none;
}
.line-recommend{
	position: relative;
	background: #f9f9f9;
}
#main{
	overflow-x: hidden;
}
.line-recommend:before{
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: -5000px;
	right: -5000px;
	background: #f9f9f9;
	z-index: 1;
	height: 100%;
}
.line-recommend>div{
	position: relative;
	z-index: 5;
}

@media (min-width: 360px){
	.catalog-block-header.title-block{
		font-size: 24px;
	}
}
@media (min-width: 1600px){
	.line-recommend .pad-top{
		padding-top: 50px;
	}
}
/* End */


/* Start:/bitrix/templates/susvet/components/bitrix/catalog.section.list/bootstrap_v4/style.css?1781099000826*/
.sections-block + .catalog-section{
    margin-top: 20px;
}
.sections-block .row{
    --bs-gutter-x: 8px;
    --bs-gutter-y: var(--bs-gutter-x);
}
.sections-block .section-item a.panel{
    display: block;
    color: #ff620e;
    border: 1px solid rgba(253, 199, 170, 0.3);
    background: rgba(253, 199, 170, 0.3);
    border-radius: 50px;
    padding: 3px 9px;
    font-size: 13px;
    text-align: center;
    height: 100%;
    transition: .3s;
}
.sections-block .section-item a.panel:hover{
    background-color: #fff;
    border-color: #ff620e;
}
.sections-block .section-item a.panel:active{
    background-color: #fff;
    border-color: #fff;
}
@media (min-width: 992px){
    .sections-block + .catalog-section{
        margin-top: 32px;
    }
    .sections-block .section-item a.panel {
        font-size: 16px;
    }
}
/* End */


/* Start:/bitrix/templates/susvet/components/bitrix/catalog.section/bootstrap_v4/style.css?1781099000662*/
.row-products.row{
    --bs-gutter-x: 10px;
    --bs-gutter-y: var(--bs-gutter-x);
}
.lazy-load-line-btn{
    margin-top: 32px;
}
.catalog-section-description{
    margin-top: 32px;
    font-size: 14px;
}
@media (min-width: 992px){
    .lazy-load-line-btn .btn{
        --bs-btn-padding-y: 11px;
    }
    .catalog-section-description{
        margin-top: 50px;
        font-size: 16px;
    }
    .row-products.row{
        --bs-gutter-y: 32px;
    }
}
@media (max-width: 575.98px){
    .lazy-load-line-btn .btn{
        width: 100%;
    }
}
@media (max-width: 359.98px){
    .row-products.row>.col-6{
        width: 100%;
    }
}
/* End */


/* Start:/bitrix/templates/susvet/components/bitrix/catalog.item/bootstrap_v4/style.css?178109900020416*/

.pr-it-con { position: relative; }

.pr-it-con .product-item{
	display: block;
	box-sizing: border-box;
	width: 100%;
	border-radius: 8px;
	border: 1px solid #e8e8e8;
	background: #fff;
	padding: 0 6px 6px;
}
.pr-it-con .product-item .btn{
	--bs-btn-padding-y: 7px;
}
	/*Image*/
.pr-it-con .product-item .product-item-image-wrapper{
	position: relative;
	display: block;
	margin-bottom: 6px;
	padding-top: 133%;
	margin-left: -6px;
	margin-right: -6px;
	transition: all 300ms ease;
}

.pr-it-con .product-item .product-item-image-original,
.pr-it-con .product-item .product-item-image-alternative{
	border-radius: 8px 8px 0 0;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
	object-position: center;
	transition: opacity 300ms linear;
}

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

.pr-it-con .product-item .product-item-image-alternative{
	z-index: 13;
	opacity: 0;
}

.pr-it-con:hover .product-item-image-original { opacity: 0; }

.pr-it-con:hover .product-item-image-alternative { opacity: 1; }
/*Image Slider*/
.pr-it-con .product-item .product-item-image-slider-slide-container {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	display: block;
	overflow: hidden;
	width: 100%;
	height: 100%;
	transition: opacity 300ms ease;
}

.pr-it-con .product-item .product-item-image-slide {
	position: relative;
	display: none;
	height: 100%;
	background-color: #fff;
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	transition: .6s ease-in-out left;
}

/*label*/
.pr-it-con .label-line{
	position: absolute;
	left: 4px;
	top: 4px;
	right: 4px;
	bottom: 4px;
	padding-right: 20px;
	overflow: hidden;
	z-index: 15;
	line-height: 1;
	font-size: 0;
}
.pr-it-con .label-line span{
	display: block;
}
.pr-it-con .label-line .item-label{
	margin-bottom: 4px;
}
.pr-it-con .label-line .item-label span{
	display: inline-block;
	vertical-align: middle;
	border-radius: 3px;
	padding: 2px 6px 2px;
	background: #ff620e;
	font-weight: 500;
	font-size: 10px;
	line-height: 1;
	color: #fff;
}
.pr-it-con .label-line .item-label.product-item-label-ring span{
	background: #fff;
	color: #e63d20;
}

.pr-it-con .product-item .btn{
	width: 100%;
}
/*Title*/
.pr-it-con .product-item .product-item-title{
	padding: 0;
	font-weight: normal;
	font-size: 13px;
	margin-bottom: 8px;
}

.pr-it-con .product-item .product-item-title a{
	text-decoration: none;
	transition: 250ms linear all;
}

/*Price*/
.pr-it-con .product-item .product-item-price-container{
	line-height: 22px;
	font-size: 16px;
	display: flex;
	flex-direction: row;
	gap: 6px;
	align-items: center;
}

.pr-it-con .product-item .product-item-price-current{
	color: #13213c;
	white-space: nowrap;
	font-weight: 700;
}
.pr-it-con .product-item .product-item-price-current.sale-prod{
	color: #e63d20;
}
.pr-it-con .product-item .product-item-price-current span{
	font-size: 13px;
}
.pr-it-con .product-item .product-item-price-old{
	color: #8c8c8c;
	font-weight: 400;
	text-decoration: line-through;
	white-space: nowrap;
	font-size: 12px;
}
.pr-it-con .product-item .product-item-price-old span{
	font-size: 10px;
	display: none;
}

/*Info*/
.pr-it-con .product-item .product-item-info-container{
	clear: both;
}
.pr-it-con .product-item .product-item-info-container:not(:last-child){
	margin-bottom: 4px;
}

.pr-it-con .product-item .product-item-info-container-title { font-size: 12px; }

/*Amount*/
.pr-it-con .product-item .product-item-amount {
	padding: 0 0 2px;
	text-align: center;
}

.pr-it-con .product-item .product-item-amount-field-container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: relative;
	max-width: 150px;
	margin: 0 auto 15px;
}


.pr-it-con .product-item .product-item-amount-field-btn-plus,
.pr-it-con .product-item .product-item-amount-field-btn-minus {
	position: relative;
	display: block;
	min-width: 22px;
	height: 22px;
	border-radius: 2px;
	background-color: #f2f2f2;
	color: #fff;
	vertical-align: middle;
	text-align: center;
	cursor: pointer;
	transition: background 300ms ease, opacity 300ms ease;
}

.pr-it-con .product-item .product-item-amount-field-btn-plus:hover,
.pr-it-con .product-item .product-item-amount-field-btn-minus:hover { background: #d3d3d3; }

.pr-it-con .product-item .product-item-amount-field-btn-plus:after,
.pr-it-con .product-item .product-item-amount-field-btn-minus:after {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	content: "";
	opacity: .8;
	transition: opacity 300ms ease, background 300ms ease;
}

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

.pr-it-con .product-item .product-item-amount-field-btn-disabled.product-item-amount-field-btn-plus:hover,
.pr-it-con .product-item .product-item-amount-field-btn-disabled.product-item-amount-field-btn-minus:hover {
	background-color: #f2f2f2;
}

.pr-it-con .product-item .product-item-amount-field-btn-plus:after {
	background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMCIgaGVpZ2h0PSIzMCIgdmlld0JveD0iMCAwIDMwIDMwIj4gIDxwYXRoIGZpbGw9IiM1MjVDNjgiIGZpbGwtcnVsZT0iZXZlbm9kZCIgZD0iTTE4LDEyIEwxOCwwIEwxMiwwIEwxMiwxMiBMMCwxMiBMMCwxOCBMMTIsMTggTDEyLDMwIEwxOCwzMCBMMTgsMTggTDMwLDE4IEwzMCwxMiBMMTgsMTIgWiIvPjwvc3ZnPg==) no-repeat center;
	background-size: 10px;
}

.pr-it-con .product-item .product-item-amount-field-btn-minus:after {
	background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMCIgaGVpZ2h0PSIzMCIgdmlld0JveD0iMCAwIDMwIDMwIj4gIDxyZWN0IHdpZHRoPSIzMCIgaGVpZ2h0PSI2IiB5PSIxMiIgZmlsbD0iIzUyNUM2OCIgZmlsbC1ydWxlPSJldmVub2RkIi8+PC9zdmc+) no-repeat center;
	background-size: 10px;
}

.pr-it-con .product-item .product-item-amount-field-btn-plus:hover:after,
.pr-it-con .product-item .product-item-amount-field-btn-minus:hover:after { opacity: 1; }

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

.pr-it-con .product-item .product-item-amount-field {
	display: block;
	padding: 0;
	width: 100%;
	height: 22px;
	border: 1px solid transparent;
	border-radius: 2px;
	background: transparent !important;
	color: #000;
	vertical-align: middle;
	text-align: center;
	font-weight: bold;
	line-height: 22px;
	transition: border 300ms ease;
}

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

.bx-no-touch .pr-it-con .product-item input.product-item-amount-field::-webkit-outer-spin-button,
.bx-no-touch .pr-it-con .product-item input.product-item-amount-field::-webkit-inner-spin-button {
	margin: 0;
	-webkit-appearance: none;
	appearance: none
}

.pr-it-con .product-item .product-item-amount-description-container {
	position: absolute;
	top: 100%;
	left: 0;
	right: 0;
	color: #a5a5a5;
	white-space: nowrap;
	font-size: 12px;
}

.pr-it-con .product-item .product-item-amount-description-container strong {
	color: #333;
	white-space: nowrap;
}

.pr-it-con .product-item .product-item-amount-label-container {
	margin: 5px 0;
	color: #a5a5a5;
	font-weight: bold;
	font-size: 12px;
}

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

/*region Properties */
.pr-it-con .product-item .product-item-properties {
	display: block;
	margin: 0;
}

.pr-it-con .product-item .product-item-properties dl { clear: both; }

.pr-it-con .product-item .product-item-properties dt {
	float: left;
	clear: both;
	font-weight: normal;
	font-size: 12px;
}

.pr-it-con .product-item .product-item-properties dd {
	float: right;
	margin-bottom: 3px;
	margin-left: 5px;
	font-size: 12px;
}

/*endregion*/

/*Compare*/
.pr-it-con .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;
}

.pr-it-con .product-item .product-item-line-card .product-item-compare-container {
	margin: 0;
	border: none;
	background-color: transparent;
	box-shadow: none;
	text-align: center;
}

.bx-touch .pr-it-con .product-item .product-item-compare-container { display: none; }

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

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

.pr-it-con .product-item .product-item-scu-block { }

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

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

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

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

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

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

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

.bx-no-touch .pr-it-con .product-item .product-item-scu-item-color-block { transition: outline 200ms ease; }

.pr-it-con .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;
}

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

.bx-no-touch .pr-it-con .product-item .product-item-scu-item-text-block { transition: outline 300ms ease; }

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

.pr-it-con .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;
}

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

.pr-it-con .product-item .product-item-scu-item-color-container.notallowed .product-item-scu-item-color-block:after,
.pr-it-con .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: "";
}


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

/*Description*/
.pr-it-con .product-item .product-item-description-container { }

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

/*Buttons*/
.pr-it-con .product-item .product-item-button-container { text-align: center; }

.pr-it-con .product-item .product-item-button-container .btn+.btn { margin-top: 2px; }

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

/*More*/
.pr-it-con .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;
}

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

.pr-it-con .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;
}

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

.pr-it-con .product-item .no-select {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.pr-it-con .product-item input[type='number'] { -moz-appearance: textfield; }

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

.pr-it-con .product-item .fav-prod{
	display: block;
	width: 21px;
	height: 21px;
	z-index: 16;
	position: absolute;
	right:0;
	top: 0;
	background-image: url("/images/icon/wishlist.svg");
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	cursor: pointer;
	transition: .2s;
}
.pr-it-con .product-item .fav-prod:hover{
	background-image: url("/images/icon/wishlist-h.svg");
}
.pr-it-con .product-item .fav-prod.active{
	background-image: url("/images/icon/wishlist-a.svg");
}

@media (min-width: 360px){
	.pr-it-con,
	.pr-it-con .product-item{
		height: 100%;
	}
	.pr-it-con .product-item{
		display: flex;
		flex-direction: column;
	}
	.pr-it-con .product-item>*{
		flex: 0 0 auto;
	}
	.pr-it-con .product-item .product-item-title{
		flex: 1 0 0%;
	}
}
@media (min-width: 992px){
	.pr-it-con .product-item .product-item-price-container{
		line-height: 28px;
		font-size: 24px;
		gap: 12px;
	}
	.pr-it-con .product-item .product-item-price-current span{
		font-size: 21px;
	}
	.pr-it-con .product-item .product-item-price-old{
		font-size: 14px;
	}
	.pr-it-con .product-item .product-item-price-old span{
		font-size: 13px;
		display: inline;
	}
	.pr-it-con .product-item .product-item-title{
		font-size: 16px;
		margin-bottom: 16px;
	}
	.pr-it-con .product-item{
		border-radius: 16px;
		padding: 0 12px 12px;
	}
	.pr-it-con .product-item .product-item-image-wrapper{
		margin-bottom: 16px;
		margin-left: -12px;
		margin-right: -12px;
	}
	.pr-it-con .product-item .product-item-info-container:not(:last-child){
		margin-bottom: 10px;
	}
	.pr-it-con .product-item .product-item-image-original,
	.pr-it-con .product-item .product-item-image-alternative {
		border-radius: 16px 16px 0 0;
	}
	.pr-it-con .product-item .fav-prod{
		width: 26px;
		height: 26px;
	}
	.pr-it-con .label-line{
		left: 10px;
		top: 10px;
		right: 10px;
		bottom: 10px;
		padding-right: 30px;
	}
	.pr-it-con .label-line .item-label{
		margin-bottom: 6px;
	}
	.pr-it-con .label-line .item-label span{
		border-radius: 6px;
		padding: 5px 12px 6px;
		font-size: 16px;
	}
	.pr-it-con .product-item .btn{
		--bs-btn-padding-y: 11px;
	}
}
/* End */
/* /bitrix/templates/susvet/components/bitrix/catalog/bootstrap_v4/style.css?17810990001050 */
/* /bitrix/templates/susvet/components/bitrix/catalog.section.list/bootstrap_v4/style.css?1781099000826 */
/* /bitrix/templates/susvet/components/bitrix/catalog.section/bootstrap_v4/style.css?1781099000662 */
/* /bitrix/templates/susvet/components/bitrix/catalog.item/bootstrap_v4/style.css?178109900020416 */
