html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

body {
  font-family: 'Open Sans', sans-serif;
  margin: 0 auto;
  max-width: 760px;
  padding: 0 30px 100px;
}

h1 {
  text-align: center;
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 0.03em;
  line-height: 1.2;
  margin-bottom: 30px;
}

h2 {
  font-size: 20px;
  letter-spacing: 0.03em;
  line-height: 1.2;
  margin-bottom: 30px;
}

p {
  line-height: 1.2;
  margin-bottom: 20px;
}

a {
  color: #4BACB2;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

a:visited {
  color: #4BACB2;
}

i,
em {
  font-style: italic;
}

ul {
  list-style-type: disc;
  padding: 20px 30px;
}

li {
  line-height: 1.2;
  margin-bottom: 16px;
}

.header-logo {
  display: block;
  margin: 0 auto;
  max-width: 500px;
  width: 100%;
}

.text-left {
  text-align: left;
}

.btn {
  background-color: #E54E40;
  color: #fff;
  cursor: pointer;
  font-size: 20px;
  font-weight: 300;
  height: 50px;
  letter-spacing: 0.06em;
  margin: 0 auto 20px;
  text-transform: uppercase;
}

.btn:hover {
  background-color: #fff;
  border: 2px solid #E54E40;
  color: #E54E40;
  cursor: pointer;
}