.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: '';
}
.clearfix:after {
  clear: both;
}
.button {
  background-color: transparent;
  cursor: pointer;
  color: #3c3c3c;
  padding: 10px 24px;
  -webkit-appearance: none;
          appearance: none;
  border-radius: 2px;
  box-sizing: border-box;
  text-align: center;
  text-decoration: none;
  border: 2px solid #3c3c3c;
  font-size: 12px;
  line-height: 1.66666667;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 0.2em;
}
.button:hover,
.button:focus {
  background-color: #992121;
  border-color: #992121;
  color: #fff;
}
.area--one {
  width: calc(100% + 30px);
  margin-left: -15px;
}
.area--one .unit {
  width: calc(100% - 30px);
  margin-left: 15px;
  margin-right: 15px;
}
.area--one .unitOne--1-2 {
  width: calc(50% - 30px);
}
.area--one .unitOne--1-3 {
  width: calc((100% / 3) - 30px);
}
.area--one .unitTwo .unit__background {
  width: 240px;
}
.area--one .unitTwo .unit__content {
  width: calc(100% - 270px);
}
.area--one .unitThree {
  width: calc(((100% - 30px) / 2) - 60px);
}
.area--one .unitThree--alignmentLeft {
  margin-right: 0;
}
.area--one .unitThree--alignmentRight {
  margin-left: 0;
  padding-left: 120px;
  background-size: 50px 50px;
  background-position: 35px 60px;
  background-repeat: no-repeat;
  background-image: url(/images/and.png);
}
.area--one .unit--imageGallery .part--file {
  width: 33.33333333%;
}
/*# sourceMappingURL=./screen-medium.css.map */