.download-page {
	display:flex;
	flex-direction:column;
	min-width:1200px;
	min-height:100%;
	color:#282828;
	background:#fff
}
.download-page .header {
	background:rgba(255,255,255,.98);
	-webkit-box-shadow:none;
	box-shadow:none
}
.download-page .header-nav>li:nth-child(3) {
	margin-right:48px
}
.skip-link {
	position:fixed;
	top:10px;
	left:10px;
	z-index:1000;
	padding:8px 12px;
	border-radius:6px;
	color:#fff;
	background:#256de6;
	-webkit-transform:translateY(-160%);
	transform:translateY(-160%)
}
.skip-link:focus {
	-webkit-transform:translateY(0);
	transform:translateY(0)
}
.download-main {
	display:flex;
	flex:1 0 auto;
	align-items:flex-start;
	justify-content:center;
	padding:232px 20px 110px
}
.download-section {
	width:1000px;
	text-align:center
}
.download-section h1 {
	color:#000;
	font-size:48px;
	font-weight:600;
	line-height:1.3
}
.download-intro {
	margin-top:34px;
	color:#777;
	font-size:23px;
	font-weight:600;
	line-height:1.55
}
.platform-list {
	display:flex;
	justify-content:center;
	gap:40px;
	margin-top:78px
}
.platform-card {
	display:flex;
	width:160px;
	height:160px;
	align-items:center;
	justify-content:center;
	flex-direction:column;
	border:1px solid #edf2fa;
	border-radius:16px;
	color:#000;
	background:#f8faff;
	-webkit-box-shadow:0 8px 12px rgba(37,109,230,.2);
	box-shadow:0 8px 12px rgba(37,109,230,.2);
	-webkit-transition:transform .2s ease,box-shadow .2s ease;
	transition:transform .2s ease,box-shadow .2s ease
}
.platform-card:hover,
.platform-card:focus-visible {
	color:#000;
	-webkit-transform:translateY(-4px);
	transform:translateY(-4px);
	-webkit-box-shadow:0 12px 22px rgba(37,109,230,.25);
	box-shadow:0 12px 22px rgba(37,109,230,.25)
}
.platform-card:focus-visible {
	outline:3px solid rgba(37,109,230,.28);
	outline-offset:4px
}
.platform-card img {
	display:block;
	width:90px;
	height:90px;
	object-fit:contain
}
.platform-card span {
	margin-top:5px;
	font-size:14px;
	line-height:22px
}
.download-footer {
	display:flex;
	flex:0 0 56px;
	align-items:center;
	justify-content:center;
	gap:10px;
	min-height:56px;
	padding:0 24px;
	color:#000;
	background:#65bbef
}
.download-footer a,
.download-footer span {
	color:#000;
	font-size:14px
}
.download-footer a:hover {
	text-decoration:underline
}
.download-footer img {
	width:20px;
	height:20px;
	margin:0 2px;
	vertical-align:middle
}
.js .platform-card {
	opacity:0;
	-webkit-transform:translateY(10px);
	transform:translateY(10px)
}
.js .download-ready .platform-card {
	opacity:1;
	-webkit-transform:translateY(0);
	transform:translateY(0)
}
.js .download-ready .platform-card:nth-child(2) {
	transition-delay:.05s
}
.js .download-ready .platform-card:nth-child(3) {
	transition-delay:.1s
}
.js .download-ready .platform-card:nth-child(4) {
	transition-delay:.15s
}
@media screen and (max-height:850px) {
	.download-main {
		padding-top:160px
	}
	.platform-list {
		margin-top:55px
	}
}
