:root {
  --js-breakpoint: breakpointLarge;
}
@media (max-width: 1279px) {
  :root {
    --js-breakpoint: breakpointMedium;
  }
}
@media (max-width: 767px) {
  :root {
    --js-breakpoint: breakpointSmall;
  }
}
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: '';
}
.clearfix:after {
  clear: both;
}
.button {
  background-color: transparent;
  line-height: 1.5;
  cursor: pointer;
  color: #F9B200;
  padding: 19px 60px;
  -webkit-appearance: none;
  border-radius: 0;
  box-sizing: border-box;
  text-align: center;
  text-decoration: none;
  border: 2px solid #F9B200;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  transition: all 0.2s;
}
.button:hover,
.button:focus {
  color: #F9B200;
  color: #fff;
  background-color: #F9B200;
}
.button:active {
  background-color: #efab00;
  border-color: #efab00;
}
@media (max-width: 767px) {
  .button {
    font-size: 14px;
    line-height: 1.14285714;
    padding: 22px 48px;
  }
}
.desk {
  max-width: 80%;
}
@media (max-width: 1279px) {
  .section--three .desk,
  .section--four .desk {
    max-width: 100%;
  }
}
.wrapper {
  box-sizing: border-box;
  padding: 0 24px;
}
.section--header {
  box-sizing: border-box;
  padding: 0 24px;
}
.section--seven {
  margin-bottom: -176px;
}
.section--two .area .edge {
  margin-bottom: -60px;
}
.section--three .area .seam .body {
  padding-top: 14px;
  padding-bottom: 14px;
}
@media (max-width: 1279px) {
  .section--one .side {
    margin-top: -180px;
  }
  .section--three .area {
    width: calc(50% - (24px / 2));
  }
  .section--six .area {
    width: calc(100% + 24px);
    margin-left: -12px;
  }
  .section--three .area .seam + .seam {
    margin-top: 0;
  }
  .section--four .area .pure {
    width: 80%;
    margin-left: 10%;
    margin-right: 10%;
  }
  .section--four .area .seam .part {
    width: calc(50% - (24px / 2));
  }
  .section--four .area .flat.slim .body,
  .section--four .area .flat.slim .head {
    margin-left: 136px;
  }
  .section--six .area .unit {
    width: calc(((100% - (24px * 2)) / 2));
    margin-right: 12px;
    margin-left: 12px;
  }
  .section--six .area .unit + .unit + .unit {
    margin-top: -10px;
  }
}
@media (max-width: 1279px) and (max-width: 1279px) {
  .section--one .side {
    margin-top: -180px;
  }
}
@media (max-width: 1279px) and (max-width: 767px) {
  .section--one .side {
    margin-top: -180px;
  }
}
@media (max-width: 1279px) and (max-width: 1279px) {
  .section--six .area .unit + .unit + .unit {
    margin-top: -10px;
  }
}
@media (max-width: 1279px) and (max-width: 767px) {
  .section--six .area .unit + .unit + .unit {
    margin-top: -10px;
  }
}
/*# sourceMappingURL=./screen-medium.css.map */