.button {
  display: inline-block;
  min-width: 260px;
  background-color: var(--btnBackground);
  font-size: clamp(0.5625rem, 1.06007067vw + 0.31404594rem, 1.5rem);
  line-height: clamp(0.75rem, 1.41342756vw + 0.41872792rem, 2rem);
  font-family: inherit;
  cursor: pointer;
  color: var(--btnColor);
  padding: 14px 56px 17px;
  appearance: none;
  border-radius: 50px;
  box-sizing: border-box;
  text-align: center;
  text-decoration: none;
  background-size: 0 100%;
  background-position: 0 50%;
  background-repeat: no-repeat;
  background-image: linear-gradient(var(--btnBackgroundHover), var(--btnBackgroundHover));
  transition: all 0.2s;
}
@media (hover: hover) and (pointer: fine) {
  .button:hover,
  .button:focus {
    color: var(--btnColorHover);
    background-size: 100% 100%;
  }
}
@media (max-width: 1239px) {
  .button {
    min-width: unset;
    padding: 5px 38px;
  }
}
.button-hover {
  color: var(--btnColorHover);
  background-size: 100% 100%;
}
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: '';
}
.clearfix:after {
  clear: both;
}
.container--head {
  margin-top: 50px;
}
.container--mood {
  padding-bottom: 66px;
}
.mood__content {
  gap: 17px;
}
.footarea {
  margin: 100px 0 64px;
}
.area--one .unitTwo {
  flex-direction: row;
  gap: var(--areaGap);
}
.area--one .unitTwo .unit__background {
  width: calc(50% - (var(--areaGap) / 2));
}
.area--one .unitTwo .unit__content {
  width: calc(50% - (var(--areaGap) / 2));
}
.area--one .unitTwo .unit__body {
  margin-top: var(--spaceUnit);
}
.area--one .unitTwo .part.text:first-child {
  text-align: right;
}
.area--one .unitTwo .part.text:nth-child(2) {
  max-width: 580px;
  margin-right: 0;
}
.area--one .unitTwo .part.pict:nth-child(3) {
  max-width: 450px;
}
.area--one .unitThree {
  flex-direction: row;
  align-items: center;
  gap: var(--areaGap);
}
.area--one .unitThree--imageLeft .unit__background {
  width: calc(50% - (var(--areaGap) / 2));
}
.area--one .unitThree--imageLeft .unit__content {
  width: calc(50% - (var(--areaGap) / 2));
  margin-left: auto;
}
.area--one .unitThree .unit__background {
  width: calc(50% - (var(--areaGap) / 2));
}
.area--one .unitThree .unit__content {
  width: calc(50% - (var(--areaGap) / 2));
}
.area--one .unitFour {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.area--one .unitFour .unit__body {
  box-sizing: border-box;
  padding-left: calc(50% + (var(--areaGap) / 2));
}
.area--one .unitFour .part.film:first-child {
  position: absolute;
  left: 0;
  top: 0;
  width: calc(50% - (var(--areaGap) / 2));
}
.area--one .unitGallery .part--1-2 {
  width: 50%;
}
.area--one .unitGallery .part--1-4 {
  width: 25%;
}
.area--one .unitSponsors .part--1-4 {
  width: calc(25% - (var(--areaGap) / 4 * 3));
}
.area--one .unitSponsors .part--1-6 {
  width: calc((100% / 6) - (var(--areaGap) / 6 * 5));
}
.area--two .unit {
  width: 25%;
}
.area--three .unit--1-1 {
  aspect-ratio: 3.6743215;
}
@supports not (aspect-ratio: 1760 /  479) {
  .area--three .unit--1-1:before {
    float: left;
    padding-top: 27.21590909%;
    content: '';
  }
  .area--three .unit--1-1:after {
    display: block;
    content: '';
    clear: both;
  }
}
.area--three .unit--1-2 {
  width: calc(50% - (var(--areaGap) / 2));
  aspect-ratio: 1.7954071;
}
@supports not (aspect-ratio: 860 /  479) {
  .area--three .unit--1-2:before {
    float: left;
    padding-top: 55.69767442%;
    content: '';
  }
  .area--three .unit--1-2:after {
    display: block;
    content: '';
    clear: both;
  }
}
.area--three .unit--1-4 {
  width: calc(25% - (var(--areaGap) / 4 * 3));
  aspect-ratio: 0.8559499;
}
@supports not (aspect-ratio: 410 /  479) {
  .area--three .unit--1-4:before {
    float: left;
    padding-top: 116.82926829%;
    content: '';
  }
  .area--three .unit--1-4:after {
    display: block;
    content: '';
    clear: both;
  }
}
/*# sourceMappingURL=./screen-medium.css.map */