

/* Start:/local/templates/pip-e/components/bitrix/catalog/letsrock/style.css?163828487218232*/
/***SECTION_PIC***/
.catalog-section-pic{
	height: -moz-calc(100vw * 0.1374);
	height: -webkit-calc(100vw * 0.1374);
	height: calc(100vw * 0.1374);
	position: relative;
	background: #6e858a;
}

.slide-menu-option-1-active .catalog-section-pic{	
	height: -moz-calc((100vw - 324px) * 0.1374);
	height: -webkit-calc((100vw - 324px) * 0.1374);
	height: calc((100vw - 324px) * 0.1374);
}

.slide-menu-option-2 .catalog-section-pic{
	height: -moz-calc((100vw - 72px) * 0.1374);
	height: -webkit-calc((100vw - 72px) * 0.1374);
	height: calc((100vw - 72px) * 0.1374);
}

.page-container .catalog-section-pic,
.slide-menu-option-1-active .page-container .catalog-section-pic,
.slide-menu-option-2 .page-container .catalog-section-pic{
	height: -moz-calc(1298px * 0.1374);
	height: -webkit-calc(1298px * 0.1374);
	height: calc(1298px * 0.1374);
}

.catalog-section-pic > a{
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}

.catalog-section-pic > a:link,
.catalog-section-pic > a:visited{
	text-decoration: none;
}

.catalog-section-pic img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	position: absolute;
	left: 50%;
	top: 50%;
	-moz-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

/***SECTION_LINKS***/
.catalog-section-links{
	display: flex;
	flex-wrap: nowrap;
	margin-left: -6px;
	margin-top: -6px;
	position: relative;
	overflow: hidden;
}

.catalog-section-links.active{
	max-height: unset;
	flex-wrap: wrap;
	overflow: visible;
}

.catalog-section-link{
	margin-left: 6px;
	margin-top: 6px;
	padding: 9px 16px 8px;
	white-space: nowrap;	
	border: 2px solid #e3ecef;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
}

.catalog-section-link:link,
.catalog-section-link:visited{
	color: #3d4b52;
	text-decoration: none;
}

.bx-no-touch .catalog-section-link:hover,
.bx-touch .catalog-section-link:active{
	border-color: #8ea6ab;
	background: #e3ecef;
}

.catalog-section-link.active,
.bx-no-touch .catalog-section-link.active:hover,
.bx-touch .catalog-section-link.active:active{
	border-color: #6639b6;
	background: rgba(102, 57, 182, 0.16);
}

.catalog-section-link-btn-container{	
	position: absolute;
	right: 0;
	bottom: 0;
	background: #fff;
}

.catalog-section-links.active .catalog-section-link-btn-container{
	margin-left: 6px;
	margin-top: 6px;
	position: static;
}

.catalog-section-link-btn-container:before{
	width: 74px;
	position: absolute;
	right: 100%;
	top: 0;
	bottom: 0;
	content: "";
	background: -moz-linear-gradient(left, rgba(241, 246, 247, 0) 0%, #fff 86%, #fff 100%);
	background: -webkit-linear-gradient(left, rgba(241, 246, 247, 0) 0%, #fff 86%, #fff 100%);
	background: linear-gradient(to right, rgba(241, 246, 247, 0) 0%, #fff 86%, #fff 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00f1f6f7', endColorstr='#ffffff', GradientType=1);
}

.catalog-section-links.active .catalog-section-link-btn-container:before{
	content: none;
}

.catalog-section-link-btn{
	display: flex;
	align-items: center;
	margin: 0;	
	border-color: #f1f6f7;
	background: #f1f6f7;
	cursor: pointer;
}

.bx-no-touch .catalog-section-link-btn:hover,
.bx-touch .catalog-section-link-btn:active{
	border-color: #f1f6f7;
	background: #f1f6f7;
}

.catalog-section-link-btn > span{
	padding-right: 12px;
	-webkit-transition: all 0.15s ease 0s;
	-moz-transition: all 0.15s ease 0s;
	-o-transition: all 0.15s ease 0s;
	transition: all 0.15s ease 0s;
}

.bx-no-touch .catalog-section-link-btn:hover > span,
.bx-touch .catalog-section-link-btn:active > span{
	color: #6639b6;
}

.catalog-section-link-btn > i{
	font-size: 16px;
	color: #b2c7cb;
	-webkit-transition: all 0.15s ease 0s;
	-moz-transition: all 0.15s ease 0s;
	-o-transition: all 0.15s ease 0s;
	transition: all 0.15s ease 0s;
}

.bx-no-touch .catalog-section-link-btn:hover > i,
.bx-touch .catalog-section-link-btn:active > i{
	color: #6639b6;
}

/***SECTION_FILTER_LINKS***/
.catalog-section-filter-links{
	display: flex;
	flex-wrap: wrap;
	margin-left: -6px;
	margin-top: -6px;
}

.catalog-section-links + .catalog-section-filter-links{
	margin-top: 6px;
}

.catalog-section-filter-link{
	display: flex;
	align-items: center;
	justify-content: center;
	margin-left: 6px;
	margin-top: 6px;
	padding: 8px 12px 7px;
	white-space: nowrap;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	background: #f1f6f7;
	cursor: pointer;
	-webkit-transition: all 0.15s ease 0s;
	-moz-transition: all 0.15s ease 0s;
	-o-transition: all 0.15s ease 0s;
	transition: all 0.15s ease 0s;
}

.bx-no-touch .catalog-section-filter-link:hover,
.bx-touch .catalog-section-filter-link:active{
	background: #e3ecef;
}

.catalog-section-filter-link > span{
	font-size: 14px;
	color: #263238;
	line-height: 17px;
	-webkit-transition: all 0.15s ease 0s;
	-moz-transition: all 0.15s ease 0s;
	-o-transition: all 0.15s ease 0s;
	transition: all 0.15s ease 0s;
}

.bx-no-touch .catalog-section-filter-link:hover > span,
.bx-touch .catalog-section-filter-link:active > span{
	text-decoration: line-through;
}

.catalog-section-filter-link > i{
	margin-left: 9px;
	font-size: 12px;
	color: #b2c7cb;
	-webkit-transition: all 0.15s ease 0s;
	-moz-transition: all 0.15s ease 0s;
	-o-transition: all 0.15s ease 0s;
	transition: all 0.15s ease 0s;
}

.bx-no-touch .catalog-section-filter-link:hover > i,
.bx-touch .catalog-section-filter-link:active > i{
	color: #263238;
}

/***SECTION_PREV***/
.catalog-section-prev{
	margin-top: 32px;
}

/***SECTION_COLLECTIONS***/
.catalog-section-container .catalog-section-collections{
	margin-top: 32px;	
}

/***SECTION_PANEL***/
.catalog-section-panel-wrapper{
	width: 100%;
	background: #f1f6f7;
}

.catalog-section-panel.fixed{
	position: fixed;
	left: 0;
	right: 0;
	-webkit-box-shadow: 0 0 32px rgba(61, 75, 82, 0.16);
	-moz-box-shadow: 0 0 32px rgba(61, 75, 82, 0.16);
	box-shadow: 0 0 32px rgba(61, 75, 82, 0.16);
	background: #f1f6f7;
	z-index: 203;
}

.slide-menu-option-1-active .catalog-section-panel.fixed{
	left: 324px;
}

.slide-menu-option-2 .catalog-section-panel.fixed{
	left: 72px;
}

.catalog-section-panel-block{
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.catalog-section-panel-block-reverse{
	flex-direction: row-reverse;
}

.catalog-section-panel.fixed .catalog-section-panel-block{
	width: 1176px;
	margin: 0 auto;
}

.container-ws .catalog-section-panel.fixed .catalog-section-panel-block{
	width: 100%;
	margin: 0;
	padding: 0 32px;
}

/***SECTION_FILTER***/
.catalog-section-filter-toggle{
	display: flex;
	align-items: center;
}

.catalog-section-filter{
	padding: 16px 24px;
	cursor: pointer;
}

.catalog-section-filter-block{
	display: flex;
	align-items: center;
	justify-content: center;
}

.catalog-section-filter-block > i,
.catalog-section-filter-block > span:not(.catalog-section-filter-count){
	-webkit-transition: all 0.15s ease 0s;
	-moz-transition: all 0.15s ease 0s;
	-o-transition: all 0.15s ease 0s;
	transition: all 0.15s ease 0s;
}

.catalog-section-filter-block > i{
	margin-right: 12px;
	font-size: 24px;
	color: #8ea6ab;	
}

.bx-no-touch .catalog-section-filter:hover .catalog-section-filter-block > i,
.bx-touch .catalog-section-filter:active .catalog-section-filter-block > i,
.bx-no-touch .catalog-section-filter:hover .catalog-section-filter-block > span:not(.catalog-section-filter-count),
.bx-touch .catalog-section-filter:active .catalog-section-filter-block > span:not(.catalog-section-filter-count){
	color: #6639b6;
}

.catalog-section-filter-count{
	margin-left: 6px;
	padding: 2px 5px 1px;
	font-size: 11px;
	color: #fff;
	line-height: 13px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	border-radius: 3px;
	background: #6639b6;
}

.catalog-section-filter-toggle{
	display: flex;
	align-items: center;
	justify-content: center;
}

.catalog-section-filter-toggle > input{
	display: none;
}

.catalog-section-filter-toggle > label{
	width: 36px;
	max-width: 36px;
	height: 18px;
	display: block;
	margin: 0;
	position: relative;
	-moz-border-radius: 9px;
	-webkit-border-radius: 9px;
	-khtml-border-radius: 9px;
	border-radius: 9px;
	background: #d0e0e3;
	cursor: pointer;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

.catalog-section-filter-toggle > input:checked + label{
	background: rgba(102, 57, 182, 0.5);
}

.catalog-section-filter-toggle > label:after{
	width: 18px;
	height: 18px;
	position: absolute;
	left: 0;
	top: 0;
	content: "";
	-moz-border-radius: 9px;
	-webkit-border-radius: 9px;
	-khtml-border-radius: 9px;
	border-radius: 9px;
	background: #78909c;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

.catalog-section-filter-toggle > input:checked + label:after{
	left: -moz-calc(100% - 18px);
	left: -webkit-calc(100% - 18px);
	left: calc(100% - 18px);
	background: #6639b6;
}

/***SECTION_TOOGLE***/
.catalog-section-filter-container + .catalog-section-toggle{
	margin-left: 24px;
}

.catalog-section-toggle{
	display: flex;
	align-items: center;
	justify-content: center;
}

.catalog-section-toggle > input{
	display: none;
}

.catalog-section-toggle > span,
.catalog-section-toggle > input:checked + span + label + span{
	color: #78909c;
}

.catalog-section-toggle > label{
	width: 36px;
	max-width: 36px;
	height: 18px;
	display: block;
	margin: 0 12px;
	position: relative;
	-moz-border-radius: 9px;
	-webkit-border-radius: 9px;
	-khtml-border-radius: 9px;
	border-radius: 9px;
	background: #d0e0e3;
	cursor: pointer;
}

.catalog-section-toggle > label:after{
	width: 18px;
	height: 18px;
	position: absolute;
	right: 0;
	top: 0;
	content: "";
	-moz-border-radius: 9px;
	-webkit-border-radius: 9px;
	-khtml-border-radius: 9px;
	border-radius: 9px;
	background: #6639b6;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

.catalog-section-toggle > input:checked + span + label:after{
	right: -moz-calc(100% - 18px);
	right: -webkit-calc(100% - 18px);
	right: calc(100% - 18px);
}

.catalog-section-toggle > span + label + span,
.catalog-section-toggle > input:checked + span{
	color: #263238;
}

/***SECTION_SORT***/
.catalog-section-sort{	
	padding: 10px 0 10px 24px;
	position: relative;
	cursor: pointer;
}

.catalog-section-sort-block{
	display: table;
}

.catalog-section-sort-text,
.catalog-section-sort-arrow{	
	display: table-cell;
	vertical-align: middle;
}

.catalog-section-sort-text{	
	padding-right: 16px;
	text-align: right;
	-webkit-transition: all 0.15s ease 0s;
	-moz-transition: all 0.15s ease 0s;
	-o-transition: all 0.15s ease 0s;
	transition: all 0.15s ease 0s;
}

.bx-no-touch .catalog-section-sort:hover .catalog-section-sort-text,
.bx-touch .catalog-section-sort:active .catalog-section-sort-text{
	color: #6639b6;
}

.catalog-section-sort-text > span{
	display: block;
	font-size: 14px;
	color: #78909c;
	line-height: 17px;
	-webkit-transition: all 0.15s ease 0s;
	-moz-transition: all 0.15s ease 0s;
	-o-transition: all 0.15s ease 0s;
	transition: all 0.15s ease 0s;
}

.bx-no-touch .catalog-section-sort:hover .catalog-section-sort-text > span,
.bx-touch .catalog-section-sort:active .catalog-section-sort-text > span{
	color: #6639b6;
}

.catalog-section-sort-arrow i{
	font-size: 16px;
	color: #b2c7cb;
	-webkit-transition: all 0.15s ease 0s;
	-moz-transition: all 0.15s ease 0s;
	-o-transition: all 0.15s ease 0s;
	transition: all 0.15s ease 0s;
}

.bx-no-touch .catalog-section-sort:hover .catalog-section-sort-arrow i,
.bx-touch .catalog-section-sort:active .catalog-section-sort-arrow i{
	color: #6639b6;
}

/***SECTION_GIFTS***/
.catalog-section-gifts{
	margin-top: 64px;
}

/***PHONES***/
@media(max-width: 991px){
	.catalog-section-container{
		margin-top: -32px;
	}

	/***SECTION_PIC***/
	.catalog-section-pic,
	.slide-menu-option-1-active .catalog-section-pic,
	.slide-menu-option-2 .catalog-section-pic,
	.page-container .catalog-section-pic,	
	.slide-menu-option-1-active .page-container .catalog-section-pic,
	.slide-menu-option-2 .page-container .catalog-section-pic{
		height: -moz-calc(100vw * 0.1374);
		height: -webkit-calc(100vw * 0.1374);
		height: calc(100vw * 0.1374);
	}

	/***SECTION_LINKS***/
	.catalog-section-links{
		max-height: 92px;
		flex-wrap: wrap;
		margin-top: 12px;
	}

	/***SECTION_FILTER_LINKS***/
	.catalog-section-filter-links{
		margin-top: 12px;
	}
	
	/***SECTION_PREV***/
	.catalog-section-links + .catalog-section-prev,
	.catalog-section-filter-links + .catalog-section-prev{
		margin-top: 18px;
	}
	
	/***SECTION_COLLECTIONS***/
	.catalog-section-container .catalog-section-collections{
		margin: 0;	
	}

	.catalog-section-links + .catalog-section-collections,
	.catalog-section-filter-links + .catalog-section-collections{
		margin-top: 18px;
	}
	
	.catalog-section-prev + .catalog-section-collections{
		margin-top: 32px;
	}
	
	/***SECTION_TOGGLE***/
	.catalog-section-toggle-wrapper{
		background: #f1f6f7;
	}
	
	/***SECTION_PANEL***/
	.catalog-section-panel{
		margin: 0 -18px;
	}

	.catalog-section-panel.fixed{
		margin: 0;
		left: 0;
	}
	
	.slide-menu-option-1-active .catalog-section-panel.fixed,
	.slide-menu-option-2 .catalog-section-panel.fixed{
		left: 0;
	}
	
	.catalog-section-panel-block{
		display: table;
	}
	
	.catalog-section-panel.fixed .catalog-section-panel-block{
		width: 100%;
	}

	.container-ws .catalog-section-panel.fixed .catalog-section-panel-block{
		padding: 0;
	}
	
	/***SECTION_FILTER***/
	/***SECTION_TOOGLE***/
	/***SECTION_SORT***/
	.catalog-section-filter-toggle,
	.catalog-section-sort-container{
		width: 50%;
		display: table-cell;
		vertical-align: middle;
	}
	
	.catalog-section-filter{
		padding: 15px 0;
	}
	
	.catalog-section-filter-block > i{
		margin-right: 8px;
	}

	.catalog-section-toggle{		
		margin: 0 18px;
	}
	
	.catalog-section-sort{
		padding: 15px 0;
	}

	.catalog-section-sort-block{
		margin: 0 auto;		
	}
	
	.catalog-section-sort-text{
		padding-right: 10px;
	}
	
	/***SECTION_GIFTS***/
	.catalog-section-gifts{
		margin-top: 32px;
	}
}

/***DESKTOPS_LARGE_DESKTOPS***/
@media(min-width: 992px){
	.catalog-section-container > div:first-child{
		margin-top: 0;	
	}

	.catalog-section-container > .catalog-section-links:first-child,
	.catalog-section-container > .catalog-section-filter-links:first-child{
		margin-top: -6px;
	}
}

@media(min-width: 992px) and (max-width: 1042px){
	/***SECTION_PIC***/
	.slide-menu-option-1-active .catalog-section-pic{
		height: -moz-calc(100vw * 0.1374);
		height: -webkit-calc(100vw * 0.1374);
		height: calc(100vw * 0.1374);
	}

	.slide-menu-option-2 .catalog-section-pic{
		height: -moz-calc(100vw * 0.1374);
		height: -webkit-calc(100vw * 0.1374);
		height: calc(100vw * 0.1374);
	}

	.page-container .catalog-section-pic,	
	.slide-menu-option-1-active .page-container .catalog-section-pic,
	.slide-menu-option-2 .page-container .catalog-section-pic{
		height: -moz-calc(992px * 0.1374);
		height: -webkit-calc(992px * 0.1374);
		height: calc(992px * 0.1374);
	}

	/***SECTION_PANEL***/
	.slide-menu-option-1-active .catalog-section-panel.fixed{
		left: 0;
	}

	.slide-menu-option-2 .catalog-section-panel.fixed{
		left: 0;
	}

	.catalog-section-panel.fixed .catalog-section-panel-block{
		width: 946px;
	}
}

@media(min-width: 1043px) and (max-width: 1271px){
	/***SECTION_PIC***/
	.slide-menu-option-1-active .catalog-section-pic{
		height: -moz-calc(100vw * 0.1374);
		height: -webkit-calc(100vw * 0.1374);
		height: calc(100vw * 0.1374);
	}

	.page-container .catalog-section-pic,	
	.slide-menu-option-1-active .page-container .catalog-section-pic,
	.slide-menu-option-2 .page-container .catalog-section-pic{
		height: -moz-calc(992px * 0.1374);
		height: -webkit-calc(992px * 0.1374);
		height: calc(992px * 0.1374);
	}

	/***SECTION_PANEL***/
	.slide-menu-option-1-active .catalog-section-panel.fixed{
		left: 0;
	}

	.catalog-section-panel.fixed .catalog-section-panel-block{
		width: 946px;
	}
}

@media(min-width: 1272px){
	/***SECTION_CONTAINER***/
	.smart-filter-view-left-active .catalog-section-container{
		width: -moz-calc(100% - 300px - 24px);
		width: -webkit-calc(100% - 300px - 24px);
		width: calc(100% - 300px - 24px);
		float: right;
	}
	
	/***SECTION_FILTER***/
	.catalog-section-filter-container.is-filter-left{
		display: flex;
		align-items: center;
	}

	.catalog-section-filter-container.is-filter-left .catalog-section-filter{
		padding-right: 12px;
		cursor: default;
	}

	.catalog-section-filter-container.is-filter-left .catalog-section-filter-block > i,
	.catalog-section-filter-container.is-filter-left .catalog-section-filter-block > span:not(.catalog-section-filter-count){
		-webkit-transition: none;
		-moz-transition: none;
		-o-transition: none;
		transition: none;
	}

	.bx-no-touch .catalog-section-filter-container.is-filter-left .catalog-section-filter:hover .catalog-section-filter-block > i,
	.bx-touch .catalog-section-filter-container.is-filter-left .catalog-section-filter:active .catalog-section-filter-block > i{
		color: #8ea6ab;
	}

	.bx-no-touch .catalog-section-filter-container.is-filter-left .catalog-section-filter:hover .catalog-section-filter-block > span:not(.catalog-section-filter-count),
	.bx-touch .catalog-section-filter-container.is-filter-left .catalog-section-filter:active .catalog-section-filter-block > span:not(.catalog-section-filter-count){
		color: #3d4b52;
	}

	/***SECTION_GIFTS***/
	.smart-filter-view-left-active .catalog-section-gifts{
		width: -moz-calc(100% - 300px - 24px);
		width: -webkit-calc(100% - 300px - 24px);
		width: calc(100% - 300px - 24px);
		float: right;
	}
}

@media(min-width: 1272px) and (max-width: 1545px){
	/***SECTION_PIC***/
	.slide-menu-option-1-active .catalog-section-pic{
		height: -moz-calc(100vw * 0.1374);
		height: -webkit-calc(100vw * 0.1374);
		height: calc(100vw * 0.1374);
	}

	/***SECTION_PANEL***/
	.slide-menu-option-1-active .catalog-section-panel.fixed{
		left: 0;
	}
}
/* End */


/* Start:/local/templates/pip-e/components/bitrix/catalog.smart.filter/catalog/themes/blue/colors.min.css?16382848724373*/
.bx-filter.bx-blue .bx-filter-section{background:#edf6fc}.bx-filter.bx-blue .bx-filter-input-container input:focus{border-color:#499fd8}.bx-retina .bx-filter.bx-blue .bx-filter-input-container input:focus{-webkit-border-image:url(/local/templates/pip-e/components/bitrix/catalog.smart.filter/catalog/themes/blue/images/active.png) 2 repeat;-moz-border-image:url(/local/templates/pip-e/components/bitrix/catalog.smart.filter/catalog/themes/blue/images/active.png) 2 repeat;-o-border-image:url(/local/templates/pip-e/components/bitrix/catalog.smart.filter/catalog/themes/blue/images/active.png) 2 repeat;border-image:url(/local/templates/pip-e/components/bitrix/catalog.smart.filter/catalog/themes/blue/images/active.png) 2 repeat}.bx-filter.bx-blue .bx-ui-slider-track{background:#e7e7e7}.bx-filter.bx-blue .bx-ui-slider-pricebar-vd{background:#849da4}.bx-filter.bx-blue .bx-ui-slider-pricebar-vn{background:#a8dff3}.bx-filter.bx-blue .bx-ui-slider-pricebar-v{background:#499fd8}.bx-filter.bx-blue .bx-ui-slider-handle.left{background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAARCAYAAADUryzEAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NkM2RUFBN0ExNjg1MTFFNUIzOUM4MzM0QUEzQkQxRDQiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NkM2RUFBN0IxNjg1MTFFNUIzOUM4MzM0QUEzQkQxRDQiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo2QzZFQUE3ODE2ODUxMUU1QjM5QzgzMzRBQTNCRDFENCIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo2QzZFQUE3OTE2ODUxMUU1QjM5QzgzMzRBQTNCRDFENCIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Ppps1VcAAAEWSURBVHjabFPRFcIwCIS8/nWGdh+3sYu4gmu5il8niUAuaN6zJoQD7iB6e76kL8h3qX+RlrnU/TR3sje+DHMFq4cN8Pded/veG8gNWUEEVALMQPbd7e9uv3MLOABRXQutQD8PsFnOfmjJRkMHsHOCu8X2mTn8NnYRAmEAWF4xzhhgptUgyANIa3UV3JaZ1+AWYOYGtScyYMnMftGRxq0CNdArcMH0rFTVg21FYa6mZ77s9lgFxaJMk1kqTeJo1QAX+5yEoIDfadttf8nILDRckyKYQolrmfWyi4MZz878vohGbqPsAK/vAYXotGxemnPWIzRRAqCMs9K5D1JyFuox6IVKmVTe9za+LchD/q4iXyo6q/kIMAAflYlW4QRU6wAAAABJRU5ErkJggg==) no-repeat right top}.bx-filter.bx-blue .bx-ui-slider-handle.right{background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAARCAYAAADUryzEAAAAq0lEQVQ4y6WSQRKDIAxFXXSlF0vOZC+SlddKblMUUhKCraIzX9Ahj58PE268TE8e3GSFJ5BUTDskaRl1QFk8BsHs4BCMQMruVEe+l4kWglFu5yLEZKDFXyeXIFoEpg3z738mJTzXhncj75+QtqjnJENO2sG4I1VXDtR3ogv7O1dHxV10gi75EGILiE78RRKy33AOq07i+Us4kRamkOPGptesQjeXIjZjO+fXB+hjUU/S3Z+WAAAAAElFTkSuQmCC) no-repeat left top}.bx-filter.bx-blue .bx-filter-select-container.bx-active,.bx-filter.bx-blue .bx-filter-select-container:focus{border-color:#499fd8}.bx-retina .bx-filter.bx-blue .bx-filter-select-container.bx-active,.bx-retina .bx-filter.bx-blue .bx-filter-select-container:focus{-webkit-border-image:url(/local/templates/pip-e/components/bitrix/catalog.smart.filter/catalog/themes/blue/images/active.png) 2 repeat;-moz-border-image:url(/local/templates/pip-e/components/bitrix/catalog.smart.filter/catalog/themes/blue/images/active.png) 2 repeat;-o-border-image:url(/local/templates/pip-e/components/bitrix/catalog.smart.filter/catalog/themes/blue/images/active.png) 2 repeat;border-image:url(/local/templates/pip-e/components/bitrix/catalog.smart.filter/catalog/themes/blue/images/active.png) 2 repeat}.bx-filter.bx-blue .bx-filter-tag{border-top:1px solid #d7eaf7;border-bottom:1px solid #d7eaf7}.bx-filter.bx-blue .bx-tag-link{color:#68939e}.bx-filter.bx-blue .bx-filter-param-label.bx-active .bx-filter-param-btn,.bx-filter.bx-blue .bx-filter-param-btn:hover,.bx-filter.bx-blue .bx-filter-param-btn:active,.bx-filter.bx-blue .bx-filter-param-btn:focus{border-color:#499fd8}.bx-retina .bx-filter.bx-blue .bx-filter-param-label.bx-active .bx-filter-param-btn,.bx-retina .bx-filter.bx-blue .bx-filter-param-btn:hover,.bx-retina .bx-filter.bx-blue .bx-filter-param-btn:active,.bx-retina .bx-filter.bx-blue .bx-filter-select-container:focus{-webkit-border-image:url(/local/templates/pip-e/components/bitrix/catalog.smart.filter/catalog/themes/blue/images/active.png) 2 repeat;-moz-border-image:url(/local/templates/pip-e/components/bitrix/catalog.smart.filter/catalog/themes/blue/images/active.png) 2 repeat;-o-border-image:url(/local/templates/pip-e/components/bitrix/catalog.smart.filter/catalog/themes/blue/images/active.png) 2 repeat;border-image:url(/local/templates/pip-e/components/bitrix/catalog.smart.filter/catalog/themes/blue/images/active.png) 2 repeat}.bx-filter.bx-blue .btn-themes{background-color:#1485ce;border-color:#1485ce;color:#FFF}.bx-filter.bx-blue .btn-themes.bx-active,.bx-filter.bx-blue .btn-themes.focus,.bx-filter.bx-blue .btn-themes:active,.bx-filter.bx-blue .btn-themes:focus,.bx-filter.bx-blue .btn-themes:hover{background-color:#53a4d8;border-color:#53a4d8;color:#FFF}
/* End */


/* Start:/local/templates/pip-e/components/bitrix/system.pagenavigation/s-modern/style.css?17696688061580*/
.catalog-section-pagination {
    max-width: 925px;
}

div.s-modern-page-navigation {
    padding: 0;
    text-align: center;
    display: flex;
    justify-content: center;
    margin: 0 -5px 70px;
    flex-wrap: wrap;
}

div.s-modern-page-navigation a,
div.s-modern-page-navigation span,
span.s-modern-page-current,
span.s-modern-page-dots {
    padding: 10px 19px;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0.3px;
    color: #202d31;
    background: #eff2f7;
    box-shadow: 0px 4px 24px -9px rgb(122 122 122 / 25%);
    border: none;
    font-family: 'Jost', arial, helvetica, sans-serif;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    cursor: pointer;
    min-width: 40px;
    min-height: 40px;
    transition: 0.3s;
    margin: 0 5px 10px;
}

@media (max-width: 990px) {
    div.s-modern-page-navigation a,
    div.s-modern-page-navigation span,
    span.s-modern-page-current,
    span.s-modern-page-dots {
        flex-grow: 1;
    }
}

div.s-modern-page-navigation a.s-modern-page-previous,
div.s-modern-page-navigation a.s-modern-page-next,
div.s-modern-page-navigation span.s-modern-page-previous,
div.s-modern-page-navigation span.s-modern-page-next {
    line-height: 28px;
    padding: 0 18px;
    color: #444;
}

div.s-modern-page-navigation a:hover {
    box-shadow: none;
    background: #e5e9f2;
}

div.s-modern-page-navigation span.s-modern-page-current {
    background: linear-gradient(94.56deg, #fff3b0 11.22%, #fdd692 50%, #fdd692 100%);
    color: #533c35;
    cursor: default;
}


/* End */


/* Start:/local/templates/pip-e/components/bitrix/catalog.section/letsrock/style.css?1684307933210*/
.pagination h4 {
	margin: 10px 0;
	font-weight:bold;
}

.pagination p {
	margin: 5px 0;
}

.pagination b {
	font-weight:bold;
}

.pagination ul {
	margin-left: 40px;
}

.pagination ul li {
	list-style: disc;
}

/* End */


/* Start:/local/templates/pip-e/components/bitrix/catalog.item/letsrock-catalog/style.css?163828487251995*/
.product-item-container{
	height: 100%;
	display: flex;
	flex-direction: column;
	position: relative;
}

.list .product-item-container,
.price .product-item-container{
	height: auto;
	display: block;
}

.product-item-container.hover{
	z-index: 202;
}

.product-item{
	width:100%;	
	top: 0;
	flex-grow: 1;
	display: flex;
	flex-direction: column;	
	padding: 24px;	
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border: 1px solid #e8edef;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-khtml-border-radius: 4px;
	border-radius: 4px;
	background-color: #fff;	
	-webkit-transition: height 0.15s ease 0s, top 0.15s ease 0s, box-shadow 0.15s ease 0s;
	-moz-transition: height 0.15s ease 0s, top 0.15s ease 0s, box-shadow 0.15s ease 0s;
	-o-transition: height 0.15s ease 0s, top 0.15s ease 0s, box-shadow 0.15s ease 0s;
	transition: height 0.15s ease 0s, top 0.15s ease 0s, box-shadow 0.15s ease 0s;
}

.list .product-item,
.price .product-item{
	flex-direction: row;	
	border-left: none;
	border-right: none;
	border-top: none;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	-khtml-border-radius: 0;
	border-radius: 0;
}

.price .product-item{
	align-items: center;
	padding: 18px;
}

.list .product-item,
.price .product-item{	
	padding-left: 42px;
}

.container-ws .card .product-item,
.popup-panel .card .product-item{
	border-left: none;
	border-right: 1px solid #e8edef;
	border-top: none;
	border-bottom: 1px solid #e8edef;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	-khtml-border-radius: 0;
	border-radius: 0;
}

.product-item-container.hover .product-item{
	min-height: -moz-calc(100% + 6px);
	min-height: -webkit-calc(100% + 6px);
	min-height: calc(100% + 6px);
	position: absolute;
	left: 0;
	top: -3px;	
	-webkit-box-shadow: 0 0 36px rgba(85, 104, 110, 0.18);
	-moz-box-shadow: 0 0 36px rgba(85, 104, 110, 0.18);
	box-shadow: 0 0 36px rgba(85, 104, 110, 0.18);
}

.list .product-item-container.hover .product-item{
	padding-bottom: 30px;
}

.price .product-item-container.hover .product-item{
	padding-bottom: 24px;
}

/***IMAGE***/
.product-item-image-wrapper{
	width: 100%;
	height: 222px;
	display: table;
	position: relative;
}

.list .product-item-image-wrapper{		
	width: 222px;
	margin-right: 24px;
}

.price .product-item-image-wrapper{		
	width: 100px;
	height: 100px;
	margin-right: 18px;
}

.product-item-image:link,
.product-item-image:visited{
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	text-decoration: none;
}

.product-item-image > img{
	width: auto;
	height: auto;
	max-width: 222px;
	max-height: 222px;
}

.price .product-item-image > img{
	max-width: 100px;
	max-height: 100px;
}

/***MARKERS***/
.product-item-markers{
	position: absolute;
	left: -13px;
	right: -13px;
	top: -13px;
}

.list .product-item-markers,
.price .product-item-markers{
	left: 0;
	right: 0;
	top: 0;
}

.product-item-markers-icons,
.list .product-item-markers-icons{
	max-width: 203px;
	right: unset;
}

.price .product-item-markers-icons{
	max-width: unset;
	right: 0;
}

.product-item-marker-container{
	max-width: 100%;
	float: left;
	clear: left;
}

.product-item-marker-container-hidden{
	display: none;
}

.product-item-marker-container:not(.product-item-marker-container-hidden) + .product-item-marker-container{
	margin-top: 4px;
}

.product-item-marker{	
	display: flex;
	align-items: center;	
	padding: 9px 12px 8px;	
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;	
}

.price .product-item-marker{
	padding-left: 8px;
	padding-right: 8px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	border-radius: 3px;	
}

.product-item-marker-discount{
	background: #d3115a;	
}

.product-item-marker-14px{
	padding-top: 6px;
	padding-bottom: 5px;
}

.product-item-marker-24px{
	padding-top: 7px;
	padding-bottom: 6px;
}

.price .product-item-marker,
.price .product-item-marker-14px,
.price .product-item-marker-24px{
	padding-top: 3px;
	padding-bottom: 2px;
}

.product-item-marker > i{
	margin-right: 7px;
	font-size: 18px;
	color: #fff;
}

.price .product-item-marker > i{
	margin-right: 5px;
}

.product-item-marker-14px > i{
	font-size: 14px;
}

.product-item-marker-24px > i{
	font-size: 24px;
}

.price .product-item-marker > i,
.price .product-item-marker-14px > i,
.price .product-item-marker-24px > i{
	font-size: 11px;
}

.product-item-marker > span{
	overflow: hidden;	
	color: #fff;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.product-item-marker-14px > span{
	font-size: 14px;
	line-height: 17px;
}

.product-item-marker-24px > span{
	font-size: 24px;
	line-height: 29px;
}

.price .product-item-marker > span,
.price .product-item-marker-14px > span,
.price .product-item-marker-24px > span{
	font-size: 11px;
	line-height: 16px;
}

/***BRAND***/
.product-item-brand{
	width: 90px;
	height: 40px;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: flex-end;
	position: absolute;
	left: 0;
	bottom: 0;
}

.product-item-brand > img{
	width: auto;
	max-width: 100%;
	height: auto;
	max-height: 40px;
}

/***DELAY***/
.product-item-icons-container{
	display: table;
	padding: 2px 5px;
	position: absolute;
	right: -10px;
	top: -6px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	-khtml-border-radius: 2px;
	border-radius: 2px;
	background-color: #fff;
}

.list .product-item-icons-container{
	right: 0;
}

.price .product-item-icons-container{
	width: 39px;
	position: static;
	margin-left: 12px;
	padding: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	-khtml-border-radius: 0;
	border-radius: 0;
	background: none;
}

.product-item-delay,
.product-item-delayed{	
	display: table-cell;
	vertical-align: middle;
	padding: 0 5px;
}

.price .product-item-delay,
.price .product-item-delayed{
	padding: 0;
	text-align: center;
}

.product-item-delay i{
	color: #d0e0e3;
}

.product-item-delay i,
.product-item-delayed i{
	font-size: 21px;
	cursor: pointer;
}

.bx-no-touch .product-item-delay i:hover,
.bx-touch .product-item-delay i:active{
	color: #b2c7cb;
}

.product-item-delayed i{
	color: #ffd200;
}

/***DELAY_LOADER***/
.product-item-delay-loader{
	width: 21px;
	height: 21px;
	position: relative;
}

.product-item-delay-loader:after,
.product-item-delay-loader > div,
.product-item-delay-loader > div > span,
.product-item-delay-loader > div > span:after{
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}

.product-item-delay-loader:after{
	content: "";
	border: 3px solid #e3ecef;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	-khtml-border-radius: 50%;
	border-radius: 50%;
}

.product-item-delay-loader > div{
	z-index: 1;
	-webkit-animation: loaderRotate1 4.8s linear infinite;
	animation: loaderRotate1 4.8s linear infinite;
}

.product-item-delay-loader > div > span{
	clip: rect(0, 21px, 21px, 10.5px);
	-webkit-animation: loaderRotate2 1.2s linear infinite;
	animation: loaderRotate2 1.2s linear infinite;
}

.product-item-delay-loader > div > span:after{
	content: "";
	clip: rect(0, 21px, 21px, 10.5px);
	border: 3px solid #6639b6;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	-khtml-border-radius: 50%;
	border-radius: 50%;
	-webkit-animation: loaderRotate3 1.2s cubic-bezier(0.770, 0.000, 0.175, 1.000) infinite;
	animation: loaderRotate3 1.2s cubic-bezier(0.770, 0.000, 0.175, 1.000) infinite;
}

/***QUICK_VIEW***/
.product-item-quick-view{
	max-width: 100%;
	display: flex;
	align-items: center;
	padding: 8px 12px 9px;
	position: absolute;
	left: -9999px;
	top: -9999px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	background: rgba(69, 90, 100, 0.5);
	opacity: 0;
	-webkit-transition: background 0.15s ease 0s, opacity 0.15s ease 0s;
	-moz-transition: background 0.15s ease 0s, opacity 0.15s ease 0s;
	-o-transition: background 0.15s ease 0s, opacity 0.15s ease 0s;
	transition: background 0.15s ease 0s, opacity 0.15s ease 0s;
	cursor: pointer;
}

.product-item-container.hover .product-item-quick-view{	
	left: 50%;
	top: 50%;
	opacity: 1;
	-moz-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.bx-no-touch .product-item-quick-view:hover,
.bx-touch .product-item-quick-view:active{
	background: rgba(69, 90, 100, 0.85);
}

.product-item-quick-view > i{
	padding-right: 8px;
	font-size: 24px;
	color: #fff;
}

.price .product-item-quick-view > i{
	padding-right: 0;
}

.product-item-quick-view > span{
	overflow: hidden;
	color: #fff;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.price .product-item-quick-view > span{
	display: none;
}

/***ARTICLE***/
.product-item-article{
	height: 17px;
	margin-top: 16px;
	overflow: hidden;
	font-size: 14px;
	color: #78909c;
	text-overflow: ellipsis;
	line-height: 17px;
	white-space: nowrap;
}

.list .product-item-article,
.price .product-item-article{	
	height: auto;
	margin-top: 6px;
	overflow: visible;
	white-space: normal;
}

/***TITLE***/
.product-item-title{
	height: 38px;
	margin-top: 6px;
	overflow: hidden;
}

.list .product-item-title,
.price .product-item-title{
	height: auto;
	margin-top: 0;
	overflow: visible;	
}

.product-item-title > a:link,
.product-item-title > a:visited{
	display: block;	
	color: #3d4b52;
	text-decoration: none;	
}

.list .product-item-title > a{
	font-family: "Museo Sans Cyrl 500", sans-serif;
	font-size: 24px;
	line-height: 29px;
}

.bx-no-touch .product-item-title > a:hover,
.bx-touch .product-item-title > a:active{
	color: #6639b6;
}

/***RATING***/
.product-item-rating{
	height: 24px;
	display: flex;
	align-items: center;
	margin-top: 6px;
}

.list .product-item-rating,
.price .product-item-rating{
	height: auto;
}

.product-item-rating-val{
	margin-right: 6px;
	padding: 4px 8px 3px;
	font-family: "Museo Sans Cyrl 500", sans-serif;
	font-size: 14px;
	color: #fff;
	line-height: 17px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	background: #008d55;
}

.product-item-rating-val[data-rate="1"]{
	background: #d03913;
}

.product-item-rating-val[data-rate="2"]{
	background: #ca6c00;
}

.product-item-rating-val[data-rate="3"]{
	background: #a58900;
}

.product-item-rating-val[data-rate="4"]{
	background: #568d00;
}

.product-item-rating-reviews-count{
	font-size: 14px;
	color: #78909c;
	line-height: 17px;
}

/***PREVIEW_TEXT***/
.list .product-item-preview-text{
	margin-top: 18px;
}

/***PROPERTIES***/
.product-item-properties-block{
	width: 100%;
	display: table;
	table-layout: fixed;
	margin-top: 12px;
	margin-bottom: auto;
}

.list .product-item-properties-block{
	margin-top: 18px;
	margin-bottom: unset;
}

.product-item-properties{	
	display: table-row;
}

.product-item-properties:nth-child(odd){
	background-color: #f1f6f7;
}

.product-item-properties-name,
.product-item-properties-val{
	display: table-cell;
	vertical-align: middle;
	padding-top: 8px;
	padding-bottom: 7px;
	overflow: hidden;
	font-size: 14px;
	line-height: 17px;
	text-overflow: ellipsis;
}

.list .product-item-properties-name,
.list .product-item-properties-val{
	padding-bottom: 8px;
	font-size: 16px;
	line-height: 19px;
}

.product-item-properties-name{
	width: 60%;
	padding-left: 12px;
	padding-right: 8px;
}

.list .product-item-properties-name{
	width: 20%;
	padding-left: 16px;
}

.container .list .product-item-properties-name{
	width: 50%;
}

.product-item-properties-val{
	padding-left: 8px;
	padding-right: 12px;
	font-family: "Museo Sans Cyrl 700", sans-serif;
}

.list .product-item-properties-val{
	padding-right: 16px;
}

/***ADVANTAGES***/
.list .product-item-advantages{
	display: flex;
	flex-wrap: wrap;
	margin-left: -12px;
	margin-top: 12px;
}

.list .product-item-advantages-item{
	margin-left: 12px;
	margin-top: 12px;
	position: relative;
	cursor: pointer;
}

.list .product-item-advantages-item-pic{
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.list .product-item-advantages-item-tooltip{
    width: 162px;
	margin: 0 0 10px -81px;
	padding: 7px 12px 9px;
	position: absolute;
	left: -9999px;
	bottom: 100%;
	font-size: 14px;
	color: #fff;
	text-align: center;
	line-height: 17px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	background: #000;
	opacity: 0;	
	-moz-transform: translate3d(0px, -10px, 0px);
	-o-transform: translate3d(0px, -10px, 0px);
	-webkit-transform: translate3d(0px, -10px, 0px);
	transform: translate3d(0px, -10px, 0px);
	-webkit-transition: opacity 0.3s ease 0s, transform 0.3s ease 0s;
	-moz-transition: opacity 0.3s ease 0s, transform 0.3s ease 0s;
	-o-transition: opacity 0.3s ease 0s, transform 0.3s ease 0s;
	transition: opacity 0.3s ease 0s, transform 0.3s ease 0s;
	z-index: 200;
}

.list .product-item-advantages-item-tooltip:after{
	position: absolute;
	left: 50%;
	top: 100%;
	margin-left: -6px;
	content: "";
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-top: 6px solid #000;
}

.bx-no-touch .list .product-item-advantages-item:hover .product-item-advantages-item-tooltip,
.bx-touch .list .product-item-advantages-item:active .product-item-advantages-item-tooltip{
	left: 50%;
	opacity: 0.85;
	-moz-transform: translate3d(0, 0, 0) rotate3d(0, 0, 0, 0);
	-o-transform: translate3d(0, 0, 0) rotate3d(0, 0, 0, 0);
	-webkit-transform: translate3d(0, 0, 0) rotate3d(0, 0, 0, 0);
	transform: translate3d(0, 0, 0) rotate3d(0, 0, 0, 0);
}

/***INFO***/
.product-item-info-container{
	width: 100%;
	display: table;
	height: 58px;
	margin-top: 12px;
}

.product-item-container.hover .product-item-info-container{
	height: auto;
	min-height: 58px;
}

.product-item-info-block{
	max-width: 0;
	display: table-cell;
	vertical-align: bottom;
}

.product-item-info{
	width: 100%;
	display: table;
}

.list .product-item-info,
.price .product-item-info{	
	width: auto;
	display: block;
}

.list .product-item-info{
	flex-grow: 1;
}

.price .product-item-info{
	width: 20%;
}

.product-item-blocks{
	max-width: 0;
	display: table-cell;
	vertical-align: middle;
}

.list .product-item-blocks{
	width: 240px;
	min-width: 240px;
	max-width: unset;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	margin-left: 32px;
}

.list .product-item-block{
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	text-align: right;
}

.product-item-hidden{	
	position: absolute;
	left: -9999px;
	opacity: 0;
	-webkit-transition: opacity 0.15s ease 0s;
	-moz-transition: opacity 0.15s ease 0s;
	-o-transition: opacity 0.15s ease 0s;
	transition: opacity 0.15s ease 0s;
}

.product-item-container.hover .product-item-hidden{
	position: static;
	opacity: 1;
}

/***COLS***/
.price .product-item-scu-col,
.price .product-item-basket-props-col{
	width: 240px;
	margin-left: 24px;
}

.price .product-item-sale-col{
	flex-grow: 1;
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	margin-left: 24px;
	text-align: right;
}

/***SCU***/
[data-entity="sku-block"]:last-child{
	margin-bottom: 18px;
}

.list [data-entity="sku-block"]{
	margin-top: 12px;
}

.price [data-entity="sku-block"] + [data-entity="sku-block"]{
	margin-top: 12px;
}

.list [data-entity="sku-block"]:last-child,
.price [data-entity="sku-block"]:last-child{
	margin-bottom: 0;
}

.product-item-scu-container{
	padding-bottom: 12px;
}

.list .product-item-scu-container,
.price .product-item-scu-container{
	padding-bottom: 0;
}

.product-item-scu-title{
	color: #263238;
}

.product-item-scu-block{
	margin-top: 2px;
}

.product-item-scu-list{
}

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

/***SCU_PICT***/
.product-item-scu-item-color,
.product-item-scu-item-text{
	float: left;
	margin-left: 6px;
	margin-top: 6px;	
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	cursor: pointer;
	-webkit-transition: all 0.15s ease 0s;
	-moz-transition: all 0.15s ease 0s;
	-o-transition: all 0.15s ease 0s;
	transition: all 0.15s ease 0s;
}

.product-item-scu-item-color{
	width: 36px;
	height: 36px;
	position: relative;
	overflow: hidden;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.product-item-scu-item-color.notallowed{
	background-color: #f1f6f7 !important;
}

.product-item-scu-item-color:before,
.product-item-scu-item-color:after{
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
}

.product-item-scu-item-color:before{	
	content: none;
	border: 4px solid transparent;	
}

.bx-no-touch .product-item-scu-item-color:hover:before,
.bx-touch .product-item-scu-item-color:active:before,
.product-item-scu-item-color.selected:before{
	content: "";
	border-color: #fff;
}

.product-item-scu-item-color:after{	
	content: "";
	border: 2px solid #e3ecef;	
}

.bx-no-touch .product-item-scu-item-color:hover:after,
.bx-touch .product-item-scu-item-color:active:after{	
	border-color: #78909c;
}

.product-item-scu-item-color.selected:after,
.bx-no-touch .product-item-scu-item-color.selected:hover:after,
.bx-touch .product-item-scu-item-color.selected:active:after{
	border-color: #6639b6;
}

/***SCU_TEXT***/
.product-item-scu-item-text{
	padding: 8px 15px 7px;
	color: #263238;	
	border: 2px solid #e3ecef;
}

.product-item-scu-item-text.notallowed{	
    color: #d0e0e3;
	border-color: transparent;
	background: #f1f6f7;
}

.bx-no-touch .product-item-scu-item-text:hover,
.bx-touch .product-item-scu-item-text:active{
	color: #263238;
	border-color: #78909c;
	background: #e3ecef;
}

.product-item-scu-item-text.selected,
.bx-no-touch .product-item-scu-item-text.selected:hover,
.bx-touch .product-item-scu-item-text.selected:active{
	color: #263238;
	border-color: #6639b6;
	background: rgba(102, 57, 182, 0.16);
}

/***BASKET_PROPS***/
.product-item-basket-props-container:last-child{
	margin-bottom: 8px;
}

.list .product-item-basket-props-container{
	margin-top: 12px;
}

.price .product-item-basket-props-container + .product-item-basket-props-container{
	margin-top: 12px;
}

.list .product-item-basket-props-container:last-child,
.price .product-item-basket-props-container:last-child{
	margin-bottom: 0;
}

.product-item-basket-props-title{
	font-size: 14px;
	color: #55686e;
	line-height: 17px;
}

.product-item-basket-props-block{
	margin-top: 9px;
	padding-bottom: 7px;
}

.list .product-item-basket-props-block,
.price .product-item-basket-props-block{
	max-width: 240px;
	padding-bottom: 0;
}

.product-item-scu-container .product-item-basket-props-block,
.list .product-item-scu-container .product-item-basket-props-block,
.price .product-item-scu-container .product-item-basket-props-block{
	padding-bottom: 0;
}

.product-item-basket-props-input-radio{	
}

.product-item-basket-props-input-radio label {
	min-height: auto;
	display: table;
	padding: 0;
	font-weight: 300;
	cursor: pointer;
}

.product-item-basket-props-input-radio label:last-child {
	margin: 0;
}

.product-item-basket-props-input-radio label input[type="radio"]{
	display: none;
}

.product-item-basket-props-input-radio label .check-container{
	display: table-cell;
	vertical-align: middle;
}

.product-item-basket-props-input-radio label .check{
	width: 18px;
	height: 18px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	-moz-border-radius: 9px;
	-webkit-border-radius: 9px;
	-khtml-border-radius: 9px;
	border-radius: 9px;
	-webkit-transition: all 0.15s ease 0s;
	-moz-transition: all 0.15s ease 0s;
	-o-transition: all 0.15s ease 0s;
	transition: all 0.15s ease 0s;
	background-color: #d0e0e3;
}

.bx-no-touch .product-item-basket-props-input-radio label:hover .check,
.bx-touch .product-item-basket-props-input-radio label:active .check{
	background-color: #78909c;
}

.product-item-basket-props-input-radio label.disabled .check{
	background-color: #d0e0e3;
}

.product-item-basket-props-input-radio label input[type=radio]:checked + .check-container .check{
	background-color: #6639b6;
}

.product-item-basket-props-input-radio label .check i{
	display: none;
	font-size: 12px;
	color: #fff;
}

.product-item-basket-props-input-radio label input[type=radio]:checked + .check-container .check i{
	display: inline-block;
}

.product-item-basket-props-input-radio label .text{	
	display: table-cell;
	vertical-align: middle;
	padding-left: 9px;
	font-size: 14px;
	color: #55686e;
	line-height: 17px;
}

.product-item-basket-props-input-radio label.disabled .text{
	color: #78909c;
}

.product-item-basket-props-input-radio label .text > span{
	margin-left: 3px;
	padding: 0 5px;
	font-size: 11px;
	color: #78909c;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-khtml-border-radius: 4px;
	border-radius: 4px;
	background-color: #e3ecef;
}

.product-item-basket-props-input-radio label.disabled .text > span{
	color: #d0e0e3;
	background-color: #f1f6f7;
}

/***PRICE***/
.product-item-price{
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.product-item-price-current{		
	font-family: "Museo Sans Cyrl 700", sans-serif;
	font-size: 20px;	
	color: #000;
	line-height: 24px;	
}

.list .product-item-price-current{
	font-size: 24px;
	line-height: 29px;	
}

.product-item-price-from,
.product-item-price-measure{
	color: #263238;
}

.product-item-price-not-set{
	color: #78909c;
}

.product-item-price-old{		
	overflow: hidden;
	font-size: 14px;
	color: #6e858a;	
	text-decoration: line-through;
	text-overflow: ellipsis;
	line-height: 17px;
	white-space: nowrap;
}

.product-item-price-economy{
	overflow: hidden;
	font-size: 14px;
	color: #6639b6;
	text-overflow: ellipsis;
	line-height: 17px;
	white-space: nowrap;
}

/***QUANTITY_LIMIT***/
.product-item-quantity{
	display: flex;
	align-items: center;
	margin-top: 6px;
}

.product-item-quantity-icon{
	font-size: 16px;
	color: #008d55;
}

.product-item-quantity-not-avl .product-item-quantity-icon{
	color: #b2c7cb;
}

.product-item-quantity-val{
	padding-left: 6px;
	overflow: hidden;
	color: #78909c;
	text-overflow: ellipsis;
	white-space: nowrap;
}

/***QUANTITY***/
.price [data-entity="quantity-block"]{
	width: 160px;
	margin-left: 24px;
}

.product-item-amount{	
	display: table;
	margin-top: 18px;
}

.price .product-item-amount{
	margin-top: 0;
}

.price .product-item-amount + .product-item-amount{
	margin-top: 18px;
}

.product-item-amount-btn-minus,
.product-item-amount-input,
.product-item-amount-btn-plus,
.product-item-amount-measure{
	display: table-cell;
	vertical-align: middle;
}

.product-item-amount-btn-minus:link,
.product-item-amount-btn-minus:visited,
.product-item-amount-btn-plus:link,
.product-item-amount-btn-plus:visited{
	width: 36px;
	height: 36px;
	color: #78909c;
	text-align: center;
	text-decoration: none;	
	background: #f1f6f7;
}

.product-item-amount-btn-minus{
	-moz-border-radius: 5px 0 0 5px;
	-webkit-border-radius: 5px 0 0 5px;
	-khtml-border-radius: 5px 0 0 5px;
	border-radius: 5px 0 0 5px;
}

.product-item-amount-btn-plus{
	-moz-border-radius: 0 5px 5px 0;
	-webkit-border-radius: 0 5px 5px 0;
	-khtml-border-radius: 0 5px 5px 0;
	border-radius: 0 5px 5px 0;
}

.bx-no-touch .product-item-amount-btn-minus:not(.product-item-amount-btn-disabled):hover,
.bx-touch .product-item-amount-btn-minus:not(.product-item-amount-btn-disabled):active,
.bx-no-touch .product-item-amount-btn-plus:not(.product-item-amount-btn-disabled):hover,
.bx-touch .product-item-amount-btn-plus:not(.product-item-amount-btn-disabled):active{
	color: #6639b6;
	background: #e3ecef;
}

.product-item-amount-btn-disabled:link,
.product-item-amount-btn-disabled:visited{	
	color: #d0e0e3;
	cursor: default;
}

.product-item-amount-input{	
	width: 48px;	
	height: 36px;	
	padding: 0;
	font-family: "Museo Sans Cyrl 300", sans-serif;
	font-size: 16px;	
	color: #263238;
	text-align: center;	
	border: none;
	-webkit-appearance: none;
	background: #f1f6f7;
}

.product-item-amount-input:focus{
	outline: none;
}

.product-item-amount-measure{		
	padding-left: 12px;	
	color: #263238;	
	white-space: nowrap;
}

/***TOTAL_COST***/
.product-item-total-cost{
	margin-top: 18px;
	font-size: 14px;
	color: #8ea6ab;
	line-height: 17px;
}

.price .product-item-total-cost{
	margin-top: 6px;
}

.product-item-total-cost > span{
	margin-left: 6px;
	font-family: "Museo Sans Cyrl 700", sans-serif;
	color: #263238;
}

/***COMPARE***/
.product-item-compare{
	margin-top: 18px;
}

.list .product-item-compare,
.price .product-item-compare{
	position: absolute;
	left: 12px;
	top: 12px;
	margin-top: 0;
}

.product-item-compare label{
	display: flex;
	margin: 0;
	font-weight: 300;
	cursor: pointer;
}

.product-item-compare input[type="checkbox"]{
	display: none;
}

.product-item-compare-checkbox{
	width: 18px;
	height: 18px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	border-radius: 3px;
	background: #e3ecef;
	-webkit-transition: all 0.15s ease 0s;
	-moz-transition: all 0.15s ease 0s;
	-o-transition: all 0.15s ease 0s;
	transition: all 0.15s ease 0s;
}

.bx-no-touch .product-item-compare label:hover .product-item-compare-checkbox,
.bx-touch .product-item-compare label:active .product-item-compare-checkbox{
	background: #78909c;
}

.product-item-compare input[type="checkbox"]:checked ~ .product-item-compare-checkbox{
	background: #6639b6;
}

.product-item-compare-checkbox > i{
	display: none;
	font-size: 12px;
	color: #fff;
}

.product-item-compare input[type="checkbox"]:checked ~ .product-item-compare-checkbox > i{
	display: inline-block;
}

.product-item-compare-title{
	margin-left: 9px;
	color: #78909C;
	-webkit-transition: all 0.15s ease 0s;
	-moz-transition: all 0.15s ease 0s;
	-o-transition: all 0.15s ease 0s;
	transition: all 0.15s ease 0s;
}

.bx-no-touch .product-item-compare label:hover .product-item-compare-title,
.bx-touch .product-item-compare label:active .product-item-compare-title,
.product-item-compare input[type="checkbox"]:checked ~ .product-item-compare-title{
	color: #263238;
}

/***BUTTON***/
.product-item-button-container{
	width: 45px;
	display: table-cell;
	vertical-align: bottom;
}

.list .product-item-button-container{
	width: auto;
	display: block;
	margin-top: 18px;
}

.price .product-item-button-container{
	display: block;
	margin-left: 24px;
}

.product-item-button-container .btn{
	width: 100%;	
	padding: 0;
}

.list .product-item-button-container .btn{
	width: auto;
	padding: 0 24px;
}

.product-item-button-container .btn > i{
	padding-right: 0;	
}

.list .product-item-button-container .btn > i{
	padding-right: 12px;
}

.product-item-button-container .btn > span:not(.btn-loader){
	display: none;
}

.list .product-item-button-container .btn > span:not(.btn-loader){
	display: block;
}

/***PHONES***/
@media(max-width: 991px){
	.product-item-container{
		height: auto !important;
		display: block;
		margin-left: -18px;
		margin-right: -18px;
		position: static;
	}
	
	.product-item,
	.container-ws .card .product-item,
	.popup-panel .card .product-item,
	.list .product-item,
	.price .product-item{	
		display: block;
		padding: 18px;
		border-left: none;
		border-right: none;
		border-top: none;
		-moz-border-radius: 0;
		-webkit-border-radius: 0;
		-khtml-border-radius: 0;
		border-radius: 0;
	}

	.card.two_in_row .product-item,
	.container-ws .card.two_in_row .product-item,
	.popup-panel .card.two_in_row .product-item,
	.list .product-item,
	.price .product-item{
		border-right: 1px solid #e8edef;
	}

	.card.two_in_row [class*="col-"]:nth-child(2n+2) .product-item,
	.container-ws .card.two_in_row [class*="col-"]:nth-child(2n+2) .product-item,
	.popup-panel .card.two_in_row [class*="col-"]:nth-child(2n+2) .product-item,
	.list [class*="col-"]:nth-child(2n+2) .product-item,
	.price [class*="col-"]:nth-child(2n+2) .product-item{
		border-right: 1px solid transparent;
	}

	.card.one_in_row_list .product-item,
	.container-ws .card.one_in_row_list .product-item,
	.popup-panel .card.one_in_row_list .product-item{
		display: table;
	}
	
	.product-item-container.hover .product-item{
		min-height: unset;
		position: static;
		-webkit-box-shadow: none;
		-moz-box-shadow: none;
		box-shadow: none;
	}

	.list .product-item-container.hover .product-item,
	.price .product-item-container.hover .product-item{
		padding-bottom: 18px;
	}

	/***IMAGE***/
	.card.one_in_row_list .product-item-image-wrapper{		
		width: 112px;
		height: auto;
		float: none;
		display: table-cell;
		vertical-align: top;
		padding-right: 12px;
		position: static;
	}
	
	.card.one_in_row_list .product-item-image{		
		width: 100px;
		height: 100px;
		position: relative;
	}
	
	.card.one_in_row_list .product-item-image > img{
		max-width: 100px;
		max-height: 100px;
	}

	/***MARKERS***/
	.product-item-markers,
	.list .product-item-markers,
	.price .product-item-markers{
		left: -6px;
		right: -6px;
		top: -6px;
	}

	.product-item-markers-icons,
	.list .product-item-markers-icons,
	.price .product-item-markers-icons{
		max-width: unset;
		right: -6px;
	}

	.card.two_in_row .product-item-marker,
	.card.one_in_row_list .product-item-marker,
	.list .product-item-marker{
		padding-left: 8px;
		padding-right: 8px;
		-moz-border-radius: 3px;
		-webkit-border-radius: 3px;
		-khtml-border-radius: 3px;
		border-radius: 3px;	
	}
	
	.card.two_in_row .product-item-marker,
	.card.two_in_row .product-item-marker-14px,
	.card.two_in_row .product-item-marker-24px,
	.card.one_in_row_list .product-item-marker,
	.card.one_in_row_list .product-item-marker-14px,
	.card.one_in_row_list .product-item-marker-24px,
	.list .product-item-marker,
	.list .product-item-marker-14px,
	.list .product-item-marker-24px{
		padding-top: 3px;
		padding-bottom: 2px;
	}
	
	.card.two_in_row .product-item-marker > i,
	.card.one_in_row_list .product-item-marker > i,
	.list .product-item-marker > i{
		margin-right: 5px;
	}

	.card.two_in_row .product-item-marker > i,
	.card.two_in_row .product-item-marker-14px > i,
	.card.two_in_row .product-item-marker-24px > i,
	.card.one_in_row_list .product-item-marker > i,
	.card.one_in_row_list .product-item-marker-14px > i,
	.card.one_in_row_list .product-item-marker-24px > i,
	.list .product-item-marker > i,
	.list .product-item-marker-14px > i,
	.list .product-item-marker-24px > i{
		font-size: 11px;
	}
	
	.card.two_in_row .product-item-marker > span,
	.card.two_in_row .product-item-marker-14px > span,
	.card.two_in_row .product-item-marker-24px > span,
	.card.one_in_row_list .product-item-marker > span,
	.card.one_in_row_list .product-item-marker-14px > span,
	.card.one_in_row_list .product-item-marker-24px > span,
	.list .product-item-marker > span,
	.list .product-item-marker-14px > span,
	.list .product-item-marker-24px > span{
		font-size: 11px;
		line-height: 16px;
	}
	
	/***BRAND***/
	.card.two_in_row .product-item-brand,
	.card.one_in_row_list .product-item-brand{
		display: none;
	}

	/***ARTICLE***/
	.product-item-article{
		height: auto;
		overflow: visible;
		white-space: normal;
	}

	.card.two_in_row .product-item-article{
		display: none;
	}
	
	.card.one_in_row_list .product-item-article{
		margin-top: 0;
	}

	/***TITLE***/
	.product-item-title{		
		height: auto;
		overflow: visible;
	}

	.card.two_in_row .product-item-title,
	.list .product-item-title,
	.price .product-item-title{
		height: 55px;
		margin-top: 12px;
		overflow: hidden;
	}

	.card.one_in_row_list .product-item-title{
		width: 100%;
		float: left;
		margin-top: 6px;
	}

	.card.two_in_row .product-item-title > a,
	.price .product-item-title > a{
		font-size: 14px;
	}

	.list .product-item-title > a{
		font-family: "Museo Sans Cyrl 300", sans-serif;
		font-size: 14px;
		line-height: 19px;
	}

	/***RATING***/
	.product-item-rating{		
		height: auto;
	}

	.card.two_in_row .product-item-rating{
		display: none;
	}

	.card.one_in_row_list .product-item-rating{
		width: 100%;
		float: left;
	}

	/***INFO***/
	.product-item-info-container{
		height: auto;
	}

	.card.two_in_row .product-item-info-container{
		height: 36px;
	}

	.card.one_in_row_list .product-item-info-container{
		float: left;
	}

	.product-item-container.hover .product-item-info-container{
		min-height: unset;
	}
	
	.price .product-item-info{
		width: auto;
	}

	.list .product-item-blocks{
		width: 100%;
		height: 36px;
		min-width: unset;
		flex-direction: row;
		align-items: center;
		margin-left: 0;
		margin-top: 12px;
	}

	.list .product-item-block{
		display: block;
		text-align: left;
	}

	.product-item-hidden{
		position: static;
		opacity: 1;
	}

	.card.two_in_row .product-item-hidden{
		display: none;
	}

	/***COLS***/
	.price .product-item-sale-col{
		width: 100%;
		height: 48px;
		display: table-cell;
		vertical-align: middle;
		margin-left: 0;
		padding-top: 12px;
		text-align: left;
	}

	/***PRICE***/
	.card.two_in_row .product-item-price-current,
	.list .product-item-price-current,
	.price .product-item-price-current{
		font-size: 16px;
		line-height: 19px;
	}

	.card.two_in_row .product-item-price-from,
	.card.two_in_row .product-item-price-measure,
	.list .product-item-price-from,
	.list .product-item-price-measure,
	.price .product-item-price-from,
	.price .product-item-price-measure{
		font-size: 14px;
		line-height: 17px;
	}

	.card.two_in_row .product-item-price-not-set,
	.list .product-item-price-not-set,
	.price .product-item-price-not-set{
		font-size: 14px;
		line-height: 17px;
	}
	
	.card.two_in_row .product-item-price-economy{
		display: none;
	}
	
	/***QUANTITY***/
	.card.one_in_row_list .product-item-amount-measure{
		padding-left: 6px;
	}

	/***TOTAL_COST***/
	.card.one_in_row_list .product-item-total-cost{
		width: 100%;
		float: left;
	}

	/***COMPARE***/
	.card.one_in_row_list .product-item-compare{
		width: 100%;
		float: left;
	}

	/***BUTTON***/
	.card.two_in_row .product-item-button-container,
	.list .product-item-button-container,
	.price .product-item-button-container{
		width: 34px;
	}

	.list .product-item-button-container{
		margin-top: 0;
	}

	.price .product-item-button-container{
		min-width: 34px;
		display: table-cell;
		margin-left: 0;
	}

	.card.two_in_row .product-item-button-container .btn,
	.list .product-item-button-container .btn,
	.price .product-item-button-container .btn{
		height: 32px;
	}

	.list .product-item-button-container .btn{
		width: 100%;
		padding: 0;
	}

	.card.two_in_row .product-item-button-container .btn > i,
	.list .product-item-button-container .btn > i,
	.price .product-item-button-container .btn > i{
		font-size: 16px;
	}

	.list .product-item-button-container .btn > i{
		padding-right: 0;
	}

	.list .product-item-button-container .btn > span:not(.btn-loader){
		display: none;
	}

	.card.two_in_row .product-item-button-container.product-item-sku-mode > *:not(a),
	.list .product-item-button-container.product-item-sku-mode > *:not(a),
	.price .product-item-button-container.product-item-sku-mode > *:not(a),
	.card.two_in_row .product-item-button-container.product-item-props-mode > *:not(a),
	.list .product-item-button-container.product-item-props-mode > *:not(a),
	.price .product-item-button-container.product-item-props-mode > *:not(a){
		display: none !important;
	}

	.card.two_in_row .product-item-button-container.product-item-sku-mode > a,
	.list .product-item-button-container.product-item-sku-mode > a,
	.price .product-item-button-container.product-item-sku-mode > a,
	.card.two_in_row .product-item-button-container.product-item-props-mode > a,
	.list .product-item-button-container.product-item-props-mode > a,
	.price .product-item-button-container.product-item-props-mode > a{
		display: inline-flex !important;
	}
}

/***PHONES***/
@media(max-width: 518px){
	/***IMAGE***/
	.card.two_in_row .product-item-image-wrapper,
	.list .product-item-image-wrapper,
	.price .product-item-image-wrapper{
		height: auto;
		display: block;
		padding-top: 100%;
	}

	.list .product-item-image-wrapper,
	.price .product-item-image-wrapper{
		width: 100%;		
		margin-right: 0;
	}

	.card.two_in_row .product-item-image,
	.list .product-item-image,
	.price .product-item-image{
		width: 100%;
		height: 100%;
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		position: absolute;
		left: 0;
		top: 0;
	}

	.card.two_in_row .product-item-image > img,
	.list .product-item-image > img,
	.price .product-item-image > img{
		max-width: 100%;
		max-height: 100%;
	}
}

/***PHONES***/
@media(min-width: 519px) and (max-width: 991px){
	/***IMAGE***/
	.list .product-item-image-wrapper,
	.price .product-item-image-wrapper{
		width: 100%;
		height: 222px;
		margin-right: 0;
	}

	.price .product-item-image > img{
		max-width: 222px;
		max-height: 222px;
	}
}

/***DESKTOPS_LARGE_DESKTOPS***/
@media(min-width: 992px){
	.container-ws .catalog-section.card [class*="col-"]:nth-child(1) .product-item,
	.container-ws .catalog-section.card [class*="col-"]:nth-child(2) .product-item,
	.container-ws .catalog-section.card [class*="col-"]:nth-child(3) .product-item,
	.container-ws .catalog-section-gifts .sale-products-gift [class*="col-"]:nth-child(1) .product-item,
	.container-ws .catalog-section-gifts .sale-products-gift [class*="col-"]:nth-child(2) .product-item,
	.container-ws .catalog-section-gifts .sale-products-gift [class*="col-"]:nth-child(3) .product-item,
	.container-ws .product-item-detail-gifts .sale-products-gift [class*="col-"]:nth-child(1) .product-item,
	.container-ws .product-item-detail-gifts .sale-products-gift [class*="col-"]:nth-child(2) .product-item,
	.popup-panel .catalog-section.card [class*="col-"]:nth-child(1) .product-item,
	.popup-panel .catalog-section.card [class*="col-"]:nth-child(2) .product-item,
	.popup-panel .catalog-section.card [class*="col-"]:nth-child(3) .product-item,
	.popup-panel .product-item-detail-gifts .sale-products-gift [class*="col-"]:nth-child(1) .product-item,
	.popup-panel .product-item-detail-gifts .sale-products-gift [class*="col-"]:nth-child(2) .product-item{
		border-top: 1px solid #e8edef;
	}
}

@media(min-width: 992px) and (max-width: 1103px){
	.container-ws .catalog-section.card [class*="col-"]:nth-child(3n+3) .product-item,
	.container-ws .catalog-section-gifts .sale-products-gift [class*="col-"]:nth-child(3n+3) .product-item,
	.container-ws .product-item-detail-gifts .sale-products-gift [class*="col-"]:nth-child(2n+2) .product-item,
	.popup-panel .catalog-section.card [class*="col-"]:nth-child(3n+3) .product-item,
	.popup-panel .product-item-detail-gifts .sale-products-gift [class*="col-"]:nth-child(2n+2) .product-item{
		border-right: none;
	}

	/***IMAGE***/
	.product-item-image-wrapper{
		height: 163px;
	}

	.list .product-item-image-wrapper{		
		width: 163px;
	}

	.product-item-image > img{
		max-width: 163px;
		max-height: 163px;
	}

	/***MARKERS***/
	.product-item-markers-icons{
		max-width: 145px;
	}

	/***PROPERTIES***/
	.list .product-item-properties-name{
		width: 50%;
	}

	/***QUANTITY***/
	.product-item-amount-measure{
		padding-left: 6px;
	}
}

@media(min-width: 1104px) and (max-width: 1271px){
	.container-ws .catalog-section.card [class*="col-"]:nth-child(4) .product-item,
	.container-ws .catalog-section-gifts .sale-products-gift [class*="col-"]:nth-child(4) .product-item,
	.container-ws .product-item-detail-gifts .sale-products-gift [class*="col-"]:nth-child(4) .product-item,
	.popup-panel .catalog-section.card [class*="col-"]:nth-child(4) .product-item,
	.popup-panel .product-item-detail-gifts .sale-products-gift [class*="col-"]:nth-child(3) .product-item{
		border-top: 1px solid #e8edef;
	}

	.container-ws .catalog-section.card [class*="col-"]:nth-child(4n+4) .product-item,
	.container-ws .catalog-section-gifts .sale-products-gift [class*="col-"]:nth-child(4n+4) .product-item,
	.container-ws .product-item-detail-gifts .sale-products-gift [class*="col-"]:nth-child(3n+3) .product-item,
	.popup-panel .catalog-section.card [class*="col-"]:nth-child(4n+4) .product-item,
	.popup-panel .product-item-detail-gifts .sale-products-gift [class*="col-"]:nth-child(3n+3) .product-item{
		border-right: none;
	}

	/***IMAGE***/
	.product-item-image-wrapper{
		height: 163px;
	}

	.list .product-item-image-wrapper{		
		width: 163px;
	}

	.product-item-image > img{
		max-width: 163px;
		max-height: 163px;
	}

	/***MARKERS***/
	.product-item-markers-icons{
		max-width: 145px;
	}

	/***PROPERTIES***/
	.list .product-item-properties-name{
		width: 50%;
	}

	/***QUANTITY***/
	.product-item-amount-measure{
		padding-left: 6px;
	}
}

@media(min-width: 1272px) and (max-width: 1379px){
	body:not(.smart-filter-view-left-active) .container-ws .catalog-section.card [class*="col-"]:nth-child(4) .product-item,
	body:not(.smart-filter-view-left-active) .container-ws .catalog-section-gifts .sale-products-gift [class*="col-"]:nth-child(4) .product-item,
	.container-ws .product-item-detail-gifts .sale-products-gift [class*="col-"]:nth-child(3) .product-item,
	.popup-panel .catalog-section.card [class*="col-"]:nth-child(4) .product-item,
	.popup-panel .product-item-detail-gifts .sale-products-gift [class*="col-"]:nth-child(3) .product-item{
		border-top: 1px solid #e8edef;
	}

	body:not(.smart-filter-view-left-active) .container-ws .catalog-section.card [class*="col-"]:nth-child(4n+4) .product-item,
	body:not(.smart-filter-view-left-active) .container-ws .catalog-section-gifts .sale-products-gift [class*="col-"]:nth-child(4n+4) .product-item,
	.container-ws .product-item-detail-gifts .sale-products-gift [class*="col-"]:nth-child(3n+3) .product-item,
	.popup-panel .catalog-section.card [class*="col-"]:nth-child(4n+4) .product-item,
	.popup-panel .product-item-detail-gifts .sale-products-gift [class*="col-"]:nth-child(3n+3) .product-item{
		border-right: none;
	}

	.smart-filter-view-left-active .container-ws .catalog-section.card [class*="col-"]:nth-child(3n+3) .product-item,
	.smart-filter-view-left-active .container-ws .catalog-section-gifts .sale-products-gift [class*="col-"]:nth-child(3n+3) .product-item{
		border-right: none;
	}

	/***PROPERTIES***/
	.list .product-item-properties-name{
		width: 50%;
	}
}

@media(min-width: 1380px) and (max-width: 1545px){
	body:not(.smart-filter-view-left-active) .container-ws .catalog-section.card [class*="col-"]:nth-child(4) .product-item,
	body:not(.smart-filter-view-left-active) .container-ws .catalog-section.card [class*="col-"]:nth-child(5) .product-item,
	body:not(.smart-filter-view-left-active) .container-ws .catalog-section-gifts .sale-products-gift [class*="col-"]:nth-child(4) .product-item,
	body:not(.smart-filter-view-left-active) .container-ws .catalog-section-gifts .sale-products-gift [class*="col-"]:nth-child(5) .product-item,
	.container-ws .product-item-detail-gifts .sale-products-gift [class*="col-"]:nth-child(3) .product-item,
	.container-ws .product-item-detail-gifts .sale-products-gift [class*="col-"]:nth-child(4) .product-item,
	.popup-panel .catalog-section.card [class*="col-"]:nth-child(4) .product-item,
	.popup-panel .product-item-detail-gifts .sale-products-gift [class*="col-"]:nth-child(3) .product-item{
		border-top: 1px solid #e8edef;
	}
	
	body:not(.smart-filter-view-left-active) .container-ws .catalog-section.card [class*="col-"]:nth-child(5n+5) .product-item,
	body:not(.smart-filter-view-left-active) .container-ws .catalog-section-gifts .sale-products-gift [class*="col-"]:nth-child(5n+5) .product-item,
	.container-ws .product-item-detail-gifts .sale-products-gift [class*="col-"]:nth-child(4n+4) .product-item,
	.popup-panel .catalog-section.card [class*="col-"]:nth-child(4n+4) .product-item,
	.popup-panel .product-item-detail-gifts .sale-products-gift [class*="col-"]:nth-child(3n+3) .product-item{
		border-right: none;
	}

	.smart-filter-view-left-active .container-ws .catalog-section.card [class*="col-"]:nth-child(3n+3) .product-item,
	.smart-filter-view-left-active .container-ws .catalog-section-gifts .sale-products-gift [class*="col-"]:nth-child(3n+3) .product-item{
		border-right: none;
	}

	/***PROPERTIES***/
	.list .product-item-properties-name{
		width: 50%;
	}
}

@media(min-width: 1546px) and (max-width: 1701px){
	.container-ws .catalog-section.card [class*="col-"]:nth-child(4) .product-item,
	body:not(.slide-menu-option-1-active):not(.smart-filter-view-left-active) .container-ws .catalog-section.card [class*="col-"]:nth-child(5) .product-item,	
	.container-ws .catalog-section-gifts .sale-products-gift [class*="col-"]:nth-child(4) .product-item,
	body:not(.slide-menu-option-1-active):not(.smart-filter-view-left-active) .container-ws .catalog-section-gifts .sale-products-gift [class*="col-"]:nth-child(5) .product-item,
	.container-ws .product-item-detail-gifts .sale-products-gift [class*="col-"]:nth-child(3) .product-item,
	body:not(.slide-menu-option-1-active) .container-ws .product-item-detail-gifts .sale-products-gift [class*="col-"]:nth-child(4) .product-item,
	.popup-panel .catalog-section.card [class*="col-"]:nth-child(4) .product-item,
	.popup-panel .product-item-detail-gifts .sale-products-gift [class*="col-"]:nth-child(3) .product-item{
		border-top: 1px solid #e8edef;
	}

	.slide-menu-option-1-active.smart-filter-view-left-active .container-ws .catalog-section.card [class*="col-"]:nth-child(4) .product-item,
	.slide-menu-option-1-active.smart-filter-view-left-active .container-ws .catalog-section-gifts .sale-products-gift [class*="col-"]:nth-child(4) .product-item{
		border-top: none;
	}

	body:not(.slide-menu-option-1-active):not(.smart-filter-view-left-active) .container-ws .catalog-section.card [class*="col-"]:nth-child(5n+5) .product-item,
	body:not(.slide-menu-option-1-active):not(.smart-filter-view-left-active) .container-ws .catalog-section-gifts .sale-products-gift [class*="col-"]:nth-child(5n+5) .product-item,
	body:not(.slide-menu-option-1-active) .container-ws .product-item-detail-gifts .sale-products-gift [class*="col-"]:nth-child(4n+4) .product-item,
	.popup-panel .catalog-section.card [class*="col-"]:nth-child(4n+4) .product-item,
	.popup-panel .product-item-detail-gifts .sale-products-gift [class*="col-"]:nth-child(3n+3) .product-item{
		border-right: none;
	}

	body:not(.smart-filter-view-left-active).slide-menu-option-1-active .container-ws .catalog-section.card [class*="col-"]:nth-child(4n+4) .product-item,
	body:not(.smart-filter-view-left-active).slide-menu-option-1-active .container-ws .catalog-section-gifts .sale-products-gift [class*="col-"]:nth-child(4n+4) .product-item,
	.slide-menu-option-1-active .container-ws .product-item-detail-gifts .sale-products-gift [class*="col-"]:nth-child(3n+3) .product-item,
	body:not(.slide-menu-option-1-active).smart-filter-view-left-active .container-ws .catalog-section.card [class*="col-"]:nth-child(4n+4) .product-item,
	body:not(.slide-menu-option-1-active).smart-filter-view-left-active .container-ws .catalog-section-gifts .sale-products-gift [class*="col-"]:nth-child(4n+4) .product-item{
		border-right: none;
	}

	.slide-menu-option-1-active.smart-filter-view-left-active .container-ws .catalog-section.card [class*="col-"]:nth-child(3n+3) .product-item,
	.slide-menu-option-1-active.smart-filter-view-left-active .container-ws .catalog-section-gifts .sale-products-gift [class*="col-"]:nth-child(3n+3) .product-item{
		border-right: none;
	}
}

@media(min-width: 1702px){
	.container-ws .catalog-section.card [class*="col-"]:nth-child(4) .product-item,
	.container-ws .catalog-section.card [class*="col-"]:nth-child(5) .product-item,
	body:not(.slide-menu-option-1-active):not(.smart-filter-view-left-active) .container-ws .catalog-section.card [class*="col-"]:nth-child(6) .product-item,
	.container-ws .catalog-section-gifts .sale-products-gift [class*="col-"]:nth-child(4) .product-item,
	.container-ws .catalog-section-gifts .sale-products-gift [class*="col-"]:nth-child(5) .product-item,
	body:not(.slide-menu-option-1-active):not(.smart-filter-view-left-active) .container-ws .catalog-section-gifts .sale-products-gift [class*="col-"]:nth-child(6) .product-item,
	.container-ws .product-item-detail-gifts .sale-products-gift [class*="col-"]:nth-child(3) .product-item,
	.container-ws .product-item-detail-gifts .sale-products-gift [class*="col-"]:nth-child(4) .product-item,
	body:not(.slide-menu-option-1-active) .container-ws .product-item-detail-gifts .sale-products-gift [class*="col-"]:nth-child(5) .product-item,
	.popup-panel .catalog-section.card [class*="col-"]:nth-child(4) .product-item,
	.popup-panel .product-item-detail-gifts .sale-products-gift [class*="col-"]:nth-child(3) .product-item{
		border-top: 1px solid #e8edef;
	}
	
	body:not(.slide-menu-option-1-active):not(.smart-filter-view-left-active) .container-ws .catalog-section.card [class*="col-"]:nth-child(6n+6) .product-item,
	body:not(.slide-menu-option-1-active):not(.smart-filter-view-left-active) .container-ws .catalog-section-gifts .sale-products-gift [class*="col-"]:nth-child(6n+6) .product-item,
	body:not(.slide-menu-option-1-active) .container-ws .product-item-detail-gifts .sale-products-gift [class*="col-"]:nth-child(5n+5) .product-item,
	.popup-panel .catalog-section.card [class*="col-"]:nth-child(4n+4) .product-item,
	.popup-panel .product-item-detail-gifts .sale-products-gift [class*="col-"]:nth-child(3n+3) .product-item{
		border-right: none;
	}
	
	body:not(.smart-filter-view-left-active).slide-menu-option-1-active .container-ws .catalog-section.card [class*="col-"]:nth-child(5n+5) .product-item,
	body:not(.smart-filter-view-left-active).slide-menu-option-1-active .container-ws .catalog-section-gifts .sale-products-gift [class*="col-"]:nth-child(5n+5) .product-item,
	.slide-menu-option-1-active .container-ws .product-item-detail-gifts .sale-products-gift [class*="col-"]:nth-child(4n+4) .product-item,
	body:not(.slide-menu-option-1-active).smart-filter-view-left-active .container-ws .catalog-section.card [class*="col-"]:nth-child(5n+5) .product-item,
	body:not(.slide-menu-option-1-active).smart-filter-view-left-active .container-ws .catalog-section-gifts .sale-products-gift [class*="col-"]:nth-child(5n+5) .product-item{
		border-right: none;
	}
}

@media(min-width: 1702px) and (max-width: 1739px){
	.slide-menu-option-1-active.smart-filter-view-left-active .container-ws .catalog-section.card [class*="col-"]:nth-child(4) .product-item,
	.slide-menu-option-1-active.smart-filter-view-left-active .container-ws .catalog-section.card [class*="col-"]:nth-child(5) .product-item,
	.slide-menu-option-1-active.smart-filter-view-left-active .container-ws .catalog-section-gifts .sale-products-gift [class*="col-"]:nth-child(4) .product-item,
	.slide-menu-option-1-active.smart-filter-view-left-active .container-ws .catalog-section-gifts .sale-products-gift [class*="col-"]:nth-child(5) .product-item{
		border-top: none;
	}

	.slide-menu-option-1-active.smart-filter-view-left-active .container-ws .catalog-section.card [class*="col-"]:nth-child(3n+3) .product-item,
	.slide-menu-option-1-active.smart-filter-view-left-active .container-ws .catalog-section-gifts .sale-products-gift [class*="col-"]:nth-child(3n+3) .product-item{
		border-right: none;
	}
}

@media(min-width: 1740px){
	.slide-menu-option-1-active.smart-filter-view-left-active .container-ws .catalog-section.card [class*="col-"]:nth-child(5) .product-item,
	.slide-menu-option-1-active.smart-filter-view-left-active .container-ws .catalog-section-gifts .sale-products-gift [class*="col-"]:nth-child(5) .product-item{
		border-top: none;
	}
	
	.slide-menu-option-1-active.smart-filter-view-left-active .container-ws .catalog-section.card [class*="col-"]:nth-child(4n+4) .product-item,
	.slide-menu-option-1-active.smart-filter-view-left-active .container-ws .catalog-section-gifts .sale-products-gift [class*="col-"]:nth-child(4n+4) .product-item{
		border-right: none;
	}
}
/* End */
/* /local/templates/pip-e/components/bitrix/catalog/letsrock/style.css?163828487218232 */
/* /local/templates/pip-e/components/bitrix/catalog.smart.filter/catalog/themes/blue/colors.min.css?16382848724373 */
/* /local/templates/pip-e/components/bitrix/system.pagenavigation/s-modern/style.css?17696688061580 */
/* /local/templates/pip-e/components/bitrix/catalog.section/letsrock/style.css?1684307933210 */
/* /local/templates/pip-e/components/bitrix/catalog.item/letsrock-catalog/style.css?163828487251995 */
