* {
	box-sizing: border-box;
}

html,
body,
p,
h1,
h2,
ul,
li {
	margin: 0;
	padding: 0;
}

ul {
	list-style-type: none;
}

a {
	text-decoration: none;
}

html,
body {
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
	font-weight: 400;
	color: #333;
	height: 100%;
}

.wrap {
	display: flex;
	flex-direction: column;
	min-height: 100%;
	overflow: hidden;
}

[class*=__container] {
	width: 100%;
	max-width: 970px;
	margin: 0 auto;
	padding: 0 15px;
}