@charset "utf-8";

@font-face {
	font-display: swap;
	font-family: 'Merriweather';
	font-style: normal;
	font-weight: 700;
	src: url('../fonts/merriweather-v30-latin-700.eot');
	src: url('../fonts/merriweather-v30-latin-700.eot?#iefix') format('embedded-opentype'), url('../fonts/merriweather-v30-latin-700.woff2') format('woff2'), url('../fonts/merriweather-v30-latin-700.woff') format('woff'), url('../fonts/merriweather-v30-latin-700.ttf') format('truetype'), url('../fonts/merriweather-v30-latin-700.svg#Merriweather') format('svg');
}

:root {
	font-size: 16px;
}

* {
	box-sizing: border-box;
}

body {
	color: #000;
	font-family: 'Arial', Helvetica, sans-serif;
	font-size: .937rem;
	line-height: 1.42;
}

#wrapper {
	position: relative;
	max-width: 50rem;
	margin: 1rem auto;
	border: none;
	overflow: hidden;
	background: url(../images/bg.jpg) no-repeat #fff;
	box-shadow: 0 0 .875rem #A6A6A6;
}

h1 {
	font-size: 26px;
	line-height: 1.1;
	font-family: 'Merriweather', Times New Roman, serif;
	color: #F51F2F;
	margin: 1.875rem 0 1.25rem
}
h1 span{
    white-space: nowrap;
}
h2 {
	font-size: 18px;
	line-height: 1.2;
	margin: 1.5rem 0 0;
	font-family: 'Merriweather', Times New Roman, serif;
	color: #F51F2F;
}

a {
	color: #fff;
	text-decoration: none;
	white-space: nowrap
}

.link {
	width: 12.5rem;
	line-height: 2.812rem;
	display: block;
	text-align: center;
	background: #E31712;
	margin: 8px auto;
	color: #fff;
}

img {
	max-width: 100%;
	height: auto;
	display: block;
}

ul {
	padding-left: 1rem;
	margin: .5rem 0 1rem;
	letter-spacing: -0.15px
}

ul li {
	padding-bottom: 0.2rem;
	list-style-type: none;
}

ul li:before {
	content: "\2022";
	color: #E31712;
	float: left;
	margin-left: -.937rem;
	font-size: 1.375rem;
	line-height: 1;
}

header {
	position: relative;
}

header > img {
	z-index: 0;
	position: relative;
}

.logo {
	position: absolute;
	top: 0;
	z-index: 99;
}

aside {
	background: url(../images/bg.png) no-repeat;
	padding: 3rem 3rem 1rem;
}

aside p {
	text-align: right;
	color: #fff;
	margin: 0;
}

article {
	padding: 0 2.5rem;
}

footer {
	border-top: solid 1px #e31712;
	padding: 0 2.5rem;
	margin: 2.5rem 0 0
}

@media only screen and (max-width: 799px) {
	#wrapper {
		border: none;
		margin: 0 auto;
		padding: 1rem;
	}

	p,
	ul {
		-moz-hyphens: auto;
		-webkit-hyphens: auto;
		-ms-hyphens: auto;
		hyphens: auto;
		margin: 0 0 1rem
	}

	body {
		font-size: .875rem
	}

	h2 {
		margin-top: 0
	}

	article {
		padding: 0;
	}

	article p strong,
	ul {
		letter-spacing: normal
	}
}

@media only screen and (max-width: 749px) {
	h1 {
		text-align: center;
		margin: 1rem 0;
	}

	aside {
		padding: 1rem 2rem;
		background-color: #E31712;
		background-image: none;
		border-top: .625rem solid #F37053;
	}

	aside p {
		text-align: center;
	}
}

@media only screen and (max-width: 507px) {
	h1 {
		font-size: 22px;
		line-height: 1.2;
	}
}
