.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: '';
}
.clearfix:after {
  clear: both;
}
.button {
  background-color: #DA5959;
  line-height: 1.44444444;
  cursor: pointer;
  color: #fff;
  padding: 8px 40px;
  -webkit-appearance: none;
  border-radius: 0;
  box-sizing: border-box;
  text-align: center;
  text-decoration: none;
}
.button:hover,
.button:focus {
  color: #fff;
  background-color: #d54444;
}
.button:active {
  background-color: #bc2a2a;
}
.wrapper {
  font-size: 20px;
  line-height: 1.5;
}
h1,
h2 {
  font-size: 40px;
  line-height: 1.2;
}
h3 {
  font-size: 22px;
  line-height: 1.18181818;
}
h4 {
  font-size: 20px;
  line-height: 1.5;
  font-weight: 400;
}
p.loud {
  font-size: 24px;
  line-height: 1.25;
}
/*# sourceMappingURL=screen-medium.css.map */