:root {
  --mapHeight: 800px;
}
@media (max-width: 1399px) {
  :root {
    --mapHeight: 480px;
  }
}
:root {
  --spaceArea: calc(200px - var(--spacePart) - var(--spaceUnit));
}
@media (max-width: 1399px) {
  :root {
    --spaceArea: calc(100px - var(--spacePart) - var(--spaceUnit));
  }
}
:root {
  --spaceAreaSlim: calc(100px - var(--spacePart) - var(--spaceUnit));
}
@media (max-width: 1399px) {
  :root {
    --spaceAreaSlim: calc(60px - var(--spacePart) - var(--spaceUnit));
  }
}
:root {
  --spacePart: 20px;
}
@media (max-width: 1399px) {
  :root {
    --spacePart: 10px;
  }
}
@media (max-width: 767px) {
  :root {
    --spacePart: 10px;
  }
}
:root {
  --spaceUnit: 10px;
}
@media (max-width: 1399px) {
  :root {
    --spaceUnit: 10px;
  }
}
@media (max-width: 767px) {
  :root {
    --spaceUnit: 10px;
  }
}
:root {
  --spaceTotal: 30px;
}
@media (max-width: 1399px) {
  :root {
    --spaceTotal: 20px;
  }
}
@media (max-width: 767px) {
  :root {
    --spaceTotal: 20px;
  }
}
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: '';
}
.clearfix:after {
  clear: both;
}
.button {
  min-width: 265px;
  background: url(/images/border-button-big.svg) no-repeat center center;
  background-size: 100% 100%;
  line-height: 1.375;
  cursor: pointer;
  color: #51225C;
  padding: 25px 27px;
  -webkit-appearance: none;
  border-radius: 0;
  box-sizing: border-box;
  font-size: 20px;
  line-height: 1.5;
  font-family: 'PT Serif', serif;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  transition: all 0.3s ease-out;
}
.button:hover,
.button:focus {
  color: #fff;
  background-image: url(/images/border-button-big-filled.svg);
}
.button:active {
  background-image: url(/images/border-button-big-filled.svg);
}
div.navi {
  float: left;
}
div.navi > .item {
  float: left;
}
div.navi > .item > .menu {
  display: block;
}
@media (min-width: 1400px) {
  .togglenavigation,
  .mobile-navigation {
    display: none;
  }
}
.navigation {
  float: left;
  width: 100%;
}
.navigation .navigationToggle {
  float: left;
  width: 100%;
  cursor: pointer;
}
.navigation .mainNavi {
  float: left;
  width: 100%;
  padding: 38px 0 38px;
}
.navigation #tickets {
  float: right;
}
.navigation div.sub1 > .item {
  margin: 0 29px;
}
@media (min-width: 1920px) {
  .navigation div.sub1 > .item {
    margin: 0 58px;
  }
}
.navigation div.sub1 > .item.init {
  margin-left: 0;
}
.navigation div.sub1 > .item.exit {
  margin-right: 0;
}
.navigation div.sub1 > .item > .menu {
  padding: 10px 0;
  color: #51225C;
  font-family: 'PT Serif', serif;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 18px;
  line-height: 1.55555556;
  letter-spacing: 0.08em;
  pointer-events: none;
}
.navigation div.sub2 {
  display: flex;
  flex-flow: column nowrap;
  justify-content: flex-start;
  align-items: flex-start;
}
.navigation div.sub2 > .item {
  overflow: hidden;
  max-height: 0;
  width: 100%;
  transition: max-height 250ms ease;
}
.navigation div.sub2 > .item > .menu {
  position: relative;
  display: inline-block;
  padding: 10px 0;
  color: #51225C;
  font-weight: 300;
  font-size: 20px;
  line-height: 1.4;
}
.navigation div.sub2 > .item > .menu:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 10px;
  height: 2px;
  width: 0;
  background: #51225C;
  transition: all 0.4s;
}
.navigation div.sub2 > .item > .menu:hover:after,
.navigation div.sub2 > .item > .menu:focus:after {
  width: 100%;
}
.navigation div.sub2 > .item > .menu.path:after {
  width: 100%;
}
.navigation.cb-toggle-target-active div.sub2 .item {
  max-height: 150px;
  transition: max-height 700ms ease;
}
#home {
  position: absolute;
  z-index: 99;
  left: 40px;
  top: 15px;
  height: 85px;
}
.desk {
  max-width: 64.28571429%;
  width: 1120px;
}
.section--header {
  margin-top: 120px;
}
.section--header .emblem {
  width: 100px;
}
.section--header #head {
  margin-top: var(--spacePart);
  margin-bottom: var(--spacePart);
}
.cb-layout3 .section--header {
  padding-top: 50px;
}
.section--two {
  min-height: 106px;
}
.section--footer {
  margin-top: 94px;
  padding-bottom: 36px;
}
.section--footer .footerArea .footerUnit--wide {
  margin-top: 40px;
  padding-top: 60px;
}
.section--footer .footerArea .footerUnit--slim {
  width: 425px;
}
.footerPart {
  text-align: left;
}
h1,
h2 {
  font-size: 20px;
  line-height: 1.4;
}
h2,
.cb-layout2 h1,
.cb-layout3 h1 {
  padding-bottom: 35px;
}
.section--green h2 {
  font-size: 24px;
  line-height: 1.25;
}
.cb-layout1 h1,
h3 {
  font-size: 58px;
  line-height: 1.17241379;
}
.edge h3 {
  font-size: clamp(2rem, calc(1.466rem + 0.83vw), 2.375rem);
  line-height: 1;
}
h4 {
  font-size: 28px;
  line-height: 1.5;
}
.section--one .edge h4 {
  padding-bottom: 35px;
}
.loud {
  font-size: 28px;
  line-height: 1.5;
}
.skew {
  font-size: 78px;
  line-height: 1.14102564;
}
.section--one .area .unit.edge {
  width: calc(100% / 3 - 20px);
}
.section--three .area .unit.edge .body {
  padding: calc(var(--spacePart) * 3) calc(var(--spacePart) * 2);
}
.section--one .area .unit.flat,
.section--three .area .unit.flat {
  min-height: 26.16179002vw;
}
@media (min-width: 1743px) {
  .section--one .area .unit.flat,
  .section--three .area .unit.flat {
    min-height: 456px;
  }
}
.section--one .part.link .open:not(.fold-toggle),
.section--three .part.link .open:not(.fold-toggle) {
  font-size: 20px;
  line-height: 1.5;
}
.section--one .part.link .open:not(.fold-toggle):before,
.section--three .part.link .open:not(.fold-toggle):before,
.section--one .part.link .open:not(.fold-toggle):after,
.section--three .part.link .open:not(.fold-toggle):after {
  top: 3px;
  width: 20px;
  height: 20px;
}
/*# sourceMappingURL=./screen-large.css.map */