.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: '';
}
.clearfix:after {
  clear: both;
}
.button {
  background-color: #333333;
  line-height: 1.57894737;
  cursor: pointer;
  color: #fff;
  padding: 22px 29px;
  -webkit-appearance: none;
  border-radius: 0;
  box-sizing: border-box;
  text-align: center;
  text-decoration: none;
  font-weight: 300;
  text-transform: uppercase;
  border: 1px solid #333333;
}
.button:hover,
.button:focus {
  color: #e63027;
  background-color: transparent;
  border-color: #e63027;
}
.button:active {
  background-color: #e63027;
  color: #fff;
}
.section--gray .button {
  border-color: #fff;
  background-color: transparent;
}
.section--gray .button:hover,
.section--gray .button:focus {
  background-color: #b2b2b2;
  border-color: #333333;
  color: #333333;
}
.section--gray .button:active {
  background-color: #333333;
  color: #fff;
}
@media (max-width: 1919px) {
  .button {
    line-height: 1.33333333;
    padding-top: 13px;
    padding-bottom: 13px;
  }
}
#home {
  height: 64px;
  margin: 32px 0;
}
@media (max-width: 1023px) {
  .section--four .area .unit .pict.tall:last-child {
    margin-top: 52px;
  }
}
.part--table + .part--table {
  margin-top: -9px;
}
/*# sourceMappingURL=./screen-medium.css.map */