.title1 {
  font-size: clamp(3.125rem, 5.61403509vw + 1.80921053rem, 8.125rem);
  line-height: clamp(3.375rem, 6.03508772vw + 1.96052632rem, 8.75rem);
  font-weight: 400;
  color: var(--textColor);
}
.title2 {
  font-size: clamp(1.5rem, 1.8245614vw + 1.07236842rem, 3.125rem);
  line-height: clamp(1.4375rem, 1.75438596vw + 1.02631579rem, 3rem);
  font-weight: 400;
  color: var(--textColor);
}
.title3 {
  font-size: clamp(1rem, 0.98245614vw + 0.76973684rem, 1.875rem);
  line-height: clamp(1.25rem, 0.84210526vw + 1.05263158rem, 2rem);
  font-weight: 400;
  color: var(--textColor);
}
.title4 {
  font-size: clamp(1rem, 0.63157895vw + 0.85197368rem, 1.5625rem);
  line-height: clamp(1.0625rem, 0.63157895vw + 0.91447368rem, 1.625rem);
  font-weight: 400;
  color: var(--textColor);
}
.button {
  display: inline-block;
  background-color: transparent;
  font-size: clamp(1rem, 0.98245614vw + 0.76973684rem, 1.875rem);
  line-height: clamp(1.25rem, 0.84210526vw + 1.05263158rem, 2rem);
  font-family: inherit;
  cursor: pointer;
  color: #fff;
  padding: 21px 65px;
  appearance: none;
  border-radius: 0;
  box-sizing: border-box;
  text-align: center;
  text-decoration: none;
  border: 1px solid #fff;
  background-size: 0 100%;
  background-position: 0 50%;
  background-repeat: no-repeat;
  background-image: linear-gradient(#fff, #fff);
  transition: all 0.25s;
}
.button:hover,
.button:focus {
  background-size: 100% 100%;
  color: #000;
}
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: '';
}
.clearfix:after {
  clear: both;
}
.navigation div.navi {
  float: left;
}
.navigation div.navi > .item {
  float: left;
}
.navigation div.navi > .item > .menu {
  display: block;
}
@media (min-width: 1024px) {
  .togglenavigation,
  .mobile-navigation {
    display: none;
  }
}
.navigation div.sub1 {
  display: flex;
  gap: 45px;
}
.navigation div.sub1 > .item > .menu {
  font-size: 30px;
  line-height: 1.06666667;
  color: var(--naviColor);
  background-size: 0 3px;
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-image: linear-gradient(var(--naviColor), var(--naviColor));
  transition: all 0.4s;
}
.navigation div.sub1 > .item > .menu:hover,
.navigation div.sub1 > .item > .menu:focus,
.navigation div.sub1 > .item > .menu.path {
  background-size: 100% 3px;
}
.container--head {
  margin-top: 40px;
  margin-bottom: 40px;
}
.container--mood {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 0 var(--gridGap);
}
.siteTitle--left .mood--1-1 .container--mood .mood__content {
  grid-column: 3 / span 6;
}
.siteTitle--right .mood--1-1 .container--mood .mood__content {
  grid-column: 7 / span 6;
}
.mood--1-2 .container--mood {
  height: 100svh;
}
.mood--1-2 .container--mood .mood__content {
  grid-column: span 6;
}
.mood--1-2 .container--mood .mood__image {
  width: clamp(calc(100% + var(--deskSpace)), calc(100% + ((100vw - 1800px) / 2)), calc(100% + ((100vw - 1800px) / 2)));
  grid-column: span 6;
}
.mood--left .mood--1-2 .container--mood .mood__image {
  justify-self: flex-end;
}
.mood--right .mood--1-2 .container--mood .mood__content {
  order: 1;
  text-align: right;
}
.mood--right .mood--1-2 .container--mood .mood__image {
  order: 2;
}
.mood--contact .container--mood .mood__content {
  grid-column: span 6;
}
.mood--contact .container--mood .mood__image {
  width: clamp(calc(100% + var(--deskSpace)), calc(100% + ((100vw - 1800px) / 2)), calc(100% + ((100vw - 1800px) / 2)));
  grid-column: span 6;
}
.footarea {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 0 60px;
  margin-top: 60px;
  margin-bottom: 67px;
}
.footpart {
  grid-column: span 6;
  gap: 40px;
}
.footpart--two {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.part--socialLinks .iconLinks__content {
  gap: 18px;
}
.part--socialLinks .iconLinks__icon {
  width: 50px;
  height: 50px;
}
.unit--footLinks {
  text-align: right;
}
.webpartner {
  align-items: flex-end;
  gap: 11px;
}
.webpartner__title {
  text-align: right;
}
.webpartner__logo {
  height: 50px;
}
.area--one {
  grid-template-columns: repeat(12, 1fr);
  gap: 0 var(--gridGap);
}
.area--one .unit {
  grid-column: span 12;
}
.area--one .unitOne--1-4 {
  grid-column: span 3;
}
.area--one .unitTwo {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 0 var(--gridGap);
  align-items: center;
}
.area--one .unitTwo--imageLeft .unit__background {
  grid-column: 1 / span 6;
  width: calc(100% - 50px);
}
.area--one .unitTwo--imageLeft .unit__content {
  grid-column: 7 / span 5;
}
.area--one .unitTwo--imageRight .unit__background {
  grid-column: 7 / span 6;
  width: calc(100% - 50px);
  margin-left: 50px;
}
.area--one .unitTwo--imageRight .unit__content {
  grid-column: 2 / span 5;
  grid-row: 1;
}
.area--one .unitThree {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 0 var(--gridGap);
  min-height: calc(var(--js-elementHeight) + (var(--spacePart) * 2));
  align-items: center;
}
.area--one .unitThree .unit__content {
  grid-column: 7 / span 6;
}
.area--one .unitThree .part.film:first-child {
  position: absolute;
  left: 0;
  top: 0;
}
.area--one .unitThree--variant1 .part.film:first-child {
  width: calc(100% / 1800 * 585);
  left: var(--fluidSize);
  --fluidSize: clamp(8rem, 17.52232143vw + -3.21428571rem, 17.8125rem);
}
.area--one .unitThree--variant2 .part.film:first-child {
  width: calc((100% / 1800 * 1335) + ((100vw - 100%) / 2));
  left: calc((100vw - 100%) / -2);
  z-index: -1;
}
.area--one .unitSponsors {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 0 var(--gridGap);
  min-height: calc(var(--js-elementHeight) + (var(--spacePart) * 2));
  align-items: center;
}
.area--one .unitSponsors .unit__content {
  grid-column: 7 / span 6;
  box-sizing: border-box;
  padding-top: 190px;
}
.area--one .unitSponsors .unit__body {
  gap: 0 40px;
}
.area--one .unitSponsors .part.text:first-child {
  position: absolute;
  left: 0;
  top: 0;
  width: calc(100% / 1800 * 870);
}
.area--one .unitSponsors .part--1-3 {
  width: calc((100% / 3) - (40px * 2 / 3));
}
.area--one .unitSponsors .part--1-4 {
  width: calc(25% - (40px * 3 / 4));
}
.area--one .unitSponsors .part--1-5 {
  width: calc(20% - (40px * 4 / 5));
}
.area--one .unitSponsors .part--1-6 {
  width: calc((100% / 6) - (40px * 5 / 6));
}
.area--one .unitGallery .unit__body {
  grid-template-columns: repeat(12, 1fr);
}
.area--one .unitGallery .part--1-1 {
  grid-column: span 12;
}
.area--one .unitGallery .part--1-2 {
  grid-column: span 6;
}
.area--one .unitGallery .part--1-4 {
  grid-column: span 3;
}
/*# sourceMappingURL=./screen-large.css.map */