: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);
}
.desk {
  max-width: 87.890625%;
}
@media (max-width: 1399px) {
  .navbar {
    padding: 25px 0;
  }
}
.section--header {
  flex-direction: row;
  margin-top: 80px;
}
.section--header .headerPart {
  width: 50%;
}
.section--header .headerPart--content {
  box-sizing: border-box;
  padding: 20px 7%;
}
.section--header .headerPart--mood {
  align-self: stretch;
}
.section--header .areaOnMood {
  bottom: 30px;
}
.cb-layout3 .section--header {
  padding-top: 30px;
}
.cb-layout3 .section--three .area {
  margin-top: 60px;
}
.section--footer .footerArea .footerUnit--wide {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: flex-start;
}
.section--footer .footerArea .footerUnit--wide .footerPart {
  margin-top: 0;
  margin-bottom: 0;
}
#socialMedia {
  justify-content: flex-start;
  align-items: flex-start;
}
#disclaimer,
#poweredBy {
  justify-content: flex-start;
  align-items: flex-start;
}
.edge h3 {
  font-size: clamp(1.5rem, calc(0.891rem + 1.27vw), 2rem);
}
.section--one .area,
.section--three .area {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: stretch;
}
.section--one .area .unit.seam,
.section--three .area .unit.seam {
  width: calc(100% / 3 - 20px);
  margin-left: 10px;
  margin-right: 10px;
}
.section--one .area .unit.flat,
.section--three .area .unit.flat {
  min-height: 37.109375vw;
}
@media (min-width: 900px) {
  .section--one .area .unit.flat,
  .section--three .area .unit.flat {
    min-height: 380px;
  }
}
.section--one .area .unit.flat .body,
.section--three .area .unit.flat .body {
  box-sizing: border-box;
  position: relative;
  height: 100%;
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
}
.section--one .area .unit.flat .part,
.section--three .area .unit.flat .part {
  width: calc(100% - 20px);
  margin-left: 10px;
  margin-right: 10px;
}
.section--one .area .unit.flat .part.pict,
.section--three .area .unit.flat .part.pict {
  position: absolute;
  top: 50%;
  width: 40%;
  margin: 0;
  transform: translateY(-50%);
}
.section--one .area .unit.flat:nth-child(odd) .body,
.section--three .area .unit.flat:nth-child(odd) .body {
  padding-left: 50%;
}
.section--one .area .unit.flat:nth-child(odd) .part.pict,
.section--three .area .unit.flat:nth-child(odd) .part.pict {
  left: 10px;
}
.section--one .area .unit.flat:nth-child(even) .body,
.section--three .area .unit.flat:nth-child(even) .body {
  padding-right: 50%;
}
.section--one .area .unit.flat:nth-child(even) .part.pict,
.section--three .area .unit.flat:nth-child(even) .part.pict {
  right: 10px;
}
.section--one .area .unit.form.wide,
.section--three .area .unit.form.wide {
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: flex-start;
}
.section--one .area .unit.form.wide form,
.section--three .area .unit.form.wide form {
  width: 50%;
}
.section--one .area .unit.pure.slim {
  width: 50%;
}
.section--one .area .unit.pure .part.tiny {
  width: calc(100% / 2 - 20px);
}
.section--one .area .unit.edge {
  width: calc(50% - 20px);
  margin-left: 10px;
  margin-right: 10px;
}
.section--three .area .unit.pure .part.pict.tiny {
  width: calc(100% / 6 - 20px);
}
.section--three .area .unit.pure.slim {
  width: 50%;
}
.section--three .area .unit.pure.slim .part.pict.tiny {
  width: calc(100% / 3 - 20px);
}
.section--three .area .unit.edge {
  width: calc(50% - 20px);
  margin-left: 10px;
  margin-right: 10px;
  padding-bottom: calc(50% - 50px * 2);
}
.section--three .area .unit.edge .body {
  padding: 13.33333333% 8.88888889%;
}
@media (max-width: 1023px) {
  .section--three .area .unit.edge .body {
    padding: 6.66666667% 8.88888889%;
  }
}
.section--two .area .unit .body {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-evenly;
  align-items: flex-start;
}
.section--two .area .unit .part {
  width: auto;
}
/*# sourceMappingURL=./screen-medium.css.map */