

/* Start:/bitrix/templates/svet/components/bitrix/catalog.section/products/style.css?1747805655155*/
.row-products.row{
    --bs-gutter-y: var(--bs-gutter-x);
}
@media (max-width: 379.98px){
    .row-products.row>.col-6{
        width: 100%;
    }
}
/* End */


/* Start:/bitrix/templates/svet/components/bitrix/catalog.item/bootstrap_v4/style.css?174780565515592*/
.product-item {
	display: block;
	box-sizing: border-box;
	width: 100%;
	border-radius: 5px;
	background: rgba(255, 255, 255, 0);
	background: linear-gradient(180deg,rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 26%, rgba(255, 255, 255, 1) 26%, rgba(255, 255, 255, 1) 100%);
}
/*Image*/
.product-item .product-item-image-wrapper {
	position: relative;
	display: block;
}

.product-item .product-item-image-original,
.product-item .product-item-image-alternative {
	display: block;
	width: 100%;
	border-radius: 5px 5px 0 0;
	transition: opacity 300ms linear;
}

/*Label*/
.product-item .product-item-label-text,
.product-item .product-item-label-ring {
	position: absolute;
	z-index: 15;
	display: none!important;
}

.product-item .product-item-label-text span,
.product-item .product-item-label-ring {
	display: inline-block;
	clear: both;
	margin-bottom: 2px;
	background: #f42c2c;
	color: #fff;
	vertical-align: middle;
	text-align: center;
	transition: all 250ms ease;
}

.product-item .product-item-label-text > div,
.product-item .product-item-label-ring > div { line-height: 0; }

/* TEXT */
.product-item .product-item-label-text span {
	padding: 2px 5px;
	vertical-align: middle;
	font-weight: bold;
}

/*RING*/
.product-item .product-item-label-ring {
	box-sizing: border-box;
	border-radius: 50%;
	font-weight: bold;
}

.product-item .product-item-label-ring.product-item-label-small,
.product-item .product-item-scalable-card.hover .product-item-label-ring.product-item-label-small {
	width: 40px;
	height: 40px;
	font-size: 14px;
	line-height: 40px;
}

.product-item .product-item-label-ring.product-item-label-big,
.product-item .product-item-scalable-card.hover .product-item-label-ring.product-item-label-big {
	width: 50px;
	height: 50px;
	font-size: 18px;
	line-height: 50px;
}

.product-item .product-item-label-top { top: -5px; }

.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: -5px; }

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

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

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

.product-item .product-item-label-right { right: -5px; }

.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%);
}

.product-item .panel{
	padding: 8px 10px 10px;
	border-radius: 0 0 5px 5px;
	background: #fff;
}
/*Title*/
.product-item .product-item-title{
    font-weight: 500;
	margin: 0;
	padding: 0;
	font-size: 16px;
	margin-top: 8px;
}

.product-item .product-item-title a {
	text-decoration: none;
	transition: color .2s;
}
.product-item .line-rate-stock{
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	flex-direction: row;
	gap: 8px;
}
.product-item .line-rate-stock .rate-col{
	flex: 1 0 0%;
}
/*Price*/
.product-item .product-item-price-container{
	line-height: 1;
	font-family: "Inter", sans-serif;
	margin-top: 8px;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: center;
	gap: 8px;
}

.product-item .product-item-price-current{
	font-size: 20px;
	color: #000;
	white-space: nowrap;
	font-weight: 700;
}

.product-item .product-item-price-old{
	font-size: 14px;
	color: #d5beb0;
	text-decoration: line-through;
	font-weight: 400;
}

/*Info*/
.product-item .count-btn-ln{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	gap: 8px;
	margin-top: 8px;
}
.product-item .count-btn-ln .buttons-block{
	flex: 1 0 0%;
}
.product-item .count-btn-ln .buttons-block .btn{
	width: 100%;
}
/*Amount*/
.product-item .product-item-amount {
	padding: 0;
	text-align: center;
	flex: 0 0 auto;
}

.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: 120px;
	margin: 0;
	border: 1px solid #d9d9d9;
	overflow: hidden;
	border-radius: 5px;
}


.product-item .product-item-amount-field-btn-plus,
.product-item .product-item-amount-field-btn-minus {
	position: relative;
	display: block;
	width: 38px;
	height: 38px;
	border-radius: 5px;
	background-color: transparent;
	color: #fff;
	background-image: url("/images/icons/minus.svg");
	background-repeat: no-repeat;
	background-position: center;
	vertical-align: middle;
	text-align: center;
	cursor: pointer;
	transition: background 300ms ease, opacity 300ms ease;
}
.product-item .product-item-amount-field-btn-plus{
	background-image: url("/images/icons/plus.svg");
}
.product-item .product-item-amount-field-btn-plus:hover,
.product-item .product-item-amount-field-btn-minus:hover {
	background-color: rgba(217, 217, 217, 0.7);
}

.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-btn-disabled.product-item-amount-field-btn-plus:hover,
.product-item .product-item-amount-field-btn-disabled.product-item-amount-field-btn-minus:hover {

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

.product-item .product-item-amount-field {
	font-family: "Inter", sans-serif;
	display: block;
	padding: 0;
	width: 100%;
	height: 38px;
	border: none;
	border-radius: 0;
	background: transparent !important;
	color: #000;
	vertical-align: middle;
	text-align: center;
	font-weight: 400;
	line-height: 38px;
	transition: border 300ms ease;
}

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

.product-item .product-item-amount-description-container,
.product-item .product-item-amount-label-container{
	display: none;
}

/**/
.product-item .stock{
	font-family: "Inter", sans-serif;
	font-weight: 400;
	line-height: 16px;
	font-size: 12px;
}
.product-item .stock .product-item-quantity{
	padding-left: 16px;
	display: block;
	background-image: url("/images/icons/stock.svg");
	background-position: left center;
	background-repeat: no-repeat;
	background-size: 12px;
}
.product-item .stock .product-item-quantity.outstock{
	background-image: url("/images/icons/off_stock.svg");
}

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

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

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

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

/*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;
}
/*Buttons*/
.product-item .product-item-button-container { text-align: center; }

/*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 input[type='number'] { -moz-appearance: textfield; }

.product-item input::-webkit-outer-spin-button,
.product-item input::-webkit-inner-spin-button { -webkit-appearance: none; }
@media (min-width: 350px) {
	.swiper .product-item {
		height: 100%;
	}
}
@media (min-width: 380px){
	.product-item{
		height: 100%;
	}
	.product-item .product-item-title{
		font-size: 14px;
	}
}
@media (min-width: 576px){

}
@media (min-width: 768px){
	.product-item .product-item-title{
		font-size: 16px;
	}
	.product-item{
		position: relative;
	}
	.product-item:after{
		content: '';
		display: block;
		position: absolute;
		border: 1px solid #8b837d;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		pointer-events: none;
		z-index: 5;
		border-radius: 5px;
		opacity: 0;
		transition: .2s;
	}
	.product-item:hover:after{
		opacity: 1;
	}
	.product-item .product-item-price-current{
		transition: .2s;
	}
	.product-item:hover .product-item-title,
	.product-item:hover .product-item-price-current{
		color: #7b8085;
	}
}
@media (min-width: 992px){
	.product-item .product-item-price-container,
	.product-item .count-btn-ln{
		gap: 16px;
	}
	.product-item .product-item-price-container,
	.product-item .count-btn-ln,
	.product-item .product-item-title{
		margin-top: 16px;
	}
	.product-item .product-item-title{
		font-size: 18px;
	}
	.product-item .panel {
		padding: 16px 20px 20px;
	}
	.product-item .product-item-price-current {
		font-size: 22px;
	}
}
@media (min-width: 1466px){
	.product-item .product-item-price-old {
		font-size: 16px;
	}
	.product-item .stock{
		font-size: 16px;
		line-height: 20px;
	}
	.product-item .stock .product-item-quantity{
		padding-left: 24px;
		background-size: auto;
	}
}
@media (min-width: 1600px){
	.product-item .product-item-title{
		font-size: 20px;
	}
	.product-item .product-item-price-current {
		font-size: 24px;
	}
}
@media (min-width: 1200px) AND (max-width: 1465.98px){
	.product-item .count-btn-ln{
		flex-direction: column;
	}
	.product-item .product-item-amount-field-container{
		max-width: none;
	}
}
@media (min-width: 768px) AND (max-width: 991.98px){
	.product-item .count-btn-ln{
		flex-direction: column;
	}
	.product-item .product-item-amount-field-container{
		max-width: none;
	}
}
@media (min-width: 380px) AND (max-width: 509.98px){
	.product-item .count-btn-ln{
		flex-direction: column;
	}
	.product-item .product-item-amount-field-container{
		max-width: none;
	}
}
@media (min-width: 380px) AND (max-width: 459.98px){
	.product-item .line-rate-stock{
		flex-direction: column;
	}
}
@media (max-width: 575.98px){
	.product-item .product-item-title{
		text-align: center;
	}
	.product-item .product-item-price-container{
		justify-content: center;
	}
}
/* End */


/* Start:/bitrix/templates/svet/components/bitrix/iblock.vote/section/style.css?1747805655643*/
.bx-rating{
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: flex-start;
}

.bx-rating-icon-container{
	margin-right: 0;
	display: block;
	height: 16px;
	width: 16px;
	background-image: url("/images/icons/rate.svg");
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	transition: .2s;
}
.bx-rating-icon-container.active{
	background-image: url("/images/icons/rate_a.svg");
}
.bx-rating-icon-container.bx-star-active{
	background-image: url("/images/icons/rate_a.svg");
	opacity: .7;
}
@media (min-width: 1466px){
	.bx-rating-icon-container{
		width: 24px;
		height: 24px;
	}
}
/* End */
/* /bitrix/templates/svet/components/bitrix/catalog.section/products/style.css?1747805655155 */
/* /bitrix/templates/svet/components/bitrix/catalog.item/bootstrap_v4/style.css?174780565515592 */
/* /bitrix/templates/svet/components/bitrix/iblock.vote/section/style.css?1747805655643 */
