/* ------------------------------- COMMON ----------------------------- */

* {
	margin: 0;
	padding: 0;
	border: none;
}

html {
	min-height: 100%;
	overflow-x: hidden;
}

html.privacy {
	border-top: 0;
	border-bottom: 0;
}

body {
	min-height: 100%;
	font: 17px 'HelveticaNeue-Light', 'Arial', sans-serif;
	font-weight: 100;
	line-height: 24px;
	color: #333;
	background: #fff;
	overflow-x: hidden;
}

body.privacy {
	background: #fff;
}

.container {
	padding: 40px 0 40px 0;
	background: #fff;
	min-height: 100%;
}

.container.privacy {
	position: relative;
	width: 600px;
	margin: 0 auto;
}

.block {
	display: block;
	margin: 0 0 0 0;
	text-align: center;
}

.privacy .block {
	text-align: left;
}

a {
	color: #3B71CA;
	text-decoration: none;
	transition: border-color 0.5s ease-out, opacity 0.5s ease-out;
}

a:hover {
	transition: border-color 0s, opacity 0s;
}

a span {
	border-bottom: 1px solid #bed7ff;
	transition: border-color 0.5s ease-out, opacity 0.5s ease-out;
}

a:hover span {
	border-bottom: 1px solid #3B71CA;
	transition: border-color 0s, opacity 0s;
}

h1.logo {
	font: 96px 'HelveticaNeue-Light', 'Arial', sans-serif;
}

.app-short-descr span {
	font-size: 64px;
	color: #3B71CA;
}

.app-icon {}

.app-icon a {
	display: inline-block;
	width: 156px;
	height: 156px;
	background: url(../images/logo.svg) no-repeat;
	background-size: 100%;
}

.logo {
	margin-bottom: 25px;
}

.app-short-descr {
	margin: 50px 0px;
}

.app-meta {
	height: 75px;
	opacity: .5;
	position: relative;
}

.app-meta span {
	position: absolute;
	bottom: 0;
}

.alt-apps-links {
	height: 100%;
	min-height: 100%;
	vertical-align: bottom;
	text-align: right;
}

.screenshots {
	margin-bottom: 40px;
}

.screenshots img {
	outline: none;
	height: 100%;
	background: RGBA(255, 255, 255, .05);
	margin: 0 16px 0 16px;
	box-shadow: 0 0 30px rgba(0, 0, 0, .15);
	border-radius: 8px;
}


.app-descr {
	margin-bottom: 20px;
}

ul.app-descr {
	list-style: none;
}

ul.app-descr li {
	position: relative;
	margin-bottom: 6px;
}

.support-link {
	max-width: 800px;
	margin-left: auto;
	margin-right: auto;
}

.support-link p+p {
	margin-top: 10px;
}

.app-store-badge {
	text-align: center;
	margin: 12px;
	display: flex;
	justify-content: center;
	align-items: center;
}

ul.app-store-badge {
	list-style: none;
	gap: 24px;
}

li.app-store-badge {
	display: inline-block;
	text-align: center;
}


footer {
	width: 80%;
	max-width: 1440px;
	margin: 100px auto 30px;
	display: flex;
	justify-content: center;
	gap: 120px;
}

footer .col {
	display: flex;
	flex-direction: column;
}

footer .col a+a {
	margin-top: 10px;
}

footer .col a {
	display: flex;
	align-items: center;
}

footer .col a span {
	margin-left: 8px;
}


@media (max-width: 720px) {
	footer {
		flex-direction: column;
		gap: 40px;
	}

	footer .col {
		align-items: center;
	}

	.support-link {
		width: 90%;
		font-size: 12px;
	}

	h1.logo {
		font: 64px 'HelveticaNeue-Light', 'Arial', sans-serif;
	}

	.app-short-descr span {
		font-size: 36px;
	}

	.app-short-descr {
		margin: 20px 0px;
	}

	ul.app-store-badge {
		flex-direction: column;
		display: flex;
	}
}