

/* Start:/local/components/d1/breadcrumb/templates/.default/style.css?1550084144617*/
.breadcrumbs {
	color: #272934;
	margin: 0 0 15px;
	padding: 15px 0 0;
	list-style: none;
}
.breadcrumbs li {
	margin: 0;
	padding: 0;
	display: inline-block;
	vertical-align: top;
}
.breadcrumbs li::after {
	content: "";
	display: inline-block;
	vertical-align: middle;
	margin: 0 6px 0 8px;
	width: 1px;
	height: 17px;
	background-color: #ebedee;
	position: relative;
	top: -1px;
}
.breadcrumbs li:last-of-type::after {
	display: none;
}
.breadcrumbs a {
	color: #999;
}
.breadcrumbs a:hover {
	color: #296bb1;
}
@media (max-width: 1144px) {
	.breadcrumbs {
		display: none;
	}
}
/* End */


/* Start:/local/components/d1/catalog.smart.filter/templates/.default/style.css?15673612183176*/
.filter {
	padding: 25px 12px 5px;
	border: 1px solid #ebedee;
	background-color: #f8f9f9;
}
.filter-title {
	font-size: 18px;
	font-weight: 500;
	line-height: 1.1;
	text-align: center;
	margin: 0 0 15px;
}
.filter-buttons {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-bottom: 20px;
}
.filter-buttons .styled-btn {
	padding: 0 5px;
	border-width: 1px;
	height: 38px;
	line-height: 36px;
	max-width: calc(50% - 5px);
	width: 119px;
	font-size: 14px;
	font-weight: 400;
}
.filter-buttons .styled-btn._loading {
	background-size: 50%;
}
.filter-group {
	padding: 0 0 25px;
}
.filter-group-title {
	font-size: 18px;
	font-weight: 500;
	line-height: 1.1;
	text-align: center;
	margin: 0 -12px 15px;
	padding: 0 12px 12px;
	border-bottom: 1px solid #ebedee;
}
.filter-group-checkbox {
	margin: 0 0 5px;
}
.filter-group-checkbox._hidden{
	display: none;
}
.filter-group .styled-checkbox + label {
	font-weight: 400;
}
.filter-group .styled-checkbox + label:last-of-type {
	margin-bottom: 0;
}
.filter-group-all {
	height: 30px;
	line-height: 30px;
	width: 100%;
	display: table;
	text-decoration: underline;
	cursor: pointer;
}
.filter-price {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.filter-price-input {
	width: calc(50% - 6px);
	height: 36px;
	outline: none;
	padding: 0 14px;
	border-radius: 2px;
	border: 1px solid #ebedee;
	background-color: #fff;
}
.filter-price-input::-webkit-input-placeholder {
	color: #999;
	opacity: 1;
}
.filter-price-input:-ms-input-placeholder {
	color: #999;
	opacity: 1;
}
.filter-price-input::-ms-input-placeholder {
	color: #999;
	opacity: 1;
}
.filter-price-input::placeholder {
	color: #999;
	opacity: 1;
}
.filter-mobile-btn {
	display: none;
}
@media (max-width: 1144px) {
	.filter {
		display: none;
	}
	.filter-mobile-btn {
		display: block;
		margin: -10px 0 0;
		height: 79px;
		border: 1px solid #ebedee;
		background-color: #2e77c6;
		line-height: 77px;
		text-align: center;
		color: #fff;
		font-size: 30px;
		font-weight: 400;
	}
	.filter-mobile-btn:before {
		content: "";
		display: inline-block;
		vertical-align: middle;
		width: 32px;
		height: 30px;
		margin-right: 8px;
		background: url(/local/templates/d1/img/icon-filter2.png) no-repeat center/contain;
	}
	.filter-mobile-btn:hover, .filter-mobile-btn:focus {
		color: #171717;
	}
	.filter-mobile-btn.active {
		background-color: #ebedee;
	}
	.filter-buttons {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
	.filter-buttons .styled-btn {
		margin: 0 5px;
	}
}
@media (max-width: 550px) {
	.filter-mobile-btn {
		font-size: 18px;
		height: 55px;
		line-height: 53px;
	}
	.filter-mobile-btn:before {
		width: 18px;
		height: 17px;
	}
	.filter-mobile-btn,
	.filter {
		margin-left: -10px;
		margin-right: -10px;
		border-left: none;
		border-right: none;
	}
}
/* End */


/* Start:/local/templates/d1/libs/jcf/css/jcf.css?155008885611778*/
.jcf-radio {
	border-radius: 9px
}
.jcf-radio span {
	display: none;
	position: absolute;
	top: 3px;
	left: 3px;
	right: 3px;
	bottom: 3px;
	background: #777;
	border-radius: 100%
}
.jcf-radio input[type=radio] {
	position: absolute;
	height: 100%;
	width: 100%;
	border: 0;
	margin: 0;
	left: 0;
	top: 0
}
.jcf-radio.jcf-checked span {
	display: block
}
.jcf-checkbox, .jcf-radio {
	vertical-align: middle;
	display: inline-block;
	position: relative;
	overflow: hidden;
	cursor: default;
	background: #fff;
	border: 1px solid #777;
	margin: 0 3px 0 0;
	height: 16px;
	width: 16px
}
.jcf-checkbox span {
	position: absolute;
	display: none;
	height: 4px;
	width: 8px;
	top: 50%;
	left: 50%;
	margin: -7px 0 0 -6px;
	border: 3px solid #777;
	border-width: 0 0 3px 3px;
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	-ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=0.7071067811865483, M12=0.7071067811865467, M21=-0.7071067811865467, M22=0.7071067811865483, SizingMethod='auto expand')"
}
:root .jcf-checkbox span {
	margin: -4px 0 0 -5px
}
.jcf-checkbox input[type=checkbox] {
	position: absolute;
	width: 100%;
	height: 100%;
	border: 0;
	margin: 0;
	left: 0;
	top: 0
}
.jcf-checkbox.jcf-checked span {
	display: block
}
.jcf-button, .jcf-file {
	display: inline-block;
	position: relative;
	overflow: hidden;
	background: #fff
}
.jcf-button {
	vertical-align: top;
	border: 1px solid #777;
	margin: 0 10px 10px 0;
	padding: 5px 10px
}
.jcf-button .jcf-real-element {
	position: absolute;
	min-height: 100%;
	min-width: 100%;
	outline: none;
	opacity: 0;
	padding: 0;
	margin: 0;
	border: 0;
	bottom: 0;
	right: 0;
	left: 0;
	top: 0
}
.jcf-file {
	white-space: nowrap
}
.jcf-file .jcf-real-element {
	position: absolute;
	font-size: 200px;
	height: 200px;
	margin: 0;
	right: 0;
	top: 0
}
.jcf-file .jcf-fake-input, .jcf-file .jcf-upload-button {
	display: inline-block;
	vertical-align: top;
	white-space: nowrap;
	overflow: hidden;
	border: 1px solid #777;
	line-height: 28px;
	height: 28px
}
.jcf-file .jcf-fake-input {
	text-overflow: ellipsis;
	font-size: 13px;
	width: 125px;
	padding: 0 8px
}
.jcf-file .jcf-upload-button {
	margin: 0 0 0 -1px;
	padding: 0 10px
}
.jcf-scrollable-wrapper {
	box-sizing: content-box;
	position: relative
}
.jcf-scrollbar-vertical {
	position: absolute;
	cursor: default;
	background: #e3e3e3;
	width: 14px;
	bottom: 0;
	right: 0;
	top: 0
}
.jcf-scrollbar-vertical .jcf-scrollbar-dec, .jcf-scrollbar-vertical .jcf-scrollbar-inc {
	background: #bbb;
	height: 14px;
	width: 14px;
	left: 0;
	top: 0
}
.jcf-scrollbar-vertical .jcf-scrollbar-inc {
	top: auto;
	bottom: 0
}
.jcf-scrollbar-vertical .jcf-scrollbar-handle {
	background: #888;
	height: 1px;
	width: 14px
}
.jcf-scrollbar-horizontal {
	position: absolute;
	background: #e3e3e3;
	right: auto;
	top: auto;
	left: 0;
	bottom: 0;
	width: 1px;
	height: 14px
}
.jcf-scrollbar-horizontal .jcf-scrollbar-dec, .jcf-scrollbar-horizontal .jcf-scrollbar-inc {
	display: inline-block;
	vertical-align: top;
	overflow: hidden;
	background: #bbb;
	height: 14px;
	width: 14px
}
.jcf-scrollbar-horizontal .jcf-scrollbar-inc {
	left: auto;
	right: 0
}
.jcf-scrollbar-horizontal .jcf-scrollbar-slider {
	display: inline-block;
	position: relative;
	height: 14px
}
.jcf-scrollbar-horizontal .jcf-scrollbar-handle {
	position: absolute;
	background: #888;
	height: 14px
}
.jcf-scrollbar.jcf-inactive .jcf-scrollbar-handle {
	visibility: hidden
}
.jcf-scrollbar.jcf-inactive .jcf-scrollbar-dec, .jcf-scrollbar.jcf-inactive .jcf-scrollbar-inc {
	background: #e3e3e3
}
.jcf-select {
	width: 100%;
	height: 32px;
	display: inline-block;
	vertical-align: top;
	position: relative;
	border: 1px solid #efefef;
	background: #fff;
	min-width: 150px;
	border-radius: 3px;
}
.jcf-select select {
	z-index: 1;
	left: 0;
	top: 0
}
.jcf-select .jcf-select-text {
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	cursor: default;
	display: block;
	font-size: 14px;
	line-height: 32px;
	margin: 0 35px 0 8px
}
.jcf-select-text span {
	display: inline-block;
}
.jcf-select-text ._loading {
	background-position: right center;
	background-size: 50%;
}
.jcf-select .jcf-select-opener {
	width: 30px;
	height: 30px;
	position: absolute;
	top: 0;
	right: 0;
	background-size: 30%;
	background-image: url(/local/templates/d1/img/arrow-right.png);
	transform: rotate(90deg);
	background-repeat: no-repeat;
	background-color: #efefef;
	background-position: center center;
}
body > .jcf-select-drop {
	position: absolute;
	margin: -1px 0 0;
	z-index: 9999
}
body > .jcf-select-drop.jcf-drop-flipped {
	margin: 1px 0 0
}
.jcf-select .jcf-select-drop {
	position: absolute;
	margin-top: 0;
	z-index: 9999;
	top: 100%;
	left: -1px;
	right: -1px
}
.jcf-select .jcf-drop-flipped {
	bottom: 100%;
	top: auto
}
.jcf-select.jcf-compact-multiple {
	max-width: 220px
}
.jcf-select.jcf-compact-multiple .jcf-select-opener:before {
	display: inline-block;
	padding-top: 2px;
	content: '...'
}
.jcf-select-drop .jcf-select-drop-content {
	border: 1px solid #e4e4e4;
}
.jcf-select-drop.jcf-compact-multiple .jcf-hover {
	background: 0 0
}
.jcf-select-drop.jcf-compact-multiple .jcf-selected {
	background: #e6e6e6;
	color: #000
}
.jcf-select-drop.jcf-compact-multiple .jcf-selected:before {
	display: inline-block;
	content: '';
	height: 4px;
	width: 8px;
	margin: -7px 5px 0 -3px;
	border: 3px solid #777;
	border-width: 0 0 3px 3px;
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	-ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=0.7071067811865483, M12=0.7071067811865467, M21=-0.7071067811865467, M22=0.7071067811865483, SizingMethod='auto expand')"
}
.jcf-list-box {
	overflow: hidden;
	display: inline-block;
	border: 1px solid #b8c3c9;
	min-width: 200px;
	margin: 0 15px
}
.jcf-list, .jcf-list .jcf-list-content {
	vertical-align: top;
	display: inline-block;
	width: 100%
}
.jcf-list {
	position: relative;
	background: #fff;
	line-height: 14px;
	font-size: 12px
}
.jcf-list .jcf-list-content {
	overflow: auto
}
.jcf-list ul {
	list-style: none;
	padding: 0;
	margin: 0
}
.jcf-list .jcf-option, .jcf-list ul li {
	overflow: hidden;
	display: block
}
.jcf-list .jcf-overflow {
	overflow: auto
}
.jcf-list .jcf-option {
	white-space: nowrap;
	cursor: default;
	padding: 5px 9px;
	color: #171717;
	min-height: 14px;
	font-size: 14px;
	height: 1%
}
.jcf-list .jcf-disabled {
	background: #fff !important;
	color: #aaa !important
}
.jcf-list-box .jcf-selected, .jcf-select-drop .jcf-hover {
	background: #e6e6e6;
	color: #000;
	cursor: pointer;
	font-weight: bold;
}
.jcf-list .jcf-optgroup-caption {
	white-space: nowrap;
	font-weight: 700;
	display: block;
	padding: 5px 9px;
	cursor: default;
	color: #000
}
.jcf-list .jcf-optgroup .jcf-option {
	padding-left: 30px
}
.jcf-textarea {
	border: 1px solid #b8c3c9;
	box-sizing: content-box;
	display: inline-block;
	position: relative
}
.jcf-textarea .jcf-scrollbar-horizontal {
	display: none;
	height: 0
}
.jcf-textarea textarea {
	padding: 8px 10px;
	border: none;
	margin: 0
}
.jcf-textarea .jcf-resize {
	position: absolute;
	text-align: center;
	cursor: se-resize;
	background: #e3e3e3;
	font-weight: 700;
	line-height: 15px;
	text-indent: 1px;
	font-size: 12px;
	height: 15px;
	width: 14px;
	bottom: 0;
	right: 0
}
.jcf-textarea .jcf-resize:before {
	border: 1px solid #000;
	border-width: 0 1px 1px 0;
	display: block;
	margin: 4px 0 0 3px;
	width: 6px;
	height: 6px;
	content: ''
}
.jcf-number {
	display: inline-block;
	position: relative;
	height: 32px
}
.jcf-number input {
	-moz-appearance: textfield;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border: 1px solid #777;
	padding: 3px 27px 3px 7px;
	margin: 0;
	height: 100%
}
.jcf-number input::-webkit-inner-spin-button, .jcf-number input::-webkit-outer-spin-button {
	-webkit-appearance: none
}
.jcf-number .jcf-btn-dec, .jcf-number .jcf-btn-inc {
	position: absolute;
	background: #aaa;
	width: 20px;
	height: 15px;
	right: 1px
}
.jcf-number .jcf-btn-inc {
	top: 1px
}
.jcf-number .jcf-btn-dec {
	top: auto;
	bottom: 1px
}
.jcf-number .jcf-btn-dec:hover, .jcf-number .jcf-btn-inc:hover {
	background: #e6e6e6
}
.jcf-number.jcf-disabled .jcf-btn-dec:hover, .jcf-number.jcf-disabled .jcf-btn-inc:hover {
	background: #aaa
}
.jcf-number .jcf-btn-dec:before, .jcf-number .jcf-btn-inc:before {
	position: absolute;
	content: '';
	width: 0;
	height: 0;
	top: 50%;
	left: 50%;
	border: 4px solid #aaa
}
.jcf-number .jcf-btn-inc:before {
	margin: -6px 0 0 -4px;
	border-color: transparent transparent #000 transparent
}
.jcf-number .jcf-btn-dec:before {
	margin: -1px 0 0 -4px;
	border-color: #000 transparent transparent transparent
}
.jcf-number .jcf-btn-dec.jcf-disabled:before, .jcf-number .jcf-btn-inc.jcf-disabled:before, .jcf-number.jcf-disabled .jcf-btn-dec:before, .jcf-number.jcf-disabled .jcf-btn-inc:before {
	opacity: .3
}
.jcf-number.jcf-disabled input {
	background: #ddd
}
.jcf-range {
	display: inline-block;
	min-width: 200px;
	margin: 0 10px;
	width: 130px
}
.jcf-range .jcf-range-track {
	margin: 0 20px 0 0;
	position: relative;
	display: block;
	height: 10px
}
.jcf-range .jcf-range-wrapper {
	position: relative;
	background: #e5e5e5;
	border-radius: 5px;
	display: block;
	margin: 5px 0
}
.jcf-range.jcf-vertical {
	min-width: 0;
	width: auto
}
.jcf-range.jcf-vertical .jcf-range-wrapper {
	margin: 0;
	width: 10px;
	height: auto;
	padding: 20px 0 0
}
.jcf-range.jcf-vertical .jcf-range-track {
	height: 180px;
	width: 10px
}
.jcf-range.jcf-vertical .jcf-range-handle {
	left: -5px;
	top: auto
}
.jcf-range .jcf-range-display-wrapper {
	position: absolute;
	min-height: 10px;
	min-width: 10px;
	left: 10px;
	right: 10px
}
.jcf-range .jcf-range-display {
	border-radius: 5px;
	position: absolute;
	background: #888;
	width: 10px;
	height: 10px
}
.jcf-range .jcf-range-display.jcf-range-min {
	margin: 0 0 0 -10px;
	padding: 0 0 0 10px
}
.jcf-range .jcf-range-display.jcf-range-max {
	margin: 0 -10px 0 0;
	padding: 0 10px 0 0
}
.jcf-range.jcf-vertical .jcf-range-display-wrapper {
	left: auto;
	right: auto;
	top: 10px;
	bottom: 10px
}
.jcf-range.jcf-vertical .jcf-range-display.jcf-range-min {
	margin: 0 0 -10px;
	padding: 0 0 10px
}
.jcf-range.jcf-vertical .jcf-range-display.jcf-range-max {
	margin: -10px 0 0;
	padding: 10px 0 0
}
.jcf-range .jcf-range-handle {
	position: absolute;
	background: #aaa;
	border-radius: 19px;
	width: 19px;
	height: 19px;
	margin: -4px 0 0;
	z-index: 1;
	top: 0;
	left: 0
}
.jcf-range .jcf-range-mark {
	position: absolute;
	overflow: hidden;
	background: #000;
	width: 1px;
	height: 3px;
	top: -7px;
	margin: 0 0 0 9px
}
.jcf-range.jcf-vertical .jcf-range-mark {
	margin: 0 0 9px;
	left: 14px;
	top: auto;
	width: 3px;
	height: 1px
}
.jcf-range .jcf-active-handle {
	z-index: 2
}
.jcf-range.jcf-focus .jcf-active-handle {
	border: 1px solid #e4e4e4;
	margin: -5px 0 0 -1px
}
.jcf-range.jcf-disabled {
	background: 0 0 !important;
	opacity: .3
}
.jcf-disabled {
	background: #ddd !important
}
.jcf-focus, .jcf-focus * {
	border-color: #e4e4e4 !important
}
/* End */


/* Start:/local/components/d1/pagenavigation/templates/.default/style.css?15504195471943*/
.pagination {
	list-style: none;
	margin: 0 0 30px;
	padding: 0;
	text-align: center;
}
.pagination a,
.pagination span {
	display: block;
	width: 36px;
	height: 36px;
	border-radius: 50%;
	border: 1px solid transparent;
	background-color: transparent;
	line-height: 34px;
	text-align: center;
	text-decoration: underline;
	color: #171717;
	-webkit-transition: color 0.18s ease-in-out, background-color 0.18s ease-in-out;
	-o-transition: color 0.18s ease-in-out, background-color 0.18s ease-in-out;
	transition: color 0.18s ease-in-out, background-color 0.18s ease-in-out;
}
.pagination a:hover,
.pagination span:hover {
	text-decoration: none;
	color: #296bb1;
}
.pagination li {
	margin: 0 -2px 10px;
	padding: 0;
	display: inline-block;
	vertical-align: middle;
}
.pagination li.arrow a,
.pagination li.arrow span {
	border: 1px solid #ebedee;
	background-color: #f8f9f9;
	position: relative;
}
.pagination li.arrow a:before,
.pagination li.arrow span:before {
	content: "";
	position: absolute;
	padding: 5px;
	border: solid #999;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%) rotate(45deg);
	-ms-transform: translate(-50%, -50%) rotate(45deg);
	transform: translate(-50%, -50%) rotate(45deg);
}
.pagination li.arrow a:hover,
.pagination li.arrow span:hover {
	background-color: #296bb1;
}
.pagination li.arrow a:hover:before,
.pagination li.arrow span:hover:before {
	border-color: #fff;
}
.pagination li.prev {
	margin-right: 5px;
}
.pagination li.prev a:before,
.pagination li.prev span:before {
	border-width: 0 0 2px 2px;
	left: 57%;
}
.pagination li.next {
	margin-left: 5px;
}
.pagination li.next a:before,
.pagination li.next span:before {
	border-width: 2px 2px 0 0;
	left: 45%;
}
.pagination li._active a,
.pagination li._active span {
	border-color: #2e77c6;
	background-color: #2e77c6;
	color: #fff;
	text-decoration: none;
}

/* End */


/* Start:/local/components/d1/catalog.section/templates/.default/style.css?17863767516794*/
.catalog-page-wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.catalog-left {
	width: 274px;
	margin: 0 0 15px;
}
.catalog-right {
	width: calc(100% - 274px);
	padding-left: 20px;
}

.catalog-options {
	border: 1px solid #ebedee;
	background-color: #f8f9f9;
	margin-bottom: 10px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 6px 20px;
}
.catalog-sort-label {
	display: inline-block;
	font-weight: 400;
	margin-right: 10px;
	vertical-align: middle;
}
.catalog-sort-select {
	vertical-align: middle;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
}
.catalog-sort-item {
	border: 1px solid #ebedee;
	background-color: #fff;
	height: 28px;
	line-height: 26px;
	width: 107px;
	display: block;
	text-align: center;
	margin-right: 10px;
	color: #171717;
	font-size: 14px;
	text-decoration: none;
	overflow: hidden;
	white-space: nowrap;
	padding: 0 5px;
}
.catalog-sort-item:hover, .catalog-sort-item:focus {
	text-decoration: none;
	color: #2e77c6;
}
.catalog-sort-item._active {
	border-color: #ebedee;
	background-color: #ebedee;
	color: #999;
	cursor: default;
}
.catalog-sort-item:last-of-type {
	margin-right: 0;
}
.catalog-sort-mobile-variants {
	display: none;
}
.catalog-show-label {
	display: inline-block;
	font-weight: 400;
	margin-right: 10px;
	line-height: 32px;
}
.catalog-show-select {
	display: inline-block;
	vertical-align: middle;
	width: 67px;
}
.catalog-show-select .jq-selectbox__select {
	height: 27px;
	padding: 0 27px 0 2px;
	text-align: center;
	border: 1px solid #ebedee;
	border-radius: 2px;
	background: none;
	background-color: #fff;
	-webkit-box-shadow: none;
	box-shadow: none;
	font: inherit;
	line-height: 27px;
	color: inherit;
	text-shadow: none;
	width: 100%;
}
.catalog-show-select .jq-selectbox__select:active {
	background: #fff;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.catalog-show-select.focused .jq-selectbox__select {
	border: 1px solid #ebedee;
}
.catalog-show-select:hover .jq-selectbox__trigger,
.catalog-show-select .jq-selectbox__trigger {
	border-left: 1px solid #ebedee;
	width: 25px;
	background-color: #f8f9f9;
}
.catalog-show-select:hover .jq-selectbox__trigger-arrow,
.catalog-show-select .jq-selectbox__trigger-arrow {
	border: 2px solid #c5cacd;
	padding: 3px;
	top: 7px;
	right: 8px;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	border-left: none;
	border-top: none;
}
.catalog-show-select li {
	padding-left: 15px;
	padding-right: 15px;
}
.catalog-show-select li:hover {
	background-color: #2e77c6;
}
.catalog-show .jcf-select {
	width: 30px;
	min-width: 80px;
}
@media (max-width: 1279px) {
	.catalog-right {
		padding-left: 10px;
	}
}
@media (max-width: 1144px) {
	.catalog-page-wrapper {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.catalog-left {
		width: 100%;
	}
	.catalog-right {
		width: 100%;
		padding-left: 0;
	}
	.page-catalog .breadcrumbs {
		display: none;
	}
	.page-catalog .section-header {
		display: none;
	}
}
@media (max-width: 755px) {
	.page-catalog .styled-hr {
		display: none;
	}
	.filter-mobile-btn {
		margin-top: 0;
	}
	.catalog-options {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	.catalog-sort {
		padding-bottom: 10px;
		margin-bottom: 10px;
	}
}
@media (max-width: 550px) {
	.catalog-options {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		margin-left: -10px;
		margin-right: -10px;
		padding: 0;
		border: none;
		background-color: transparent;
	}
	.catalog-sort {
		padding: 6px 15px;
		border: 1px solid #ebedee;
		background-color: #f8f9f9;
		border-left: none;
		border-right: none;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		width: 100%;
	}
	.catalog-sort-select {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		height: 28px;
		position: relative;
		width: 137px;
		padding-right: 30px;
	}
	.catalog-sort-item {
		position: relative;
		margin-right: 0;
		-webkit-transition: none;
		-o-transition: none;
		transition: none;
	}
	.catalog-sort-item:not(.active) {
		display: none;
	}
	.catalog-sort-item._active {
		display: block;
		-webkit-box-ordinal-group: 0;
		-ms-flex-order: -1;
		order: -1;
	}
	.catalog-sort-mobile-variants {
		display: block;
		z-index: 2;
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		border: 1px solid #ebedee;
	}
	.catalog-sort-mobile-variants:after {
		content: "";
		border: 2px solid #c5cacd;
		position: absolute;
		padding: 3px;
		top: 7px;
		right: 10px;
		-webkit-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		transform: rotate(45deg);
		border-left: none;
		border-top: none;
	}
	.catalog-sort-mobile-variants._active {
		z-index: 22;
	}
	.catalog-sort-mobile-variants._active ~ .catalog-sort-item {
		display: block;
		z-index: 20;
	}
	.catalog-show {
		width: 100%;
		text-align: center;
	}
}

@media (max-width: 755px) {
	.catalog-options {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		margin-left: -10px;
		margin-right: -10px;
		padding: 6px 12px;
		border: 1px solid #ebedee;
		border-left: none;
		border-right: none;
		background-color: #f8f9f9;
	}
	.catalog-options .catalog-sort {
		width: auto;
		margin: 0;
		padding: 0;
		border: none;
		background-color: transparent;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
	}
	.catalog-options .catalog-show {
		width: auto;
		margin-left: 10px;
		text-align: right;
	}
	.catalog-options .catalog-sort-label,
	.catalog-options .catalog-show-label {
		margin-right: 6px;
		font-size: 12px;
	}
	.catalog-options .catalog-sort-select {
		width: 128px;
		padding-right: 0;
	}

	.catalog-options .catalog-sort-item {
		width: 100%;
		margin-right: 0;
		padding: 0 26px 0 10px;
		font-size: 13px;
		text-align: left;
		text-overflow: ellipsis;
	}

	.catalog-sort-mobile-variants._active ~ .catalog-sort-item {
		-webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.12);
		box-shadow: 0 2px 6px rgba(0, 0, 0, 0.12);
	}
}

@media (max-width: 420px) {
	.catalog-options .catalog-sort-label {
		display: none;
	}
}
/* End */


/* Start:/local/templates/d1/css/catalog.css?17013296274675*/
.catalog-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 -10px 25px;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: start;
}
.catalog-item {
	width: 294px;
	-ms-flex-preferred-size: 294px;
	flex-basis: 294px;
	max-width: calc(50% - 20px);
	margin: 0 10px 24px;
	border: 1px solid #ebedee;
	background-color: #fff;
	padding: 25px 20px 17px;
	min-height: 425px;
	position: relative;
}
.catalog-item-img {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 175px;
	max-width: 254px;
	margin: 0 auto 20px;
}
.catalog-item-img img {
	display: block;
	/*max-width: 100%;
	max-height: 100%;*/
}
.catalog-item-img img {
	max-height: 100%;
}
.catalog-item-title {
	font-size: 16px;
	font-weight: 400;
	line-height: 1.33;
	min-height: 70px;
	max-width: 254px;
	margin: 0 auto 5px;
}
.catalog-item-title a {
	display: block;
	color: #171717;
}
.catalog-item-title a:hover {
	color: #296bb1;
}
.catalog-item-price {
	text-align: center;
	margin-bottom: 15px;
}
.catalog-item-price .old {
	color: #99a1a6;
	font-size: 12px;
	line-height: 1.2;
	display: inline-block;
	vertical-align: middle;
	margin-right: 5px;
}
.catalog-item-price .old span {
	text-decoration: line-through;
}
.catalog-item-price .discount {
	background-color: #c00;
	padding: 3px 5px 2px;
	color: #fff;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.2;
	display: inline-block;
	vertical-align: middle;
}
.catalog-item-price .new {
	font-size: 30px;
	font-weight: 700;
	line-height: 1;
	margin-top: 3px;
}
.catalog-item-props {
	list-style: none;
	padding: 0;
	margin: 10px -20px 0;
}
.catalog-item-props li {
	text-align: center;
	font-size: 13px;
	font-weight: 300;
	color: #333;
}
.catalog-item-props li:nth-child(odd) {
	background: #f4f4f4;
}
.catalog-item-btn {
	width: 100%;
	display: flex;
	flex-direction: row;
	/*margin: 0 -10px;*/
	justify-content: space-between;
	/*align-items: center;*/
}
.catalog-item-btn .styled-btn {
	width: 47%;
	display: inline-block;
	color: #171717;
	margin: 0;
}
/*.catalog-item-buy.border {
	color: #171717;
	width: 206px;
	padding: 0 10px;
	margin: 0 auto;
	display: block;
}*/
.catalog-item-buy.border .text-2 {
	display: none;
}
.catalog-item-buy.border._active {
	background-color: #296bb1;
	color: #fff;
	transition: none;
}
.catalog-item-number {
	border: 1px solid #ebedee;
	background-color: #fff;
	position: absolute;
	padding: 0 10px;
	width: auto;
	max-width: 95%;
	height: 20px;
	line-height: 20px;
	border-radius: 10px;
	text-align: center;
	color: #99a1a6;
	font-size: 12px;
	font-weight: 400;
	left: 50%;
	top: 100%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	white-space: nowrap;
}
.catalog-item-label {
	padding: 0 12px 0 10px;
	position: absolute;
	left: 0;
	top: 34px;
	height: 25px;
	line-height: 25px;
	background-color: #c00;
	color: #fff;
	pointer-events: none;
}
.catalog-item-label:before, .catalog-item-label:after {
	content: "";
	position: absolute;
	right: -11px;
}
.catalog-item-label:before {
	border-left: 13px solid transparent;
	border-right: 13px solid transparent;
	border-top: 20px solid #c00;
	top: 0;
}
.catalog-item-label:after {
	border-left: 13px solid transparent;
	border-right: 13px solid transparent;
	border-bottom: 20px solid #c00;
	bottom: 0;
}
.catalog-item .rating {
	position: absolute;
	right: 30px;
	top: 37px;
	pointer-events: none;
}
.catalog-list.full-width .catalog-item {
	max-width: calc(25% - 20px);
}
#card .full-width .catalog-item {
	max-width: none;
}
.catalog-list.full-width .catalog-item .rating {
	right: 30px;
}
.catalog-list.full-width .catalog-item-img {
	max-width: none;
}
.catalog-list.full-width .catalog-item-title {
	max-width: none;
}
@media (max-width: 1279px) {
	.catalog-item {
		width: 349px;
		-ms-flex-preferred-size: 349px;
		flex-basis: 349px;
	}
	.catalog-list.full-width .catalog-item {
		max-width: calc(33.333333333333% - 20px);
		width: 294px;
		-ms-flex-preferred-size: 294px;
		flex-basis: 294px;
	}
}
@media (max-width: 1279px) and (min-width: 756px) {
	.catalog-list:not(.full-width) .catalog-item .rating {
		right: 55px;
	}
}
@media (max-width: 1144px) {
	.catalog-list.full-width .catalog-item {
		max-width: calc(50% - 20px);
	}
}
@media (max-width: 550px) {
	.catalog-list {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
	.catalog-list.full-width .catalog-item {
		max-width: calc(100% - 20px);
	}
	.catalog-item {
		max-width: calc(100% - 20px);
	}
	.catalog-item-title {
		max-width: none;
	}
	.catalog-item-img {
		max-width: none;
	}
}

/* End */


/* Start:/local/templates/d1/css/catalogTags.css?17863630353271*/
.catalog-tags {
	padding: 5px;
}
ul.catalog-tags {
	border: 1px solid #ebedee;
	background-color: #f8f9f9;
	column-count: 8;
	list-style: none;
}
ul.catalog-tags._pritsepy {
	column-count: 5;
}
ul.catalog-tags._pritsepy li a {
	text-align: left;
	width: 100%;
	padding-left: 10px;
}
.catalog-tags li {
	text-align: center;
}
.catalog-tags._brands {
	margin-bottom: 15px;
}
.catalog-tags a {
	display: inline-block;
	margin: 5px 5px 0 0;
	color: #171717;
}
div.catalog-tags a {
	padding: 6px 14px;
	border: 1px solid #efefef;
	background-color: #f9f9f9;
	color: #171717;
	border-radius: 3px;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}
.catalog-tags a:hover {
	text-decoration: underline;
}
.catalog-tags a:last-child {
	margin-right: 0;
}
.catalog-list_goods {
	padding: 15px;
	background-color: white;
}
@media (max-width: 1279px) {
	ul.catalog-tags {
		column-count: 6;
	}
	ul.catalog-tags._pritsepy {
		column-count: 4;
	}
}
@media (max-width: 755px) {
	ul.catalog-tags {
		column-count: 4;
	}
	ul.catalog-tags._pritsepy {
		column-count: 3;
	}
}
@media (max-width: 550px) {
	ul.catalog-tags {
		column-count: 3;
	}
	ul.catalog-tags._pritsepy {
		column-count: 2;
	}
}

/* ---------------------------------------------------------------------------
   Список марок под кнопкой на телефонах.
   Раскрытие на чекбоксе, без JS. На десктопе кнопка скрыта,
   список показывается как раньше.
   --------------------------------------------------------------------------- */
.catalog-tags-check {
	/* Прячем визуально, но оставляем доступным с клавиатуры */
	position: absolute;
	width: 1px;
	height: 1px;
	margin: -1px;
	padding: 0;
	border: 0;
	overflow: hidden;
	clip: rect(0 0 0 0);
	white-space: nowrap;
}
.catalog-tags-btn {
	display: none;
}

@media (max-width: 755px) {
	.catalog-tags-btn {
		display: block;
		position: relative;
		margin-bottom: 10px;
		padding: 13px 40px 13px 16px;
		border: 1px solid #ebedee;
		border-radius: 3px;
		background-color: #f8f9f9;
		color: #171717;
		font-size: 15px;
		line-height: 20px;
		cursor: pointer;
		-webkit-user-select: none;
		-moz-user-select: none;
		-ms-user-select: none;
		user-select: none;
	}
	/* Стрелка-указатель */
	.catalog-tags-btn:after {
		content: "";
		position: absolute;
		right: 18px;
		top: 50%;
		width: 8px;
		height: 8px;
		margin-top: -6px;
		border-right: 2px solid #2e77c6;
		border-bottom: 2px solid #2e77c6;
		-webkit-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		transform: rotate(45deg);
		-webkit-transition: 0.2s;
		-o-transition: 0.2s;
		transition: 0.2s;
	}
	.catalog-tags-check:checked ~ .catalog-tags-btn:after {
		margin-top: -2px;
		-webkit-transform: rotate(-135deg);
		-ms-transform: rotate(-135deg);
		transform: rotate(-135deg);
	}
	/* Видимая рамка при переходе клавиатурой */
	.catalog-tags-check:focus ~ .catalog-tags-btn {
		outline: 2px solid #2e77c6;
		outline-offset: 2px;
	}
	.catalog-tags-wrapper ul.catalog-tags {
		display: none;
	}
	.catalog-tags-check:checked ~ ul.catalog-tags {
		display: block;
		margin-bottom: 12px;
	}
}
/* End */
/* /local/components/d1/breadcrumb/templates/.default/style.css?1550084144617 */
/* /local/components/d1/catalog.smart.filter/templates/.default/style.css?15673612183176 */
/* /local/templates/d1/libs/jcf/css/jcf.css?155008885611778 */
/* /local/components/d1/pagenavigation/templates/.default/style.css?15504195471943 */
/* /local/components/d1/catalog.section/templates/.default/style.css?17863767516794 */
/* /local/templates/d1/css/catalog.css?17013296274675 */
/* /local/templates/d1/css/catalogTags.css?17863630353271 */
