

/* Start:/bitrix/templates/mkws/components/bitrix/catalog/catalog/style.css?17569003635953*/
.catalog {
	display: flex;
	flex-flow: row wrap;
	margin-top: 10px;
}

.catalog > * {
	width: 100%;
}

.catalog .catalogLeft {
	width: 248px;
}


.catalog .catalogRight {
	width: calc(100% - 248px);
	padding-left: 52px;
	position: relative;
}

.catalogSections {
	width: 100%;
}

.catalogBlockMenu > a {
	font-weight: 600;
	font-size: 16px;
	line-height: 19px;
	letter-spacing: 0.02em;
	color: #333333;
	display: block;
	width: 100%;
	margin-bottom: 24px;
}

.catalogBlockMenu ul {
	padding: 0;
	list-style: none;
	margin: 0 0 40px;
}

.catalogBlockMenu ul a {
	font-size: 14px;
	line-height: 18px;
	letter-spacing: 0.02em;
	color: #999999;
}

.catalogBlockMenu ul li {
	margin-bottom: 24px;
}

.showMore {
	font-weight: 600;
	font-size: 14px;
	line-height: 17px;
	color: #7692F2;
	cursor: pointer;
}

.catalogFastLinks {
	width: 100%;
	display: flex;
	flex-flow: row wrap;
	margin-bottom: 38px;
}
.catalogFastLinks a {
	font-size: 14px;
	line-height: 18px;
	letter-spacing: 0.02em;
	color: #333333;
	background: #ECF8F7;
	border-radius: 24px;
	padding: 12px 16px;
	margin: 4px;
	text-decoration: none;
}


.catalogFastLinks a.active {
	background: #25C7BD;
	padding-right: 36px;
	color: #FFFFFF;
	position: relative;
}

.closeFastLink {
	position: absolute;
	width: 16px;
	height: 16px;
	right: 16px;
	top: 50%;
	transform: translateY(-50%);
}

.closeFastLink:before {
	content: '';
	position: absolute;
	height: 2px;
	background: #fff;
	transform: matrix(-0.71, -0.71, -0.71, 0.71, 0, 0);
	width: 100%;
	top: 7px;
	left: 0;
}

.closeFastLink:after {
	content: '';
	position: absolute;
	height: 2px;
	transform: rotate(-45deg);
	width: 100%;
	background: #fff;
	top: 7px;
	left: 0;
}

.checkFilter {
	margin: 0 -4px 20px;
	justify-content: left!important;
}

.checkFilterProps {
	background: #E01A49;
	border-radius: 24px;
	padding: 12px 16px;
	font-size: 14px;
	line-height: 18px;
	text-align: center;
	letter-spacing: 0.02em;
	color: #FFFFFF;
	margin: 4px;
	position: relative;
	padding-right: 36px;
}



@keyframes rotateInfinity {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(1turn);
		transform: rotate(1turn);
	}
}
.loading_screen {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	background: hsla(0,0%,100%,.7);
}
.hide {
	display: none;
}
.loading_screen .loading,
.catalog.preload:before {
	content: '';
	border-color: #25C7BD rgba(137,143,151,.2) rgba(137,143,151,.2) #25C7BD;
	display: inline-block;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-animation: rotateInfinity .7s linear infinite;
	animation: rotateInfinity .7s linear infinite;
	box-sizing: border-box;
	border-style: solid;
	border-radius: 100px;
	width:38px;
	height:38px;
	line-height:32px;
	border-width:3px;
	-webkit-animation-duration:.75s;
	animation-duration:.75s;
	top: calc(50% - 25px);
	left: calc(50% - 25px);
	position: absolute;
	z-index: 300;
}

.catalogRight.preload:after,
.catalog.preload:after {
	content: '';
	background: hsla(0,0%,100%,.7);
	position: absolute;
	top: 0;
	left: 0;
	z-index: 200;
	width: 100%!important;
	height: 100%!important;
}


.catalogFilterDelete {
	position: absolute;
	width: 16px;
	height: 16px;
	right: 16px;
	top: 50%;
	transform: translateY(-50%);
	cursor: pointer;
}

.catalogFilterDelete:before {
	content: '';
	position: absolute;
	height: 2px;
	background: #fff;
	transform: matrix(-0.71, -0.71, -0.71, 0.71, 0, 0);
	width: 100%;
	top: 7px;
	left: 0;
}

.catalogFilterDelete:after {
	content: '';
	position: absolute;
	height: 2px;
	transform: rotate(
			-45deg
	);
	width: 100%;
	background: #fff;
	top: 7px;
	left: 0;
}

.section_sort select {
	background: #FFFFFF;
	border: 1px solid #CCCCCC;
	box-sizing: border-box;
	border-radius: 4px;font-family: Gilroy;
	font-style: normal;
	font-weight: normal;
	font-size: 18px;
	line-height: 21px;
	display: flex;
	align-items: center;
	letter-spacing: 0.03em;
	color: #333333;
	padding: 16px;

}

.showFilter {
	display: none;
}


.catalogRightBlockTop {
	margin-bottom: 32px;
}
@media (max-width: 1280px) {
	.sectionsList a {
		width: calc(33.33% - 20px);
	}

	.catalogFastLinks {
		justify-content: left;
	}

	.newsSliderItemBig > a, .newsSliderItemBig > div {
		height: 270px;
	}
}
@media (max-width: 768px) {
	.catalog .catalogLeft {
		width: 100%;
	}
	.catalog .catalogRight {
		width: 100%;
		padding-left: 0;
	}
	.catalogFastLinks {
		white-space: nowrap;
		overflow: auto;
		flex-wrap: nowrap;
		margin-bottom: 28px;
		margin-right: -34px;
		padding-bottom: 10px;
		width: calc(100% + 34px);
	}

	.showFilter {
		display: block;
	}

	.section_sort {
		width: calc(50% - 5px);
	}

	.section_sort select {
		width: 100%;
	}

	.showFilter {
		width: calc(50% - 5px);
		background: #25C7BD;
		border-radius: 4px;
		display: flex;
		align-items: center;
		justify-content: center;
		padding: 16px 24px;
		font-weight: 600;
		font-size: 18px;
		line-height: 21px;
		text-align: center;
		letter-spacing: 0.03em;
		color: #FFFFFF;
	}

	.showFilter svg {
		margin-right: 10px;
	}
}

@media (max-width: 640px) {
	.showFilter svg {
		margin-right: 0;
	}
	.showFilter {
		font-size: 0;
		width: 48px;
		padding: 10px 8px;
	}
	.catalog .catalogSection .catalogItem {
		width: 100%!important;
	}
	.section_sort {
		width: calc(100% - 68px);
	}

	.section_sort select {
		padding: 10px 8px 10px 12px;
		font-weight: 600;
	}

	.catalog .catalogSection .catalogItemImg {
		padding: 0 40px 48px;
		height: 194px;
	}

	.catalog .catalogSection .catalogItemImg img {
		max-height: 100%;
	}

	.catalog .catalogSection .wishBtn {
		right: 0;
	}
	.catalog .catalogSection .catalogItemLabels {
		top: auto;
		bottom: 0;
	}

	.bx-pagination .bx-pagination-container ul li.bx-pag-next a span,
	.bx-pagination .bx-pagination-container ul li.bx-pag-prev a span{
		font-size: 0;
	}

	.catalogFastLinks {
		margin-right: -20px;
		width: calc(100% + 20px);
	}
}

/* End */


/* Start:/bitrix/templates/mkws/components/bitrix/catalog/catalog/section.css?1632387600320*/
h1 {
    font-size: 60px!important;
    line-height: 73px!important;
}

@media (max-width: 1280px){
    h1 {
        font-size: 36px!important;
        line-height: 44px!important;
    }
}
@media (max-width: 640px){
    h1 {
        font-size: 22px!important;
        line-height: 27px!important;
    }
}
/* End */


/* Start:/bitrix/templates/mkws/components/bitrix/catalog/catalog/bitrix/catalog.section.list/.default/style.css?1633510800714*/
.sectionsList {
	display: flex;
	flex-flow: row wrap;
	margin: 0 -10px 70px;
}

.sectionsList a {
	display: flex;
	width: calc(25% - 20px);
	margin: 10px;
	background: #FBFBFB;
	border: 1px solid #FBFBFB;
	box-sizing: border-box;
	border-radius: 4px;
	padding: 20px 24px 20px;
	font-weight: 600;
	font-size: 16px;
	line-height: 19px;
	letter-spacing: 0.02em;
	color: #333333;
	align-items: center;
}

.sectionsList a > div {
	width: calc(100% - 60px);
	padding-left: 20px;
}
@media (max-width: 1100px){
	.sectionsList a {
		width: calc(33.33% - 20px);
	}
}
@media (max-width: 768px){
	.sectionsList a {
		width: calc(50% - 20px);
	}
}

@media (max-width: 640px){
	.sectionsList a {
		width: calc(100% - 20px);
	}
}
/* End */


/* Start:/bitrix/templates/mkws/components/bitrix/catalog.smart.filter/.default/style.css?171689740120990*/
.bx-filter {
	width: 100%;
	min-width: 220px;
	margin-bottom: 20px;
	position: relative;
}
.smartfilter.wait-response {
	cursor: wait;
}
.smartfilter.wait-response * {
	pointer-events: none;
}
.bx-filter .bx-filter-section {
	position: relative;
	padding-top: 26px
}

.bx-filter .bx-filter-parameters-box {
	position: relative;
	margin-bottom: 20px;
}
.bx-filter .bx-filter-parameters-box-title {
	font-weight: 600;
	font-size: 16px;
	line-height: 19px;
	letter-spacing: 0.02em;
	position: relative;
	margin-bottom: 24px;
}

.bx-filter .bx-filter-parameters-box-title i {
	position: absolute;
	width: 16px;
	height: 17px;
	right: 0;
	top: 0;
	background: url("/bitrix/templates/mkws/components/bitrix/catalog.smart.filter/.default/images/down.svg") center no-repeat;
	transition: transform 0.3s;
}

.bx-filter .bx-filter-parameters-box-title i.fa-angle-up {
	transform: rotate(180deg);
}
.bx-filter-container-modef {
	display: none;
}
.bx-filter-container-modef a {
	color: #fff;
	padding: 5px 10px;
	display: block;
}
.bx-filter-container-modef a:hover {
	color: #fff;
	text-decoration: underline;
}
.bx-filter-container-modef.active {
	position: absolute;
	left: 100%;
	background: #E01A49;
	box-sizing: border-box;
	border-radius: 0 4px 4px 0;
	display: block;
	z-index: 10;
}

.bx-filter .bx-filter-parameters-box-title i:before {
	display: none;
}

.bx-filter-button-box input {
	width: 100%;
	margin-bottom: 16px;
	font-family: Gilroy, Arial;
}

.bx-filter .bx-filter-parameters-box-title > span {
	font-weight: 600;
	font-size: 16px;
	line-height: 19px;
	letter-spacing: 0.02em;
	color: #333333;
	cursor: pointer;
}

.bx-filter .bx-filter-parameters-box-title > span > span {
	color: #ccc;
}

.bx-filter .bx-filter-block {
	display: none;
	-webkit-transition: padding .3s ease;
	-moz-transition: padding .3s ease;
	-ms-transition: padding .3s ease;
	-o-transition: padding .3s ease;
	transition: padding .3s ease;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}
.bx-filter .bx-filter-button-box .bx-filter-block,
.bx-filter .bx-filter-parameters-box.bx-active .bx-filter-block {
	display: block;
	max-height: 300px;
	overflow: auto;
}

.bx-filter-block::-webkit-scrollbar {
	width: 3px;

}

.bx-filter-block::-webkit-scrollbar-thumb {
	background: #999999;
	border-radius: 1px;
}

.bx-filter-block::-webkit-scrollbar-track {
	border-radius: 1px;
	background-color: #F1F1F1;
}

.bx-filter .bx-filter-parameters-box.bx-active .bx-filter-block i.bx-ft-sub {
	font-size: 14px;
	font-style: normal;
	display: block;
	padding-bottom: 5px;
}
.bx-filter-parameters-box-container {
	padding-bottom: 20px;
}
.bx-filter-parameters-box-container .checkbox:first-child {
	margin-top: 0;
}
.bx-filter .bx-filter-parameters-box-container-block {

}

.bx-filter-parameters-box-container.flex {
	justify-content: space-between;
}

.bx-filter-parameters-box-container .bx-filter-parameters-box-container-block.bx-left,
.bx-filter-parameters-box-container .bx-filter-parameters-box-container-block.bx-right {
	width: 45%;
}

/*
* INPUTS
*
*/

.bx-filter .bx-filter-input-container {}
.bx-filter .bx-filter-input-container input {
	display: block;
	width: 100%;
	font-size: 18px;
	letter-spacing: 0.03em;
	color: #333;
	height: 53px;
	margin: 0;
	padding: 0 4px;
	border: 1px solid #ccc;
	border-radius: 4px;
	background: #fff;
	outline: none;
	box-sizing: border-box;
}
.bx-retina .bx-filter .bx-filter-input-container input {
	border-style: solid;
	border-width: 1px;
	-webkit-border-image: url(/bitrix/templates/mkws/components/bitrix/catalog.smart.filter/.default/images/border_default.png) 2 repeat;
	-moz-border-image: url(/bitrix/templates/mkws/components/bitrix/catalog.smart.filter/.default/images/border_default.png) 2 repeat;
	-o-border-image: url(/bitrix/templates/mkws/components/bitrix/catalog.smart.filter/.default/images/border_default.png) 2 repeat;
	border-image: url(/bitrix/templates/mkws/components/bitrix/catalog.smart.filter/.default/images/border_default.png) 2 repeat;
}
/*.bx-filter .bx-filter-input-container input:focus {
	border-color: #499fd8;
}
.bx-retina .bx-filter .bx-filter-input-container input:focus {
	-webkit-border-image: url(/bitrix/templates/mkws/components/bitrix/catalog.smart.filter/.default/images/active.png) 2 repeat;
	   -moz-border-image: url(/bitrix/templates/mkws/components/bitrix/catalog.smart.filter/.default/images/active.png) 2 repeat;
		 -o-border-image: url(/bitrix/templates/mkws/components/bitrix/catalog.smart.filter/.default/images/active.png) 2 repeat;
			border-image: url(/bitrix/templates/mkws/components/bitrix/catalog.smart.filter/.default/images/active.png) 2 repeat;
}

/*
COLOR
*/
.bx-ios .bx-filter .bx-filter-input-container input {
	/* Fix of input shadow for IOS browsers. */

	background-image: -webkit-linear-gradient(#ffffff 0%, #ffffff 100%);
	background-image: linear-gradient(#ffffff 0%, #ffffff 100%);
}
.bx-filter .bx-filter-button-box {
	clear: both;
}

.bx-filter .bx-ui-slider-track-container {
	padding-top: 20px;
	padding-bottom: 25px;
	width: 100%;
}
.bx-filter .bx-ui-slider-track {
	position: relative;
	height: 3px;
}

.bx-filter .bx-ui-slider-range,
.bx-filter .bx-ui-slider-pricebar,
.bx-filter .bx-ui-slider-pricebar-vd,
.bx-filter .bx-ui-slider-pricebar-vn,
.bx-filter .bx-ui-slider-pricebar-v {
	position: absolute;
	top: 0;
	bottom: 0;
}
.bx-filter .bx-ui-slider-range {
	z-index: 90;
}
.bx-filter .bx-ui-slider-pricebar {
	z-index: 100;
}
.bx-filter .bx-ui-slider-pricebar-vd {
	z-index: 60;
	background: #CCCCCC;
	height: 1px;
	top: 2px;
}
.bx-filter .bx-ui-slider-pricebar-vn {
	z-index: 70;
	background: #CCCCCC;
	height: 1px;
	top: 2px;
}
.bx-filter .bx-ui-slider-pricebar-v {
	z-index: 80;
	background: #E01A49;
}
.bx-filter .bx-ui-slider-handle {
	position: absolute;
	top: calc(50% - 12px);
	width: 24px;
	height: 24px;
	border-radius: 50%;
	background: #fff;
	border: 1px solid #E01A49;
}
.bx-filter .bx-ui-slider-handle:hover {
	-webkit-cursor: grab;
	-ms-cursor: grab;
	-o-cursor: grab;
	cursor: grab;
}
.bx-filter .bx-ui-slider-handle:active {
	-webkit-cursor: grabbing;
	-ms-cursor: grabbing;
	-o-cursor: grabbing;
	cursor: grabbing;
}
.bx-filter .bx-ui-slider-handle.left {
	left: 0;

}
.bx-filter .bx-ui-slider-handle.right {
	right: 0;
}


.bx-filter .bx-filter-select-container {
	display: block;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	height: 35px;
	border-radius: 3px;
	border: 1px solid #ccd5db;
}
.bx-retina .bx-filter .bx-filter-select-container {
	border-style: solid;
	border-width: 1px;
	-webkit-border-image: url(/bitrix/templates/mkws/components/bitrix/catalog.smart.filter/.default/images/border_default.png) 2 repeat;
	-moz-border-image: url(/bitrix/templates/mkws/components/bitrix/catalog.smart.filter/.default/images/border_default.png) 2 repeat;
	-o-border-image: url(/bitrix/templates/mkws/components/bitrix/catalog.smart.filter/.default/images/border_default.png) 2 repeat;
	border-image: url(/bitrix/templates/mkws/components/bitrix/catalog.smart.filter/.default/images/border_default.png) 2 repeat;
}
/* COLOR */
/*.bx-filter .bx-filter-select-container.bx-active,
.bx-filter .bx-filter-select-container:focus {
	border-color: #499fd8;
}
.bx-retina .bx-filter .bx-filter-select-container.bx-active,
.bx-retina .bx-filter .bx-filter-select-container:focus {
	-webkit-border-image: url(/bitrix/templates/mkws/components/bitrix/catalog.smart.filter/.default/images/active.png) 2 repeat;
	   -moz-border-image: url(/bitrix/templates/mkws/components/bitrix/catalog.smart.filter/.default/images/active.png) 2 repeat;
		 -o-border-image: url(/bitrix/templates/mkws/components/bitrix/catalog.smart.filter/.default/images/active.png) 2 repeat;
			border-image: url(/bitrix/templates/mkws/components/bitrix/catalog.smart.filter/.default/images/active.png) 2 repeat;
}*/
.bx-filter .bx-filter-select-block {
	position: relative;
	display: block;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	height: 33px;
	margin: 0;
	padding: 0 33px 0 10px;
	border: none;
	border-radius: 2px;
	background: #fff;
}
.bx-filter .bx-filter-select-text {
	font-size: 15px;
	line-height: 33px;
	overflow: hidden;
	max-width: 100%;
	height: 33px;
	cursor: pointer;
	vertical-align: middle;
	white-space: nowrap;
	text-overflow: ellipsis;
	-ms-text-overflow: ellipsis;
}
.bx-filter .bx-filter-select-text.fix {
	min-width: 120px;
}
.bx-filter .bx-filter-select-text label {
	cursor: pointer;
}
.bx-filter .bx-filter-select-arrow {
	position: absolute;
	top: 0;
	right: 0;
	width: 34px;
	height: 33px;
	cursor: pointer;
	background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAECAYAAABCxiV9AAAAG0lEQVQY02OYOXPmf1yYAQRwSsAATglkBch8ADy7LKHqFrgoAAAAAElFTkSuQmCC') no-repeat center;
}
/*
*	Select popup
*
*/

.bx-filter-select-popup {
	background: #fff;
	padding: 0;
	min-width: 173px;
}
.bx-filter-select-popup ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.bx-filter-select-popup ul li {
	display: block;
	text-align: left;
	vertical-align: middle;
}
.bx-filter-select-popup ul li:first-child {
	border-bottom: 1px solid #e5e5e5;
	padding-bottom: 5px;
	margin-bottom: 5px;
}
.bx-filter-select-popup ul li label {
	font-size: 14px;
	line-height: 26px;
	display: block;
	text-align: left !important;
	overflow: hidden;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	height: 26px;
	padding: 0 5px;
	cursor: pointer;
	vertical-align: middle;
	white-space: nowrap;
	text-overflow: ellipsis;
	-ms-text-overflow: ellipsis;
	color: #575757;
}
.bx-filter-select-popup ul li label.selected,
.bx-filter-select-popup ul li label:hover {
	color: #000;
	background: #f3f8fa;
}
.bx-filter-select-popup ul li label.disabled {
	color: #b8b8b8;
	background: transparent;
}
.bx-filter-select-popup ul li .bx-filter-param-text {
	line-height: 34px !important;
}
/*
* TAGS
*
*/

.bx-filter .bx-filter-tag {
	padding: 18px;
	/*border-top: 1px solid #d7eaf7;/* COLOR */
	/*border-bottom: 1px solid #d7eaf7;/* COLOR */
}
.bx-filter .bx-tag-link {
	font-size: 12px;
	text-decoration: none;
	/*color: #68939e;/* COLOR */
	text-shadow: none;
}
.bx-filter .bx-tag-link.bx-active,
.bx-filter .bx-tag-link:hover {
	color: #1d3d46;
}
/*
*	LABEL
*
*/
.bx-filter .bx-filter-param-label {
	min-height: 20px;
	font-weight: normal;
	cursor: pointer;
	padding-left: 0;
}

.bx-filter .bx-filter-param-btn-inline .bx-filter-param-label {
	float: left;
	display: block;
	margin-right: 5px;
}
.bx-filter .bx-filter-param-btn-block .bx-filter-param-label {
	display: block;
}
.bx-filter .bx-filter-param-label {
	/*font-size: 13px;*/
}
.bx-filter .bx-filter-param-label.dib {
	display: inline-block;
}
.bx-filter .bx-filter-param-text {
	font-weight: normal;
}
.bx-filter .bx-filter-param-label.disabled .bx-filter-param-text {
	color: #6c6c6c;
}
.bx-filter-select-popup .bx-filter-param-label.bx-active {
	background: #f3f8fa;
}
/*
*	Checkbox / Radio 
*
*/

.bx-filter .bx-filter-input-checkbox {display: flex}
.bx-filter .bx-filter-input-checkbox input[type=radio],
.bx-filter .bx-filter-input-checkbox input[type=checkbox] {
	display: none;
}

.bx-filter .checkbox {
	margin: 16px 0;
}

.checkboxInput {
	width: 24px;
	height: 24px;
	border: 1px solid #CCCCCC;
	border-radius: 4px;
}
.bx-filter .bx-filter-input-checkbox input:checked ~ .checkboxInput {
	background: #E01A49 url("/bitrix/templates/mkws/components/bitrix/catalog.smart.filter/.default/images/check.svg") center no-repeat;
	border-color: #E01A49;
}

.bx-filter .bx-filter-input-checkbox .bx-filter-param-text {
	display: block;
	text-align: left;
	padding-left: 16px;
}
/*
* 	BTN 
*
*/

.bx-filter .bx-filter-param-btn {
	font-weight: normal;
	display: inline-block;
	width: 38px;
	height: 38px;
	padding: 6px;
	text-align: center;
	text-decoration: none;
	color: #000;
	vertical-align: middle;
	border: 1px solid #ccd5db;
	border-radius: 2px;
	background: #fff;
	position: relative;
	-webkit-transition: border .3s ease, box-shadow .1s ease, color .3s ease;
	-moz-transition: border .3s ease, box-shadow .1s ease, color .3s ease;
	-ms-transition: border .3s ease, box-shadow .1s ease, color .3s ease;
	-o-transition: border .3s ease, box-shadow .1s ease, color .3s ease;
	transition: border .3s ease, box-shadow .1s ease, color .3s ease;
	cursor: pointer;
}
.bx-retina .bx-filter .bx-filter-param-btn {
	border-style: solid;
	border-width: 1px;
	-webkit-border-image: url(/bitrix/templates/mkws/components/bitrix/catalog.smart.filter/.default/images/border_default.png) 2 repeat;
	-moz-border-image: url(/bitrix/templates/mkws/components/bitrix/catalog.smart.filter/.default/images/border_default.png) 2 repeat;
	-o-border-image: url(/bitrix/templates/mkws/components/bitrix/catalog.smart.filter/.default/images/border_default.png) 2 repeat;
	border-image: url(/bitrix/templates/mkws/components/bitrix/catalog.smart.filter/.default/images/border_default.png) 2 repeat;
}
/* COLOR */
/*.bx-filter .bx-filter-param-label.bx-active .bx-filter-param-btn,
.bx-filter .bx-filter-param-btn:hover,
.bx-filter .bx-filter-param-btn:active,
.bx-filter .bx-filter-param-btn:focus {
	border-color: #499fd8;
}
.bx-retina .bx-filter .bx-filter-param-label.bx-active .bx-filter-param-btn,
.bx-retina .bx-filter .bx-filter-param-btn:hover,
.bx-retina .bx-filter .bx-filter-param-btn:active,
.bx-retina .bx-filter .bx-filter-select-container:focus {
	-webkit-border-image: url(/bitrix/templates/mkws/components/bitrix/catalog.smart.filter/.default/images/active.png) 2 repeat;
	   -moz-border-image: url(/bitrix/templates/mkws/components/bitrix/catalog.smart.filter/.default/images/active.png) 2 repeat;
		 -o-border-image: url(/bitrix/templates/mkws/components/bitrix/catalog.smart.filter/.default/images/active.png) 2 repeat;
			border-image: url(/bitrix/templates/mkws/components/bitrix/catalog.smart.filter/.default/images/active.png) 2 repeat;
}*/
/* --- colors */
.bx-filter .bx-filter-param-btn.bx-color-sl {}

.bx-filter .bx-filter-param-label.disabled .bx-filter-param-btn.bx-color-sl {
	background: transparent;
	box-shadow: none
}
.bx-filter .bx-filter-param-label.disabled .bx-filter-param-btn.bx-color-sl {
	position: relative;
}
.bx-filter .bx-filter-param-label.disabled .bx-filter-param-btn.bx-color-sl:before {
	position: absolute;
	bottom: 0;
	right: 0;
	top: 0;
	left: 0;
	content: ' ';
	display: block;
	z-index: 100;
	background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAOCAYAAAAfSC3RAAAA/UlEQVQ4y5WSQQ6CQAxFOSBuwAtoAitc4R6MkKgYJULUi8Ax4DgKm9o/45BxBBNJmkB/33T6qUVEHkfDUXHY1sQD7V2DWg+JJox3lOZ3enYdf5IzAjnQkvxGa64Fg2S9PV3JXa4ozoovWEGbY0nOIqDkfIVeQ5hBAOQsAy5guO8FbEJxVqqDZ+rUuQ6rziJ3VLkBcs05BBxlF1nIADrJESYgE0YhAER0KH5DphEKFDNPuG1AhTAi4jnRWV17FNYhcT3NHLzLzuUnjI0YHP203EWY8ENqNsAq5Y3Qf4NuhIT7wTBsDxgIbRjvCfCUe6ozoFCuXIukj5c/lhy1/gvSDM3b8PrjegAAAABJRU5ErkJggg==") no-repeat center;
	opacity: .7;
}
.bx-filter .bx-filter-param-btn .bx-filter-param-text {
	line-height: 26px;
}
/*
* BTN P/M
*
*/

.bx-filter .bx-filter-param-btn.bx-spm {
	width: 23px;
	min-width: 23px;
	height: 23px;
	line-height: 23px;
	font-weight: normal;
	padding: 0;
	font-size: 17px;
	color: #767b7e;
	vertical-align: top;
	border-radius: 50%;
	background-color: transparent;
}
.bx-filter .bx-filter-param-btn.bx-spm.bx-plus {
	background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAsAAAAMCAYAAAC0qUeeAAAANUlEQVQoz2NgwAQsQMzJQCSwAeKGQa7YFKoAhmOgim3QsAxIcSFUkhC2GaqhgQ4UgNgFmwQAij8OUFmBFssAAAAASUVORK5CIIA=") no-repeat center;
}
.bx-filter .bx-filter-param-btn.bx-spm.bx-minus {
	background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAACCAYAAABhYU3QAAAAG0lEQVQYV2NgYGDgBuI4AlgGiBn4gLicAFYGAAFkBwE95V42AAAAAElFTkSuQmCC") no-repeat center;
}
.bx-filter .bx-filter-param-btn.bx-spm:active {
	outline: none !important;
	box-shadow: inset 0 2px 3px rgba(0, 0, 0, .12);
}
.bx-filter span.bx-spm {
	font-size: 18px;
	/*font-weight:bold;*/

	line-height: 23px;
	display: inline-block;
	height: 23px;
	margin: 0 10px;
	vertical-align: middle;
	color: #000;
}
/*
*	icon
*
*/

.bx-filter-select-popup .bx-filter-select-text-icon,
.bx-filter .bx-filter-select-text-icon {
	line-height: 33px;
	position: relative;
	display: inline-block;
	width: 23px;
	height: 23px;
	margin-top: -4px;
	margin-right: 2px;
	vertical-align: middle;
	border-radius: 2px;
}
.bx-filter-select-popup .bx-filter-btn-color-icon,
.bx-filter .bx-filter-btn-color-icon {
	line-height: 24px;
	/*position:relative;*/
	/*top:4px;*/

	border-radius: 2px;
	display: inline-block;
	width: 24px;
	height: 24px;
	vertical-align: middle;
	box-shadow: inset 0 0 0 1px rgba(0, 0, 0, .05);
	-webkit-background-size: cover;
	background-size: cover;
}
.bx-filter-select-popup .bx-filter-btn-color-icon {
	width: 20px;
	height: 20px;
	margin: 2px 0;
	top: 0 !important;
}
.bx-filter .bx-filter-select-block .bx-filter-btn-color-icon {
	top: -1px !important;
}
.bx-filter-btn-color-icon.all {
	position: relative;
	border: none;
	box-shadow: none
}
.bx-filter-btn-color-icon.all:after,
.bx-filter-btn-color-icon.all:before {
	position: absolute;
	width: 60%;
	height: 60%;
	background: #fff;
	content: " ";
	box-shadow: inset 0 0 0 1px rgba(0, 0, 0, .2);
}
.bx-filter-btn-color-icon.all:after {
	right: 0;
	bottom: 0;
}
.bx-filter-btn-color-icon.all:before {
	top: 0;
	left: 0;
}
.bx-filter .bx-filter-param-label.disabled .bx-filter-btn-color-icon {
	opacity: .2;
}
/*
* 	BIZ
*
*/

.bx-filter .bx-filter-parameter-biz {
	font-size: 14px;
	line-height: 15px;
	display: inline-block;
	margin-right: 10px;
	text-decoration: none;
	color: #1485ce;
	border-bottom: 1px dashed;
}
.bx-filter .bx-filter-parameter-biz:hover {
	text-decoration: none;
	border-bottom: 1px solid;
}
.bx-filter .bx-filter-parameter-biz.bx-active {
	position: relative;
	/*padding-left:20px;*/

	color: #000;
	border-color: transparent;
}
/*
*	BTN result and reset 
*
*/

.btn-themes {
	/*background-color: #1485CE;/* COLOR */
	/*border-color: #1485CE;/* COLOR */
	color: #FFF
}
.btn-themes.bx-active,
.btn-themes.focus,
.btn-themes:active,
.btn-themes:focus,
.btn-themes:hover{
	/*background-color: #53A4D8;/* COLOR */
	/*border-color: #53A4D8;/* COLOR */
	color: #FFF
}
/*
* 	Result Popup
*
*/

.bx-filter .bx-filter-popup-result {
	font-size: 13px;
	font-weight: normal;
	position: absolute;
	z-index: 915;
	display: none;
	line-height: normal;
	margin-top: -7px;
	margin-left: 10px;
	padding: 0 10px;
	white-space: nowrap;
	color: #3f3f3f;
	min-height: 37px;
	line-height: 18px;
	border-style: solid;
	border: 1px solid #C6DCE7;
}
.bx-filter .bx-filter-popup-result.left {
	border-width: 2px 10px 2px 2px;
	-webkit-border-image: url(/bitrix/templates/mkws/components/bitrix/catalog.smart.filter/.default/images/result_popup_left.png) 4 20 4 4 repeat;
	-moz-border-image: url(/bitrix/templates/mkws/components/bitrix/catalog.smart.filter/.default/images/result_popup_left.png) 4 20 4 4 repeat;
	-o-border-image: url(/bitrix/templates/mkws/components/bitrix/catalog.smart.filter/.default/images/result_popup_left.png) 4 20 4 4 repeat;
	border-image: url(/bitrix/templates/mkws/components/bitrix/catalog.smart.filter/.default/images/result_popup_left.png) 4 20 4 4 fill repeat;
}
.bx-filter .bx-filter-popup-result.right {
	border-width: 2px 2px 2px 10px;
	-webkit-border-image: url(/bitrix/templates/mkws/components/bitrix/catalog.smart.filter/.default/images/result_popup_right.png) 4 4 4 20 repeat;
	-moz-border-image: url(/bitrix/templates/mkws/components/bitrix/catalog.smart.filter/.default/images/result_popup_right.png) 4 4 4 20 repeat;
	-o-border-image: url(/bitrix/templates/mkws/components/bitrix/catalog.smart.filter/.default/images/result_popup_right.png) 4 4 4 20 repeat;
	border-image: url(/bitrix/templates/mkws/components/bitrix/catalog.smart.filter/.default/images/result_popup_right.png) 4 4 4 20 fill repeat;
}

.bx-filter .bx-filter-popup-result.right {
	left: 97%;
}
.bx-filter .bx-filter-popup-result.left {
	right:97%;
}
.bx-filter-horizontal .bx-filter-popup-result{
	display: inline-block;
	position: relative;
	left: auto;
	right: auto;
	bottom: -7px;
}
.bx-filter .bx-filter-popup-result a {
	color: #0073a3;
	line-height: 10px;
}
.bx-filter .bx-filter-popup-result a:hover {
	text-decoration: none;
}
.bx-filter .bx-filter-popup-result-close {
	display: none;
}

.bx-filter-mobile-result,
.filterName {
    display: none;
}

.filterSearch {
	margin-bottom: 24px;
	position: relative;
}

.filterSearch:after {
	content: '';
	position: absolute;
	right: 16px;
	top: 50%;
	transform: translateY(-50%);
	width: 21px;
	height: 21px;
	background: url("/bitrix/templates/mkws/components/bitrix/catalog.smart.filter/.default/images/search.svg") center no-repeat;
}

.filterSearch input {
	background: #FFFFFF;
	border: 1px solid #CCCCCC;
	box-sizing: border-box;
	border-radius: 4px;
	width: 100%;
	position: relative;
	padding: 16px;
	font-size: 18px;
	line-height: 21px;
	display: flex;
	align-items: center;
	letter-spacing: 0.03em;
	color: #333333;
}

.filterSearch input::placeholder {
	color: #CCCCCC;
}


.filterSearch input::-moz-placeholder {
	color: #CCCCCC;
}

.bx-filter-desktop-result a {
	width: 100%;
	box-sizing: border-box;
}

.bx-filter-desktop-result {
	margin-bottom: 16px;
}

@media (max-width: 768px) {

	.bx-filter-desktop-result {
		display: none;
	}

    .bx-filter-mobile-result {
        display: block;
		position: relative;
    }
	.bx-filter-mobile-result .lds-ellipsis {
		background: #25C7BD;
	}
	.bx-filter {
		position: fixed;
		left: 0;
		right: 0;
		top: 0;
		bottom: 0;
		overflow: auto;
		z-index: 1000;
		background: #fff;
		padding: 36px 34px;
		margin: 0;
		display: none;
	}
	.filterClose {
		width: 36px;
		height: 36px;
		background: #CCCCCC;
		right: 32px;
		top: 32px;
		position: absolute;
		border-radius: 50%;
		z-index: 3;

	}
	.bx-filter .bx-filter-section {
		z-index: 2;
	}
	.filterClose:before {
		content: '';
		position: absolute;
		left: 11px;
		border-radius: 1px;
		background: #fff;
		height: 2px;
		width: 16px;
		transform: rotate(-45deg);
		top: 17px;
	}

	.filterClose:after {
		content: '';
		position: absolute;
		left: 11px;
		border-radius: 1px;
		background: #fff;
		height: 2px;
		width: 16px;
		transform: rotate(45deg);
		top: 17px;
	}

	.bx-filter.active {
		display: block;
	}

	#set_filter {
		display: none;
	}

	.catalog.preload:before {
		z-index: 10000;
	}

	.bx-filter-mobile-result a {
		background: #25C7BD;
		border-radius: 4px;
		padding: 16px 24px;
		font-weight: 600;
		font-size: 18px;
		line-height: 21px;
		display: flex;
		align-items: center;
		text-align: center;
		letter-spacing: 0.03em;
		color: #FFFFFF;
		justify-content: center;
		margin-bottom: 16px;
	}

	.filterName {
		display: block;
		font-weight: bold;
		font-size: 22px;
		line-height: 27px;
		margin-bottom: 28px;
	}

	.bx-filter .bx-ui-slider-handle {
		border-color: #25C7BD;
	}

	.bx-filter .bx-ui-slider-pricebar-v {
		background:  #25C7BD;
	}

	.bx-filter .bx-filter-input-checkbox input:checked ~ .checkboxInput {
		background-color:  #25C7BD;
		border-color: #25C7BD;
	}

	.bx-filter .bx-filter-section {
		padding-top: 0;
	}

	.bx-filter-container-modef.active {
		display: none;
	}
}

@media (max-width: 640px) {
	.bx-filter .bx-filter-button-box {
		position: fixed;
		bottom: 0;
		left: 0;
		right: 0;
		padding: 16px 20px 0;
		background: #fff;
		border: 1px solid #F1F1F1;
		box-sizing: border-box;
		width: 100%;
	}
}
/* End */


/* Start:/bitrix/templates/mkws/components/bitrix/catalog.section/catalog/style.css?1716875380926*/
.catalogSection .catalogItem {
    width: calc(25% - 20px);
}

.moreBtn button {
    width: 100%;
    background: #FBFBFB;
    border-radius: 4px;
    font-weight: 600;
    font-size: 18px;
    line-height: 21px;
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
    letter-spacing: 0.03em;
    padding: 16px;
    color: #25C7BD;
    border: none;
    position: relative;
}

.moreBtn button:hover {
    background: #ECF8F7;
    color: #25C7BD;
}

.moreBtn button svg {
    margin-right: 10px;
}

.moreBtn {
    margin-bottom: 50px;
}

@media (max-width: 1280px) {
    .catalogSection .catalogItem {
        width: calc(33.33% - 20px);
    }
}
@media (max-width: 767px) {
    .catalogSection .catalogItem {
        width: 280px;
    }
}

@media (max-width: 640px) {
    .catalogSection .catalogItem {
        width: 240px;
    }
}
/* End */


/* Start:/bitrix/templates/mkws/components/bitrix/news.list/brands_catalog/style.css?16378308001323*/
.BrandsItem {
	width: calc(20% - 30px);
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 35px 15px;
}

.BrandsItem img {
	filter: grayscale(1);
	opacity: 0.5;
}
.BrandsItem img:hover {
	transition: all .5s;
    opacity: 1;
    filter: grayscale(0);
}

.BrandsList {
	margin: 25px -15px 0;
	justify-content: left!important;
}

.Brands {
	margin-bottom: 50px;
}

.brandsLink {
	font-weight: 600;
	font-size: 14px;
	line-height: 17px;
	color: #7692F2;

}
.Brands .headerName > div {
	margin-right: 32px;
}
.Brands .headerName {
	display: flex;
	align-items: center;
}

@media (max-width: 1281px) {

	.BrandsItem {
		width: calc(20% - 30px);
	}

	.BrandsItem:nth-child(n + 11) {
		display: none;
	}
}

@media (max-width: 992px) {
	.BrandsItem {
		width: calc(25% - 30px);
	}

	.BrandsItem:nth-child(n + 9) {
		display: none;
	}
}

@media (max-width: 768px) {
	.BrandsList {
		flex-wrap: nowrap!important;
		overflow: auto;
		width: auto;
		padding-bottom: 20px;
		margin-right: -33px;
	}
	.BrandsItem {
		width: 150px;
		margin: 0 20px;
	}

	.BrandsItem a {
		width: 150px;
		display: block;
		text-align: center;
	}

}

@media (max-width: 640px) {
	.BrandsList {
		margin-right: -19px;
	}
	.BrandsItem img {
		opacity: 1;
	}
	.brandsLink {
		width: 27px;
		overflow: hidden;
		white-space: nowrap;
	}
}
/* End */
/* /bitrix/templates/mkws/components/bitrix/catalog/catalog/style.css?17569003635953 */
/* /bitrix/templates/mkws/components/bitrix/catalog/catalog/section.css?1632387600320 */
/* /bitrix/templates/mkws/components/bitrix/catalog/catalog/bitrix/catalog.section.list/.default/style.css?1633510800714 */
/* /bitrix/templates/mkws/components/bitrix/catalog.smart.filter/.default/style.css?171689740120990 */
/* /bitrix/templates/mkws/components/bitrix/catalog.section/catalog/style.css?1716875380926 */
/* /bitrix/templates/mkws/components/bitrix/news.list/brands_catalog/style.css?16378308001323 */
