#leftMenu{

	background: #fff;
	padding: 12px 0 12px 0;
	position:relative;
	list-style: none;
	z-index: 33;
	margin: 0;
	border-radius: 10px 10px 10px 10px;
	/*overflow-x: hidden;*/
}

#leftMenu li{
	list-style: none;
	color: #fff;
}

#leftMenu > li:first-child{
	border: 0;
}

#leftMenu > li{
	-webkit-transition:all 0.1s ease;
	-moz-transition:all 0.1s ease;
	-o-transition:all 0.1s ease;
	transition: all 0.1s ease;
	/*background: #2b2b2b;*/
	background: #fff;
	display: block;
}


#leftMenu > li:hover,
#leftMenu .activeDrop{
	background: #ffffff;
}


#topLeftMenu > li:hover > a,
#leftMenu > li:hover > a,
#leftMenu > li:hover > span.menuLink{
	background: #f5f5f5;
}

#leftMenu li:hover .menuLink,
#leftMenu .activeDrop .menuLink{
	color: #000000;
}

span.menuLink {
	cursor: pointer;
}

#leftMenu li .menuLink{
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	text-decoration: none;
	padding-right: 8px;
	position: relative;
	line-height: 35px;
	font-size: 14px;
	display: block;
	/*color: #ffffff;*/
}

#leftMenu li .smallMenuLink{
	line-height: 13px !important;
	font-size: 13px !important;
	padding-top: 5px;
	padding-bottom: 5px;
}

#leftMenu .menuLink img{
	vertical-align: middle;
}

#leftMenu li .tb{
	display: table;
	width: 100%;
}

#leftMenu .pc, #leftMenu .tx{
	vertical-align: middle;
	display: table-cell;
	padding: 5px;
	font-size: 15px;
	line-height: 22px;
	color: #000;
}
#leftMenu .arr_desc{
	vertical-align: middle;
	display: table-cell;
	/*float: right;*/
	height: 1em;
	width: 1em;
	/*opacity: .7;*/
}

#leftMenu li .pc{
	-webkit-transition:all 0.1s;
	-moz-transition:all 0.1s;
	-o-transition:all 0.1s;
	transition: all 0.1s;
	padding-left: 18px;
	text-align:center;
	height: 20px;
	width: 20px;
	padding-top: 0;
	padding-bottom: 0;
}

#leftMenu .pc img{
	max-width: 100%;
}

#leftMenu ul{
	padding: 0;
	margin: 0;
}

#leftMenu .drop{
	background: #ffffff;
	table-layout: fixed;
	position: absolute;
	min-height: 400px;
	z-index: 999999;
	display: none;
	left: 100%;
	width: 100%;
	max-width: 1010px;
	top: 0%;
	border-radius: 0px 10px 10px 0px;
	justify-content: flex-start;
	flex-wrap: wrap;
	gap: 0px;
	flex-direction: column;
	padding-right: 5px !important;
	padding-top: 20px !important;
	padding-bottom: 10px !important;
	overflow: auto;
}

#leftMenu .bigScreen {
	background: #ffffff;
	table-layout: fixed;
	position: absolute;
	min-height: 400px;
	z-index: 999999;
	display: none;
	left: 100%;
	/*width: 100%;*/
	width: 65vw;
	height: 684px;
	max-width: 1010px;
	top: 0%;
	border-radius: 0px 10px 10px 0px;
	justify-content: flex-start;
	flex-wrap: wrap;
	gap: 0px;
	flex-direction: column;
	padding-right: 5px;
}

#leftMenu .smallScreen {
	box-shadow: none;
	border-collapse: collapse;
	background: #ffffff;
	table-layout: fixed;
	position: inherit;
	min-height: inherit;
	overflow: inherit;
	z-index: 999999;
	left: inherit;
	top: inherit;
	width: 100%;
	padding-left: 26px;
	margin-top:8px;
}

#leftMenu .rec {
	display: none;
	border-radius: 10px 10px 10px 10px;
	overflow: hidden;
	width: 100%;
	height: 144px;
	background-color: transparent;
	position: absolute;
	top: -144px;
	left: 0;
}

@media screen and (max-width: 1024px){
	#leftMenu .rec {
		display: none;
	}
}

#leftMenu .swiper-container {
	overflow: hidden;
	white-space: nowrap;
	transition: transform 0.5s ease;
	width: 100%;
	height: 100%;
}

#leftMenu .swiper-slide {
	display: inline-block;
	width: 100%;
}

#leftMenu .rec img {
	width: 100%;
	height: 100%;
	border-radius: 12px 12px 0 0;
}

#leftMenu .menuItems{
	/*flex: 1 0 16%;*/
	/*	border-right: 1px solid #e7e8ea;*/
	background-color: #ffffff;
	/*display: table-cell;*/
	vertical-align: top;
	padding: 10px;
	width: calc(25% - 24px);
	/*width: 245px;*/
}

#leftMenu .menuItems > li:first-child{
	margin-top: 0;
}

#leftMenu .menuItems > li{
	position: relative;
	/*margin-top: 3px;*/
	margin-bottom: 6px;
}

#leftMenu .menuItems span{
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	/*font-family: "robotobold";*/
	font-family: Rubik;
	/* text-transform: uppercase; */
	font-size: 15px;
	line-height: 18px;
	margin-bottom: 18px;
	/*margin-bottom: 14px;*/
	color: #000000;
	display: block;
	font-weight: 600;
}
#leftMenu .menuItems .all_btn{
	color: #F30F5E;
	line-height: 15px;
	font-size: 13px;
	margin-bottom: 0;
	margin-top:5px;
	display: inline-block;
}

#leftMenu .menuItems .all_btn span{
	display: inline;
	color: inherit;
	line-height: 15px;
	font-size: 13px;
}
#leftMenu .menuItems .all_btn:hover span {
	border-bottom: 1px dashed;
}

#leftMenu .menuItems small{
	position: absolute;
	margin-top: -11px;
	line-height: 22px;
	height: 22px;
	color: #888;
	right: 0px;
	top: 50%;
}

#leftMenu .menuItems a{
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	line-height: 15px;
	display: block;
	color: #000;
	display: block;
}

#leftMenu sup{
	line-height: 0;
}
#leftMenu .menuItems a:hover{
	color: #999;
}

#leftMenu .menuItems a img{
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

#leftMenu .menuItems a:hover img{
	opacity: 0.8;
}

#leftMenu .menuSlider{

	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top,  #ffffff 50%, #f9fafc 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(50%,#ffffff), color-stop(100%,#f9fafc)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ffffff 50%,#f9fafc 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ffffff 50%,#f9fafc 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ffffff 50%,#f9fafc 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #ffffff 50%,#f9fafc 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f9fafc',GradientType=0 ); /* IE6-9 */

	vertical-align: middle;
	display: table-cell;
	position: relative;
	overflow: hidden;
	width: 295px;
}

#leftMenu .menuSlider > ul{
	position: relative;
	list-style: none;
	padding: 0;
	margin: 0;
}

#leftMenu .menuSlider > ul > li{
	position: relative;
	float: left;
}

#leftMenu .menuSlider .slideBtnLeft,
#leftMenu .menuSlider .slideBtnRight{
	background: url(images/slideArrow.png) 0 0 no-repeat transparent;
	position: absolute;
	margin-top: 3px;
	z-index: 99;
	height: 16px;
	opacity: 0.5;
	width: 14px;
	top: 30%;
}

#leftMenu .menuSlider .slideBtnLeft:hover,
#leftMenu .menuSlider .slideBtnRight:hover{
	opacity: 0.8;
}

#leftMenu .menuSlider .slideBtnLeft:active,
#leftMenu .menuSlider .slideBtnRight:active{
	opacity: 1;
}

#leftMenu .menuSlider .slideBtnLeft{
	left: 12px;
}

#leftMenu .menuSlider .slideBtnRight{
	background-position: -14px 0;
	right: 12px;
}

#leftMenu .product{
	position: relative !important;
	height: auto !important;
	width: 100% !important;
	border: 0 !important;
}

#leftMenu .product .tabloid{
	border: 0 !important;
	height: auto !important;
	position: static !important;
	background: transparent !important;
}

#leftMenu .product:hover .tabloid{
	box-shadow: none;
}

#leftMenu .marker {
	font: normal normal 12px "roboto_ltregular" , arial , sans-serif;
	margin-top: 8px;
	line-height: 16px;
	padding: 3px 4px;
	width: 100px;
	position: absolute;
	right: 35px;
	top: -3px;
	z-index: 2;
}
.circle-plus {
	display: none;
}

#leftMenu .catalog_arrow_icon {
	transition: transform 0.3s ease;
}

#leftMenu .rotate-arrow {
	transform: rotateX(180deg);
}

@media all and (max-width: 1440px) and (min-width: 1025px) {
	#leftMenu .drop_ct {
		display: none;
		width: 807px;
	}
	#leftMenu .drop_ct .menuItems {
		display: inline-block;
		border-right: none !important;
		/*height: 700px;*/
		float:left;
	}
}

@media all and (max-width: 1024px) {
	#leftMenu .drop {
		box-shadow: none;
		border-collapse: collapse;
		background: #ffffff;
		table-layout: fixed;
		position: inherit;
		min-height: inherit;
		overflow: inherit;
		z-index: 999999;
		left: inherit;
		top: inherit;
		width: 100%;
		padding-left: 26px;
		/*margin-top:8px;*/
	}

	#leftMenu .menuItems {
		width: 40%;
		padding: 2%;
		display: inline-block;
		border-right: none !important;
	}

	#leftMenu > li {
		width: 100%;
		overflow: hidden;
	}
	#leftMenu .menuSlider {
		display: none;
	}
	#leftMenu .menuLink > img {
		display: none !important;
	}
	#leftMenu .zap-section-list {
		text-align: center;
	}
	#leftMenu .menuLink .pc img {
		display: block !important;
	}
	#leftMenu .activeDrop > .drop {
		display: block;
	}
	#leftMenu > li:hover,
	#leftMenu .activeDrop{
		background: inherit !important;
	}
	#leftMenu > li:hover > a{
		background: inherit !important;
	}
	#leftMenu .menuItems a:hover{
		background: inherit !important;
	}
	#leftMenu .eChild:hover > .menuLink,
	#leftMenu .activeDrop .menuLink{
		/*color: #999 !important;*/
		background: #f5f5f5 !important;
	}
	.circle-plus {
		display: block;
	}

	#left_new .catalog_arrow_icon {
		width: 10px;
	}

	.arr_desc {
		display: none !important;
	}
	.closed  .vertical {
		transition: all 0.5s ease-in-out;
		transform: rotate(-90deg);
	}
	.closed  .horizontal {
		transition: all 0.5s ease-in-out;
		transform: rotate(-90deg);
		opacity: 1;
	}

	.opened {
		opacity: 1;
		font-weight: 600;
	}
	.opened .vertical {
		transition: all 0.5s ease-in-out;
		transform: rotate(90deg);
	}
	.opened .horizontal {
		transition: all 0.5s ease-in-out;
		transform: rotate(90deg);
		opacity: 0;
	}

	.circle-plus {
		float: right;
		height: 1em;
		width: 1em;
		opacity: .5;
		/*margin-top: 4px;*/
	}

	.circle {
		position: relative;
		width: 1em;
		height: 1em;
		border-radius: 100%;
	}
	.circle .horizontal {
		position: absolute;
		background-color: #000;
		width: 10px;
		height: 1px;
		left: 50%;
		margin-left: -6.5px;
		top: 50%;
		margin-top: -5.5px;
	}
	.circle .vertical {
		position: absolute;
		background-color: #000;
		width: 1px;
		height: 10px;
		left: 50%;
		margin-left: -2.2px;
		top: 50%;
		margin-top: -10px;
	}
}


#leftMenu.bordered {
	border-radius: 10px 0 0 10px;
	transition: border-radius 0.3s ease;
}

#leftMenu .swiper-button-prev::after,
#leftMenu .swiper-button-prev::before {
	font-size: 40px;
	color: #000000;
	-webkit-text-stroke: 1px white;
	text-stroke: 1px white;
}

#leftMenu .swiper-button-next::after,
#leftMenu .swiper-button-next::before {
	font-size: 40px;
	color: #000000;
	-webkit-text-stroke: 1px white;
	text-stroke: 1px white;
}