@font-face {
  font-family: Ppeditorialold;
  src: url('../fonts/PPEditorialOld-UltraboldItalic.otf') format("opentype");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Ppeditorialold;
  src: url('../fonts/PPEditorialOld-Regular.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Ppeditorialold;
  src: url('../fonts/PPEditorialOld-Ultrabold.otf') format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Ppeditorialold;
  src: url('../fonts/PPEditorialOld-Ultralight.otf') format("opentype");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Ppeditorialold;
  src: url('../fonts/PPEditorialOld-UltralightItalic.otf') format("opentype");
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Neue Montreal 500";
  src: url('../fonts/Neue-Montreal-Medium-500.otf') format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

:root {
  --border-radius: 0px;
  --red: red;
}

.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;
  }
}

.body {
  font-family: "Neue Montreal 500", sans-serif;
}

.body.blk {
  background-color: #000;
}

.wrapper {
  z-index: 2;
  min-height: 100vh;
  position: relative;
}

.barba-container.home-page {
  flex-flow: column;
  height: auto;
  min-height: 100vh;
  padding: 0 0 0;
  display: flex;
  position: relative;
}

.barba-container.cont-page {
  flex-flow: column;
  min-height: 100vh;
  padding: 51rem 0 0;
  display: flex;
  position: fixed;
  inset: 0%;
}

.barba-container.a {
  flex-flow: column;
  min-height: 100vh;
  padding: 51rem 0 0;
  display: flex;
}

.barba-container.about-container {
  background-color: #fff;
  flex-flow: column;
  min-height: 100vh;
  padding: 51rem 0 80rem;
  display: flex;
}

.barba-container.works-container {
  background-color: #fff;
  flex-flow: column;
  min-height: 100vh;
  padding: 22rem 0 0;
  display: flex;
}

.app {
  position: relative;
}

.app-bg {
  background-color: #000;
  position: absolute;
  inset: 0%;
}

.app-bg.white {
  background-color: #fff;
}

.app-bg.conts {
  opacity: 1;
}

.css {
  position: fixed;
  inset: 0% 0% auto;
}

.conteiner {
  padding-left: 20rem;
  padding-right: 20rem;
}

.conteiner.wrk-continer {
  flex: none;
}

.conteiner.wrk-continer._2 {
  z-index: 11;
  mix-blend-mode: darken;
  position: relative;
}

.conteiner.home-cont {
  text-align: center;
  padding-top: 51rem;
  transition: opacity .2s;
  transform: translate(0);
}

.conteiner.home-cont.logo-3d {
  transition-timing-function: cubic-bezier(.455, .03, .515, .955);
  transform: translate(20px);
}

.main-logo {
  box-sizing: border-box;
  text-align: right;
  background-color: #0a0a0a;
  width: 80%;
}

.main-logo.other-pages {
  border-radius: var(--border-radius);
  object-fit: cover;
  width: 50%;
  height: 50%;
  max-height: 100%;
  position: static;
  inset: 0% 0% auto;
  overflow: hidden;
}

.text-block {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  margin-top: 21rem;
  font-size: 12rem;
  font-weight: 500;
  line-height: 14rem;
}

.text-block.opj {
  color: red;
  margin-left: auto;
  margin-right: auto;
}

.text-block.opj._2 {
  margin-top: 0;
}

.text-block.opj._2.absss {
  z-index: 10;
  position: absolute;
  inset: 0% 0% auto;
}

.text-block.opj._2.cont-p {
  z-index: 10;
  color: #000;
  text-align: center;
  position: fixed;
  inset: auto 0% 17.5rem;
}

.text-block.opj._3 {
  margin-top: 20rem;
}

.text-block.opj._3.p-140, .text-block.opj._3.pad-40 {
  margin-top: 40rem;
}

.text-block.opj._3.pad-40.pad-bot-20 {
  margin-bottom: 20rem;
}

.text-block.opj._3.pad-40._2 {
  margin-top: 80rem;
}

.line-slinder {
  flex: 1;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  margin-top: 20rem;
  display: flex;
  overflow: hidden;
}

.line-slinder.sd {
  justify-content: center;
  align-items: stretch;
  overflow: hidden;
}

.splide {
  width: 100%;
}

.splide.flexible-content-product-slider {
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  overflow: hidden;
}

.splide__track {
  flex: none;
  width: 100%;
  min-width: 100%;
  margin-left: 0;
  margin-right: 0;
}

.splide__list {
  grid-column-gap: 20rem;
  grid-row-gap: 20rem;
  justify-content: flex-start;
  align-items: flex-start;
  width: auto;
  display: flex;
}

.splide__slide {
  flex-flow: column;
  flex: none;
  width: 300rem;
  font-size: 0;
  line-height: 0;
  position: relative;
}

.img-slider {
  transform-origin: 50% 0;
  width: 100%;
}

.header {
  z-index: 10;
  background-color: #ddd0;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding-top: 14rem;
  padding-bottom: 14rem;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.navlink {
  color: #fff;
  text-transform: uppercase;
  background-color: #0000;
  border-radius: 100px;
  flex-flow: column;
  flex: none;
  justify-content: flex-start;
  align-items: center;
  height: 19rem;
  margin-left: 18rem;
  margin-right: 18rem;
  padding: 0 10rem;
  font-size: 12rem;
  font-weight: 500;
  line-height: 14rem;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.navlink.w--current {
  color: #000;
  background-color: #fff;
}

.navlink.w--current:hover {
  color: #fff;
  background-color: #fff0;
  border: 1px solid #fff;
}

.nav-menu {
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.top-head-block {
  position: relative;
}

.top-head-block.cont {
  display: none;
}

.section {
  z-index: 2;
  flex-flow: column;
  height: 93vh;
  display: flex;
  position: relative;
}

.section.h-auto {
  justify-content: flex-start;
  align-items: center;
  height: auto;
  display: flex;
}

.section._100vhs {
  height: 100vh;
  margin-top: -51rem;
}

.section._100vhs.s-works {
  aspect-ratio: 1440 / 800;
  width: 100%;
  height: auto;
  margin-top: 0;
}

.spline-container {
  z-index: 10;
  opacity: 1;
  filter: none;
  flex-flow: column;
  flex: 1;
  justify-content: flex-end;
  align-items: center;
  display: flex;
  position: relative;
}

.spline-container._2 {
  filter: invert() grayscale();
}

.spline-scene {
  opacity: 1;
  background-color: #0000;
  height: 85vh;
  position: absolute;
  inset: auto 0% 0%;
}

.code-embed {
  opacity: .46;
}

.spline-bg {
  position: fixed;
  inset: 0%;
}

.spline-bg.works {
  position: absolute;
}

.cont-container {
  color: #fff;
  flex-flow: wrap;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  max-width: 98vw;
  margin-left: auto;
  margin-right: auto;
  padding: 0 0 6.2vh;
  font-size: 9vh;
  line-height: 105%;
  display: inline-flex;
  position: fixed;
  inset: 0% auto;
}

.link-block {
  color: #fff;
  font-family: Ppeditorialold, sans-serif;
  font-size: 9vh;
  line-height: 80%;
  text-decoration: none;
  position: relative;
}

.paragraph {
  color: #0d0e0d00;
  text-align: center;
  letter-spacing: .015em;
  text-transform: none;
  max-width: 140vh;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  font-family: Ppeditorialold, sans-serif;
  font-weight: 400;
}

.link {
  opacity: 1;
  color: #0000;
  border-bottom: 1px #000;
  text-decoration: none;
  transition: opacity .5s;
  position: relative;
}

.link:hover {
  z-index: 2;
  opacity: 1;
  position: relative;
}

.link.last {
  display: block;
}

.background-video {
  width: 100%;
  height: 100%;
}

.background-video.bg-gavril {
  z-index: 1;
}

.div-block {
  min-height: auto;
  position: relative;
}

.styk-mom {
  z-index: 1;
  mix-blend-mode: multiply;
  padding-bottom: 20vh;
  position: absolute;
  inset: 0%;
}

.styks {
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: flex;
  position: sticky;
  top: 0;
}

._100vh-divider {
  height: 100vh;
}

.p-124-124 {
  color: #f000;
  text-align: center;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: var(--red);
  white-space: nowrap;
  overflow-wrap: normal;
  margin-bottom: -20rem;
  padding-top: 20rem;
  font-family: Ppeditorialold, sans-serif;
  font-size: 124rem;
  line-height: 124rem;
}

.p-124-124.gh {
  width: 40%;
  display: block;
  overflow: hidden;
}

.p-124-124.abs {
  color: var(--red);
  width: 30%;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.p-124-124.p-84-84 {
  font-size: 84rem;
  line-height: 84rem;
}

.scroll-text-line {
  position: relative;
}

.scroll-trigger-keeper {
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0% 0% -50px;
}

.scroll-trigg {
  height: 100vh;
  position: absolute;
}

.scroll-trigg._2 {
  margin-top: -84rem;
}

.scroll-trigg._3 {
  margin-top: -650rem;
}

.abs-main-logo {
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.abs-main-logo.about {
  border-radius: var(--border-radius);
  background-image: url('../images/ABOUT.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 1314rem;
  width: 100%;
  max-width: 100%;
  height: 100%;
  max-height: 100%;
  position: static;
}

.abs-main-logo.works, .abs-main-logo.conts {
  border-radius: var(--border-radius);
  background-image: url('../images/works.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 1314rem;
  width: 100%;
  max-width: 100%;
  height: 100%;
  max-height: 100%;
  position: static;
}

.absb {
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.div-block-2 {
  flex-flow: column;
  align-items: center;
  width: 100%;
  height: auto;
  min-height: auto;
  display: flex;
  position: relative;
}

.image {
  aspect-ratio: 336 / 453;
  transform-origin: 50% 0;
  min-width: 336rem;
  max-width: 366rem;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
}

.div-block-3 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  min-height: auto;
  margin-bottom: 0;
  display: flex;
}

.horiz {
  justify-content: center;
  align-items: center;
  display: flex;
}

.berflow {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-top: 95rem;
  padding-bottom: 60rem;
  display: flex;
  overflow: hidden;
}

.berflow._2 {
  width: 300%;
  padding-bottom: 100rem;
}

.marq {
  flex: none;
  display: flex;
}

.marq-in {
  flex-flow: row;
  flex: none;
  justify-content: flex-start;
  align-items: center;
  width: .005px;
  margin-right: 0;
  padding-right: 855px;
  display: flex;
  position: relative;
}

.image-2 {
  flex: none;
  max-height: 44rem;
  margin-right: 74rem;
}

.image-2._3 {
  height: 20rem;
}

.image-2._2 {
  height: 44rem;
}

.image-2._1 {
  flex: none;
  width: 200px;
  height: 300rem;
}

.image-2.h22 {
  height: 22rem;
}

.image-2.h40 {
  height: 40rem;
}

.div-block-4 {
  z-index: -1;
  flex: none;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
  position: absolute;
  inset: -11rem;
}

.image-3 {
  width: 20rem;
  height: 20rem;
}

.image-3._2 {
  margin-top: auto;
  position: absolute;
  inset: 0% 0% auto auto;
}

.image-3._1 {
  margin-right: auto;
}

.image-3._3 {
  position: absolute;
  inset: auto auto 0% 0%;
}

.image-3._4 {
  position: absolute;
  inset: auto 0% 0% auto;
}

.marq-in_div {
  flex: none;
  justify-content: flex-start;
  align-items: center;
  max-width: 80vw;
  margin-top: 40rem;
  margin-bottom: 40rem;
  margin-right: 108rem;
  padding-top: 0;
  display: flex;
  position: relative;
}

.div-block-5 {
  flex-flow: column;
  align-items: center;
  width: 100%;
  margin-top: 120rem;
  display: flex;
  position: sticky;
  top: 51rem;
}

.div-block-6 {
  flex-flow: column;
  display: flex;
  position: absolute;
  inset: 0%;
}

.div-block-7 {
  height: 50vh;
  margin-top: 100vh;
  margin-bottom: 100vh;
}

.image-4 {
  width: 400px;
  max-width: 40vw;
}

.image-5 {
  width: 300px;
  max-width: 40vw;
}

.image-6 {
  width: 32vw;
}

.image-7 {
  width: 40vw;
}

.image-8 {
  width: 26vw;
}

.image-9 {
  width: 32vw;
}

.image-10 {
  width: 37vw;
}

.image-11 {
  width: 24vw;
}

.image-12 {
  width: 35vw;
}

.image-13 {
  width: 30vw;
}

._41vw {
  width: 41vw;
}

._38vw {
  width: 35vw;
}

._25vw {
  width: 25vw;
}

._35vw, ._50vw {
  width: 35vw;
}

._37vw {
  width: 37vw;
}

._42vw {
  width: 25vw;
}

._32vw {
  width: 27vw;
}

._28vw {
  width: 28vw;
}

._23vw, ._18vw, ._15vw, ._20vw, ._12vw {
  width: 25vw;
}

.background-video-2 {
  z-index: 2;
  aspect-ratio: 16 / 9;
  width: 100%;
  height: auto;
  position: absolute;
  inset: 0% 0% auto;
}

.div-block-8 {
  justify-content: center;
  align-items: flex-start;
  display: flex;
  position: absolute;
  inset: 0% 0% 0;
}

.obst {
  flex: none;
  width: 96vw;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
}

.app-bg-copy {
  background-color: #000;
  position: absolute;
  inset: 0%;
}

.app-bg-copy.white {
  background-color: #fff;
}

.obsp {
  flex: none;
  width: 96vw;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
}

.video {
  aspect-ratio: 16 / 9;
  transform-origin: 50% 0;
  width: 100%;
  height: auto;
}

.loader {
  z-index: 9999;
  background-color: #000;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 20rem;
  display: none;
  position: fixed;
  inset: 0%;
}

.text-block-2 {
  color: #fff;
  text-align: center;
  font-family: Ppeditorialold, sans-serif;
  font-size: 393rem;
  line-height: 120%;
}

.text-block-3 {
  color: #fff;
  text-transform: uppercase;
  font-family: "Neue Montreal 500", sans-serif;
  font-size: 12rem;
  font-weight: 500;
  line-height: 14rem;
}

.loads-block-sleet {
  flex: none;
  justify-content: space-between;
  align-items: flex-end;
  height: 50%;
  padding: 20rem 20rem 0;
  transition: all .2s;
  display: flex;
  position: absolute;
  inset: 0 0% auto;
}

.dots {
  background-color: #fff;
  width: 8rem;
  height: 8rem;
}

.loads-block-sleet-dottom {
  justify-content: space-between;
  align-items: flex-start;
  height: 50%;
  padding: 20rem;
  transition: all .2s;
  display: flex;
  position: absolute;
  inset: auto 0% 0;
}

.tabs {
  z-index: 11;
}

.tabs-menu {
  z-index: 2;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 14rem 0% auto;
}

.tabs-content {
  z-index: 1;
}

.div-block-9 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.div-block-9._2 {
  display: none;
}

.div-block-9._3 {
  margin-top: 80rem;
}

.code-embed-2 {
  justify-content: center;
  align-items: center;
  padding-top: 10vh;
  padding-bottom: 10vh;
  display: flex;
}

.link-block-2 {
  position: absolute;
  inset: 0%;
}

.div-block-10 {
  z-index: 2;
  position: relative;
}

.paragraph-2 {
  display: none;
}

.div-block-11 {
  z-index: 2;
  background-color: #fff;
  width: 100%;
  height: 2px;
  position: absolute;
  top: -1px;
}

.div-block-11._2 {
  top: auto;
  bottom: -1px;
}

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

.div-block-12 {
  z-index: 1000;
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.div-block-13 {
  flex: 1;
  justify-content: center;
  align-items: flex-end;
  margin-bottom: 0;
  padding-bottom: 20rem;
  display: flex;
  position: sticky;
  bottom: 0;
}

.div-block-14 {
  flex-flow: column;
  height: 500vh;
  display: flex;
  position: relative;
}

.home-styk {
  flex-flow: column;
  width: 100%;
  height: 100vh;
  display: flex;
  position: sticky;
  top: 0;
}

.div-block-15 {
  position: absolute;
  top: 100vh;
  bottom: 100vh;
}

.text-block-4 {
  z-index: 1000;
  color: #fff;
  justify-content: center;
  align-items: flex-end;
  font-weight: 500;
  display: flex;
  position: fixed;
  top: 0;
  bottom: 0;
}

.div-block-16 {
  z-index: 10;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  flex-flow: row;
  justify-content: center;
  align-items: flex-end;
  padding-bottom: 15rem;
  font-size: 12rem;
  font-weight: 500;
  line-height: 14rem;
  display: flex;
  position: fixed;
  inset: auto 0% 0%;
}

.div-block-17 {
  flex: none;
  justify-content: center;
  align-items: flex-start;
  height: auto;
  padding-top: 650rem;
  display: flex;
  position: fixed;
  inset: 0%;
}

.div-block-18 {
  flex: none;
  width: 0;
  height: 10vh;
  display: flex;
}

.div-block-19 {
  grid-column-gap: 20rem;
  grid-row-gap: 20rem;
  flex: none;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.lines {
  background-color: #fff;
  flex: none;
  width: 1px;
  height: 2vh;
  transition: all .3s;
}

.lines.active {
  height: 6vh;
}

.image-14 {
  width: 500px;
}

.image-15 {
  text-align: left;
}

.video-2 {
  width: 500px;
}

.video-3 {
  width: 600px;
  font-size: 800px;
}

.video-4 {
  width: 650px;
}

.video-5 {
  width: 600px;
}

.button {
  background-color: #17d82e;
}

.image-16 {
  width: 300px;
}

.image-17 {
  width: 25px;
}

.image-18 {
  width: 400px;
  padding-right: 0;
}

.button-2 {
  filter: saturate(230%);
  outline-offset: 0px;
  -webkit-text-stroke-width: 5px;
  -webkit-text-stroke-color: #18366b;
  text-overflow: clip;
  white-space: pre-wrap;
  word-break: break-all;
  overflow-wrap: normal;
  mix-blend-mode: multiply;
  border-radius: 20px;
  outline: 3px #f51536;
  margin: -21px -205px -13px -154px;
  padding: 226px 569px 15px 528px;
  -webkit-text-decoration: underline double;
  text-decoration: underline double;
  transform: translate(-192px, 7px);
}

.image-19 {
  padding-top: 105px;
}

.image-20 {
  padding-top: 0;
  padding-bottom: 259px;
}

.container {
  padding-top: 40px;
}

.container-2 {
  margin-top: 10px;
  margin-bottom: -38px;
  padding-top: 10px;
  padding-left: 220px;
  padding-right: 220px;
}

.container-3 {
  padding-top: 0;
}

.section-2 {
  margin-top: auto;
  padding: 152px 0;
}

@media screen and (max-width: 991px) {
  .barba-container.cont-page {
    background-color: red;
  }

  .barba-container.works-container {
    padding-top: 52rem;
  }

  .app-bg {
    display: flex;
  }

  .app-bg.conts {
    background-color: #0000;
    justify-content: center;
    align-items: center;
    position: relative;
  }

  .text-block.opj._2.cont-p {
    display: none;
  }

  .splide__track {
    height: auto;
    max-height: none;
  }

  .splide__list {
    grid-column-gap: 40rem;
    grid-row-gap: 40rem;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    padding-top: 20rem;
  }

  .splide__slide {
    grid-column-gap: 20rem;
    grid-row-gap: 20rem;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    justify-content: flex-start;
    align-items: center;
    width: 400rem;
    font-size: 12rem;
    font-weight: 500;
    line-height: 100%;
    display: flex;
  }

  .top-head-block.cont {
    width: 100%;
    display: flex;
  }

  .code-embed {
    aspect-ratio: 1402 / 326;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .code-embed.cont {
    opacity: 1;
    width: 100%;
  }

  .spline-bg.conts {
    flex: 1;
    position: relative;
  }

  .cont-container {
    flex-flow: column;
    justify-content: flex-start;
    align-items: stretch;
    max-width: 100%;
    padding: 51rem 20rem 10rem;
  }

  .cont-container.g {
    flex: 1;
    padding-bottom: 20rem;
  }

  .paragraph {
    color: #000;
    font-size: 64rem;
    line-height: 72rem;
  }

  .link {
    color: #000;
  }

  .p-124-124, .p-124-124.p-84-84 {
    font-size: 64rem;
    line-height: 64rem;
  }

  .abs-main-logo.about {
    background-size: auto 100%;
  }

  .abs-main-logo.conts {
    background-image: url('../images/contact.svg');
    background-size: auto 100%;
  }

  .absb.conts {
    left: -20rem;
    right: -20rem;
  }

  .div-block-10 {
    grid-column-gap: 30rem;
    grid-row-gap: 30rem;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .paragraph-2 {
    color: #000;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 0;
    font-size: 12rem;
    font-weight: 500;
    line-height: 14rem;
    display: block;
  }

  .paragraph-2._12 {
    display: block;
  }

  .div-block-14 {
    height: auto;
  }

  .home-styk {
    height: auto;
    position: relative;
  }

  .div-block-16, .div-block-17 {
    display: none;
  }
}

@media screen and (max-width: 479px) {
  .wrapper {
    min-height: auto;
  }

  .barba-container.home-page {
    height: auto;
    min-height: 100vh;
    position: relative;
    inset: 0%;
  }

  .barba-container.cont-page {
    background-color: red;
  }

  .app-bg {
    display: none;
  }

  .app-bg.works-page {
    z-index: -1;
    background-color: #0000;
    padding: 0 20rem 52rem;
    position: relative;
  }

  .app-bg.conts {
    justify-content: center;
    align-items: stretch;
    display: flex;
  }

  .main-logo {
    display: block;
  }

  .text-block.opj._2.sd {
    margin-top: 20rem;
  }

  .text-block.opj._3.pad-40 {
    width: 100%;
    padding-left: 20rem;
    padding-right: 20rem;
  }

  .line-slinder.sd {
    flex: none;
    justify-content: center;
    align-items: center;
    height: auto;
    margin-top: 0;
  }

  .splide.flexible-content-product-slider {
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .splide__track {
    max-height: 15vh;
  }

  .splide__list {
    padding-bottom: 20rem;
    padding-left: 12rem;
    padding-right: 12rem;
  }

  .splide__slide {
    width: 100%;
  }

  .navlink {
    margin-left: 4rem;
    margin-right: 4rem;
  }

  .top-head-block.cont {
    display: flex;
  }

  .section._100vhs {
    height: auto;
    margin-top: 9rem;
  }

  .section.about-page {
    justify-content: space-between;
    height: 90svh;
  }

  .spline-container {
    display: none;
  }

  .spline-bg.works {
    aspect-ratio: 1;
    position: static;
    transform: scale(1.2);
  }

  .cont-container {
    max-width: 10%;
  }

  .cont-container.g {
    max-width: 100%;
    padding-bottom: 15rem;
    padding-left: 10rem;
    padding-right: 10rem;
  }

  .paragraph {
    letter-spacing: 0;
    font-size: 36rem;
    line-height: 100%;
  }

  .styk-mom {
    padding-bottom: 30vh;
  }

  .styks {
    height: 100svh;
  }

  .p-124-124 {
    font-size: 48rem;
    line-height: 48rem;
  }

  .p-124-124.p-84-84 {
    font-size: 36rem;
    line-height: 36rem;
  }

  .abs-main-logo.works {
    background-size: auto 100%;
  }

  .abs-main-logo.conts {
    background-image: url('../images/contact.svg');
    background-size: auto 100%;
  }

  .image {
    min-width: 235rem;
    max-width: 235rem;
  }

  .div-block-6 {
    padding-bottom: 80rem;
  }

  .text-block-2 {
    font-size: 124rem;
  }

  .div-block-9 {
    flex-flow: column;
    flex: none;
    align-items: center;
    display: none;
  }

  .div-block-9._2 {
    display: flex;
  }

  .code-embed-2 {
    padding-top: 20svh;
    padding-bottom: 10svh;
  }
}


@font-face {
  font-family: 'Ppeditorialold';
  src: url('../fonts/PPEditorialOld-UltraboldItalic.otf') format('opentype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Ppeditorialold';
  src: url('../fonts/PPEditorialOld-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Ppeditorialold';
  src: url('../fonts/PPEditorialOld-Ultrabold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Ppeditorialold';
  src: url('../fonts/PPEditorialOld-Ultralight.otf') format('opentype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Ppeditorialold';
  src: url('../fonts/PPEditorialOld-UltralightItalic.otf') format('opentype');
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Neue Montreal 500';
  src: url('../fonts/Neue-Montreal-Medium-500.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}