.button {
  background-color: var(--pageColor);
  font-family: inherit;
  cursor: pointer;
  color: #fff;
  padding: 8px 60px;
  appearance: none;
  border-radius: 0;
  box-sizing: border-box;
  text-align: center;
  text-decoration: none;
  border: none;
  font-size: 18px;
  line-height: 1.22222222;
}
.button:hover,
.button:focus {
  background-color: var(--buttonBackgroundHover);
}
.smallButton {
  background-color: #004F7C;
  font-family: inherit;
  cursor: pointer;
  color: #fff;
  padding: 3px 8px;
  appearance: none;
  border-radius: 0;
  box-sizing: border-box;
  text-align: center;
  text-decoration: none;
  border: none;
  font-size: 14px;
  line-height: 1.42857143;
  text-transform: uppercase;
  letter-spacing: 0.09em;
}
.smallButton:hover,
.smallButton:focus {
  background-color: var(--linkColorHover);
}
.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: 1280px) {
  .togglenavigation,
  .mobileNavigation {
    display: none;
  }
}
.navigation div.sub1 > .item {
  margin-right: 50px;
}
.navigation div.sub1 > .item.exit {
  margin-right: 0 !important;
}
.navigation div.sub1 > .item > .menu {
  text-decoration: none;
  font-size: 30px;
  line-height: 1.4;
  font-weight: 600;
}
.navigation div.sub1 > .item > .menu:hover,
.navigation div.sub1 > .item > .menu:focus,
.navigation div.sub1 > .item > .menu.path {
  color: var(--linkColorHover);
}
@media (max-width: 1499px) {
  .navigation div.sub1 > .item {
    margin-right: 40px;
  }
  .navigation div.sub1 > .item > .menu {
    font-size: 26px;
    line-height: 1.46153846;
  }
}
.area--one .unitThree .unit__background {
  width: 424px;
}
.area--one .unitThree .unit__content {
  width: calc(100% - (424px + 24px));
}
.area--one .unitFour .unit__content {
  width: calc(100% - (424px + 24px));
}
.area--one .unitFour .part--text:first-child {
  width: 424px;
}
.area--two {
  width: calc(100% + 24px);
  margin-left: -12px;
}
.area--two .unit {
  margin: var(--spacePart) 12px;
  width: calc((100% / 3) - 24px);
}
.area--two .unit .unit__background {
  order: 2;
  width: 200px;
  min-height: 300px;
  height: auto;
}
.area--two .unit .unit__content {
  order: 1;
}
@media (max-width: 1499px) {
  .area--two .unit .unit__background {
    width: 160px;
  }
  .area--two .unit .unit__content {
    width: calc(100% - (160px + 24px));
  }
}
/*# sourceMappingURL=./screen-large.css.map */