ul.mobile_menu__item {
	background-color: #ecf5f1;
	border-radius: 10px;
}
ul.mobile_menu__item li {
	display: none;
}
ul.mobile_menu__item li.active {
	display: block;
}
ul.mobile_menu__item li a {
	font-size: 0.95em;
	padding: 0.5em 0.5em 0.5em 2em;
}
.mobile_menu_roll {
	/*background-color: green;*/
	position: relative;
	display: flex;
	flex-direction: row;
}
.mobile_menu_roll>a {
	width: 80%;
}
.mobile_menu_roll__btn {
	width: 20%;
	top: 0;
	/*background-color: azure;*/
	bottom: 0;
	right: 0;
	position: absolute;
	display: flex;
	justify-content: center;
	cursor: pointer;
	margin: 8px 0;
	padding: 4px 15px;
	background: transparent;
}
.mobile_menu_roll__btn:hover {
	/*background: #38916c;
	color: #fff;
	border-radius: 10px;*/
}
.mobile_menu_roll__btn:before {
	/*position: absolute;*/
	/*top: 20px;*/
	/*right: 30px;*/
	/*margin: -5px 0 0 0;*/
	margin-top: 0.45em;
	border-top: 10px solid #000;
	border-left: 7px solid transparent;
	border-right: 7px solid transparent;
	border-bottom: 10px solid transparent;
	width: 0;
	height: 0;
	content: "";
	/*background-color: grey;*/
}
.mobile_menu_roll__btn.active:before {
	transform: rotate(180deg);
	margin-top: -0.3em;
	/*border-top: 10px solid white;*/

}

/* ЛК */
.mobile_extra_info {
	margin: 2em 1em;
	border-top: 1px solid #38916c;
	padding-top: 1.5em;
}
.mobile_extra_info__search {
	display: flex;
	flex-wrap: nowrap;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
}
.mei_search__lk a {
	display: flex;
	flex-wrap: nowrap;
	flex-direction: row;
	margin: 0;
	padding: 0;
}
.mei_search__lk___img {
	margin-right: 7px;
}
.mei_search__lk___img img {
	width: 25px;
	height: 25px;
}
.mei_search__btn {
	border: 2px solid #38916c;
	border-radius: 18px;
	padding: 7px;
	padding-bottom: 5px;
}
.mei_search__btn img {
	width: 15px;
	height: 15px;
}
.mei_search__lk___text {
	color: #38916c;
	font-weight: bold;
	margin-top: 3px;
}

/* Телефон */

.mobile_extra_info__phone {
	display: flex;
	flex-direction: row;
	align-items: center;
	flex-wrap: nowrap;
	padding: 0.8em 0;
}
.mei_phone__img img{
	width: 26px;
	height: 26px;
	margin-top: 3px;
}
.mei_phone__text a {
	margin: 0;
	padding: 0;
	color: #38916c;
	font-weight: bold;
	font-size: 25px;

}
.mei_phone__img {
	margin-right: 7px;
}
/* Записаться */
.mobile_extra_info__btn {
	color: #ffffff;
	background: #38916c;
	text-align: center;
	padding: 10px;
	border-radius: 5px;
	font-size: 16px;
	margin-top: 20px;
	cursor: pointer;
}