.mobile_panel { 
	background: rgba(255,255,255,0.9); 
	position: fixed; 
	bottom: 0; 
	left: 0; 
	right: 0; 
	padding: 10px 10px 5px;
	z-index: 10001; 
	display: none; 
	justify-content: space-between; 
	align-items: baseline;
	border-top: 1px solid #fff;
}
.item_icon { 
	text-align: center; 
	cursor: pointer;
}
.item_icon .title { 
	font-size: 12px;
}
.popup_add_mobile_wrap,	
.popup_categor_mobile_wrap {
	display: none;
	position: fixed;
	top: 95px;
	bottom: 57px;
	left: 0;
	right: 0;
	z-index: 1000;
	background: #fff;
	padding: 0 15px;
}

.popup_categor_mobile { 
	overflow: auto;
	max-height: calc(100vh - 64px);
	display: flex; 
	flex-wrap: wrap;
	text-align: center;
}
.popup_categor_mobile a { 
	display: flex;
	margin: 0; 
	width: 100%; 
	text-decoration: none; 
	color: #27292d; 
	align-items: center;
	flex-direction: column; 
	justify-content: center;
	padding: 15px 0;
}
.popup_categor_mobile span { 
	display: block; 
	padding-top: 10px; 
	font-size: 14px;
}
.popup_categor_mobile img { 
	max-width: 160px;
	max-height: 160px;
}
.popup_add_mobile_wrap.animate__backInUp,
.popup_categor_mobile_wrap.animate__backInUp { 
	display: flex;
	align-items: center;
	flex-direction: column;
}

.animate__backInUp .title, 
.popup_categor_mobile_wrap .title { 
	font-size: 25px; 
	text-align: center;
	padding: 35px 0 15px;
	color: #000;
}
.close_panel {
	background: url(close.svg) 50% 50% no-repeat;
	-webkit-background-size: 15px 15px;
	background-size: 15px 15px;
	height: 30px;
	width: 30px;
	position: absolute;
	bottom: 15px;
	right: 20px;
	cursor: pointer;
	border-radius: 2px;
}

.close_panel.close_panel_cat{
	background: none;
	display: flex;
	align-items: center;
	justify-content: center;
}

.popup_add_mobile .item_icon { margin: 12px;}
.popup_add_mobile .item_icon .title { font-size: 14px;}
.animate__backInUp .popup_add_mobile .title, .popup_categor_mobile_wrap .popup_add_mobile .title { padding-top: 6px;}
.popup_add_mobile {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  height: 100%;
  justify-content: center;
}
.popup_add_mobile_wrap, .popup_categor_mobile_wrap { padding-bottom: 55px;}
.link-top-btn { bottom: 70px;}
/*.animate__animated:after,*/ .animate__animated .close_wrap {
	content:'';
	background: rgba(0,0,0,0.5);
	position: fixed;
	top: -100px;
	bottom: 100%;
	left: 0;
	right: 0;
}
.popup_categor_mobile {width: 100%;}
.popup_categor_mobile ul {
	list-style: none;
	padding: 0;
	margin: 0;
	display: flex;
	flex-wrap: wrap;
}
/*.popup_categor_mobile > ul > li:first-child { display: none;}*/
.popup_categor_mobile ul ul { display: none;}
.popup_categor_mobile ul li { display: inline-block; vertical-align: top; width: calc(50% - 4px); background: #F8F8F8; border-radius: 5px; margin: 2px;}
.popup_categor_mobile ul.subLevel{
	width: 100%;
	flex-direction: column;
}
.popup_categor_mobile ul.subLevel li{
	display: block;width: auto;
}
.popup_categor_mobile ul.subLevel li a{
	flex-direction: row;
	justify-content: flex-start;
	width: auto;padding-left: 15px;padding-right: 15px;
}

.popup_categor_mobile ul.subLevel li a img{width: 100%;max-width: 90px;margin-right: 20px;}
.popup_categor_mobile ul.subLevel li a span{padding-top: 0;}

.cat-back-but{position: absolute;bottom: 15px;left: 20px;cursor: pointer;width: 40px;height: 30px;
	border-radius: 2px;display: none;
	
}

/*@media screen and (min-width: 0) and (max-width: 640px) {
	.mobile_panel { display: flex;}
}*/