@font-face {
  font-family: Leto Text Sans Defect;
  src: url('../fonts/Leto-Text-Sans-Defect.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --fonttitles: Prata, sans-serif;
  --colormain: #357b70;
  --colortransparent: transparent;
  --colorblack: black;
  --fontsecondary: "Leto Text Sans Defect", Arial, sans-serif;
  --colorwhite: white;
  --colorred: #a64232;
  --colorneutral: #f1ede7;
  --colorchery: #b6a5a6;
  --maindescriptiontext: 1.1vw;
  --fonttext: Arial, "Helvetica Neue", Helvetica, sans-serif;
  --maindescriptionindent: 0px;
}

h1 {
  font-family: var(--fonttitles);
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 6vw;
  font-weight: 700;
  line-height: 120%;
}

.big-slider-card {
  border-radius: 8px;
  flex-direction: column;
  justify-content: flex-end;
  width: 100%;
  max-width: 100%;
  height: 100%;
  padding-bottom: 6.76vh;
  padding-left: 1.87vw;
  padding-right: 1.87vw;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.navbar-contact-list {
  grid-column-gap: 2vh;
  grid-row-gap: 2vh;
  flex-direction: column;
  padding-top: 5vh;
  display: flex;
}

.menu-mobile-button {
  cursor: pointer;
  width: 24px;
  height: 24px;
  display: none;
}

.navbar-opened {
  background-color: var(--colormain);
  display: none;
  position: fixed;
  inset: 0;
}

.menu-close-icon, .menu-close-icon.history {
  display: block;
}

.menu-button {
  cursor: pointer;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.slide0 {
  z-index: 3;
  flex: none;
  justify-content: flex-start;
  align-items: center;
  width: 120vw;
  height: 100vh;
  display: flex;
  position: relative;
}

.global-close {
  z-index: 10;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  display: flex;
  position: fixed;
  top: 40px;
  right: 40px;
  box-shadow: 0 0 16px #00000029;
}

.frame.frame-expertize {
  height: 1000vw;
  position: relative;
  overflow: clip;
}

.big-selector-element {
  color: #282b46;
  cursor: pointer;
  background-color: #fff;
  border-radius: 8px;
  justify-content: space-between;
  align-items: center;
  height: 56px;
  margin-bottom: 16px;
  padding-left: 24px;
  padding-right: 24px;
  transition: color .2s ease-out, box-shadow .2s ease-out, background-color .2s ease-out;
  display: flex;
}

.menu-mobile-close-icon {
  display: none;
}

.big-menu-element-content {
  color: #ffe500;
  border-bottom: .46vh solid #ffe500;
  width: 100%;
  text-decoration: none;
}

.big-menu-element-content.w--current {
  color: #fff;
  border-bottom-color: #fff;
}

.site-wrapper {
  flex-direction: row;
  align-items: flex-start;
  width: 100%;
  height: 100vh;
  display: flex;
  overflow: visible;
}

.big-global-link {
  color: #002d72;
  background-color: #ffe500;
  border-radius: 32px;
  justify-content: center;
  align-items: center;
  min-height: 52px;
  padding: 12px 32px;
  text-decoration: none;
  display: flex;
  box-shadow: 0 0 16px #00000029;
}

.menu-buttons {
  flex-flow: row;
  flex: 1;
  align-items: center;
  margin-top: 0;
  padding-left: 1.5vw;
  padding-right: 1.5vw;
  display: flex;
  position: relative;
  inset: 0% 0% auto auto;
}

.big-selector-item {
  border-bottom: 1px solid #e9e5df;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  height: 8vh;
  padding-left: 1vw;
  padding-right: 1vw;
  text-decoration: none;
  display: flex;
}

.navbar-menu-right {
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  padding-top: 7.38vh;
  padding-bottom: 4.92vh;
  padding-right: 4vw;
  display: flex;
}

.navbar-menu-wrapper {
  align-items: stretch;
  min-height: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.menu-icon {
  object-fit: contain;
  width: min(2vw, 5vh);
  max-width: none;
  display: block;
}

.navbar-menu-scroller {
  z-index: 100;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.track {
  flex-flow: row;
  height: 100%;
  display: flex;
}

.navbar {
  z-index: 1002;
  background-color: var(--colortransparent);
  color: #fff;
  flex-direction: column;
  height: max(10vh, 6vw);
  margin-top: 3vh;
  display: flex;
  position: fixed;
  left: 0;
}

.page-container {
  flex-direction: column;
  width: 100%;
  min-height: 100%;
  display: flex;
}

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

.slide1 {
  z-index: 4;
  background-color: var(--colortransparent);
  flex: none;
  justify-content: flex-start;
  align-items: center;
  width: 70vw;
  height: 100vh;
  display: flex;
  position: relative;
  overflow: visible;
}

.video-background {
  z-index: 1;
  object-position: 50% 0%;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: visible;
}

.video-background._4 {
  object-position: 50% 50%;
  background-color: #ae2020a1;
  inset: 0%;
}

.video-background._2 {
  z-index: 0;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  left: 300px;
}

.video-background._3 {
  z-index: 0;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  left: 0;
  overflow: hidden;
  transform: skew(-12deg);
}

.menu-mobile-icon {
  display: block;
}

.navbar-phone {
  font-family: var(--fontsecondary);
  color: var(--colorwhite);
  align-items: flex-end;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3.2vh;
  font-weight: 400;
  line-height: 120%;
  text-decoration: none;
  display: flex;
}

.navbar-email {
  font-family: var(--fontsecondary);
  color: var(--colorwhite);
  align-items: flex-end;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3vh;
  font-weight: 400;
  line-height: 120%;
  text-decoration: none;
  display: flex;
}

.navbar-adress {
  font-family: var(--fontsecondary);
  color: var(--colorwhite);
  align-items: flex-end;
  max-width: 400px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.5vh;
  font-weight: 400;
  line-height: 120%;
  text-decoration: none;
  display: flex;
}

.navbar-menu-list {
  flex-direction: column;
  display: flex;
}

.navbar-menu-center {
  flex-direction: column;
  flex: 0 auto;
  justify-content: space-between;
  width: 50%;
  padding-top: 7.38vh;
  padding-bottom: 4.92vh;
  padding-left: 4vw;
  display: flex;
}

.navbar-menu-left {
  background-color: var(--colormain);
  background-image: url('../images/menu-img.webp');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: column;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  width: 30%;
  display: flex;
}

.slide3-invite {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  font-family: var(--fontsecondary);
  color: var(--colormain);
  height: 100%;
  margin-top: 1vw;
  font-size: 3vh;
  line-height: 90%;
  text-decoration: none;
  display: inline-flex;
  position: relative;
  inset: auto auto 0% 0%;
}

.navbar-logo {
  align-items: center;
  height: 100%;
  padding-top: 2vh;
  padding-bottom: 2vh;
  padding-left: 2vh;
  display: flex;
  position: relative;
  transform: skew(0deg);
}

.body {
  background-color: var(--colormain);
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.navbar-wrapper {
  z-index: 101;
  grid-column-gap: 3vw;
  grid-row-gap: 3vw;
  flex-flow: row;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: stretch;
  height: 100%;
  display: flex;
  position: relative;
}

.navbar-logo-substrate, .navbar-menu-substrate {
  z-index: -1;
  background-color: #2a7065;
  width: 120%;
  height: 100%;
  position: absolute;
  top: 0;
  left: -10%;
  transform: skew(-12deg);
}

.navbar-menu-substrate.slide0 {
  background-color: var(--colormain);
}

.navbar-round-wrapper {
  display: none;
}

.logo {
  height: 100%;
}

.slide0-slogan {
  z-index: 2;
  object-fit: fill;
  margin-left: 10vw;
  position: relative;
}

.slide0-right {
  z-index: 2;
  width: min(40vw, 60vh);
  height: min(40vh, 30vw);
  position: absolute;
  inset: auto 15vw 0% auto;
}

.slide0-slogan-img {
  width: min(60vh, 50vw);
  max-width: none;
  height: auto;
}

.slide0-right-village {
  z-index: 1;
  object-fit: contain;
  width: 100%;
}

.slide1-stamp {
  z-index: 2;
  width: min(30vh, 20vw);
  position: absolute;
  inset: -5% auto auto -22%;
  transform: rotate(-15deg);
}

.slide0-right-img-wrapper {
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
  overflow: hidden;
}

.slide1-wrapper {
  justify-content: center;
  align-items: center;
  height: 70vh;
  min-height: 450px;
  max-height: 50vw;
  display: flex;
  position: relative;
}

.hrush {
  object-fit: fill;
  height: clamp(40vh, 110%, 70vh);
}

.slide1-substrate {
  z-index: -1;
  background-color: var(--colorred);
  width: 120%;
  height: 100%;
  position: absolute;
  top: 0;
  left: -10%;
  transform: skew(-12deg);
}

.slide1-img-wrapper {
  flex: none;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
}

.slide1-content-wrapper {
  flex-flow: column;
  flex: 1;
  align-items: center;
  position: relative;
}

.slide1-title-wrapper {
  grid-column-gap: 3vw;
  grid-row-gap: 3vw;
  flex-flow: row;
  align-items: flex-start;
  display: flex;
}

.slide1-text-wrapper {
  z-index: 4;
  flex: 1;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
  position: relative;
}

.slide1-list {
  font-family: var(--fontsecondary);
  color: var(--colorwhite);
  column-count: 2;
  column-gap: 2vw;
  width: 100%;
  font-size: .8vw;
  font-weight: 400;
  line-height: 130%;
  position: relative;
  left: -2vw;
}

.slide1-ul {
  margin-bottom: 1.5vh;
  font-size: clamp(min(.8vw, 14px), 1.8vh, min(1.2vw, 24px));
  line-height: 140%;
}

.slide1-chear-wrapper {
  align-items: center;
  display: flex;
  position: absolute;
  inset: auto -60% -50vh auto;
}

.slide2 {
  z-index: 3;
  flex: none;
  justify-content: flex-start;
  align-items: flex-start;
  width: 140vw;
  height: 100vh;
  display: flex;
  position: relative;
  left: 0;
}

.slide2-curtain-wrapper {
  z-index: 3;
  justify-content: flex-end;
  align-items: center;
  height: 100%;
  display: flex;
  position: relative;
}

.slide2-right {
  z-index: 2;
  align-items: center;
  width: 70vw;
  height: 30vh;
  display: block;
  position: absolute;
  inset: auto 15% 0% auto;
}

.slide2-substrate {
  z-index: -1;
  background-color: var(--colormain);
  width: 120%;
  height: 110%;
  position: absolute;
  inset: -5% 0% 0% 15%;
  transform: skew(-12deg);
}

.slide2-text-wrapper {
  grid-column-gap: clamp(24px, 4vw, 40px);
  grid-row-gap: clamp(24px, 4vw, 40px);
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.slide2-title-wrapper {
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  width: 50%;
  height: 100%;
  display: flex;
  position: relative;
}

.slide2-description-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  flex: 0 auto;
  grid-template: ". ."
                 "Area Area"
                 / 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  width: 50%;
  height: 100%;
  padding-right: 5%;
  display: flex;
}

.slide2-p {
  font-family: var(--fontsecondary);
  color: var(--colorwhite);
  font-size: clamp(min(.8vw, 14px), 1.8vh, min(1.2vw, 24px));
  line-height: 130%;
}

.slide2-number {
  color: var(--colorwhite);
}

.slide2-single-task {
  flex-flow: column;
  justify-content: flex-end;
  display: flex;
}

.slide2-title {
  width: 100%;
  max-width: none;
}

.splide-img-wrapper {
  z-index: 2;
  background-color: var(--colormain);
  flex-flow: column;
  width: 77%;
  display: flex;
  position: relative;
  overflow: clip;
  transform: skew(-12deg);
}

.splide-img {
  filter: saturate(0%);
  mix-blend-mode: multiply;
  transform: scale(1.5)skew(0deg)skew(12deg);
}

.splide-img:hover {
  filter: none;
  mix-blend-mode: normal;
  transform: scale(1.45)skew(0deg)skew(12deg);
}

.splide-img._2 {
  transform: scale(1.2)skew(0deg)skew(12deg);
}

.slide3 {
  z-index: 4;
  flex: none;
  justify-content: flex-start;
  align-items: flex-end;
  width: 90vw;
  height: 100vh;
  display: flex;
  position: relative;
  left: -10vw;
}

.slide3-workers {
  z-index: 2;
  object-fit: contain;
  justify-content: flex-end;
  align-items: flex-end;
  width: 40%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0% auto 0% -8vw;
}

.slide3-content-wrapper {
  z-index: 3;
  flex-flow: row;
  flex: 0 auto;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 100vh;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
  left: 10%;
}

.slide3-title {
  grid-column-gap: 0vw;
  grid-row-gap: 0vw;
  flex-flow: column;
  align-items: flex-start;
  width: 90%;
  display: flex;
  position: relative;
}

.slide3-heading {
  font-family: var(--fonttitles);
  color: var(--colorwhite);
  white-space: nowrap;
  font-size: min(5vw, 9vh);
  font-weight: 400;
  line-height: 80%;
  display: inline-flex;
  position: relative;
}

.slide3-title-second-line {
  grid-column-gap: 3vw;
  grid-row-gap: 3vw;
  align-items: center;
  display: flex;
}

.slide4 {
  z-index: 2;
  background-color: var(--colorblack);
  flex: none;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: flex;
  position: relative;
}

.slide4-photo {
  grid-column-gap: 0vw;
  grid-row-gap: 0vw;
  flex-flow: column;
  flex: 1;
  position: relative;
}

.slide4-text-wrapper {
  grid-column-gap: 4vh;
  grid-row-gap: 4vh;
  flex-flow: column;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.heading {
  font-family: var(--fontsecondary);
  color: var(--colorneutral);
  font-size: min(5vw, 9vh);
  font-weight: 400;
  line-height: 100%;
}

.slide4-job-title {
  font-family: var(--fontsecondary);
  color: var(--colorneutral);
  font-size: min(2.5vw, 6vh);
  line-height: 120%;
}

.slide4-text {
  font-family: var(--fontsecondary);
  color: var(--colorneutral);
  font-size: clamp(min(.8vw, 14px), 1.8vh, min(1.2vw, 24px));
  line-height: 140%;
}

.slide4-left-column {
  flex-flow: column;
  width: 30vw;
  display: flex;
}

.slide4-right-column {
  grid-column-gap: 4vh;
  grid-row-gap: 4vh;
  flex-flow: column;
  width: 30vw;
  min-width: 300px;
  display: flex;
}

.slide5 {
  z-index: 3;
  flex: none;
  justify-content: center;
  align-items: stretch;
  width: 80vw;
  height: 100vh;
  display: flex;
  position: relative;
}

.slide5-substrate {
  z-index: -1;
  background-color: var(--colormain);
  width: 120%;
  height: 100%;
  position: absolute;
  inset: 0% 0% 0% -10%;
  transform: skew(-12deg);
}

.slide5-illustration {
  z-index: 1;
  background-image: url('../images/slide5-desktop-background-left.jpg');
  background-position: 100% 0;
  background-repeat: no-repeat;
  background-size: auto 100%;
  width: 50%;
  height: 100vh;
  display: block;
}

.slide5-right-wrapper {
  z-index: 2;
  grid-column-gap: 1vh;
  grid-row-gap: 1vh;
  background-image: url('../images/slide5-desktop-background-right.jpg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
  flex-flow: column;
  flex: 1;
  justify-content: space-around;
  align-items: flex-start;
  height: 100vh;
  display: flex;
  position: relative;
  left: 0%;
}

.slide5-title-wrapper {
  flex-flow: column;
  align-items: stretch;
  width: 100%;
  margin-bottom: 2vh;
  display: flex;
  position: relative;
}

.slide5-title-img {
  object-fit: contain;
  height: 100%;
}

.slide5-content-separator {
  background-color: var(--colorblack);
  opacity: .5;
  height: 1px;
  position: relative;
}

.slide5-join-union-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  font-family: var(--fontsecondary);
  color: var(--colorwhite);
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  font-size: 3vh;
  line-height: 90%;
  text-decoration: none;
  display: flex;
  position: relative;
  top: auto;
  bottom: 0%;
  right: 80px;
}

.slide5-contacts-list {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex-flow: row;
  justify-content: space-between;
  align-items: flex-start;
  padding-top: 3vh;
  display: flex;
  position: relative;
}

.slide5-contacts-left {
  flex-flow: column;
  display: flex;
}

.slie5-adress {
  font-family: var(--fontsecondary);
  color: var(--colorblack);
  align-items: flex-end;
  max-width: 400px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.6vh;
  font-weight: 400;
  line-height: 120%;
  text-decoration: none;
}

.slide5-phone, .slide5-email {
  font-family: var(--fontsecondary);
  color: var(--colorblack);
  align-items: flex-end;
  margin-top: 0;
  margin-bottom: 0;
  font-size: min(3vh, 1.5vw);
  font-weight: 400;
  line-height: 120%;
  text-decoration: none;
}

.slide6 {
  z-index: 4;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 80vw;
  height: 100vh;
  display: flex;
  position: relative;
}

.slide6-substrate {
  z-index: -1;
  background-color: var(--colorchery);
  width: 120%;
  height: 100%;
  position: absolute;
  inset: 0% -10% 0% 0;
  transform: skew(-12deg);
}

.slide6-background-wrapper {
  z-index: 1;
  grid-column-gap: 5vh;
  grid-row-gap: 5vh;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-bottom: 5vh;
  display: flex;
  position: relative;
  overflow: visible;
}

.slide-last-mobile-text {
  font-family: var(--fontsecondary);
  color: var(--colorblack);
  font-size: 3vw;
  font-weight: 400;
  line-height: 80%;
}

.slide-last-mobile-wrapper {
  justify-content: flex-end;
  width: 70%;
  display: flex;
  position: absolute;
  inset: auto 0% -12%;
}

.slide1-chear-img {
  height: clamp(30vw, min(80vh, 50vw), 50vw);
  display: block;
}

.slide1-title {
  object-fit: fill;
  object-position: 50% 100%;
  width: 100%;
  height: auto;
  overflow: hidden;
}

.main-video-background {
  z-index: -1;
  object-position: 50% 0%;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
  position: fixed;
  inset: 0%;
  overflow: visible;
}

.slide2-curtain-dark-cover {
  z-index: 3;
  background-image: linear-gradient(270deg, #000, #0000 27%);
  width: 300vw;
  height: 100%;
  display: block;
  position: absolute;
  inset: 0% 0% auto -300vw;
}

.main-video-dark-cover {
  z-index: 3;
  opacity: .6;
  background-image: linear-gradient(270deg, #000, #0000 27%);
  position: absolute;
  inset: 0%;
}

.slide0-slogan-mobile, .slide0-img-mobile {
  display: none;
}

.slide2-right-mobile {
  z-index: 2;
  align-items: center;
  width: 60vw;
  height: 35vh;
  display: none;
  position: absolute;
  inset: auto 0 0% -85vw;
}

.slide3-content-mobile {
  display: none;
}

.slide3-title-mobile {
  grid-column-gap: 0vw;
  grid-row-gap: 0vw;
  flex-flow: column;
  display: flex;
  position: relative;
}

.main-video-colorover, .splide-description-wrapper {
  display: none;
}

.splide-description-wrapper._2 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  width: 90%;
  display: flex;
}

.splide-description-line {
  background-color: var(--colormain);
  width: 3px;
  height: 20px;
}

.splide-description-text {
  font-family: var(--fontsecondary);
  color: var(--colorwhite);
  font-size: clamp(min(.8vw, 14px), 1.8vh, min(1.2vw, 24px));
  line-height: 130%;
}

.slide2-background-shadow {
  background-image: linear-gradient(270deg, #000, #0000 27%);
  display: none;
  position: absolute;
  inset: 0% 0% 0% -100vw;
}

.slide2-button-wrapper-mobile, .slide4-vignette-mobile {
  display: none;
}

.slide5-subtitle-mobile {
  font-family: var(--fontsecondary);
  color: #082420;
  font-size: var(--maindescriptiontext);
  line-height: 120%;
  display: none;
  position: absolute;
  inset: auto 0% -10% 35%;
}

.slide5-button-wrapper-mobile {
  display: none;
}

.copyright-mobile {
  display: none;
  position: absolute;
  inset: auto auto 10vh 20vw;
}

.navbar-copyrights-mobile, .navbar-menu-separator-mobile {
  display: none;
}

.navbar-invite-mobile {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  font-family: var(--fontsecondary);
  color: var(--colorwhite);
  margin-top: 1vw;
  font-size: 3vh;
  line-height: 90%;
  text-decoration: none;
  display: none;
  position: relative;
  inset: auto auto 0% 0%;
}

.menu-mobile-scroll-wrapper {
  display: none;
}

.slide-last-mobile {
  z-index: 4;
  background-color: #282b4680;
  flex: none;
  justify-content: flex-start;
  align-items: center;
  width: 90vw;
  height: 100vh;
  display: none;
  position: relative;
  left: -45vw;
}

.splide {
  z-index: 3;
  width: 30vw;
  height: 20vh;
  margin-top: 10vh;
  position: relative;
}

.splide.slider1.pill {
  width: max(40vw, 60vh);
  height: auto;
  margin-top: 0;
}

.splide.slider2.pill {
  width: clamp(30vh, 100%, max(50vw, 130vh));
  height: auto;
  margin-top: 0;
}

.splide__list {
  display: flex;
}

.splide__slide {
  cursor: pointer;
  flex-flow: column;
  flex: none;
  align-items: center;
  width: 33.3333%;
  display: flex;
  position: relative;
}

.splide__slide._2 {
  grid-column-gap: 1vh;
  grid-row-gap: 1vh;
  width: 25%;
}

.splide__arrows {
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.splide__arrows.is--mobile-center {
  grid-column-gap: 1vh;
  grid-row-gap: 1vh;
  flex-flow: row;
  position: absolute;
  inset: auto 1vw -80px auto;
}

.splide__arrow.splide__arrow--next {
  background-color: #fff0;
  background-image: url('../images/arrow-next.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 70px;
  height: 70px;
  position: relative;
  left: -1vw;
}

.splide__arrow.splide__arrow--prev {
  background-color: #fff0;
  background-image: url('../images/arrow-prev.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 70px;
  height: 70px;
  position: relative;
  left: -1vw;
}

.splide-hide {
  display: none;
}

.div-block-6 {
  width: 100%;
  padding-top: 15vh;
}

.site-preloader {
  z-index: 1001;
  background-color: var(--colormain);
  width: 100%;
  height: 100vh;
  display: none;
  position: fixed;
  inset: 0%;
}

.splide-cover2 {
  width: 100%;
  margin-top: 5vh;
  position: relative;
}

.slide4-background-mobile {
  object-fit: cover;
  object-position: 50% 0%;
  width: 100%;
  height: 100%;
  display: none;
}

.slide4-background-shadow {
  background-color: #00000080;
  background-image: linear-gradient(0deg, #000, #0000 63%);
  display: flex;
  position: absolute;
  inset: 0% 0% 0% -100vw;
}

.slide4-vk-link-wrapper, .slide4-mail-link-wrapper {
  color: var(--colorwhite);
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  font-size: 24px;
  line-height: 120%;
  text-decoration: underline;
  display: flex;
}

.slide4-contacts-wrapper {
  grid-column-gap: 1vh;
  grid-row-gap: 1vh;
  flex-flow: column;
  display: flex;
}

.slide5-join-arrow, .slide6-background {
  object-fit: contain;
  height: 100%;
}

.slide4-director-img {
  width: max(35vh, 20vw);
  max-width: none;
}

.slide5-title-innerwrapper {
  justify-content: flex-start;
  width: 100%;
  height: 100%;
  display: flex;
  overflow: clip;
}

.slide5-top-wrapper {
  grid-column-gap: 5vh;
  grid-row-gap: 5vh;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.slide5-bottom {
  width: 80%;
  position: relative;
}

.slide5-join-outer-wrapper {
  justify-content: flex-end;
  align-items: flex-end;
  width: 100%;
  height: 7vh;
  display: flex;
  position: relative;
}

.logo-preloader {
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: auto 0% 120px;
}

.preloader-img-wrapper {
  position: relative;
}

.preloader-whole-wrapper {
  z-index: 2;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: auto 0 0% auto;
}

.preloader-inner-wrapper {
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.slide2-firstline-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  display: flex;
}

.slide1-title-inner-wrapper {
  z-index: 4;
  align-items: center;
  display: flex;
  position: relative;
  overflow: clip;
}

.slide-title-inner-wrapper {
  grid-column-gap: clamp(1vw, 5vh, 2vw);
  grid-row-gap: clamp(1vw, 5vh, 2vw);
  flex-flow: column;
  display: flex;
}

.slide3-content-right {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 70%;
  height: 100%;
  display: flex;
  position: relative;
}

.text-block-2, .text-block-3 {
  font-size: min(1.8vw, 24px);
}

.coyright-img {
  height: 4vh;
  position: relative;
  bottom: -10px;
}

.cherry-img {
  height: 5vh;
}

.menu-upline-img {
  height: 50vh;
  position: absolute;
  inset: auto auto 12vh calc(5 * min(12vh, 8vw));
}

.menu-downline-img {
  height: 50vh;
  position: absolute;
  inset: 13vh auto auto calc(5 * min(12vh, 8vw));
}

.menu-invite {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  font-family: var(--fontsecondary);
  color: var(--colorwhite);
  margin-top: 1vw;
  font-size: 3vh;
  line-height: 90%;
  text-decoration: none;
  display: inline-flex;
  position: relative;
  inset: auto auto 0% 0%;
}

.navbar-menu-list-item {
  font-family: var(--fonttitles);
  color: var(--colorwhite);
  font-size: min(12vh, 8vw);
  line-height: 120%;
  text-decoration: none;
  position: relative;
}

.slide5-title-img-mobile {
  height: 100%;
  display: none;
}

.slide-last-mobile-text-wrapper {
  z-index: 2;
  grid-column-gap: 1vh;
  grid-row-gap: 1vh;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: none;
  position: absolute;
  inset: auto auto 10vh 20vw;
}

.slide-last-mobile-background-wrapper {
  z-index: 1;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  display: none;
  position: relative;
  overflow: visible;
}

.slide-last-mobile-background-img {
  height: 80%;
  display: none;
}

.navbar-menu-list-text {
  font-size: min(12vh, 8vw);
}

.mainvideo-desktop-1 {
  width: 100%;
  height: 100%;
}

.mainvideo-mobile-1 {
  display: none;
}

.slide0-left-shadow {
  background-image: linear-gradient(98deg, #0009 17%, #0000 57%);
  position: absolute;
  inset: 0%;
}

.slide0-slogan-shadow {
  background-color: var(--colorblack);
  filter: blur(16vh);
  border-radius: 100%;
  width: 60%;
  height: 70%;
  position: absolute;
  inset: 15% 0% 0% 20%;
}

.slide0-slogan-shadow._2 {
  left: 40%;
}

.slideo-slogan-shadow-wrapper {
  z-index: -1;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.main-video-oldfilm {
  z-index: 2;
  mix-blend-mode: soft-light;
  height: 100vh;
  position: absolute;
  inset: 0%;
}

.slide0-video-pointer-circle {
  border: 3px solid var(--colorneutral);
  border-radius: 24px;
  width: 24px;
  height: 24px;
}

.slide0-tip {
  z-index: 1001;
  cursor: pointer;
  width: 200px;
  transition: left .2s, top .2s;
  position: absolute;
  inset: 23% auto auto 64%;
}

.slide0-tip-ticket {
  background-color: #d1c3a2;
  padding: 12px;
  transition: height .2s, width .2s;
  position: relative;
  top: -12px;
}

.slide0-tip-text-1 {
  font-family: var(--fontsecondary);
  font-size: clamp(16px, 1.5vh, 23px);
}

.slide0-tip-triangle {
  position: absolute;
  inset: auto auto -9px 5px;
}

.mainvideo-desktop-2 {
  width: 100%;
  height: 100%;
  display: none;
}

.mainvideo-mobile-2 {
  display: none;
}

.slide0-tip-text-2, .slide0-tip-text-3 {
  font-family: var(--fontsecondary);
  font-size: clamp(16px, 1.5vh, 23px);
  display: block;
}

.mainvideo-desktop-3 {
  width: 100%;
  height: 100%;
  display: none;
}

.mainvideo-mobile-3 {
  display: none;
}

.slide1-left-line {
  z-index: -1;
  background-color: var(--colorred);
  width: 2%;
  height: 100%;
  position: absolute;
  top: 0;
  left: -13%;
  transform: skew(-12deg);
}

.slide1-left-line._2 {
  width: 1%;
  left: -15%;
}

.slide1-left-line._3 {
  width: .5%;
  left: -16.5%;
}

.slide2-desktop-video {
  z-index: 2;
  width: 100%;
  height: 100%;
}

.slide2-mobile-video {
  display: none;
}

.slide2-video-dark-cover {
  z-index: 3;
  background-color: #0000004d;
  background-image: linear-gradient(0deg, #000000b3 20%, #0000 68%);
  position: absolute;
  inset: 0%;
}

.slide3-video-dark-cover {
  z-index: 3;
  background-color: #000000b3;
  background-image: linear-gradient(0deg, #000000b3 20%, #0000 68%);
  position: absolute;
  inset: 0%;
}

.slide3-video-dark-cover._2 {
  background-color: #000c;
  background-image: linear-gradient(270deg, #000 9%, #0000 56%);
}

.slide3-desktop-video {
  z-index: 2;
  flex: none;
  width: 140vw;
  height: 100%;
  left: -5vw;
  transform: skew(12deg);
}

.slide4-desktop-video {
  width: 120%;
  height: 120%;
  transform: scale(1.4);
}

.slide4-text-shadow-wrapper {
  z-index: -1;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.info-popup {
  z-index: 999;
  grid-column-gap: 2vh;
  grid-row-gap: 2vh;
  background-color: #e7e1da;
  flex-flow: column;
  width: max(40vw, 50vh);
  height: 100%;
  padding: 4vh 3vw;
  display: flex;
  position: relative;
  inset: 0% 0% auto auto;
}

.info-popup-wrapper {
  z-index: 1001;
  background-color: #000c;
  justify-content: flex-end;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
}

.info-popup-close {
  background-color: var(--colormain);
  cursor: pointer;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 64px;
  height: 64px;
  display: flex;
  position: relative;
}

.info-popup-close-wrapper {
  align-items: center;
  width: 64px;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0% auto 0% -80px;
}

.info-popup-info {
  grid-column-gap: 2vh;
  grid-row-gap: 2vh;
  flex-flow: column;
  width: 100%;
  height: 100%;
  display: none;
}

.info-popup-info.show {
  display: flex;
}

.info-popup-text-wrapper {
  grid-column-gap: 2vh;
  grid-row-gap: 2vh;
  flex-flow: column;
  display: flex;
}

.slide0-tip-test-wrapper {
  width: 100%;
  height: 100%;
}

.body-history {
  background-color: #e7e1da;
}

.content-wrapper {
  grid-column-gap: 8vh;
  grid-row-gap: 8vh;
  flex-flow: column;
  width: 100%;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding: 5vh 10vw;
  display: flex;
}

.h1-history {
  font-size: clamp(48px, 6vw, 80px);
  font-weight: 400;
}

.h2-history-wrapper {
  grid-column-gap: 1vw;
  grid-row-gap: 1vw;
  flex-flow: row;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.h2-dash-wrapper {
  background-color: #33333380;
  flex: 1;
  height: 1px;
}

.h2-dash-wrapper.dark {
  background-color: var(--colorneutral);
}

.h2-dash-wrapper.mobile {
  display: none;
}

.h2-title-wrapper {
  flex: 0 auto;
  width: 85%;
}

.lable-text {
  font-family: var(--fontsecondary);
  font-size: clamp(14px, 1vw, 16px);
  line-height: 120%;
}

.lable-text.dark {
  color: var(--colorneutral);
}

.h2-history {
  font-family: var(--fontsecondary);
  margin-top: 0;
  margin-bottom: 0;
  font-size: clamp(24px, 2.5vw, 40px);
  line-height: 120%;
}

.h2-history.dark {
  color: var(--colorwhite);
}

.h1-title-wrapper {
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  display: flex;
}

.h1-title-right-wrapper {
  width: 85%;
}

.h2-left-wrapper {
  grid-column-gap: 1vw;
  grid-row-gap: 1vw;
  justify-content: flex-start;
  align-items: center;
  width: 15%;
  margin-top: 1.5vh;
  display: flex;
}

.img-content-right-wrapper {
  grid-column-gap: 3vw;
  grid-row-gap: 3vw;
  justify-content: center;
  align-items: flex-start;
  width: 85%;
  display: flex;
}

.img-content-right-wrapper.hp4-5 {
  grid-column-gap: 0vw;
  grid-row-gap: 0vw;
}

.img-content-right-wrapper.hp6-7-8 {
  grid-column-gap: 3vh;
  grid-row-gap: 3vh;
  flex-flow: column;
}

.img-content-right-wrapper.hp-14 {
  justify-content: flex-end;
  align-items: flex-end;
  width: 85%;
}

.img-content-right-wrapper.hp-15 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
}

.img-content-right-wrapper.hp16 {
  grid-column-gap: 1vw;
  grid-row-gap: 1vw;
  justify-content: flex-start;
  align-items: flex-end;
  width: 80%;
}

.hp-1 {
  width: 100%;
}

.ph-1-2-img-wrapper {
  width: 70%;
  position: relative;
}

.hp-2 {
  width: 30%;
  position: absolute;
  inset: auto 0% 0% auto;
}

.history-main-text {
  font-family: var(--fontsecondary);
  flex: 0 auto;
  font-size: clamp(16px, 1.3vw, 18px);
  line-height: 130%;
}

.history-main-text.dark {
  color: var(--colorneutral);
}

.history-content-wrapper {
  grid-column-gap: 1vw;
  grid-row-gap: 1vw;
  justify-content: flex-end;
  display: flex;
}

.hp-3 {
  width: 100%;
}

.hp-3-img-wrapper {
  width: 50%;
  position: relative;
}

.section {
  padding-bottom: 20vh;
}

.section.dark {
  padding-bottom: 0;
}

.hp-3-text-wrapper {
  grid-column-gap: 3vh;
  grid-row-gap: 3vh;
  flex-flow: column;
  flex: 1;
  align-items: flex-start;
  display: flex;
}

.text-border-wrapper {
  border: 1px solid #33333380;
  padding: 2vh 1vw;
  display: flex;
}

.hp-1-text-wrapper {
  flex: 1;
}

.hp-4 {
  width: 100%;
  position: static;
}

.hp-4-wrapper {
  grid-column-gap: 2vh;
  grid-row-gap: 2vh;
  flex-flow: column;
  align-items: flex-start;
  width: 60%;
  display: flex;
}

.hp4-text-wrapper {
  width: 70%;
}

.hp-5-wrapper {
  grid-column-gap: 2vh;
  grid-row-gap: 2vh;
  flex-flow: column;
  align-items: flex-start;
  width: 60%;
  padding-top: 10vh;
  display: flex;
}

.hp-5 {
  width: 100%;
  position: static;
}

.hp-5-inner-wrapper {
  grid-column-gap: 2vh;
  grid-row-gap: 2vh;
  flex-flow: column;
  display: flex;
  position: relative;
  left: -10%;
}

.h2-title-subtitle-30th {
  width: 100%;
  padding-top: 1vh;
}

.hp-6-7-8-wrapper {
  grid-column-gap: 2vh;
  grid-row-gap: 2vh;
  flex-flow: row;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.hp-6-7-8-left {
  width: 60%;
}

.hp-6 {
  width: 100%;
  position: static;
}

.hp-6-7-8-right {
  grid-column-gap: 1vh;
  grid-row-gap: 1vh;
  flex-flow: column;
  flex: 1;
  display: flex;
}

.hp-7, .hp-8 {
  width: 100%;
  position: static;
}

.hp-6-7-8-text-wrapper {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.hp-6-7-8-inner-text-wrapper {
  width: 85%;
}

.hp-9 {
  width: 100%;
}

.hp-9-img-wrapper {
  width: 70%;
  position: relative;
}

.hp-9-text-wrapper {
  grid-column-gap: 3vh;
  grid-row-gap: 3vh;
  flex-flow: column;
  flex: 1;
  align-items: flex-start;
  padding-top: 15vh;
  display: flex;
}

.hp-10-wrapper {
  grid-column-gap: 2vh;
  grid-row-gap: 2vh;
  flex-flow: column;
  align-items: flex-start;
  width: 60%;
  display: flex;
}

.hp-10 {
  width: 100%;
  position: static;
}

.hp10-text-wrapper {
  width: 70%;
}

.hp-11-wrapper {
  grid-column-gap: 2vh;
  grid-row-gap: 2vh;
  flex-flow: column;
  align-items: flex-start;
  width: 40%;
  padding-top: 10vh;
  display: flex;
}

.hp-11-inner-wrapper {
  grid-column-gap: 2vh;
  grid-row-gap: 2vh;
  flex-flow: column;
  display: flex;
  position: relative;
  left: -10%;
}

.hp-11 {
  width: 100%;
  position: static;
}

.hp-12-img-wrapper {
  width: 50%;
  position: relative;
}

.hp-12 {
  width: 100%;
}

.hp-12-text-wrapper {
  grid-column-gap: 3vh;
  grid-row-gap: 3vh;
  flex-flow: column;
  flex: 1;
  justify-content: flex-end;
  align-items: flex-end;
  padding-top: 15vh;
  display: flex;
}

.dark {
  background-color: #000;
}

.h2-title-subtitle-war {
  width: 80%;
  padding-top: 1vh;
}

.ph-13-14-img-wrapper {
  grid-column-gap: 2vh;
  grid-row-gap: 2vh;
  flex-flow: column;
  width: 60%;
  display: flex;
  position: relative;
}

.hp-13 {
  width: 100%;
}

.hp-14-text-wrapper {
  flex: 1;
}

.hp-14 {
  width: 100%;
}

.hp-15-img-wrapper {
  width: 100%;
  position: relative;
}

.hp-15 {
  width: 100%;
}

.hp-15-text-wrapper {
  grid-column-gap: 3vh;
  grid-row-gap: 3vh;
  flex-flow: column;
  flex: 1;
  align-items: flex-start;
  padding-left: 20%;
  display: flex;
}

.info-popup-top-wrapper {
  grid-column-gap: 2vh;
  grid-row-gap: 2vh;
  flex-flow: column;
  display: flex;
}

.info-popup-top-wrapper.history {
  height: 100%;
}

.info-popup-history-link {
  font-family: var(--fontsecondary);
  color: #333;
  border-top: 1px solid #0000004d;
  justify-content: center;
  align-items: center;
  height: 5vh;
  padding-top: 1vh;
  font-size: clamp(min(.8vw, 14px), 1.8vh, min(1.2vw, 24px));
  text-decoration: none;
  display: flex;
}

.info-popup-content-wrapper {
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  height: 100%;
  display: flex;
}

.info-popup-title {
  font-family: var(--fontsecondary);
  font-size: clamp(21px, 1.6vw, 28px);
  line-height: 120%;
}

.info-popup-all-history {
  text-align: center;
}

.info-popup-main-text {
  font-family: var(--fontsecondary);
  font-size: clamp(min(.8vw, 14px), 1.8vh, min(1.2vw, 24px));
  line-height: 130%;
}

.info-popup-text-logo-wrapper {
  display: flex;
}

.bottom-logo-wrapper {
  grid-column-gap: 2vh;
  grid-row-gap: 2vh;
  flex-flow: column;
  align-items: stretch;
  display: flex;
}

.info-popup-history-img {
  object-fit: cover;
  width: 100%;
  max-height: 40vh;
}

.info-popup-history-img.help {
  object-fit: cover;
}

.slide6-link-tohistory {
  flex: 1;
  justify-content: center;
  align-items: center;
  width: 80%;
  display: flex;
  position: relative;
}

.anchor {
  position: absolute;
  inset: 0% auto auto 0%;
}

.anchor.a2 {
  top: 130vw;
}

.anchor.a3 {
  top: 260vw;
}

.anchor.a4 {
  top: 350vw;
}

.anchor.a5 {
  top: 480vw;
}

.menu-open-button {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.menu-close-button {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: none;
}

.history-close-button {
  cursor: pointer;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.history-close-wrapper {
  width: 6vw;
  height: 8vh;
  position: fixed;
  inset: 3vh 0% auto auto;
}

.navbar-menu-list-item-mobile {
  font-family: var(--fonttitles);
  color: var(--colorwhite);
  font-size: 12vh;
  line-height: 120%;
  text-decoration: none;
  position: relative;
}

.copyright-desktop {
  display: flex;
  position: relative;
}

.hp-16-img-wrapper {
  width: 80%;
  position: relative;
}

.hp-12-copy {
  width: 100%;
}

.system-modal-screens-wrapper {
  z-index: 3001;
  display: none;
  position: fixed;
  inset: 0%;
}

.system-modal-make-rotate-phone {
  background-color: var(--colormain);
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.system-modal-img-cover {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  align-items: stretch;
  display: flex;
  position: relative;
}

.system-modal-separator {
  background-color: var(--colorwhite);
  width: 1px;
  position: relative;
}

.text-block-4 {
  font-family: var(--fontsecondary);
  color: var(--colorwhite);
  font-size: 20px;
  font-weight: 400;
  line-height: 120%;
}

.loading-bar {
  background-color: var(--colorred);
  width: 12%;
  height: 2px;
  position: relative;
  inset: auto 0% 0;
}

.loading-bar-arapper {
  justify-content: center;
  align-items: center;
  padding-left: 20%;
  padding-right: 20%;
  display: flex;
  position: relative;
  bottom: 100px;
}

.workers-img {
  object-fit: contain;
  max-width: none;
  height: 70%;
}

.slide3-join-arrow {
  object-fit: contain;
  max-width: none;
  height: 100%;
}

._404-wrapper {
  z-index: 1001;
  width: 100%;
  height: 100vh;
  display: flex;
  position: fixed;
  inset: 0%;
}

.div-block-7 {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.page-not-found-title {
  font-family: var(--fontsecondary);
  color: var(--colorwhite);
  text-align: center;
  font-size: 48px;
}

.page-not-found-subtitle {
  font-family: var(--fontsecondary);
  color: var(--colorwhite);
  text-align: center;
  font-size: 16px;
}

._404-whole-arapper {
  z-index: 2;
  background-color: var(--colormain);
  width: 100%;
  height: 100%;
  position: absolute;
  inset: auto 0 0% auto;
}

._404-inner-wrapper {
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

._404-link-wrapper {
  position: relative;
}

.logo-404 {
  margin-left: auto;
  margin-right: auto;
}

._404-village {
  z-index: 1;
  object-fit: contain;
  width: 100%;
}

.curtain-wrapper {
  max-width: none;
  height: 100vh;
}

.slide4-dir-info-wrapper {
  z-index: 3;
  grid-column-gap: max(3vh, 2vw);
  grid-row-gap: max(3vh, 2vw);
  align-items: flex-start;
  display: flex;
  position: absolute;
  top: 12%;
  left: 21%;
}

.slide5-illustration-on-square {
  display: none;
}

.slide6-background-portrait {
  width: 80%;
  display: none;
}

.slide4-boss-name {
  font-family: var(--fontsecondary);
  color: var(--colorneutral);
  font-size: min(5vw, 9vh);
  font-weight: 400;
  line-height: 100%;
}

.slide4-contact-text {
  font-size: min(1.8vw, 24px);
}

@media screen and (max-width: 991px) {
  .big-slider-card {
    padding-bottom: 44px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .navbar-contact-list {
    grid-column-gap: 1vh;
    grid-row-gap: 1vh;
    padding-top: 0;
  }

  .menu-mobile-button {
    width: 32px;
    height: 32px;
    display: block;
  }

  .navbar-opened {
    width: 100%;
    height: 100%;
    display: none;
    position: fixed;
    inset: 0%;
  }

  .menu-button {
    display: none;
  }

  .slide0 {
    flex-direction: column;
    flex: 0 auto;
    justify-content: flex-end;
    align-items: center;
    width: 100%;
    height: 100dvh;
    padding-left: 0;
  }

  .global-close {
    z-index: 1;
    top: 120px;
  }

  .frame {
    height: auto;
  }

  .frame.frame-expertize {
    height: 965vh;
    overflow: visible;
  }

  .big-selector-element {
    z-index: 1;
    position: relative;
  }

  .big-menu-element-content {
    border-bottom-width: 3px;
  }

  .logo-desktop {
    display: none;
    transform: translate(0);
  }

  .logo-desktop.w--current {
    display: none;
  }

  .site-wrapper {
    position: relative;
  }

  .big-global-link {
    min-height: 48px;
    padding: 16px 51px;
  }

  .menu-buttons {
    justify-content: center;
    align-items: center;
    padding-left: 24px;
    padding-right: 24px;
    display: none;
  }

  .big-selector-item {
    height: 52px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .navbar-menu-right {
    grid-column-gap: 2vh;
    grid-row-gap: 2vh;
    flex: none;
    padding: 40px;
    display: flex;
  }

  .navbar-menu-wrapper {
    flex-flow: column;
    justify-content: space-around;
    padding-top: min(10vh, 100px);
    padding-bottom: 5vh;
    padding-left: 0;
  }

  .track {
    flex-direction: column;
    width: 100%;
    height: auto;
    overflow: hidden;
  }

  .navbar {
    width: 100%;
    height: auto;
    margin-top: 0;
    inset: 0% 0% auto;
  }

  .page-container {
    height: 100vh;
  }

  .camera {
    height: auto;
    top: 80px;
    left: 0;
    overflow: visible;
  }

  .slide1 {
    background-color: var(--colorblack);
    border-top-left-radius: 40px;
    border-top-right-radius: 40px;
    flex-flow: column;
    width: 100%;
    height: auto;
    left: auto;
    overflow: hidden;
    box-shadow: 0 -40px 100px #000;
  }

  .video-background {
    justify-content: center;
    align-items: flex-start;
  }

  .video-background._2 {
    justify-content: center;
    align-items: flex-start;
    left: 0;
  }

  .video-background._3 {
    justify-content: center;
    align-items: flex-start;
    display: none;
    left: 0;
  }

  .navbar-menu-list {
    grid-column-gap: 1vh;
    grid-row-gap: 1vh;
    display: flex;
  }

  .navbar-menu-center {
    flex: none;
    width: 100%;
    padding: 0 40px 0;
    display: flex;
  }

  .navbar-menu-left {
    padding: 0 40px 40px;
    display: none;
  }

  .navbar-copyrights, .slide3-invite {
    display: none;
  }

  .navbar-logo {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 1rem;
  }

  .navbar-wrapper {
    background-color: var(--colormain);
    flex-direction: row;
    flex: 0 auto;
    justify-content: space-between;
    height: 90px;
  }

  .navbar-logo-substrate {
    background-color: var(--colormain);
  }

  .navbar-menu-substrate {
    display: none;
    left: auto;
  }

  .navbar-round-wrapper {
    justify-content: space-between;
    width: 100%;
    display: flex;
    position: relative;
  }

  .logo {
    width: 100%;
    height: auto;
  }

  .slide0-slogan {
    margin-bottom: 10vh;
    margin-left: 0;
  }

  .slide0-right, .slide0-slogan-img, .slide1-stamp {
    display: none;
  }

  .slide1-wrapper {
    background-color: var(--colorblack);
    flex-flow: column;
    height: auto;
    min-height: 0;
    max-height: none;
    padding-bottom: 10vh;
  }

  .hrush {
    display: none;
  }

  .slide1-substrate {
    display: none;
    transform: none;
  }

  .slide1-img-wrapper {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    height: auto;
    position: relative;
  }

  .slide1-content-wrapper {
    background-image: url('../images/slide2-img-bottom-tablet.webp');
    background-position: 50% 0;
    background-repeat: no-repeat;
    background-size: 100%;
    padding-bottom: 100px;
    padding-left: 80px;
    padding-right: 80px;
    position: relative;
  }

  .slide1-text-wrapper {
    width: 100%;
  }

  .slide1-list {
    column-count: 1;
    width: 100%;
  }

  .slide1-ul {
    font-size: 3vw;
    line-height: 150%;
  }

  .slide1-chear-wrapper {
    display: none;
  }

  .slide2 {
    z-index: 5;
    aspect-ratio: auto;
    background-color: var(--colorblack);
    border-top-left-radius: 40px;
    border-top-right-radius: 40px;
    flex-direction: column;
    flex: 0 auto;
    width: 100%;
    min-width: 0;
    height: auto;
    padding-bottom: 10vh;
    padding-left: 0;
    left: auto;
    overflow: hidden;
    box-shadow: 0 -30px 100px #000;
  }

  .slide2-curtain-wrapper, .slide2-right, .slide2-substrate {
    display: none;
  }

  .slide2-text-wrapper {
    flex-flow: column;
    margin-top: 70vh;
    left: 0;
  }

  .slide2-title-wrapper {
    width: 100%;
  }

  .slide2-description-wrapper {
    flex-flow: column;
    width: 100%;
    padding-top: 2vh;
    padding-right: 0%;
    display: flex;
  }

  .slide2-p {
    font-size: 3vw;
    line-height: 150%;
  }

  .slide2-single-task {
    grid-column-gap: 3vw;
    grid-row-gap: 3vw;
    flex-flow: row;
    align-items: flex-start;
  }

  .slide2-title {
    width: 100%;
  }

  .splide-img-wrapper {
    width: 100%;
    max-height: 280px;
    transform: none;
  }

  .splide-img {
    object-fit: fill;
    width: 100%;
    transform: none;
  }

  .splide-img:hover {
    transform: none;
  }

  .splide-img._2 {
    transform: scale(1.3)skew(0deg);
  }

  .slide3 {
    z-index: 6;
    background-color: var(--colorblack);
    border-top-left-radius: 40px;
    border-top-right-radius: 40px;
    flex-direction: column;
    flex: 0 auto;
    width: 100%;
    height: auto;
    padding-bottom: 10vh;
    padding-left: 0;
    left: auto;
    overflow: hidden;
    box-shadow: 0 -40px 100px #000;
  }

  .slide3-workers {
    display: none;
  }

  .slide3-content-wrapper {
    height: auto;
    padding-left: 40px;
    display: flex;
    left: 0%;
  }

  .slide3-title {
    display: none;
  }

  .slide3-heading {
    white-space: normal;
    flex-flow: column;
    font-size: 64px;
    line-height: 100%;
  }

  .slide4 {
    z-index: 7;
    border-top-left-radius: 40px;
    border-top-right-radius: 40px;
    flex-direction: column;
    flex: 0 auto;
    width: 100%;
    height: 130vh;
    padding-bottom: 30vh;
    padding-left: 0;
    left: auto;
    overflow: hidden;
    box-shadow: 0 -40px 100px #000;
  }

  .slide4-photo {
    margin-left: auto;
    margin-right: auto;
    top: 10%;
    left: auto;
  }

  .slide4-text-wrapper {
    grid-column-gap: 2vh;
    grid-row-gap: 2vh;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    top: 35%;
    left: auto;
  }

  .heading {
    text-align: center;
    font-size: 9vw;
  }

  .slide4-job-title {
    text-align: center;
    font-size: 4vw;
  }

  .slide4-text {
    text-align: center;
    font-size: 3vw;
    line-height: 130%;
  }

  .slide4-left-column {
    width: 100%;
  }

  .slide4-right-column {
    grid-column-gap: 2vh;
    grid-row-gap: 2vh;
    flex-flow: column;
    align-items: center;
    width: 100%;
    max-width: 500px;
  }

  .slide5 {
    z-index: 8;
    background-color: var(--colormain);
    border-radius: 40px 40px 0 0;
    flex-direction: column;
    flex: 0 auto;
    width: 100%;
    height: 100vh;
    padding-left: 0;
    left: 0;
    overflow: hidden;
    box-shadow: 0 -40px 100px #000;
  }

  .slide5-substrate {
    display: none;
  }

  .slide5-illustration {
    background-color: #ae6262;
    background-image: url('../images/slide5-background-mobile.webp');
    background-position: 100% 40%;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 100%;
    overflow: clip;
  }

  .slide5-right-wrapper {
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
    flex: 0 auto;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    height: 100%;
    position: absolute;
    inset: 0%;
  }

  .slide5-title-wrapper {
    margin: 8vh auto 0;
    left: auto;
  }

  .slide5-title-img {
    width: 60vw;
    display: none;
  }

  .slide5-content-separator {
    display: none;
  }

  .slide5-join-union-wrapper {
    display: none;
    left: auto;
  }

  .slide5-contacts-list {
    display: none;
  }

  .slie5-adress, .slide5-phone, .slide5-email {
    border-bottom: 1px solid #ffffff4d;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 40px;
    padding-bottom: 40px;
    font-size: 40px;
    line-height: 40px;
  }

  .slide6 {
    z-index: 7;
    background-color: #b6a5a6;
    border-bottom-right-radius: 40px;
    border-bottom-left-radius: 40px;
    flex-direction: column;
    flex: 0 auto;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    height: 100vh;
    padding-left: 0;
    display: flex;
    position: relative;
    left: 0;
    overflow: hidden;
    box-shadow: 0 -40px 100px #000;
  }

  .slide6-substrate {
    display: none;
  }

  .slide6-background-wrapper {
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    height: auto;
    display: none;
    position: relative;
  }

  .slide-last-mobile-text {
    text-align: center;
    font-size: 6vw;
  }

  .slide-last-mobile-wrapper {
    justify-content: flex-end;
    align-items: center;
    max-width: 130px;
    position: relative;
    bottom: auto;
  }

  .main-video-background {
    z-index: -1;
  }

  .slide2-curtain-dark-cover {
    background-color: var(--colorred);
    background-image: linear-gradient(0deg, #000 18%, #0000);
    inset: 0%;
  }

  .main-video-dark-cover {
    background-image: linear-gradient(0deg, #000 15%, #0000 61%);
    left: 0;
  }

  .slide0-slogan-mobile {
    width: 80vw;
    display: block;
  }

  .slide0-img-mobile {
    width: 100%;
    display: block;
  }

  .slide2-right-mobile {
    flex-flow: column;
    width: 100%;
    height: auto;
    padding-left: 80px;
    padding-right: 80px;
    display: block;
    position: relative;
    left: 0;
  }

  .slide3-content-mobile {
    background-image: linear-gradient(0deg, #000 5%, #0000 35%), url('../images/slide3-back-tablet.webp');
    background-position: 0 0, 0 0;
    background-repeat: repeat, no-repeat;
    background-size: auto, 100%;
    width: 100%;
    padding-top: 80vh;
    display: block;
  }

  .slide3-title-mobile {
    text-align: center;
    padding-left: 80px;
    padding-right: 80px;
  }

  .main-video-colorover {
    z-index: 3;
    background-color: var(--colorblack);
    opacity: 0;
    display: block;
    position: absolute;
    inset: 0%;
  }

  .splide-description-wrapper {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    display: flex;
    position: relative;
  }

  .splide-description-wrapper.hide {
    display: none;
  }

  .splide-description-line {
    background-color: var(--colormain);
    width: 3px;
    height: 20px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .splide-description-text {
    font-family: var(--fontsecondary);
    color: var(--colorwhite);
    font-size: 3vw;
    line-height: 130%;
  }

  .slide2-background-shadow {
    background-image: linear-gradient(0deg, #000, #0000 84%);
    width: 100%;
    height: 50%;
    display: block;
    left: 0;
  }

  .slide2-button-wrapper-mobile {
    z-index: 3;
    flex: none;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 80px;
    margin-top: 5vh;
    padding-left: 80px;
    padding-right: 80px;
    display: none;
    position: relative;
  }

  .slide2-button-all {
    background-color: var(--colormain);
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    display: flex;
  }

  .button-text-mobile {
    font-family: var(--fontsecondary);
    color: var(--colorwhite);
    font-size: 4vw;
    line-height: 130%;
  }

  .slide5-subtitle-mobile {
    text-align: center;
    padding-left: 80px;
    padding-right: 80px;
    font-size: 3vw;
    display: block;
    position: static;
  }

  .slide5-button-wrapper-mobile {
    z-index: 3;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    flex: none;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding-left: 80px;
    padding-right: 80px;
    display: flex;
    position: absolute;
    bottom: 3.6vh;
  }

  .slide5-button-subscribe {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    background-color: var(--colorblack);
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 80px;
    display: flex;
  }

  .button-arrow-white-mobile {
    max-width: 90px;
  }

  .copyright-mobile {
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    margin-top: 5vh;
    display: flex;
    bottom: 5vh;
    left: 0;
  }

  .navbar-copyrights-mobile {
    padding-top: 16px;
    padding-left: 40px;
    padding-right: 40px;
    display: flex;
  }

  .navbar-menu-separator-mobile {
    background-color: #0003;
    flex: 0 auto;
    width: 100%;
    height: 1px;
    max-height: 1px;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .navbar-invite-mobile {
    margin-top: 40px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .menu-mobile-scroll {
    background-color: var(--colormain);
    border-radius: 64px;
    justify-content: center;
    align-items: center;
    width: 32px;
    height: 32px;
    display: flex;
  }

  .menu-close-img {
    display: block;
  }

  .menu-mobile-scroll-wrapper {
    z-index: 1003;
    justify-content: center;
    align-items: center;
    height: 90px;
    padding-left: 24px;
    padding-right: 16px;
    display: flex;
    position: fixed;
    inset: 0% 0% auto auto;
  }

  .menu-mobile-scroll-open {
    background-color: var(--colormain);
    border-radius: 64px;
    justify-content: center;
    align-items: center;
    width: 64px;
    height: 64px;
    display: flex;
  }

  .menu-mobile-scroll-close {
    background-color: var(--colormain);
    border-radius: 64px;
    justify-content: center;
    align-items: center;
    width: 64px;
    height: 64px;
    display: none;
  }

  .slide-last-mobile {
    z-index: 0;
    opacity: 0;
    background-color: #b6a5a6;
    border-top-left-radius: 40px;
    border-top-right-radius: 40px;
    flex-direction: column;
    flex: 0 auto;
    width: 100%;
    height: 100dvh;
    padding-left: 0;
    display: flex;
    position: fixed;
    inset: 0%;
    overflow: hidden;
    box-shadow: 0 -40px 100px #000;
  }

  .splide.slider1.pill, .splide.slider2.pill {
    width: 100%;
  }

  .splide__slide {
    grid-column-gap: 1vh;
    grid-row-gap: 1vh;
    width: 60%;
  }

  .splide__arrows.is--mobile-center {
    display: none;
  }

  .div-block-6 {
    margin-top: 6vh;
    padding-top: 0;
    padding-left: 40px;
    padding-right: 0;
  }

  .site-preloader {
    z-index: 1004;
    background-color: var(--colormain);
    height: 100dvh;
    display: none;
  }

  .splide-cover2 {
    margin-top: 6vh;
    padding-left: 0;
    padding-right: 0;
  }

  .slide4-background-mobile {
    max-width: none;
    height: auto;
    display: block;
  }

  .slide4-background-shadow {
    background-image: linear-gradient(0deg, #000 46%, #0000 84%);
    display: block;
    left: 0;
  }

  .slide4-vk-link-wrapper, .slide4-mail-link-wrapper {
    text-align: center;
    justify-content: center;
    align-items: flex-start;
  }

  .slide6-background {
    width: 80%;
    height: auto;
    position: sticky;
  }

  .slide4-director-img {
    width: max(30vh, 16vw);
  }

  .slide5-title-innerwrapper {
    height: auto;
  }

  .slide5-bottom, .slide5-join-outer-wrapper {
    display: none;
  }

  .logo-preloader {
    width: auto;
  }

  .preloader-whole-wrapper {
    display: flex;
  }

  .slide3-content-right {
    width: 100%;
    height: auto;
    left: 0%;
  }

  .text-block-2, .text-block-3 {
    font-size: 3vw;
  }

  .coyright-img {
    bottom: -4vh;
  }

  .cherry-img {
    height: 9vh;
  }

  .menu-upline-img, .menu-downline-img {
    display: none;
  }

  .menu-invite {
    display: flex;
  }

  .navbar-menu-list-item {
    font-size: 6vw;
  }

  .slide5-title-img-mobile {
    width: 60vw;
    display: inline-block;
  }

  .slide-last-mobile-text-wrapper {
    justify-content: flex-end;
    align-items: center;
    width: 100%;
    height: auto;
    text-decoration: none;
    display: flex;
    position: relative;
    bottom: 0;
    left: 0;
  }

  .slide-last-mobile-background-wrapper {
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    height: auto;
    display: flex;
    position: relative;
  }

  .slide-last-mobile-background-img {
    width: 100%;
    height: auto;
    display: block;
    position: sticky;
  }

  .image-3 {
    flex: 0 auto;
  }

  .navbar-menu-list-text {
    font-size: 6vw;
    line-height: 100%;
  }

  .mainvideo-desktop-1 {
    display: none;
  }

  .mainvideo-mobile-1 {
    width: 100%;
    height: 100%;
    display: block;
  }

  .slide0-left-shadow {
    display: none;
  }

  .slide0-tip {
    top: 18%;
    left: 27%;
  }

  .mainvideo-desktop-2 {
    display: none;
  }

  .mainvideo-mobile-2 {
    width: 100%;
    height: 100%;
    display: none;
  }

  .mainvideo-desktop-3 {
    display: none;
  }

  .mainvideo-mobile-3 {
    width: 100%;
    height: 100%;
    display: none;
  }

  .slide1-left-line {
    display: none;
    transform: none;
  }

  .slide2-desktop-video {
    display: none;
  }

  .slide2-mobile-video {
    width: 100%;
    height: 50%;
    display: block;
  }

  .slide2-video-dark-cover {
    background-image: linear-gradient(0deg, #000, #0000 61%);
    width: 100%;
    height: 50%;
    left: 0;
  }

  .slide3-video-dark-cover {
    background-image: linear-gradient(0deg, #000 15%, #0000 61%);
    left: 0;
  }

  .slide3-desktop-video, .slide4-desktop-video {
    display: none;
  }

  .info-popup {
    border-top-left-radius: 40px;
    border-top-right-radius: 40px;
    width: 100%;
    height: 80dvh;
    bottom: 0;
    left: 0;
  }

  .info-popup-wrapper {
    z-index: 1003;
    flex-flow: column;
    justify-content: flex-end;
    align-items: center;
    display: none;
  }

  .info-popup-close-wrapper {
    z-index: 10;
    justify-content: flex-end;
    align-items: center;
    width: 100%;
    height: auto;
    padding-top: 16px;
    padding-right: 16px;
    inset: 0 0% auto;
  }

  .info-popup-text-wrapper {
    background-color: var(--colorneutral);
    border-radius: 16px;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    padding: 24px;
    position: absolute;
    inset: auto 0% 140px;
  }

  .info-popup-text-wrapper.theater {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    background-color: var(--colortransparent);
    width: 60%;
    margin-left: 0;
    padding: 0;
    position: static;
    inset: auto auto 48px 0%;
  }

  .content-wrapper {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .h1-history {
    text-align: center;
    font-size: 52px;
  }

  .h2-history-wrapper {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: column;
  }

  .h2-dash-wrapper.mobile {
    display: block;
  }

  .h2-title-wrapper {
    width: 100%;
  }

  .lable-text {
    text-align: center;
  }

  .h2-history {
    text-align: center;
    font-size: 28px;
  }

  .h1-title-right-wrapper {
    width: 100%;
  }

  .h2-left-wrapper {
    flex-flow: row;
    width: 100%;
  }

  .img-content-right-wrapper {
    grid-column-gap: 5vw;
    grid-row-gap: 5vw;
    flex-flow: column;
    width: 100%;
  }

  .img-content-right-wrapper.hp4-5 {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .img-content-right-wrapper.hp-14, .img-content-right-wrapper.hp-15 {
    width: 100%;
  }

  .img-content-right-wrapper.hp-1-2 {
    grid-column-gap: 10vw;
    grid-row-gap: 10vw;
  }

  .img-content-right-wrapper.hp16 {
    justify-content: flex-start;
    align-items: center;
    width: 100%;
  }

  .ph-1-2-img-wrapper {
    width: 100%;
  }

  .hp-2 {
    margin-left: auto;
    margin-right: auto;
    inset: auto 0% -10%;
  }

  .history-main-text {
    text-align: center;
    font-size: 18px;
  }

  .history-main-text.subtitle {
    text-align: center;
  }

  .hp-3-img-wrapper {
    width: 100%;
  }

  .section, .section.dark {
    padding-top: 5vh;
    padding-bottom: 5vh;
  }

  .hp-4-wrapper, .hp4-text-wrapper {
    width: 100%;
  }

  .hp-5-wrapper {
    width: 100%;
    padding-top: 0;
  }

  .hp-5-inner-wrapper {
    left: auto;
  }

  .h2-title-subtitle-30th {
    width: 100%;
  }

  .hp-6-7-8-wrapper {
    flex-flow: column;
  }

  .hp-6-7-8-left, .hp-6-7-8-right, .hp-6-7-8-inner-text-wrapper, .hp-9-img-wrapper {
    width: 100%;
  }

  .hp-9-text-wrapper {
    padding-top: 0;
  }

  .hp-10-wrapper, .hp10-text-wrapper {
    width: 100%;
  }

  .hp-11-wrapper {
    width: 100%;
    padding-top: 0;
  }

  .hp-11-inner-wrapper {
    left: 0%;
  }

  .hp-12-img-wrapper {
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    display: flex;
  }

  .hp-12 {
    width: 70%;
  }

  .hp-12-text-wrapper {
    padding-top: 0;
  }

  .h2-title-subtitle-war, .ph-13-14-img-wrapper {
    width: 100%;
  }

  .hp-14-text-wrapper {
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    display: flex;
  }

  .hp-15-text-wrapper {
    padding-left: 0%;
  }

  .info-popup-top-wrapper {
    flex-flow: row;
  }

  .info-popup-top-wrapper.history {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    position: static;
  }

  .info-popup-history-link {
    height: 64px;
  }

  .info-popup-content-wrapper {
    flex-flow: column;
  }

  .info-popup-title {
    font-size: 40px;
  }

  .info-popup-title.history {
    text-align: center;
    font-size: 24px;
  }

  .info-popup-all-history, .info-popup-main-text {
    font-size: 18px;
  }

  .info-popup-main-text.history {
    text-align: center;
  }

  .info-popup-text-logo-wrapper {
    padding-left: 40px;
    position: absolute;
    inset: auto auto 48px 0%;
  }

  .bottom-logo-wrapper {
    justify-content: flex-start;
    align-items: flex-start;
    width: auto;
    padding-right: 40px;
    position: absolute;
    inset: auto 0% 48px auto;
  }

  .info-popup-history-img {
    object-fit: cover;
    border-top-left-radius: 40px;
    border-top-right-radius: 40px;
    width: 100%;
    position: absolute;
    inset: 0%;
  }

  .info-popup-history-img.help {
    height: 100%;
  }

  .anchor.a2 {
    top: 160vh;
  }

  .anchor.a3 {
    top: 300vh;
  }

  .anchor.a4 {
    top: 470vh;
  }

  .anchor.a5 {
    top: 580vh;
  }

  .history-close-button, .history-close-wrapper {
    display: none;
  }

  .menu-history-mobile-scroll-close {
    background-color: var(--colormain);
    border-radius: 64px;
    justify-content: center;
    align-items: center;
    width: 64px;
    height: 64px;
    display: flex;
  }

  .navbar-menu-list-item-mobile {
    font-size: 6vw;
  }

  .copyright-desktop {
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    margin-top: 5vh;
    display: none;
    bottom: 5vh;
    left: 0;
  }

  .hp-16-img-wrapper {
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    display: flex;
  }

  .hp-12-copy {
    width: 100%;
  }

  ._404-wrapper {
    z-index: 1004;
    background-color: var(--colormain);
    height: 100dvh;
    display: none;
  }

  ._404-whole-arapper {
    display: flex;
  }

  .logo-404 {
    width: auto;
  }

  .slide4-dir-info-wrapper {
    flex-flow: column;
    left: auto;
  }

  .slide4-boss-name {
    text-align: center;
    font-size: 9vw;
  }

  .slide4-contact-text {
    font-size: 3vw;
  }
}

@media screen and (max-width: 767px) {
  .global-close {
    top: 80px;
    right: 24px;
  }

  .big-global-link {
    width: 100%;
  }

  .navbar-menu-right {
    padding: 8px 24px 24px;
  }

  .camera {
    top: 54px;
  }

  .slide1 {
    flex-direction: column;
    min-height: auto;
  }

  .navbar-menu-center, .navbar-menu-left {
    padding: 8px 24px 24px;
  }

  .navbar-logo-substrate, .slide1-substrate {
    display: none;
  }

  .slide1-content-wrapper {
    grid-column-gap: 2vh;
    grid-row-gap: 2vh;
    padding-left: 24px;
    padding-right: 24px;
  }

  .slie5-adress, .slide5-phone, .slide5-email {
    padding-top: 24px;
    padding-bottom: 24px;
    font-size: 24px;
    font-weight: 400;
    line-height: 24px;
  }

  .main-video-colorover {
    position: absolute;
    inset: 0%;
  }

  .splide__arrows.is--mobile-center {
    justify-content: center;
    padding-left: 1em;
  }

  .slide4-background-mobile {
    height: 80%;
  }

  .slide1-left-line {
    display: none;
  }

  .system-modal-screens-wrapper, .system-modal-make-rotate-phone {
    display: flex;
  }
}

@media screen and (max-width: 479px) {
  .global-close {
    z-index: 2;
  }

  .big-global-link {
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .navbar-menu-wrapper {
    padding-top: 5vh;
    padding-bottom: 2vh;
  }

  .video-background {
    height: 100%;
  }

  .navbar-menu-list {
    grid-column-gap: 2vh;
    grid-row-gap: 2vh;
  }

  .slide1-text-wrapper {
    width: 100%;
  }

  .slide1-ul {
    font-size: 18px;
    line-height: 140%;
  }

  .slide2-text-wrapper {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }

  .slide2-description-wrapper {
    padding-top: 0;
  }

  .slide2-p {
    font-size: 18px;
    line-height: 140%;
  }

  .splide-img._2 {
    position: relative;
  }

  .slide3-content-wrapper {
    padding-left: 16px;
  }

  .slide3-heading {
    font-size: 10vw;
    line-height: 120%;
  }

  .slide4 {
    height: 100vh;
  }

  .slide4-photo {
    top: 4%;
  }

  .slide4-text-wrapper {
    padding-left: 24px;
    padding-right: 24px;
  }

  .heading {
    font-size: 53px;
  }

  .slide4-job-title {
    font-size: 32px;
  }

  .slide4-text {
    font-size: 18px;
  }

  .slide5-illustration {
    background-position: 50%;
  }

  .slide6-background-wrapper, .main-video-background {
    height: 100%;
  }

  .slide2-right-mobile {
    padding-left: 24px;
    padding-right: 24px;
  }

  .slide3-content-mobile {
    padding-top: 60vh;
  }

  .slide3-title-mobile {
    padding-left: 24px;
    padding-right: 24px;
  }

  .splide-description-wrapper._2 {
    width: 100%;
  }

  .splide-description-text {
    font-size: 18px;
    line-height: 140%;
  }

  .slide2-button-wrapper-mobile {
    padding-left: 24px;
    padding-right: 24px;
  }

  .button-text-mobile {
    font-size: 18px;
  }

  .slide5-subtitle-mobile {
    padding-left: 24px;
    padding-right: 24px;
    font-size: 18px;
  }

  .slide5-button-wrapper-mobile {
    padding-left: 24px;
    padding-right: 24px;
    bottom: 10vh;
  }

  .navbar-copyrights-mobile {
    padding-left: 24px;
    padding-right: 24px;
  }

  .slide-last-mobile {
    z-index: 0;
    opacity: 0;
  }

  .div-block-6 {
    padding-left: 24px;
  }

  .slide4-background-mobile {
    object-fit: cover;
    object-position: 100% 0%;
    max-width: none;
    height: 50%;
  }

  .slide4-contacts-wrapper {
    grid-column-gap: 2vh;
    grid-row-gap: 2vh;
  }

  .slide4-director-img {
    width: 60vw;
  }

  .slide-title-inner-wrapper {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }

  .text-block-2, .text-block-3 {
    font-size: 24px;
  }

  .navbar-menu-list-item {
    font-size: 9vw;
  }

  .slide5-title-img-mobile {
    width: 80vw;
  }

  .slide-last-mobile-background-img {
    width: 120%;
    max-width: none;
  }

  .navbar-menu-list-text {
    font-size: 9vw;
  }

  .slide0-tip {
    top: 29%;
    left: 15%;
  }

  .info-popup {
    height: 90dvh;
  }

  .info-popup-wrapper {
    display: none;
  }

  .info-popup-text-wrapper {
    bottom: 24px;
  }

  .info-popup-text-wrapper.theater {
    align-items: center;
    width: 100%;
  }

  .info-popup-text-wrapper.history {
    width: 90%;
    bottom: 150px;
  }

  .content-wrapper {
    padding-left: 24px;
    padding-right: 24px;
  }

  .content-wrapper.fist {
    padding-top: 15vh;
  }

  .h1-history {
    font-size: 32px;
  }

  .h2-history-wrapper {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }

  .lable-text {
    font-size: 16px;
  }

  .h2-history {
    font-size: 24px;
  }

  .h2-left-wrapper {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .history-main-text {
    font-size: 16px;
  }

  .section {
    padding-top: 0;
    padding-bottom: 0;
  }

  .section.dark {
    padding-top: 0;
    padding-bottom: 0;
  }

  .text-border-wrapper {
    padding: 16px;
  }

  .info-popup-top-wrapper {
    width: 100%;
  }

  .info-popup-title {
    text-align: center;
  }

  .info-popup-title.history {
    font-size: 18px;
  }

  .info-popup-main-text {
    text-align: center;
    width: 100%;
  }

  .info-popup-main-text.history {
    font-size: 14px;
  }

  .info-popup-text-logo-wrapper {
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    padding-left: 24px;
    padding-right: 24px;
    bottom: 220px;
  }

  .bottom-logo-wrapper {
    align-items: stretch;
    width: 100%;
    padding-right: 0;
    bottom: 0;
  }

  .navbar-menu-list-item-mobile {
    font-size: 9vw;
  }

  .system-modal-screens-wrapper {
    display: none;
  }

  .slide4-boss-name {
    font-size: 53px;
  }

  .slide4-contact-text {
    font-size: 24px;
  }
}

#w-node-_7e63bf83-a447-fbe3-3dd0-52f64d857a8f-dbaa330a {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_19e3923d-5151-ac27-13c0-dd37f85c504e-dbaa330a, #w-node-a7e1bcea-e88a-01a9-0118-751f254fcb9c-dbaa330a {
  align-self: start;
}

#w-node-_09747763-0f74-9971-0f6b-047732278a42-dbaa330a {
  grid-area: span 1 / span 2 / span 1 / span 2;
  align-self: start;
}


@font-face {
  font-family: 'Leto Text Sans Defect';
  src: url('../fonts/Leto-Text-Sans-Defect.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}