.button {
  display: inline-block;
  min-width: 260px;
  background-color: var(--btnBackground);
  font-size: clamp(0.5625rem, 1.06007067vw + 0.31404594rem, 1.5rem);
  line-height: clamp(0.75rem, 1.41342756vw + 0.41872792rem, 2rem);
  font-family: inherit;
  cursor: pointer;
  color: var(--btnColor);
  padding: 14px 56px 17px;
  appearance: none;
  border-radius: 50px;
  box-sizing: border-box;
  text-align: center;
  text-decoration: none;
  background-size: 0 100%;
  background-position: 0 50%;
  background-repeat: no-repeat;
  background-image: linear-gradient(var(--btnBackgroundHover), var(--btnBackgroundHover));
  transition: all 0.2s;
}
@media (hover: hover) and (pointer: fine) {
  .button:hover,
  .button:focus {
    color: var(--btnColorHover);
    background-size: 100% 100%;
  }
}
@media (max-width: 1239px) {
  .button {
    min-width: unset;
    padding: 5px 38px;
  }
}
.button-hover {
  color: var(--btnColorHover);
  background-size: 100% 100%;
}
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: '';
}
.clearfix:after {
  clear: both;
}
div.navi {
  float: left;
}
div.navi > .item {
  float: left;
}
div.navi > .item > .menu {
  display: block;
}
@media (min-width: 1440px) {
  .togglenavigation,
  .mobile-navigation {
    display: none;
  }
}
.navigation div.sub1 {
  display: flex;
  gap: 64px;
}
.navigation div.sub1 > .item > .menu {
  font-size: 20px;
  line-height: 1;
  text-transform: uppercase;
  font-weight: bold;
  color: #fff;
  transition: all 0.4s;
}
@media (hover: hover) and (pointer: fine) {
  .navigation div.sub1 > .item > .menu:hover,
  .navigation div.sub1 > .item > .menu:focus {
    color: #C09E69;
  }
}
.navigation div.sub1 > .item > .menu.path {
  color: #C09E69;
}
.footpart {
  width: calc((100% / 3) - (var(--areaGap) * 3 / 4));
}
.footpart--two {
  align-items: center;
  order: initial;
}
.footpart--three {
  align-items: flex-end;
}
.area--one .unitFive .unit__body {
  box-sizing: border-box;
  padding-left: calc(50% + (var(--areaGap) / 2));
}
.area--one .unitFive .part.text:first-child {
  position: absolute;
  left: 0;
  top: 0;
  width: calc(50% - (var(--areaGap) / 2));
}
.area--three .unit .unit__content {
  padding: calc(40px - var(--spacePart)) 0;
}
/*# sourceMappingURL=./screen-large.css.map */