

/* Start:/bitrix/templates/enext/components/bitrix/catalog/.default/style.css?159482226918092*/
/***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;
}

.catalog_sections {
	width: 100%;
    text-align: center;
}

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

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

/***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: 14px;
	}
}

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

@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:/bitrix/templates/enext/components/bitrix/catalog.section.list/catalog/style.min.css?159004627410539*/
.catalog-section-filter-links+.catalog-section-list,.catalog-section-links+.catalog-section-list{margin-top:32px}.container-ws .catalog-sections{display:flex;flex-wrap:wrap}.container-ws .catalog-sections [class*=col-]{width:12.5%}.catalog-section-item{width:100%;display:flex;flex-direction:column;margin-bottom:24px;padding:18px 18px 13px;position:relative;border:1px solid #e8edef;-moz-border-radius:4px;-webkit-border-radius:4px;-khtml-border-radius:4px;border-radius:4px;background:#fff}.catalog-section-item:link,.catalog-section-item:visited{text-decoration:none;-webkit-transition:all .15s ease 0s;-moz-transition:all .15s ease 0s;-o-transition:all .15s ease 0s;transition:all .15s ease 0s}.container-ws .catalog-section-item{margin:0;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}.bx-no-touch .catalog-section-item:hover,.bx-touch .catalog-section-item:active{-webkit-box-shadow:0 0 36px rgba(61,75,82,.16);-moz-box-shadow:0 0 36px rgba(61,75,82,.16);box-shadow:0 0 36px rgba(61,75,82,.16);z-index:202}.catalog-section-item__count{position:absolute;right:11px;top:11px;padding:0 5px;font-size:11px;color:#8ea6ab;line-height:16px;-moz-border-radius:3px;-webkit-border-radius:3px;-khtml-border-radius:3px;border-radius:3px;background:#e3ecef;z-index:200;-webkit-transition:all .15s ease 0s;-moz-transition:all .15s ease 0s;-o-transition:all .15s ease 0s;transition:all .15s ease 0s}.bx-no-touch .catalog-section-item:hover .catalog-section-item__count,.bx-touch .catalog-section-item:active .catalog-section-item__count{color:#fff;background:#6e858a}.catalog-section-item__graph{width:100%;height:134px;display:flex;flex-direction:column;align-items:center;justify-content:center}.catalog-section-item__graph>i{font-size:90px;color:#55686e}.catalog-section-item__graph>img{width:auto;height:auto;max-width:134px;max-height:134px}.catalog-section-item__title{height:38px;margin:8px -8px 0;overflow:hidden;color:#3d4b52;text-align:center;-webkit-transition:all .15s ease 0s;-moz-transition:all .15s ease 0s;-o-transition:all .15s ease 0s;transition:all .15s ease 0s}.bx-no-touch .catalog-section-item:hover .catalog-section-item__title,.bx-touch .catalog-section-item:active .catalog-section-item__title{color:#6639b6}@media(max-width:991px){.catalog-section-list{margin-top:-32px}.catalog-section-container .catalog-section-list{margin:0}.catalog-section-filter-links+.catalog-section-list,.catalog-section-links+.catalog-section-list{margin-top:18px}.container-ws .catalog-sections{display:block}.catalog-sections [class*=col-]{padding:0}.container-ws .catalog-sections [class*=col-]{width:100%;padding:0}.catalog-section-item,.container-ws .catalog-section-item{flex-direction:row;margin:0;padding:12px 18px;border:none;border-bottom:1px solid #e8edef;-moz-border-radius:0;-webkit-border-radius:0;-khtml-border-radius:0;border-radius:0;-webkit-transition:none;-moz-transition:none;-o-transition:none;transition:none}.bx-no-touch .catalog-section-item:hover,.bx-touch .catalog-section-item:active{-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none}.catalog-section-item__count{right:12px}.catalog-section-item__graph{width:50px;min-width:50px;height:50px;margin-right:12px}.catalog-section-item__graph>i{font-size:36px}.catalog-section-item__graph>img{max-width:36px;max-height:36px}.catalog-section-item__title{width:100%;height:auto;align-self:center;margin:0;overflow:visible;text-align:left}}@media(min-width:992px){.container-ws .catalog-sections [class*=col-]:nth-child(1) .catalog-section-item,.container-ws .catalog-sections [class*=col-]:nth-child(2) .catalog-section-item,.container-ws .catalog-sections [class*=col-]:nth-child(3) .catalog-section-item,.container-ws .catalog-sections [class*=col-]:nth-child(4) .catalog-section-item,.container-ws .catalog-sections [class*=col-]:nth-child(5) .catalog-section-item{border-top:1px solid #e8edef}}@media(min-width:992px) and (max-width:1271px){.catalog-section-item__graph{height:94px}.catalog-section-item__graph>i{font-size:72px}.catalog-section-item__graph>img{max-width:94px;max-height:94px}}@media(min-width:992px) and (max-width:1103px){.container-ws .catalog-sections [class*=col-]{width:20%}.container-ws .catalog-sections [class*=col-]:nth-child(5n+5) .catalog-section-item{border-right:none}}@media(min-width:1104px) and (max-width:1271px){.container-ws .catalog-sections [class*=col-]{width:16.66666667%}.container-ws .catalog-sections [class*=col-]:nth-child(6) .catalog-section-item{border-top:1px solid #e8edef}.container-ws .catalog-sections [class*=col-]:nth-child(6n+6) .catalog-section-item{border-right:none}}@media(min-width:1272px){.smart-filter-view-left-active .container .catalog-sections [class*=col-]{width:25%}}@media(min-width:1272px) and (max-width:1379px){.container-ws .catalog-sections [class*=col-]{width:16.66666667%}.smart-filter-view-left-active .container-ws .catalog-sections [class*=col-]{width:25%}body:not(.smart-filter-view-left-active) .container-ws .catalog-sections [class*=col-]:nth-child(6) .catalog-section-item{border-top:1px solid #e8edef}body:not(.smart-filter-view-left-active) .container-ws .catalog-sections [class*=col-]:nth-child(6n+6) .catalog-section-item{border-right:none}.smart-filter-view-left-active .container-ws .catalog-sections [class*=col-]:nth-child(5) .catalog-section-item{border-top:none}.smart-filter-view-left-active .container-ws .catalog-sections [class*=col-]:nth-child(4n+4) .catalog-section-item{border-right:none}}@media(min-width:1380px) and (max-width:1545px){.container-ws .catalog-sections [class*=col-]{width:14.28571429%}.smart-filter-view-left-active .container-ws .catalog-sections [class*=col-]{width:25%}body:not(.smart-filter-view-left-active) .container-ws .catalog-sections [class*=col-]:nth-child(6) .catalog-section-item,body:not(.smart-filter-view-left-active) .container-ws .catalog-sections [class*=col-]:nth-child(7) .catalog-section-item{border-top:1px solid #e8edef}body:not(.smart-filter-view-left-active) .container-ws .catalog-sections [class*=col-]:nth-child(7n+7) .catalog-section-item{border-right:none}.smart-filter-view-left-active .container-ws .catalog-sections [class*=col-]:nth-child(5) .catalog-section-item{border-top:none}.smart-filter-view-left-active .container-ws .catalog-sections [class*=col-]:nth-child(4n+4) .catalog-section-item{border-right:none}}@media(min-width:1546px) and (max-width:1701px){.container-ws .catalog-sections [class*=col-]{width:14.28571429%}body:not(.slide-menu-option-1-active).smart-filter-view-left-active .container-ws .catalog-sections [class*=col-],body:not(.smart-filter-view-left-active).slide-menu-option-1-active .container-ws .catalog-sections [class*=col-]{width:16.66666667%}.slide-menu-option-1-active.smart-filter-view-left-active .container-ws .catalog-sections [class*=col-]{width:25%}.container-ws .catalog-sections [class*=col-]:nth-child(6) .catalog-section-item{border-top:1px solid #e8edef}body:not(.slide-menu-option-1-active):not(.smart-filter-view-left-active) .container-ws .catalog-sections [class*=col-]:nth-child(7) .catalog-section-item{border-top:1px solid #e8edef}.slide-menu-option-1-active.smart-filter-view-left-active .container-ws .catalog-sections [class*=col-]:nth-child(5) .catalog-section-item,.slide-menu-option-1-active.smart-filter-view-left-active .container-ws .catalog-sections [class*=col-]:nth-child(6) .catalog-section-item{border-top:none}body:not(.slide-menu-option-1-active):not(.smart-filter-view-left-active) .container-ws .catalog-sections [class*=col-]:nth-child(7n+7) .catalog-section-item{border-right:none}body:not(.slide-menu-option-1-active).smart-filter-view-left-active .container-ws .catalog-sections [class*=col-]:nth-child(6n+6) .catalog-section-item,body:not(.smart-filter-view-left-active).slide-menu-option-1-active .container-ws .catalog-sections [class*=col-]:nth-child(6n+6) .catalog-section-item{border-right:none}.slide-menu-option-1-active.smart-filter-view-left-active .container-ws .catalog-sections [class*=col-]:nth-child(4n+4) .catalog-section-item{border-right:none}}@media(min-width:1702px){body:not(.slide-menu-option-1-active).smart-filter-view-left-active .container-ws .catalog-sections [class*=col-],body:not(.smart-filter-view-left-active).slide-menu-option-1-active .container-ws .catalog-sections [class*=col-]{width:14.28571429%}.container-ws .catalog-sections [class*=col-]:nth-child(6) .catalog-section-item,.container-ws .catalog-sections [class*=col-]:nth-child(7) .catalog-section-item,body:not(.slide-menu-option-1-active):not(.smart-filter-view-left-active) .container-ws .catalog-sections [class*=col-]:nth-child(8) .catalog-section-item{border-top:1px solid #e8edef}body:not(.slide-menu-option-1-active):not(.smart-filter-view-left-active) .container-ws .catalog-sections [class*=col-]:nth-child(8n+8) .catalog-section-item{border-right:none}body:not(.slide-menu-option-1-active).smart-filter-view-left-active .container-ws .catalog-sections [class*=col-]:nth-child(7n+7) .catalog-section-item,body:not(.smart-filter-view-left-active).slide-menu-option-1-active .container-ws .catalog-sections [class*=col-]:nth-child(7n+7) .catalog-section-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-sections [class*=col-]{width:25%}.slide-menu-option-1-active.smart-filter-view-left-active .container-ws .catalog-sections [class*=col-]:nth-child(5) .catalog-section-item,.slide-menu-option-1-active.smart-filter-view-left-active .container-ws .catalog-sections [class*=col-]:nth-child(6) .catalog-section-item,.slide-menu-option-1-active.smart-filter-view-left-active .container-ws .catalog-sections [class*=col-]:nth-child(7) .catalog-section-item{border-top:none}.slide-menu-option-1-active.smart-filter-view-left-active .container-ws .catalog-sections [class*=col-]:nth-child(4n+4) .catalog-section-item{border-right:none}}@media(min-width:1740px){.slide-menu-option-1-active.smart-filter-view-left-active .container-ws .catalog-sections [class*=col-]{width:16.66666667%}.slide-menu-option-1-active.smart-filter-view-left-active .container-ws .catalog-sections [class*=col-]:nth-child(7) .catalog-section-item{border-top:none}.slide-menu-option-1-active.smart-filter-view-left-active .container-ws .catalog-sections [class*=col-]:nth-child(6n+6) .catalog-section-item{border-right:none}}
/* End */


/* Start:/bitrix/templates/enext/components/bitrix/catalog.section/.default/style.min.css?15900462741307*/
.catalog-section-container .catalog-section{margin-top:32px}.container-ws .catalog-section,.smart-filter-view-left .container .catalog-section-container .catalog-section{display:flex;flex-wrap:wrap}.smart-filter-view-left .container .catalog-section-container .catalog-section{margin-left:-12px;margin-right:-12px}.catalog-section-more{padding-bottom:22px}.container-ws .catalog-section-more{padding:0}.catalog-section-more .btn{width:100%;height:48px}.catalog-section-desc{margin-top:46px}@media(max-width:991px){.catalog-section:before{height:1px;display:block;margin:0 -18px;content:"";background:#e8edef}.catalog-section-list+.catalog-section:before{content:none}.catalog-section-container .catalog-section{margin:0}.catalog-section-filter-links+.catalog-section,.catalog-section-links+.catalog-section{margin-top:18px}.catalog-section-prev+.catalog-section{margin-top:32px}.container-ws .catalog-section,.smart-filter-view-left .container .catalog-section-container .catalog-section{display:block}.smart-filter-view-left .container .catalog-section-container .catalog-section{margin-left:0;margin-right:0}.catalog-section-more{margin:0 -18px;padding:0}.catalog-section-more .btn{-moz-border-radius:0;-webkit-border-radius:0;-khtml-border-radius:0;border-radius:0}.catalog-section-desc{margin-top:14px}}
/* End */


/* Start:/bitrix/templates/enext/components/bitrix/catalog.product.subscribe/.default/style.min.css?15892888891721*/
.bx-catalog-subscribe-popup-window{font-family:"Museo Sans Cyrl 300",sans-serif;font-size:16px;font-weight:300;overflow:hidden}.bx-catalog-subscribe-popup-window.popup-window-with-titlebar{padding:0}.bx-catalog-subscribe-popup-window .popup-window-titlebar{width:100%;height:65px;display:table;padding:0 50px 0 32px;background-color:#f1f6f7}.bx-catalog-subscribe-popup-window .popup-window-titlebar-text{display:table-cell;vertical-align:middle;padding:0;font-family:"Museo Sans Cyrl 500",sans-serif;font-size:20px;font-weight:400;color:#3d4b52;line-height:24px}.bx-catalog-subscribe-popup-window .popup-window-content{padding:18px 32px 0}.bx-catalog-subscribe-form-notify .alert{margin-bottom:12px}.bx-catalog-subscribe-alert{padding-bottom:32px}.bx-catalog-subscribe-alert .alert{margin:0}.bx-catalog-subscribe-form-caption{margin:-3px 0 9px;font-size:16px;color:#3d4b52;line-height:19px}.bx-catalog-subscribe-popup-window .popup-window-close-icon{width:50px;height:65px;display:flex;flex-direction:column;align-items:center;justify-content:center;position:absolute;right:0;top:0;-webkit-transition:all .15s ease 0s;-moz-transition:all .15s ease 0s;-o-transition:all .15s ease 0s;transition:all .15s ease 0s;cursor:pointer}.bx-catalog-subscribe-popup-window .popup-window-close-icon:after{content:none}.bx-catalog-subscribe-popup-window .popup-window-close-icon>i{font-size:16px;color:#8ea6ab}.bx-no-touch .bx-catalog-subscribe-popup-window .popup-window-close-icon:hover>i,.bx-touch .bx-catalog-subscribe-popup-window .popup-window-close-icon:active>i{color:#6639b6}.bx-catalog-subscribe-popup-window .popup-window-buttons{padding:0 32px 32px}.bx-catalog-subscribe-popup-window .popup-window-buttons button{width:100%}
/* End */


/* Start:/bitrix/templates/enext/components/bitrix/catalog.item/.default/style.min.css?159004627425026*/
.product-item-row{margin-bottom:24px}.product-item-container{position:relative}.product-item-container.hover{z-index:202}.product-item{width:100%;top:0;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:all .15s ease 0s;-moz-transition:all .15s ease 0s;-o-transition:all .15s ease 0s;transition:all .15s ease 0s}.container-ws .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{position:absolute;left:0;top:-3px;-webkit-box-shadow:0 0 36px rgba(85,104,110,.18);-moz-box-shadow:0 0 36px rgba(85,104,110,.18);box-shadow:0 0 36px rgba(85,104,110,.18)}.product-item-image-wrapper{width:100%;height:222px;display:table;position:relative}.product-item-image:link,.product-item-image:visited{display:table-cell;vertical-align:middle;text-align:center;text-decoration:none}.product-item-image.empty{width:100%;background-color:#d0e0e3}.product-item-image>img{width:auto;height:auto;max-width:222px;max-height:222px}.product-item-markers{position:absolute;left:-13px;right:-13px;top:-13px}.product-item-markers-icons{max-width:203px;right:unset}.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}.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}.product-item-marker>i{margin-right:7px;font-size:18px;color:#fff}.product-item-marker-14px>i{font-size:14px}.product-item-marker-24px>i{font-size:24px}.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}.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}.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}.product-item-delay,.product-item-delayed{display:table-cell;vertical-align:middle;padding:0 5px}.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}.product-item-title{height:38px;margin-top:18px;overflow:hidden}.product-item-title>a:link,.product-item-title>a:visited{display:block;color:#3d4b52;text-decoration:none}.bx-no-touch .product-item-title>a:hover,.bx-touch .product-item-title>a:active{color:#6639b6}.product-item-rating{height:24px;display:flex;align-items:center;margin-top:6px}.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}.product-item-info-container{width:100%;display:table;height:58px;margin-top:12px}.product-item-info-block{max-width:0;display:table-cell;vertical-align:bottom}.product-item-info{width:100%;display:table}.product-item-blocks{max-width:0;display:table-cell;vertical-align:middle}.product-item-hidden{position:absolute;left:-9999px;opacity:0;-webkit-transition:opacity .15s ease 0s;-moz-transition:opacity .15s ease 0s;-o-transition:opacity .15s ease 0s;transition:opacity .15s ease 0s}.product-item-container.hover .product-item-hidden{position:static;opacity:1}[data-entity=sku-block]:last-child{margin-bottom:18px}.product-item-scu-container{padding-bottom:12px}.product-item-scu-title{color:#263238}.product-item-scu-block{margin-top:2px}.product-item-scu-item-list{margin:0 0 0 -6px;padding:0;overflow:hidden;list-style:none}.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 .15s ease 0s;-moz-transition:all .15s ease 0s;-o-transition:all .15s ease 0s;transition:all .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:after,.product-item-scu-item-color:before{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}.bx-no-touch .product-item-scu-item-color.selected:hover:after,.bx-touch .product-item-scu-item-color.selected:active:after,.product-item-scu-item-color.selected:after{border-color:#6639b6}.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}.bx-no-touch .product-item-scu-item-text.selected:hover,.bx-touch .product-item-scu-item-text.selected:active,.product-item-scu-item-text.selected{color:#263238;border-color:#6639b6;background:rgba(102,57,182,.16)}.product-item-basket-props-container:last-child{margin-bottom:8px}.product-item-basket-props-title{font-size:14px;color:#55686e;line-height:17px}.product-item-basket-props-block{margin-top:9px;padding-bottom:7px}.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 .15s ease 0s;-moz-transition:all .15s ease 0s;-o-transition:all .15s ease 0s;transition:all .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}.product-item-price-current{font-family:"Museo Sans Cyrl 700",sans-serif;font-size:20px;color:#000;line-height:24px;white-space:nowrap}.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}.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}.product-item-amount{display:table;margin-top:18px}.product-item-amount-btn-minus,.product-item-amount-btn-plus,.product-item-amount-input,.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-no-touch .product-item-amount-btn-plus:not(.product-item-amount-btn-disabled):hover,.bx-touch .product-item-amount-btn-minus:not(.product-item-amount-btn-disabled):active,.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:0}.product-item-amount-measure{padding-left:12px;color:#263238;white-space:nowrap}.product-item-total-cost{margin-top:18px;font-size:14px;color:#8ea6ab;line-height:17px}.product-item-total-cost>span{margin-left:6px;font-family:"Museo Sans Cyrl 700",sans-serif;color:#263238}.product-item-compare{margin-top:18px}.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 .15s ease 0s;-moz-transition:all .15s ease 0s;-o-transition:all .15s ease 0s;transition:all .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 .15s ease 0s;-moz-transition:all .15s ease 0s;-o-transition:all .15s ease 0s;transition:all .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}.product-item-button-container{width:45px;display:table-cell;vertical-align:bottom}.product-item-button-container .btn{width:100%;padding:0}.product-item-button-container .btn>i{padding-right:0}.product-item-button-container .btn>span{display:none}@media(max-width:991px){.product-item-row{margin-bottom:0}.product-item-container{height:auto!important;margin-left:-18px;margin-right:-18px;position:static}.container-ws .product-item,.product-item{display:table;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}.product-item-container.hover .product-item{position:static;-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none}.product-item-image-wrapper{width:112px;height:auto;float:none;display:table-cell;vertical-align:top;padding-right:12px;position:static}.product-item-image{width:100px;height:100px;position:relative}.product-item-image>img{max-width:100px;max-height:100px}.product-item-markers{left:-6px;right:-6px;top:-6px}.product-item-brand{display:none}.product-item-title{width:100%;height:auto;float:left;margin-top:9px;overflow:visible}.product-item-rating{width:100%;height:auto;float:left}.product-item-info-container{float:left}.product-item-amount-measure{padding-left:6px}.product-item-total-cost{width:100%;float:left}.product-item-compare{width:100%;float:left}.product-item-hidden{position:static;opacity:1}}@media(min-width:992px){.container-ws .catalog-section .product-item-col:nth-child(1) .product-item,.container-ws .catalog-section .product-item-col:nth-child(2) .product-item,.container-ws .catalog-section .product-item-col:nth-child(3) .product-item,.container-ws .catalog-section-gifts .product-item-col:nth-child(1) .product-item,.container-ws .catalog-section-gifts .product-item-col:nth-child(2) .product-item,.container-ws .catalog-section-gifts .product-item-col:nth-child(3) .product-item,.container-ws .product-item-detail-gifts .product-item-col:nth-child(1) .product-item,.container-ws .product-item-detail-gifts .product-item-col:nth-child(2) .product-item{border-top:1px solid #e8edef}}@media(min-width:992px) and (max-width:1103px){.container-ws .catalog-section .product-item-col:nth-child(3n+3) .product-item,.container-ws .catalog-section-gifts .product-item-col:nth-child(3n+3) .product-item,.container-ws .product-item-detail-gifts .product-item-col:nth-child(2n+2) .product-item{border-right:none}.product-item-image-wrapper{height:163px}.product-item-image>img{max-width:163px;max-height:163px}.product-item-markers-icons{max-width:145px}.product-item-amount-measure{padding-left:6px}}@media(min-width:1104px) and (max-width:1271px){.container-ws .catalog-section .product-item-col:nth-child(4) .product-item,.container-ws .catalog-section-gifts .product-item-col:nth-child(4) .product-item,.container-ws .product-item-detail-gifts .product-item-col:nth-child(3) .product-item{border-top:1px solid #e8edef}.container-ws .catalog-section .product-item-col:nth-child(4n+4) .product-item,.container-ws .catalog-section-gifts .product-item-col:nth-child(4n+4) .product-item,.container-ws .product-item-detail-gifts .product-item-col:nth-child(3n+3) .product-item{border-right:none}.product-item-image-wrapper{height:163px}.product-item-image>img{max-width:163px;max-height:163px}.product-item-markers-icons{max-width:145px}.product-item-amount-measure{padding-left:6px}}@media(min-width:1272px) and (max-width:1379px){.container-ws .product-item-detail-gifts .product-item-col:nth-child(3) .product-item,body:not(.smart-filter-view-left-active) .container-ws .catalog-section .product-item-col:nth-child(4) .product-item,body:not(.smart-filter-view-left-active) .container-ws .catalog-section-gifts .product-item-col:nth-child(4) .product-item{border-top:1px solid #e8edef}.container-ws .product-item-detail-gifts .product-item-col:nth-child(3n+3) .product-item,body:not(.smart-filter-view-left-active) .container-ws .catalog-section .product-item-col:nth-child(4n+4) .product-item,body:not(.smart-filter-view-left-active) .container-ws .catalog-section-gifts .product-item-col:nth-child(4n+4) .product-item{border-right:none}.smart-filter-view-left-active .container-ws .catalog-section .product-item-col:nth-child(3n+3) .product-item,.smart-filter-view-left-active .container-ws .catalog-section-gifts .product-item-col:nth-child(3n+3) .product-item{border-right:none}}@media(min-width:1380px) and (max-width:1545px){.container-ws .product-item-detail-gifts .product-item-col:nth-child(3) .product-item,.container-ws .product-item-detail-gifts .product-item-col:nth-child(4) .product-item,body:not(.smart-filter-view-left-active) .container-ws .catalog-section .product-item-col:nth-child(4) .product-item,body:not(.smart-filter-view-left-active) .container-ws .catalog-section .product-item-col:nth-child(5) .product-item,body:not(.smart-filter-view-left-active) .container-ws .catalog-section-gifts .product-item-col:nth-child(4) .product-item,body:not(.smart-filter-view-left-active) .container-ws .catalog-section-gifts .product-item-col:nth-child(5) .product-item{border-top:1px solid #e8edef}.container-ws .product-item-detail-gifts .product-item-col:nth-child(4n+4) .product-item,body:not(.smart-filter-view-left-active) .container-ws .catalog-section .product-item-col:nth-child(5n+5) .product-item,body:not(.smart-filter-view-left-active) .container-ws .catalog-section-gifts .product-item-col:nth-child(5n+5) .product-item{border-right:none}.smart-filter-view-left-active .container-ws .catalog-section .product-item-col:nth-child(3n+3) .product-item,.smart-filter-view-left-active .container-ws .catalog-section-gifts .product-item-col:nth-child(3n+3) .product-item{border-right:none}}@media(min-width:1546px) and (max-width:1701px){.container-ws .catalog-section .product-item-col:nth-child(4) .product-item,.container-ws .catalog-section-gifts .product-item-col:nth-child(4) .product-item,.container-ws .product-item-detail-gifts .product-item-col:nth-child(3) .product-item,body:not(.slide-menu-option-1-active) .container-ws .product-item-detail-gifts .product-item-col:nth-child(4) .product-item,body:not(.slide-menu-option-1-active):not(.smart-filter-view-left-active) .container-ws .catalog-section .product-item-col:nth-child(5) .product-item,body:not(.slide-menu-option-1-active):not(.smart-filter-view-left-active) .container-ws .catalog-section-gifts .product-item-col:nth-child(5) .product-item{border-top:1px solid #e8edef}.slide-menu-option-1-active.smart-filter-view-left-active .container-ws .catalog-section .product-item-col:nth-child(4) .product-item,.slide-menu-option-1-active.smart-filter-view-left-active .container-ws .catalog-section-gifts .product-item-col:nth-child(4) .product-item{border-top:none}body:not(.slide-menu-option-1-active) .container-ws .product-item-detail-gifts .product-item-col:nth-child(4n+4) .product-item,body:not(.slide-menu-option-1-active):not(.smart-filter-view-left-active) .container-ws .catalog-section .product-item-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 .product-item-col:nth-child(5n+5) .product-item{border-right:none}.slide-menu-option-1-active .container-ws .product-item-detail-gifts .product-item-col:nth-child(3n+3) .product-item,body:not(.slide-menu-option-1-active).smart-filter-view-left-active .container-ws .catalog-section .product-item-col:nth-child(4n+4) .product-item,body:not(.slide-menu-option-1-active).smart-filter-view-left-active .container-ws .catalog-section-gifts .product-item-col:nth-child(4n+4) .product-item,body:not(.smart-filter-view-left-active).slide-menu-option-1-active .container-ws .catalog-section .product-item-col:nth-child(4n+4) .product-item,body:not(.smart-filter-view-left-active).slide-menu-option-1-active .container-ws .catalog-section-gifts .product-item-col:nth-child(4n+4) .product-item{border-right:none}.slide-menu-option-1-active.smart-filter-view-left-active .container-ws .catalog-section .product-item-col:nth-child(3n+3) .product-item,.slide-menu-option-1-active.smart-filter-view-left-active .container-ws .catalog-section-gifts .product-item-col:nth-child(3n+3) .product-item{border-right:none}}@media(min-width:1702px){.container-ws .catalog-section .product-item-col:nth-child(4) .product-item,.container-ws .catalog-section .product-item-col:nth-child(5) .product-item,.container-ws .catalog-section-gifts .product-item-col:nth-child(4) .product-item,.container-ws .catalog-section-gifts .product-item-col:nth-child(5) .product-item,.container-ws .product-item-detail-gifts .product-item-col:nth-child(3) .product-item,.container-ws .product-item-detail-gifts .product-item-col:nth-child(4) .product-item,body:not(.slide-menu-option-1-active) .container-ws .product-item-detail-gifts .product-item-col:nth-child(5) .product-item,body:not(.slide-menu-option-1-active):not(.smart-filter-view-left-active) .container-ws .catalog-section .product-item-col:nth-child(6) .product-item,body:not(.slide-menu-option-1-active):not(.smart-filter-view-left-active) .container-ws .catalog-section-gifts .product-item-col:nth-child(6) .product-item{border-top:1px solid #e8edef}body:not(.slide-menu-option-1-active) .container-ws .product-item-detail-gifts .product-item-col:nth-child(5n+5) .product-item,body:not(.slide-menu-option-1-active):not(.smart-filter-view-left-active) .container-ws .catalog-section .product-item-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 .product-item-col:nth-child(6n+6) .product-item{border-right:none}.slide-menu-option-1-active .container-ws .product-item-detail-gifts .product-item-col:nth-child(4n+4) .product-item,body:not(.slide-menu-option-1-active).smart-filter-view-left-active .container-ws .catalog-section .product-item-col:nth-child(5n+5) .product-item,body:not(.slide-menu-option-1-active).smart-filter-view-left-active .container-ws .catalog-section-gifts .product-item-col:nth-child(5n+5) .product-item,body:not(.smart-filter-view-left-active).slide-menu-option-1-active .container-ws .catalog-section .product-item-col:nth-child(5n+5) .product-item,body:not(.smart-filter-view-left-active).slide-menu-option-1-active .container-ws .catalog-section-gifts .product-item-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 .product-item-col:nth-child(4) .product-item,.slide-menu-option-1-active.smart-filter-view-left-active .container-ws .catalog-section .product-item-col:nth-child(5) .product-item,.slide-menu-option-1-active.smart-filter-view-left-active .container-ws .catalog-section-gifts .product-item-col:nth-child(4) .product-item,.slide-menu-option-1-active.smart-filter-view-left-active .container-ws .catalog-section-gifts .product-item-col:nth-child(5) .product-item{border-top:none}.slide-menu-option-1-active.smart-filter-view-left-active .container-ws .catalog-section .product-item-col:nth-child(3n+3) .product-item,.slide-menu-option-1-active.smart-filter-view-left-active .container-ws .catalog-section-gifts .product-item-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 .product-item-col:nth-child(5) .product-item,.slide-menu-option-1-active.smart-filter-view-left-active .container-ws .catalog-section-gifts .product-item-col:nth-child(5) .product-item{border-top:none}.slide-menu-option-1-active.smart-filter-view-left-active .container-ws .catalog-section .product-item-col:nth-child(4n+4) .product-item,.slide-menu-option-1-active.smart-filter-view-left-active .container-ws .catalog-section-gifts .product-item-col:nth-child(4n+4) .product-item{border-right:none}}
/* End */


/* Start:/bitrix/templates/enext/components/bitrix/sale.products.gift.section/.default/style.min.css?1590046274421*/
.container-ws .sale-products-gift,.smart-filter-view-left .container .sale-products-gift{display:flex;flex-wrap:wrap}.smart-filter-view-left .container .sale-products-gift{margin-left:-12px;margin-right:-12px}@media(max-width:991px){.container-ws .sale-products-gift,.smart-filter-view-left .container .sale-products-gift{display:block}.smart-filter-view-left .container .sale-products-gift{margin-left:0;margin-right:0}}
/* End */


/* Start:/bitrix/templates/enext/components/bitrix/catalog.product.subscribe/.default/style.min.css?15892888891721*/
.bx-catalog-subscribe-popup-window{font-family:"Museo Sans Cyrl 300",sans-serif;font-size:16px;font-weight:300;overflow:hidden}.bx-catalog-subscribe-popup-window.popup-window-with-titlebar{padding:0}.bx-catalog-subscribe-popup-window .popup-window-titlebar{width:100%;height:65px;display:table;padding:0 50px 0 32px;background-color:#f1f6f7}.bx-catalog-subscribe-popup-window .popup-window-titlebar-text{display:table-cell;vertical-align:middle;padding:0;font-family:"Museo Sans Cyrl 500",sans-serif;font-size:20px;font-weight:400;color:#3d4b52;line-height:24px}.bx-catalog-subscribe-popup-window .popup-window-content{padding:18px 32px 0}.bx-catalog-subscribe-form-notify .alert{margin-bottom:12px}.bx-catalog-subscribe-alert{padding-bottom:32px}.bx-catalog-subscribe-alert .alert{margin:0}.bx-catalog-subscribe-form-caption{margin:-3px 0 9px;font-size:16px;color:#3d4b52;line-height:19px}.bx-catalog-subscribe-popup-window .popup-window-close-icon{width:50px;height:65px;display:flex;flex-direction:column;align-items:center;justify-content:center;position:absolute;right:0;top:0;-webkit-transition:all .15s ease 0s;-moz-transition:all .15s ease 0s;-o-transition:all .15s ease 0s;transition:all .15s ease 0s;cursor:pointer}.bx-catalog-subscribe-popup-window .popup-window-close-icon:after{content:none}.bx-catalog-subscribe-popup-window .popup-window-close-icon>i{font-size:16px;color:#8ea6ab}.bx-no-touch .bx-catalog-subscribe-popup-window .popup-window-close-icon:hover>i,.bx-touch .bx-catalog-subscribe-popup-window .popup-window-close-icon:active>i{color:#6639b6}.bx-catalog-subscribe-popup-window .popup-window-buttons{padding:0 32px 32px}.bx-catalog-subscribe-popup-window .popup-window-buttons button{width:100%}
/* End */


/* Start:/bitrix/templates/enext/components/bitrix/news.list/block_services/style.min.css?15900462545023*/
.services-wrapper{width:100%;background:#e3ecef}.services{padding-top:40px;padding-bottom:35px}.services .h1{padding-bottom:32px;text-align:center}.services .col-xs-12.col-md-3{float:none;display:inline-block;vertical-align:top}.services .services-item{width:100%;display:flex;flex-direction:column;align-items:center;margin-bottom:29px;text-decoration:none}.services-item__pic{width:100%;position:relative;overflow:hidden;-moz-border-radius:4px;-webkit-border-radius:4px;-khtml-border-radius:4px;border-radius:4px;-webkit-mask-image:-webkit-radial-gradient(circle,#fff,#000);background:#d0e0e3}.services-item__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%);-webkit-transition:-webkit-transform .45s ease 0s;-moz-transition:-moz-transform .45s ease 0s;-o-transition:-o-transform .45s ease 0s;transition:transform .45s ease 0s}.services-item__pic>img[data-lazyload-src]{-webkit-transition:-webkit-transform .45s ease 0s,opacity .3s ease 0s;-moz-transition:-moz-transform .45s ease 0s,opacity .3s ease 0s;-o-transition:-o-transform .45s ease 0s,opacity .3s ease 0s;transition:transform .45s ease 0s,opacity .3s ease 0s}.bx-no-touch .services .services-item:hover .services-item__pic>img,.bx-touch .services .services-item:active .services-item__pic>img{-moz-transform:translate(-50%,-50%) scale(1.25) rotate(.02deg);-o-transform:translate(-50%,-50%) scale(1.25);-webkit-transform:translate(-50%,-50%) scale(1.25);transform:translate(-50%,-50%) scale(1.25)}.services-item__icon{width:180px;height:180px;display:flex;flex-direction:column;align-items:center;justify-content:center;-moz-border-radius:90px;-webkit-border-radius:90px;-khtml-border-radius:90px;border-radius:90px;background:#f1f6f7;-webkit-transition:all .3s ease 0s;-moz-transition:all .3s ease 0s;-o-transition:all .3s ease 0s;transition:all .3s ease 0s}.bx-no-touch .sections .section-item:hover .section-item__icon,.bx-no-touch .services .services-item:hover .services-item__icon,.bx-touch .sections .section-item:active .section-item__icon,.bx-touch .services .services-item:active .services-item__icon{background:0 0}.section-item__icon>i,.services-item__icon>i{font-size:70px;color:#55686e;-webkit-transition:all .3s ease 0s;-moz-transition:all .3s ease 0s;-o-transition:all .3s ease 0s;transition:all .3s ease 0s}.bx-no-touch .sections .section-item:hover .section-item__icon>i,.bx-no-touch .services .services-item:hover .services-item__icon>i,.bx-touch .sections .section-item:active .section-item__icon>i,.bx-touch .services .services-item:active .services-item__icon>i{color:#6639b6;-moz-transform:scale(1.25) rotate(.02deg);-o-transform:scale(1.25);-webkit-transform:scale(1.25);transform:scale(1.25)}.services-item__caption{width:100%;text-align:center}.services-item__title{margin-top:18px;font-family:"Museo Sans Cyrl 500",sans-serif;color:#000;-webkit-transition:all .3s ease 0s;-moz-transition:all .3s ease 0s;-o-transition:all .3s ease 0s;transition:all .3s ease 0s}.bx-no-touch .services .services-item:hover .services-item__title,.bx-touch .services .services-item:active .services-item__title{color:#6639b6}.services-item__text{margin-top:12px;color:#55686e}@media(max-width:991px){.services{padding-top:8px;padding-bottom:20px}.services .h1{padding-bottom:24px}.services .col-xs-12.col-md-3{float:left;display:block}.services .services-item{flex-direction:row;align-items:flex-start;margin-bottom:12px}.services-item__pic{width:86px;min-width:86px;margin-right:12px}.services-item__pic>img{-webkit-transition:none;-moz-transition:none;-o-transition:none;transition:none}.services-item__pic>img[data-lazyload-src]{-webkit-transition:opacity .3s ease 0s;-moz-transition:opacity .3s ease 0s;-o-transition:opacity .3s ease 0s;transition:opacity .3s ease 0s}.bx-no-touch .services .services-item:hover .services-item__pic>img,.bx-touch .services .services-item:active .services-item__pic>img{-moz-transform:translate(-50%,-50%);-o-transform:translate(-50%,-50%);-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.services-item__icon{width:80px;min-width:80px;height:80px;margin-right:12px;-webkit-transition:all .15s ease 0s;-moz-transition:all .15s ease 0s;-o-transition:all .15s ease 0s;transition:all .15s ease 0s}.bx-no-touch .services .services-item:hover .services-item__icon,.bx-touch .services .services-item:active .services-item__icon{background:#fff}.services-item__icon>i{font-size:32px}.bx-no-touch .services .services-item:hover .services-item__icon>i,.bx-touch .services .services-item:active .services-item__icon>i{-moz-transform:none;-o-transform:none;-webkit-transform:none;transform:none}.services-item__caption{text-align:left}.services-item__title{margin-top:3px;-webkit-transition:all .15s ease 0s;-moz-transition:all .15s ease 0s;-o-transition:all .15s ease 0s;transition:all .15s ease 0s}.services-item__text{margin-top:6px}}
/* End */
/* /bitrix/templates/enext/components/bitrix/catalog/.default/style.css?159482226918092 */
/* /bitrix/templates/enext/components/bitrix/catalog.section.list/catalog/style.min.css?159004627410539 */
/* /bitrix/templates/enext/components/bitrix/catalog.section/.default/style.min.css?15900462741307 */
/* /bitrix/templates/enext/components/bitrix/catalog.product.subscribe/.default/style.min.css?15892888891721 */
/* /bitrix/templates/enext/components/bitrix/catalog.item/.default/style.min.css?159004627425026 */
/* /bitrix/templates/enext/components/bitrix/sale.products.gift.section/.default/style.min.css?1590046274421 */
/* /bitrix/templates/enext/components/bitrix/catalog.product.subscribe/.default/style.min.css?15892888891721 */
/* /bitrix/templates/enext/components/bitrix/news.list/block_services/style.min.css?15900462545023 */
