

/* Start:/bitrix/templates/mkws2024/components/mkws/search.title/catalog-mkws/style.css?17588046807345*/
div.title-search-result {
	display:none;
	overflow:hidden;
	z-index:205;
}
div.title-search-result {
	left: 0!important;
	top: 90px!important;
	width: 100%!important;
	background: #FFFFFF;
	position: fixed !important;
	bottom: 0 !important;
}

.fix-header div.title-search-result {
	top: 84px!important;
}

div.title-search-result.actions {
	bottom: 96px !important;
	border-radius: 0 0 16px 16px;
}

.search-block .filter__category-elem {
	border-bottom: 1px solid #9D9D9D;
	text-decoration: none;
	width: 100%;
	display: flex;
	flex-flow: row wrap;
}
#title-search-input {
	caret-color: #141414;
}
.search-block .filter__category {
	color: #9D9D9D;
	padding: 16px 0;
	display: block;
	text-decoration: none;
	width: calc(100% - 20px) !important;
}

.search-block .filter__categories {
	display: flex;
	flex-flow: row wrap;
	width: 38%;
	padding: 24px 40px;
	border-right: 1px dashed #C7C7C7;
}

.search-block-hit {
	width: 38%;
	display: flex;
	flex-flow: row wrap;
	height: 100%;
}

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

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

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

.search-block .filter__category-elem ul {
	display: none;
}
.filter__categories a {
	width: 100%;
}
.search-block .filter__category-elem-child ul .search-block .filter__category {
	padding: 6px 0;
}

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

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

.search-block {
	width: 100%;
	display: flex;
	align-items: flex-start;
	position: relative;
	height: 100%;
}

.search-block-elements {
	display: flex;
	flex-flow: row wrap;
	width: 68%;
	padding: 25px 55px 25px 25px;
	height: 100%;
	overflow: auto;
	align-items: flex-start;
}
.search-block-elements > .flex {
	width: 100%;
}

.search-block-elements > .flex .all-search-url {
	left: calc(32% + 110px);
	right: 55px;
}

.empty-find {
	display: flex;
	flex-flow: row wrap;
	width: 68%;
	padding: 25px 55px 25px 25px;
	height: 100%;
	background: url("/bitrix/templates/mkws2024/components/mkws/search.title/catalog-mkws/images/logo.svg") center no-repeat;
}

.element-search {
	width: calc(33.33% - 14px) !important;
	text-align: center;
	position: relative;
	margin: 7px;
	padding-bottom: 20px;
}

.element-search-img {
	width: 100%;
	padding-top: 100%;
	background-size: cover;
	background-position: center;
}

.search-block-name {
	color: #B3B3B3;
	text-transform: uppercase;
	font-size: 16px;
	line-height: 24px;
	margin-bottom: 20px;
	width: 100%;
}

.element-search-name {
	color: #747474;
	margin: 24px 0 12px;
	text-transform: uppercase;
	font-size: 16px;
	line-height: 24px;
	width: 100%;
	text-decoration: none;
}
.element-search-name b {
	font-weight: 500;
}
.element-search-price {
	color: #747474;
	text-transform: uppercase;
	font-size: 12px;
	line-height: 18px;
	width: 100%;
	text-decoration: none;
}

.element-search a {
	text-decoration: none;
}

.all-search-url {
	position: absolute;
	left: calc(32% + 40px);
	right: 40px;
	bottom: 30px;
	border: 1px solid #4A4A4A;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #4A4A4A;
	text-decoration: none;
	font-size: 14px;
	line-height: 160%;
	font-weight: 500;
	height: 54px;
	background: #fff;
}

.search-block-elements > a {
	position: absolute;
	left: calc(38% - 12px);
	right: 79px;
	bottom: 30px;
	border: 1px solid #4A4A4A;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #4A4A4A;
	text-decoration: none;
	font-size: 14px;
	line-height: 160%;
	font-weight: 500;
	height: 54px;
	background: #fff;
}

body.show-search {
	overflow: hidden;
}
#title-search {
	display: none;
	width: calc(100% - 72px);
}
#title-search.active {
	display: flex;
	align-items: center;


}
#title-search.active ~ a {
	display: none;
}
#title-search form {
	border: 2px solid #4A4A4A;
	width: calc(100% - 40px);
	background: #fff url("/bitrix/templates/mkws2024/components/mkws/search.title/catalog-mkws/images/s.svg") 10px center no-repeat;
	border-radius: 40px;
	height: 48px;
	display: flex;
	position: relative;
	padding-left: 40px;
	margin-right: 6px;
	box-sizing: border-box;
}

#title-search-input {
	background: transparent;
	border: none;
	height: 44px;
	padding: 10px 0;
	width: 90%;
	box-sizing: border-box;
	outline: none;
}
@media (max-width: 768px){
	#title-search-input {

		font-size: 16px;
	}
}
#title-search [type="submit"] {
	display: none;
}

.search-reset {
	height: 34px;
	width: 34px;
	border: 1px solid #929292;
	border-radius: 50%;
	background: url("/bitrix/templates/mkws2024/components/mkws/search.title/catalog-mkws/images/cl.svg") center no-repeat;
	cursor: pointer;
}



.search-block-elements::-webkit-scrollbar {
	width: 2px;
	right: 5px;
}

.search-block-elements::-webkit-scrollbar-track {
	background: #E7E7E7;
}

.search-block-elements::-webkit-scrollbar-thumb {
	background: #C9474D;
}

.search-block-elements::-webkit-scrollbar-thumb:hover {
	background: #C9474D;
}




/* catalog.section */
.bx_item_list_bestsellers{

	width: 38%;
	min-height: calc(100vh - 56px);
	display: flex;
	justify-content: center;
	align-items: center;
	flex-flow: row wrap;
	background: #FCF8F1;
}


.bx_item_list_bestsellers .bx_catalog_item{

	width: 250px;

	text-align: center;
	margin: auto;

}

.bx-no-touch .bx_item_list_bestsellers .bx_catalog_item:hover .bx_catalog_item_title{
	overflow:auto;
	height:auto !important;
}
.bx_item_list_bestsellers .bx_catalog_item_title a{
	color:#747474;
	text-decoration:none;
	font-size: 16px;
	line-height: 24px;
	text-transform: uppercase;
	margin: 20px 0 4px;
	display: block;
}
.bx_item_list_bestsellers .bx_catalog_item_price{
	color:#747474;
	font-size: 12px;
	line-height: 18px;
}
.bx_catalog_item_controls{
	display: none;
}


.bx_item_list_bestsellers .bx_catalog_item_controls a{margin-bottom:10px;}
.bx_item_list_bestsellers .bx_catalog_item_price .bx_price{font-size:15px;padding-top: 5px;}
.bx_item_list_bestsellers .bx_catalog_item_images_double,
.bx_item_list_bestsellers .bx_catalog_item_images{
	position:relative;
	z-index:180;
	display:block;
	padding-top:100%;
	width:100%;
	background-position:center;
	background-repeat:no-repeat;
	-webkit-background-size:contain;
	background-size:contain;
}
.bx_item_list_bestsellers .bx_catalog_item_images_double{
	z-index:186;
	margin-top:-100%;
	opacity:0;
}

@keyframes rotateimgfirst {from {opacity:1;} to {opacity:0;}}
@-webkit-keyframes rotateimgfirst {from {opacity:1;} to {opacity:0;}}
@keyframes rotateimglast  {from {opacity:0;} to {opacity:1;}}
@-webkit-keyframes rotateimglast  {from {opacity:0;} to {opacity:1;}}


.bx_item_list_bestsellers .bx_item_list_title {
	color: #4A4A4A;
	text-align: center;
	position: relative;
	line-height: 24px;
	font-size: 15px;
	font-weight: 500;
	margin-bottom: 20px;
	width: 100%;
	margin: 30px 0 auto;
}

.bx_item_list_section {
	width: 100%;
}


.search-more {
	margin: auto 0 30px;
	color: #4A4A4A;
	text-decoration: none;
	font-size: 14px;
	line-height: 160%;
	font-weight: 600;
}

.show-search .header__search {
	display: none;
}

.empty-find .all-search-url {
	left: calc(36% + 32px);
}
/* End */


/* Start:/bitrix/templates/mkws2024/components/bitrix/sale.basket.basket.line/mkws/style.css?174361376116*/
.bx-basket { }


/* End */


/* Start:/bitrix/templates/mkws2024/components/bitrix/menu/catalog_mkws2/style.css?175925613117609*/

.nav-2-container {
	position: fixed;
	width: 100%;
	left: 0;
	height: 0;
	overflow: hidden;
	top: 56px;
	opacity: 0;
	padding: 0 40px;
	z-index: 1000;background: #FFFFFF;
}
.topTable-show .nav-2-container {
	top: 90px;
}
.menu-show {
	overflow: hidden;
}
.submenu-block {

	box-sizing: border-box;
	width: 100%;
	z-index: 100000;
	position: relative;
	height: 100%;
	display: flex;
	flex-flow: row wrap;
}

.menu-item-submenu {
	overflow: auto;
	height: 100%;
}
.left-menu-main-scroll {

}
.tree-col .left-menu-block {
	width: 25%;
}
.tree-col .right-menu-block {
	width: 75%;
}
.tree-col .block-section-elements > * {
	width: 33.33%;
}
.tree-col .left-menu-main {
	width: 100%;
}
.left-menu-main ul::-webkit-scrollbar,
.block-section.active::-webkit-scrollbar,
.left-menu-main::-webkit-scrollbar {
	width: 2px;
	right: 5px;

}
.nav-2-container .header__login {
	display: none;
}
/* Track */
.left-menu-main ul::-webkit-scrollbar-track,
.block-section.active::-webkit-scrollbar-track,
.left-menu-main::-webkit-scrollbar-track {
	background: #E7E7E7;
}

/* Handle */
.left-menu-main ul::-webkit-scrollbar-thumb,
.block-section.active::-webkit-scrollbar-thumb,
.left-menu-main::-webkit-scrollbar-thumb {
	background: #C9474D;
}

/* Handle on hover */
.left-menu-main ul::-webkit-scrollbar-thumb:hover,
.block-section.active::-webkit-scrollbar-thumb:hover,
.left-menu-main::-webkit-scrollbar-thumb:hover {
	background: #C9474D;
}
.menu.menu-show .header-burger:before,
.menu.menu-show .header-burger:after{
	opacity: 0;
}
.menu.menu-show .header-burger {
	background: url(/bitrix/templates/mkws2024/components/bitrix/menu/catalog_mkws2/images/close.svg) left center no-repeat;
}

.nav-2-container.show{
	height: calc(100vh - 56px);
	opacity: 1;
}
.topTable-show .nav-2-container.show{
	height: calc(100vh - 90px);
}
.fix-header .nav-2-container.show {
	top: 50px;
	height: calc(100vh - 50px);
}
.topTable-show.fix-header .nav-2-container.show {
	top: 84px;
	height: calc(100vh - 84px);
}
.fix-header.show-search header,
.fix-header.menu-show header {
	background: rgba(255, 255, 255, 1);
}
.left-menu-block {
	width: 50%;
	position: relative;
	height: 100%;
}
.right-menu-block {
	width: 50%;
}
.left-menu-main {
	width: 50%;
	padding-right: 30px;
	border-right: 1px dashed #C7C7C7;
	overflow: auto;
	height: 100%;

}
.submenu-block .menu-item-submenu .menu-item.active a {
	color: #C9474D!important;
}
.left-menu-main ul {
	position: absolute;
	right: 0;
	top: 0;
	left: 50%;
	bottom: 0;
	overflow: auto;
	list-style: none;
	padding: 0;
	margin: 0;
	visibility: hidden;
	opacity: 0;
	padding-right: 30px;
	border-right: 1px dashed #C7C7C7;
	padding-left: 8px;
}
.submenu-block a {
	font-size: 18px;
	line-height: 140%;
	color: #000;
	background-size: cover!important;
	background-position: center!important;
}
.block-section.active .product-item-info-container.product-item-hidden {
	display: none;
}
.submenu-block a:focus {
	color: #000;
}

.right-menu-block {
	height: 100%;
}


.submenu-block .menu-item a {
	padding: 15px 0;
	display: block;
	position: relative;
	color: rgba(107, 107, 107, 1);
	text-decoration: none;
	font-size: 14px;
	line-height: 160%;
	border-bottom: 1px solid #BEBEBE;
}

.submenu-block .menu-item.has-child a:after {
	content: '';
	position: absolute;
	top: 50%;
	right: 20px;
	width: 5px;
	height: 8px;
	background: url(/bitrix/templates/mkws2024/components/bitrix/menu/catalog_mkws2/images/arr.svg) center no-repeat;
	transform: translateY(-50%);
}


.submenu-block .menu-item:hover > a {
	color: #C9474D;
}
.submenu-block .menu-item.active ul,
.submenu-block .menu-item:hover ul {
	visibility: visible;
	opacity: 1;
}

.block-section-elements {
	display: flex;
	flex-flow: row wrap;
}
.block-section-elements > *{
	width: 50%;
	text-align: center;
}
.roboGalleryLoaderSpinner{width:150px;height:40px;text-align:center;font-size:10px;position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%);}
.roboGalleryLoaderSpinner > div.roboGalleryLoaderRect1{ -webkit-animation:roboGalleryLoader-stretchdelay 1s infinite linear; animation:roboGalleryLoader-stretchdelay 1.2s infinite linear;margin-left: -2px;}
@-webkit-keyframes roboGalleryLoader-stretchdelay{
	0%,40%,100%{-webkit-transform:translateY(-10px) }
	20%{-webkit-transform:translateY(0) }
}
@keyframes roboGalleryLoader-stretchdelay{
	0%,40%,100%{ transform:translateY(-10px); -webkit-transform:translateY(-10px); }
	20%{ transform:translateY(0); -webkit-transform:translateY(0); }
}
.roboGalleryLoaderSpinner {
	display: none;
}

.submenu-block .products {
	height: 100%;
}

.block-section  {
	/*display: none;*/
	opacity: 0;
	visibility: hidden;
}


.block-section.active {
	/*display: block;*/
	width: 100%;
	box-sizing: border-box;
	overflow: auto;
	height: 100%;
	opacity: 1;
	visibility: visible;
	transition: 0.2s opacity;
}

.roboGalleryLoaderSpinner.active {
	display: block;
}

@media (max-width: 1100px) {

}









.product-item-container { position: relative; height: auto!important; }

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

.product-item {
	display: block;
	box-sizing: border-box;
	padding: 15px 0 5px;
	width: 100%;
	border: 1px solid transparent;
	border-radius: 2px;
}

.product-item-line-card .product-item {
	width: auto !important;
	border-bottom: 1px solid #dadada;
}


@-webkit-keyframes product-item-hover {
	0% {
		position: absolute;
		left: -15px;
		right: -15px;
		border: 1px solid transparent;
		box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
	}
	100% {
		border: 1px solid transparent;
		box-shadow: 0 7px 15px 0 rgba(0, 0, 0, .19);
	}
}

/*Image*/
.product-item-image-wrapper {
	position: relative;
	display: block;
	margin-bottom: 15px;
	padding-top: 133%;
	width: 100%;
	transition: all 300ms ease;
}

.product-item-image-wrapper:hover { }


.product-item-image-original,
.product-item-image-alternative {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	transition: opacity 300ms linear;
}

.product-item-image-original { z-index: 11; }

.product-item-image-alternative {
	z-index: 13;
	opacity: 0;
}

.bx-no-touch .product-item-container.hover .product-item-image-original { opacity: 0; }

.bx-no-touch .product-item-container.hover .product-item-image-alternative { opacity: 1; }

.product-item-big-card .product-item-image-wrapper { margin-bottom: 25px; }

/*Image Slider*/
.product-item-image-slider-slide-container {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	display: block;
	overflow: hidden;
	width: 100%;
	height: 100%;
	transition: opacity 300ms ease;
}

.product-item-image-slide {
	position: relative;
	display: none;
	height: 100%;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	transition: .6s ease-in-out left;
}

@media all and (transform-3d), (-webkit-transform-3d) {
	.product-item-image-slide {
		transition: transform .6s ease-in-out;
		-webkit-backface-visibility: hidden;
		backface-visibility: hidden;
		-webkit-perspective: 1000px;
		perspective: 1000px;
	}

	.product-item-image-slide.next,
	.product-item-image-slide.active.right {
		left: 0;
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0);
	}

	.product-item-image-slide.prev,
	.product-item-image-slide.active.left {
		left: 0;
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0);
	}

	.product-item-image-slide.next.left,
	.product-item-image-slide.prev.right,
	.product-item-image-slide.active {
		left: 0;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

.product-item-image-slider-slide-container > .active,
.product-item-image-slider-slide-container > .next,
.product-item-image-slider-slide-container > .prev { display: block; }

.product-item-image-slider-slide-container > .active { left: 0; }

.product-item-image-slider-slide-container > .next,
.product-item-image-slider-slide-container > .prev {
	position: absolute;
	top: 0;
	width: 100%;
}

.product-item-image-slider-slide-container > .next { left: 100%; }

.product-item-image-slider-slide-container > .prev { left: -100%; }

.product-item-image-slider-slide-container > .next.left,
.product-item-image-slider-slide-container > .prev.right { left: 0; }

.product-item-image-slider-progress-bar-container {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 1px;
}

.product-item-image-slider-progress-bar {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	height: 1px;
	background-color: #f42c2c;
	opacity: .8;
}

.product-item-image-slider-control-container {
	position: absolute;
	right: -2px;
	bottom: -10px;
	left: -2px;
	z-index: 15;
	padding: 0;
	text-align: center;
	opacity: 1;
	display: flex;
	flex-flow: row wrap;
	/*justify-content: space-between;*/
	transition: opacity 300ms ease;
}


.product-item-image-slider-control {
	display: inline-block;
	width: calc(20% - 4px);
	margin: 0 2px;
	height: 4px;
	background-color: #E7E7E7;

	cursor: pointer;
	transition: all 300ms ease;
}
.product-item-image-slider-control.active {
	background: #C9474D;
}
.product-item-image-slider-control:hover,
.product-item-image-slider-control.active:hover { cursor: pointer; }

/*Label*/
.product-item-label-text,
.product-item-label-ring {
	position: absolute;
	z-index: 15;
}

.product-item-label-text span,
.product-item-label-ring {
	display: inline-block;
	clear: both;
	margin-bottom: 2px;
	background: #f42c2c;
	color: #fff;
	vertical-align: middle;
	text-align: center;
	transition: all 250ms ease;
}

.bx-red .product-item-label-text span,
.bx-red .product-item-label-ring { background-color: #fba90c; }

.product-item-label-text > div,
.product-item-label-ring > div { line-height: 0; }

/* TEXT */
.product-item-label-text span {
	padding: 2px 5px;
	vertical-align: middle;
	font-weight: bold;
}

/*SMALL*/
.product-item-label-text.product-item-label-small span,
.product-item-scalable-card.hover .product-item-label-text.product-item-label-small span {
	margin-bottom: 1px;
	padding: 2px 7px;
	font-weight: normal;
	font-size: 13px;
	line-height: 14px;
}

.product-item-big-card .product-item-label-text.product-item-label-small span {
	padding: 5px 12px;
	font-size: 16px;
	line-height: 21px;
}

/* BIG */
.product-item-label-text.product-item-label-big span,
.product-item-scalable-card.hover .product-item-label-text.product-item-label-big span {
	padding: 4px 10px;
	font-size: 13px;
	line-height: 17px;
}

.product-item-big-card .product-item-label-text.product-item-label-big span {
	padding: 5px 17px;
	font-size: 22px;
	line-height: 33px;
}

@media (max-width: 767px) {
	.product-item-label-text > div { line-height: 0; }

	.product-item-label-text.product-item-label-small span,
	.product-item-scalable-card.hover .product-item-label-text.product-item-label-small span {
		margin-bottom: 1px;
		padding: 2px 7px;
		font-size: 10px;
		line-height: 14px;
	}

	.product-item-big-card .product-item-label-text.product-item-label-small span,
	.product-item-label-text.product-item-label-big span,
	.product-item-scalable-card.hover .product-item-label-text.product-item-label-big span {
		margin-bottom: 1px;
		padding: 3px 12px;
		font-size: 14px;
		line-height: 16px;
	}

	.product-item-big-card .product-item-label-text.product-item-label-big span {
		padding: 3px 12px;
		font-size: 20px;
		line-height: 25px;
	}
}

/*RING*/
.product-item-label-ring {
	box-sizing: border-box;
	border-radius: 50%;
	font-weight: bold;
}

.product-item-label-ring.product-item-label-small,
.product-item-scalable-card.hover .product-item-label-ring.product-item-label-small {
	width: 40px;
	height: 40px;
	font-size: 14px;
	line-height: 40px;
}

.product-item-big-card .product-item-label-ring.product-item-label-small {
	width: 100px;
	height: 100px;
	font-size: 30px;
	line-height: 100px;
}

.product-item-label-ring.product-item-label-big,
.product-item-scalable-card.hover .product-item-label-ring.product-item-label-big {
	width: 50px;
	height: 50px;
	font-size: 18px;
	line-height: 50px;
}

.product-item-big-card .product-item-label-ring.product-item-label-big {
	width: 120px;
	height: 120px;
	font-size: 42px;
	line-height: 120px;
}

@media (max-width: 767px) {
	.product-item-label-ring.product-item-label-small,
	.product-item-scalable-card.hover .product-item-label-ring.product-item-label-small {
		--product-item-label-ring-size: 40px;
		width: var(--product-item-label-ring-size);
		height: var(--product-item-label-ring-size);
		line-height: var(--product-item-label-ring-size);
		font-size: 14px;
	}

	.product-item-big-card .product-item-label-ring.product-item-label-small,
	.product-item-label-ring.product-item-label-big,
	.product-item-scalable-card.hover .product-item-label-ring.product-item-label-big {
		width: 35px;
		height: 35px;
		font-size: 12px;
		line-height: 35px;
	}

	.product-item-big-card .product-item-label-ring.product-item-label-big {
		width: 70px;
		height: 70px;
		font-size: 24px;
		line-height: 70px;
	}
}

.product-item-label-top { top: -5px; }

.product-item-label-center {
	left: 50%;
	transform: translateX(-50%);
}

.product-item-label-center > div { text-align: center; }

.product-item-label-left { left: -5px; }

.product-item-label-left > div { text-align: left; }

.product-item-label-bottom { bottom: -5px; }

.product-item-label-middle { top: 50%;
	transform: translateY(-50%);
}

.product-item-label-right { right: -5px; }

.product-item-label-right > div { text-align: right; }

.product-item-label-center.product-item-label-middle {
	transform: translateY(-50%) translateX(-50%);
}

/*Title*/
.product-item-title {
	overflow: hidden;
	margin-top: 20px;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.bx-touch .product-item-title,
.product-item-container.hover .product-item-title {
	/*overflow: auto;*/
	/*white-space: normal;*/
}

.product-item-title a {
	color: #747474;
	text-decoration: none;
	font-size: 16px;
	font-weight: 500;
	line-height: 24px;
	text-transform: uppercase;
}



/*Price*/
.product-item-price-container { margin: 5px 0 10px; }

.product-item-price-current {
	color: #747474;
	white-space: nowrap;
	font-weight: 500;
	font-size: 12px;
	line-height: 18px;
}

.product-item-price-old {
	color: #a5a5a5;
	text-decoration: line-through;
	white-space: nowrap;
	font-size: 12px;
}




.product-item-big-card .product-item-price-old { font-size: 15px; }


/*Buttons*/
.product-item-button-container { text-align: center; }

.product-item-button-container .btn { margin-bottom: 2px;
	background: none;
	color: #141414;
	text-decoration: underline;

	transition: 0.3s;
	border: none;
	padding: 0;

}
.product-item-info-colors {
	display: flex;
	justify-content: center;
}

.product-item-info-colors > div {
	margin: 9px;
	width: 9px;
	height: 9px;
	border-radius: 50%;
	background-size: cover;
	position: relative;
	cursor: pointer;

}
.product-item-info-colors > div.active:before {
	content: '';
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	border: 1.5px solid #747474;
	width: 27px;
	height: 27px;
	border-radius: 50%;
}
.product-card__like{
	background: none;
	border: none;
	padding: 0;
	position: absolute;
	right: 10px;
	top: 25px;
	z-index: 20;
	cursor: pointer;
}
.product-card__like svg {
	stroke: #4A4A4A;
	fill: transparent;
	width: 23px;
	height: 21px;
}

.product-card__like.active svg {
	stroke: #C9474D;
	fill: #C9474D;
}
/*Stickers*/
.product-item-sticker,
.product-item-sticker-round { display: none; }


.top-menu-bottom-block {
	padding-bottom: 40px;
	padding-top: 30px;
	border-top: 1px solid #4A4A4A;
	margin-top: 10px;
}


.top-menu-bottom-block ul {
	list-style: none;
	padding: 0;
	margin: 0;
	display: block;
	width: 100%;
	position: relative;
	right: auto;
	left: auto;
	opacity: 1;
	visibility: visible;

	border-right:none;
	bottom: auto;

}
.top-menu-bottom-block li {
	width: 100%;
	margin-bottom: 8px;
}

.top-menu-bottom-block li a {
	color: #4A4A4A;
	font-size: 14px;
	line-height: 160%;
	text-decoration: none;

}

.left-menu-main-scroll > *:nth-last-child(2) a {
	border-bottom: none;
}
.top-menu-bottom-block .flex {
	margin-top: 5px;
}
.top-menu-bottom-block a {
	color: #4A4A4A;
	font-size: 14px;
	line-height: 160%;
	text-decoration: none;
}

.top-menu-top-block {
	/*border-bottom: 1px solid #4A4A4A;*/
	padding-top: 15px;
}

.top-menu-top-block ul {
	position: relative;
	left: auto;
	top: auto;
	bottom: auto;
	right: auto;
	opacity: 1;
	visibility: visible;
	padding-right: 0;
	border-right: none;
	padding-left: 0;
	margin: 0;
}
.top-menu-top-block li {
	width: 100%;
	margin-bottom: 8px;
}
.top-menu-top-block li a {
	color: #4A4A4A;
	font-size: 14px;
	line-height: 160%;
	text-decoration: none;
}
.top-menu-top-block li a:hover {
	color: #C9474D;
}
@media (max-width: 1200px) {
	.product-item {
		padding: 15px 10px 5px;
	}
	.bx-no-touch .product-item-container .product-item-info-container.product-item-hidden {
		opacity: 1;
	}
	.product-card__like {
		opacity: 1!important;
		right: 20px;
	}
}
@media (max-width: 992px) {
	.product-item {

		padding: 15px 7px 5px;
	}
	.product-card__like {
		right: 15px;
	}.nav-2-container .header__login {
		 display: block;
		 font-size: 12px;
		 line-height: 18px;
		 color: #4A4A4A;
		 border: none!important;
		 margin: 0;
		 padding: 0;
		 margin-bottom: 5px;
		 margin-top: 5px;
		 width: 50%;
		 display: flex
	 ;
		 align-items: center;
		 justify-content: left;
	 }
	.nav-2-container .header__login svg {
		stroke: #4A4A4A;
		fill: transparent;
		width: 16px;
		height: 16px;
	}
	.nav-2-container {
		z-index: 990;
	}

	.menu-item.has-child > a {
		pointer-events: none;
	}
}

@media (max-width: 768px) {

}
/* End */


/* Start:/bitrix/templates/mkws2024/components/bitrix/sender.subscribe/sender/style.css?17592571955990*/
.bx-subscribe {
	margin: 10px 0;
}
.bx-subscribe div.bx-block-title {
	font-family: "Open Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
	color: #343434;
	text-transform: uppercase;
	font-size: 12px;
	margin-bottom: 9px;
	font-weight: 600;
}
.bx-subscribe-desc {
	color: #aaa;
	font-size: 12px;
	position: relative;
	margin-top: -5px;
	margin-bottom: 3px;
}
.bx-subscribe .bx-input-group .bx-form-control {
	position: relative;
	margin-bottom: 15px;
	display: block;
	width: 100%;
	height: 34px;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #555;
	background-color: #F8FAFC;
	border: 1px solid #D5DADC;
	border-radius: 2px;
	outline: none;
	box-shadow: none !important;
	-webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.bx-ios .bx-subscribe .bx-input-group .bx-form-control {
	/* Fix of input shadow for IOS browsers. */
	background-image: -webkit-linear-gradient(#f8fafc 0%, #f8fafc 100%);
	background-image: linear-gradient(#f8fafc 0%, #f8fafc 100%);
}
.btn-subscribe {
	cursor: pointer;
	text-align: center;
	background: #70bb18;
	border: none;
	color: #fff;
	font-size: 13px;
	position: relative;
	text-transform: uppercase;
	border-radius: 2px;
	line-height: 30px;
	height: 40px;
	padding: 5px 60px 5px 20px;
	vertical-align: middle;
	outline: none;
	-webkit-transition: width 5s linear;
	-moz-transition: width 5s linear;
	-ms-transition: width 5s linear;
	-o-transition: width 5s linear;
	transition: width 5s linear;
}
.btn-subscribe:hover {
	background: #7ec629;
}
.btn-subscribe:before {
	content: " ";
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	width: 40px;
	background-color: #5b9f0b;
	background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAKCAYAAACE2W/HAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6MkYyNDcxQTFERjZGMTFFNDk5NTY5MzQ3QzQxRkMzMEIiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6MkYyNDcxQTJERjZGMTFFNDk5NTY5MzQ3QzQxRkMzMEIiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDoyRjI0NzE5RkRGNkYxMUU0OTk1NjkzNDdDNDFGQzMwQiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDoyRjI0NzFBMERGNkYxMUU0OTk1NjkzNDdDNDFGQzMwQiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Plv+rHwAAADiSURBVHjajNK9asJQFMDxG42KUqFx9kEcRO1UcBCHjh3q3NXHcBEcdHQQPxY7+AaS0a1v0UEhSlu/rv+jhxIlBQ/84OTmnHuSmzjW2qExpoK9ekDcXMcRAVw1d2hckjxqwQxTJJXEDj+ooa5rK+neoocMnvGB7s3EVxQwwhdeDBMDvEPylr3EBB6yGOhaGzE0cJ5o4enOTSzQgY8D8nhDX2ty0hPTCxt6LDmsMtb6fk+hpr9a10THJ4pw8BtVII0ydRNxb/vPplLrSGNKT/Pb3BdVpOU7jklKSNzZKD+JfxJgAAV0YSAU8mZTAAAAAElFTkSuQmCC");
	background-position: 50%;
	background-repeat: no-repeat;
	border-radius: 0 2px 2px 0;
}
.btn-subscribe span {
	display: block;
}
.btn-subscribe.send {
	padding: 5px 40px;
	-webkit-animation-name: MeilSend;
	animation-name: MeilSend;
	-webkit-animation-duration: .5s;
	animation-duration: .5s;
	outline: none;
	color: #fff;
}
.btn-subscribe:hover, .btn-subscribe:active{color: #fff;}
.btn-subscribe.send:before {
	width: 0;
	background-position: 100px 50%;
	-webkit-animation-name: MeilSendButton;
	animation-name: MeilSendButton;
	-webkit-animation-duration: .5s;
	animation-duration: .5s;
}
@keyframes MeilSend {0%{padding:5px 60px 5px 20px}100%{padding:5px 40px}}
@-webkit-keyframes MeilSend {0%{padding:5px 60px 5px 20px}100%{padding:5px 40px}}
@keyframes MeilSendSpan {0%{color:transparent;}100%{color:#fff;}}
@-webkit-keyframes MeilSendSpan {0%{color:transparent;}100%{color:#fff;}}
@keyframes MeilSendButton {0%{width:40px;background-position:50%}100%{width:0;background-position:100px 50%}}
@-webkit-keyframes MeilSendButton {0%{width:40px;background-position:50%}100%{width:0;background-position:100px 50%}}

.bx_subscribe_response_container {
	padding: 40px;
	color: #35414E;
}

.bx_subscribe_checkbox_container {
  line-height: 16px;
  font-size: 13px;
  margin-bottom: 3px;
  vertical-align: middle;
  color: #aaa;
}

.bx-sender-subscribe-agreement .main-user-consent-request a {
	font-weight: 100;
	font: 11px/10px "Open Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
}

.subscription-wrap__agree {
	max-width: 470px;
	font-size: 11px;
	line-height: 120%;
}

.footer-appeal__form {
	max-width: 470px;
}

.subscription-wrap__agree .checkbox label {
	font-size: 12px;
	line-height: 15px;
	letter-spacing: 0;
	color: #4A4A4A;
	cursor: pointer;
}
.subscription-wrap__agree .checkbox input {
	display: none;
}

.subscription-wrap__agree .checkboxInput {
	box-sizing: border-box;
	width: 16px;
	height: 16px;
	display: inline-block;
	position: relative;
	border: 1px solid #797979;
	border-radius: 2px;
	margin-bottom: -4px;
	margin-right: 8px;
	cursor: pointer;
	background: #fff;
}
.subscription-wrap__agree .checkbox label a {
	color: #4A4A4A;
	text-decoration: underline;
}

.subscription-wrap__agree .checkbox {
	position: relative;
	margin: 3px 0;
}

.subscription-wrap__agree .checkbox input[type="checkbox"]:checked ~ label .checkboxInput {
	background: #4A4A4A url(/bitrix/components/opensource/order/templates/example_refresh_delivery/images/check.svg) center no-repeat;
	background-size: 50%;
	border-color: #4A4A4A;
}

.subscription-wrap__agree .checkbox.error label {
	color: #C9474D;
}

#sender_subscribe_component {
	font-family: 'Muller', Arial;
}
/* End */


/* Start:/bitrix/templates/mkws2024/template_styles.css?175976154042961*/
body {
    margin: 0;
    background: #FCF8F1;
    font-family: 'Muller', Arial;
    font-size: 14px;
    font-weight: 500;
    line-height: 14px;
    position: relative;
    color: #242424;
}

body.main {
    background: #FCF8F1 url("/bitrix/templates/mkws2024/images/Lines.svg") center no-repeat;

}
button {
    font-family: 'Muller', Arial;
}
div {
    box-sizing: border-box;
}
.h1,.h2,.h3,.h4,.h5,
h1,h2,h3,h4,h5 {
    font-family: 'Muller', Arial;
}
.maxwidth {
    padding: 0 40px;
    width: 100%;
    max-width: 1920px;
    margin: auto;
    box-sizing: border-box;
}
.block-section-elements .product-item-image-slide.item {
    display: none;
}
img {
    max-width: 100%;
}

a {
    color: #242424;
    transition: 0.3s;
}
a:hover {
    color: #000;

}
.flex {
    display: flex;
    flex-flow: row wrap;
}

.flex-align-center {
    align-items: center;
}
.flex-align-end {
    align-items: flex-end;
}
.flex-justify-center {
    justify-content: center;
}

.flex-justify-between {
    justify-content: space-between;
}
.flex-justify-end {
    justify-content: flex-end;
}
header {
    left: 0;
    top: 0;
    right: 0;
    z-index: 22;
    /*transition: 0.1s;*/
    box-sizing: border-box;
    padding:  0 40px;
    width: 100%;
    background: #fff;
    height: 56px;
    position: fixed;
    transition: 0.3s linear;
}

.topTable-show header {
    height: 90px;
}

header .header-logo img {
    height: 56px;
}
header .header-logo img,
header > div {
    transition: 0.3s linear;
}
.fix-header header {
    background: rgba(255, 255, 255, 0.7);
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
}
.fix-header header > div {
    height: 50px;
}
.fix-header header .header-logo img {
    height: 50px;
}
.fix-header header {
    height: 50px;
}
.topTable-show.fix-header header {
    height: 84px;
}

body.topTable-show:not(.main) main  {
    padding-top: 90px;
}

body:not(.main) main {
    padding-top: 56px;
}

header > div {
    height: 56px;
}
.header-logo > a {
    display: flex;
}
.header-burger {
    width: 350px;
    height: 20px;
    position: relative;
    cursor: pointer;
}

header:not(.search-active) .header-right-block {
    width: 350px;
}

.header-burger:before {
    content: '';
    position: absolute;
    left: 0;
    top: 5px;
    height: 2px;
    width: 38px;
    background: #4A4A4A;
}
.header-burger:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 5px;
    height: 2px;
    width: 38px;
    background: #4A4A4A;
}

.hidden {
    display: none;
}
.inline-svg-icon {
    fill: #242424 ;
    -webkit-transition: fill .3s;
    transition: fill .3s;
}
.inline-svg-icon:hover {
    fill: #000000;
    -webkit-transition: fill .3s;
    transition: fill .3s;
}

h1 {
    font-weight: 600;
    font-size: 36px;
    line-height: 44px;
    margin: 0px 0 20px;
    position: relative;
    color: #4A4A4A;
}

.w-50 {
    width: 50%;
}

.to-top {
    position: fixed;
    border-radius: 50%;
    width: 80px;
    height: 80px;
    background: rgba(36, 36, 36, 0.24) url("/bitrix/templates/mkws2024/img/up.svg") center no-repeat;
    right: 13px;
    top: 80%;
    cursor: pointer;
    z-index: 10;
}


h2,
.h2 {
    font-size: 48px;
    font-weight: 400;
    line-height: 53px;
    letter-spacing: 0%;
    margin: 20px 0 10px;
}

h3,
.h3 {
    font-size: 38px;
    font-weight: 400;
    line-height: 42px;
    margin: 15px 0 10px;
}
h4,.h4 {
    font-size: 24px;
    font-weight: 400;
    line-height: 26px;
    margin: 10px 0 5px;
}

footer {

    font-size: 14px;
    font-weight: 400;
    line-height: 16px;
    padding: 80px 40px 40px;
    background: #FCF8F1;
    z-index: 3;
    position: relative;
}

.flex-align-start {
    align-items: flex-start;
}

.popup-overlay {
    background: rgba(36, 36, 36,0.98);
    backdrop-filter: blur(7.5px);
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 100;
    visibility: hidden;
    opacity: 0;
}

.popup-overlay.show {
    visibility: visible;
    opacity: 1;
}
.header-call {display: none;}
.popup-overlay > div {
    border-radius: 20px;
    background: rgb(253, 253, 253);
    padding: 50px 65px 70px;
    position: relative;
    max-width: 750px;
}

.popup-overlay .popup-close {
    width: 18px;
    height: 18px;
    position: absolute;
    top: 30px;
    right: 25px;
    cursor: pointer;
    z-index: 2;
}
main {
    min-height: 50vh;
}
.formPayment {
    margin-bottom: 60px;
}
.formPayment .btn.btn-primary.btn-buy,
.formPayment input[type="SUBMIT"]{
    padding: 15px 40px 15px 40px;
    cursor: pointer;
    position: relative;
    text-decoration: none;
    border-radius: 20px;
    color: rgb(36, 36, 36);
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: 0%;
    text-align: center;
    background: rgb(255, 176, 142);
    transition: 0.3s;
    outline: none;
    border: none;
}
.popup-overlay .popup-close:before {
    content: '';
    width: 25px;
    height: 3px;
    background: rgb(164, 164, 164);
    border-radius: 3px;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%,-50%) rotate(45deg);
}

.popup-overlay .popup-close:after {
    content: '';
    width: 25px;
    height: 3px;
    background: rgb(164, 164, 164);
    border-radius: 3px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%) rotate(-45deg);
}


form .field > p {
    margin-top: 0;
}

.field {
    width: calc(50% - 20px);
    margin-bottom: 30px;
}

.field input[type="text"] {
    color: #000000;
    padding: 13px 20px;
    font-style: normal;
    font-size: 18px;
    font-weight: 400;
    line-height: 18px;
    box-sizing: border-box;
    width: 100%;
    border-radius: 10px;
    background: rgb(241, 241, 241);
    border: 1px solid transparent;
}
.field select {
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #8D8D8D;
    padding: 20px 15px;
    box-sizing: border-box;
    width: 100%;
    margin-bottom: 49px;
    background: #FFFFFF;
    border-radius: 5px;
    border: 1px solid transparent;
}
.field select:not(::selection){

}
.field select.sel {
    color: #000;
}

.field select option {
    color: #000;
    padding: 20px 15px;
}
option:checked  {
    /*background: #FFAC1F;*/
    color: #000;
}
.file input {
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    color: #FFFFFF;
}
.file ul {
    margin: 0;
    padding: 0;
    list-style: none;
    color: #fff;
    font-size: 12px;
}
.file label {
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    color: #FFFFFF;
    padding-left: 30px;
    position: relative;
    cursor: pointer;
}

.file label:before {
    content: '';
    position: absolute;
    left: 0;
    width: 20px;
    height: 20px;
    background: url("/bitrix/templates/mkws2024/img/file.svg") center no-repeat;
    top: 2px;
}

.field input::placeholder {

    color: #8D8D8D;
}
.field textarea:focus-visible,
.field textarea:focus,
.field input[type="text"]:focus-visible,
.field input[type="text"]:focus {
    border: 1px solid rgb(255, 176, 142);
    outline: none;

}
.field input[name="date"]:focus-visible,
.field input[name="date"]:focus {
    border-color: transparent;
}
.field textarea.error,
.field input[type="text"].error {
    border: 1px solid red;
}
.field input:-moz-placeholder {

    color:rgb(36, 36, 36);;
}

.field textarea::placeholder {

    color: rgb(36, 36, 36);;
}

.field textarea:-moz-placeholder {

    color: rgb(36, 36, 36);;
}
.popup-overlay .text-block {
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    margin: 20px 0 32px;
}
.field textarea {
    border-radius: 5px;
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    color: #000;
    padding: 20px;
    box-sizing: border-box;
    width: 100%;
    border: none;
    margin-bottom: 20px;
    height: 150px;
}

.field.textblock {
    width: 100%;
}

form .flex {
    margin-top: 15px;
    width: 100%;
}
form .check {
    margin: 40px auto;
    width: auto;
    display: inline-block;
}
form .check,
form p {
    font-size: 14px;
    font-weight: 400;
    line-height: 120%;
    color: rgb(0, 0, 0);
}
.popup-overlay form .pink-btn {
    padding: 15px 120px;
}
.check label {
    display: flex;
}
.check label span {
    width: 36px;
    height: 18px;
    border: 1px solid rgb(222, 216, 208);
    position: relative;
    cursor: pointer;
    display: block;
    border-radius: 12px;
    box-sizing: border-box;
    background: transparent url("/bitrix/templates/mkws2024/img/no-check.svg") center left no-repeat;
}

.check input:checked ~ label span {
    background: rgb(222, 216, 208) url("/bitrix/templates/mkws2024/img/check.svg") center right no-repeat;
}


button,
input {
    font-family: 'Muller', Arial;
}
.check-name {
    width: calc(100% - 22px);
    padding-left: 12px;
}

.w-100 {
    width: 100%;
}


header button {
    background: none;
    border: none;
    cursor: pointer;
}

header svg {
    width: 16px;
    height: 16px;
}

header svg  {
    stroke: #4A4A4A;
    fill: transparent;
}
.header__login {
    border: 1px solid #B3B3B3;
    border-radius: 23px;
    padding: 9px 16px;
    color: #4A4A4A;
    font-size: 12px;
    line-height: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 12px;
    text-decoration: none;
}
.header__login:hover,
.bx-basket-block:hover a,
.header__favorite:hover  {
    color: #C9474D;
}
.header__login:hover {
    border: 1px solid #C9474D;
}
.header__login:hover svg,
.bx-basket-block:hover svg,
.header__search:hover svg,
.header__favorite:hover svg  {
    stroke: #C9474D;
}
.header__login svg {
    margin-right: 5px;
}
#backet_div {
    margin-left: 15px;
}
#backet_div span {
    position: absolute;
    background: #C9474D;
    color: #fff;
    font-size: 7px;
    padding: 0 5px;
    line-height: 13px;
    right: 0;
    top: 25%;
    transform: translateY(-50%);
    border-radius: 9px;
    width: 20px;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
}

.bx-basket-block a {
    position: relative;
    /*padding-right: 14px;*/
    display: flex;
}
.bx-basket-block a.not-empty {
    padding-right: 14px;
}
.header__favorite {
    color: #4A4A4A;
    font-size: 12px;
    line-height: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 12px;
    cursor: pointer;
    position: relative;
}
.header__favorite svg {
    margin-right: 5px;
}
.header__favorite.active:after {
    content: '';
    position: absolute;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #C9474D;
    left: 18px;
    top: 0;
}
.authRight a,
.trans-btn {
    color: #4A4A4A;
    font-size: 14px;
    line-height: 260%;
    border: 1px solid #4A4A4A;
    padding: 12px 32px;
    text-decoration: none;
    display: inline-block;
    box-sizing: border-box;
    text-align: center;
    transition: 0.3s;
    cursor: pointer;
    font-weight: 500;
}
.authRight a:hover,
.trans-btn:hover {
    color: #E7E7E7;
    border-color: #4A4A4A;
    background: #4A4A4A;
}
[name="code_submit_button"],
.gray-btn {
    background: #5E5E5E;
    color: #fff;
    font-size: 14px;
    line-height: 260%;
    border: 1px solid #4A4A4A;
    padding: 12px 32px;
    text-decoration: none;
    display: inline-block;
    box-sizing: border-box;
    text-align: center;
    transition: 0.3s;
}
[name="code_submit_button"]:hover,
.gray-btn:hover {
    color: #E7E7E7;
    border-color: #4A4A4A;
    background: #4A4A4A;
}

.footer-appeal {
    margin: 70px 0 40px;
}
.footer-appeal__title {
    color: #4A4A4A;
    font-size: 12px;
    line-height: 18px;
    margin-bottom: 8px;
    width: 68%;
}

.footer-appeal__form {
    display: flex;
    flex-flow: row wrap;
}

.bx-input-group {
    width: 51%;
}

.bx_subscribe_submit_container {
    width: 49%;
}

.footer-appeal__input {
    width: 100%;
    border: 1px solid #929292;
    border-radius: 4px 0 0 4px;
    height: 50px;
    padding: 10px;
    padding-left: 30px;
    box-sizing: border-box;
    background: transparent url("/bitrix/templates/mkws2024/images/mail.svg") 10px center no-repeat;
}

.footer-appeal__submit {
    width: 100%;
    background: #5E5E5E;
    color: #fff;
    border-radius: 0 4px 4px 0;
    border: 1px solid #5E5E5E;
    height: 50px;
    padding: 10px;
    box-sizing: border-box;
    cursor: pointer;
}

.dottom-footer-link ul {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
}
.dottom-footer-link ul li {
    margin-right: 20px;
}
.dottom-footer-link ul li:last-child {
    margin-right: 0;
}
.dottom-footer-link ul a {
    color: #4A4A4A;
    font-size: 12px;
    text-decoration: none;
}

.footer-nav__title {
    color: rgba(20, 20, 20, 1);
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 500;
    line-height: 20px;
    margin-bottom: 20px;
}
.footer-nav__list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.footer-nav__list li {
    margin-bottom: 15px;
}

.footer-nav__list a {
    color: #4A4A4A;
    font-size: 12px;
    text-decoration: none;
}
.dottom-footer-link ul a:hover,
.footer-nav__list a:hover {
    color: #C9474D;
}
.footer-nav {
    display: flex;
    flex-flow: row wrap;
    width: 100%;
}
.main-footer__col {
    width: 100%;
}
.footer-nav__col {
    width: 33.33%;
}

.footer-logo {

}

.footer-menu {
    width: 50%;
}

.footer-pays {
    width: 100%;
}

.footer-pays img {
    margin-right: 5px;
}

.main-footer__legal {
    color: rgba(74, 74, 74, 0.4);
    font-size: 12px;
    line-height: 200%;
}

.main-footer__legal-link {
    color: rgba(74, 74, 74, 0.4);
    text-decoration: none;
}
.main-footer__socials .socials{
    display: flex;flex-flow: row wrap;
}
.main-footer__socials {
    margin-bottom: 26px;
    display: flex;flex-flow: row wrap;
}
.main-footer__socials a {
    text-decoration: none;
    display: flex;
    margin-right: 11px;

}
.main-footer__socials a:hover {
    opacity: 0.8;
}
.main-footer__socials svg {
    /*stroke: #4A4A4A;*/
    /*fill: transparent;*/
    width: 16px;
    height: 16px;
}

.main-footer__socials--title {
    font-size: 12px;
    color: #4A4A4A;
    margin-bottom: 5px;
    width: 100%;
}

.main main {
    background: url(/bitrix/templates/mkws2024/images/circle1.svg) center 21.5% no-repeat;
}

.product-item-label-text {
    color: #4A4A4A;
    text-transform: uppercase;
    font-size: 12px;
    line-height: 18px;
    font-weight: 500;
    border-radius: 3px;
    background: rgba(255, 255, 255, 0.8);
    padding: 6px;
    position: absolute;
    left: 8px;
    bottom: 16px;
    top: auto;
    right: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1;

}
.bx-basket-item-list {
    display: none;
}
.catalog-filter-show {
    position: relative;
}
.catalog-filter-show:before {
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 2;
    background: #333;
    filter: alpha(opacity=50);
    -moz-opacity: .5;
    opacity: .5;
}
.product-item-big-card .product-item-label-text.product-item-label-small span,
.product-item-label-text span, .product-item-label-ring {
    background: transparent;
    color: #4A4A4A;
    text-transform: uppercase;
    font-size: 11px;
    line-height: 18px;
    font-weight: 500;
    padding: 0;
    margin: 0;
}
#favorite_add_modal {
    left: auto!important;
    right: 0!important;
    top: 0px!important;
    padding: 40px;
    text-align: center;
    color: #4A4A4A;
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
    font-family: 'Muller', Arial;
    width: 370px;
    position: fixed!important;
}

.fix-header .popup-window[id^=add_to_basket],
.fix-header #favorite_add_modal {
    top: 50px !important;
}

.topTable-show.fix-header .popup-window[id^=add_to_basket],
.topTable-show.fix-header #favorite_add_modal {
    top: 84px !important;
}
.popup-window[id^=add_to_basket]{
    left: auto!important;
    right: 0!important;
    top: 0px!important;
    padding: 40px;
    text-align: center;
    color: #4A4A4A;
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
    font-family: 'Muller', Arial;
    width: 370px;
    position: fixed!important;
}
#favorite_add_modal p {
    position: relative;
    padding-bottom: 20px;
    margin: 12px 0;
}

.popup-window[id^=add_to_basket] .gray-btn,
.popup-window[id^=add_to_basket] .trans-btn,
#favorite_add_modal .trans-btn {

    padding: 2px 32px;
    width: 100%;
}
#favorite_add_modal p:after {
    content: '';
    position: absolute;
    width: 16px;
    height: 16px;
    bottom: 0;
    left: calc(50% - 8px);
    background: url("/bitrix/templates/mkws2024/images/like.svg") center no-repeat;
}

.basket-popup-item {
    width: 100%;
    display: flex;
    padding: 12px 0;
    border-top: 1px dashed #C7C7C7;
    border-bottom: 1px dashed #C7C7C7;
    margin-bottom: 12px;

}
.basket-popup-img {
    display: block;
    margin: auto;
    width: 99px;
    height: 99px;
    border-radius: 4px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-bottom: 12px;
}
.basket-popup-info {
    width: calc(100% - 99px);
    padding-left: 8px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.basket-popup-info > div {
    width: 50%;
}
.basket-popup-name {
    color: #747474;
    text-decoration: none;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    text-transform: uppercase;
    text-align: left;
}
.basket-popup-color {
    align-items: center;
    display: flex
;
    color: #929292;
    font-size: 14px;
    line-height: 20px;
}
.basket-popup-color > div {
    margin: 9px;
    margin: 0 0 0 0;
    margin-right: 8px;
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background-size: cover;
    position: relative;
    cursor: pointer;
}
.basket-popup-price {
    color: #747474;
    white-space: nowrap;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    text-align: right;
    padding-top: 20px;
}
#popup-window-content-add_to_basket  > p {
    text-align: left;
    color: #4A4A4A;
    font-weight: 600;
    margin-top: 0;
}
.fav-popup-img {
    display: block;
    margin: auto;
    width: 79px;
    height: 79px;
    border-radius: 4px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-bottom: 12px;
}
#modal_auth {
    left: auto!important;
    right: 0!important;
    top: 56px!important;
    bottom: 0!important;
    height: 100%;
    box-shadow: none;
    width: 350px;
    padding: 76px 40px;
    color: #4A4A4A;
    font-size: 12px;
    line-height: 18px;
    font-weight: 500;
    font-family: 'Muller', Arial;
}
.topTable-show #modal_auth {

    top: 90px!important;
}
#modal_auth.--open {
    position: fixed!important;
}
.popup-window-overlay {
    position: fixed!important;
}

.fix-header .popup-window-overlay {
    top: 50px!important;
}
.fix-header #modal_auth.--open {
    top: 50px!important;
}


.fix-header.topTable-show .popup-window-overlay {
    top: 84px!important;
}
.fix-header.topTable-show #modal_auth.--open {
    top: 84px!important;
}
.popup-window[id^=add_to_basket] .popup-window-close-icon:not(.trans-btn) {
    background: url(/bitrix/templates/mkws2024/images/close2.svg) center no-repeat;
    width: 16px;
    height: 16px;
    opacity: 1;
    right: 40px;
    top: 40px;
}
.popup-window[id^=add_to_basket] .popup-window-close-icon.trans-btn{
    position: relative;
    width: 100%;
    opacity: 1;
    top: auto;
    left: auto;
    right: auto;
    margin-top: 10px;
    height: auto;
    text-align: center;
    justify-content: center;
    padding: 2px 32px;
} .popup-window[id^=add_to_basket] .popup-window-close-icon.trans-btn:after{
    display: none;
  }
#favorite_add_modal .popup-window-close-icon,
#modal_auth .popup-window-close-icon {
    background: url(/bitrix/templates/mkws2024/components/bitrix/menu/catalog_mkws2/images/close.svg) center no-repeat;
    width: 80px;
    height: 20px;
    opacity: 1;
    right: 40px;
    top: 40px;
}
.popup-window[id^=add_to_basket] .popup-window-close-icon:not(.trans-btn):after,
#favorite_add_modal .popup-window-close-icon:after,
#modal_auth .popup-window-close-icon:after {
    display: none;
}
.popup-window[id^=add_to_basket] .popup-window-titlebar {
    height: auto;
    text-align: left;

    padding-bottom: 10px;
    border-bottom: 1px dashed #C7C7C7;
}

.popup-window[id^=add_to_basket] .popup-window-titlebar .popup-window-titlebar-text {
    line-height: 20px!important;
    font-size: 14px;
    color: #4A4A4A;
}

.popup-window[id^=add_to_basket] img {
    width: 100px;
    border-radius: 4px;
    height: auto;
}

.popup-window[id^=add_to_basket] .popup-window-content > div {
    display: flex;
    align-items: center;
}


.popup-window[id^=add_to_basket] .popup-window-content > div > div p {
    margin: 0;
    text-align: right;
}.popup-window[id^=add_to_basket] .popup-window-content > div > div > p {
     text-transform: uppercase;
     color: #747474;
     font-size: 16px;
     line-height: 160%;
     text-align: left!important;
    font-weight: 600;
 }
.popup-window[id^=add_to_basket] .popup-window-content {
    padding: 0;
}
.popup-window[id^=add_to_basket] .popup-window-content > div > div .active {
    width: 9px;
    height: 9px;
    border-radius: 50%;
    margin-right: 5px;
    display: inline-block;
}
.popup-window[id^=add_to_basket] .popup-window-buttons {
    border-top: 1px dashed #C7C7C7;
    padding-top: 10px;
    margin-top: 10px;
    padding-bottom: 0;
}
.popup-window[id^=add_to_basket] .popup-window-buttons > *:first-child {
    background: #4A4A4A;
    color: #fff;
    font-size: 14px;
    line-height: 260%;
    border: 1px solid #4A4A4A;
    padding: 2px 32px;
    text-decoration: none;
    display: inline-block;
    box-sizing: border-box;
    text-align: center;
    width: 100%;
    margin-bottom: 8px;cursor: pointer;
}
.popup-window[id^=add_to_basket] .popup-window-buttons > *:last-child {
    color: #4A4A4A;
    font-size: 14px;
    background: transparent;
    line-height: 260%;
    border: 1px solid #4A4A4A;
    padding: 2px 32px;
    text-decoration: none;
    display: inline-block;
    box-sizing: border-box;
    text-align: center;
    width: 100%;
    cursor: pointer;
}

#modal_auth input.form-control, select.form-control, .btn.dropdown-toggle, .select2-search__field {
    height: 50px;
    box-sizing: border-box;
    border-radius: 0;

}
.btn.btn-primary {

    cursor: pointer;
}

#popup-window-overlay-modal_auth {
    top: 56px;
}

.topTable-show #popup-window-overlay-modal_auth {
    top: 90px;
}
#modal_auth .trans-btn,
#modal_auth .gray-btn {
    width: 100%;
}
.error.alert.alert-danger {
    color: #C9474D;
}
.auth-show {
    overflow-x: hidden;
}

.formInput {
    width: 100%;

}
.gray-link {
    color: rgba(74, 74, 74, 1);

}
.formInput label {
    width: 100%;
    color: #4A4A4A;
    font-size: 12px;
    line-height: 18px;
    font-weight: 500;
    margin-bottom: 3px;
    font-family: 'Muller', Arial;
    display: block;
}

.bx-auth-note {
    font-family: 'Muller', Arial;
    color: #4A4A4A;
    font-size: 14px;
    line-height: 20px;
    font-weight: 600;
    margin-bottom: 8px;

}
.formInput {
    margin-bottom: 8px;
}
.formInput input {
    width: 100%;
    color: #4A4A4A;
    font-size: 12px;
    line-height: 18px;
    font-weight: 500;
    font-family: 'Muller', Arial;
    display: block;
    border: 1px solid #929292;
    border-radius: 4px;
    padding: 16px 8px;
    box-sizing: border-box;
    width: 100%;
}

.formInput input::placeholder {
    color: #929292;
    font-size: 12px;
    line-height: 18px;
    font-weight: 500;
    font-family: 'Muller', Arial;
}

#modal_auth input[type="submit"] {
    margin: 8px 0;
}
#modal_auth .flex a {
    color: #4A4A4A;
    font-size: 12px;
    line-height: 18px;
    font-weight: 500;
    font-family: 'Muller', Arial;
    text-decoration: none;
    padding-bottom: 1px;
    border-bottom: 1px solid #4A4A4A;
}
.reg-block p {
    margin: 16px 0;
    color: #4A4A4A;
    font-size: 12px;
    line-height: 18px;
    font-weight: 500;
    font-family: 'Muller', Arial;
}

.formCheck label {
    color: #4A4A4A;
    font-size: 12px;
    line-height: 18px;
    font-weight: 500;
    font-family: 'Muller', Arial;
    position: relative;
    padding-left: 20px;
    display: block;
}
.formCheck input {
    display: none;
}
.formCheck label span {
    height: 16px;
    width: 16px;
    background-color: transparent;
    border: 1px solid #4A4A4A;
    box-sizing: border-box;
    display: inline-block;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-transition: border-color ease 0.2s;
    -o-transition: border-color ease 0.2s;
    -webkit-transition: border-color ease 0.2s;
    transition: border-color ease 0.2s;
    cursor: pointer;
    z-index: 1;
    border-radius: 2px;
    position: absolute;
    left: 0;
    top: 1px;
}

.formCheck input:checked~label span {
    background: #4A4A4A url("/bitrix/templates/mkws2024/images/check.svg") center no-repeat;
}

.popup-window[id^=add_to_basket] .popup-window-buttons > *:first-child:hover,
.popup-window[id^=add_to_basket] .popup-window-buttons > *:last-child:hover,
#modal_auth .flex a:hover {
    color: #E7E7E7;
    border-color: #4A4A4A;
    background: #4A4A4A;
}

.little-text {
    width: 50%;
    margin: auto;
    padding: 40px 20px 60px;
    max-width: 680px;
    z-index: 2;
    position: relative;
    color: #4A4A4A;
    font-size: 14px;
    line-height: 20px;
}
.errortext {
    color: #c9474d;
    font-size: 16px;
    font-weight: 700;
}
.little-text h1 {
    color: #4A4A4A;
    font-weight: 600;
    margin: 0 0 12px;
    font-size: 36px;
    line-height: 44px;
}

.little-text h2 {
    color: #4A4A4A;
    font-weight: 700;
    margin: 0 0 12px;
    font-size: 16px;
    line-height: 24px;
}
.little-text h3 {
    color: #4A4A4A;
    font-weight: 600;
    margin: 0 0 12px;
    font-size: 16px;
    line-height: 24px;
}
.error-count {
    font-size: 300px;
    color: rgba(74, 74, 74, 0.4);
    font-weight: 700;
    line-height: 320px;
}
body.show-search:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #4A4A4A;
    opacity: 0.7;
    z-index: 4;
}
.title-search-result {
    z-index: 1000;
}

.search-active .header-burger {
    width: 80px;
}

.search-active .header-logo {
    width: 80px;
    display: flex;
    justify-content: space-between;
    position: relative;
    z-index: 2;
    margin: auto auto auto 0;
}

.search-active #title-search {
    width: calc(100% - 80px);
    margin-left: 8px;
    position: relative;
}

.search-active .search-reset {
    position: absolute;
    right: -36px;
    top: calc(50% - 17px);

}

.search-active #title-search form {
    width: 100%;
    margin-right: 6px;
}

.fix-header #title-search form {
    background-color: transparent;
}

.search-page header #title-search,
.search-page .header__search {
    display: none!important;
}
.right-menu-block .product-item {
    padding: 15px 10px 5px;
}
.right-menu-block .product-card__like {
    right: 20px;
}
.filter__categories a.active,
.filter__categories a:hover {
    color: #C9474D;
}
#ajax_reload .catalog-section-main {
    margin-right: -7px;
}


::-webkit-scrollbar {
    width: 5px;
    right: 5px;

}

/* Track */
::-webkit-scrollbar-track {
    background: #E7E7E7;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #C9474D;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #C9474D;
}

.catalog-element-photos .slick-track > div {
    padding-top: 50%;
}
.catalog-element-photos .slick-track > div[data-last-one="true"],
.product-item-image-wrapper {

    padding-top: 100%;
}
.catalog-element-photos .slick-track > div:first-child,
.catalog-element-photos .slick-track > div:nth-child(3n+1) {
    padding-top: 0;
}

.gray-table {
    height: 34px!important;
    background: rgba(94, 94, 94, 1);
    color: #fff;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 12px;
    margin: 0 -40px;
    display: none;
}

.topTable-show .gray-table {
    display: flex;
}

.gray-table-close {
    position: absolute;
    width: 24px;
    height: 24px;
    top: 4px;
    right: 20px;
    cursor: pointer;
}

.gray-table-close:before {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    width: 20px;
    height: 1px;
    background: #fff;
    transform: translate(-50%,-50%) rotate(45deg);
}

.gray-table-close:after {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    width: 20px;
    height: 1px;
    background: #fff;
    transform: translate(-50%,-50%) rotate(-45deg);
}
#banner_bonus {
    padding: 0;
    background: rgba(252, 248, 241, 1) url(/bitrix/templates/mkws2024/images/circle1.svg);
    background-position-y: -7%;
    background-position-x: -20%;
    background-size: 97% auto;
    background-repeat: no-repeat;
    width: 1016px;
}

.banner_bonus-item {
    display: flex;
    flex-flow: row wrap;
}

.banner_bonus-img {
    width: 40%;
    padding-top: 40%;
    background: url("/bitrix/templates/mkws2024/images/banner_bonus.png") center no-repeat;
    background-size: cover;
}

.banner_bonus-info {
    width: 60%;
    padding: 70px 40px 40px;
    box-sizing: border-box;
}

.banner_bonus-h1 {
    font-family: 'Muller', Arial;
    font-weight: 700;
    font-size: 30px;
    line-height: 38px;
    color: rgba(74, 74, 74, 1);
    padding: 32px 0 16px;
    position: relative;
}
.banner_bonus-h1:before {
    width: 69px;
    height: 50px;
    position: absolute;
    left: 0;
    top: -15px;
    content: '';
    background: url('/img/logo.svg') center no-repeat;
}

.banner_bonus-text {
    font-family: 'Muller', Arial;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 32px;
}

@media (max-width: 1400px){
    body.main {
        background-size: calc((100vw - 80px)/2) auto;
        background-repeat: repeat-y;
    }
    #banner_bonus {
        width: 800px;
    }

}

@media (max-width: 1200px){
    body.main {
        background-size: calc((100vw - 80px)/2) auto;
        background-repeat: repeat-y;
    }


}
@media (max-width: 1100px) {
    .hvr__dots {
        opacity: 1;
    }
    .left-menu {
        width: 300px;
        box-sizing: border-box;
    }
    .little-text {
        width: calc(100% - 300px);
        box-sizing: border-box;
    }
    body.main {
        background-size: calc((100vw - 80px)/2) auto;
        background-repeat: repeat-y;
    }
}
@media (max-width: 992px){
    #banner_bonus {
        width: 600px;
    }
    .product-item-title {
        margin-top: 10px;
    }
    .product-item-big-card .product-item-image-wrapper {
        margin-bottom: 10px;
    }
    .catalog-element-photos .slick-track > div > div > div,
    .catalog-element-photos .slick-track > div {
        height: 100vw;
        padding-top: 0!important;
    }

    #ajax_reload .catalog-section-main {
        margin-right: 0;
    }
    footer {
        padding: 30px 20px 30px;
    }
    .dottom-footer-link,
    .footer-appeal__title {

        width: 100%;
    }
    .dottom-footer-link ul li {
        margin-right: 15px;
        margin-bottom: 10px;
    }
    .dottom-footer-link ul {
        flex-flow: row wrap;
    }
    .footer-logo,
    .footer-menu {
        width: 100%;
    }
    .footer-menu {
        margin-top: 30px;
    }
    .footer-nav__col {
        width: 50%;
        margin-bottom: 30px;
    }
    .footer-appeal {
        margin: 20px 0 30px;
    }
    .main-footer__legal {
        display: none;
    }

    .footer-logo > a img {
        width: 35vw;
        margin-left: -1vw;
    }
    .footer-nav__list li {
        margin-bottom: 12px;
    }
    .header__login,
    .header__favorite {
        font-size: 0;
    }

    .header__login {
        display: none;
    }
    header:not(.search-active) .header-right-block,
    .header-burger {
        width: 95px;
    }
    header {
        padding: 0 20px;
    }
    .header__favorite {
        margin-left: 0;
    }
    #backet_div {
        margin-left: 0px;
    }

    .maxwidth {
        padding: 0 20px;
    }
    .left-menu {
        width: 100%;
        padding: 0;
        border-right: none;
        margin: 10px 0;
        display: flex;
        flex-flow: row wrap;
    }

    .little-text {
        width: 100%;
        margin: 20px auto 0;
        padding: 0;
        max-width: none;
        z-index: 2;
        position: relative;
        color: #4A4A4A;
        font-size: 14px;
        line-height: 20px;
    }
    .left-menu a {
        color: #9D9D9D;
        padding: 12px 8px;
        display: block;
        text-decoration: none;
        width: 100%!important;
        border: 1px solid #4A4A4A;
        font-size: 12px;
        white-space: nowrap;
    }
    .left-menu li {
        border-bottom: none;
        text-decoration: none;
        width: auto;
        display: flex
    ;
        flex-flow: row wrap;
        margin-bottom: 8px;
        margin-right: 8px;
    }
    .little-text h1 {
        color: #4A4A4A;
        font-weight: 600;
        margin: 0 0 12px;
        font-size: 20px;
        line-height: 30px;
    }

    .left-menu a.selected {
        background: #4A4A4A;
        color: #fff;
    }
    .nav-2-container {
        padding: 0 0 0 20px;
    }
    .left-menu-block {
        width: 100%;
        position: relative;
        height: 100%;
    }

    .left-menu-main {
        width: 100%;
        padding-right: 20px;
        border-right: none;
        overflow: auto;
        height: 100%;
    }
    .left-menu-main ul {
        position: relative;
        right: 0;
        top: 0;
        left: 0;
        bottom: 0;
        padding: 0;
        margin: 0;
        padding-right: 0;
        border-right: none;
        padding-left: 0;
        background: #fff;
        z-index: 3;
        padding-bottom: 15px;
    }
    .right-menu-block {
        display: none;
    }

    .submenu-block .menu-item-submenu .menu-item a {
        padding: 2px 0;
        display: block;
        position: relative;
        color: rgba(74, 74, 74, 1);
        text-decoration: none;
        font-size: 14px;
        line-height: 160%;
        border-bottom: none;
    }
    .submenu-block .menu-item.has-child a:after {
        background: #4A4A4A;
        width: 7px;
        height: 1px;
        right: -33px;
        pointer-events: none;
    }
    .submenu-block .menu-item.has-child a:before {
        content: '';
        position: absolute;
        top: 50%;
        right: -30px;
        background: #4A4A4A;
        width: 1px;
        pointer-events: none;
        height: 7px;
        transform: translateY(-50%);
    }
    .menu-item-submenu {
        height: 0;
    }

    .submenu-block .menu-item.has-child.active .menu-item-submenu {
        height: auto;
    }
    .submenu-block .menu-item-submenu .menu-item a:before,
    .submenu-block .menu-item-submenu .menu-item a:after {
        display: none;
    }
    .submenu-block .menu-item a {
        border-bottom: 0;
        margin-right: 0;
    }
    .submenu-block .menu-item.has-child.active > a {
        font-weight: 500;
        color: rgba(74, 74, 74, 1);
    }
    .left-menu-main-scroll > div {
        border-bottom: 1px solid #BEBEBE;
    }
    .left-menu-main-scroll > div:nth-last-child(2) {
        border: none;
    }
    .submenu-block .menu-item.has-child.active a:before {
        display: none;
    }

    .left-menu-main-scroll > div.has-child {
        padding-right: 50px;
    }
    .gray-btn {
        padding: 5px 32px;
    }

    .search-block .filter__categories,
    .search-active .header-right-block,
    .search-active .header-logo > a {
        display: none;
    }

    .search-active .header-burger {
        width: 50px;
    }
    .search-active .header-logo {
        width: calc(100% - 50px)!important;
    }
    .search-active #title-search {
        width: calc(100% - 34px);
        margin-left: 0;
    }
    .search-block-elements {
        display: flex
    ;
        flex-flow: row wrap;
        width: 100%;
    }
    div.title-search-result.actions {
        top: 56px !important;
    }
    .topTable-show div.title-search-result.actions {
        top: 90px !important;
        bottom: auto !important;
        border-radius: 0;
    }
    div.title-search-result {
        left: 0 !important;
        top: 20% !important;
    }
    .search-block-elements {

        width: 100%;
        padding: 32px 15px 90px;

    }
    #modal_auth {
        left: auto !important;
        right: 0 !important;
        top: 56px !important;
        bottom: auto !important;
        height: auto;
        box-shadow: none;
        width: 100%;
        padding: 32px 20px;
    }
    #favorite_add_modal .popup-window-close-icon, #modal_auth .popup-window-close-icon{
        right: 20px;
        top: 32px;
    }
    .fix-header #modal_auth.--open {
        top: auto !important;
    }
    .trans-btn{
        padding: 5px 12px;
    }
    .empty-find {
        width: 100%;
        padding: 32px 15px 90px;
        align-items: flex-start;
    }
    .empty-find .all-search-url {
        left: 20px;
        right: 20px;
    }
    .search-block-elements > .flex .all-search-url {
        left: 20px;
        right: 20px;
        height: 42px;
    }
    .element-search {
        width: 100%!important;
        text-align: center;
        position: relative;
        margin: 0;
        padding-bottom: 0;
        padding: 12px 0;
        border-bottom: 1px dashed #C7C7C7;
        display: flex
    ;
        align-items: center;
    }
    .element-search-img {
        width: 100px;
        padding-top: 100px;
        border-radius: 4px;
    }
    .element-search a {
        text-decoration: none;
        display: flex
    ;
        align-items: center;
        width: 75%;
    }
    .search-block-name {
        color: #4A4A4A;
        text-transform: uppercase;
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 0;
        width: 100%;
        padding-bottom: 12px;
        border-bottom: 1px dashed #C7C7C7;
    }
    .element-search-name {
        width: calc(100% - 100px);
        padding-left: 8px;
        text-align: left;
    }
    .title-search-price {
        width: 25%;
        color: #929292;
    }
    .bx_item_list_bestsellers {
        display: none;
    }
    .search-block-elements > .flex > *:nth-last-child(2) {
        border-bottom: none;
    }

    .search-block-elements > a {
        position: absolute;
        left: 20px;
        right: 20px;
    }
    .header__favorite {
        height: 16px;
    }
    .header__favorite.active:after {
        top: -2px;
    }
    .header__favorite svg {
        margin-right: 0;
    }
    #backet_div {
        padding-left: 4px;
    }
    header:not(.search-active) .header-right-block {
        align-items: center;
    }

    header .header__search {
        display: flex;
    }
    body.main {
        background: #FCF8F1;
    }
    .main main {
        background: url(/bitrix/templates/mkws2024/images/circle1.svg) center -7% no-repeat;
    }
    body {
        background: #FCF8F1!important;
    }
    .product-card__like svg {
        width: 21px;
        height: 18px;
    }
    .hvr__dots {
        opacity: 1;
    }
    #favorite_add_modal,
    .popup-window[id^=add_to_basket] {
        width: 100%!important;
    }
    .hvr__sectors {
        display: none;
    }

    body.menu {
        overflow: hidden;
    }
}
.product-item-label-top {
    top: 16px!important;
    bottom: auto!important;
}
@media (max-width: 992px) {
    .banner_bonus-show {
        overflow: hidden;
    }
    #banner_bonus {
        padding: 0;
        position: fixed !important;
        top: 50% !important;
        bottom: auto;
        transform: translateY(-50%);
    }
}
@media (max-width: 640px) {
    #banner_bonus {
        width: calc(100% - 40px);
    }
}
@media (max-width: 520px) {
    .auth-show {
        overflow-y: hidden;
    }
    #modal_auth {
        overflow: auto;
        max-height: calc(100vh - 56px);
    }
    #banner_bonus {
        background-position-y: 852%;
        background-position-x: 100%;
        background-size: 180% auto;
    }
    .banner_bonus-img {
        width: 100%;
        padding-top: 100%;
    }
    .banner_bonus-info {
        width: 100%;
        padding: 32px 20px 32px;
    }
    .main main {
        background-position-y: 8.9% !important;
    }
    .catalog-one-card .product-item,
    .catalog-one-card {
        width: 100%;
    }
    .hvr__dots {
        opacity: 0!important;
    }

    .gray-table-close {
        right: 0px;
    }

    .gray-table-close:before,
    .gray-table-close:after {
        width: 17px;
    }

    .gray-table {
        padding-left: 25px;
        padding-right: 25px;
        font-size: 10px;
    }
}
/* End */
/* /bitrix/templates/mkws2024/components/mkws/search.title/catalog-mkws/style.css?17588046807345 */
/* /bitrix/templates/mkws2024/components/bitrix/sale.basket.basket.line/mkws/style.css?174361376116 */
/* /bitrix/templates/mkws2024/components/bitrix/menu/catalog_mkws2/style.css?175925613117609 */
/* /bitrix/templates/mkws2024/components/bitrix/sender.subscribe/sender/style.css?17592571955990 */
/* /bitrix/templates/mkws2024/template_styles.css?175976154042961 */
