@font-face {
  font-family: 'HelveticaNowDisplayRegular';
  src: url("../fonts/HelveticaNowDisplayRegular.eot");
  src: url("../fonts/HelveticaNowDisplayRegular.eot") format("embedded-opentype"), url("../fonts/HelveticaNowDisplayRegular.woff2") format("woff2"), url("../fonts/HelveticaNowDisplayRegular.woff") format("woff"), url("../fonts/HelveticaNowDisplayRegular.ttf") format("truetype"), url("../fonts/HelveticaNowDisplayRegular.svg#HelveticaNowDisplayRegular") format("svg"); }
*,
*::after,
*::before {
  box-sizing: border-box;
  margin: 0;
  padding: 0; }

html {
  margin-top: 0 !important; }

body {
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 22px;
  max-width: 100%;
  overflow-x: hidden;
  color: #000000; }
  body.lock {
    overflow: hidden; }

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: none; }

.clearfix::after {
  display: block;
  content: '';
  clear: both; }

a {
  color: inherit;
  text-decoration: none; }

.internal-wrapper {
  margin: 0 auto;
  padding: 0 20px; }

.page-wrapper {
  padding-top: 73px; }

.title {
  font-size: 36px;
  font-weight: 700; }

input {
  font-family: "IBM Plex Sans", sans-serif; }

.page-title {
  margin-bottom: 170px; }
  .page-title__text-block {
    display: block;
    margin: 0 auto;
    max-width: 100%; }
  .page-title__net-making {
    height: 106px;
    margin-bottom: 17px; }
  .page-title__pavilion {
    height: 100px; }
  .page-title__team {
    height: 100px; }
  .page-title__projects {
    height: 112px; }
  .page-title__press {
    height: 112px; }
  .page-title__partners {
    height: 112px; }
  .page-title__public-program {
    height: 112px; }
  .page-title__catalogue {
    height: 100px; }

@media (min-width: 1020px) {
  body {
    font-size: 1.528vw; }

  .internal-wrapper {
    padding: 0 1.389vw; }

  .page-wrapper {
    padding-top: 5.069vw; }

  .title {
    font-size: 2.500vw; }

  .page-title {
    margin-bottom: 11.806vw; }
    .page-title__net-making {
      height: 7.361vw;
      margin-bottom: 1.181vw; }
    .page-title__pavilion {
      height: 6.944vw; }
    .page-title__team {
      height: 6.944vw; }
    .page-title__projects {
      height: 7.778vw; }
    .page-title__press {
      height: 7.778vw; }
    .page-title__partners {
      height: 7.778vw; }
    .page-title__public-program {
      height: 7.778vw; }
    .page-title__catalogue {
      height: 6.944vw; } }
@media (max-width: 1020px) {
  body {
    font-size: 16px; }

  .page-title__net-making {
    height: 40px; }

  .title {
    font-size: 20px; }

  .page-title {
    margin-bottom: 100px; }
    .page-title__text-block {
      display: block;
      margin: 0 auto; }
    .page-title__net-making {
      height: 40px;
      margin-bottom: 7px; }
    .page-title__pavilion {
      height: 37px; }
    .page-title__team {
      height: 40px; }
    .page-title__projects {
      height: 42px; }
    .page-title__press {
      height: 42px; }
    .page-title__partners {
      height: 43px; }
    .page-title__public-program {
      height: 40px; }
    .page-title__catalogue {
      height: 40px; } }
.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
  background-color: transparent; }
  .header__info {
    display: flex;
    justify-content: space-between;
    padding: 20px; }
  .header__lang {
    display: flex;
    text-transform: uppercase;
    list-style: none; }
  .header__lang-item {
    cursor: pointer; }
  .header__menu-name-item {
    cursor: pointer; }
  .header__menu-name-item-close {
    display: none; }
  .header__menu-wrapper {
    height: auto;
    display: none;
    padding-bottom: 30px; }
  .header__menu-title {
    text-align: center;
    margin-bottom: 20px; }
  .header__menu-title-img {
    height: 105px; }
  .header__menu-name-item.active {
    display: block; }
  .header__menu-wrapper {
    text-align: center; }
    .header__menu-wrapper li {
      margin-bottom: 20px; }
      .header__menu-wrapper li span {
        display: none; }
      .header__menu-wrapper li img {
        width: auto; }
  .header__socials {
    display: flex;
    justify-content: center;
    gap: 60px; }

.current-lang {
  font-weight: 700; }

.lang-item-first {
  position: relative; }

.lang-item-first:after {
  content: '/'; }

.header.menu-opened {
  height: 100vh;
  overflow: auto;
  z-index: 100;
  background-color: #ffffff; }

.header.scrolled {
  background-color: #ffffff; }

#wpadminbar {
  display: none !important; }

.header__menu-item-press-archive img {
  height: 68px; }

@media (min-width: 1020px) {
  .header__info {
    padding: 1.389vw; }
  .header__menu-wrapper {
    padding-bottom: 2.083vw; }
  .header__menu-title {
    margin-bottom: 1.389vw; }
  .header__menu-title-img {
    height: 7.292vw; }
  .header__menu-wrapper li {
    margin-bottom: 1.389vw; }
    .header__menu-wrapper li span {
      display: none; }
    .header__menu-wrapper li img {
      width: auto; }
  .header__socials {
    gap: 4.167vw; } }
@media (max-width: 1020px) {
  .header__menu li img {
    height: 40px; }

  .header__menu-title-img {
    height: 40px; }

  .header.menu-opened {
    height: 100%; } }
@media (max-width: 1020px) {
  .header__menu-wrapper {
    padding-bottom: 70px; } }
.about {
  padding-bottom: 170px; }
  .about__item {
    max-width: 690px; }
  .about__item:nth-child(2n) {
    margin: 0 auto; }

.about-page-title {
  margin-bottom: 100px; }

.about-video-wrapper {
  max-width: 890px;
  margin: 0 auto;
  padding: 0 0 50px 0; }
  .about-video-wrapper iframe {
    display: block;
    width: 100%;
    height: auto;
    aspect-ratio: 16 / 9; }

@media (min-width: 1020px) {
  .about-page-title {
    margin-bottom: 6.944vw; }

  .about {
    padding-bottom: 11.806vw; }
    .about__item {
      max-width: 47.917vw; }

  .about-video-wrapper {
    max-width: 61.806vw;
    padding: 0 0 3.472vw 0; } }
@media (max-width: 1020px) {
  .about {
    padding-bottom: 70px; }
    .about__item {
      max-width: 100%; }
    .about__item:nth-child(2n - 1) {
      padding-left: 90px; }

  .about-page-title {
    margin-bottom: 50px; } }
.team {
  font-size: 22px;
  padding-bottom: 170px; }
  .team__section-wrapper {
    margin-bottom: 170px; }
  .team__section-wrapper:last-child {
    margin-bottom: 0; }
  .team__section-title {
    display: inline-block; }
  .team__item {
    width: 690px; }
  .team__item-wrapper {
    margin-bottom: 56px;
    display: flex;
    width: 100%; }
  .team__item-wrapper:last-child {
    margin-bottom: 0; }
  .team__section-title-wrapper {
    margin-bottom: 56px;
    text-align: center; }
  .team__section-curators_title {
    height: 113px; }
  .team__item-img-wrapper {
    margin-bottom: 10px; }
  .team__item-img {
    width: 335px;
    display: block; }
  .team__item-curator-wrapper:nth-child(odd) .team__item-curator {
    margin-left: 375px; }
  .team__item-curator-wrapper:nth-child(even) {
    justify-content: right; }
  .team__section-artists_title {
    height: 113px; }
  .team__section-production_title {
    height: 225px; }
  .team__item-standard-wrapper:nth-child(4n-2) {
    justify-content: right; }
  .team__item-standard-wrapper:nth-child(4n+3) .team__item-standard {
    margin-left: 375px; }
  .team__item-standard-wrapper:nth-child(4n) {
    justify-content: right; }

@media (min-width: 1020px) {
  .team {
    font-size: 1.528vw;
    padding-bottom: 11.806vw; }
    .team__section-wrapper {
      margin-bottom: 11.806vw; }
    .team__item {
      width: 47.917vw; }
    .team__item-wrapper {
      margin-bottom: 3.889vw; }
    .team__section-title-wrapper {
      margin-bottom: 3.889vw; }
    .team__section-curators_title {
      height: 7.847vw; }
    .team__item-img-wrapper {
      margin-bottom: 0.694vw; }
    .team__item-img {
      width: 23.264vw; }
    .team__item-curator-wrapper:nth-child(odd) .team__item-curator {
      margin-left: 26.042vw; }
    .team__section-artists_title {
      height: 7.847vw; }
    .team__section-production_title {
      height: 15.625vw; }
    .team__item-standard-wrapper:nth-child(4n+3) .team__item-standard {
      margin-left: 26.042vw; } }
@media (max-width: 1020px) {
  .team {
    font-size: 16px;
    padding-bottom: 70px; }

  .team__section-curators_title {
    height: 85px;
    max-width: 100%; }

  .team__section-artists_title {
    max-width: 100%; }

  .team__section-production_title {
    max-width: 100%; }

  .team__section-title-wrapper {
    margin-bottom: 20px; }

  .team__item {
    width: 100%; }

  .team__item-curator-wrapper:nth-child(odd) .team__item-curator {
    margin-left: 0; }

  .team__item-curator-wrapper:nth-child(even) .team__item-img-wrapper {
    display: flex;
    justify-content: right; }

  .team__item-wrapper {
    margin-bottom: 45px; }

  .team__section-artists_title {
    height: 88px; }

  .team__section-production_title {
    height: 127px; }

  .team__item-standard-wrapper:nth-child(4n+3) .team__item-standard {
    margin-left: 0; }

  .team__item-standard-wrapper:nth-child(odd) .team__item-img-wrapper {
    display: flex;
    justify-content: right; } }
@media (max-width: 640px) {
  .team__item-img {
    width: 43%;
    min-width: 170px; } }
.projects {
  padding-bottom: 170px; }

.projects-item {
  margin-bottom: 170px; }
  .projects-item__header {
    margin-bottom: 10px;
    line-height: 200%;
    text-align: center;
    font-size: 26px; }
  .projects-item__title {
    font-weight: 700; }
  .projects-item__name {
    font-weight: 400; }
  .projects-item__slider_img {
    height: 450px;
    object-fit: cover; }
  .projects-item__slider-description-wrapper {
    margin-top: 8px;
    display: flex; }
  .projects-item__slider-description {
    max-width: 690px; }
  .projects-item__slider {
    position: relative; }
  .projects-item .owl-nav {
    float: left;
    margin-top: 10px; }
    .projects-item .owl-nav button {
      margin: 0 !important; }
    .projects-item .owl-nav button:hover {
      background: transparent !important; }
    .projects-item .owl-nav .owl-prev {
      margin-right: 18px !important; }

.projects-item:last-child {
  margin-bottom: 0; }

.projects-item__slider-description-wrapper {
  justify-content: center; }

@media (min-width: 1020px) {
  .projects {
    padding-bottom: 11.806vw; }

  .projects-item {
    margin-bottom: 11.806vw; }
    .projects-item__header {
      margin-bottom: 0.694vw;
      font-size: 1.806vw; }
    .projects-item__slider_img {
      height: 31.250vw; }
    .projects-item__slider-description-wrapper {
      margin-top: 0.556vw; }
    .projects-item__slider-description {
      max-width: 47.917vw; } }
@media (max-width: 1020px) {
  .projects {
    padding-bottom: 70px; }

  .projects-item__slider_img {
    min-height: 300px; }

  .projects-item__header {
    font-size: 20px;
    line-height: normal; }

  .projects-item {
    margin-bottom: 140px; } }
@media (max-width: 768px) {
  .projects-item .owl-nav {
    padding-right: 20px; }

  .projects-item .owl-nav .owl-prev {
    margin-right: 50px !important; }

  .projects-item__slider_img {
    height: auto;
    min-height: 100px; } }
.press {
  padding-bottom: 140px; }
  .press__internal-wrapper {
    max-width: 720px;
    margin: 0 auto; }
  .press__block-downloads {
    text-align: center;
    margin-bottom: 190px; }
  .press__block-downloads-description {
    margin: 5px 0 28px 0; }
  .press__block-downloads-link {
    display: block;
    text-transform: uppercase;
    font-size: 22px;
    font-weight: 700;
    padding: 5px;
    border: 1px solid #000000;
    border-radius: 5px; }
  .press__block-item-title {
    text-align: center; }
  .press__block-registration {
    margin-bottom: 132px; }
  .press__block-registration-form {
    margin: 32px 0 29px 0; }
  .press__block-registration-form-input {
    display: block;
    border: 0;
    border-bottom: 1px solid #000000;
    width: 100%;
    font-size: 22px; }
  .press__block-registration-form-input::placeholder {
    color: #7F7F7F; }
  .press__block-registration-form-button-wrapper {
    margin: 29px 0; }
  .press__block-registration-form-button {
    cursor: pointer;
    background-color: transparent;
    width: 100%;
    display: block;
    font-size: 22px;
    font-weight: 700;
    padding: 5px;
    border: 1px solid #000000;
    border-radius: 5px;
    color: #7F7F7F; }
  .press__block-contacts-items {
    margin-top: 32px; }
  .press__block-contacts-name {
    font-weight: 700; }
  .press__block-contacts-link-email {
    text-decoration: underline; }
  .press__block-downloads-block-item {
    margin-bottom: 50px; }

@media (max-width: 1020px) {
  .press {
    padding-bottom: 70px; }

  .press__block-downloads-link {
    font-size: 16px; }

  .press__block-downloads {
    margin-bottom: 157px; }

  .press__block-registration-form {
    margin: 12px 0 5px 0; }

  .press__block-registration-form-button-wrapper {
    margin: 29px 0 12px 0; }

  .press__block-registration-form-input {
    font-size: 16px; }

  .press__block-registration-form-button {
    font-size: 16px; }

  .press__block-contacts-items {
    margin-top: 10px; } }
.partners {
  padding-bottom: 90px; }
  .partners__items-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 90px; }
  .partners__items-row-last {
    justify-content: flex-start;
    gap: 100px; }
  .partners__items-row:last-child {
    margin-bottom: 0; }
  .partners__content-wrapper {
    margin-top: 170px; }
  .partners__content-block-title-wrapper-first {
    margin: 0 auto;
    max-width: 1050px; }
  .partners__content-title {
    margin-bottom: 18px;
    text-align: center; }
  .partners__content-block {
    margin-bottom: 70px; }
    .partners__content-block p {
      margin-bottom: 15px; }
  .partners__content-block:last-child {
    margin-bottom: 0; }
  .partners__content-block-wrapper {
    max-width: 730px;
    margin: 0 auto; }
  .partners__item-img-1 {
    width: 334px; }
  .partners__item-img-2 {
    width: 80px; }
  .partners__item-img-3 {
    width: 89px; }
  .partners__item-img-4 {
    width: 134px; }
  .partners__item-img-5 {
    width: 102px; }
  .partners__item-img-6 {
    width: 79px; }
  .partners__item-img-7 {
    width: 58px; }
  .partners__item-img-8 {
    width: 99px; }
  .partners__item-img-9 {
    width: 100px; }
  .partners__item-img-10 {
    width: 208px; }
  .partners__item-img-11 {
    width: 84px; }
  .partners__item-img-12 {
    width: 85px; }
  .partners__item-img-13 {
    width: 143px; }
  .partners__item-img-14 {
    width: 99px; }
  .partners__item-img-15 {
    width: 96px; }
  .partners__item-img-16 {
    width: 249px; }
  .partners__item-img-17 {
    width: 124px; }
  .partners__item-img-18 {
    width: 101px; }
  .partners__item-img-19 {
    width: 136px; }
  .partners__item-img-20 {
    width: 69px; }
  .partners__item-img-21 {
    width: 53px; }
  .partners__item-img-22 {
    width: 135px; }
  .partners__item-img-23 {
    width: 230px; }
  .partners__item-img-24 {
    width: 91px; }
  .partners__item-img-25 {
    width: 139px; }
  .partners__item-img-26 {
    width: 72px; }

@media (min-width: 1020px) {
  .partners {
    padding-bottom: 6.250vw; }
    .partners__items-row {
      margin-bottom: 6.250vw; }
    .partners__content-wrapper {
      margin-top: 11.806vw; }
    .partners__content-block-title-wrapper-first {
      max-width: 72.917vw; }
    .partners__content-title {
      margin-bottom: 1.250vw; }
    .partners__content-block {
      margin-bottom: 4.861vw; }
      .partners__content-block p {
        margin-bottom: 1.042vw; }
    .partners__content-block-wrapper {
      max-width: 50.694vw; }
    .partners__item-img-1 {
      width: 23.194vw; }
    .partners__item-img-2 {
      width: 5.556vw; }
    .partners__item-img-3 {
      width: 6.181vw; }
    .partners__item-img-4 {
      width: 9.306vw; }
    .partners__item-img-5 {
      width: 7.083vw; }
    .partners__item-img-6 {
      width: 5.486vw; }
    .partners__item-img-7 {
      width: 4.028vw; }
    .partners__item-img-8 {
      width: 6.875vw; }
    .partners__item-img-9 {
      width: 6.944vw; }
    .partners__item-img-10 {
      width: 14.444vw; }
    .partners__item-img-11 {
      width: 5.833vw; }
    .partners__item-img-12 {
      width: 5.903vw; }
    .partners__item-img-13 {
      width: 9.931vw; }
    .partners__item-img-14 {
      width: 6.875vw; }
    .partners__item-img-15 {
      width: 6.667vw; }
    .partners__item-img-16 {
      width: 17.292vw; }
    .partners__item-img-17 {
      width: 8.611vw; }
    .partners__item-img-18 {
      width: 7.014vw; }
    .partners__item-img-19 {
      width: 9.444vw; }
    .partners__item-img-20 {
      width: 4.792vw; }
    .partners__item-img-21 {
      width: 3.681vw; }
    .partners__item-img-22 {
      width: 9.375vw; }
    .partners__item-img-23 {
      width: 15.972vw; }
    .partners__item-img-24 {
      width: 6.319vw; }
    .partners__item-img-25 {
      width: 9.653vw; }
    .partners__item-img-26 {
      width: 5.000vw; } }
@media (max-width: 1020px) {
  .partners__items-row {
    flex-wrap: wrap;
    gap: 30px;
    margin-bottom: 30px; }

  .partners__content-wrapper {
    margin-top: 120px; } }
@media (max-width: 768px) {
  .partners__items-row {
    justify-content: center; } }
.page-coming-soon {
  height: 100vh;
  padding-top: 73px;
  display: flex;
  flex-direction: column;
  justify-content: space-between; }

.coming-soon {
  text-align: center;
  padding-bottom: 170px; }

.web-archive {
  background-color: #010101;
  color: #ffffff; }
  .web-archive__wrapper {
    min-height: 100vh;
    padding: 54px 20px;
    display: flex;
    justify-content: space-between;
    flex-direction: column; }
  .web-archive__title {
    text-align: center; }
  .web-archive__row {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    padding-bottom: 10vh; }
  .web-archive__item {
    width: calc(50% - 10px); }
  .web-archive__item-img {
    display: block;
    width: 335px;
    object-fit: cover; }
  .web-archive__item-content-wrapper {
    margin-top: 19px; }
  .web-archive__item-title {
    font-weight: 700;
    font-size: 22px; }

@media (min-width: 1020px) {
  .web-archive__wrapper {
    padding: 3.750vw 1.389vw; }
  .web-archive__row {
    gap: 1.389vw; }
  .web-archive__item {
    width: calc(50% - 0.694vw); }
  .web-archive__item-img {
    width: 23.264vw; }
  .web-archive__item-content-wrapper {
    margin-top: 1.319vw; }
  .web-archive__item-title {
    font-size: 1.528vw; } }
@media (max-width: 768px) {
  .web-archive__wrapper {
    padding: 30px 20px;
    justify-content: flex-start; }

  .web-archive__row {
    padding-bottom: 0;
    margin-top: 160px;
    display: block; }

  .web-archive__item {
    width: 100%;
    margin-bottom: 20px;
    display: block; }

  .web-archive__item:nth-child(odd) {
    padding-left: 90px; }

  .web-archive__item-content-wrapper {
    margin-top: 10px; }

  .web-archive__item-title {
    font-size: 16px; } }
@media (max-width: 550px) {
  .web-archive__item-img {
    width: 170px; } }
.public-program {
  padding-bottom: 100px; }

.home-wrapper {
  position: relative;
  height: 100vh;
  text-align: center; }

.top-text {
  position: absolute;
  top: 0;
  width: 50%;
  margin-left: 25%;
  padding: 20px;
  text-align: center;
  z-index: 150;
  font-weight: 700; }
  .top-text__item {
    display: inline-block; }

.bottom-text {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 20px;
  font-weight: 700; }

.video {
  height: 99vh;
  max-width: 100%;
  padding: 20px; }

.images-blocks {
  position: absolute;
  top: 50px;
  right: 15px;
  width: 150px; }

.logo-1 {
  width: 150px;
  margin-bottom: 30px; }

.logo-2 {
  width: 250px;
  position: relative;
  left: -100px; }

.video-mobile {
  display: none; }

@media (min-width: 1020px) {
  .top-text {
    padding: 1.389vw; }

  .bottom-text {
    padding: 1.389vw; }

  .video {
    padding: 1.389vw; }

  .images-blocks {
    top: 3.472vw;
    right: 1.042vw;
    width: 10.417vw; }

  .logo-1 {
    width: 10.417vw;
    margin-bottom: 2.083vw; }

  .logo-2 {
    width: 17.361vw;
    left: -6.944vw; } }
@media (max-width: 1020px) {
  .home-wrapper {
    height: 100svh;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    overflow: hidden; }

  .video {
    height: 63svh;
    padding: 0; }

  .top-text, .bottom-text {
    position: static; }

  .top-text {
    padding-bottom: 0; }

  .video-wrapper {
    padding: 10px; }

  .video-desktop {
    display: none; }

  .video-mobile {
    display: block;
    margin: 0 auto; }

  .images-blocks {
    position: static;
    display: flex;
    justify-content: center;
    gap: 20px;
    width: 100%;
    align-items: center; }

  .logo-1 {
    width: 100px; }

  .logo-2 {
    width: 150px;
    position: static; } }
@media (max-width: 480px) {
  .top-text {
    width: auto;
    margin: 0 auto; } }

/*# sourceMappingURL=styles.css.map */
