.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: '';
}
.clearfix:after {
  clear: both;
}
.button {
  -webkit-appearance: none;
  cursor: pointer;
  box-sizing: border-box;
  text-align: center;
  text-decoration: none;
  font-size: 18px;
  line-height: 1.11111111;
  letter-spacing: 0.064em;
  font-family: 'FiftyRegular', sans-serif;
  font-weight: 400;
  color: var(--buttonColor);
  border: 1px solid #000;
  padding: 7px 18px;
  border-radius: 100000px;
  background: none;
  background-color: var(--buttonBackground);
  transition: all 0.4s;
}
.button:hover,
.button:focus {
  color: var(--buttonHoverColor);
  background-color: var(--buttonHoverBackground);
}
.area--one .unitOne--1-1 .unit__body .part--fileTiny {
  width: calc((100% / 3) - 18px);
}
.area--one .unitOne--1-4 {
  width: calc(25% - 18px);
}
.area--two {
  width: calc(100% + 30px);
  margin-left: -15px;
}
.area--two .unit {
  margin-left: 15px;
  margin-right: 15px;
  width: calc(100% - 30px);
}
.area--two .unitOne--1-2 {
  width: calc(50% - 30px);
}
.area--two .unitThree {
  width: calc(50% - 30px);
}
/*# sourceMappingURL=./screen-medium.css.map */