body {
	text-align: center;
	background: fixed #f8f8f8 url(https://img.mobigama.net/desktop/images/bg.png) no-repeat 50% 0;
	color: #252525;
	font: 16px/1.45 'Open Sans',Verdana,sans-serif;
}

div {
	vertical-align: top;
}

ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

a {
	color: #1FB6F2;
}

a:hover {
	color: #fff;
	text-decoration: none;
	background-color: #1FB6F2;
	cursor: pointer;
}

#header {
	padding: 25px 20px 25px;
}

.logo a {
	display: block;
	margin: 0 auto;
	background: url(https://img.mobigama.net/mobile/images/mg.png) no-repeat 0 0;
	background-position: center center;
	padding-top: 43px;
	width: 336px;
	background-size: 336px;
}

.logo a:hover {
	text-decoration: transparent;
}

#landing {
	margin: 0 auto;
	padding: 25px 25px;
	max-width: 800px;
	background: rgb(255, 255, 255, 1);
	border: none;
	text-decoration: none;
	border-radius: 10px;
}

.poster {
	margin: 25px 0 0;
}

h1 {
	font-weight: normal;
	margin: 0;
	padding: 0;
	font-size: 1.5em;
}

.file-additional {
	max-width: 200px;
	margin: 25px auto 0;
	text-align: left;
	line-height: 1.6;
}

.download-button {
	margin: 25px auto;
	max-width: 200px;
	font-size: 1.8em;
	background: #00cc00;
	border-radius: 5px;
	line-height: 1.8em;
}

.download-button:hover {
	opacity: .8;
}

.download-button a {
	color: #fff;
	text-decoration: none;
	width: 200px;
	display: inline-block;
	cursor: pointer;
	border-radius: 5px;
}

.download-button a:hover {
	background-color: #00cc00;
}

.rec-apps {
	max-width: 800px;
	text-align: left;
	margin-top: 35px;
	border: 1px solid #e7e7e7;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	padding: 25px 0 0;
	border-radius: 10px;
	position: relative;
}

.rec-apps::before {
	content: 'Рекомендуем похожие';
	position: absolute;
	background: white;
	padding: 0 5px;
	font-size: 1.4em;
	top: -18px;
	left: 15px;
}

ul.related {
	display: inline-block;
	width: 100%;
	max-width: 800px;
}

.related li:first-child {
	margin-left: 0;
}

.related li {
	width: 25%;
	float: left;
	background: #fff;
}

.related li a {
	height: 130px;
	text-align: center;
	margin: 0 auto;
	line-height: 1.1em;
}

.related a img {
	border: 0;
	display: block;
	height: 110px;
	width: 110px;
}

.top-image, .top-image img {
	position: relative;
	margin: 0 auto;
	padding: 0 0 60px;
}

.top-title {
	display: block;
	position: relative;
	margin: 0 6px;
}

.rec-apps h3 {
	font-size: .8em;
	font-weight: 400;
	color: #474747;
	margin-top: 5px;
	position: absolute;
	width: 100%;
	margin: -52px auto;
}

@media only screen and (max-width: 525px) {
	.logo a {
		width: 280px;
		background-size: 280px;
	}
	
	.related li {
		width: 50%;
	}
}

.info-wrapper {
	background: #f7f7f7;
	border-radius: 10px;
}

.info {
	margin: 25px auto;
	padding: 25px 5px;
	max-width: 600px;
}

.info div {
	font-weight: bold;
}

.info ol {
	text-align: left;
}

.warning {
	margin: 25px auto 0;
}

.abuse {
	font-size: 1.1em;
	line-height: 1.8;
}

.cache-info {
	background: #f5f5f5;
	border: 2px solid #f5f5f5;
	border-radius: 5px;
	color: #5f5f5f;
	margin: 24px auto;
	padding: 10px;
	text-align: justify;
	max-width: 600px;
}

.cache-info div {
	padding: 0 0 10px;
}

.cache-info div:last-child {
	padding: 0;
}

hr {
	margin: 25px 0;
	padding: 0;
	color: #dbdbdb;
}

.timer,
.timer div:nth-child(2) {
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	margin: 0 auto;
	max-width: 250px;
}

.timer-text {
	margin-top: 30px;
	padding-bottom: 10px;
	font-size: 1em;
	color: #333;
	text-align: center;
}

.timer-text span {
	font-size: 1.5em;
}

.timer-count {
	font-size: 30px;
	color: #333;
	position: absolute;
	top: -1%;
	left: 50%;
	transform: translate(-50%, -50%);
	font-weight: 800;
}

.spinner {
	position: relative;
	width: 50px;
	height: 50px;
	border: 5px solid #00cc00;
	border-top-color: #ffcc00;
	border-right-color: #ffcc00;
	border-radius: 50%;
	animation: spinnerAnimation 1.5s linear infinite;
	display: flex;
	align-items: center;
	justify-content: center;
}

@keyframes spinnerAnimation {
	to {
		transform: rotate(360deg);
	}
}

.hidden {
	display: none;
}

.download-button {
	margin: 25px auto;
	text-align: center;
}

.tg-button {
	opacity: 1;
	cursor: pointer;
	text-align: center;
	display: block;
	padding: 10px;
	text-decoration: none !important;
	text-transform: none;
	letter-spacing: normal;
	font-size: 24px;
	background: #29B6F6;
	animation: animationpulse 2s infinite;
	-webkit-animation: animationpulse 2s ease-out;
	animation-iteration-count: 1;
	-webkit-animation-iteration-count: infinite;
	margin: 20px auto;
	display: flex;
	align-items: center;
	gap: 5px;
	font-size: 20px;
	max-width: 258px;
	background: #27A5E7;
	box-shadow: 1px 1px 5px #27A5E7;
	color: #FFFFFF;
	border-radius: 6px;
}

.tg-button-pulse {
	animation: animationpulse 2s infinite;
	-webkit-animation: animationpulse 2s ease-out;
	animation-iteration-count: 1;
	animation-iteration-count: 1;
	-webkit-animation-iteration-count: infinite;
}

.tg-button-pulse:hover {
	animation: 0s linear 0s 1 normal none running none;
}

.tg-button-info {
	margin: 20px auto;
	display: flex;
	align-items: center;
	max-width: 258px;
}










