body {
	background-color: #E60931;
	font-family: "Gotham Narrow SSm A", "Gotham Narrow SSm B", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-style: normal;
	font-weight: 400;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
a {
}
input,
textarea,
button {
	font-family: "Gotham Narrow SSm A", "Gotham Narrow SSm B", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.font_cap {
	text-transform: uppercase;
}

.font_bol {
	font-weight: 700;
}
.font_xs {
	font-size: 10px;
	line-height: 12px;
	letter-spacing: 0;
}
.font_s {
	font-size: 14px;
	line-height: 18px;
	letter-spacing: 0;
}
.font_m {
	font-size: 17px;
	line-height: 24px;
	letter-spacing: 0.1pt;
}
.font_l {
	font-size: 20px;
	line-height: 26px;
}
.font_xl {
	font-size: 27px;
	line-height: 33px;
}
.font_xxl {
	font-size: 42px;
	line-height: 42px;
	text-transform: uppercase;
}
.font_xxxl {
	font-size: 66px;
	line-height: 66px;
	text-transform: uppercase;
}

@media (max-width: 640px) {
.font_s {
	font-size: 14px;
	line-height: 18px;
	letter-spacing: 0;
}
.font_m {
	font-size: 14px;
	line-height: 18px;
}
.font_l {
	font-size: 18px;
	line-height: 23px;
}
.font_xl {
	font-size: 22px;
	line-height: 28px;
}
.font_xxl {
	font-size: 22px;
	line-height: 28px;
	text-transform: uppercase;
	font-weight: 700;
}
.font_xxxl {
	font-size: 27px;
	line-height: 33px;
	text-transform: uppercase;
	font-weight: 700;
}
}

