

/* Start:/bitrix/templates/mkws2024/components/bitrix/catalog/mkws/style.css?17613110468874*/
.filter__categories {
	display: flex;
	flex-flow: row wrap;
	width: 380px;
	padding: 24px 40px;
	position: sticky;
	top: 35px;
	max-height: calc(100vh - 35px);
	overflow: auto;
}
.filter__row--categories {
	width: 380px;
	margin-top: -25px;
	border-right: 1px dashed #C7C7C7;
	position: relative;
}
.filter__categories a {
	width: 100%;
}

.filter__category-elem {
	border-bottom: 1px solid #9D9D9D;
	text-decoration: none;
	width: 100%;
	display: flex;
	flex-flow: row wrap;
}

.filter__category-elem ul {
	display: none;
}

.catalog_main {
	display: flex;
	flex-flow: row wrap;
}

.catalog__filter::-webkit-scrollbar {
	width: 2px;
	right: 5px;
}

/* Track */
.catalog__filter::-webkit-scrollbar-track {
	background: #E7E7E7;
}
.catalog-section-main {
	padding-right: 40px;
}
/* Handle */
.catalog__filter::-webkit-scrollbar-thumb {
	background: #C9474D;
}

/* Handle on hover */
.catalog__filter::-webkit-scrollbar-thumb:hover {
	background: #C9474D;
}
.catalog__filter  {
	position: fixed;
	right: 0;
	top: 56px;
	bottom: 0;
	display: none;
	z-index: 100;
	background: #fff;
	overflow: auto;
	width: calc((100% - 380px)/3 + 40px);
	padding: 40px;
}

.topTable-show .catalog__filter  {
	top: 90px;
}
.catalog_main {
	position: relative;
}
.catalog_main > .maxwidth {
	padding: 0 40px!important;
	position: sticky;
	top: 51px;
	z-index: 3;
}
.filter-btn {
	color: #4A4A4A;
	font-size: 14px;
	line-height: 20px;
	width: 74px;
	position: relative;
	background: #fcf8f1 url("/bitrix/templates/mkws2024/components/bitrix/catalog/mkws/img/filtr.svg") right center no-repeat;
	cursor: pointer;
	margin-left: auto;
	margin-top: 15px;
	padding: 2px 5px;
}

.fix-header .catalog__filter  {
	position: fixed;
	right: 0;
	top: 50px;
}
.topTable-show.fix-header .catalog__filter  {

	top: 84px;
}
.catalog__filter.show {
	display: block;
}
.maxwidth {
	padding: 0!important;
}
#ajax_reload .product-card__like,
#ajax_reload .product-item-image-slider-control-container {
	opacity: 0;
	transition: 0.3s;
}
#ajax_reload .product-item-container:hover .product-item-image-slider-control-container,
#ajax_reload .product-item-container:hover .product-card__like  {
	opacity: 1;
}

#ajax_reload  .product-item-container .product-item-info-container.product-item-hidden {
	/*display: none;*/
}

.filter__category {
	color: #9D9D9D;
	padding: 16px 0;
	display: block;
	text-decoration: none;
	width: calc(100% - 20px)!important;
}
.active .filter__category {
	color: rgba(74, 74, 74, 1);
}
.color-select__list {
	display: flex;
	flex-flow: row wrap;
}
.color-select__preview {
	width: 9px;
	height: 9px;
	border-radius: 50%;
	margin-right: 10px;
	display: block;
	border: 1px solid transparent;
	position: relative;
}
.color-select__preview:before {
	content: '';
	position: absolute;
	left: 50%;
	top: 50%;
	width: 4px;
	height: 1px;
	background: #fff;
	transform: translate(-50%,-50%);
	display: none;
}
.color-select__preview:after {
	content: '';
	position: absolute;
	left: -4px;
	top: -4px;
	bottom: -4px;
	right: -4px;
	border-radius: 50%;
	border: 1px solid #B2B2B2;
	display: none;
}
.filter-checkbox input:checked ~ label .color-select__preview:before,
.filter-checkbox input:checked ~ label .color-select__preview:after {
	display: block;
}
.filter-checkbox input:checked ~ label .color-select__preview {
	width: 13px;
	height: 13px;
}
.filter-checkbox {
	width: 50%;
	margin-bottom: 8px;
}

.filter-checkbox input {
	display: none;
}
.filter-checkbox label {
	display: flex;
	align-items: center;
	color: #929292;
	font-size: 14px;
	line-height: 20px;
	cursor: pointer;
}

.filter-checkbox input:checked ~ label {
	color: #4A4A4A;
}
.filter__category-elem.filter__category-elem-child ul {
	margin-bottom: 16px;
}
[for="color_5287"] .color-select__preview {
	border: 1px solid #B2B2B2;
}
#ajax_reload {
	width: calc(100% - 380px);
	padding-left: 30px;
	overflow: hidden;
}

.filter__category-plus {
	width: 20px;
	height: 20px;
	position: relative;
	margin: auto;
	cursor: pointer;
}

.order-select__drop-down .filter-checkbox {
	width: 100%;
	margin-bottom: 8px;
}

.color-select {
	border-bottom: 1px solid #4A4A4A;
	/*padding-bottom: 8px;*/
}

.order-select {
	border-bottom: 1px solid #4A4A4A;
	/*padding-bottom: 8px;*/
}

.order-select__label,
.color-select__label {
	padding: 16px 0;
	color: #4A4A4A;
	cursor: pointer;
	font-size: 14px;
	line-height: 20px;
	font-weight: 600;
	position: relative;
	display: flex;
	justify-content: space-between;
	width: 100%;
}

.order-select__drop-down .formCheck label {
	font-size: 14px;
	line-height: 20px;
}

.filter-plus {
	width: 20px;
	height: 20px;
	position: relative;
	cursor: pointer;
}
.filter-buttons > * {
	width: calc(50% - 8px);
	padding: 12px !important;
	background: transparent;
}
.filter-buttons > *:hover {
	color: #E7E7E7;
	border-color: #4A4A4A;
	background: #4A4A4A;
}
.filter-plus:before {
	content: '';
	position: absolute;
	right: 10px;
	top: calc(50% - 3.5px);
	width: 1px;
	height: 7px;
	background: #4A4A4A;
}
.filter-plus:after {
	content: '';
	position: absolute;
	right: 7px;
	top: calc(50% - 0.5px);
	width: 7px;
	height: 1px;
	background: #4A4A4A;
}
.filter__sort-type .active .filter-plus:before {
	display: none;
}
.filter-name {
	font-size: 14px;
	line-height: 20px;
	color: #4A4A4A;
}

.filter-close {
	width: 80px;
	height: 20px;
	position: relative;
	cursor: pointer;
	background: url(/bitrix/templates/mkws2024/components/bitrix/menu/catalog_mkws2/images/close.svg) center center no-repeat;
}
.sort {
	position: relative;
	margin: 16px 0;
}
.sort input {
	background: transparent url("/bitrix/templates/mkws2024/components/bitrix/catalog/mkws/img/arr.svg") 95% center no-repeat;
	border: 1px solid #5E5E5E;
	border-radius: 4px;
	box-sizing: border-box;
	width: 100%;
	height: 38px;
	padding: 10px!important;
	color: #929292;
	font-size: 12px;
	line-height: 18px;
	cursor: pointer;
	transition: 0.3s;
}
.sort input {
	outline: none;
}
.sort input:hover {
	background: transparent url("/bitrix/templates/mkws2024/components/bitrix/catalog/mkws/img/arr-hov.svg") 95% center no-repeat;
}
.link-sort {
	display: none;
	background: #fff;
	border: 1px solid #5E5E5E;
	border-radius: 4px;
	box-sizing: border-box;
	width: 100%;
	padding: 10px!important;
	color: #929292;
	font-size: 12px;
	line-height: 18px;
	position: absolute;
	left: 0;
	top: 39px;
}
.link-sort > div {
	color: #929292;
	font-size: 12px;
	line-height: 18px;
	padding-bottom: 10px;
	padding-top: 10px;
	cursor: pointer;
	border-bottom: 1px solid #BEBEBE;
}
.link-sort > div:first-child {
	padding-top: 0;
}
.link-sort > div:last-child {
	padding-bottom: 0;
	border-bottom: none;
}
.sort.show2 .link-sort {
	display: block;
}

.show_more {
	 opacity: 0;
}
#ajax_reload #ajax_reload {
	width: 100%;
	padding: 0;
}
.filter__category-plus:after {
	content: '';
	position: absolute;
	right: 7px;
	top: calc(50% - 0.5px);
	width: 7px;
	height: 1px;
	background: #4A4A4A;

}
.filter__category-plus:before {
	content: '';
	position: absolute;
	right: 10px;
	top: calc(50% - 3.5px);
	width: 1px;
	height: 7px;
	background: #4A4A4A;
}

.filter__category-elem-child.active .filter__category-plus:before {
	opacity: 0;
}

.filter__category-elem-child.active ul {
	display: block;
	margin: 0 0 16px;
	padding: 0 0 0 0;
	list-style: none;
	width: 100%;
}

.filter__category-elem-child ul .filter__category {
	padding: 6px 0;
}
.filter__sorting-count {
	color: #C9474D;
	font-size: 12px;
	line-height: 18px;
	width: 100%;
}
.filter__sort-type {
	display: flex;
	flex-flow: row wrap;
}
.filter__sort-type > * {
	width: 100%;
}
.color-select {
	order:2;
}
.filter__sorting-count {
	margin-top: 20px;
}
@media (max-width: 1200px) {
	.filter__categories {
		width: 300px;
		padding: 24px 20px 24px 40px;
	}
	.filter__row--categories {
		width: 300px;
	}
	#ajax_reload {
		width: calc(100% - 300px);
	}
	.catalog__filter {
		width: calc((100% - 300px) / 2.5 + 40px);
		padding: 30px;
	}
}

@media (max-width: 992px) {
	.filter__row--categories {
		display: none;
	}
	#ajax_reload {
		width: 100%;
	}
	#ajax_reload {
		padding-left: 0;
	}
	.catalog-section-main {
		padding-right: 13px;
		padding-left: 20px;
	}
	.catalog-section-main .product-item-big-card {
		width: calc(50% - 14px) !important;
	}
	.product-item-title a {

		font-size: 14px;
	}
	#ajax_reload .product-card__like, #ajax_reload .product-item-image-slider-control-container {
		opacity: 1;
		transition: 0.3s;
	}
	.product-card__like svg {

		width: 21px;
		height: 18px;
	}
	.catalog_main > .maxwidth {
		padding: 0 20px !important;
	}
	.filter-btn {
		position: relative;
		bottom: 10px;
		left: -20px;
		right: -20px;
		text-align: center;
		background: rgba(186, 186, 186, 0.1) url(/bitrix/templates/mkws2024/components/bitrix/catalog/mkws/img/filtr.svg) 62% center no-repeat;
		height: 46px;
		display: flex;
		align-items: center;
		z-index: 2;
		width: calc(100% + 40px);
		padding: 0 40px 0 20px;
		justify-content: flex-end;
		background-position-x: calc(100% - 20px);
		margin-top: 10px;
	}
	.catalog__filter {
		width: 100%;
		padding: 20px 20px;
	}
}


/* End */


/* Start:/bitrix/templates/mkws2024/components/bitrix/catalog.section.list/cat_main/style.css?17436137617305*/
/* line */
.bx_catalog_line{margin-bottom: 30px;}
.bx_catalog_line .bx_catalog_line_category_title{
	padding-bottom: 14px;
	border-bottom: 1px solid #e5e5e5;
	font-size: 24px;
}
.bx_catalog_line .bx_catalog_line_category_title a{
	color: #000;
	text-decoration: none;
}

.bx_catalog_line .bx_catalog_line_ul{padding: 0;}
.bx_catalog_line .bx_catalog_line_ul li{
	margin-bottom: 20px;
	list-style: none;
}
.bx_catalog_line .bx_catalog_line_ul li:before {content: '' !important}

.bx_catalog_line .bx_catalog_line_img{
	position: relative;
	display: block;
	float: left;
	overflow: hidden;
	margin-right: 40px;
	width: 125px;
	height: 125px;
	border:1px solid #ccc;
	border-radius: 2px;
			background-position: center;
			background-repeat: no-repeat;
	-webkit-background-size:contain;
			background-size:contain;
}

.bx_catalog_line .bx_catalog_line_title{
	margin-bottom: 10px;
	padding: 0;
	vertical-align: top;
	line-height: 18px;
}
.bx_catalog_line .bx_catalog_line_title a{
	color: #4c7da6;
	font-size: 18px;
}
.bx_catalog_line .bx_catalog_line_title a:hover{text-decoration: none;}
.bx_catalog_line .bx_catalog_line_title span{font-size: 16px}
.bx_catalog_line .bx_catalog_line_description{
	color: #3f3f3f;
	font-size: 13px;
	line-height: 16px;
}


@media (max-width:639px) {
	.bx-touch .bx_catalog_line .bx_catalog_line_img{
		margin-right: 10px;
		width: 50px;
		height: 50px;
	}

	.bx-touch .bx_catalog_line .bx_catalog_line_title{
		margin-bottom: 5px;
		line-height: 14px;
	}
	.bx-touch .bx_catalog_line .bx_catalog_line_title a{font-size: 14px;}
	.bx-touch .bx_catalog_line .bx_catalog_line_description{font-size: 11px;}
}



.bx_catalog_line .bx_catalog_line_img,
.bx_catalog_line .bx_catalog_line_title,
.bx_catalog_line .bx_catalog_line_title a,
.bx_catalog_line .bx_catalog_line_description{
	-webkit-transition: all 0.3s ease;
	   -moz-transition: all 0.3s ease;
	    -ms-transition: all 0.3s ease;
	     -o-transition: all 0.3s ease;
	 		transition: all 0.3s ease;
}

/* text */
.bx_catalog_text{margin-bottom: 30px;}
.bx_catalog_text .bx_catalog_text_category_title{
	padding-bottom: 14px;
	border-bottom: 1px solid #e5e5e5;
	font-size: 24px;
}
.bx_catalog_text .bx_catalog_text_category_title a{
	color: #000;
	text-decoration: none;
}

.bx_catalog_text .bx_catalog_text_ul{padding: 0;}
.bx_catalog_text .bx_catalog_text_ul li{
	float: left;
	margin: 0 10px 10px;
	list-style: none;
}
.bx_catalog_text .bx_catalog_text_ul li:before {content: '' !important}
.bx_catalog_text .bx_catalog_text_title{
	margin: 0;
	padding: 0;
	vertical-align: top;
	line-height: 14px;
}
.bx_catalog_text .bx_catalog_text_title a{
	color: #4c7da6;
	white-space: nowrap;
	font-size: 14px;
}
.bx_catalog_text .bx_catalog_text_title a:hover{text-decoration: none}
.bx_catalog_text .bx_catalog_text_title span{font-size: 12px;}

@media (max-width:639px) {
	.bx-touch .bx_catalog_text .bx_catalog_line_title{
		margin-bottom: 5px;
		line-height: 12px;
	}
	.bx-touch .bx_catalog_text .bx_catalog_line_title a{font-size: 12px;}
}

	.bx_catalog_text .bx_catalog_line_title,
	.bx_catalog_text .bx_catalog_line_title a{
		-webkit-transition: all 0.3s ease;
		   -moz-transition: all 0.3s ease;
		    -ms-transition: all 0.3s ease;
		     -o-transition: all 0.3s ease;
		 		transition: all 0.3s ease;
	}
	
/* tile */

.bx_catalog_tile{margin-bottom: 30px;}
.bx_catalog_tile .bx_catalog_tile_category_title{
	padding-bottom: 14px;
	border-bottom: 1px solid #e5e5e5;
	font-size: 24px;
}
.bx_catalog_tile .bx_catalog_tile_category_title a{
	color: #000;
	text-decoration: none;
}

.bx_catalog_tile .bx_catalog_tile_ul{padding: 0;}
.bx_catalog_tile .bx_catalog_tile_ul li{
	float: left;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
			box-sizing: border-box;
	margin-bottom: 20px;
	padding: 0 10px;
	width:12.5%;
	list-style: none;
	text-align: center;
}
.bx_catalog_tile .bx_catalog_tile_ul li:before {content: '' !important}
.bx_catalog_tile .bx_catalog_tile_ul li:nth-child(8n+1){clear: both;}

.bx_catalog_tile .bx_catalog_tile_img{
	position: relative;
	display: block;
	overflow: hidden;
	margin: 0 auto;
	width: 78px;
	height: 78px;
	border:1px solid #ccc;
	border-radius: 2px;
			background-color: #fff;
			background-position: center;
			background-repeat: no-repeat;
	-webkit-background-size:contain;
			background-size:contain;
}
.bx_catalog_tile .bx_catalog_tile_title{
	margin-top: 5px;
	margin-bottom: 10px;
	padding: 0;
	vertical-align: top;
	line-height: 14px;
}
.bx_catalog_tile .bx_catalog_tile_title a{
	color: #4c7da6;
	font-size: 14px;
}
.bx_catalog_tile .bx_catalog_tile_title a:hover{text-decoration: none;}
.bx_catalog_tile .bx_catalog_tile_title span{font-size: 12px;}




/*2*/
@media (max-width:980px){
	.bx_catalog_tile .bx_catalog_tile_ul li{width:20%;}
	.bx_catalog_tile .bx_catalog_tile_ul li:nth-child(8n+1){clear: none;}
	.bx_catalog_tile .bx_catalog_tile_ul li:nth-child(5n+1){clear: both;}
}
/*3*/
@media (max-width:639px) {
	.bx-touch .bx_catalog_tile .bx_catalog_tile_title{
		margin-bottom: 5px;
		line-height: 14px;
	}
	.bx-touch .bx_catalog_tile .bx_catalog_tile_title a{font-size: 11px;}
}
@media (min-width:480px) and (max-width:639px) {
	.bx-touch .bx_catalog_tile .bx_catalog_tile_ul li{width:25%;}
	.bx-touch .bx_catalog_tile .bx_catalog_tile_ul li:nth-child(8n+1){clear: none;}
	.bx-touch .bx_catalog_tile .bx_catalog_tile_ul li:nth-child(4n+1){clear: both;}
}
/*4*/
@media (max-width:479px) {
	.bx-touch .bx_catalog_tile .bx_catalog_tile_ul li{width:33.3%;}
	.bx-touch .bx_catalog_tile .bx_catalog_tile_img{
		width: 100%;
		height: 80px;
	}
	.bx-touch .bx_catalog_tile .bx_catalog_tile_ul li:nth-child(8n+1){clear: none;}
	.bx-touch .bx_catalog_tile .bx_catalog_tile_ul li:nth-child(3n+1){clear: both;}

}


	.bx_catalog_tile .bx_catalog_tile_title,
	.bx_catalog_tile .bx_catalog_tile_title a,
	.bx_catalog_tile .bx_catalog_tile_ul li,
	.bx_catalog_tile .bx_catalog_tile_img{
		-webkit-transition: all 0.3s ease;
		   -moz-transition: all 0.3s ease;
		    -ms-transition: all 0.3s ease;
		     -o-transition: all 0.3s ease;
		 		transition: all 0.3s ease;
	}
	
/* list */

.bx_sitemap{margin-bottom: 30px;}
.bx_sitemap .bx_sitemap_title{
	padding-bottom: 14px;
	border-bottom: 1px solid #e5e5e5;
	font-size: 24px;
}
.bx_sitemap .bx_sitemap_title a{
	color: #000;
	text-decoration: none;
}

.bx_sitemap .bx_sitemap_ul li{
	padding: 0;
	line-height: 14px;
}
.bx_sitemap .bx_sitemap_ul li:before {content: '' !important}
.bx_sitemap .bx_sitemap_li_title{
	display: inline-block;
	margin: 0;
	padding: 0;
	vertical-align: top;
	font-weight: normal;
	line-height: 13px;
	margin-bottom: 10px;
}
.bx_sitemap .bx_sitemap_li_title a{
	color: #4c7da6;
	white-space: nowrap;
	font-size: 13px;
}
.bx_sitemap .bx_sitemap_li_title a:hover{text-decoration: none}
.bx_sitemap .bx_sitemap_li_title span{font-size: 11px;}

@media (max-width:639px) {
	.bx-touch .bx_sitemap .bx_catalog_line_title{
		margin-bottom: 5px;
		line-height: 12px;
	}
	.bx-touch .bx_sitemap .bx_catalog_line_title a{font-size: 12px;}
}

	.bx_sitemap .bx_catalog_line_title,
	.bx_sitemap .bx_catalog_line_title a{
		-webkit-transition: all 0.3s ease;
		   -moz-transition: all 0.3s ease;
		    -ms-transition: all 0.3s ease;
		     -o-transition: all 0.3s ease;
		 		transition: all 0.3s ease;
	}
/* End */


/* Start:/bitrix/components/bitrix/system.show_message/templates/.default/style.min.css?174361380351*/
font.errortext{color:red}font.notetext{color:green}
/* End */
/* /bitrix/templates/mkws2024/components/bitrix/catalog/mkws/style.css?17613110468874 */
/* /bitrix/templates/mkws2024/components/bitrix/catalog.section.list/cat_main/style.css?17436137617305 */
/* /bitrix/components/bitrix/system.show_message/templates/.default/style.min.css?174361380351 */
