@font-face {
  font-family: Helveticaneuecyr;
  src: url('../fonts/HELVETICANEUECYR-BOLD.TTF') format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Helveticaneuecyr;
  src: url('../fonts/HELVETICANEUECYR-MEDIUM.TTF') format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Helveticaneuecyr;
  src: url('../fonts/HELVETICANEUECYR-HEAVY.TTF') format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Helveticaneuecyr Roman;
  src: url('../fonts/HELVETICANEUECYR-ROMAN.TTF') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Helveticaneuecyr;
  src: url('../fonts/HELVETICANEUECYR-LIGHT.TTF') format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Helveticaneuecyr;
  src: url('../fonts/HELVETICANEUECYR-MEDIUMITALIC.TTF') format("truetype");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Helveticaneuecyr;
  src: url('../fonts/HELVETICANEUECYR-BOLDITALIC.TTF') format("truetype");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Helveticaneuecyr;
  src: url('../fonts/HELVETICANEUECYR-HEAVYITALIC.TTF') format("truetype");
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Helveticaneuecyr;
  src: url('../fonts/HELVETICANEUECYR-THIN.TTF') format("truetype");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Helveticaneuecyr;
  src: url('../fonts/HELVETICANEUECYR-THINITALIC.TTF') format("truetype");
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Helveticaneuecyr;
  src: url('../fonts/HELVETICANEUECYR-ULTRALIGHTITALIC.TTF') format("truetype");
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Helveticaneuecyr;
  src: url('../fonts/HELVETICANEUECYR-ULTRALIGHT.TTF') format("truetype");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Helveticaneuecyr;
  src: url('../fonts/HELVETICANEUECYR-LIGHTITALIC.TTF') format("truetype");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Dmmono;
  src: url('../fonts/DMMono-Medium.ttf') format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Dmmono;
  src: url('../fonts/DMMono-Light.ttf') format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Dmmono;
  src: url('../fonts/DMMono-Italic.ttf') format("truetype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Dmmono;
  src: url('../fonts/DMMono-Regular.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Dmmono;
  src: url('../fonts/DMMono-LightItalic.ttf') format("truetype");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Dmmono;
  src: url('../fonts/DMMono-MediumItalic.ttf') format("truetype");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Oldstandardtt;
  src: url('../fonts/OldStandardTT-Italic.ttf') format("truetype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Oldstandardtt;
  src: url('../fonts/OldStandardTT-Bold.ttf') format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Oldstandardtt;
  src: url('../fonts/OldStandardTT-Regular.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Helvetica Neue;
  src: url('../fonts/helvetica-neue-regular.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

.page-wrapper {
  width: 100%;
  font-family: Helvetica Neue, Arial, sans-serif;
}

.hero-section {
  z-index: 1;
  pointer-events: auto;
  background-image: linear-gradient(#c28bf9, #c7c0ff 33%, #4f930b);
  padding-bottom: 36vw;
  position: relative;
}

.container {
  max-width: none;
  margin-left: 0;
  margin-right: 0;
  padding-left: 3vw;
  padding-right: 3vw;
}

.container.is--hero {
  flex-flow: column;
  height: 100vh;
  padding-top: 10vw;
  padding-bottom: 4vw;
  display: flex;
  position: static;
}

.container.is-header {
  margin-left: 0;
  margin-right: 0;
  padding-left: 3vw;
  padding-right: 3vw;
}

.erasable-section {
  z-index: 50;
  width: 100%;
  position: relative;
  overflow: hidden;
}

.erase-canvas {
  opacity: 1;
  pointer-events: auto;
  display: none;
  position: absolute;
  inset: 0%;
}

.hero-3d-image {
  z-index: -1;
  position: absolute;
}

.hero-3d-image.is--1 {
  width: 14.8611vw;
  top: 2.5vw;
  left: 50.3472vw;
}

.hero-3d-image.is--2 {
  width: 12.3611vw;
  top: 10vw;
  left: 26.875vw;
}

.hero-3d-image.is--3 {
  width: 14.3056vw;
  top: 23.3333vw;
  left: 38.1944vw;
}

.hero-3d-image.is--4 {
  width: 12.4306vw;
  top: 19.7917vw;
  left: 63.125vw;
}

.h1 {
  color: #dafb17;
  text-align: center;
  letter-spacing: -1.92px;
  text-transform: uppercase;
  max-width: 93vw;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Helvetica Neue, Arial, sans-serif;
  font-size: 6.4vw;
  font-weight: 500;
  line-height: 96%;
}

.h1-wrapper {
  z-index: 5;
  grid-column-gap: 4vw;
  grid-row-gap: 4vw;
  pointer-events: none;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: auto;
  margin-bottom: auto;
  display: flex;
  position: relative;
}

.p-old-24 {
  color: #f8f8f8;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 0;
  font-family: Oldstandardtt, Arial, sans-serif;
  font-size: 2.4vw;
  font-style: italic;
  font-weight: 400;
  line-height: 110%;
}

.p-old-24.is--black {
  color: #000;
  text-align: left;
}

.p-old-24.is--black.is--card {
  font-size: 1.9vw;
}

.marquee {
  z-index: 5;
  flex: none;
  margin-top: auto;
  display: flex;
  position: relative;
}

.marquee-wrapper {
  flex: none;
  display: flex;
}

.marquee-item {
  height: 3.3vw;
  margin-right: 4.5vw;
}

.marquee-item.is--1 {
  width: 8vw;
}

.marquee-item.is--2 {
  width: 11.5vw;
}

.marquee-item.is--3 {
  width: 8.8vw;
  margin-right: 4.5vw;
}

.marquee-item.is--4 {
  width: 20vw;
}

.marquee-item.is--5 {
  width: 9.4vw;
}

.hero-btn-wrapper {
  z-index: 105;
  grid-column-gap: .5vw;
  grid-row-gap: .5vw;
  flex-flow: column;
  display: flex;
  position: fixed;
  top: 3vw;
  right: 3vw;
}

.hero-btn-wrapper.is--none {
  display: none;
}

.hero-btn-wrapper.is--header {
  pointer-events: auto;
  flex-flow: row;
}

.hero-btn {
  -webkit-backdrop-filter: blur(3.75px);
  backdrop-filter: blur(3.75px);
  cursor: pointer;
  background-color: #c7c0ff75;
  border-radius: 999px;
  justify-content: center;
  align-items: center;
  width: 16vw;
  height: 3.8vw;
  text-decoration: none;
  display: flex;
  box-shadow: inset 0 0 14.321px #c7c0ff, inset -1.245px -1.245px 1.245px #c7c0ff40, inset 1.245px 1.245px 4.981px #fff9, inset -1.245px -1.245px 1.245px #c4c4c440;
}

.hero-btn.is--2 {
  background-color: #dafb1775;
  box-shadow: inset 0 0 14.321px #dafb17, inset -1.245px -1.245px 1.245px #dafb17, inset 1.245px 1.245px 4.981px #dafb17, inset -1.245px -1.245px 1.245px #c4c4c440;
}

.p-14-h {
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 0;
  font-family: Helvetica Neue, Arial, sans-serif;
  font-size: 1.4vw;
  line-height: 100%;
}

.p-14-h.is--black {
  color: #000;
  text-align: center;
  font-size: 1.3vw;
  line-height: 110%;
}

.p-14-h.is--black.is--zone {
  font-size: 1vw;
}

.p-14-h.is--mg {
  margin-top: 2px;
}

.second-section {
  background-color: #f8f8f8;
  position: relative;
  overflow: hidden;
}

.second-section.liquid-section {
  width: 100%;
}

.padding-block2 {
  padding-top: 18vw;
  padding-bottom: 18vw;
}

.padding-block2.is-second {
  padding-top: 0;
}

.h2-big {
  color: #000;
  text-align: center;
  letter-spacing: -1.44px;
  text-transform: uppercase;
  max-width: 75vw;
  margin: 0 auto;
  font-family: Helveticaneuecyr, Arial, sans-serif;
  font-size: 4.8vw;
  font-weight: 400;
  line-height: 110%;
}

.h2-big.is-read {
  max-width: 68vw;
  font-family: Oldstandardtt, Arial, sans-serif;
  font-style: italic;
  font-weight: 400;
}

.h2-big.is--zone {
  text-align: left;
  margin-left: 0;
  margin-right: 0;
  font-family: Oldstandardtt, Arial, sans-serif;
  font-style: italic;
}

.h2-big.is--faq {
  text-align: left;
  margin-left: 0;
  margin-right: 0;
  font-family: Helvetica Neue, Arial, sans-serif;
}

.header {
  z-index: 100;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  pointer-events: auto;
  background-color: #0000001a;
  justify-content: flex-start;
  align-items: center;
  padding: 4vw 0;
  display: flex;
  position: fixed;
  inset: 0% 0 auto 0%;
}

.header_list {
  grid-column-gap: 3vw;
  grid-row-gap: 3vw;
  pointer-events: auto;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
  display: flex;
}

.header_drop_top {
  grid-column-gap: 1vw;
  grid-row-gap: 1vw;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: -2vw;
  padding-bottom: 2vw;
  display: flex;
}

.header_drop_bottom {
  grid-column-gap: 1.3vw;
  grid-row-gap: 1.3vw;
  background-color: #0000001a;
  border-radius: 5px;
  flex-flow: column;
  width: max-content;
  margin-bottom: 0;
  padding: 1vw;
  list-style-type: none;
  display: flex;
}

.header_icon {
  flex: none;
  width: .9vw;
  height: auto;
}

.header_link {
  color: #fff;
  text-transform: uppercase;
  cursor: pointer;
  margin-bottom: 0;
  font-size: 1.8vw;
  line-height: 125%;
  text-decoration: none;
}

.header_item {
  cursor: pointer;
  flex: none;
  position: relative;
}

.header_block {
  pointer-events: auto;
  flex: none;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.time_list {
  pointer-events: none;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
  display: flex;
}

.time_item {
  position: relative;
}

.time_item.is--text {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 5.2vw;
  display: flex;
}

.time_number {
  color: #fff;
  margin-bottom: 0;
  font-size: 2.5vw;
  line-height: 110%;
}

.time_text {
  color: #fff;
  margin-bottom: 0;
  font-size: 1.3vw;
  line-height: 110%;
}

.time_line {
  background-color: #ffffff52;
  width: 1px;
  height: 1.8vw;
  margin-top: .5vw;
}

.header_logo {
  cursor: auto;
  justify-content: center;
  align-items: center;
  width: 15.5vw;
  display: flex;
  position: absolute;
  inset: 50% 0% 0% 50%;
  transform: translate(-50%, -50%);
}

.header_logo_img {
  object-fit: cover;
  width: 100%;
}

.header_dropdown {
  z-index: 101;
  opacity: 1;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  pointer-events: none;
  flex-flow: column;
  width: max-content;
  margin-bottom: 0;
  padding: 0;
  list-style-type: none;
  transition-property: opacity;
  transition-duration: .6s;
  transition-timing-function: ease;
  position: fixed;
  top: 8vw;
  bottom: auto;
  left: 2vw;
  overflow: hidden;
}

.header_dropdown.active {
  opacity: 1;
  pointer-events: auto;
}

.header_dropdown.is--1 {
  opacity: 0;
}

.header_dropdown.is--2 {
  z-index: 102;
  opacity: 0;
  left: 11.5vw;
}

.preloader {
  z-index: 1000;
  opacity: 0;
  pointer-events: none;
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
  inset: 0%;
}

.pixel_wrapper {
  z-index: 150;
  opacity: .5;
  pointer-events: none;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: max-content;
  display: grid;
  position: absolute;
  bottom: 0%;
  left: 0;
}

.pixel_wrapper.is-black {
  grid-template-rows: auto auto auto auto;
  margin-bottom: -3vw;
  bottom: 0%;
}

.pixel_wrapper.is-banner {
  grid-template-rows: auto auto auto auto auto;
  display: none;
  bottom: -3px;
}

.pixel_wrapper.is--faq {
  position: static;
  bottom: -3vw;
}

.pixel {
  background-color: #dafb17;
  width: 5vw;
  height: 5vw;
  position: relative;
}

.pixel.is--black {
  background-color: #000;
}

.pixel.is-banner {
  background-color: #c7c0ff;
}

.pixel_mask {
  z-index: 2;
  background-color: #f8f8f8;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 2px -2px -2px 2px;
}

.pixel_mask.is-banner {
  background-color: #dafb17;
  inset: -2px 2px 2px -2px;
}

.pixel_mask.is--faq {
  background-color: #3b3bff;
  left: -2px;
  right: 2px;
}

.event-section {
  background-color: #f8f8f8;
  width: 100%;
  position: relative;
  overflow: hidden;
}

.h2-event {
  color: #000;
  text-transform: uppercase;
  width: 70vw;
  margin-top: 0;
  margin-bottom: 6vw;
  font-family: Helveticaneuecyr, Arial, sans-serif;
  font-size: 3.8vw;
  font-weight: 500;
  line-height: 110%;
}

.h2-event.team {
  width: 100%;
  margin-bottom: 0;
  font-family: Helvetica Neue, Arial, sans-serif;
  font-weight: 500;
}

.h2-event.is--white {
  color: #fff;
  width: auto;
  margin-bottom: 0;
  font-family: Oldstandardtt, Arial, sans-serif;
  font-style: italic;
}

.p-event, .p-16-h {
  margin-bottom: 0;
}

.p-16-h.is-event {
  color: #000;
  width: 28.5vw;
  font-size: 1.6vw;
  line-height: 120%;
}

.p-16-h.is--day {
  color: #000;
  width: 90%;
  font-family: Helveticaneuecyr, Arial, sans-serif;
  font-size: 1.6vw;
  font-weight: 500;
  line-height: 130%;
}

.p-16-h.is--zone {
  color: #000;
  width: 89%;
  font-size: 1.6vw;
  line-height: 120%;
}

.img-event-wrapper {
  width: 26vw;
  position: absolute;
  bottom: 14vw;
  right: 3vw;
}

.img-cover {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.team-section {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.accordion-team.is--none {
  display: none;
}

.team-header {
  grid-column-gap: 2vw;
  grid-row-gap: 2vw;
  cursor: pointer;
  background-color: #dafb17;
  justify-content: space-between;
  align-items: center;
  padding: 2vw 3vw;
  display: flex;
}

.team-header.is--2 {
  background-color: #f8f8f8;
}

.team-header.is--3 {
  background-color: #c7c0ff;
}

.team-header.is--4 {
  background-color: #3b3bff;
}

.team-body {
  background-image: linear-gradient(#dafb17, #f8f8f8);
}

.team-body.is--2 {
  background-image: linear-gradient(#f8f8f8, #c7c0ff);
}

.team-body.is--3 {
  background-image: linear-gradient(#c7c0ff, #f8f8f8);
}

.team-body.is--4 {
  background-image: linear-gradient(#3b3bff, #f8f8f8);
}

.button-accordion {
  aspect-ratio: 1;
  width: 3.5vw;
  position: relative;
}

.plus-img {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.minus-img {
  opacity: 0;
  position: absolute;
  inset: 0%;
}

.swiper.swiper-team {
  flex: none;
  width: 70vw;
  margin-right: -2vw;
  padding-right: 2vw;
}

.swiper.track-slider {
  width: 100%;
  min-height: 24vw;
  overflow: hidden;
}

.swiper.swiper-treack {
  width: max-content;
  padding-right: 3vw;
  overflow: visible;
}

.swiper-wrapper {
  display: flex;
}

.swiper-wrapper.swiper-wrapper-team {
  flex-flow: column wrap;
  max-height: 61vw;
}

.swiper-wrapper.swiper-wrapper-treack {
  grid-column-gap: 2vw;
  grid-row-gap: 2vw;
  flex-flow: row;
  width: max-content;
}

.swiper-slide.swiper-slide-team {
  grid-column-gap: 1.2vw;
  grid-row-gap: 1.2vw;
  flex-flow: column;
  height: 30vw;
  padding-right: 1vw;
  display: flex;
}

.swiper-slide.swiper-slide-2 {
  grid-column-gap: 1vw;
  grid-row-gap: 1vw;
  display: flex;
}

.swiper-slide.swiper-slide-2.speaker-item {
  flex-flow: column;
  display: flex;
}

.swiper-slide.slider-treack {
  width: max-content;
}

.swiper-slide.slider-treack.is--none {
  display: none;
}

.h2-big-2 {
  color: #000;
  text-align: center;
  letter-spacing: -1.44px;
  text-transform: uppercase;
  max-width: 75vw;
  margin: 0 auto;
  font-family: Helveticaneuecyr, Arial, sans-serif;
  font-size: 4.8vw;
  font-weight: 500;
  line-height: 110%;
}

.h2-big-2.is--2 {
  max-width: 85vw;
}

.h2-big-2.is--white {
  color: #fff;
  text-align: left;
  max-width: 61vw;
  margin-right: 0;
  font-family: Helvetica Neue, Arial, sans-serif;
  font-weight: 400;
}

.p-16-h-2 {
  color: #000;
  margin-bottom: 0;
  font-family: Helvetica Neue, Arial, sans-serif;
  font-size: 1.6vw;
  line-height: 130%;
}

.p-16-h-2.is--second {
  max-width: 50%;
  margin-top: 6vw;
  margin-left: auto;
  margin-right: 5vw;
}

.p-16-h-2.is--white {
  color: #fff;
  line-height: 100%;
}

.img-3d-absolute {
  width: 29.5vw;
  position: absolute;
  top: 32.8vw;
  left: 6.3vw;
}

.img-3d-absolute.is--2 {
  width: 49vw;
  top: 4.3vw;
  left: -12.9vw;
}

.img-3d-absolute.is--2.pixel-image {
  top: 4.2vw;
}

.p-16-h-3 {
  color: #000;
  margin-bottom: 0;
  font-family: Helvetica Neue, Arial, sans-serif;
  font-size: 1.6vw;
  line-height: 130%;
}

.p-16-h-3.is--second {
  max-width: 50%;
  margin-top: 6vw;
  margin-left: auto;
  margin-right: 5vw;
}

.track-left-block {
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  width: 30vw;
  display: flex;
}

.track-text-wrapper {
  grid-column-gap: .5vw;
  grid-row-gap: .5vw;
  flex-flow: column;
  display: flex;
}

.pudding-block-2 {
  padding-top: 18vw;
  padding-bottom: 18vw;
}

.track-img {
  aspect-ratio: auto;
  object-fit: cover;
  border-radius: 1px;
  width: 100%;
  height: 100%;
}

.p-12-h {
  color: #000;
  margin-bottom: 0;
  font-family: Helvetica Neue, Arial, sans-serif;
  font-size: 1.1vw;
  line-height: 120%;
}

.p-12-h.is--centr {
  text-align: center;
}

.p-12-h.is--margine {
  margin-top: 2vw;
}

.swiper-wrapper-2 {
  display: flex;
}

.swiper-slide-2 {
  grid-column-gap: .5vw;
  grid-row-gap: .5vw;
  flex-flow: column;
  display: flex;
}

.track-section {
  z-index: 2;
  background-color: #d4ff13;
  width: 100%;
  position: relative;
  overflow: hidden;
}

.track-right-block {
  justify-content: center;
  align-items: flex-end;
  width: 44vw;
  margin-left: auto;
  display: flex;
}

.swiper-btn-wrapper {
  grid-column-gap: .5vw;
  grid-row-gap: .5vw;
  display: flex;
}

.swiper-btn-wrapper.is-treack {
  display: none;
}

.swiper-btn-wrapper.is-team {
  margin-top: 0;
}

.track-descr-wrapper {
  flex-flow: column;
  justify-content: space-between;
  height: 24vw;
  display: flex;
}

.img-slide-wrapper {
  aspect-ratio: 1;
  outline-offset: 0px;
  outline: 3px #333;
  width: 100%;
  margin-bottom: 0;
  overflow: hidden;
}

.p-16-h-4 {
  color: #000;
  margin-bottom: 0;
  font-family: Helvetica Neue, Arial, sans-serif;
  font-size: 1.6vw;
  line-height: 130%;
}

.p-16-h-4.is--upper-case {
  text-transform: uppercase;
  line-height: 110%;
}

.p-16-h-4.is--upper-case.is--centr {
  text-align: center;
}

.p-16-h-4.is--upper-case.is--none {
  display: none;
}

.h2-medium {
  text-align: center;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Oldstandardtt, Arial, sans-serif;
  font-size: 4.8vw;
  font-style: italic;
  font-weight: 400;
  line-height: 110%;
}

.h3-default {
  color: #000;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Helvetica Neue, Arial, sans-serif;
  font-size: 2vw;
  font-weight: 400;
  line-height: 110%;
}

.track-item {
  background-color: #f8f8f899;
  border: 1.5px solid #fff;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  height: 45vw;
  padding: 3.1vw;
  display: flex;
}

.track-wrapper {
  border-radius: 35px;
  width: 85vw;
  margin-top: 6vw;
  transition: width .6s;
  overflow: hidden;
}

.track-wrapper.active {
  width: 85vw;
}

.prev-btn {
  cursor: pointer;
  width: 2.5vw;
  height: 2.5vw;
}

.prev-btn.spicer {
  cursor: pointer;
}

.prev-btn.spicer.disabled {
  opacity: .5;
  pointer-events: none;
}

.arrow-img {
  width: 100%;
  height: 100%;
}

.arrow-img.is--reverse {
  transform-style: preserve-3d;
  width: 100%;
  height: 100%;
  transform: rotateX(0)rotateY(180deg)rotateZ(0);
}

.next-btn {
  cursor: pointer;
  width: 2.5vw;
  height: 2.5vw;
}

.next-btn.spicer {
  cursor: pointer;
}

.next-btn.spicer.disabled {
  opacity: .5;
  pointer-events: none;
}

.team-inner {
  justify-content: space-between;
  align-items: flex-start;
  padding-top: 6vw;
  padding-bottom: 3vw;
  padding-left: 3vw;
  display: flex;
}

.timer-item {
  grid-column-gap: 0vw;
  grid-row-gap: 0vw;
  -webkit-backdrop-filter: blur(7px);
  backdrop-filter: blur(7px);
  background-color: #ffffff1a;
  border: 1px solid #dafb17;
  border-radius: 999px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 12.7vw;
  display: flex;
}

.ticket-no-wrapper {
  grid-column-gap: 1.25vw;
  grid-row-gap: 1.25vw;
  flex-flow: column;
  margin-top: 3.125vw;
  display: flex;
}

.p-11 {
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 0;
  font-family: Helvetica Neue, Arial, sans-serif;
  font-size: 1.1vw;
  line-height: 110%;
}

.p-11.is--gray {
  color: #fff9;
}

.p-11.is--list {
  line-height: 130%;
}

.ticket-wrapper {
  grid-column-gap: 3vw;
  grid-row-gap: 3vw;
  justify-content: center;
  align-items: center;
  margin-top: 6vw;
  display: flex;
}

.p-20 {
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 0;
  font-family: Helvetica Neue, Arial, sans-serif;
  font-size: 2vw;
  line-height: 110%;
}

.p-20.is--yellow {
  color: #dafb17;
  font-family: Oldstandardtt, Arial, sans-serif;
  font-style: italic;
}

.p-20.is--gray {
  color: #ffffffb3;
  text-decoration: line-through;
}

.ticket-front {
  z-index: 2;
  background-image: url('../images/556457_1556457.webp');
  background-position: 0 0;
  background-size: cover;
  border-radius: 1.5vw;
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-bottom: 2.5vw;
  padding-left: 1.5vw;
  padding-right: 1.5vw;
  display: flex;
  position: absolute;
}

.ticket-front.is--2 {
  background-image: url('../images/565656_1565656.webp');
  border-radius: 1.5vw;
  overflow: hidden;
}

.ticket-front.is--3 {
  background-image: url('../images/4545_14545.webp');
}

.ticket-front.is--1 {
  background-image: url('../images/565656_1565656.webp');
}

.ticket-section {
  z-index: 2;
  background-image: url('../images/42427222.webp');
  background-position: 50% 100%;
  background-size: cover;
  width: 100%;
  position: relative;
  overflow: hidden;
}

.ticket {
  width: 27vw;
  height: 47vw;
  position: relative;
  overflow: visible;
  transform: translate(0);
}

.ticket.is--2 {
  z-index: 2;
  cursor: pointer;
  display: none;
  transform: translate(0)rotate(-6deg)translate(100%, 4%);
}

.ticket.is--3 {
  z-index: 1;
  cursor: pointer;
  display: none;
  transform: rotate(6deg)translate(-100%, 4%);
}

.ticket.is--1 {
  z-index: 3;
  cursor: pointer;
}

.timer-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 8vw;
  display: grid;
}

.ticket-text {
  color: #dafb17;
  text-align: center;
  width: 27vw;
  margin: 1.5vw auto 0;
  font-family: Helvetica Neue, Arial, sans-serif;
  font-size: 1.8vw;
  line-height: 120%;
}

.front-first-text_wrapper {
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.front-first-text_wrapper.is--3 {
  margin-top: 1vw;
}

.padding-block {
  border: 1px #3b3bff;
  padding-top: 18vw;
  padding-bottom: 18vw;
}

.padding-block.is--black {
  padding-top: 0;
}

.padding-block.is--ticket {
  padding-bottom: 36vw;
}

.padding-block.is--faq {
  padding-bottom: 41vw;
}

.padding-block.is--footer {
  padding-top: 0;
  padding-bottom: 4vw;
}

.p-dm {
  color: #dafb17;
  margin-bottom: 0;
  font-family: Dmmono, Arial, sans-serif;
  font-size: 6.2vw;
  line-height: 110%;
}

.ticket-list {
  grid-column-gap: 1.25vw;
  grid-row-gap: 1.25vw;
  flex-flow: column;
  margin-top: 3.125vw;
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
  display: flex;
}

.ticket-back {
  z-index: 5;
  transform-style: preserve-3d;
  background-image: url('../images/45653114_145653114.webp');
  background-position: 0 0;
  background-size: cover;
  border-radius: 1.5vw;
  flex-flow: column;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  padding: 2.5vw 1.5vw;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: hidden;
  transform: rotateX(0)rotateY(180deg)rotateZ(0);
}

.ticket-btn {
  -webkit-backdrop-filter: blur(3.1px);
  backdrop-filter: blur(3.1px);
  background-color: #dafb1775;
  border-radius: 105px;
  justify-content: center;
  align-items: center;
  width: 16vw;
  height: 3.7vw;
  margin-top: 7vw;
  margin-left: auto;
  margin-right: auto;
  text-decoration: none;
  display: flex;
  box-shadow: inset 0 0 12.084px #dafb17, inset -1.051px -1.051px 1.051px #dafb17, inset 1.051px 1.051px 4.203px #dafb17, inset -1.051px -1.051px 1.051px #c4c4c440;
}

.front-text-wrapper {
  grid-column-gap: 1vw;
  grid-row-gap: 1vw;
  flex-flow: column;
  width: 100%;
  display: flex;
}

.black-section {
  z-index: 2;
  background-color: #000;
  width: 100%;
  padding-top: 2vw;
  position: relative;
  overflow: hidden;
}

.black-content-wrapper {
  z-index: 1;
  position: relative;
}

.black-block-card-wrapper {
  grid-column-gap: 3vw;
  grid-row-gap: 3vw;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 6vw;
  display: grid;
}

.day-card {
  background-color: #c7c0ff;
  border-radius: 4.5vw;
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  height: 29vw;
  padding: 3.5vw;
  display: flex;
}

.is--font {
  font-family: Helvetica Neue, Arial, sans-serif;
  font-style: normal;
}

.black-bottom-img {
  z-index: -1;
  width: 31vw;
  position: absolute;
  bottom: -8vw;
  right: -6vw;
}

.info-block {
  background-color: #dafb17;
  border-radius: 999vw;
  padding: .8vw 1.2vw;
  display: inline-block;
  position: fixed;
}

.info-text {
  color: #000;
  text-transform: uppercase;
  white-space: nowrap;
  margin-bottom: 0;
  font-size: 1.4vw;
  line-height: 100%;
}

.info-text.is--mg {
  margin-top: 2px;
}

.read-section {
  z-index: 2;
  background-image: linear-gradient(#dafb17, #c7c0ff);
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: flex;
  position: relative;
  overflow: hidden;
}

.read-img-wrapper {
  z-index: -1;
  will-change: transform;
  width: 26vw;
  position: absolute;
  top: 0;
  left: 0;
}

.read-img {
  width: 100%;
  height: 100%;
}

.read-blur {
  z-index: 5;
  -webkit-backdrop-filter: blur(1.7vw);
  backdrop-filter: blur(1.7vw);
  background-color: #ffffff1a;
  position: absolute;
  inset: 0%;
}

.read-mask {
  pointer-events: none;
  border-radius: 50%;
  width: 100%;
  height: 100%;
  display: none;
}

.banner-section {
  z-index: 2;
  background-image: url('../images/Frame2087326203.webp');
  background-position: 50% 0;
  background-size: cover;
  justify-content: center;
  align-items: center;
  height: 80vw;
  display: flex;
  position: relative;
  overflow: hidden;
}

.banner-section.liquid-section-2 {
  background-image: url('../images/рпавпвап.webp');
  width: 100%;
  overflow: hidden;
}

.banner-arrow {
  width: 19vw;
  display: none;
  position: absolute;
  top: 17vw;
  left: 10vw;
}

.track-pin {
  height: 600vh;
}

.zone-section {
  z-index: 2;
  background-color: #cac4fd;
  width: 100%;
  position: relative;
  overflow: hidden;
}

.zone-heading-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.zone-cards-wrapper {
  grid-column-gap: 1vw;
  grid-row-gap: 1vw;
  margin-top: 8vw;
  display: flex;
}

.zone-card {
  -webkit-backdrop-filter: blur(6.5px);
  backdrop-filter: blur(6.5px);
  cursor: pointer;
  background-color: #f8f8f8b3;
  border: 1px solid #fff;
  border-radius: 2vw;
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  width: 23.0729vw;
  height: 23.4375vw;
  padding: 2vw;
  display: flex;
}

.zone-card-descr {
  margin-top: auto;
}

.zone-card-btn {
  -webkit-backdrop-filter: blur(3.5px);
  backdrop-filter: blur(3.5px);
  background-color: #dafb1775;
  border-radius: 12vw;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 3.5vw;
  margin-top: 2vw;
  text-decoration: none;
  display: flex;
  box-shadow: inset 0 0 14.113px #dafb17, inset -1.227px -1.227px 1.227px #dafb17, inset 1.227px 1.227px 4.909px #dafb17, inset -1.227px -1.227px 1.227px #c4c4c440;
}

.zone-card-btn.no--wrap {
  white-space: nowrap;
}

.zone-anim-block {
  overflow: hidden;
}

.faq-section {
  z-index: 2;
  background-image: url('../images/6878566_1.webp');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  position: relative;
}

.faq-wrapper {
  margin-top: 11vw;
  position: relative;
}

.faq-block {
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  padding: 3vw 2vw 4vw;
  transition: background-color .5s;
}

.faq-header {
  grid-column-gap: 2vw;
  grid-row-gap: 2vw;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.faq-body {
  overflow: hidden;
}

.h3-faq {
  color: #000;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Helvetica Neue, Arial, sans-serif;
  font-size: 2.8vw;
  font-weight: 400;
  line-height: 120%;
}

.faq-btn-wrapper {
  flex: none;
  width: 3.5vw;
  height: 3.5vw;
  position: relative;
}

.img-plus {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.img-minus {
  opacity: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.faq-line {
  z-index: 2;
  background-color: #0000004d;
  width: 100%;
  height: 1px;
  position: absolute;
  inset: auto 0 0% 0%;
}

.p-18 {
  color: #000;
  max-width: 60%;
  margin-bottom: 0;
  font-size: 1.8vw;
  line-height: 100%;
}

.p-18.is--white {
  color: #f8f8f8;
  max-width: 37vw;
  margin-top: 4vw;
  line-height: 110%;
}

.faq-inner {
  margin-top: 0;
  padding-top: 3vw;
}

.footer-section {
  background-image: linear-gradient(#3b3bff, #c6bfff);
  width: 100%;
  overflow: hidden;
}

.footer-content-wrapper {
  display: flex;
}

.footer-left-wrapper {
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 55vw;
  display: flex;
}

.social-wrapper {
  grid-column-gap: 1vw;
  grid-row-gap: 1vw;
  display: flex;
}

.social-item {
  justify-content: center;
  align-items: center;
  width: 4.7vw;
  height: 4.7vw;
  display: flex;
}

.footer-btn-wrapper {
  grid-column-gap: 1vw;
  grid-row-gap: 1vw;
  flex-flow: column;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  margin-top: 4vw;
  display: grid;
}

.fotter-btn {
  border-radius: 21vw;
  justify-content: center;
  align-items: center;
  width: 30vw;
  height: 4.4vw;
  -webkit-text-decoration: none;
  text-decoration: none;
  transition-property: transform;
  transition-duration: .5s;
  transition-timing-function: ease;
  display: flex;
  box-shadow: inset 0 0 24.332px #dafb17, inset -2.116px -2.116px 2.116px #dafb17, inset 2.116px 2.116px 8.463px #dafb17, inset -2.116px -2.116px 2.116px #dafb17;
}

.fotter-btn:hover {
  transform: scale(1.05);
}

.footer-right-wrapper {
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-end;
  width: 55%;
  margin-left: -5%;
  display: flex;
}

.footer-logo-wrapper {
  cursor: auto;
}

.footer-logo {
  width: 100%;
}

.social-icon {
  width: 100%;
  height: 100%;
}

.bg-anim {
  z-index: -1;
  width: 100vw;
  height: 100vh;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  overflow: hidden;
}

.bg-anim.is-card {
  height: 100%;
  inset: 0%;
}

.bg-anim.is--faq {
  width: 100%;
  height: 100%;
  overflow: visible;
}

.gradient-canvas {
  width: 100%;
  height: 100vh;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.gradient-canvas.is--zone {
  height: 100%;
}

.burger-img-wrapper, .menu {
  display: none;
}

.preloader-text-wrapper {
  display: flex;
  overflow: hidden;
}

.preload-text {
  color: #3b3bff;
  letter-spacing: -.2vw;
  height: 4vw;
  margin-bottom: 0;
  font-family: Helveticaneuecyr, Arial, sans-serif;
  font-size: 4vw;
  font-weight: 900;
  line-height: 100%;
  transform: translate(0);
}

.preload-text.is--1 {
  margin-right: -.3vw;
  transform: translate(-105%);
}

.preload-text.is--2 {
  transform: translate(-20%);
}

.black-mask {
  z-index: 5;
  background-color: #000;
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
  position: absolute;
  inset: 0%;
}

.text-load {
  color: #dafb17;
  text-align: right;
  margin-bottom: 0;
  padding: 2.1vw;
  font-family: Dmmono, Arial, sans-serif;
  font-size: 6.25vw;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.load-text-wrapper {
  width: 12vw;
  height: 7vw;
  position: relative;
}

.preloader-grid {
  z-index: -1;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex: none;
  grid-template-rows: auto auto auto auto auto auto auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  position: absolute;
  inset: 0%;
}

.preloader-px {
  aspect-ratio: 1;
  color: #fff;
  background-color: #fff;
  width: 100%;
  display: block;
}

.link-team {
  background-color: #000;
  width: 5vw;
  height: 2px;
  position: absolute;
  top: -15vw;
}

.btn-glass {
  display: none;
}

.cube-mobile-section {
  width: 100%;
  display: none;
  overflow: hidden;
}

.cube-section {
  width: 100%;
  height: 1000vh;
  overflow: hidden;
}

.cube-wrapper {
  background-image: linear-gradient(#f8f8f8, #dafb17);
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vw;
  display: flex;
  position: relative;
  overflow: hidden;
}

.cube-block {
  aspect-ratio: 1;
  transform-style: preserve-3d;
  width: 100vw;
  height: 100vw;
  position: relative;
  transform: translate(20%)rotateX(-30deg)rotateY(65deg)rotateZ(0);
}

.cube-face {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  height: 100%;
  display: grid;
  position: absolute;
  inset: 0%;
}

.cube-face.top {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  transform-style: preserve-3d;
  border: 1px solid #000;
  transform: translate3d(0, -50%, -25vw)rotateX(90deg)rotateY(0)rotateZ(0);
}

.cube-face.left {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  transform-style: preserve-3d;
  border: 1px solid #000;
  transform: translate3d(-50%, 0, -25vw)rotateX(0)rotateY(-90deg)rotateZ(0);
}

.cube-face.right {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  transform-style: preserve-3d;
  border: 1px solid #000;
  transform: translate3d(0, 0, 25vw);
}

.cube-card {
  aspect-ratio: 1;
  border: 1px solid #000;
  border-style: none solid solid none;
  width: 100%;
  height: 100%;
  padding: 3vw;
}

.cube-card.is--2 {
  border-top-style: solid;
  border-bottom-style: none;
  transform: rotate(90deg);
}

.cube-title {
  margin-bottom: 2vw;
  font-family: Helveticaneuecyr, Arial, sans-serif;
  font-size: 8vw;
  font-weight: 500;
  line-height: 100%;
}

.cube-text {
  text-transform: uppercase;
  margin-bottom: 0;
  font-size: 1.6vw;
  line-height: 100%;
}

.cube-gradient {
  z-index: 5;
  background-image: linear-gradient(#f8f8f8 15%, #f8f8f800);
  height: 20vw;
  position: absolute;
  inset: 0% 0% auto;
}

.cube-gradient.is--2 {
  background-image: linear-gradient(#f8f8f800, #dafb17 77%);
  height: 50vw;
  position: absolute;
  inset: auto 0% 0%;
}

.cube-bg {
  background-image: linear-gradient(#f8f8f8, #dafb17);
  height: 140vw;
  overflow: hidden;
}

.cube-block-wrapper {
  transform: translate(0, 50%);
}

.pixel-container {
  height: 20vw;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: hidden;
}

.day-list {
  grid-column-gap: .5vw;
  grid-row-gap: .5vw;
  flex-flow: column;
  margin-top: 4vw;
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
  display: flex;
}

.day-list-item {
  grid-column-gap: 1.5vw;
  grid-row-gap: 1.5vw;
  align-items: center;
  display: flex;
}

.p-day-item {
  color: #000;
  margin-bottom: 0;
  font-size: 1.3vw;
  line-height: 130%;
}

.black-box {
  background-color: #000;
  width: .8vw;
  height: .8vw;
}

.img-cube {
  width: 100%;
  height: 100%;
}

@media screen and (min-width: 1280px) {
  .hero-section {
    padding-bottom: 28vw;
  }

  .container.is--hero {
    padding-bottom: 2.7vw;
  }

  .h1 {
    font-size: 6.25vw;
  }

  .h1-wrapper {
    grid-column-gap: 2.22222vw;
    grid-row-gap: 2.22222vw;
  }

  .p-old-24 {
    font-size: 1.66667vw;
  }

  .p-old-24.is--black {
    font-size: 1.94444vw;
  }

  .marquee-item {
    height: 4.16667vw;
  }

  .marquee-item.is--1 {
    width: 7.36111vw;
  }

  .marquee-item.is--2 {
    width: 10.6944vw;
  }

  .marquee-item.is--3 {
    margin-right: 4.5vw;
  }

  .marquee-item.is--4 {
    width: 22.7083vw;
  }

  .hero-btn-wrapper {
    flex-flow: row;
    top: 2vw;
  }

  .hero-btn {
    width: 15.8333vw;
    height: 3.125vw;
    text-decoration: none;
  }

  .p-14-h {
    font-size: 1.25vw;
  }

  .p-14-h.is--black {
    text-align: center;
  }

  .p-14-h.is--black.is--zone {
    font-size: .95vw;
  }

  .padding-block2 {
    padding-top: 14.2361vw;
    padding-bottom: 14.2361vw;
  }

  .padding-block2.is-second {
    padding-bottom: 14vw;
  }

  .h2-big {
    letter-spacing: -2.1px;
    font-size: 4.86111vw;
  }

  .h2-big.is-read {
    max-width: 68vw;
  }

  .header {
    padding-top: 2.7vw;
    padding-bottom: 3vw;
  }

  .header_list {
    grid-column-gap: 2vw;
    grid-row-gap: 2vw;
  }

  .header_drop_top {
    grid-column-gap: .7vw;
    grid-row-gap: .7vw;
  }

  .header_drop_bottom {
    grid-column-gap: .866667vw;
    grid-row-gap: .866667vw;
    padding: .666667vw;
    bottom: -1vw;
    left: -.666667vw;
  }

  .header_icon {
    width: .8vw;
  }

  .header_link {
    font-size: 1.25vw;
  }

  .header_block {
    top: 48%;
  }

  .time_item.is--text {
    width: 4vw;
  }

  .time_number {
    font-size: 1.86667vw;
  }

  .time_text {
    font-size: .95vw;
  }

  .time_line {
    height: 1.3vw;
    margin-top: .3vw;
  }

  .header_logo {
    width: 11.0345vw;
  }

  .header_dropdown {
    grid-column-gap: .866667vw;
    grid-row-gap: .866667vw;
    padding: 0;
    top: 6vw;
    left: 2.3vw;
  }

  .header_dropdown.is--2 {
    left: 9vw;
  }

  .pixel_wrapper {
    bottom: 0%;
  }

  .h2-event {
    width: 65vw;
    margin-bottom: 5.55556vw;
    font-size: 3.47222vw;
  }

  .p-16-h.is-event {
    width: 23.6111vw;
    font-size: 1.25vw;
  }

  .p-16-h.is--day {
    font-size: 1.4vw;
  }

  .p-16-h.is--zone {
    width: 73%;
    font-size: 1.25vw;
  }

  .img-event-wrapper {
    width: 31.9444vw;
    bottom: 4.16667vw;
    right: 1.38889vw;
  }

  .team-header {
    padding: 1.38889vw 2.77778vw;
  }

  .button-accordion {
    width: 3vw;
  }

  .swiper.swiper-team {
    width: 82vw;
  }

  .swiper.track-slider {
    min-height: 20vw;
  }

  .swiper.swiper-treack {
    overflow: visible;
  }

  .swiper-wrapper.swiper-wrapper-team {
    max-height: 53vw;
  }

  .swiper-wrapper.swiper-wrapper-treack {
    flex-flow: row;
  }

  .swiper-slide.swiper-slide-team {
    grid-column-gap: 1.2vw;
    grid-row-gap: 1.2vw;
    height: 26.4vw;
    padding-right: .8vw;
  }

  .h2-big-2 {
    letter-spacing: -2.1px;
    font-size: 4.86111vw;
  }

  .p-16-h-2 {
    font-size: 1.25vw;
  }

  .img-3d-absolute {
    top: 29.4vw;
  }

  .img-3d-absolute.is--2 {
    width: 55vw;
    top: -2.1vw;
    left: -15.3vw;
  }

  .p-16-h-3 {
    font-size: 1.25vw;
  }

  .pudding-block-2 {
    padding-top: 14.2361vw;
    padding-bottom: 14.2361vw;
  }

  .p-12-h {
    font-size: .902778vw;
  }

  .p-12-h.is--centr {
    font-size: .972222vw;
  }

  .track-descr-wrapper {
    height: 20vw;
  }

  .p-16-h-4 {
    font-size: 1.25vw;
  }

  .p-16-h-4.is--upper-case.is--centr.team {
    font-size: 1.38889vw;
  }

  .p-16-h-4.is--slide {
    width: 19.4444vw;
  }

  .h2-medium {
    font-size: 4.86111vw;
  }

  .h3-default {
    font-size: 1.94444vw;
  }

  .h3-default.is--small {
    font-size: 1.38889vw;
  }

  .track-item {
    height: 35vw;
    padding: 2.77778vw;
  }

  .track-wrapper {
    border-radius: 45px;
    width: 76vw;
    margin-top: 4vw;
  }

  .track-wrapper.active {
    width: 76vw;
  }

  .prev-btn, .next-btn {
    width: 2.22222vw;
    height: 2.22222vw;
  }

  .team-inner {
    padding-top: 2.8vw;
    padding-bottom: 1.2vw;
    padding-left: 3vw;
  }

  .timer-item {
    height: 12.1528vw;
  }

  .ticket-no-wrapper {
    grid-column-gap: .5vw;
    grid-row-gap: .5vw;
    margin-top: 1.8vw;
  }

  .p-11 {
    font-size: .9375vw;
  }

  .ticket-wrapper {
    margin-top: 3.68056vw;
  }

  .p-20 {
    font-size: 1.66667vw;
  }

  .ticket-front {
    z-index: 10;
  }

  .ticket {
    width: 20vw;
    height: 35vw;
  }

  .ticket-text {
    width: 19.375vw;
    margin-top: 2.08333vw;
    font-size: 1.3vw;
  }

  .padding-block {
    padding-top: 14.2361vw;
    padding-bottom: 14.2361vw;
  }

  .padding-block.is--ticket {
    padding-bottom: 28vw;
  }

  .padding-block.is--faq {
    padding-bottom: 33vw;
  }

  .padding-block.is--footer {
    padding-bottom: 2.77778vw;
  }

  .p-dm {
    font-size: 5.97222vw;
  }

  .ticket-list {
    grid-column-gap: .6vw;
    grid-row-gap: .6vw;
    margin-top: 1.8vw;
  }

  .ticket-back {
    flex-flow: column;
    justify-content: space-between;
    display: flex;
  }

  .ticket-btn {
    width: 13.1944vw;
    height: 3.125vw;
    margin-top: 4vw;
  }

  .front-text-wrapper {
    grid-column-gap: .5vw;
    grid-row-gap: .5vw;
  }

  .black-block-card-wrapper {
    grid-column-gap: 2.08333vw;
    grid-row-gap: 2.08333vw;
    margin-top: 8.68056vw;
  }

  .day-card {
    border-radius: 3vw;
    height: 23.6111vw;
    padding: 3.5vw;
  }

  .black-bottom-img {
    width: 30.5556vw;
    bottom: -11.8056vw;
    right: -9.375vw;
  }

  .info-block {
    padding: .6vw .8vw;
  }

  .info-text {
    font-size: .972222vw;
  }

  .read-img-wrapper {
    width: 26.3889vw;
  }

  .banner-section {
    height: 76vw;
  }

  .banner-arrow {
    width: 17.3611vw;
    top: 17.7083vw;
    left: 13.8889vw;
  }

  .zone-cards-wrapper {
    grid-column-gap: 1vw;
    grid-row-gap: 1vw;
    margin-top: 5.55556vw;
  }

  .zone-card {
    padding: 1.52778vw;
  }

  .zone-card-btn {
    height: 3.5vw;
  }

  .faq-wrapper {
    width: 63.8889vw;
    margin-top: 5.55556vw;
    margin-left: auto;
  }

  .faq-block {
    padding: 2.08333vw 1.38889vw 2.08vw;
  }

  .h3-faq {
    font-size: 1.94444vw;
  }

  .faq-btn-wrapper {
    width: 2.43056vw;
    height: 2.43056vw;
  }

  .p-18 {
    max-width: 65%;
    font-size: 1.25vw;
  }

  .p-18.is--white {
    max-width: 25vw;
    margin-top: 2.77778vw;
  }

  .faq-inner {
    padding-top: 1.6vw;
  }

  .social-wrapper {
    grid-column-gap: .868056vw;
    grid-row-gap: .868056vw;
  }

  .social-item {
    width: 4.4vw;
    height: 4.4vw;
  }

  .footer-btn-wrapper {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    margin-top: 7.29167vw;
  }

  .fotter-btn {
    width: 20.8333vw;
    height: 4.16667vw;
  }

  .footer-right-wrapper {
    margin-left: 0%;
  }

  .footer-logo-wrapper {
    cursor: auto;
    width: 47.5694vw;
  }

  .text-load {
    padding: 4vw;
  }

  .load-text-wrapper {
    width: 14vw;
    height: 9vw;
  }

  .link-team {
    top: -10vw;
  }

  .day-list {
    margin-top: 2vw;
  }

  .p-day-item {
    font-size: 1.15vw;
  }

  .black-box {
    width: .6vw;
    height: .6vw;
  }
}

@media screen and (min-width: 1920px) {
  .hero-section {
    background-image: linear-gradient(#c28bf9, #c7c0ff 33%, #4f930b);
  }

  .h1 {
    font-size: 5.88542vw;
  }

  .h1-wrapper {
    grid-column-gap: 2.60417vw;
    grid-row-gap: 2.60417vw;
  }

  .p-old-24 {
    font-size: 1.66667vw;
  }

  .marquee-item.is--1 {
    width: 7.39583vw;
  }

  .marquee-item.is--4 {
    width: 22.7604vw;
  }

  .hero-btn {
    width: 14.1667vw;
    height: 3.125vw;
  }

  .p-14-h {
    font-size: .9375vw;
  }

  .p-14-h.is--black.is--zone {
    font-size: .703704vw;
  }

  .second-section {
    background-image: linear-gradient(#f8f8f8, #f5f8e3);
  }

  .padding-block2 {
    padding-top: 13.0208vw;
    padding-bottom: 13.0208vw;
  }

  .h2-big {
    color: #000;
    text-align: center;
    letter-spacing: -2.7px;
    text-transform: uppercase;
    max-width: 75vw;
    margin: 0 auto;
    font-family: Helveticaneuecyr, Arial, sans-serif;
    font-size: 4.6875vw;
    font-weight: 500;
    line-height: 110%;
  }

  .h2-big.is-read {
    max-width: 80.7292vw;
  }

  .header_drop_top {
    grid-column-gap: .631579vw;
    grid-row-gap: .631579vw;
  }

  .header_drop_bottom {
    padding: .52vw;
    left: -.52vw;
  }

  .header_icon {
    width: .7vw;
  }

  .header_link {
    font-size: .9375vw;
  }

  .time_item.is--text {
    width: 3.2vw;
  }

  .time_number {
    font-size: 1.45833vw;
  }

  .time_text {
    font-size: .729167vw;
  }

  .time_line {
    height: .95vw;
    margin-top: .2vw;
  }

  .header_dropdown {
    padding: 0;
    top: 6vw;
    left: 2.5vw;
  }

  .header_dropdown.is--2 {
    left: 8vw;
  }

  .pixel.is--black {
    background-color: #111;
  }

  .pixel.is-banner {
    background-color: #c7c0ff;
  }

  .h2-event {
    width: 60.4167vw;
    margin-bottom: 4vw;
    font-size: 3.125vw;
  }

  .p-16-h.is-event {
    width: 18vw;
  }

  .p-16-h.is--day {
    width: 26vw;
    font-size: 1.25vw;
  }

  .p-16-h.is--zone {
    width: 73%;
  }

  .img-event-wrapper {
    width: 27.6042vw;
    bottom: 9.63542vw;
    right: 4.42708vw;
  }

  .team-header {
    padding: 1vw 2vw;
  }

  .button-accordion {
    width: 2.25vw;
  }

  .swiper.swiper-team {
    width: 85vw;
  }

  .swiper.track-slider {
    min-height: 19vw;
  }

  .swiper.swiper-treack {
    overflow: visible;
  }

  .swiper-wrapper.swiper-wrapper-team {
    max-height: 44.5vw;
  }

  .swiper-slide.swiper-slide-team {
    height: 22vw;
    padding-right: .6vw;
  }

  .h2-big-2 {
    color: #000;
    text-align: center;
    letter-spacing: -2.7px;
    text-transform: uppercase;
    max-width: 75vw;
    margin: 0 auto;
    font-family: Helveticaneuecyr, Arial, sans-serif;
    font-size: 4.6875vw;
    font-weight: 500;
    line-height: 110%;
  }

  .p-16-h-2.is--white {
    font-size: .9375vw;
  }

  .img-3d-absolute {
    top: 27.6vw;
  }

  .img-3d-absolute.is--2 {
    width: 50vw;
  }

  .pudding-block-2 {
    padding-top: 13.0208vw;
    padding-bottom: 13.0208vw;
  }

  .p-12-h {
    font-size: .703125vw;
  }

  .p-12-h.is--centr {
    font-size: .833333vw;
  }

  .p-12-h.is--margine {
    margin-top: 1vw;
  }

  .track-right-block {
    width: 43vw;
  }

  .track-descr-wrapper {
    flex-flow: column;
    justify-content: space-between;
    align-items: stretch;
    height: 19vw;
    display: flex;
  }

  .p-16-h-4.is--slide {
    font-size: .9375vw;
  }

  .h2-medium {
    font-size: 4.6875vw;
  }

  .h3-default {
    font-size: 1.97917vw;
  }

  .h3-default.is--small {
    font-size: 1.25vw;
  }

  .track-item {
    height: 30.6771vw;
    padding: 2.08333vw;
  }

  .track-wrapper {
    width: 70vw;
    margin-top: 6.09375vw;
  }

  .track-wrapper.active {
    width: 65vw;
  }

  .prev-btn, .next-btn {
    width: 1.71875vw;
    height: 1.71875vw;
  }

  .team-inner {
    padding-left: 2vw;
  }

  .timer-item {
    height: 10.0521vw;
  }

  .p-11 {
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 0;
    font-family: Helvetica Neue, Arial, sans-serif;
    font-size: .9375vw;
    line-height: 110%;
  }

  .ticket-wrapper {
    margin-top: 5.72917vw;
  }

  .p-20 {
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 0;
    font-family: Helvetica Neue, Arial, sans-serif;
    font-size: 1.66667vw;
    line-height: 110%;
  }

  .p-20.is--yellow {
    color: #dafb17;
    font-family: Oldstandardtt, Arial, sans-serif;
    font-style: italic;
  }

  .p-20.is--gray {
    color: #ffffffb3;
    text-shadow: 0 1px 1px #0003;
    word-break: normal;
    text-decoration: line-through;
  }

  .ticket-front {
    background-image: url('../images/556457_1556457.webp');
    background-position: 0 0;
    background-size: cover;
    flex-flow: column;
    justify-content: flex-end;
    align-items: stretch;
    width: 100%;
    height: 100%;
    padding-bottom: 2.5vw;
    padding-left: 1.5vw;
    padding-right: 1.5vw;
    display: flex;
  }

  .ticket-text {
    margin-top: 4.16667vw;
    font-size: 1.3vw;
  }

  .front-first-text_wrapper {
    justify-content: space-between;
    width: 100%;
    display: flex;
  }

  .front-first-text_wrapper.is--3 {
    margin-top: 1vw;
  }

  .padding-block {
    padding-top: 13.0208vw;
    padding-bottom: 13.0208vw;
  }

  .padding-block.is--black {
    padding-top: 0;
    padding-bottom: 19.8vw;
  }

  .padding-block.is--footer {
    padding-bottom: 2.60417vw;
  }

  .p-dm {
    font-size: 6.09375vw;
  }

  .ticket-back {
    background-image: url('../images/45653114_145653114.webp');
    background-position: 0 0;
    background-size: cover;
    width: 100%;
    height: 100%;
  }

  .ticket-btn {
    -webkit-backdrop-filter: blur(3.2px);
    backdrop-filter: blur(3.2px);
    background-color: #dafb1775;
    border-radius: 105px;
    justify-content: center;
    align-items: center;
    width: 13.0208vw;
    height: 3.125vw;
    margin-top: 5.72917vw;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
    box-shadow: inset 0 0 12.084px #dafb17, inset -1.051px -1.051px 1.051px #dafb17, inset 1.051px 1.051px 4.203px #dafb17, inset -1.051px -1.051px 1.051px #c4c4c440;
  }

  .front-text-wrapper {
    grid-column-gap: .5vw;
    grid-row-gap: .5vw;
    flex-flow: column;
    display: flex;
  }

  .black-block-card-wrapper {
    margin-top: 6vw;
  }

  .day-card {
    height: 20.8333vw;
    padding: 3.125vw;
  }

  .black-bottom-img {
    width: 30.2083vw;
    bottom: -6.04167vw;
    right: -9.375vw;
  }

  .info-text {
    font-size: .9375vw;
  }

  .read-img-wrapper {
    width: 28.6458vw;
  }

  .banner-section {
    height: 75.5208vw;
  }

  .banner-arrow {
    width: 17.1875vw;
    top: 17.7083vw;
    left: 14.5833vw;
  }

  .zone-cards-wrapper {
    margin-top: 6.25vw;
  }

  .zone-card {
    padding: 1.5625vw;
  }

  .zone-card-btn {
    height: 3.3vw;
  }

  .faq-wrapper {
    width: 64.4271vw;
  }

  .faq-block {
    padding: 1.5625vw 1.04167vw 0;
  }

  .h3-faq {
    font-size: 1.66667vw;
  }

  .faq-btn-wrapper {
    width: 2.23958vw;
    height: 2.23958vw;
  }

  .p-18 {
    font-size: .9375vw;
  }

  .p-18.is--white {
    max-width: 20vw;
    margin-top: 3.125vw;
  }

  .faq-inner {
    padding-top: 1.5625vw;
  }

  .social-wrapper {
    grid-column-gap: .6vw;
    grid-row-gap: .6vw;
  }

  .social-item {
    width: 3.5vw;
    height: 3.5vw;
  }

  .footer-btn-wrapper {
    margin-top: 4.16667vw;
  }

  .fotter-btn {
    width: 15.625vw;
    height: 3.125vw;
  }

  .footer-logo-wrapper {
    cursor: auto;
    width: 47.9167vw;
  }

  .day-list {
    margin-top: 1vw;
  }

  .p-day-item {
    font-size: .9375vw;
  }

  .black-box {
    width: .5vw;
    height: .5vw;
  }
}

@media screen and (max-width: 991px) {
  .erase-canvas {
    pointer-events: auto;
  }

  .ticket-btn {
    -webkit-backdrop-filter: blur(3.1px);
    backdrop-filter: blur(3.1px);
    background-color: #dafb1775;
    border-radius: 105px;
    box-shadow: inset 0 0 12.084px #dafb17, inset -1.051px -1.051px 1.051px #dafb17, inset 1.051px 1.051px 4.203px #dafb17, inset -1.051px -1.051px 1.051px #c4c4c440;
  }
}

@media screen and (max-width: 767px) {
  .hero-section {
    padding-bottom: 72vw;
    overflow: visible;
  }

  .container.is-header {
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
    display: flex;
  }

  .erasable-section {
    overflow: hidden;
  }

  .erase-canvas {
    pointer-events: auto;
  }

  .hero-3d-image.is--1 {
    width: 25vw;
    top: 6.5vw;
    left: 52.0333vw;
  }

  .hero-3d-image.is--2 {
    width: 26.6667vw;
    top: 17.9vw;
    left: 14.175vw;
  }

  .hero-3d-image.is--3 {
    width: 35vw;
    top: 54.4333vw;
    left: 22.4944vw;
  }

  .hero-3d-image.is--4 {
    width: 20vw;
    top: 40.0917vw;
    left: 71.825vw;
  }

  .h1 {
    font-size: 11.2vw;
  }

  .h1-wrapper {
    grid-column-gap: 8vw;
    grid-row-gap: 8vw;
  }

  .p-old-24 {
    font-size: 4.8vw;
  }

  .p-old-24.is--black {
    font-size: 6.4vw;
    line-height: 120%;
  }

  .p-old-24.is--black.is--card {
    font-size: 4.5vw;
  }

  .marquee-item {
    height: 6vw;
    margin-right: 6vw;
  }

  .marquee-item.is--1 {
    width: 10vw;
  }

  .marquee-item.is--2 {
    width: 15.3333vw;
  }

  .marquee-item.is--3 {
    width: 11.7333vw;
    margin-right: 6vw;
  }

  .marquee-item.is--4 {
    width: 32.6667vw;
  }

  .marquee-item.is--5 {
    width: 12.5333vw;
  }

  .hero-btn-wrapper {
    grid-column-gap: 1vw;
    grid-row-gap: 1vw;
    margin-top: 8vw;
    position: static;
  }

  .hero-btn-wrapper.is--none {
    -webkit-backdrop-filter: blur(15px);
    backdrop-filter: blur(15px);
    background-color: #00000026;
    width: 100%;
    padding: 3vw;
    display: flex;
    position: fixed;
    inset: auto 0 0;
  }

  .hero-btn-wrapper.is--header {
    display: none;
  }

  .hero-btn-wrapper.is--menu {
    margin-top: 15vw;
  }

  .hero-btn {
    width: 100%;
    height: 12vw;
  }

  .p-14-h {
    font-size: 4.26667vw;
  }

  .p-14-h.is--black {
    font-size: 3.6vw;
  }

  .p-14-h.is--black.is--zone {
    font-size: 4.26vw;
  }

  .p-14-h.is--glass {
    color: #000;
    text-align: center;
    max-width: 70%;
    font-family: Helveticaneuecyr, Arial, sans-serif;
    font-weight: 700;
  }

  .p-14-h.is--menu {
    font-size: 6.4vw;
  }

  .padding-block2 {
    padding-top: 37vw;
    padding-bottom: 37vw;
  }

  .padding-block2.is--buble {
    padding-bottom: 10vw;
  }

  .h2-big {
    letter-spacing: -.84px;
    max-width: 100%;
    font-size: 8vw;
  }

  .h2-big.is-read {
    max-width: 77.3333vw;
    font-size: 7.46667vw;
  }

  .h2-big.is--zone {
    font-size: 7.46667vw;
  }

  .h2-big.is--faq {
    font-family: Helvetica Neue, Arial, sans-serif;
    font-size: 7.5vw;
    font-weight: 400;
  }

  .header {
    z-index: 110;
    -webkit-backdrop-filter: blur(15px);
    backdrop-filter: blur(15px);
    pointer-events: auto;
    background-color: #00000026;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
  }

  .header_list {
    grid-column-gap: .8vw;
    grid-row-gap: .8vw;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-left: 0;
    margin-right: auto;
    display: none;
  }

  .header_drop_top {
    grid-column-gap: 2.3vw;
    grid-row-gap: 2.3vw;
    margin-bottom: 0;
    padding-bottom: 0;
  }

  .header_drop_bottom {
    margin-top: 1vw;
    margin-bottom: 1vw;
    position: static;
    transform: none;
  }

  .header_icon {
    width: 2.4vw;
  }

  .header_link {
    font-size: 4.26667vw;
  }

  .header_block {
    margin-left: auto;
    position: relative;
    top: 0%;
    left: auto;
    transform: none;
  }

  .time_item.is--text {
    width: 13vw;
  }

  .time_number {
    font-size: 7.5vw;
  }

  .time_text {
    font-size: 3.5vw;
  }

  .time_line {
    height: 4.8vw;
    margin-top: 1.6vw;
  }

  .header_logo {
    justify-content: center;
    align-items: flex-start;
    width: 51.4667vw;
    top: 0%;
    transform: translate(-50%);
  }

  .header_dropdown {
    height: 0;
    display: none;
    position: static;
    transform: none;
  }

  .pixel_wrapper {
    z-index: 5;
    bottom: 0%;
    left: 50%;
    transform: translate(-50%);
  }

  .pixel_wrapper.is-black {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    margin-bottom: -8vw;
  }

  .pixel_wrapper.is-banner {
    grid-template-rows: auto auto auto auto auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    display: none;
  }

  .pixel_wrapper.is--faq {
    grid-template-rows: auto auto auto auto;
  }

  .pixel {
    width: 10vw;
    height: 10vw;
  }

  .event-section {
    overflow: visible;
  }

  .h2-event {
    width: 85vw;
    margin-bottom: 10.6667vw;
    font-size: 5.86667vw;
  }

  .h2-event.team {
    font-family: Helvetica Neue, Arial, sans-serif;
    font-size: 5.34vw;
    font-weight: 400;
  }

  .h2-event.is--white {
    font-size: 7.46667vw;
  }

  .p-16-h.is-event {
    width: 74.6667vw;
    font-size: 4.26vw;
  }

  .p-16-h.is--day {
    width: 95%;
    font-size: 3.7vw;
  }

  .p-16-h.is--zone {
    width: 100%;
    font-size: 4.26667vw;
  }

  .img-event-wrapper {
    z-index: 50;
    width: 41.3333vw;
    top: -44.5333vw;
    bottom: auto;
    right: 0;
  }

  .team-header {
    padding: 4vw 5.4vw;
  }

  .team-header.is--3 {
    grid-column-gap: 1vw;
    grid-row-gap: 1vw;
  }

  .button-accordion {
    width: 4.3vw;
  }

  .swiper.swiper-team {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-left: 5.4vw;
    padding-right: 5.4vw;
  }

  .swiper.track-slider {
    min-height: auto;
  }

  .swiper.swiper-treack {
    grid-column-gap: 0vw;
    grid-row-gap: 0vw;
    flex-flow: column;
    width: 100%;
    height: auto;
    display: flex;
  }

  .swiper.mobile-cube {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    position: relative;
  }

  .swiper-wrapper.swiper-wrapper-team {
    max-height: 134vw;
  }

  .swiper-wrapper.swiper-wrapper-treack {
    grid-column-gap: 0vw;
    grid-row-gap: 0vw;
  }

  .swiper-wrapper.mobile-cube {
    flex-flow: row;
  }

  .swiper-slide.swiper-slide-team {
    grid-column-gap: 2vw;
    grid-row-gap: 2vw;
    height: 66.6667vw;
    padding-right: 2vw;
  }

  .swiper-slide.swiper-slide-2 {
    grid-column-gap: 2.4vw;
    grid-row-gap: 2.4vw;
  }

  .swiper-slide.slider-treack {
    width: 100%;
  }

  .swiper-slide.mobile-cube {
    border: 1px solid #000;
    width: 100%;
  }

  .h2-big-2 {
    letter-spacing: -.84px;
    max-width: 100%;
    font-size: 7.6vw;
  }

  .h2-big-2.is--white {
    max-width: 98%;
    margin-left: 0;
    font-size: 8.1vw;
    font-weight: 500;
  }

  .p-16-h-2 {
    font-size: 4.26667vw;
  }

  .p-16-h-2.is--second {
    max-width: 100%;
    margin-top: 32vw;
    font-size: 4.26667vw;
  }

  .img-3d-absolute {
    width: 60vw;
    top: 44.4vw;
    left: -18.4vw;
  }

  .img-3d-absolute.is--2 {
    width: 60vw;
    top: 4.9vw;
    left: 63.1vw;
  }

  .img-3d-absolute.is--2.pixel-image {
    top: 4.6vw;
  }

  .p-16-h-3 {
    font-size: 4.26667vw;
  }

  .p-16-h-3.is--second {
    max-width: 100%;
    margin-top: 32vw;
    font-size: 4.26667vw;
  }

  .track-left-block {
    justify-content: flex-start;
    width: 100%;
    height: 56.2667vw;
  }

  .track-text-wrapper {
    grid-column-gap: 2.66667vw;
    grid-row-gap: 2.66667vw;
  }

  .p-12-h {
    font-size: 3.73333vw;
  }

  .p-12-h.is--centr {
    font-size: 2.66667vw;
  }

  .p-12-h.is--centr.team {
    font-size: 3.73333vw;
  }

  .p-12-h.is--centr.team.speaker-position {
    text-align: center;
  }

  .p-12-h.is--margine {
    margin-top: 4vw;
  }

  .track-section {
    background-color: #0000;
    background-image: url('../images/456522_1.webp');
    background-position: 50%;
    background-size: cover;
  }

  .track-right-block {
    width: 100%;
    margin-top: auto;
  }

  .swiper-btn-wrapper {
    display: none;
    position: absolute;
    top: 120vw;
    left: 50%;
    transform: translate(-50%);
  }

  .swiper-btn-wrapper.is-treack {
    justify-content: center;
    align-items: center;
    margin-top: 10.6667vw;
    display: flex;
    position: static;
    top: 0;
    left: 0%;
    transform: none;
  }

  .swiper-btn-wrapper.is-team {
    grid-column-gap: 1.5vw;
    grid-row-gap: 1.5vw;
    flex: none;
    justify-content: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    position: static;
    top: 0;
    left: 0%;
    transform: none;
  }

  .swiper-btn-wrapper.is--cube {
    z-index: 15;
    justify-content: space-between;
    align-items: stretch;
    width: 100%;
    padding-left: 2.33333vw;
    padding-right: 2.33333vw;
    display: none;
    top: 50%;
    left: 0%;
    transform: translate(0, -50%);
  }

  .track-descr-wrapper {
    height: auto;
    margin-top: 5.33333vw;
    margin-bottom: 8vw;
  }

  .p-16-h-4 {
    font-size: 4.26667vw;
  }

  .p-16-h-4.is--upper-case, .p-16-h-4.is--upper-case.is--centr {
    font-size: 3.73333vw;
  }

  .p-16-h-4.is--upper-case.is--centr.team {
    font-size: 4.26667vw;
  }

  .p-16-h-4.is--slide {
    font-size: 4vw;
  }

  .h2-medium {
    font-size: 7.46667vw;
  }

  .h3-default {
    font-size: 6.4vw;
  }

  .track-item {
    flex-flow: column;
    width: 100%;
    height: 140vw;
    padding: 8.26667vw;
    position: relative;
  }

  .track-wrapper, .track-wrapper.active {
    width: 100%;
  }

  .prev-btn, .next-btn {
    width: 6.66667vw;
    height: 6.66667vw;
  }

  .team-inner {
    grid-column-gap: 5vw;
    grid-row-gap: 5vw;
    flex-flow: column-reverse;
    justify-content: space-between;
    align-items: flex-start;
    padding-top: 5vw;
    padding-bottom: 10vw;
    padding-left: 0;
  }

  .timer-item {
    border-radius: 8vw;
    height: 21.3333vw;
  }

  .ticket-no-wrapper {
    margin-top: 5vw;
  }

  .p-11 {
    font-size: 3.2vw;
  }

  .ticket-wrapper {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    margin-top: 10.6667vw;
    display: flex;
  }

  .p-20 {
    font-size: 5.33333vw;
  }

  .ticket-front {
    border-radius: 5vw;
    padding-bottom: 5.33333vw;
    padding-left: 5.33333vw;
    padding-right: 5.33333vw;
  }

  .ticket {
    width: 72vw;
    height: 125.333vw;
  }

  .ticket.is--2 {
    transform: rotate(2deg);
  }

  .ticket.is--3 {
    transform: rotate(1.8deg);
  }

  .ticket.is--1 {
    transform: rotate(-3.4deg);
  }

  .timer-wrapper {
    margin-top: 8vw;
  }

  .ticket-text {
    width: 53.3333vw;
    margin-top: 8vw;
    font-size: 4.26667vw;
  }

  .front-first-text_wrapper.is--3 {
    margin-top: 4vw;
  }

  .padding-block.is--black {
    padding-top: 0;
    padding-bottom: 37.3333vw;
  }

  .padding-block.is--ticket {
    padding-bottom: 72vw;
  }

  .padding-block.is--zone {
    padding-top: 37.3333vw;
    padding-bottom: 37.3333vw;
  }

  .padding-block.is--faq {
    padding-bottom: 82vw;
  }

  .p-dm {
    font-size: 8vw;
  }

  .ticket-list {
    grid-column-gap: 2.5vw;
    grid-row-gap: 2.5vw;
    margin-top: 12vw;
  }

  .ticket-back {
    border-radius: 5vw;
    flex-flow: column;
    justify-content: space-between;
    padding: 5.33333vw;
    display: flex;
  }

  .ticket-btn {
    width: 53.3333vw;
    height: 10.6667vw;
    margin-top: 17.3333vw;
  }

  .front-text-wrapper {
    grid-column-gap: 4vw;
    grid-row-gap: 4vw;
  }

  .black-section {
    margin-top: -10vw;
    padding-top: 20vw;
  }

  .black-content-wrapper {
    z-index: 1;
    margin-top: 0;
    position: relative;
  }

  .black-block-card-wrapper {
    grid-column-gap: 5vw;
    grid-row-gap: 5vw;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    margin-top: 10vw;
  }

  .day-card {
    height: 72vw;
    padding: 8vw;
  }

  .is--font {
    display: block;
  }

  .hide-mob, .black-line {
    display: none;
  }

  .black-bottom-img {
    width: 60vw;
    bottom: -13.3333vw;
    right: -21.3333vw;
  }

  .info-block {
    display: none;
  }

  .read-section {
    height: 100vw;
  }

  .read-img-wrapper {
    width: 26.6667vw;
  }

  .read-blur {
    display: none;
  }

  .banner-section {
    background-image: url('../images/381148443_11495420-2_1.webp');
    background-position: 70% 0;
    height: 160vw;
  }

  .banner-section.liquid-section-2 {
    background-image: url('../images/381148443_11495420-2_1.webp');
  }

  .banner-arrow {
    display: none;
  }

  .track-pin {
    height: auto;
  }

  .zone-section {
    background-image: url('../images/561212_1.webp');
    background-position: 50%;
    background-size: cover;
  }

  .zone-heading-wrapper {
    grid-column-gap: 10.6667vw;
    grid-row-gap: 10.6667vw;
    grid-template-columns: 1fr;
  }

  .zone-cards-wrapper {
    flex-flow: column;
    margin-top: 21.3333vw;
  }

  .zone-card {
    width: 100%;
    height: 80vw;
    padding: 5.33333vw;
  }

  .zone-card-btn {
    height: 11.4667vw;
    margin-top: 4vw;
  }

  .faq-section {
    background-image: url('../images/484545_1.webp');
  }

  .faq-block {
    padding: 5.33333vw;
  }

  .faq-header {
    grid-column-gap: 4vw;
    grid-row-gap: 4vw;
  }

  .h3-faq {
    font-size: 4.8vw;
  }

  .faq-btn-wrapper {
    width: 6.66667vw;
    height: 6.66667vw;
  }

  .p-18 {
    max-width: 100%;
    font-size: 4.26667vw;
  }

  .p-18.is--white {
    max-width: 100%;
    margin-top: 8vw;
  }

  .p-18.is--cube {
    color: #fff;
    text-transform: uppercase;
  }

  .footer-content-wrapper {
    flex-flow: column;
  }

  .footer-left-wrapper {
    width: 100%;
  }

  .social-wrapper {
    grid-column-gap: 0vw;
    grid-row-gap: 0vw;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    width: 59.2vw;
    margin-left: auto;
    margin-right: auto;
    display: grid;
  }

  .social-item {
    width: 13.3vw;
    height: 13.3vw;
  }

  .footer-btn-wrapper {
    grid-column-gap: 2vw;
    grid-row-gap: 2vw;
    width: 100%;
    height: auto;
    margin-top: 16vw;
    display: flex;
  }

  .fotter-btn {
    width: 100%;
    height: 11.7333vw;
  }

  .footer-right-wrapper {
    width: 100%;
    margin-top: 11.2vw;
    margin-left: 0%;
  }

  .footer-logo-wrapper {
    width: 100%;
    margin-top: 26.6667vw;
  }

  .bg-anim {
    height: 100%;
  }

  .bg-anim.is-card, .bg-anim.is--faq, .bg-anim.is-treack {
    display: none;
  }

  .burger-img-wrapper {
    flex: none;
    width: 10vw;
    height: 10vw;
    display: block;
    position: relative;
  }

  .burger-img, .cross-img {
    width: 100%;
    height: 100%;
    transition: opacity .5s;
    position: absolute;
    inset: 0%;
  }

  .menu {
    z-index: 110;
    opacity: 0;
    -webkit-backdrop-filter: blur(15px);
    backdrop-filter: blur(15px);
    pointer-events: none;
    background-color: #00000026;
    flex-flow: column;
    width: 100%;
    height: calc(100vh - 20vw);
    margin-top: 0;
    padding-bottom: 5vw;
    padding-left: 3vw;
    padding-right: 3vw;
    transition-property: opacity;
    transition-duration: .5s;
    transition-timing-function: ease;
    display: flex;
    position: fixed;
    inset: 20vw 0% 0%;
    overflow: scroll;
  }

  .p-menu {
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 0;
    font-size: 11.2vw;
    line-height: 100%;
  }

  .menu-nav {
    grid-column-gap: 0vw;
    grid-row-gap: 0vw;
    flex-flow: column;
    margin-bottom: 0;
    padding-left: 0;
    list-style-type: none;
    display: flex;
  }

  .menu-nav-item.is--3 {
    justify-content: space-between;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .menu-list {
    grid-column-gap: 8vw;
    grid-row-gap: 8vw;
    flex-flow: column;
    margin-top: 8vw;
    margin-bottom: 0;
    padding-left: 0;
    list-style-type: none;
    display: flex;
  }

  .menu-list.is--1 {
    margin-top: 5vw;
  }

  .menu-link {
    text-decoration: none;
  }

  .menu-link.is--3 {
    justify-content: space-between;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .arrow-menu-img {
    width: 8vw;
    height: 8vw;
  }

  .preload-text.is--1 {
    height: 7vw;
    margin-right: -.5vw;
    font-size: 8vw;
  }

  .preload-text.is--2 {
    height: 7vw;
    font-size: 8vw;
  }

  .text-load {
    padding: 6vw;
    font-size: 10vw;
  }

  .load-text-wrapper {
    width: 24vw;
    height: 16vw;
  }

  .link-team {
    top: -20vw;
  }

  .btn-glass {
    background-color: #c7c0ff75;
    border-radius: 40vw;
    justify-content: center;
    align-items: center;
    width: 47.2vw;
    height: 47.2vw;
    margin-top: 10.6667vw;
    margin-left: auto;
    margin-right: auto;
    text-decoration: none;
    display: flex;
    box-shadow: inset 0 0 16.491px #c7c0ff, inset -1.434px -1.434px 1.434px #c7c0ff, inset 1.434px 1.434px 5.736px #c7c0ff, inset -1.434px -1.434px 1.434px #c4c4c440;
  }

  .btn-glass.is--2 {
    -webkit-backdrop-filter: blur(15px);
    backdrop-filter: blur(15px);
    position: absolute;
    top: 55.1vw;
    left: 47.4vw;
    overflow: visible;
  }

  .cube-mobile-section {
    background-image: linear-gradient(#f8f8f8, #dafb17);
    padding-top: 5vw;
    padding-bottom: 20vw;
    display: block;
    position: relative;
  }

  .cube-slide-wrapper {
    flex-flow: column;
    justify-content: space-between;
    align-items: stretch;
    height: 94vw;
    padding: 5.33333vw;
    display: flex;
  }

  .paragraph {
    margin-bottom: 0;
  }

  .cube-maim-text {
    color: #000;
    text-transform: uppercase;
    margin-bottom: 0;
    font-family: Dmmono, Arial, sans-serif;
    font-size: 18.6667vw;
    line-height: 110%;
  }

  .cube-mobile-btn {
    background-color: #000;
    border-radius: 8vw;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 8.8vw;
    margin-top: 10.6667vw;
    text-decoration: none;
    display: flex;
  }

  .arrov-white-img {
    width: 3.73333vw;
    margin-left: 2.66667vw;
  }

  .cube-section {
    display: none;
  }

  .pixel-container {
    width: auto;
    height: 40vw;
    right: 0;
  }

  .day-list {
    grid-column-gap: 2vw;
    grid-row-gap: 2vw;
    margin-top: 8vw;
  }

  .day-list-item {
    grid-column-gap: 3vw;
    grid-row-gap: 3vw;
  }

  .p-day-item {
    font-size: 3vw;
  }

  .black-box {
    width: 1.5vw;
    height: 1.5vw;
  }
}

@media screen and (max-width: 479px) {
  .container.is--hero {
    padding-top: 30vw;
    padding-bottom: 15vw;
  }

  .erase-canvas {
    pointer-events: auto;
  }

  .hero-3d-image.is--1 {
    width: 32.2667vw;
    top: 36vw;
  }

  .hero-3d-image.is--2 {
    top: 47.2vw;
  }

  .hero-3d-image.is--3 {
    width: 43.4667vw;
    top: 85.3333vw;
    left: 17.1944vw;
  }

  .hero-3d-image.is--4 {
    width: 26.6667vw;
    top: 74.4vw;
  }

  .p-old-24.is--black.is--card {
    font-size: 5.6vw;
  }

  .marquee {
    margin-bottom: 25vw;
  }

  .marquee-wrapper {
    display: flex;
  }

  .marquee-item {
    height: 12vw;
    margin-right: 12vw;
  }

  .marquee-item.is--1 {
    width: 21.3333vw;
  }

  .marquee-item.is--2 {
    width: 30.6667vw;
  }

  .marquee-item.is--3 {
    width: 23.4667vw;
    margin-right: 12vw;
  }

  .marquee-item.is--4 {
    width: 65.3333vw;
  }

  .marquee-item.is--5 {
    width: 25.0667vw;
  }

  .hero-btn-wrapper {
    grid-column-gap: 1vw;
    grid-row-gap: 1vw;
  }

  .hero-btn-wrapper.is--none {
    -webkit-backdrop-filter: blur(15px);
    backdrop-filter: blur(15px);
    background-color: #00000026;
    width: 100%;
    padding-bottom: 3vw;
    padding-left: 3vw;
    padding-right: 3vw;
    display: flex;
    bottom: 0;
    left: 0;
    right: 0;
  }

  .hero-btn {
    height: 12.2667vw;
  }

  .p-14-h {
    font-size: 4.26667vw;
  }

  .h2-big {
    max-width: 100vw;
    font-size: 8vw;
  }

  .h2-big.is--faq {
    font-size: 7.7vw;
  }

  .p-16-h.is--day {
    font-size: 3.7vw;
  }

  .h2-big-2 {
    max-width: 100vw;
    font-size: 8vw;
  }

  .h2-big-2.is--white {
    max-width: 100%;
    font-size: 8.2vw;
  }

  .p-16-h-2 {
    font-size: 4.26667vw;
  }

  .p-16-h-2.is--second {
    max-width: 100%;
    margin-top: 32vw;
    margin-right: auto;
  }

  .img-3d-absolute {
    width: 65vw;
    top: 63.3vw;
    left: -23.3vw;
  }

  .img-3d-absolute.is--2 {
    width: 70vw;
    top: -3.1vw;
    left: 56.5vw;
  }

  .p-16-h-3 {
    font-size: 4.26667vw;
  }

  .p-16-h-3.is--second {
    max-width: 100%;
    margin-top: 32vw;
    margin-right: auto;
  }

  .track-left-block {
    width: 100%;
  }

  .track-text-wrapper {
    grid-column-gap: 1vw;
    grid-row-gap: 1vw;
  }

  .pudding-block-2 {
    padding-top: 37.3333vw;
    padding-bottom: 37.3333vw;
  }

  .track-right-block {
    width: 100%;
  }

  .p-16-h-4 {
    font-size: 4.26667vw;
  }

  .p-16-h-4.is--slide {
    font-size: 4vw;
  }

  .h2-medium {
    font-size: 7.46667vw;
  }

  .h3-default {
    font-size: 5.33333vw;
  }

  .track-item {
    flex-flow: column;
    width: 100%;
    padding: 8.26667vw;
  }

  .track-wrapper {
    margin-top: 10.1333vw;
  }

  .ticket-no-wrapper {
    grid-column-gap: 2.5vw;
    grid-row-gap: 2.5vw;
  }

  .ticket-front.is--2 {
    border-radius: 5vw;
  }

  .padding-block {
    padding-top: 37.3333vw;
    padding-bottom: 37.3333vw;
  }

  .ticket-back {
    border-radius: 5vw;
  }

  .black-content-wrapper {
    margin-top: 0;
  }

  .zone-card {
    border-radius: 5.33333vw;
  }

  .menu-nav {
    width: 100%;
  }

  .menu-nav-item.is--3 {
    justify-content: space-between;
    align-items: center;
  }

  .preloader-grid {
    grid-template-rows: auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  }

  .day-list {
    grid-column-gap: 1.5vw;
    grid-row-gap: 1.5vw;
    margin-top: 6vw;
  }

  .p-day-item {
    font-size: 3.4vw;
  }
}


@font-face {
  font-family: 'Helveticaneuecyr';
  src: url('../fonts/HELVETICANEUECYR-BOLD.TTF') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Helveticaneuecyr';
  src: url('../fonts/HELVETICANEUECYR-MEDIUM.TTF') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Helveticaneuecyr';
  src: url('../fonts/HELVETICANEUECYR-HEAVY.TTF') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Helveticaneuecyr Roman';
  src: url('../fonts/HELVETICANEUECYR-ROMAN.TTF') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Helveticaneuecyr';
  src: url('../fonts/HELVETICANEUECYR-LIGHT.TTF') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Helveticaneuecyr';
  src: url('../fonts/HELVETICANEUECYR-MEDIUMITALIC.TTF') format('truetype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Helveticaneuecyr';
  src: url('../fonts/HELVETICANEUECYR-BOLDITALIC.TTF') format('truetype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Helveticaneuecyr';
  src: url('../fonts/HELVETICANEUECYR-HEAVYITALIC.TTF') format('truetype');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Helveticaneuecyr';
  src: url('../fonts/HELVETICANEUECYR-THIN.TTF') format('truetype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Helveticaneuecyr';
  src: url('../fonts/HELVETICANEUECYR-THINITALIC.TTF') format('truetype');
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Helveticaneuecyr';
  src: url('../fonts/HELVETICANEUECYR-ULTRALIGHTITALIC.TTF') format('truetype');
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Helveticaneuecyr';
  src: url('../fonts/HELVETICANEUECYR-ULTRALIGHT.TTF') format('truetype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Helveticaneuecyr';
  src: url('../fonts/HELVETICANEUECYR-LIGHTITALIC.TTF') format('truetype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Dmmono';
  src: url('../fonts/DMMono-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Dmmono';
  src: url('../fonts/DMMono-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Dmmono';
  src: url('../fonts/DMMono-Italic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Dmmono';
  src: url('../fonts/DMMono-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Dmmono';
  src: url('../fonts/DMMono-LightItalic.ttf') format('truetype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Dmmono';
  src: url('../fonts/DMMono-MediumItalic.ttf') format('truetype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Oldstandardtt';
  src: url('../fonts/OldStandardTT-Italic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Oldstandardtt';
  src: url('../fonts/OldStandardTT-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Oldstandardtt';
  src: url('../fonts/OldStandardTT-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Helvetica Neue';
  src: url('../fonts/helvetica-neue-regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}