.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: '';
}
.clearfix:after {
  clear: both;
}
.button {
  background-color: #928D8A;
  font-size: 24px;
  line-height: 1.25;
  cursor: pointer;
  color: #fff;
  padding: 17px 58px 17px 18px;
  -webkit-appearance: none;
  border-radius: 0;
  box-sizing: border-box;
  text-align: center;
  text-decoration: none;
  transition: all 0.3s;
  background-size: 20px 20px;
  background-position: right 18px center;
  background-repeat: no-repeat;
  background-image: url(/images/arrow-right-white.svg);
  border-radius: 2px;
}
.button:hover,
.button:focus {
  color: #fff;
  background-color: #7D7571;
}
.button:active {
  background-color: #706865;
}
@media (max-width: 767px) {
  .button {
    font-size: 19px;
    line-height: 1.47368421;
    padding-top: 6px;
    padding-bottom: 6px;
    padding: 6px 50px 6px 10px;
    background-size: 16px 16px;
    background-position: right 17px center;
  }
}
#home {
  margin: 36px 0;
  height: 154px;
}
@media (max-width: 1023px) {
  .section--beta .side {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 40px 0;
  }
}
.section--alpha .area .pure .body {
  margin-left: -15px;
  width: calc(100% + 30px);
}
.section--alpha .area .pure .part {
  margin-left: 15px;
  margin-right: 15px;
  width: calc(100% - 30px);
}
.section--alpha .area .pure .part.tiny {
  width: calc(50% - 30px);
}
.section--alpha .area .flat .body {
  margin-left: -15px;
  width: calc(100% + 30px);
}
.section--alpha .area .flat .part {
  margin-left: 15px;
  margin-right: 15px;
  width: calc(100% - 30px);
}
.section--alpha .area .flat .part.tiny {
  width: calc((100% / 3) - 30px);
}
.section--beta .main .unit.form div.tick.tile {
  width: 25%;
}
@media (max-width: 1023px) {
  .section--beta .side .unit {
    width: 540px;
  }
  .section--beta .side .unit .body {
    width: calc(100% + 30px);
    margin-left: -15px;
  }
  .section--beta .side .unit .part {
    margin-left: 15px;
    margin-right: 15px;
    width: calc(100% - 30px);
  }
  .section--beta .side .unit .part.tiny {
    width: calc(50% - 30px);
  }
}
/*# sourceMappingURL=./screen-medium.css.map */