.helicopter-page {
	max-width: 710px;
}

.helicopter-banner {
	font-size: inherit;
	font-weight: inherit;
	line-height: normal;
}

.helicopter-banner__name {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}

.helicopter-game-wrap {
	display: flex;
	justify-content: center;
	margin: 18px 0 20px;
}

.helicopter-game-frame {
	display: block;
	width: 600px;
	height: 476px;
	border: 0;
	background: #000;
}

.helicopter-best-box {
	display: flex;
	align-items: center;
	gap: 16px;
	padding: 16px 18px;
	border: 1px solid #8eb4d8;
	border-radius: 10px;
	background: #d9e8f5;
	color: #1f3a57;
}

.helicopter-best-box__icon {
	flex: 0 0 auto;
	font-size: 34px;
	line-height: 1;
	color: #1f3a57;
}

.helicopter-best-box__title {
	margin: 0 0 4px;
	font-size: 18px;
	font-weight: bold;
	line-height: 1.2;
	color: #1f3a57;
}

.helicopter-best-box__text {
	margin: 0;
	font-size: 13px;
	line-height: 1.35;
	color: #35516d;
}

.helicopter-sidebar {
	margin-top: 0;
}

.helicopter-score-list {
	list-style: none;
	margin: 0;
	padding: 0;
}

.helicopter-score-row {
	display: flex;
	align-items: center;
	gap: 8px;
	margin: 0 0 10px;
	font-size: 13px;
	line-height: 1.3;
}

.helicopter-score-row:last-child {
	margin-bottom: 0;
}

.helicopter-score-rank {
	flex: 0 0 34px;
	color: #fff;
	font-weight: bold;
	white-space: nowrap;
}

.helicopter-score-trophy {
	margin-right: 2px;
	font-size: 14px;
}

.helicopter-score-trophy--gold {
	color: #d4af37;
}

.helicopter-score-trophy--silver {
	color: #c0c0c0;
}

.helicopter-score-trophy--bronze {
	color: #cd7f32;
}

.helicopter-score-name {
	flex: 1 1 auto;
	min-width: 0;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	color: #fff;
}

.helicopter-score-name:hover {
	color: #d9e8f5;
	text-decoration: none;
}

.helicopter-score-value {
	flex: 0 0 auto;
	color: #fff;
	font-weight: bold;
}

.helicopter-sidebar__empty {
	margin: 0;
	color: #99a6b3;
	font-size: 13px;
	line-height: 1.4;
}

.helicopter-sidebar__stats {
	margin-top: 16px;
	padding-top: 14px;
	border-top: 1px solid rgba(255, 255, 255, 0.18);
}

.helicopter-sidebar__stat {
	margin: 0 0 8px;
	color: #fff;
	font-size: 13px;
	line-height: 1.35;
}

.helicopter-sidebar__stat:last-child {
	margin-bottom: 0;
}

.helicopter-sidebar__stat strong {
	font-weight: bold;
}
