.menu__link:hover .ico_logo:before {
	display: inline-block;
	width: 28px;
	height: 28px;
	content: "";
	background: url(/media/mobile/mobile_v3/icons/lk_all_lottery.svg);
	background-size: cover;
}

.menu__link:hover .ico_logo:before {
	background-image: url(/media/mobile/mobile_v3/icons/lk_all_lottery.svg);
}

.menu__link.user-name:hover {
	color: #828282;
	cursor: default;
}

.menu__link.user-name span {
	color: #828282;
}

.menu {
	position: absolute;
}

.menu__item__app {
	height: 63px;
	padding: 0 0 15px;
	margin: 0;
}
.menu__item__app.desktop img {
	padding-top: 12px;
}
.menu__item__app.desktop .menu__item__app-text {
	display: none;
}
.menu__item__app-text {
	padding-bottom: 5px;
}

.menu__item__app a {
	display: block;
}

.menu {
	top: 0;
	bottom: 60px;
	width: 100%;
	padding-right: 17px;
	padding-bottom: 20px;
	overflow-y: auto;
}

.menu {
	-webkit-overflow-scrolling: touch;
}

.menu_light,
.menu_static {
	position: relative;
	top: auto;
	bottom: auto;
	overflow: visible;
}

.menu__logo {
	vertical-align: initial;
}

.menu_static {
	padding: 0;
}

.menu_static .i {
	width: 60px;
	height: 50px;
	font-size: 60px;
}

.menu_static .menu__item {
	height: 80px;
}

.menu_static .menu__link:after,
.menu_static .menu__link:visited:after {
	right: 0;
	left: 0;
}

.menu_light {
	width: auto;
	padding: 0;
	margin: 0 -16px;
}

.menu_light .i {
	width: 60px;
	height: 50px;
	font-size: 60px;
}

.menu_light .menu__counter {
	right: 32px;
	text-align: center;
}

.menu_light .menu__ico_big {
	width: 80px;
	text-align: center;
}

.menu__list {
	padding: 0;
	margin: 0;
	list-style: none;
}

.menu__item {
	display: flex;
	flex-wrap: nowrap;
	padding: 10px;
	line-height: 18px;
}

.menu.menu_light .menu__item {
	padding: 0 10px;
	display: block;
}

.menu__item_divider {
	height: 1px;
	padding: 0;
	background-color: #ddd;
}

.menu__item_active {
	position: relative;
	color: #fff;
	background: #282828;
}

.menu__link,
.menu__link:visited {
	display: flex;
	align-items: center;
	color: #000;
	font-size: 14px;
	text-decoration: none;
	white-space: nowrap;
}

.menu.menu_light .menu__link {
	border-bottom: 1px solid lightgrey;
}

.menu__link:hover,
.menu__link:visited:hover {
	color: #c90000;
}

.menu__item_active .menu__link,
.menu__item_active .menu__link:visited {
	color: #fff;
}

.menu__item_active .menu__link:after,
.menu__item_active .menu__link:visited:after {
	display: none;
}

.menu__ico,
.menu__text,
.menu__words {
	display: inline-block;
	vertical-align: middle;
}

.menu__text {
	width: 100%;
	line-height: 52px;
	text-overflow: ellipsis;
}

.menu__title {
	position: relative;
	padding-left: 48px;
}

.menu__info {
	margin-left: auto;
	display: flex;
	align-items: center;
	font-size: 14px;
}

.menu__info .ico_rub {
	padding-bottom: 2px;
}

.menu__info .ico_bonus {
	padding-bottom: 1px;
}

.menu__counter {
	display: inline-block;
	margin-left: 5px;
	background-color: #33c835;
	color: #fff;
	padding: 0.26em 0.42em 0.28em;
	font-size: 12px;
	line-height: 1;
	border-radius: 0.75em;
	box-sizing: border-box;
	text-align: center;
	min-width: 1.5em;
}

.menu__counter_alert {
	background-color: red;
}

.menu_static .menu__text {
	margin-left: -15px;
	font-size: 14pt;
	line-height: 80px;
}

.menu__unconfirmed_email_warning {
	display: flex;
	flex-direction: column;
}

.menu__text_email {
	opacity: 0.3;
}

.menu__text_warning_msg {
	color: #F15850;
}

.menu__refresh-button {
	position: relative;
	width: 22px;
	height: 22px;
	margin-left: 8px;
	min-width: 0;
	padding: 0;
	font-size: 0;
	background: none;
	background-color: transparent;
	border: none;
}

.menu__refresh-icon {
	display: block;
	width: 22px;
	height: 22px;
	min-width: 0;
	font-size: 0;
	background-color: transparent;
	border: none;
	background-image: url(/media/mobile/mobile_v3/icons/menu/reload.svg);
	background-position: center;
	background-repeat: no-repeat;
}

.menu__refresh-button.spin .menu__refresh-icon {
	animation: spin 0.7s linear infinite;
	animation-direction: reverse;
}

.menu__icon {
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
}

.menu__icon {
	position: absolute;
	top: 50%;
	left: 0;
	width: 24px;
	height: 24px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
	transform: translateY(-50%);
}

.menu__icon_error {
	display: none;
	width: 13px;
	height: 16px;
	background-image: url(/media/mobile/mobile_v3/icons/menu/alert.svg);
	background-repeat: no-repeat;
	background-size: 13px;
	background-position: center 1px;
}

.menu__icon_all {
	background-image: url(/media/mobile/mobile_v3/icons/lk_all_lottery.svg);
}

.menu__icon_marathon {
	background-image: url(/media/mobile/mobile_v3/icons/marathon.svg);
}

.menu__icon_profile {
	background-image: url(/media/mobile/mobile_v3/icons/lk_profile.svg);
}

.menu__icon_profile--unauthorized {
	background-image: url(/media/mobile/mobile_v3/icons/lk_profile.svg);
}

.menu__item_active .menu__icon_profile {
	background-image: url(/media/mobile/mobile_v3/icons/lk_profile_white.svg);
}

.menu__icon_tickets {
	background-image: url(/media/mobile/mobile_v3/icons/lk_tickets.svg);
}

.menu__icon_promo {
	background-image: url(/media/mobile/mobile_v3/icons/lk_promo.svg);
}

.menu__icon_friends {
	background-image: url(/media/mobile/mobile_v3/icons/lk_friends.svg);
}

.menu__item_active .menu__icon_tickets {
	background-image: url(/media/mobile/mobile_v3/icons/lk_tickets_white.svg);
}

.menu__item_active .menu__icon_promo {
	background-image: url(/media/mobile/mobile_v3/icons/lk_promo_white.svg);
}

.menu__icon_basket {
	background-image: url(/media/mobile/mobile_v3/icons/lk_basket.svg);
}

.menu__item_active .menu__icon_basket {
	background-image: url(/media/mobile/mobile_v3/icons/lk_basket_white.svg);
}

.menu__icon_bonus {
	background-image: url(/media/mobile/mobile_v3/icons/lk_clover.svg);
}

.menu__icon_bonus-games {
	transform: translate(3px, -50%);
	background-image: url(/media/mobile/mobile_v3/icons/lk_bonus-games.svg);
}

.menu__icon_live {
	background-image: url(/media/mobile/mobile_v3/icons/lk_display.svg);
}

.menu__item_active .menu__icon_live {
	background-image: url(/media/mobile/mobile_v3/icons/lk_display_white.svg);
}

.menu__icon__check {
	background-image: url(/media/mobile/mobile_v3/icons/lk_ticket_won.svg);
}

.menu__item_active .menu__icon__check {
	background-image: url(/media/mobile/mobile_v3/icons/lk_ticket_won_white.svg);
}

.menu__icon_map {
	background-image: url(/media/mobile/mobile_v3/icons/lk_buy_question.svg);
}

.menu__item_active .menu__icon_map {
	background-image: url(/media/mobile/mobile_v3/icons/lk_buy_question_white.svg);
}

.menu__icon_where {
	background-image: url(/media/mobile/mobile_v3/icons/lk_where_buy.svg);
}

.menu__item_active .menu__icon_where {
	background-image: url(/media/mobile/mobile_v3/icons/lk_where_buy_white.svg);
}

.menu__icon_where-new {
	background-image: url(/media/mobile/mobile_v3/icons/lk_where_buy.svg);
}

.menu__item_active .menu__icon_where-new {
	background-image: url(/media/mobile/mobile_v3/icons/lk_where_buy_white.svg);
}

.menu__icon_gift_ticket {
	background-image: url(/media/mobile/mobile_v3/icons/lk_gift_ticket.svg);
}

.menu__icon_company {
	background-image: url(/media/mobile/mobile_v3/icons/lk_question.svg);
}

.menu__item_active .menu__icon_company {
	background-image: url(/media/mobile/mobile_v3/icons/lk_question_white.svg);
}

.menu__icon_compliance {
	background-image: url(/media/mobile/mobile_v3/icons/compliance.svg);
}

.menu__item_active .menu__icon_compliance {
	background-image: url(/media/mobile/mobile_v3/icons/compliance_white.svg);
}

.menu__icon_contacts {
	height: 35px;
	background-image: url(/media/mobile/mobile_v3/icons/lk_tag.svg);
	background-size: 146%;
}

.menu__icon_help {
	height: 35px;
	background: url(/media/mobile/mobile_v3/icons/support.svg) no-repeat center center;
	background-size: 99%;
}

.menu__item_active .menu__icon_contacts {
	background-image: url(/media/mobile/mobile_v3/icons/lk_tag_white.svg);
}

.menu__icon_alarm {
	background-image: url(/media/mobile/mobile_v3/icons/lk_bell.svg);
}

.menu__icon_archive {
	background-image: url(/media/mobile/mobile_v3/icons/lk_archive.svg);
}

.menu__item_active .menu__icon_archive {
	background-image: url(/media/mobile/mobile_v3/icons/lk_archive_white.svg);
}

.menu__icon_sms {
	background-image: url(/media/mobile/mobile_v3/icons/lk_sms.svg);
}

.menu__item_active .menu__icon_sms {
	background-image: url(/media/mobile/mobile_v3/icons/lk_sms_white.svg);
}

.menu__icon_news {
	background-image: url(/media/mobile/mobile_v3/icons/lk_news.svg);
}

.menu__item_active .menu__icon_news {
	background-image: url(/media/mobile/mobile_v3/icons/lk_news_white.svg);
}

.menu__icon_balance {
	background-image: url(/media/mobile/mobile_v3/icons/lk_balance.svg);
}

.menu__icon_bonus-balance {
	background-image: url(/media/mobile/mobile_v3/icons/lk_bonus.svg);
}

.menu__item_active .menu__icon_balance {
	background-image: url(/media/mobile/mobile_v3/icons/lk_balance_white.svg);
}

.menu__icon_exit {
	background-image: url(/media/mobile/mobile_v3/icons/lk_exit.svg);
}

.menu__ico {
	width: 40px;
	font-size: 22px;
}

.menu__ico_big {
	width: 60px;
	font-size: 32px;
}

.menu__svg {
	display: block;
	width: 28px;
	margin: -8px auto 0;
}

.menu__link:hover .icoLogo_0 {
	fill: #c90000;
}

.menu__item.menu__item_last {
	height: 175px;
}

.menu__item.menu__item_img-block {
	height: auto;
}

.menu__item:last-child::after {
	display: block;
	height: 100px;
	content: "";
}

.menu__item_img-block .menu__link::after {
	display: none;
}

.menu__item.js-popup {
	cursor: pointer;
}

.menu__balance--subamount {
	margin-left: 4px;
	opacity: 0.4;
}

.menu__balance--bonus {
	margin-right: 3px;
}

.menu__label {
	text-transform: lowercase;
	font-size: 16px;
	font-weight: 300;
	opacity: 0.4;
	margin-right: 4px;
}

.menu__item_balance {
	justify-content: space-between;
	padding-right: 0;
}

.menu__item_balance.menu__item_active {
	justify-content: space-between;
	padding-right: 10px;
}

.menu__item_balance .menu__link {
	justify-content: space-between;
	flex-grow: 1;
}

.menu__item-title {
	margin-bottom: 6px;
}

.menu__item-theme--premium {
	height: 40px;
	min-width: 109px;
	color: #fdeca2;
	font-size: 14px;
	background: #0a122d;
	border: #0a122d;
	opacity: 1;
}

.menu__item-theme--standart {
	height: 40px;
	min-width: 96px;
	font-size: 14px;
	opacity: 1;
}

.menu__item-theme--premium.checked,
.menu__item-theme--standart.checked {
	opacity: 0.4;
	pointer-events: none;
}

.menu__item-title {
	margin-bottom: 6px;
}

.menu__item-theme--premium {
	height: 40px;
	min-width: 109px;
	color: #fdeca2;
	font-size: 14px;
	background: #0a122d;
	border: #0a122d;
	opacity: 1;
}

.menu__item-theme--standart {
	height: 40px;
	min-width: 96px;
	font-size: 14px;
	opacity: 1;
}

.menu__item-theme--premium.checked,
.menu__item-theme--standart.checked {
	opacity: 0.4;
	pointer-events: none;
}
