.mobile-button {
	position: fixed;
	bottom: 10px;
	left: 15px;
	right: 15px;
	display: none;
	z-index: 40;
	border-radius: 12px 12px 0 0;
	padding: 12px 12px 8px;
	max-width: 95%;
	margin: 0 auto;
}
.mobile-button__header {
	display: flex;
	align-items: center;
	gap: 12px;
}
.mobile-button__header .get-image {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-right: 0;
	border-radius: 6px;
	padding: 12px 10px;
	background: #000;
	flex-shrink: 0;
	width: 55px;
	height: 55px;
}
.mobile-button__header img {
	height: 26px;
	width: auto;
	max-width: 48px;
	object-fit: contain;
}
.mobile-button__info {
	margin-right: 8px;
	flex: 1;
	min-width: 0;
}
.mobile-button__name {
	margin: 0 0 4px;
	color: #000;
	font-weight: 700;
	font-size: 14px;
	line-height: 16px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.mobile-button__rating {
	padding: 0;
}
.mobile-button__rating-counter {
	font-size: 12px;
	color: #666;
}
.mobile-button__control {
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 8px;
	border: 0;
	padding: 12px 18px;
	min-width: 85px;
	font-size: 14px;
	font-weight: 700;
	line-height: 16px;
	background: #00a2f3;
	color: #fff;
	flex-shrink: 0;
	white-space: nowrap;
}
.mobile-button__control--show {
	border: 1px solid #00a2f3;
	transition: all 0.3s ease-in-out;
}
.mobile-button__footer {
	position: absolute;
	margin-top: 12px;
	width: 0;
	height: 0;
	opacity: 0;
	visibility: hidden;
}
.mobile-button.open .mobile-button__footer {
	position: static;
	width: auto;
	height: auto;
	opacity: 1;
	visibility: visible;
}
.mobile-button__bonus {
	margin: 0;
	color: #000;
	font-size: 12px;
	font-weight: 500;
	line-height: 14px;
}
.mobile-button__bonus span {
	color: #ff9901;
	font-weight: 700;
	margin: 0 4px;
}
.mobile-button__promocode-controls {
	display: flex;
	align-items: center;
	margin-top: 8px;
	gap: 6px;
}
.mobile-button__promocode-button,
.mobile-button__promocode-value {
	display: flex;
	align-items: center;
	border-radius: 6px;
	padding: 8px 10px;
	font-weight: 700;
	min-height: 36px;
}
.mobile-button__promocode-value {
	flex: 1;
	border: 1px solid #bdbdbd;
	background: rgba(0, 0, 0, 0.05);
	color: #ff9901;
	font-size: 14px;
	line-height: 16px;
}
.mobile-button__promocode-button {
	justify-content: center;
	border: 0;
	background: rgba(187, 187, 187, 0.39);
	color: #000;
	font-size: 13px;
	min-width: 80px;
	gap: 4px;
}
.mobile-button__promocode-button svg {
	width: 18px;
	height: 18px;
	pointer-events: none;
}
.mobile-button__control--show .open,
.mobile-button__control--show.open .close,
.mobile-button__header
	.mobile-button__control.mobile-button__control--show.open:before {
	display: none;
}
.mobile-button__control--show.open .open {
	display: block;
}
.mobile-button__footer .mobile-button__control {
	margin-top: 10px;
	width: 100%;
	gap: 6px;
}
.mobile-button__promocode-button .copied,
.mobile-button__promocode-button.open .copy {
	display: none;
}
.mobile-button__promocode-button.open .copied {
	display: block;
}
@media (max-width: 767px) {
	.mobile-button {
		display: block;
	}
}
@media (max-width: 375px) {
	.mobile-button {
		left: 10px;
		right: 10px;
		padding: 10px 10px 6px;
		max-width: 92%;
	}
	.mobile-button__header {
		gap: 8px;
	}
	.mobile-button__header .get-image {
		width: 50px;
		height: 50px;
		padding: 10px 8px;
	}
	.mobile-button__header img {
		height: 22px;
		max-width: 42px;
	}
	.mobile-button__name {
		font-size: 13px;
		line-height: 15px;
	}
	.mobile-button__control {
		padding: 10px 14px;
		min-width: 75px;
		font-size: 13px;
	}
	.mobile-button__bonus {
		font-size: 11px;
		line-height: 13px;
	}
	.mobile-button__promocode-value {
		font-size: 13px;
		padding: 6px 8px;
		min-height: 34px;
	}
	.mobile-button__promocode-button {
		min-width: 70px;
		font-size: 12px;
		padding: 6px 8px;
		min-height: 34px;
	}
}
