.title1 {
  font-size: 90px;
  line-height: 1;
  font-weight: 900;
  color: var(--s-textcolor);
}
@media (max-width: 1023px) {
  .title1 {
    font-size: 60px;
  }
}
@media (max-width: 767px) {
  .title1 {
    font-size: 40px;
  }
}
.title2 {
  font-size: 50px;
  line-height: 1.24;
  font-weight: 900;
  color: var(--s-textcolor);
}
@media (max-width: 1023px) {
  .title2 {
    font-size: 33px;
    line-height: 1.24242424;
  }
}
.title3 {
  font-size: 32px;
  line-height: 1.4375;
  font-weight: 900;
  color: var(--s-textcolor);
}
@media (max-width: 1023px) {
  .title3 {
    font-size: 21px;
    line-height: 1.42857143;
  }
}
.title4 {
  font-size: 90px;
  line-height: 1;
  color: #E4003F;
  font-weight: 400;
}
@media (max-width: 1023px) {
  .title4 {
    font-size: 60px;
  }
}
@media (max-width: 767px) {
  .title4 {
    font-size: 40px;
  }
}
.largeText {
  font-size: 32px;
  line-height: 1.4375;
  color: var(--s-textcolor);
}
@media (max-width: 1023px) {
  .largeText {
    font-size: 20px;
    line-height: 1.4;
  }
}
.smallText {
  font-size: 12px;
  line-height: 1.41666667;
  color: var(--s-textcolor);
}
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: '';
}
.clearfix:after {
  clear: both;
}
.button {
  display: inline-block;
  background-color: transparent;
  font-size: 20px;
  line-height: 1.4;
  font-family: inherit;
  font-weight: 300;
  cursor: pointer;
  color: var(--s-btn-color);
  padding: 5px 42px;
  appearance: none;
  border-radius: 10000px;
  box-sizing: border-box;
  text-align: center;
  text-decoration: none;
  border: 1px solid var(--s-btn-bg);
  transition: all 0.2s;
  background-size: 0 100%;
  background-position: 0 50%;
  background-repeat: no-repeat;
  background-image: linear-gradient(to right, var(--s-btn-bg), var(--s-btn-bg));
}
.button:hover,
.button:focus {
  color: var(--s-btn-color-hov);
  background-size: 100% 100%;
}
.button-hover {
  color: var(--s-btn-color-hov);
  background-size: 100% 100%;
}
div.navi {
  float: left;
}
div.navi > .item {
  float: left;
}
div.navi > .item > .menu {
  display: block;
}
@media (min-width: 1024px) {
  .togglenavigation,
  .mobile-navigation {
    display: none;
  }
}
.navigation {
  float: left;
  margin-bottom: -36px;
}
.navigation div.sub2 {
  display: flex;
  gap: 0 70px;
  position: relative;
}
@media (max-width: 1500px) {
  .navigation div.sub2 {
    gap: 0 30px;
  }
}
@media (max-width: 1200px) {
  .navigation div.sub2 {
    gap: 0 20px;
  }
}
.navigation div.sub2 > .item {
  padding: 0 0 36px;
}
.navigation div.sub2 > .item:hover > .menu,
.navigation div.sub2 > .item:focus > .menu {
  color: #E4003F;
}
.navigation div.sub2 > .item > .menu {
  font-size: 20px;
  line-height: 1.4;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-weight: 300;
  transition: all 0.4s;
  --s-linkcolor: #fff;
  --s-linkcolor-hov: #E4003F;
}
.navigation div.sub2 > .item > .menu.path {
  color: var(--s-linkcolor-hov);
}
@media (max-width: 1200px) {
  .navigation div.sub2 > .item > .menu {
    font-size: 17px;
    line-height: 1.64705882;
  }
}
.navigation div.sub3 {
  position: absolute;
  top: 100%;
  left: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 0 90px;
  width: 100%;
  height: 0;
  opacity: 0;
  pointer-events: none;
  transition: all 0.4s;
  isolation: isolate;
}
.navigation div.sub3:before {
  content: '';
  width: 200vw;
  height: 100%;
  position: absolute;
  left: -100vw;
  bottom: 0;
  background-color: #343933;
  z-index: -1;
  transition: all 0.4s;
}
.cb-scroll-triggered--active .navigation div.sub3:before {
  box-shadow: 0 10px 20px rgba(255, 255, 255, 0.16);
}
.navigation div.sub3 > .item {
  margin-top: 10px;
  margin-bottom: 10px;
  opacity: 0;
  transform: translateY(-10px);
  transition: all 0.1s;
}
.navigation div.sub3 > .item:hover > .menu,
.navigation div.sub3 > .item:focus > .menu {
  color: #E4003F;
}
.navigation div.sub3 > .item > .menu {
  font-size: 20px;
  line-height: 1.4;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-weight: 300;
  transition: all 0.4s;
  --s-linkcolor: #fff;
  --s-linkcolor-hov: #E4003F;
}
.navigation div.sub3 > .item > .menu.path {
  color: var(--s-linkcolor-hov);
}
div.sub2 > .item:hover div.sub3,
div.sub2 > .item.path div.sub3 {
  height: var(--js-elementHeight);
  opacity: 1;
  pointer-events: all;
}
div.sub2 > .item:hover div.sub3 > .item,
div.sub2 > .item.path div.sub3 > .item {
  opacity: 1;
  transform: translateY(0);
  transition: all 0.4s;
}
div.sub2 > .item:hover div.sub3 {
  z-index: 2;
}
div.sub2 > .item.path div.sub3 {
  z-index: 1;
}
#home {
  height: 56px;
}
.headerlinks {
  display: block;
}
.headerlinks-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 8px 0;
}
.headerlinkspart--one {
  display: flex;
  gap: 50px;
}
.container--head {
  margin-top: 54px;
  margin-bottom: 38px;
}
.show-content .serviceFlag {
  top: 44px;
}
@media (min-width: 1150px) {
  .serviceFlag {
    height: 75px;
    min-width: 246px;
    transform: translateX(-75px) rotate(-90deg);
  }
  .serviceFlag--one {
    right: 80px;
  }
  .serviceFlag--two {
    right: calc(80px + 75px + 20px);
  }
}
@media (min-width: 1150px) and (max-width: 1700px) {
  .serviceFlag--one {
    right: 20px;
  }
  .serviceFlag--two {
    right: calc(20px + 75px + 20px);
  }
}
@media (max-width: 1150px) {
  .serviceFlag--one {
    right: 20px;
  }
  .serviceFlag--two {
    right: calc(20px + 40px + 10px);
  }
}
@media (min-width: 1150px) {
  .part--serviceLink .open {
    padding: 6px 6px 6px 70px;
    font-size: 20px;
    line-height: 1.4;
  }
  .part--serviceLink .open:before {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 46px 100%);
  }
}
.section--two {
  margin-top: 155px;
  padding-bottom: calc(82px - var(--spaceTotal));
}
.section--three.section--area1 {
  padding-top: calc(100px - var(--spaceTotal));
  padding-bottom: calc(100px - (var(--spaceTotal) * 2));
}
.section--three.section--area3 {
  padding-bottom: calc(130px - var(--spaceTotal));
}
.container--mood {
  height: 605px;
}
.layout1 .container--mood {
  height: 880px;
}
.content {
  margin-bottom: -40px;
}
.layout1 .content {
  margin-bottom: 136px;
}
.container--sectionTitle {
  margin-top: -55px;
  margin-bottom: calc(70px - var(--spaceTotal));
}
.container--cta {
  margin-top: 140px;
  margin-bottom: 140px;
}
.container--filter {
  padding: 40px 90px 40px 110px;
}
.section--footer {
  border-top: 8px solid #fff;
}
.footarea {
  margin-top: 48px;
  margin-bottom: 36px;
}
.footpart--small {
  width: calc(100% / 1340 * 193 );
}
.footpart--wide {
  width: calc(100% / 1340 * 427);
}
.footpart--three {
  flex-direction: row;
  gap: 20px;
  margin-left: auto;
  margin-right: 50px;
}
.footlogo {
  height: 56px;
}
.adress {
  gap: 70px;
}
.vcard {
  width: calc(50% - 35px);
  font-size: 16px;
  line-height: 1.5;
}
.unit--footLinks .part .open {
  font-size: 16px;
  line-height: 1.5;
}
.footnavi .sub2 > .item > .menu {
  font-size: 16px;
  line-height: 1.5;
}
.area--one .unitThree {
  width: calc((100% / 3) - 30px);
}
.area--one .unitFour {
  width: calc((100% / 3) - 30px);
}
.area--one .unitSix {
  padding-left: 85px;
}
.area--one .unitSix:before {
  top: calc(12px + var(--spacePart));
  left: 40px;
}
.area--one .unitSeven .part {
  padding: 30px 40px 35px;
}
.area--one .unitGallery .unit__body {
  width: calc(100% + 30px);
  margin-left: -15px;
}
.area--one .unitGallery .part {
  width: calc((100% / 3) - 30px);
  margin: 15px;
}
.area--two .unitOne--1-3 {
  width: calc((100% / 3) - 30px);
}
.area--two .unitOne--1-4 {
  width: calc(25% - 30px);
}
.area--two .unitOne--1-5 {
  width: calc(20% - 30px);
}
.area--three .unitOne {
  width: calc(25% - 24px);
}
.area--three .unitOne:nth-child(4n + 4):after {
  content: none;
}
/*# sourceMappingURL=./screen-large.css.map */