.keys-hero-media {
	background-image: url(/templates/solution2/img/pbg_back/kay_back.png);
	background-repeat: no-repeat;
	background-position: right -40px top -20px;
	background-size: 62% auto;
}

.keys-hero-eyebrow {
	display: inline-flex;
	align-items: center;
	gap: 6px;
}

.keys-hero-eyebrow-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	color: #f0b429;
}

.keys-hero-accent .pb-hero-banner__title em {
	color: #f0b429;
}

.keys-hero-ways {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-top: 4px;
}

.keys-hero-way {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	padding: 9px 14px;
	border-radius: 11px;
	background: rgba(240, 180, 41, .1);
	border: 1px solid rgba(240, 180, 41, .18);
	color: #f0d99c;
	font-size: 12.5px;
	font-weight: 700;
}

.keys-hero-way__icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	color: #f0b429;
	font-size: 15px;
}

.keys-balance-card {
	display: flex;
	align-items: center;
	gap: 16px;
	padding: 20px 22px;
	margin-bottom: 20px;
	background: linear-gradient(1deg, #25252e 30%, #292932 100%);
	border: 1px solid rgba(255, 255, 255, .07);
	border-radius: 18px;
	box-shadow: 0 12px 32px -16px rgba(0, 0, 0, .55);
}

.keys-balance-card__icon {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 54px;
	height: 54px;
	flex-shrink: 0;
	border-radius: 14px;
	background: rgba(240, 180, 41, .12);
	color: #f0b429;
	font-size: 24px;
}

.keys-balance-card__body {
	flex: 1;
	min-width: 0;
}

.keys-balance-card__label {
	font-size: 12px;
	font-weight: 700;
	letter-spacing: .04em;
	color: #8a8c9e;
}

.keys-balance-card__value {
	font-size: 26px;
	font-weight: 800;
	color: #f0f1f8;
}

.keys-balance-card__btn {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	flex-shrink: 0;
	height: 42px;
	padding: 0 20px;
	border-radius: 11px;
	background: linear-gradient(228deg, #4ace8e2b 10%, #4ace8e4d 100%);
	color: #4fea9f;
	font-size: 13px;
	font-weight: 800;
	text-decoration: none;
	transition: background .2s ease, color .2s ease;
}

.keys-balance-card__btn:hover {
	background: linear-gradient(228deg, #4ace8e40 10%, #4ace8e63 100%);
	color: #6fe5ab;
	text-decoration: none;
}

.keys-card {
	margin-bottom: 20px;
	background: linear-gradient(1deg, #25252e 30%, #292932 100%);
	border: 1px solid rgba(255, 255, 255, .07);
	border-radius: 18px;
	box-shadow: 0 12px 32px -16px rgba(0, 0, 0, .55);
	overflow: hidden;
}

.keys-card__head {
	display: flex;
	align-items: center;
	gap: 10px;
	padding: 16px 20px;
	border-bottom: 1px solid rgba(255, 255, 255, .07);
	font-size: 14px;
	font-weight: 800;
	color: #f0f1f8;
}

.keys-card__head i {
	font-size: 17px;
	color: #f0b429;
}

.keys-card__badge {
	margin-left: auto;
	padding: 3px 10px;
	border-radius: 999px;
	background: rgba(240, 180, 41, .14);
	color: #f0b429;
	font-size: 10.5px;
	font-weight: 800;
	letter-spacing: .04em;
	text-transform: uppercase;
}

.keys-card__body {
	padding: 20px;
}

.keys-tasks-empty {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 10px;
	padding: 30px 20px;
	text-align: center;
}

.keys-tasks-empty__icon {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 48px;
	height: 48px;
	border-radius: 14px;
	background: rgba(240, 180, 41, .1);
	color: #f0b429;
	font-size: 22px;
}

.keys-tasks-empty__text {
	font-size: 13px;
	color: #8a8c9e;
	max-width: 320px;
}

.keys-history {
	display: flex;
	flex-direction: column;
	gap: 8px;
}

.keys-history-row {
	display: flex;
	align-items: center;
	gap: 12px;
	padding: 12px 14px;
	border-radius: 12px;
	background: rgba(255, 255, 255, .03);
}

.keys-history-row__icon {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 36px;
	height: 36px;
	flex-shrink: 0;
	border-radius: 10px;
	font-size: 16px;
}

.keys-history-row__icon--in {
	background: rgba(79, 234, 159, .12);
	color: #4fea9f;
}

.keys-history-row__icon--out {
	background: rgba(240, 180, 41, .12);
	color: #f0b429;
}

.keys-history-row__body {
	flex: 1;
	min-width: 0;
}

.keys-history-row__comment {
	font-size: 13px;
	font-weight: 700;
	color: #f0f1f8;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.keys-history-row__date {
	font-size: 11.5px;
	color: #8a8c9e;
}

.keys-history-row__amount {
	flex-shrink: 0;
	font-size: 15px;
	font-weight: 800;
}

.keys-history-row__amount--in {
	color: #4fea9f;
}

.keys-history-row__amount--out {
	color: #f0b429;
}

.keys-empty {
	padding: 30px 20px;
	text-align: center;
	font-size: 13px;
	color: #8a8c9e;
}

@media (max-width: 991.98px) {
	.keys-hero-media {
		display: none;
	}

	.keys-balance-card {
		flex-wrap: wrap;
	}

	.keys-balance-card__btn {
		width: 100%;
		justify-content: center;
	}
}
