* {
	margin: 0;
	padding: 0;
	background: transparent;
	border: none;
	box-sizing: border-box;
	vertical-align: baseline;
}

html {
	-webkit-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

html, body {
	height: 100%;
	width: 100%;
}

body {
	font-family: "Gotham Pro", sans-serif;
	font-size: 18px;
	font-weight: 400;
	line-height: 24px;
}

a, a:visited {
	color: #0060a0;
	border-bottom: 1px solid  #0060a0;
	border-color: rgba(0, 96, 160, .2);
	text-decoration: none;
}

a:hover {
	color: #d04000;
	border-color: #f8e2d9;
	border-color: rgba(208, 64, 0, .2);
}

a.button {
	display: inline-block;
	background: #e72525;
	border-color: #c91924 !important;
	border-radius: 30px;
	color: #fff !important;
	font-weight: 500;
	outline: none;
	text-align: center;
}

.btn-big {
	padding: 12px 48px 10px;
	border-width: 5px;
	font-size: 24px;
	line-height: 32px;
}

.btn-small {
	padding: 8px 32px 6px;
	border-width: 4px;
	font-size: 16px;
}

img {
	display: block;
	max-width: 100%;
}

b {
	font-weight: 500;
}

/* Main */
.layout {
	position: relative;
	width: 100%;
	margin-bottom: 54px;
}

.container {
	position: relative;
	width: 92%;
	max-width: 920px;
	margin: 0 auto;
}

.container:before, .container:after {
	display: block;
	height: 0;
	clear: both;
	content: '';
	font-size: 0;
	line-height: 0;
	visibility: hidden;
}

.list-item {
	margin-bottom: 24px;
	padding-left: 32px;
}

.numeral {
	position: absolute;
	top: -1px;
	left: 0;
	width: 24px;
	height: 24px;
	padding-top: 1px;
	padding-left: 1px;
	background: #e72525;
	border-radius: 24px;
	color: #fff;
	font-size: 14px;
	text-align: center;
}

.red {
	color: #e72525;
}

/* Header */
.header {
	padding-top: 32px;
	text-align: center;
}

.title {
	margin-bottom: 16px;
	font-size: 48px;
	font-weight: 500;
	line-height: 48px;
}

.subtitle {
	width: 172px;
	margin: auto;
	padding: 2px 0;
	letter-spacing: .12em;
	border: 2px solid #e72525;
	border-radius: 32px;
	font-size: 16px;
}

/* video */
.video-wrap {
	position: relative;
}

.video-player {
	background: #fff;
	border: 8px solid #e72525;
	border-radius: 8px;
	overflow: hidden;
}

.plyr--video, .plyr__video-wrapper {
	background: transparent !important;
}

.plyr__poster {
	background-color: transparent !important;
}

.gray-line {
	position: absolute;
	top: 22%;
	right: 0;
	bottom: 22%;
	left: 0;
	background: #bfbfbf;
}

/* audio */
.audio-player {
	padding: 16px;
	border: 1px solid #e72525;
	border-radius: 8px;
}

/*attention*/
.attention {
	padding: 40px 0;
	box-shadow: 0 0 48px rgba(0, 0, 0, .1);
	text-align: center;
}

.attention-mark {
	margin-bottom: 8px;
	font-size: 48px;
	font-weight: 500;
	line-height: 48px;
}

.attention-text {
	max-width: 660px;
	margin: 0 auto 16px;
}

/*download*/
.files {
	float: left;
	width: 100%;
	max-width: 540px;
}

.book {
	float: right;
	width: 100%;
	max-width: 320px;
}

.files, .book {
	padding-top: 32px;
	text-align: center;
}

.mp3, .zip {
	float: left;
	width: 50%;
	padding-bottom: 40px;
	white-space: nowrap;
}

.file-icon {
	width: 147px;
	height: 147px;
	margin: 0 auto 16px;
}

.file-text {
	margin-bottom: 8px;
}

.file-size {
	margin-bottom: 16px;
	font-size: 14px;
}

/*footer*/
.footer {
	padding: 24px 0;
	box-shadow: 0 0 48px rgba(0, 0, 0, .1);
}

.footer-copyright {
	display: inline-block;
	margin-right: .5em;
	color: #888;
	font-size: 12px;
}

.footer-links {
	display: inline-block;
	font-size: 12px;
	white-space: nowrap;
}

.footer-links a {
	margin-right: .5em;
}

.footer-warning {
	margin-top: 8px;
	color: #888;
	font-size: 11px;
	line-height: 16px;
}

.adult {
	position: relative;
	top: 0px;
	font-size: 12px;
	color: #f30;
	font-weight: 700;
}

@media (max-width:1000px) {
	.files, .book {
		float: none;
		width: 100%;
		max-width: 100%;
	}

	.book img {
		margin: auto;
	}

}

@media (max-width:639px) {
	.title span {
		display: block;
	}

	.mp3, .zip {
		width: 100%;
	}

	.btn-big {
		padding: 10px 40px 8px;
		font-size: 20px;
	}

}

@media (max-width:480px) {
	body {
		font-size: 16px;
	}

	.layout {
		margin-bottom: 40px;
	}

	.list-item {
		margin-bottom: 16px;
	}

	.title {
		font-size: 40px;
		line-height: 40px;
	}

	.subtitle {
		width: 160px;
		font-size: 14px;
	}

	.video-player, .audio-player {
		border-radius: 6px;
	}

	.video-player {
		border-width: 4px;
	}

	.audio-player {
		padding: 8px;
	}

	.btn-big {
		padding: 8px 32px 6px;
		border-width: 4px;
		font-size: 16px;
	}

	.file-icon {
		width: 120px;
		height: 120px;
	}

	.files, .book {
		padding-top: 16px;
	}

	.file-icon, .file-size {
		margin-bottom: 8px;
	}

	.file-text {
		margin-bottom: 0;
	}
}